38 #ifndef MARINER_WRT_TEXT 39 # define MARINER_WRT_TEXT 86 bool send(
int zoneId);
127 shared_ptr<MarinerWrtTextInternal::State>
m_state;
Internal: struct used to store the table of a MarinerWrtText.
Definition: MarinerWrtText.cxx:436
Internal: struct used to store zone data of a MarinerWrtText.
Definition: MarinerWrtText.cxx:337
bool readZone(int &actZone, bool onlyTest=false)
try to read a zone
Definition: MarinerWrtParser.cxx:466
the main class to read a Mariner Write file
Definition: MarinerWrtParser.hxx:124
the main class to read the text part of Mariner Write file
Definition: MarinerWrtText.hxx:60
a entry to store a zone structure
Definition: MarinerWrtParser.hxx:62
MWAWParser & operator=(const MWAWParser &)
private operator=: forbidden
Internal: the structures of a MarinerWrtText.
Definition: MarinerWrtText.cxx:59
MWAWParserStatePtr m_parserState
the parser state
Definition: MarinerWrtText.hxx:124
int version() const
returns the works version
Definition: MWAWParser.hxx:106
shared_ptr< MarinerWrtTextInternal::State > m_state
the state
Definition: MarinerWrtText.hxx:127
Internal: struct used to store the paragraph of a MarinerWrtText.
Definition: MarinerWrtText.cxx:93
friend class MarinerWrtText
Definition: MarinerWrtParser.hxx:127
MarinerWrtParser * m_mainParser
the main parser;
Definition: MarinerWrtText.hxx:130
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:495
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46