Lines Matching refs:Locale

103 static Sequence< sal_Int16 > lcl_LocaleSeqToLangSeq( const Sequence< Locale > &rSeq )  in lcl_LocaleSeqToLangSeq()
108 const Locale *pSeq = rSeq.getConstArray(); in lcl_LocaleSeqToLangSeq()
545 Sequence< Locale > aAllServiceLocales;
569 const Sequence<Locale> & GetAllSupportedLocales() { return aAllServiceLocales; } in GetAllSupportedLocales()
677 void lcl_MergeLocales(Sequence< Locale >& aAllLocales, const Sequence< Locale >& rAdd) in lcl_MergeLocales()
679 const Locale* pAdd = rAdd.getConstArray(); in lcl_MergeLocales()
680 Sequence<Locale> aLocToAdd(rAdd.getLength()); in lcl_MergeLocales()
681 const Locale* pAllLocales = aAllLocales.getConstArray(); in lcl_MergeLocales()
682 Locale* pLocToAdd = aLocToAdd.getArray(); in lcl_MergeLocales()
700 Locale* pAllLocales2 = aAllLocales.getArray(); in lcl_MergeLocales()
774 Locale aCurrentLocale; in SvxLinguData_Impl()
782 C2U(cSpell), Locale() ); in SvxLinguData_Impl()
797 const Sequence< Locale > aLocales( aInfo.xSpell->getLocales() ); in SvxLinguData_Impl()
808 C2U(cGrammar), Locale() ); in SvxLinguData_Impl()
821 const Sequence< Locale > aLocales( aInfo.xGrammar->getLocales() ); in SvxLinguData_Impl()
832 C2U(cHyph), Locale() ); in SvxLinguData_Impl()
845 const Sequence< Locale > aLocales( aInfo.xHyph->getLocales() ); in SvxLinguData_Impl()
856 C2U(cThes), Locale() ); in SvxLinguData_Impl()
869 const Sequence< Locale > aLocales( aInfo.xThes->getLocales() ); in SvxLinguData_Impl()
879 const Locale* pAllLocales = aAllServiceLocales.getConstArray(); in SvxLinguData_Impl()
1024 Sequence< Locale > aLocales; in Reconfigure()
1025 const Locale *pLocale = 0; in Reconfigure()
1290 Locale aLocale( SvxCreateLocale(nLang) ); in FillItemSet()
1306 Locale aLocale( SvxCreateLocale(nLang) ); in FillItemSet()
1322 Locale aLocale( SvxCreateLocale(nLang) ); in FillItemSet()
1338 Locale aLocale( SvxCreateLocale(nLang) ); in FillItemSet()
1739 const Locale* pAllLocales = pLinguData->GetAllSupportedLocales().getConstArray(); in IMPL_LINK()
2093 const Sequence< Locale >& rLoc = rLinguData.GetAllSupportedLocales(); in SvxEditModulesDlg()
2094 const Locale* pLocales = rLoc.getConstArray(); in SvxEditModulesDlg()
2229 static Locale aLastLocale; in IMPL_LINK()
2230 Locale aCurLocale; in IMPL_LINK()