Searched refs:nTxtEnd (Results 1 – 2 of 2) sorted by relevance
1904 sal_uInt16 nTxtEnd = nTxtStart; in ImpBreakLine() local1909 while( nTxtEnd < aWord.Len() && nAltEnd < aAlt.Len() && in ImpBreakLine()1910 aWord.GetChar(nTxtEnd) != aAlt.GetChar(nAltEnd) ) in ImpBreakLine()1912 ++nTxtEnd; in ImpBreakLine()1917 if( nAltEnd > nTxtEnd && nAltStart == nAltEnd && in ImpBreakLine()1918 aWord.GetChar( nTxtEnd ) == aAlt.GetChar(nAltEnd) ) in ImpBreakLine()1922 ++nTxtEnd; in ImpBreakLine()1927 if ( nTxtEnd > nTxtStart ) in ImpBreakLine()
4905 sal_uInt16 nTxtEnd = nTxtStart; in ImplGetTextLines() local4910 while( nTxtEnd < aWord.Len() && nAltEnd < aAlt.Len() && in ImplGetTextLines()4911 aWord.GetChar(nTxtEnd) != aAlt.GetChar(nAltEnd) ) in ImplGetTextLines()4913 ++nTxtEnd; in ImplGetTextLines()4918 if( nAltEnd > nTxtEnd && nAltStart == nAltEnd && in ImplGetTextLines()4919 aWord.GetChar( nTxtEnd ) == aAlt.GetChar(nAltEnd) ) in ImplGetTextLines()4923 ++nTxtEnd; in ImplGetTextLines()4928 if ( nTxtEnd > nTxtStart ) in ImplGetTextLines()
Completed in 90 milliseconds