Commit Graph

16 Commits

Author SHA1 Message Date
Frank Schoenheit [fs]
2ee0a0a806 autorecovery: merged changes from m74. Still need to find out how to re-do two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore. 2010-03-11 11:26:05 +01:00
Jens-Heiner Rechtien
9e19ff00c7 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Frank Schoenheit [fs]
7ffad11ac2 autorecovery: ENSURE_OR_RETURN => ENSURE_OR_RETURN_FALSE, added new ENSURE_OR_RETURN taking a return value 2010-01-29 08:49:42 +01:00
Kurt Zenker
d87412f8f2 INTEGRATION: CWS canvas05 (1.11.18); FILE MERGED
2008/04/21 07:54:20 thb 1.11.18.3: RESYNC: (1.12-1.13); FILE MERGED
2008/01/22 00:53:36 thb 1.11.18.2: RESYNC: (1.11-1.12); FILE MERGED
2007/10/01 13:49:12 thb 1.11.18.1: #i79258# Merge from CWS picom
2008-06-24 11:07:15 +00:00
Rüdiger Timm
a9f3b2f46c INTEGRATION: CWS changefileheader (1.12.26); FILE MERGED
2008/03/31 14:00:17 rt 1.12.26.1: #i87441# Change license header to LPGL v3.
2008-04-10 23:40:45 +00:00
Rüdiger Timm
fba655aaad INTEGRATION: CWS transogl01 (1.11.4); FILE MERGED
2007/10/10 12:02:30 thb 1.11.4.1: #i10000# WaE fixes; making verbose=t build work again
2007-11-09 09:18:16 +00:00
Oliver Bolte
3c626ebb2e INTEGRATION: CWS presfixes12 (1.10.12); FILE MERGED
2007/02/06 17:18:04 thb 1.10.12.2: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable
2007/01/29 14:02:00 thb 1.10.12.1: Issue number: #i37778#

Larger slideshow refactoring. Wrote design and coding style manifest,
and adapted the code to actually conform to this. In detail:
 - cleaned up ownership/disposable/weak_ptr story. removed hacks and
   explicit Disposable implementations, where workaround were available
 - removed object mutices, where superfluous
 - reworked EventMultiplexer (using templatized listener class now), added
   more events. EventMultiplexer now serves as a true blackboard
 - reworked directory structure: disjunct parts are now physically separated
   into directories, instantiation happens via factories & abstract interfaces
 - added CursorManager, to make setting mouse cursor less hackish
 - reworked DrawShape, to implement SeparateListener pattern
 - reworked IntrinsicAnimationActivity, to avoid cyclic references
 - modified hyperlink & shape cursor handling to communicate via
   EventMultiplexer
 - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
   etc.)
 - added first version of the z-order fix to layer/layermanager
 - cleaned up include guards and include syntax
2007-07-17 13:47:27 +00:00
Kurt Zenker
539aade798 INTEGRATION: CWS presfixes09 (1.7.18); FILE MERGED
2006/10/18 19:54:37 thb 1.7.18.7: RESYNC: (1.8-1.9); FILE MERGED
2006/09/15 22:14:07 thb 1.7.18.6: RESYNC: (1.7-1.8); FILE MERGED
2006/04/12 20:40:07 thb 1.7.18.5: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that)
2006/04/03 16:19:00 thb 1.7.18.4: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow
2006/03/24 18:23:16 thb 1.7.18.3: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow
2006/03/15 15:22:20 thb 1.7.18.2: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)
2006/03/06 22:14:31 thb 1.7.18.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio
2006-12-13 14:29:56 +00:00
Oliver Bolte
3444223360 INTEGRATION: CWS pchfix02 (1.8.10); FILE MERGED
2006/09/01 17:39:37 kaib 1.8.10.1: #i68856# Added header markers and pch files
2006-09-17 07:34:05 +00:00
Rüdiger Timm
9559af82f6 INTEGRATION: CWS presfixes10 (1.7.8); FILE MERGED
2005/11/07 15:26:48 dbo 1.7.8.1: #i45197# revised code
Issue number:
Submitted by:
Reviewed by:
2006-07-26 06:31:56 +00:00
Rüdiger Timm
0f092f45b6 INTEGRATION: CWS ooo19126 (1.6.12); FILE MERGED
2005/09/05 17:41:16 rt 1.6.12.1: #i54170# Change license header: remove SISSL
2005-09-07 19:41:11 +00:00
Oliver Bolte
6e64997559 INTEGRATION: CWS presfixes05 (1.5.10); FILE MERGED
2005/04/26 22:57:13 thb 1.5.10.1: #i47876#, #i47765#: Corrected subset handling (completely wrong for slightly more complex formatting structures, since I didn't, among other things, handle the 'para also ends last character cell' topic correctly; removed unused code from animationbasenode.cxx; fetching the right DocTreeNode when generating subsets of subsets in AnimationNodeFactory
2005-05-03 13:06:40 +00:00
Rüdiger Timm
3850f6b46d INTEGRATION: CWS presfixes02 (1.3.6); FILE MERGED
2005/03/14 16:12:31 thb 1.3.6.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches
2005-03-30 07:05:32 +00:00
Kurt Zenker
3a8cc1f672 INTEGRATION: CWS impress36 (1.3.8); FILE MERGED
2005/03/02 11:52:10 cl 1.3.8.1: #i43679# added AnimationCommandNode for STOPAUDIO support
2005-03-18 16:11:47 +00:00
Rüdiger Timm
098bea1127 INTEGRATION: CWS impress30 (1.2.10); FILE MERGED
2005/01/21 14:18:49 dbo 1.2.10.1: #i38814# timeout in seconds instead of percentage
Issue number:
Submitted by:
Reviewed by:
2005-01-28 14:49:44 +00:00
Kurt Zenker
b3150fbd30 INTEGRATION: CWS impress23 (1.1.2); FILE ADDED
2004/12/08 12:45:33 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)
2005-01-21 16:02:44 +00:00