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 readZone1(shared_ptr<WPSStream> stream);
144 bool readSheetZone(shared_ptr<WPSStream> stream);
146 bool readZone4(shared_ptr<WPSStream> stream);
148 bool readChartZone(shared_ptr<WPSStream> stream);
150 bool readRefZone(shared_ptr<WPSStream> stream);
152 bool readZone7(shared_ptr<WPSStream> stream);
154 bool readZone8(shared_ptr<WPSStream> stream);
156 bool readVersionZone(shared_ptr<WPSStream> stream);
158 bool readZoneV3(shared_ptr<WPSStream> stream);
162 bool readMacFontName(shared_ptr<WPSStream> stream,
long endPos);
164 bool readFMTStyleName(shared_ptr<WPSStream> stream);
166 bool readLinkZone(shared_ptr<WPSStream> stream);
168 bool readDocumentInfoMac(shared_ptr<WPSStream> stream,
long endPos);
173 bool readChartDefinition(shared_ptr<WPSStream> stream);
175 bool readChartName(shared_ptr<WPSStream> stream);
181 shared_ptr<LotusParserInternal::State>
m_state;
shared_ptr< LotusStyleManagerInternal::State > m_state
the internal state
Definition: LotusStyleManager.h:148
define the font properties
Definition: WPSFont.h:36
friend class LotusParser
Definition: LotusStyleManager.h:50
int version() const
return the file version
Definition: LotusStyleManager.cpp:560
This class parses Microsoft Works graph file.
Definition: LotusGraph.h:54
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:190
Internal: the subdocument of a LotusParser.
Definition: Lotus.cpp:69
This class parses the Lotus style.
Definition: LotusStyleManager.h:47
Internal: namespace to define internal class of LotusParser.
Definition: Lotus.cpp:55
shared_ptr< LotusStyleManager > m_styleManager
the style manager
Definition: Lotus.h:184
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:52
small class use to define a embedded object
Definition: libwps_internal.h:433
shared_ptr< WKSContentListener > m_listener
Definition: Lotus.h:180
Definition: WKSParser.h:33
shared_ptr< LotusGraph > m_graphParser
the graph manager
Definition: Lotus.h:186
shared_ptr< LotusSpreadsheet > m_spreadsheetParser
the spreadsheet manager
Definition: Lotus.h:188