summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slide
AgeCommit message (Expand)AuthorFilesLines
2017-02-28new loplugin unoanyNoel Grandin1-3/+3
2017-02-15convert DocTreeNode::NodeType to scoped enumNoel Grandin1-2/+2
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2016-10-27loplugin:expandablemethods in slideshowNoel Grandin1-18/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-06-02loplugin:unusedfieldsNoel Grandin3-24/+0
2016-05-18clang-tidy modernize-make-sharedNoel Grandin2-2/+2
2016-05-13slideshow: replace boost::mem_fn with std::mem_fnMichael Stahl2-6/+6
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+1
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-2/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin2-2/+2
2016-04-14loplugin:passstuffbyref in slideshowNoel Grandin2-2/+2
2016-04-13tdf#94306 replace boost::noncopyable in sfx2 to sotJochen Nitschke5-14/+24
2016-03-23loplugin:constantparam in slideshowNoel Grandin3-27/+8
2016-03-09loplugin:constantparam in slideshowNoel Grandin3-8/+6
2016-02-24boost::shared_ptr->std::shared_ptr in slideshowNoel Grandin7-30/+27
2016-02-09Remove excess newlinesChris Sherlock4-24/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin2-2/+2
2016-01-14loplugin:unusedmethods unused return value in slideshowNoel Grandin3-31/+18
2016-01-05Fix typosAndrea Gelmini1-1/+1
2015-12-03tdf#96083 slide transitions wrong with appearing shapesArmin Le Grand3-31/+79
2015-11-30loplugin:unusedfieldsNoel Grandin3-41/+12
2015-11-17loplugin:unnecessaryvirtualNoel Grandin1-3/+0
2015-10-29com::sun::star->css in slideshowNoel Grandin6-30/+20
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-65/+65
2015-10-11tdf#93243 slideshow: replace boost::bindDaniel Robertson4-43/+24
2015-10-11Replace simple while loops with range-based forDaniel Robertson2-41/+21
2015-10-09slideshow: replace for_each with range-based forDaniel Robertson5-140/+65
2015-10-08tdf#94222: Revert "slideshow: replace for_each with range-based loop"Jan Holesovsky6-98/+214
2015-09-14boost->stdCaolán McNamara1-1/+1
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
2015-08-24slideshow: replace for_each with range-based loopDaniel Robertson6-214/+98
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-12Range-based for-loops.Jan Holesovsky1-17/+8
2015-08-11slideshow: prefer value_type over manual type generationThorsten Behrens3-8/+6
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud6-10/+0
2015-08-08tdf#92459 replace deprecated o3tl featuresDaniel Robertson3-41/+19
2015-08-07cppcheck:noExplicitConstructorNoel Grandin1-1/+1
2015-07-17loplugin:unusedmethods slideshowNoel Grandin3-52/+0
2015-07-10do not include boost/utility.hppMichael Stahl1-1/+1
2015-06-15cppcheck:unreadVariableNoel Grandin1-2/+1
2015-06-04convert B2VectorOrientation to scoped enumNoel Grandin1-1/+1
2015-05-13slideshow: simplify code by replacing std::find_if by std::any_of/std::none_ofTakeshi Abe1-9/+5
2015-04-27More loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-13loplugin:staticmethodsNoel Grandin2-3/+3
2015-03-04V813: Decreased performanceCaolán McNamara1-5/+5
2015-02-07loplugin:deletedspecialStephan Bergmann1-10/+3
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2-8/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin3-32/+2