34 #ifndef MWAW_CONTENT_LISTENER_H
35 #define MWAW_CONTENT_LISTENER_H
39 #include <libwpd/libwpd.h>
50 namespace MWAWContentListenerInternal
127 void setFont(MWAWFont
const &font);
129 MWAWFont
const &
getFont()
const;
152 std::string type=
"image/pict",
153 WPXPropertyList frameExtras=WPXPropertyList());
159 WPXPropertyList frameExtras=WPXPropertyList(),
160 WPXPropertyList textboxExtras=WPXPropertyList());
164 void openTable(
MWAWTable const &table, WPXPropertyList tableExtras=WPXPropertyList());
168 void openTableRow(
float h, WPXUnit unit,
bool headerRow=
false);
241 shared_ptr<MWAWContentListenerInternal::DocumentState>
m_ds;
243 shared_ptr<MWAWContentListenerInternal::State>
m_ps;
245 std::vector<shared_ptr<MWAWContentListenerInternal::State> >
m_psStack;