Change-Id: I9f3cb1fb3186e77b5c5ee57ff3e6086022c80bfd
Note: kept old resouce to allow dialog to be called by dlg_InsertErrorBars, util we find a way to have a dialog to call a tab page and access the resources. Once a solution is found, old- resources can be deleted, RangeEdit and RangeSelectionHelper can be nuked too.
Reviewed-on: https://gerrit.libreoffice.org/7198
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
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
Menu item "Insert>Trend Lines.." allowed adding trendlines for all
data series at the same time. As we can now have more trendlines
per one data series this becomes cumbersome so only allow to add
a trend line when data series is selected or known.
Change-Id: I676876f389d00d3fbe668d429f0f98bd8c8d4d3d
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk
have kept them, in order not to break external API (the automatic using declaration
is LO-internal).
Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
- Make the function usable for XError and YError bars.
- Rename executeDispatch_InsertYErrorBars to executeDispatch_InsertErrorBars.
- Add a new parameter that control the error bar direction.
- Update arguments in callers.
2008/01/15 08:19:42 bm 1.13.8.7: #i44768# some string adaptions for trendlines
2008/01/14 17:14:50 bm 1.13.8.6: #i44768# executeDispatch_InsertTrendline: commit changes when property dialog
was quit with OK without having changed anything in the dialog.
2008/01/14 16:09:37 bm 1.13.8.5: #i44768# set correct CID for properties dialog for trendline
2008/01/14 13:46:10 bm 1.13.8.4: #i44768# insert/delete mean value lines via menu commands
2008/01/14 12:15:56 bm 1.13.8.3: #i44768# optimize width of trendline dialog
2008/01/11 15:58:43 bm 1.13.8.2: #i44768# make it easier to add and modify trendlines
2007/12/20 16:15:27 bm 1.13.8.1: #i84801# split up statistic dialog into error bar dialog and trendline dialog
2007/07/13 11:20:44 iha 1.11.12.4: cleanup data label controls (one implementation only)
2007/07/06 13:30:40 iha 1.11.12.3: #i8877# Error bar values limited to 0.1 and above
2007/07/05 12:52:32 iha 1.11.12.2: cleanup statistic controls (one implementation only) - prepare for issue 8877
2007/06/25 12:52:11 bm 1.11.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation
2007/01/16 16:25:18 iha 1.8.4.24: #i73426# wrong help context bvecause of wrong window hirarchy
2006/11/26 11:39:17 bm 1.8.4.23: includes for solar mutex missing
2006/10/27 15:17:00 iha 1.8.4.22: name consolidation
2006/10/18 17:07:34 bm 1.8.4.21: RESYNC: (1.9-1.10); FILE MERGED
2006/04/10 15:03:33 iha 1.8.4.20: api restructure axis, grids, scales and increments
2006/04/10 12:25:07 iha 1.8.4.19: api restructure axis, grids, scales and increments
2006/02/21 19:45:05 iha 1.8.4.18: added property show to axis to make axis title possible with invisible axis and enlarge lifetime for old api
2006/01/24 10:51:11 bm 1.8.4.17: pass ReferenceSizeProvider to axis insertion dialog to adapt settings for new axes
2006/01/06 20:29:01 iha 1.8.4.16: added legendposition to wizard and restructured legend postiion control classes
2005/11/22 10:53:20 bm 1.8.4.15: use correct undo strings
2005/11/21 16:08:37 bm 1.8.4.14: #i27351# use correct undo strings
2005/11/18 18:19:53 iha 1.8.4.13: restructuring for proper subgrid support
2005/11/15 18:10:37 iha 1.8.4.12: remove direct view update call and use UndoGuard
2005/11/15 15:32:02 iha 1.8.4.11: guard dialogs with solarmutex
2005/10/18 14:36:41 bm 1.8.4.10: lock controllers during model change callsProperties.cxxProperties.cxx
2005/10/13 17:38:48 iha 1.8.4.9: renamed BoundedCoordinateSystem to CoordinateSystem
2005/10/11 12:48:15 bm 1.8.4.8: #i27351# implement Undo
2005/10/07 11:33:53 bm 1.8.4.7: RESYNC: (1.8-1.9); FILE MERGED
2005/07/12 12:57:04 bm 1.8.4.6: use named properties for gradients etc. in chart model
2005/06/16 12:53:52 iha 1.8.4.5: create legend on demand
2005/05/31 18:58:54 iha 1.8.4.4: create view without controller
2004/04/07 21:52:23 iha 1.8.4.3: #i20344# moved methods from here to MeterHelper to create/remove axis/grids
2004/03/18 16:32:13 iha 1.8.4.2: moved method createAxis to MeterHelper
2004/03/12 15:33:37 iha 1.8.4.1: added AxisPosition for secondary axes