Home
last modified time | relevance | path

Searched refs:nWidthDiff (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterViewShell.cxx728 long nWidthDiff = (aPageSize.Width() - aRect.GetWidth()) / 2; in SetZoomRect() local
730 aRect.Left() -= nWidthDiff; in SetZoomRect()
731 aRect.Right() += nWidthDiff; in SetZoomRect()
/trunk/main/sw/source/core/text/
H A Dfrmform.cxx1315 const long nWidthDiff = nOldWidth > pNew->Width() in FormatLine() local
1323 nWidthDiff <= SLOPPY_TWIPS && in FormatLine()
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx1551 long nWidthDiff = nDestWidth - nSourceWidth; in CopyFromClip() local
1559 if ( Abs(nWidthDiff) > 1 && nDestWidth > 1 && nSourceWidth > 1 ) in CopyFromClip()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx942 int nWidthDiff = (rFSD.mnWidth - mnWidth) * 100; in IsBetterMatch() local
943 nWidthMatch = (nWidthDiff >= 0) ? -nWidthDiff : +nWidthDiff; in IsBetterMatch()

Completed in 71 milliseconds