38 #ifndef GREAT_WKS_TEXT 39 # define GREAT_WKS_TEXT 87 int numHFZones()
const;
91 bool canSendTextBoxAsGraphic(
MWAWEntry const &entry);
97 int getFontId(
int fileId)
const;
104 bool readFontNames();
137 shared_ptr<GreatWksTextInternal::State>
m_state;
shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:498
the main class to read a GreatWorks database file
Definition: GreatWksDBParser.hxx:61
the main class to read/store generic data of a GreatWorks document
Definition: GreatWksDocument.hxx:59
Internal and low level: structure which stores a token for GreatWksText.
Definition: GreatWksText.cxx:107
MWAWParserStatePtr m_parserState
the parser state
Definition: GreatWksText.hxx:135
bool sendHF(int id)
try to send the i^th header/footer
Definition: GreatWksSSParser.cxx:282
MWAWParser & operator=(const MWAWParser &)
private operator=: forbidden
shared_ptr< GreatWksTextInternal::State > m_state
the state
Definition: GreatWksText.hxx:137
GreatWksDocument & m_document
the document
Definition: GreatWksText.hxx:133
Internal and low level: structure which stores a text zone header for GreatWksText.
Definition: GreatWksText.cxx:292
Class to store font.
Definition: MWAWFont.hxx:43
the main class to read the text part of GreatWorks Text file
Definition: GreatWksText.hxx:62
the main class to read a GreatWorks graphic file
Definition: GreatWksDRParser.hxx:55
int version() const
returns the works version
Definition: MWAWParser.hxx:106
MWAWParser * m_mainParser
the main parser;
Definition: GreatWksText.hxx:139
the main class to read a GreatWorks text file
Definition: GreatWksParser.hxx:56
class to store the paragraph properties
Definition: MWAWParagraph.hxx:81
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:502
virtual class which defines the ancestor of all main zone parser
Definition: MWAWParser.hxx:97
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 GreatWksText.
Definition: GreatWksText.cxx:59
bool createZones()
finds the different objects zones
Definition: GreatWksSSParser.cxx:362