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 | |
tools | |
com::sun::star | |
com::sun::star::awt | |
com::sun::star::frame | |
com::sun::star::chart | |
com::sun::star::chart2 | |
com::sun::star::chart2::data | |
Definition at line 602 of file xechart.hxx.
Definition at line 286 of file xechart.hxx.
Definition at line 611 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 813 of file xechart.hxx.
Definition at line 650 of file xechart.hxx.
typedef rtl::Reference< XclExpChDropBar > XclExpChDropBarRef |
Definition at line 866 of file xechart.hxx.
Definition at line 319 of file xechart.hxx.
typedef rtl::Reference< XclExpChFont > XclExpChFontRef |
Definition at line 432 of file xechart.hxx.
typedef rtl::Reference< XclExpChFramePos > XclExpChFramePosRef |
Definition at line 221 of file xechart.hxx.
typedef rtl::Reference< XclExpChFrame > XclExpChFrameRef |
Definition at line 386 of file xechart.hxx.
Definition at line 468 of file xechart.hxx.
Definition at line 968 of file xechart.hxx.
typedef rtl::Reference< XclExpChLegend > XclExpChLegendRef |
Definition at line 841 of file xechart.hxx.
Definition at line 254 of file xechart.hxx.
Definition at line 572 of file xechart.hxx.
Definition at line 447 of file xechart.hxx.
typedef rtl::Reference< XclExpChPieFormat > XclExpChPieFormatRef |
Definition at line 584 of file xechart.hxx.
Definition at line 694 of file xechart.hxx.
typedef rtl::Reference< XclExpChSeries > XclExpChSeriesRef |
Definition at line 762 of file xechart.hxx.
Definition at line 676 of file xechart.hxx.
Definition at line 421 of file xechart.hxx.
typedef rtl::Reference< XclExpChText > XclExpChTextRef |
Definition at line 536 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 941 of file xechart.hxx.
Definition at line 987 of file xechart.hxx.