summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-17 13:32:58 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-17 13:32:58 +0000
commit030c4beb2153f129fb7fe9eff3d6e4374101b4cc (patch)
tree3e8ff9894704acaffc37f720b4c3a0a48a8883d1
parente3bb3bf56dbd390f4af4d27f5a15e2fe2a0b367c (diff)
INTEGRATION: CWS presfixes12 (1.5.20); FILE MERGED
2007/01/29 14:01:51 thb 1.5.20.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
-rw-r--r--slideshow/prj/build.lst4
1 files changed, 3 insertions, 1 deletions
diff --git a/slideshow/prj/build.lst b/slideshow/prj/build.lst
index b5f7b02b6fb2..4fc0c248050e 100644
--- a/slideshow/prj/build.lst
+++ b/slideshow/prj/build.lst
@@ -3,7 +3,9 @@ pe slideshow usr1 - all pe_mkout NULL
pe slideshow\inc nmake - all pe_inc NULL
pe slideshow\source\api nmake - all pe_api pe_inc NULL
pe slideshow\source\engine nmake - all pe_engine pe_api pe_inc NULL
+pe slideshow\source\engine\slide nmake - all pe_slide pe_api pe_inc NULL
+pe slideshow\source\engine\shapes nmake - all pe_shapes pe_api pe_inc NULL
pe slideshow\source\engine\transitions nmake - all pe_transitions pe_api pe_inc NULL
pe slideshow\source\engine\animationnodes nmake - all pe_animationnodes pe_api pe_inc NULL
pe slideshow\source\engine\activities nmake - all pe_activities pe_api pe_inc NULL
-pe slideshow\util nmake - all pe_util pe_activities pe_animationnodes pe_transitions pe_engine pe_api NULL
+pe slideshow\util nmake - all pe_util pe_shapes pe_slide pe_activities pe_animationnodes pe_transitions pe_engine pe_api NULL