27 #ifndef _ODTGENERATOR_HXX_
28 #define _ODTGENERATOR_HXX_
30 #include <libwpd/libwpd.h>
50 class OdtGeneratorPrivate;
72 void openSection(
const WPXPropertyList &propList,
const WPXPropertyListVector &columns);
75 void openHeader(
const WPXPropertyList &propList);
77 void openFooter(
const WPXPropertyList &propList);
81 void openParagraph(
const WPXPropertyList &propList,
const WPXPropertyListVector &tabStops);
85 void openSpan(
const WPXPropertyList &propList);
92 void insertField(
const WPXString &type,
const WPXPropertyList &propList);
100 void openListElement(
const WPXPropertyList &propList,
const WPXPropertyListVector &tabStops);
112 void openTable(
const WPXPropertyList &propList,
const WPXPropertyListVector &columns);
120 void openFrame(
const WPXPropertyList &propList);
124 void insertEquation(
const WPXPropertyList &propList,
const WPXString &data);