Home
last modified time | relevance | path

Searched refs:mpPDFWriter (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx210 if ( GetOutDevType() == OUTDEV_PRINTER || mpPDFWriter ) in ImplUpdateFontData()
225 if( mpPDFWriter ) in ImplUpdateFontData()
231 … mpFontList = mpPDFWriter->filterDevFontList( pSVData->maGDIData.mpScreenFontList ); in ImplUpdateFontData()
2961 if( !mpPDFWriter || !mpPDFWriter->isBuiltinFont( mpFontEntry->maFontSelData.mpFontData ) ) in ImplInitFont()
2990 if( mpPDFWriter ) in ImplNewFont()
3051 if( mpPDFWriter && mpPDFWriter->isBuiltinFont( pFontEntry->maFontSelData.mpFontData ) ) in ImplNewFont()
3052 mpPDFWriter->getFontMetric( &pFontEntry->maFontSelData, &(pFontEntry->maMetric) ); in ImplNewFont()
4010 if( mpPDFWriter && mpPDFWriter->isBuiltinFont(mpFontEntry->maFontSelData.mpFontData) ) in ImplDrawStrikeoutChar()
4604 if( ! (mpPDFWriter && mpPDFWriter->isBuiltinFont(mpFontEntry->maFontSelData.mpFontData) ) ) in ImplDrawTextDirect()
6048 if( mpPDFWriter ) in ImplLayout()
[all …]
H A Dprint2.cxx1148 if( mpPDFWriter ) in RemoveTransparenciesFromMetaFile()
1150 aTmpSize = mpPDFWriter->getCurPageSize(); in RemoveTransparenciesFromMetaFile()
1154 mpPDFWriter->insertError( vcl::PDFWriter::Warning_Transparency_Converted ); in RemoveTransparenciesFromMetaFile()
H A Doutdev4.cxx1407 if( mpPDFWriter ) in ImplDrawHatchLine()
1409 mpPDFWriter->drawLine( pPtBuffer[ i ], pPtBuffer[ i+1 ] ); in ImplDrawHatchLine()
H A Doutdev.cxx351 mpPDFWriter = NULL; in OutputDevice()
H A Doutdev2.cxx675 (meOutDevType == OUTDEV_VIRDEV && mpPDFWriter == 0 ) ) in ImplDrawBitmap()
H A Dpdfwriter_impl.cxx2228 m_pReferenceDevice->mpPDFWriter = this; in getReferenceDevice()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx311 vcl::PDFWriterImpl* mpPDFWriter; member in OutputDevice
591 vcl::PDFWriterImpl* GetPDFWriter() const { return mpPDFWriter; } in GetPDFWriter()

Completed in 149 milliseconds