by moving the canAdvance method from OWizardPage to the IWizardPage interface, which in this course has
been renamed to IWizardPageController.
This will later on allow to have implementations where the TabPage is provided by an external component
(e.g. as UNO Service), but the controlling of those pages is still intercepted and handled internally.
2007/08/30 12:20:12 bm 1.3.2.2: #i79259# get the focus back to the edit field after range choosing
2007/08/30 11:11:44 bm 1.3.2.1: #i79259# handle F2 in range edit fields for opening the range chooser
2007/05/18 16:12:16 bm 1.1.2.56: #i74635# ResMgr cleanup ResId -> SchResId
2007/03/19 15:18:41 bm 1.1.2.55: #i75297# allow empty data series
2007/03/07 13:15:44 bm 1.1.2.54: #i75179# enable WB_FORCECTRLBACKGROUND bit to allow setting red background of controls
2007/03/02 13:59:44 bm 1.1.2.53: #i75058# catch exceptions when createDataSequenceByRangeRepresentation fails
2007/03/01 13:15:08 bm 1.1.2.52: #i71233# check for validity when other role has been selected
2007/02/27 16:27:59 bm 1.1.2.51: #i71233# disable dialog commit when there are invalid ranges or series with missing mandatory roles
2007/02/27 13:45:31 bm 1.1.2.50: Disable controls and tabs when invalid ranges were entered
2007/02/26 13:10:44 bm 1.1.2.49: use different foreground and background for invalid ranges, like in Firefox.
2007/02/09 12:31:18 bm 1.1.2.48: implement adaptions for different look in wizard and stand-alone source data dialog, according to spec FlexibleSourceRangeSelection
2007/02/08 21:25:35 iha 1.1.2.47: resync m195 -> m202
2007/01/10 10:24:39 bm 1.1.2.46: #i72241# When you enter a label range without corresponding values, a new sequence is created. If the range of the label sequence is changed use this sequemce again instead of creating another sequence. Also: adapt a sloppy input into a correct range string in the role listbox (like a1 -> Sheet1.$A$1)
2006/12/11 17:49:25 bm 1.1.2.45: #i72308# allow to set the label before the values of a series
2006/12/11 17:31:54 bm 1.1.2.44: #i72308# allow to set the label before the values of a series
2006/12/11 16:30:42 bm 1.1.2.43: Unnamed series get an index from the second one on
2006/12/11 14:56:02 bm 1.1.2.42: #i72308# show "Unnamed series" instead of an empty string for series with no label (and no generatable label, e.g. a new series)
2006/12/05 23:46:01 iha 1.1.2.41: #i71675# enable set data label range for xy charts
2006/11/10 21:03:06 iha 1.1.2.40: prevent immidiate redraw in wizard and according dialogs (important for charts with many data)
2006/11/02 12:26:17 bm 1.1.2.39: enable range chooser buttons for xy-chart
2006/11/01 15:36:56 iha 1.1.2.38: cleanup resources + changed variable names according to style guide
2006/10/27 14:40:49 bm 1.1.2.37: allow deleting the range for a label but not for values
2006/10/27 12:24:25 bm 1.1.2.36: remove categories when an empty string was entered
2006/10/27 11:26:51 bm 1.1.2.35: allow to add a categories range when there were no categories before
2006/10/25 11:24:11 bm 1.1.2.34: allow setting previously unset sequences, e.g. labels at data series with external data provider
2006/10/24 11:55:16 bm 1.1.2.33: enable range chooser in Calc
2006/10/09 17:18:32 bm 1.1.2.32: hide range chooser buttons if no range chooser is available (instead of just disabling)
2006/10/09 16:01:49 bm 1.1.2.31: only enable range chooser buttons if a range chooser component is available
2006/06/28 11:18:32 dr 1.1.2.30: clean up tab order of controls
2006/04/22 11:11:17 iha 1.1.2.29: park unused categories in scale with AxisType not being CATEGORY
2006/02/20 14:45:45 iha 1.1.2.28: move SchItemPool from controller to view lib -> ChartItemPool
2005/11/14 17:54:52 iha 1.1.2.27: don't update model again at end of execute as this was done already - undo is done outside of the dialog
2005/11/11 18:45:22 iha 1.1.2.26: move only compatible series
2005/11/11 14:41:52 iha 1.1.2.25: replace direct view update call with model->setModified call
2005/11/11 13:55:14 iha 1.1.2.24: guard DataRange Dialog against to many view updates
2005/11/10 09:27:52 dr 1.1.2.23: #i3997# crash when series does not contain any role
2005/10/11 09:20:15 bm 1.1.2.22: license header change
2005/08/29 14:46:56 bm 1.1.2.21: enable live preview again
2005/08/03 16:36:15 bm 1.1.2.20: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx
2005/05/09 09:50:56 bm 1.1.2.19: moved parts of API to data namespace
2005/04/19 14:34:40 bm 1.1.2.18: fixing the data source/range chooser dialogs
2005/04/15 14:48:08 bm 1.1.2.17: data source and range choose dialog rework
2004/09/15 15:39:01 iha 1.1.2.16: implement api redesign
2004/07/05 11:35:41 iha 1.1.2.15: correct update cycle
2004/06/30 16:14:16 bm 1.1.2.14: some fixes
2004/06/29 15:43:54 bm 1.1.2.13: internal strings converted to ressource strings
2004/06/29 12:21:53 bm 1.1.2.12: shared data for range chooser and data source tab pages
2004/06/17 13:05:11 bm 1.1.2.11: some minor preliminary fixes
2004/06/17 10:03:24 bm 1.1.2.10: data source dialog is a tab dialog now using
the same tabpages as the wizard
2004/06/10 11:31:11 iha 1.1.2.9: restore version 1.1.2.7 because hiding leads to more problems on linux
2004/06/09 21:57:29 iha 1.1.2.8: hide dialog instead of disabling
2004/06/08 22:18:10 iha 1.1.2.7: set data to dirty if ranges of sequences changes
2004/06/08 19:27:55 iha 1.1.2.6: changed title
2004/05/27 17:30:42 bm 1.1.2.5: use new getChartTypeForNewSeries method at template when adding series
2004/05/27 15:54:30 iha 1.1.2.4: #i20344# provide charttype template
2004/05/26 13:18:40 bm 1.1.2.3: dialog behaviour improvements
2004/05/25 11:49:01 bm 1.1.2.2: title string changed
2004/05/24 17:37:49 bm 1.1.2.1: Flexible Source Range Dialog became a tab page now