a class to store the document state of a MWAWTextListener More...
Public Member Functions | |
DocumentState (std::vector< MWAWPageSpan > const &pageList) | |
constructor | |
~DocumentState () | |
destructor | |
Public Attributes | |
std::vector< MWAWPageSpan > | m_pageList |
the pages definition | |
MWAWPageSpan | m_pageSpan |
the current page span | |
librevenge::RVNGPropertyList | 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 &)=delete | |
list of document actually open | |
DocumentState & | operator= (const DocumentState &)=delete |
a class to store the document state of a MWAWTextListener
|
inlineexplicit |
constructor
Referenced by DocumentState(), and operator=().
|
inline |
destructor
|
privatedelete |
list of document actually open
|
privatedelete |
int MWAWTextListenerInternal::DocumentState::m_endNoteNumber |
endnote number
Referenced by DocumentState().
int MWAWTextListenerInternal::DocumentState::m_footNoteNumber |
footnote number
Referenced by DocumentState().
bool MWAWTextListenerInternal::DocumentState::m_isDocumentStarted |
a flag to know if the document is open
Referenced by DocumentState().
bool MWAWTextListenerInternal::DocumentState::m_isHeaderFooterStarted |
a flag to know if the header footer is started
Referenced by DocumentState().
librevenge::RVNGPropertyList MWAWTextListenerInternal::DocumentState::m_metaData |
the document meta data
Referenced by DocumentState().
std::vector<MWAWPageSpan> MWAWTextListenerInternal::DocumentState::m_pageList |
the pages definition
Referenced by DocumentState().
MWAWPageSpan MWAWTextListenerInternal::DocumentState::m_pageSpan |
the current page span
Referenced by DocumentState().
std::vector<int> MWAWTextListenerInternal::DocumentState::m_sentListMarkers |
the list of marker corresponding to sent list
Referenced by DocumentState().
int MWAWTextListenerInternal::DocumentState::m_smallPictureNumber |
number of small picture
Referenced by DocumentState().
std::vector<MWAWSubDocumentPtr> MWAWTextListenerInternal::DocumentState::m_subDocuments |
Referenced by DocumentState().