Home
last modified time | relevance | path

Searched refs:nLastFormattedLine (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svtools/source/edit/
H A Dtextdata.cxx217 void TEParaPortion::CorrectValuesBehindLastFormattedLine( sal_uInt16 nLastFormattedLine ) in CorrectValuesBehindLastFormattedLine() argument
221 if ( nLastFormattedLine < ( nLines - 1 ) ) in CorrectValuesBehindLastFormattedLine()
223 const TextLine* pLastFormatted = maLines[ nLastFormattedLine ]; in CorrectValuesBehindLastFormattedLine()
224 const TextLine* pUnformatted = maLines[ nLastFormattedLine+1 ]; in CorrectValuesBehindLastFormattedLine()
237 for ( sal_uInt16 nL = nLastFormattedLine+1; nL < nLines; nL++ ) in CorrectValuesBehindLastFormattedLine()
H A Dtextdat2.hxx236 void CorrectValuesBehindLastFormattedLine( sal_uInt16 nLastFormattedLine );
/trunk/main/editeng/source/editeng/
H A Deditdoc2.cxx281 void ParaPortion::CorrectValuesBehindLastFormattedLine( sal_uInt16 nLastFormattedLine ) in CorrectValuesBehindLastFormattedLine() argument
285 if ( nLastFormattedLine < ( nLines - 1 ) ) in CorrectValuesBehindLastFormattedLine()
287 const EditLine* pLastFormatted = aLineList[ nLastFormattedLine ]; in CorrectValuesBehindLastFormattedLine()
288 const EditLine* pUnformatted = aLineList[ nLastFormattedLine+1 ]; in CorrectValuesBehindLastFormattedLine()
301 for ( sal_uInt16 nL = nLastFormattedLine+1; nL < nLines; nL++ ) in CorrectValuesBehindLastFormattedLine()
H A Deditdoc.hxx606 void CorrectValuesBehindLastFormattedLine( sal_uInt16 nLastFormattedLine );

Completed in 25 milliseconds