30 #include <librevenge-stream/librevenge-stream.h> 78 void updateState(std::map<int,int>
const &zIdToSheetIdMap,
79 std::map<std::string,int>
const &nameToChartIdMap);
85 bool hasGraphics(
int sheetId)
const;
87 void sendGraphics(
int sheetId);
93 void sendTextBox(std::shared_ptr<WPSStream> stream,
WPSEntry const &entry);
95 void sendTextBoxWK4(std::shared_ptr<WPSStream> stream,
WPSEntry const &entry,
bool isButton);
98 bool setChartId(
int chartId);
109 bool readZoneBegin(std::shared_ptr<WPSStream> stream,
long endPos);
111 bool readZoneData(std::shared_ptr<WPSStream> stream,
long endPos,
int type);
113 bool readTextBoxData(std::shared_ptr<WPSStream> stream,
long endPos);
115 bool readPictureDefinition(std::shared_ptr<WPSStream> stream,
long endPos);
117 bool readPictureData(std::shared_ptr<WPSStream> stream,
long endPos);
122 bool readFMTPictName(std::shared_ptr<WPSStream> stream);
124 bool readZoneBeginC9(std::shared_ptr<WPSStream> stream);
126 bool readGraphic(std::shared_ptr<WPSStream> stream);
128 bool readFrame(std::shared_ptr<WPSStream> stream);
130 bool readTextBoxDataD1(std::shared_ptr<WPSStream> stream);
135 bool readGraphZone(std::shared_ptr<WPSStream> stream,
int zId);
137 bool readGraphDataZone(std::shared_ptr<WPSStream> stream,
long endPos);
148 std::shared_ptr<LotusGraphInternal::State>
m_state;
Internal: the subdocument of a LotusGraphc.
Definition: LotusGraph.cpp:524
the graphic zone of a LotusGraph for 123 mac
Definition: LotusGraph.cpp:54
WKSSubDocument & operator=(const WKSSubDocument &)=delete
void setListener(WKSContentListenerPtr &listen)
sets the listener
Definition: LotusGraph.h:68
std::shared_ptr< LotusGraphInternal::State > m_state
the internal state
Definition: LotusGraph.h:148
This class parses Microsoft Works graph file.
Definition: LotusGraph.h:55
This class parses a wk3,wk4,123 Lotus spreadsheet.
Definition: Lotus.h:72
a list of ZonePc of a LotusGraph for 123 pc
Definition: LotusGraph.cpp:459
WKSParser * parser() const
returns the parser
Definition: WKSSubDocument.h:44
This class parses the Lotus style.
Definition: LotusStyleManager.h:47
std::shared_ptr< WKSContentListener > m_listener
Definition: LotusGraph.h:142
std::shared_ptr< LotusStyleManager > m_styleManager
the style manager
Definition: LotusGraph.h:146
std::shared_ptr< WKSContentListener > WKSContentListenerPtr
shared pointer to WKSContentListener
Definition: libwps_internal.h:114
basic class to store an entry in a file This contained :
Definition: WPSEntry.h:38
Definition: LotusGraph.cpp:51