Lines Matching refs:aChkWord

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()
302 xEntry = GetDicList()->queryDictionaryEntry( aChkWord, rLocale, in hyphenate()
330 xRes = xHyph->hyphenate( aChkWord, rLocale, nChkMaxLeading, in hyphenate()
369 xRes = xHyph->hyphenate( aChkWord, rLocale, nChkMaxLeading, in hyphenate()
428 OUString aChkWord( rWord ); in queryAlternativeSpelling() local
434 aChkWord = aChkWord.replace( aSingleQuote.GetChar(0), '\'' ); in queryAlternativeSpelling()
436 bWordModified |= RemoveHyphens( aChkWord ); in queryAlternativeSpelling()
438 bWordModified |= RemoveControlChars( aChkWord ); in queryAlternativeSpelling()
446 xEntry = GetDicList()->queryDictionaryEntry( aChkWord, rLocale, in queryAlternativeSpelling()
469 xRes = xHyph->queryAlternativeSpelling( aChkWord, rLocale, in queryAlternativeSpelling()
508 xRes = xHyph->queryAlternativeSpelling( aChkWord, rLocale, in queryAlternativeSpelling()
563 OUString aChkWord( rWord ); in createPossibleHyphens() local
569 aChkWord = aChkWord.replace( aSingleQuote.GetChar(0), '\'' ); in createPossibleHyphens()
571 RemoveHyphens( aChkWord ); in createPossibleHyphens()
573 RemoveControlChars( aChkWord ); in createPossibleHyphens()
580 xEntry = GetDicList()->queryDictionaryEntry( aChkWord, rLocale, in createPossibleHyphens()
603 xRes = xHyph->createPossibleHyphens( aChkWord, rLocale, in createPossibleHyphens()
642 xRes = xHyph->createPossibleHyphens( aChkWord, rLocale, in createPossibleHyphens()