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