Lines Matching refs:mnOutHeight

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 …0 ), Size( mpWindowImpl->mpFrameWindow->mnOutWidth, mpWindowImpl->mpFrameWindow->mnOutHeight ) ) ); in ImplClipBoundaries()
2175 Size( mnOutWidth, mnOutHeight ) ); in ImplInitWinClipRegion()
2327 …0 ), Size( mpWindowImpl->mpFrameWindow->mnOutWidth, mpWindowImpl->mpFrameWindow->mnOutHeight ) ) ); 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()
3245 long nOldOutHeight = mnOutHeight; in ImplPosSizeWindow()
3260 if ( mnOutWidth && mnOutHeight && !mpWindowImpl->mbPaintTransparent && in ImplPosSizeWindow()
3290 if ( nHeight != mnOutHeight ) in ImplPosSizeWindow()
3292 mnOutHeight = nHeight; in ImplPosSizeWindow()
3343 Size( mnOutWidth, mnOutHeight ) ), in ImplPosSizeWindow()
3361 Size( mnOutWidth, mnOutHeight ) ), in ImplPosSizeWindow()
3395mnOutHeight-mpWindowImpl->mpClientWindow->mpWindowImpl->mnTopBorder-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()
3850 (nY >= mpWindowImpl->mpFrameWindow->mnOutHeight)) && 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()
6740 mnOutHeight+mpWindowImpl->mnTopBorder+mpWindowImpl->mnBottomBorder ); 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()
7305 nHeight = pWindow->mnOutHeight; in SetPosSizePixel()
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 …2 ] = makeAny( ::com::sun::star::awt::Rectangle( mnOutOffX, mnOutOffY, mnOutWidth, mnOutHeight ) ); in ImplGetCanvas()