Searched refs:nPDiff (Results 1 – 2 of 2) sorted by relevance
233 short nPDiff = sal::static_int_cast< short >(-( nPortionDiff-1 )); in CorrectValuesBehindLastFormattedLine() local235 if ( nPDiff || nTDiff ) in CorrectValuesBehindLastFormattedLine()241 pLine->GetStartPortion() = pLine->GetStartPortion() + nPDiff; in CorrectValuesBehindLastFormattedLine()242 pLine->GetEndPortion() = pLine->GetEndPortion() + nPDiff; in CorrectValuesBehindLastFormattedLine()
297 int nPDiff = -( nPortionDiff-1 ); in CorrectValuesBehindLastFormattedLine() local299 if ( nPDiff || nTDiff ) in CorrectValuesBehindLastFormattedLine()306 pLine->GetStartPortion() + nPDiff); in CorrectValuesBehindLastFormattedLine()308 pLine->GetEndPortion() + nPDiff); in CorrectValuesBehindLastFormattedLine()
Completed in 21 milliseconds