Internal: internal state of a MWAWOLEParser. More...
Public Member Functions | |
State (MWAWFontConverterPtr fontConverter, int fId) | |
constructor More... | |
Public Attributes | |
MWAWFontConverterPtr | m_fontConverter |
the font converter More... | |
int | m_fontId |
the font id used to decode string More... | |
int | m_encoding |
the font encoding More... | |
librevenge::RVNGPropertyList | m_metaData |
the meta data More... | |
std::vector< std::string > | m_unknownOLEs |
list of ole which can not be parsed More... | |
std::vector < librevenge::RVNGBinaryData > | m_objects |
list of pictures read More... | |
std::vector< MWAWPosition > | m_objectsPosition |
list of picture size ( if known) More... | |
std::vector< int > | m_objectsId |
list of pictures id More... | |
std::vector< std::string > | m_objectsType |
list of picture type More... | |
shared_ptr < MWAWOLEParserInternal::CompObj > | m_compObjIdName |
a smart ptr used to stored the list of compobj id->name More... | |
Internal: internal state of a MWAWOLEParser.
|
inline |
constructor
shared_ptr<MWAWOLEParserInternal::CompObj> MWAWOLEParserInternal::State::m_compObjIdName |
a smart ptr used to stored the list of compobj id->name
int MWAWOLEParserInternal::State::m_encoding |
the font encoding
MWAWFontConverterPtr MWAWOLEParserInternal::State::m_fontConverter |
the font converter
int MWAWOLEParserInternal::State::m_fontId |
the font id used to decode string
librevenge::RVNGPropertyList MWAWOLEParserInternal::State::m_metaData |
the meta data
std::vector<librevenge::RVNGBinaryData> MWAWOLEParserInternal::State::m_objects |
list of pictures read
std::vector<int> MWAWOLEParserInternal::State::m_objectsId |
list of pictures id
std::vector<MWAWPosition> MWAWOLEParserInternal::State::m_objectsPosition |
list of picture size ( if known)
std::vector<std::string> MWAWOLEParserInternal::State::m_objectsType |
list of picture type
std::vector<std::string> MWAWOLEParserInternal::State::m_unknownOLEs |
list of ole which can not be parsed