Home
last modified time | relevance | path

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

/AOO41X/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.hxx209 typedef std::hash_map<GraphicsContext,sal_Int32,GraphicsContextHash> GCToIdMap; typedef in pdfi::PDFIProcessor
230 GCToIdMap m_aGCToId;
H A Dpdfiprocessor.cxx765 GCToIdMap::const_iterator it = m_aGCToId.find( rGC ); in getGCId()
/AOO41X/main/sdext/source/pdfimport/test/
H A Dtests.cxx447 typedef std::hash_map<GraphicsContext,sal_Int32,GraphicsContextHash> GCToIdMap; typedef in __anon1f57d2fc0111::TestSink