38 #ifndef WRITE_NOW_TEXT 39 # define WRITE_NOW_TEXT 112 bool parseZone(
WriteNowEntry const &entry, std::vector<WriteNowEntry> &listData);
115 std::shared_ptr<WriteNowTextInternal::ContentZones> parseContent(
WriteNowEntry const &entry);
120 void sendZone(
int id);
126 bool send(std::vector<WriteNowTextInternal::ContentZone> &listZones,
127 std::vector<std::shared_ptr<WriteNowTextInternal::ContentZones> > &footnoteList,
170 std::shared_ptr<WriteNowTextInternal::State>
m_state;
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:555
the main class to read the text part of writenow file
Definition: WriteNowText.hxx:81
class to store entry in a WriteNow document
Definition: WriteNowEntry.hxx:48
the manager of the entries
Definition: WriteNowEntry.hxx:105
virtual bool send(MWAWListenerPtr listener, MWAWTable &table)
function called when a cell is send by MWAWTable to send a cell to a listener.
Definition: MWAWCell.cxx:487
std::shared_ptr< WriteNowEntryManager > m_entryManager
the list of entry
Definition: WriteNowText.hxx:173
WriteNowParser * m_mainParser
the main parser;
Definition: WriteNowText.hxx:176
Internal: the cell of a WriteNowText.
Definition: WriteNowText.cxx:496
Internal: the fonts.
Definition: WriteNowText.cxx:62
Internal: the table of a WriteNowText.
Definition: WriteNowText.cxx:215
Internal: the structures of a WriteNowText.
Definition: WriteNowText.cxx:58
MWAWCell & operator=(MWAWCell const &)=default
Internal: class to store the paragraph properties.
Definition: WriteNowText.cxx:93
Internal: the token of a WriteNowText.
Definition: WriteNowText.cxx:167
std::shared_ptr< WriteNowTextInternal::State > m_state
the state
Definition: WriteNowText.hxx:170
the main class to read a WriteNow file
Definition: WriteNowParser.hxx:68
MWAWParserStatePtr m_parserState
the parser state
Definition: WriteNowText.hxx:167
MWAWHeader * getHeader(MWAWInputStreamPtr &input, MWAWRSRCParserPtr const &rsrcParser, bool strict)
return the header corresponding to an input.
Definition: MWAWDocument.cxx:438