summaryrefslogtreecommitdiffstats
path: root/chart2/source/inc/chartview
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-02-18 15:00:22 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-02-18 15:00:22 +0000
commita4ad1dcf7e692c5469f47eeeef0b914bdb9a0d49 (patch)
tree0c84c63804f590f4469c55b9a8bd093ea6dae84b /chart2/source/inc/chartview
parentINTEGRATION: CWS chart19 (1.5.78); FILE MERGED (diff)
downloadcore-a4ad1dcf7e692c5469f47eeeef0b914bdb9a0d49.tar.gz
core-a4ad1dcf7e692c5469f47eeeef0b914bdb9a0d49.zip
INTEGRATION: CWS chart19 (1.3.10); FILE MERGED
2008/01/08 12:14:26 iha 1.3.10.3: #i37823# clockwise pie charts 2007/12/18 13:46:23 bm 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2007/12/15 12:59:11 iha 1.3.10.1: #i16776# starting angle for pie charts
Diffstat (limited to 'chart2/source/inc/chartview')
-rw-r--r--chart2/source/inc/chartview/ChartSfxItemIds.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/chart2/source/inc/chartview/ChartSfxItemIds.hxx b/chart2/source/inc/chartview/ChartSfxItemIds.hxx
index cd77c1ebc3f0..649f38657e71 100644
--- a/chart2/source/inc/chartview/ChartSfxItemIds.hxx
+++ b/chart2/source/inc/chartview/ChartSfxItemIds.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ChartSfxItemIds.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: ihi $ $Date: 2007-11-23 11:58:38 $
+ * last change: $Author: rt $ $Date: 2008-02-18 16:00:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -208,8 +208,10 @@
#define SCHATTR_DIAGRAM_STYLE (SCHATTR_CHARTTYPE_START + 6)
#define SCHATTR_TEXTBREAK (SCHATTR_CHARTTYPE_START + 7)
#define SCHATTR_GROUP_BARS_PER_AXIS (SCHATTR_CHARTTYPE_START + 8)
+#define SCHATTR_STARTING_ANGLE (SCHATTR_CHARTTYPE_START + 9)
+#define SCHATTR_CLOCKWISE (SCHATTR_CHARTTYPE_START + 10)
-#define SCHATTR_CHARTTYPE_END SCHATTR_GROUP_BARS_PER_AXIS
+#define SCHATTR_CHARTTYPE_END SCHATTR_CLOCKWISE
// items for transporting information to dialogs
#define SCHATTR_MISC_START (SCHATTR_CHARTTYPE_END + 1)