Searched refs:nTxtEnd (Results 1 – 4 of 4) sorted by relevance
567 sal_Int32 nTxtEnd = nTxtStart; in ImplGetTextLines() local572 … while( nTxtEnd < aWord.getLength() && nAltEnd < aAlt.getLength() && in ImplGetTextLines()573 aWord[nTxtEnd] != aAlt[nAltEnd] ) in ImplGetTextLines()575 ++nTxtEnd; in ImplGetTextLines()580 if( nAltEnd > nTxtEnd && nAltStart == nAltEnd && in ImplGetTextLines()581 aWord[ nTxtEnd ] == aAlt[nAltEnd] ) in ImplGetTextLines()585 ++nTxtEnd; in ImplGetTextLines()591 if ( nTxtEnd > nTxtStart ) in ImplGetTextLines()
569 sal_Int32 nTxtEnd = nTxtStart; in ImplGetTextLines() local574 … while( nTxtEnd < aWord.getLength() && nAltEnd < aAlt.getLength() && in ImplGetTextLines()575 aWord[nTxtEnd] != aAlt[nAltEnd] ) in ImplGetTextLines()577 ++nTxtEnd; in ImplGetTextLines()582 if( nAltEnd > nTxtEnd && nAltStart == nAltEnd && in ImplGetTextLines()583 aWord[ nTxtEnd ] == aAlt[nAltEnd] ) in ImplGetTextLines()587 ++nTxtEnd; in ImplGetTextLines()592 if ( nTxtEnd > nTxtStart ) in ImplGetTextLines()
1977 sal_Int32 nTxtEnd = nTxtStart; in ImpBreakLine() local1982 while( nTxtEnd < aWord.getLength() && nAltEnd < aAlt.getLength() && in ImpBreakLine()1983 aWord[nTxtEnd] != aAlt[nAltEnd] ) in ImpBreakLine()1985 ++nTxtEnd; in ImpBreakLine()1990 if( nAltEnd > nTxtEnd && nAltStart == nAltEnd && in ImpBreakLine()1991 aWord[ nTxtEnd ] == aAlt[nAltEnd] ) in ImpBreakLine()1995 ++nTxtEnd; in ImpBreakLine()2000 if ( nTxtEnd > nTxtStart ) in ImpBreakLine()
1978 sal_Int32 nTxtEnd = nTxtStart; in ImpBreakLine() local1983 while( nTxtEnd < aWord.getLength() && nAltEnd < aAlt.getLength() && in ImpBreakLine()1984 aWord[nTxtEnd] != aAlt[nAltEnd] ) in ImpBreakLine()1986 ++nTxtEnd; in ImpBreakLine()1991 if( nAltEnd > nTxtEnd && nAltStart == nAltEnd && in ImpBreakLine()1992 aWord[ nTxtEnd ] == aAlt[nAltEnd] ) in ImpBreakLine()1996 ++nTxtEnd; in ImpBreakLine()2001 if ( nTxtEnd > nTxtStart ) in ImpBreakLine()