34 #ifndef MWAW_CONTENT_LISTENER_H
35 #define MWAW_CONTENT_LISTENER_H
39 #include <libwpd/libwpd.h>
44 class WPXDocumentInterface;
46 class WPXPropertyListVector;
62 namespace MWAWContentListenerInternal
160 std::string type=
"image/pict",
161 WPXPropertyList frameExtras=WPXPropertyList());
164 WPXPropertyList frameExtras=WPXPropertyList(),
165 WPXPropertyList textboxExtras=WPXPropertyList());
169 void openTable(std::vector<float>
const &colWidth, WPXUnit unit,
170 WPXPropertyList tableExtras=WPXPropertyList());
174 void openTableRow(
float h, WPXUnit unit,
bool headerRow=
false);
245 shared_ptr<MWAWContentListenerInternal::DocumentState>
m_ds;
247 shared_ptr<MWAWContentListenerInternal::State>
m_ps;
249 std::vector<shared_ptr<MWAWContentListenerInternal::State> >
m_psStack;