21#ifndef RVNGSVGDRAWINGGENERATOR_H
22#define RVNGSVGDRAWINGGENERATOR_H
Definition RVNGDrawingInterface.h:32
Definition RVNGPropertyList.h:39
void endLayer()
Definition RVNGSVGDrawingGenerator.cpp:781
void closeListElement()
Called when a list element should be closed.
Definition RVNGSVGDrawingGenerator.cpp:1032
void setStyle(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:803
void drawPolygon(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:844
void closeOrderedListLevel()
Called when an unordered list level should be closed.
Definition RVNGSVGDrawingGenerator.cpp:1026
void openTableCell(const RVNGPropertyList &propList)
Called when a new table cell is opened.
Definition RVNGSVGDrawingGenerator.cpp:1129
void endDocument()
Definition RVNGSVGDrawingGenerator.cpp:689
void drawConnector(const RVNGPropertyList &propList)
Draw a connector.
Definition RVNGSVGDrawingGenerator.cpp:955
void drawPolyline(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:837
void startPage(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:693
void drawRectangle(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:808
void startTableObject(const RVNGPropertyList &propList)
Called when a table should be opened.
Definition RVNGSVGDrawingGenerator.cpp:1107
void drawEllipse(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:821
void insertText(const RVNGString &text)
Called when a string of text should be inserted.
Definition RVNGSVGDrawingGenerator.cpp:1085
void endPage()
Definition RVNGSVGDrawingGenerator.cpp:716
void startDocument(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:688
void closeGroup()
Definition RVNGSVGDrawingGenerator.cpp:798
void insertField(const RVNGPropertyList &propList)
Called when a field should be inserted.
Definition RVNGSVGDrawingGenerator.cpp:1105
void closeParagraph()
Called when a paragraph is closed.
Definition RVNGSVGDrawingGenerator.cpp:1036
void closeSpan()
Called when a text span is closed.
Definition RVNGSVGDrawingGenerator.cpp:1077
void drawGraphicObject(const RVNGPropertyList &propList)
Called when a binary/raster object should be inserted.
Definition RVNGSVGDrawingGenerator.cpp:911
void closeLink()
Called when the current link is closed.
Definition RVNGSVGDrawingGenerator.cpp:1083
void endEmbeddedGraphics()
Definition RVNGSVGDrawingGenerator.cpp:787
void setDocumentMetaData(const RVNGPropertyList &propList)
Called when all document metadata should be set.
Definition RVNGSVGDrawingGenerator.cpp:690
void startMasterPage(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:723
void openOrderedListLevel(const RVNGPropertyList &propList)
Called when a new ordered list level should be opened.
Definition RVNGSVGDrawingGenerator.cpp:1025
void openParagraph(const RVNGPropertyList &propList)
Called when a new paragraph is opened.
Definition RVNGSVGDrawingGenerator.cpp:1035
void closeUnorderedListLevel()
Called when an ununordered list level should be closed.
Definition RVNGSVGDrawingGenerator.cpp:1029
void startEmbeddedGraphics(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:786
void endTableObject()
Called when the current table is closed.
Definition RVNGSVGDrawingGenerator.cpp:1163
void openListElement(const RVNGPropertyList &propList)
Called when a list element should be opened.
Definition RVNGSVGDrawingGenerator.cpp:1031
void closeTableCell()
Called when the current table cell is closed.
Definition RVNGSVGDrawingGenerator.cpp:1151
void openTableRow(const RVNGPropertyList &propList)
Called when a new table row is opened.
Definition RVNGSVGDrawingGenerator.cpp:1117
void defineEmbeddedFont(const RVNGPropertyList &propList)
Called when an embedded font should be defined.
Definition RVNGSVGDrawingGenerator.cpp:691
void openLink(const RVNGPropertyList &propList)
Called when a link should be opened.
Definition RVNGSVGDrawingGenerator.cpp:1082
void endMasterPage()
Definition RVNGSVGDrawingGenerator.cpp:742
RVNGSVGDrawingGenerator & operator=(const RVNGSVGDrawingGenerator &)
void insertTab()
Called when a TAB character should be inserted.
Definition RVNGSVGDrawingGenerator.cpp:1090
void insertCoveredTableCell(const RVNGPropertyList &propList)
Called when a covered (spanned by another cell in the table) table cell is opened.
Definition RVNGSVGDrawingGenerator.cpp:1157
void startLayer(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:763
void defineCharacterStyle(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:1038
void startTextObject(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:960
RVNGSVGDrawingGenerator(const RVNGSVGDrawingGenerator &)
RVNGSVGDrawingGenerator(RVNGStringVector &vec, const RVNGString &nmspace)
Definition RVNGSVGDrawingGenerator.cpp:678
void endTextObject()
Definition RVNGSVGDrawingGenerator.cpp:1020
RVNGSVGDrawingGeneratorPrivate * m_pImpl
Definition RVNGSVGDrawingGenerator.h:104
void openUnorderedListLevel(const RVNGPropertyList &propList)
Called when a new unordered list level should be opened.
Definition RVNGSVGDrawingGenerator.cpp:1028
void closeTableRow()
Called when the current table row is closed.
Definition RVNGSVGDrawingGenerator.cpp:1123
void openGroup(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:789
void insertSpace()
Called when an explicit space should be inserted.
Definition RVNGSVGDrawingGenerator.cpp:1095
void insertLineBreak()
Called when a line break should be inserted.
Definition RVNGSVGDrawingGenerator.cpp:1100
void openSpan(const RVNGPropertyList &propList)
Called when a text span is opened.
Definition RVNGSVGDrawingGenerator.cpp:1048
void defineParagraphStyle(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:1034
void drawPath(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:851
Definition RVNGStringVector.h:33
UTF-8 string.
Definition RVNGString.h:34
#define REVENGE_API
Definition librevenge-api.h:34
Definition RVNGBinaryData.cpp:39
Definition RVNGSVGDrawingGenerator.cpp:188