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 634 of file settings.hxx.
MiscSettings::MiscSettings | ( | ) |
Definition at line 2584 of file app/settings.cxx.
References make_shared().
bool MiscSettings::GetDisablePrinting | ( | ) | const |
Definition at line 2605 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 2619 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 2753 of file app/settings.cxx.
References mxData.
Referenced by AllSettings::LocaleSettingsChanged().
bool MiscSettings::operator!= | ( | const MiscSettings & | rSet | ) | const |
Definition at line 2600 of file app/settings.cxx.
References rSet.
bool MiscSettings::operator== | ( | const MiscSettings & | rSet | ) | const |
Definition at line 2589 of file app/settings.cxx.
void MiscSettings::SetEnableLocalizedDecimalSep | ( | bool | bEnable | ) |
Definition at line 2743 of file app/settings.cxx.
References mxData.
Referenced by ImplAllSettingsData::ImplAllSettingsData(), and AllSettings::LocaleSettingsChanged().
|
private |
Definition at line 636 of file settings.hxx.
Referenced by GetDisablePrinting(), GetEnableATToolSupport(), GetEnableLocalizedDecimalSep(), operator==(), and SetEnableLocalizedDecimalSep().