Lines Matching refs:rWord
135 INT16 SpellChecker::GetSpellFailure( const OUString &rWord, const Locale &rLocale ) in GetSpellFailure() argument
146 String aTmp( rWord ); in GetSpellFailure()
171 SpellChecker::isValid( const OUString& rWord, const Locale& rLocale, in isValid() argument
177 if (rLocale == Locale() || !rWord.getLength()) in isValid()
196 INT16 nFailure = GetSpellFailure( rWord, rLocale ); in isValid()
201 if ( (!rHelper.IsSpellUpperCase() && IsUpper( rWord, nLang )) in isValid()
202 || (!rHelper.IsSpellWithDigits() && HasDigits( rWord )) in isValid()
213 SpellChecker::GetProposals( const OUString &rWord, const Locale &rLocale ) in GetProposals() argument
225 String aTmp( rWord ); in GetProposals()
276 SpellChecker::spell( const OUString& rWord, const Locale& rLocale, in spell() argument
282 if (rLocale == Locale() || !rWord.getLength()) in spell()
293 if (!isValid( rWord, rLocale, rProperties )) in spell()
295 xAlt = GetProposals( rWord, rLocale ); in spell()