summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slideshowimpl.cxx
AgeCommit message (Expand)Author
2020-01-25loplugin:makeshared in slideshowNoel Grandin
2020-01-03tdf#42949 Fix IWYU warnings in slideshow/Gabor Kelemen
2019-12-22sal_Char->char in sfx2..slideshowNoel Grandin
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-10-19loplugin:virtualdead unused param in Animation::prefetchNoel Grandin
2019-10-19loplugin:virtualdead unused params in ShapeListenerEventHandlerNoel Grandin
2019-09-27loplugin:virtualdead in slideshowNoel Grandin
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-07-21loplugin:referencecasting in slideshow..svtoolsNoel Grandin
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-04-16loplugin:sequentialassign in sfx2..solenvNoel Grandin
2019-02-22loplugin:unusedfields in slideshowNoel Grandin
2019-02-19pretty up logging of exceptionsNoel Grandin
2019-02-04tdf#44223 allow slideshow to play embedded media.Mark Hung
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-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-04-17Fix typosAndrea Gelmini
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-01-17Fix typosAndrea Gelmini
2018-01-12More loplugin:cstylecast: slideshowStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin
2017-10-23loplugin:includeform: slideshowStephan Bergmann
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-07-06use more begin()/end() for SequenceNoel Grandin
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert slideshow module away from OSL_ASSERT to assertChris Sherlock
2017-03-26Fix typosAndrea Gelmini
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin
2016-08-31slideshow: stop whining about PresenterCanvas' lack of XUpdatableMichael Stahl
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin
2016-08-05loplugin:countusersofdefaultparams in sfx2..svgioNoel Grandin
2016-06-01Can use boost::make_optionalStephan Bergmann
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-05-11slideshow: replace boost::mem_fn with C++11 lambdasMichael Stahl
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-03-09loplugin:constantparam in slideshowNoel Grandin
2016-02-24boost::shared_ptr->std::shared_ptr in slideshowNoel Grandin
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-05Fix typosAndrea Gelmini
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann