38 #ifndef MARINER_WRT_TEXT 39 # define MARINER_WRT_TEXT 86 bool send(
int zoneId);
127 std::shared_ptr<MarinerWrtTextInternal::State>
m_state;
Internal: struct used to store the table of a MarinerWrtText.
Definition: MarinerWrtText.cxx:468
Internal: struct used to store zone data of a MarinerWrtText.
Definition: MarinerWrtText.cxx:355
bool readZone(int &actZone, bool onlyTest=false)
try to read a zone
Definition: MarinerWrtParser.cxx:483
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:557
the main class to read a Mariner Write file
Definition: MarinerWrtParser.hxx:134
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
Internal: the structures of a MarinerWrtText.
Definition: MarinerWrtText.cxx:59
MWAWParserStatePtr m_parserState
the parser state
Definition: MarinerWrtText.hxx:124
std::shared_ptr< MarinerWrtTextInternal::State > m_state
the state
Definition: MarinerWrtText.hxx:127
int version() const
returns the works version
Definition: MWAWParser.hxx:108
MWAWParser & operator=(const MWAWParser &)=delete
private operator=: forbidden
Internal: struct used to store the paragraph of a MarinerWrtText.
Definition: MarinerWrtText.cxx:97
friend class MarinerWrtText
Definition: MarinerWrtParser.hxx:137
MarinerWrtParser * m_mainParser
the main parser;
Definition: MarinerWrtText.hxx:130
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46