34 #ifndef MWAW_CONTENT_LISTENER_H
35 #define MWAW_CONTENT_LISTENER_H
39 #include <libwpd/libwpd.h>
46 namespace MWAWContentListenerInternal
119 void setFont(MWAWFont
const &font);
121 MWAWFont
const &
getFont()
const;
144 std::string type=
"image/pict",
145 WPXPropertyList frameExtras=WPXPropertyList());
148 WPXPropertyList frameExtras=WPXPropertyList(),
149 WPXPropertyList textboxExtras=WPXPropertyList());
157 void openTableRow(
float h, WPXUnit unit,
bool headerRow=
false);
226 shared_ptr<MWAWContentListenerInternal::DocumentState>
m_ds;
228 shared_ptr<MWAWContentListenerInternal::State>
m_ps;
230 std::vector<shared_ptr<MWAWContentListenerInternal::State> >
m_psStack;