Go to the documentation of this file.
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();
#define RVNG_CALLGRAPH_LEAVE(M, L)
Definition: RVNGRawGeneratorBase.h:44
void openHeader(const RVNGPropertyList &propList)
Called when a header should be opened (a sub-document will be placed inside of it).
Definition: RVNGRawSpreadsheetGenerator.cpp:237
void openTable(const RVNGPropertyList &propList)
Called when a table should be opened.
Definition: RVNGRawSpreadsheetGenerator.cpp:421
void openTableCell(const RVNGPropertyList &propList)
Called when a new table cell is opened.
Definition: RVNGRawSpreadsheetGenerator.cpp:437
void closeOrderedListLevel()
Called when an unordered list level should be closed.
Definition: RVNGRawSpreadsheetGenerator.cpp:356
void openTextBox(const RVNGPropertyList &propList)
Called when a text box should be opened (a sub-document will be placed inside of it)
Definition: RVNGRawSpreadsheetGenerator.cpp:411
void closeFooter()
Called when a footer should be closed.
Definition: RVNGRawSpreadsheetGenerator.cpp:257
void closeChartPlotArea()
Called when a chart plot arre should be closed.
Definition: RVNGRawSpreadsheetGenerator.cpp:149
Pure virtual class containing all the callback functions that can be made by a spreadsheet parser.
Definition: RVNGSpreadsheetInterface.h:50
void closeLink()
Called when the current link is closed.
Definition: RVNGRawSpreadsheetGenerator.cpp:299
void defineSheetNumberingStyle(const RVNGPropertyList &propList)
Called when a numbering style must be defined.
Definition: RVNGRawSpreadsheetGenerator.cpp:82
void closeTableCell()
Called when the current table cell is closed.
Definition: RVNGRawSpreadsheetGenerator.cpp:443
void closeSheetRow()
Called when a sheet row should be closed.
Definition: RVNGRawSpreadsheetGenerator.cpp:103
void openGroup(const RVNGPropertyList &propList)
Definition: RVNGRawSpreadsheetGenerator.cpp:170
void endDocument()
Called at the end of the parsing process.
Definition: RVNGRawSpreadsheetGenerator.cpp:74
void openChartPlotArea(const RVNGPropertyList &propList)
Called when a chart plot area should be opened.
Definition: RVNGRawSpreadsheetGenerator.cpp:144
void closeSection()
Called when a section is closed.
Definition: RVNGRawSpreadsheetGenerator.cpp:314
void closeComment()
Called when a comment or annotation should be closed.
Definition: RVNGRawSpreadsheetGenerator.cpp:406
void openSpan(const RVNGPropertyList &propList)
Called when a text span is opened.
Definition: RVNGRawSpreadsheetGenerator.cpp:284
void drawPath(const RVNGPropertyList &propList)
Definition: RVNGRawSpreadsheetGenerator.cpp:206
void closeChartSerie()
Called when a serie should be closed (in a plot area)
Definition: RVNGRawSpreadsheetGenerator.cpp:162
void defineSectionStyle(const RVNGPropertyList &propList)
Definition: RVNGRawSpreadsheetGenerator.cpp:304
int m_callbackMisses
Definition: RVNGRawGeneratorBase.h:122
void openUnorderedListLevel(const RVNGPropertyList &propList)
Called when a new unordered list level should be opened.
Definition: RVNGRawSpreadsheetGenerator.cpp:350
void insertLineBreak()
Called when a line break should be inserted.
Definition: RVNGRawSpreadsheetGenerator.cpp:334
void closeChartTextObject()
Called when a chart text zone:legend/title/subtitle/footer should be closed.
Definition: RVNGRawSpreadsheetGenerator.cpp:140
void defineGraphicStyle(const RVNGPropertyList &propList)
Definition: RVNGRawSpreadsheetGenerator.cpp:181
void closeSheetCell()
Called when a sheet should be closed.
Definition: RVNGRawSpreadsheetGenerator.cpp:114
void closeTable()
Called when the current table is closed.
Definition: RVNGRawSpreadsheetGenerator.cpp:453
void openSection(const RVNGPropertyList &propList)
Called when a new section is opened.
Definition: RVNGRawSpreadsheetGenerator.cpp:309
Definition: RVNGPropertyList.h:39
RVNGRawSpreadsheetGenerator & operator=(const RVNGRawSpreadsheetGenerator &other)
void openComment(const RVNGPropertyList &propList)
Called when a comment or annotation should be opened (a sub-document will be placed inside of it)
Definition: RVNGRawSpreadsheetGenerator.cpp:400
Definition: RVNGRawSpreadsheetGenerator.h:35
void closeFrame()
Called when the current positioned box is closed.
Definition: RVNGRawSpreadsheetGenerator.cpp:464
RVNGRawSpreadsheetGenerator(const RVNGRawSpreadsheetGenerator &other)
void insertBinaryObject(const RVNGPropertyList &propList)
Called when a binary object should be inserted.
Definition: RVNGRawSpreadsheetGenerator.cpp:469
void closeSheet()
Called when a sheet should be closed.
Definition: RVNGRawSpreadsheetGenerator.cpp:92
bool m_printCallgraphScore
Definition: RVNGRawGeneratorBase.h:124
void closeUnorderedListLevel()
Called when an ununordered list level should be closed.
Definition: RVNGRawSpreadsheetGenerator.cpp:362
#define RVNG_CALLGRAPH_ENTER(M, L)
Definition: RVNGRawGeneratorBase.h:32
void insertEquation(const RVNGPropertyList &propList)
Called when a mathml object should be inserted.
Definition: RVNGRawSpreadsheetGenerator.cpp:474
void openLink(const RVNGPropertyList &propList)
Called when a link should be opened.
Definition: RVNGRawSpreadsheetGenerator.cpp:294
RVNGRawSpreadsheetGeneratorImpl * m_impl
Definition: RVNGRawSpreadsheetGenerator.h:146
UTF-8 string.
Definition: RVNGString.h:34
void openSheetRow(const RVNGPropertyList &propList)
Called when a new sheet row is opened.
Definition: RVNGRawSpreadsheetGenerator.cpp:97
void defineCharacterStyle(const RVNGPropertyList &propList)
Definition: RVNGRawSpreadsheetGenerator.cpp:279
void closeGroup()
Definition: RVNGRawSpreadsheetGenerator.cpp:176
RVNGString getPropString() const
Definition: RVNGPropertyList.cpp:366
void iprintf(const char *format,...) REVENGE_ATTRIBUTE_PRINTF(2
Definition: RVNGRawGeneratorBase.cpp:44
Definition: RVNGRawSpreadsheetGenerator.cpp:31
void closeParagraph()
Called when a paragraph is closed.
Definition: RVNGRawSpreadsheetGenerator.cpp:274
void drawPolygon(const RVNGPropertyList &propList)
Definition: RVNGRawSpreadsheetGenerator.cpp:196
void setDocumentMetaData(const RVNGPropertyList &propList)
Called when all document metadata should be set.
Definition: RVNGRawSpreadsheetGenerator.cpp:53
void closeTextBox()
Called when a text box should be closed.
Definition: RVNGRawSpreadsheetGenerator.cpp:416
void drawRectangle(const RVNGPropertyList &propList)
Definition: RVNGRawSpreadsheetGenerator.cpp:186
void openFootnote(const RVNGPropertyList &propList)
Called when a footnote should be opened (a sub-document will be placed inside of it)
Definition: RVNGRawSpreadsheetGenerator.cpp:378
void openFrame(const RVNGPropertyList &propList)
Called when a positioned box should be opened.
Definition: RVNGRawSpreadsheetGenerator.cpp:458
void defineEmbeddedFont(const RVNGPropertyList &propList)
Called when an embedded font should be defined.
Definition: RVNGRawSpreadsheetGenerator.cpp:61
void closeEndnote()
Definition: RVNGRawSpreadsheetGenerator.cpp:395
void insertChartAxis(const RVNGPropertyList &axis)
Called when a axis should be add in a plot area.
Definition: RVNGRawSpreadsheetGenerator.cpp:153
void openPageSpan(const RVNGPropertyList &propList)
Called when a new page span is opened.
Definition: RVNGRawSpreadsheetGenerator.cpp:225
void insertTab()
Called when a TAB character should be inserted.
Definition: RVNGRawSpreadsheetGenerator.cpp:319
void closeChart()
Called when a chart should be closed.
Definition: RVNGRawSpreadsheetGenerator.cpp:131
void closeSpan()
Called when a text span is closed.
Definition: RVNGRawSpreadsheetGenerator.cpp:289
void openChartSerie(const librevenge::RVNGPropertyList &series)
Called when a serie should be opened (in a plot area)
Definition: RVNGRawSpreadsheetGenerator.cpp:157
void openEndnote(const RVNGPropertyList &propList)
Definition: RVNGRawSpreadsheetGenerator.cpp:389
void definePageStyle(const RVNGPropertyList &propList)
Definition: RVNGRawSpreadsheetGenerator.cpp:220
~RVNGRawSpreadsheetGenerator()
Definition: RVNGRawSpreadsheetGenerator.cpp:45
const char * cstr() const
Definition: RVNGString.cpp:174
void insertField(const RVNGPropertyList &propList)
Called when a field should be inserted.
Definition: RVNGRawSpreadsheetGenerator.cpp:339
void defineParagraphStyle(const RVNGPropertyList &propList)
Definition: RVNGRawSpreadsheetGenerator.cpp:263
RVNGRawSpreadsheetGeneratorImpl(bool printCallgraphScore)
Definition: RVNGRawSpreadsheetGenerator.cpp:35
void defineChartStyle(const RVNGPropertyList &propList)
Definition: RVNGRawSpreadsheetGenerator.cpp:122
Definition: RVNGRawGeneratorBase.h:117
void insertText(const RVNGString &text)
Called when a string of text should be inserted.
Definition: RVNGRawSpreadsheetGenerator.cpp:329
void openOrderedListLevel(const RVNGPropertyList &propList)
Called when a new ordered list level should be opened.
Definition: RVNGRawSpreadsheetGenerator.cpp:344
void openListElement(const RVNGPropertyList &propList)
Called when a list element should be opened.
Definition: RVNGRawSpreadsheetGenerator.cpp:367
void drawConnector(const RVNGPropertyList &propList)
Draw a connector.
Definition: RVNGRawSpreadsheetGenerator.cpp:211
void drawPolyline(const RVNGPropertyList &propList)
Definition: RVNGRawSpreadsheetGenerator.cpp:201
bool m_atLeastOneCallback
Definition: RVNGRawGeneratorBase.h:123
void insertCoveredTableCell(const RVNGPropertyList &propList)
Called when a covered (spanned by another cell in the table) table cell is opened.
Definition: RVNGRawSpreadsheetGenerator.cpp:448
void drawEllipse(const RVNGPropertyList &propList)
Definition: RVNGRawSpreadsheetGenerator.cpp:191
void openParagraph(const RVNGPropertyList &propList)
Called when a new paragraph is opened.
Definition: RVNGRawSpreadsheetGenerator.cpp:268
void startDocument(const RVNGPropertyList &propList)
Called at the start of the parsing process.
Definition: RVNGRawSpreadsheetGenerator.cpp:69
Definition: RVNGBinaryData.cpp:39
void closeListElement()
Called when a list element should be closed.
Definition: RVNGRawSpreadsheetGenerator.cpp:373
void openChart(const RVNGPropertyList &propList)
Called when a chart should be opened.
Definition: RVNGRawSpreadsheetGenerator.cpp:126
void closeFootnote()
Called when a footnote should be closed.
Definition: RVNGRawSpreadsheetGenerator.cpp:384
void closeTableRow()
Called when the current table row is closed.
Definition: RVNGRawSpreadsheetGenerator.cpp:432
#define REVENGE_GENERATORS_API
Definition: librevenge-generators-api.h:34
void openTableRow(const RVNGPropertyList &propList)
Called when a new table row is opened.
Definition: RVNGRawSpreadsheetGenerator.cpp:426
void openChartTextObject(const RVNGPropertyList &propList)
Called when a chart text zone:label/legend/title/subtitle/footer should be opened.
Definition: RVNGRawSpreadsheetGenerator.cpp:135
void closePageSpan()
Called when a page span is closed.
Definition: RVNGRawSpreadsheetGenerator.cpp:231
void insertSpace()
Called when an explicit space should be inserted.
Definition: RVNGRawSpreadsheetGenerator.cpp:324
std::stack< int > m_callStack
Definition: RVNGRawGeneratorBase.h:125
void openFooter(const RVNGPropertyList &propList)
Called when a footer should be opened (a sub-document will be placed inside of it).
Definition: RVNGRawSpreadsheetGenerator.cpp:250
void closeHeader()
Called when a header should be closed.
Definition: RVNGRawSpreadsheetGenerator.cpp:244
void openSheet(const RVNGPropertyList &propList)
Called when a sheet should be opened.
Definition: RVNGRawSpreadsheetGenerator.cpp:87
void openSheetCell(const RVNGPropertyList &propList)
Called when a cell should be opened.
Definition: RVNGRawSpreadsheetGenerator.cpp:108
Generated for librevenge by
doxygen 1.8.18