Commit Graph

7 Commits

Author SHA1 Message Date
Oliver Bolte
9e9d9369df INTEGRATION: CWS presfixes12 (1.7.12); FILE MERGED
2007/05/02 21:37:24 thb 1.7.12.5: #i37778# Changed calls to cppcanvas::Canvas::getTransformation() to ViewLayer::getTransformation() where appropriate (because that's more direct); added initial Slide rendering back in (this time optional)
2007/02/02 08:47:53 thb 1.7.12.4: #i37778# Moved all old-style casts to sal::static_int_cast
2007/01/31 14:30:33 thb 1.7.12.3: #i37778# removed View::isContentDestroyed() and mbContentValid distinction on View::clear() - clear() now always clears view the hard way; added explicit screen update to CombTransition, which bypasses SlideChangeBase functionality
2007/01/31 12:29:05 thb 1.7.12.2: #i37778# Slide animations now notify screen updates themselves
2007/01/29 14:02:16 thb 1.7.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:58:39 +00:00
Kurt Zenker
d64d3cfe48 INTEGRATION: CWS presfixes09 (1.5.18); FILE MERGED
2006/10/18 19:57:35 thb 1.5.18.4: RESYNC: (1.5-1.6); FILE MERGED
2006/04/24 13:25:31 thb 1.5.18.3: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway.
2006/04/03 16:19:00 thb 1.5.18.2: #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:22 thb 1.5.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow
2006-12-13 14:39:24 +00:00
Oliver Bolte
614badd603 INTEGRATION: CWS pchfix02 (1.5.50); FILE MERGED
2006/09/01 17:39:40 kaib 1.5.50.1: #i68856# Added header markers and pch files
2006-09-17 07:38:40 +00:00
Rüdiger Timm
eccf1b606a INTEGRATION: CWS ooo19126 (1.4.30); FILE MERGED
2005/09/05 17:41:25 rt 1.4.30.1: #i54170# Change license header: remove SISSL
2005-09-07 19:50:51 +00:00
Vladimir Glazounov
dc8d72b8ff INTEGRATION: CWS presfixes01 (1.3.2); FILE MERGED
2005/02/15 23:51:00 thb 1.3.2.3: #i42440# Moved sprite-growing code to slideshow, some minor issues with size calculations for empty slides (when a 'leaving' slide is needed, but there's no previous one, an empty bitmap is generated)
2005/01/30 15:54:42 dbo 1.3.2.2: #i39787# correct bitmap dimensions
Issue number:
Submitted by:
Reviewed by:
2005/01/26 11:18:31 dbo 1.3.2.1: #i39787# slide transition revision: recalc bitmaps/sprites in case of view changes
Issue number:
Submitted by:
Reviewed by:
2005-03-10 12:51:04 +00:00
Kurt Zenker
db9217f793 INTEGRATION: CWS impress23 (1.2.2); FILE MERGED
2004/12/08 13:43:40 thb 1.2.2.1: #i36214# Restructured animation and activities factory into several files, fixed some gcc wall complaints
2005-01-21 16:08:29 +00:00
Rüdiger Timm
996346c17b INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED
2004/11/21 22:08:45 thb 1.1.2.3: #110496# Adaptions to modified basegfx API after merge
2004/10/19 22:12:01 thb 1.1.2.2: #110496#, #i35043#, #i35133#: Chose some more speaking names for some Shape methods; added GIF animation support; corrected a few slide transitions
2004/09/30 14:59:08 thb 1.1.2.1: #110496# Initial revision
2004-11-26 18:04:12 +00:00