summaryrefslogtreecommitdiff
path: root/chart2/source/controller/itemsetwrapper
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 15:51:18 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 15:51:18 +0000
commit2a0dd485e89376cdff8d77bc0246e3cc8c9caa34 (patch)
tree1dd4110e231b84a7bbf40f3c5bf32d64d6efc266 /chart2/source/controller/itemsetwrapper
parent2a271458b18dd6b562646c834a1522477d9c7568 (diff)
INTEGRATION: CWS chart20_DEV300 (1.7.4); FILE MERGED
2008/02/21 15:59:26 bm 1.7.4.1: #i366# error bars from ranges
Diffstat (limited to 'chart2/source/controller/itemsetwrapper')
-rw-r--r--chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx15
1 files changed, 10 insertions, 5 deletions
diff --git a/chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx b/chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx
index 88decb681217..c89c3c9f8814 100644
--- a/chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx
+++ b/chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: SchWhichPairs.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2008-02-18 15:56:12 $
+ * last change: $Author: kz $ $Date: 2008-03-06 16:51:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -179,7 +179,6 @@ const USHORT nSeriesOptionsWhichPairs[] =
const USHORT nRowWhichPairs[] =
{
CHART_POINT_WHICHPAIRS,
- SCHATTR_STAT_START, SCHATTR_STAT_END, /* 45 - 52 sch/schattr.hxx*/ \
CHART_SERIES_OPTIONS_WHICHPAIRS,
0
};
@@ -211,7 +210,14 @@ const USHORT nTextOrientWhichPairs[] =
const USHORT nStatWhichPairs[]=
{
SCHATTR_STAT_START, SCHATTR_STAT_END, // 45 - 52 sch/schattr.hxx
- SCHATTR_REGRESSION_START, SCHATTR_REGRESSION_END,
+ SCHATTR_REGRESSION_START, SCHATTR_REGRESSION_END, // 108 - 109
+ 0
+};
+
+const USHORT nErrorBarWhichPairs[]=
+{
+ SCHATTR_STAT_START, SCHATTR_STAT_END, // 45 - 52 sch/schattr.hxx
+ XATTR_LINE_FIRST, XATTR_LINE_LAST, // 1000 - 1016 svx/xdef.hxx
0
};
@@ -257,7 +263,6 @@ const USHORT nChartStyleWhichPairs[] =
const USHORT nRegressionCurveWhichPairs[] =
{
SCHATTR_REGRESSION_START, SCHATTR_REGRESSION_END, // 108 - 109
- SCHATTR_STAT_REGRESSTYPE, SCHATTR_STAT_REGRESSTYPE,
XATTR_LINE_FIRST, XATTR_LINE_LAST, // 1000 - 1016 svx/xdef.hxx
0
};