summaryrefslogtreecommitdiff
path: root/slideshow/source
AgeCommit message (Collapse)AuthorFilesLines
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-06Resolves: rhbz#759647 ::dispose clears mpPresTimer before releaseTimer calledCaolán McNamara1-2/+6
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan13-19/+19
2011-11-27remove include of pch header from slidewhowNorbert Thiebaud95-186/+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-05cast is gone nowCaolán McNamara2-3/+3
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 Arnhold4-5/+5
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
2011-09-12make slideshow ByteString freeCaolán McNamara1-2/+2
2011-09-06[cppchecker] unread Variable within a #ifdef [WINT] removedPierre-André Jacquod1-2/+1
2011-09-01callcatcher: another layer of unusedCaolán McNamara2-36/+0
2011-08-31unusedcode.easy: slideshow::internal cleanupJoseph Powers28-372/+0
2011-08-14unused variable in Windows buildPierre-André Jacquod1-2/+0
according cppchecker, small cleaning
2011-08-10Some cppcheck cleaningJulien Nabet1-1/+1
2011-07-28add prefixes for component_getFactoryMatúš Kukan5-5/+37
2011-07-25Remove unused Debugging stuffThomas Arnhold6-415/+0
If this is still needed, please revert it.
2011-07-24remove half baked test without the appropriate include to make it worksNorbert Thiebaud1-4/+0
2011-07-24cString is deprecated use cStringUsingEncoding insteadNorbert Thiebaud1-2/+2
2011-07-11Remove component_getImplementationEnvironmentMatus Kukan1-1/+0
2011-05-21Drop OS2Tor Lillqvist2-3/+0
2011-05-16WaE - add explicit casting (decimal-types → integer types)Christian Lohmaier1-1/+1
2011-05-10GDIMetaFile cleanupJoseph Powers2-2/+2
Plus trailing whitespace cleanup.
2011-04-21gbuildize slideshowDavid Tardon9-640/+0
2011-04-01fix catastrophic merge to restore video playbackCaolán McNamara1-12/+1
2011-03-25Wholesale prewin.h/postwin.h removalFridrich Štrba4-21/+0
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky5-6/+7
Conflicts: sd/source/ui/toolpanel/TaskPaneFocusManager.cxx slideshow/source/engine/debug.cxx slideshow/source/engine/transitions/randomwipe.cxx
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky17-145/+219
Conflicts: sd/source/ui/func/fuinsfil.cxx sd/source/ui/func/fuprobjs.cxx sd/source/ui/slideshow/slideshowimpl.cxx sd/source/ui/slidesorter/view/SlsPageObjectViewObjectContact.cxx sd/source/ui/toolpanel/ToolPanelViewShell.cxx sd/source/ui/view/drawview.cxx sd/source/ui/view/drtxtob.cxx sd/source/ui/view/outlnvsh.cxx sd/source/ui/view/outlview.cxx
2011-03-14debuglevels: pulled and merged DEV300.m102Frank Schoenheit [fs]5-11/+10
2011-03-12mis-merge clean-up tools typesNorbert Thiebaud4-24/+24
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Bjoern Michaelsen14-121/+195
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold35-140/+97
2011-03-02CWS-TOOLING: integrate CWS mhu21Ivo Hinkelmann3-3/+3
2011-02-28CWS-TOOLING: integrate CWS impress195Ivo Hinkelmann2-8/+7
2011-02-23Update from master repository (DEV300_m100).Matthias Huetsch [mhu]3-10/+10
2011-02-14debuglevels: pulled and merged DEV300.m100Frank Schoenheit [fs]3-10/+10