26 #ifndef WPXCONTENTLISTENER_H
27 #define WPXCONTENTLISTENER_H
150 WPXContentListener(std::list<WPXPageSpan> &pageList, librevenge::RVNGTextInterface *documentInterface);
177 void _getTabStops(librevenge::RVNGPropertyListVector &tabStops);
191 void _openTableRow(
const double height,
const bool isMinimumHeight,
const bool isHeaderRow);
193 void _openTableCell(
const unsigned char colSpan,
const unsigned char rowSpan,
const unsigned char borderBits,
204 void _insertText(
const librevenge::RVNGString &textBuffer);