38 #ifndef CW_MWAW_PRESENTATION
39 # define CW_MWAW_PRESENTATION
56 namespace CWPresentationInternal
127 shared_ptr<CWPresentationInternal::State>
m_state;
main structure which correspond to a document part
Definition: CWStruct.hxx:55
shared_ptr< MWAWParserState > MWAWParserStatePtr
Definition: ACText.hxx:49
a structure to store the style list and the lookup zone
Definition: CWStyleManager.hxx:64
int version() const
returns the file version
Definition: CWPresentation.cxx:99
std::vector< int > getSlidesList() const
returns the list of slide id
Definition: CWPresentation.cxx:116
bool readZone1(CWPresentationInternal::Presentation &pres)
try to read the first presentation zone ( the slide name ? )
Definition: CWPresentation.cxx:200
shared_ptr< CWStyleManager > m_styleManager
the style manager
Definition: CWPresentation.hxx:133
CWPresentation(CWParser &parser)
constructor
Definition: CWPresentation.cxx:90
CWParser * m_mainParser
the main parser;
Definition: CWPresentation.hxx:130
CWPresentation & operator=(CWPresentation const &orig)
shared_ptr< CWStruct::DSET > readPresentationZone(CWStruct::DSET const &zone, MWAWEntry const &entry, bool &complete)
reads the zone presentation DSET
Definition: CWPresentation.cxx:134
virtual ~CWPresentation()
destructor
Definition: CWPresentation.cxx:96
a class to define the parser state
Definition: MWAWParser.hxx:60
the main class to read the text part of Claris Works file
Definition: CWPresentation.hxx:70
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: CWPresentation.cxx:330
the main class to read a Claris Works file
Definition: CWParser.hxx:75
int numPages() const
returns the number of pages
Definition: CWPresentation.cxx:104
MWAWParserStatePtr m_parserState
the parser state
Definition: CWPresentation.hxx:124
shared_ptr< CWPresentationInternal::State > m_state
the state
Definition: CWPresentation.hxx:127
Internal the presentation.
Definition: CWPresentation.cxx:59
bool readZone2(CWPresentationInternal::Presentation &pres)
try to read the second presentation zone ( title )
Definition: CWPresentation.cxx:259
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
bool sendZone(int number)
sends the zone data to the listener (if it exists )
Definition: CWPresentation.cxx:307