98 bool readFont(
MWAWFont &font,
bool inPLC);
112 std::shared_ptr<ActaTextInternal::State>
m_state;
the main class to read a Acta file
Definition: ActaParser.hxx:57
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:555
bool createZones()
finds the different objects zones
Definition: ActaParser.cxx:525
std::shared_ptr< ActaTextInternal::State > m_state
the state
Definition: ActaText.hxx:112
the class to store a color
Definition: libmwaw_internal.hxx:192
the main class to read the text part of Acta Text file
Definition: ActaText.hxx:57
Class to store font.
Definition: MWAWFont.hxx:43
friend class ActaText
Definition: ActaParser.hxx:60
Internal: a topic of a ActaText.
Definition: ActaText.cxx:62
int version() const
returns the works version
Definition: MWAWParser.hxx:108
MWAWParser & operator=(const MWAWParser &)=delete
private operator=: forbidden
Internal: the structures of a ActaText.
Definition: ActaText.cxx:58
bool getColor(int color, MWAWColor &col)
try to convert a file data to a color
Definition: FullWrtStruct.cxx:45
ActaParser * m_mainParser
the main parser
Definition: ActaText.hxx:115
MWAWParserStatePtr m_parserState
the parser state
Definition: ActaText.hxx:109