LibreOffice Module vcl (master) 1
|
#include <settings.hxx>
Static Public Member Functions | |
static sal_Int32 | GetBorderSize () |
static sal_Int32 | GetSplitSize () |
static bool | GetDockingFloatsSupported () |
static sal_uInt16 | GetListBoxPreviewDefaultLineWidth () |
Private Member Functions | |
void | CopyData () |
Private Attributes | |
std::shared_ptr< ImplStyleData > | mxData |
Definition at line 208 of file settings.hxx.
StyleSettings::StyleSettings | ( | ) |
Definition at line 747 of file app/settings.cxx.
References make_shared().
void StyleSettings::BatchSetBackgrounds | ( | const Color & | aBackColor, |
bool | bCheckedColorSpecialCase = true |
||
) |
Definition at line 3349 of file app/settings.cxx.
References Set3DColors(), SetCheckedColorSpecialCase(), SetDialogColor(), SetFaceColor(), and SetWorkspaceColor().
Definition at line 3361 of file app/settings.cxx.
References SetAppFont(), SetFieldFont(), SetGroupFont(), SetHelpFont(), SetIconFont(), SetLabelFont(), SetMenuFont(), SetPushButtonFont(), SetRadioCheckFont(), SetTabFont(), and SetToolFont().
|
private |
Definition at line 2476 of file app/settings.cxx.
References mxData.
Referenced by Set3DColors(), SetAccentColor(), SetActionButtonPressedRolloverTextColor(), SetActionButtonRolloverTextColor(), SetActionButtonTextColor(), SetActiveBorderColor(), SetActiveColor(), SetActiveTabColor(), SetActiveTextColor(), SetAlternatingRowColor(), SetAntialiasingMinPixelHeight(), SetAppFont(), SetAutoMnemonic(), SetButtonPressedRolloverTextColor(), SetButtonRolloverTextColor(), SetButtonTextColor(), SetCheckedColor(), SetCheckedColorSpecialCase(), SetColorValueSetColumnCount(), SetContextMenuShortcuts(), SetCursorBlinkTime(), SetCursorSize(), SetDarkShadowColor(), SetDeactiveBorderColor(), SetDeactiveColor(), SetDeactiveTextColor(), SetDefaultActionButtonPressedRolloverTextColor(), SetDefaultActionButtonRolloverTextColor(), SetDefaultActionButtonTextColor(), SetDefaultButtonPressedRolloverTextColor(), SetDefaultButtonRolloverTextColor(), SetDefaultButtonTextColor(), SetDialogColor(), SetDialogTextColor(), SetDisableColor(), SetDisplayOptions(), SetDragFullOptions(), SetEdgeBlending(), SetFaceColor(), SetFieldColor(), SetFieldFont(), SetFieldRolloverTextColor(), SetFieldTextColor(), SetFlatButtonPressedRolloverTextColor(), SetFlatButtonRolloverTextColor(), SetFlatButtonTextColor(), SetFloatTitleFont(), SetFloatTitleHeight(), SetGroupFont(), SetGroupTextColor(), SetHelpColor(), SetHelpFont(), SetHelpTextColor(), SetHideDisabledMenuItems(), SetHighContrastMode(), SetHighlightColor(), SetHighlightTextColor(), SetIconFont(), SetIconTheme(), SetInactiveTabColor(), SetLabelFont(), SetLabelTextColor(), SetLightBorderColor(), SetLightColor(), SetLinkColor(), SetListBoxMaximumLineCount(), SetListBoxWindowBackgroundColor(), SetListBoxWindowHighlightColor(), SetListBoxWindowHighlightTextColor(), SetListBoxWindowTextColor(), SetMenuBarColor(), SetMenuBarHighlightTextColor(), SetMenuBarRolloverColor(), SetMenuBarRolloverTextColor(), SetMenuBarTextColor(), SetMenuBorderColor(), SetMenuColor(), SetMenuFont(), SetMenuHighlightColor(), SetMenuHighlightTextColor(), SetMenuTextColor(), SetMinThumbSize(), SetMonoColor(), SetOptions(), SetPreferredContextMenuShortcuts(), SetPreferredUseImagesInMenus(), SetPreviewUsesCheckeredBackground(), SetPrimaryButtonWarpsSlider(), SetPushButtonFont(), SetRadioCheckFont(), SetRadioCheckTextColor(), SetScrollBarSize(), SetSelectionOptions(), SetShadowColor(), SetSkipDisabledInMenus(), SetSpinSize(), SetStandardStyles(), SetTabFont(), SetTabHighlightTextColor(), SetTabRolloverTextColor(), SetTabTextColor(), SetTitleFont(), SetTitleHeight(), SetToolbarIconSize(), SetToolFont(), SetToolTextColor(), SetUseFlatBorders(), SetUseFlatMenus(), SetUseFontAAFromSystem(), SetUseImagesInMenus(), SetUseSystemUIFonts(), SetVisitedLinkColor(), SetWarningColor(), SetWindowColor(), SetWindowTextColor(), and SetWorkspaceColor().
OUString StyleSettings::DetermineIconTheme | ( | ) | const |
Determine which icon theme should be used.
This might not be the same as the one which has been set with SetIconTheme(), e.g., if high contrast mode is enabled.
(for the detailed logic
Definition at line 3235 of file app/settings.cxx.
References vcl::IconThemeScanner::Create(), GetAutomaticallyChosenIconTheme(), vcl::IconThemeScanner::GetStandardIconThemePath(), utl::ConfigManager::IsFuzzing(), and mxData.
Referenced by ToolBox::GetDefaultImageSize(), BitmapEx::loadFromIconTheme(), vcl::bitmap::loadFromName(), vcl::ImageRepository::loadImage(), and ImplImage::loadStockAtScale().
const Color & StyleSettings::GetAccentColor | ( | ) | const |
Definition at line 1267 of file app/settings.cxx.
References mxData.
const Color & StyleSettings::GetActionButtonPressedRolloverTextColor | ( | ) | const |
Definition at line 1020 of file app/settings.cxx.
References mxData.
Referenced by PushButton::ImplDrawPushButtonContent().
const Color & StyleSettings::GetActionButtonRolloverTextColor | ( | ) | const |
Definition at line 955 of file app/settings.cxx.
References mxData.
Referenced by PushButton::ImplDrawPushButtonContent().
const Color & StyleSettings::GetActionButtonTextColor | ( | ) | const |
Definition at line 890 of file app/settings.cxx.
References mxData.
Referenced by PushButton::ImplDrawPushButtonContent().
const Color & StyleSettings::GetActiveBorderColor | ( | ) | const |
Definition at line 1215 of file app/settings.cxx.
References mxData.
const Color & StyleSettings::GetActiveColor | ( | ) | const |
Definition at line 1189 of file app/settings.cxx.
References mxData.
const Color & StyleSettings::GetActiveTabColor | ( | ) | const |
Definition at line 1618 of file app/settings.cxx.
References mxData.
const Color & StyleSettings::GetActiveTextColor | ( | ) | const |
Definition at line 1202 of file app/settings.cxx.
References mxData.
const Color & StyleSettings::GetAlternatingRowColor | ( | ) | const |
Definition at line 1643 of file app/settings.cxx.
References mxData.
sal_Int32 StyleSettings::GetAntialiasingMinPixelHeight | ( | ) | const |
Definition at line 2110 of file app/settings.cxx.
References mxData.
Referenced by OutputDevice::ImplNewFont().
const vcl::Font & StyleSettings::GetAppFont | ( | ) | const |
Definition at line 1799 of file app/settings.cxx.
References mxData.
Referenced by vcl::Window::ImplInit(), vcl::Window::ImplInitResolutionSettings(), and vcl::Window::ImplUpdateGlobalSettings().
OUString StyleSettings::GetAutomaticallyChosenIconTheme | ( | ) | const |
Obtain the name of the icon theme which will be chosen automatically for the desktop environment.
This method will only return icon themes which were actually found on the system.
Definition at line 3214 of file app/settings.cxx.
References vcl::IconThemeScanner::Create(), Application::GetDesktopEnvironment(), vcl::IconThemeScanner::GetStandardIconThemePath(), and mxData.
Referenced by DetermineIconTheme().
bool StyleSettings::GetAutoMnemonic | ( | ) | const |
Definition at line 2130 of file app/settings.cxx.
References mxData.
Referenced by ImplIsMnemonicCtrl().
|
static |
Definition at line 1961 of file app/settings.cxx.
Referenced by vcl::Window::CalcTitleWidth(), and ImplStdBorderWindowView::Init().
const Color & StyleSettings::GetButtonPressedRolloverTextColor | ( | ) | const |
Definition at line 994 of file app/settings.cxx.
References mxData.
Referenced by PushButton::ImplDrawPushButtonContent().
const Color & StyleSettings::GetButtonRolloverTextColor | ( | ) | const |
Definition at line 929 of file app/settings.cxx.
References mxData.
Referenced by ImplWin::ImplDraw(), and PushButton::ImplDrawPushButtonContent().
const Color & StyleSettings::GetButtonTextColor | ( | ) | const |
Definition at line 864 of file app/settings.cxx.
References mxData.
Referenced by ToolBox::ApplyForegroundSettings(), HeaderBar::ApplySettings(), StatusBar::ApplySettings(), vcl::PDFWriterImpl::createDefaultPushButtonAppearance(), SpinField::Draw(), vcl::RenderTools::DrawSelectionBackground(), ImplStdBorderWindowView::DrawWindow(), PushButton::GetCanonicalTextColor(), ScrollBar::ImplDraw(), Calendar::ImplDraw(), ImplWin::ImplDraw(), ImplDrawBrdWinSymbol(), PushButton::ImplDrawPushButtonContent(), MenuFloatingWindow::ImplDrawScroller(), Calendar::ImplDrawSpin(), ImplDrawUpDownButtons(), vcl::Window::ImplInit(), HeaderBar::ImplInitSettings(), and SpinField::Paint().
const Color & StyleSettings::GetCheckedColor | ( | ) | const |
Definition at line 773 of file app/settings.cxx.
References mxData.
Referenced by vcl::PDFWriterImpl::createDefaultCheckBoxAppearance(), vcl::PDFWriterImpl::createDefaultRadioButtonAppearance(), ScrollBar::ImplDraw(), and Slider::ImplDraw().
sal_uInt16 StyleSettings::GetColorValueSetColumnCount | ( | ) | const |
Definition at line 2221 of file app/settings.cxx.
References mxData.
bool StyleSettings::GetContextMenuShortcuts | ( | ) | const |
Definition at line 1752 of file app/settings.cxx.
References GetPreferredContextMenuShortcuts(), mxData, TRISTATE_FALSE, and TRISTATE_TRUE.
Referenced by Edit::CreatePopupMenu().
sal_uInt64 StyleSettings::GetCursorBlinkTime | ( | ) | const |
Definition at line 2058 of file app/settings.cxx.
References mxData.
Referenced by vcl::Cursor::ImplDoShow().
sal_Int32 StyleSettings::GetCursorSize | ( | ) | const |
Definition at line 2045 of file app/settings.cxx.
References mxData.
Referenced by ImplHandleExtTextInputPos(), vcl::Cursor::ImplPrepForDraw(), and vcl::Cursor::LOKNotify().
const Color & StyleSettings::GetDarkShadowColor | ( | ) | const |
Definition at line 838 of file app/settings.cxx.
References mxData.
Referenced by vcl::PDFWriterImpl::drawFieldBorder(), DecorationView::DrawHandle(), Calendar::ImplDraw(), SplitWindow::ImplDrawGrip(), TabControl::ImplDrawItem(), HeaderBar::ImplDrawItem(), ImplDrawSplit(), LoadThemedImageList(), HeaderBar::Paint(), StatusBar::Paint(), and TabControl::Paint().
const Color & StyleSettings::GetDeactiveBorderColor | ( | ) | const |
Definition at line 1254 of file app/settings.cxx.
References mxData.
const Color & StyleSettings::GetDeactiveColor | ( | ) | const |
Definition at line 1228 of file app/settings.cxx.
References mxData.
Referenced by Image::Draw(), IconView::PaintEntry(), SvxIconChoiceCtrl_Impl::PaintEntry(), and SvTreeListBox::PaintEntry1().
const Color & StyleSettings::GetDeactiveTextColor | ( | ) | const |
Definition at line 1241 of file app/settings.cxx.
References mxData.
const Color & StyleSettings::GetDefaultActionButtonPressedRolloverTextColor | ( | ) | const |
Definition at line 1007 of file app/settings.cxx.
References mxData.
Referenced by PushButton::ImplDrawPushButtonContent().
const Color & StyleSettings::GetDefaultActionButtonRolloverTextColor | ( | ) | const |
Definition at line 942 of file app/settings.cxx.
References mxData.
Referenced by PushButton::ImplDrawPushButtonContent().
const Color & StyleSettings::GetDefaultActionButtonTextColor | ( | ) | const |
Definition at line 877 of file app/settings.cxx.
References mxData.
Referenced by PushButton::ImplDrawPushButtonContent().
const Color & StyleSettings::GetDefaultButtonPressedRolloverTextColor | ( | ) | const |
Definition at line 981 of file app/settings.cxx.
References mxData.
Referenced by PushButton::ImplDrawPushButtonContent().
const Color & StyleSettings::GetDefaultButtonRolloverTextColor | ( | ) | const |
Definition at line 916 of file app/settings.cxx.
References mxData.
Referenced by PushButton::ImplDrawPushButtonContent().
const Color & StyleSettings::GetDefaultButtonTextColor | ( | ) | const |
Definition at line 851 of file app/settings.cxx.
References mxData.
Referenced by PushButton::ImplDrawPushButtonContent().
const Color & StyleSettings::GetDialogColor | ( | ) | const |
Definition at line 1111 of file app/settings.cxx.
References mxData.
Referenced by NotebookbarPopup::ApplyBackground(), vcl::PDFWriterImpl::createDefaultPushButtonAppearance(), NotebookbarPopup::NotebookbarPopup(), TabControl::Paint(), and NotebookBar::UpdateBackground().
const DialogStyle & StyleSettings::GetDialogStyle | ( | ) | const |
Definition at line 2170 of file app/settings.cxx.
References mxData.
Referenced by Dialog::set_action_area(), and Dialog::settingOptimalLayoutSize().
const Color & StyleSettings::GetDialogTextColor | ( | ) | const |
Definition at line 1124 of file app/settings.cxx.
References mxData.
const Color & StyleSettings::GetDisableColor | ( | ) | const |
Definition at line 1306 of file app/settings.cxx.
References mxData.
Referenced by VclMultiLineEdit::ApplySettings(), ComboBox::Draw(), Edit::Draw(), ListBox::Draw(), ImplWin::ImplDraw(), OutputDevice::ImplDrawText(), VclMultiLineEdit::ImplInitSettings(), ImplListBoxWindow::ImplPaint(), Edit::ImplRepaint(), and OutputDevice::SetSystemTextColor().
DisplayOptions StyleSettings::GetDisplayOptions | ( | ) | const |
Definition at line 2097 of file app/settings.cxx.
References mxData.
Referenced by OutputDevice::ImplNewFont().
|
static |
Definition at line 2136 of file app/settings.cxx.
References ImplGetSVData(), ImplSVData::maNWFData, and ImplSVNWFData::mbCanDetermineWindowPosition.
Referenced by DockingWindow::EndDocking(), ImplDockingWindowWrapper::EndDocking(), vcl::Window::EventNotify(), DockingWindow::EventNotify(), and ImplDockingWindowWrapper::StartPopupMode().
DragFullOptions StyleSettings::GetDragFullOptions | ( | ) | const |
Definition at line 2071 of file app/settings.cxx.
References mxData.
sal_uInt16 StyleSettings::GetEdgeBlending | ( | ) | const |
Definition at line 2183 of file app/settings.cxx.
References mxData.
Referenced by ImplWin::DrawEntry(), and ImplListBoxWindow::DrawEntry().
const Color & StyleSettings::GetEdgeBlendingBottomRightColor | ( | ) | const |
Definition at line 2195 of file app/settings.cxx.
References mxData.
Referenced by ImplWin::DrawEntry(), and ImplListBoxWindow::DrawEntry().
const Color & StyleSettings::GetEdgeBlendingTopLeftColor | ( | ) | const |
Definition at line 2189 of file app/settings.cxx.
References mxData.
Referenced by ImplWin::DrawEntry(), and ImplListBoxWindow::DrawEntry().
const Color & StyleSettings::GetFaceColor | ( | ) | const |
Definition at line 760 of file app/settings.cxx.
References mxData.
Referenced by ToolBox::ApplyBackgroundSettings(), HeaderBar::ApplySettings(), StatusBar::ApplySettings(), FloatingWindow::ApplySettings(), ScrollBarBox::ApplySettings(), Splitter::DataChanged(), DecorationView::DrawHighlightFrame(), vcl::Window::DrawSelectionBackground(), vcl::RenderTools::DrawSelectionBackground(), ImplStdBorderWindowView::DrawWindow(), CheckBox::GetCheckImage(), GetFaceGradientColor(), RadioButton::GetRadioImage(), Calendar::ImplDraw(), ImplDrawDropdownArrow(), ToolBox::ImplDrawGradientBackground(), SplitWindow::ImplDrawGrip(), ToolBox::ImplDrawItem(), ScrollBar::ImplDrawNative(), RadioButton::ImplDrawRadioButtonState(), OutputDevice::ImplDrawText(), ToolBox::ImplErase(), vcl::Window::ImplInit(), DockingWindow::ImplInitSettings(), SplitWindow::ImplInitSettings(), FloatingWindow::ImplInitSettings(), HeaderBar::ImplInitSettings(), ImplStdBorderWindowView::Init(), LoadThemedImageList(), StatusBar::Paint(), IconView::PaintEntry(), SvxIconChoiceCtrl_Impl::PaintEntry(), SvTreeListBox::PaintEntry1(), SetCheckedColorSpecialCase(), and vcl::Window::UpdateSettings().
Color StyleSettings::GetFaceGradientColor | ( | ) | const |
Definition at line 2454 of file app/settings.cxx.
References GetFaceColor(), h, Color::HSBtoRGB(), and Color::RGBtoHSB().
Referenced by ImplStdBorderWindowView::DrawWindow(), ToolBox::ImplDrawConstantBackground(), and ToolBox::ImplDrawGradientBackground().
const Color & StyleSettings::GetFieldColor | ( | ) | const |
Definition at line 1150 of file app/settings.cxx.
References mxData.
Referenced by Edit::ApplySettings(), SvTreeListBox::ApplySettings(), VclMultiLineEdit::ApplySettings(), Calendar::ApplySettings(), ImplWin::ApplySettings(), vcl::PDFWriterImpl::createDefaultCheckBoxAppearance(), vcl::PDFWriterImpl::createDefaultListBoxAppearance(), vcl::PDFWriterImpl::createDefaultRadioButtonAppearance(), vcl::PDFWriterImpl::drawFieldBorder(), RadioButton::ImplDrawRadioButtonState(), Calendar::ImplInitSettings(), VclMultiLineEdit::ImplInitSettings(), Edit::ImplRepaint(), SvTreeListBox::InitSettings(), SvxIconChoiceCtrl_Impl::InitSettings(), and SvtIconChoiceCtrl::SetBackground().
const vcl::Font & StyleSettings::GetFieldFont | ( | ) | const |
Definition at line 1929 of file app/settings.cxx.
References mxData.
Referenced by Edit::ApplySettings(), VclMultiLineEdit::ApplySettings(), ImplListBoxWindow::ApplySettings(), ImplWin::ApplySettings(), vcl::PDFWriterImpl::drawFieldBorder(), VclMultiLineEdit::ImplInitSettings(), vcl::Window::ImplUpdateGlobalSettings(), SvTreeListBox::InitSettings(), SvxIconChoiceCtrl_Impl::InitSettings(), vcl::PrintDialog::ShowNupOrderWindow::Paint(), and SalInstanceTextView::set_monospace().
const Color & StyleSettings::GetFieldRolloverTextColor | ( | ) | const |
Definition at line 1176 of file app/settings.cxx.
References mxData.
Referenced by ImplWin::ImplDraw().
const Color & StyleSettings::GetFieldTextColor | ( | ) | const |
Definition at line 1163 of file app/settings.cxx.
References mxData.
Referenced by Edit::ApplySettings(), SvTreeListBox::ApplySettings(), VclMultiLineEdit::ApplySettings(), Calendar::ApplySettings(), vcl::HyperLabel::ApplySettings(), ImplWin::ApplySettings(), vcl::PDFWriterImpl::createDefaultEditAppearance(), vcl::PDFWriterImpl::createDefaultListBoxAppearance(), ImplWin::ImplDraw(), Calendar::ImplInitSettings(), VclMultiLineEdit::ImplInitSettings(), SvTreeListBox::InitSettings(), SvxIconChoiceCtrl_Impl::InitSettings(), vcl::PrintDialog::ShowNupOrderWindow::Paint(), SvtIconChoiceCtrl::SetBackground(), and NotebookBar::UpdateDefaultSettings().
const Color & StyleSettings::GetFlatButtonPressedRolloverTextColor | ( | ) | const |
Definition at line 1033 of file app/settings.cxx.
References mxData.
Referenced by PushButton::ImplDrawPushButtonContent().
const Color & StyleSettings::GetFlatButtonRolloverTextColor | ( | ) | const |
Definition at line 968 of file app/settings.cxx.
References mxData.
Referenced by PushButton::ImplDrawPushButtonContent().
const Color & StyleSettings::GetFlatButtonTextColor | ( | ) | const |
Definition at line 903 of file app/settings.cxx.
References mxData.
Referenced by PushButton::ImplDrawPushButtonContent().
const vcl::Font & StyleSettings::GetFloatTitleFont | ( | ) | const |
Definition at line 1838 of file app/settings.cxx.
References mxData.
Referenced by ImplBorderWindowView::ImplInitTitle(), and vcl::Window::ImplUpdateGlobalSettings().
sal_Int32 StyleSettings::GetFloatTitleHeight | ( | ) | const |
Definition at line 1987 of file app/settings.cxx.
References mxData.
Referenced by ToolBox::ImplCalcBreaks(), ImplBorderWindowView::ImplInitTitle(), and vcl::FileDefinitionWidgetDraw::updateSettings().
const vcl::Font & StyleSettings::GetGroupFont | ( | ) | const |
Definition at line 1877 of file app/settings.cxx.
References mxData.
Referenced by FixedLine::GetCanonicalFont(), and vcl::Window::ImplUpdateGlobalSettings().
const Color & StyleSettings::GetGroupTextColor | ( | ) | const |
Definition at line 1059 of file app/settings.cxx.
References mxData.
Referenced by FixedLine::GetCanonicalTextColor().
const Color & StyleSettings::GetHelpColor | ( | ) | const |
Definition at line 1319 of file app/settings.cxx.
References mxData.
Referenced by HelpTextWindow::ApplySettings().
const vcl::Font & StyleSettings::GetHelpFont | ( | ) | const |
Definition at line 1812 of file app/settings.cxx.
References mxData.
Referenced by HelpTextWindow::ApplySettings(), and vcl::Window::ImplUpdateGlobalSettings().
const Color & StyleSettings::GetHelpTextColor | ( | ) | const |
Definition at line 1332 of file app/settings.cxx.
References mxData.
Referenced by HelpTextWindow::ApplySettings().
bool StyleSettings::GetHideDisabledMenuItems | ( | ) | const |
Definition at line 1739 of file app/settings.cxx.
References mxData.
Referenced by Edit::CreatePopupMenu().
bool StyleSettings::GetHighContrastMode | ( | ) | const |
Definition at line 3274 of file app/settings.cxx.
References mxData.
Referenced by OutputDevice::DrawCtrlText(), ToolBox::ImplDrawGradientBackground(), OutputDevice::ImplDrawText(), and MenuBarWindow::Paint().
const Color & StyleSettings::GetHighlightColor | ( | ) | const |
Definition at line 1280 of file app/settings.cxx.
References mxData.
Referenced by vcl::HyperLabel::DataChanged(), Image::Draw(), vcl::Window::DrawSelectionBackground(), vcl::RenderTools::DrawSelectionBackground(), vcl::drawmode::GetFillColor(), vcl::drawmode::GetFont(), vcl::drawmode::GetHatchColor(), vcl::drawmode::GetLineColor(), OutputDevice::GetSingleColorGradientFill(), ImplWin::ImplDraw(), Calendar::ImplDrawDate(), RadioButton::ImplDrawRadioButtonState(), ImplPaintCheckBackground(), Edit::ImplRepaint(), TextEngine::ImpPaint(), StatusBar::Paint(), IconView::PaintEntry(), SvxIconChoiceCtrl_Impl::PaintEntry(), SvTreeListBox::PaintEntry1(), TextEngine::SeekCursor(), SalInstanceWidget::set_highlight_background(), and SalInstanceLabel::set_label_type().
const Color & StyleSettings::GetHighlightTextColor | ( | ) | const |
Definition at line 1293 of file app/settings.cxx.
References mxData.
Referenced by Calendar::ApplySettings(), vcl::HyperLabel::ApplySettings(), vcl::RenderTools::DrawSelectionBackground(), vcl::drawmode::GetFont(), vcl::drawmode::GetTextColor(), ImplWin::ImplDraw(), Calendar::ImplInitSettings(), Edit::ImplRepaint(), TextEngine::ImpPaint(), IconView::PaintEntry(), SvxIconChoiceCtrl_Impl::PaintEntry(), SvTreeListBox::PaintEntry1(), and TextEngine::SeekCursor().
const vcl::Font & StyleSettings::GetIconFont | ( | ) | const |
Definition at line 1942 of file app/settings.cxx.
References mxData.
Referenced by vcl::Window::ImplUpdateGlobalSettings().
const Color & StyleSettings::GetInactiveTabColor | ( | ) | const |
Definition at line 1631 of file app/settings.cxx.
References mxData.
std::vector< vcl::IconThemeInfo > const & StyleSettings::GetInstalledIconThemes | ( | ) | const |
Obtain the list of icon themes which were found in the config folder.
Definition at line 3205 of file app/settings.cxx.
References vcl::IconThemeScanner::Create(), vcl::IconThemeScanner::GetStandardIconThemePath(), and mxData.
const vcl::Font & StyleSettings::GetLabelFont | ( | ) | const |
Definition at line 1890 of file app/settings.cxx.
References mxData.
Referenced by Control::GetCanonicalFont(), FixedText::GetCanonicalFont(), vcl::Window::ImplUpdateGlobalSettings(), vcl::PrintDialog::PrintPreviewWindow::Paint(), and MessageDialog::SetMessagesWidths().
const Color & StyleSettings::GetLabelTextColor | ( | ) | const |
Definition at line 1072 of file app/settings.cxx.
References mxData.
Referenced by Control::GetCanonicalTextColor(), and FixedText::GetCanonicalTextColor().
const Color & StyleSettings::GetLightBorderColor | ( | ) | const |
Definition at line 799 of file app/settings.cxx.
References mxData.
Referenced by vcl::PDFWriterImpl::drawFieldBorder().
const Color & StyleSettings::GetLightColor | ( | ) | const |
Definition at line 786 of file app/settings.cxx.
References mxData.
Referenced by vcl::PDFWriterImpl::createDefaultPushButtonAppearance(), vcl::PDFWriterImpl::drawFieldBorder(), DecorationView::DrawHighlightFrame(), DecorationView::DrawSymbol(), CheckBox::GetCheckImage(), RadioButton::GetRadioImage(), Calendar::ImplDraw(), Slider::ImplDraw(), ToolBox::ImplDrawBorder(), SplitWindow::ImplDrawBorderLine(), TabControl::ImplDrawItem(), HeaderBar::ImplDrawItem(), ImplDrawSplit(), Menu::ImplPaint(), LoadThemedImageList(), TabControl::Paint(), and SalInstanceLabel::set_label_type().
const Color & StyleSettings::GetLinkColor | ( | ) | const |
Definition at line 1566 of file app/settings.cxx.
References mxData.
sal_uInt16 StyleSettings::GetListBoxMaximumLineCount | ( | ) | const |
Definition at line 2208 of file app/settings.cxx.
References mxData.
|
static |
Definition at line 2227 of file app/settings.cxx.
const Size & StyleSettings::GetListBoxPreviewDefaultPixelSize | ( | ) | const |
Definition at line 2256 of file app/settings.cxx.
References Application::GetDefaultDevice(), OutputDevice::LogicToPixel(), and mxData.
const Color & StyleSettings::GetListBoxWindowBackgroundColor | ( | ) | const |
Definition at line 1475 of file app/settings.cxx.
References mxData.
Referenced by ImplListBoxWindow::ApplySettings().
const Color & StyleSettings::GetListBoxWindowHighlightColor | ( | ) | const |
Definition at line 1501 of file app/settings.cxx.
References mxData.
Referenced by ImplListBoxWindow::ImplPaint().
const Color & StyleSettings::GetListBoxWindowHighlightTextColor | ( | ) | const |
Definition at line 1514 of file app/settings.cxx.
References mxData.
Referenced by ImplListBoxWindow::ImplPaint().
const Color & StyleSettings::GetListBoxWindowTextColor | ( | ) | const |
Definition at line 1488 of file app/settings.cxx.
References mxData.
Referenced by ImplListBoxWindow::ApplySettings().
const Color & StyleSettings::GetMenuBarColor | ( | ) | const |
Definition at line 1358 of file app/settings.cxx.
References mxData.
Referenced by Menu::ImplPaint(), and Menu::ImplPaintMenuTitle().
const Color & StyleSettings::GetMenuBarHighlightTextColor | ( | ) | const |
Definition at line 1436 of file app/settings.cxx.
References mxData.
Referenced by Menu::ImplPaint().
const Color & StyleSettings::GetMenuBarRolloverColor | ( | ) | const |
Definition at line 1371 of file app/settings.cxx.
References mxData.
Referenced by MenuBarWindow::HighlightItem().
const Color & StyleSettings::GetMenuBarRolloverTextColor | ( | ) | const |
Definition at line 1423 of file app/settings.cxx.
References mxData.
Referenced by Menu::ImplPaint().
const Color & StyleSettings::GetMenuBarTextColor | ( | ) | const |
Definition at line 1410 of file app/settings.cxx.
References mxData.
Referenced by MenuBarWindow::ApplySettings(), and Menu::ImplPaint().
const Color & StyleSettings::GetMenuBorderColor | ( | ) | const |
Definition at line 1384 of file app/settings.cxx.
References mxData.
const Color & StyleSettings::GetMenuColor | ( | ) | const |
Definition at line 1345 of file app/settings.cxx.
References mxData.
Referenced by MenuFloatingWindow::ApplySettings(), Menu::ImplPaint(), MenuBarWindow::Paint(), and MenuFloatingWindow::Paint().
const vcl::Font & StyleSettings::GetMenuFont | ( | ) | const |
Definition at line 1851 of file app/settings.cxx.
References mxData.
Referenced by MenuBarWindow::ApplySettings(), MenuFloatingWindow::ApplySettings(), and vcl::Window::ImplUpdateGlobalSettings().
const Color & StyleSettings::GetMenuHighlightColor | ( | ) | const |
Definition at line 1449 of file app/settings.cxx.
References mxData.
Referenced by MenuBarWindow::HighlightItem(), and MenuFloatingWindow::RenderHighlightItem().
const Color & StyleSettings::GetMenuHighlightTextColor | ( | ) | const |
Definition at line 1462 of file app/settings.cxx.
References mxData.
Referenced by Menu::ImplPaint(), and ImplPaintCheckBackground().
const Color & StyleSettings::GetMenuTextColor | ( | ) | const |
Definition at line 1397 of file app/settings.cxx.
References mxData.
Referenced by MenuFloatingWindow::ApplySettings(), and Menu::ImplPaint().
sal_Int32 StyleSettings::GetMinThumbSize | ( | ) | const |
Definition at line 2013 of file app/settings.cxx.
References mxData.
Referenced by ScrollBar::GetOptimalSize(), and ScrollBar::ImplCalc().
const Color & StyleSettings::GetMonoColor | ( | ) | const |
Definition at line 1605 of file app/settings.cxx.
References mxData.
StyleSettingsOptions StyleSettings::GetOptions | ( | ) | const |
Definition at line 3199 of file app/settings.cxx.
References mxData.
Referenced by DecorationView::DrawHighlightFrame(), DecorationView::DrawSeparator(), DecorationView::DrawSymbol(), CheckBox::GetCheckImage(), RadioButton::GetRadioImage(), FixedText::ImplDraw(), FixedLine::ImplDraw(), Control::ImplDrawFrame(), TabControl::ImplDrawItem(), OutputDevice::ImplDrawText(), PushButton::ImplGetTextStyle(), ImageButton::ImplInitStyle(), and TabControl::Paint().
BitmapEx const & StyleSettings::GetPersonaFooter | ( | ) | const |
Definition at line 2436 of file app/settings.cxx.
References mxData, and setupPersonaHeaderFooter().
Referenced by ToolBox::ImplDrawBackground().
BitmapEx const & StyleSettings::GetPersonaHeader | ( | ) | const |
Definition at line 2430 of file app/settings.cxx.
References mxData, and setupPersonaHeaderFooter().
Referenced by NotebookbarPopup::ApplyBackground(), MenuBarWindow::ApplySettings(), GetPersonaMenuBarTextColor(), ToolBox::ImplDrawBackground(), NotebookbarPopup::NotebookbarPopup(), MenuBarWindow::Paint(), ImplBorderWindow::Resize(), and NotebookBar::UpdateBackground().
const std::optional< Color > & StyleSettings::GetPersonaMenuBarTextColor | ( | ) | const |
Definition at line 2442 of file app/settings.cxx.
References GetPersonaHeader(), and mxData.
Referenced by NotebookBar::UpdatePersonaSettings().
bool StyleSettings::GetPreferredContextMenuShortcuts | ( | ) | const |
Definition at line 1773 of file app/settings.cxx.
References mxData.
Referenced by GetContextMenuShortcuts().
bool StyleSettings::GetPreferredUseImagesInMenus | ( | ) | const |
Definition at line 1713 of file app/settings.cxx.
References mxData.
Referenced by GetUseImagesInMenus().
bool StyleSettings::GetPreviewUsesCheckeredBackground | ( | ) | const |
Definition at line 2240 of file app/settings.cxx.
References mxData.
bool StyleSettings::GetPrimaryButtonWarpsSlider | ( | ) | const |
Definition at line 1786 of file app/settings.cxx.
References mxData.
Referenced by ScrollBar::MouseButtonDown().
const vcl::Font & StyleSettings::GetPushButtonFont | ( | ) | const |
Definition at line 1916 of file app/settings.cxx.
References mxData.
Referenced by vcl::PDFWriterImpl::createDefaultPushButtonAppearance(), PushButton::GetCanonicalFont(), and vcl::Window::ImplUpdateGlobalSettings().
const vcl::Font & StyleSettings::GetRadioCheckFont | ( | ) | const |
Definition at line 1903 of file app/settings.cxx.
References mxData.
Referenced by vcl::PDFWriterImpl::createDefaultCheckBoxAppearance(), vcl::PDFWriterImpl::createDefaultRadioButtonAppearance(), CheckBox::GetCanonicalFont(), RadioButton::GetCanonicalFont(), and vcl::Window::ImplUpdateGlobalSettings().
const Color & StyleSettings::GetRadioCheckTextColor | ( | ) | const |
Definition at line 1046 of file app/settings.cxx.
References mxData.
Referenced by vcl::PDFWriterImpl::createDefaultCheckBoxAppearance(), vcl::PDFWriterImpl::createDefaultRadioButtonAppearance(), CheckBox::GetCanonicalTextColor(), and RadioButton::GetCanonicalTextColor().
sal_Int32 StyleSettings::GetScrollBarSize | ( | ) | const |
Definition at line 2000 of file app/settings.cxx.
References mxData.
Referenced by ImplListBoxFloatingWindow::CalcFloatSize(), MenuFloatingWindow::EnableScrollMenu(), ComboBox::getMaxWidthScrollBarAndDownButton(), SpinField::ImplCalcButtonAreas(), TabPage::ImplInit(), ScrollBar::ImplInit(), ScrollBarBox::ImplInit(), Splitter::ImplInitHorVer(), ImplListBox::ImplResizeControls(), Splitter::ImplSplitterActive(), SvxIconChoiceCtrl_Impl::InitSettings(), ImpVclMEdit::Resize(), and ListBox::Resize().
SelectionOptions StyleSettings::GetSelectionOptions | ( | ) | const |
Definition at line 2084 of file app/settings.cxx.
References mxData.
Referenced by Edit::GetFocus().
Color StyleSettings::GetSeparatorColor | ( | ) | const |
Definition at line 2466 of file app/settings.cxx.
References GetShadowColor(), h, Color::HSBtoRGB(), and Color::RGBtoHSB().
Referenced by DecorationView::DrawSeparator(), ImplAddNWFSeparator(), and ToolBox::ImplDrawSeparator().
const Color & StyleSettings::GetShadowColor | ( | ) | const |
Definition at line 825 of file app/settings.cxx.
References mxData.
Referenced by vcl::PDFWriterImpl::drawFieldBorder(), DecorationView::DrawHighlightFrame(), SvImpLBox::DrawNet(), DecorationView::DrawSymbol(), GetSeparatorColor(), ScrollBar::ImplDraw(), Calendar::ImplDraw(), Slider::ImplDraw(), SplitWindow::ImplDrawBorder(), ToolBox::ImplDrawBorder(), SplitWindow::ImplDrawBorderLine(), ToolBox::ImplDrawFloatwinBorder(), ToolBox::ImplDrawGradientBackground(), ToolBox::ImplDrawGrip(), TabControl::ImplDrawItem(), ToolBox::ImplDrawItem(), HeaderBar::ImplDrawItem(), ImplDrawSplit(), Menu::ImplPaint(), LoadThemedImageList(), StatusBar::Paint(), TabControl::Paint(), SalInstanceWidget::set_title_background(), and VclScrolledWindow::VclScrolledWindow().
bool StyleSettings::GetSkipDisabledInMenus | ( | ) | const |
Definition at line 1726 of file app/settings.cxx.
References mxData.
Referenced by MenuFloatingWindow::ImplCursorUpDown(), and PopupMenu::Run().
sal_Int32 StyleSettings::GetSpinSize | ( | ) | const |
Definition at line 2026 of file app/settings.cxx.
References mxData.
Referenced by SpinField::ImplCalcButtonAreas().
|
static |
Definition at line 2032 of file app/settings.cxx.
Referenced by Splitter::ImplInitHorVer(), and Splitter::ImplSplitterActive().
const vcl::Font & StyleSettings::GetTabFont | ( | ) | const |
Definition at line 1955 of file app/settings.cxx.
References mxData.
Referenced by TabControl::GetCanonicalFont(), and vcl::Window::ImplUpdateGlobalSettings().
const Color & StyleSettings::GetTabHighlightTextColor | ( | ) | const |
Definition at line 1553 of file app/settings.cxx.
References mxData.
Referenced by TabControl::ImplDrawItem().
const Color & StyleSettings::GetTabRolloverTextColor | ( | ) | const |
Definition at line 1540 of file app/settings.cxx.
References mxData.
Referenced by TabControl::ImplDrawItem().
const Color & StyleSettings::GetTabTextColor | ( | ) | const |
Definition at line 1527 of file app/settings.cxx.
References mxData.
Referenced by TabControl::GetCanonicalTextColor(), and TabControl::ImplDrawItem().
const vcl::Font & StyleSettings::GetTitleFont | ( | ) | const |
Definition at line 1825 of file app/settings.cxx.
References mxData.
Referenced by vcl::Window::CalcTitleWidth(), ImplBorderWindowView::ImplInitTitle(), and vcl::Window::ImplUpdateGlobalSettings().
sal_Int32 StyleSettings::GetTitleHeight | ( | ) | const |
Definition at line 1974 of file app/settings.cxx.
References mxData.
Referenced by vcl::Window::CalcTitleWidth(), ImplBorderWindowView::ImplInitTitle(), and vcl::FileDefinitionWidgetDraw::updateSettings().
ToolbarIconSize StyleSettings::GetToolbarIconSize | ( | ) | const |
Definition at line 2150 of file app/settings.cxx.
References mxData.
Referenced by GetToolbarIconSizePixel().
Size StyleSettings::GetToolbarIconSizePixel | ( | ) | const |
Definition at line 2155 of file app/settings.cxx.
References GetToolbarIconSize(), Large, Size32, and Small.
const vcl::Font & StyleSettings::GetToolFont | ( | ) | const |
Definition at line 1864 of file app/settings.cxx.
References mxData.
Referenced by HeaderBar::ApplySettings(), StatusBar::ApplySettings(), ToolBox::ApplySettings(), Calendar::ApplySettings(), Calendar::ImplInitSettings(), HeaderBar::ImplInitSettings(), ToolBox::ImplInitSettings(), and vcl::Window::ImplUpdateGlobalSettings().
const Color & StyleSettings::GetToolTextColor | ( | ) | const |
Definition at line 1592 of file app/settings.cxx.
References mxData.
Referenced by ToolBox::ApplyBackgroundSettings().
bool StyleSettings::GetUseFlatBorders | ( | ) | const |
Definition at line 1680 of file app/settings.cxx.
References mxData.
bool StyleSettings::GetUseFlatMenus | ( | ) | const |
Definition at line 1693 of file app/settings.cxx.
References mxData.
bool StyleSettings::GetUseFontAAFromSystem | ( | ) | const |
Definition at line 1667 of file app/settings.cxx.
References mxData.
bool StyleSettings::GetUseImagesInMenus | ( | ) | const |
Definition at line 2321 of file app/settings.cxx.
References GetPreferredUseImagesInMenus(), mxData, TRISTATE_FALSE, and TRISTATE_TRUE.
Referenced by Menu::ImplCalcSize().
bool StyleSettings::GetUseSystemUIFonts | ( | ) | const |
Definition at line 1656 of file app/settings.cxx.
References mxData.
const Color & StyleSettings::GetVisitedLinkColor | ( | ) | const |
Definition at line 1579 of file app/settings.cxx.
References mxData.
const Color & StyleSettings::GetWarningColor | ( | ) | const |
Definition at line 812 of file app/settings.cxx.
References mxData.
Referenced by SalInstanceLabel::set_label_type().
const Color & StyleSettings::GetWindowColor | ( | ) | const |
Definition at line 1085 of file app/settings.cxx.
References mxData.
Referenced by ToolBox::ApplyBackgroundSettings(), StatusBar::ApplySettings(), FloatingWindow::ApplySettings(), CheckBox::GetCheckImage(), vcl::drawmode::GetFillColor(), vcl::drawmode::GetFont(), RadioButton::GetRadioImage(), OutputDevice::GetSingleColorGradientFill(), ImplDrawBrdWinSymbolButton(), ToolBox::ImplErase(), vcl::Window::ImplInit(), DockingWindow::ImplInitSettings(), SplitWindow::ImplInitSettings(), FloatingWindow::ImplInitSettings(), LoadThemedImageList(), SalInstanceWidget::set_stack_background(), and vcl::Window::UpdateSettings().
const Color & StyleSettings::GetWindowTextColor | ( | ) | const |
Definition at line 1098 of file app/settings.cxx.
References mxData.
Referenced by ToolBox::ApplyForegroundSettings(), StatusBar::ApplySettings(), vcl::drawmode::GetFont(), vcl::drawmode::GetHatchColor(), vcl::drawmode::GetLineColor(), vcl::drawmode::GetTextColor(), Calendar::ImplDraw(), Calendar::ImplDrawDate(), vcl::Window::ImplInit(), SvxIconChoiceCtrl_Impl::InitSettings(), LoadThemedImageList(), and SvxIconChoiceCtrl_Impl::PaintEntry().
const Color & StyleSettings::GetWorkspaceColor | ( | ) | const |
Definition at line 1137 of file app/settings.cxx.
References mxData.
Referenced by TextWindow::TextWindow().
bool StyleSettings::operator!= | ( | const StyleSettings & | rSet | ) | const |
Definition at line 2246 of file app/settings.cxx.
References rSet.
bool StyleSettings::operator== | ( | const StyleSettings & | rSet | ) | const |
Definition at line 2485 of file app/settings.cxx.
void StyleSettings::Set3DColors | ( | const Color & | rColor | ) |
Definition at line 2267 of file app/settings.cxx.
References COL_BLACK(), COL_GRAY(), COL_LIGHTGRAY(), COL_WHITE(), CopyData(), Color::IsDark(), and mxData.
Referenced by BatchSetBackgrounds(), and PushButton::ImplDrawPushButtonFrame().
void StyleSettings::SetAccentColor | ( | const Color & | rColor | ) |
Definition at line 1260 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetActionButtonPressedRolloverTextColor | ( | const Color & | rColor | ) |
Definition at line 1013 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetActionButtonRolloverTextColor | ( | const Color & | rColor | ) |
Definition at line 948 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetActionButtonTextColor | ( | const Color & | rColor | ) |
Definition at line 883 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetActiveBorderColor | ( | const Color & | rColor | ) |
Definition at line 1208 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetActiveColor | ( | const Color & | rColor | ) |
Definition at line 1182 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetActiveTabColor | ( | const Color & | rColor | ) |
Definition at line 1611 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetActiveTextColor | ( | const Color & | rColor | ) |
Definition at line 1195 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetAlternatingRowColor | ( | const Color & | rColor | ) |
Definition at line 1636 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetAntialiasingMinPixelHeight | ( | sal_Int32 | nMinPixel | ) |
Definition at line 2103 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetAppFont | ( | const vcl::Font & | rFont | ) |
Definition at line 1792 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by BatchSetFonts(), vcl::Window::ImplUpdateGlobalSettings(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetAutoMnemonic | ( | bool | bAutoMnemonic | ) |
Definition at line 2123 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetButtonPressedRolloverTextColor | ( | const Color & | rColor | ) |
Definition at line 987 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetButtonRolloverTextColor | ( | const Color & | rColor | ) |
Definition at line 922 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetButtonTextColor | ( | const Color & | rColor | ) |
Definition at line 857 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by SalInstanceScrolledWindow::customize_scrollbars(), NotebookBar::UpdateDefaultSettings(), NotebookBar::UpdatePersonaSettings(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetCheckedColor | ( | const Color & | rColor | ) |
Definition at line 766 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by SalInstanceScrolledWindow::customize_scrollbars(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetCheckedColorSpecialCase | ( | ) |
Definition at line 2306 of file app/settings.cxx.
References COL_LIGHTGRAY(), CopyData(), GetFaceColor(), and mxData.
Referenced by BatchSetBackgrounds().
void StyleSettings::SetColorValueSetColumnCount | ( | sal_uInt16 | nCount | ) |
Definition at line 2214 of file app/settings.cxx.
References CopyData(), mxData, and nCount.
void StyleSettings::SetContextMenuShortcuts | ( | TriState | eContextMenuShortcuts | ) |
Definition at line 1745 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetCursorBlinkTime | ( | sal_uInt64 | nBlinkTime | ) |
Definition at line 2051 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetCursorSize | ( | sal_Int32 | nSize | ) |
Definition at line 2038 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetDarkShadowColor | ( | const Color & | rColor | ) |
Definition at line 831 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetDeactiveBorderColor | ( | const Color & | rColor | ) |
Definition at line 1247 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetDeactiveColor | ( | const Color & | rColor | ) |
Definition at line 1221 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetDeactiveTextColor | ( | const Color & | rColor | ) |
Definition at line 1234 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetDefaultActionButtonPressedRolloverTextColor | ( | const Color & | rColor | ) |
Definition at line 1000 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetDefaultActionButtonRolloverTextColor | ( | const Color & | rColor | ) |
Definition at line 935 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetDefaultActionButtonTextColor | ( | const Color & | rColor | ) |
Definition at line 870 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetDefaultButtonPressedRolloverTextColor | ( | const Color & | rColor | ) |
Definition at line 974 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetDefaultButtonRolloverTextColor | ( | const Color & | rColor | ) |
Definition at line 909 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetDefaultButtonTextColor | ( | const Color & | rColor | ) |
Definition at line 844 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetDialogColor | ( | const Color & | rColor | ) |
Definition at line 1104 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by BatchSetBackgrounds(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetDialogTextColor | ( | const Color & | rColor | ) |
Definition at line 1117 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by NotebookBar::UpdateDefaultSettings(), NotebookBar::UpdatePersonaSettings(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetDisableColor | ( | const Color & | rColor | ) |
Definition at line 1299 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetDisplayOptions | ( | DisplayOptions | nOptions | ) |
Definition at line 2090 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetDragFullOptions | ( | DragFullOptions | nOptions | ) |
Definition at line 2064 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetEdgeBlending | ( | sal_uInt16 | nCount | ) |
Definition at line 2176 of file app/settings.cxx.
References CopyData(), mxData, and nCount.
void StyleSettings::SetFaceColor | ( | const Color & | rColor | ) |
Definition at line 753 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by BatchSetBackgrounds(), SalInstanceScrolledWindow::customize_scrollbars(), PushButton::Draw(), ScrollBar::Draw(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetFieldColor | ( | const Color & | rColor | ) |
Definition at line 1143 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetFieldFont | ( | const vcl::Font & | rFont | ) |
Definition at line 1922 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by BatchSetFonts(), vcl::Window::ImplUpdateGlobalSettings(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetFieldRolloverTextColor | ( | const Color & | rColor | ) |
Definition at line 1169 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetFieldTextColor | ( | const Color & | rColor | ) |
Definition at line 1156 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetFlatButtonPressedRolloverTextColor | ( | const Color & | rColor | ) |
Definition at line 1026 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetFlatButtonRolloverTextColor | ( | const Color & | rColor | ) |
Definition at line 961 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetFlatButtonTextColor | ( | const Color & | rColor | ) |
Definition at line 896 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetFloatTitleFont | ( | const vcl::Font & | rFont | ) |
Definition at line 1831 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::Window::ImplUpdateGlobalSettings(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetFloatTitleHeight | ( | sal_Int32 | nSize | ) |
Definition at line 1980 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetGroupFont | ( | const vcl::Font & | rFont | ) |
Definition at line 1870 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by BatchSetFonts(), vcl::Window::ImplUpdateGlobalSettings(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetGroupTextColor | ( | const Color & | rColor | ) |
Definition at line 1052 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by NotebookBar::UpdateDefaultSettings(), NotebookBar::UpdatePersonaSettings(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetHelpColor | ( | const Color & | rColor | ) |
Definition at line 1312 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetHelpFont | ( | const vcl::Font & | rFont | ) |
Definition at line 1805 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by BatchSetFonts(), vcl::Window::ImplUpdateGlobalSettings(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetHelpTextColor | ( | const Color & | rColor | ) |
Definition at line 1325 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetHideDisabledMenuItems | ( | bool | bHideDisabledMenuItems | ) |
Definition at line 1732 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetHighContrastMode | ( | bool | bHighContrast | ) |
Definition at line 3262 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::Window::ImplUpdateGlobalSettings().
void StyleSettings::SetHighlightColor | ( | const Color & | rColor | ) |
Definition at line 1273 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by ComboBox::SetHighlightColor(), ListBox::SetHighlightColor(), ImplListBox::SetHighlightColor(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetHighlightTextColor | ( | const Color & | rColor | ) |
Definition at line 1286 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by ComboBox::SetHighlightTextColor(), ListBox::SetHighlightTextColor(), ImplListBox::SetHighlightTextColor(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetIconFont | ( | const vcl::Font & | rFont | ) |
Definition at line 1935 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by BatchSetFonts(), vcl::Window::ImplUpdateGlobalSettings(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetIconTheme | ( | const OUString & | theme | ) |
Set the icon theme to use.
Definition at line 3228 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetInactiveTabColor | ( | const Color & | rColor | ) |
Definition at line 1624 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetLabelFont | ( | const vcl::Font & | rFont | ) |
Definition at line 1883 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by BatchSetFonts(), vcl::Window::ImplUpdateGlobalSettings(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetLabelTextColor | ( | const Color & | rColor | ) |
Definition at line 1065 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by NotebookBar::UpdateDefaultSettings(), NotebookBar::UpdatePersonaSettings(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetLightBorderColor | ( | const Color & | rColor | ) |
Definition at line 792 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetLightColor | ( | const Color & | rColor | ) |
Definition at line 779 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetLinkColor | ( | const Color & | rColor | ) |
Definition at line 1559 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetListBoxMaximumLineCount | ( | sal_uInt16 | nCount | ) |
Definition at line 2201 of file app/settings.cxx.
References CopyData(), mxData, and nCount.
void StyleSettings::SetListBoxPreviewDefaultLogicSize | ( | Size const & | rSize | ) |
Definition at line 2251 of file app/settings.cxx.
References mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetListBoxWindowBackgroundColor | ( | const Color & | rColor | ) |
Definition at line 1468 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetListBoxWindowHighlightColor | ( | const Color & | rColor | ) |
Definition at line 1494 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by ImplListBox::SetHighlightColor().
void StyleSettings::SetListBoxWindowHighlightTextColor | ( | const Color & | rColor | ) |
Definition at line 1507 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by ImplListBox::SetHighlightTextColor().
void StyleSettings::SetListBoxWindowTextColor | ( | const Color & | rColor | ) |
Definition at line 1481 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetMenuBarColor | ( | const Color & | rColor | ) |
Definition at line 1351 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetMenuBarHighlightTextColor | ( | const Color & | rColor | ) |
Definition at line 1429 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetMenuBarRolloverColor | ( | const Color & | rColor | ) |
Definition at line 1364 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetMenuBarRolloverTextColor | ( | const Color & | rColor | ) |
Definition at line 1416 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetMenuBarTextColor | ( | const Color & | rColor | ) |
Definition at line 1403 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetMenuBorderColor | ( | const Color & | rColor | ) |
Definition at line 1377 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetMenuColor | ( | const Color & | rColor | ) |
Definition at line 1338 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetMenuFont | ( | const vcl::Font & | rFont | ) |
Definition at line 1844 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by BatchSetFonts(), vcl::Window::ImplUpdateGlobalSettings(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetMenuHighlightColor | ( | const Color & | rColor | ) |
Definition at line 1442 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetMenuHighlightTextColor | ( | const Color & | rColor | ) |
Definition at line 1455 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by MenuFloatingWindow::ApplySettings(), MenuBarWindow::ImplInitStyleSettings(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetMenuTextColor | ( | const Color & | rColor | ) |
Definition at line 1390 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetMinThumbSize | ( | sal_Int32 | nSize | ) |
Definition at line 2006 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetMonoColor | ( | const Color & | rColor | ) |
Definition at line 1598 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by Control::ImplDrawFrame(), vcl::FileDefinitionWidgetDraw::updateSettings(), and VclScrolledWindow::VclScrolledWindow().
void StyleSettings::SetOptions | ( | StyleSettingsOptions | nOptions | ) |
Definition at line 2116 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by Control::ImplDrawFrame().
void StyleSettings::SetPreferredContextMenuShortcuts | ( | bool | bContextMenuShortcuts | ) |
Definition at line 1766 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetPreferredIconTheme | ( | const OUString & | theme, |
bool | bDarkIconTheme = false |
||
) |
Set a preferred icon theme.
This theme will be preferred in GetAutomaticallyChosenIconTheme()
Definition at line 3280 of file app/settings.cxx.
References mxData.
void StyleSettings::SetPreferredUseImagesInMenus | ( | bool | bPreferredUseImagesInMenus | ) |
Definition at line 1706 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetPreviewUsesCheckeredBackground | ( | bool | bNew | ) |
Definition at line 2233 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetPrimaryButtonWarpsSlider | ( | bool | bPrimaryButtonWarpsSlider | ) |
Definition at line 1779 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetPushButtonFont | ( | const vcl::Font & | rFont | ) |
Definition at line 1909 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by BatchSetFonts(), vcl::Window::ImplUpdateGlobalSettings(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetRadioCheckFont | ( | const vcl::Font & | rFont | ) |
Definition at line 1896 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by BatchSetFonts(), vcl::Window::ImplUpdateGlobalSettings(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetRadioCheckTextColor | ( | const Color & | rColor | ) |
Definition at line 1039 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by NotebookBar::UpdateDefaultSettings(), NotebookBar::UpdatePersonaSettings(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetScrollBarSize | ( | sal_Int32 | nSize | ) |
Definition at line 1993 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetSelectionOptions | ( | SelectionOptions | nOptions | ) |
Definition at line 2077 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetShadowColor | ( | const Color & | rColor | ) |
Definition at line 818 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by SalInstanceScrolledWindow::customize_scrollbars(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetSkipDisabledInMenus | ( | bool | bSkipDisabledInMenus | ) |
Definition at line 1719 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetSpinSize | ( | sal_Int32 | nSize | ) |
Definition at line 2019 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetStandardStyles | ( | ) |
Definition at line 2448 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::PDFWriterImpl::PDFWriterImpl().
void StyleSettings::SetTabFont | ( | const vcl::Font & | rFont | ) |
Definition at line 1948 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by BatchSetFonts(), vcl::Window::ImplUpdateGlobalSettings(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetTabHighlightTextColor | ( | const Color & | rColor | ) |
Definition at line 1546 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetTabRolloverTextColor | ( | const Color & | rColor | ) |
Definition at line 1533 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetTabTextColor | ( | const Color & | rColor | ) |
Definition at line 1520 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by NotebookBar::UpdateDefaultSettings(), NotebookBar::UpdatePersonaSettings(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetTitleFont | ( | const vcl::Font & | rFont | ) |
Definition at line 1818 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::Window::ImplUpdateGlobalSettings(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetTitleHeight | ( | sal_Int32 | nSize | ) |
Definition at line 1967 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetToolbarIconSize | ( | ToolbarIconSize | nSize | ) |
Definition at line 2143 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetToolFont | ( | const vcl::Font & | rFont | ) |
Definition at line 1857 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by BatchSetFonts(), vcl::Window::ImplUpdateGlobalSettings(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetToolTextColor | ( | const Color & | rColor | ) |
Definition at line 1585 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by NotebookBar::UpdateDefaultSettings(), NotebookBar::UpdatePersonaSettings(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetUseFlatBorders | ( | bool | bUseFlatBorders | ) |
Definition at line 1673 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetUseFlatMenus | ( | bool | bUseFlatMenus | ) |
Definition at line 1686 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetUseFontAAFromSystem | ( | bool | bUseFontAAFromSystem | ) |
Definition at line 1661 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetUseImagesInMenus | ( | TriState | eUseImagesInMenus | ) |
Definition at line 1699 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetUseSystemUIFonts | ( | bool | bUseSystemUIFonts | ) |
Definition at line 1649 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetVisitedLinkColor | ( | const Color & | rColor | ) |
Definition at line 1572 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetWarningColor | ( | const Color & | rColor | ) |
Definition at line 805 of file app/settings.cxx.
References CopyData(), and mxData.
void StyleSettings::SetWindowColor | ( | const Color & | rColor | ) |
Definition at line 1078 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetWindowTextColor | ( | const Color & | rColor | ) |
Definition at line 1091 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by NotebookBar::UpdateDefaultSettings(), NotebookBar::UpdatePersonaSettings(), and vcl::FileDefinitionWidgetDraw::updateSettings().
void StyleSettings::SetWorkspaceColor | ( | const Color & | rColor | ) |
Definition at line 1130 of file app/settings.cxx.
References CopyData(), and mxData.
Referenced by BatchSetBackgrounds(), and vcl::FileDefinitionWidgetDraw::updateSettings().
|
private |
Definition at line 213 of file settings.hxx.
Referenced by CopyData(), DetermineIconTheme(), GetAccentColor(), GetActionButtonPressedRolloverTextColor(), GetActionButtonRolloverTextColor(), GetActionButtonTextColor(), GetActiveBorderColor(), GetActiveColor(), GetActiveTabColor(), GetActiveTextColor(), GetAlternatingRowColor(), GetAntialiasingMinPixelHeight(), GetAppFont(), GetAutomaticallyChosenIconTheme(), GetAutoMnemonic(), GetButtonPressedRolloverTextColor(), GetButtonRolloverTextColor(), GetButtonTextColor(), GetCheckedColor(), GetColorValueSetColumnCount(), GetContextMenuShortcuts(), GetCursorBlinkTime(), GetCursorSize(), GetDarkShadowColor(), GetDeactiveBorderColor(), GetDeactiveColor(), GetDeactiveTextColor(), GetDefaultActionButtonPressedRolloverTextColor(), GetDefaultActionButtonRolloverTextColor(), GetDefaultActionButtonTextColor(), GetDefaultButtonPressedRolloverTextColor(), GetDefaultButtonRolloverTextColor(), GetDefaultButtonTextColor(), GetDialogColor(), GetDialogStyle(), GetDialogTextColor(), GetDisableColor(), GetDisplayOptions(), GetDragFullOptions(), GetEdgeBlending(), GetEdgeBlendingBottomRightColor(), GetEdgeBlendingTopLeftColor(), GetFaceColor(), GetFieldColor(), GetFieldFont(), GetFieldRolloverTextColor(), GetFieldTextColor(), GetFlatButtonPressedRolloverTextColor(), GetFlatButtonRolloverTextColor(), GetFlatButtonTextColor(), GetFloatTitleFont(), GetFloatTitleHeight(), GetGroupFont(), GetGroupTextColor(), GetHelpColor(), GetHelpFont(), GetHelpTextColor(), GetHideDisabledMenuItems(), GetHighContrastMode(), GetHighlightColor(), GetHighlightTextColor(), GetIconFont(), GetInactiveTabColor(), GetInstalledIconThemes(), GetLabelFont(), GetLabelTextColor(), GetLightBorderColor(), GetLightColor(), GetLinkColor(), GetListBoxMaximumLineCount(), GetListBoxPreviewDefaultPixelSize(), GetListBoxWindowBackgroundColor(), GetListBoxWindowHighlightColor(), GetListBoxWindowHighlightTextColor(), GetListBoxWindowTextColor(), GetMenuBarColor(), GetMenuBarHighlightTextColor(), GetMenuBarRolloverColor(), GetMenuBarRolloverTextColor(), GetMenuBarTextColor(), GetMenuBorderColor(), GetMenuColor(), GetMenuFont(), GetMenuHighlightColor(), GetMenuHighlightTextColor(), GetMenuTextColor(), GetMinThumbSize(), GetMonoColor(), GetOptions(), GetPersonaFooter(), GetPersonaHeader(), GetPersonaMenuBarTextColor(), GetPreferredContextMenuShortcuts(), GetPreferredUseImagesInMenus(), GetPreviewUsesCheckeredBackground(), GetPrimaryButtonWarpsSlider(), GetPushButtonFont(), GetRadioCheckFont(), GetRadioCheckTextColor(), GetScrollBarSize(), GetSelectionOptions(), GetShadowColor(), GetSkipDisabledInMenus(), GetSpinSize(), GetTabFont(), GetTabHighlightTextColor(), GetTabRolloverTextColor(), GetTabTextColor(), GetTitleFont(), GetTitleHeight(), GetToolbarIconSize(), GetToolFont(), GetToolTextColor(), GetUseFlatBorders(), GetUseFlatMenus(), GetUseFontAAFromSystem(), GetUseImagesInMenus(), GetUseSystemUIFonts(), GetVisitedLinkColor(), GetWarningColor(), GetWindowColor(), GetWindowTextColor(), GetWorkspaceColor(), operator==(), Set3DColors(), SetAccentColor(), SetActionButtonPressedRolloverTextColor(), SetActionButtonRolloverTextColor(), SetActionButtonTextColor(), SetActiveBorderColor(), SetActiveColor(), SetActiveTabColor(), SetActiveTextColor(), SetAlternatingRowColor(), SetAntialiasingMinPixelHeight(), SetAppFont(), SetAutoMnemonic(), SetButtonPressedRolloverTextColor(), SetButtonRolloverTextColor(), SetButtonTextColor(), SetCheckedColor(), SetCheckedColorSpecialCase(), SetColorValueSetColumnCount(), SetContextMenuShortcuts(), SetCursorBlinkTime(), SetCursorSize(), SetDarkShadowColor(), SetDeactiveBorderColor(), SetDeactiveColor(), SetDeactiveTextColor(), SetDefaultActionButtonPressedRolloverTextColor(), SetDefaultActionButtonRolloverTextColor(), SetDefaultActionButtonTextColor(), SetDefaultButtonPressedRolloverTextColor(), SetDefaultButtonRolloverTextColor(), SetDefaultButtonTextColor(), SetDialogColor(), SetDialogTextColor(), SetDisableColor(), SetDisplayOptions(), SetDragFullOptions(), SetEdgeBlending(), SetFaceColor(), SetFieldColor(), SetFieldFont(), SetFieldRolloverTextColor(), SetFieldTextColor(), SetFlatButtonPressedRolloverTextColor(), SetFlatButtonRolloverTextColor(), SetFlatButtonTextColor(), SetFloatTitleFont(), SetFloatTitleHeight(), SetGroupFont(), SetGroupTextColor(), SetHelpColor(), SetHelpFont(), SetHelpTextColor(), SetHideDisabledMenuItems(), SetHighContrastMode(), SetHighlightColor(), SetHighlightTextColor(), SetIconFont(), SetIconTheme(), SetInactiveTabColor(), SetLabelFont(), SetLabelTextColor(), SetLightBorderColor(), SetLightColor(), SetLinkColor(), SetListBoxMaximumLineCount(), SetListBoxPreviewDefaultLogicSize(), SetListBoxWindowBackgroundColor(), SetListBoxWindowHighlightColor(), SetListBoxWindowHighlightTextColor(), SetListBoxWindowTextColor(), SetMenuBarColor(), SetMenuBarHighlightTextColor(), SetMenuBarRolloverColor(), SetMenuBarRolloverTextColor(), SetMenuBarTextColor(), SetMenuBorderColor(), SetMenuColor(), SetMenuFont(), SetMenuHighlightColor(), SetMenuHighlightTextColor(), SetMenuTextColor(), SetMinThumbSize(), SetMonoColor(), SetOptions(), SetPreferredContextMenuShortcuts(), SetPreferredIconTheme(), SetPreferredUseImagesInMenus(), SetPreviewUsesCheckeredBackground(), SetPrimaryButtonWarpsSlider(), SetPushButtonFont(), SetRadioCheckFont(), SetRadioCheckTextColor(), SetScrollBarSize(), SetSelectionOptions(), SetShadowColor(), SetSkipDisabledInMenus(), SetSpinSize(), SetStandardStyles(), SetTabFont(), SetTabHighlightTextColor(), SetTabRolloverTextColor(), SetTabTextColor(), SetTitleFont(), SetTitleHeight(), SetToolbarIconSize(), SetToolFont(), SetToolTextColor(), SetUseFlatBorders(), SetUseFlatMenus(), SetUseFontAAFromSystem(), SetUseImagesInMenus(), SetUseSystemUIFonts(), SetVisitedLinkColor(), SetWarningColor(), SetWindowColor(), SetWindowTextColor(), and SetWorkspaceColor().