Lines Matching refs:mnOutOffY
1413 Rectangle aRect( Point( mnOutOffX, mnOutOffY ), Size( mnOutWidth, mnOutHeight ) ); in ImplHitTest()
1420 aTempPos.Y() -= mnOutOffY; in ImplHitTest()
1799 … Rectangle aWinRect( Point( mnOutOffX, mnOutOffY ), Size( mnOutWidth, mnOutHeight ) ); in ImplSysObjClip()
1813 aRegion.Move( -mnOutOffX, -mnOutOffY ); in ImplSysObjClip()
2026 rRegion.Intersect( Rectangle( Point( mnOutOffX, mnOutOffY ), in ImplIntersectWindowRegion()
2038 Point aPoint( mnOutOffX, mnOutOffY ); in ImplExcludeWindowRegion()
2046 Point aPoint( mnOutOffX, mnOutOffY ); in ImplExcludeWindowRegion()
2174 mpWindowImpl->maWinClipRegion = Rectangle( Point( mnOutOffX, mnOutOffY ), in ImplInitWinClipRegion()
2729 Rectangle aRect( Point( mnOutOffX, mnOutOffY ), Size( mnOutWidth, mnOutHeight ) ); in ImplInvalidate()
2846 Rectangle aRect( Point( mnOutOffX, mnOutOffY ), Size( mnOutWidth, mnOutHeight ) ); in ImplValidateFrameRegion()
2858 Rectangle aRect( Point( mnOutOffX, mnOutOffY ), Size( mnOutWidth, mnOutHeight ) ); in ImplValidateFrameRegion()
2896 Rectangle aRect( Point( mnOutOffX, mnOutOffY ), Size( mnOutWidth, mnOutHeight ) ); in ImplValidate()
2993 Point aPoint( mnOutOffX, mnOutOffY ); in ImplScroll()
3195 mnOutOffY = mpWindowImpl->mnY; in ImplUpdatePos()
3202 mnOutOffY = mpWindowImpl->mnY + pParent->mnOutOffY; in ImplUpdatePos()
3224 mpWindowImpl->mpSysObj->SetPosSize( mnOutOffX, mnOutOffY, mnOutWidth, mnOutHeight ); in ImplUpdateSysObjPos()
3243 long nOldOutOffY = mnOutOffY; in ImplPosSizeWindow()
3342 ImplCalcOverlapRegion( Rectangle( Point( mnOutOffX, mnOutOffY ), in ImplPosSizeWindow()
3360 ImplCalcOverlapRegion( Rectangle( Point( mnOutOffX, mnOutOffY ), in ImplPosSizeWindow()
3465 Point aPoint( mnOutOffX, mnOutOffY ); in ImplPosSizeWindow()
3473 pOverlapRegion->Move( mnOutOffX-nOldOutOffX, mnOutOffY-nOldOutOffY ); in ImplPosSizeWindow()
3481 … mnOutOffX-nOldOutOffX, mnOutOffY-nOldOutOffY, in ImplPosSizeWindow()
3489 pGraphics->CopyArea( mnOutOffX, mnOutOffY, in ImplPosSizeWindow()
3515 Point aPoint( mnOutOffX, mnOutOffY ); in ImplPosSizeWindow()
3546 mpWindowImpl->mpSysObj->SetPosSize( mnOutOffX, mnOutOffY, mnOutWidth, mnOutHeight ); in ImplPosSizeWindow()
3585 Point aPoint( mnOutOffX, mnOutOffY ); in ImplCalcToTop()
6092 Rectangle aRect( Point( mnOutOffX, mnOutOffY ), Size( mnOutWidth, mnOutHeight ) ); in SetWindowRegionPixel()
6186 Rectangle aRect( Point( mnOutOffX, mnOutOffY ), Size( mnOutWidth, mnOutHeight ) ); in SetWindowRegionPixel()
6242 Rectangle aWinRect( Point( mnOutOffX, mnOutOffY ), Size( mnOutWidth, mnOutHeight ) ); in GetWindowClipRegionPixel()
6249 aWinClipRegion.Move( -mnOutOffX, -mnOutOffY ); in GetWindowClipRegionPixel()
6263 aRegion.Move( -mnOutOffX, -mnOutOffY ); in GetPaintRegion()
7217 … Rectangle aWinRect( Point( mnOutOffX, mnOutOffY ), Size( mnOutWidth, mnOutHeight ) ); in SetZOrder()
7232 Rectangle aCompRect( Point( pWindow->mnOutOffX, pWindow->mnOutOffY ), in SetZOrder()
7244 Rectangle aCompRect( Point( pWindow->mnOutOffX, pWindow->mnOutOffY ), in SetZOrder()
7361 nY += pParent->mnOutOffY; in SetPosSizePixel()
7424 return Point( rPos.X()+mnOutOffX, rPos.Y()+mnOutOffY ); in OutputToScreenPixel()
7432 return Point( rPos.X()-mnOutOffX, rPos.Y()-mnOutOffY ); in ScreenToOutputPixel()
7463 return Point( rPos.X()+offx, rPos.Y()+mnOutOffY ); in OutputToNormalizedScreenPixel()
7470 return Point( rPos.X()-offx, rPos.Y()-mnOutOffY ); in NormalizedScreenToOutputPixel()
7567 ImplScroll( Rectangle( Point( mnOutOffX, mnOutOffY ), in Scroll()
7580 … aRect.Intersection( Rectangle( Point( mnOutOffX, mnOutOffY ), Size( mnOutWidth, mnOutHeight ) ) ); in Scroll()
7787 const Rectangle aWinRect( Point( mnOutOffX, mnOutOffY ), Size( mnOutWidth, mnOutHeight ) ); in Flush()
9831 …aArg[ 2 ] = makeAny( ::com::sun::star::awt::Rectangle( mnOutOffX, mnOutOffY, mnOutWidth, mnOutHeig… in ImplGetCanvas()