Lines Matching refs:mnOutOffX

1413     Rectangle aRect( Point( mnOutOffX, mnOutOffY ), Size( mnOutWidth, mnOutHeight ) );  in ImplHitTest()
1419 aTempPos.X() -= mnOutOffX; 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()
3194 mnOutOffX = mpWindowImpl->mnX; in ImplUpdatePos()
3201 mnOutOffX = mpWindowImpl->mnX + pParent->mnOutOffX; in ImplUpdatePos()
3224 mpWindowImpl->mpSysObj->SetPosSize( mnOutOffX, mnOutOffY, mnOutWidth, mnOutHeight ); in ImplUpdateSysObjPos()
3242 long nOldOutOffX = mnOutOffX; in ImplPosSizeWindow()
3302 Point aPtDev( Point( nX+mnOutOffX, 0 ) ); 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()
3481mnOutOffX-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()
7319 nX += pParent->mnOutOffX; in SetPosSizePixel()
7424 return Point( rPos.X()+mnOutOffX, rPos.Y()+mnOutOffY ); in OutputToScreenPixel()
7432 return Point( rPos.X()-mnOutOffX, rPos.Y()-mnOutOffY ); in ScreenToOutputPixel()
7440 long offx = mnOutOffX; in ImplGetUnmirroredOutOffX()
7446 offx -= mpWindowImpl->mpParent->mnOutOffX; in ImplGetUnmirroredOutOffX()
7451 offx += mpWindowImpl->mpParent->mnOutOffX; in ImplGetUnmirroredOutOffX()
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()
10016 long nDeltaX = pChild->mnOutOffX - mnOutOffX; in ImplPaintToDevice()