Searched refs:nWidthDiff (Results 1 – 4 of 4) sorted by relevance
728 long nWidthDiff = (aPageSize.Width() - aRect.GetWidth()) / 2; in SetZoomRect() local730 aRect.Left() -= nWidthDiff; in SetZoomRect()731 aRect.Right() += nWidthDiff; in SetZoomRect()
1315 const long nWidthDiff = nOldWidth > pNew->Width() in FormatLine() local1323 nWidthDiff <= SLOPPY_TWIPS && in FormatLine()
1551 long nWidthDiff = nDestWidth - nSourceWidth; in CopyFromClip() local1559 if ( Abs(nWidthDiff) > 1 && nDestWidth > 1 && nSourceWidth > 1 ) in CopyFromClip()
942 int nWidthDiff = (rFSD.mnWidth - mnWidth) * 100; in IsBetterMatch() local943 nWidthMatch = (nWidthDiff >= 0) ? -nWidthDiff : +nWidthDiff; in IsBetterMatch()
Completed in 57 milliseconds