Lines Matching refs:aWord
1867 String aWord( *pNode, nWordStart, nWordLen ); in ImpBreakLine() local
1871 …xHyphWord = xHyphenator->hyphenate( aWord, aLocale, aWord.Len() - nMinTrail, Sequence< PropertyVal… in ImpBreakLine()
1903 sal_uInt16 nTxtStart = nAltStart - (aAlt.Len() - aWord.Len()); in ImpBreakLine()
1909 while( nTxtEnd < aWord.Len() && nAltEnd < aAlt.Len() && in ImpBreakLine()
1910 aWord.GetChar(nTxtEnd) != aAlt.GetChar(nAltEnd) ) in ImpBreakLine()
1918 aWord.GetChar( nTxtEnd ) == aAlt.GetChar(nAltEnd) ) in ImpBreakLine()
2129 String aWord = GetSelected( aWordSel ); in ImpFindKashidas() local
2139 while ( nIdx < aWord.Len() ) in ImpFindKashidas()
2141 cCh = aWord.GetChar( nIdx ); in ImpFindKashidas()
2153 if ( nIdx + 1 < aWord.Len() && in ImpFindKashidas()
2164 if ( nIdx && nIdx + 1 == aWord.Len() && in ImpFindKashidas()
2180 if ( nIdx && nIdx + 1 < aWord.Len() && 0x628 == cCh ) in ImpFindKashidas()
2185 xub_Unicode cNextCh = aWord.GetChar( nIdx + 1 ); in ImpFindKashidas()
2198 if ( nIdx && nIdx + 1 == aWord.Len() && in ImpFindKashidas()