Internal: the state of a MsWks4Text. More...
| Public Member Functions | |
| State () | |
| constructor  More... | |
| bool | parseMain () const | 
| returns true if we parse the main block  More... | |
| void | setParse (bool main) | 
| sets main to true if we parse the main block  More... | |
| Public Attributes | |
| Paragraph | m_paragraph | 
| the actual paragraph  More... | |
| MWAWFont | m_defFont | 
| the default font  More... | |
| std::vector< FontName > | m_fontNames | 
| the list of fonts names  More... | |
| std::vector< Font > | m_fontList | 
| a list of all font properties  More... | |
| std::vector< Paragraph > | m_paragraphList | 
| a list of all paragraph properties  More... | |
| std::vector< long > | m_pgdList | 
| a list of all page breaks  More... | |
| std::vector< Ftnt > | m_ftntList | 
| list of footnotes  More... | |
| std::map< long, Ftnt > | m_ftntMap | 
| mapping text offset to footnote  More... | |
| std::map< long, Object > | m_eobjMap | 
| mapping text offset to object  More... | |
| std::vector< DataPLC > | m_plcList | 
| list of all PLCs  More... | |
| MsWks4PLCInternal::KnownPLC | m_knownPLC | 
| the known plc  More... | |
| Protected Attributes | |
| bool | m_main | 
| true if we parse the main block  More... | |
Internal: the state of a MsWks4Text.
| 
 | inline | 
constructor
| 
 | inline | 
returns true if we parse the main block
| 
 | inline | 
sets main to true if we parse the main block
| MWAWFont MsWks4TextInternal::State::m_defFont | 
the default font
| std::map<long, Object> MsWks4TextInternal::State::m_eobjMap | 
mapping text offset to object
| std::vector<Font> MsWks4TextInternal::State::m_fontList | 
a list of all font properties
| std::vector<FontName> MsWks4TextInternal::State::m_fontNames | 
the list of fonts names
| std::vector<Ftnt> MsWks4TextInternal::State::m_ftntList | 
list of footnotes
| std::map<long, Ftnt> MsWks4TextInternal::State::m_ftntMap | 
mapping text offset to footnote
| MsWks4PLCInternal::KnownPLC MsWks4TextInternal::State::m_knownPLC | 
the known plc
| 
 | protected | 
true if we parse the main block
| Paragraph MsWks4TextInternal::State::m_paragraph | 
the actual paragraph
| std::vector<Paragraph> MsWks4TextInternal::State::m_paragraphList | 
a list of all paragraph properties
| std::vector<long> MsWks4TextInternal::State::m_pgdList | 
a list of all page breaks
| std::vector<DataPLC> MsWks4TextInternal::State::m_plcList | 
list of all PLCs