LibreOffice Module sc (master) 1
|
#include "xerecord.hxx"
#include "xlchart.hxx"
#include "xlformula.hxx"
#include "xlstyle.hxx"
#include "xeroot.hxx"
#include "xestring.hxx"
#include <memory>
#include <map>
Go to the source code of this file.
Classes | |
class | XclExpChRoot |
Base class for complex chart classes, provides access to other components of the chart. More... | |
class | XclExpChGroupBase |
Base class for chart record groups. More... | |
class | XclExpChFutureRecordBase |
Base class for chart future records. More... | |
class | XclExpChFramePos |
class | XclExpChLineFormat |
class | XclExpChAreaFormat |
class | XclExpChEscherFormat |
class | XclExpChFrameBase |
Base class for record groups containing frame formatting. More... | |
class | XclExpChFrame |
Represents the CHFRAME record group containing object frame properties. More... | |
class | XclExpChSourceLink |
class | XclExpChFont |
The CHFONT record containing a font index for text objects. More... | |
class | XclExpChObjectLink |
The CHOBJECTLINK record linking a text object to a specific chart object. More... | |
class | XclExpChFrLabelProps |
Additional data label settings in the future record CHFRLABELPROPS. More... | |
class | XclExpChFontBase |
Base class for objects with font settings. More... | |
class | XclExpChText |
Represents the CHTEXT record group containing text object properties. More... | |
class | XclExpChMarkerFormat |
The CHMARKERFORMAT record containing data point marker formatting data. More... | |
class | XclExpChPieFormat |
The CHPIEFORMAT record containing data point formatting data for pie segments. More... | |
class | XclExpCh3dDataFormat |
The CH3DDATAFORMAT record containing the bar type in 3D bar charts. More... | |
class | XclExpChAttachedLabel |
The CHATTACHEDLABEL record that contains the type of a data point label. More... | |
class | XclExpChDataFormat |
Represents the CHDATAFORMAT record group containing data point properties. More... | |
class | XclExpChSerTrendLine |
Represents the CHSERTRENDLINE record containing settings for a trend line. More... | |
class | XclExpChSerErrorBar |
Represents the CHSERERRORBAR record containing settings for error bars. More... | |
class | XclExpChSeries |
Represents the CHSERIES record group describing a data series in a chart. More... | |
class | XclExpChType |
Represents the chart type record for all supported chart types. More... | |
class | XclExpChChart3d |
Represents the CHCHART3D record that contains 3D view settings. More... | |
class | XclExpChLegend |
Represents the CHLEGEND record group describing the chart legend. More... | |
class | XclExpChDropBar |
Represents the CHDROPBAR record group describing pos/neg bars in line charts. More... | |
class | XclExpChTypeGroup |
Represents the CHTYPEGROUP record group describing a group of series. More... | |
class | XclExpChLabelRange |
class | XclExpChValueRange |
class | XclExpChTick |
class | XclExpChAxis |
Represents the CHAXIS record group describing an entire chart axis. More... | |
class | XclExpChAxesSet |
Represents the CHAXESSET record group describing an axes set (X/Y/Z axes). More... | |
class | XclExpChChart |
Represents the CHCHART record group describing the chart contents. More... | |
class | XclExpChartDrawing |
Represents the group of DFF and OBJ records containing all drawing shapes embedded in the chart object. More... | |
class | XclExpChart |
Represents the entire chart substream (all records in BOF/EOF block). More... | |
Namespaces | |
namespace | tools |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::awt |
namespace | com::sun::star::frame |
namespace | com::sun::star::chart |
namespace | com::sun::star::chart2 |
namespace | com::sun::star::chart2::data |
Definition at line 601 of file xechart.hxx.
Definition at line 285 of file xechart.hxx.
Definition at line 610 of file xechart.hxx.
typedef std::shared_ptr< XclExpChAxesSet > XclExpChAxesSetRef |
Definition at line 1118 of file xechart.hxx.
typedef rtl::Reference< XclExpChAxis > XclExpChAxisRef |
Definition at line 1059 of file xechart.hxx.
typedef rtl::Reference< XclExpChChart3d > XclExpChChart3dRef |
Definition at line 812 of file xechart.hxx.
Definition at line 649 of file xechart.hxx.
typedef rtl::Reference< XclExpChDropBar > XclExpChDropBarRef |
Definition at line 865 of file xechart.hxx.
Definition at line 318 of file xechart.hxx.
typedef rtl::Reference< XclExpChFont > XclExpChFontRef |
Definition at line 431 of file xechart.hxx.
typedef rtl::Reference< XclExpChFramePos > XclExpChFramePosRef |
Definition at line 220 of file xechart.hxx.
typedef rtl::Reference< XclExpChFrame > XclExpChFrameRef |
Definition at line 385 of file xechart.hxx.
Definition at line 467 of file xechart.hxx.
Definition at line 967 of file xechart.hxx.
typedef rtl::Reference< XclExpChLegend > XclExpChLegendRef |
Definition at line 840 of file xechart.hxx.
Definition at line 253 of file xechart.hxx.
Definition at line 571 of file xechart.hxx.
Definition at line 446 of file xechart.hxx.
typedef rtl::Reference< XclExpChPieFormat > XclExpChPieFormatRef |
Definition at line 583 of file xechart.hxx.
Definition at line 693 of file xechart.hxx.
typedef rtl::Reference< XclExpChSeries > XclExpChSeriesRef |
Definition at line 761 of file xechart.hxx.
Definition at line 675 of file xechart.hxx.
Definition at line 420 of file xechart.hxx.
typedef rtl::Reference< XclExpChText > XclExpChTextRef |
Definition at line 535 of file xechart.hxx.
typedef rtl::Reference< XclExpChTick > XclExpChTickRef |
Definition at line 1009 of file xechart.hxx.
typedef rtl::Reference< XclExpChTypeGroup > XclExpChTypeGroupRef |
Definition at line 940 of file xechart.hxx.
Definition at line 986 of file xechart.hxx.