Home
last modified time | relevance | path

Searched refs:m_aBuiltinFontToObjectMap (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx4030 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()
H A Dpdfwriter_impl.hxx682 std::map< sal_Int32, sal_Int32 > m_aBuiltinFontToObjectMap; member in vcl::PDFWriterImpl

Completed in 67 milliseconds