Internal: the state of a SpringBoardParser.
More...
|
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.
◆ State()
SpringBoardParserInternal::State::State |
( |
| ) |
|
|
inline |
◆ getDataZoneName()
std::string SpringBoardParserInternal::State::getDataZoneName |
( |
int |
id | ) |
const |
|
inline |
returns the name of a data zone
◆ m_entries2ListMap
std::map<int, MWAWEntry> SpringBoardParserInternal::State::m_entries2ListMap |
a map id to the last zone entries
◆ m_entriesListMap
std::map<int, MWAWEntry> SpringBoardParserInternal::State::m_entriesListMap |
a map zone id to list's entry
◆ m_idToFrameMap
std::map<std::pair<int,int>, Frame> SpringBoardParserInternal::State::m_idToFrameMap |
the map (page,id) to frame map
◆ m_idToLinkMap
std::map<std::pair<int,int>, Link> SpringBoardParserInternal::State::m_idToLinkMap |
the map (page,id) to link map
◆ m_idToParagraphMap
std::map<int, MWAWParagraph> SpringBoardParserInternal::State::m_idToParagraphMap |
◆ m_idToShapeMap
std::map<std::pair<int,int>, Shape> SpringBoardParserInternal::State::m_idToShapeMap |
the map (page,id) to shape map
◆ m_idToTextEntriesMap
std::map<int, MWAWEntry> SpringBoardParserInternal::State::m_idToTextEntriesMap |
the map id to text entries
◆ m_numPages
int SpringBoardParserInternal::State::m_numPages |
◆ m_pageIdToDimensionMap
std::map<int, MWAWBox2i> SpringBoardParserInternal::State::m_pageIdToDimensionMap |
the map pageId to page dimension
◆ m_pageIdToHeaderFooterMap
std::map<int, HeaderFooter> SpringBoardParserInternal::State::m_pageIdToHeaderFooterMap |
the map pageId to header footer
◆ m_parsedZonesMap
std::map<long,long> SpringBoardParserInternal::State::m_parsedZonesMap |
The documentation for this struct was generated from the following file: