Commit Graph

9 Commits

Author SHA1 Message Date
Kurt Zenker
332e46e878 INTEGRATION: CWS canvas05 (1.7.18); FILE MERGED
2008/04/21 07:53:16 thb 1.7.18.3: RESYNC: (1.8-1.9); FILE MERGED
2007/11/06 12:37:45 thb 1.7.18.2: RESYNC: (1.7-1.8); FILE MERGED
2007/10/01 13:49:11 thb 1.7.18.1: #i79258# Merge from CWS picom
2008-06-24 11:03:31 +00:00
Rüdiger Timm
cb5b779072 INTEGRATION: CWS changefileheader (1.8.26); FILE MERGED
2008/03/31 14:00:14 rt 1.8.26.1: #i87441# Change license header to LPGL v3.
2008-04-10 23:28:34 +00:00
Jens-Heiner Rechtien
8227686f10 INTEGRATION: CWS thbpp9_SRC680 (1.7.22); FILE MERGED
2007/10/17 13:58:07 thb 1.7.22.1: #i77672# Adapting to changed spirit behaviour (should be backward-compatible)
2007-11-01 13:47:01 +00:00
Oliver Bolte
e4600680df INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED
2007/01/29 14:01:57 thb 1.6.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:41:21 +00:00
Kurt Zenker
2d2ef0411d INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED
2006/11/15 14:07:37 thb 1.3.18.5: RESYNC: (1.4-1.5); FILE MERGED
2006/10/18 19:51:17 thb 1.3.18.4: RESYNC: (1.3-1.4); FILE MERGED
2006/04/12 20:40:04 thb 1.3.18.3: #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/03/24 18:23:10 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow
2006/03/15 15:22:18 thb 1.3.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)
2006-12-13 14:20:39 +00:00
Vladimir Glazounov
9d78f3091c INTEGRATION: CWS impress109 (1.4.6); FILE MERGED
2006/10/09 11:30:20 cl 1.4.6.1: #i67799# applied patch
2006-11-01 13:20:58 +00:00
Oliver Bolte
5b7bdcdbf3 INTEGRATION: CWS pchfix02 (1.3.50); FILE MERGED
2006/09/01 17:39:33 kaib 1.3.50.1: #i68856# Added header markers and pch files
2006-09-17 07:29:06 +00:00
Rüdiger Timm
ea2a2c84a2 INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED
2005/09/05 17:41:06 rt 1.2.42.1: #i54170# Change license header: remove SISSL
2005-09-07 19:30:47 +00:00
Rüdiger Timm
527dc07f03 INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED
2004/09/30 16:26:17 thb 1.1.2.8: #110496# Added TODO documentation
2004/09/22 17:57:59 thb 1.1.2.7: #110496# Fixed various issues reported by QA: shape positions, when controlled via animations, are now all relative to the shape center; unified scheduleActivationEvent, to interpret missing begin times as 0 for all nodes (not only leaf nodes, as before); added two new function keywords to the expression parser (min and max), this was needed for Zoom from bottom effect; temporarily implemented SLIDEWIPE by BARWIPE for shapes; corrected various transition mapping issues in the transitionfactorytab.cxx; clarified documentation at various places
2004/08/04 11:59:48 thb 1.1.2.6: #110496# Adapted to ppt import case conventions
2004/07/26 20:40:56 thb 1.1.2.5: #i10000# MSVC requires explicit overload for plain function ptrs here
2004/07/26 18:04:03 thb 1.1.2.4: #i10000# Various adaptations to make this compile under SunWorkshop 5.5. Ultimately, had to drop unicode support from the parser, since sal_Unicode!=wchar_t, which is currently not handled properly by boost::spirit
2004/07/22 19:42:13 thb 1.1.2.3: #110496# Slideshow milestone, all smil attributes implemented, effects basically working, UI events basically working, text iterations working
2004/05/27 20:51:33 thb 1.1.2.2: #110496#
Added classification code to all TODO/HACK/FIXME comments.
There are four categories:
 - code quality (C)
 - performance (P)
 - missing functionality (F)
 - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/05/27 15:04:58 thb 1.1.2.1: Initial revision
2004-11-26 17:59:50 +00:00