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