34 #ifndef MWAW_CONTENT_LISTENER_H
35 #define MWAW_CONTENT_LISTENER_H
39 #include <libwpd/libwpd.h>
44 class WPXDocumentInterface;
46 class WPXPropertyListVector;
50 namespace MWAWContentListenerInternal
148 std::string type=
"image/pict",
149 WPXPropertyList frameExtras=WPXPropertyList());
152 WPXPropertyList frameExtras=WPXPropertyList(),
153 WPXPropertyList textboxExtras=WPXPropertyList());
157 void openTable(std::vector<float>
const &colWidth, WPXUnit unit,
158 WPXPropertyList tableExtras=WPXPropertyList());
162 void openTableRow(
float h, WPXUnit unit,
bool headerRow=
false);
233 shared_ptr<MWAWContentListenerInternal::DocumentState>
m_ds;
235 shared_ptr<MWAWContentListenerInternal::State>
m_ps;
237 std::vector<shared_ptr<MWAWContentListenerInternal::State> >
m_psStack;