10 #ifndef __CDRSVGGENERATOR_H__
11 #define __CDRSVGGENERATOR_H__
16 #include <libwpd/libwpd.h>
17 #include <libwpg/libwpg.h>
31 void startLayer(const ::WPXPropertyList &propList);
36 void setStyle(const ::WPXPropertyList &propList, const ::WPXPropertyListVector &gradient);
39 void drawEllipse(const ::WPXPropertyList &propList);
40 void drawPolyline(const ::WPXPropertyListVector &vertices);
41 void drawPolygon(const ::WPXPropertyListVector &vertices);
42 void drawPath(const ::WPXPropertyListVector &path);
43 void drawGraphicObject(const ::WPXPropertyList &propList, const ::WPXBinaryData &binaryData);
44 void startTextObject(const ::WPXPropertyList &propList, const ::WPXPropertyListVector &path);
67 #endif // __CDRSVGGENERATOR_H__