| 
    LibreOffice Module vcl (master) 1
    
   | 
 
Public Member Functions | |
| ImplAllSettingsData () | |
| ImplAllSettingsData (const ImplAllSettingsData &rData) | |
| ~ImplAllSettingsData () | |
Public Attributes | |
| MouseSettings | maMouseSettings | 
| StyleSettings | maStyleSettings | 
| MiscSettings | maMiscSettings | 
| HelpSettings | maHelpSettings | 
| LanguageTag | maLocale | 
| LanguageTag | maUILocale | 
| std::unique_ptr< LocaleDataWrapper > | mpLocaleDataWrapper | 
| std::unique_ptr< LocaleDataWrapper > | mpUILocaleDataWrapper | 
| std::unique_ptr< LocaleDataWrapper > | mpNeutralLocaleDataWrapper | 
| std::unique_ptr< vcl::I18nHelper > | mpI18nHelper | 
| std::unique_ptr< vcl::I18nHelper > | mpUII18nHelper | 
| SvtSysLocale | maSysLocale | 
Definition at line 232 of file app/settings.cxx.
| ImplAllSettingsData::ImplAllSettingsData | ( | ) | 
Definition at line 2885 of file app/settings.cxx.
References SvtSysLocale::GetOptions(), SvtSysLocaleOptions::IsDecimalSeparatorAsLocale(), utl::ConfigManager::IsFuzzing(), LANGUAGE_SYSTEM, maMiscSettings, maSysLocale, and MiscSettings::SetEnableLocalizedDecimalSep().
| ImplAllSettingsData::ImplAllSettingsData | ( | const ImplAllSettingsData & | rData | ) | 
Definition at line 2894 of file app/settings.cxx.
| ImplAllSettingsData::~ImplAllSettingsData | ( | ) | 
Definition at line 2905 of file app/settings.cxx.
References mpI18nHelper, mpLocaleDataWrapper, mpNeutralLocaleDataWrapper, mpUII18nHelper, and mpUILocaleDataWrapper.
| HelpSettings ImplAllSettingsData::maHelpSettings | 
Definition at line 241 of file app/settings.cxx.
| LanguageTag ImplAllSettingsData::maLocale | 
Definition at line 242 of file app/settings.cxx.
| MiscSettings ImplAllSettingsData::maMiscSettings | 
Definition at line 240 of file app/settings.cxx.
Referenced by ImplAllSettingsData().
| MouseSettings ImplAllSettingsData::maMouseSettings | 
Definition at line 238 of file app/settings.cxx.
| StyleSettings ImplAllSettingsData::maStyleSettings | 
Definition at line 239 of file app/settings.cxx.
| SvtSysLocale ImplAllSettingsData::maSysLocale | 
Definition at line 249 of file app/settings.cxx.
Referenced by ImplAllSettingsData().
| LanguageTag ImplAllSettingsData::maUILocale | 
Definition at line 243 of file app/settings.cxx.
| std::unique_ptr<vcl::I18nHelper> ImplAllSettingsData::mpI18nHelper | 
Definition at line 247 of file app/settings.cxx.
Referenced by ~ImplAllSettingsData().
| std::unique_ptr<LocaleDataWrapper> ImplAllSettingsData::mpLocaleDataWrapper | 
Definition at line 244 of file app/settings.cxx.
Referenced by ~ImplAllSettingsData().
| std::unique_ptr<LocaleDataWrapper> ImplAllSettingsData::mpNeutralLocaleDataWrapper | 
Definition at line 246 of file app/settings.cxx.
Referenced by ~ImplAllSettingsData().
| std::unique_ptr<vcl::I18nHelper> ImplAllSettingsData::mpUII18nHelper | 
Definition at line 248 of file app/settings.cxx.
Referenced by ~ImplAllSettingsData().
| std::unique_ptr<LocaleDataWrapper> ImplAllSettingsData::mpUILocaleDataWrapper | 
Definition at line 245 of file app/settings.cxx.
Referenced by ~ImplAllSettingsData().