Home
last modified time | relevance | path

Searched refs:mnOutOffX (Results 1 – 10 of 10) sorted by relevance

/trunk/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()
1576 rRect.Left()+=mnOutOffX; in ImplOutputToFrame()
1578 rRect.Right()+=mnOutOffX; in ImplOutputToFrame()
1584 rRect.Left()-=mnOutOffX; in ImplFrameToOutput()
[all …]
H A Dwindow.cxx1419 aTempPos.X() -= mnOutOffX; in ImplHitTest()
2038 Point aPoint( mnOutOffX, mnOutOffY ); in ImplExcludeWindowRegion()
2046 Point aPoint( mnOutOffX, mnOutOffY ); in ImplExcludeWindowRegion()
2993 Point aPoint( mnOutOffX, mnOutOffY ); in ImplScroll()
3194 mnOutOffX = mpWindowImpl->mnX; in ImplUpdatePos()
3201 mnOutOffX = mpWindowImpl->mnX + pParent->mnOutOffX; in ImplUpdatePos()
3242 long nOldOutOffX = mnOutOffX; in ImplPosSizeWindow()
3302 Point aPtDev( Point( nX+mnOutOffX, 0 ) ); in ImplPosSizeWindow()
7319 nX += pParent->mnOutOffX; in SetPosSizePixel()
7440 long offx = mnOutOffX; in ImplGetUnmirroredOutOffX()
[all …]
/trunk/main/vcl/source/gdi/
H A Doutmap.cxx522 return nX+mnOutOffX; in ImplLogicXToDevicePixel()
526 maThresRes.mnThresLogToPixX )+mnOutOffX+mnOutOffOrigX; in ImplLogicXToDevicePixel()
632 maThresRes.mnThresLogToPixX )+mnOutOffX+mnOutOffOrigX, in ImplLogicToDevicePixel()
668 maThresRes.mnThresLogToPixX )+mnOutOffX+mnOutOffOrigX, in ImplLogicToDevicePixel()
674 maThresRes.mnThresLogToPixX )+mnOutOffX+mnOutOffOrigX, in ImplLogicToDevicePixel()
684 if ( !mbMap && !mnOutOffX && !mnOutOffY ) in ImplLogicToDevicePixel()
714 aPt.X() += mnOutOffX; 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()
1537 …if ( nWidth > 0 && nHeight > 0 && nX <= (mnOutWidth + mnOutOffX) && nY <= (mnOutHeight + mnOutOff… in GetBitmap()
1543 if ( nX < mnOutOffX ) in GetBitmap()
1545 nWidth -= ( mnOutOffX - nX ); in GetBitmap()
1546 nX = mnOutOffX; in GetBitmap()
1559 if ( (nWidth + nX) > (mnOutWidth + mnOutOffX) ) in GetBitmap()
1561 nWidth = mnOutOffX + mnOutWidth - nX; in GetBitmap()
1590 aPosAry.mnDestX = ( aRect.Left() < mnOutOffX ) ? ( mnOutOffX - aRect.Left() ) : 0L; in GetBitmap()
[all …]
H A Doutdev.cxx354 mnOutOffX = 0; in OutputDevice()
529 rPoint.X() = mnOutOffX + mnOutWidth - 1 - rPoint.X() + mnOutOffX; in ImplReMirror()
539 rRect.nLeft = mnOutOffX + mnOutWidth - nWidth - 1 - rRect.nLeft + mnOutOffX; in ImplReMirror()
1008 Rectangle aDeviceBounds( mnOutOffX, mnOutOffY, in ImplInitClipRegion()
1009 mnOutOffX+GetOutputWidthPixel()-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 Doutdevnative.cxx130 Point aWinOffs( mnOutOffX, mnOutOffY ); in HitTestNativeControl()
134 …ics->HitTestNativeControl(nType, nPart, screenRegion, Point( aPos.X() + mnOutOffX, aPos.Y() + mnOu… in HitTestNativeControl()
H A Doutdev6.cxx1085 if( mnOutOffX+nWidth > gradientWidth ) in ImplDrawGradientWallpaper()
1087 if( mnOutOffX > gradientWidth ) in ImplDrawGradientWallpaper()
1090 aBound = Rectangle( Point( -mnOutOffX, nY ), Size( gradientWidth, nHeight ) ); in ImplDrawGradientWallpaper()
H A Doutdev3.cxx4400 nX -= mnOutOffX; in ImplDrawEmphasisMark()
4576 long nOldOffX = mnOutOffX; in ImplDrawRotateText()
4580 mnOutOffX = 0L; in ImplDrawRotateText()
4588 mnOutOffX = nOldOffX; in ImplDrawRotateText()
4615 … long devX = w-pOutDevRef->mnOutWidth-pOutDevRef->mnOutOffX; // re-mirrored mnOutOffX in ImplDrawTextDirect()
4625 long devX = pOutDevRef->mnOutOffX; // re-mirrored mnOutOffX in ImplDrawTextDirect()
7038 nMnemonicX = mnOutOffX + aTempPos.X(); in DrawCtrlText()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx326 long mnOutOffX; member in OutputDevice
1104 long GetOutOffXPixel() const { return mnOutOffX; } in GetOutOffXPixel()
/trunk/main/vcl/source/app/
H A Dsvapp.cxx960 aTransformedPos.X() += pWin->mnOutOffX; in PostMouseEvent()

Completed in 148 milliseconds