27 #include <librevenge-stream/librevenge-stream.h>    60         void parse(librevenge::RVNGSpreadsheetInterface *documentInterface);
    62         bool checkHeader(
WPSHeader *header, 
bool strict=
false);
    86         bool hasGraphics(
int sheetId) 
const;
    88         void sendGraphics(
int sheetId);
    91         shared_ptr<WKSContentListener> createListener(librevenge::RVNGSpreadsheetInterface *interface);
   107         bool readMacFontName(
long endPos);
   109         bool readFMTFontName();
   113         bool readDocumentInfoMac(
long endPos);
   118         bool readChartDefinition();
   120         bool readChartName();
   126         shared_ptr<LotusParserInternal::State> 
m_state;
 shared_ptr< LotusStyleManagerInternal::State > m_state
the internal state 
Definition: LotusStyleManager.h:112
define the font properties 
Definition: WPSFont.h:36
friend class LotusParser
Definition: LotusStyleManager.h:48
int version() const 
return the file version 
Definition: LotusStyleManager.cpp:397
This class parses Microsoft Works graph file. 
Definition: LotusGraph.h:50
This class parses a WK2..WK4 Lotus spreadsheet. 
Definition: Lotus.h:47
shared_ptr< WPSHeader > WPSHeaderPtr
shared pointer to WPSHeader 
Definition: libwps_internal.h:108
Internal: the subdocument of a LotusParser. 
Definition: Lotus.cpp:65
bool checkFilePosition(long pos)
return true if the pos is in the file, update the file size if need 
Definition: LotusStyleManager.cpp:404
This class parses the Lotus style. 
Definition: LotusStyleManager.h:45
Internal: namespace to define internal class of LotusParser. 
Definition: Lotus.cpp:51
shared_ptr< LotusStyleManager > m_styleManager
the style manager 
Definition: Lotus.h:129
shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr
shared pointer to librevenge::RVNGInputStream 
Definition: libwps_internal.h:87
This class parses Microsoft Works spreadsheet file. 
Definition: LotusSpreadsheet.h:50
shared_ptr< WKSContentListener > m_listener
Definition: Lotus.h:125
Definition: WKSParser.h:33
shared_ptr< LotusGraph > m_graphParser
the graph manager 
Definition: Lotus.h:131
shared_ptr< LotusSpreadsheet > m_spreadsheetParser
the spreadsheet manager 
Definition: Lotus.h:133