Home
last modified time | relevance | path

Searched refs:FontToIdMap (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sdext/source/pdfimport/test/
H A Dtests.cxx218 FontToIdMap::const_iterator it = m_aFontToId.find( rFont ); in setFont()
444 typedef std::hash_map<FontAttributes,sal_Int32,FontAttrHash> FontToIdMap; typedef in __anon1f57d2fc0111::TestSink
453 FontToIdMap m_aFontToId;
/AOO41X/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.hxx206 typedef std::hash_map<FontAttributes,sal_Int32,FontAttrHash> FontToIdMap; typedef in pdfi::PDFIProcessor
224 FontToIdMap m_aFontToId;
H A Dpdfiprocessor.cxx185 FontToIdMap::const_iterator it = m_aFontToId.find( aChangedFont ); in setFont()