15#ifndef RVNGDUMMYDDUMMYINGGENERATOR_H
16#define RVNGDUMMYDDUMMYINGGENERATOR_H
Definition RVNGDrawingInterface.h:32
void endEmbeddedGraphics()
Definition RVNGDummyDrawingGenerator.cpp:72
void insertCoveredTableCell(const RVNGPropertyList &propList)
Called when a covered (spanned by another cell in the table) table cell is opened.
Definition RVNGDummyDrawingGenerator.cpp:220
void insertTab()
Called when a TAB character should be inserted.
Definition RVNGDummyDrawingGenerator.cpp:180
void closeTableCell()
Called when the current table cell is closed.
Definition RVNGDummyDrawingGenerator.cpp:216
void closeUnorderedListLevel()
Called when an ununordered list level should be closed.
Definition RVNGDummyDrawingGenerator.cpp:136
void startLayer(const RVNGPropertyList &propList)
Definition RVNGDummyDrawingGenerator.cpp:60
void drawRectangle(const RVNGPropertyList &propList)
Definition RVNGDummyDrawingGenerator.cpp:88
void startDocument(const RVNGPropertyList &propList)
Definition RVNGDummyDrawingGenerator.cpp:28
void drawGraphicObject(const RVNGPropertyList &propList)
Called when a binary/raster object should be inserted.
Definition RVNGDummyDrawingGenerator.cpp:108
void setStyle(const RVNGPropertyList &propList)
Definition RVNGDummyDrawingGenerator.cpp:84
void defineParagraphStyle(const RVNGPropertyList &propList)
Definition RVNGDummyDrawingGenerator.cpp:148
void openUnorderedListLevel(const RVNGPropertyList &propList)
Called when a new unordered list level should be opened.
Definition RVNGDummyDrawingGenerator.cpp:132
void closeOrderedListLevel()
Called when an unordered list level should be closed.
Definition RVNGDummyDrawingGenerator.cpp:128
void closeGroup()
Definition RVNGDummyDrawingGenerator.cpp:80
void closeSpan()
Called when a text span is closed.
Definition RVNGDummyDrawingGenerator.cpp:168
void endTextObject()
Definition RVNGDummyDrawingGenerator.cpp:120
void openParagraph(const RVNGPropertyList &propList)
Called when a new paragraph is opened.
Definition RVNGDummyDrawingGenerator.cpp:152
void startTableObject(const RVNGPropertyList &propList)
Called when a table should be opened.
Definition RVNGDummyDrawingGenerator.cpp:200
void endDocument()
Definition RVNGDummyDrawingGenerator.cpp:32
void startPage(const RVNGPropertyList &propList)
Definition RVNGDummyDrawingGenerator.cpp:44
void drawPolyline(const RVNGPropertyList &propList)
Definition RVNGDummyDrawingGenerator.cpp:96
RVNGDummyDrawingGenerator(const RVNGDummyDrawingGenerator &other)
void openTableRow(const RVNGPropertyList &propList)
Called when a new table row is opened.
Definition RVNGDummyDrawingGenerator.cpp:204
void endLayer()
Definition RVNGDummyDrawingGenerator.cpp:64
void openOrderedListLevel(const RVNGPropertyList &propList)
Called when a new ordered list level should be opened.
Definition RVNGDummyDrawingGenerator.cpp:124
void startEmbeddedGraphics(const RVNGPropertyList &propList)
Definition RVNGDummyDrawingGenerator.cpp:68
void closeListElement()
Called when a list element should be closed.
Definition RVNGDummyDrawingGenerator.cpp:144
void openListElement(const RVNGPropertyList &propList)
Called when a list element should be opened.
Definition RVNGDummyDrawingGenerator.cpp:140
void defineEmbeddedFont(const RVNGPropertyList &propList)
Called when an embedded font should be defined.
Definition RVNGDummyDrawingGenerator.cpp:40
void openLink(const RVNGPropertyList &propList)
Called when a link should be opened.
Definition RVNGDummyDrawingGenerator.cpp:172
void drawConnector(const RVNGPropertyList &propList)
Draw a connector.
Definition RVNGDummyDrawingGenerator.cpp:112
void openGroup(const RVNGPropertyList &propList)
Definition RVNGDummyDrawingGenerator.cpp:76
void startTextObject(const RVNGPropertyList &propList)
Definition RVNGDummyDrawingGenerator.cpp:116
void insertText(const RVNGString &text)
Called when a string of text should be inserted.
Definition RVNGDummyDrawingGenerator.cpp:188
void endTableObject()
Called when the current table is closed.
Definition RVNGDummyDrawingGenerator.cpp:224
RVNGDummyDrawingGenerator & operator=(const RVNGDummyDrawingGenerator &other)
void closeParagraph()
Called when a paragraph is closed.
Definition RVNGDummyDrawingGenerator.cpp:156
void startMasterPage(const RVNGPropertyList &propList)
Definition RVNGDummyDrawingGenerator.cpp:52
void defineCharacterStyle(const RVNGPropertyList &propList)
Definition RVNGDummyDrawingGenerator.cpp:160
void insertSpace()
Called when an explicit space should be inserted.
Definition RVNGDummyDrawingGenerator.cpp:184
void openSpan(const RVNGPropertyList &propList)
Called when a text span is opened.
Definition RVNGDummyDrawingGenerator.cpp:164
void endMasterPage()
Definition RVNGDummyDrawingGenerator.cpp:56
void insertField(const RVNGPropertyList &propList)
Called when a field should be inserted.
Definition RVNGDummyDrawingGenerator.cpp:196
void drawPath(const RVNGPropertyList &propList)
Definition RVNGDummyDrawingGenerator.cpp:104
void openTableCell(const RVNGPropertyList &propList)
Called when a new table cell is opened.
Definition RVNGDummyDrawingGenerator.cpp:212
void closeTableRow()
Called when the current table row is closed.
Definition RVNGDummyDrawingGenerator.cpp:208
void closeLink()
Called when the current link is closed.
Definition RVNGDummyDrawingGenerator.cpp:176
void endPage()
Definition RVNGDummyDrawingGenerator.cpp:48
void insertLineBreak()
Called when a line break should be inserted.
Definition RVNGDummyDrawingGenerator.cpp:192
void setDocumentMetaData(const RVNGPropertyList &propList)
Called when all document metadata should be set.
Definition RVNGDummyDrawingGenerator.cpp:36
void drawEllipse(const RVNGPropertyList &propList)
Definition RVNGDummyDrawingGenerator.cpp:92
void drawPolygon(const RVNGPropertyList &propList)
Definition RVNGDummyDrawingGenerator.cpp:100
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