15#ifndef RVNGDUMMYPRESENTATIONGENERATOR_H
16#define RVNGDUMMYPRESENTATIONGENERATOR_H
void openChart(const RVNGPropertyList &propList)
Called when a chart should be opened.
Definition RVNGDummyPresentationGenerator.cpp:252
void openAnimationIteration(const RVNGPropertyList &propList)
Definition RVNGDummyPresentationGenerator.cpp:304
RVNGDummyPresentationGenerator & operator=(const RVNGDummyPresentationGenerator &other)
void startDocument(const RVNGPropertyList &propList)
Definition RVNGDummyPresentationGenerator.cpp:28
void drawRectangle(const RVNGPropertyList &propList)
Definition RVNGDummyPresentationGenerator.cpp:92
void startNotes(const RVNGPropertyList &propList)
Start slide notes.
Definition RVNGDummyPresentationGenerator.cpp:240
void drawGraphicObject(const RVNGPropertyList &propList)
Called when a binary/raster object should be inserted.
Definition RVNGDummyPresentationGenerator.cpp:112
void endTableObject()
Called when the current table is closed.
Definition RVNGDummyPresentationGenerator.cpp:228
void setStyle(const RVNGPropertyList &propList)
Definition RVNGDummyPresentationGenerator.cpp:88
void openAnimationGroup(const RVNGPropertyList &propList)
Called when a set of animations should be applied in parallel.
Definition RVNGDummyPresentationGenerator.cpp:296
void openChartPlotArea(const RVNGPropertyList &propList)
Called when a chart plot area should be opened.
Definition RVNGDummyPresentationGenerator.cpp:268
void insertColorAnimation(const RVNGPropertyList &propList)
Insert an animation that changes color of the target object.
Definition RVNGDummyPresentationGenerator.cpp:316
void insertField(const RVNGPropertyList &propList)
Called when a field should be inserted.
Definition RVNGDummyPresentationGenerator.cpp:176
void openOrderedListLevel(const RVNGPropertyList &propList)
Called when a new ordered list level should be opened.
Definition RVNGDummyPresentationGenerator.cpp:180
void closeChartTextObject()
Called when a chart text zone:legend/title/subtitle/footer should be closed.
Definition RVNGDummyPresentationGenerator.cpp:264
void endMasterSlide()
Definition RVNGDummyPresentationGenerator.cpp:56
void insertSpace()
Called when an explicit space should be inserted.
Definition RVNGDummyPresentationGenerator.cpp:168
void startTextObject(const RVNGPropertyList &propList)
Start a text object.
Definition RVNGDummyPresentationGenerator.cpp:120
void closeSpan()
Called when a text span is closed.
Definition RVNGDummyPresentationGenerator.cpp:148
void endEmbeddedGraphics()
Definition RVNGDummyPresentationGenerator.cpp:76
void closeChartPlotArea()
Called when a chart plot arre should be closed.
Definition RVNGDummyPresentationGenerator.cpp:272
void openAnimationSequence(const RVNGPropertyList &propList)
Called when a set of animations should be applied one after another.
Definition RVNGDummyPresentationGenerator.cpp:288
void endSlide()
Definition RVNGDummyPresentationGenerator.cpp:48
void closeOrderedListLevel()
Called when an unordered list level should be closed.
Definition RVNGDummyPresentationGenerator.cpp:188
void insertChartAxis(const RVNGPropertyList &propList)
Called when a axis should be add in a plot area.
Definition RVNGDummyPresentationGenerator.cpp:276
void startEmbeddedGraphics(const RVNGPropertyList &propList)
Definition RVNGDummyPresentationGenerator.cpp:72
void openTableCell(const RVNGPropertyList &propList)
Called when a new table cell is opened.
Definition RVNGDummyPresentationGenerator.cpp:216
void closeChartSeries()
Called when a serie should be closed (in a plot area)
Definition RVNGDummyPresentationGenerator.cpp:284
void defineChartStyle(const RVNGPropertyList &propList)
Definition RVNGDummyPresentationGenerator.cpp:248
void endLayer()
Definition RVNGDummyPresentationGenerator.cpp:68
void endNotes()
End slide notes.
Definition RVNGDummyPresentationGenerator.cpp:244
void insertEffect(const RVNGPropertyList &propList)
Set one-time animation effect on the target object.
Definition RVNGDummyPresentationGenerator.cpp:324
void setDocumentMetaData(const RVNGPropertyList &propList)
Called when all document metadata should be set.
Definition RVNGDummyPresentationGenerator.cpp:36
void insertAnimation(const RVNGPropertyList &propList)
Insert a generic animation.
Definition RVNGDummyPresentationGenerator.cpp:320
void closeTableRow()
Called when the current table row is closed.
Definition RVNGDummyPresentationGenerator.cpp:212
RVNGDummyPresentationGenerator(const RVNGDummyPresentationGenerator &other)
void closeGroup()
Definition RVNGDummyPresentationGenerator.cpp:84
void insertMotionAnimation(const RVNGPropertyList &propList)
Insert an animation that moves the target object along a specified path.
Definition RVNGDummyPresentationGenerator.cpp:312
void closeUnorderedListLevel()
Called when an ununordered list level should be closed.
Definition RVNGDummyPresentationGenerator.cpp:192
void endComment()
End a comment.
Definition RVNGDummyPresentationGenerator.cpp:236
void startTableObject(const RVNGPropertyList &propList)
Called when a table should be opened.
Definition RVNGDummyPresentationGenerator.cpp:204
void closeAnimationGroup()
Definition RVNGDummyPresentationGenerator.cpp:300
void closeAnimationIteration()
Definition RVNGDummyPresentationGenerator.cpp:308
void openLink(const RVNGPropertyList &propList)
Called when a link should be opened.
Definition RVNGDummyPresentationGenerator.cpp:152
void closeAnimationSequence()
Definition RVNGDummyPresentationGenerator.cpp:292
void openTableRow(const RVNGPropertyList &propList)
Called when a new table row is opened.
Definition RVNGDummyPresentationGenerator.cpp:208
void openListElement(const RVNGPropertyList &propList)
Called when a list element should be opened.
Definition RVNGDummyPresentationGenerator.cpp:196
void openChartTextObject(const RVNGPropertyList &propList)
Called when a chart text zone:label/legend/title/subtitle/footer should be opened.
Definition RVNGDummyPresentationGenerator.cpp:260
void insertTab()
Called when a TAB character should be inserted.
Definition RVNGDummyPresentationGenerator.cpp:164
void startSlide(const RVNGPropertyList &propList)
Definition RVNGDummyPresentationGenerator.cpp:44
void drawPolygon(const RVNGPropertyList &propList)
Definition RVNGDummyPresentationGenerator.cpp:104
void defineEmbeddedFont(const RVNGPropertyList &propList)
Called when an embedded font should be defined.
Definition RVNGDummyPresentationGenerator.cpp:40
void drawPath(const RVNGPropertyList &propList)
Definition RVNGDummyPresentationGenerator.cpp:108
void closeChart()
Called when a chart should be closed.
Definition RVNGDummyPresentationGenerator.cpp:256
void endDocument()
Definition RVNGDummyPresentationGenerator.cpp:32
void endTextObject()
End a text object.
Definition RVNGDummyPresentationGenerator.cpp:124
void drawEllipse(const RVNGPropertyList &propList)
Definition RVNGDummyPresentationGenerator.cpp:96
void closeTableCell()
Called when the current table cell is closed.
Definition RVNGDummyPresentationGenerator.cpp:220
void defineParagraphStyle(const RVNGPropertyList &propList)
Definition RVNGDummyPresentationGenerator.cpp:128
void closeListElement()
Called when a list element should be closed.
Definition RVNGDummyPresentationGenerator.cpp:200
void defineCharacterStyle(const RVNGPropertyList &propList)
Definition RVNGDummyPresentationGenerator.cpp:140
void openGroup(const RVNGPropertyList &propList)
Definition RVNGDummyPresentationGenerator.cpp:80
void insertCoveredTableCell(const RVNGPropertyList &propList)
Called when a covered (spanned by another cell in the table) table cell is opened.
Definition RVNGDummyPresentationGenerator.cpp:224
void insertLineBreak()
Called when a line break should be inserted.
Definition RVNGDummyPresentationGenerator.cpp:172
void startMasterSlide(const RVNGPropertyList &propList)
Definition RVNGDummyPresentationGenerator.cpp:52
void insertText(const RVNGString &str)
Called when a string of text should be inserted.
Definition RVNGDummyPresentationGenerator.cpp:160
void startLayer(const RVNGPropertyList &propList)
Definition RVNGDummyPresentationGenerator.cpp:64
void openChartSeries(const librevenge::RVNGPropertyList &propList)
Called when a serie should be opened (in a plot area)
Definition RVNGDummyPresentationGenerator.cpp:280
void openParagraph(const RVNGPropertyList &propList)
Called when a new paragraph is opened.
Definition RVNGDummyPresentationGenerator.cpp:132
void setSlideTransition(const RVNGPropertyList &propList)
Called when a transition should be added to the current slide.
Definition RVNGDummyPresentationGenerator.cpp:60
void startComment(const RVNGPropertyList &propList)
Start a comment.
Definition RVNGDummyPresentationGenerator.cpp:232
void openSpan(const RVNGPropertyList &propList)
Called when a text span is opened.
Definition RVNGDummyPresentationGenerator.cpp:144
void closeParagraph()
Called when a paragraph is closed.
Definition RVNGDummyPresentationGenerator.cpp:136
void drawPolyline(const RVNGPropertyList &propList)
Definition RVNGDummyPresentationGenerator.cpp:100
void closeLink()
Called when the current link is closed.
Definition RVNGDummyPresentationGenerator.cpp:156
void drawConnector(const RVNGPropertyList &propList)
Draw a connector.
Definition RVNGDummyPresentationGenerator.cpp:116
void openUnorderedListLevel(const RVNGPropertyList &propList)
Called when a new unordered list level should be opened.
Definition RVNGDummyPresentationGenerator.cpp:184
Interface for import of presentations.
Definition RVNGPresentationInterface.h:27
Definition RVNGPropertyList.h:39
UTF-8 string.
Definition RVNGString.h:34
#define REVENGE_GENERATORS_API
Definition librevenge-generators-api.h:34
Definition RVNGBinaryData.cpp:40