summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)AuthorFilesLines
2017-12-05Add some missing #include <memory> to have std::unique_ptr.Jan Holesovsky1-0/+1
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-2/+2
2017-12-05loplugin:useuniqueptr extend to check local varsNoel Grandin1-5/+2
2017-01-31stoc: try to throw more informative exceptionsMichael Stahl1-1/+5
2016-11-18includes should be at the top of the fileNoel Grandin1-2/+2
2016-11-18remove some double callsNoel Grandin2-3/+3
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin2-2/+2
2016-11-02coverity#1375798 Uncaught exceptionCaolán McNamara1-1/+1
2016-10-27coverity#1374309 Uncaught exceptionCaolán McNamara1-1/+1
2016-10-27loplugin:expandablemethods in stoc..svlNoel Grandin1-7/+1
2016-10-26Java 7 DISPLAY and FORMAT locale and script fieldEike Rathke1-9/+64
2016-10-25Revert "Revert "Resolves: #i86470# Wrong Java locale when using "nl" and "fr"""Stephan Bergmann2-16/+15
2016-10-25Revert "Resolves: #i86470# Wrong Java locale when using "nl" and "fr""Eike Rathke2-15/+16
2016-10-25Resolves: #i86470# Wrong Java locale when using "nl" and "fr"Eike Rathke2-16/+15
2016-10-14loplugin:countusersofdefaultparams in sot..svtoolsNoel Grandin1-1/+1
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin2-9/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann26-46/+46
2016-09-12loplugin:constantparam in package..stocNoel Grandin1-1/+1
2016-09-09loplugin:constantparam in sot..svlNoel Grandin2-6/+4
2016-08-25tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu1-22/+14
2016-08-05loplugin:countusersofdefaultparams in sfx2..svgioNoel Grandin1-1/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-18don't write past the end of the arrayMarkus Mohrhard1-1/+1
2016-07-11loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann1-1/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-2/+2
2016-07-04remove deprecated Link functions from RegistryNoel Grandin1-37/+11
2016-06-21Clean up uses of Any::getValue() in stocStephan Bergmann7-108/+95
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann1-22/+25
2016-06-06remove some manual ref-countingNoel Grandin1-82/+76
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann1-3/+2
2016-05-30Just use Any::operator <<= for sal_Unicode valuesStephan Bergmann1-4/+4
2016-05-24Revert "remove some manual ref-counting"Noel Grandin1-76/+82
2016-05-24remove some manual ref-countingNoel Grandin1-82/+76
2016-05-19loplugin:unusedmethods in slideshow to svtoolsNoel Grandin1-15/+0
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin1-6/+3
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-2/+3
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-6/+3
2016-05-01tdf#97499 Fixed containers parameters clearing #9tymyjan1-2/+2
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-4/+4
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann1-13/+13
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann11-26/+26
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin2-12/+7
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin2-3/+3
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-1/+1
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke8-32/+49
2016-04-12Remove stray spaces from start of log messages, reduxStephan Bergmann1-1/+1
2016-04-12Remove stray spaces from start of log messagesStephan Bergmann3-6/+6
2016-04-12tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar5-60/+14
2016-04-01tdf#97966 Drop 'static' keywordsWastack6-24/+24