Home
last modified time | relevance | path

Searched refs:mnOutOffY (Results 1 – 9 of 9) sorted by relevance

/trunk/main/vcl/source/window/
H A Dwindow2.cxx185 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 Dwindow.cxx1413 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 Doutmap.cxx534 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 Doutdev2.cxx192 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 Doutdevnative.cxx130 Point aWinOffs( mnOutOffX, mnOutOffY ); in HitTestNativeControl()
134 …tTestNativeControl(nType, nPart, screenRegion, Point( aPos.X() + mnOutOffX, aPos.Y() + mnOutOffY ), in HitTestNativeControl()
H A Doutdev.cxx355 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 Doutdev3.cxx4401 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 Doutdev.hxx328 long mnOutOffY; member in OutputDevice
1105 long GetOutOffYPixel() const { return mnOutOffY; } in GetOutOffYPixel()
/trunk/main/vcl/source/app/
H A Dsvapp.cxx961 aTransformedPos.Y() += pWin->mnOutOffY; in PostMouseEvent()