SDCParser Class Referencefinal

the main class to read a StarOffice sdc file More...

#include <SDCParser.hxx>

Inheritance diagram for SDCParser:
STOFFSpreadsheetParser STOFFParser

Public Member Functions

 SDCParser (STOFFInputStreamPtr &input, STOFFHeader *header)
 constructor More...
 
 ~SDCParser () final
 destructor More...
 
void setDocumentPassword (char const *passwd)
 set the document password More...
 
bool checkHeader (STOFFHeader *header, bool strict=false) override
 checks if the document header is correct (or not) More...
 
void parse (librevenge::RVNGSpreadsheetInterface *documentInterface) override
 virtual function used to parse the input More...
 
- Public Member Functions inherited from STOFFParser
virtual ~STOFFParser ()
 virtual destructor 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...
 
STOFFPageSpan const & 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

void createDocument (librevenge::RVNGSpreadsheetInterface *documentInterface)
 creates the listener which will be associated to the document More...
 
bool createZones ()
 parses the different OLE, ... More...
 
bool sendSpreadsheet ()
 try to send the spreadsheet More...
 
- Protected Member Functions inherited from STOFFSpreadsheetParser
 STOFFSpreadsheetParser (STOFFInputStreamPtr &input, STOFFHeader *header)
 constructor (protected) More...
 
 STOFFSpreadsheetParser (STOFFParserStatePtr &state)
 constructor using a state More...
 
 ~STOFFSpreadsheetParser () override
 destructor More...
 
- Protected Member Functions inherited from STOFFParser
 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...
 
std::string const & asciiName () const
 return the ascii file name More...
 

Protected Attributes

char const * m_password
 the password More...
 
std::shared_ptr< STOFFOLEParser > m_oleParser
 the ole parser More...
 
std::shared_ptr< SDCParserInternal::State > m_state
 the state More...
 

Private Member Functions

 SDCParser (SDCParser const &orig)=delete
 
SDCParser & operator= (SDCParser const &orig)=delete
 

Detailed Description

the main class to read a StarOffice sdc file

Constructor & Destructor Documentation

SDCParser::SDCParser ( STOFFInputStreamPtr &  input,
STOFFHeader *  header 
)

constructor

SDCParser::~SDCParser ( )
final

destructor

SDCParser::SDCParser ( SDCParser const &  orig)
privatedelete

Member Function Documentation

bool SDCParser::checkHeader ( STOFFHeader *  header,
bool  strict = false 
)
overridevirtual

checks if the document header is correct (or not)

Implements STOFFParser.

Referenced by parse().

void SDCParser::createDocument ( librevenge::RVNGSpreadsheetInterface *  documentInterface)
protected

creates the listener which will be associated to the document

Referenced by parse().

bool SDCParser::createZones ( )
protected

parses the different OLE, ...

Referenced by parse().

SDCParser& SDCParser::operator= ( SDCParser const &  orig)
privatedelete
void SDCParser::parse ( librevenge::RVNGSpreadsheetInterface *  documentInterface)
overridevirtual

virtual function used to parse the input

Implements STOFFSpreadsheetParser.

bool SDCParser::sendSpreadsheet ( )
protected

try to send the spreadsheet

Referenced by parse().

void SDCParser::setDocumentPassword ( char const *  passwd)
inline

set the document password

Referenced by STOFFDocumentInternal::getSpreadsheetParserFromHeader().

Member Data Documentation

std::shared_ptr<STOFFOLEParser> SDCParser::m_oleParser
protected

the ole parser

Referenced by createZones(), and parse().

char const* SDCParser::m_password
protected

the password

Referenced by createZones(), and parse().

std::shared_ptr<SDCParserInternal::State> SDCParser::m_state
protected

The documentation for this class was generated from the following files:

Generated on Mon Feb 10 2020 23:36:14 for libstaroffice by doxygen 1.8.11