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