Searched refs:nChkEnd (Results 1 – 2 of 2) sorted by relevance
389 sal_Bool SwRedlineItr::CheckLine( xub_StrLen nChkStart, xub_StrLen nChkEnd ) in CheckLine() argument393 if( nChkEnd == nChkStart ) // Leerzeilen gucken ein Zeichen weiter. in CheckLine()394 ++nChkEnd; in CheckLine()403 if( nChkEnd < nStart ) in CheckLine()405 if( nChkStart <= nEnd && ( nChkEnd > nStart || STRING_LEN == nEnd ) ) in CheckLine()
108 sal_Bool CheckLine( xub_StrLen nChkStart, xub_StrLen nChkEnd );
Completed in 7 milliseconds