|
| int | version () const |
| | return the file version
|
| |
| int | getNumCharts () const |
| | return the number of chart
|
| |
| std::map< std::string, int > | getNameToChartIdMap () const |
| | returns a map chart name to chart id map
|
| |
| void | updateChart (LotusChartInternal::Chart &chart, int id) |
| | update a chart, so that it can be send
|
| |
| bool | sendCharts () |
| | try to send the charts(for Windows .wk3 file)
|
| |
| bool | sendChart (int cId, WPSPosition const &pos, WPSGraphicStyle const &style) |
| | try to send a chart
|
| |
| bool | sendText (std::shared_ptr< WPSStream > stream, WPSEntry const &entry) |
| | try to send the text
|
| |
| bool | readChart (std::shared_ptr< WPSStream > stream) |
| | reads a structure which define a chart: 11
|
| |
| bool | readChartName (std::shared_ptr< WPSStream > stream) |
| | reads the chart name or title: 12
|
| |
| bool | readMacHeader (std::shared_ptr< WPSStream > stream, long endPos, int &chartId) |
| | reads a chart data: 2710 (wk3mac)
|
| |
| bool | readMacPlacement (std::shared_ptr< WPSStream > stream, long endPos) |
| | reads a placement position(wk3mac): 2774
|
| |
| bool | readMacLegend (std::shared_ptr< WPSStream > stream, long endPos) |
| | reads a legend position(wk3mac): 277e
|
| |
| bool | readMacPlotArea (std::shared_ptr< WPSStream > stream, long endPos) |
| | reads a plot area position(wk3mac): 2788
|
| |
| bool | readMacAxis (std::shared_ptr< WPSStream > stream, long endPos) |
| | reads an axis style(wk3mac): 27d8
|
| |
| bool | readMacSerie (std::shared_ptr< WPSStream > stream, long endPos) |
| | reads a serie style(wk3mac): 27e2
|
| |
| bool | readMacFloor (std::shared_ptr< WPSStream > stream, long endPos) |
| | reads a 3D floor style(wk3mac): 2846
|
| |
| bool | readMacPosition (std::shared_ptr< WPSStream > stream, long endPos) |
| | reads a manual position(wk3mac): 2904
|
| |
| bool | readPlotArea (std::shared_ptr< WPSStream > stream, long endPos) |
| | reads a plot area style: 2a30 (unsure)
|
| |
| bool | readSerie (std::shared_ptr< WPSStream > stream, long endPos) |
| | reads a serie style: 2a31
|
| |
| bool | readSerieName (std::shared_ptr< WPSStream > stream, long endPos) |
| | reads a serie name: 2a32 (serie 6-...)
|
| |
| bool | readFramesStyle (std::shared_ptr< WPSStream > stream, long endPos) |
| | reads a some frame styles: 2a35
|
| |
| bool | convert (LotusParser::Link const &link, WKSChart::Position(&positions)[2]) const |
| | convert a link zone in a chart position(if possible)
|
| |
This class parses Microsoft Works chart file.