summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Collapse)AuthorFilesLines
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-1/+1
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2-5/+5
to equalsIgnoreAsciiCaseAscii("...")
2012-02-17remove duplicated assignmentDavid Tardon1-4/+0
2012-02-13EasyHack: Removed gcc conditionalsAlexander Bergmann4-26/+2
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan4-4/+0
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-04add missing README to animation, sc, sd, slideshow, starmath, swJosh Heidenreich1-0/+1
2012-01-24String->rtl::OUStringCaolán McNamara1-3/+3
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2-0/+5
2012-01-11Fix for fdo43460 Part XXXIV getLength() to isEmpty()Olivier Hallot6-9/+9
Part XXXIV Modules shell, slideshow, sot, starmath
2012-01-11Fix fdo#43820 - properly initialize iterators before math.Thorsten Behrens1-18/+16
2012-01-10Use SAL_N_ELEMENTSThomas Arnhold1-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
2012-01-09Use SAL_N_ELEMENTS in slideshow where possible.Thorsten Behrens3-7/+6
2012-01-09Fix totally busted whitespace in slideshow module.Thorsten Behrens1-63/+67
2012-01-09Fix more incorrect iterator re-use.Thorsten Behrens3-5/+4
Follow-up fix for 540963d879296ef81f883305057e63465b2ff586 std::algos use iterator arguments by value, and may change them.
2012-01-05regenerate list under OSL_DEBUG_LEVEL=2Caolán McNamara2-8/+0
2012-01-05WaE and build fixes for OSL_DEBUG_LEVEL == 2Caolán McNamara1-2/+2
2012-01-04slideshow: fix unused param warnings in ObjC filesMichael Stahl1-0/+1
2011-12-22Fix slideshow text animations - fdo#43837Thorsten Behrens5-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
2011-12-22Fix for fdo#43837 - prevent invalid shape text indices.Thorsten Behrens2-36/+49
Catch a few cases where an invalid text node index is passed into the shape subsetter.
2011-12-15Removed extra semicolonsJesse2-3/+3
2011-12-12slideshow: play back embedded media:Michael Stahl1-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.
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara5-25/+20
2011-12-06Resolves: rhbz#759647 ::dispose clears mpPresTimer before releaseTimer calledCaolán McNamara1-2/+6
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan13-19/+19
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-83/+0
2011-11-27remove pch from the include listNorbert Thiebaud4-4/+0
2011-11-27remove include of pch header from slidewhowNorbert Thiebaud97-188/+0
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2-4/+0
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-2/+2
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-05Drop unnecessary inclusions of <sal/main.h>Tor Lillqvist1-1/+0
2011-11-03RangeExpander functor removed, but needed in one place.Cédric Bosdonnat1-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
2011-11-01adapt naming schemeCaolán McNamara3-13/+13
2011-11-01ByteString->rtl::OStringCaolán McNamara3-20/+20
2011-10-25WaE: type name first seen using 'struct' now seen using 'class'Tor Lillqvist1-1/+1
2011-10-19Workaround for building against MacOSX 10.6 SDK but with 10.4 as the highest ↵Tor Lillqvist3-0/+21
used API
2011-10-07add missing braces for if statement, making correct scopePierre-André Jacquod1-1/+2
2011-10-05remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucbMichael Meeks1-6/+5
2011-10-05cast is gone nowCaolán McNamara2-3/+3
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara4-0/+11
2011-09-29Fix error: invalid conversion from 'long int*' to 'const GLint*'Tor Lillqvist1-1/+1
2011-09-29fix trunk gcc compiler errors; second attempt for the previously reverted partStephan Bergmann1-10/+19
2011-09-29Reverted std::hash map part of previous "fix trunk gcc compile errors."Stephan Bergmann1-9/+8
2011-09-29fix trunk gcc compile errorsMatúš Kukan1-8/+9
2011-09-26cppcheck: delete unneded variable in slideshow, OGLTrans_Tran...Impl.cxxPierre-André Jacquod1-1/+1
but left the call to the function behind, since not sure there is no effect on data
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold5-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