Internal: the state of a MacDocParser. More...
Public Member Functions | |
State () | |
constructor |
Public Attributes | |
std::map< int, MWAWEntry > | m_idPictureMap |
the picture page map | |
std::vector< Index > | m_indexList |
the index list | |
std::map< int, MWAWFont > | m_idFontMap |
a map id to index font | |
int | m_actPage |
the actual page | |
int | m_numPages |
the number of page of the final document |
Internal: the state of a MacDocParser.
|
inline |
constructor
int MacDocParserInternal::State::m_actPage |
the actual page
Referenced by State().
std::map<int, MWAWFont> MacDocParserInternal::State::m_idFontMap |
a map id to index font
Referenced by State().
std::map<int,MWAWEntry> MacDocParserInternal::State::m_idPictureMap |
the picture page map
Referenced by State().
int MacDocParserInternal::State::m_numPages |
the number of page of the final document
Referenced by State().