Home
last modified time | relevance | path

Searched refs:nChkEnd (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sw/source/core/text/
H A Dredlnitr.cxx392 sal_Bool SwRedlineItr::CheckLine( xub_StrLen nChkStart, xub_StrLen nChkEnd ) in CheckLine() argument
396 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()
H A Dredlnitr.hxx108 sal_Bool CheckLine( xub_StrLen nChkStart, xub_StrLen nChkEnd );

Completed in 7 milliseconds