22#ifndef RVNGSPREADSHEETINTERFACE_H
23#define RVNGSPREADSHEETINTERFACE_H
Definition RVNGPropertyList.h:39
Pure virtual class containing all the callback functions that can be made by a spreadsheet parser.
Definition RVNGSpreadsheetInterface.h:50
virtual void insertTab()=0
Called when a TAB character should be inserted.
virtual void openLink(const RVNGPropertyList &propList)=0
Called when a link should be opened.
virtual void openSheetCell(const RVNGPropertyList &propList)=0
Called when a cell should be opened.
virtual void closeFootnote()=0
Called when a footnote should be closed.
virtual void openSheetRow(const RVNGPropertyList &propList)=0
Called when a new sheet row is opened.
virtual void insertBinaryObject(const RVNGPropertyList &propList)=0
Called when a binary object should be inserted.
virtual void openChartTextObject(const RVNGPropertyList &propList)=0
Called when a chart text zone:label/legend/title/subtitle/footer should be opened.
virtual void closeParagraph()=0
Called when a paragraph is closed.
virtual void closeSheetRow()=0
Called when a sheet row should be closed.
virtual void openChartPlotArea(const RVNGPropertyList &propList)=0
Called when a chart plot area should be opened.
virtual void openGroup(const RVNGPropertyList &propList)=0
virtual void closeTextBox()=0
Called when a text box should be closed.
virtual void closeGroup()=0
virtual void definePageStyle(const RVNGPropertyList &propList)=0
virtual void drawPath(const RVNGPropertyList &propList)=0
virtual void drawConnector(const RVNGPropertyList &propList)=0
Draw a connector.
virtual void closeListElement()=0
Called when a list element should be closed.
virtual void defineChartStyle(const RVNGPropertyList &propList)=0
virtual void insertLineBreak()=0
Called when a line break should be inserted.
virtual void defineSectionStyle(const RVNGPropertyList &propList)=0
virtual void openFrame(const RVNGPropertyList &propList)=0
Called when a positioned box should be opened.
virtual void insertCoveredTableCell(const RVNGPropertyList &propList)=0
Called when a covered (spanned by another cell in the table) table cell is opened.
virtual ~RVNGSpreadsheetInterface()
destructor
Definition RVNGSpreadsheetInterface.h:55
virtual void closeSheet()=0
Called when a sheet should be closed.
virtual void openOrderedListLevel(const RVNGPropertyList &propList)=0
Called when a new ordered list level should be opened.
virtual void drawPolygon(const RVNGPropertyList &propList)=0
virtual void insertText(const RVNGString &text)=0
Called when a string of text should be inserted.
virtual void closeTableCell()=0
Called when the current table cell is closed.
virtual void drawPolyline(const RVNGPropertyList &propList)=0
virtual void openPageSpan(const RVNGPropertyList &propList)=0
Called when a new page span is opened.
virtual void openHeader(const RVNGPropertyList &propList)=0
Called when a header should be opened (a sub-document will be placed inside of it).
virtual void insertSpace()=0
Called when an explicit space should be inserted.
virtual void openSpan(const RVNGPropertyList &propList)=0
Called when a text span is opened.
virtual void openChart(const RVNGPropertyList &propList)=0
Called when a chart should be opened.
virtual void closeComment()=0
Called when a comment or annotation should be closed.
virtual void startDocument(const RVNGPropertyList &propList)=0
Called at the start of the parsing process.
virtual void openComment(const RVNGPropertyList &propList)=0
Called when a comment or annotation should be opened (a sub-document will be placed inside of it)
virtual void openTable(const RVNGPropertyList &propList)=0
Called when a table should be opened.
virtual void closeChartPlotArea()=0
Called when a chart plot arre should be closed.
virtual void defineSheetNumberingStyle(const RVNGPropertyList &propList)=0
Called when a numbering style must be defined.
virtual void closeFooter()=0
Called when a footer should be closed.
virtual void closePageSpan()=0
Called when a page span is closed.
virtual void closeFrame()=0
Called when the current positioned box is closed.
virtual void openTextBox(const RVNGPropertyList &propList)=0
Called when a text box should be opened (a sub-document will be placed inside of it)
virtual void closeSheetCell()=0
Called when a sheet should be closed.
virtual void openChartSerie(const librevenge::RVNGPropertyList &series)=0
Called when a serie should be opened (in a plot area)
virtual void closeHeader()=0
Called when a header should be closed.
virtual void closeChartTextObject()=0
Called when a chart text zone:legend/title/subtitle/footer should be closed.
virtual void defineCharacterStyle(const RVNGPropertyList &propList)=0
virtual void closeTableRow()=0
Called when the current table row is closed.
virtual void drawEllipse(const RVNGPropertyList &propList)=0
virtual void closeTable()=0
Called when the current table is closed.
virtual void endDocument()=0
Called at the end of the parsing process.
virtual void openSheet(const RVNGPropertyList &propList)=0
Called when a sheet should be opened.
virtual void openListElement(const RVNGPropertyList &propList)=0
Called when a list element should be opened.
virtual void closeChart()=0
Called when a chart should be closed.
virtual void closeLink()=0
Called when the current link is closed.
virtual void openSection(const RVNGPropertyList &propList)=0
Called when a new section is opened.
virtual void closeUnorderedListLevel()=0
Called when an ununordered list level should be closed.
virtual void setDocumentMetaData(const RVNGPropertyList &propList)=0
Called when all document metadata should be set.
virtual void openUnorderedListLevel(const RVNGPropertyList &propList)=0
Called when a new unordered list level should be opened.
virtual void closeChartSerie()=0
Called when a serie should be closed (in a plot area)
virtual void defineEmbeddedFont(const RVNGPropertyList &propList)=0
Called when an embedded font should be defined.
virtual void drawRectangle(const RVNGPropertyList &propList)=0
virtual void openParagraph(const RVNGPropertyList &propList)=0
Called when a new paragraph is opened.
virtual void openFootnote(const RVNGPropertyList &propList)=0
Called when a footnote should be opened (a sub-document will be placed inside of it)
virtual void closeSpan()=0
Called when a text span is closed.
virtual void defineGraphicStyle(const RVNGPropertyList &propList)=0
virtual void insertChartAxis(const RVNGPropertyList &axis)=0
Called when a axis should be add in a plot area.
virtual void insertField(const RVNGPropertyList &propList)=0
Called when a field should be inserted.
virtual void insertEquation(const RVNGPropertyList &propList)=0
Called when a mathml object should be inserted.
virtual void openTableRow(const RVNGPropertyList &propList)=0
Called when a new table row is opened.
virtual void openFooter(const RVNGPropertyList &propList)=0
Called when a footer should be opened (a sub-document will be placed inside of it).
virtual void defineParagraphStyle(const RVNGPropertyList &propList)=0
virtual void closeSection()=0
Called when a section is closed.
virtual void openTableCell(const RVNGPropertyList &propList)=0
Called when a new table cell is opened.
virtual void closeOrderedListLevel()=0
Called when an unordered list level should be closed.
UTF-8 string.
Definition RVNGString.h:34
Definition RVNGBinaryData.cpp:40