Lines Matching refs:Width

165 			sal_uLong nX = (sal_uLong) ((double) aWinSize.Width()  in CalcMinZoom()
166 * (double) ZOOM_MULTIPLICATOR / (double) maViewSize.Width()); in CalcMinZoom()
495 long nW = aSize.Width() * GetZoom() / nZoom; in SetZoomIntegral()
497 maWinPos.X() += (aSize.Width() - nW) / 2; in SetZoomIntegral()
529 nY = (sal_uLong) ((double) aWinSize.Width() in GetZoomForRect()
602 nY = (sal_uLong) ((double) aWinSize.Width() in SetZoomRect()
629 …aWinSize.Width() = (long) ((double) aWinSize.Width() * (double) ZOOM_MULTIPLICATOR / (double) nFac… in SetZoomRect()
630 maWinPos.X() += (rZoomRect.GetWidth() - aWinSize.Width()) / 2; in SetZoomRect()
671 if ( maWinPos.X() > maViewSize.Width() - aWinSize.Width() ) in UpdateMapOrigin()
673 maWinPos.X() = maViewSize.Width() - aWinSize.Width(); in UpdateMapOrigin()
681 if ( aWinSize.Width() > maViewSize.Width() || maWinPos.X() < 0 ) in UpdateMapOrigin()
683 maWinPos.X() = maViewSize.Width() / 2 - aWinSize.Width() / 2; in UpdateMapOrigin()
720 if (aPix.Width() == 0) in UpdateMapMode()
725 aPix.Width() -= 8; in UpdateMapMode()
737 maWinPos.X() = aPix.Width(); in UpdateMapMode()
759 return ((double) maWinPos.X() / maViewSize.Width()); in GetVisibleX()
788 maWinPos.X() = (long) (fX * maViewSize.Width()); in SetVisibleXY()
808 if ( aWinSize.Width() > maViewSize.Width() ) in GetVisibleWidth()
809 aWinSize.Width() = maViewSize.Width(); in GetVisibleWidth()
810 return ((double) aWinSize.Width() / maViewSize.Width()); in GetVisibleWidth()
1121 if (aSize.Width() > SCROLL_SENSITIVE * 3) in DropScroll()
1128 if ( rMousePos.X() >= aSize.Width() - SCROLL_SENSITIVE ) in DropScroll()