a class to store the document state of a MWAWContentListener More...
Public Member Functions | |
DocumentState (std::vector< MWAWPageSpan > const &pageList) | |
constructor | |
~DocumentState () | |
destructor | |
Public Attributes | |
std::vector< MWAWPageSpan > | m_pageList |
the pages definition | |
WPXPropertyList | m_metaData |
the document meta data | |
int | m_footNoteNumber |
footnote number | |
int | m_endNoteNumber |
endnote number | |
int | m_smallPictureNumber |
number of small picture | |
bool | m_isDocumentStarted |
a flag to know if the document is open | |
bool | m_isHeaderFooterStarted |
a flag to know if the header footer is started | |
std::vector< int > | m_sentListMarkers |
the list of marker corresponding to sent list | |
std::vector< MWAWSubDocumentPtr > | m_subDocuments |
Private Member Functions | |
DocumentState (const DocumentState &) | |
list of document actually open | |
DocumentState & | operator= (const DocumentState &) |
a class to store the document state of a MWAWContentListener
MWAWContentListenerInternal::DocumentState::DocumentState | ( | std::vector< MWAWPageSpan > const & | pageList | ) | [inline] |
constructor
destructor
MWAWContentListenerInternal::DocumentState::DocumentState | ( | const DocumentState & | ) | [private] |
list of document actually open
DocumentState& MWAWContentListenerInternal::DocumentState::operator= | ( | const DocumentState & | ) | [private] |
endnote number
footnote number
a flag to know if the document is open
a flag to know if the header footer is started
WPXPropertyList MWAWContentListenerInternal::DocumentState::m_metaData |
the document meta data
the pages definition
std::vector<int> MWAWContentListenerInternal::DocumentState::m_sentListMarkers |
the list of marker corresponding to sent list
number of small picture