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 |
Private Attributes | |
std::shared_ptr< ImplMiscData > | mxData |
Definition at line 622 of file settings.hxx.
MiscSettings::MiscSettings | ( | ) |
Definition at line 2505 of file app/settings.cxx.
References make_shared().
bool MiscSettings::GetDisablePrinting | ( | ) | const |
Definition at line 2526 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 2540 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 2674 of file app/settings.cxx.
References mxData.
Referenced by AllSettings::LocaleSettingsChanged().
bool MiscSettings::operator!= | ( | const MiscSettings & | rSet | ) | const |
Definition at line 2521 of file app/settings.cxx.
bool MiscSettings::operator== | ( | const MiscSettings & | rSet | ) | const |
Definition at line 2510 of file app/settings.cxx.
References mxData.
void MiscSettings::SetEnableLocalizedDecimalSep | ( | bool | bEnable | ) |
Definition at line 2664 of file app/settings.cxx.
References mxData.
Referenced by ImplAllSettingsData::ImplAllSettingsData(), and AllSettings::LocaleSettingsChanged().
|
private |
Definition at line 624 of file settings.hxx.
Referenced by GetDisablePrinting(), GetEnableATToolSupport(), GetEnableLocalizedDecimalSep(), operator==(), and SetEnableLocalizedDecimalSep().