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
| 
 | inlineexplicit | 
constructor
Referenced by operator=(), and TextState().
| 
 | inline | 
destructor
| 
 | private | 
| std::set<librevenge::RVNGString> STOFFTextListenerInternal::TextState::m_definedFontStyleSet | 
| std::set<librevenge::RVNGString> STOFFTextListenerInternal::TextState::m_definedGraphicStyleSet | 
the set of defined graphic style
Referenced by TextState().
| std::set<librevenge::RVNGString> STOFFTextListenerInternal::TextState::m_definedParagraphStyleSet | 
the set of defined paragraph style
Referenced by TextState().
| int STOFFTextListenerInternal::TextState::m_endNoteNumber | 
endnote number
Referenced by TextState().
| int STOFFTextListenerInternal::TextState::m_footNoteNumber | 
footnote number
Referenced by TextState().
| bool STOFFTextListenerInternal::TextState::m_isDocumentStarted | 
a flag to know if the document is open
Referenced by TextState().
| bool STOFFTextListenerInternal::TextState::m_isHeaderFooterOpened | 
a flag to know if the header footer is started
Referenced by TextState().
| bool STOFFTextListenerInternal::TextState::m_isHeaderFooterRegionOpened | 
a flag to know if the header footer region is started
Referenced by TextState().
| librevenge::RVNGPropertyList STOFFTextListenerInternal::TextState::m_metaData | 
the document meta data
Referenced by TextState().
| std::vector<STOFFPageSpan> STOFFTextListenerInternal::TextState::m_pageList | 
the pages definition
Referenced by TextState().
| STOFFPageSpan STOFFTextListenerInternal::TextState::m_pageSpan | 
the current page span
Referenced by TextState().
| std::vector<int> STOFFTextListenerInternal::TextState::m_sentListMarkers | 
the list of marker corresponding to sent list
Referenced by TextState().
| int STOFFTextListenerInternal::TextState::m_smallPictureNumber | 
number of small picture
Referenced by TextState().
| std::vector<STOFFSubDocumentPtr> STOFFTextListenerInternal::TextState::m_subDocuments | 
Referenced by TextState().