83 MWAWParser &parser, std::string
const &oleName);
103 bool createZones(
bool mainOle);
108 void readContentZones(
MWAWEntry const &entry,
bool mainOle);
114 double getTextHeight()
const;
117 void newPage(
int number,
bool soft=
false);
153 void setAscii(std::string
const &oleName);
172 std::shared_ptr<MsWks4ZoneInternal::State>
m_state;
std::shared_ptr< MWAWTextListener > MWAWTextListenerPtr
a smart pointer of MWAWTextListener
Definition: libmwaw_internal.hxx:567
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:557
the main class to read a Microsoft Works file: v1-v4
Definition: MsWksParser.hxx:59
The class which parses text zones in a mac MS Works document v4.
Definition: MsWks4Text.hxx:64
A class which defines the page properties.
Definition: MWAWPageSpan.hxx:98
MWAWParser * m_mainParser
the main parser
Definition: MsWks4Zone.hxx:166
an interface used to insert comment in a binary file, written in ascii form (if debug_with_files is n...
Definition: MWAWDebug.hxx:65
std::shared_ptr< MsWksDocument > m_document
the zone data
Definition: MsWks4Zone.hxx:175
MsWks4Text & operator=(MsWks4Text const &orig)=delete
The class which parses the main zones of a mac MS Works document v4.
Definition: MsWks4Zone.hxx:73
Internal: the structures of a MsWks4Zone.
Definition: MsWks4Zone.cxx:57
the main class to read a Microsoft Works graphic file
Definition: MsWksDRParser.hxx:59
std::shared_ptr< MWAWParserState > m_parserState
the parser state
Definition: MsWks4Zone.hxx:169
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
friend class MsWks4Zone
Definition: MsWks4Text.hxx:66
std::shared_ptr< MsWks4ZoneInternal::State > m_state
the internal state
Definition: MsWks4Zone.hxx:172
virtual class which defines the ancestor of all main zone parser
Definition: MWAWParser.hxx:99
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
the main class to read/store generic data of a MsWorks document v1-v3
Definition: MsWksDocument.hxx:68
bool readFootNote(MWAWInputStreamPtr input, int id)
sends the text which corresponds to footnote id to the listner
Definition: MsWks4Text.cxx:678