30 #include <librevenge-stream/librevenge-stream.h> 78 int getNumCharts()
const;
80 std::map<std::string,int> getNameToChartIdMap()
const;
88 bool sendText(std::shared_ptr<WPSStream> stream,
WPSEntry const &entry);
91 bool readChart(std::shared_ptr<WPSStream> stream);
93 bool readChartName(std::shared_ptr<WPSStream> stream);
98 bool readMacHeader(std::shared_ptr<WPSStream> stream,
long endPos,
int &chartId);
100 bool readMacPlacement(std::shared_ptr<WPSStream> stream,
long endPos);
102 bool readMacLegend(std::shared_ptr<WPSStream> stream,
long endPos);
104 bool readMacPlotArea(std::shared_ptr<WPSStream> stream,
long endPos);
106 bool readMacAxis(std::shared_ptr<WPSStream> stream,
long endPos);
108 bool readMacSerie(std::shared_ptr<WPSStream> stream,
long endPos);
110 bool readMacFloor(std::shared_ptr<WPSStream> stream,
long endPos);
112 bool readMacPosition(std::shared_ptr<WPSStream> stream,
long endPos);
115 bool readPlotArea(std::shared_ptr<WPSStream> stream,
long endPos);
117 bool readSerie(std::shared_ptr<WPSStream> stream,
long endPos);
119 bool readSerieName(std::shared_ptr<WPSStream> stream,
long endPos);
121 static bool readSerieWidth(std::shared_ptr<WPSStream> stream,
long endPos);
123 static bool readFontsStyle(std::shared_ptr<WPSStream> stream,
long endPos);
125 bool readFramesStyle(std::shared_ptr<WPSStream> stream,
long endPos);
138 std::shared_ptr<LotusChartInternal::State>
m_state;
a cell position
Definition: WKSChart.h:50
This class parses Microsoft Works chart file.
Definition: LotusChart.h:53
the chart of a Lotus Pro Dos
Definition: LotusChart.cpp:54
This class parses a wk3,wk4,123 Lotus spreadsheet.
Definition: Lotus.h:72
basic struct used to store link
Definition: Lotus.h:92
void setListener(WKSContentListenerPtr &listen)
sets the listener
Definition: LotusChart.h:68
a structure used to define a picture style
Definition: WPSGraphicStyle.h:37
void sendChart(WKSContentListenerPtr &listener, librevenge::RVNGSpreadsheetInterface *interface) const
send the chart to the listener
Definition: WKSChart.cpp:186
std::shared_ptr< WKSContentListener > m_listener
Definition: LotusChart.h:132
This class parses the Lotus style.
Definition: LotusStyleManager.h:47
std::shared_ptr< LotusStyleManager > m_styleManager
the style manager
Definition: LotusChart.h:136
std::shared_ptr< LotusChartInternal::State > m_state
the internal state
Definition: LotusChart.h:138
WKSChart & operator=(WKSChart const &orig)=delete
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
Class to define the position of an object (textbox, picture, ..) in the document. ...
Definition: WPSPosition.h:39
Definition: LotusChart.cpp:49