Commit Graph

20 Commits

Author SHA1 Message Date
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
Olivier Hallot
806dce17d6 Fix for fdo43460 Part XXXIV getLength() to isEmpty()
Part XXXIV
Modules
shell, slideshow, sot, starmath
2012-01-11 18:43:07 -02:00
Norbert Thiebaud
05b879dabf remove include of pch header from slidewhow 2011-11-27 13:22:08 -06: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
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
Andre Fischer
69a4a545a5 #i48179# Debug: added descriptive strings to events. 2009-04-27 11:42:05 +00:00
Kurt Zenker
62cbfc153a INTEGRATION: CWS canvas05 (1.13.18); FILE MERGED
2008/04/21 07:54:11 thb 1.13.18.2: RESYNC: (1.13-1.14); FILE MERGED
2007/10/01 13:49:12 thb 1.13.18.1: #i79258# Merge from CWS picom
2008-06-24 11:06:29 +00:00
Rüdiger Timm
ccda90a583 INTEGRATION: CWS changefileheader (1.13.46); FILE MERGED
2008/03/31 14:00:17 rt 1.13.46.1: #i87441# Change license header to LPGL v3.
2008-04-10 23:38:37 +00:00
Oliver Bolte
951d8d97d3 INTEGRATION: CWS presfixes12 (1.12.12); FILE MERGED
2007/02/25 01:10:25 thb 1.12.12.2: #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/01/29 14:01:59 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:46:26 +00:00
Kurt Zenker
81109b6f79 INTEGRATION: CWS presfixes09 (1.8.18); FILE MERGED
2006/10/18 19:53:57 thb 1.8.18.4: RESYNC: (1.9-1.11); FILE MERGED
2006/09/15 22:12:57 thb 1.8.18.3: RESYNC: (1.8-1.9); FILE MERGED
2006/04/12 20:40:06 thb 1.8.18.2: #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:15 thb 1.8.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow
2006-12-13 14:28:01 +00:00
Oliver Bolte
d1577afc4c INTEGRATION: CWS sb59 (1.8.42); FILE MERGED
2006/08/23 09:37:07 thb 1.8.42.3: #i68336# Corrected wrong deactivate_st override in AnimationAudioNode
2006/08/18 18:29:34 sb 1.8.42.2: RESYNC: (1.8-1.9); FILE MERGED
2006/08/11 20:35:46 thb 1.8.42.1: #i68336# Made slideshow warning free
2006-10-12 12:58:14 +00:00
Oliver Bolte
57d9ba4927 INTEGRATION: CWS pchfix02 (1.9.8); FILE MERGED
2006/09/01 17:39:37 kaib 1.9.8.1: #i68856# Added header markers and pch files
2006-09-17 07:33:15 +00:00
Rüdiger Timm
b944c4edff INTEGRATION: CWS presfixes10 (1.8.8); FILE MERGED
2005/11/07 15:26:45 dbo 1.8.8.1: #i45197# revised code
Issue number:
Submitted by:
Reviewed by:
2006-07-26 06:29:02 +00:00
Rüdiger Timm
7463fb57de INTEGRATION: CWS ooo19126 (1.7.12); FILE MERGED
2005/09/05 17:41:14 rt 1.7.12.1: #i54170# Change license header: remove SISSL
2005-09-07 19:38:52 +00:00
Oliver Bolte
24a02629b3 INTEGRATION: CWS presfixes04 (1.6.8); FILE MERGED
2005/04/20 18:02:22 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:29:38 +00:00
Rüdiger Timm
8e5a0501da INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED
2005/03/15 10:38:26 dbo 1.3.2.1: #i39513# misc minor improvements
Issue number:
Submitted by:
Reviewed by:
2005-03-30 07:05:02 +00:00
Rüdiger Timm
05ee5de117 INTEGRATION: CWS effectmigration01 (1.2.12); FILE MERGED
2005/03/29 09:21:54 cl 1.2.12.5: RESYNC: (1.3-1.4); FILE MERGED
2005/03/17 16:56:13 iha 1.2.12.4: #i45012# dispose sound at deactivation
2005/03/16 11:01:54 cl 1.2.12.3: fixed merge conflict
2005/03/15 18:18:37 cl 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED
2005/03/14 17:15:22 iha 1.2.12.1: #i45012# to many player instances created at the same time
2005-03-29 13:20:39 +00:00
Kurt Zenker
188ed80c82 INTEGRATION: CWS impress36 (1.2.10); FILE MERGED
2005/03/15 18:00:07 cl 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED
2005/03/02 11:52:10 cl 1.2.10.1: #i43679# added AnimationCommandNode for STOPAUDIO support
2005-03-18 16:10:56 +00:00
Vladimir Glazounov
2ce7fed4e8 INTEGRATION: CWS presfixes01 (1.2.2); FILE MERGED
2005/01/30 15:51:03 dbo 1.2.2.1: #i39662# sound pausing
Issue number:
Submitted by:
Reviewed by:
2005-03-10 12:49:39 +00:00
Kurt Zenker
7880242859 INTEGRATION: CWS impress23 (1.1.2); FILE ADDED
2004/12/08 12:45:32 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)
2005-01-21 16:02:17 +00:00