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

912 lines
38 KiB
C++
Raw Normal View History

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
2003-12-18 12:50:56 +00:00
#include "DataSeriesPointWrapper.hxx"
#include "macros.hxx"
#include "RegressionCurveHelper.hxx"
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
#include "Chart2ModelContact.hxx"
#include "ChartTypeHelper.hxx"
#include "DiagramHelper.hxx"
#include "ContainerHelper.hxx"
#include "ChartModelHelper.hxx"
#include "LinePropertiesHelper.hxx"
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
#include "FillProperties.hxx"
#include "CharacterProperties.hxx"
#include "UserDefinedProperties.hxx"
#include "WrappedCharacterHeightProperty.hxx"
#include "WrappedProperty.hxx"
#include "WrappedIgnoreProperty.hxx"
#include "WrappedStatisticProperties.hxx"
#include "WrappedSymbolProperties.hxx"
#include "WrappedDataCaptionProperties.hxx"
#include "WrappedSeriesAreaOrLineProperty.hxx"
2008-10-01 07:35:04 +00:00
#include "WrappedScaleTextProperties.hxx"
CWS-TOOLING: integrate CWS bubblechart 2009-06-17 08:41:14 +0200 hde r273051 : i101635: added new charttype bubble 2009-06-17 08:39:37 +0200 hde r273050 : i101635: created new testcase tCreateNewBubbleChart 2009-06-17 08:38:07 +0200 hde r273049 : i101635: created new testcase tCreateNewBubbleChart 2009-06-15 15:22:32 +0200 hde r272991 : 101635 2009-06-11 12:44:01 +0200 iha r272864 : rebase to dev300m50 2009-06-10 23:27:54 +0200 iha r272841 : CWS-TOOLING: rebase CWS bubblechart to trunk@272827 (milestone: DEV300:m50) 2009-06-04 18:07:35 +0200 iha r272649 : #i64689# Bubble Chart 2009-06-04 17:26:44 +0200 iha r272647 : #i64689# Bubble Chart 2009-06-04 11:24:25 +0200 iha r272618 : #i64689# add more spacing between bubbles and data labels 2009-05-26 18:05:23 +0200 ufi r272314 : i101637 2009-04-22 14:37:50 +0200 iha r271115 : #i64689# bubble chart 2009-04-21 17:52:23 +0200 iha r271052 : #i64689# bubble chart 2009-04-21 17:50:48 +0200 iha r271051 : #i76728# type icon for xy chart 2009-04-21 17:25:52 +0200 iha r271049 : #i76728# type icon for xy chart 2009-04-09 11:18:09 +0200 iha r270685 : #i100977# autoscaling works not correct if missing values should be treated as zero 2009-04-08 16:39:43 +0200 iha r270656 : #i64689# bubble chart - missing value treatment 2009-04-08 15:13:25 +0200 iha r270655 : #i64689# bubble chart - remove unused code 2009-04-08 15:12:19 +0200 iha r270653 : #i64689# bubble chart - determine sereis length correctly on export 2009-04-08 14:22:43 +0200 iha r270650 : #i64689# bubble chart - remove unused code 2009-04-08 14:12:09 +0200 iha r270646 : #i64689# bubble chart - export domains even if no main sequence was found 2009-04-08 14:11:07 +0200 iha r270645 : #i64689# bubble chart - don't replace missing size values with 1.0 2009-04-07 16:20:22 +0200 iha r270602 : #i64689# bubble chart - do not offer percent values for data label display for xy and bubble chart 2009-04-07 16:17:42 +0200 iha r270601 : remove superfluous code 2009-04-06 16:39:32 +0200 iha r270569 : #i64689# bubble chart -correct automatic numberformat detection for axis, data table and data label + transport data label numberformat during copy paste in addition to axis numberformat 2009-04-02 17:33:33 +0200 iha r270427 : use input string for formatting in data table during edit 2009-04-02 16:00:29 +0200 iha r270413 : #i64689# bubble chart - when creating a new series within the data table give it the same number format as the former series, thus the new bubble size values can be edited with the same format immidiately 2009-04-02 11:25:33 +0200 iha r270385 : #i64689# bubble chart -correct automatic numberformat detection for axis, data table and data label + transport data label numberformat during copy paste in addition to axis numberformat 2009-04-01 11:32:03 +0200 iha r270312 : #i64689# bubble chart - add further parameter for view creation 2009-03-31 17:52:08 +0200 iha r270291 : #i64689# bubble chart - scale bubble size with diagram size 2009-03-31 13:38:13 +0200 iha r270278 : #i64689# bubble chart - wrong size for small values < 1 2009-03-27 19:11:07 +0100 iha r270169 : #i64689# bubble chart 2009-03-27 19:07:11 +0100 iha r270168 : #i64689# bubble chart - remove unused code 2009-03-27 18:33:57 +0100 iha r270167 : #i64689# bubble chart - create no shape for invalid sizes 2009-03-27 15:18:21 +0100 iha r270157 : #i76728# type icon for xy chart 2009-03-27 14:34:38 +0100 iha r270156 : #i64689# bubble chart - correct scaling 2009-03-27 14:27:27 +0100 iha r270155 : #i64689# bubble chart - images 2009-03-27 14:25:45 +0100 iha r270154 : #i64689# bubble chart - images 2009-03-27 11:38:57 +0100 iha r270142 : #i64689# bubble chart - values-size is the main series 2009-03-27 11:30:20 +0100 iha r270140 : #i64689# correct order of sequences after load thus switching charttypes afterwards produces expected results now 2009-03-26 10:22:55 +0100 iha r270056 : #i64689# bubble chart 2009-03-24 17:45:15 +0100 iha r269984 : #i64689# bubble chart - user properties from points (not only from the series) 2009-03-24 15:10:57 +0100 dr r269954 : #i64989# export bubble charts to xls 2009-03-24 14:55:29 +0100 dr r269952 : #i64989# import bubble charts from xls 2009-03-24 14:54:46 +0100 dr r269950 : #i64989# import bubble charts from ooxml 2009-03-23 18:59:08 +0100 iha r269895 : further cleanups possible with new member m_aGlobalSeriesImportInfo 2009-03-23 16:54:04 +0100 iha r269886 : #i64689# bubble chart - a single sequence must be interpreted as sizes because of ODF specification 2009-03-23 16:50:43 +0100 iha r269885 : #i64689# save&load bubble chart 2009-03-20 19:30:29 +0100 iha r269826 : CWS-TOOLING: rebase CWS bubblechart to trunk@269781 (milestone: DEV300:m44) 2009-03-19 11:30:33 +0100 iha r269732 : #i64689# rename SchXMLCategoriesDomainContext to SchXMLCategoriesContext avoid confusion with domains 2009-03-18 17:11:13 +0100 iha r269693 : #i64689# add charttype bubble 2009-03-18 17:09:22 +0100 iha r269692 : #i64689# remove unused code 2009-03-13 12:18:26 +0100 iha r269467 : #i64689# corrected lineends 2009-03-12 11:25:14 +0100 iha r269376 : #i64689# bubble chart (part 1)
2009-07-02 19:17:43 +00:00
#include "WrappedNumberFormatProperty.hxx"
CWS-TOOLING: integrate CWS chart37 2009-05-22 09:10:36 +0200 iha r272170 : #i102130# color of pies is not loaded correctly 2009-04-27 17:16:20 +0200 iha r271294 : #i24203# compiler problem 2009-04-27 16:43:21 +0200 iha r271292 : #i101281# missing API documentation for secondary axis title properties 2009-04-27 15:26:05 +0200 hde r271276 : #i100987 2009-04-27 15:24:42 +0200 hde r271273 : #i100987 2009-04-24 15:08:33 +0200 iha r271214 : #i100995# crash with some logarithmic scalings 2009-04-22 18:50:56 +0200 dr r271134 : #i82177# write out deleted point labels 2009-04-22 18:40:48 +0200 iha r271133 : #i101281# missing API documentation for secondary axis title properties 2009-04-22 16:39:42 +0200 dr r271128 : #i82177# extensions for bubble charts 2009-04-22 14:37:00 +0200 dr r271114 : #i82177# import/export data label type and separator 2009-04-22 14:36:24 +0200 dr r271113 : #i82177# import/export data label type and separator 2009-04-21 15:25:26 +0200 dr r271038 : #i82177# import data label type and separator from BIFF8 CHFR records 2009-04-21 14:37:16 +0200 dr r271037 : #i82177# dump BIFF8 chart future records 2009-04-20 17:44:27 +0200 iha r271002 : #i96898# reduce library exports 2009-04-20 13:01:13 +0200 iha r270975 : #i24203# rotate data labels - help ids 2009-04-20 11:40:33 +0200 dr r270969 : #i96600# export of axis scaling/positioning properties 2009-04-16 16:02:31 +0200 dr r270892 : #i69599# keep Y axis left in 3d charts 2009-04-15 18:16:46 +0200 dr r270859 : #i69599# import of axis position settings 2009-04-15 18:16:01 +0200 dr r270858 : #i69599# correct handling of logarithmic crossing axes 2009-04-14 16:27:48 +0200 dr r270794 : #i96599# handle auto axis position on logarithmic axes 2009-04-09 19:59:51 +0200 dr r270722 : #i96599# import axis crossing settings, fix import of logarithmic scaling settings 2009-04-09 18:26:00 +0200 iha r270720 : #i96898# reduce library exports 2009-04-09 15:17:04 +0200 iha r270710 : #i96898# reduce library exports 2009-04-09 10:50:14 +0200 dr r270682 : #i24203# import/export of data label rotation, fixed some other broken stuff too 2009-04-08 16:54:54 +0200 dr r270657 : #i24203# import rotation for data point labels 2009-04-06 18:19:17 +0200 iha r270571 : #i100876# Axis scaling settings dialog wrong after API usage (anys different from double type) 2009-04-06 15:57:05 +0200 iha r270567 : #i100105# #i58585# leftover -> 2009-04-06 15:55:48 +0200 iha r270564 : #i58585# leftover -> 2009-04-02 16:41:07 +0200 iha r270422 : #i99721# remove unused code 2009-04-02 14:29:03 +0200 iha r270407 : #i99721# remove unused code 2009-03-26 10:58:23 +0100 iha r270059 : #i96898# reduce library exports 2009-03-26 10:13:49 +0100 iha r270055 : #i96898# reduce library exports 2009-03-25 09:39:13 +0100 iha r269998 : CWS-TOOLING: rebase CWS chart37 to trunk@269781 (milestone: DEV300:m44) 2009-03-24 17:56:56 +0100 iha r269986 : #i96898# reduce library exports 2009-03-24 16:56:44 +0100 iha r269974 : #i99721# remove unused code 2009-03-24 16:48:48 +0100 iha r269970 : #i89731# remove unused string 2009-03-24 15:44:04 +0100 iha r269961 : remove unused code 2009-03-24 15:22:45 +0100 iha r269959 : remove unused code 2009-03-24 15:17:17 +0100 iha r269957 : remove unused code 2009-03-24 11:14:53 +0100 iha r269923 : #i24203# rotate data labels 2009-03-09 12:10:25 +0100 hde r269076 : #i99300# 2009-03-06 15:56:26 +0100 iha r269011 : #i93953# Source Format for secondary axis without data 2009-02-17 15:59:05 +0100 iha r268177 : avoid warning during build 2009-02-17 15:01:59 +0100 iha r268173 : avoid warning during build 2009-02-13 09:39:03 +0100 ufi r267693 : i96999 2009-02-11 15:12:35 +0100 iha r267604 : removed unused string 2009-02-11 14:00:29 +0100 iha r267600 : #i96999# Corrected wording from 'correlation coefficient' to 'coefficient of determination' 2009-02-11 10:56:45 +0100 iha r267584 : #i89731# typo in resource string 2009-02-11 10:01:29 +0100 iha r267582 : #i89031# compile error on asian windows systems 2009-02-10 16:15:16 +0100 iha r267552 : #i24203# rotate data labels 2009-02-04 18:00:33 +0100 iha r267395 : #i98893# don't export defaults to file 2009-02-04 15:48:15 +0100 iha r267390 : #i92128# asian typography for chart elements 2009-02-04 15:17:41 +0100 iha r267386 : #i92128# asian typography for chart elements 2009-01-30 14:41:10 +0100 iha r267197 : CWS-TOOLING: rebase CWS chart37 to trunk@267171 (milestone: DEV300:m41)
2009-06-04 09:41:18 +00:00
#include "WrappedTextRotationProperty.hxx"
#include <unonames.hxx>
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
#include <rtl/ustrbuf.hxx>
#include <rtl/math.hxx>
#include <algorithm>
#include <comphelper/InlineContainer.hxx>
#include <cppuhelper/supportsservice.hxx>
2003-12-18 12:50:56 +00:00
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/chart/ChartAxisAssign.hpp>
#include <com/sun/star/chart/ChartErrorCategory.hpp>
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
#include <com/sun/star/chart/XChartDocument.hpp>
#include <com/sun/star/drawing/FillStyle.hpp>
#include <com/sun/star/drawing/LineJoint.hpp>
#include <com/sun/star/drawing/LineStyle.hpp>
2003-12-18 12:50:56 +00:00
using namespace ::com::sun::star;
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
using namespace ::chart::wrapper;
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::Sequence;
2003-12-18 12:50:56 +00:00
using ::com::sun::star::beans::Property;
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
using ::com::sun::star::uno::Any;
2003-12-18 12:50:56 +00:00
using ::osl::MutexGuard;
namespace
{
static const char lcl_aServiceName[] = "com.sun.star.comp.chart.DataSeries";
2003-12-18 12:50:56 +00:00
enum
{
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
//data point properties
PROP_SERIES_DATAPOINT_SOLIDTYPE,
PROP_SERIES_DATAPOINT_SEGMENT_OFFSET,
PROP_SERIES_DATAPOINT_PERCENT_DIAGONAL,
PROP_SERIES_DATAPOINT_LABEL_SEPARATOR,
PROP_SERIES_NUMBERFORMAT,
CWS-TOOLING: integrate CWS bubblechart 2009-06-17 08:41:14 +0200 hde r273051 : i101635: added new charttype bubble 2009-06-17 08:39:37 +0200 hde r273050 : i101635: created new testcase tCreateNewBubbleChart 2009-06-17 08:38:07 +0200 hde r273049 : i101635: created new testcase tCreateNewBubbleChart 2009-06-15 15:22:32 +0200 hde r272991 : 101635 2009-06-11 12:44:01 +0200 iha r272864 : rebase to dev300m50 2009-06-10 23:27:54 +0200 iha r272841 : CWS-TOOLING: rebase CWS bubblechart to trunk@272827 (milestone: DEV300:m50) 2009-06-04 18:07:35 +0200 iha r272649 : #i64689# Bubble Chart 2009-06-04 17:26:44 +0200 iha r272647 : #i64689# Bubble Chart 2009-06-04 11:24:25 +0200 iha r272618 : #i64689# add more spacing between bubbles and data labels 2009-05-26 18:05:23 +0200 ufi r272314 : i101637 2009-04-22 14:37:50 +0200 iha r271115 : #i64689# bubble chart 2009-04-21 17:52:23 +0200 iha r271052 : #i64689# bubble chart 2009-04-21 17:50:48 +0200 iha r271051 : #i76728# type icon for xy chart 2009-04-21 17:25:52 +0200 iha r271049 : #i76728# type icon for xy chart 2009-04-09 11:18:09 +0200 iha r270685 : #i100977# autoscaling works not correct if missing values should be treated as zero 2009-04-08 16:39:43 +0200 iha r270656 : #i64689# bubble chart - missing value treatment 2009-04-08 15:13:25 +0200 iha r270655 : #i64689# bubble chart - remove unused code 2009-04-08 15:12:19 +0200 iha r270653 : #i64689# bubble chart - determine sereis length correctly on export 2009-04-08 14:22:43 +0200 iha r270650 : #i64689# bubble chart - remove unused code 2009-04-08 14:12:09 +0200 iha r270646 : #i64689# bubble chart - export domains even if no main sequence was found 2009-04-08 14:11:07 +0200 iha r270645 : #i64689# bubble chart - don't replace missing size values with 1.0 2009-04-07 16:20:22 +0200 iha r270602 : #i64689# bubble chart - do not offer percent values for data label display for xy and bubble chart 2009-04-07 16:17:42 +0200 iha r270601 : remove superfluous code 2009-04-06 16:39:32 +0200 iha r270569 : #i64689# bubble chart -correct automatic numberformat detection for axis, data table and data label + transport data label numberformat during copy paste in addition to axis numberformat 2009-04-02 17:33:33 +0200 iha r270427 : use input string for formatting in data table during edit 2009-04-02 16:00:29 +0200 iha r270413 : #i64689# bubble chart - when creating a new series within the data table give it the same number format as the former series, thus the new bubble size values can be edited with the same format immidiately 2009-04-02 11:25:33 +0200 iha r270385 : #i64689# bubble chart -correct automatic numberformat detection for axis, data table and data label + transport data label numberformat during copy paste in addition to axis numberformat 2009-04-01 11:32:03 +0200 iha r270312 : #i64689# bubble chart - add further parameter for view creation 2009-03-31 17:52:08 +0200 iha r270291 : #i64689# bubble chart - scale bubble size with diagram size 2009-03-31 13:38:13 +0200 iha r270278 : #i64689# bubble chart - wrong size for small values < 1 2009-03-27 19:11:07 +0100 iha r270169 : #i64689# bubble chart 2009-03-27 19:07:11 +0100 iha r270168 : #i64689# bubble chart - remove unused code 2009-03-27 18:33:57 +0100 iha r270167 : #i64689# bubble chart - create no shape for invalid sizes 2009-03-27 15:18:21 +0100 iha r270157 : #i76728# type icon for xy chart 2009-03-27 14:34:38 +0100 iha r270156 : #i64689# bubble chart - correct scaling 2009-03-27 14:27:27 +0100 iha r270155 : #i64689# bubble chart - images 2009-03-27 14:25:45 +0100 iha r270154 : #i64689# bubble chart - images 2009-03-27 11:38:57 +0100 iha r270142 : #i64689# bubble chart - values-size is the main series 2009-03-27 11:30:20 +0100 iha r270140 : #i64689# correct order of sequences after load thus switching charttypes afterwards produces expected results now 2009-03-26 10:22:55 +0100 iha r270056 : #i64689# bubble chart 2009-03-24 17:45:15 +0100 iha r269984 : #i64689# bubble chart - user properties from points (not only from the series) 2009-03-24 15:10:57 +0100 dr r269954 : #i64989# export bubble charts to xls 2009-03-24 14:55:29 +0100 dr r269952 : #i64989# import bubble charts from xls 2009-03-24 14:54:46 +0100 dr r269950 : #i64989# import bubble charts from ooxml 2009-03-23 18:59:08 +0100 iha r269895 : further cleanups possible with new member m_aGlobalSeriesImportInfo 2009-03-23 16:54:04 +0100 iha r269886 : #i64689# bubble chart - a single sequence must be interpreted as sizes because of ODF specification 2009-03-23 16:50:43 +0100 iha r269885 : #i64689# save&load bubble chart 2009-03-20 19:30:29 +0100 iha r269826 : CWS-TOOLING: rebase CWS bubblechart to trunk@269781 (milestone: DEV300:m44) 2009-03-19 11:30:33 +0100 iha r269732 : #i64689# rename SchXMLCategoriesDomainContext to SchXMLCategoriesContext avoid confusion with domains 2009-03-18 17:11:13 +0100 iha r269693 : #i64689# add charttype bubble 2009-03-18 17:09:22 +0100 iha r269692 : #i64689# remove unused code 2009-03-13 12:18:26 +0100 iha r269467 : #i64689# corrected lineends 2009-03-12 11:25:14 +0100 iha r269376 : #i64689# bubble chart (part 1)
2009-07-02 19:17:43 +00:00
PROP_SERIES_LINK_NUMBERFORMAT_TO_SOURCE,
PROP_SERIES_PERCENTAGE_NUMBERFORMAT,
PROP_SERIES_DATAPOINT_LABEL_PLACEMENT,
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
//other series properties
CWS-TOOLING: integrate CWS chart37 2009-05-22 09:10:36 +0200 iha r272170 : #i102130# color of pies is not loaded correctly 2009-04-27 17:16:20 +0200 iha r271294 : #i24203# compiler problem 2009-04-27 16:43:21 +0200 iha r271292 : #i101281# missing API documentation for secondary axis title properties 2009-04-27 15:26:05 +0200 hde r271276 : #i100987 2009-04-27 15:24:42 +0200 hde r271273 : #i100987 2009-04-24 15:08:33 +0200 iha r271214 : #i100995# crash with some logarithmic scalings 2009-04-22 18:50:56 +0200 dr r271134 : #i82177# write out deleted point labels 2009-04-22 18:40:48 +0200 iha r271133 : #i101281# missing API documentation for secondary axis title properties 2009-04-22 16:39:42 +0200 dr r271128 : #i82177# extensions for bubble charts 2009-04-22 14:37:00 +0200 dr r271114 : #i82177# import/export data label type and separator 2009-04-22 14:36:24 +0200 dr r271113 : #i82177# import/export data label type and separator 2009-04-21 15:25:26 +0200 dr r271038 : #i82177# import data label type and separator from BIFF8 CHFR records 2009-04-21 14:37:16 +0200 dr r271037 : #i82177# dump BIFF8 chart future records 2009-04-20 17:44:27 +0200 iha r271002 : #i96898# reduce library exports 2009-04-20 13:01:13 +0200 iha r270975 : #i24203# rotate data labels - help ids 2009-04-20 11:40:33 +0200 dr r270969 : #i96600# export of axis scaling/positioning properties 2009-04-16 16:02:31 +0200 dr r270892 : #i69599# keep Y axis left in 3d charts 2009-04-15 18:16:46 +0200 dr r270859 : #i69599# import of axis position settings 2009-04-15 18:16:01 +0200 dr r270858 : #i69599# correct handling of logarithmic crossing axes 2009-04-14 16:27:48 +0200 dr r270794 : #i96599# handle auto axis position on logarithmic axes 2009-04-09 19:59:51 +0200 dr r270722 : #i96599# import axis crossing settings, fix import of logarithmic scaling settings 2009-04-09 18:26:00 +0200 iha r270720 : #i96898# reduce library exports 2009-04-09 15:17:04 +0200 iha r270710 : #i96898# reduce library exports 2009-04-09 10:50:14 +0200 dr r270682 : #i24203# import/export of data label rotation, fixed some other broken stuff too 2009-04-08 16:54:54 +0200 dr r270657 : #i24203# import rotation for data point labels 2009-04-06 18:19:17 +0200 iha r270571 : #i100876# Axis scaling settings dialog wrong after API usage (anys different from double type) 2009-04-06 15:57:05 +0200 iha r270567 : #i100105# #i58585# leftover -> 2009-04-06 15:55:48 +0200 iha r270564 : #i58585# leftover -> 2009-04-02 16:41:07 +0200 iha r270422 : #i99721# remove unused code 2009-04-02 14:29:03 +0200 iha r270407 : #i99721# remove unused code 2009-03-26 10:58:23 +0100 iha r270059 : #i96898# reduce library exports 2009-03-26 10:13:49 +0100 iha r270055 : #i96898# reduce library exports 2009-03-25 09:39:13 +0100 iha r269998 : CWS-TOOLING: rebase CWS chart37 to trunk@269781 (milestone: DEV300:m44) 2009-03-24 17:56:56 +0100 iha r269986 : #i96898# reduce library exports 2009-03-24 16:56:44 +0100 iha r269974 : #i99721# remove unused code 2009-03-24 16:48:48 +0100 iha r269970 : #i89731# remove unused string 2009-03-24 15:44:04 +0100 iha r269961 : remove unused code 2009-03-24 15:22:45 +0100 iha r269959 : remove unused code 2009-03-24 15:17:17 +0100 iha r269957 : remove unused code 2009-03-24 11:14:53 +0100 iha r269923 : #i24203# rotate data labels 2009-03-09 12:10:25 +0100 hde r269076 : #i99300# 2009-03-06 15:56:26 +0100 iha r269011 : #i93953# Source Format for secondary axis without data 2009-02-17 15:59:05 +0100 iha r268177 : avoid warning during build 2009-02-17 15:01:59 +0100 iha r268173 : avoid warning during build 2009-02-13 09:39:03 +0100 ufi r267693 : i96999 2009-02-11 15:12:35 +0100 iha r267604 : removed unused string 2009-02-11 14:00:29 +0100 iha r267600 : #i96999# Corrected wording from 'correlation coefficient' to 'coefficient of determination' 2009-02-11 10:56:45 +0100 iha r267584 : #i89731# typo in resource string 2009-02-11 10:01:29 +0100 iha r267582 : #i89031# compile error on asian windows systems 2009-02-10 16:15:16 +0100 iha r267552 : #i24203# rotate data labels 2009-02-04 18:00:33 +0100 iha r267395 : #i98893# don't export defaults to file 2009-02-04 15:48:15 +0100 iha r267390 : #i92128# asian typography for chart elements 2009-02-04 15:17:41 +0100 iha r267386 : #i92128# asian typography for chart elements 2009-01-30 14:41:10 +0100 iha r267197 : CWS-TOOLING: rebase CWS chart37 to trunk@267171 (milestone: DEV300:m41)
2009-06-04 09:41:18 +00:00
PROP_SERIES_ATTACHED_AXIS,
PROP_SERIES_DATAPOINT_TEXT_ROTATION,
PROP_SERIES_DATAPOINT_LABEL_BORDER_STYLE,
PROP_SERIES_DATAPOINT_LABEL_BORDER_WIDTH,
PROP_SERIES_DATAPOINT_LABEL_BORDER_COLOR,
PROP_SERIES_DATAPOINT_LABEL_BORDER_TRANS
2003-12-18 12:50:56 +00:00
};
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
void lcl_AddPropertiesToVector_PointProperties(
2003-12-18 12:50:56 +00:00
::std::vector< Property > & rOutProperties )
{
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
//service chart::Chart3DBarProperties
2003-12-18 12:50:56 +00:00
rOutProperties.push_back(
2012-04-08 10:47:56 -04:30
Property( "SolidType",
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
PROP_SERIES_DATAPOINT_SOLIDTYPE,
cppu::UnoType<sal_Int32>::get(),
2003-12-18 12:50:56 +00:00
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
2012-04-08 10:47:56 -04:30
Property( "SegmentOffset",
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
PROP_SERIES_DATAPOINT_SEGMENT_OFFSET,
cppu::UnoType<sal_Int32>::get(),
2003-12-18 12:50:56 +00:00
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
2012-04-08 10:47:56 -04:30
Property( "D3DPercentDiagonal",
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
PROP_SERIES_DATAPOINT_PERCENT_DIAGONAL,
cppu::UnoType<sal_Int16>::get(),
beans::PropertyAttribute::BOUND
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
| beans::PropertyAttribute::MAYBEVOID ));
rOutProperties.push_back(
2012-04-08 10:47:56 -04:30
Property( "LabelSeparator",
PROP_SERIES_DATAPOINT_LABEL_SEPARATOR,
cppu::UnoType<OUString>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( CHART_UNONAME_NUMFMT,
PROP_SERIES_NUMBERFORMAT,
cppu::UnoType<sal_Int32>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEVOID ));
rOutProperties.push_back(
2012-04-08 10:47:56 -04:30
Property( "PercentageNumberFormat",
PROP_SERIES_PERCENTAGE_NUMBERFORMAT,
cppu::UnoType<sal_Int32>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEVOID ));
rOutProperties.push_back(
2012-04-08 10:47:56 -04:30
Property( "LabelPlacement",
PROP_SERIES_DATAPOINT_LABEL_PLACEMENT,
cppu::UnoType<sal_Int32>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEVOID ));
CWS-TOOLING: integrate CWS chart37 2009-05-22 09:10:36 +0200 iha r272170 : #i102130# color of pies is not loaded correctly 2009-04-27 17:16:20 +0200 iha r271294 : #i24203# compiler problem 2009-04-27 16:43:21 +0200 iha r271292 : #i101281# missing API documentation for secondary axis title properties 2009-04-27 15:26:05 +0200 hde r271276 : #i100987 2009-04-27 15:24:42 +0200 hde r271273 : #i100987 2009-04-24 15:08:33 +0200 iha r271214 : #i100995# crash with some logarithmic scalings 2009-04-22 18:50:56 +0200 dr r271134 : #i82177# write out deleted point labels 2009-04-22 18:40:48 +0200 iha r271133 : #i101281# missing API documentation for secondary axis title properties 2009-04-22 16:39:42 +0200 dr r271128 : #i82177# extensions for bubble charts 2009-04-22 14:37:00 +0200 dr r271114 : #i82177# import/export data label type and separator 2009-04-22 14:36:24 +0200 dr r271113 : #i82177# import/export data label type and separator 2009-04-21 15:25:26 +0200 dr r271038 : #i82177# import data label type and separator from BIFF8 CHFR records 2009-04-21 14:37:16 +0200 dr r271037 : #i82177# dump BIFF8 chart future records 2009-04-20 17:44:27 +0200 iha r271002 : #i96898# reduce library exports 2009-04-20 13:01:13 +0200 iha r270975 : #i24203# rotate data labels - help ids 2009-04-20 11:40:33 +0200 dr r270969 : #i96600# export of axis scaling/positioning properties 2009-04-16 16:02:31 +0200 dr r270892 : #i69599# keep Y axis left in 3d charts 2009-04-15 18:16:46 +0200 dr r270859 : #i69599# import of axis position settings 2009-04-15 18:16:01 +0200 dr r270858 : #i69599# correct handling of logarithmic crossing axes 2009-04-14 16:27:48 +0200 dr r270794 : #i96599# handle auto axis position on logarithmic axes 2009-04-09 19:59:51 +0200 dr r270722 : #i96599# import axis crossing settings, fix import of logarithmic scaling settings 2009-04-09 18:26:00 +0200 iha r270720 : #i96898# reduce library exports 2009-04-09 15:17:04 +0200 iha r270710 : #i96898# reduce library exports 2009-04-09 10:50:14 +0200 dr r270682 : #i24203# import/export of data label rotation, fixed some other broken stuff too 2009-04-08 16:54:54 +0200 dr r270657 : #i24203# import rotation for data point labels 2009-04-06 18:19:17 +0200 iha r270571 : #i100876# Axis scaling settings dialog wrong after API usage (anys different from double type) 2009-04-06 15:57:05 +0200 iha r270567 : #i100105# #i58585# leftover -> 2009-04-06 15:55:48 +0200 iha r270564 : #i58585# leftover -> 2009-04-02 16:41:07 +0200 iha r270422 : #i99721# remove unused code 2009-04-02 14:29:03 +0200 iha r270407 : #i99721# remove unused code 2009-03-26 10:58:23 +0100 iha r270059 : #i96898# reduce library exports 2009-03-26 10:13:49 +0100 iha r270055 : #i96898# reduce library exports 2009-03-25 09:39:13 +0100 iha r269998 : CWS-TOOLING: rebase CWS chart37 to trunk@269781 (milestone: DEV300:m44) 2009-03-24 17:56:56 +0100 iha r269986 : #i96898# reduce library exports 2009-03-24 16:56:44 +0100 iha r269974 : #i99721# remove unused code 2009-03-24 16:48:48 +0100 iha r269970 : #i89731# remove unused string 2009-03-24 15:44:04 +0100 iha r269961 : remove unused code 2009-03-24 15:22:45 +0100 iha r269959 : remove unused code 2009-03-24 15:17:17 +0100 iha r269957 : remove unused code 2009-03-24 11:14:53 +0100 iha r269923 : #i24203# rotate data labels 2009-03-09 12:10:25 +0100 hde r269076 : #i99300# 2009-03-06 15:56:26 +0100 iha r269011 : #i93953# Source Format for secondary axis without data 2009-02-17 15:59:05 +0100 iha r268177 : avoid warning during build 2009-02-17 15:01:59 +0100 iha r268173 : avoid warning during build 2009-02-13 09:39:03 +0100 ufi r267693 : i96999 2009-02-11 15:12:35 +0100 iha r267604 : removed unused string 2009-02-11 14:00:29 +0100 iha r267600 : #i96999# Corrected wording from 'correlation coefficient' to 'coefficient of determination' 2009-02-11 10:56:45 +0100 iha r267584 : #i89731# typo in resource string 2009-02-11 10:01:29 +0100 iha r267582 : #i89031# compile error on asian windows systems 2009-02-10 16:15:16 +0100 iha r267552 : #i24203# rotate data labels 2009-02-04 18:00:33 +0100 iha r267395 : #i98893# don't export defaults to file 2009-02-04 15:48:15 +0100 iha r267390 : #i92128# asian typography for chart elements 2009-02-04 15:17:41 +0100 iha r267386 : #i92128# asian typography for chart elements 2009-01-30 14:41:10 +0100 iha r267197 : CWS-TOOLING: rebase CWS chart37 to trunk@267171 (milestone: DEV300:m41)
2009-06-04 09:41:18 +00:00
rOutProperties.push_back(
2012-04-08 10:47:56 -04:30
Property( "TextRotation",
CWS-TOOLING: integrate CWS chart37 2009-05-22 09:10:36 +0200 iha r272170 : #i102130# color of pies is not loaded correctly 2009-04-27 17:16:20 +0200 iha r271294 : #i24203# compiler problem 2009-04-27 16:43:21 +0200 iha r271292 : #i101281# missing API documentation for secondary axis title properties 2009-04-27 15:26:05 +0200 hde r271276 : #i100987 2009-04-27 15:24:42 +0200 hde r271273 : #i100987 2009-04-24 15:08:33 +0200 iha r271214 : #i100995# crash with some logarithmic scalings 2009-04-22 18:50:56 +0200 dr r271134 : #i82177# write out deleted point labels 2009-04-22 18:40:48 +0200 iha r271133 : #i101281# missing API documentation for secondary axis title properties 2009-04-22 16:39:42 +0200 dr r271128 : #i82177# extensions for bubble charts 2009-04-22 14:37:00 +0200 dr r271114 : #i82177# import/export data label type and separator 2009-04-22 14:36:24 +0200 dr r271113 : #i82177# import/export data label type and separator 2009-04-21 15:25:26 +0200 dr r271038 : #i82177# import data label type and separator from BIFF8 CHFR records 2009-04-21 14:37:16 +0200 dr r271037 : #i82177# dump BIFF8 chart future records 2009-04-20 17:44:27 +0200 iha r271002 : #i96898# reduce library exports 2009-04-20 13:01:13 +0200 iha r270975 : #i24203# rotate data labels - help ids 2009-04-20 11:40:33 +0200 dr r270969 : #i96600# export of axis scaling/positioning properties 2009-04-16 16:02:31 +0200 dr r270892 : #i69599# keep Y axis left in 3d charts 2009-04-15 18:16:46 +0200 dr r270859 : #i69599# import of axis position settings 2009-04-15 18:16:01 +0200 dr r270858 : #i69599# correct handling of logarithmic crossing axes 2009-04-14 16:27:48 +0200 dr r270794 : #i96599# handle auto axis position on logarithmic axes 2009-04-09 19:59:51 +0200 dr r270722 : #i96599# import axis crossing settings, fix import of logarithmic scaling settings 2009-04-09 18:26:00 +0200 iha r270720 : #i96898# reduce library exports 2009-04-09 15:17:04 +0200 iha r270710 : #i96898# reduce library exports 2009-04-09 10:50:14 +0200 dr r270682 : #i24203# import/export of data label rotation, fixed some other broken stuff too 2009-04-08 16:54:54 +0200 dr r270657 : #i24203# import rotation for data point labels 2009-04-06 18:19:17 +0200 iha r270571 : #i100876# Axis scaling settings dialog wrong after API usage (anys different from double type) 2009-04-06 15:57:05 +0200 iha r270567 : #i100105# #i58585# leftover -> 2009-04-06 15:55:48 +0200 iha r270564 : #i58585# leftover -> 2009-04-02 16:41:07 +0200 iha r270422 : #i99721# remove unused code 2009-04-02 14:29:03 +0200 iha r270407 : #i99721# remove unused code 2009-03-26 10:58:23 +0100 iha r270059 : #i96898# reduce library exports 2009-03-26 10:13:49 +0100 iha r270055 : #i96898# reduce library exports 2009-03-25 09:39:13 +0100 iha r269998 : CWS-TOOLING: rebase CWS chart37 to trunk@269781 (milestone: DEV300:m44) 2009-03-24 17:56:56 +0100 iha r269986 : #i96898# reduce library exports 2009-03-24 16:56:44 +0100 iha r269974 : #i99721# remove unused code 2009-03-24 16:48:48 +0100 iha r269970 : #i89731# remove unused string 2009-03-24 15:44:04 +0100 iha r269961 : remove unused code 2009-03-24 15:22:45 +0100 iha r269959 : remove unused code 2009-03-24 15:17:17 +0100 iha r269957 : remove unused code 2009-03-24 11:14:53 +0100 iha r269923 : #i24203# rotate data labels 2009-03-09 12:10:25 +0100 hde r269076 : #i99300# 2009-03-06 15:56:26 +0100 iha r269011 : #i93953# Source Format for secondary axis without data 2009-02-17 15:59:05 +0100 iha r268177 : avoid warning during build 2009-02-17 15:01:59 +0100 iha r268173 : avoid warning during build 2009-02-13 09:39:03 +0100 ufi r267693 : i96999 2009-02-11 15:12:35 +0100 iha r267604 : removed unused string 2009-02-11 14:00:29 +0100 iha r267600 : #i96999# Corrected wording from 'correlation coefficient' to 'coefficient of determination' 2009-02-11 10:56:45 +0100 iha r267584 : #i89731# typo in resource string 2009-02-11 10:01:29 +0100 iha r267582 : #i89031# compile error on asian windows systems 2009-02-10 16:15:16 +0100 iha r267552 : #i24203# rotate data labels 2009-02-04 18:00:33 +0100 iha r267395 : #i98893# don't export defaults to file 2009-02-04 15:48:15 +0100 iha r267390 : #i92128# asian typography for chart elements 2009-02-04 15:17:41 +0100 iha r267386 : #i92128# asian typography for chart elements 2009-01-30 14:41:10 +0100 iha r267197 : CWS-TOOLING: rebase CWS chart37 to trunk@267171 (milestone: DEV300:m41)
2009-06-04 09:41:18 +00:00
PROP_SERIES_DATAPOINT_TEXT_ROTATION,
cppu::UnoType<sal_Int32>::get(),
CWS-TOOLING: integrate CWS chart37 2009-05-22 09:10:36 +0200 iha r272170 : #i102130# color of pies is not loaded correctly 2009-04-27 17:16:20 +0200 iha r271294 : #i24203# compiler problem 2009-04-27 16:43:21 +0200 iha r271292 : #i101281# missing API documentation for secondary axis title properties 2009-04-27 15:26:05 +0200 hde r271276 : #i100987 2009-04-27 15:24:42 +0200 hde r271273 : #i100987 2009-04-24 15:08:33 +0200 iha r271214 : #i100995# crash with some logarithmic scalings 2009-04-22 18:50:56 +0200 dr r271134 : #i82177# write out deleted point labels 2009-04-22 18:40:48 +0200 iha r271133 : #i101281# missing API documentation for secondary axis title properties 2009-04-22 16:39:42 +0200 dr r271128 : #i82177# extensions for bubble charts 2009-04-22 14:37:00 +0200 dr r271114 : #i82177# import/export data label type and separator 2009-04-22 14:36:24 +0200 dr r271113 : #i82177# import/export data label type and separator 2009-04-21 15:25:26 +0200 dr r271038 : #i82177# import data label type and separator from BIFF8 CHFR records 2009-04-21 14:37:16 +0200 dr r271037 : #i82177# dump BIFF8 chart future records 2009-04-20 17:44:27 +0200 iha r271002 : #i96898# reduce library exports 2009-04-20 13:01:13 +0200 iha r270975 : #i24203# rotate data labels - help ids 2009-04-20 11:40:33 +0200 dr r270969 : #i96600# export of axis scaling/positioning properties 2009-04-16 16:02:31 +0200 dr r270892 : #i69599# keep Y axis left in 3d charts 2009-04-15 18:16:46 +0200 dr r270859 : #i69599# import of axis position settings 2009-04-15 18:16:01 +0200 dr r270858 : #i69599# correct handling of logarithmic crossing axes 2009-04-14 16:27:48 +0200 dr r270794 : #i96599# handle auto axis position on logarithmic axes 2009-04-09 19:59:51 +0200 dr r270722 : #i96599# import axis crossing settings, fix import of logarithmic scaling settings 2009-04-09 18:26:00 +0200 iha r270720 : #i96898# reduce library exports 2009-04-09 15:17:04 +0200 iha r270710 : #i96898# reduce library exports 2009-04-09 10:50:14 +0200 dr r270682 : #i24203# import/export of data label rotation, fixed some other broken stuff too 2009-04-08 16:54:54 +0200 dr r270657 : #i24203# import rotation for data point labels 2009-04-06 18:19:17 +0200 iha r270571 : #i100876# Axis scaling settings dialog wrong after API usage (anys different from double type) 2009-04-06 15:57:05 +0200 iha r270567 : #i100105# #i58585# leftover -> 2009-04-06 15:55:48 +0200 iha r270564 : #i58585# leftover -> 2009-04-02 16:41:07 +0200 iha r270422 : #i99721# remove unused code 2009-04-02 14:29:03 +0200 iha r270407 : #i99721# remove unused code 2009-03-26 10:58:23 +0100 iha r270059 : #i96898# reduce library exports 2009-03-26 10:13:49 +0100 iha r270055 : #i96898# reduce library exports 2009-03-25 09:39:13 +0100 iha r269998 : CWS-TOOLING: rebase CWS chart37 to trunk@269781 (milestone: DEV300:m44) 2009-03-24 17:56:56 +0100 iha r269986 : #i96898# reduce library exports 2009-03-24 16:56:44 +0100 iha r269974 : #i99721# remove unused code 2009-03-24 16:48:48 +0100 iha r269970 : #i89731# remove unused string 2009-03-24 15:44:04 +0100 iha r269961 : remove unused code 2009-03-24 15:22:45 +0100 iha r269959 : remove unused code 2009-03-24 15:17:17 +0100 iha r269957 : remove unused code 2009-03-24 11:14:53 +0100 iha r269923 : #i24203# rotate data labels 2009-03-09 12:10:25 +0100 hde r269076 : #i99300# 2009-03-06 15:56:26 +0100 iha r269011 : #i93953# Source Format for secondary axis without data 2009-02-17 15:59:05 +0100 iha r268177 : avoid warning during build 2009-02-17 15:01:59 +0100 iha r268173 : avoid warning during build 2009-02-13 09:39:03 +0100 ufi r267693 : i96999 2009-02-11 15:12:35 +0100 iha r267604 : removed unused string 2009-02-11 14:00:29 +0100 iha r267600 : #i96999# Corrected wording from 'correlation coefficient' to 'coefficient of determination' 2009-02-11 10:56:45 +0100 iha r267584 : #i89731# typo in resource string 2009-02-11 10:01:29 +0100 iha r267582 : #i89031# compile error on asian windows systems 2009-02-10 16:15:16 +0100 iha r267552 : #i24203# rotate data labels 2009-02-04 18:00:33 +0100 iha r267395 : #i98893# don't export defaults to file 2009-02-04 15:48:15 +0100 iha r267390 : #i92128# asian typography for chart elements 2009-02-04 15:17:41 +0100 iha r267386 : #i92128# asian typography for chart elements 2009-01-30 14:41:10 +0100 iha r267197 : CWS-TOOLING: rebase CWS chart37 to trunk@267171 (milestone: DEV300:m41)
2009-06-04 09:41:18 +00:00
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( CHART_UNONAME_LABEL_BORDER_STYLE,
PROP_SERIES_DATAPOINT_LABEL_BORDER_STYLE,
cppu::UnoType<drawing::LineStyle>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( CHART_UNONAME_LABEL_BORDER_WIDTH,
PROP_SERIES_DATAPOINT_LABEL_BORDER_WIDTH,
cppu::UnoType<sal_Int32>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( CHART_UNONAME_LABEL_BORDER_COLOR,
PROP_SERIES_DATAPOINT_LABEL_BORDER_COLOR,
cppu::UnoType<sal_Int32>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEVOID // "maybe auto"
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( CHART_UNONAME_LABEL_BORDER_TRANS,
PROP_SERIES_DATAPOINT_LABEL_BORDER_TRANS,
cppu::UnoType<sal_Int16>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
void lcl_AddPropertiesToVector_SeriesOnly(
::std::vector< Property > & rOutProperties )
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
rOutProperties.push_back(
2012-04-08 10:47:56 -04:30
Property( "Axis",
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
PROP_SERIES_ATTACHED_AXIS,
cppu::UnoType<sal_Int32>::get(),
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
CWS-TOOLING: integrate CWS bubblechart 2009-06-17 08:41:14 +0200 hde r273051 : i101635: added new charttype bubble 2009-06-17 08:39:37 +0200 hde r273050 : i101635: created new testcase tCreateNewBubbleChart 2009-06-17 08:38:07 +0200 hde r273049 : i101635: created new testcase tCreateNewBubbleChart 2009-06-15 15:22:32 +0200 hde r272991 : 101635 2009-06-11 12:44:01 +0200 iha r272864 : rebase to dev300m50 2009-06-10 23:27:54 +0200 iha r272841 : CWS-TOOLING: rebase CWS bubblechart to trunk@272827 (milestone: DEV300:m50) 2009-06-04 18:07:35 +0200 iha r272649 : #i64689# Bubble Chart 2009-06-04 17:26:44 +0200 iha r272647 : #i64689# Bubble Chart 2009-06-04 11:24:25 +0200 iha r272618 : #i64689# add more spacing between bubbles and data labels 2009-05-26 18:05:23 +0200 ufi r272314 : i101637 2009-04-22 14:37:50 +0200 iha r271115 : #i64689# bubble chart 2009-04-21 17:52:23 +0200 iha r271052 : #i64689# bubble chart 2009-04-21 17:50:48 +0200 iha r271051 : #i76728# type icon for xy chart 2009-04-21 17:25:52 +0200 iha r271049 : #i76728# type icon for xy chart 2009-04-09 11:18:09 +0200 iha r270685 : #i100977# autoscaling works not correct if missing values should be treated as zero 2009-04-08 16:39:43 +0200 iha r270656 : #i64689# bubble chart - missing value treatment 2009-04-08 15:13:25 +0200 iha r270655 : #i64689# bubble chart - remove unused code 2009-04-08 15:12:19 +0200 iha r270653 : #i64689# bubble chart - determine sereis length correctly on export 2009-04-08 14:22:43 +0200 iha r270650 : #i64689# bubble chart - remove unused code 2009-04-08 14:12:09 +0200 iha r270646 : #i64689# bubble chart - export domains even if no main sequence was found 2009-04-08 14:11:07 +0200 iha r270645 : #i64689# bubble chart - don't replace missing size values with 1.0 2009-04-07 16:20:22 +0200 iha r270602 : #i64689# bubble chart - do not offer percent values for data label display for xy and bubble chart 2009-04-07 16:17:42 +0200 iha r270601 : remove superfluous code 2009-04-06 16:39:32 +0200 iha r270569 : #i64689# bubble chart -correct automatic numberformat detection for axis, data table and data label + transport data label numberformat during copy paste in addition to axis numberformat 2009-04-02 17:33:33 +0200 iha r270427 : use input string for formatting in data table during edit 2009-04-02 16:00:29 +0200 iha r270413 : #i64689# bubble chart - when creating a new series within the data table give it the same number format as the former series, thus the new bubble size values can be edited with the same format immidiately 2009-04-02 11:25:33 +0200 iha r270385 : #i64689# bubble chart -correct automatic numberformat detection for axis, data table and data label + transport data label numberformat during copy paste in addition to axis numberformat 2009-04-01 11:32:03 +0200 iha r270312 : #i64689# bubble chart - add further parameter for view creation 2009-03-31 17:52:08 +0200 iha r270291 : #i64689# bubble chart - scale bubble size with diagram size 2009-03-31 13:38:13 +0200 iha r270278 : #i64689# bubble chart - wrong size for small values < 1 2009-03-27 19:11:07 +0100 iha r270169 : #i64689# bubble chart 2009-03-27 19:07:11 +0100 iha r270168 : #i64689# bubble chart - remove unused code 2009-03-27 18:33:57 +0100 iha r270167 : #i64689# bubble chart - create no shape for invalid sizes 2009-03-27 15:18:21 +0100 iha r270157 : #i76728# type icon for xy chart 2009-03-27 14:34:38 +0100 iha r270156 : #i64689# bubble chart - correct scaling 2009-03-27 14:27:27 +0100 iha r270155 : #i64689# bubble chart - images 2009-03-27 14:25:45 +0100 iha r270154 : #i64689# bubble chart - images 2009-03-27 11:38:57 +0100 iha r270142 : #i64689# bubble chart - values-size is the main series 2009-03-27 11:30:20 +0100 iha r270140 : #i64689# correct order of sequences after load thus switching charttypes afterwards produces expected results now 2009-03-26 10:22:55 +0100 iha r270056 : #i64689# bubble chart 2009-03-24 17:45:15 +0100 iha r269984 : #i64689# bubble chart - user properties from points (not only from the series) 2009-03-24 15:10:57 +0100 dr r269954 : #i64989# export bubble charts to xls 2009-03-24 14:55:29 +0100 dr r269952 : #i64989# import bubble charts from xls 2009-03-24 14:54:46 +0100 dr r269950 : #i64989# import bubble charts from ooxml 2009-03-23 18:59:08 +0100 iha r269895 : further cleanups possible with new member m_aGlobalSeriesImportInfo 2009-03-23 16:54:04 +0100 iha r269886 : #i64689# bubble chart - a single sequence must be interpreted as sizes because of ODF specification 2009-03-23 16:50:43 +0100 iha r269885 : #i64689# save&load bubble chart 2009-03-20 19:30:29 +0100 iha r269826 : CWS-TOOLING: rebase CWS bubblechart to trunk@269781 (milestone: DEV300:m44) 2009-03-19 11:30:33 +0100 iha r269732 : #i64689# rename SchXMLCategoriesDomainContext to SchXMLCategoriesContext avoid confusion with domains 2009-03-18 17:11:13 +0100 iha r269693 : #i64689# add charttype bubble 2009-03-18 17:09:22 +0100 iha r269692 : #i64689# remove unused code 2009-03-13 12:18:26 +0100 iha r269467 : #i64689# corrected lineends 2009-03-12 11:25:14 +0100 iha r269376 : #i64689# bubble chart (part 1)
2009-07-02 19:17:43 +00:00
rOutProperties.push_back(
Property( CHART_UNONAME_LINK_TO_SRC_NUMFMT,
CWS-TOOLING: integrate CWS bubblechart 2009-06-17 08:41:14 +0200 hde r273051 : i101635: added new charttype bubble 2009-06-17 08:39:37 +0200 hde r273050 : i101635: created new testcase tCreateNewBubbleChart 2009-06-17 08:38:07 +0200 hde r273049 : i101635: created new testcase tCreateNewBubbleChart 2009-06-15 15:22:32 +0200 hde r272991 : 101635 2009-06-11 12:44:01 +0200 iha r272864 : rebase to dev300m50 2009-06-10 23:27:54 +0200 iha r272841 : CWS-TOOLING: rebase CWS bubblechart to trunk@272827 (milestone: DEV300:m50) 2009-06-04 18:07:35 +0200 iha r272649 : #i64689# Bubble Chart 2009-06-04 17:26:44 +0200 iha r272647 : #i64689# Bubble Chart 2009-06-04 11:24:25 +0200 iha r272618 : #i64689# add more spacing between bubbles and data labels 2009-05-26 18:05:23 +0200 ufi r272314 : i101637 2009-04-22 14:37:50 +0200 iha r271115 : #i64689# bubble chart 2009-04-21 17:52:23 +0200 iha r271052 : #i64689# bubble chart 2009-04-21 17:50:48 +0200 iha r271051 : #i76728# type icon for xy chart 2009-04-21 17:25:52 +0200 iha r271049 : #i76728# type icon for xy chart 2009-04-09 11:18:09 +0200 iha r270685 : #i100977# autoscaling works not correct if missing values should be treated as zero 2009-04-08 16:39:43 +0200 iha r270656 : #i64689# bubble chart - missing value treatment 2009-04-08 15:13:25 +0200 iha r270655 : #i64689# bubble chart - remove unused code 2009-04-08 15:12:19 +0200 iha r270653 : #i64689# bubble chart - determine sereis length correctly on export 2009-04-08 14:22:43 +0200 iha r270650 : #i64689# bubble chart - remove unused code 2009-04-08 14:12:09 +0200 iha r270646 : #i64689# bubble chart - export domains even if no main sequence was found 2009-04-08 14:11:07 +0200 iha r270645 : #i64689# bubble chart - don't replace missing size values with 1.0 2009-04-07 16:20:22 +0200 iha r270602 : #i64689# bubble chart - do not offer percent values for data label display for xy and bubble chart 2009-04-07 16:17:42 +0200 iha r270601 : remove superfluous code 2009-04-06 16:39:32 +0200 iha r270569 : #i64689# bubble chart -correct automatic numberformat detection for axis, data table and data label + transport data label numberformat during copy paste in addition to axis numberformat 2009-04-02 17:33:33 +0200 iha r270427 : use input string for formatting in data table during edit 2009-04-02 16:00:29 +0200 iha r270413 : #i64689# bubble chart - when creating a new series within the data table give it the same number format as the former series, thus the new bubble size values can be edited with the same format immidiately 2009-04-02 11:25:33 +0200 iha r270385 : #i64689# bubble chart -correct automatic numberformat detection for axis, data table and data label + transport data label numberformat during copy paste in addition to axis numberformat 2009-04-01 11:32:03 +0200 iha r270312 : #i64689# bubble chart - add further parameter for view creation 2009-03-31 17:52:08 +0200 iha r270291 : #i64689# bubble chart - scale bubble size with diagram size 2009-03-31 13:38:13 +0200 iha r270278 : #i64689# bubble chart - wrong size for small values < 1 2009-03-27 19:11:07 +0100 iha r270169 : #i64689# bubble chart 2009-03-27 19:07:11 +0100 iha r270168 : #i64689# bubble chart - remove unused code 2009-03-27 18:33:57 +0100 iha r270167 : #i64689# bubble chart - create no shape for invalid sizes 2009-03-27 15:18:21 +0100 iha r270157 : #i76728# type icon for xy chart 2009-03-27 14:34:38 +0100 iha r270156 : #i64689# bubble chart - correct scaling 2009-03-27 14:27:27 +0100 iha r270155 : #i64689# bubble chart - images 2009-03-27 14:25:45 +0100 iha r270154 : #i64689# bubble chart - images 2009-03-27 11:38:57 +0100 iha r270142 : #i64689# bubble chart - values-size is the main series 2009-03-27 11:30:20 +0100 iha r270140 : #i64689# correct order of sequences after load thus switching charttypes afterwards produces expected results now 2009-03-26 10:22:55 +0100 iha r270056 : #i64689# bubble chart 2009-03-24 17:45:15 +0100 iha r269984 : #i64689# bubble chart - user properties from points (not only from the series) 2009-03-24 15:10:57 +0100 dr r269954 : #i64989# export bubble charts to xls 2009-03-24 14:55:29 +0100 dr r269952 : #i64989# import bubble charts from xls 2009-03-24 14:54:46 +0100 dr r269950 : #i64989# import bubble charts from ooxml 2009-03-23 18:59:08 +0100 iha r269895 : further cleanups possible with new member m_aGlobalSeriesImportInfo 2009-03-23 16:54:04 +0100 iha r269886 : #i64689# bubble chart - a single sequence must be interpreted as sizes because of ODF specification 2009-03-23 16:50:43 +0100 iha r269885 : #i64689# save&load bubble chart 2009-03-20 19:30:29 +0100 iha r269826 : CWS-TOOLING: rebase CWS bubblechart to trunk@269781 (milestone: DEV300:m44) 2009-03-19 11:30:33 +0100 iha r269732 : #i64689# rename SchXMLCategoriesDomainContext to SchXMLCategoriesContext avoid confusion with domains 2009-03-18 17:11:13 +0100 iha r269693 : #i64689# add charttype bubble 2009-03-18 17:09:22 +0100 iha r269692 : #i64689# remove unused code 2009-03-13 12:18:26 +0100 iha r269467 : #i64689# corrected lineends 2009-03-12 11:25:14 +0100 iha r269376 : #i64689# bubble chart (part 1)
2009-07-02 19:17:43 +00:00
PROP_SERIES_LINK_NUMBERFORMAT_TO_SOURCE,
cppu::UnoType<bool>::get(),
CWS-TOOLING: integrate CWS bubblechart 2009-06-17 08:41:14 +0200 hde r273051 : i101635: added new charttype bubble 2009-06-17 08:39:37 +0200 hde r273050 : i101635: created new testcase tCreateNewBubbleChart 2009-06-17 08:38:07 +0200 hde r273049 : i101635: created new testcase tCreateNewBubbleChart 2009-06-15 15:22:32 +0200 hde r272991 : 101635 2009-06-11 12:44:01 +0200 iha r272864 : rebase to dev300m50 2009-06-10 23:27:54 +0200 iha r272841 : CWS-TOOLING: rebase CWS bubblechart to trunk@272827 (milestone: DEV300:m50) 2009-06-04 18:07:35 +0200 iha r272649 : #i64689# Bubble Chart 2009-06-04 17:26:44 +0200 iha r272647 : #i64689# Bubble Chart 2009-06-04 11:24:25 +0200 iha r272618 : #i64689# add more spacing between bubbles and data labels 2009-05-26 18:05:23 +0200 ufi r272314 : i101637 2009-04-22 14:37:50 +0200 iha r271115 : #i64689# bubble chart 2009-04-21 17:52:23 +0200 iha r271052 : #i64689# bubble chart 2009-04-21 17:50:48 +0200 iha r271051 : #i76728# type icon for xy chart 2009-04-21 17:25:52 +0200 iha r271049 : #i76728# type icon for xy chart 2009-04-09 11:18:09 +0200 iha r270685 : #i100977# autoscaling works not correct if missing values should be treated as zero 2009-04-08 16:39:43 +0200 iha r270656 : #i64689# bubble chart - missing value treatment 2009-04-08 15:13:25 +0200 iha r270655 : #i64689# bubble chart - remove unused code 2009-04-08 15:12:19 +0200 iha r270653 : #i64689# bubble chart - determine sereis length correctly on export 2009-04-08 14:22:43 +0200 iha r270650 : #i64689# bubble chart - remove unused code 2009-04-08 14:12:09 +0200 iha r270646 : #i64689# bubble chart - export domains even if no main sequence was found 2009-04-08 14:11:07 +0200 iha r270645 : #i64689# bubble chart - don't replace missing size values with 1.0 2009-04-07 16:20:22 +0200 iha r270602 : #i64689# bubble chart - do not offer percent values for data label display for xy and bubble chart 2009-04-07 16:17:42 +0200 iha r270601 : remove superfluous code 2009-04-06 16:39:32 +0200 iha r270569 : #i64689# bubble chart -correct automatic numberformat detection for axis, data table and data label + transport data label numberformat during copy paste in addition to axis numberformat 2009-04-02 17:33:33 +0200 iha r270427 : use input string for formatting in data table during edit 2009-04-02 16:00:29 +0200 iha r270413 : #i64689# bubble chart - when creating a new series within the data table give it the same number format as the former series, thus the new bubble size values can be edited with the same format immidiately 2009-04-02 11:25:33 +0200 iha r270385 : #i64689# bubble chart -correct automatic numberformat detection for axis, data table and data label + transport data label numberformat during copy paste in addition to axis numberformat 2009-04-01 11:32:03 +0200 iha r270312 : #i64689# bubble chart - add further parameter for view creation 2009-03-31 17:52:08 +0200 iha r270291 : #i64689# bubble chart - scale bubble size with diagram size 2009-03-31 13:38:13 +0200 iha r270278 : #i64689# bubble chart - wrong size for small values < 1 2009-03-27 19:11:07 +0100 iha r270169 : #i64689# bubble chart 2009-03-27 19:07:11 +0100 iha r270168 : #i64689# bubble chart - remove unused code 2009-03-27 18:33:57 +0100 iha r270167 : #i64689# bubble chart - create no shape for invalid sizes 2009-03-27 15:18:21 +0100 iha r270157 : #i76728# type icon for xy chart 2009-03-27 14:34:38 +0100 iha r270156 : #i64689# bubble chart - correct scaling 2009-03-27 14:27:27 +0100 iha r270155 : #i64689# bubble chart - images 2009-03-27 14:25:45 +0100 iha r270154 : #i64689# bubble chart - images 2009-03-27 11:38:57 +0100 iha r270142 : #i64689# bubble chart - values-size is the main series 2009-03-27 11:30:20 +0100 iha r270140 : #i64689# correct order of sequences after load thus switching charttypes afterwards produces expected results now 2009-03-26 10:22:55 +0100 iha r270056 : #i64689# bubble chart 2009-03-24 17:45:15 +0100 iha r269984 : #i64689# bubble chart - user properties from points (not only from the series) 2009-03-24 15:10:57 +0100 dr r269954 : #i64989# export bubble charts to xls 2009-03-24 14:55:29 +0100 dr r269952 : #i64989# import bubble charts from xls 2009-03-24 14:54:46 +0100 dr r269950 : #i64989# import bubble charts from ooxml 2009-03-23 18:59:08 +0100 iha r269895 : further cleanups possible with new member m_aGlobalSeriesImportInfo 2009-03-23 16:54:04 +0100 iha r269886 : #i64689# bubble chart - a single sequence must be interpreted as sizes because of ODF specification 2009-03-23 16:50:43 +0100 iha r269885 : #i64689# save&load bubble chart 2009-03-20 19:30:29 +0100 iha r269826 : CWS-TOOLING: rebase CWS bubblechart to trunk@269781 (milestone: DEV300:m44) 2009-03-19 11:30:33 +0100 iha r269732 : #i64689# rename SchXMLCategoriesDomainContext to SchXMLCategoriesContext avoid confusion with domains 2009-03-18 17:11:13 +0100 iha r269693 : #i64689# add charttype bubble 2009-03-18 17:09:22 +0100 iha r269692 : #i64689# remove unused code 2009-03-13 12:18:26 +0100 iha r269467 : #i64689# corrected lineends 2009-03-12 11:25:14 +0100 iha r269376 : #i64689# bubble chart (part 1)
2009-07-02 19:17:43 +00:00
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
2003-12-18 12:50:56 +00:00
}
uno::Sequence< Property > lcl_GetPropertySequence( DataSeriesPointWrapper::eType _eType )
2003-12-18 12:50:56 +00:00
{
::std::vector< ::com::sun::star::beans::Property > aProperties;
2003-12-18 12:50:56 +00:00
lcl_AddPropertiesToVector_PointProperties( aProperties );
if( _eType == DataSeriesPointWrapper::DATA_SERIES )
2003-12-18 12:50:56 +00:00
{
lcl_AddPropertiesToVector_SeriesOnly( aProperties );
WrappedStatisticProperties::addProperties( aProperties );
}
WrappedSymbolProperties::addProperties( aProperties ); //for series and points
WrappedDataCaptionProperties::addProperties( aProperties ); //for series and points
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
::chart::FillProperties::AddPropertiesToVector( aProperties );
::chart::LinePropertiesHelper::AddPropertiesToVector( aProperties );
::chart::CharacterProperties::AddPropertiesToVector( aProperties );
::chart::UserDefinedProperties::AddPropertiesToVector( aProperties );
::chart::wrapper::WrappedScaleTextProperties::addProperties( aProperties );
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
::std::sort( aProperties.begin(), aProperties.end(), ::chart::PropertyNameLess() );
2003-12-18 12:50:56 +00:00
return ::chart::ContainerHelper::ContainerToSequence( aProperties );
}
2003-12-18 12:50:56 +00:00
struct StaticSeriesWrapperPropertyArray_Initializer
{
Sequence< Property >* operator()()
{
static Sequence< Property > aPropSeq( lcl_GetPropertySequence( DataSeriesPointWrapper::DATA_SERIES ) );
return &aPropSeq;
2003-12-18 12:50:56 +00:00
}
};
2003-12-18 12:50:56 +00:00
struct StaticSeriesWrapperPropertyArray : public rtl::StaticAggregate< Sequence< Property >, StaticSeriesWrapperPropertyArray_Initializer >
{
};
struct StaticPointWrapperPropertyArray_Initializer
{
Sequence< Property >* operator()()
{
static Sequence< Property > aPropSeq( lcl_GetPropertySequence( DataSeriesPointWrapper::DATA_POINT ) );
return &aPropSeq;
}
};
struct StaticPointWrapperPropertyArray : public rtl::StaticAggregate< Sequence< Property >, StaticPointWrapperPropertyArray_Initializer >
{
};
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
//PROP_SERIES_ATTACHED_AXIS
class WrappedAttachedAxisProperty : public ::chart::WrappedProperty
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
public:
WrappedAttachedAxisProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
virtual ~WrappedAttachedAxisProperty();
virtual void setPropertyValue( const 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) SAL_OVERRIDE;
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
virtual 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) SAL_OVERRIDE;
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
virtual 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) SAL_OVERRIDE;
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
protected:
::boost::shared_ptr< Chart2ModelContact > m_spChart2ModelContact;
};
WrappedAttachedAxisProperty::WrappedAttachedAxisProperty(
::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact )
: WrappedProperty("Axis",OUString())
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
, m_spChart2ModelContact( spChart2ModelContact )
{
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
WrappedAttachedAxisProperty::~WrappedAttachedAxisProperty()
{
}
Any WrappedAttachedAxisProperty::getPropertyDefault( const Reference< beans::XPropertyState >& /*xInnerPropertyState*/ ) const
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException)
{
Any aRet;
aRet <<= ::com::sun::star::chart::ChartAxisAssign::PRIMARY_Y;
return aRet;
}
Any WrappedAttachedAxisProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException)
{
Any aRet;
uno::Reference< chart2::XDataSeries > xDataSeries( xInnerPropertySet, uno::UNO_QUERY );
bool bAttachedToMainAxis = ::chart::DiagramHelper::isSeriesAttachedToMainAxis( xDataSeries );
if( bAttachedToMainAxis )
aRet <<= ::com::sun::star::chart::ChartAxisAssign::PRIMARY_Y;
else
aRet <<= ::com::sun::star::chart::ChartAxisAssign::SECONDARY_Y;
return aRet;
}
void WrappedAttachedAxisProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const
throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException)
{
uno::Reference< chart2::XDataSeries > xDataSeries( xInnerPropertySet, uno::UNO_QUERY );
sal_Int32 nChartAxisAssign = ::com::sun::star::chart::ChartAxisAssign::PRIMARY_Y;
if( ! (rOuterValue >>= nChartAxisAssign) )
2012-04-08 10:47:56 -04:30
throw lang::IllegalArgumentException("Property Axis requires value of type sal_Int32", 0, 0 );
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
bool bNewAttachedToMainAxis = nChartAxisAssign == ::com::sun::star::chart::ChartAxisAssign::PRIMARY_Y;
bool bOldAttachedToMainAxis = ::chart::DiagramHelper::isSeriesAttachedToMainAxis( xDataSeries );
if( bNewAttachedToMainAxis != bOldAttachedToMainAxis)
{
Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() );
if( xDiagram.is() )
::chart::DiagramHelper::attachSeriesToAxis( bNewAttachedToMainAxis, xDataSeries, xDiagram, m_spChart2ModelContact->m_xContext, false );
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
}
}
class WrappedSegmentOffsetProperty : public ::chart::WrappedProperty
{
public:
WrappedSegmentOffsetProperty();
virtual ~WrappedSegmentOffsetProperty();
protected:
virtual Any convertInnerToOuterValue( const Any& rInnerValue ) const SAL_OVERRIDE;
virtual Any convertOuterToInnerValue( const Any& rOuterValue ) const SAL_OVERRIDE;
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
};
WrappedSegmentOffsetProperty::WrappedSegmentOffsetProperty() :
2012-04-08 10:47:56 -04:30
WrappedProperty("SegmentOffset","Offset")
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
{}
WrappedSegmentOffsetProperty::~WrappedSegmentOffsetProperty()
{}
Any WrappedSegmentOffsetProperty::convertInnerToOuterValue( const Any& rInnerValue ) const
{
// convert new double offset to former integer segment-offset
double fOffset = 0;
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
Any aResult( rInnerValue );
if( rInnerValue >>= fOffset )
aResult <<= static_cast< sal_Int32 >( ::rtl::math::round( fOffset * 100.0 ));
return aResult;
}
Any WrappedSegmentOffsetProperty::convertOuterToInnerValue( const Any& rOuterValue ) const
{
// convert former integer segment-offset to new double offset
sal_Int32 nOffset = 0;
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
Any aResult( rOuterValue );
if( rOuterValue >>= nOffset )
aResult <<= (static_cast< double >( nOffset ) / 100.0);
return aResult;
}
class WrappedLineColorProperty : public WrappedSeriesAreaOrLineProperty
{
public:
WrappedLineColorProperty( DataSeriesPointWrapper* pDataSeriesPointWrapper );
virtual ~WrappedLineColorProperty();
virtual void setPropertyValue( const 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) SAL_OVERRIDE;
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
virtual void setPropertyToDefault( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyState >& xInnerPropertyState ) const
throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
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) SAL_OVERRIDE;
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
protected:
DataSeriesPointWrapper* m_pDataSeriesPointWrapper;
mutable Any m_aDefaultValue;
mutable Any m_aOuterValue;
};
WrappedLineColorProperty::WrappedLineColorProperty(
DataSeriesPointWrapper* pDataSeriesPointWrapper )
2012-04-08 10:47:56 -04:30
: WrappedSeriesAreaOrLineProperty("LineColor","BorderColor","Color", pDataSeriesPointWrapper )
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
, m_pDataSeriesPointWrapper( pDataSeriesPointWrapper )
, m_aDefaultValue(uno::makeAny(sal_Int32( 0x0099ccff ))) // blue 8
, m_aOuterValue(m_aDefaultValue)
{
}
WrappedLineColorProperty::~WrappedLineColorProperty()
{
}
void WrappedLineColorProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const
throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException)
{
if( m_pDataSeriesPointWrapper && m_pDataSeriesPointWrapper->isLinesForbidden() )
m_aOuterValue = rOuterValue;
else
WrappedSeriesAreaOrLineProperty::setPropertyValue( rOuterValue, xInnerPropertySet );
}
void WrappedLineColorProperty::setPropertyToDefault( const Reference< beans::XPropertyState >& xInnerPropertyState ) const
throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException)
{
if( m_pDataSeriesPointWrapper && m_pDataSeriesPointWrapper->isLinesForbidden() )
m_aOuterValue = m_aDefaultValue;
else
WrappedSeriesAreaOrLineProperty::setPropertyToDefault( xInnerPropertyState );
}
Any WrappedLineColorProperty::getPropertyDefault( const Reference< beans::XPropertyState >& xInnerPropertyState ) const
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException)
{
if( m_pDataSeriesPointWrapper && !m_pDataSeriesPointWrapper->isSupportingAreaProperties() )
return m_aDefaultValue;
else
return WrappedSeriesAreaOrLineProperty::getPropertyDefault( xInnerPropertyState );
}
class WrappedLineStyleProperty : public WrappedSeriesAreaOrLineProperty
{
public:
WrappedLineStyleProperty( DataSeriesPointWrapper* pDataSeriesPointWrapper );
virtual ~WrappedLineStyleProperty();
virtual void setPropertyValue( const 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) SAL_OVERRIDE;
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
virtual void setPropertyToDefault( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyState >& xInnerPropertyState ) const
throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
protected:
DataSeriesPointWrapper* m_pDataSeriesPointWrapper;
mutable Any m_aDefaultValue;
mutable Any m_aOuterValue;
};
WrappedLineStyleProperty::WrappedLineStyleProperty(
DataSeriesPointWrapper* pDataSeriesPointWrapper )
2012-04-08 10:47:56 -04:30
: WrappedSeriesAreaOrLineProperty("LineStyle","BorderStyle", "LineStyle", pDataSeriesPointWrapper )
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
, m_pDataSeriesPointWrapper( pDataSeriesPointWrapper )
, m_aDefaultValue(uno::makeAny(drawing::LineStyle_SOLID))
, m_aOuterValue(m_aDefaultValue)
{
}
WrappedLineStyleProperty::~WrappedLineStyleProperty()
{
}
void WrappedLineStyleProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const
throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException)
{
Any aNewValue(rOuterValue);
if( m_pDataSeriesPointWrapper && m_pDataSeriesPointWrapper->isLinesForbidden() )
{
m_aOuterValue = rOuterValue;
aNewValue = uno::makeAny(drawing::LineStyle_NONE);
}
WrappedSeriesAreaOrLineProperty::setPropertyValue( aNewValue, xInnerPropertySet );
}
void WrappedLineStyleProperty::setPropertyToDefault( const Reference< beans::XPropertyState >& xInnerPropertyState ) const
throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException)
{
if( m_pDataSeriesPointWrapper && m_pDataSeriesPointWrapper->isLinesForbidden() )
m_aOuterValue = m_aDefaultValue;
else
WrappedSeriesAreaOrLineProperty::setPropertyToDefault( xInnerPropertyState );
}
2003-12-18 12:50:56 +00:00
} // anonymous namespace
namespace chart
{
namespace wrapper
{
DataSeriesPointWrapper::DataSeriesPointWrapper(
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact )
: m_spChart2ModelContact( spChart2ModelContact )
, m_aEventListenerContainer( m_aMutex )
, m_eType( DATA_SERIES )
, m_nSeriesIndexInNewAPI( -1 )
, m_nPointIndex( -1 )
, m_bLinesAllowed(true)
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
, m_xDataSeries(0)
{
//need initialize call afterwards
}
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
void SAL_CALL DataSeriesPointWrapper::initialize( const uno::Sequence< uno::Any >& aArguments )
throw ( uno::Exception, uno::RuntimeException, std::exception)
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
{
OSL_PRECOND(aArguments.getLength() >= 1,"need at least 1 argument to initialize the DataSeriesPointWrapper: series reference + optional datapoint index");
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
m_nSeriesIndexInNewAPI = -1;//ignored in this case
m_nPointIndex = -1;
if( aArguments.getLength() >= 1 )
{
aArguments[0] >>= m_xDataSeries;
if( aArguments.getLength() >= 2 )
aArguments[1] >>= m_nPointIndex;
}
if( !m_xDataSeries.is() )
throw uno::Exception(
2012-04-08 10:47:56 -04:30
"DataSeries index invalid", static_cast< ::cppu::OWeakObject * >( this ));
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
//todo: check upper border of point index
if( m_nPointIndex >= 0 )
m_eType = DATA_POINT;
else
m_eType = DATA_SERIES;
}
DataSeriesPointWrapper::DataSeriesPointWrapper( eType _eType,
sal_Int32 nSeriesIndexInNewAPI ,
sal_Int32 nPointIndex, //ignored for series
::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact )
: m_spChart2ModelContact( spChart2ModelContact )
, m_aEventListenerContainer( m_aMutex )
, m_eType( _eType )
, m_nSeriesIndexInNewAPI( nSeriesIndexInNewAPI )
, m_nPointIndex( (_eType == DATA_POINT) ? nPointIndex : -1 )
, m_bLinesAllowed( false )
, m_xDataSeries(0)
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
{
}
DataSeriesPointWrapper::~DataSeriesPointWrapper()
2003-12-18 12:50:56 +00:00
{
}
// ____ XComponent ____
void SAL_CALL DataSeriesPointWrapper::dispose()
throw (uno::RuntimeException, std::exception)
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
uno::Reference< uno::XInterface > xSource( static_cast< ::cppu::OWeakObject* >( this ) );
m_aEventListenerContainer.disposeAndClear( lang::EventObject( xSource ) );
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
m_xDataSeries.clear();
clearWrappedPropertySet();
2003-12-18 12:50:56 +00:00
}
void SAL_CALL DataSeriesPointWrapper::addEventListener(
const uno::Reference< lang::XEventListener >& xListener )
throw (uno::RuntimeException, std::exception)
2003-12-18 12:50:56 +00:00
{
m_aEventListenerContainer.addInterface( xListener );
}
void SAL_CALL DataSeriesPointWrapper::removeEventListener(
const uno::Reference< lang::XEventListener >& aListener )
throw (uno::RuntimeException, std::exception)
2003-12-18 12:50:56 +00:00
{
m_aEventListenerContainer.removeInterface( aListener );
}
// ____ XEventListener ____
void SAL_CALL DataSeriesPointWrapper::disposing( const lang::EventObject& /*Source*/ )
throw (uno::RuntimeException, std::exception)
2003-12-18 12:50:56 +00:00
{
}
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
bool DataSeriesPointWrapper::isSupportingAreaProperties()
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
Reference< chart2::XDataSeries > xSeries( this->getDataSeries() );
Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() );
Reference< chart2::XChartType > xChartType( DiagramHelper::getChartTypeOfSeries( xDiagram, xSeries ) );
sal_Int32 nDimensionCount = DiagramHelper::getDimension( xDiagram );
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
return ChartTypeHelper::isSupportingAreaProperties( xChartType, nDimensionCount );
}
Reference< chart2::XDataSeries > DataSeriesPointWrapper::getDataSeries()
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
Reference< chart2::XDataSeries > xSeries( m_xDataSeries );
if( !xSeries.is() )
{
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() );
::std::vector< uno::Reference< chart2::XDataSeries > > aSeriesList(
::chart::DiagramHelper::getDataSeriesFromDiagram( xDiagram ) );
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
if( m_nSeriesIndexInNewAPI >= 0 && m_nSeriesIndexInNewAPI < static_cast<sal_Int32>(aSeriesList.size()) )
xSeries = aSeriesList[m_nSeriesIndexInNewAPI];
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
return xSeries;
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
Reference< beans::XPropertySet > DataSeriesPointWrapper::getDataPointProperties()
2003-12-18 12:50:56 +00:00
{
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
Reference< beans::XPropertySet > xPointProp;
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
Reference< chart2::XDataSeries > xSeries( this->getDataSeries() );
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
// may throw an IllegalArgumentException
if( xSeries.is() )
xPointProp = xSeries->getDataPointByIndex( m_nPointIndex );
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
return xPointProp;
}
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
//ReferenceSizePropertyProvider
2008-10-01 07:35:04 +00:00
void DataSeriesPointWrapper::updateReferenceSize()
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
{
Reference< beans::XPropertySet > xProp( this->getInnerPropertySet(), uno::UNO_QUERY );
if( xProp.is() )
2008-10-01 07:35:04 +00:00
{
2012-04-08 10:47:56 -04:30
if( xProp->getPropertyValue("ReferencePageSize").hasValue() )
xProp->setPropertyValue("ReferencePageSize", uno::makeAny(
2008-10-01 07:35:04 +00:00
m_spChart2ModelContact->GetPageSize() ));
}
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
}
Any DataSeriesPointWrapper::getReferenceSize()
{
Any aRet;
Reference< beans::XPropertySet > xProp( this->getInnerPropertySet(), uno::UNO_QUERY );
if( xProp.is() )
2012-04-08 10:47:56 -04:30
aRet = xProp->getPropertyValue("ReferencePageSize");
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
return aRet;
}
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
awt::Size DataSeriesPointWrapper::getCurrentSizeForReference()
{
2008-10-01 07:35:04 +00:00
return m_spChart2ModelContact->GetPageSize();
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
}
// WrappedPropertySet
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
//XPropertyState
beans::PropertyState SAL_CALL DataSeriesPointWrapper::getPropertyState( const OUString& rPropertyName )
throw (beans::UnknownPropertyException, uno::RuntimeException, std::exception)
{
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
beans::PropertyState aState( beans::PropertyState_DIRECT_VALUE );
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
if( m_eType == DATA_SERIES )
aState = WrappedPropertySet::getPropertyState( rPropertyName );
else
{
2012-04-08 10:47:56 -04:30
if( rPropertyName == "FillColor")
{
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
Reference< beans::XPropertySet > xSeriesProp( getDataSeries(), uno::UNO_QUERY );
bool bVaryColorsByPoint = false;
2012-04-08 10:47:56 -04:30
if( xSeriesProp.is() && (xSeriesProp->getPropertyValue("VaryColorsByPoint") >>= bVaryColorsByPoint)
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
&& bVaryColorsByPoint )
return beans::PropertyState_DIRECT_VALUE;
}
2012-04-08 10:47:56 -04:30
else if( rPropertyName == "Lines"
|| rPropertyName == "SymbolType"
|| rPropertyName == "SymbolSize" )
return WrappedPropertySet::getPropertyState( rPropertyName );
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
uno::Any aDefault( getPropertyDefault( rPropertyName ) );
uno::Any aValue( getPropertyValue( rPropertyName ) );
if( aDefault==aValue )
aState = beans::PropertyState_DEFAULT_VALUE;
}
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
return aState;
}
void SAL_CALL DataSeriesPointWrapper::setPropertyToDefault( const OUString& rPropertyName )
throw (beans::UnknownPropertyException, uno::RuntimeException, std::exception)
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
{
if( m_eType == DATA_SERIES )
WrappedPropertySet::setPropertyToDefault( rPropertyName );
else
{
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
//for data points the default is given by the series
setPropertyValue( rPropertyName, getPropertyDefault( rPropertyName ) );
}
}
Any SAL_CALL DataSeriesPointWrapper::getPropertyDefault( const OUString& rPropertyName )
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException, std::exception)
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
{
Any aRet;
try
{
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
sal_Int32 nHandle = getInfoHelper().getHandleByName( rPropertyName );
if( nHandle > 0 )
{
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
//always take the series current value as default for points
Reference< beans::XPropertySet > xInnerPropertySet( getDataSeries(), uno::UNO_QUERY );
if( xInnerPropertySet.is() )
{
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName );
if( pWrappedProperty )
aRet = pWrappedProperty->getPropertyValue(xInnerPropertySet);
else
aRet = xInnerPropertySet->getPropertyValue( rPropertyName );
}
}
}
2011-11-29 02:06:57 +09:00
catch( const beans::UnknownPropertyException& )
{
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
aRet = WrappedPropertySet::getPropertyDefault( rPropertyName );
}
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
return aRet;
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
Reference< beans::XPropertySet > DataSeriesPointWrapper::getInnerPropertySet()
{
if( m_eType == DATA_SERIES )
return Reference< beans::XPropertySet >( getDataSeries(), uno::UNO_QUERY );
return getDataPointProperties();
}
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
const Sequence< beans::Property >& DataSeriesPointWrapper::getPropertySequence()
2003-12-18 12:50:56 +00:00
{
if( m_eType == DATA_SERIES )
return *StaticSeriesWrapperPropertyArray::get();
else
return *StaticPointWrapperPropertyArray::get();
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
}
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
const std::vector< WrappedProperty* > DataSeriesPointWrapper::createWrappedProperties()
{
::std::vector< ::chart::WrappedProperty* > aWrappedProperties;
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
WrappedCharacterHeightProperty::addWrappedProperties( aWrappedProperties, this );
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
if( m_eType == DATA_SERIES )
{
WrappedStatisticProperties::addWrappedPropertiesForSeries( aWrappedProperties, m_spChart2ModelContact );
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
aWrappedProperties.push_back( new WrappedAttachedAxisProperty( m_spChart2ModelContact ) );
CWS-TOOLING: integrate CWS bubblechart 2009-06-17 08:41:14 +0200 hde r273051 : i101635: added new charttype bubble 2009-06-17 08:39:37 +0200 hde r273050 : i101635: created new testcase tCreateNewBubbleChart 2009-06-17 08:38:07 +0200 hde r273049 : i101635: created new testcase tCreateNewBubbleChart 2009-06-15 15:22:32 +0200 hde r272991 : 101635 2009-06-11 12:44:01 +0200 iha r272864 : rebase to dev300m50 2009-06-10 23:27:54 +0200 iha r272841 : CWS-TOOLING: rebase CWS bubblechart to trunk@272827 (milestone: DEV300:m50) 2009-06-04 18:07:35 +0200 iha r272649 : #i64689# Bubble Chart 2009-06-04 17:26:44 +0200 iha r272647 : #i64689# Bubble Chart 2009-06-04 11:24:25 +0200 iha r272618 : #i64689# add more spacing between bubbles and data labels 2009-05-26 18:05:23 +0200 ufi r272314 : i101637 2009-04-22 14:37:50 +0200 iha r271115 : #i64689# bubble chart 2009-04-21 17:52:23 +0200 iha r271052 : #i64689# bubble chart 2009-04-21 17:50:48 +0200 iha r271051 : #i76728# type icon for xy chart 2009-04-21 17:25:52 +0200 iha r271049 : #i76728# type icon for xy chart 2009-04-09 11:18:09 +0200 iha r270685 : #i100977# autoscaling works not correct if missing values should be treated as zero 2009-04-08 16:39:43 +0200 iha r270656 : #i64689# bubble chart - missing value treatment 2009-04-08 15:13:25 +0200 iha r270655 : #i64689# bubble chart - remove unused code 2009-04-08 15:12:19 +0200 iha r270653 : #i64689# bubble chart - determine sereis length correctly on export 2009-04-08 14:22:43 +0200 iha r270650 : #i64689# bubble chart - remove unused code 2009-04-08 14:12:09 +0200 iha r270646 : #i64689# bubble chart - export domains even if no main sequence was found 2009-04-08 14:11:07 +0200 iha r270645 : #i64689# bubble chart - don't replace missing size values with 1.0 2009-04-07 16:20:22 +0200 iha r270602 : #i64689# bubble chart - do not offer percent values for data label display for xy and bubble chart 2009-04-07 16:17:42 +0200 iha r270601 : remove superfluous code 2009-04-06 16:39:32 +0200 iha r270569 : #i64689# bubble chart -correct automatic numberformat detection for axis, data table and data label + transport data label numberformat during copy paste in addition to axis numberformat 2009-04-02 17:33:33 +0200 iha r270427 : use input string for formatting in data table during edit 2009-04-02 16:00:29 +0200 iha r270413 : #i64689# bubble chart - when creating a new series within the data table give it the same number format as the former series, thus the new bubble size values can be edited with the same format immidiately 2009-04-02 11:25:33 +0200 iha r270385 : #i64689# bubble chart -correct automatic numberformat detection for axis, data table and data label + transport data label numberformat during copy paste in addition to axis numberformat 2009-04-01 11:32:03 +0200 iha r270312 : #i64689# bubble chart - add further parameter for view creation 2009-03-31 17:52:08 +0200 iha r270291 : #i64689# bubble chart - scale bubble size with diagram size 2009-03-31 13:38:13 +0200 iha r270278 : #i64689# bubble chart - wrong size for small values < 1 2009-03-27 19:11:07 +0100 iha r270169 : #i64689# bubble chart 2009-03-27 19:07:11 +0100 iha r270168 : #i64689# bubble chart - remove unused code 2009-03-27 18:33:57 +0100 iha r270167 : #i64689# bubble chart - create no shape for invalid sizes 2009-03-27 15:18:21 +0100 iha r270157 : #i76728# type icon for xy chart 2009-03-27 14:34:38 +0100 iha r270156 : #i64689# bubble chart - correct scaling 2009-03-27 14:27:27 +0100 iha r270155 : #i64689# bubble chart - images 2009-03-27 14:25:45 +0100 iha r270154 : #i64689# bubble chart - images 2009-03-27 11:38:57 +0100 iha r270142 : #i64689# bubble chart - values-size is the main series 2009-03-27 11:30:20 +0100 iha r270140 : #i64689# correct order of sequences after load thus switching charttypes afterwards produces expected results now 2009-03-26 10:22:55 +0100 iha r270056 : #i64689# bubble chart 2009-03-24 17:45:15 +0100 iha r269984 : #i64689# bubble chart - user properties from points (not only from the series) 2009-03-24 15:10:57 +0100 dr r269954 : #i64989# export bubble charts to xls 2009-03-24 14:55:29 +0100 dr r269952 : #i64989# import bubble charts from xls 2009-03-24 14:54:46 +0100 dr r269950 : #i64989# import bubble charts from ooxml 2009-03-23 18:59:08 +0100 iha r269895 : further cleanups possible with new member m_aGlobalSeriesImportInfo 2009-03-23 16:54:04 +0100 iha r269886 : #i64689# bubble chart - a single sequence must be interpreted as sizes because of ODF specification 2009-03-23 16:50:43 +0100 iha r269885 : #i64689# save&load bubble chart 2009-03-20 19:30:29 +0100 iha r269826 : CWS-TOOLING: rebase CWS bubblechart to trunk@269781 (milestone: DEV300:m44) 2009-03-19 11:30:33 +0100 iha r269732 : #i64689# rename SchXMLCategoriesDomainContext to SchXMLCategoriesContext avoid confusion with domains 2009-03-18 17:11:13 +0100 iha r269693 : #i64689# add charttype bubble 2009-03-18 17:09:22 +0100 iha r269692 : #i64689# remove unused code 2009-03-13 12:18:26 +0100 iha r269467 : #i64689# corrected lineends 2009-03-12 11:25:14 +0100 iha r269376 : #i64689# bubble chart (part 1)
2009-07-02 19:17:43 +00:00
aWrappedProperties.push_back( new WrappedNumberFormatProperty(m_spChart2ModelContact) );
aWrappedProperties.push_back( new WrappedLinkNumberFormatProperty(m_spChart2ModelContact) );
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
}
2003-12-18 12:50:56 +00:00
WrappedSymbolProperties::addWrappedPropertiesForSeries( aWrappedProperties, m_spChart2ModelContact );
WrappedDataCaptionProperties::addWrappedPropertiesForSeries( aWrappedProperties, m_spChart2ModelContact );
2008-10-01 07:35:04 +00:00
WrappedScaleTextProperties::addWrappedProperties( aWrappedProperties, m_spChart2ModelContact );
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
//add unnamed line properties (different inner names here)
2012-04-08 10:47:56 -04:30
aWrappedProperties.push_back( new WrappedProperty("FillColor","Color") );
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
aWrappedProperties.push_back( new WrappedLineStyleProperty( this ) );
aWrappedProperties.push_back( new WrappedLineColorProperty( this ) );
2012-04-08 10:47:56 -04:30
aWrappedProperties.push_back( new WrappedSeriesAreaOrLineProperty("LineDashName","BorderDashName","LineDashName", this ) );
aWrappedProperties.push_back( new WrappedSeriesAreaOrLineProperty("LineTransparence","BorderTransparency","Transparency", this ) );
aWrappedProperties.push_back( new WrappedSeriesAreaOrLineProperty("LineWidth","BorderWidth","LineWidth", this ) );
aWrappedProperties.push_back( new WrappedProperty("FillStyle","FillStyle" ) );
aWrappedProperties.push_back( new WrappedProperty("FillTransparence","Transparency") );
aWrappedProperties.push_back( new WrappedIgnoreProperty("LineJoint", uno::makeAny( drawing::LineJoint_ROUND ) ) );
aWrappedProperties.push_back( new WrappedProperty("FillTransparenceGradientName","TransparencyGradientName") );
aWrappedProperties.push_back( new WrappedProperty("FillGradientName","GradientName") );
aWrappedProperties.push_back( new WrappedProperty("FillGradientStepCount","GradientStepCount") );
aWrappedProperties.push_back( new WrappedProperty("FillHatchName","HatchName") );
aWrappedProperties.push_back( new WrappedProperty("FillBitmapName","FillBitmapName") );
aWrappedProperties.push_back( new WrappedProperty("FillBackground","FillBackground") );
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
//bitmap properties
2012-04-08 10:47:56 -04:30
aWrappedProperties.push_back( new WrappedProperty("FillBitmapMode","FillBitmapMode") );
aWrappedProperties.push_back( new WrappedProperty("FillBitmapSizeX","FillBitmapSizeX") );
aWrappedProperties.push_back( new WrappedProperty("FillBitmapSizeY","FillBitmapSizeY") );
aWrappedProperties.push_back( new WrappedProperty("FillBitmapLogicalSize","FillBitmapLogicalSize") );
aWrappedProperties.push_back( new WrappedProperty("FillBitmapOffsetX","FillBitmapOffsetX") );
aWrappedProperties.push_back( new WrappedProperty("FillBitmapOffsetY","FillBitmapOffsetY") );
aWrappedProperties.push_back( new WrappedProperty("FillBitmapRectanglePoint","FillBitmapRectanglePoint") );
aWrappedProperties.push_back( new WrappedProperty("FillBitmapPositionOffsetX","FillBitmapPositionOffsetX") );
aWrappedProperties.push_back( new WrappedProperty("FillBitmapPositionOffsetY","FillBitmapPositionOffsetY") );
aWrappedProperties.push_back( new WrappedProperty("SolidType","Geometry3D") );
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
aWrappedProperties.push_back( new WrappedSegmentOffsetProperty() );
2012-04-08 10:47:56 -04:30
aWrappedProperties.push_back( new WrappedProperty("D3DPercentDiagonal","PercentDiagonal") );
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
CWS-TOOLING: integrate CWS chart37 2009-05-22 09:10:36 +0200 iha r272170 : #i102130# color of pies is not loaded correctly 2009-04-27 17:16:20 +0200 iha r271294 : #i24203# compiler problem 2009-04-27 16:43:21 +0200 iha r271292 : #i101281# missing API documentation for secondary axis title properties 2009-04-27 15:26:05 +0200 hde r271276 : #i100987 2009-04-27 15:24:42 +0200 hde r271273 : #i100987 2009-04-24 15:08:33 +0200 iha r271214 : #i100995# crash with some logarithmic scalings 2009-04-22 18:50:56 +0200 dr r271134 : #i82177# write out deleted point labels 2009-04-22 18:40:48 +0200 iha r271133 : #i101281# missing API documentation for secondary axis title properties 2009-04-22 16:39:42 +0200 dr r271128 : #i82177# extensions for bubble charts 2009-04-22 14:37:00 +0200 dr r271114 : #i82177# import/export data label type and separator 2009-04-22 14:36:24 +0200 dr r271113 : #i82177# import/export data label type and separator 2009-04-21 15:25:26 +0200 dr r271038 : #i82177# import data label type and separator from BIFF8 CHFR records 2009-04-21 14:37:16 +0200 dr r271037 : #i82177# dump BIFF8 chart future records 2009-04-20 17:44:27 +0200 iha r271002 : #i96898# reduce library exports 2009-04-20 13:01:13 +0200 iha r270975 : #i24203# rotate data labels - help ids 2009-04-20 11:40:33 +0200 dr r270969 : #i96600# export of axis scaling/positioning properties 2009-04-16 16:02:31 +0200 dr r270892 : #i69599# keep Y axis left in 3d charts 2009-04-15 18:16:46 +0200 dr r270859 : #i69599# import of axis position settings 2009-04-15 18:16:01 +0200 dr r270858 : #i69599# correct handling of logarithmic crossing axes 2009-04-14 16:27:48 +0200 dr r270794 : #i96599# handle auto axis position on logarithmic axes 2009-04-09 19:59:51 +0200 dr r270722 : #i96599# import axis crossing settings, fix import of logarithmic scaling settings 2009-04-09 18:26:00 +0200 iha r270720 : #i96898# reduce library exports 2009-04-09 15:17:04 +0200 iha r270710 : #i96898# reduce library exports 2009-04-09 10:50:14 +0200 dr r270682 : #i24203# import/export of data label rotation, fixed some other broken stuff too 2009-04-08 16:54:54 +0200 dr r270657 : #i24203# import rotation for data point labels 2009-04-06 18:19:17 +0200 iha r270571 : #i100876# Axis scaling settings dialog wrong after API usage (anys different from double type) 2009-04-06 15:57:05 +0200 iha r270567 : #i100105# #i58585# leftover -> 2009-04-06 15:55:48 +0200 iha r270564 : #i58585# leftover -> 2009-04-02 16:41:07 +0200 iha r270422 : #i99721# remove unused code 2009-04-02 14:29:03 +0200 iha r270407 : #i99721# remove unused code 2009-03-26 10:58:23 +0100 iha r270059 : #i96898# reduce library exports 2009-03-26 10:13:49 +0100 iha r270055 : #i96898# reduce library exports 2009-03-25 09:39:13 +0100 iha r269998 : CWS-TOOLING: rebase CWS chart37 to trunk@269781 (milestone: DEV300:m44) 2009-03-24 17:56:56 +0100 iha r269986 : #i96898# reduce library exports 2009-03-24 16:56:44 +0100 iha r269974 : #i99721# remove unused code 2009-03-24 16:48:48 +0100 iha r269970 : #i89731# remove unused string 2009-03-24 15:44:04 +0100 iha r269961 : remove unused code 2009-03-24 15:22:45 +0100 iha r269959 : remove unused code 2009-03-24 15:17:17 +0100 iha r269957 : remove unused code 2009-03-24 11:14:53 +0100 iha r269923 : #i24203# rotate data labels 2009-03-09 12:10:25 +0100 hde r269076 : #i99300# 2009-03-06 15:56:26 +0100 iha r269011 : #i93953# Source Format for secondary axis without data 2009-02-17 15:59:05 +0100 iha r268177 : avoid warning during build 2009-02-17 15:01:59 +0100 iha r268173 : avoid warning during build 2009-02-13 09:39:03 +0100 ufi r267693 : i96999 2009-02-11 15:12:35 +0100 iha r267604 : removed unused string 2009-02-11 14:00:29 +0100 iha r267600 : #i96999# Corrected wording from 'correlation coefficient' to 'coefficient of determination' 2009-02-11 10:56:45 +0100 iha r267584 : #i89731# typo in resource string 2009-02-11 10:01:29 +0100 iha r267582 : #i89031# compile error on asian windows systems 2009-02-10 16:15:16 +0100 iha r267552 : #i24203# rotate data labels 2009-02-04 18:00:33 +0100 iha r267395 : #i98893# don't export defaults to file 2009-02-04 15:48:15 +0100 iha r267390 : #i92128# asian typography for chart elements 2009-02-04 15:17:41 +0100 iha r267386 : #i92128# asian typography for chart elements 2009-01-30 14:41:10 +0100 iha r267197 : CWS-TOOLING: rebase CWS chart37 to trunk@267171 (milestone: DEV300:m41)
2009-06-04 09:41:18 +00:00
aWrappedProperties.push_back( new WrappedTextRotationProperty() );
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
return aWrappedProperties;
2003-12-18 12:50:56 +00:00
}
void SAL_CALL DataSeriesPointWrapper::setPropertyValue( const OUString& rPropertyName, const Any& rValue )
throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException, std::exception)
2003-12-18 12:50:56 +00:00
{
2012-04-08 10:47:56 -04:30
if(rPropertyName == "Lines")
{
if( ! (rValue >>= m_bLinesAllowed) )
2012-04-08 10:47:56 -04:30
throw lang::IllegalArgumentException("Property Lines requires value of type sal_Bool", 0, 0 );
}
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
sal_Int32 nHandle = getInfoHelper().getHandleByName( rPropertyName );
2012-04-08 10:47:56 -04:30
static const sal_Int32 nErrorCategoryHandle = getInfoHelper().getHandleByName("ErrorCategory");
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
if( nErrorCategoryHandle == nHandle )
{
::com::sun::star::chart::ChartErrorCategory aNewValue = ::com::sun::star::chart::ChartErrorCategory_NONE;
rValue >>= aNewValue;
Any aLow, aHigh;
bool bSetHighAndLowValues = false;
switch(aNewValue)
{
case ::com::sun::star::chart::ChartErrorCategory_CONSTANT_VALUE:
2012-04-08 10:47:56 -04:30
aHigh = this->getPropertyValue("ConstantErrorHigh");
aLow = this->getPropertyValue("ConstantErrorLow");
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
bSetHighAndLowValues = true;
break;
case ::com::sun::star::chart::ChartErrorCategory_PERCENT:
2012-04-08 10:47:56 -04:30
aHigh = aLow = this->getPropertyValue("PercentageError");
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
bSetHighAndLowValues = true;
break;
case ::com::sun::star::chart::ChartErrorCategory_ERROR_MARGIN:
2012-04-08 10:47:56 -04:30
aHigh = aLow = this->getPropertyValue("ErrorMargin");
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
bSetHighAndLowValues = true;
break;
default:
break;
}
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
WrappedPropertySet::setPropertyValue( rPropertyName, rValue );
2003-12-18 12:50:56 +00:00
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
if(bSetHighAndLowValues)
{
switch(aNewValue)
{
case ::com::sun::star::chart::ChartErrorCategory_CONSTANT_VALUE:
2012-04-08 10:47:56 -04:30
this->setPropertyValue("ConstantErrorHigh",aHigh);
this->setPropertyValue("ConstantErrorLow",aLow);
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
break;
case ::com::sun::star::chart::ChartErrorCategory_PERCENT:
2012-04-08 10:47:56 -04:30
this->setPropertyValue("PercentageError",aHigh);
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
break;
case ::com::sun::star::chart::ChartErrorCategory_ERROR_MARGIN:
2012-04-08 10:47:56 -04:30
this->setPropertyValue("ErrorMargin",aHigh);
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
break;
default:
break;
}
}
}
else
WrappedPropertySet::setPropertyValue( rPropertyName, rValue );
}
2003-12-18 12:50:56 +00:00
Any SAL_CALL DataSeriesPointWrapper::getPropertyValue( const OUString& rPropertyName )
throw ( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException, std::exception)
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
{
if( m_eType == DATA_POINT )
2003-12-18 12:50:56 +00:00
{
2012-04-08 10:47:56 -04:30
if( rPropertyName == "FillColor" )
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
{
Reference< beans::XPropertySet > xSeriesProp( getDataSeries(), uno::UNO_QUERY );
bool bVaryColorsByPoint = false;
2012-04-08 10:47:56 -04:30
if( xSeriesProp.is() && (xSeriesProp->getPropertyValue("VaryColorsByPoint") >>= bVaryColorsByPoint)
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
&& bVaryColorsByPoint )
{
uno::Reference< beans::XPropertyState > xPointState( DataSeriesPointWrapper::getDataPointProperties(), uno::UNO_QUERY );
2012-04-08 10:47:56 -04:30
if( xPointState.is() && xPointState->getPropertyState("Color") == beans::PropertyState_DEFAULT_VALUE )
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
{
Reference< chart2::XDiagram > xDiagram( m_spChart2ModelContact->getChart2Diagram() );
if( xDiagram.is() )
{
Reference< chart2::XColorScheme > xColorScheme( xDiagram->getDefaultColorScheme() );
if( xColorScheme.is() )
return uno::makeAny( xColorScheme->getColorByIndex( m_nPointIndex ) );
}
}
}
}
2003-12-18 12:50:56 +00:00
}
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 16:17:29 +00:00
return WrappedPropertySet::getPropertyValue( rPropertyName );
2003-12-18 12:50:56 +00:00
}
uno::Sequence< OUString > DataSeriesPointWrapper::getSupportedServiceNames_Static()
2003-12-18 12:50:56 +00:00
{
uno::Sequence< OUString > aServices( 7 );
2012-04-08 10:47:56 -04:30
aServices[ 0 ] = "com.sun.star.chart.ChartDataRowProperties";
aServices[ 1 ] = "com.sun.star.chart.ChartDataPointProperties";
aServices[ 2 ] = "com.sun.star.xml.UserDefinedAttributesSupplier";
2012-04-08 10:47:56 -04:30
aServices[ 3 ] = "com.sun.star.beans.PropertySet";
aServices[ 4 ] = "com.sun.star.drawing.FillProperties";
aServices[ 5 ] = "com.sun.star.drawing.LineProperties";
aServices[ 6 ] = "com.sun.star.style.CharacterProperties";
2003-12-18 12:50:56 +00:00
return aServices;
}
// implement XServiceInfo methods basing upon getSupportedServiceNames_Static
OUString SAL_CALL DataSeriesPointWrapper::getImplementationName()
throw( css::uno::RuntimeException, std::exception )
{
return getImplementationName_Static();
}
OUString DataSeriesPointWrapper::getImplementationName_Static()
{
return OUString(lcl_aServiceName);
}
sal_Bool SAL_CALL DataSeriesPointWrapper::supportsService( const OUString& rServiceName )
throw( css::uno::RuntimeException, std::exception )
{
return cppu::supportsService(this, rServiceName);
}
css::uno::Sequence< OUString > SAL_CALL DataSeriesPointWrapper::getSupportedServiceNames()
throw( css::uno::RuntimeException, std::exception )
{
return getSupportedServiceNames_Static();
}
2003-12-18 12:50:56 +00:00
} // namespace wrapper
} // namespace chart
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */