Lines Matching refs:rLocale

244 sal_Bool SAL_CALL HyphenatorDispatcher::hasLocale(const Locale& rLocale)  in hasLocale()  argument
248 HyphSvcByLangMap_t::const_iterator aIt( aSvcMap.find( LocaleToLanguage( rLocale ) ) ); in hasLocale()
255 const OUString& rWord, const Locale& rLocale, sal_Int16 nMaxLeading, in hyphenate() argument
264 sal_Int16 nLanguage = LocaleToLanguage( rLocale ); in hyphenate()
302 xEntry = GetDicList()->queryDictionaryEntry( aChkWord, rLocale, in hyphenate()
329 if (xHyph.is() && xHyph->hasLocale( rLocale )) in hyphenate()
330 xRes = xHyph->hyphenate( aChkWord, rLocale, nChkMaxLeading, in hyphenate()
368 if (xHyph.is() && xHyph->hasLocale( rLocale )) in hyphenate()
369 xRes = xHyph->hyphenate( aChkWord, rLocale, nChkMaxLeading, in hyphenate()
377 if (xHyph.is() && !xHyph->hasLocale( rLocale )) in hyphenate()
400 const OUString& rWord, const Locale& rLocale, sal_Int16 nIndex, in queryAlternativeSpelling() argument
409 sal_Int16 nLanguage = LocaleToLanguage( rLocale ); in queryAlternativeSpelling()
446 xEntry = GetDicList()->queryDictionaryEntry( aChkWord, rLocale, in queryAlternativeSpelling()
468 if (xHyph.is() && xHyph->hasLocale( rLocale )) in queryAlternativeSpelling()
469 xRes = xHyph->queryAlternativeSpelling( aChkWord, rLocale, in queryAlternativeSpelling()
507 if (xHyph.is() && xHyph->hasLocale( rLocale )) in queryAlternativeSpelling()
508 xRes = xHyph->queryAlternativeSpelling( aChkWord, rLocale, in queryAlternativeSpelling()
516 if (xHyph.is() && !xHyph->hasLocale( rLocale )) in queryAlternativeSpelling()
539 const OUString& rWord, const Locale& rLocale, in createPossibleHyphens() argument
547 sal_Int16 nLanguage = LocaleToLanguage( rLocale ); in createPossibleHyphens()
580 xEntry = GetDicList()->queryDictionaryEntry( aChkWord, rLocale, in createPossibleHyphens()
602 if (xHyph.is() && xHyph->hasLocale( rLocale )) in createPossibleHyphens()
603 xRes = xHyph->createPossibleHyphens( aChkWord, rLocale, in createPossibleHyphens()
641 if (xHyph.is() && xHyph->hasLocale( rLocale )) in createPossibleHyphens()
642 xRes = xHyph->createPossibleHyphens( aChkWord, rLocale, in createPossibleHyphens()
650 if (xHyph.is() && !xHyph->hasLocale( rLocale )) in createPossibleHyphens()
668 void HyphenatorDispatcher::SetServiceList( const Locale &rLocale, in SetServiceList() argument
673 sal_Int16 nLanguage = LocaleToLanguage( rLocale ); in SetServiceList()
703 HyphenatorDispatcher::GetServiceList( const Locale &rLocale ) const in GetServiceList()
710 sal_Int16 nLanguage = LocaleToLanguage( rLocale ); in GetServiceList()