29 #include <librevenge-stream/librevenge-stream.h>
128 std::shared_ptr<WKS4ChartInternal::State>
m_state;
bool readChartName()
reads the chart name or title: 41
Definition: WKS4Chart.cpp:700
libwps::DebugFile & m_asciiFile
the ascii file
Definition: WKS4Chart.h:130
std::shared_ptr< WKSContentListener > m_listener
Definition: WKS4Chart.h:124
int getNumCharts() const
return the number of chart
Definition: WKS4Chart.cpp:236
bool sendText(WPSEntry const &entry)
try to send the text
Definition: WKS4Chart.cpp:415
bool readChartLimit()
reads end/begin of chart (only present in windows file): 80,81
Definition: WKS4Chart.cpp:948
WKS4Chart(WKS4Parser &parser)
constructor
Definition: WKS4Chart.cpp:223
Definition: WPSDebug.h:207
RVNGInputStreamPtr m_input
the input
Definition: WKS4Chart.h:123
bool readChartSeries()
reads a list of series definition: zone 0x15
Definition: WKS4Chart.cpp:1224
This class parses Microsoft Works spreadsheet or a database file.
Definition: WKS4.h:48
WKS4Chart & operator=(WKS4Chart const &orig)=delete
bool readChartAxis()
reads the axis(or second yaxis) data: zone 0x14
Definition: WKS4Chart.cpp:971
bool readChartSeriesColorMap()
reads the chart's series color map: zone 0x31
Definition: WKS4Chart.cpp:1358
std::shared_ptr< WKS4ChartInternal::State > m_state
the internal state
Definition: WKS4Chart.h:128
~WKS4Chart()
destructor
Definition: WKS4Chart.cpp:232
libwps::DebugFile & ascii()
returns the debug file
Definition: WKS4Chart.h:118
bool readChartFont()
reads a structure which seems to define two chart font (only present in windows file): 40 ...
Definition: WKS4Chart.cpp:808
the chart of a WKS4 Pro Dos
Definition: WKS4Chart.cpp:51
bool checkFilePosition(long pos)
return true if the pos is in the file, update the file size if need
Definition: WKS4Chart.cpp:259
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
WKS4Parser & m_mainParser
the listener (if set)
Definition: WKS4Chart.h:126
Definition: WKS4Chart.cpp:46
void updateChart(WKS4ChartInternal::Chart &chart)
update a chart, so that it can be send
Definition: WKS4Chart.cpp:271
int version() const
return the file version
Definition: WKS4Chart.cpp:252
bool sendCharts()
try to send the charts
Definition: WKS4Chart.cpp:384
bool readChart3D()
reads a structure which stores zfront, zfar: 44
Definition: WKS4Chart.cpp:861
bool readChartDim()
reads a structure which seems to define some dimension (only present in windows file): 35 ...
Definition: WKS4Chart.cpp:740
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
bool readChart2Font()
reads a structure which seems to define four chart font (only present in windows file): 84 ...
Definition: WKS4Chart.cpp:900
bool readChartSeriesStyles()
reads the series style: zone 0x16
Definition: WKS4Chart.cpp:1287
void resetInput(RVNGInputStreamPtr const &input)
reset the main input
Definition: WKS4Chart.cpp:247
void setListener(WKSContentListenerPtr &listen)
sets the listener
Definition: WKS4Chart.h:60
bool readChart()
reads a structure which define a chart: 2d(default), 2e(name + value)
Definition: WKS4Chart.cpp:435