/aoo41x/main/vcl/source/app/ |
H A D | i18nhelp.cxx | 44 maLocale = rLocale; in I18nHelper() 73 …is)->mpTransliterationWrapper->loadModuleIfNeeded( MsLangId::convertLocaleToLanguage( maLocale ) ); in ImplGetTransliterationWrapper() 82 ((vcl::I18nHelper*)this)->mpLocaleDataWrapper = new LocaleDataWrapper( mxMSF, maLocale ); in ImplGetLocaleDataWrapper() 89 return maLocale; in getLocale()
|
H A D | settings.cxx | 1552 maLocale( rData.maLocale ) in ImplAllSettingsData() 1813 (mpData->maLocale == rSet.mpData->maLocale) && in operator ==() 1828 mpData->maLocale = rLocale; in SetLocale() 1862 MsLangId::convertLanguageToLocale( GetLanguage(), ((AllSettings*)this)->mpData->maLocale ); in SetLanguage() 1932 if ( !mpData->maLocale.Language.getLength() ) in GetLocale() 1933 mpData->maLocale = mpData->maSysLocale.GetLocale(); in GetLocale() 1935 return mpData->maLocale; in GetLocale()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | doctemplates.cxx | 188 Locale maLocale; member in SfxDocTplService_Impl 416 OUString aLang = maLocale.Language; in DECLARE_LIST() 418 aLang += maLocale.Country; in DECLARE_LIST() 515 maLocale.Language = aLocale.copy( 0, nPos ); in getDefaultLocale() 519 maLocale.Country in getDefaultLocale() 522 maLocale.Variant in getDefaultLocale() 527 maLocale.Country in getDefaultLocale() 1165 return maLocale; in getLocale() 1174 ( maLocale.Language != rLocale.Language ) && in setLocale() 1175 ( maLocale.Country != rLocale.Country ) ) in setLocale() [all …]
|
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | textprimitive2d.hxx | 118 ::com::sun::star::lang::Locale maLocale; 155 const ::com::sun::star::lang::Locale& getLocale() const { return maLocale; } in getLocale()
|
H A D | textstrikeoutprimitive2d.hxx | 80 ::com::sun::star::lang::Locale maLocale; 99 const ::com::sun::star::lang::Locale& getLocale() const { return maLocale; } in getLocale()
|
/aoo41x/main/svx/inc/svx/ |
H A D | SmartTagItem.hxx | 55 const com::sun::star::lang::Locale maLocale; member in SvxSmartTagItem 85 const com::sun::star::lang::Locale& GetLocale() const { return maLocale; } in GetLocale()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdotextpathdecomposition.cxx | 88 ::com::sun::star::lang::Locale maLocale; 103 maLocale(rInfo.mpLocale ? *rInfo.mpLocale : ::com::sun::star::lang::Locale()), in impPathTextPortion() 142 const ::com::sun::star::lang::Locale& getLocale() const { return maLocale; } in getLocale()
|
/aoo41x/main/oox/source/xls/ |
H A D | numberformatsbuffer.cxx | 1916 maModel.maLocale = rLocale; in setFormatCode() 1923 maModel.maLocale = rLocale; in setPredefinedId() 1931 …maApiData.mnIndex = lclCreateFormat( rxNumFmts, maModel.maFmtCode, maModel.maLocale, rFromLocale ); in finalizeImport() 1933 … maApiData.mnIndex = lclCreatePredefinedFormat( rxNumFmts, maModel.mnPredefId, maModel.maLocale ); in finalizeImport()
|
/aoo41x/main/chart2/workbench/addin/ |
H A D | sampleaddin.cxx | 705 maLocale = eLocale; in setLocale() 711 return maLocale; in getLocale()
|
H A D | sampleaddin.hxx | 59 ::com::sun::star::lang::Locale maLocale;
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | i18nhelp.hxx | 56 ::com::sun::star::lang::Locale maLocale;
|
H A D | settings.hxx | 1165 ::com::sun::star::lang::Locale maLocale;
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | numberformatsbuffer.hxx | 43 ::com::sun::star::lang::Locale maLocale;
|
/aoo41x/main/svx/source/items/ |
H A D | SmartTagItem.cxx | 61 maLocale( rLocale ), in SvxSmartTagItem()
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | textstrikeoutprimitive2d.cxx | 131 maLocale(rLocale) in TextCharacterStrikeoutPrimitive2D()
|
H A D | textprimitive2d.cxx | 244 maLocale(rLocale), in TextSimplePortionPrimitive2D()
|
/aoo41x/main/sax/source/fastparser/ |
H A D | fastparser.hxx | 66 ::com::sun::star::lang::Locale maLocale;
|
H A D | fastparser.cxx | 539 maData.maLocale = Locale; in setLocale()
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterAccessibility.cxx | 226 const css::lang::Locale maLocale; member in sdext::presenter::PresenterAccessible::AccessibleObject 915 maLocale(aLocale), in AccessibleObject() 1143 return maLocale; in getLocale()
|
/aoo41x/main/svtools/source/edit/ |
H A D | texteng.cxx | 3051 maLocale = rLocale; in SetLocale() 3058 if ( !maLocale.Language.getLength() ) in GetLocale() 3060 maLocale = Application::GetSettings().GetUILocale(); in GetLocale() 3062 return maLocale; in GetLocale()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | texteng.hxx | 110 ::com::sun::star::lang::Locale maLocale;
|