summaryrefslogtreecommitdiff
path: root/sd/source/ui/slideshow/slideshowimpl.cxx
AgeCommit message (Expand)Author
2017-05-03loplugin:checkunusedparams in sdNoel Grandin
2017-04-26remove sd bitmaps from .src filesCaolán McNamara
2017-04-23Replace GetImage with CommandInfoProvider::GetImageForCommandMaxim Monastirsky
2017-04-13convert slideshow context menu to .uiCaolán McNamara
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-28new loplugin unoanyNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski
2017-01-10Related tdf#100151: use disposeAndClear for mpShowWindow (sd)Julien Nabet
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin
2016-11-03remove pParentFrame from SfxFrameNoel Grandin
2016-10-11convert PageKind to scoped enumNoel Grandin
2016-10-11convert DocumentType to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sd)Stephan Bergmann
2016-08-02loplugin:countusersofdefaultparams in sdNoel Grandin
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin
2016-05-19loplugin:unusedmethods in sdNoel Grandin
2016-05-11sd: replace boost::mem_fn with C++11 lambdaMichael Stahl
2016-05-11sd: remove pointless micro-optimizationMichael Stahl
2016-05-10Fix typosAndrea Gelmini
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-21new plugin stylepoliceNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin
2016-03-10loplugin:constantparam in sdNoel Grandin
2016-03-03sd: replace boost::bind with C++11 lambdas or std::bindMichael Stahl
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock
2016-02-03tdf#96414 Remove showing navigator during slideshowBryan Quigley
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-14loplugin:unusedmethods unused return value in sdNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-23loplugin:unusedfields in sd/Noel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-14Slideshow update loop; set scheduler priority to REPAINT.Michael Meeks
2015-11-13slideshow: cleanup main-loop usage, post-yield listeners, etc.Michael Meeks
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-29com::sun::star->css in sdNoel Grandin
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-21convert Link<> to typedNoel Grandin