Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx4269 …for( FontEmbedData::iterator eit = m_aEmbeddedFonts.begin(); eit != m_aEmbeddedFonts.end(); ++eit ) in emitFonts()
6899 FontEmbedData::iterator it = m_aEmbeddedFonts.find( pCurrentFont ); in registerGlyphs()
6900 if( it != m_aEmbeddedFonts.end() ) in registerGlyphs()
6905 m_aEmbeddedFonts[ pCurrentFont ] = EmbedFont(); in registerGlyphs()
6906 m_aEmbeddedFonts[ pCurrentFont ].m_nNormalFontID = nFontID; in registerGlyphs()
6965 FontEmbedData::iterator it = m_aEmbeddedFonts.find( pCurrentFont ); in registerGlyphs()
6966 if( it != m_aEmbeddedFonts.end() ) in registerGlyphs()
6971 m_aEmbeddedFonts[ pCurrentFont ] = EmbedFont(); in registerGlyphs()
6972 m_aEmbeddedFonts[ pCurrentFont ].m_nNormalFontID = nFontID; in registerGlyphs()
6974 EmbedFont& rEmbedFont = m_aEmbeddedFonts[pCurrentFont]; in registerGlyphs()
H A Dpdfwriter_impl.hxx668 FontEmbedData m_aEmbeddedFonts; member in vcl::PDFWriterImpl

Completed in 59 milliseconds