Lines Matching refs:AllSettings

61 DBG_NAME( AllSettings )  in DBG_NAME()  argument
1589 AllSettings::AllSettings() in AllSettings() function in AllSettings
1591 DBG_CTOR( AllSettings, NULL ); in AllSettings()
1598 AllSettings::AllSettings( const AllSettings& rSet ) in AllSettings() function in AllSettings
1600 DBG_CTOR( AllSettings, NULL ); in AllSettings()
1610 AllSettings::~AllSettings() in ~AllSettings()
1612 DBG_DTOR( AllSettings, NULL ); in ~AllSettings()
1623 const AllSettings& AllSettings::operator =( const AllSettings& rSet ) in operator =()
1626 DBG_CHKTHIS( AllSettings, NULL ); in operator =()
1627 DBG_CHKOBJ( &rSet, AllSettings, NULL ); in operator =()
1645 void AllSettings::CopyData() in CopyData()
1647 DBG_CHKTHIS( AllSettings, NULL ); in CopyData()
1659 sal_uLong AllSettings::Update( sal_uLong nFlags, const AllSettings& rSet ) in Update()
1661 DBG_CHKTHIS( AllSettings, NULL ); in Update()
1662 DBG_CHKOBJ( &rSet, AllSettings, NULL ); in Update()
1761 sal_uLong AllSettings::GetChangeFlags( const AllSettings& rSet ) const in GetChangeFlags()
1763 DBG_CHKTHIS( AllSettings, NULL ); in GetChangeFlags()
1764 DBG_CHKOBJ( &rSet, AllSettings, NULL ); in GetChangeFlags()
1797 sal_Bool AllSettings::operator ==( const AllSettings& rSet ) const in operator ==()
1799 DBG_CHKTHIS( AllSettings, NULL ); in operator ==()
1800 DBG_CHKOBJ( &rSet, AllSettings, NULL ); in operator ==()
1824 void AllSettings::SetLocale( const ::com::sun::star::lang::Locale& rLocale ) in SetLocale()
1848 void AllSettings::SetUILocale( const ::com::sun::star::lang::Locale& ) in SetUILocale()
1855 void AllSettings::SetLanguage( LanguageType eLang ) in SetLanguage()
1862 MsLangId::convertLanguageToLocale( GetLanguage(), ((AllSettings*)this)->mpData->maLocale ); in SetLanguage()
1878 void AllSettings::SetUILanguage( LanguageType ) in SetUILanguage()
1885 sal_Bool AllSettings::GetLayoutRTL() const in GetLayoutRTL()
1930 const ::com::sun::star::lang::Locale& AllSettings::GetLocale() const in GetLocale()
1940 const ::com::sun::star::lang::Locale& AllSettings::GetUILocale() const in GetUILocale()
1951 LanguageType AllSettings::GetLanguage() const in GetLanguage()
1962 LanguageType AllSettings::GetUILanguage() const in GetUILanguage()
1970 const LocaleDataWrapper& AllSettings::GetLocaleDataWrapper() const in GetLocaleDataWrapper()
1973 …((AllSettings*)this)->mpData->mpLocaleDataWrapper = new LocaleDataWrapper( vcl::unohelper::GetMult… in GetLocaleDataWrapper()
1979 const LocaleDataWrapper& AllSettings::GetUILocaleDataWrapper() const in GetUILocaleDataWrapper()
1982 …((AllSettings*)this)->mpData->mpUILocaleDataWrapper = new LocaleDataWrapper( vcl::unohelper::GetMu… in GetUILocaleDataWrapper()
1988 const vcl::I18nHelper& AllSettings::GetLocaleI18nHelper() const in GetLocaleI18nHelper()
1992 ((AllSettings*)this)->mpData->mpI18nHelper = new vcl::I18nHelper( aFactory, GetLocale() ); in GetLocaleI18nHelper()
1999 const vcl::I18nHelper& AllSettings::GetUILocaleI18nHelper() const in GetUILocaleI18nHelper()
2003 … ((AllSettings*)this)->mpData->mpUII18nHelper = new vcl::I18nHelper( aFactory, GetUILocale() ); in GetUILocaleI18nHelper()
2034 void AllSettings::LocaleSettingsChanged( sal_uInt32 nHint ) in LocaleSettingsChanged()
2036 AllSettings aAllSettings( Application::GetSettings() ); in LocaleSettingsChanged()