Searched refs:nLastFormattedLine (Results 1 – 4 of 4) sorted by relevance
217 void TEParaPortion::CorrectValuesBehindLastFormattedLine( sal_uInt16 nLastFormattedLine ) in CorrectValuesBehindLastFormattedLine() argument221 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()
236 void CorrectValuesBehindLastFormattedLine( sal_uInt16 nLastFormattedLine );
281 void ParaPortion::CorrectValuesBehindLastFormattedLine( sal_uInt16 nLastFormattedLine ) in CorrectValuesBehindLastFormattedLine() argument285 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()
606 void CorrectValuesBehindLastFormattedLine( sal_uInt16 nLastFormattedLine );
Completed in 26 milliseconds