Lines Matching refs:xRes

85 	Reference< XHyphenatedWord > xRes;  in buildHyphWord()  local
157 xRes = new HyphenatedWord( aText, nLang, nHyphenationPos, in buildHyphWord()
163 return xRes; in buildHyphWord()
172 Reference<XPossibleHyphens> xRes; in buildPossHyphens() local
218 xRes = new PossibleHyphens( aTmp.makeStringAndClear(), nLanguage, in buildPossHyphens()
224 return xRes; in buildPossHyphens()
261 Reference< XHyphenatedWord > xRes; in hyphenate() local
267 return xRes; in hyphenate()
313 xRes = buildHyphWord( rWord, xEntry, nLanguage, nChkMaxLeading ); in hyphenate()
330 xRes = xHyph->hyphenate( aChkWord, rLocale, nChkMaxLeading, in hyphenate()
369 xRes = xHyph->hyphenate( aChkWord, rLocale, nChkMaxLeading, in hyphenate()
384 if (bWordModified && xRes.is()) 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()
390 xRes->getHyphenatedWord(), in hyphenate()
391 xRes->getHyphenPos() ); in hyphenate()
394 return xRes; in hyphenate()
406 Reference< XHyphenatedWord > xRes; in queryAlternativeSpelling() local
411 return xRes; in queryAlternativeSpelling()
469 xRes = xHyph->queryAlternativeSpelling( aChkWord, rLocale, in queryAlternativeSpelling()
508 xRes = xHyph->queryAlternativeSpelling( aChkWord, rLocale, in queryAlternativeSpelling()
523 if (bWordModified && xRes.is()) 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()
529 xRes->getHyphenatedWord(), in queryAlternativeSpelling()
530 xRes->getHyphenPos() ); in queryAlternativeSpelling()
533 return xRes; in queryAlternativeSpelling()
545 Reference< XPossibleHyphens > xRes; in createPossibleHyphens() local
549 return xRes; in createPossibleHyphens()
586 xRes = buildPossHyphens( xEntry, nLanguage ); in createPossibleHyphens()
603 xRes = xHyph->createPossibleHyphens( aChkWord, rLocale, in createPossibleHyphens()
642 xRes = xHyph->createPossibleHyphens( aChkWord, rLocale, in createPossibleHyphens()
657 if (xRes.is() && xRes->getWord() != rWord) in createPossibleHyphens()
659 xRes = new PossibleHyphens( rWord, nLanguage, in createPossibleHyphens()
660 xRes->getPossibleHyphens(), in createPossibleHyphens()
661 xRes->getHyphenationPositions() ); in createPossibleHyphens()
664 return xRes; in createPossibleHyphens()