summaryrefslogtreecommitdiffstats
path: root/chart2/source/view/main/VDataSeries.cxx
diff options
context:
space:
mode:
authorIngrid Halama <iha@openoffice.org>2003-12-12 21:05:39 +0000
committerIngrid Halama <iha@openoffice.org>2003-12-12 21:05:39 +0000
commit5d7116e975fe33b1989231a51adbf37bd54b1f04 (patch)
tree081ef684813dbc8dd20ef9bfbc51154525b3e793 /chart2/source/view/main/VDataSeries.cxx
parentadded method getErrorBarsCID (diff)
downloadcore-5d7116e975fe33b1989231a51adbf37bd54b1f04.tar.gz
core-5d7116e975fe33b1989231a51adbf37bd54b1f04.zip
added method getErrorBarsCID and member m_xErrorBarsShape
Diffstat (limited to 'chart2/source/view/main/VDataSeries.cxx')
-rw-r--r--chart2/source/view/main/VDataSeries.cxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/chart2/source/view/main/VDataSeries.cxx b/chart2/source/view/main/VDataSeries.cxx
index 35f5629ea463..96aad8b31e96 100644
--- a/chart2/source/view/main/VDataSeries.cxx
+++ b/chart2/source/view/main/VDataSeries.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: VDataSeries.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: bm $ $Date: 2003-12-12 10:29:12 $
+ * last change: $Author: iha $ $Date: 2003-12-12 22:05:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,6 +115,7 @@ void PlottingPositionHelper::setScales( const uno::Sequence< ExplicitScaleData >
VDataSeries::VDataSeries()
: m_xShape(NULL)
, m_xLabelsShape(NULL)
+ , m_xErrorBarsShape(NULL)
, m_xShapeFrontChild(NULL)
, m_xShapeBackChild(NULL)
, m_xDataSeries(NULL)
@@ -171,6 +172,7 @@ void initDoubleValues( uno::Sequence< double >& rDoubleValues,
VDataSeries::VDataSeries( uno::Reference< XDataSeries > xDataSeries )
: m_xShape(NULL)
, m_xLabelsShape(NULL)
+ , m_xErrorBarsShape(NULL)
, m_xShapeFrontChild(NULL)
, m_xShapeBackChild(NULL)
, m_xDataSeries(xDataSeries)
@@ -267,6 +269,11 @@ rtl::OUString VDataSeries::getPointCID_Stub() const
{
return m_aPointCID_Stub;
}
+rtl::OUString VDataSeries::getErrorBarsCID() const
+{
+ return ObjectIdentifier::createClassifiedIdentifier(
+ OBJECTTYPE_DATA_ERRORS, m_aIdentifier );
+}
rtl::OUString VDataSeries::getLabelsCID() const
{
return ObjectIdentifier::createClassifiedIdentifier(