libetonyek::IWORKPresentationRedirector Class Reference

#include <IWORKPresentationRedirector.h>

Inheritance diagram for libetonyek::IWORKPresentationRedirector:
libetonyek::IWORKDocumentInterface

List of all members.

Public Member Functions

 IWORKPresentationRedirector (librevenge::RVNGPresentationInterface *iface)
virtual void setDocumentMetaData (const librevenge::RVNGPropertyList &propList)
virtual void startDocument (const librevenge::RVNGPropertyList &propList)
virtual void endDocument ()
virtual void definePageStyle (const librevenge::RVNGPropertyList &propList)
virtual void defineEmbeddedFont (const librevenge::RVNGPropertyList &propList)
virtual void openPageSpan (const librevenge::RVNGPropertyList &propList)
virtual void closePageSpan ()
virtual void startSlide (const librevenge::RVNGPropertyList &propList)
virtual void endSlide ()
virtual void startMasterSlide (const librevenge::RVNGPropertyList &propList)
virtual void endMasterSlide ()
virtual void setStyle (const librevenge::RVNGPropertyList &propList)
virtual void startLayer (const librevenge::RVNGPropertyList &propList)
virtual void endLayer ()
virtual void openHeader (const librevenge::RVNGPropertyList &propList)
virtual void closeHeader ()
virtual void openFooter (const librevenge::RVNGPropertyList &propList)
virtual void closeFooter ()
virtual void defineParagraphStyle (const librevenge::RVNGPropertyList &propList)
virtual void openParagraph (const librevenge::RVNGPropertyList &propList)
virtual void closeParagraph ()
virtual void defineCharacterStyle (const librevenge::RVNGPropertyList &propList)
virtual void openSpan (const librevenge::RVNGPropertyList &propList)
virtual void closeSpan ()
virtual void openLink (const librevenge::RVNGPropertyList &propList)
virtual void closeLink ()
virtual void defineSectionStyle (const librevenge::RVNGPropertyList &propList)
virtual void openSection (const librevenge::RVNGPropertyList &propList)
virtual void closeSection ()
virtual void insertTab ()
virtual void insertSpace ()
virtual void insertText (const librevenge::RVNGString &text)
virtual void insertLineBreak ()
virtual void insertField (const librevenge::RVNGPropertyList &propList)
virtual void openOrderedListLevel (const librevenge::RVNGPropertyList &propList)
virtual void openUnorderedListLevel (const librevenge::RVNGPropertyList &propList)
virtual void closeOrderedListLevel ()
virtual void closeUnorderedListLevel ()
virtual void openListElement (const librevenge::RVNGPropertyList &propList)
virtual void closeListElement ()
virtual void openFootnote (const librevenge::RVNGPropertyList &propList)
virtual void closeFootnote ()
virtual void openEndnote (const librevenge::RVNGPropertyList &propList)
virtual void closeEndnote ()
virtual void openComment (const librevenge::RVNGPropertyList &propList)
virtual void closeComment ()
virtual void openTextBox (const librevenge::RVNGPropertyList &propList)
virtual void closeTextBox ()
virtual void defineSheetNumberingStyle (const librevenge::RVNGPropertyList &propList)
virtual void openTable (const librevenge::RVNGPropertyList &propList)
virtual void openTableRow (const librevenge::RVNGPropertyList &propList)
virtual void closeTableRow ()
virtual void openTableCell (const librevenge::RVNGPropertyList &propList)
virtual void closeTableCell ()
virtual void insertCoveredTableCell (const librevenge::RVNGPropertyList &propList)
virtual void closeTable ()
virtual void openFrame (const librevenge::RVNGPropertyList &propList)
virtual void closeFrame ()
virtual void insertBinaryObject (const librevenge::RVNGPropertyList &propList)
virtual void insertEquation (const librevenge::RVNGPropertyList &propList)
virtual void openGroup (const librevenge::RVNGPropertyList &propList)
virtual void closeGroup ()
virtual void defineGraphicStyle (const librevenge::RVNGPropertyList &propList)
virtual void drawRectangle (const librevenge::RVNGPropertyList &propList)
virtual void drawEllipse (const librevenge::RVNGPropertyList &propList)
virtual void drawPolygon (const librevenge::RVNGPropertyList &propList)
virtual void drawPolyline (const librevenge::RVNGPropertyList &propList)
virtual void drawPath (const librevenge::RVNGPropertyList &propList)
virtual void drawGraphicObject (const librevenge::RVNGPropertyList &propList)
virtual void drawConnector (const librevenge::RVNGPropertyList &propList)
virtual void startTextObject (const librevenge::RVNGPropertyList &propList)
virtual void endTextObject ()
virtual void startNotes (const librevenge::RVNGPropertyList &propList)
virtual void endNotes ()
virtual void defineChartStyle (const librevenge::RVNGPropertyList &propList)
virtual void openChart (const librevenge::RVNGPropertyList &propList)
virtual void closeChart ()
virtual void openChartTextObject (const librevenge::RVNGPropertyList &propList)
virtual void closeChartTextObject ()
virtual void openChartPlotArea (const librevenge::RVNGPropertyList &propList)
virtual void closeChartPlotArea ()
virtual void insertChartAxis (const librevenge::RVNGPropertyList &propList)
virtual void openChartSeries (const librevenge::RVNGPropertyList &propList)
virtual void closeChartSeries ()
virtual void openAnimationSequence (const librevenge::RVNGPropertyList &propList)
virtual void closeAnimationSequence ()
virtual void openAnimationGroup (const librevenge::RVNGPropertyList &propList)
virtual void closeAnimationGroup ()
virtual void openAnimationIteration (const librevenge::RVNGPropertyList &propList)
virtual void closeAnimationIteration ()
virtual void insertMotionAnimation (const librevenge::RVNGPropertyList &propList)
virtual void insertColorAnimation (const librevenge::RVNGPropertyList &propList)
virtual void insertAnimation (const librevenge::RVNGPropertyList &propList)
virtual void insertEffect (const librevenge::RVNGPropertyList &propList)

Private Attributes

librevenge::RVNGPresentationInterface
*const 
m_iface

Constructor & Destructor Documentation

libetonyek::IWORKPresentationRedirector::IWORKPresentationRedirector ( librevenge::RVNGPresentationInterface *  iface) [explicit]

Member Function Documentation

void libetonyek::IWORKPresentationRedirector::defineCharacterStyle ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::defineChartStyle ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::defineEmbeddedFont ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::defineGraphicStyle ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::definePageStyle ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::defineParagraphStyle ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::defineSectionStyle ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::defineSheetNumberingStyle ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::drawConnector ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::drawEllipse ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::drawGraphicObject ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::drawPath ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::drawPolygon ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::drawPolyline ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::drawRectangle ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::insertAnimation ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::insertBinaryObject ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::insertChartAxis ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::insertColorAnimation ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::insertCoveredTableCell ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::insertEffect ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::insertEquation ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::insertField ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::insertMotionAnimation ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::insertText ( const librevenge::RVNGString &  text) [virtual]
void libetonyek::IWORKPresentationRedirector::openAnimationGroup ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openAnimationIteration ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openAnimationSequence ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openChart ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openChartPlotArea ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openChartSeries ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openChartTextObject ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openComment ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openEndnote ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openFooter ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openFootnote ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openFrame ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openGroup ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openHeader ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openLink ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openListElement ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openOrderedListLevel ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openPageSpan ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openParagraph ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openSection ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openSpan ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openTable ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openTableCell ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openTableRow ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openTextBox ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::openUnorderedListLevel ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::setDocumentMetaData ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::setStyle ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::startDocument ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::startLayer ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::startMasterSlide ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::startNotes ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::startSlide ( const librevenge::RVNGPropertyList &  propList) [virtual]
void libetonyek::IWORKPresentationRedirector::startTextObject ( const librevenge::RVNGPropertyList &  propList) [virtual]

Member Data Documentation


The documentation for this class was generated from the following files: