Internal: the state of a MouseWrtParser. More...
| Public Member Functions | |
| State () | |
| constructor  More... | |
| Public Attributes | |
| int | m_actPage | 
| the actual page  More... | |
| int | m_numPages | 
| the number of page of the final document  More... | |
| long | m_blockSizes [5] | 
| the first zone's size  More... | |
| std::map< int, MWAWFont > | m_charPLCMap | 
| the map position to charPLC  More... | |
| std::map< int, Paragraph > | m_paraPLCMap | 
| the map position to paraPLC  More... | |
| MWAWEntry | m_text | 
| the main text entry  More... | |
| Zone | m_zones [2] | 
| the header and the footer zone  More... | |
Internal: the state of a MouseWrtParser.
| 
 | inline | 
constructor
| int MouseWrtParserInternal::State::m_actPage | 
the actual page
| long MouseWrtParserInternal::State::m_blockSizes[5] | 
the first zone's size
Referenced by State().
| std::map<int, MWAWFont> MouseWrtParserInternal::State::m_charPLCMap | 
the map position to charPLC
| int MouseWrtParserInternal::State::m_numPages | 
the number of page of the final document
| std::map<int, Paragraph> MouseWrtParserInternal::State::m_paraPLCMap | 
the map position to paraPLC
| MWAWEntry MouseWrtParserInternal::State::m_text | 
the main text entry
| Zone MouseWrtParserInternal::State::m_zones[2] | 
the header and the footer zone