summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/transitions
AgeCommit message (Expand)AuthorFilesLines
2018-05-17New o3tl::temporary to simplify calls of std::modfStephan Bergmann1-4/+3
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann1-4/+9
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-03-23loplugin:useuniqueptr in PluginSlideChangeNoel Grandin1-14/+3
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2017-10-23loplugin:includeform: slideshowStephan Bergmann8-17/+17
2017-10-19Fix typosAndrea Gelmini1-167/+167
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist19-52/+52
2017-09-13clang-tidy modernize-use-emplace in slideshowNoel Grandin1-1/+1
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-2/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-4/+4
2017-05-07revert OSL_ASSERT changesChris Sherlock2-3/+3
2017-05-07tdf#43157: convert slideshow module away from OSL_ASSERT to assertChris Sherlock2-3/+3
2017-04-16logging the simple message is sufficientCaolán McNamara1-2/+2
2017-03-09some OSL_FAIL to SAL_WARNCaolán McNamara1-8/+2
2017-02-15convert ReverseMethod to scoped enumNoel Grandin2-183/+175
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin2-22/+18
2016-10-24loplugin:countusersofdefaultparams in sd..slideshowNoel Grandin2-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-06-10Slideshow: Add 'Oval' Shape Transition variantMayank Gupta3-9/+22
2016-06-09Revert "Slideshow: Add 'Oval' Shape Transition variant"jan iversen3-22/+9
2016-06-09Slideshow: Add 'Oval' Shape Transition variantMayank Gupta3-9/+22
2016-06-01Can use boost::make_optionalStephan Bergmann1-4/+3
2016-05-19loplugin:unusedmethods in slideshow to svtoolsNoel Grandin1-2/+0
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-3/+3
2016-04-13tdf#94306 replace boost::noncopyable in sfx2 to sotJochen Nitschke1-3/+4
2016-03-02tdf#98175 fix Impress crashNoel Grandin1-2/+2
2016-02-24loplugin:cstylecastStephan Bergmann1-2/+2
2016-02-24boost::shared_ptr->std::shared_ptr in slideshowNoel Grandin3-6/+5
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara1-1/+0
2016-01-05Fix typosAndrea Gelmini2-2/+2
2015-12-21loplugin:unusedfields in sfx2,slideshow,starmath,stocNoel Grandin1-3/+1
2015-11-11new loplugin: memoryvarNoel Grandin1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-6/+6
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-29com::sun::star->css in slideshowNoel Grandin1-2/+1
2015-10-13tdf#93243 slideshow: boost::bind -> C++11 lambdasDaniel Robertson2-18/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann23-53/+53
2015-10-11Replace simple while loops with range-based forDaniel Robertson2-54/+29
2015-10-09slideshow: replace for_each with range-based forDaniel Robertson2-10/+4
2015-10-08tdf#94222: Revert "slideshow: replace for_each with range-based loop"Jan Holesovsky2-9/+23
2015-09-14boost->stdCaolán McNamara2-9/+9
2015-08-24slideshow: replace for_each with range-based loopDaniel Robertson2-23/+9
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud25-25/+0
2015-08-07cppcheck:noExplicitConstructorNoel Grandin9-10/+10