Home
last modified time | relevance | path

Searched refs:mpVDev (Results 1 – 14 of 14) sorted by relevance

/AOO42X/main/canvas/source/vcl/
H A Dbitmapbackbuffer.cxx42 mpVDev( NULL ), in BitmapBackBuffer()
55 if( mpVDev ) in ~BitmapBackBuffer()
56 delete mpVDev; in ~BitmapBackBuffer()
63 return *mpVDev; in getOutDev()
70 return *mpVDev; in getOutDev()
84 if( mbVDevContentIsCurrent && mpVDev ) in getBitmapReference()
87 mpVDev->EnableMapMode( sal_False ); in getBitmapReference()
88 mpVDev->SetAntialiasing( ANTIALIASING_ENABLE_B2DDRAW ); in getBitmapReference()
90 *maBitmap = mpVDev->GetBitmapEx( aEmptyPoint, in getBitmapReference()
91 mpVDev->GetOutputSizePixel() ); in getBitmapReference()
[all …]
H A Dbitmapbackbuffer.hxx73 mutable VirtualDevice* mpVDev; // created only on demand member in vclcanvas::BitmapBackBuffer
/AOO42X/main/filter/source/flash/
H A Dswfwriter1.cxx71 const MapMode& aSourceMapMode = mpVDev->GetMapMode(); in map()
73 Point retPoint = mpVDev->LogicToLogic( rPoint, &aSourceMapMode, &aTWIPSMode ); in map()
87 const MapMode& aSourceMapMode = mpVDev->GetMapMode(); in map()
89 Size retSize = mpVDev->LogicToLogic( rSize, &aSourceMapMode, &aTWIPSMode ); in map()
124 MapMode aSourceMapMode( mpVDev->GetMapMode() ); in mapRelative()
127 …sal_Int32 nTwips = mpVDev->LogicToLogic( Point( n100thMM, n100thMM ), &aSourceMapMode, &aTWIPSMod… in mapRelative()
297 Color aLineColor( mpVDev->GetLineColor() ); in Impl_writePolyPolygon()
300 Color aFillColor( mpVDev->GetFillColor() ); in Impl_writePolyPolygon()
367 mpVDev->AddGradientActions( aPolyPolygon.GetBoundRect(), rGradient, aTmpMtf ); in Impl_writeGradientEx()
426 const FontMetric aMetric( mpVDev->GetFontMetric() ); in Impl_writeText()
[all …]
H A Dswfwriter.cxx58 mpVDev = new VirtualDevice; in Writer()
59 mpVDev->EnableOutput( sal_False ); in Writer()
111 delete mpVDev; in ~Writer()
349 mpVDev->SetMapMode( rMtf.GetPrefMapMode() ); in defineShape()
H A Dswfwriter.hxx419 VirtualDevice* mpVDev; member in swf::Writer
/AOO42X/main/filter/source/svg/
H A Dsvgwriter.cxx398 mpVDev = new VirtualDevice; in SVGActionWriter()
399 mpVDev->EnableOutput( sal_False ); in SVGActionWriter()
408 delete mpVDev; in ~SVGActionWriter()
424 return( rDstPt = mpVDev->LogicToLogic( rPt, mpVDev->GetMapMode(), maTargetMapMode ) ); in ImplMap()
431 return( rDstSz = mpVDev->LogicToLogic( rSz, mpVDev->GetMapMode(), maTargetMapMode ) ); in ImplMap()
776 mpVDev->AddGradientActions( rPolyPoly.GetBoundRect(), rGradient, aTmpMtf ); in ImplWriteGradientEx()
799 const FontMetric aMetric( mpVDev->GetFontMetric() ); in ImplWriteText()
800 const Font& rFont = mpVDev->GetFont(); in ImplWriteText()
815 aNormSize = Size( mpVDev->GetTextWidth( rText ), 0 ); in ImplWriteText()
821 aNormSize = Size( mpVDev->GetTextArray( rText, apTmpArray.get() ), 0 ); in ImplWriteText()
[all …]
H A Dsvgwriter.hxx183 VirtualDevice* mpVDev; member in SVGActionWriter
/AOO42X/main/sd/source/ui/view/
H A Ddrawview.cxx104 , mpVDev(NULL) in DrawView()
118 delete mpVDev; in ~DrawView()
490 if( mpVDev ) in CompleteRedraw()
492 delete mpVDev; in CompleteRedraw()
493 mpVDev = NULL; in CompleteRedraw()
/AOO42X/main/sd/source/ui/app/
H A Dsdxfer.cxx111 , mpVDev( NULL ) in SdTransferable()
172 delete mpVDev; in ~SdTransferable()
296 mpVDev = new VirtualDevice( *Application::GetDefaultDevice() ); in CreateData()
297mpVDev->SetMapMode( MapMode( mpSdDrawDocumentIntern->GetScaleUnit(), Point(), mpSdDrawDocumentInte… in CreateData()
298 mpSdViewIntern = new ::sd::View( mpSdDrawDocumentIntern, mpVDev ); in CreateData()
/AOO42X/main/sd/source/ui/inc/
H A Ddrawview.hxx82 VirtualDevice* mpVDev; member in sd::DrawView
H A DSlideView.hxx127 VirtualDevice* mpVDev; member in sd::SlideView
H A Dsdxfer.hxx139 VirtualDevice* mpVDev; member in SdTransferable
H A DFrameView.hxx186 VirtualDevice* mpVDev; member in sd::FrameView
/AOO42X/main/toolkit/inc/toolkit/awt/
H A Dvclxdevice.hxx121 VirtualDevice* mpVDev; member in VCLXVirtualDevice