52 namespace ACTextInternal
Internal: a topic of a ACText.
Definition: ACText.cxx:62
shared_ptr< MWAWParserState > MWAWParserStatePtr
Definition: ACText.hxx:49
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
Definition: ACText.hxx:44
bool createZones()
try to create the text zones
Definition: ACText.cxx:204
the main class to read the text part of Acta Text file
Definition: ACText.hxx:65
bool sendText(ACTextInternal::Topic const &topic)
try to read a text entry
Definition: ACText.cxx:386
bool sendMainText()
send a main zone
Definition: ACText.cxx:228
bool getColor(int id, MWAWColor &col) const
return the color which corresponds to an id (if possible)
Definition: ACText.cxx:184
bool sendGraphic(ACTextInternal::Topic const &topic)
try to read a graphic
Definition: ACText.cxx:484
the class to store a color
Definition: libmwaw_internal.hxx:161
Class to store font.
Definition: MWAWFont.hxx:47
a class to define the parser state
Definition: MWAWParser.hxx:60
ACText(ACParser &parser)
constructor
Definition: ACText.cxx:155
ACText & operator=(ACText const &orig)
bool sendTopic(ACTextInternal::Topic const &topic)
try to send a topic
Definition: ACText.cxx:331
ACParser * m_mainParser
the main parser;
Definition: ACText.hxx:123
bool readTopic()
try to read the topic definitions (line or graphic)
Definition: ACText.cxx:245
virtual ~ACText()
destructor
Definition: ACText.cxx:160
MWAWParserStatePtr m_parserState
the parser state
Definition: ACText.hxx:117
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
int numPages() const
returns the number of pages
Definition: ACText.cxx:170
the main class to read a Acta file
Definition: ACParser.hxx:61
int version() const
returns the file version
Definition: ACText.cxx:163
bool readFont(MWAWFont &font, bool inPLC)
try to read a font
Definition: ACText.cxx:537
shared_ptr< ACTextInternal::State > m_state
the state
Definition: ACText.hxx:120