Lines Matching refs:aText
89 OUString aText( xEntry->getDictionaryWord() ); in buildHyphWord() local
90 sal_Int32 nTextLen = aText.getLength(); in buildHyphWord()
93 if (nTextLen > 0 && aText[ nTextLen - 1 ] != '=') in buildHyphWord()
103 sal_Unicode cTmp = aText[i]; in buildHyphWord()
124 aText = aTmp.makeStringAndClear(); in buildHyphWord()
128 if (aText != rOrigWord) in buildHyphWord()
133 if (aText.getLength() <= rOrigWord.getLength()) in buildHyphWord()
135 aShorter = aText; in buildHyphWord()
141 aLonger = aText; in buildHyphWord()
154 aText = rOrigWord; in buildHyphWord()
156 DBG_ASSERT( aText == rOrigWord, "failed to " ); in buildHyphWord()
157 xRes = new HyphenatedWord( aText, nLang, nHyphenationPos, in buildHyphWord()
158 aText, nHyphenationPos ); in buildHyphWord()
177 OUString aText( xEntry->getDictionaryWord() ); in buildPossHyphens() local
178 sal_Int32 nTextLen = aText.getLength(); in buildPossHyphens()
181 if (nTextLen > 0 && aText[ nTextLen - 1 ] != '=') in buildPossHyphens()
193 sal_Unicode cTmp = aText[i]; in buildPossHyphens()
219 aText, aHyphPos ); in buildPossHyphens()