a class to store the document state of a STOFFSpreadsheetListener More...
Public Member Functions | |
DocumentState (std::vector< STOFFPageSpan > const &pageList) | |
constructor | |
~DocumentState () | |
destructor | |
Public Attributes | |
std::vector< STOFFPageSpan > | m_pageList |
the pages definition | |
STOFFPageSpan | 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 < librevenge::RVNGString, int > | m_numberingIdMap |
a map cell's format to id | |
std::vector< STOFFSubDocumentPtr > | m_subDocuments |
std::set< librevenge::RVNGString > | m_definedFontStyleSet |
list of document actually open | |
std::set< librevenge::RVNGString > | m_definedGraphicStyleSet |
the set of defined graphic style | |
std::set< librevenge::RVNGString > | m_definedParagraphStyleSet |
the set of defined paragraph style | |
STOFFSection | m_section |
an empty section | |
Private Member Functions | |
DocumentState (const DocumentState &) | |
DocumentState & | operator= (const DocumentState &) |
a class to store the document state of a STOFFSpreadsheetListener
STOFFSpreadsheetListenerInternal::DocumentState::DocumentState | ( | std::vector< STOFFPageSpan > const & | pageList | ) | [inline, explicit] |
constructor
destructor
STOFFSpreadsheetListenerInternal::DocumentState::DocumentState | ( | const DocumentState & | ) | [private] |
DocumentState& STOFFSpreadsheetListenerInternal::DocumentState::operator= | ( | const DocumentState & | ) | [private] |
std::set<librevenge::RVNGString> STOFFSpreadsheetListenerInternal::DocumentState::m_definedFontStyleSet |
list of document actually open
the set of defined font style
std::set<librevenge::RVNGString> STOFFSpreadsheetListenerInternal::DocumentState::m_definedGraphicStyleSet |
the set of defined graphic style
std::set<librevenge::RVNGString> STOFFSpreadsheetListenerInternal::DocumentState::m_definedParagraphStyleSet |
the set of defined paragraph style
footnote number
a flag to know if the document is open
a flag to know if a sheet is open
a flag to know if a row is open
librevenge::RVNGPropertyList STOFFSpreadsheetListenerInternal::DocumentState::m_metaData |
the document meta data
std::map<librevenge::RVNGString,int> STOFFSpreadsheetListenerInternal::DocumentState::m_numberingIdMap |
a map cell's format to id
the pages definition
the current page span
an empty section
std::vector<int> STOFFSpreadsheetListenerInternal::DocumentState::m_sentListMarkers |
the list of marker corresponding to sent list
number of small picture