Searched refs:nPortionDiff (Results 1 – 2 of 2) sorted by relevance
225 short nPortionDiff = pUnformatted->GetStartPortion() - pLastFormatted->GetEndPortion(); in CorrectValuesBehindLastFormattedLine() local233 short nPDiff = sal::static_int_cast< short >(-( nPortionDiff-1 )); in CorrectValuesBehindLastFormattedLine()
289 short nPortionDiff = pUnformatted->GetStartPortion() - pLastFormatted->GetEndPortion(); in CorrectValuesBehindLastFormattedLine() local297 int nPDiff = -( nPortionDiff-1 ); in CorrectValuesBehindLastFormattedLine()
Completed in 8 milliseconds