21 #ifndef RVNGRAWSPREADSHEETGENERATOR_H    22 #define RVNGRAWSPREADSHEETGENERATOR_H    32 struct 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: RVNGBinaryData.cpp:38
 Pure virtual class containing all the callback functions that can be made by a spreadsheet parser...
Definition: RVNGSpreadsheetInterface.h:49
Definition: RVNGRawSpreadsheetGenerator.cpp:30
RVNGRawSpreadsheetGeneratorImpl * m_impl
Definition: RVNGRawSpreadsheetGenerator.h:146
Definition: RVNGRawSpreadsheetGenerator.h:34
#define REVENGE_GENERATORS_API
Definition: librevenge-generators-api.h:34
Definition: RVNGPropertyList.h:38
UTF-8 string. 
Definition: RVNGString.h:33