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.cxx58
1 files changed, 0 insertions, 58 deletions
diff --git a/sc/source/filter/excel/xichart.cxx b/sc/source/filter/excel/xichart.cxx
index b00c49cd574e..b70aee53b8fb 100644
--- a/sc/source/filter/excel/xichart.cxx
+++ b/sc/source/filter/excel/xichart.cxx
@@ -207,8 +207,6 @@ struct XclImpChRootData : public XclChRootData
inline explicit XclImpChRootData( XclImpChChart& rChartData ) : mrChartData( rChartData ) {}
};
-
-
XclImpChRoot::XclImpChRoot( const XclImpRoot& rRoot, XclImpChChart& rChartData ) :
XclImpRoot( rRoot ),
mxChData( new XclImpChRootData( rChartData ) )
@@ -377,8 +375,6 @@ void XclImpChRoot::ConvertPieRotation( ScfPropertySet& rPropSet, sal_uInt16 nAng
rPropSet.SetProperty( EXC_CHPROP_STARTINGANGLE, nApiRot );
}
-
-
XclImpChGroupBase::~XclImpChGroupBase()
{
}
@@ -441,8 +437,6 @@ void XclImpChFramePos::ReadChFramePos( XclImpStream& rStrm )
maData.maRect.mnHeight = rStrm.ReadInt16(); rStrm.Ignore( 2 );
}
-
-
void XclImpChLineFormat::ReadChLineFormat( XclImpStream& rStrm )
{
rStrm >> maData.maColor >> maData.mnPattern >> maData.mnWeight >> maData.mnFlags;
@@ -473,8 +467,6 @@ void XclImpChLineFormat::Convert( const XclImpChRoot& rRoot,
}
}
-
-
void XclImpChAreaFormat::ReadChAreaFormat( XclImpStream& rStrm )
{
rStrm >> maData.maPattColor >> maData.maBackColor >> maData.mnPattern >> maData.mnFlags;
@@ -508,8 +500,6 @@ void XclImpChAreaFormat::Convert( const XclImpChRoot& rRoot,
}
}
-
-
XclImpChEscherFormat::XclImpChEscherFormat( const XclImpRoot& rRoot ) :
mnDffFillType( mso_fillSolid )
{
@@ -548,8 +538,6 @@ void XclImpChEscherFormat::Convert( const XclImpChRoot& rRoot,
rRoot.ConvertEscherFormat( rPropSet, maData, bUsePicFmt ? &maPicFmt : 0, mnDffFillType, rFmtInfo.mePropMode );
}
-
-
XclImpChFrameBase::XclImpChFrameBase( const XclChFormatInfo& rFmtInfo )
{
if( rFmtInfo.mbCreateDefFrame ) switch( rFmtInfo.meDefFrameType )
@@ -625,8 +613,6 @@ void XclImpChFrameBase::ConvertFrameBase( const XclImpChRoot& rRoot,
ConvertAreaBase( rRoot, rPropSet, eObjType, nFormatIdx, bUsePicFmt );
}
-
-
XclImpChFrame::XclImpChFrame( const XclImpChRoot& rRoot, XclChObjectType eObjType ) :
XclImpChFrameBase( rRoot.GetFormatInfo( eObjType ) ),
XclImpChRoot( rRoot ),
@@ -723,8 +709,6 @@ Reference< XLabeledDataSequence > lclCreateLabeledDataSequence(
} // namespace
-
-
XclImpChSourceLink::XclImpChSourceLink( const XclImpChRoot& rRoot ) :
XclImpChRoot( rRoot )
{
@@ -920,8 +904,6 @@ void XclImpChFontBase::ConvertRotationBase( const XclImpChRoot& rRoot, ScfProper
rRoot.GetChartPropSetHelper().WriteRotationProperties( rPropSet, GetRotation(), bSupportsStacked );
}
-
-
XclImpChFont::XclImpChFont() :
mnFontIdx( EXC_FONT_NOTFOUND )
{
@@ -932,8 +914,6 @@ void XclImpChFont::ReadChFont( XclImpStream& rStrm )
rStrm >> mnFontIdx;
}
-
-
XclImpChText::XclImpChText( const XclImpChRoot& rRoot ) :
XclImpChRoot( rRoot )
{
@@ -1306,8 +1286,6 @@ void XclImpChMarkerFormat::ConvertColor( const XclImpChRoot& rRoot,
rPropSet.SetColorProperty( EXC_CHPROP_COLOR, aLineColor );
}
-
-
XclImpChPieFormat::XclImpChPieFormat() :
mnPieDist( 0 )
{
@@ -1324,8 +1302,6 @@ void XclImpChPieFormat::Convert( ScfPropertySet& rPropSet ) const
rPropSet.SetProperty( EXC_CHPROP_OFFSET, fApiDist );
}
-
-
XclImpChSeriesFormat::XclImpChSeriesFormat() :
mnFlags( 0 )
{
@@ -1336,8 +1312,6 @@ void XclImpChSeriesFormat::ReadChSeriesFormat( XclImpStream& rStrm )
rStrm >> mnFlags;
}
-
-
void XclImpCh3dDataFormat::ReadCh3dDataFormat( XclImpStream& rStrm )
{
rStrm >> maData.mnBase >> maData.mnTop;
@@ -1352,8 +1326,6 @@ void XclImpCh3dDataFormat::Convert( ScfPropertySet& rPropSet ) const
rPropSet.SetProperty( EXC_CHPROP_GEOMETRY3D, nApiType );
}
-
-
XclImpChAttachedLabel::XclImpChAttachedLabel( const XclImpChRoot& rRoot ) :
XclImpChRoot( rRoot ),
mnFlags( 0 )
@@ -1379,8 +1351,6 @@ XclImpChTextRef XclImpChAttachedLabel::CreateDataLabel( const XclImpChText* pPar
return xLabel;
}
-
-
XclImpChDataFormat::XclImpChDataFormat( const XclImpChRoot& rRoot ) :
XclImpChRoot( rRoot )
{
@@ -1593,8 +1563,6 @@ void XclImpChDataFormat::UpdateDataLabel( const XclImpChDataFormat* pParentFmt )
mxLabel = mxAttLabel->CreateDataLabel( pDefText );
}
-
-
XclImpChSerTrendLine::XclImpChSerTrendLine( const XclImpChRoot& rRoot ) :
XclImpChRoot( rRoot )
{
@@ -1681,8 +1649,6 @@ Reference< XRegressionCurve > XclImpChSerTrendLine::CreateRegressionCurve() cons
return xRegCurve;
}
-
-
XclImpChSerErrorBar::XclImpChSerErrorBar( const XclImpChRoot& rRoot ) :
XclImpChRoot( rRoot )
{
@@ -1782,8 +1748,6 @@ Reference< XPropertySet > XclImpChSerErrorBar::CreateErrorBar( const XclImpChSer
return xErrorBar;
}
-
-
XclImpChSeries::XclImpChSeries( const XclImpChRoot& rRoot, sal_uInt16 nSeriesIdx ) :
XclImpChRoot( rRoot ),
mnGroupIdx( EXC_CHSERGROUP_NONE ),
@@ -2399,8 +2363,6 @@ Reference< XChartType > XclImpChType::CreateChartType( Reference< XDiagram > xDi
return xChartType;
}
-
-
void XclImpChChart3d::ReadChChart3d( XclImpStream& rStrm )
{
rStrm >> maData.mnRotation
@@ -2480,8 +2442,6 @@ 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,8 +2579,6 @@ Reference< XLegend > XclImpChLegend::CreateLegend() const
return xLegend;
}
-
-
XclImpChDropBar::XclImpChDropBar( sal_uInt16 nDropBar ) :
mnDropBar( nDropBar ),
mnBarDist( 0 )
@@ -2643,8 +2601,6 @@ void XclImpChDropBar::Convert( const XclImpChRoot& rRoot, ScfPropertySet& rPropS
ConvertFrameBase( rRoot, rPropSet, eObjType );
}
-
-
XclImpChTypeGroup::XclImpChTypeGroup( const XclImpChRoot& rRoot ) :
XclImpChRoot( rRoot ),
maType( rRoot ),
@@ -3058,8 +3014,6 @@ void XclImpChLabelRange::ConvertAxisPosition( ScfPropertySet& rPropSet, bool b3d
}
}
-
-
XclImpChValueRange::XclImpChValueRange( const XclImpChRoot& rRoot ) :
XclImpChRoot( rRoot )
{
@@ -3135,8 +3089,6 @@ void XclImpChValueRange::ConvertAxisPosition( ScfPropertySet& rPropSet ) const
rPropSet.SetProperty( EXC_CHPROP_CROSSOVERVALUE, fCrossingPos );
}
-
-
namespace {
sal_Int32 lclGetApiTickmarks( sal_uInt8 nXclTickPos )
@@ -3215,8 +3167,6 @@ 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 ),
mnNumFmtIdx( EXC_FORMAT_NOTFOUND )
@@ -3490,8 +3440,6 @@ void XclImpChAxis::CreateWallFrame()
}
}
-
-
XclImpChAxesSet::XclImpChAxesSet( const XclImpChRoot& rRoot, sal_uInt16 nAxesSetId ) :
XclImpChRoot( rRoot )
{
@@ -4190,8 +4138,6 @@ Reference< XDiagram > XclImpChChart::CreateDiagram() const
return xDiagram;
}
-
-
XclImpChartDrawing::XclImpChartDrawing( const XclImpRoot& rRoot, bool bOwnTab ) :
XclImpDrawing( rRoot, bOwnTab ), // sheet charts may contain OLE objects
mnScTab( rRoot.GetCurrScTab() ),
@@ -4252,8 +4198,6 @@ void XclImpChartDrawing::OnObjectInserted( const XclImpDrawObjBase& )
{
}
-
-
XclImpChart::XclImpChart( const XclImpRoot& rRoot, bool bOwnTab ) :
XclImpRoot( rRoot ),
mbOwnTab( bOwnTab ),
@@ -4383,6 +4327,4 @@ void XclImpChart::ReadChChart( XclImpStream& rStrm )
mxChartData->ReadRecordGroup( rStrm );
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */