Commit Graph

22 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
Norbert Thiebaud
6933730601 targeted string re-work
Change-Id: Ia1ab054537ac379f08ecd1950ca686d08be35d03
2012-06-02 16:48:36 -05:00
Norbert Thiebaud
05b879dabf remove include of pch header from slidewhow 2011-11-27 13:22:08 -06:00
Thomas Arnhold
c64a901829 Move OSL_ENSURE(false,...) to OSL_FAIL(...) 2011-03-12 14:13:33 +01:00
Fridrich Štrba
c71de19e96 Port stuff to our private implementation of SGI extensions 2011-02-08 17:41:39 +01:00
Gert Faller
24e156423d RTL_CONSTASCII_USTRINGPARAM macro 2010-11-02 21:16:14 +00: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
11a2f378b1 #i48179# Improved/fixed debugging code. 2009-05-06 08:16:59 +00:00
Andre Fischer
69a4a545a5 #i48179# Debug: added descriptive strings to events. 2009-04-27 11:42:05 +00:00
Rüdiger Timm
2886dbd732 INTEGRATION: CWS changefileheader (1.12.46); FILE MERGED
2008/03/31 14:00:14 rt 1.12.46.1: #i87441# Change license header to LPGL v3.
2008-04-10 23:25:59 +00:00
Oliver Bolte
1d6897835a INTEGRATION: CWS presfixes12 (1.11.12); FILE MERGED
2007/03/05 13:47:06 thb 1.11.12.4: #i37778# Removed Activity::needsScreenUpdate() method - this is now handled by notifying ScreenUpdater explicitely; reorg of SlideShowImpl members, to align lifetime with mutual references; fixed (hopefully) last repaint issues with new LayerManager; added more tests
2007/02/25 01:10:23 thb 1.11.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/01/29 15:15:29 thb 1.11.12.2: #i37778# Fixed Forte8 compiler breakages
2007/01/29 14:01:54 thb 1.11.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:38:24 +00:00
Vladimir Glazounov
ea5c10428c #i10000# add #include <boost/current_function.hpp> 2006-12-14 23:51:16 +00:00
Kurt Zenker
bae860d99e INTEGRATION: CWS presfixes09 (1.7.16); FILE MERGED
2006/10/18 19:50:13 thb 1.7.16.7: RESYNC: (1.7-1.9); FILE MERGED
2006/04/24 13:25:25 thb 1.7.16.6: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway.
2006/04/12 20:40:03 thb 1.7.16.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/12 19:25:05 thb 1.7.16.4: #i37778# Making slideshow engine much more robust against missing/unsupported interfaces and properties; fixed RehearseTimings output offset issue; fixed WaitSymbol output position
2006/04/03 16:18:56 thb 1.7.16.3: #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:09 thb 1.7.16.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow
2006/03/06 22:14:29 thb 1.7.16.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
2006-12-13 14:18:12 +00:00
Oliver Bolte
c0c98dc107 INTEGRATION: CWS sb59 (1.7.44); FILE MERGED
2006/08/11 20:35:43 thb 1.7.44.1: #i68336# Made slideshow warning free
2006-10-12 12:55:01 +00:00
Oliver Bolte
dafb45b3ae INTEGRATION: CWS pchfix02 (1.7.48); FILE MERGED
2006/09/01 17:39:32 kaib 1.7.48.1: #i68856# Added header markers and pch files
2006-09-17 07:27:18 +00:00
Oliver Bolte
e18adde22e INTEGRATION: CWS presfixes08 (1.5.16); FILE MERGED
2005/08/08 09:50:40 dbo 1.5.16.4: #i45197#
boost::optional
Activity::end()
Issue number:
Submitted by:
Reviewed by:
2005/08/02 08:24:43 dbo 1.5.16.3: #i37786# cleanup, minor corrections
Issue number:
Submitted by:
Reviewed by:
2005/07/15 14:17:43 dbo 1.5.16.2: #i37786#
Issue number:
Submitted by:
Reviewed by:
2005/07/15 13:19:12 dbo 1.5.16.1: #i37786# drawing layer animations, cleanup, misc
Issue number:
Submitted by:
Reviewed by:
2005-10-11 07:34:35 +00:00
Rüdiger Timm
89f3d7fbcf INTEGRATION: CWS ooo19126 (1.5.22); FILE MERGED
2005/09/05 17:41:04 rt 1.5.22.1: #i54170# Change license header: remove SISSL
2005-09-07 19:28:35 +00:00
Rüdiger Timm
915733a239 INTEGRATION: CWS presfixes02 (1.4.2); FILE MERGED
2005/03/14 16:12:25 thb 1.4.2.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches
2005-03-30 06:55:42 +00:00
Vladimir Glazounov
80ee6f9baf INTEGRATION: CWS presfixes01 (1.2.2); FILE MERGED
2005/03/03 14:17:27 thb 1.2.2.6: #i43927# Slightly changed the way updateScreen() is handled: since just lately, there were several places introduced which had to call View::updateScreen() manually (RehearsetimtinActivity, WaitSymbol, etc.). Together with the recent change regarding #i42499#, this resulted in the unfortunate situation that LayerManager::update() was not called before updateScreen(). Now, the view update is centrally handled by the EventMultiplexer (which also knows the LayerManager), I've therefore changed all direct calls to View::updateScreen() to EventMultiplexer::updateScreenContent()
2005/02/17 23:56:51 thb 1.2.2.5: #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/16 11:17:44 fs 1.2.2.4: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*
2005/02/02 22:46:58 dbo 1.2.2.3: #i37777#
- timing changes for activities queue
- minor fixes
Issue number:
Submitted by:
Reviewed by:
2005/01/30 16:00:56 dbo 1.2.2.2: #i37777#
- using single presentation time base
- activities queue detects and sets timing lag (calcTimeLag())
Issue number:
Submitted by:
Reviewed by:
2005/01/27 15:58:17 dbo 1.2.2.1: #i39662# using shared timer for correct pausing
Issue number:
Submitted by:
Reviewed by:
2005-03-10 12:43:34 +00:00
Rüdiger Timm
d290ef827f #i41453# gcc parser bug 2005-01-27 13:16:22 +00:00
Kurt Zenker
c6db96b327 INTEGRATION: CWS impress23 (1.1.2); FILE ADDED
2005/01/09 16:39:44 dbo 1.1.2.9: #i34155# mouse motion
2005/01/08 15:43:39 dbo 1.1.2.8: *** empty log message ***
2005/01/08 15:34:21 dbo 1.1.2.7: #i34155# y space
2005/01/08 00:53:32 dbo 1.1.2.6: #i34155#
2005/01/07 16:02:25 dbo 1.1.2.5: #i39053# revised cursor handling; using sand clock wait symbol on slide instead of mouse cursor
#i34155# rehearse timings
2005/01/04 14:36:24 dbo 1.1.2.4: #i34155# compiling problems using boost::bind()
2005/01/03 18:15:29 dbo 1.1.2.3: #i34155# rehearse timings mode
2005/01/01 14:58:54 dbo 1.1.2.2: #i34155#
2004/12/30 15:19:32 dbo 1.1.2.1: #i34155# implemented rehearse timings; first checkin, still problems
2005-01-21 15:56:00 +00:00