virtual class which defines the ancestor of all spreadsheet zone parser More...
#include <STOFFParser.hxx>
Public Member Functions | |
virtual void | parse (librevenge::RVNGSpreadsheetInterface *documentInterface)=0 |
virtual function used to parse the input More... | |
![]() | |
virtual | ~STOFFParser () |
virtual destructor More... | |
virtual bool | checkHeader (STOFFHeader *header, bool strict=false)=0 |
virtual function used to check if the document header is correct (or not) More... | |
int | version () const |
returns the works version More... | |
STOFFParserStatePtr | getParserState () |
returns the parser state More... | |
STOFFHeader * | getHeader () |
returns the header More... | |
STOFFInputStreamPtr & | getInput () |
returns the actual input More... | |
const STOFFPageSpan & | getPageSpan () const |
returns the actual page dimension More... | |
STOFFPageSpan & | getPageSpan () |
returns the actual page dimension More... | |
STOFFGraphicListenerPtr & | getGraphicListener () |
returns the graphic listener More... | |
STOFFSpreadsheetListenerPtr & | getSpreadsheetListener () |
returns the spreadsheet listener More... | |
STOFFTextListenerPtr & | getTextListener () |
returns the text listener More... | |
libstoff::DebugFile & | ascii () |
a DebugFile used to write what we recognize when we parse the document More... | |
Protected Member Functions | |
STOFFSpreadsheetParser (STOFFInputStreamPtr &input, STOFFHeader *header) | |
constructor (protected) More... | |
STOFFSpreadsheetParser (STOFFParserStatePtr &state) | |
constructor using a state More... | |
~STOFFSpreadsheetParser () override | |
destructor More... | |
![]() | |
STOFFParser (STOFFParserState::Type type, STOFFInputStreamPtr input, STOFFHeader *header) | |
constructor (protected) More... | |
STOFFParser (STOFFParserStatePtr &state) | |
constructor using a state More... | |
void | setVersion (int vers) |
sets the document's version More... | |
void | setGraphicListener (STOFFGraphicListenerPtr &listener) |
sets the graphic listener More... | |
void | resetGraphicListener () |
resets the graphic listener More... | |
void | setSpreadsheetListener (STOFFSpreadsheetListenerPtr &listener) |
sets the spreadsheet listener More... | |
void | resetSpreadsheetListener () |
resets the spreadsheet listener More... | |
void | setTextListener (STOFFTextListenerPtr &listener) |
sets the text listener More... | |
void | resetTextListener () |
resets the text listener More... | |
void | setAsciiName (char const *name) |
Debugging: change the default ascii file. More... | |
const std::string & | asciiName () const |
return the ascii file name More... | |
virtual class which defines the ancestor of all spreadsheet zone parser
|
inlineprotected |
constructor (protected)
|
inlineexplicitprotected |
constructor using a state
|
overrideprotected |
destructor
|
pure virtual |
virtual function used to parse the input
Implemented in SDCParser.