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, Picture > | m_picturesMap |
the map filePos -> Picture | |
std::map< long, MWAWEntry > | m_posToCommentMap |
the map textPos -> comment entry | |
std::vector< Object > | m_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 |
Internal: the state of a MsWrdParser.
|
inline |
constructor
int MsWrdParserInternal::State::m_actPage |
the actual page
Referenced by State().
long MsWrdParserInternal::State::m_bot |
the begin of the text
Referenced by State().
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().
long MsWrdParserInternal::State::m_eot |
end of the text
Referenced by State().
std::vector<int> MsWrdParserInternal::State::m_footersId |
the list of footer id which corresponds to each page
Referenced by State().
std::vector<int> MsWrdParserInternal::State::m_headersId |
the list of header id which corresponds to each page
Referenced by State().
librevenge::RVNGPropertyList MsWrdParserInternal::State::m_metaData |
the meta data
Referenced by State().
int MsWrdParserInternal::State::m_numPages |
the number of page of the final document
Referenced by State().
std::vector<Object> MsWrdParserInternal::State::m_objectList[2] |
the list of object ( mainZone, other zone)
std::map<long, Picture> MsWrdParserInternal::State::m_picturesMap |
std::map<long,MWAWEntry> MsWrdParserInternal::State::m_posToCommentMap |
the map textPos -> comment entry
Referenced by State().