29 #include <librevenge-stream/librevenge-stream.h> 72 void updateState(std::map<int,int>
const &zIdToSheetIdMap);
78 bool hasGraphics(
int sheetId)
const;
80 void sendGraphics(
int sheetId);
86 void sendTextBox(shared_ptr<WPSStream> stream,
WPSEntry const &entry);
88 void sendTextBoxWK4(shared_ptr<WPSStream> stream,
WPSEntry const &entry,
bool isButton);
99 bool readZoneBegin(shared_ptr<WPSStream> stream,
long endPos);
101 bool readZoneData(shared_ptr<WPSStream> stream,
long endPos,
int type);
103 bool readTextBoxData(shared_ptr<WPSStream> stream,
long endPos);
105 bool readPictureDefinition(shared_ptr<WPSStream> stream,
long endPos);
107 bool readPictureData(shared_ptr<WPSStream> stream,
long endPos);
112 bool readZoneBeginC9(shared_ptr<WPSStream> stream);
114 bool readGraphic(shared_ptr<WPSStream> stream);
116 bool readFrame(shared_ptr<WPSStream> stream);
118 bool readTextBoxDataD1(shared_ptr<WPSStream> stream);
123 bool readGraphZone(shared_ptr<WPSStream> stream,
int zId);
125 bool readGraphDataZone(shared_ptr<WPSStream> stream,
long endPos);
136 shared_ptr<LotusGraphInternal::State>
m_state;
shared_ptr< WKSContentListener > m_listener
Definition: LotusGraph.h:130
Internal: the subdocument of a LotusGraphc.
Definition: LotusGraph.cpp:475
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:67
shared_ptr< LotusStyleManager > m_styleManager
the style manager
Definition: LotusGraph.h:134
This class parses Microsoft Works graph file.
Definition: LotusGraph.h:54
This class parses a WK2..WK4 Lotus spreadsheet.
Definition: Lotus.h:66
a list of ZonePc of a LotusGraph for 123 pc
Definition: LotusGraph.cpp:422
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:47
shared_ptr< LotusGraphInternal::State > m_state
the internal state
Definition: LotusGraph.h:136
basic class to store an entry in a file This contained :
Definition: WPSEntry.h:38
Definition: LotusGraph.cpp:51