a class to store the document state of a STOFFTextListener More...
Public Member Functions | |
| TextState (std::vector< STOFFPageSpan > const &pageList) | |
| constructor | |
| ~TextState () | |
| 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_endNoteNumber |
| endnote number | |
| int | m_smallPictureNumber |
| number of small picture | |
| bool | m_isDocumentStarted |
| a flag to know if the document is 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 | |
| std::vector< int > | m_sentListMarkers |
| the list of marker corresponding to sent list | |
| 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 | |
Private Member Functions | |
| TextState (const TextState &) | |
| TextState & | operator= (const TextState &) |
a class to store the document state of a STOFFTextListener
| STOFFTextListenerInternal::TextState::TextState | ( | std::vector< STOFFPageSpan > const & | pageList | ) | [inline, explicit] |
constructor
| STOFFTextListenerInternal::TextState::~TextState | ( | ) | [inline] |
destructor
| STOFFTextListenerInternal::TextState::TextState | ( | const TextState & | ) | [private] |
| std::set<librevenge::RVNGString> STOFFTextListenerInternal::TextState::m_definedFontStyleSet |
list of document actually open
the set of defined font style
| std::set<librevenge::RVNGString> STOFFTextListenerInternal::TextState::m_definedGraphicStyleSet |
the set of defined graphic style
| std::set<librevenge::RVNGString> STOFFTextListenerInternal::TextState::m_definedParagraphStyleSet |
the set of defined paragraph style
endnote number
footnote number
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
| librevenge::RVNGPropertyList STOFFTextListenerInternal::TextState::m_metaData |
the document meta data
the pages definition
the current page span
| std::vector<int> STOFFTextListenerInternal::TextState::m_sentListMarkers |
the list of marker corresponding to sent list
number of small picture