Home
last modified time | relevance | path

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

/trunk/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()
106 if( mbVDevContentIsCurrent && mpVDev ) in getBitmapSizePixel()
118 if( !mpVDev ) in createVDev()
126 OSL_ENSURE( mpVDev, in createVDev()
134 mpVDev->SetAntialiasing( ANTIALIASING_ENABLE_B2DDRAW | mpVDev->GetAntialiasing() ); in createVDev()
[all …]
H A Dbitmapbackbuffer.hxx73 mutable VirtualDevice* mpVDev; // created only on demand member in vclcanvas::BitmapBackBuffer
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx576 Font aOldFont( mpVDev->GetFont() ); in Impl_writeText()
584 mpVDev->SetFont( aFont ); in Impl_writeText()
644 mpVDev->SetFont( aTmpFont ); in Impl_writeText()
647 mpVDev->SetFont( aFont ); in Impl_writeText()
754 mpVDev->SetFont( aOldFont ); in Impl_writeText()
1185 mpVDev->SetLineColor( *pLineColor ); in Impl_writeLine()
1191 mpVDev->SetLineColor( aOldColor ); in Impl_writeLine()
1418 mpVDev->SetLineColor(); in Impl_handleLineInfoPolyPolygons()
1419 mpVDev->SetFillColor(aOldLineColor); in Impl_handleLineInfoPolyPolygons()
1646 mpVDev->Push(); in Impl_writeActions()
[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
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx408 delete mpVDev; in ~SVGActionWriter()
1175 mpContext->AddPaintAttr( mpVDev->GetLineColor(), mpVDev->GetLineColor() ); in ImplWriteActions()
1187 mpContext->AddPaintAttr( mpVDev->GetLineColor(), mpVDev->GetLineColor() ); in ImplWriteActions()
1197 mpContext->AddPaintAttr( mpVDev->GetLineColor(), mpVDev->GetFillColor() ); in ImplWriteActions()
1209 mpContext->AddPaintAttr( mpVDev->GetLineColor(), mpVDev->GetFillColor() ); in ImplWriteActions()
1222 mpContext->AddPaintAttr( mpVDev->GetLineColor(), mpVDev->GetFillColor() ); in ImplWriteActions()
1267 mpContext->AddPaintAttr( mpVDev->GetLineColor(), mpVDev->GetFillColor() ); in ImplWriteActions()
1401 mpVDev->Push(); in ImplWriteActions()
1407 mpVDev->Pop(); in ImplWriteActions()
1926 mpVDev->Push(); in WriteMetaFile()
[all …]
H A Dsvgwriter.hxx183 VirtualDevice* mpVDev; member in SVGActionWriter
/trunk/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()
/trunk/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()
/trunk/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
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxdevice.hxx121 VirtualDevice* mpVDev; member in VCLXVirtualDevice

Completed in 78 milliseconds