Searched refs:m_aBuiltinFontToObjectMap (Results 1 – 2 of 2) sorted by relevance
682 std::map< sal_Int32, sal_Int32 > m_aBuiltinFontToObjectMap; member in vcl::PDFWriterImpl
4030 m_aBuiltinFontToObjectMap.begin(); it != m_aBuiltinFontToObjectMap.end(); ++it ) in appendBuiltinFontsToDict()4306 for( std::map< sal_Int32, sal_Int32 >::iterator it = m_aBuiltinFontToObjectMap.begin(); in emitFonts()4307 it != m_aBuiltinFontToObjectMap.end(); ++it ) in emitFonts()4873 if( m_aBuiltinFontToObjectMap.find( nBest ) == m_aBuiltinFontToObjectMap.end() ) in getBestBuiltinFont()4874 m_aBuiltinFontToObjectMap[ nBest ] = createObject(); in getBestBuiltinFont()
Completed in 83 milliseconds