34 #ifndef BEAGLE_WKS_DB_PARSER 35 # define BEAGLE_WKS_DB_PARSER 40 #include <librevenge/librevenge.h> 71 bool checkHeader(
MWAWHeader *header,
bool strict=false) final;
74 void parse(
librevenge::RVNGSpreadsheetInterface *documentInterface) final;
81 void createDocument(
librevenge::RVNGSpreadsheetInterface *documentInterface);
89 bool sendText(
MWAWEntry const &entry,
bool headerFooter=false);
91 bool sendPageFrames();
95 bool sendPicture(
int pId,
MWAWPosition const &pos,
bool readEDTP,
102 bool readRSRCZones();
111 bool readPrintInfo();
124 bool readLayout(
int id);
126 bool readFormat(
MWAWCell &cell, std::
string &extra);
134 libmwaw::DebugFile &rsrcAscii();
the main class to read a BeagleWorks database file
Definition: BeagleWksDBParser.hxx:61
Definition: MWAWDocument.hxx:56
void parse(MWAWListenerPtr &listener, libmwaw::SubDocumentType type) final
the parser function
Definition: BeagleWksDBParser.cxx:246
a structure used to define a picture style
Definition: MWAWGraphicStyle.hxx:47
namespace used to regroup all libwpd functions, enumerations which we have redefined for internal usa...
Definition: libmwaw_internal.cxx:50
a structure used to define a cell and its format
Definition: MWAWCell.hxx:52
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:559
Internal: the subdocument of a BeagleWksDBParser.
Definition: BeagleWksDBParser.cxx:220
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:549
the main class to read the structure shared between different BeagleWorks files
Definition: BeagleWksStructManager.hxx:56
Internal: the structures of a BeagleWksDBParser.
Definition: BeagleWksDBParser.cxx:59
Defines MWAWCell (cell content and format)
Class to define the position of an object (textbox, picture, ..) in the document. ...
Definition: MWAWPosition.hxx:47
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
virtual class which defines the ancestor of all spreadsheet zone parser
Definition: MWAWParser.hxx:282