Home
last modified time | relevance | path

Searched refs:nTextDiff (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svtools/source/edit/
H A Dtextdata.cxx226 short nTextDiff = pUnformatted->GetStart() - pLastFormatted->GetEnd(); in CorrectValuesBehindLastFormattedLine() local
227 nTextDiff++; // LastFormatted->GetEnd() war incl. => 1 zuviel abgezogen! in CorrectValuesBehindLastFormattedLine()
234 short nTDiff = sal::static_int_cast< short >(-( nTextDiff-1 )); in CorrectValuesBehindLastFormattedLine()
/trunk/main/editeng/source/editeng/
H A Deditdoc2.cxx290 short nTextDiff = pUnformatted->GetStart() - pLastFormatted->GetEnd(); in CorrectValuesBehindLastFormattedLine() local
291 nTextDiff++; // LastFormatted->GetEnd() war incl. => 1 zuviel abgezogen! in CorrectValuesBehindLastFormattedLine()
298 int nTDiff = -( nTextDiff-1 ); in CorrectValuesBehindLastFormattedLine()
/trunk/main/vcl/source/window/
H A Dwindow.cxx9573 int nTextDiff = abs(aSelectionFillCol.GetLuminance() - aTextColor.GetLuminance()); in DrawSelectionBackground() local
9575 *pSelectionTextColor = (nHLDiff >= nTextDiff) ? aHLTextColor : aTextColor; in DrawSelectionBackground()

Completed in 56 milliseconds