21#ifndef RVNGRAWSPREADSHEETGENERATOR_H
22#define RVNGRAWSPREADSHEETGENERATOR_H
32struct RVNGRawSpreadsheetGeneratorImpl;
58 void closeSheetCell();
65 void closeChartTextObject();
67 void closeChartPlotArea();
70 void closeChartSerie();
82 void closeParagraph();
98 void insertLineBreak();
103 void closeOrderedListLevel();
104 void closeUnorderedListLevel();
106 void closeListElement();
109 void closeFootnote();
120 void closeTableRow();
122 void closeTableCell();
Definition RVNGPropertyList.h:39
Definition RVNGRawSpreadsheetGenerator.h:35
RVNGRawSpreadsheetGenerator & operator=(const RVNGRawSpreadsheetGenerator &other)
RVNGRawSpreadsheetGenerator(const RVNGRawSpreadsheetGenerator &other)
RVNGRawSpreadsheetGeneratorImpl * m_impl
Definition RVNGRawSpreadsheetGenerator.h:146
Pure virtual class containing all the callback functions that can be made by a spreadsheet parser.
Definition RVNGSpreadsheetInterface.h:50
UTF-8 string.
Definition RVNGString.h:34
#define REVENGE_GENERATORS_API
Definition librevenge-generators-api.h:34
Definition RVNGBinaryData.cpp:40
Definition RVNGRawSpreadsheetGenerator.cpp:31