ClarisWksSSParser Class Reference

the main class to read a AppleWorks/ClarisWorks spreadsheet file More...

#include <ClarisWksSSParser.hxx>

Inheritance diagram for ClarisWksSSParser:
MWAWSpreadsheetParser MWAWParser

List of all members.

Public Member Functions

 ClarisWksSSParser (MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header)
 constructor
virtual ~ClarisWksSSParser ()
 destructor
bool checkHeader (MWAWHeader *header, bool strict=false)
 checks if the document header is correct (or not)
void parse (librevenge::RVNGSpreadsheetInterface *documentInterface)
 virtual function used to parse the input

Protected Member Functions

void init ()
 inits all internal variables
void createDocument (librevenge::RVNGSpreadsheetInterface *documentInterface)
 creates the listener which will be associated to the document
void sendFootnote (int zoneId)
 creates a document to send a footnote

Protected Attributes

shared_ptr
< ClarisWksSSParserInternal::State
m_state
 the state
shared_ptr< ClarisWksDocumentm_document
 the main document manager

Friends

class ClarisWksSSParserInternal::SubDocument
class ClarisWksDocument

Detailed Description

the main class to read a AppleWorks/ClarisWorks spreadsheet file


Constructor & Destructor Documentation

constructor

destructor


Member Function Documentation

bool ClarisWksSSParser::checkHeader ( MWAWHeader header,
bool  strict = false 
) [virtual]

checks if the document header is correct (or not)

Implements MWAWParser.

Referenced by parse().

void ClarisWksSSParser::createDocument ( librevenge::RVNGSpreadsheetInterface *  documentInterface) [protected]

creates the listener which will be associated to the document

Referenced by parse().

void ClarisWksSSParser::init ( ) [protected]

inits all internal variables

Referenced by ClarisWksSSParser().

void ClarisWksSSParser::parse ( librevenge::RVNGSpreadsheetInterface *  documentInterface) [virtual]

virtual function used to parse the input

Implements MWAWSpreadsheetParser.

void ClarisWksSSParser::sendFootnote ( int  zoneId) [protected]

creates a document to send a footnote

Referenced by init().


Friends And Related Function Documentation

friend class ClarisWksDocument [friend]

Referenced by init().


Member Data Documentation


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