34 #ifndef GREAT_WKS_DOCUMENT 35 # define GREAT_WKS_DOCUMENT 40 #include <librevenge/librevenge.h> 93 void newPage(
int page);
100 bool canSendTextboxAsGraphic(
MWAWEntry const &entry);
107 bool readRSRCZones();
114 bool readString(
long endPos, std::string &res);
116 bool readNumber(
long endPos,
double &res,
bool &isNan);
118 bool readFormula(
MWAWVec2i const &cPos,
long endPos,
119 std::vector<MWAWCellContent::FormulaInstruction> &formula, std::string &error);
126 bool readPrintInfo(
MWAWEntry const &entry);
156 shared_ptr<GreatWksDocumentInternal::State>
m_state;
shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:498
small class use to define a formula instruction
Definition: MWAWCell.hxx:361
the main class to read a GreatWorks database file
Definition: GreatWksDBParser.hxx:61
shared_ptr< MWAWParserState > m_parserState
the parser state
Definition: GreatWksDocument.hxx:159
an interface used to insert comment in a binary file, written in ascii form (if debug_with_files is n...
Definition: MWAWDebug.hxx:65
the main class to read/store generic data of a GreatWorks document
Definition: GreatWksDocument.hxx:59
MWAWParser * m_parser
the main parser
Definition: GreatWksDocument.hxx:163
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: GreatWksSSParser.cxx:1265
MWAWParser & operator=(const MWAWParser &)
private operator=: forbidden
NewPage m_newPage
the new page callback
Definition: GreatWksDocument.hxx:177
shared_ptr< GreatWksGraph > m_graphParser
the graph document
Definition: GreatWksDocument.hxx:165
GetMainSection m_getMainSection
the getMainSection callback
Definition: GreatWksDocument.hxx:175
the main class to read the text part of GreatWorks Text file
Definition: GreatWksText.hxx:62
shared_ptr< GreatWksText > m_textParser
the text document
Definition: GreatWksDocument.hxx:167
shared_ptr< GreatWksGraph > getGraphParser()
returns the graph parser
Definition: GreatWksDocument.hxx:80
the main class to read a GreatWorks graphic file
Definition: GreatWksDRParser.hxx:55
the main class to read a GreatWorks text file
Definition: GreatWksParser.hxx:56
a class which stores section properties
Definition: MWAWSection.hxx:45
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:496
shared_ptr< GreatWksDocumentInternal::State > m_state
the state
Definition: GreatWksDocument.hxx:156
the main class to read the graphic part of a HanMac Word-J file
Definition: GreatWksGraph.hxx:75
shared_ptr< GreatWksText > getTextParser()
returns the text parser
Definition: GreatWksDocument.hxx:85
Defines MWAWCell (cell content and format)
virtual class which defines the ancestor of all main zone parser
Definition: MWAWParser.hxx:97
MWAWParser & getMainParser()
returns the main parser
Definition: GreatWksDocument.hxx:75
Class to define the position of an object (textbox, picture, ..) in the document. ...
Definition: MWAWPosition.hxx:47
the main class to read a GreatWorks spreadsheet file
Definition: GreatWksSSParser.hxx:58
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
Internal: the structures of a GreatWksDocument.
Definition: GreatWksDocument.cxx:57