summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/transitions
AgeCommit message (Expand)Author
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-25loplugin:makeshared in slideshowNoel Grandin
2020-01-03tdf#42949 Fix IWYU warnings in slideshow/Gabor Kelemen
2019-12-19Fix typoAndrea Gelmini
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-23cppcheck: performing init in init list (sfx2/slideshow/stoc/store)Julien Nabet
2019-10-19loplugin:virtualdead unused param in Animation::prefetchNoel Grandin
2019-08-02Fix typosAndrea Gelmini
2019-06-17loplugin:logexceptionnicely in shell..sotNoel Grandin
2019-04-15improve loplugin simplifyconstructNoel Grandin
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-03-05tdf#42949 Fix IWYU warnings in include/cppcanvas/*Gabor Kelemen
2019-03-04Revert "new loplugin typedefparam"Noel Grandin
2019-03-04new loplugin typedefparamNoel Grandin
2019-02-05loplugin:flatten in slideshowNoel Grandin
2018-12-08Remove misguided FALLTHROUGH commentsStephan Bergmann
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-29Simplify containers iterations in slideshow, sot, starmath, stocArkadiy Illarionov
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-09loplugin:constfields in slideshowNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-05-17New o3tl::temporary to simplify calls of std::modfStephan Bergmann
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-03-23loplugin:useuniqueptr in PluginSlideChangeNoel Grandin
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2017-10-23loplugin:includeform: slideshowStephan Bergmann
2017-10-19Fix typosAndrea Gelmini
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-09-13clang-tidy modernize-use-emplace in slideshowNoel Grandin
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert slideshow module away from OSL_ASSERT to assertChris Sherlock
2017-04-16logging the simple message is sufficientCaolán McNamara
2017-03-09some OSL_FAIL to SAL_WARNCaolán McNamara
2017-02-15convert ReverseMethod to scoped enumNoel Grandin
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin
2016-10-24loplugin:countusersofdefaultparams in sd..slideshowNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-06-10Slideshow: Add 'Oval' Shape Transition variantMayank Gupta
2016-06-09Revert "Slideshow: Add 'Oval' Shape Transition variant"jan iversen
2016-06-09Slideshow: Add 'Oval' Shape Transition variantMayank Gupta
2016-06-01Can use boost::make_optionalStephan Bergmann