Lines Matching refs:rWord

255 			const OUString& rWord, const Locale& rLocale, sal_Int16 nMaxLeading,  in hyphenate()  argument
263 sal_Int32 nWordLen = rWord.getLength(); in hyphenate()
284 OUString aChkWord( rWord ); in hyphenate()
295 sal_Int16 nChkMaxLeading = (sal_Int16) GetPosInWordToCheck( rWord, nMaxLeading ); in hyphenate()
313 xRes = buildHyphWord( rWord, xEntry, nLanguage, nChkMaxLeading ); in hyphenate()
385 xRes = RebuildHyphensAndControlChars( rWord, xRes ); in hyphenate()
387 if (xRes.is() && xRes->getWord() != rWord) in hyphenate()
389 xRes = new HyphenatedWord( rWord, nLanguage, xRes->getHyphenationPos(), in hyphenate()
400 const OUString& rWord, const Locale& rLocale, sal_Int16 nIndex, in queryAlternativeSpelling() argument
408 sal_Int32 nWordLen = rWord.getLength(); in queryAlternativeSpelling()
428 OUString aChkWord( rWord ); in queryAlternativeSpelling()
439 sal_Int16 nChkIndex = (sal_Int16) GetPosInWordToCheck( rWord, nIndex ); in queryAlternativeSpelling()
524 xRes = RebuildHyphensAndControlChars( rWord, xRes ); in queryAlternativeSpelling()
526 if (xRes.is() && xRes->getWord() != rWord) in queryAlternativeSpelling()
528 xRes = new HyphenatedWord( rWord, nLanguage, xRes->getHyphenationPos(), in queryAlternativeSpelling()
539 const OUString& rWord, const Locale& rLocale, in createPossibleHyphens() argument
548 if (nLanguage == LANGUAGE_NONE || !rWord.getLength()) in createPossibleHyphens()
563 OUString aChkWord( rWord ); in createPossibleHyphens()
657 if (xRes.is() && xRes->getWord() != rWord) in createPossibleHyphens()
659 xRes = new PossibleHyphens( rWord, nLanguage, in createPossibleHyphens()