summaryrefslogtreecommitdiff
path: root/chart2/source/controller/itemsetwrapper
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-02-18 14:56:12 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-02-18 14:56:12 +0000
commit1ca474009239e452c776cd438ab7f9c154acd4ea (patch)
tree2091249d7847277d2c2edcb9c6fa463fd5593abd /chart2/source/controller/itemsetwrapper
parent6950f6d82f0e9e5c445ddd68df4a1f19e89df26d (diff)
INTEGRATION: CWS chart19 (1.5.10); FILE MERGED
2008/01/11 15:58:42 bm 1.5.10.4: #i44768# make it easier to add and modify trendlines 2008/01/08 12:17:14 iha 1.5.10.3: #i37823# clockwise pie charts 2007/12/18 13:46:07 bm 1.5.10.2: RESYNC: (1.5-1.6); FILE MERGED 2007/12/15 13:02:24 iha 1.5.10.1: #i16776# starting angle for pie charts
Diffstat (limited to 'chart2/source/controller/itemsetwrapper')
-rw-r--r--chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx b/chart2/source/controller/itemsetwrapper/SchWhichPairs.hxx
index 143a4768ac27..88decb681217 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: ihi $ $Date: 2007-11-23 11:52:40 $
+ * last change: $Author: rt $ $Date: 2008-02-18 15:56:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -166,8 +166,9 @@ const USHORT nDataPointWhichPairs[] =
#define CHART_SERIES_OPTIONS_WHICHPAIRS \
SCHATTR_AXIS,SCHATTR_AXIS, /* 69 sch/schattr.hxx*/ \
SCHATTR_BAR_OVERLAP,SCHATTR_BAR_CONNECT, /* 98 - 100 (incl. SCHATTR_GAPWIDTH) */ \
- SCHATTR_GROUP_BARS_PER_AXIS,SCHATTR_AXIS_FOR_ALL_SERIES \
-
+ SCHATTR_GROUP_BARS_PER_AXIS,SCHATTR_AXIS_FOR_ALL_SERIES, \
+ SCHATTR_STARTING_ANGLE,SCHATTR_STARTING_ANGLE, \
+ SCHATTR_CLOCKWISE,SCHATTR_CLOCKWISE \
const USHORT nSeriesOptionsWhichPairs[] =
{
@@ -210,6 +211,7 @@ const USHORT nTextOrientWhichPairs[] =
const USHORT nStatWhichPairs[]=
{
SCHATTR_STAT_START, SCHATTR_STAT_END, // 45 - 52 sch/schattr.hxx
+ SCHATTR_REGRESSION_START, SCHATTR_REGRESSION_END,
0
};
@@ -255,6 +257,7 @@ 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
};