38 #ifndef CLARIS_DRAW_TEXT 39 # define CLARIS_DRAW_TEXT 93 bool sendZone(
int number,
int subZone=-1);
102 bool readFont(
int id,
int &posC,
MWAWFont &font);
105 bool readParagraphs();
110 bool readParagraph(
int id=-1);
139 std::shared_ptr<ClarisDrawTextInternal::State>
m_state;
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:555
std::shared_ptr< ClarisDrawStyleManager > m_styleManager
the style manager
Definition: ClarisDrawText.hxx:144
low level internal: main text zone
Definition: ClarisDrawText.cxx:400
the main class to read a ClarisDraw style
Definition: ClarisDrawStyleManager.hxx:59
main structure which correspond to a document part
Definition: ClarisWksStruct.hxx:87
Class to store font.
Definition: MWAWFont.hxx:43
int version() const
returns the works version
Definition: MWAWParser.hxx:108
MWAWParser & operator=(const MWAWParser &)=delete
private operator=: forbidden
MWAWParserStatePtr m_parserState
the parser state
Definition: ClarisDrawText.hxx:136
the main class to read a ClarisDraw v1 file
Definition: ClarisDrawParser.hxx:63
std::shared_ptr< ClarisDrawTextInternal::State > m_state
the state
Definition: ClarisDrawText.hxx:139
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
ClarisDrawParser * m_mainParser
the main parser;
Definition: ClarisDrawText.hxx:142
Internal: the structures of a ClarisDrawText.
Definition: ClarisDrawText.cxx:57
friend class ClarisDrawText
Definition: ClarisDrawParser.hxx:66
the main class to read the text part of ClarisDraw file
Definition: ClarisDrawText.hxx:72