cgit '/>
summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/animationnodes/basecontainernode.cxx
AgeCommit message (Expand)Author
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-03tdf#42949 Fix IWYU warnings in slideshow/Gabor Kelemen
2019-03-31tdf#73092 remove remaining shape of the repeating animation.Mark Hung
2019-02-26tdf#88969 restart interactive sequence.Mark Hung
2019-02-19tdf#77186 handle time container indefinite repetition.Mark Hung
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2017-10-23loplugin:includeform: slideshowStephan Bergmann
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert slideshow module away from OSL_ASSERT to assertChris Sherlock
2016-08-01loplugin:countusersofdefaultparams in shell..starmathNoel Grandin
2016-05-13slideshow: replace boost::mem_fn with std::mem_fnMichael Stahl
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin
2016-02-24boost::shared_ptr->std::shared_ptr in slideshowNoel Grandin
2016-02-09slideshow: Don't de-reference Nodes cast to const char *.Michael Meeks
2016-01-14loplugin:unusedmethods unused return value in slideshowNoel Grandin
2015-08-11loplugin:cstylecastNoel Grandin
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud
2015-08-11slideshow: stop (mis)-using VERBOSENorbert Thiebaud
2015-08-03slideshow: try to fix libc++/MSVC build by replacing boost::bindMichael Stahl
2015-05-13slideshow: simplify code by replacing std::find_if by std::any_of/std::none_ofTakeshi Abe