21#ifndef RVNGSVGDRAWINGGENERATOR_H
22#define RVNGSVGDRAWINGGENERATOR_H
Definition RVNGDrawingInterface.h:32
Definition RVNGPropertyList.h:39
void endLayer()
Definition RVNGSVGDrawingGenerator.cpp:784
void closeListElement()
Called when a list element should be closed.
Definition RVNGSVGDrawingGenerator.cpp:1035
void setStyle(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:806
void drawPolygon(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:847
void closeOrderedListLevel()
Called when an unordered list level should be closed.
Definition RVNGSVGDrawingGenerator.cpp:1029
void openTableCell(const RVNGPropertyList &propList)
Called when a new table cell is opened.
Definition RVNGSVGDrawingGenerator.cpp:1132
void endDocument()
Definition RVNGSVGDrawingGenerator.cpp:687
void drawConnector(const RVNGPropertyList &propList)
Draw a connector.
Definition RVNGSVGDrawingGenerator.cpp:958
void drawPolyline(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:840
void startPage(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:691
void drawRectangle(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:811
void startTableObject(const RVNGPropertyList &propList)
Called when a table should be opened.
Definition RVNGSVGDrawingGenerator.cpp:1110
void drawEllipse(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:824
void insertText(const RVNGString &text)
Called when a string of text should be inserted.
Definition RVNGSVGDrawingGenerator.cpp:1088
void endPage()
Definition RVNGSVGDrawingGenerator.cpp:719
void startDocument(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:686
void closeGroup()
Definition RVNGSVGDrawingGenerator.cpp:801
void insertField(const RVNGPropertyList &propList)
Called when a field should be inserted.
Definition RVNGSVGDrawingGenerator.cpp:1108
void closeParagraph()
Called when a paragraph is closed.
Definition RVNGSVGDrawingGenerator.cpp:1039
void closeSpan()
Called when a text span is closed.
Definition RVNGSVGDrawingGenerator.cpp:1080
void drawGraphicObject(const RVNGPropertyList &propList)
Called when a binary/raster object should be inserted.
Definition RVNGSVGDrawingGenerator.cpp:914
void closeLink()
Called when the current link is closed.
Definition RVNGSVGDrawingGenerator.cpp:1086
void endEmbeddedGraphics()
Definition RVNGSVGDrawingGenerator.cpp:790
void setDocumentMetaData(const RVNGPropertyList &propList)
Called when all document metadata should be set.
Definition RVNGSVGDrawingGenerator.cpp:688
void startMasterPage(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:726
void openOrderedListLevel(const RVNGPropertyList &propList)
Called when a new ordered list level should be opened.
Definition RVNGSVGDrawingGenerator.cpp:1028
void openParagraph(const RVNGPropertyList &propList)
Called when a new paragraph is opened.
Definition RVNGSVGDrawingGenerator.cpp:1038
void closeUnorderedListLevel()
Called when an ununordered list level should be closed.
Definition RVNGSVGDrawingGenerator.cpp:1032
void startEmbeddedGraphics(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:789
void endTableObject()
Called when the current table is closed.
Definition RVNGSVGDrawingGenerator.cpp:1166
void openListElement(const RVNGPropertyList &propList)
Called when a list element should be opened.
Definition RVNGSVGDrawingGenerator.cpp:1034
void closeTableCell()
Called when the current table cell is closed.
Definition RVNGSVGDrawingGenerator.cpp:1154
void openTableRow(const RVNGPropertyList &propList)
Called when a new table row is opened.
Definition RVNGSVGDrawingGenerator.cpp:1120
void defineEmbeddedFont(const RVNGPropertyList &propList)
Called when an embedded font should be defined.
Definition RVNGSVGDrawingGenerator.cpp:689
void openLink(const RVNGPropertyList &propList)
Called when a link should be opened.
Definition RVNGSVGDrawingGenerator.cpp:1085
void endMasterPage()
Definition RVNGSVGDrawingGenerator.cpp:745
RVNGSVGDrawingGenerator & operator=(const RVNGSVGDrawingGenerator &)
void insertTab()
Called when a TAB character should be inserted.
Definition RVNGSVGDrawingGenerator.cpp:1093
void insertCoveredTableCell(const RVNGPropertyList &propList)
Called when a covered (spanned by another cell in the table) table cell is opened.
Definition RVNGSVGDrawingGenerator.cpp:1160
void startLayer(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:766
void defineCharacterStyle(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:1041
void startTextObject(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:963
RVNGSVGDrawingGenerator(const RVNGSVGDrawingGenerator &)
RVNGSVGDrawingGenerator(RVNGStringVector &vec, const RVNGString &nmspace)
Definition RVNGSVGDrawingGenerator.cpp:676
void endTextObject()
Definition RVNGSVGDrawingGenerator.cpp:1023
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:1031
void closeTableRow()
Called when the current table row is closed.
Definition RVNGSVGDrawingGenerator.cpp:1126
void openGroup(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:792
void insertSpace()
Called when an explicit space should be inserted.
Definition RVNGSVGDrawingGenerator.cpp:1098
void insertLineBreak()
Called when a line break should be inserted.
Definition RVNGSVGDrawingGenerator.cpp:1103
void openSpan(const RVNGPropertyList &propList)
Called when a text span is opened.
Definition RVNGSVGDrawingGenerator.cpp:1051
void defineParagraphStyle(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:1037
void drawPath(const RVNGPropertyList &propList)
Definition RVNGSVGDrawingGenerator.cpp:854
Definition RVNGStringVector.h:33
UTF-8 string.
Definition RVNGString.h:34
#define REVENGE_API
Definition librevenge-api.h:34
Definition RVNGBinaryData.cpp:40
Definition RVNGSVGDrawingGenerator.cpp:186