summaryrefslogtreecommitdiffstats
path: root/slideshow
Commit message (Collapse)AuthorAgeFilesLines
* EasyHack: Removed gcc conditionalsAlexander Bergmann2012-02-134-26/+2
|
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-104-4/+0
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* add missing README to animation, sc, sd, slideshow, starmath, swJosh Heidenreich2012-02-041-0/+1
|
* String->rtl::OUStringCaolán McNamara2012-01-241-3/+3
|
* WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2012-01-152-0/+5
|
* Fix for fdo43460 Part XXXIV getLength() to isEmpty()Olivier Hallot2012-01-116-9/+9
| | | | | | Part XXXIV Modules shell, slideshow, sot, starmath
* Fix fdo#43820 - properly initialize iterators before math.Thorsten Behrens2012-01-111-18/+16
|
* Use SAL_N_ELEMENTSThomas Arnhold2012-01-101-1/+1
| | | | | | | | Some more like Thorstens diff 9c59cd15b150638c845bbc275b9b04460afc23bd Done with some regex magic (and a check if this var is an array): s/sizeof\(\s*$var\s*\)\s*\/\s*sizeof\(\s*\*$var\s*/SAL_N_ELEMENTS\($var/gs
* Use SAL_N_ELEMENTS in slideshow where possible.Thorsten Behrens2012-01-093-7/+6
|
* Fix totally busted whitespace in slideshow module.Thorsten Behrens2012-01-091-63/+67
|
* Fix more incorrect iterator re-use.Thorsten Behrens2012-01-093-5/+4
| | | | | Follow-up fix for 540963d879296ef81f883305057e63465b2ff586 std::algos use iterator arguments by value, and may change them.
* regenerate list under OSL_DEBUG_LEVEL=2Caolán McNamara2012-01-052-8/+0
|
* WaE and build fixes for OSL_DEBUG_LEVEL == 2Caolán McNamara2012-01-051-2/+2
|
* slideshow: fix unused param warnings in ObjC filesMichael Stahl2012-01-041-0/+1
|
* Fix slideshow text animations - fdo#43837Thorsten Behrens2011-12-225-73/+28
| | | | | | | | | String compare was not replaced equivalently, this needs matching against the XTEXT prefix, not exactly Removed VERBOSE_TEXTCOMMENTS exporter flag, that's now unused. Added some verbose-mode trace output
* Fix for fdo#43837 - prevent invalid shape text indices.Thorsten Behrens2011-12-222-36/+49
| | | | | Catch a few cases where an invalid text node index is passed into the shape subsetter.
* Removed extra semicolonsJesse2011-12-152-3/+3
|
* slideshow: play back embedded media:Michael Stahl2011-12-121-4/+14
| | | | | The slideshow uses the UNO API to access the drawing objects, so add a property to get the temp file URL from the media object.
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-065-25/+20
|
* Resolves: rhbz#759647 ::dispose clears mpPresTimer before releaseTimer calledCaolán McNamara2011-12-061-2/+6
|
* typo fix: explicitely -> explicitlyLior Kaplan2011-12-0113-19/+19
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-83/+0
|
* remove pch from the include listNorbert Thiebaud2011-11-274-4/+0
|
* remove include of pch header from slidewhowNorbert Thiebaud2011-11-2797-188/+0
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-272-4/+0
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-2/+2
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* Drop unnecessary inclusions of <sal/main.h>Tor Lillqvist2011-11-051-1/+0
|
* RangeExpander functor removed, but needed in one place.Cédric Bosdonnat2011-11-031-1/+0
| | | | | | | Added a local class for it: there may be a better fix, but it avoids the build to break. Removed a few remaining includes
* adapt naming schemeCaolán McNamara2011-11-013-13/+13
|
* ByteString->rtl::OStringCaolán McNamara2011-11-013-20/+20
|
* WaE: type name first seen using 'struct' now seen using 'class'Tor Lillqvist2011-10-251-1/+1
|
* Workaround for building against MacOSX 10.6 SDK but with 10.4 as the highest ↵Tor Lillqvist2011-10-193-0/+21
| | | | used API
* add missing braces for if statement, making correct scopePierre-André Jacquod2011-10-071-1/+2
|
* remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucbMichael Meeks2011-10-051-6/+5
|
* cast is gone nowCaolán McNamara2011-10-052-3/+3
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-304-0/+11
|
* Fix error: invalid conversion from 'long int*' to 'const GLint*'Tor Lillqvist2011-09-291-1/+1
|
* fix trunk gcc compiler errors; second attempt for the previously reverted partStephan Bergmann2011-09-291-10/+19
|
* Reverted std::hash map part of previous "fix trunk gcc compile errors."Stephan Bergmann2011-09-291-9/+8
|
* fix trunk gcc compile errorsMatúš Kukan2011-09-291-8/+9
|
* cppcheck: delete unneded variable in slideshow, OGLTrans_Tran...Impl.cxxPierre-André Jacquod2011-09-261-1/+1
| | | | | but left the call to the function behind, since not sure there is no effect on data
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-215-6/+6
| | | | | | | Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann2011-09-124-1/+16
| | | | | | out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
* make slideshow ByteString freeCaolán McNamara2011-09-121-2/+2
|
* convert Mesa to gbuild and add to tail_buildPeter Foley2011-09-101-0/+2
|