27 #include <librevenge-stream/librevenge-stream.h>
55 void parse(librevenge::RVNGSpreadsheetInterface *documentInterface);
70 bool getColor(
int id, uint32_t &color)
const;
76 shared_ptr<WKSContentListener>
createListener(librevenge::RVNGSpreadsheetInterface *interface);
140 shared_ptr<WKS4ParserInternal::State>
m_state;
WKS4Parser(RVNGInputStreamPtr &input, WPSHeaderPtr &header)
constructor
Definition: WKS4.cpp:189
Internal: namespace to define internal class of WKS4Parser.
Definition: WKS4.cpp:49
bool checkFilePosition(long pos)
return true if the pos is in the file, update the file size if need
Definition: WKS4.cpp:206
bool readChart2Font()
reads a structure which seems to define four chart font (only present in windows file) ...
Definition: WKS4.cpp:1564
bool readPrn2()
reads another printer data. Seem simillar to ZZPrnt
Definition: WKS4.cpp:1292
shared_ptr< WKSContentListener > m_listener
Definition: WKS4.h:139
bool readUnknown0()
reads some unknown zones 0:7|0:9
Definition: WKS4.cpp:1768
bool readChartDef()
reads a structure which seems to define a chart
Definition: WKS4.cpp:1391
void parse(librevenge::RVNGSpreadsheetInterface *documentInterface)
called by WPSDocument to parse the file
Definition: WKS4.cpp:241
Internal: the subdocument of a WPS4Parser.
Definition: WKS4.cpp:63
define the font properties
Definition: WPSFont.h:37
bool readChartList()
reads a list of int/cellule which seems relative to a chart : CHECKME
Definition: WKS4.cpp:1717
bool readChartFont()
reads a structure which seems to define two chart font (only present in windows file) ...
Definition: WKS4.cpp:1515
This class parses Microsoft Works spreadsheet or a database file.
Definition: WKS4.h:45
bool readHeaderFooter(bool header)
reads the header/footer
Definition: WKS4.cpp:1202
shared_ptr< WPSHeader > WPSHeaderPtr
shared pointer to WPSHeader
Definition: libwps_internal.h:102
bool readFont()
reads the fonts
Definition: WKS4.cpp:1099
bool readFieldName()
read a list of field name + ...
Definition: WKS4.cpp:1337
~WKS4Parser()
destructor
Definition: WKS4.cpp:197
bool readChartUnknown()
reads an unknown structure which seems relative to a chart : CHECKME
Definition: WKS4.cpp:1638
bool checkHeader(WPSHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: WKS4.cpp:307
bool readChartName()
reads the chart name or title
Definition: WKS4.cpp:1478
void sendHeaderFooter(bool header)
send the header/footer
Definition: WKS4.cpp:1179
shared_ptr< WKS4Spreadsheet > m_spreadsheetParser
the spreadsheet manager
Definition: WKS4.h:143
int version() const
return the file version
Definition: WKS4.cpp:201
bool readPrnt()
reads a printer data ?
Definition: WKS4.cpp:1245
bool readChartLimit()
reads end/begin of chart (only present in windows file)
Definition: WKS4.cpp:1615
shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr
shared pointer to librevenge::RVNGInputStream
Definition: libwps_internal.h:81
shared_ptr< WKSContentListener > createListener(librevenge::RVNGSpreadsheetInterface *interface)
creates the main listener
Definition: WKS4.cpp:282
bool readZones()
finds the different zones (spreadsheet, chart, print, ...)
Definition: WKS4.cpp:380
bool readUnknown1()
reads some unknown spreadsheet zones 0:18|0:19|0:20|0:27|0:2a
Definition: WKS4.cpp:1817
bool readZone()
reads a zone
Definition: WKS4.cpp:416
This class parses Microsoft Works spreadsheet file.
Definition: WKS4Spreadsheet.h:48
bool getColor(int id, uint32_t &color) const
returns the color corresponding to an id
Definition: WKS4.cpp:222
bool getFont(int id, WPSFont &font, libwps_tools_win::Font::Type &type) const
returns the font corresponding to an id
Definition: WKS4.cpp:227
shared_ptr< WKS4ParserInternal::State > m_state
the listener (if set)
Definition: WKS4.h:141
Definition: WKSParser.h:33