STOFFTextListenerInternal::TextState Struct Reference

a class to store the document state of a STOFFTextListener More...

List of all members.

Public Member Functions

 TextState (std::vector< STOFFPageSpan > const &pageList)
 constructor
 ~TextState ()
 destructor

Public Attributes

std::vector< STOFFPageSpanm_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< STOFFSubDocumentPtrm_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 &)
TextStateoperator= (const TextState &)

Detailed Description

a class to store the document state of a STOFFTextListener


Constructor & Destructor Documentation

STOFFTextListenerInternal::TextState::TextState ( std::vector< STOFFPageSpan > const &  pageList) [inline, explicit]

constructor


Member Function Documentation

TextState& STOFFTextListenerInternal::TextState::operator= ( const TextState ) [private]

Member Data Documentation

list of document actually open

the set of defined font style

the set of defined graphic style

the set of defined paragraph style

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

the document meta data

the list of marker corresponding to sent list


The documentation for this struct was generated from the following file: