34#ifndef DRAWTABLE_PARSER
35# define DRAWTABLE_PARSER
40#include <librevenge/librevenge.h>
Internal: the subdocument of a DrawTableParser.
Definition: DrawTableParser.cxx:176
the main class to read a DrawingTable v1 file
Definition: DrawTableParser.hxx:58
bool getBitmap(MWAWBox2i const &box, MWAWEmbeddedObject &obj, long endPos)
try to read a bitmap
Definition: DrawTableParser.cxx:1209
bool readPrefs()
read the preferences zone
Definition: DrawTableParser.cxx:523
bool readFonts()
try to read the font zones
Definition: DrawTableParser.cxx:420
bool sendShape()
try to send a shape
Definition: DrawTableParser.cxx:713
std::shared_ptr< DrawTableParserInternal::State > m_state
the state
Definition: DrawTableParser.hxx:112
bool sendShapes()
try to send the different shape
Definition: DrawTableParser.cxx:684
void parse(librevenge::RVNGDrawingInterface *documentInterface) final
virtual function used to parse the input
Definition: DrawTableParser.cxx:259
bool readPrintInfo()
read the print info zone
Definition: DrawTableParser.cxx:483
void createDocument(librevenge::RVNGDrawingInterface *documentInterface)
creates the listener which will be associated to the document
Definition: DrawTableParser.cxx:289
~DrawTableParser() final
destructor
Definition: DrawTableParser.cxx:252
bool createZones()
finds the different objects zones
Definition: DrawTableParser.cxx:322
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: DrawTableParser.cxx:647
bool computeMaxDimension()
try to compute the max dimension
Definition: DrawTableParser.cxx:337
virtual class which defines the ancestor of all graphic zone parser
Definition: MWAWParser.hxx:251
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:561
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
Internal: the structures of a DrawTableParser.
Definition: DrawTableParser.cxx:62
Definition: MWAWDocument.hxx:57
small class use to define a embedded object
Definition: libmwaw_internal.hxx:467