Commit Graph

28 Commits

Author SHA1 Message Date
David Tardon
db5d4214bc always set event description
Change-Id: I8d83c0d65fff0b0d3d08f32aa3d5c0bb5e7e9c8a
2012-11-22 10:47:15 +01:00
David Tardon
112b481a7f OSL_TRACE -> SAL_INFO
Change-Id: I3c3dbe958fe50cc95b8427ac4daaca1a5bec784c
2012-11-22 10:47:14 +01:00
Michael Meeks
535e83550e re-base on ALv2 code. Includes:
Avoid some uses of non portable #!/bin/bash in shell scripts.
    Patch contributed by Pedro Giffuni
    http://svn.apache.org/viewvc?view=revision&revision=1235297
    remove redundant namespace, patch contributed Mathias Bauer
    http://svn.apache.org/viewvc?view=revision&revision=1162610
    removal of OS/2 port changes, and preferring our similiar
    tools/inc/tools/solar.h DLLPOSTFIX cleanup.
    i118595 - Removal of the use of getopt() from rscdep.
    Patch contributed by Andre Fische
    http://svn.apache.org/viewvc?view=revision&revision=1202270
2012-07-11 18:12:35 +01:00
Lior Kaplan
e10fc18fb2 typo fix: explicitely -> explicitly 2011-12-01 23:41:42 +02:00
Norbert Thiebaud
05b879dabf remove include of pch header from slidewhow 2011-11-27 13:22:08 -06:00
Thomas Arnhold
31300a1b6f Remove unused Debugging stuff
If this is still needed, please revert it.
2011-07-25 15:12:14 +02:00
Thomas Arnhold
c64a901829 Move OSL_ENSURE(false,...) to OSL_FAIL(...) 2011-03-12 14:13:33 +01:00
Sebastian Spaeth
80b0861510 Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-13 10:57:43 +02:00
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
Andre Fischer
5caa432685 #i48179# Fixed stepping back for animations with active auto_reverse. 2009-10-14 12:38:02 +00:00
Andre Fischer
69a4a545a5 #i48179# Debug: added descriptive strings to events. 2009-04-27 11:42:05 +00:00
Andre Fischer
268c5a727b #i48179# Introduced EffectRewinder class that replays main sequence effects on current or previous slide. 2009-03-04 13:41:44 +00:00
Kurt Zenker
ccb9b54c95 INTEGRATION: CWS canvas05 (1.13.18); FILE MERGED
2008/04/21 07:53:01 thb 1.13.18.2: RESYNC: (1.13-1.14); FILE MERGED
2007/10/01 13:49:11 thb 1.13.18.1: #i79258# Merge from CWS picom
2008-06-24 11:02:19 +00:00
Rüdiger Timm
1611a83615 INTEGRATION: CWS changefileheader (1.13.46); FILE MERGED
2008/03/31 14:00:14 rt 1.13.46.1: #i87441# Change license header to LPGL v3.
2008-04-10 23:25:08 +00:00
Oliver Bolte
c490787e55 INTEGRATION: CWS presfixes12 (1.12.12); FILE MERGED
2007/02/25 01:10:23 thb 1.12.12.3: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour
2007/02/06 17:18:03 thb 1.12.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:01:53 thb 1.12.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:36:13 +00:00
Kurt Zenker
ac4e81287c INTEGRATION: CWS presfixes09 (1.9.2); FILE MERGED
2006/10/18 19:49:08 thb 1.9.2.5: RESYNC: (1.10-1.11); FILE MERGED
2006/09/15 22:11:37 thb 1.9.2.4: RESYNC: (1.9-1.10); FILE MERGED
2006/04/12 20:40:03 thb 1.9.2.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:07 thb 1.9.2.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow
2006/03/15 15:22:17 thb 1.9.2.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)
2006-12-13 14:15:23 +00:00
Oliver Bolte
df78a515ec INTEGRATION: CWS pchfix02 (1.10.10); FILE MERGED
2006/09/01 17:39:30 kaib 1.10.10.1: #i68856# Added header markers and pch files
2006-09-17 07:25:30 +00:00
Rüdiger Timm
82a7e0e548 INTEGRATION: CWS presfixes10 (1.9.8); FILE MERGED
2006/07/14 08:16:29 dbo 1.9.8.1: #i58939#
2006-07-26 06:25:33 +00:00
Rüdiger Timm
0b5a59c135 INTEGRATION: CWS thbpp2 (1.8.28); FILE MERGED
2006/01/27 13:56:31 thb 1.8.28.1: #i61190# Activities might add events - thus, can only reliably retrieve next timeout after processing activities queue.
2006-02-09 13:48:22 +00:00
Rüdiger Timm
7f75dc4b13 INTEGRATION: CWS ooo19126 (1.7.12); FILE MERGED
2005/09/05 17:41:01 rt 1.7.12.1: #i54170# Change license header: remove SISSL
2005-09-07 19:25:42 +00:00
Oliver Bolte
e4a7667860 INTEGRATION: CWS presfixes04 (1.6.8); FILE MERGED
2005/04/20 18:02:20 thb 1.6.8.1: #i47657# Changed Event interface, to better express the meaning of the isCharged() (former wasFired()) method; changed EventQueue and UserEventQueue to ignore events which are discharged; changed Impl_Presentation::notifySlideAnimationEnded to generate an interruptable delay, i.e. one that can be fired prematurely by user intervention; improved/clarified docs
2005-04-22 12:28:48 +00:00
Rüdiger Timm
739efade65 INTEGRATION: CWS presfixes02 (1.5.2); FILE MERGED
2005/03/15 10:38:24 dbo 1.5.2.1: #i39513# misc minor improvements
Issue number:
Submitted by:
Reviewed by:
2005-03-30 06:54:16 +00:00
Vladimir Glazounov
2e4edd93f6 INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED
2005/02/17 23:56:50 thb 1.4.6.4: #i42499# Made de-spriting of shape effects happen in new Activity::dequeued() method; removed Activity::end() method; fixed calculation of XSlideShow::update() wait interval; slightly modified pres time handling, pres time is now held during _all_ queue processing, including EventQueue (generated funny bounce and break effects, because delayed activities got out of sync); clarified documentation
2005/02/07 01:05:36 thb 1.4.6.3: #i38960# Slight adaptions for new timer handling: event and activities queue now share a timer, such that e.g. a hold on this timer affects the other queue, too; slight reworks to slidechangebase, now creating the slide bitmap(s) on start(), too.
2005/02/02 22:46:58 dbo 1.4.6.2: #i37777#
- timing changes for activities queue
- minor fixes
Issue number:
Submitted by:
Reviewed by:
2005/01/27 15:58:17 dbo 1.4.6.1: #i39662# using shared timer for correct pausing
Issue number:
Submitted by:
Reviewed by:
2005-03-10 12:41:56 +00:00
Rüdiger Timm
7b60b9c5f7 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/08/25 15:56:26 thb 1.2.2.7: #110496# Fixed set effect making shapes visible immediately before the actual effect starts; Fixed wrong handling of deceleration value (especially, acc=0, dec=1 did not work); Fixed wrong to- and by-effect semantics (now according to SMIL spec)
2004/08/09 11:50:05 thb 1.2.2.6: #i10000# Fixed various const-incorrectnesses (made the stuff compile under Linux and Solaris)
2004/08/01 20:08:11 thb 1.2.2.5: #110496# Changed slideshow API to match the needs of sd more closely
2004/07/22 19:42:03 thb 1.2.2.4: #110496# Slideshow milestone, all smil attributes implemented, effects basically working, UI events basically working, text iterations working
2004/06/01 14:20:46 thb 1.2.2.3: #i10000# Fixed some *nix compile breakages
2004/05/23 08:22:39 thb 1.2.2.2: #110496# First working version with SMIL support (basic effects only
2004/04/05 16:06:05 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 17:53:02 +00:00
Rüdiger Timm
bb6ccff299 INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED
2004/06/28 13:37:16 cmc 1.2.10.1: #i30801# no need to prepend boost headers with external
2004-09-08 15:36:05 +00:00
Thorsten Behrens
7bf2fb485b #110496# Merge from cws_srx645_canvas01: first working version of UNO slideshow component, providing basic presentation functionality for Impress XShapes 2004-03-18 09:44:39 +00:00