Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/edit/
H A Dtextdata.cxx234 short nTDiff = sal::static_int_cast< short >(-( nTextDiff-1 )); in CorrectValuesBehindLastFormattedLine() local
235 if ( nPDiff || nTDiff ) in CorrectValuesBehindLastFormattedLine()
244 pLine->GetStart() = pLine->GetStart() + nTDiff; in CorrectValuesBehindLastFormattedLine()
245 pLine->GetEnd() = pLine->GetEnd() + nTDiff; in CorrectValuesBehindLastFormattedLine()
/aoo4110/main/editeng/source/editeng/
H A Deditdoc2.cxx298 int nTDiff = -( nTextDiff-1 ); in CorrectValuesBehindLastFormattedLine() local
299 if ( nPDiff || nTDiff ) in CorrectValuesBehindLastFormattedLine()
311 pLine->GetStart() + nTDiff); in CorrectValuesBehindLastFormattedLine()
313 pLine->GetEnd() + nTDiff); in CorrectValuesBehindLastFormattedLine()

Completed in 20 milliseconds