summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xichart.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xichart.cxx')
-rw-r--r--sc/source/filter/excel/xichart.cxx56
1 files changed, 28 insertions, 28 deletions
diff --git a/sc/source/filter/excel/xichart.cxx b/sc/source/filter/excel/xichart.cxx
index 34c53434a588..314c9259910e 100644
--- a/sc/source/filter/excel/xichart.cxx
+++ b/sc/source/filter/excel/xichart.cxx
@@ -207,7 +207,7 @@ struct XclImpChRootData : public XclChRootData
inline explicit XclImpChRootData( XclImpChChart& rChartData ) : mrChartData( rChartData ) {}
};
-// ----------------------------------------------------------------------------
+
XclImpChRoot::XclImpChRoot( const XclImpRoot& rRoot, XclImpChChart& rChartData ) :
XclImpRoot( rRoot ),
@@ -377,7 +377,7 @@ void XclImpChRoot::ConvertPieRotation( ScfPropertySet& rPropSet, sal_uInt16 nAng
rPropSet.SetProperty( EXC_CHPROP_STARTINGANGLE, nApiRot );
}
-// ----------------------------------------------------------------------------
+
XclImpChGroupBase::~XclImpChGroupBase()
{
@@ -441,7 +441,7 @@ void XclImpChFramePos::ReadChFramePos( XclImpStream& rStrm )
maData.maRect.mnHeight = rStrm.ReadInt16(); rStrm.Ignore( 2 );
}
-// ----------------------------------------------------------------------------
+
void XclImpChLineFormat::ReadChLineFormat( XclImpStream& rStrm )
{
@@ -473,7 +473,7 @@ void XclImpChLineFormat::Convert( const XclImpChRoot& rRoot,
}
}
-// ----------------------------------------------------------------------------
+
void XclImpChAreaFormat::ReadChAreaFormat( XclImpStream& rStrm )
{
@@ -508,7 +508,7 @@ void XclImpChAreaFormat::Convert( const XclImpChRoot& rRoot,
}
}
-// ----------------------------------------------------------------------------
+
XclImpChEscherFormat::XclImpChEscherFormat( const XclImpRoot& rRoot ) :
mnDffFillType( mso_fillSolid )
@@ -548,7 +548,7 @@ void XclImpChEscherFormat::Convert( const XclImpChRoot& rRoot,
rRoot.ConvertEscherFormat( rPropSet, maData, bUsePicFmt ? &maPicFmt : 0, mnDffFillType, rFmtInfo.mePropMode );
}
-// ----------------------------------------------------------------------------
+
XclImpChFrameBase::XclImpChFrameBase( const XclChFormatInfo& rFmtInfo )
{
@@ -625,7 +625,7 @@ void XclImpChFrameBase::ConvertFrameBase( const XclImpChRoot& rRoot,
ConvertAreaBase( rRoot, rPropSet, eObjType, nFormatIdx, bUsePicFmt );
}
-// ----------------------------------------------------------------------------
+
XclImpChFrame::XclImpChFrame( const XclImpChRoot& rRoot, XclChObjectType eObjType ) :
XclImpChFrameBase( rRoot.GetFormatInfo( eObjType ) ),
@@ -723,7 +723,7 @@ Reference< XLabeledDataSequence > lclCreateLabeledDataSequence(
} // namespace
-// ----------------------------------------------------------------------------
+
XclImpChSourceLink::XclImpChSourceLink( const XclImpChRoot& rRoot ) :
XclImpChRoot( rRoot )
@@ -920,7 +920,7 @@ void XclImpChFontBase::ConvertRotationBase( const XclImpChRoot& rRoot, ScfProper
rRoot.GetChartPropSetHelper().WriteRotationProperties( rPropSet, GetRotation(), bSupportsStacked );
}
-// ----------------------------------------------------------------------------
+
XclImpChFont::XclImpChFont() :
mnFontIdx( EXC_FONT_NOTFOUND )
@@ -932,7 +932,7 @@ void XclImpChFont::ReadChFont( XclImpStream& rStrm )
rStrm >> mnFontIdx;
}
-// ----------------------------------------------------------------------------
+
XclImpChText::XclImpChText( const XclImpChRoot& rRoot ) :
XclImpChRoot( rRoot )
@@ -1306,7 +1306,7 @@ void XclImpChMarkerFormat::ConvertColor( const XclImpChRoot& rRoot,
rPropSet.SetColorProperty( EXC_CHPROP_COLOR, aLineColor );
}
-// ----------------------------------------------------------------------------
+
XclImpChPieFormat::XclImpChPieFormat() :
mnPieDist( 0 )
@@ -1324,7 +1324,7 @@ void XclImpChPieFormat::Convert( ScfPropertySet& rPropSet ) const
rPropSet.SetProperty( EXC_CHPROP_OFFSET, fApiDist );
}
-// ----------------------------------------------------------------------------
+
XclImpChSeriesFormat::XclImpChSeriesFormat() :
mnFlags( 0 )
@@ -1336,7 +1336,7 @@ void XclImpChSeriesFormat::ReadChSeriesFormat( XclImpStream& rStrm )
rStrm >> mnFlags;
}
-// ----------------------------------------------------------------------------
+
void XclImpCh3dDataFormat::ReadCh3dDataFormat( XclImpStream& rStrm )
{
@@ -1352,7 +1352,7 @@ void XclImpCh3dDataFormat::Convert( ScfPropertySet& rPropSet ) const
rPropSet.SetProperty( EXC_CHPROP_GEOMETRY3D, nApiType );
}
-// ----------------------------------------------------------------------------
+
XclImpChAttachedLabel::XclImpChAttachedLabel( const XclImpChRoot& rRoot ) :
XclImpChRoot( rRoot ),
@@ -1379,7 +1379,7 @@ XclImpChTextRef XclImpChAttachedLabel::CreateDataLabel( const XclImpChText* pPar
return xLabel;
}
-// ----------------------------------------------------------------------------
+
XclImpChDataFormat::XclImpChDataFormat( const XclImpChRoot& rRoot ) :
XclImpChRoot( rRoot )
@@ -1593,7 +1593,7 @@ void XclImpChDataFormat::UpdateDataLabel( const XclImpChDataFormat* pParentFmt )
mxLabel = mxAttLabel->CreateDataLabel( pDefText );
}
-// ----------------------------------------------------------------------------
+
XclImpChSerTrendLine::XclImpChSerTrendLine( const XclImpChRoot& rRoot ) :
XclImpChRoot( rRoot )
@@ -1681,7 +1681,7 @@ Reference< XRegressionCurve > XclImpChSerTrendLine::CreateRegressionCurve() cons
return xRegCurve;
}
-// ----------------------------------------------------------------------------
+
XclImpChSerErrorBar::XclImpChSerErrorBar( const XclImpChRoot& rRoot ) :
XclImpChRoot( rRoot )
@@ -1782,7 +1782,7 @@ Reference< XPropertySet > XclImpChSerErrorBar::CreateErrorBar( const XclImpChSer
return xErrorBar;
}
-// ----------------------------------------------------------------------------
+
XclImpChSeries::XclImpChSeries( const XclImpChRoot& rRoot, sal_uInt16 nSeriesIdx ) :
XclImpChRoot( rRoot ),
@@ -2399,7 +2399,7 @@ Reference< XChartType > XclImpChType::CreateChartType( Reference< XDiagram > xDi
return xChartType;
}
-// ----------------------------------------------------------------------------
+
void XclImpChChart3d::ReadChChart3d( XclImpStream& rStrm )
{
@@ -2480,7 +2480,7 @@ void XclImpChChart3d::Convert( ScfPropertySet& rPropSet, bool b3dWallChart ) con
rPropSet.SetProperty( EXC_CHPROP_D3DSCENELIGHTDIR2, cssd::Direction3D( 0.2, 0.4, 1.0 ) );
}
-// ----------------------------------------------------------------------------
+
XclImpChLegend::XclImpChLegend( const XclImpChRoot& rRoot ) :
XclImpChRoot( rRoot )
@@ -2619,7 +2619,7 @@ Reference< XLegend > XclImpChLegend::CreateLegend() const
return xLegend;
}
-// ----------------------------------------------------------------------------
+
XclImpChDropBar::XclImpChDropBar( sal_uInt16 nDropBar ) :
mnDropBar( nDropBar ),
@@ -2643,7 +2643,7 @@ void XclImpChDropBar::Convert( const XclImpChRoot& rRoot, ScfPropertySet& rPropS
ConvertFrameBase( rRoot, rPropSet, eObjType );
}
-// ----------------------------------------------------------------------------
+
XclImpChTypeGroup::XclImpChTypeGroup( const XclImpChRoot& rRoot ) :
XclImpChRoot( rRoot ),
@@ -3058,7 +3058,7 @@ void XclImpChLabelRange::ConvertAxisPosition( ScfPropertySet& rPropSet, bool b3d
}
}
-// ----------------------------------------------------------------------------
+
XclImpChValueRange::XclImpChValueRange( const XclImpChRoot& rRoot ) :
XclImpChRoot( rRoot )
@@ -3135,7 +3135,7 @@ void XclImpChValueRange::ConvertAxisPosition( ScfPropertySet& rPropSet ) const
rPropSet.SetProperty( EXC_CHPROP_CROSSOVERVALUE, fCrossingPos );
}
-// ----------------------------------------------------------------------------
+
namespace {
@@ -3215,7 +3215,7 @@ void XclImpChTick::Convert( ScfPropertySet& rPropSet ) const
rPropSet.SetProperty( EXC_CHPROP_MARKPOSITION, cssc::ChartAxisMarkPosition_AT_AXIS );
}
-// ----------------------------------------------------------------------------
+
XclImpChAxis::XclImpChAxis( const XclImpChRoot& rRoot, sal_uInt16 nAxisType ) :
XclImpChRoot( rRoot ),
@@ -3490,7 +3490,7 @@ void XclImpChAxis::CreateWallFrame()
}
}
-// ----------------------------------------------------------------------------
+
XclImpChAxesSet::XclImpChAxesSet( const XclImpChRoot& rRoot, sal_uInt16 nAxesSetId ) :
XclImpChRoot( rRoot )
@@ -4190,7 +4190,7 @@ Reference< XDiagram > XclImpChChart::CreateDiagram() const
return xDiagram;
}
-// ----------------------------------------------------------------------------
+
XclImpChartDrawing::XclImpChartDrawing( const XclImpRoot& rRoot, bool bOwnTab ) :
XclImpDrawing( rRoot, bOwnTab ), // sheet charts may contain OLE objects
@@ -4252,7 +4252,7 @@ void XclImpChartDrawing::OnObjectInserted( const XclImpDrawObjBase& )
{
}
-// ----------------------------------------------------------------------------
+
XclImpChart::XclImpChart( const XclImpRoot& rRoot, bool bOwnTab ) :
XclImpRoot( rRoot ),