Searched refs:aChkWord (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/linguistic/source/ |
H A D | hyphdsp.cxx | 284 OUString aChkWord( rWord ); in hyphenate() local 290 aChkWord = aChkWord.replace( aSingleQuote.GetChar(0), '\'' ); in hyphenate() 292 bWordModified |= RemoveHyphens( aChkWord ); in hyphenate() 294 bWordModified |= RemoveControlChars( aChkWord ); in hyphenate() 428 OUString aChkWord( rWord ); in queryAlternativeSpelling() local 434 aChkWord = aChkWord.replace( aSingleQuote.GetChar(0), '\'' ); in queryAlternativeSpelling() 436 bWordModified |= RemoveHyphens( aChkWord ); in queryAlternativeSpelling() 563 OUString aChkWord( rWord ); in createPossibleHyphens() local 569 aChkWord = aChkWord.replace( aSingleQuote.GetChar(0), '\'' ); in createPossibleHyphens() 571 RemoveHyphens( aChkWord ); in createPossibleHyphens() [all …]
|
H A D | spelldsp.cxx | 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() 379 GetCache().AddWord( 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() [all …]
|
H A D | thesdsp.cxx | 143 OUString aChkWord( rTerm ); in queryMeanings() local 144 aChkWord = aChkWord.replace( SVT_HARD_SPACE, ' ' ); in queryMeanings() 145 RemoveHyphens( aChkWord ); in queryMeanings() 147 RemoveControlChars( aChkWord ); in queryMeanings() 164 aMeanings = pRef[i]->queryMeanings( aChkWord, rLocale, rProperties ); in queryMeanings() 200 aMeanings = xThes->queryMeanings( aChkWord, rLocale, rProperties ); in queryMeanings()
|
Completed in 49 milliseconds