Searched refs:mnOutWidth (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/vcl/source/window/ |
H A D | window.cxx | 3244 long nOldOutWidth = mnOutWidth; in ImplPosSizeWindow() 3278 if ( nWidth != mnOutWidth ) in ImplPosSizeWindow() 3280 mnOutWidth = nWidth; in ImplPosSizeWindow() 3313 nX = mpWindowImpl->mpParent->mnOutWidth - mnOutWidth - nX; in ImplPosSizeWindow() 3332 nX = mpWindowImpl->mpParent->mnOutWidth - mnOutWidth - nX; in ImplPosSizeWindow() 3849 (nX >= mpWindowImpl->mpFrameWindow->mnOutWidth) || in ImplCallMouseMove() 7300 long nOldWidth = pWindow->mnOutWidth; in SetPosSizePixel() 7303 nWidth = pWindow->mnOutWidth; in SetPosSizePixel() 7448 offx = mpWindowImpl->mpParent->mnOutWidth - mnOutWidth - offx; in ImplGetUnmirroredOutOffX() 7568 Size( mnOutWidth, mnOutHeight ) ), in Scroll() [all …]
|
H A D | window2.cxx | 168 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 D | winproc.cxx | 1622 pWindow->mnOutWidth = nNewWidth; in ImplHandleResize()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | virdev.cxx | 82 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 D | outdev2.cxx | 193 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 D | print.cxx | 615 mnOutWidth, mnOutHeight, in ImplUpdatePageData() 635 mnOutWidth = maPaperSize.Width() - 2*maPageOffset.X(); in ImplUpdatePageData() 636 mnOutWidth = maPaperSize.Width() - 2*maPageOffset.Y(); in ImplUpdatePageData()
|
H A D | outdev.cxx | 356 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 D | outdev6.cxx | 1174 ImplDrawWallpaper( 0, 0, mnOutWidth, mnOutHeight, maBackground ); in Erase()
|
H A D | outdev3.cxx | 4608 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 D | outdev.hxx | 329 long mnOutWidth; member in OutputDevice 1101 { return Size( mnOutWidth, mnOutHeight ); } in GetOutputSizePixel() 1102 long GetOutputWidthPixel() const { return mnOutWidth; } in GetOutputWidthPixel()
|
Completed in 222 milliseconds