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