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