Home
last modified time | relevance | path

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

/aoo42x/main/sdext/source/pdfimport/test/
H A Dtests.cxx84 m_aFontToId(), in TestSink()
216 FontToIdMap::const_iterator it = m_aFontToId.find( rFont ); in setFont()
217 if( it != m_aFontToId.end() ) in setFont()
221 m_aFontToId[ rFont ] = m_nNextFontId; in setFont()
408 FontToIdMap m_aFontToId; member in __anonde67fd350111::TestSink
/aoo42x/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx74 m_aFontToId(), in PDFIProcessor()
95 m_aFontToId[ aDefFont ] = 0; in PDFIProcessor()
185 FontToIdMap::const_iterator it = m_aFontToId.find( aChangedFont ); in setFont()
186 if( it != m_aFontToId.end() ) in setFont()
190 m_aFontToId[ aChangedFont ] = m_nNextFontId; in setFont()
H A Dpdfiprocessor.hxx225 FontToIdMap m_aFontToId; member in pdfi::PDFIProcessor

Completed in 23 milliseconds