Internal: the state of a MindWrtParser. More...
Public Member Functions | |
| State () | |
| constructor | |
Public Attributes | |
| std::string | m_compressCorr |
| the correspondance between int compressed and char : must be 15 character | |
| int | m_numLinesByZone [3] |
| the number of paragraph by zones ( main, header, footer ) | |
| ZoneInfo | m_zones [3] |
| the zones | |
| std::multimap< std::string, MWAWEntry > | m_entryMap |
| the zones map | |
| ListProperties | m_listProperties |
| the list properties | |
| int | m_actPage |
| the actual page | |
| int | m_numPages |
| the number of page of the final document | |
| int | m_headerHeight |
| the actual list id | |
| int | m_footerHeight |
| the footer height if known | |
| std::vector< Field > | m_headerFieldList |
| the header field list | |
| std::vector< Field > | m_footerFieldList |
| the footer field list | |
Internal: the state of a MindWrtParser.
| MindWrtParserInternal::State::State | ( | ) | [inline] |
constructor
the actual page
| std::string MindWrtParserInternal::State::m_compressCorr |
the correspondance between int compressed and char : must be 15 character
| std::multimap<std::string, MWAWEntry> MindWrtParserInternal::State::m_entryMap |
the zones map
| std::vector<Field> MindWrtParserInternal::State::m_footerFieldList |
the footer field list
the footer height if known
| std::vector<Field> MindWrtParserInternal::State::m_headerFieldList |
the header field list
the actual list id
the header height if known
the list properties
the number of paragraph by zones ( main, header, footer )
Referenced by State().
the number of page of the final document
the zones