diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 15:05:13 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 15:05:13 +0000 |
commit | f628df2cb9e4663406c4d6da7e8bd7020563ae92 (patch) | |
tree | 80face25897f9d39aaf126b44b2f81847b1d4793 | |
parent | f5c981c3a424d5197eda8c3c822c8914ce09b47a (diff) |
INTEGRATION: CWS chart2mst3 (1.21.4); FILE MERGED
2007/04/24 21:36:19 bm 1.21.4.4: RESYNC: (1.22-1.23); FILE MERGED
2007/04/19 16:02:39 iha 1.21.4.3: #i76130# write attribute sort-by-x-values per plot-area not per series
2006/10/19 09:58:31 bm 1.21.4.2: RESYNC: (1.21-1.22); FILE MERGED
2006/08/24 14:46:57 iha 1.21.4.1: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in cached data
-rw-r--r-- | xmloff/source/chart/PropertyMap.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/chart/PropertyMap.hxx b/xmloff/source/chart/PropertyMap.hxx index b35b29fd1ab1..26a6d30d1385 100644 --- a/xmloff/source/chart/PropertyMap.hxx +++ b/xmloff/source/chart/PropertyMap.hxx @@ -4,9 +4,9 @@ * * $RCSfile: PropertyMap.hxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: ihi $ $Date: 2007-04-16 13:32:16 $ + * last change: $Author: vg $ $Date: 2007-05-22 16:05:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -160,6 +160,7 @@ const XMLPropertyMapEntry aXMLChartPropMap[] = // plot-area properties MAP_ENTRY( "DataRowSource", CHART, XML_SERIES_SOURCE, XML_SCH_TYPE_DATAROWSOURCE ), + MAP_ENTRY( "SortByXValues", CHART, XML_SORT_BY_X_VALUES, XML_TYPE_BOOL ), // axis properties MAP_ENTRY( "DisplayLabels", CHART, XML_DISPLAY_LABEL, XML_TYPE_BOOL ), |