34 #ifndef DRAWTABLE_PARSER 35 # define DRAWTABLE_PARSER 40 #include <librevenge/librevenge.h> 67 bool checkHeader(
MWAWHeader *header,
bool strict=false) final;
74 void createDocument(
librevenge::RVNGDrawingInterface *documentInterface);
90 bool computeMaxDimension();
Definition: MWAWDocument.hxx:56
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:561
Internal: the subdocument of a DrawTableParser.
Definition: DrawTableParser.cxx:175
small class use to define a embedded object
Definition: libmwaw_internal.hxx:467
the main class to read a DrawingTable v1 file
Definition: DrawTableParser.hxx:57
virtual class which defines the ancestor of all graphic zone parser
Definition: MWAWParser.hxx:250
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
Internal: the structures of a DrawTableParser.
Definition: DrawTableParser.cxx:61
void parse(MWAWListenerPtr &listener, libmwaw::SubDocumentType type) final
the parser function
Definition: DrawTableParser.cxx:202