Files
libreoffice/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx

1760 lines
70 KiB
C++
Raw Normal View History

2003-12-18 12:50:56 +00:00
/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
2003-12-18 12:50:56 +00:00
*
* $RCSfile: DiagramWrapper.cxx,v $
2003-12-18 12:50:56 +00:00
*
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
* $Revision: 1.5 $
2003-12-18 12:50:56 +00:00
*
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
* last change: $Author: vg $ $Date: 2007-05-22 17:17:52 $
2003-12-18 12:50:56 +00:00
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
2003-12-18 12:50:56 +00:00
*
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2005 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
2003-12-18 12:50:56 +00:00
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
2003-12-18 12:50:56 +00:00
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
2003-12-18 12:50:56 +00:00
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
2003-12-18 12:50:56 +00:00
*
************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_chart2.hxx"
2003-12-18 12:50:56 +00:00
#include "DiagramWrapper.hxx"
#include "macros.hxx"
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
#include "servicenames_charttypes.hxx"
2003-12-18 12:50:56 +00:00
#include "TitleWrapper.hxx"
#include "DataSeriesPointWrapper.hxx"
#include "AxisWrapper.hxx"
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
#include "AxisHelper.hxx"
#include "Chart2ModelContact.hxx"
#include "PositionAndSizeHelper.hxx"
#include "TitleHelper.hxx"
#include "GridWrapper.hxx"
#include "WallFloorWrapper.hxx"
#include "MinMaxLineWrapper.hxx"
#include "UpDownBarWrapper.hxx"
#include "DiagramHelper.hxx"
#include "DataSourceHelper.hxx"
#include "ChartModelHelper.hxx"
#include "WrappedIgnoreProperty.hxx"
#include "WrappedAxisAndGridExistenceProperties.hxx"
#include "WrappedStatisticProperties.hxx"
#include "WrappedSymbolProperties.hxx"
#include "WrappedDataCaptionProperties.hxx"
#include "WrappedSplineProperties.hxx"
#include "WrappedStockProperties.hxx"
#include "WrappedSceneProperty.hxx"
#include "RelativePositionHelper.hxx"
#include "ContainerHelper.hxx"
#include "ControllerLockGuard.hxx"
#include "ModifyListenerHelper.hxx"
#include "DisposeHelper.hxx"
#ifndef INCLUDED_COMPHELPER_INLINE_CONTAINER_HXX
#include <comphelper/InlineContainer.hxx>
#endif
2003-12-18 12:50:56 +00:00
#ifndef _COM_SUN_STAR_BEANS_PROPERTYATTRIBUTE_HPP_
#include <com/sun/star/beans/PropertyAttribute.hpp>
#endif
#ifndef _COM_SUN_STAR_CHART2_XTITLED_HPP_
#include <com/sun/star/chart2/XTitled.hpp>
2003-12-18 12:50:56 +00:00
#endif
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
#ifndef _COM_SUN_STAR_CHART_CHARTDATAROWSOURCE_HPP_
#include <com/sun/star/chart/ChartDataRowSource.hpp>
#endif
#ifndef _COM_SUN_STAR_CHART2_RELATIVESIZE_HPP_
#include <com/sun/star/chart2/RelativeSize.hpp>
#endif
#ifndef _COM_SUN_STAR_CHART2_RELATIVEPOSITION_HPP_
#include <com/sun/star/chart2/RelativePosition.hpp>
2003-12-18 12:50:56 +00:00
#endif
#include "LineProperties.hxx"
#include "FillProperties.hxx"
#include "UserDefinedProperties.hxx"
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
#include "SceneProperties.hxx"
// #include "WrappedNamedProperty.hxx"
// #include "WrappedSceneProperty.hxx"
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
#include <map>
2003-12-18 12:50:56 +00:00
#include <algorithm>
#ifndef _RTL_USTRBUF_HXX_
#include <rtl/ustrbuf.hxx>
#endif
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
// header for define DBG_ERROR
#ifndef _TOOLS_DEBUG_HXX
#include <tools/debug.hxx>
#endif
#ifndef _COM_SUN_STAR_LANG_XSERVICENAME_HPP_
#include <com/sun/star/lang/XServiceName.hpp>
#endif
#ifndef _COM_SUN_STAR_UTIL_XREFRESHABLE_HPP_
#include <com/sun/star/util/XRefreshable.hpp>
#endif
2003-12-18 12:50:56 +00:00
using namespace ::com::sun::star;
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
using namespace ::chart::wrapper;
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::Any;
using ::com::sun::star::uno::Sequence;
2003-12-18 12:50:56 +00:00
using ::com::sun::star::beans::Property;
using ::osl::MutexGuard;
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
using ::rtl::OUString;
2003-12-18 12:50:56 +00:00
namespace
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
static const OUString lcl_aServiceName(
2003-12-18 12:50:56 +00:00
RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.chart.Diagram" ));
enum
{
PROP_DIAGRAM_ATTRIBUTED_DATA_POINTS,
PROP_DIAGRAM_PERCENT_STACKED,
PROP_DIAGRAM_STACKED,
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
PROP_DIAGRAM_THREE_D,
PROP_DIAGRAM_DEEP,
PROP_DIAGRAM_VERTICAL,
PROP_DIAGRAM_NUMBER_OF_LINES,
PROP_DIAGRAM_STACKED_BARS_CONNECTED,
PROP_DIAGRAM_DATAROW_SOURCE,
PROP_DIAGRAM_SORT_BY_X_VALUES,
PROP_DIAGRAM_HAS_X_AXIS,
PROP_DIAGRAM_HAS_X_AXIS_DESCR,
PROP_DIAGRAM_HAS_X_AXIS_TITLE,
PROP_DIAGRAM_HAS_X_AXIS_GRID,
PROP_DIAGRAM_HAS_X_AXIS_HELP_GRID,
PROP_DIAGRAM_HAS_Y_AXIS,
PROP_DIAGRAM_HAS_Y_AXIS_DESCR,
PROP_DIAGRAM_HAS_Y_AXIS_TITLE,
PROP_DIAGRAM_HAS_Y_AXIS_GRID,
PROP_DIAGRAM_HAS_Y_AXIS_HELP_GRID,
PROP_DIAGRAM_HAS_Z_AXIS,
PROP_DIAGRAM_HAS_Z_AXIS_DESCR,
PROP_DIAGRAM_HAS_Z_AXIS_TITLE,
PROP_DIAGRAM_HAS_Z_AXIS_GRID,
PROP_DIAGRAM_HAS_Z_AXIS_HELP_GRID,
PROP_DIAGRAM_HAS_SECOND_X_AXIS,
PROP_DIAGRAM_HAS_SECOND_X_AXIS_DESCR,
PROP_DIAGRAM_HAS_SECOND_Y_AXIS,
PROP_DIAGRAM_HAS_SECOND_Y_AXIS_DESCR
2003-12-18 12:50:56 +00:00
};
void lcl_AddPropertiesToVector(
::std::vector< Property > & rOutProperties )
{
rOutProperties.push_back(
Property( C2U( "AttributedDataPoints" ),
PROP_DIAGRAM_ATTRIBUTED_DATA_POINTS,
::getCppuType( reinterpret_cast< const uno::Sequence< uno::Sequence< sal_Int32 > > * >(0)),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEVOID ));
// see com.sun.star.chart.StackableDiagram
rOutProperties.push_back(
Property( C2U( "Percent" ),
PROP_DIAGRAM_PERCENT_STACKED,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( C2U( "Stacked" ),
PROP_DIAGRAM_STACKED,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
rOutProperties.push_back(
Property( C2U( "Dim3D" ),
PROP_DIAGRAM_THREE_D,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
// see com.sun.star.chart.BarDiagram
rOutProperties.push_back(
Property( C2U( "Deep" ),
PROP_DIAGRAM_DEEP,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( C2U( "Vertical" ),
PROP_DIAGRAM_VERTICAL,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( C2U( "NumberOfLines" ),
PROP_DIAGRAM_NUMBER_OF_LINES,
::getCppuType( reinterpret_cast< const sal_Int32 * >(0)),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( C2U( "StackedBarsConnected" ),
PROP_DIAGRAM_STACKED_BARS_CONNECTED,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( C2U( "DataRowSource" ),
PROP_DIAGRAM_DATAROW_SOURCE,
::getCppuType( reinterpret_cast< const ::com::sun::star::chart::ChartDataRowSource * >(0)),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
//new for XY charts
rOutProperties.push_back(
Property( C2U( "SortByXValues" ),
PROP_DIAGRAM_SORT_BY_X_VALUES,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
// XAxisXSupplier
rOutProperties.push_back(
Property( C2U( "HasXAxis" ),
PROP_DIAGRAM_HAS_X_AXIS,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( C2U( "HasXAxisDescription" ),
PROP_DIAGRAM_HAS_X_AXIS_DESCR,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( C2U( "HasXAxisTitle" ),
PROP_DIAGRAM_HAS_X_AXIS_TITLE,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( C2U( "HasXAxisGrid" ),
PROP_DIAGRAM_HAS_X_AXIS_GRID,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( C2U( "HasXAxisHelpGrid" ),
PROP_DIAGRAM_HAS_X_AXIS_HELP_GRID,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
// XAxisYSupplier
rOutProperties.push_back(
Property( C2U( "HasYAxis" ),
PROP_DIAGRAM_HAS_Y_AXIS,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( C2U( "HasYAxisDescription" ),
PROP_DIAGRAM_HAS_Y_AXIS_DESCR,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( C2U( "HasYAxisTitle" ),
PROP_DIAGRAM_HAS_Y_AXIS_TITLE,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( C2U( "HasYAxisGrid" ),
PROP_DIAGRAM_HAS_Y_AXIS_GRID,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( C2U( "HasYAxisHelpGrid" ),
PROP_DIAGRAM_HAS_Y_AXIS_HELP_GRID,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
// XAxisZSupplier
rOutProperties.push_back(
Property( C2U( "HasZAxis" ),
PROP_DIAGRAM_HAS_Z_AXIS,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( C2U( "HasZAxisDescription" ),
PROP_DIAGRAM_HAS_Z_AXIS_DESCR,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( C2U( "HasZAxisTitle" ),
PROP_DIAGRAM_HAS_Z_AXIS_TITLE,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( C2U( "HasZAxisGrid" ),
PROP_DIAGRAM_HAS_Z_AXIS_GRID,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( C2U( "HasZAxisHelpGrid" ),
PROP_DIAGRAM_HAS_Z_AXIS_HELP_GRID,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
// XTwoAxisXSupplier
rOutProperties.push_back(
Property( C2U( "HasSecondaryXAxis" ),
PROP_DIAGRAM_HAS_SECOND_X_AXIS,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( C2U( "HasSecondaryXAxisDescription" ),
PROP_DIAGRAM_HAS_SECOND_X_AXIS_DESCR,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
// XTwoAxisYSupplier
rOutProperties.push_back(
Property( C2U( "HasSecondaryYAxis" ),
PROP_DIAGRAM_HAS_SECOND_Y_AXIS,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( C2U( "HasSecondaryYAxisDescription" ),
PROP_DIAGRAM_HAS_SECOND_Y_AXIS_DESCR,
::getBooleanCppuType(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
2003-12-18 12:50:56 +00:00
}
const uno::Sequence< Property > & lcl_GetPropertySequence()
{
static uno::Sequence< Property > aPropSeq;
// /--
MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
if( 0 == aPropSeq.getLength() )
{
// get properties
::std::vector< ::com::sun::star::beans::Property > aProperties;
lcl_AddPropertiesToVector( aProperties );
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
::chart::LineProperties::AddPropertiesToVector( aProperties );
::chart::FillProperties::AddPropertiesToVector( aProperties );
2003-12-18 12:50:56 +00:00
::chart::UserDefinedProperties::AddPropertiesToVector( aProperties );
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
::chart::SceneProperties::AddPropertiesToVector( aProperties );
WrappedStatisticProperties::addProperties( aProperties );
WrappedSymbolProperties::addProperties( aProperties );
WrappedDataCaptionProperties::addProperties( aProperties );
WrappedSplineProperties::addProperties( aProperties );
WrappedStockProperties::addProperties( aProperties );
2003-12-18 12:50:56 +00:00
// and sort them for access via bsearch
::std::sort( aProperties.begin(), aProperties.end(),
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
::chart::PropertyNameLess() );
2003-12-18 12:50:56 +00:00
// transfer result to static Sequence
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
aPropSeq = ::chart::ContainerHelper::ContainerToSequence( aProperties );
2003-12-18 12:50:56 +00:00
}
return aPropSeq;
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
bool lcl_isXYChart( const Reference< chart2::XDiagram > xDiagram )
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
bool bRet = false;
Reference< chart2::XChartType > xChartType( ::chart::DiagramHelper::getChartTypeByIndex( xDiagram, 0 ) );
if( xChartType.is() )
{
rtl::OUString aChartType( xChartType->getChartType() );
if( aChartType.equalsIgnoreAsciiCase(CHART2_SERVICE_NAME_CHARTTYPE_SCATTER) )
bRet = true;
}
return bRet;
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
sal_Int32 lcl_getNewAPIIndexForOldAPIIndex(
sal_Int32 nOldAPIIndex
, Reference< chart2::XDiagram > xDiagram )
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
sal_Int32 nNewAPIIndex = nOldAPIIndex;
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
if( lcl_isXYChart( xDiagram ) )
{
if( nNewAPIIndex >= 1 )
nNewAPIIndex -= 1;
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
::std::vector< uno::Reference< chart2::XDataSeries > > aSeriesList(
::chart::DiagramHelper::getDataSeriesFromDiagram( xDiagram ) );
if( nNewAPIIndex >= static_cast<sal_Int32>(aSeriesList.size()) )
nNewAPIIndex = -1;
return nNewAPIIndex;
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
typedef ::std::map< OUString, OUString > tChartTypeMap;
OUString lcl_getDiagramType( const OUString & rTemplateServiceName )
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
const OUString aPrefix( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.chart2.template."));
if( rTemplateServiceName.match( aPrefix ))
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
const OUString aName( rTemplateServiceName.copy( aPrefix.getLength()));
// "Area" "StackedArea" "PercentStackedArea" "ThreeDArea"
// "StackedThreeDArea" "PercentStackedThreeDArea"
if( aName.indexOf( C2U("Area") ) != -1 )
return C2U( "com.sun.star.chart.AreaDiagram" );
// "Pie" "PieAllExploded" "ThreeDPie" "ThreeDPieAllExploded"
if( aName.indexOf( C2U("Pie") ) != -1 )
return C2U( "com.sun.star.chart.PieDiagram" );
// "Column" "StackedColumn" "PercentStackedColumn" "ThreeDColumnDeep"
// "ThreeDColumnFlat" "StackedThreeDColumnFlat"
// "PercentStackedThreeDColumnFlat" "Bar" "StackedBar"
// "PercentStackedBar" "ThreeDBarDeep" "ThreeDBarFlat"
// "StackedThreeDBarFlat" "PercentStackedThreeDBarFlat" "ColumnWithLine"
// "StackedColumnWithLine"
if( aName.indexOf( C2U("Column") ) != -1 || aName.indexOf( C2U("Bar") ) != -1 )
return C2U( "com.sun.star.chart.BarDiagram" );
// "Donut" "DonutAllExploded" "ThreeDDonut" "ThreeDDonutAllExploded"
if( aName.indexOf( C2U("Donut") ) != -1 )
return C2U( "com.sun.star.chart.DonutDiagram" );
// "ScatterLineSymbol" "ScatterLine" "ScatterSymbol" "ThreeDScatter"
if( aName.indexOf( C2U("Scatter") ) != -1 )
return C2U( "com.sun.star.chart.XYDiagram" );
// "Net" "NetSymbol" "NetLine" "StackedNet" "StackedNetSymbol"
// "StackedNetLine" "PercentStackedNet" "PercentStackedNetSymbol"
// "PercentStackedNetLine"
if( aName.indexOf( C2U("Net") ) != -1 )
return C2U( "com.sun.star.chart.NetDiagram" );
// "StockLowHighClose" "StockOpenLowHighClose" "StockVolumeLowHighClose"
// "StockVolumeOpenLowHighClose"
if( aName.indexOf( C2U("Stock") ) != -1 )
return C2U( "com.sun.star.chart.StockDiagram" );
// Note: this must be checked after Bar, Net and Scatter
// "Symbol" "StackedSymbol" "PercentStackedSymbol" "Line" "StackedLine"
// "PercentStackedLine" "LineSymbol" "StackedLineSymbol"
// "PercentStackedLineSymbol" "ThreeDLine" "StackedThreeDLine"
// "PercentStackedThreeDLine" "ThreeDLineDeep"
if( aName.indexOf( C2U("Line") ) != -1 || aName.indexOf( C2U("Symbol") ) != -1 )
return C2U( "com.sun.star.chart.LineDiagram" );
OSL_ENSURE( false, "unknown template" );
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
return OUString();
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
2003-12-18 12:50:56 +00:00
} // anonymous namespace
// --------------------------------------------------------------------------------
namespace chart
{
namespace wrapper
{
DiagramWrapper::DiagramWrapper(
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) :
m_spChart2ModelContact( spChart2ModelContact ),
m_aEventListenerContainer( m_aMutex ),
m_bLinesAllowed(sal_True)
{
}
2003-12-18 12:50:56 +00:00
DiagramWrapper::~DiagramWrapper()
{}
// ____ XDiagram ____
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
OUString SAL_CALL DiagramWrapper::getDiagramType()
2003-12-18 12:50:56 +00:00
throw (uno::RuntimeException)
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
OUString aRet;
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() );
Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() );
if( xChartDoc.is() && xDiagram.is() )
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference< beans::XPropertySet > xChartDocProp( xChartDoc, uno::UNO_QUERY );
if( xChartDocProp.is() )
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
uno::Reference< util::XRefreshable > xAddIn;
if( xChartDocProp->getPropertyValue( C2U( "AddIn" ) ) >>= xAddIn )
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
uno::Reference< lang::XServiceName > xServiceName( xAddIn, uno::UNO_QUERY );
if( xServiceName.is())
return xServiceName->getServiceName();
2003-12-18 12:50:56 +00:00
}
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference< lang::XMultiServiceFactory > xChartTypeManager( xChartDoc->getChartTypeManager(), uno::UNO_QUERY );
DiagramHelper::tTemplateWithServiceName aTemplateAndService =
DiagramHelper::getTemplateForDiagram( xDiagram, xChartTypeManager );
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
aRet = lcl_getDiagramType( aTemplateAndService.second );
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
// if( ! aTypeName.getLength())
// {
// // none of the standard templates matched
// }
return aRet;
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference<
2003-12-18 12:50:56 +00:00
beans::XPropertySet > SAL_CALL DiagramWrapper::getDataRowProperties( sal_Int32 nRow )
throw (lang::IndexOutOfBoundsException,
uno::RuntimeException)
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
if( nRow < 0 )
throw lang::IndexOutOfBoundsException(
C2U( "DataSeries index invalid" ), static_cast< ::cppu::OWeakObject * >( this ));
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference< chart2::XDataSeries > xSeries;
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
sal_Int32 nNewAPIIndex = lcl_getNewAPIIndexForOldAPIIndex( nRow, m_spChart2ModelContact->getChart2Diagram() );
if( nNewAPIIndex < 0 )
2003-12-18 12:50:56 +00:00
throw lang::IndexOutOfBoundsException(
C2U( "DataSeries index invalid" ), static_cast< ::cppu::OWeakObject * >( this ));
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference< beans::XPropertySet > xRet( new DataSeriesPointWrapper(
DataSeriesPointWrapper::DATA_SERIES, nNewAPIIndex, 0, m_spChart2ModelContact ) );
return xRet;
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference<
2003-12-18 12:50:56 +00:00
beans::XPropertySet > SAL_CALL DiagramWrapper::getDataPointProperties( sal_Int32 nCol, sal_Int32 nRow )
throw (lang::IndexOutOfBoundsException,
uno::RuntimeException)
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
if( nCol < 0 || nRow < 0 )
throw lang::IndexOutOfBoundsException(
C2U( "DataSeries index invalid" ), static_cast< ::cppu::OWeakObject * >( this ));
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference< chart2::XDataSeries > xSeries;
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
sal_Int32 nNewAPIIndex = lcl_getNewAPIIndexForOldAPIIndex( nRow, m_spChart2ModelContact->getChart2Diagram() );
if( nNewAPIIndex < 0 )
2003-12-18 12:50:56 +00:00
throw lang::IndexOutOfBoundsException(
C2U( "DataSeries index invalid" ), static_cast< ::cppu::OWeakObject * >( this ));
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
//todo: check borders of point index
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference< beans::XPropertySet > xRet( new DataSeriesPointWrapper(
DataSeriesPointWrapper::DATA_POINT, nNewAPIIndex, nCol, m_spChart2ModelContact ) );
return xRet;
2003-12-18 12:50:56 +00:00
}
// ____ XShape (base of XDiagram) ____
awt::Point SAL_CALL DiagramWrapper::getPosition()
throw (uno::RuntimeException)
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
awt::Point aPosition;
Reference< beans::XPropertySet > xProp( this->getInnerPropertySet() );
if( xProp.is() )
{
bool bSet = false;
chart2::RelativePosition aRelativePosition;
uno::Any aAPosition( xProp->getPropertyValue( C2U( "RelativePosition" ) ) );
if( aAPosition >>= aRelativePosition )
{
awt::Size aPageSize( m_spChart2ModelContact->GetPageSize() );
aPosition.X = static_cast<sal_Int32>(aRelativePosition.Primary*aPageSize.Width);
aPosition.Y = static_cast<sal_Int32>(aRelativePosition.Secondary*aPageSize.Height);
aPosition = RelativePositionHelper::getUpperLeftCornerOfAnchoredObject(
aPosition, DiagramWrapper::getSize(), aRelativePosition.Anchor );
bSet = true;
}
if(!bSet)
aPosition = m_spChart2ModelContact->GetDiagramPositionInclusive();
}
return aPosition;
2003-12-18 12:50:56 +00:00
}
void SAL_CALL DiagramWrapper::setPosition( const awt::Point& aPosition )
throw (uno::RuntimeException)
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference< beans::XPropertySet > xProp( this->getInnerPropertySet() );
if( xProp.is() )
{
if( aPosition.X < 0 || aPosition.Y < 0 )
{
if( !TitleHelper::getTitle( TitleHelper::X_AXIS_TITLE, m_spChart2ModelContact->getChartModel() ).is() &&
!TitleHelper::getTitle( TitleHelper::Y_AXIS_TITLE, m_spChart2ModelContact->getChartModel() ).is() )
{
DBG_ERROR("DiagramWrapper::setPosition called with negative position -> automatic values are taken instead" );
uno::Any aEmpty;
xProp->setPropertyValue( C2U( "RelativePosition" ), aEmpty );
return;
}
//else: The saved didagram size does include the axis title sizes thus the position and size could be negative
}
awt::Size aPageSize( m_spChart2ModelContact->GetPageSize() );
chart2::RelativePosition aRelativePosition;
aRelativePosition.Anchor = drawing::Alignment_TOP_LEFT;
aRelativePosition.Primary = double(aPosition.X)/double(aPageSize.Width);
aRelativePosition.Secondary = double(aPosition.Y)/double(aPageSize.Height);
xProp->setPropertyValue( C2U( "RelativePosition" ), uno::makeAny(aRelativePosition) );
}
2003-12-18 12:50:56 +00:00
}
awt::Size SAL_CALL DiagramWrapper::getSize()
throw (uno::RuntimeException)
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
awt::Size aSize;
Reference< beans::XPropertySet > xProp( this->getInnerPropertySet() );
if( xProp.is() )
{
bool bSet = false;
chart2::RelativeSize aRelativeSize;
uno::Any aASize( xProp->getPropertyValue( C2U( "RelativeSize" ) ) );
if(aASize>>=aRelativeSize)
{
awt::Size aPageSize( m_spChart2ModelContact->GetPageSize() );
aSize.Width = static_cast<sal_Int32>(aRelativeSize.Primary*aPageSize.Width);
aSize.Height = static_cast<sal_Int32>(aRelativeSize.Secondary*aPageSize.Height);
bSet = true;
}
if(!bSet)
aSize = m_spChart2ModelContact->GetDiagramSizeInclusive();
}
return aSize;
2003-12-18 12:50:56 +00:00
}
void SAL_CALL DiagramWrapper::setSize( const awt::Size& aSize )
throw (beans::PropertyVetoException,
uno::RuntimeException)
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference< beans::XPropertySet > xProp( this->getInnerPropertySet() );
if( xProp.is() )
{
awt::Size aPageSize( m_spChart2ModelContact->GetPageSize() );
chart2::RelativeSize aRelativeSize;
aRelativeSize.Primary = double(aSize.Width)/double(aPageSize.Width);
aRelativeSize.Secondary = double(aSize.Height)/double(aPageSize.Height);
if( aRelativeSize.Primary > 1 || aRelativeSize.Secondary > 1 )
{
if( !TitleHelper::getTitle( TitleHelper::X_AXIS_TITLE, m_spChart2ModelContact->getChartModel() ).is() &&
!TitleHelper::getTitle( TitleHelper::Y_AXIS_TITLE, m_spChart2ModelContact->getChartModel() ).is() )
{
DBG_ERROR("DiagramWrapper::setSize called with sizes bigger than page -> automatic values are taken instead" );
uno::Any aEmpty;
xProp->setPropertyValue( C2U( "RelativeSize" ), aEmpty );
return;
}
//else: The saved didagram size does include the axis title sizes thus the position and size could be out of range
}
xProp->setPropertyValue( C2U( "RelativeSize" ), uno::makeAny(aRelativeSize) );
}
2003-12-18 12:50:56 +00:00
}
// ____ XShapeDescriptor (base of XShape) ____
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
OUString SAL_CALL DiagramWrapper::getShapeType()
2003-12-18 12:50:56 +00:00
throw (uno::RuntimeException)
{
return C2U( "com.sun.star.chart.Diagram" );
}
// ____ XAxisZSupplier ____
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference<
2003-12-18 12:50:56 +00:00
drawing::XShape > SAL_CALL DiagramWrapper::getZAxisTitle()
throw (uno::RuntimeException)
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
if( !m_xZAxisTitle.is() )
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
m_xZAxisTitle = new TitleWrapper( TitleHelper::Z_AXIS_TITLE, m_spChart2ModelContact );
2003-12-18 12:50:56 +00:00
}
return m_xZAxisTitle;
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference<
2003-12-18 12:50:56 +00:00
beans::XPropertySet > SAL_CALL DiagramWrapper::getZMainGrid()
throw (uno::RuntimeException)
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
if( ! m_xZMainGrid.is())
{
m_xZMainGrid = new GridWrapper( GridWrapper::Z_MAIN_GRID, m_spChart2ModelContact );
}
return m_xZMainGrid;
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference<
2003-12-18 12:50:56 +00:00
beans::XPropertySet > SAL_CALL DiagramWrapper::getZHelpGrid()
throw (uno::RuntimeException)
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
if( !m_xZHelpGrid.is() )
{
m_xZHelpGrid = new GridWrapper( GridWrapper::Z_SUB_GRID, m_spChart2ModelContact );
}
return m_xZHelpGrid;
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference<
2003-12-18 12:50:56 +00:00
beans::XPropertySet > SAL_CALL DiagramWrapper::getZAxis()
throw (uno::RuntimeException)
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
if( ! m_xZAxis.is())
{
m_xZAxis = new AxisWrapper( AxisWrapper::Z_AXIS, m_spChart2ModelContact );
}
return m_xZAxis;
2003-12-18 12:50:56 +00:00
}
// ____ XTwoAxisXSupplier ____
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference<
2003-12-18 12:50:56 +00:00
beans::XPropertySet > SAL_CALL DiagramWrapper::getSecondaryXAxis()
throw (uno::RuntimeException)
{
if( ! m_xSecondXAxis.is())
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
m_xSecondXAxis = new AxisWrapper( AxisWrapper::SECOND_X_AXIS, m_spChart2ModelContact );
2003-12-18 12:50:56 +00:00
}
return m_xSecondXAxis;
}
// ____ XAxisXSupplier (base of XTwoAxisXSupplier) ____
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference<
2003-12-18 12:50:56 +00:00
drawing::XShape > SAL_CALL DiagramWrapper::getXAxisTitle()
throw (uno::RuntimeException)
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
if( !m_xXAxisTitle.is() )
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
m_xXAxisTitle = new TitleWrapper( TitleHelper::X_AXIS_TITLE, m_spChart2ModelContact );
2003-12-18 12:50:56 +00:00
}
return m_xXAxisTitle;
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference<
2003-12-18 12:50:56 +00:00
beans::XPropertySet > SAL_CALL DiagramWrapper::getXAxis()
throw (uno::RuntimeException)
{
if( ! m_xXAxis.is())
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
m_xXAxis = new AxisWrapper( AxisWrapper::X_AXIS, m_spChart2ModelContact );
2003-12-18 12:50:56 +00:00
}
return m_xXAxis;
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference<
2003-12-18 12:50:56 +00:00
beans::XPropertySet > SAL_CALL DiagramWrapper::getXMainGrid()
throw (uno::RuntimeException)
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
if( ! m_xXMainGrid.is())
{
m_xXMainGrid = new GridWrapper( GridWrapper::X_MAIN_GRID, m_spChart2ModelContact );
}
return m_xXMainGrid;
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference<
2003-12-18 12:50:56 +00:00
beans::XPropertySet > SAL_CALL DiagramWrapper::getXHelpGrid()
throw (uno::RuntimeException)
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
if( ! m_xXHelpGrid.is())
{
m_xXHelpGrid = new GridWrapper( GridWrapper::X_SUB_GRID, m_spChart2ModelContact );
}
return m_xXHelpGrid;
2003-12-18 12:50:56 +00:00
}
// ____ XTwoAxisYSupplier ____
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference<
2003-12-18 12:50:56 +00:00
beans::XPropertySet > SAL_CALL DiagramWrapper::getSecondaryYAxis()
throw (uno::RuntimeException)
{
if( ! m_xSecondYAxis.is())
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
m_xSecondYAxis = new AxisWrapper( AxisWrapper::SECOND_Y_AXIS, m_spChart2ModelContact );
2003-12-18 12:50:56 +00:00
}
return m_xSecondYAxis;
}
// ____ XAxisYSupplier (base of XTwoAxisYSupplier) ____
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference<
2003-12-18 12:50:56 +00:00
drawing::XShape > SAL_CALL DiagramWrapper::getYAxisTitle()
throw (uno::RuntimeException)
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
if( !m_xYAxisTitle.is() )
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
m_xYAxisTitle = new TitleWrapper( TitleHelper::Y_AXIS_TITLE, m_spChart2ModelContact );
2003-12-18 12:50:56 +00:00
}
return m_xYAxisTitle;
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference<
2003-12-18 12:50:56 +00:00
beans::XPropertySet > SAL_CALL DiagramWrapper::getYAxis()
throw (uno::RuntimeException)
{
if( ! m_xYAxis.is())
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
m_xYAxis = new AxisWrapper( AxisWrapper::Y_AXIS, m_spChart2ModelContact );
2003-12-18 12:50:56 +00:00
}
return m_xYAxis;
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference<
2003-12-18 12:50:56 +00:00
beans::XPropertySet > SAL_CALL DiagramWrapper::getYHelpGrid()
throw (uno::RuntimeException)
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
if( ! m_xYHelpGrid.is())
{
m_xYHelpGrid = new GridWrapper( GridWrapper::Y_SUB_GRID, m_spChart2ModelContact );
}
return m_xYHelpGrid;
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference<
2003-12-18 12:50:56 +00:00
beans::XPropertySet > SAL_CALL DiagramWrapper::getYMainGrid()
throw (uno::RuntimeException)
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
if( ! m_xYMainGrid.is())
{
m_xYMainGrid = new GridWrapper( GridWrapper::Y_MAIN_GRID, m_spChart2ModelContact );
}
return m_xYMainGrid;
2003-12-18 12:50:56 +00:00
}
// ____ XStatisticDisplay ____
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference<
2003-12-18 12:50:56 +00:00
beans::XPropertySet > SAL_CALL DiagramWrapper::getUpBar()
throw (uno::RuntimeException)
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
if( !m_xUpBarWrapper.is() )
{
m_xUpBarWrapper = new UpDownBarWrapper( true, m_spChart2ModelContact );
}
return m_xUpBarWrapper;
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference<
2003-12-18 12:50:56 +00:00
beans::XPropertySet > SAL_CALL DiagramWrapper::getDownBar()
throw (uno::RuntimeException)
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
if( !m_xDownBarWrapper.is() )
{
m_xDownBarWrapper = new UpDownBarWrapper( false, m_spChart2ModelContact );
}
return m_xDownBarWrapper;
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference<
2003-12-18 12:50:56 +00:00
beans::XPropertySet > SAL_CALL DiagramWrapper::getMinMaxLine()
throw (uno::RuntimeException)
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
if( !m_xMinMaxLineWrapper.is() )
{
m_xMinMaxLineWrapper = new MinMaxLineWrapper( m_spChart2ModelContact );
}
return m_xMinMaxLineWrapper;
2003-12-18 12:50:56 +00:00
}
// ____ X3DDisplay ____
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getWall()
2003-12-18 12:50:56 +00:00
throw (uno::RuntimeException)
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
if( !m_xWall.is() )
{
m_xWall = new WallFloorWrapper( true, m_spChart2ModelContact );
}
return m_xWall;
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference<
2003-12-18 12:50:56 +00:00
beans::XPropertySet > SAL_CALL DiagramWrapper::getFloor()
throw (uno::RuntimeException)
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
if( !m_xFloor.is() )
{
m_xFloor = new WallFloorWrapper( false, m_spChart2ModelContact );
}
return m_xFloor;
2003-12-18 12:50:56 +00:00
}
// ____ XComponent ____
void SAL_CALL DiagramWrapper::dispose()
throw (uno::RuntimeException)
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
m_aEventListenerContainer.disposeAndClear( lang::EventObject( static_cast< ::cppu::OWeakObject* >( this )));
2003-12-18 12:50:56 +00:00
// /--
MutexGuard aGuard( GetMutex());
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
DisposeHelper::DisposeAndClear( m_xXAxisTitle );
DisposeHelper::DisposeAndClear( m_xYAxisTitle );
DisposeHelper::DisposeAndClear( m_xZAxisTitle );
DisposeHelper::DisposeAndClear( m_xXAxis );
DisposeHelper::DisposeAndClear( m_xYAxis );
DisposeHelper::DisposeAndClear( m_xZAxis );
DisposeHelper::DisposeAndClear( m_xSecondXAxis );
DisposeHelper::DisposeAndClear( m_xSecondYAxis );
DisposeHelper::DisposeAndClear( m_xXMainGrid );
DisposeHelper::DisposeAndClear( m_xYMainGrid );
DisposeHelper::DisposeAndClear( m_xZMainGrid );
DisposeHelper::DisposeAndClear( m_xXHelpGrid );
DisposeHelper::DisposeAndClear( m_xYHelpGrid );
DisposeHelper::DisposeAndClear( m_xZHelpGrid );
DisposeHelper::DisposeAndClear( m_xWall );
DisposeHelper::DisposeAndClear( m_xFloor );
DisposeHelper::DisposeAndClear( m_xMinMaxLineWrapper );
DisposeHelper::DisposeAndClear( m_xUpBarWrapper );
DisposeHelper::DisposeAndClear( m_xDownBarWrapper );
clearWrappedPropertySet();
2003-12-18 12:50:56 +00:00
// \--
}
void SAL_CALL DiagramWrapper::addEventListener(
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
const Reference< lang::XEventListener >& xListener )
2003-12-18 12:50:56 +00:00
throw (uno::RuntimeException)
{
m_aEventListenerContainer.addInterface( xListener );
}
void SAL_CALL DiagramWrapper::removeEventListener(
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
const Reference< lang::XEventListener >& aListener )
2003-12-18 12:50:56 +00:00
throw (uno::RuntimeException)
{
m_aEventListenerContainer.removeInterface( aListener );
}
// ____ XEventListener ____
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
// void SAL_CALL DiagramWrapper::disposing( const lang::EventObject& Source )
// throw (uno::RuntimeException)
// {
// }
//-----------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------------------------------
//PROP_DIAGRAM_DATAROW_SOURCE
class WrappedDataRowSourceProperty : public WrappedProperty
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
public:
WrappedDataRowSourceProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
virtual ~WrappedDataRowSourceProperty();
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
virtual ::com::sun::star::uno::Any getPropertyValue( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Any getPropertyDefault( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyState >& xInnerPropertyState ) const
throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
private: //member
::boost::shared_ptr< Chart2ModelContact > m_spChart2ModelContact;
mutable Any m_aOuterValue;
};
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
WrappedDataRowSourceProperty::WrappedDataRowSourceProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact )
: WrappedProperty(C2U("DataRowSource"),OUString())
, m_spChart2ModelContact( spChart2ModelContact )
, m_aOuterValue()
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
m_aOuterValue = WrappedDataRowSourceProperty::getPropertyDefault( 0 );
}
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
WrappedDataRowSourceProperty::~WrappedDataRowSourceProperty()
{
}
void WrappedDataRowSourceProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const
throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException)
{
::com::sun::star::chart::ChartDataRowSource eChartDataRowSource = ::com::sun::star::chart::ChartDataRowSource_ROWS;
if( ! (rOuterValue >>= eChartDataRowSource) )
throw lang::IllegalArgumentException( C2U("Property DataRowSource requires ::com::sun::star::chart::ChartDataRowSource value"), 0, 0 );
m_aOuterValue = rOuterValue;
bool bNewUseColumns = eChartDataRowSource == ::com::sun::star::chart::ChartDataRowSource_COLUMNS;
::rtl::OUString aRangeString;
bool bUseColumns = true;
bool bFirstCellAsLabel = true;
bool bHasCategories = true;
uno::Sequence< sal_Int32 > aSequenceMapping;
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
if( DataSourceHelper::detectRangeSegmentation(
m_spChart2ModelContact->getChartModel(), aRangeString, aSequenceMapping, bUseColumns
, bFirstCellAsLabel, bHasCategories ) )
{
if( bUseColumns != bNewUseColumns )
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
aSequenceMapping.realloc(0);
DataSourceHelper::setRangeSegmentation(
m_spChart2ModelContact->getChartModel(), aSequenceMapping, bNewUseColumns , bHasCategories, bFirstCellAsLabel );
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
}
}
Any WrappedDataRowSourceProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException)
{
::rtl::OUString aRangeString;
bool bUseColumns = true;
bool bFirstCellAsLabel = true;
bool bHasCategories = true;
uno::Sequence< sal_Int32 > aSequenceMapping;
if( DataSourceHelper::detectRangeSegmentation(
m_spChart2ModelContact->getChartModel(), aRangeString, aSequenceMapping, bUseColumns
, bFirstCellAsLabel, bHasCategories ) )
{
::com::sun::star::chart::ChartDataRowSource eChartDataRowSource = ::com::sun::star::chart::ChartDataRowSource_ROWS;
if(bUseColumns)
eChartDataRowSource = ::com::sun::star::chart::ChartDataRowSource_COLUMNS;
m_aOuterValue <<= eChartDataRowSource;
}
return m_aOuterValue;
}
Any WrappedDataRowSourceProperty::getPropertyDefault( const Reference< beans::XPropertyState >& xInnerPropertyState ) const
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException)
{
Any aRet;
aRet <<= ::com::sun::star::chart::ChartDataRowSource_COLUMNS;
return aRet;
}
//-----------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------------------------------
//PROP_DIAGRAM_STACKED
//PROP_DIAGRAM_DEEP
//PROP_DIAGRAM_PERCENT_STACKED
class WrappedStackingProperty : public WrappedProperty
{
public:
WrappedStackingProperty( StackMode eStackMode, ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
virtual ~WrappedStackingProperty();
virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Any getPropertyValue( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Any getPropertyDefault( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyState >& xInnerPropertyState ) const
throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
protected: //methods
bool detectInnerValue( StackMode& eInnerStackMode ) const;
private: //member
::boost::shared_ptr< Chart2ModelContact > m_spChart2ModelContact;
const StackMode m_eStackMode;
mutable Any m_aOuterValue;
};
WrappedStackingProperty::WrappedStackingProperty( StackMode eStackMode, ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact )
: WrappedProperty(OUString(),OUString())
, m_spChart2ModelContact( spChart2ModelContact )
, m_eStackMode( eStackMode )
, m_aOuterValue()
{
switch( m_eStackMode )
{
case StackMode_Y_STACKED:
m_aOuterName = C2U( "Stacked" );
break;
case StackMode_Y_STACKED_PERCENT:
m_aOuterName = C2U( "Percent" );
break;
case StackMode_Z_STACKED:
m_aOuterName = C2U( "Deep" );
2003-12-18 12:50:56 +00:00
break;
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
default:
OSL_ENSURE( false, "unexpected stack mode" );
break;
}
}
WrappedStackingProperty::~WrappedStackingProperty()
{
}
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
bool WrappedStackingProperty::detectInnerValue( StackMode& eStackMode ) const
{
bool bHasDetectableInnerValue = false;
Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() );
if( xDiagram.is() )
{
::std::vector< uno::Reference< chart2::XDataSeries > > aSeriesList(
::chart::DiagramHelper::getDataSeriesFromDiagram( xDiagram ) );
if(aSeriesList.size())
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
bHasDetectableInnerValue = true;
eStackMode = DiagramHelper::getStackMode( xDiagram );
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
}
return bHasDetectableInnerValue;
}
void WrappedStackingProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const
throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException)
{
sal_Bool bNewValue;
if( ! (rOuterValue >>= bNewValue) )
throw lang::IllegalArgumentException( C2U("Stacking Properties require boolean values"), 0, 0 );
StackMode eInnerStackMode;
bool bHasDetectableInnerValue = detectInnerValue( eInnerStackMode );
if( !bHasDetectableInnerValue )
{
m_aOuterValue = rOuterValue;
return;
}
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
if( bNewValue && eInnerStackMode == m_eStackMode )
return;
if( !bNewValue && eInnerStackMode != m_eStackMode )
return;
Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() );
if( xDiagram.is() )
{
StackMode eNewStackMode = bNewValue ? m_eStackMode : StackMode_NONE;
DiagramHelper::setStackMode( xDiagram, eNewStackMode );
2003-12-18 12:50:56 +00:00
}
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Any WrappedStackingProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException)
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
StackMode eInnerStackMode;
if( detectInnerValue( eInnerStackMode ) )
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
sal_Bool bValue = (eInnerStackMode == m_eStackMode);
Any aAny;
aAny <<= bValue;
return aAny;
}
return m_aOuterValue;
}
Any WrappedStackingProperty::getPropertyDefault( const Reference< beans::XPropertyState >& xInnerPropertyState ) const
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException)
{
Any aRet;
aRet <<= sal_Bool( sal_False );
return aRet;
}
//-----------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------------------------------
//PROP_DIAGRAM_THREE_D
class WrappedDim3DProperty : public WrappedProperty
{
public:
WrappedDim3DProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
virtual ~WrappedDim3DProperty();
virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Any getPropertyValue( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Any getPropertyDefault( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyState >& xInnerPropertyState ) const
throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
private: //member
::boost::shared_ptr< Chart2ModelContact > m_spChart2ModelContact;
mutable Any m_aOuterValue;
};
WrappedDim3DProperty::WrappedDim3DProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact )
: WrappedProperty(C2U("Dim3D"),OUString())
, m_spChart2ModelContact( spChart2ModelContact )
, m_aOuterValue()
{
m_aOuterValue = WrappedDim3DProperty::getPropertyDefault( 0 );
}
WrappedDim3DProperty::~WrappedDim3DProperty()
{
}
void WrappedDim3DProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const
throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException)
{
sal_Bool bNew3D;
if( ! (rOuterValue >>= bNew3D) )
throw lang::IllegalArgumentException( C2U("Property Dim3D requires boolean value"), 0, 0 );
m_aOuterValue = rOuterValue;
Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() );
if( !xDiagram.is() )
return;
sal_Bool bOld3D = DiagramHelper::getDimension( xDiagram ) == 3;
if( bOld3D != bNew3D )
DiagramHelper::setDimension( xDiagram, bNew3D ? 3 : 2 );
}
Any WrappedDim3DProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException)
{
Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() );
if( xDiagram.is() )
{
sal_Bool b3D = DiagramHelper::getDimension( xDiagram ) == 3;
m_aOuterValue <<= b3D;
}
return m_aOuterValue;
}
Any WrappedDim3DProperty::getPropertyDefault( const Reference< beans::XPropertyState >& xInnerPropertyState ) const
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException)
{
Any aRet;
aRet <<= sal_Bool( sal_False );
return aRet;
}
//-----------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------------------------------
//PROP_DIAGRAM_VERTICAL
class WrappedVerticalProperty : public WrappedProperty
{
public:
WrappedVerticalProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
virtual ~WrappedVerticalProperty();
virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Any getPropertyValue( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Any getPropertyDefault( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyState >& xInnerPropertyState ) const
throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
private: //member
::boost::shared_ptr< Chart2ModelContact > m_spChart2ModelContact;
mutable Any m_aOuterValue;
};
WrappedVerticalProperty::WrappedVerticalProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact )
: WrappedProperty(C2U("Vertical"),OUString())
, m_spChart2ModelContact( spChart2ModelContact )
, m_aOuterValue()
{
m_aOuterValue = WrappedVerticalProperty::getPropertyDefault( 0 );
}
WrappedVerticalProperty::~WrappedVerticalProperty()
{
}
void WrappedVerticalProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const
throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException)
{
sal_Bool bNewVertical;
if( ! (rOuterValue >>= bNewVertical) )
throw lang::IllegalArgumentException( C2U("Property Dim3D requires boolean value"), 0, 0 );
m_aOuterValue = rOuterValue;
Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() );
if( !xDiagram.is() )
return;
bool bFound = false;
bool bAmbiguous = false;
sal_Bool bOldVertical = DiagramHelper::getVertical( xDiagram, bFound, bAmbiguous );
if( bFound && ( bOldVertical != bNewVertical || bAmbiguous ) )
DiagramHelper::setVertical( xDiagram, bNewVertical );
}
Any WrappedVerticalProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException)
{
bool bFound = false;
bool bAmbiguous = false;
Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() );
if( xDiagram.is() )
{
sal_Bool bVertical = DiagramHelper::getVertical( xDiagram, bFound, bAmbiguous );
if( bFound )
m_aOuterValue <<= bVertical;
}
return m_aOuterValue;
}
Any WrappedVerticalProperty::getPropertyDefault( const Reference< beans::XPropertyState >& xInnerPropertyState ) const
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException)
{
Any aRet;
aRet <<= sal_Bool( sal_False );
return aRet;
}
//-----------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------------------------------
//PROP_DIAGRAM_NUMBER_OF_LINES
class WrappedNumberOfLinesProperty : public WrappedProperty
{
public:
WrappedNumberOfLinesProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
virtual ~WrappedNumberOfLinesProperty();
virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Any getPropertyValue( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Any getPropertyDefault( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyState >& xInnerPropertyState ) const
throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
protected: //methods
bool detectInnerValue( uno::Any& rInnerValue ) const;
private: //member
::boost::shared_ptr< Chart2ModelContact > m_spChart2ModelContact;
mutable Any m_aOuterValue;
};
WrappedNumberOfLinesProperty::WrappedNumberOfLinesProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact )
: WrappedProperty(C2U("NumberOfLines"),OUString())
, m_spChart2ModelContact( spChart2ModelContact )
, m_aOuterValue( this->getPropertyDefault(0) )
{
}
WrappedNumberOfLinesProperty::~WrappedNumberOfLinesProperty()
{
}
bool WrappedNumberOfLinesProperty::detectInnerValue( uno::Any& rInnerValue ) const
{
sal_Int32 nNumberOfLines = 0;
bool bHasDetectableInnerValue = false;
Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() );
uno::Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() );
if( xDiagram.is() && xChartDoc.is() )
{
::std::vector< uno::Reference< chart2::XDataSeries > > aSeriesVector(
DiagramHelper::getDataSeriesFromDiagram( xDiagram ) );
if( aSeriesVector.size() > 0 )
{
Reference< lang::XMultiServiceFactory > xFact( xChartDoc->getChartTypeManager(), uno::UNO_QUERY );
DiagramHelper::tTemplateWithServiceName aTemplateAndService =
DiagramHelper::getTemplateForDiagram( xDiagram, xFact );
if( aTemplateAndService.second.equals( C2U( "com.sun.star.chart2.template.ColumnWithLine" ) ) )
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
try
{
uno::Reference< beans::XPropertySet > xProp( aTemplateAndService.first, uno::UNO_QUERY );
xProp->getPropertyValue( m_aOuterName ) >>= nNumberOfLines;
bHasDetectableInnerValue = true;
}
catch( uno::Exception & ex )
{
ASSERT_EXCEPTION( ex );
}
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
}
}
if(bHasDetectableInnerValue)
rInnerValue = uno::makeAny(nNumberOfLines);
return bHasDetectableInnerValue;
}
void WrappedNumberOfLinesProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const
throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException)
{
sal_Int32 nNewValue;
if( ! (rOuterValue >>= nNewValue) )
throw lang::IllegalArgumentException( C2U("property NumberOfLines requires sal_Int32 value"), 0, 0 );
m_aOuterValue = rOuterValue;
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
uno::Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() );
Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() );
sal_Int32 nDimension = ::chart::DiagramHelper::getDimension( xDiagram );
if( xChartDoc.is() && xDiagram.is() && nDimension == 2 )
{
Reference< lang::XMultiServiceFactory > xFact( xChartDoc->getChartTypeManager(), uno::UNO_QUERY );
DiagramHelper::tTemplateWithServiceName aTemplateAndService =
DiagramHelper::getTemplateForDiagram( xDiagram, xFact );
uno::Reference< chart2::XChartTypeTemplate > xTemplate(0);
if( aTemplateAndService.second.equals( C2U( "com.sun.star.chart2.template.ColumnWithLine" ) ) )
{
if( nNewValue != 0 )
{
xTemplate.set( aTemplateAndService.first );
try
{
sal_Int32 nOldValue;
uno::Reference< beans::XPropertySet > xProp( xTemplate, uno::UNO_QUERY );
xProp->getPropertyValue( m_aOuterName ) >>= nOldValue;
if( nOldValue == nNewValue )
return;
}
catch( uno::Exception & ex )
{
ASSERT_EXCEPTION( ex );
}
}
else
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
xTemplate.set( xFact->createInstance( C2U( "com.sun.star.chart2.template.Column" ) ), uno::UNO_QUERY );
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
}
else if( aTemplateAndService.second.equals( C2U( "com.sun.star.chart2.template.Column" ) ) )
{
if( nNewValue == 0 )
return;
xTemplate.set( xFact->createInstance( C2U( "com.sun.star.chart2.template.ColumnWithLine" ) ), uno::UNO_QUERY );
}
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
if(xTemplate.is())
{
try
{
// /-- locked controllers
ControllerLockGuard aCtrlLockGuard( m_spChart2ModelContact->getChartModel() );
uno::Reference< beans::XPropertySet > xProp( xTemplate, uno::UNO_QUERY );
xProp->setPropertyValue( C2U( "NumberOfLines" ), uno::makeAny(nNewValue) );
xTemplate->changeDiagram( xDiagram );
// \-- locked controllers
}
catch( uno::Exception & ex )
{
ASSERT_EXCEPTION( ex );
}
}
2003-12-18 12:50:56 +00:00
}
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Any WrappedNumberOfLinesProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException)
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Any aRet;
if( !detectInnerValue( aRet ) )
aRet = m_aOuterValue;
return aRet;
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Any WrappedNumberOfLinesProperty::getPropertyDefault( const Reference< beans::XPropertyState >& xInnerPropertyState ) const
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException)
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Any aRet;
aRet <<= sal_Int32( 0 );
return aRet;
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
//-----------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------------------------------
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
//PROP_DIAGRAM_ATTRIBUTED_DATA_POINTS
class WrappedAttributedDataPointsProperty : public WrappedProperty
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
public:
WrappedAttributedDataPointsProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
virtual ~WrappedAttributedDataPointsProperty();
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Any getPropertyValue( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Any getPropertyDefault( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyState >& xInnerPropertyState ) const
throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
private: //member
::boost::shared_ptr< Chart2ModelContact > m_spChart2ModelContact;
mutable Any m_aOuterValue;
};
WrappedAttributedDataPointsProperty::WrappedAttributedDataPointsProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact )
: WrappedProperty(C2U("AttributedDataPoints"),OUString())
, m_spChart2ModelContact( spChart2ModelContact )
, m_aOuterValue()
{
m_aOuterValue = WrappedAttributedDataPointsProperty::getPropertyDefault( 0 );
}
WrappedAttributedDataPointsProperty::~WrappedAttributedDataPointsProperty()
{
}
void WrappedAttributedDataPointsProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const
throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException)
{
uno::Sequence< uno::Sequence< sal_Int32 > > aNewValue;
if( ! (rOuterValue >>= aNewValue) )
throw lang::IllegalArgumentException( C2U("Property AttributedDataPoints requires value of type uno::Sequence< uno::Sequence< sal_Int32 > >"), 0, 0 );
m_aOuterValue = rOuterValue;
Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() );
Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY );
if( xDiagram.is() && xDiaProp.is())
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
::std::vector< Reference< chart2::XDataSeries > > aSeriesVector(
::chart::DiagramHelper::getDataSeriesFromDiagram( xDiagram ) );
uno::Sequence< uno::Sequence< sal_Int32 > > aResult( aSeriesVector.size() );
::std::vector< Reference< chart2::XDataSeries > >::const_iterator aIt =
aSeriesVector.begin();
sal_Int32 i = 0;
for( ; aIt != aSeriesVector.end(); ++aIt, ++i )
{
Reference< beans::XPropertySet > xProp( *aIt, uno::UNO_QUERY );
if( xProp.is())
{
uno::Any aVal;
if( i < aNewValue.getLength() )
aVal <<= aNewValue[i];
else
{
//set empty sequence
uno::Sequence< sal_Int32 > aSeq;
aVal <<= aSeq;
}
xProp->setPropertyValue( C2U( "AttributedDataPoints" ), aVal );
}
}
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
}
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Any WrappedAttributedDataPointsProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException)
{
Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() );
Reference< beans::XPropertySet > xDiaProp( xDiagram, uno::UNO_QUERY );
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
if( xDiagram.is() && xDiaProp.is())
{
::std::vector< Reference< chart2::XDataSeries > > aSeriesVector(
::chart::DiagramHelper::getDataSeriesFromDiagram( xDiagram ) );
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
uno::Sequence< uno::Sequence< sal_Int32 > > aResult( aSeriesVector.size() );
::std::vector< Reference< chart2::XDataSeries > >::const_iterator aIt =
aSeriesVector.begin();
sal_Int32 i = 0;
for( ; aIt != aSeriesVector.end(); ++aIt, ++i )
{
Reference< beans::XPropertySet > xProp( *aIt, uno::UNO_QUERY );
if( xProp.is())
{
uno::Any aVal(
xProp->getPropertyValue( C2U( "AttributedDataPoints" )));
uno::Sequence< sal_Int32 > aSeq;
if( aVal >>= aSeq )
aResult[ i ] = aSeq;
}
}
m_aOuterValue <<= aResult;
}
return m_aOuterValue;
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Any WrappedAttributedDataPointsProperty::getPropertyDefault( const Reference< beans::XPropertyState >& xInnerPropertyState ) const
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException)
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Any aRet;
uno::Sequence< uno::Sequence< sal_Int32 > > aSeq;
aRet <<= aSeq;
return aRet;
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
// ____ XDiagramProvider ____
Reference< chart2::XDiagram > SAL_CALL DiagramWrapper::getDiagram()
throw (uno::RuntimeException)
{
return m_spChart2ModelContact->getChart2Diagram();
}
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
void SAL_CALL DiagramWrapper::setDiagram(
const Reference< chart2::XDiagram >& xDiagram )
2003-12-18 12:50:56 +00:00
throw (uno::RuntimeException)
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
//@todo: remove this method from interface
DBG_ERROR("DiagramWrapper::setDiagram is not implemented, should be removed and not be called" );
}
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
// ================================================================================
// WrappedPropertySet
void SAL_CALL DiagramWrapper::setPropertyValue( const ::rtl::OUString& rPropertyName, const Any& rValue ) throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException)
{
if(rPropertyName.equals(C2U("Lines")))
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
if( ! (rValue >>= m_bLinesAllowed) )
throw lang::IllegalArgumentException( C2U("Property Lines requires value of type sal_Bool"), 0, 0 );
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
WrappedPropertySet::setPropertyValue( rPropertyName, rValue );
}
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Any SAL_CALL DiagramWrapper::getPropertyValue( const ::rtl::OUString& rPropertyName ) throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException)
{
if(rPropertyName.equals(C2U("Lines")))
{
if( !lcl_isXYChart( m_spChart2ModelContact->getChart2Diagram() ) )
return uno::makeAny( sal_True );
Any aAny( WrappedPropertySet::getPropertyValue( rPropertyName ) );
sal_Bool bHasLines = sal_False;
aAny >>= bHasLines;
return uno::makeAny( m_bLinesAllowed && bHasLines );
}
else
return WrappedPropertySet::getPropertyValue( rPropertyName );
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
Reference< beans::XPropertySet > DiagramWrapper::getInnerPropertySet()
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
return Reference< beans::XPropertySet >( m_spChart2ModelContact->getChart2Diagram(), uno::UNO_QUERY );
}
const Sequence< beans::Property >& DiagramWrapper::getPropertySequence()
{
return lcl_GetPropertySequence();
}
const std::vector< WrappedProperty* > DiagramWrapper::createWrappedProperties()
{
::std::vector< ::chart::WrappedProperty* > aWrappedProperties;
//WrappedNamedProperty::addWrappedProperties( aWrappedProperties, m_spChart2ModelContact );
WrappedAxisAndGridExistenceProperties::addWrappedProperties( aWrappedProperties, m_spChart2ModelContact );
WrappedAxisTitleExistenceProperties::addWrappedProperties( aWrappedProperties, m_spChart2ModelContact );
WrappedAxisLabelExistenceProperties::addWrappedProperties( aWrappedProperties, m_spChart2ModelContact );
WrappedSceneProperty::addWrappedProperties( aWrappedProperties, m_spChart2ModelContact );
WrappedIgnoreProperties::addIgnoreFillProperties( aWrappedProperties );
WrappedIgnoreProperties::addIgnoreLineProperties( aWrappedProperties );
WrappedStatisticProperties::addWrappedPropertiesForDiagram( aWrappedProperties, m_spChart2ModelContact );
WrappedSymbolProperties::addWrappedPropertiesForDiagram( aWrappedProperties, m_spChart2ModelContact );
WrappedDataCaptionProperties::addWrappedPropertiesForDiagram( aWrappedProperties, m_spChart2ModelContact );
WrappedSplineProperties::addWrappedProperties( aWrappedProperties, m_spChart2ModelContact );
WrappedStockProperties::addWrappedProperties( aWrappedProperties, m_spChart2ModelContact );
aWrappedProperties.push_back( new WrappedDataRowSourceProperty( m_spChart2ModelContact ) );
aWrappedProperties.push_back( new WrappedStackingProperty( StackMode_Y_STACKED,m_spChart2ModelContact ) );
aWrappedProperties.push_back( new WrappedStackingProperty( StackMode_Y_STACKED_PERCENT, m_spChart2ModelContact ) );
aWrappedProperties.push_back( new WrappedStackingProperty( StackMode_Z_STACKED, m_spChart2ModelContact ) );
aWrappedProperties.push_back( new WrappedDim3DProperty( m_spChart2ModelContact ) );
aWrappedProperties.push_back( new WrappedVerticalProperty( m_spChart2ModelContact ) );
aWrappedProperties.push_back( new WrappedNumberOfLinesProperty( m_spChart2ModelContact ) );
aWrappedProperties.push_back( new WrappedAttributedDataPointsProperty( m_spChart2ModelContact ) );
aWrappedProperties.push_back( new WrappedProperty( C2U( "StackedBarsConnected" ), C2U( "ConnectBars" ) ) );
return aWrappedProperties;
}
// ================================================================================
uno::Sequence< OUString > DiagramWrapper::getSupportedServiceNames_Static()
{
uno::Sequence< OUString > aServices( 8 );
2003-12-18 12:50:56 +00:00
aServices[ 0 ] = C2U( "com.sun.star.chart.Diagram" );
aServices[ 1 ] = C2U( "com.sun.star.xml.UserDefinedAttributeSupplier" );
aServices[ 2 ] = C2U( "com.sun.star.chart.StackableDiagram" );
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:52 +00:00
aServices[ 3 ] = C2U( "com.sun.star.chart.ChartAxisXSupplier" );
aServices[ 4 ] = C2U( "com.sun.star.chart.ChartAxisYSupplier" );
aServices[ 5 ] = C2U( "com.sun.star.chart.ChartAxisZSupplier" );
aServices[ 6 ] = C2U( "com.sun.star.chart.ChartTwoAxisXSupplier" );
aServices[ 7 ] = C2U( "com.sun.star.chart.ChartTwoAxisYSupplier" );
// aServices[ x ] = C2U( "com.sun.star.beans.PropertySet" );
// aServices[ x ] = C2U( "com.sun.star.drawing.FillProperties" );
// aServices[ x ] = C2U( "com.sun.star.drawing.LineProperties" );
2003-12-18 12:50:56 +00:00
return aServices;
}
// implement XServiceInfo methods basing upon getSupportedServiceNames_Static
APPHELPER_XSERVICEINFO_IMPL( DiagramWrapper, lcl_aServiceName );
} // namespace wrapper
} // namespace chart