Lines Matching refs:rWord
258 SpellCheckerDispatcher::isValid( const OUString& rWord, const Locale& rLocale, in isValid() argument
263 return isValid_Impl( rWord, LocaleToLanguage( rLocale ), rProperties, sal_True ); in isValid()
268 SpellCheckerDispatcher::spell( const OUString& rWord, const Locale& rLocale, in spell() argument
273 return spell_Impl( rWord, LocaleToLanguage( rLocale ), rProperties, sal_True ); in spell()
280 const OUString &rWord, in lcl_GetRulingDictionaryEntry() argument
290 xRes = xIgnoreAll->getEntry( rWord ); in lcl_GetRulingDictionaryEntry()
295 rWord, nLanguage, sal_False, sal_True ) ); in lcl_GetRulingDictionaryEntry()
301 rWord, nLanguage, sal_True, sal_True ) ); in lcl_GetRulingDictionaryEntry()
312 const OUString& rWord, in isValid_Impl() argument
322 if (nLanguage == LANGUAGE_NONE || !rWord.getLength()) in isValid_Impl()
337 OUString aChkWord( rWord ); in isValid_Impl()
480 const OUString& rWord, in spell_Impl() argument
490 if (nLanguage == LANGUAGE_NONE || !rWord.getLength()) in spell_Impl()
505 OUString aChkWord( rWord ); in spell_Impl()
748 xRes = new linguistic::SpellAlternatives( rWord, nLanguage, in spell_Impl()
779 const OUString& rWord, in isValid() argument
786 return isValid( rWord, aLocale, rProperties); in isValid()
791 const OUString& rWord, in spell() argument
798 return spell( rWord, aLocale, rProperties); in spell()