summaryrefslogtreecommitdiffstats
path: root/sdext/source/presenter
Commit message (Expand)AuthorAgeFilesLines
* tdf#120703 PVS: V519 variable is assigned values twice successivelyMike Kaganski2018-10-271-1/+0
* pvs-studio: V571 Recurring checkCaolán McNamara2018-10-221-4/+1
* tdf#120703 (PVS): redundant nullptr check; unsafe pointer dereferenceMike Kaganski2018-10-211-5/+8
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-192-2/+2
* clang-tidy modernize-redundant-void-argNoel Grandin2018-10-191-1/+1
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-1716-103/+91
* loplugin:constfields in sdextNoel Grandin2018-10-098-16/+14
* tdf#118443 - Presenter Consoleheiko tietze2018-08-271-0/+13
* coverity#1438404 Identical code for different branchesCaolán McNamara2018-08-181-21/+6
* loplugin:returnconstant in PresenterFrameworkObserverNoel Grandin2018-08-162-21/+3
* create appendCopy method in OUStringBufferNoel Grandin2018-08-141-2/+2
* simplify TimerSchedulerNoel Grandin2018-08-071-9/+2
* Add missing sal/log.hxx headersGabor Kelemen2018-07-304-0/+5
* Fix typosAndrea Gelmini2018-07-231-1/+1
* look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin2018-06-084-16/+5
* loplugin:constantparamNoel Grandin2018-05-163-4/+1
* new loplugin:unusedvariablemoreNoel Grandin2018-04-112-10/+1
* use more DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-091-2/+3
* loplugin:expressionalwayszero improvementsNoel Grandin2018-03-271-12/+0
* Fix typosAndrea Gelmini2018-02-011-4/+4
* loplugin:datamembershadow in PresenterPaneNoel Grandin2018-01-256-21/+9
* loplugin:unusedmethods also check for functions returning boolNoel Grandin2018-01-192-4/+2
* More loplugin:cstylecast: sdextStephan Bergmann2018-01-124-4/+4
* loplugin:unusedfieldsNoel Grandin2018-01-043-10/+2
* Silence loplugin:unreffun with --disable-assert-always-abortStephan Bergmann2018-01-031-0/+2
* loplugin:passstuffbyref improved return in ucb,connectivityNoel Grandin2017-12-291-2/+2
* remove unused typedefsNoel Grandin2017-12-191-1/+0
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* loplugin:unnecessaryparen check for (f1()).f2Noel Grandin2017-11-272-3/+3
* More loplugin:unnecessaryparenStephan Bergmann2017-10-261-2/+2
* loplugin:includeform: sdextStephan Bergmann2017-10-231-2/+2
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-2/+2
* loplugin:flatten check for throw in then clauseNoel Grandin2017-09-292-15/+9
* loplugin:flatten in sdext..stocNoel Grandin2017-09-232-103/+95
* Resolves: tdf#112408 crash with nan with bad ascentCaolán McNamara2017-09-151-0/+3
* clang-tidy modernize-use-emplace in sdNoel Grandin2017-09-123-10/+9
* Drop lazywrite property, which is silently ignored by configmgr anywayStephan Bergmann2017-09-051-2/+1
* sdext: fix loplugin:constparams warningsMiklos Vajna2017-08-311-4/+4
* class ViewDescriptor is unusedNoel Grandin2017-08-311-6/+0
* Fix typosAndrea Gelmini2017-08-181-1/+1
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-111-2/+1
* loplugin:checkunusedparams in variousNoel Grandin2017-08-031-3/+1
* loplugin:oncevarNoel Grandin2017-07-311-1/+1
* use more comphelper::InitAnyPropertySequenceNoel Grandin2017-07-251-16/+7
* loplugin:constparams in sdextNoel Grandin2017-07-185-16/+14
* use more OUString::operator== in scaddins..sdextNoel Grandin2017-07-143-10/+10
* loplugin:oncevar: empty strings: sdextStephan Bergmann2017-07-131-2/+1
* replace 'resize(size+1)' with emplace_backNoel Grandin2017-07-111-1/+1
* simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin2017-07-111-1/+1
* loplugin:casttovoid: sdextStephan Bergmann2017-07-0223-305/+114