LibreOffice Module sw (master) 1
|
#include <sal/config.h>
#include <utility>
#include <optpage.hxx>
#include <doc.hxx>
#include <hintids.hxx>
#include <cmdid.h>
#include <fmtcol.hxx>
#include <charatr.hxx>
#include <swtypes.hxx>
#include <view.hxx>
#include <docsh.hxx>
#include <IDocumentDeviceAccess.hxx>
#include <IDocumentSettingAccess.hxx>
#include <swmodule.hxx>
#include <wrtsh.hxx>
#include <cfgitems.hxx>
#include <poolfmt.hxx>
#include <uiitems.hxx>
#include <printdata.hxx>
#include <modcfg.hxx>
#include <crstate.hxx>
#include <viewopt.hxx>
#include <globals.hrc>
#include <strings.hrc>
#include <swwrtshitem.hxx>
#include <editeng/fhgtitem.hxx>
#include <editeng/fontitem.hxx>
#include <editeng/langitem.hxx>
#include <editeng/svxenum.hxx>
#include <officecfg/Office/Common.hxx>
#include <sal/macros.h>
#include <sfx2/dialoghelper.hxx>
#include <sfx2/printer.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/viewfrm.hxx>
#include <svl/ctloptions.hxx>
#include <svl/eitem.hxx>
#include <svl/cjkoptions.hxx>
#include <svtools/ctrltool.hxx>
#include <svtools/unitconv.hxx>
#include <sfx2/htmlmode.hxx>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <optload.hxx>
Go to the source code of this file.
Variables | |
CharAttr const | aRedlineAttr [] |
static sal_uInt16 | aInsertAttrMap [] = { 0, 1, 2, 3, 4, 6, 7, 8, 9, 10 } |
static sal_uInt16 | aDeletedAttrMap [] = { 0, 1, 2, 5, 6, 7, 8, 9, 10 } |
static sal_uInt16 | aChangedAttrMap [] = { 0, 1, 2, 3, 4, 6, 7, 8, 9, 10 } |
IMPL_LINK | ( | SwCompareOptionsTabPage | , |
ComparisonHdl | , | ||
weld::Toggleable & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 2086 of file optpage.cxx.
IMPL_LINK | ( | SwContentOptPage | , |
ShowOutlineContentVisibilityButtonHdl | , | ||
weld::Toggleable & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 271 of file optpage.cxx.
IMPL_LINK | ( | SwContentOptPage | , |
VertRulerHdl | , | ||
weld::Toggleable & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 266 of file optpage.cxx.
IMPL_LINK | ( | SwRedlineOptionsTabPage | , |
AttribHdl | , | ||
weld::ComboBox & | , | ||
rLB | , | ||
void | |||
) |
Definition at line 1740 of file optpage.cxx.
References COL_BLACK(), COL_LIGHTGRAY(), COL_NONE_COLOR, COL_RED(), COL_TRANSPARENT(), weld::ComboBox::get_active(), weld::ComboBox::get_id(), SvxFontPrevWindow::GetCJKFont(), SvxFontPrevWindow::GetFont(), ColorListBox::GetSelectEntryColor(), ITALIC_NONE, LINESTYLE_NONE, nPos, SvxFontPrevWindow::ResetColor(), SvxFont::SetCaseMap(), SvxFontPrevWindow::SetColor(), STRIKEOUT_NONE, and WEIGHT_NORMAL.
IMPL_LINK | ( | SwRedlineOptionsTabPage | , |
ColorHdl | , | ||
ColorListBox & | , | ||
rListBox | , | ||
void | |||
) |
Definition at line 1843 of file optpage.cxx.
References COL_BLACK(), COL_LIGHTGRAY(), COL_NONE_COLOR, COL_RED(), COL_TRANSPARENT(), weld::ComboBox::get_active(), weld::ComboBox::get_id(), SvxFontPrevWindow::GetCJKFont(), SvxFontPrevWindow::GetFont(), ColorListBox::GetSelectEntryColor(), nPos, and SvxFontPrevWindow::SetColor().
IMPL_LINK | ( | SwStdFontTabPage | , |
LoseFocusHdl | , | ||
weld::Widget & | , | ||
rControl | , | ||
void | |||
) |
Definition at line 943 of file optpage.cxx.
References FontSizeBox::Fill().
IMPL_LINK | ( | SwStdFontTabPage | , |
ModifyHdl | , | ||
weld::ComboBox & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 917 of file optpage.cxx.
IMPL_LINK_NOARG | ( | SwAddPrinterTabPage | , |
AutoClickHdl | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 438 of file optpage.cxx.
IMPL_LINK_NOARG | ( | SwAddPrinterTabPage | , |
SelectHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 462 of file optpage.cxx.
IMPL_LINK_NOARG | ( | SwCompareOptionsTabPage | , |
IgnoreHdl | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 2097 of file optpage.cxx.
IMPL_LINK_NOARG | ( | SwRedlineOptionsTabPage | , |
ChangedMaskColorPrevHdl | , | ||
ColorListBox & | , | ||
void | |||
) |
Definition at line 1921 of file optpage.cxx.
IMPL_LINK_NOARG | ( | SwRedlineOptionsTabPage | , |
ChangedMaskPrevHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 1916 of file optpage.cxx.
IMPL_LINK_NOARG | ( | SwStdFontTabPage | , |
StandardHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 885 of file optpage.cxx.
References CalcToPoint(), FONT_CAPTION, FONT_INDEX, FONT_LIST, FONT_OUTLINE, FONT_PER_GROUP, FONT_STANDARD, SwStdFontConfig::GetDefaultFor(), and SwStdFontConfig::GetDefaultHeightFor().
IMPL_LINK_NOARG | ( | SwTableOptionsTabPage | , |
CheckBoxHdl | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 1164 of file optpage.cxx.
IMPL_LINK_NOARG | ( | SwTestTabPage | , |
AutoClickHdl | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 2187 of file optpage.cxx.
|
static |
Definition at line 170 of file optpage.cxx.
References weld::ComboBox::get_count(), weld::ComboBox::get_id(), SfxItemSet::GetItemState(), GetValue, i, rSet, weld::ComboBox::save_value(), and weld::ComboBox::set_active().
Referenced by SwContentOptPage::Reset().
|
static |
Definition at line 568 of file optpage.cxx.
References CalcToUnit(), SwEditShell::GetTextCollFromPool(), nType, and SwTextFormatColl::SetFormatAttr().
|
static |
Definition at line 556 of file optpage.cxx.
References vcl::Font::GetCharSet(), vcl::Font::GetFamilyName(), vcl::Font::GetFamilyType(), vcl::Font::GetPitch(), SwEditShell::GetTextCollFromPool(), nType, and SwTextFormatColl::SetFormatAttr().
Referenced by SwStdFontTabPage::FillItemSet().
|
static |
Definition at line 1369 of file optpage.cxx.
Referenced by SwRedlineOptionsTabPage::Reset().
|
static |
Definition at line 1365 of file optpage.cxx.
Referenced by SwRedlineOptionsTabPage::Reset().
|
static |
Definition at line 1361 of file optpage.cxx.
Referenced by SwRedlineOptionsTabPage::Reset().
CharAttr const aRedlineAttr[] |
Definition at line 1345 of file optpage.cxx.