Lines Matching refs:rLocale
492 hasLocale( const ::com::sun::star::lang::Locale& rLocale )
500 const ::com::sun::star::lang::Locale& rLocale,
569 ThesDummy_Impl::hasLocale( const lang::Locale& rLocale ) in hasLocale() argument
575 return xThes->hasLocale( rLocale ); in hasLocale()
585 bFound = pLocale->Language == rLocale.Language && in hasLocale()
586 pLocale->Country == rLocale.Country && in hasLocale()
587 pLocale->Variant == rLocale.Variant; in hasLocale()
596 const lang::Locale& rLocale, in queryMeanings() argument
605 aRes = xThes->queryMeanings( rTerm, rLocale, rProperties ); in queryMeanings()
736 hasLocale( const ::com::sun::star::lang::Locale& rLocale )
743 const ::com::sun::star::lang::Locale& rLocale,
751 const ::com::sun::star::lang::Locale& rLocale,
760 const ::com::sun::star::lang::Locale& rLocale,
795 HyphDummy_Impl::hasLocale( const lang::Locale& rLocale ) in hasLocale() argument
801 bRes = xHyph->hasLocale( rLocale ); in hasLocale()
809 const lang::Locale& rLocale, in hyphenate() argument
818 xRes = xHyph->hyphenate( rWord, rLocale, nMaxLeading, rProperties ); in hyphenate()
826 const lang::Locale& rLocale, in queryAlternativeSpelling() argument
835 xRes = xHyph->queryAlternativeSpelling( rWord, rLocale, nIndex, rProperties ); in queryAlternativeSpelling()
843 const lang::Locale& rLocale, in createPossibleHyphens() argument
851 xRes = xHyph->createPossibleHyphens( rWord, rLocale, rProperties ); in createPossibleHyphens()
1345 LanguageType SvxLocaleToLanguage( const Locale& rLocale ) in SvxLocaleToLanguage() argument
1348 if ( rLocale.Language.getLength() == 0 ) in SvxLocaleToLanguage()
1351 return MsLangId::convertLocaleToLanguage( rLocale ); in SvxLocaleToLanguage()
1354 Locale& SvxLanguageToLocale( Locale& rLocale, LanguageType eLang ) in SvxLanguageToLocale() argument
1357 MsLangId::convertLanguageToLocale( eLang, rLocale ); in SvxLanguageToLocale()
1359 rLocale = Locale(); in SvxLanguageToLocale()
1361 return rLocale; in SvxLanguageToLocale()