Home
last modified time | relevance | path

Searched refs:m_aSystemFonts (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx669 FontEmbedData m_aSystemFonts; member in vcl::PDFWriterImpl
H A Dpdfwriter_impl.cxx4280 for( FontEmbedData::iterator sit = m_aSystemFonts.begin(); sit != m_aSystemFonts.end(); ++sit ) in emitFonts()
6864 FontEmbedData::iterator it = m_aSystemFonts.find( pDevFont ); in getSystemFont()
6865 if( it != m_aSystemFonts.end() ) in getSystemFont()
6870 m_aSystemFonts[ pDevFont ] = EmbedFont(); in getSystemFont()
6871 m_aSystemFonts[ pDevFont ].m_nNormalFontID = nFontID; in getSystemFont()

Completed in 71 milliseconds