the document state More...
Public Member Functions | |
| WPSDocumentParsingState (std::vector< WPSPageSpan > const &pageList) | |
| constructor | |
| ~WPSDocumentParsingState () | |
| destructor | |
Public Attributes | |
| std::vector< WPSPageSpan > | m_pageList |
| librevenge::RVNGPropertyList | m_metaData |
| int | m_footNoteNumber |
| footnote number | |
| int | m_endNoteNumber |
| endnote number | |
| int | m_newListId |
| bool | m_isDocumentStarted |
| bool | m_isHeaderFooterStarted |
| std::vector< WPSSubDocumentPtr > | m_subDocuments |
Private Member Functions | |
| WPSDocumentParsingState (const WPSDocumentParsingState &) | |
| list of document actually open | |
| WPSDocumentParsingState & | operator= (const WPSDocumentParsingState &) |
the document state
| WPSDocumentParsingState::WPSDocumentParsingState | ( | std::vector< WPSPageSpan > const & | pageList | ) |
constructor
destructor
| WPSDocumentParsingState::WPSDocumentParsingState | ( | const WPSDocumentParsingState & | ) | [private] |
list of document actually open
| WPSDocumentParsingState& WPSDocumentParsingState::operator= | ( | const WPSDocumentParsingState & | ) | [private] |
endnote number
footnote number
| librevenge::RVNGPropertyList WPSDocumentParsingState::m_metaData |
| std::vector<WPSPageSpan> WPSDocumentParsingState::m_pageList |
| std::vector<WPSSubDocumentPtr> WPSDocumentParsingState::m_subDocuments |