the document state More...
Public Member Functions | |
| WKSDocumentParsingState (std::vector< WPSPageSpan > const &pageList) | |
| constructor | |
| ~WKSDocumentParsingState () | |
| destructor | |
Public Attributes | |
| std::vector< WPSPageSpan > | m_pageList |
| librevenge::RVNGPropertyList | m_metaData |
| bool | m_isDocumentStarted |
| bool | m_isHeaderFooterStarted |
| std::vector< WPSSubDocumentPtr > | m_subDocuments |
| std::map< WPSCellFormat, int, WPSCellFormat::CompareFormat > | m_numberingIdMap |
| list of document actually open | |
Private Member Functions | |
| WKSDocumentParsingState (const WKSDocumentParsingState &) | |
| WKSDocumentParsingState & | operator= (const WKSDocumentParsingState &) |
the document state
| WKSDocumentParsingState::WKSDocumentParsingState | ( | std::vector< WPSPageSpan > const & | pageList | ) |
constructor
destructor
| WKSDocumentParsingState::WKSDocumentParsingState | ( | const WKSDocumentParsingState & | ) | [private] |
| WKSDocumentParsingState& WKSDocumentParsingState::operator= | ( | const WKSDocumentParsingState & | ) | [private] |
| librevenge::RVNGPropertyList WKSDocumentParsingState::m_metaData |
list of document actually open
a map cell's format to id
| std::vector<WPSPageSpan> WKSDocumentParsingState::m_pageList |
| std::vector<WPSSubDocumentPtr> WKSDocumentParsingState::m_subDocuments |