40 #include <librevenge/librevenge.h>
92 void parse(librevenge::RVNGTextInterface *documentInterface);
99 void createDocument(librevenge::RVNGTextInterface *documentInterface);
171 shared_ptr<MoreParserInternal::State>
m_state;
bool readColors(long endPos)
read a color zone ( beginning of block 9 )
Definition: MoreParser.cxx:1053
void init()
inits all internal variables
Definition: MoreParser.cxx:156
Internal: the subdocument of a MoreParser.
Definition: MoreParser.cxx:101
bool readZonesList()
read the list of zones ( v2-3) : first 0x80 bytes
Definition: MoreParser.cxx:394
void createDocument(librevenge::RVNGTextInterface *documentInterface)
creates the listener which will be associated to the document
Definition: MoreParser.cxx:279
an interface used to insert comment in a binary file, written in ascii form (if debug_with_files is n...
Definition: MWAWDebug.hxx:65
Definition: MoreParser.hxx:59
MWAWInputStreamPtr rsrcInput()
return the input input
Definition: MoreParser.cxx:169
the main class to read a More file
Definition: MoreParser.hxx:78
bool readGraphic(MWAWEntry const &entry)
read a graphic ( in a slide )
Definition: MoreParser.cxx:912
bool checkAndStore(MWAWEntry const &entry)
check if the entry is valid, if so store it in the list of entry
Definition: MoreParser.cxx:188
MoreParser(MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header)
constructor
Definition: MoreParser.cxx:146
the class to store a color
Definition: libmwaw_internal.hxx:177
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:449
bool readUnkn9Sub(long endPos)
read the last subzone find in a block 9 ( unknown meaning)
Definition: MoreParser.cxx:1174
Pattern()
constructor
Definition: MoreParser.hxx:61
bool readUnknown9(MWAWEntry const &entry)
read a unknown zone ( block 9 )
Definition: MoreParser.cxx:966
the main class to read the text part of More Text file
Definition: MoreText.hxx:64
a namespace used to define basic structures in a More file
Definition: MoreParser.cxx:1278
bool readBackside(long endPos, std::string &extra)
read a backside ( some sub zone of block 9)
Definition: MoreParser.cxx:1095
virtual ~MoreParser()
destructor
Definition: MoreParser.cxx:152
MWAWColor m_backColor
the back color
Definition: MoreParser.hxx:72
bool readSlideList(MWAWEntry const &entry)
read the list of slide definitions
Definition: MoreParser.cxx:766
friend std::ostream & operator<<(std::ostream &o, Pattern const &pat)
operator<<
Definition: MoreParser.cxx:1280
void parse(librevenge::RVNGTextInterface *documentInterface)
virtual function used to parse the input
Definition: MoreParser.cxx:250
virtual class which defines the ancestor of all text zone parser
Definition: MWAWParser.hxx:284
unsigned char m_pattern[8]
the pattern
Definition: MoreParser.hxx:68
shared_ptr< MoreText > m_textParser
the text parser
Definition: MoreParser.hxx:174
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:439
shared_ptr< MoreParserInternal::State > m_state
the state
Definition: MoreParser.hxx:171
bool getColor(int id, MWAWColor &col) const
return the color which corresponds to an id (if possible)
Definition: MoreParser.cxx:234
bool readSlide(MWAWEntry const &entry)
read a slide definitions
Definition: MoreParser.cxx:827
bool readDocumentInfo(MWAWEntry const &entry)
read a docinfo zone ( second block )
Definition: MoreParser.cxx:515
bool readPrintInfo(MWAWEntry const &entry)
read a PrintInfo zone ( first block )
Definition: MoreParser.cxx:462
MWAWVec2f getPageLeftTop() const
returns the page left top point ( in inches)
Definition: MoreParser.cxx:182
void newPage(int number)
adds a new page
Definition: MoreParser.cxx:221
bool createZones()
finds the different objects zones
Definition: MoreParser.cxx:323
bool readFreePos(MWAWEntry const &entry)
read the list of free file position
Definition: MoreParser.cxx:633
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
Internal: the structures of a MoreParser.
Definition: MoreParser.cxx:58
bool checkAndFindSize(MWAWEntry &entry)
check if the entry is valid defined by the begin pos points to a zone: dataSz data ...
Definition: MoreParser.cxx:202
MWAWColor m_frontColor
the front color
Definition: MoreParser.hxx:70
libmwaw::DebugFile & rsrcAscii()
a DebugFile used to write what we recognize when we parse the document in rsrc
Definition: MoreParser.cxx:174
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: MoreParser.cxx:712
bool readPattern(long endPos, MoreStruct::Pattern &pattern)
read a pattern ( some sub zone of block 9)
Definition: MoreParser.cxx:1145