summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slideshowimpl.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-01-04tdf#134133 Check when the eventqueue needs to be emptied.Gülşah Köse1-0/+1
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2020-05-08improve loplugin:referencecastingNoel Grandin1-1/+1
2020-04-30Fix typosAndrea Gelmini1-1/+1
2020-04-25tdf#129898 Use layer DrawnInSlideshow in edit modeRegina Henschel1-10/+17
2020-03-12Revert "loplugin:constfields in slideshow"Noel Grandin1-1/+1
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-4/+4
2020-01-25loplugin:makeshared in slideshowNoel Grandin1-4/+4
2020-01-03tdf#42949 Fix IWYU warnings in slideshow/Gabor Kelemen1-25/+1
2019-12-22sal_Char->char in sfx2..slideshowNoel Grandin1-1/+1
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-4/+4
2019-10-19loplugin:virtualdead unused param in Animation::prefetchNoel Grandin1-3/+1
2019-10-19loplugin:virtualdead unused params in ShapeListenerEventHandlerNoel Grandin1-4/+2
2019-09-27loplugin:virtualdead in slideshowNoel Grandin1-2/+0
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-1/+1
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-07-21loplugin:referencecasting in slideshow..svtoolsNoel Grandin1-4/+3
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1
2019-04-16loplugin:sequentialassign in sfx2..solenvNoel Grandin1-2/+1
2019-02-22loplugin:unusedfields in slideshowNoel Grandin1-8/+4
2019-02-19pretty up logging of exceptionsNoel Grandin1-1/+1
2019-02-04tdf#44223 allow slideshow to play embedded media.Mark Hung1-1/+45
2018-11-29Simplify containers iterations in slideshow, sot, starmath, stocArkadiy Illarionov1-20/+8
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski1-5/+5
2018-10-09loplugin:constfields in slideshowNoel Grandin1-1/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-04-17Fix typosAndrea Gelmini1-2/+2
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-01-17Fix typosAndrea Gelmini1-2/+2
2018-01-12More loplugin:cstylecast: slideshowStephan Bergmann1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-2/+2
2017-10-23loplugin:includeform: slideshowStephan Bergmann1-19/+19
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-1/+1
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-6/+3
2017-07-06use more begin()/end() for SequenceNoel Grandin1-2/+2
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-5/+2
2017-05-07revert OSL_ASSERT changesChris Sherlock1-4/+4
2017-05-07tdf#43157: convert slideshow module away from OSL_ASSERT to assertChris Sherlock1-4/+4
2017-03-26Fix typosAndrea Gelmini1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-47/+20
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin1-20/+20
2016-08-31slideshow: stop whining about PresenterCanvas' lack of XUpdatableMichael Stahl1-3/+6
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin1-1/+1
2016-08-05loplugin:countusersofdefaultparams in sfx2..svgioNoel Grandin1-1/+1
2016-06-01Can use boost::make_optionalStephan Bergmann1-1/+0
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-2/+2
2016-05-11slideshow: replace boost::mem_fn with C++11 lambdasMichael Stahl1-4/+12