summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-22 15:34:55 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-22 15:34:55 +0000
commit7c25a23299eae66c90611c57f9d27ff5a6ab2089 (patch)
treec41e275fbf18f4c3dd6359fc77b0d972cee88cba /xmloff
parent36fa0dc9ca00245d46d82b6efdef430be0a9cc73 (diff)
INTEGRATION: CWS chart14 (1.110.10); FILE MERGED
2007/10/02 08:42:52 bm 1.110.10.6: #i26795# export Property GroupBarPerAxis as group-bars-per-axis attribute 2007/09/28 10:38:15 iha 1.110.10.5: #i82051# Allow to display each part of a data label in a separate line 2007/09/24 11:29:16 bm 1.110.10.4: RESYNC: (1.110-1.112); FILE MERGED 2007/09/20 11:34:59 iha 1.110.10.3: #i24614# enable reverse scales 2007/09/20 07:38:04 iha 1.110.10.2: #i43489# allow to display value and percentage at the same time 2007/08/10 21:58:04 iha 1.110.10.1: #i37792# number format for data labels
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/core/xmltoken.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx
index 4a394ccd31c3..58675eb1971e 100644
--- a/xmloff/source/core/xmltoken.cxx
+++ b/xmloff/source/core/xmltoken.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmltoken.cxx,v $
*
- * $Revision: 1.112 $
+ * $Revision: 1.113 $
*
- * last change: $Author: vg $ $Date: 2007-08-28 13:34:08 $
+ * last change: $Author: vg $ $Date: 2007-10-22 16:34:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -2950,6 +2950,11 @@ namespace xmloff { namespace token {
TOKEN( "right-angled-axes", XML_RIGHT_ANGLED_AXES ),
TOKEN( "soft-page-break", XML_SOFT_PAGE_BREAK ),
TOKEN( "use-soft-page-breaks", XML_USE_SOFT_PAGE_BREAKS ),
+ TOKEN( "percentage-data-style-name", XML_PERCENTAGE_DATA_STYLE_NAME ),
+ TOKEN( "value-and-percentage", XML_VALUE_AND_PERCENTAGE ),
+ TOKEN( "group-bars-per-axis", XML_GROUP_BARS_PER_AXIS ),
+ TOKEN( "reverse-direction", XML_REVERSE_DIRECTION ),
+ TOKEN( "label-separator", XML_LABEL_SEPARATOR ),
TOKEN( "dependency", XML_DEPENDENCY ),