From f628df2cb9e4663406c4d6da7e8bd7020563ae92 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 22 May 2007 15:05:13 +0000 Subject: 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 --- xmloff/source/chart/PropertyMap.hxx | 5 +++-- 1 file 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 ), -- cgit