summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/shapeattributelayer.cxx
AgeCommit message (Collapse)Author
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2011-11-27remove include of pch header from slidewhowNorbert Thiebaud
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
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-03-11autorecovery: merged changes from m74. Still need to find out how to re-do ↵Frank Schoenheit [fs]
two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore.
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-29autorecovery: ENSURE_OR_RETURN => ENSURE_OR_RETURN_FALSE, added new ↵Frank Schoenheit [fs]
ENSURE_OR_RETURN taking a return value
2009-02-27CWS-TOOLING: integrate CWS impress162Oliver Bolte
2009-02-19 13:02:17 +0100 af r268275 : #i93945# Stop forcing long into sal_Int32. 2009-01-16 15:24:01 +0100 af r266424 : CWS-TOOLING: rebase CWS impress162 to trunk@265758 (milestone: DEV300:m38) 2008-11-21 15:17:22 +0100 af r264143 : CWS-TOOLING: rebase CWS impress162 to trunk@263288 (milestone: DEV300:m35) 2008-11-20 16:29:33 +0100 af r264067 : Merge in latest fixes to the cws command. 2008-11-20 16:25:36 +0100 af r264066 : Merge in latest fixes to the cws command. 2008-11-20 14:37:15 +0100 af r264054 : Merge in latest fixes to the cws command. 2008-11-20 14:01:36 +0100 af r264051 : Resolved merge conflicts. 2008-11-20 14:01:16 +0100 af r264050 : Resolved merge conflicts. 2008-11-19 15:45:05 +0100 af r263998 : Migrate CWS impress162 to SVN.
2008-06-24INTEGRATION: CWS canvas05 (1.8.18); FILE MERGEDKurt Zenker
2008/04/21 07:53:19 thb 1.8.18.2: RESYNC: (1.8-1.9); FILE MERGED 2007/10/01 13:49:11 thb 1.8.18.1: #i79258# Merge from CWS picom
2008-04-10INTEGRATION: CWS changefileheader (1.8.46); FILE MERGEDRüdiger Timm
2008/03/31 14:00:14 rt 1.8.46.1: #i87441# Change license header to LPGL v3.
2007-07-17INTEGRATION: CWS presfixes12 (1.7.12); FILE MERGEDOliver Bolte
2007/02/02 08:47:50 thb 1.7.12.1: #i37778# Moved all old-style casts to sal::static_int_cast
2006-12-13INTEGRATION: CWS presfixes09 (1.4.18); FILE MERGEDKurt Zenker
2006/10/18 19:50:21 thb 1.4.18.4: RESYNC: (1.4-1.6); FILE MERGED 2006/04/12 20:40:04 thb 1.4.18.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:09 thb 1.4.18.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.4.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)
2006-10-12INTEGRATION: CWS sb59 (1.4.46); FILE MERGEDOliver Bolte
2006/08/11 20:35:43 thb 1.4.46.1: #i68336# Made slideshow warning free
2006-09-17INTEGRATION: CWS pchfix02 (1.4.50); FILE MERGEDOliver Bolte
2006/09/01 17:39:32 kaib 1.4.50.1: #i68856# Added header markers and pch files
2005-09-07INTEGRATION: CWS ooo19126 (1.3.22); FILE MERGEDRüdiger Timm
2005/09/05 17:41:04 rt 1.3.22.1: #i54170# Change license header: remove SISSL
2005-03-30INTEGRATION: CWS presfixes02 (1.2.16); FILE MERGEDRüdiger Timm
2005/03/14 16:12:26 thb 1.2.16.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches
2004-11-26INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDEDRüdiger Timm
2004/10/26 23:43:42 thb 1.1.2.10: #110496# Fixed hefty bug for AA border generation (there's been cases where no viewshapes are left (subset shapes), and then the border rect stayed empty -> DBL_MAX/MIN went into B2DMultiRange calculation); Adapted to explicit alpha bitmap generation at the XGraphicDevice (slide bitmaps don't need alpha, they are opaque. Transparency emulation _does_ need alpha) 2004/10/13 17:56:53 thb 1.1.2.9: #i10000# Gcc doesn't seem to grok (*shared_ptr).*mpFunc any longer (parses it as a function pointer declaration?). Changed to alternative notation 2004/10/08 20:08:15 thb 1.1.2.8: #i34997# Fixed several node state inconsistencies, which led to start/end activities not correctly updating the shapes; added proper updating behaviour to LayerManager (several display-changing cases were missing); fixed SLIDEWIPE for shape transitions; improved docs and structure slightly 2004/08/25 15:56:27 thb 1.1.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/23 19:17:16 thb 1.1.2.6: #110496# Implemented remaining attribute animations, fixed some performance problems 2004/08/13 20:33:36 thb 1.1.2.5: #110496# Implemented color animations 2004/08/04 17:21:06 thb 1.1.2.4: #110496# Added various boundary checks, corrected acceleration/deceleration algorithm for one boundary case 2004/07/26 20:40:28 thb 1.1.2.3: #i10000# MSVC really cannot default-initialize enums here 2004/07/26 14:10:09 thb 1.1.2.2: #i10000# Madebind and mem_fn build under Solaris 2004/07/22 19:24:01 thb 1.1.2.1: #110496# Initial revision