39 # define FULL_WRT_TEXT 89 int getHeaderFooterId(
bool header,
int page,
int &numSimillar)
const;
105 void send(std::shared_ptr<FullWrtTextInternal::Zone> zone,
int numChar,
110 bool sendTable(std::shared_ptr<FullWrtTextInternal::Zone> zone,
121 createItemStructures();
127 void createItemStructures();
165 std::shared_ptr<FullWrtTextInternal::State>
m_state;
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:555
the main class to read a FullWrite file
Definition: FullWrtParser.hxx:66
friend class FullWrtText
Definition: FullWrtParser.hxx:69
static MWAWColor black()
return the back color
Definition: libmwaw_internal.hxx:245
FullWrtParser * m_mainParser
the main parser;
Definition: FullWrtText.hxx:168
void prepareData()
prepare the different data (called sortZones and createItemStructures)
Definition: FullWrtText.hxx:118
bool send(int fileId, MWAWColor fontColor=MWAWColor::black())
ask the text parser to send a zone
Definition: FullWrtParser.cxx:387
the class to store a color
Definition: libmwaw_internal.hxx:192
std::shared_ptr< FullWrtTextInternal::State > m_state
the state
Definition: FullWrtText.hxx:165
int version() const
returns the works version
Definition: MWAWParser.hxx:108
MWAWParser & operator=(const MWAWParser &)=delete
private operator=: forbidden
Internal: class to store a font and it state.
Definition: FullWrtText.cxx:210
the main class to read the text part of writenow file
Definition: FullWrtText.hxx:66
std::shared_ptr< Entry > EntryPtr
Definition: FullWrtStruct.hxx:153
Internal: class to store the paragraph properties.
Definition: FullWrtText.cxx:476
MWAWParserStatePtr m_parserState
the parser state
Definition: FullWrtText.hxx:162
Internal: the structures of a FullWrtText.
Definition: FullWrtText.cxx:59