summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slideshowimpl.cxx
AgeCommit message (Expand)Author
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
2015-11-17loplugin:unnecessaryvirtualNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-29com::sun::star->css in slideshowNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-11tdf#93243 slideshow: replace boost::bindDaniel Robertson
2015-10-11Replace simple while loops with range-based forDaniel Robertson
2015-10-09slideshow: replace for_each with range-based forDaniel Robertson
2015-10-08tdf#94222: Revert "slideshow: replace for_each with range-based loop"Jan Holesovsky
2015-09-30Fix typosAndrea Gelmini
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-14boost->stdCaolán McNamara
2015-09-07slideshow: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-24slideshow: replace for_each with range-based loopDaniel Robertson
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud
2015-08-07cppcheck:noExplicitConstructorNoel Grandin
2015-08-03slideshow: try to fix libc++/MSVC build by replacing boost::bindMichael Stahl
2015-06-16Fix typosAndrea Gelmini
2015-06-15inline COMPHELPER_SERVICEDECL_ macroNoel Grandin
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-24loplugin:constantfunction: variousNoel Grandin
2014-10-08back out even more wrong tools::Time changes, geez..Eike Rathke
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-05-08various: sal_Bool->boolNoel Grandin