Home
last modified time | relevance | path

Searched refs:pVDev (Results 26 – 38 of 38) sorted by relevance

12

/aoo41x/main/sd/source/ui/inc/
H A Ddocprev.hxx57 void ImpPaint( GDIMetaFile* pFile, OutputDevice* pVDev );
/aoo41x/main/vcl/source/gdi/
H A Dimpanmvw.hxx65 void ImplDraw( sal_uLong nPos, VirtualDevice* pVDev );
H A Doutdev3.cxx4544 VirtualDevice* pVDev = mpOutDevData->mpRotateDev; in ImplDrawRotateText() local
4547 if( !pVDev->SetOutputSizePixel( aBoundRect.GetSize() ) ) in ImplDrawRotateText()
4553 pVDev->SetFont( aFont ); in ImplDrawRotateText()
4554 pVDev->SetTextColor( Color( COL_BLACK ) ); in ImplDrawRotateText()
4555 pVDev->SetTextFillColor(); in ImplDrawRotateText()
4556 pVDev->ImplNewFont(); in ImplDrawRotateText()
4557 pVDev->ImplInitFont(); in ImplDrawRotateText()
4558 pVDev->ImplInitTextColor(); in ImplDrawRotateText()
4562 rSalLayout.DrawText( *((OutputDevice*)pVDev)->mpGraphics ); in ImplDrawRotateText()
4564 Bitmap aBmp = pVDev->GetBitmap( Point(), aBoundRect.GetSize() ); in ImplDrawRotateText()
H A Dpdfwriter_impl.cxx2216 VirtualDevice* pVDev = new VirtualDevice( 0 ); in getReferenceDevice() local
2218 m_pReferenceDevice = pVDev; in getReferenceDevice()
2221 pVDev->SetReferenceDevice( VirtualDevice::REFDEV_MODE_PDF1 ); in getReferenceDevice()
2223 pVDev->SetReferenceDevice( m_aContext.DPIx, m_aContext.DPIy ); in getReferenceDevice()
2225 pVDev->SetOutputSizePixel( Size( 640, 480 ) ); in getReferenceDevice()
2226 pVDev->SetMapMode( MAP_MM ); in getReferenceDevice()
/aoo41x/main/svx/inc/svx/sidebar/
H A DValueSetWithTextControl.hxx124 VirtualDevice* pVDev; member in svx::sidebar::SvxNumValueSet2
/aoo41x/main/svx/inc/svx/
H A Dnumvset.hxx66 VirtualDevice* pVDev; member in SvxNumValueSet
H A Dfloat3d.hxx207 VirtualDevice* pVDev; member in Svx3DWin
/aoo41x/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx646 VCLXVirtualDevice* pVDev = new VCLXVirtualDevice; in createScreenCompatibleDevice() local
652 pVDev->SetVirtualDevice( pV ); in createScreenCompatibleDevice()
654 xRef = pVDev; in createScreenCompatibleDevice()
/aoo41x/main/filter/source/flash/
H A Dswfwriter.hxx164 sal_uInt16 getGlyph( sal_uInt16 nChar, VirtualDevice* pVDev );
/aoo41x/main/sd/source/filter/eppt/
H A Depptso.cxx334 delete pVDev; in ~FontCollection()
340 pVDev ( NULL ) in FontCollection()
386 if ( !pVDev ) in GetId()
387 pVDev = new VirtualDevice; in GetId()
389 pVDev->SetFont( aFont ); in GetId()
390 FontMetric aMetric( pVDev->GetFontMetric() ); in GetId()
H A Deppt.hxx252 VirtualDevice* pVDev; member in FontCollection
/aoo41x/main/filter/source/msfilter/
H A Dsvdfppt.cxx2272 VirtualDevice* pVDev = NULL; in ReadFontCollection() local
2295 if ( !pVDev ) in ReadFontCollection()
2296 pVDev = new VirtualDevice; in ReadFontCollection()
2297 aTmpFont.SetPhysFont( pVDev ); in ReadFontCollection()
2298 FontMetric aMetric( pVDev->GetFontMetric() ); in ReadFontCollection()
2364 delete pVDev; in ReadFontCollection()
/aoo41x/main/svx/source/engine3d/
H A Dfloat3d.cxx239 pVDev ( NULL ), in Svx3DWin()
506 delete pVDev; in ~Svx3DWin()

Completed in 164 milliseconds

12