the global graphic state of STOFFGraphicListener More...
Public Member Functions | |
GraphicState (std::vector< STOFFPageSpan > const &pageList) | |
constructor | |
~GraphicState () | |
destructor | |
Public Attributes | |
std::vector< STOFFPageSpan > | m_pageList |
the pages definition | |
librevenge::RVNGPropertyList | m_metaData |
the document meta data | |
bool | m_isDocumentStarted |
a flag to know if the document is open | |
bool | m_isPageSpanOpened |
true if a page is open | |
bool | m_isMasterPageSpanOpened |
true if a masterpage is open | |
bool | m_isAtLeastOnePageOpened |
true if the first page has been open | |
bool | m_isHeaderFooterOpened |
a flag to know if the header footer is started | |
bool | m_isHeaderFooterRegionOpened |
a flag to know if the header footer region is started | |
STOFFPageSpan | m_pageSpan |
! the current page span | |
std::vector< int > | m_sentListMarkers |
the list of marker corresponding to sent list | |
std::vector< STOFFSubDocumentPtr > | m_subDocuments |
the list of actual subdocument | |
std::set< librevenge::RVNGString > | m_definedFontStyleSet |
the set of defined font style | |
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 |
am empty section |
the global graphic state of STOFFGraphicListener
STOFFGraphicListenerInternal::GraphicState::GraphicState | ( | std::vector< STOFFPageSpan > const & | pageList | ) | [inline, explicit] |
constructor
destructor
std::set<librevenge::RVNGString> STOFFGraphicListenerInternal::GraphicState::m_definedFontStyleSet |
the set of defined font style
std::set<librevenge::RVNGString> STOFFGraphicListenerInternal::GraphicState::m_definedGraphicStyleSet |
the set of defined graphic style
std::set<librevenge::RVNGString> STOFFGraphicListenerInternal::GraphicState::m_definedParagraphStyleSet |
the set of defined paragraph style
true if the first page has been open
a flag to know if the document is open
a flag to know if the header footer is started
a flag to know if the header footer region is started
true if a masterpage is open
true if a page is open
librevenge::RVNGPropertyList STOFFGraphicListenerInternal::GraphicState::m_metaData |
the document meta data
the pages definition
! the current page span
am empty section
std::vector<int> STOFFGraphicListenerInternal::GraphicState::m_sentListMarkers |
the list of marker corresponding to sent list
the list of actual subdocument