Home
last modified time | relevance | path

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

/aoo41x/main/vcl/source/window/
H A Dwindow2.cxx213 Point aDestPt( mnOutOffX, mnOutOffY ); in ImplRestoreOverlapBackground()
283 Rectangle aRect1( Point( mnOutOffX, mnOutOffY ), in ImplInvalidateAllOverlapBackgrounds()
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()
1577 rRect.Top()+=mnOutOffY; in ImplOutputToFrame()
1579 rRect.Bottom()+=mnOutOffY; in ImplOutputToFrame()
1585 rRect.Top()-=mnOutOffY; in ImplFrameToOutput()
[all …]
H A Dwindow.cxx1420 aTempPos.Y() -= mnOutOffY; in ImplHitTest()
2038 Point aPoint( mnOutOffX, mnOutOffY ); in ImplExcludeWindowRegion()
2046 Point aPoint( mnOutOffX, mnOutOffY ); in ImplExcludeWindowRegion()
2993 Point aPoint( mnOutOffX, mnOutOffY ); in ImplScroll()
3195 mnOutOffY = mpWindowImpl->mnY; in ImplUpdatePos()
3202 mnOutOffY = mpWindowImpl->mnY + pParent->mnOutOffY; in ImplUpdatePos()
3243 long nOldOutOffY = mnOutOffY; in ImplPosSizeWindow()
3585 Point aPoint( mnOutOffX, mnOutOffY ); in ImplCalcToTop()
6249 aWinClipRegion.Move( -mnOutOffX, -mnOutOffY ); in GetWindowClipRegionPixel()
6263 aRegion.Move( -mnOutOffX, -mnOutOffY ); in GetPaintRegion()
[all …]
/aoo41x/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()
671 maThresRes.mnThresLogToPixY )+mnOutOffY+mnOutOffOrigY, in ImplLogicToDevicePixel()
684 if ( !mbMap && !mnOutOffX && !mnOutOffY ) in ImplLogicToDevicePixel()
715 aPt.Y() += mnOutOffY; in ImplLogicToDevicePixel()
727 if ( !mbMap && !mnOutOffX && !mnOutOffY ) in ImplLogicToDevicePixel()
800 if ( !mnOutOffX && !mnOutOffY ) in ImplPixelToDevicePixel()
1134 if( mnOutOffX || mnOutOffY ) in ImplGetDeviceTransformation()
[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()
1528 … ( nWidth > 0 && nHeight > 0 && nX <= (mnOutWidth + mnOutOffX) && nY <= (mnOutHeight + mnOutOffY)) in GetBitmap()
1542 if ( nY < mnOutOffY ) in GetBitmap()
1544 nHeight -= ( mnOutOffY - nY ); in GetBitmap()
1545 nY = mnOutOffY; in GetBitmap()
1557 if ( (nHeight + nY) > (mnOutHeight + mnOutOffY) ) in GetBitmap()
1559 nHeight = mnOutOffY + mnOutHeight - nY; in GetBitmap()
1582 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()
/aoo41x/main/vcl/inc/vcl/
H A Doutdev.hxx328 long mnOutOffY; member in OutputDevice
1105 long GetOutOffYPixel() const { return mnOutOffY; } in GetOutOffYPixel()
/aoo41x/main/vcl/source/app/
H A Dsvapp.cxx961 aTransformedPos.Y() += pWin->mnOutOffY; in PostMouseEvent()

Completed in 417 milliseconds