summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xechart.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xechart.hxx')
-rw-r--r--sc/source/filter/inc/xechart.hxx58
1 files changed, 0 insertions, 58 deletions
diff --git a/sc/source/filter/inc/xechart.hxx b/sc/source/filter/inc/xechart.hxx
index 4a48d46f9442..fc152284f272 100644
--- a/sc/source/filter/inc/xechart.hxx
+++ b/sc/source/filter/inc/xechart.hxx
@@ -154,8 +154,6 @@ private:
XclExpChRootDataRef mxChData; /// Reference to the root data object.
};
-
-
/** Base class for chart record groups. Provides helper functions to write sub records.
A chart record group consists of a header record, followed by a CHBEGIN
@@ -185,8 +183,6 @@ private:
XclChFrBlock maFrBlock; /// Future records block settings.
};
-
-
/** Base class for chart future records. On saving, the record writes missing
CHFRBLOCKBEGIN records automatically.
*/
@@ -219,8 +215,6 @@ private:
typedef boost::shared_ptr< XclExpChFramePos > XclExpChFramePosRef;
-
-
class XclExpChLineFormat : public XclExpRecord
{
public:
@@ -254,8 +248,6 @@ private:
typedef boost::shared_ptr< XclExpChLineFormat > XclExpChLineFormatRef;
-
-
class XclExpChAreaFormat : public XclExpRecord
{
public:
@@ -288,8 +280,6 @@ private:
typedef boost::shared_ptr< XclExpChAreaFormat > XclExpChAreaFormatRef;
-
-
class XclExpChEscherFormat : public XclExpChGroupBase
{
public:
@@ -323,8 +313,6 @@ private:
typedef boost::shared_ptr< XclExpChEscherFormat > XclExpChEscherFormatRef;
-
-
/** Base class for record groups containing frame formatting.
Frame formatting can be part of several record groups, e.g. CHFRAME,
@@ -357,8 +345,6 @@ private:
XclExpChEscherFormatRef mxEscherFmt; /// Complex area format (CHESCHERFORMAT record).
};
-
-
/** Represents the CHFRAME record group containing object frame properties.
The CHFRAME group consists of: CHFRAME, CHBEGIN, CHLINEFORMAT,
@@ -445,8 +431,6 @@ public:
typedef boost::shared_ptr< XclExpChFont > XclExpChFontRef;
-
-
/** The CHOBJECTLINK record linking a text object to a specific chart object. */
class XclExpChObjectLink : public XclExpRecord
{
@@ -462,8 +446,6 @@ private:
typedef boost::shared_ptr< XclExpChObjectLink > XclExpChObjectLinkRef;
-
-
/** Additional data label settings in the future record CHFRLABELPROPS. */
class XclExpChFrLabelProps : public XclExpChFutureRecordBase
{
@@ -485,8 +467,6 @@ private:
typedef boost::shared_ptr< XclExpChFrLabelProps > XclExpChFrLabelPropsRef;
-
-
/** Base class for objects with font settings. Provides font conversion helper functions. */
class XclExpChFontBase
{
@@ -506,8 +486,6 @@ public:
void ConvertRotationBase( const XclExpChRoot& rRoot, const ScfPropertySet& rPropSet, bool bSupportsStacked );
};
-
-
/** Represents the CHTEXT record group containing text object properties.
The CHTEXT group consists of: CHTEXT, CHBEGIN, CHFRAMEPOS, CHFONT,
@@ -597,8 +575,6 @@ private:
typedef boost::shared_ptr< XclExpChMarkerFormat > XclExpChMarkerFormatRef;
-
-
/** The CHPIEFORMAT record containing data point formatting data for pie segments. */
class XclExpChPieFormat : public XclExpUInt16Record
{
@@ -611,8 +587,6 @@ public:
typedef boost::shared_ptr< XclExpChPieFormat > XclExpChPieFormatRef;
-
-
/** The CH3DDATAFORMAT record containing the bar type in 3D bar charts. */
class XclExpCh3dDataFormat : public XclExpRecord
{
@@ -631,8 +605,6 @@ private:
typedef boost::shared_ptr< XclExpCh3dDataFormat > XclExpCh3dDataFormatRef;
-
-
/** The CHATTACHEDLABEL record that contains the type of a data point label. */
class XclExpChAttachedLabel : public XclExpUInt16Record
{
@@ -642,8 +614,6 @@ public:
typedef boost::shared_ptr< XclExpChAttachedLabel > XclExpChAttLabelRef;
-
-
/** Represents the CHDATAFORMAT record group containing data point properties.
The CHDATAFORMAT group consists of: CHDATAFORMAT, CHBEGIN, CHFRAME group,
@@ -683,8 +653,6 @@ private:
typedef boost::shared_ptr< XclExpChDataFormat > XclExpChDataFormatRef;
-
-
/** Represents the CHSERTRENDLINE record containing settings for a trend line. */
class XclExpChSerTrendLine : public XclExpRecord, protected XclExpChRoot
{
@@ -713,8 +681,6 @@ private:
typedef boost::shared_ptr< XclExpChSerTrendLine > XclExpChSerTrendLineRef;
-
-
/** Represents the CHSERERRORBAR record containing settings for error bars. */
class XclExpChSerErrorBar : public XclExpRecord, protected XclExpChRoot
{
@@ -733,8 +699,6 @@ private:
typedef boost::shared_ptr< XclExpChSerErrorBar > XclExpChSerErrorBarRef;
-
-
/** Represents the CHSERIES record group describing a data series in a chart.
The CHSERIES group consists of: CHSERIES, CHBEGIN, CHSOURCELINK groups,
@@ -838,8 +802,6 @@ private:
XclChTypeInfo maTypeInfo; /// Chart type info for the contained type.
};
-
-
/** Represents the CHCHART3D record that contains 3D view settings. */
class XclExpChChart3d : public XclExpRecord
{
@@ -863,8 +825,6 @@ private:
typedef boost::shared_ptr< XclExpChChart3d > XclExpChChart3dRef;
-
-
/** Represents the CHLEGEND record group describing the chart legend.
The CHLEGEND group consists of: CHLEGEND, CHBEGIN, CHFRAMEPOS, CHFRAME
@@ -893,8 +853,6 @@ private:
typedef boost::shared_ptr< XclExpChLegend > XclExpChLegendRef;
-
-
/** Represents the CHDROPBAR record group describing pos/neg bars in line charts.
The CHDROPBAR group consists of: CHDROPBAR, CHBEGIN, CHLINEFORMAT,
@@ -921,8 +879,6 @@ private:
typedef boost::shared_ptr< XclExpChDropBar > XclExpChDropBarRef;
-
-
/** Represents the CHTYPEGROUP record group describing a group of series.
The CHTYPEGROUP group consists of: CHTYPEGROUP, CHBEGIN, a chart type
@@ -1029,8 +985,6 @@ private:
typedef boost::shared_ptr< XclExpChLabelRange > XclExpChLabelRangeRef;
-
-
class XclExpChValueRange : public XclExpRecord, protected XclExpChRoot
{
public:
@@ -1050,8 +1004,6 @@ private:
typedef boost::shared_ptr< XclExpChValueRange > XclExpChValueRangeRef;
-
-
class XclExpChTick : public XclExpRecord, protected XclExpChRoot
{
public:
@@ -1074,8 +1026,6 @@ private:
typedef boost::shared_ptr< XclExpChTick > XclExpChTickRef;
-
-
/** Represents the CHAXIS record group describing an entire chart axis.
The CHAXIS group consists of: CHAXIS, CHBEGIN, CHLABELRANGE, CHEXTRANGE,
@@ -1129,8 +1079,6 @@ private:
typedef boost::shared_ptr< XclExpChAxis > XclExpChAxisRef;
-
-
/** Represents the CHAXESSET record group describing an axes set (X/Y/Z axes).
The CHAXESSET group consists of: CHAXESSET, CHBEGIN, CHFRAMEPOS, CHAXIS
@@ -1239,8 +1187,6 @@ private:
XclExpChTextList maLabels; /// Data point labels (CHTEXT groups).
};
-
-
/** Represents the group of DFF and OBJ records containing all drawing shapes
embedded in the chart object.
*/
@@ -1260,8 +1206,6 @@ private:
boost::shared_ptr< XclExpRecordBase > mxObjRecs;
};
-
-
/** Represents the entire chart substream (all records in BOF/EOF block). */
class XclExpChart : public XclExpSubStream, protected XclExpRoot
{
@@ -1273,8 +1217,6 @@ public:
XModelRef xModel, const Rectangle& rChartRect );
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */