Lines Matching refs:rLocale
113 sal_Bool SAL_CALL SpellChecker::hasLocale(const Locale& rLocale) in hasLocale() argument
125 if (rLocale == pLocale[i]) in hasLocale()
135 INT16 SpellChecker::GetSpellFailure( const OUString &rWord, const Locale &rLocale ) in GetSpellFailure() argument
171 SpellChecker::isValid( const OUString& rWord, const Locale& rLocale, in isValid() argument
177 if (rLocale == Locale() || !rWord.getLength()) in isValid()
180 if (!hasLocale( rLocale )) in isValid()
196 INT16 nFailure = GetSpellFailure( rWord, rLocale ); in isValid()
199 INT16 nLang = LocaleToLanguage( rLocale ); in isValid()
213 SpellChecker::GetProposals( const OUString &rWord, const Locale &rLocale ) in GetProposals() argument
228 INT16 nLang = LocaleToLanguage( rLocale ); in GetProposals()
276 SpellChecker::spell( const OUString& rWord, const Locale& rLocale, in spell() argument
282 if (rLocale == Locale() || !rWord.getLength()) in spell()
285 if (!hasLocale( rLocale )) in spell()
293 if (!isValid( rWord, rLocale, rProperties )) in spell()
295 xAlt = GetProposals( rWord, rLocale ); in spell()
344 SpellChecker::getServiceDisplayName( const Locale& rLocale ) in getServiceDisplayName() argument