27 #include <librevenge-stream/librevenge-stream.h> 79 void parse(librevenge::RVNGSpreadsheetInterface *documentInterface);
81 bool checkHeader(
WPSHeader *header,
bool strict=
false);
103 bool hasGraphics(
int sheetId)
const;
105 void sendGraphics(
int sheetId);
112 bool getLeftTopPosition(
Vec2i const &cell,
int spreadsheet,
Vec2f &pos)
const;
124 bool createListener(librevenge::RVNGSpreadsheetInterface *interface);
131 bool parseFormatStream();
134 bool checkHeader(shared_ptr<WPSStream> stream,
bool mainStream,
bool strict);
136 bool readZones(shared_ptr<WPSStream> stream);
138 bool readDataZone(shared_ptr<WPSStream> stream);
140 bool readZone(shared_ptr<WPSStream> stream);
142 bool readZoneV3(shared_ptr<WPSStream> stream);
146 bool readMacFontName(shared_ptr<WPSStream> stream,
long endPos);
148 bool readFMTStyleName(shared_ptr<WPSStream> stream);
150 bool readLinkZone(shared_ptr<WPSStream> stream);
152 bool readDocumentInfoMac(shared_ptr<WPSStream> stream,
long endPos);
157 bool readChartDefinition(shared_ptr<WPSStream> stream);
159 bool readChartName(shared_ptr<WPSStream> stream);
165 shared_ptr<LotusParserInternal::State>
m_state;
shared_ptr< LotusStyleManagerInternal::State > m_state
the internal state
Definition: LotusStyleManager.h:133
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:495
This class parses Microsoft Works graph file.
Definition: LotusGraph.h:51
This class parses a WK2..WK4 Lotus spreadsheet.
Definition: Lotus.h:66
a class used to parse a container which is used by Lotus123 (and also by RagTime).
Definition: WPSOLE1Parser.h:49
shared_ptr< WPSHeader > WPSHeaderPtr
shared pointer to WPSHeader
Definition: libwps_internal.h:110
shared_ptr< WPSOLE1Parser > m_ole1Parser
the ole1 parser
Definition: Lotus.h:174
Internal: the subdocument of a LotusParser.
Definition: Lotus.cpp:69
This class parses the Lotus style.
Definition: LotusStyleManager.h:45
Internal: namespace to define internal class of LotusParser.
Definition: Lotus.cpp:55
shared_ptr< LotusStyleManager > m_styleManager
the style manager
Definition: Lotus.h:168
shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr
shared pointer to librevenge::RVNGInputStream
Definition: libwps_internal.h:88
This class parses Microsoft Works spreadsheet file.
Definition: LotusSpreadsheet.h:50
small class use to define a embedded object
Definition: libwps_internal.h:433
shared_ptr< WKSContentListener > m_listener
Definition: Lotus.h:164
Definition: WKSParser.h:33
shared_ptr< LotusGraph > m_graphParser
the graph manager
Definition: Lotus.h:170
shared_ptr< LotusSpreadsheet > m_spreadsheetParser
the spreadsheet manager
Definition: Lotus.h:172