Searched refs:m_pReferenceDevice (Results 1 – 2 of 2) sorted by relevance
1741 m_pReferenceDevice( NULL ), in PDFWriterImpl()1868 delete static_cast<VirtualDevice*>(m_pReferenceDevice); in ~PDFWriterImpl()2214 if( ! m_pReferenceDevice ) in getReferenceDevice()2218 m_pReferenceDevice = pVDev; in getReferenceDevice()2228 m_pReferenceDevice->mpPDFWriter = this; in getReferenceDevice()2229 m_pReferenceDevice->ImplUpdateFontData( sal_True ); in getReferenceDevice()2231 return m_pReferenceDevice; in getReferenceDevice()3137 …if( (pFontData = (const unsigned char*)m_pReferenceDevice->mpGraphics->GetEmbedFontData( pFont, nE… in emitSystemFont()3139 m_pReferenceDevice->mpGraphics->FreeEmbedFontData( pFontData, nFontLen ); in emitSystemFont()3154 m_pReferenceDevice->mpGraphics->GetGlyphWidths( pFont, false, aGlyphWidths, aUnicodeMap ); in emitSystemFont()[all …]
592 OutputDevice* m_pReferenceDevice; member in vcl::PDFWriterImpl