Lines Matching refs:mnOutWidth
971 mpWindowImpl->mpFrame->GetClientSize( mnOutWidth, mnOutHeight ); in ImplInit()
1413 Rectangle aRect( Point( mnOutOffX, mnOutOffY ), Size( mnOutWidth, mnOutHeight ) ); in ImplHitTest()
1799 … Rectangle aWinRect( Point( mnOutOffX, mnOutOffY ), Size( mnOutWidth, mnOutHeight ) ); in ImplSysObjClip()
2027 Size( mnOutWidth, mnOutHeight ) ) ); in ImplIntersectWindowRegion()
2040 Size( mnOutWidth, mnOutHeight ) ) ); in ImplExcludeWindowRegion()
2048 Size( mnOutWidth, mnOutHeight ) ) ); in ImplExcludeWindowRegion()
2089 …ntersect( Rectangle( Point( 0, 0 ), Size( mpWindowImpl->mpFrameWindow->mnOutWidth, mpWindowImpl->m… in ImplClipBoundaries()
2175 Size( mnOutWidth, mnOutHeight ) ); in ImplInitWinClipRegion()
2327 ….Exclude( Rectangle( Point( 0, 0 ), Size( mpWindowImpl->mpFrameWindow->mnOutWidth, mpWindowImpl->m… in ImplCalcOverlapRegion()
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()
2994 Region aRegion( Rectangle( aPoint, Size( mnOutWidth, mnOutHeight ) ) ); in ImplScroll()
3097 Region aRegion( Rectangle( aPoint, Size( mnOutWidth, mnOutHeight ) ) ); in ImplUpdateAll()
3224 mpWindowImpl->mpSysObj->SetPosSize( mnOutOffX, mnOutOffY, mnOutWidth, mnOutHeight ); in ImplUpdateSysObjPos()
3244 long nOldOutWidth = mnOutWidth; in ImplPosSizeWindow()
3260 if ( mnOutWidth && mnOutHeight && !mpWindowImpl->mbPaintTransparent && in ImplPosSizeWindow()
3278 if ( nWidth != mnOutWidth ) in ImplPosSizeWindow()
3280 mnOutWidth = nWidth; in ImplPosSizeWindow()
3313 nX = mpWindowImpl->mpParent->mnOutWidth - mnOutWidth - nX; in ImplPosSizeWindow()
3332 nX = mpWindowImpl->mpParent->mnOutWidth - mnOutWidth - nX; in ImplPosSizeWindow()
3343 Size( mnOutWidth, mnOutHeight ) ), in ImplPosSizeWindow()
3361 Size( mnOutWidth, mnOutHeight ) ), in ImplPosSizeWindow()
3394 …mnOutWidth-mpWindowImpl->mpClientWindow->mpWindowImpl->mnLeftBorder-mpWindowImpl->mpClientWindow->… in ImplPosSizeWindow()
3455 if ( bNewPos || (mnOutWidth > nOldOutWidth) || (mnOutHeight > nOldOutHeight) ) in ImplPosSizeWindow()
3467 Size( mnOutWidth, mnOutHeight ) ) ); in ImplPosSizeWindow()
3517 Size( mnOutWidth, mnOutHeight ) ) ); in ImplPosSizeWindow()
3529 (mnOutWidth < nOldOutWidth) || (mnOutHeight < nOldOutHeight) ) in ImplPosSizeWindow()
3546 mpWindowImpl->mpSysObj->SetPosSize( mnOutOffX, mnOutOffY, mnOutWidth, mnOutHeight ); in ImplPosSizeWindow()
3587 Size( mnOutWidth, mnOutHeight ) ) ); in ImplCalcToTop()
3849 (nX >= mpWindowImpl->mpFrameWindow->mnOutWidth) || in ImplCallMouseMove()
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()
6739 return Size( mnOutWidth+mpWindowImpl->mnLeftBorder+mpWindowImpl->mnRightBorder, in GetSizePixel()
7217 … Rectangle aWinRect( Point( mnOutOffX, mnOutOffY ), Size( mnOutWidth, mnOutHeight ) ); in SetZOrder()
7233 Size( pWindow->mnOutWidth, pWindow->mnOutHeight ) ); in SetZOrder()
7245 Size( pWindow->mnOutWidth, pWindow->mnOutHeight ) ); in SetZOrder()
7300 long nOldWidth = pWindow->mnOutWidth; in SetPosSizePixel()
7303 nWidth = pWindow->mnOutWidth; in SetPosSizePixel()
7448 offx = mpWindowImpl->mpParent->mnOutWidth - mnOutWidth - offx; in ImplGetUnmirroredOutOffX()
7568 Size( mnOutWidth, mnOutHeight ) ), in Scroll()
7580 … aRect.Intersection( Rectangle( Point( mnOutOffX, mnOutOffY ), Size( mnOutWidth, mnOutHeight ) ) ); in Scroll()
7591 if ( !IsDeviceOutputNecessary() || !mnOutWidth || !mnOutHeight ) in Invalidate()
7603 if ( !IsDeviceOutputNecessary() || !mnOutWidth || !mnOutHeight ) in Invalidate()
7620 if ( !IsDeviceOutputNecessary() || !mnOutWidth || !mnOutHeight ) in Invalidate()
7639 if ( !IsDeviceOutputNecessary() || !mnOutWidth || !mnOutHeight ) in Validate()
7651 if ( !IsDeviceOutputNecessary() || !mnOutWidth || !mnOutHeight ) in Validate()
7668 if ( !IsDeviceOutputNecessary() || !mnOutWidth || !mnOutHeight ) in Validate()
7730 Region aRegion( Rectangle( aPoint, Size( mnOutWidth, mnOutHeight ) ) ); in Update()
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()
10018 nDeltaX = mnOutWidth - nDeltaX - pChild->mnOutWidth; in ImplPaintToDevice()