summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slide
AgeCommit message (Expand)AuthorFilesLines
2018-12-08Remove misguided FALLTHROUGH commentsStephan Bergmann1-7/+0
2018-11-29Simplify containers iterations in slideshow, sot, starmath, stocArkadiy Illarionov3-73/+49
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-8/+5
2018-11-28slideshow: get unit tests to work againThorsten Behrens2-0/+19
2018-10-12coverity#1440239 Uncaught exceptionCaolán McNamara2-2/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-10-09loplugin:constfields in slideshowNoel Grandin6-7/+7
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen4-0/+4
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke2-1/+1
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-02-21New loplugin:nestedunnamedStephan Bergmann1-24/+21
2017-12-29loplugin:passstuffbyref improved return in xmlhelp,slideshowNoel Grandin2-2/+2
2017-12-19inline use-once typedefsNoel Grandin2-4/+4
2017-12-11loplugin:salcall fix functionsNoel Grandin2-2/+2
2017-11-09loplugin:unusedvariable add some more std:: typesNoel Grandin1-1/+0
2017-10-26More loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: slideshowStephan Bergmann9-44/+44
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-2/+2
2017-09-13clang-tidy modernize-use-emplace in slideshowNoel Grandin2-6/+4
2017-08-17Fix typosAndrea Gelmini1-1/+1
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin3-14/+6
2017-08-02remove unnecessary use of 'this->'Noel Grandin4-13/+13
2017-07-27loplugin:constparams in slideshowNoel Grandin1-1/+1
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-2/+2
2017-07-05new loplugin unnecessaryparenNoel Grandin2-2/+2
2017-07-02loplugin:casttovoid: slideshowStephan Bergmann1-2/+0
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-05-28remove unnecessary use of OString::getStrNoel Grandin3-20/+5
2017-05-21cleanup unused css/animations/ and css/presentation/ includesJochen Nitschke3-3/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock2-19/+19
2017-05-07tdf#43157: convert slideshow module away from OSL_ASSERT to assertChris Sherlock2-19/+19
2017-04-16logging the simple message is sufficientCaolán McNamara1-2/+2
2017-03-26Fix typosAndrea Gelmini2-2/+2
2017-03-09some OSL_FAIL to SAL_WARNCaolán McNamara1-5/+2
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