36 #ifndef __MWAW_GRAPHIC_INTERFACE_HXX__
37 #define __MWAW_GRAPHIC_INTERFACE_HXX__
39 #include <libwpd/libwpd.h>
44 namespace MWAWGraphicInterfaceInternal
125 void startPage(const ::WPXPropertyList &propList);
129 void setStyle(const ::WPXPropertyList &propList, const ::WPXPropertyListVector &gradient);
131 void startLayer(const ::WPXPropertyList &propList);
142 void drawEllipse(const ::WPXPropertyList &propList);
144 void drawPolygon(const ::WPXPropertyListVector &vertices);
146 void drawPolyline(const ::WPXPropertyListVector &vertices);
148 void drawPath(const ::WPXPropertyListVector &path);
151 void drawGraphicObject(const ::WPXPropertyList &propList, const ::WPXBinaryData &binaryData);
154 void startTextObject(const ::WPXPropertyList &propList, const ::WPXPropertyListVector &path);
186 void insertField(
const WPXString &type,
const WPXPropertyList &propList);
254 void openListElement(
const WPXPropertyList &propList,
const WPXPropertyListVector &tabStops);
278 void openParagraph(
const WPXPropertyList &propList,
const WPXPropertyListVector &tabStops);
301 void openSpan(
const WPXPropertyList &propList);
310 shared_ptr<MWAWGraphicInterfaceInternal::State>
m_state;