summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xichart.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xichart.hxx')
-rw-r--r--sc/source/filter/inc/xichart.hxx54
1 files changed, 0 insertions, 54 deletions
diff --git a/sc/source/filter/inc/xichart.hxx b/sc/source/filter/inc/xichart.hxx
index 3e8a346833af..986ca320b578 100644
--- a/sc/source/filter/inc/xichart.hxx
+++ b/sc/source/filter/inc/xichart.hxx
@@ -170,8 +170,6 @@ private:
XclImpChRootDataRef mxChData; /// Reference to the root data object.
};
-
-
/** Base class for chart record groups. Provides helper functions to read sub records.
A chart record group consists of a header record, followed by a CHBEGIN
@@ -215,8 +213,6 @@ private:
typedef boost::shared_ptr< XclImpChFramePos > XclImpChFramePosRef;
-
-
/** The CHLINEFORMAT record containing line formatting data. */
class XclImpChLineFormat
{
@@ -249,8 +245,6 @@ private:
typedef boost::shared_ptr< XclImpChLineFormat > XclImpChLineFormatRef;
-
-
/** The CHAREAFORMAT record containing simple area formatting data (solid or patterns). */
class XclImpChAreaFormat
{
@@ -279,8 +273,6 @@ private:
typedef boost::shared_ptr< XclImpChAreaFormat > XclImpChAreaFormatRef;
-
-
/** The CHESCHERFORMAT record containing complex area formatting data (bitmaps, hatches). */
class XclImpChEscherFormat : public XclImpChGroupBase
{
@@ -304,8 +296,6 @@ private:
typedef boost::shared_ptr< XclImpChEscherFormat > XclImpChEscherFormatRef;
-
-
/** Base class for record groups containing frame formatting.
Frame formatting can be part of several record groups, e.g. CHFRAME,
@@ -355,8 +345,6 @@ protected:
XclImpChEscherFormatRef mxEscherFmt; /// Complex area format (CHESCHERFORMAT record).
};
-
-
/** Represents the CHFRAME record group containing object frame properties.
The CHFRAME group consists of: CHFRAME, CHBEGIN, CHLINEFORMAT,
@@ -458,8 +446,6 @@ public:
void ConvertRotationBase( const XclImpChRoot& rRoot, ScfPropertySet& rPropSet, bool bSupportsStacked ) const;
};
-
-
/** The CHFONT record containing a font index for text objects. */
class XclImpChFont
{
@@ -477,8 +463,6 @@ private:
typedef boost::shared_ptr< XclImpChFont > XclImpChFontRef;
-
-
/** Represents the CHTEXT record group containing text object properties.
The CHTEXT group consists of: CHTEXT, CHBEGIN, CHFRAMEPOS, CHFONT,
@@ -581,8 +565,6 @@ private:
typedef boost::shared_ptr< XclImpChMarkerFormat > XclImpChMarkerFormatRef;
-
-
/** The CHPIEFORMAT record containing data point formatting data for pie segments. */
class XclImpChPieFormat
{
@@ -599,8 +581,6 @@ private:
typedef boost::shared_ptr< XclImpChPieFormat > XclImpChPieFormatRef;
-
-
/** The CHSERIESFORMAT record containing additional settings for a data series. */
class XclImpChSeriesFormat
{
@@ -617,8 +597,6 @@ private:
typedef boost::shared_ptr< XclImpChSeriesFormat > XclImpChSeriesFormatRef;
-
-
/** The CH3DDATAFORMAT record containing the bar type in 3D bar charts. */
class XclImpCh3dDataFormat
{
@@ -634,8 +612,6 @@ private:
typedef boost::shared_ptr< XclImpCh3dDataFormat > XclImpCh3dDataFormatRef;
-
-
/** The CHATTACHEDLABEL record that contains the type of a data point label. */
class XclImpChAttachedLabel : protected XclImpChRoot
{
@@ -652,8 +628,6 @@ private:
typedef boost::shared_ptr< XclImpChAttachedLabel > XclImpChAttLabelRef;
-
-
/** Represents the CHDATAFORMAT record group containing data point properties.
The CHDATAFORMAT group consists of: CHDATAFORMAT, CHBEGIN, CHFRAME group,
@@ -720,8 +694,6 @@ private:
typedef boost::shared_ptr< XclImpChDataFormat > XclImpChDataFormatRef;
-
-
/** Represents the CHSERTRENDLINE record containing settings for a trend line. */
class XclImpChSerTrendLine : protected XclImpChRoot
{
@@ -749,8 +721,6 @@ private:
typedef boost::shared_ptr< XclImpChSerTrendLine > XclImpChSerTrendLineRef;
-
-
/** Represents the CHSERERRORBAR record containing settings for error bars. */
class XclImpChSerErrorBar : protected XclImpChRoot
{
@@ -786,8 +756,6 @@ private:
typedef boost::shared_ptr< XclImpChSerErrorBar > XclImpChSerErrorBarRef;
-
-
/** Represents the CHSERIES record group describing a data series in a chart.
The CHSERIES group consists of: CHSERIES, CHBEGIN, CHSOURCELINK groups,
@@ -927,8 +895,6 @@ private:
XclChTypeInfo maTypeInfo; /// Chart type info for the contained type.
};
-
-
/** Represents the CHCHART3D record that contains 3D view settings. */
class XclImpChChart3d
{
@@ -946,8 +912,6 @@ private:
typedef boost::shared_ptr< XclImpChChart3d > XclImpChChart3dRef;
-
-
/** Represents the CHLEGEND record group describing the chart legend.
The CHLEGEND group consists of: CHLEGEND, CHBEGIN, CHFRAMEPOS, CHFRAME
@@ -980,8 +944,6 @@ private:
typedef boost::shared_ptr< XclImpChLegend > XclImpChLegendRef;
-
-
/** Represents the CHDROPBAR record group describing pos/neg bars in line charts.
The CHDROPBAR group consists of: CHDROPBAR, CHBEGIN, CHLINEFORMAT,
@@ -1005,8 +967,6 @@ private:
typedef boost::shared_ptr< XclImpChDropBar > XclImpChDropBarRef;
-
-
/** Represents the CHTYPEGROUP record group describing a group of series.
The CHTYPEGROUP group consists of: CHTYPEGROUP, CHBEGIN, a chart type
@@ -1147,8 +1107,6 @@ private:
typedef boost::shared_ptr< XclImpChLabelRange > XclImpChLabelRangeRef;
-
-
class XclImpChValueRange : protected XclImpChRoot
{
public:
@@ -1169,8 +1127,6 @@ private:
typedef boost::shared_ptr< XclImpChValueRange > XclImpChValueRangeRef;
-
-
class XclImpChTick : protected XclImpChRoot
{
public:
@@ -1194,8 +1150,6 @@ private:
typedef boost::shared_ptr< XclImpChTick > XclImpChTickRef;
-
-
/** Represents the CHAXIS record group describing an entire chart axis.
The CHAXIS group consists of: CHAXIS, CHBEGIN, CHLABELRANGE, CHEXTRANGE,
@@ -1265,8 +1219,6 @@ private:
typedef boost::shared_ptr< XclImpChAxis > XclImpChAxisRef;
-
-
/** Represents the CHAXESSET record group describing an axes set (X/Y/Z axes).
The CHAXESSET group consists of: CHAXESSET, CHBEGIN, CHFRAMEPOS, CHAXIS
@@ -1438,8 +1390,6 @@ private:
typedef boost::shared_ptr< XclImpChChart > XclImpChChartRef;
-
-
/** Drawing container of a chart. */
class XclImpChartDrawing : public XclImpDrawing
{
@@ -1463,8 +1413,6 @@ private:
bool mbOwnTab; /// True = own sheet, false = embedded object.
};
-
-
/** Represents the entire chart substream (all records in BOF/EOF block). */
class XclImpChart : protected XclImpRoot
{
@@ -1509,8 +1457,6 @@ private:
bool mbIsPivotChart; /// true = chart is based on a pivot table.
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */