Lines Matching refs:aLocales

797             const Sequence< Locale > aLocales( aInfo.xSpell->getLocales() );  in SvxLinguData_Impl()  local
799 if (aLocales.getLength()) in SvxLinguData_Impl()
801 lcl_MergeLocales( aAllServiceLocales, aLocales ); in SvxLinguData_Impl()
821 const Sequence< Locale > aLocales( aInfo.xGrammar->getLocales() ); in SvxLinguData_Impl() local
823 if (aLocales.getLength()) in SvxLinguData_Impl()
825 lcl_MergeLocales( aAllServiceLocales, aLocales ); in SvxLinguData_Impl()
845 const Sequence< Locale > aLocales( aInfo.xHyph->getLocales() ); in SvxLinguData_Impl() local
847 if (aLocales.getLength()) in SvxLinguData_Impl()
849 lcl_MergeLocales( aAllServiceLocales, aLocales ); in SvxLinguData_Impl()
869 const Sequence< Locale > aLocales( aInfo.xThes->getLocales() ); in SvxLinguData_Impl() local
871 if (aLocales.getLength()) in SvxLinguData_Impl()
873 lcl_MergeLocales( aAllServiceLocales, aLocales ); in SvxLinguData_Impl()
1024 Sequence< Locale > aLocales; in Reconfigure() local
1032 aLocales = pInfo->xSpell->getLocales(); in Reconfigure()
1033 pLocale = aLocales.getConstArray(); in Reconfigure()
1034 nLocales = aLocales.getLength(); in Reconfigure()
1048 aLocales = pInfo->xGrammar->getLocales(); in Reconfigure()
1049 pLocale = aLocales.getConstArray(); in Reconfigure()
1050 nLocales = aLocales.getLength(); in Reconfigure()
1064 aLocales = pInfo->xHyph->getLocales(); in Reconfigure()
1065 pLocale = aLocales.getConstArray(); in Reconfigure()
1066 nLocales = aLocales.getLength(); in Reconfigure()
1080 aLocales = pInfo->xThes->getLocales(); in Reconfigure()
1081 pLocale = aLocales.getConstArray(); in Reconfigure()
1082 nLocales = aLocales.getLength(); in Reconfigure()