Internal: the state of a WPSOLEParser. More...
Public Member Functions | |
State (libwps_tools_win::Font::Type fontType, std::function< int(std::string const &)> const &dirToIdFunc) | |
constructor More... | |
Public Attributes | |
libwps_tools_win::Font::Type | m_fontType |
the default font type More... | |
std::function< int(std::string const &)> | m_directoryToIdFunction |
the function used to convert a directory name in a id 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::map< int, WPSEmbeddedObject > | m_idToObjectMap |
map id to object More... | |
std::shared_ptr< WPSOLEParserInternal::CompObj > | m_compObjIdName |
a smart ptr used to stored the list of compobj id->name More... | |
Internal: the state of a WPSOLEParser.
|
inline |
constructor
std::shared_ptr<WPSOLEParserInternal::CompObj> WPSOLEParserInternal::State::m_compObjIdName |
a smart ptr used to stored the list of compobj id->name
std::function<int(std::string const &)> WPSOLEParserInternal::State::m_directoryToIdFunction |
the function used to convert a directory name in a id
libwps_tools_win::Font::Type WPSOLEParserInternal::State::m_fontType |
the default font type
std::map<int, WPSEmbeddedObject> WPSOLEParserInternal::State::m_idToObjectMap |
map id to object
librevenge::RVNGPropertyList WPSOLEParserInternal::State::m_metaData |
the meta data
std::vector<std::string> WPSOLEParserInternal::State::m_unknownOLEs |
list of ole which can not be parsed