| /trunk/main/vcl/source/window/ |
| H A D | window2.cxx | 185 mpWindowImpl->mpFrameWindow->ImplGetFrameDev( Point( mnOutOffX, mnOutOffY ), in ImplSaveOverlapBackground() 213 Point aDestPt( mnOutOffX, mnOutOffY ); in ImplRestoreOverlapBackground() 283 Rectangle aRect1( Point( mnOutOffX, mnOutOffY ), in ImplInvalidateAllOverlapBackgrounds() 285 Rectangle aRect2( Point( pWindow->mnOutOffX, pWindow->mnOutOffY ), in ImplInvalidateAllOverlapBackgrounds() 332 …mpWindowImpl->mpFrameWindow->ImplGetFrameBitmap( Point( mnOutOffX, mnOutOffY ), Size( mnOutWidth, … in SnapShot() 591 Point aPoint( mnOutOffX, mnOutOffY ); in InvertTracking() 657 Point aPoint( mnOutOffX, mnOutOffY ); in InvertTracking() 836 aClip.Move( -mnOutOffX, -mnOutOffY ); in SaveBackground() 1566 return Point( rPos.X()+mnOutOffX, rPos.Y()+mnOutOffY ); in ImplOutputToFrame() 1571 return Point( rPos.X()-mnOutOffX, rPos.Y()-mnOutOffY ); in ImplFrameToOutput() [all …]
|
| H A D | window.cxx | 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() [all …]
|
| /trunk/main/vcl/source/gdi/ |
| H A D | outmap.cxx | 534 return nY+mnOutOffY; in ImplLogicYToDevicePixel() 538 maThresRes.mnThresLogToPixY )+mnOutOffY+mnOutOffOrigY; in ImplLogicYToDevicePixel() 628 return Point( rLogicPt.X()+mnOutOffX, rLogicPt.Y()+mnOutOffY ); in ImplLogicToDevicePixel() 635 maThresRes.mnThresLogToPixY )+mnOutOffY+mnOutOffOrigY ); in ImplLogicToDevicePixel() 662 return Rectangle( rLogicRect.Left()+mnOutOffX, rLogicRect.Top()+mnOutOffY, in ImplLogicToDevicePixel() 663 rLogicRect.Right()+mnOutOffX, rLogicRect.Bottom()+mnOutOffY ); in ImplLogicToDevicePixel() 671 maThresRes.mnThresLogToPixY )+mnOutOffY+mnOutOffOrigY, in ImplLogicToDevicePixel() 677 maThresRes.mnThresLogToPixY )+mnOutOffY+mnOutOffOrigY ); in ImplLogicToDevicePixel() 684 if ( !mbMap && !mnOutOffX && !mnOutOffY ) in ImplLogicToDevicePixel() 705 maThresRes.mnThresLogToPixY )+mnOutOffY+mnOutOffOrigY; in ImplLogicToDevicePixel() [all …]
|
| H A D | outdev2.cxx | 192 Rectangle aSrcOutRect( Point( pSrcDev->mnOutOffX, pSrcDev->mnOutOffY ), in ImplDrawOutDevDirect() 273 Rectangle aSrcOutRect( Point( mnOutOffX, mnOutOffY ), in DrawOutDev() 406 Rectangle aSrcOutRect( Point( mnOutOffX, mnOutOffY ), in CopyArea() 1537 … ( nWidth > 0 && nHeight > 0 && nX <= (mnOutWidth + mnOutOffX) && nY <= (mnOutHeight + mnOutOffY)) in GetBitmap() 1551 if ( nY < mnOutOffY ) in GetBitmap() 1553 nHeight -= ( mnOutOffY - nY ); in GetBitmap() 1554 nY = mnOutOffY; in GetBitmap() 1566 if ( (nHeight + nY) > (mnOutHeight + mnOutOffY) ) in GetBitmap() 1568 nHeight = mnOutOffY + mnOutHeight - nY; in GetBitmap() 1591 … aPosAry.mnDestY = ( aRect.Top() < mnOutOffY ) ? ( mnOutOffY - aRect.Top() ) : 0L; in GetBitmap() [all …]
|
| H A D | outdevnative.cxx | 130 Point aWinOffs( mnOutOffX, mnOutOffY ); in HitTestNativeControl() 134 …tTestNativeControl(nType, nPart, screenRegion, Point( aPos.X() + mnOutOffX, aPos.Y() + mnOutOffY ), in HitTestNativeControl()
|
| H A D | outdev.cxx | 355 mnOutOffY = 0; in OutputDevice() 1008 Rectangle aDeviceBounds( mnOutOffX, mnOutOffY, in ImplInitClipRegion() 1010 mnOutOffY+GetOutputHeightPixel()-1 ); in ImplInitClipRegion() 1127 aRegion.Move( -mnOutOffX, -mnOutOffY ); in GetActiveClipRegion() 2775 …aArg[ 2 ] = uno::makeAny( ::com::sun::star::awt::Rectangle( mnOutOffX, mnOutOffY, mnOutWidth, mnOu… in GetCanvas()
|
| H A D | outdev3.cxx | 4401 nY -= mnOutOffY; in ImplDrawEmphasisMark() 4577 long nOldOffY = mnOutOffY; in ImplDrawRotateText() 4581 mnOutOffY = 0L; in ImplDrawRotateText() 4589 mnOutOffY = nOldOffY; in ImplDrawRotateText() 7039 nMnemonicY = mnOutOffY + aTempPos.Y(); in DrawCtrlText()
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | outdev.hxx | 328 long mnOutOffY; member in OutputDevice 1105 long GetOutOffYPixel() const { return mnOutOffY; } in GetOutOffYPixel()
|
| /trunk/main/vcl/source/app/ |
| H A D | svapp.cxx | 961 aTransformedPos.Y() += pWin->mnOutOffY; in PostMouseEvent()
|