Internal: the state of a SpringBoardParser. More...
Public Member Functions | |
State () | |
constructor | |
std::string | getDataZoneName (int id) const |
returns the name of a data zone | |
Public Attributes | |
int | m_numPages |
the number of pages | |
std::map< int, MWAWEntry > | m_entriesListMap |
a map zone id to list's entry | |
std::map< int, MWAWEntry > | m_entries2ListMap |
a map id to the last zone entries | |
std::map< int, MWAWBox2i > | m_pageIdToDimensionMap |
the map pageId to page dimension | |
std::map< int, HeaderFooter > | m_pageIdToHeaderFooterMap |
the map pageId to header footer | |
std::map< std::pair< int, int >, Frame > | m_idToFrameMap |
the map (page,id) to frame map | |
std::map< std::pair< int, int >, Shape > | m_idToShapeMap |
the map (page,id) to shape map | |
std::map< std::pair< int, int >, Link > | m_idToLinkMap |
the map (page,id) to link map | |
std::map< int, MWAWEntry > | m_idToTextEntriesMap |
the map id to text entries | |
std::map< int, MWAWParagraph > | m_idToParagraphMap |
the map id to paragraph | |
std::map< long, long > | m_parsedZonesMap |
the list of parsed zone | |
Internal: the state of a SpringBoardParser.
|
inline |
constructor
|
inline |
returns the name of a data zone
std::map<int, MWAWEntry> SpringBoardParserInternal::State::m_entries2ListMap |
a map id to the last zone entries
Referenced by State().
std::map<int, MWAWEntry> SpringBoardParserInternal::State::m_entriesListMap |
a map zone id to list's entry
Referenced by State().
std::map<std::pair<int,int>, Frame> SpringBoardParserInternal::State::m_idToFrameMap |
the map (page,id) to frame map
Referenced by State().
std::map<std::pair<int,int>, Link> SpringBoardParserInternal::State::m_idToLinkMap |
the map (page,id) to link map
Referenced by State().
std::map<int, MWAWParagraph> SpringBoardParserInternal::State::m_idToParagraphMap |
the map id to paragraph
Referenced by State().
std::map<std::pair<int,int>, Shape> SpringBoardParserInternal::State::m_idToShapeMap |
the map (page,id) to shape map
Referenced by State().
std::map<int, MWAWEntry> SpringBoardParserInternal::State::m_idToTextEntriesMap |
the map id to text entries
Referenced by State().
int SpringBoardParserInternal::State::m_numPages |
the number of pages
Referenced by State().
std::map<int, MWAWBox2i> SpringBoardParserInternal::State::m_pageIdToDimensionMap |
the map pageId to page dimension
Referenced by State().
std::map<int, HeaderFooter> SpringBoardParserInternal::State::m_pageIdToHeaderFooterMap |
the map pageId to header footer
Referenced by State().
std::map<long,long> SpringBoardParserInternal::State::m_parsedZonesMap |
the list of parsed zone
Referenced by State().