Home
last modified time | relevance | path

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

/aoo41x/main/svtools/source/edit/
H A Dtextdata.cxx225 short nPortionDiff = pUnformatted->GetStartPortion() - pLastFormatted->GetEndPortion(); in CorrectValuesBehindLastFormattedLine() local
233 short nPDiff = sal::static_int_cast< short >(-( nPortionDiff-1 )); in CorrectValuesBehindLastFormattedLine()
/aoo41x/main/editeng/source/editeng/
H A Deditdoc2.cxx289 short nPortionDiff = pUnformatted->GetStartPortion() - pLastFormatted->GetEndPortion(); in CorrectValuesBehindLastFormattedLine() local
297 int nPDiff = -( nPortionDiff-1 ); in CorrectValuesBehindLastFormattedLine()

Completed in 16 milliseconds