summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xlchart.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xlchart.cxx')
-rw-r--r--sc/source/filter/excel/xlchart.cxx58
1 files changed, 0 insertions, 58 deletions
diff --git a/sc/source/filter/excel/xlchart.cxx b/sc/source/filter/excel/xlchart.cxx
index e49b2445280d..4c359250a01d 100644
--- a/sc/source/filter/excel/xlchart.cxx
+++ b/sc/source/filter/excel/xlchart.cxx
@@ -71,8 +71,6 @@ XclChRectangle::XclChRectangle() :
{
}
-
-
XclChDataPointPos::XclChDataPointPos( sal_uInt16 nSeriesIdx, sal_uInt16 nPointIdx ) :
mnSeriesIdx( nSeriesIdx ),
mnPointIdx( nPointIdx )
@@ -85,8 +83,6 @@ bool operator<( const XclChDataPointPos& rL, const XclChDataPointPos& rR )
((rL.mnSeriesIdx == rR.mnSeriesIdx) && (rL.mnPointIdx < rR.mnPointIdx));
}
-
-
XclChFrBlock::XclChFrBlock( sal_uInt16 nType ) :
mnType( nType ),
mnContext( 0 ),
@@ -103,8 +99,6 @@ XclChFramePos::XclChFramePos() :
{
}
-
-
XclChLineFormat::XclChLineFormat() :
maColor( COL_BLACK ),
mnPattern( EXC_CHLINEFORMAT_SOLID ),
@@ -113,8 +107,6 @@ XclChLineFormat::XclChLineFormat() :
{
}
-
-
XclChAreaFormat::XclChAreaFormat() :
maPattColor( COL_WHITE ),
maBackColor( COL_BLACK ),
@@ -123,8 +115,6 @@ XclChAreaFormat::XclChAreaFormat() :
{
}
-
-
XclChEscherFormat::XclChEscherFormat()
{
}
@@ -133,8 +123,6 @@ XclChEscherFormat::~XclChEscherFormat()
{
}
-
-
XclChPicFormat::XclChPicFormat() :
mnBmpMode( EXC_CHPICFORMAT_NONE ),
mnFlags( EXC_CHPICFORMAT_TOPBOTTOM | EXC_CHPICFORMAT_FRONTBACK | EXC_CHPICFORMAT_LEFTRIGHT ),
@@ -142,8 +130,6 @@ XclChPicFormat::XclChPicFormat() :
{
}
-
-
XclChFrame::XclChFrame() :
mnFormat( EXC_CHFRAME_STANDARD ),
mnFlags( EXC_CHFRAME_AUTOSIZE | EXC_CHFRAME_AUTOPOS )
@@ -167,15 +153,11 @@ XclChObjectLink::XclChObjectLink() :
{
}
-
-
XclChFrLabelProps::XclChFrLabelProps() :
mnFlags( 0 )
{
}
-
-
XclChText::XclChText() :
maTextColor( COL_BLACK ),
mnHAlign( EXC_CHTEXT_ALIGN_CENTER ),
@@ -198,24 +180,18 @@ XclChMarkerFormat::XclChMarkerFormat() :
{
};
-
-
XclCh3dDataFormat::XclCh3dDataFormat() :
mnBase( EXC_CH3DDATAFORMAT_RECT ),
mnTop( EXC_CH3DDATAFORMAT_STRAIGHT )
{
}
-
-
XclChDataFormat::XclChDataFormat() :
mnFormatIdx( EXC_CHDATAFORMAT_DEFAULT ),
mnFlags( 0 )
{
}
-
-
XclChSerTrendLine::XclChSerTrendLine() :
mfForecastFor( 0.0 ),
mfForecastBack( 0.0 ),
@@ -231,8 +207,6 @@ XclChSerTrendLine::XclChSerTrendLine() :
pDouble->w32_parts.msw = pDouble->w32_parts.lsw = 0xFFFFFFFF;
}
-
-
XclChSerErrorBar::XclChSerErrorBar() :
mfValue( 0.0 ),
mnValueCount( 1 ),
@@ -242,8 +216,6 @@ XclChSerErrorBar::XclChSerErrorBar() :
{
}
-
-
XclChSeries::XclChSeries() :
mnCategType( EXC_CHSERIES_NUMERIC ),
mnValueType( EXC_CHSERIES_NUMERIC ),
@@ -267,8 +239,6 @@ XclChType::XclChType() :
{
}
-
-
XclChChart3d::XclChChart3d() :
mnRotation( 20 ),
mnElevation( 15 ),
@@ -280,8 +250,6 @@ XclChChart3d::XclChChart3d() :
{
}
-
-
XclChLegend::XclChLegend() :
mnDockMode( EXC_CHLEGEND_RIGHT ),
mnSpacing( EXC_CHLEGEND_MEDIUM ),
@@ -290,16 +258,12 @@ XclChLegend::XclChLegend() :
{
}
-
-
XclChTypeGroup::XclChTypeGroup() :
mnFlags( 0 ),
mnGroupIdx( EXC_CHSERGROUP_NONE )
{
}
-
-
XclChProperties::XclChProperties() :
mnFlags( 0 ),
mnEmptyMode( EXC_CHPROPS_EMPTY_SKIP )
@@ -316,8 +280,6 @@ XclChLabelRange::XclChLabelRange() :
{
}
-
-
XclChDateRange::XclChDateRange() :
mnMinDate( 0 ),
mnMaxDate( 0 ),
@@ -334,8 +296,6 @@ XclChDateRange::XclChDateRange() :
{
}
-
-
XclChValueRange::XclChValueRange() :
mfMin( 0.0 ),
mfMax( 0.0 ),
@@ -348,8 +308,6 @@ XclChValueRange::XclChValueRange() :
{
}
-
-
XclChTick::XclChTick() :
maTextColor( COL_BLACK ),
mnMajor( EXC_CHTICK_INSIDE | EXC_CHTICK_OUTSIDE ),
@@ -361,8 +319,6 @@ XclChTick::XclChTick() :
{
}
-
-
XclChAxis::XclChAxis() :
mnType( EXC_CHAXIS_NONE )
{
@@ -380,8 +336,6 @@ sal_Int32 XclChAxis::GetApiAxisDimension() const
return nApiAxisDim;
}
-
-
XclChAxesSet::XclChAxesSet() :
mnAxesSetId( EXC_CHAXESSET_PRIMARY )
{
@@ -492,8 +446,6 @@ static const XclChFormatInfo spFmtInfos[] =
}
-
-
XclChFormatInfoProvider::XclChFormatInfoProvider()
{
const XclChFormatInfo* pEnd = STATIC_ARRAY_END( spFmtInfos );
@@ -561,8 +513,6 @@ void XclChExtTypeInfo::Set( const XclChTypeInfo& rTypeInfo, bool b3dChart, bool
mbSpline = bSpline;
}
-
-
XclChTypeInfoProvider::XclChTypeInfoProvider()
{
const XclChTypeInfo* pEnd = STATIC_ARRAY_END( spTypeInfos );
@@ -694,8 +644,6 @@ const sal_Char* const sppcBitmapNames[] = { "FillStyle", "FillBitmapName", "Fill
} // namespace
-
-
XclChPropSetHelper::XclChPropSetHelper() :
maLineHlpCommon( sppcLineNamesCommon ),
maLineHlpLinear( sppcLineNamesLinear ),
@@ -1231,8 +1179,6 @@ ScfPropSetHelper& XclChPropSetHelper::GetHatchHelper( XclChPropertyMode ePropMod
return maHatchHlpCommon;
}
-
-
namespace {
/* The following local functions implement getting the XShape interface of all
@@ -1273,8 +1219,6 @@ EXC_DEFINEFUNC_GETAXISTITLESHAPE( lclGetSecYAxisTitleShape, XSecondAxisTitleSupp
} // namespace
-
-
XclChRootData::XclChRootData() :
mxTypeInfoProv( new XclChTypeInfoProvider ),
mxFmtInfoProv( new XclChFormatInfoProvider ),
@@ -1343,6 +1287,4 @@ Reference< XShape > XclChRootData::GetTitleShape( const XclChTextKey& rTitleKey
return xTitleShape;
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */