27#ifndef _ABW_SPREADSHEET_TO_TABLE_GENERATOR_HXX_
28#define _ABW_SPREADSHEET_TO_TABLE_GENERATOR_HXX_
30#include <librevenge/librevenge.h>
38class ABWSpreadsheetToTableGeneratorPrivate;
62 void openPageSpan(
const librevenge::RVNGPropertyList &propList)
final;
67 void openSection(
const librevenge::RVNGPropertyList &propList)
final;
70 void openHeader(const librevenge::RVNGPropertyList &propList) final;
72 void openFooter(const librevenge::RVNGPropertyList &propList) final;
76 void openSheet(const librevenge::RVNGPropertyList &propList) final;
78 void openSheetRow(const librevenge::RVNGPropertyList &propList) final;
84 void openChart(const librevenge::RVNGPropertyList &propList) final;
99 void openSpan(const librevenge::RVNGPropertyList &propList) final;
102 void openLink(const librevenge::RVNGPropertyList &propList) final;
109 void insertField(const librevenge::RVNGPropertyList &propList) final;
121 void openComment(const librevenge::RVNGPropertyList &propList) final;
123 void openTextBox(const librevenge::RVNGPropertyList &propList) final;
126 void openTable(const librevenge::RVNGPropertyList &propList) final;
134 void openFrame(const librevenge::RVNGPropertyList &propList) final;
143 void openGroup(const librevenge::RVNGPropertyList &propList) final;
148 void drawEllipse(const librevenge::RVNGPropertyList &propList) final;
149 void drawPolygon(const librevenge::RVNGPropertyList &propList) final;
151 void drawPath(const librevenge::RVNGPropertyList &propList) final;
161 ABWSpreadsheetToTableGeneratorPrivate *
m_data;
void openParagraph(const librevenge::RVNGPropertyList &propList) final
void defineChartStyle(const librevenge::RVNGPropertyList &propList) final
void closeSheetRow() final
void openChartPlotArea(const librevenge::RVNGPropertyList &propList) final
void closeChartTextObject() final
void insertCoveredTableCell(const librevenge::RVNGPropertyList &propList) final
void closeSection() final
void openTableRow(const librevenge::RVNGPropertyList &propList) final
void closeFootnote() final
void closeChartPlotArea() final
void closeUnorderedListLevel() final
void setDocumentMetaData(const librevenge::RVNGPropertyList &propList) final
void openTableCell(const librevenge::RVNGPropertyList &propList) final
void openChartTextObject(const librevenge::RVNGPropertyList &propList) final
void insertLineBreak() final
void openFooter(const librevenge::RVNGPropertyList &propList) final
void openFrame(const librevenge::RVNGPropertyList &propList) final
void definePageStyle(const librevenge::RVNGPropertyList &) final
Definition ABWSpreadsheetToTableGenerator.hxx:61
void openSheetCell(const librevenge::RVNGPropertyList &propList) final
void closeListElement() final
void openSheet(const librevenge::RVNGPropertyList &propList) final
~ABWSpreadsheetToTableGenerator() final
destructor
void defineSheetNumberingStyle(const librevenge::RVNGPropertyList &propList) final
void defineGraphicStyle(const librevenge::RVNGPropertyList &propList) final
void insertEquation(const librevenge::RVNGPropertyList &) final
Definition ABWSpreadsheetToTableGenerator.hxx:155
void closeTextBox() final
void drawConnector(const librevenge::RVNGPropertyList &propList) final
ABWSpreadsheetToTableGenerator & operator=(ABWSpreadsheetToTableGenerator const &)
void openGroup(const librevenge::RVNGPropertyList &propList) final
void closeComment() final
void defineEmbeddedFont(const librevenge::RVNGPropertyList &propList) final
void closeSheetCell() final
void drawRectangle(const librevenge::RVNGPropertyList &propList) final
void openFootnote(const librevenge::RVNGPropertyList &propList) final
void closeTableCell() final
void openTextBox(const librevenge::RVNGPropertyList &propList) final
void openSheetRow(const librevenge::RVNGPropertyList &propList) final
void drawPolyline(const librevenge::RVNGPropertyList &propList) final
void openTable(const librevenge::RVNGPropertyList &propList) final
void openUnorderedListLevel(const librevenge::RVNGPropertyList &propList) final
void openPageSpan(const librevenge::RVNGPropertyList &propList) final
void closeOrderedListLevel() final
void defineSectionStyle(const librevenge::RVNGPropertyList &) final
Definition ABWSpreadsheetToTableGenerator.hxx:66
void insertField(const librevenge::RVNGPropertyList &propList) final
void defineCharacterStyle(const librevenge::RVNGPropertyList &propList) final
void closeParagraph() final
ABWSpreadsheetToTableGenerator(ABWSpreadsheetToTableGenerator const &)
void openOrderedListLevel(const librevenge::RVNGPropertyList &propList) final
ABWSpreadsheetToTableGeneratorPrivate * m_data
Definition ABWSpreadsheetToTableGenerator.hxx:161
void drawPath(const librevenge::RVNGPropertyList &propList) final
void openChartSerie(const librevenge::RVNGPropertyList &series) final
void openComment(const librevenge::RVNGPropertyList &propList) final
void openSection(const librevenge::RVNGPropertyList &propList) final
void openLink(const librevenge::RVNGPropertyList &propList) final
void closeChartSerie() final
void drawPolygon(const librevenge::RVNGPropertyList &propList) final
void openHeader(const librevenge::RVNGPropertyList &propList) final
void closeTableRow() final
void closePageSpan() final
void insertBinaryObject(const librevenge::RVNGPropertyList &propList) final
void insertChartAxis(const librevenge::RVNGPropertyList &axis) final
void insertText(const librevenge::RVNGString &text) final
void openSpan(const librevenge::RVNGPropertyList &propList) final
ABWSpreadsheetToTableGenerator(ABWGenerator &documentGenerator)
constructor
void defineParagraphStyle(const librevenge::RVNGPropertyList &propList) final
void openListElement(const librevenge::RVNGPropertyList &propList) final
void startDocument(const librevenge::RVNGPropertyList &) final
void openChart(const librevenge::RVNGPropertyList &propList) final
void drawEllipse(const librevenge::RVNGPropertyList &propList) final
#define RVNGABWAPI
Definition librvngabw-api.hxx:36
Definition ABWDocumentHandler.hxx:31