Change the SfxShell's UndoManager attribute to be an IUndoManager. Did all the resulting changes
up the source tree.
This way, we'll hopefully be able to provide an IUndoManager implementation in Writer, which
is not based on the SfxUndoManager, but on Writer's own Undo implementation.
2007/02/16 15:09:27 af 1.12.52.5: RESYNC: (1.14-1.15); FILE MERGED
2007/01/25 13:50:55 af 1.12.52.4: RESYNC: (1.13-1.14); FILE MERGED
2006/09/25 16:51:37 af 1.12.52.3: RESYNC: (1.12-1.13); FILE MERGED
2006/09/15 08:56:50 af 1.12.52.2: #i68075# Added parent window argument to SlideShow constructor.
2006/08/22 09:29:15 af 1.12.52.1: #i68075# Using SlideSorterViewShell::GetSlideSorter() instead of local method. Listening for additional event type EID_SLIDE_SORTER_SELECTION.
2006/03/29 15:25:41 af 1.10.84.2: RESYNC: (1.10-1.11); FILE MERGED
2006/02/23 14:47:52 af 1.10.84.1: #i62478# Made initialization of list of slide transitions and list of sounds asynchronous.
2005/01/18 11:03:17 bm 1.2.44.4: #i40660# some transition presets are not shown in the UI, therefore remember a mapping of indexes
2005/01/17 15:17:12 cl 1.2.44.3: #i37784# changed to absolute intervals for iterate containers
2005/01/13 14:04:46 af 1.2.44.2: #i40384# In EventMultiplexerListener() the EID_MAIN_VIEW_ADDED code now determines the XDrawView correctly.
2005/01/12 14:45:10 cl 1.2.44.1: #i40343# removed unnec. assertion
2004/09/30 20:51:22 cl 1.1.2.20: fixed linux compile issue
2004/09/29 16:28:46 af 1.1.2.19: #i34804# Using new EventMultiplexer class.
2004/09/27 20:24:53 cl 1.1.2.18: added slide transition undo
2004/09/26 19:01:43 cl 1.1.2.17: added animation undo
2004/09/22 13:02:54 cl 1.1.2.16: added support for XCommand
2004/09/02 09:14:17 cl 1.1.2.15: moved effect and transition presets access to a singleton
2004/09/01 09:25:18 thb 1.1.2.14: #110496# Fixed order of calls (updateSoundList must happen before updateControls)
2004/08/28 22:41:26 cl 1.1.2.13: removed old presentation code
2004/08/26 09:37:59 bm 1.1.2.12: width of speed fixed-text was incorrect
2004/08/25 15:03:54 bm 1.1.2.11: auto play of current effect is not wanted on selection change
2004/08/25 14:55:31 bm 1.1.2.10: final implementation, except correct selection handling (base functionality missing
2004/08/24 12:51:13 bm 1.1.2.9: avoid temporary for controls in CTOR (illegal, because copy-CTOR of OutputDevice is private)
2004/08/24 12:39:08 bm 1.1.2.8: sound list
2004/08/20 15:17:52 bm 1.1.2.7: controls are set from selected pages, applying changes does not work yet
2004/08/19 16:58:30 bm 1.1.2.6: typo!
2004/08/19 16:49:13 bm 1.1.2.5: implementation
2004/08/19 10:01:44 cl 1.1.2.4: new helper for transition presets
2004/08/18 13:53:14 bm 1.1.2.3: layout improvements
2004/08/18 10:35:20 bm 1.1.2.2: first UI layout
2004/08/17 11:48:30 bm 1.1.2.1: new pane for slide transitions