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
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
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)