21#ifndef RVNGRAWSPREADSHEETGENERATOR_H
22#define RVNGRAWSPREADSHEETGENERATOR_H
Definition RVNGPropertyList.h:39
void closeChartPlotArea()
Called when a chart plot arre should be closed.
Definition RVNGRawSpreadsheetGenerator.cpp:149
void defineCharacterStyle(const RVNGPropertyList &propList)
Definition RVNGRawSpreadsheetGenerator.cpp:279
void closeHeader()
Called when a header should be closed.
Definition RVNGRawSpreadsheetGenerator.cpp:244
void openChartSerie(const librevenge::RVNGPropertyList &series)
Called when a serie should be opened (in a plot area)
Definition RVNGRawSpreadsheetGenerator.cpp:157
RVNGRawSpreadsheetGenerator & operator=(const RVNGRawSpreadsheetGenerator &other)
void drawPolygon(const RVNGPropertyList &propList)
Definition RVNGRawSpreadsheetGenerator.cpp:196
void insertChartAxis(const RVNGPropertyList &axis)
Called when a axis should be add in a plot area.
Definition RVNGRawSpreadsheetGenerator.cpp:153
void closeChartSerie()
Called when a serie should be closed (in a plot area)
Definition RVNGRawSpreadsheetGenerator.cpp:162
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
RVNGRawSpreadsheetGenerator(const RVNGRawSpreadsheetGenerator &other)
void openFrame(const RVNGPropertyList &propList)
Called when a positioned box should be opened.
Definition RVNGRawSpreadsheetGenerator.cpp:458
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 defineParagraphStyle(const RVNGPropertyList &propList)
Definition RVNGRawSpreadsheetGenerator.cpp:263
void closeListElement()
Called when a list element should be closed.
Definition RVNGRawSpreadsheetGenerator.cpp:373
void closeFooter()
Called when a footer should be closed.
Definition RVNGRawSpreadsheetGenerator.cpp:257
void closeOrderedListLevel()
Called when an unordered list level should be closed.
Definition RVNGRawSpreadsheetGenerator.cpp:356
void closePageSpan()
Called when a page span is closed.
Definition RVNGRawSpreadsheetGenerator.cpp:231
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
void closeSpan()
Called when a text span is closed.
Definition RVNGRawSpreadsheetGenerator.cpp:289
void endDocument()
Called at the end of the parsing process.
Definition RVNGRawSpreadsheetGenerator.cpp:74
void closeParagraph()
Called when a paragraph is closed.
Definition RVNGRawSpreadsheetGenerator.cpp:274
void setDocumentMetaData(const RVNGPropertyList &propList)
Called when all document metadata should be set.
Definition RVNGRawSpreadsheetGenerator.cpp:53
void closeFrame()
Called when the current positioned box is closed.
Definition RVNGRawSpreadsheetGenerator.cpp:464
void openSheetCell(const RVNGPropertyList &propList)
Called when a cell should be opened.
Definition RVNGRawSpreadsheetGenerator.cpp:108
void drawEllipse(const RVNGPropertyList &propList)
Definition RVNGRawSpreadsheetGenerator.cpp:191
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 closeLink()
Called when the current link is closed.
Definition RVNGRawSpreadsheetGenerator.cpp:299
void definePageStyle(const RVNGPropertyList &propList)
Definition RVNGRawSpreadsheetGenerator.cpp:220
void drawPolyline(const RVNGPropertyList &propList)
Definition RVNGRawSpreadsheetGenerator.cpp:201
void defineSectionStyle(const RVNGPropertyList &propList)
Definition RVNGRawSpreadsheetGenerator.cpp:304
void openChartTextObject(const RVNGPropertyList &propList)
Called when a chart text zone:label/legend/title/subtitle/footer should be opened.
Definition RVNGRawSpreadsheetGenerator.cpp:135
void openSheet(const RVNGPropertyList &propList)
Called when a sheet should be opened.
Definition RVNGRawSpreadsheetGenerator.cpp:87
void insertSpace()
Called when an explicit space should be inserted.
Definition RVNGRawSpreadsheetGenerator.cpp:324
void closeSheetCell()
Called when a sheet should be closed.
Definition RVNGRawSpreadsheetGenerator.cpp:114
void drawPath(const RVNGPropertyList &propList)
Definition RVNGRawSpreadsheetGenerator.cpp:206
void insertLineBreak()
Called when a line break should be inserted.
Definition RVNGRawSpreadsheetGenerator.cpp:334
void closeComment()
Called when a comment or annotation should be closed.
Definition RVNGRawSpreadsheetGenerator.cpp:406
void openTableRow(const RVNGPropertyList &propList)
Called when a new table row is opened.
Definition RVNGRawSpreadsheetGenerator.cpp:426
void openUnorderedListLevel(const RVNGPropertyList &propList)
Called when a new unordered list level should be opened.
Definition RVNGRawSpreadsheetGenerator.cpp:350
void closeTableRow()
Called when the current table row is closed.
Definition RVNGRawSpreadsheetGenerator.cpp:432
void defineChartStyle(const RVNGPropertyList &propList)
Definition RVNGRawSpreadsheetGenerator.cpp:122
void insertEquation(const RVNGPropertyList &propList)
Called when a mathml object should be inserted.
Definition RVNGRawSpreadsheetGenerator.cpp:474
void closeSection()
Called when a section is closed.
Definition RVNGRawSpreadsheetGenerator.cpp:314
void closeSheetRow()
Called when a sheet row should be closed.
Definition RVNGRawSpreadsheetGenerator.cpp:103
void closeTextBox()
Called when a text box should be closed.
Definition RVNGRawSpreadsheetGenerator.cpp:416
void closeChart()
Called when a chart should be closed.
Definition RVNGRawSpreadsheetGenerator.cpp:131
void openTableCell(const RVNGPropertyList &propList)
Called when a new table cell is opened.
Definition RVNGRawSpreadsheetGenerator.cpp:437
void closeUnorderedListLevel()
Called when an ununordered list level should be closed.
Definition RVNGRawSpreadsheetGenerator.cpp:362
void defineSheetNumberingStyle(const RVNGPropertyList &propList)
Called when a numbering style must be defined.
Definition RVNGRawSpreadsheetGenerator.cpp:82
void openTable(const RVNGPropertyList &propList)
Called when a table should be opened.
Definition RVNGRawSpreadsheetGenerator.cpp:421
void openGroup(const RVNGPropertyList &propList)
Definition RVNGRawSpreadsheetGenerator.cpp:170
void drawConnector(const RVNGPropertyList &propList)
Draw a connector.
Definition RVNGRawSpreadsheetGenerator.cpp:211
RVNGRawSpreadsheetGeneratorImpl * m_impl
Definition RVNGRawSpreadsheetGenerator.h:146
void insertBinaryObject(const RVNGPropertyList &propList)
Called when a binary object should be inserted.
Definition RVNGRawSpreadsheetGenerator.cpp:469
void openParagraph(const RVNGPropertyList &propList)
Called when a new paragraph is opened.
Definition RVNGRawSpreadsheetGenerator.cpp:268
void drawRectangle(const RVNGPropertyList &propList)
Definition RVNGRawSpreadsheetGenerator.cpp:186
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 openLink(const RVNGPropertyList &propList)
Called when a link should be opened.
Definition RVNGRawSpreadsheetGenerator.cpp:294
void startDocument(const RVNGPropertyList &propList)
Called at the start of the parsing process.
Definition RVNGRawSpreadsheetGenerator.cpp:69
void openPageSpan(const RVNGPropertyList &propList)
Called when a new page span is opened.
Definition RVNGRawSpreadsheetGenerator.cpp:225
void openChart(const RVNGPropertyList &propList)
Called when a chart should be opened.
Definition RVNGRawSpreadsheetGenerator.cpp:126
void closeTable()
Called when the current table is closed.
Definition RVNGRawSpreadsheetGenerator.cpp:453
void closeTableCell()
Called when the current table cell is closed.
Definition RVNGRawSpreadsheetGenerator.cpp:443
void defineGraphicStyle(const RVNGPropertyList &propList)
Definition RVNGRawSpreadsheetGenerator.cpp:181
void closeGroup()
Definition RVNGRawSpreadsheetGenerator.cpp:176
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 openEndnote(const RVNGPropertyList &propList)
Definition RVNGRawSpreadsheetGenerator.cpp:389
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 openSection(const RVNGPropertyList &propList)
Called when a new section is opened.
Definition RVNGRawSpreadsheetGenerator.cpp:309
void closeChartTextObject()
Called when a chart text zone:legend/title/subtitle/footer should be closed.
Definition RVNGRawSpreadsheetGenerator.cpp:140
void closeFootnote()
Called when a footnote should be closed.
Definition RVNGRawSpreadsheetGenerator.cpp:384
void closeEndnote()
Definition RVNGRawSpreadsheetGenerator.cpp:395
void openSheetRow(const RVNGPropertyList &propList)
Called when a new sheet row is opened.
Definition RVNGRawSpreadsheetGenerator.cpp:97
void defineEmbeddedFont(const RVNGPropertyList &propList)
Called when an embedded font should be defined.
Definition RVNGRawSpreadsheetGenerator.cpp:61
void insertTab()
Called when a TAB character should be inserted.
Definition RVNGRawSpreadsheetGenerator.cpp:319
void insertField(const RVNGPropertyList &propList)
Called when a field should be inserted.
Definition RVNGRawSpreadsheetGenerator.cpp:339
void openSpan(const RVNGPropertyList &propList)
Called when a text span is opened.
Definition RVNGRawSpreadsheetGenerator.cpp:284
void insertText(const RVNGString &text)
Called when a string of text should be inserted.
Definition RVNGRawSpreadsheetGenerator.cpp:329
void openChartPlotArea(const RVNGPropertyList &propList)
Called when a chart plot area should be opened.
Definition RVNGRawSpreadsheetGenerator.cpp:144
void closeSheet()
Called when a sheet should be closed.
Definition RVNGRawSpreadsheetGenerator.cpp:92
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