a class to store the document state of a MWAWSpreadsheetListener 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_smallPictureNumber |
number of small picture | |
bool | m_isDocumentStarted |
a flag to know if the document is open | |
bool | m_isSheetOpened |
a flag to know if a sheet is open | |
bool | m_isSheetRowOpened |
a flag to know if a row is open | |
std::vector< int > | m_sentListMarkers |
the list of marker corresponding to sent list | |
std::map< MWAWCell::Format, int, MWAWCell::CompareFormat > | m_numberingIdMap |
a map cell's format to id | |
std::vector< MWAWSubDocumentPtr > | m_subDocuments |
MWAWSection | m_section |
list of document actually open | |
Private Member Functions | |
DocumentState (const DocumentState &)=delete | |
DocumentState & | operator= (const DocumentState &)=delete |
a class to store the document state of a MWAWSpreadsheetListener
|
inlineexplicit |
constructor
Referenced by DocumentState(), and operator=().
|
inline |
destructor
|
privatedelete |
|
privatedelete |
int MWAWSpreadsheetListenerInternal::DocumentState::m_footNoteNumber |
footnote number
Referenced by DocumentState().
bool MWAWSpreadsheetListenerInternal::DocumentState::m_isDocumentStarted |
a flag to know if the document is open
Referenced by DocumentState().
bool MWAWSpreadsheetListenerInternal::DocumentState::m_isSheetOpened |
a flag to know if a sheet is open
Referenced by DocumentState().
bool MWAWSpreadsheetListenerInternal::DocumentState::m_isSheetRowOpened |
a flag to know if a row is open
Referenced by DocumentState().
librevenge::RVNGPropertyList MWAWSpreadsheetListenerInternal::DocumentState::m_metaData |
the document meta data
Referenced by DocumentState().
std::map<MWAWCell::Format,int,MWAWCell::CompareFormat> MWAWSpreadsheetListenerInternal::DocumentState::m_numberingIdMap |
a map cell's format to id
Referenced by DocumentState().
std::vector<MWAWPageSpan> MWAWSpreadsheetListenerInternal::DocumentState::m_pageList |
the pages definition
Referenced by DocumentState().
MWAWPageSpan MWAWSpreadsheetListenerInternal::DocumentState::m_pageSpan |
the current page span
Referenced by DocumentState().
MWAWSection MWAWSpreadsheetListenerInternal::DocumentState::m_section |
list of document actually open
empty section used by getSection() to return a section
Referenced by DocumentState().
std::vector<int> MWAWSpreadsheetListenerInternal::DocumentState::m_sentListMarkers |
the list of marker corresponding to sent list
Referenced by DocumentState().
int MWAWSpreadsheetListenerInternal::DocumentState::m_smallPictureNumber |
number of small picture
Referenced by DocumentState().
std::vector<MWAWSubDocumentPtr> MWAWSpreadsheetListenerInternal::DocumentState::m_subDocuments |
Referenced by DocumentState().