38#ifndef WORD_MAKER_PARSER
39# define WORD_MAKER_PARSER
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:47
Class to store font.
Definition: MWAWFont.hxx:44
class to store the paragraph properties
Definition: MWAWParagraph.hxx:85
virtual class which defines the ancestor of all text zone parser
Definition: MWAWParser.hxx:299
Internal: the subdocument of a WordMakerParser.
Definition: WordMakerParser.cxx:130
the main class to read a WordMaker file
Definition: WordMakerParser.hxx:63
bool sendPicture(MWAWEntry const &entry)
try to send a picture
Definition: WordMakerParser.cxx:831
bool readFont(long len, MWAWFont &font)
try to read a font and its beginning position
Definition: WordMakerParser.cxx:600
bool createZones()
finds the different objects zones
Definition: WordMakerParser.cxx:282
~WordMakerParser() final
destructor
Definition: WordMakerParser.cxx:191
bool sendZone(WordMakerParserInternal::Zone const &zone)
try to send the content of a zone
Definition: WordMakerParser.cxx:859
bool readParagraph(long len, MWAWParagraph ¶, MWAWFont &font)
try to read a paragraph (and its default font)
Definition: WordMakerParser.cxx:658
void createDocument(librevenge::RVNGTextInterface *documentInterface)
creates the listener which will be associated to the document
Definition: WordMakerParser.cxx:235
bool readFontNames(long len)
try to read the fonts names
Definition: WordMakerParser.cxx:571
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: WordMakerParser.cxx:481
bool readTabulations(long len, MWAWParagraph ¶)
try to read a list of tabulations
Definition: WordMakerParser.cxx:726
std::shared_ptr< WordMakerParserInternal::State > m_state
the state
Definition: WordMakerParser.hxx:110
bool readPrintInfo(long len)
try to read the printer information
Definition: WordMakerParser.cxx:517
bool readPicture(long len, MWAWEmbeddedObject &object, MWAWBox2f &bdbox, int &page)
try to read a picture (and its size)
Definition: WordMakerParser.cxx:775
void parse(librevenge::RVNGTextInterface *documentInterface) final
virtual function used to parse the input
Definition: WordMakerParser.cxx:198
void newPage()
adds a new page
Definition: WordMakerParser.cxx:820
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 WordMakerParser.
Definition: WordMakerParser.cxx:59
Definition: MWAWDocument.hxx:57
small class use to define a embedded object
Definition: libmwaw_internal.hxx:467