Searched refs:nAltEnd (Results 1 – 2 of 2) sorted by relevance
1905 sal_uInt16 nAltEnd = nAltStart; in ImpBreakLine() local1909 while( nTxtEnd < aWord.Len() && nAltEnd < aAlt.Len() && in ImpBreakLine()1910 aWord.GetChar(nTxtEnd) != aAlt.GetChar(nAltEnd) ) in ImpBreakLine()1913 ++nAltEnd; in ImpBreakLine()1917 if( nAltEnd > nTxtEnd && nAltStart == nAltEnd && in ImpBreakLine()1918 aWord.GetChar( nTxtEnd ) == aAlt.GetChar(nAltEnd) ) in ImpBreakLine()1920 ++nAltEnd; in ImpBreakLine()1925 DBG_ASSERT( ( nAltEnd - nAltStart ) == 1, "Alternate: Falsche Annahme!" ); in ImpBreakLine()
4906 sal_uInt16 nAltEnd = nAltStart; in ImplGetTextLines() local4910 while( nTxtEnd < aWord.Len() && nAltEnd < aAlt.Len() && in ImplGetTextLines()4911 aWord.GetChar(nTxtEnd) != aAlt.GetChar(nAltEnd) ) in ImplGetTextLines()4914 ++nAltEnd; in ImplGetTextLines()4918 if( nAltEnd > nTxtEnd && nAltStart == nAltEnd && in ImplGetTextLines()4919 aWord.GetChar( nTxtEnd ) == aAlt.GetChar(nAltEnd) ) in ImplGetTextLines()4921 ++nAltEnd; in ImplGetTextLines()4926 DBG_ASSERT( ( nAltEnd - nAltStart ) == 1, "Alternate: Falsche Annahme!" ); in ImplGetTextLines()
Completed in 62 milliseconds