Searched refs:nChkEnd (Results 1 – 2 of 2) sorted by relevance
392 sal_Bool SwRedlineItr::CheckLine( xub_StrLen nChkStart, xub_StrLen nChkEnd ) in CheckLine() argument396 if( nChkEnd == nChkStart ) // Leerzeilen gucken ein Zeichen weiter. in CheckLine()397 ++nChkEnd; in CheckLine()406 if( nChkEnd < nStart ) in CheckLine()408 if( nChkStart <= nEnd && ( nChkEnd > nStart || STRING_LEN == nEnd ) ) in CheckLine()
108 sal_Bool CheckLine( xub_StrLen nChkStart, xub_StrLen nChkEnd );
Completed in 9 milliseconds