summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Collapse)AuthorFilesLines
2012-06-02targeted string re-workNorbert Thiebaud8-43/+36
Change-Id: Ia1ab054537ac379f08ecd1950ca686d08be35d03
2012-05-29group external headers togetherMatúš Kukan1-1/+1
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara5-7/+6
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-24Bin commented-out codeTor Lillqvist1-42/+0
2012-04-24WaE: assigning to 'AquaOpenGLView *' from incompatible type 'NSOpenGLView *'Tor Lillqvist1-1/+1
2012-04-24Add hopefully helpful commentTor Lillqvist1-0/+9
2012-04-24WaE: 'SceneObject' has virtual functions but non-virtual destructorTor Lillqvist1-0/+2
2012-04-24WaE: incompatible pointer types: 'long *' vs. 'const GLint *'Tor Lillqvist1-0/+4
2012-04-16animations is not api, it should be animations_inc packageMatúš Kukan1-1/+4
2012-04-12callcatcher: update unused code listCaolán McNamara2-9/+0
2012-04-11callcatcher: update listCaolán McNamara3-12/+1
2012-04-10fix buildCaolán McNamara1-1/+1
2012-04-10Remove VERBOSE part 3Rob Snelders22-25/+25
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-1/+1
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2-2/+2
2012-04-08gbuild: "use" vs. "add":Michael Stahl4-12/+12
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-04-08Fix Prefer prefix ++/-- operatorsJulien Nabet1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi5-67/+27
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-16Add COMPHELPER_SERVICEDECL_EXPORTS* back in, after libmerge changesThorsten Behrens4-36/+4
Did I mention I hate boilerplate copied all over the place? ;)
2012-03-16Clear whole layer in slideshow sprites fdo#45219Thorsten Behrens1-4/+11
The clear() previously offsetted the topleft rect corner for sprites by _the sprite topleft_ position, which is rather unhelpful but for sprites located at (0,0).
2012-03-16Clear sprites to white fdo#45219.Thorsten Behrens1-1/+1
Another fix for a rendering glitch mentioned in fdo#45219 - vclcanvas sadly does not properly implement compositing, so all- black background yields dark shadows on semi-transparent objects. Ultimately though, we should retire vclcanvas instead.
2012-03-16Clear full sprite area for fdo#45219Thorsten Behrens1-1/+1
Use clearAll() here, to really clear the whole sprite area (clear() does respect potential clip polygons)
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann6-1/+22
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan3-3/+3
2012-03-08remove duplicate statementDavid Tardon1-1/+0
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.