29 #include <librevenge-stream/librevenge-stream.h> 67 bool checkFilePosition(
long pos);
75 int getNumCharts()
const;
82 bool sendText(
WPSEntry const &entry);
91 bool readChartSeries();
94 bool readChartSeriesStyles();
97 bool readChartSeriesColorMap();
104 bool readChartFont();
109 bool readChart2Font();
112 bool readChartLimit();
128 std::shared_ptr<WKS4ChartInternal::State>
m_state;
libwps::DebugFile & m_asciiFile
the ascii file
Definition: WKS4Chart.h:130
std::shared_ptr< WKSContentListener > m_listener
Definition: WKS4Chart.h:124
Definition: WPSDebug.h:207
RVNGInputStreamPtr m_input
the input
Definition: WKS4Chart.h:123
This class parses Microsoft Works spreadsheet or a database file.
Definition: WKS4.h:48
std::shared_ptr< WKS4ChartInternal::State > m_state
the internal state
Definition: WKS4Chart.h:128
libwps::DebugFile & ascii()
returns the debug file
Definition: WKS4Chart.h:118
the chart of a WKS4 Pro Dos
Definition: WKS4Chart.cpp:51
std::shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr
shared pointer to librevenge::RVNGInputStream
Definition: libwps_internal.h:87
This class parses Microsoft Works chart file.
Definition: WKS4Chart.h:49
Definition: WKS4Chart.cpp:46
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
void setListener(WKSContentListenerPtr &listen)
sets the listener
Definition: WKS4Chart.h:60