Searched refs:aTmpLocale (Results 1 – 5 of 5) sorted by relevance
1156 lang::Locale aTmpLocale; in implImportDialog() local1159 aTmpLocale = aOnlyInImportLanguages[i]; in implImportDialog()1160 if( localesAreEqual( aImportDefaultLocale, aTmpLocale ) ) in implImportDialog()1175 lang::Locale aTmpLocale; in implImportDialog() local1179 aTmpLocale = aOnlyInImportLanguages[i]; in implImportDialog()1180 if( !localesAreEqual( aFirstLocale, aTmpLocale ) ) in implImportDialog()1181 aRemainingLocaleSeq[iSeq++] = aTmpLocale; in implImportDialog()
190 Locale aTmpLocale; in SvcListHasLanguage() local198 if (0 == aTmpLocale.Language.getLength()) in SvcListHasLanguage()199 aTmpLocale = CreateLocale( nLanguage ); in SvcListHasLanguage()200 bHasLanguage = pRef[k]->hasLocale( aTmpLocale ); in SvcListHasLanguage()
138 lang::Locale aTmpLocale = SvxCreateLocale( nTmpLang ); in lcl_CheckLanguage() local139 if (aTmpLocale.Language == aLocale.Language) in lcl_CheckLanguage()
107 lang::Locale aTmpLocale = SvxCreateLocale( nTmpLang ); in DBG_NAME() local108 if (aTmpLocale.Language == aLocale.Language) in DBG_NAME()
1956 …::com::sun::star::lang::Locale aTmpLocale(MsLangId::convertLanguageToLocale(pFormat->GetLanguage()… in GetFormatDecimalSep()1957 ((SvNumberFormatter*)this)->xLocaleData.changeLocale(aTmpLocale, pFormat->GetLanguage() ); in GetFormatDecimalSep()
Completed in 183 milliseconds