29 #ifndef WPS_OLE1_PARSER_H 30 #define WPS_OLE1_PARSER_H 34 #include <librevenge-stream/librevenge-stream.h> 53 explicit WPSOLE1Parser(std::shared_ptr<WPSStream>
const &fileStream);
69 std::shared_ptr<WPSStream> getStreamForName(std::string
const &
name)
const;
71 std::shared_ptr<WPSStream> getStreamForId(
int id)
const;
87 std::shared_ptr<WPSOLE1ParserInternal::State>
m_state;
std::shared_ptr< WPSOLE1ParserInternal::State > m_state
a smart ptr used to stored the file data
Definition: WPSOLE1Parser.h:87
a class used to parse a container which is used by Lotus123 (and also by RagTime).
Definition: WPSOLE1Parser.h:49
Definition: WPSOLE1Parser.cpp:46
small class use to define a embedded object
Definition: libwps_internal.h:1076
an OLE Zone
Definition: WPSOLE1Parser.cpp:49