...mostly done with a rewriting Clang plugin, with just some manual tweaking
necessary to fix poor macro usage.
Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
This allows us easier implementation of some advanced features. Mainly
the 4D chartting will now be able to work without several ugly layers of
UNO.
Change-Id: I74d07229eaef921c508f3bab8fae6d6075ad737a
2007/07/02 21:34:07 bm 1.5.12.2: #i78873# fire event listeners when data changes
2007/06/26 09:57:04 bm 1.5.12.1: #i78785# fix for (broken) gcc 3.3 for Mac OS/X Panther applied
2006/10/25 11:24:09 bm 1.2.4.32: allow setting previously unset sequences, e.g. labels at data series with external data provider
2006/10/18 17:02:26 bm 1.2.4.31: RESYNC: (1.3-1.4); FILE MERGED
2006/08/08 09:07:35 iha 1.2.4.30: create addin charts correctly Marginal,MeanCummulative,Pareto,Pie
2006/02/17 20:57:38 iha 1.2.4.29: enlarge validity of api wrapper objects to lifetime of new chartmodel
2006/02/16 17:39:38 iha 1.2.4.28: don't lock solar mutex to long + return DBL_MIN as NotANumber to be conform with error in old api
2006/01/16 11:52:23 bm 1.2.4.27: warning removed
2005/11/29 18:11:57 iha 1.2.4.26: make more failsafe
2005/11/15 15:29:50 bm 1.2.4.25: garbage collection, disposing, reference release issues
2005/11/03 12:45:28 bm 1.2.4.24: vector::assign does not work because the (n,len) variant is chosen instead of (beg,end). Missing member template capabilities?
2005/11/02 19:18:15 iha 1.2.4.23: make more failsafe
2005/11/02 13:49:15 bm 1.2.4.22: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper)
2005/11/01 13:11:17 iha 1.2.4.21: support sequence mapping
2005/10/29 15:43:16 iha 1.2.4.20: support SequenceMapping also for chart local data
2005/10/27 18:25:46 iha 1.2.4.19: support SequenceMapping
2005/10/13 17:38:43 iha 1.2.4.18: renamed BoundedCoordinateSystem to CoordinateSystem
2005/10/07 11:08:24 bm 1.2.4.17: RESYNC: (1.2-1.3); FILE MERGED
2005/10/06 09:09:49 bm 1.2.4.16: apply data to model which data is attached to when setting data or labels (old behaviour)
2005/09/08 11:49:14 bm 1.2.4.15: refresh data when returning data and labels, do not refresh from model, if the data is not attached to it (model is set to 0 from outside)
2005/09/07 11:23:53 bm 1.2.4.14: last change undone -- XChartData may not belong to the current ChartModel (before attachData)
2005/09/07 11:16:36 bm 1.2.4.13: until we have a data change notification mechanism we always have to update the data in getData/getRowDescriptions/getColumnDescriptions
2005/08/18 15:20:38 bm 1.2.4.12: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API
2005/08/03 16:36:11 bm 1.2.4.11: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx
2005/08/02 13:45:21 bm 1.2.4.10: data_type is not standard. use mapped_type instead
2005/08/02 09:42:12 bm 1.2.4.9: pute data into the rectangular region in the same order than in old chart
2005/07/06 11:25:28 bm 1.2.4.8: return data in the correct order depending on DataRowSource
2005/07/05 16:47:52 bm 1.2.4.7: set row and column descriptions in refreshData
2005/05/09 09:50:53 bm 1.2.4.6: moved parts of API to data namespace
2005/04/19 17:28:38 iha 1.2.4.5: improved old api support (introduced wrappedpropertyset ...)
2004/09/16 09:04:39 iha 1.2.4.4: implement api redesign
2004/03/24 10:45:23 bm 1.2.4.3: some improvements of old API
2004/03/19 14:32:49 bm 1.2.4.2: XDataSource now contains XLabeledDataSources
2004/02/13 16:51:12 bm 1.2.4.1: join from changes on branch bm_post_chart01