summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterSlideSorter.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2021-01-25PresenterSlideSorter::mouseMoved: Merge identical ifDr. David Alan Gilbert1-3/+1
2020-11-11loplugin:stringviewNoel1-1/+1
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: sdextStephan Bergmann1-18/+18
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin1-3/+3
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-28/+28
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin1-1/+1
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-2/+2
2020-01-24loplugin:makeshared in sdextNoel Grandin1-3/+3
2019-11-13tdf#42949 Fix IWYU warnings in sdext/Gabor Kelemen1-9/+0
2019-07-20loplugin:referencecasting in sdextNoel Grandin1-2/+2
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-2/+2
2019-04-19loplugin:sequentialassign in sdNoel Grandin1-4/+2
2019-02-12loplugin:flatten in sdextNoel Grandin1-79/+79
2019-02-09loplugin:indentation in sdNoel Grandin1-2/+2
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-8/+8
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin1-2/+1
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-2/+1
2018-01-04loplugin:unusedfieldsNoel Grandin1-1/+1
2017-07-02loplugin:casttovoid: sdextStephan Bergmann1-27/+10
2017-07-02PresenterSlideSorter::SetActiveState does nothingStephan Bergmann1-5/+0
2017-06-22loplugin:unusedfields in sdextNoel Grandin1-5/+0
2017-06-05Improved loplugin:redundantcast, const/static_cast combinations: sdextStephan Bergmann1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-9/+9
2017-05-07tdf#43157: convert sdext codebase away from OSL_ASSERT to assertChris Sherlock1-9/+9
2017-02-23change intervall -> intervalDavid Tardon1-1/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-2/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-19/+0
2017-01-25loplugin: unnecessary destructor scaddins..sdextNoel Grandin1-10/+0
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-05-12sdext: replace boost::bind with C++11 lambdas, part 2Michael Stahl1-3/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke1-2/+2
2016-03-02loplugin:unuseddefaultparam in sdextNoel Grandin1-6/+3
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann1-1/+1
2015-11-26-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin1-1/+0
2015-11-23loplugin:unusedfields in sdext/Noel Grandin1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-71/+71
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-5/+4
2015-11-04yyyyyNoel Grandin1-1/+1
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-09-27cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-09-18boost->stdCaolán McNamara1-8/+8
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
2015-08-03sdext: replace boost::function with std::functionMichael Stahl1-2/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-23/+23