MsWrdParserInternal::State Struct Reference

Internal: the state of a MsWrdParser. More...

Public Member Functions

 State ()
 constructor

Public Attributes

long m_bot
 the begin of the text
long m_eot
 end of the text
bool m_endNote
 a flag to know if we must place the note at the end or in the foot part
std::map< long, Picturem_picturesMap
 the map filePos -> Picture
std::map< long, MWAWEntrym_posToCommentMap
 the map textPos -> comment entry
std::vector< Objectm_objectList [2]
 the list of object ( mainZone, other zone)
int m_actPage
 the actual page
int m_numPages
 the number of page of the final document
std::vector< int > m_headersId
 the list of header id which corresponds to each page
std::vector< int > m_footersId
 the list of footer id which corresponds to each page
librevenge::RVNGPropertyList m_metaData
 the meta data

Detailed Description

Internal: the state of a MsWrdParser.

Constructor & Destructor Documentation

◆ State()

MsWrdParserInternal::State::State ( )
inline

constructor

Member Data Documentation

◆ m_actPage

int MsWrdParserInternal::State::m_actPage

the actual page

Referenced by State().

◆ m_bot

long MsWrdParserInternal::State::m_bot

the begin of the text

Referenced by State().

◆ m_endNote

bool MsWrdParserInternal::State::m_endNote

a flag to know if we must place the note at the end or in the foot part

Referenced by State().

◆ m_eot

long MsWrdParserInternal::State::m_eot

end of the text

Referenced by State().

◆ m_footersId

std::vector<int> MsWrdParserInternal::State::m_footersId

the list of footer id which corresponds to each page

Referenced by State().

◆ m_headersId

std::vector<int> MsWrdParserInternal::State::m_headersId

the list of header id which corresponds to each page

Referenced by State().

◆ m_metaData

librevenge::RVNGPropertyList MsWrdParserInternal::State::m_metaData

the meta data

Referenced by State().

◆ m_numPages

int MsWrdParserInternal::State::m_numPages

the number of page of the final document

Referenced by State().

◆ m_objectList

std::vector<Object> MsWrdParserInternal::State::m_objectList[2]

the list of object ( mainZone, other zone)

◆ m_picturesMap

std::map<long, Picture> MsWrdParserInternal::State::m_picturesMap

the map filePos -> Picture

Referenced by State().

◆ m_posToCommentMap

std::map<long,MWAWEntry> MsWrdParserInternal::State::m_posToCommentMap

the map textPos -> comment entry

Referenced by State().


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

Generated on Sun Jun 29 2025 04:36:33 for libmwaw by doxygen 1.14.0