Lines Matching refs:aChkWord

337 		OUString aChkWord( rWord );  in isValid_Impl()  local
344 aChkWord = aChkWord.replace( aSingleQuote.GetChar(0), '\'' ); in isValid_Impl()
346 RemoveHyphens( aChkWord ); in isValid_Impl()
348 RemoveControlChars( aChkWord ); in isValid_Impl()
370 bTmpRes = GetCache().CheckWord( aChkWord, nLanguage ); in isValid_Impl()
373 bTmpRes = pRef[i]->isValid( aChkWord, aLocale, rProperties ); in isValid_Impl()
379 GetCache().AddWord( aChkWord, nLanguage ); in isValid_Impl()
433 bTmpRes = GetCache().CheckWord( aChkWord, nLanguage ); in isValid_Impl()
436 bTmpRes = xSpell->isValid( aChkWord, aLocale, rProperties ); in isValid_Impl()
442 GetCache().AddWord( aChkWord, nLanguage ); in isValid_Impl()
469 … Reference< XDictionaryEntry > xTmp( lcl_GetRulingDictionaryEntry( aChkWord, nLanguage ) ); in isValid_Impl()
505 OUString aChkWord( rWord ); in spell_Impl() local
512 aChkWord = aChkWord.replace( aSingleQuote.GetChar(0), '\'' ); in spell_Impl()
514 RemoveHyphens( aChkWord ); in spell_Impl()
516 RemoveControlChars( aChkWord ); in spell_Impl()
538 sal_Bool bOK = GetCache().CheckWord( aChkWord, nLanguage ); in spell_Impl()
543 xTmpRes = pRef[i]->spell( aChkWord, aLocale, rProperties ); in spell_Impl()
549 GetCache().AddWord( aChkWord, nLanguage ); in spell_Impl()
620 sal_Bool bOK = GetCache().CheckWord( aChkWord, nLanguage ); in spell_Impl()
625 xTmpRes = xSpell->spell( aChkWord, aLocale, rProperties ); in spell_Impl()
631 GetCache().AddWord( aChkWord, nLanguage ); in spell_Impl()
693 … Reference< XDictionaryEntry > xTmp( lcl_GetRulingDictionaryEntry( aChkWord, nLanguage ) ); in spell_Impl()
723 SearchSimilarText( aChkWord, nLanguage, xDList, aDicListProps ); in spell_Impl()