28 #include <librevenge-stream/librevenge-stream.h> 73 bool hasGraphics(
int sheetId)
const;
75 void sendGraphics(
int sheetId);
79 void sendTextBox(shared_ptr<WPSStream> stream,
WPSEntry const &entry);
81 void sendTextBoxWK4(shared_ptr<WPSStream> stream,
WPSEntry const &entry,
bool isButton);
92 bool readZoneBegin(shared_ptr<WPSStream> stream,
long endPos);
94 bool readZoneData(shared_ptr<WPSStream> stream,
long endPos,
int type);
96 bool readTextBoxData(shared_ptr<WPSStream> stream,
long endPos);
98 bool readPictureDefinition(shared_ptr<WPSStream> stream,
long endPos);
100 bool readPictureData(shared_ptr<WPSStream> stream,
long endPos);
105 bool readZoneBeginC9(shared_ptr<WPSStream> stream);
107 bool readGraphic(shared_ptr<WPSStream> stream);
109 bool readFrame(shared_ptr<WPSStream> stream);
111 bool readTextBoxDataD1(shared_ptr<WPSStream> stream);
122 shared_ptr<LotusGraphInternal::State>
m_state;
shared_ptr< WKSContentListener > m_listener
Definition: LotusGraph.h:116
Internal: the subdocument of a LotusGraphc.
Definition: LotusGraph.cpp:257
the graphic zone of a LotusGraph for 123 mac
Definition: LotusGraph.cpp:54
WKSSubDocument & operator=(const WKSSubDocument &)
void setListener(WKSContentListenerPtr &listen)
sets the listener
Definition: LotusGraph.h:64
shared_ptr< LotusStyleManager > m_styleManager
the style manager
Definition: LotusGraph.h:120
This class parses Microsoft Works graph file.
Definition: LotusGraph.h:51
This class parses a WK2..WK4 Lotus spreadsheet.
Definition: Lotus.h:66
WKSParser * parser() const
returns the parser
Definition: WKSSubDocument.h:44
shared_ptr< WKSContentListener > WKSContentListenerPtr
shared pointer to WKSContentListener
Definition: libwps_internal.h:115
This class parses the Lotus style.
Definition: LotusStyleManager.h:45
shared_ptr< LotusGraphInternal::State > m_state
the internal state
Definition: LotusGraph.h:122
basic class to store an entry in a file This contained :
Definition: WPSEntry.h:38
Definition: LotusGraph.cpp:51