Internal: the state of a TeachTxtParser. More...
Public Member Functions | |
State () | |
constructor |
Public Attributes | |
MWAWDocument::Type | m_type |
the file type | |
std::map< long, MWAWFont > | m_posFontMap |
the map of id -> font | |
std::map< int, MWAWEntry > | m_idPictEntryMap |
a map id->pictEntry | |
int | m_numberSpacesForTab |
number of space to used to replace tab (0: means keep tabs ) | |
int | m_actPage |
the actual page | |
int | m_numPages |
the number of page of the final document |
Internal: the state of a TeachTxtParser.
|
inline |
constructor
int TeachTxtParserInternal::State::m_actPage |
the actual page
Referenced by State().
std::map<int,MWAWEntry> TeachTxtParserInternal::State::m_idPictEntryMap |
a map id->pictEntry
Referenced by State().
int TeachTxtParserInternal::State::m_numberSpacesForTab |
number of space to used to replace tab (0: means keep tabs )
Referenced by State().
int TeachTxtParserInternal::State::m_numPages |
the number of page of the final document
Referenced by State().
std::map<long, MWAWFont > TeachTxtParserInternal::State::m_posFontMap |
the map of id -> font
Referenced by State().
MWAWDocument::Type TeachTxtParserInternal::State::m_type |
the file type
Referenced by State().