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 std::shared_ptr<GreatWksTextInternal::State>
m_state;
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:557
the main class to read a GreatWorks database file
Definition: GreatWksDBParser.hxx:61
std::shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:553
the main class to read/store generic data of a GreatWorks document
Definition: GreatWksDocument.hxx:60
Internal and low level: structure which stores a token for GreatWksText.
Definition: GreatWksText.cxx:112
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:303
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:307
std::shared_ptr< GreatWksTextInternal::State > m_state
the state
Definition: GreatWksText.hxx:137
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:108
MWAWParser & operator=(const MWAWParser &)=delete
private operator=: forbidden
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:84
virtual class which defines the ancestor of all main zone parser
Definition: MWAWParser.hxx:99
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:383