29 #include <librevenge-stream/librevenge-stream.h> 67 bool checkFilePosition(
long pos);
71 bool hasLICSCharacters()
const;
77 int getNumCharts()
const;
84 bool sendText(
WPSEntry const &entry);
93 bool readChartSeries();
96 bool readChartSeriesStyles();
99 bool readChartSeriesColorMap();
101 bool readChartName();
106 bool readChartFont();
111 bool readChart2Font();
114 bool readChartLimit();
130 std::shared_ptr<WKS4ChartInternal::State>
m_state;
libwps::DebugFile & m_asciiFile
the ascii file
Definition: WKS4Chart.h:132
std::shared_ptr< WKSContentListener > m_listener
Definition: WKS4Chart.h:126
Definition: WPSDebug.h:207
RVNGInputStreamPtr m_input
the input
Definition: WKS4Chart.h:125
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:130
libwps::DebugFile & ascii()
returns the debug file
Definition: WKS4Chart.h:120
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