summaryrefslogtreecommitdiff
path: root/sd/source/core/TransitionPreset.cxx
AgeCommit message (Collapse)AuthorFilesLines
2012-01-28replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmasterMichael Stahl1-272/+0
2011-05-20valgrind: make this a well behaved non-leaking singletonCaolán McNamara1-10/+24
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-2/+2
2011-01-28removed dead codes and fixed a typoTakeshi Abe1-1/+1
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold1-1/+1
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud1-2/+1
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud1-1/+1
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
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-05remove include guards using fixguard.pyPetr Mladek1-2/+0
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-5/+2
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-10-06#103496#: move VCL free ConfigItems to unotoolsMathias Bauer1-8/+8
2008-04-10INTEGRATION: CWS changefileheader (1.6.62); FILE MERGEDRüdiger Timm1-64/+19
2008/04/01 15:33:50 thb 1.6.62.3: #i85898# Stripping all external header guards 2008/04/01 12:38:25 thb 1.6.62.2: #i85898# Stripping all external header guards 2008/03/31 13:56:44 rt 1.6.62.1: #i87441# Change license header to LPGL v3.
2008-01-29INTEGRATION: CWS transogl02 (1.5.252); FILE MERGEDVladimir Glazounov1-37/+103
2008/01/16 00:01:03 thb 1.5.252.3: #i85228# Getting transitions and effects.xml path from config; putting them through macro expander, to facilitate an extension to extend effects 2008/01/14 16:25:30 thb 1.5.252.2: #i85228# Path to Impress UI effect lists now in config 2008/01/07 20:35:54 radekdoulik 1.5.252.1: 2008-01-07 Radek Doulik <rodo@novell.com> * build/src680-m241/sd/xml/makefile.mk: new file, when building with opengl copy transitions-ogl to transitions-ogl.xml so that it is delivered, otherwise delete transitions-ogl.xml * build/src680-m241/sd/prj/build.lst: added xml/ directory * build/src680-m241/sd/source/core/TransitionPreset.cxx (importTransitionPresetList): load transitions-ogl.xml as well as transitions.xml (importTransitionsFile): new helper method
2006-11-23#100000# added missing includeVladimir Glazounov1-2/+3
2006-09-16INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:36:41 kaib 1.3.282.1: #i68856# Added header markers and pch files
2005-09-09INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 13:20:13 rt 1.2.288.1: #i54170# Change license header: remove SISSL
2004-11-26INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDEDRüdiger Timm1-0/+262
2004/09/27 20:24:42 cl 1.1.2.5: added slide transition undo 2004/09/26 18:41:10 cl 1.1.2.4: added animation undo 2004/09/02 09:12:43 cl 1.1.2.3: moved effect and transition presets access to a singleton 2004/08/19 10:45:47 cl 1.1.2.2: new helper for transition presets 2004/08/19 09:53:01 cl 1.1.2.1: new helper for transition presets