WKS4Spreadsheet Class Reference

This class parses Microsoft Works spreadsheet file. More...

#include <WKS4Spreadsheet.h>

List of all members.

Public Member Functions

 WKS4Spreadsheet (WKS4Parser &parser)
 constructor
 ~WKS4Spreadsheet ()
 destructor
void setListener (WKSContentListenerPtr &listen)
 sets the listener

Protected Member Functions

bool checkFilePosition (long pos)
 return true if the pos is in the file, update the file size if need
int version () const
 return the file version
bool hasLICSCharacters () const
 returns the true if the file has LICS characters
int getNumSpreadsheets () const
 returns the number of spreadsheet
void sendSpreadsheet (int sId)
 send the sId'th spreadsheet
void sendCellContent (WKS4SpreadsheetInternal::Cell const &cell)
 send the cell data
bool readReportOpen ()
 reads the report's header zone 17:54
bool readReportClose ()
 reads the report's end zone 18:54
bool readFilterOpen ()
 reads the filter's header zone 10:54
bool readFilterClose ()
 reads the filter's end zone 11:54
bool readCell ()
 reads a cell content data
bool readCellFormulaResult ()
 reads the result of a text formula
bool readSheetSize ()
 reads sheet size
bool readColumnSize ()
 reads the column size ( in ??? )
bool readHiddenColumns ()
 reads the list of hidden columns zone ( unused )
bool readMsWorksDOSFieldProperty ()
 reads a field property
bool readMsWorksDOSCellProperty ()
 reads actualCell properties
bool readMsWorksDOSCellExtraProperty ()
 reads the actual cell addendum properties ( contains at least the color)
bool readMsWorksDOSPageBreak ()
 reads a page break (in a dos file)
bool readMsWorksColumnSize ()
 reads the column size ( in ???)
bool readMsWorksRowSize ()
 reads the row size ( in ???)
bool readMsWorksPageBreak ()
 reads a page break
bool readMsWorksStyle ()
 reads a style
bool readCell (Vec2i actPos, WKSContentListener::FormulaInstruction &instr)
bool readFormula (long endPos, Vec2i const &pos, std::vector< WKSContentListener::FormulaInstruction > &formula, std::string &error)

Private Member Functions

 WKS4Spreadsheet (WKS4Spreadsheet const &orig)
WKS4Spreadsheetoperator= (WKS4Spreadsheet const &orig)
libwps::DebugFileascii ()
 returns the debug file

Private Attributes

RVNGInputStreamPtr m_input
 the input
shared_ptr< WKSContentListenerm_listener
WKS4Parserm_mainParser
 the listener (if set)
shared_ptr
< WKS4SpreadsheetInternal::State
m_state
 the internal state
libwps::DebugFilem_asciiFile
 the ascii file

Friends

class WKS4Parser

Detailed Description

This class parses Microsoft Works spreadsheet file.


Constructor & Destructor Documentation

constructor


Member Function Documentation

bool WKS4Spreadsheet::checkFilePosition ( long  pos) [protected]

return true if the pos is in the file, update the file size if need

Referenced by readReportOpen().

int WKS4Spreadsheet::getNumSpreadsheets ( ) const [protected]

returns the number of spreadsheet

bool WKS4Spreadsheet::hasLICSCharacters ( ) const [protected]

returns the true if the file has LICS characters

Referenced by sendCellContent().

WKS4Spreadsheet& WKS4Spreadsheet::operator= ( WKS4Spreadsheet const &  orig) [private]
bool WKS4Spreadsheet::readCell ( ) [protected]

reads a cell content data

Referenced by readFormula().

bool WKS4Spreadsheet::readCell ( Vec2i  actPos,
WKSContentListener::FormulaInstruction instr 
) [protected]

reads the result of a text formula

bool WKS4Spreadsheet::readColumnSize ( ) [protected]

reads the column size ( in ??? )

bool WKS4Spreadsheet::readFilterClose ( ) [protected]

reads the filter's end zone 11:54

bool WKS4Spreadsheet::readFilterOpen ( ) [protected]

reads the filter's header zone 10:54

bool WKS4Spreadsheet::readFormula ( long  endPos,
Vec2i const &  pos,
std::vector< WKSContentListener::FormulaInstruction > &  formula,
std::string &  error 
) [protected]

Referenced by readCell().

bool WKS4Spreadsheet::readHiddenColumns ( ) [protected]

reads the list of hidden columns zone ( unused )

reads the column size ( in ???)

reads the actual cell addendum properties ( contains at least the color)

reads actualCell properties

reads a field property

reads a page break (in a dos file)

reads a page break

reads the row size ( in ???)

bool WKS4Spreadsheet::readMsWorksStyle ( ) [protected]

reads a style

bool WKS4Spreadsheet::readReportClose ( ) [protected]

reads the report's end zone 18:54

bool WKS4Spreadsheet::readReportOpen ( ) [protected]

reads the report's header zone 17:54

bool WKS4Spreadsheet::readSheetSize ( ) [protected]

reads sheet size

send the cell data

Referenced by sendSpreadsheet().

void WKS4Spreadsheet::sendSpreadsheet ( int  sId) [protected]

send the sId'th spreadsheet

sets the listener

int WKS4Spreadsheet::version ( ) const [protected]

return the file version

Referenced by readCell(), readCellFormulaResult(), readFormula(), and sendCellContent().


Friends And Related Function Documentation

friend class WKS4Parser [friend]

Member Data Documentation

the ascii file

Referenced by ascii().


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