Lines Matching refs:Width

167 			sal_uLong nX = (sal_uLong) ((double) aWinSize.Width()  in CalcMinZoom()
168 * (double) ZOOM_MULTIPLICATOR / (double) maViewSize.Width()); in CalcMinZoom()
497 long nW = aSize.Width() * GetZoom() / nZoom; in SetZoomIntegral()
499 maWinPos.X() += (aSize.Width() - nW) / 2; in SetZoomIntegral()
531 nY = (sal_uLong) ((double) aWinSize.Width() in GetZoomForRect()
604 nY = (sal_uLong) ((double) aWinSize.Width() in SetZoomRect()
631 …aWinSize.Width() = (long) ((double) aWinSize.Width() * (double) ZOOM_MULTIPLICATOR / (double) nFac… in SetZoomRect()
632 maWinPos.X() += (rZoomRect.GetWidth() - aWinSize.Width()) / 2; in SetZoomRect()
673 if ( maWinPos.X() > maViewSize.Width() - aWinSize.Width() ) in UpdateMapOrigin()
675 maWinPos.X() = maViewSize.Width() - aWinSize.Width(); in UpdateMapOrigin()
683 if ( aWinSize.Width() > maViewSize.Width() || maWinPos.X() < 0 ) in UpdateMapOrigin()
685 maWinPos.X() = maViewSize.Width() / 2 - aWinSize.Width() / 2; in UpdateMapOrigin()
722 if (aPix.Width() == 0) in UpdateMapMode()
727 aPix.Width() -= 8; in UpdateMapMode()
739 maWinPos.X() = aPix.Width(); in UpdateMapMode()
761 return ((double) maWinPos.X() / maViewSize.Width()); in GetVisibleX()
790 maWinPos.X() = (long) (fX * maViewSize.Width()); in SetVisibleXY()
810 if ( aWinSize.Width() > maViewSize.Width() ) in GetVisibleWidth()
811 aWinSize.Width() = maViewSize.Width(); in GetVisibleWidth()
812 return ((double) aWinSize.Width() / maViewSize.Width()); in GetVisibleWidth()
1123 if (aSize.Width() > SCROLL_SENSITIVE * 3) in DropScroll()
1130 if ( rMousePos.X() >= aSize.Width() - SCROLL_SENSITIVE ) in DropScroll()