38 #ifndef CLARIS_WKS_PRESENTATION 39 # define CLARIS_WKS_PRESENTATION 88 bool updatePageSpanList(
MWAWPageSpan const &page, std::vector<MWAWPageSpan> &spanList);
91 shared_ptr<ClarisWksStruct::DSET> readPresentationZone
95 void updateSlideTypes()
const;
98 void disconnectMasterFromContents()
const;
104 bool sendZone(
int number);
112 void askToSend(
int number);
145 shared_ptr<ClarisWksPresentationInternal::State>
m_state;
MWAWParser * m_mainParser
the main parser;
Definition: ClarisWksPresentation.hxx:148
ClarisWksDocument & m_document
the document
Definition: ClarisWksPresentation.hxx:139
A class which defines the page properties.
Definition: MWAWPageSpan.hxx:95
Internal: the structures of a ClarisWksPresentation.
Definition: ClarisWksPresentation.cxx:57
SubDocument & operator=(SubDocument const &orig)
main structure which correspond to a document part
Definition: ClarisWksStruct.hxx:58
Internal the presentation.
Definition: ClarisWksPresentation.cxx:60
main document information used to create a ClarisWorks file
Definition: ClarisWksDocument.hxx:72
Internal: the subdocument of a ClarisWksPresentation.
Definition: ClarisWksPresentation.cxx:112
the main class to create presentation Claris Works file
Definition: ClarisWksPRParser.hxx:67
the main class to read the text part of Claris Works file
Definition: ClarisWksPresentation.hxx:70
shared_ptr< ClarisWksPresentationInternal::State > m_state
the state
Definition: ClarisWksPresentation.hxx:145
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:502
virtual class which defines the ancestor of all main zone parser
Definition: MWAWParser.hxx:97
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
MWAWParserStatePtr m_parserState
the parser state
Definition: ClarisWksPresentation.hxx:142