Internal: the state of a StyleParser. More...
Public Member Functions | |
State () | |
constructor |
Public Attributes | |
std::map< std::string, MWAWEntry > | m_entryMap |
the map type to entry | |
bool | m_unicodeChar |
true if the character are unicode character | |
MWAWEntry | m_textEntry |
the text entry | |
MWAWColor | m_backgroundColor |
the background color | |
std::vector< int > | m_fontIdToFinalIdList |
list of font final id | |
std::vector< Font > | m_fontList |
the list of font style | |
std::vector< MWAWParagraph > | m_paragraphList |
the list of paragraph style | |
std::map< long, int > | m_posFontIdMap |
a map pos->font id | |
std::map< long, int > | m_posParagraphIdMap |
a map pos->paragraphId | |
std::map< long, Picture > | m_posPictureMap |
a map pos->pictEntry | |
int | m_actPage |
the actual page | |
int | m_numPages |
the number of page of the final document |
Internal: the state of a StyleParser.
|
inline |
constructor
int StyleParserInternal::State::m_actPage |
the actual page
Referenced by State().
std::map<std::string, MWAWEntry> StyleParserInternal::State::m_entryMap |
the map type to entry
Referenced by State().
std::vector<int> StyleParserInternal::State::m_fontIdToFinalIdList |
list of font final id
Referenced by State().
std::vector<Font> StyleParserInternal::State::m_fontList |
the list of font style
Referenced by State().
int StyleParserInternal::State::m_numPages |
the number of page of the final document
Referenced by State().
std::vector<MWAWParagraph> StyleParserInternal::State::m_paragraphList |
the list of paragraph style
Referenced by State().
std::map<long,int> StyleParserInternal::State::m_posFontIdMap |
a map pos->font id
Referenced by State().
std::map<long,int> StyleParserInternal::State::m_posParagraphIdMap |
a map pos->paragraphId
Referenced by State().
std::map<long,Picture> StyleParserInternal::State::m_posPictureMap |
a map pos->pictEntry
Referenced by State().
bool StyleParserInternal::State::m_unicodeChar |
true if the character are unicode character
Referenced by State().