Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/window/
H A Dwindow.cxx971 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 …ntersect( Rectangle( Point( 0, 0 ), Size( mpWindowImpl->mpFrameWindow->mnOutWidth, mpWindowImpl->m… in ImplClipBoundaries()
2175 Size( mnOutWidth, mnOutHeight ) ); in ImplInitWinClipRegion()
2327 ….Exclude( Rectangle( Point( 0, 0 ), Size( mpWindowImpl->mpFrameWindow->mnOutWidth, mpWindowImpl->m… in ImplCalcOverlapRegion()
2729 Rectangle aRect( Point( mnOutOffX, mnOutOffY ), Size( mnOutWidth, mnOutHeight ) ); in ImplInvalidate()
[all …]
H A Dwindow2.cxx168 sal_uLong nSaveBackSize = mnOutWidth*mnOutHeight; in ImplSaveOverlapBackground()
173 Size aOutSize( mnOutWidth, mnOutHeight ); in ImplSaveOverlapBackground()
284 Size( mnOutWidth, mnOutHeight ) ); in ImplInvalidateAllOverlapBackgrounds()
286 Size( pWindow->mnOutWidth, pWindow->mnOutHeight ) ); in ImplInvalidateAllOverlapBackgrounds()
332 …pFrameWindow->ImplGetFrameBitmap( Point( mnOutOffX, mnOutOffY ), Size( mnOutWidth, mnOutHeight ), … in SnapShot()
593 Size( mnOutWidth, mnOutHeight ) ) ); in InvertTracking()
659 Size( mnOutWidth, mnOutHeight ) ) ); in InvertTracking()
H A Dwinproc.cxx1619 pWindow->mnOutWidth = nNewWidth; in ImplHandleResize()
/AOO42X/main/vcl/source/gdi/
H A Dvirdev.cxx82 mnOutWidth = nDX; in ImplInitVirDev()
91 mpVirDev->GetSize(mnOutWidth,mnOutHeight); in ImplInitVirDev()
234 mnOutWidth = rNewSize.Width(); in ImplSetOutputSizePixel()
260 if ( mnOutWidth < nNewWidth ) in ImplSetOutputSizePixel()
261 nWidth = mnOutWidth; in ImplSetOutputSizePixel()
282 mnOutWidth = rNewSize.Width(); in ImplSetOutputSizePixel()
H A Doutdev2.cxx193 Size( pSrcDev->mnOutWidth, pSrcDev->mnOutHeight ) ); in ImplDrawOutDevDirect()
274 Size( mnOutWidth, mnOutHeight ) ); in DrawOutDev()
407 Size( mnOutWidth, mnOutHeight ) ); in CopyArea()
682 && aPosAry.mnDestX < mnOutWidth in ImplDrawBitmap()
687 if( aPosAry.mnDestWidth > 3*mnOutWidth && aPosAry.mnSrcWidth ) in ImplDrawBitmap()
691 if( aPosAry.mnDestX + aPosAry.mnDestWidth > mnOutWidth ) in ImplDrawBitmap()
693 aPosAry.mnDestWidth = Max(long(0),mnOutWidth-aPosAry.mnDestX); in ImplDrawBitmap()
1537 …if ( nWidth > 0 && nHeight > 0 && nX <= (mnOutWidth + mnOutOffX) && nY <= (mnOutHeight + mnOutOff… in GetBitmap()
1559 if ( (nWidth + nX) > (mnOutWidth + mnOutOffX) ) in GetBitmap()
1561 nWidth = mnOutOffX + mnOutWidth - nX; in GetBitmap()
H A Dprint.cxx615 mnOutWidth, mnOutHeight, in ImplUpdatePageData()
635 mnOutWidth = maPaperSize.Width() - 2*maPageOffset.X(); in ImplUpdatePageData()
636 mnOutWidth = maPaperSize.Width() - 2*maPageOffset.Y(); in ImplUpdatePageData()
H A Doutdev.cxx356 mnOutWidth = 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()
2775 …aArg[ 2 ] = uno::makeAny( ::com::sun::star::awt::Rectangle( mnOutOffX, mnOutOffY, mnOutWidth, mnOu… in GetCanvas()
H A Doutdev6.cxx1174 ImplDrawWallpaper( 0, 0, mnOutWidth, mnOutHeight, maBackground ); in Erase()
H A Doutdev3.cxx4608 long w = meOutDevType == OUTDEV_VIRDEV ? mnOutWidth : mpGraphics->GetGraphicsWidth(); in ImplDrawTextDirect()
4615 … long devX = w-pOutDevRef->mnOutWidth-pOutDevRef->mnOutOffX; // re-mirrored mnOutOffX in ImplDrawTextDirect()
4616 …rSalLayout.DrawBase().X() = devX + ( pOutDevRef->mnOutWidth - 1 - (rSalLayout.DrawBase().X() - dev… in ImplDrawTextDirect()
4626 …rSalLayout.DrawBase().X() = pOutDevRef->mnOutWidth - 1 - (rSalLayout.DrawBase().X() - devX) + devX; in ImplDrawTextDirect()
/AOO42X/main/vcl/inc/vcl/
H A Doutdev.hxx329 long mnOutWidth; member in OutputDevice
1101 { return Size( mnOutWidth, mnOutHeight ); } in GetOutputSizePixel()
1102 long GetOutputWidthPixel() const { return mnOutWidth; } in GetOutputWidthPixel()