Searched refs:nTextDiff (Results 1 – 3 of 3) sorted by relevance
226 short nTextDiff = pUnformatted->GetStart() - pLastFormatted->GetEnd(); in CorrectValuesBehindLastFormattedLine() local227 nTextDiff++; // LastFormatted->GetEnd() war incl. => 1 zuviel abgezogen! in CorrectValuesBehindLastFormattedLine()234 short nTDiff = sal::static_int_cast< short >(-( nTextDiff-1 )); in CorrectValuesBehindLastFormattedLine()
290 short nTextDiff = pUnformatted->GetStart() - pLastFormatted->GetEnd(); in CorrectValuesBehindLastFormattedLine() local291 nTextDiff++; // LastFormatted->GetEnd() war incl. => 1 zuviel abgezogen! in CorrectValuesBehindLastFormattedLine()298 int nTDiff = -( nTextDiff-1 ); in CorrectValuesBehindLastFormattedLine()
9573 int nTextDiff = abs(aSelectionFillCol.GetLuminance() - aTextColor.GetLuminance()); in DrawSelectionBackground() local9575 *pSelectionTextColor = (nHLDiff >= nTextDiff) ? aHLTextColor : aTextColor; in DrawSelectionBackground()
Completed in 1718 milliseconds