LibreOffice Module vcl (master) 1
|
#include <settings.hxx>
Public Member Functions | |
MiscSettings () | |
bool | GetEnableATToolSupport () const |
bool | GetDisablePrinting () const |
void | SetEnableLocalizedDecimalSep (bool bEnable) |
bool | GetEnableLocalizedDecimalSep () const |
bool | operator== (const MiscSettings &rSet) const |
bool | operator!= (const MiscSettings &rSet) const |
Static Public Member Functions | |
static void | SetDarkMode (int nMode) |
static int | GetDarkMode () |
static bool | GetUseDarkMode () |
static void | SetAppColorMode (int nMode) |
static int | GetAppColorMode () |
static bool | GetUseReducedAnimation () |
Private Attributes | |
std::shared_ptr< ImplMiscData > | mxData |
Definition at line 637 of file settings.hxx.
MiscSettings::MiscSettings | ( | ) |
Definition at line 2610 of file app/settings.cxx.
References make_shared().
|
static |
Definition at line 2815 of file app/settings.cxx.
References utl::ConfigManager::IsFuzzing().
|
static |
Definition at line 2788 of file app/settings.cxx.
bool MiscSettings::GetDisablePrinting | ( | ) | const |
Definition at line 2631 of file app/settings.cxx.
References vcl::SettingsConfigItem::get(), getValue(), mxData, TRISTATE_FALSE, TRISTATE_INDET, and TRISTATE_TRUE.
bool MiscSettings::GetEnableATToolSupport | ( | ) | const |
Definition at line 2645 of file app/settings.cxx.
References Data, vcl::SettingsConfigItem::get(), getValue(), mxData, TRISTATE_FALSE, TRISTATE_INDET, and TRISTATE_TRUE.
bool MiscSettings::GetEnableLocalizedDecimalSep | ( | ) | const |
Definition at line 2783 of file app/settings.cxx.
References mxData.
Referenced by AllSettings::LocaleSettingsChanged().
|
static |
Definition at line 2807 of file app/settings.cxx.
References SalFrame::GetUseDarkMode(), ImplGetDefaultWindow(), and vcl::Window::ImplGetFrame().
|
static |
Definition at line 2829 of file app/settings.cxx.
References SalFrame::GetUseReducedAnimation(), ImplGetDefaultWindow(), and vcl::Window::ImplGetFrame().
bool MiscSettings::operator!= | ( | const MiscSettings & | rSet | ) | const |
Definition at line 2626 of file app/settings.cxx.
References rSet.
bool MiscSettings::operator== | ( | const MiscSettings & | rSet | ) | const |
Definition at line 2615 of file app/settings.cxx.
|
static |
Definition at line 2822 of file app/settings.cxx.
References comphelper::ConfigurationChanges::create().
|
static |
Definition at line 2793 of file app/settings.cxx.
References comphelper::ConfigurationChanges::create(), Application::GetFirstTopLevelWindow(), Application::GetNextTopLevelWindow(), vcl::Window::ImplGetFrame(), and SalFrame::UpdateDarkMode().
void MiscSettings::SetEnableLocalizedDecimalSep | ( | bool | bEnable | ) |
Definition at line 2773 of file app/settings.cxx.
References mxData.
Referenced by ImplAllSettingsData::ImplAllSettingsData(), and AllSettings::LocaleSettingsChanged().
|
private |
Definition at line 639 of file settings.hxx.
Referenced by GetDisablePrinting(), GetEnableATToolSupport(), GetEnableLocalizedDecimalSep(), operator==(), and SetEnableLocalizedDecimalSep().