summaryrefslogtreecommitdiffstats
path: root/stoc
Commit message (Expand)AuthorAgeFilesLines
* Add some missing #include <memory> to have std::unique_ptr.Jan Holesovsky2017-12-051-0/+1
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-12-051-2/+2
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-12-051-5/+2
* stoc: try to throw more informative exceptionsMichael Stahl2017-01-311-1/+5
* includes should be at the top of the fileNoel Grandin2016-11-181-2/+2
* remove some double callsNoel Grandin2016-11-182-3/+3
* make comphelper::containerToSequence a little smarterNoel Grandin2016-11-092-2/+2
* coverity#1375798 Uncaught exceptionCaolán McNamara2016-11-021-1/+1
* coverity#1374309 Uncaught exceptionCaolán McNamara2016-10-271-1/+1
* loplugin:expandablemethods in stoc..svlNoel Grandin2016-10-271-7/+1
* Java 7 DISPLAY and FORMAT locale and script fieldEike Rathke2016-10-261-9/+64
* Revert "Revert "Resolves: #i86470# Wrong Java locale when using "nl" and "fr"""Stephan Bergmann2016-10-252-16/+15
* Revert "Resolves: #i86470# Wrong Java locale when using "nl" and "fr""Eike Rathke2016-10-252-15/+16
* Resolves: #i86470# Wrong Java locale when using "nl" and "fr"Eike Rathke2016-10-252-16/+15
* loplugin:countusersofdefaultparams in sot..svtoolsNoel Grandin2016-10-141-1/+1
* Fix typosAndrea Gelmini2016-10-011-1/+1
* loplugin:singlevalfields in sc..vclNoel Grandin2016-09-152-9/+0
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1326-46/+46
* loplugin:constantparam in package..stocNoel Grandin2016-09-121-1/+1
* loplugin:constantparam in sot..svlNoel Grandin2016-09-092-6/+4
* tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu2016-08-251-22/+14
* loplugin:countusersofdefaultparams in sfx2..svgioNoel Grandin2016-08-051-1/+1
* improve passstuffbyref return analysisNoel Grandin2016-07-271-1/+1
* don't write past the end of the arrayMarkus Mohrhard2016-07-181-1/+1
* loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann2016-07-111-1/+1
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-071-2/+2
* remove deprecated Link functions from RegistryNoel Grandin2016-07-041-37/+11
* Clean up uses of Any::getValue() in stocStephan Bergmann2016-06-217-108/+95
* loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann2016-06-191-22/+25
* remove some manual ref-countingNoel Grandin2016-06-061-82/+76
* Some clean up of uses of css::uno::Any::setValueStephan Bergmann2016-05-301-3/+2
* Just use Any::operator <<= for sal_Unicode valuesStephan Bergmann2016-05-301-4/+4
* Revert "remove some manual ref-counting"Noel Grandin2016-05-241-76/+82
* remove some manual ref-countingNoel Grandin2016-05-241-82/+76
* loplugin:unusedmethods in slideshow to svtoolsNoel Grandin2016-05-191-15/+0
* clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin2016-05-111-6/+3
* Insert explicit "break" when falling through to empty next caseStephan Bergmann2016-05-101-2/+3
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-041-6/+3
* tdf#97499 Fixed containers parameters clearing #9tymyjan2016-05-011-2/+2
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-4/+4
* loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann2016-04-211-13/+13
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-2011-26/+26
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-182-12/+7
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-142-3/+3
* loplugin:passstuffbyref in variousNoel Grandin2016-04-141-1/+1
* tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke2016-04-138-32/+49
* Remove stray spaces from start of log messages, reduxStephan Bergmann2016-04-121-1/+1
* Remove stray spaces from start of log messagesStephan Bergmann2016-04-123-6/+6
* tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-04-125-60/+14
* tdf#97966 Drop 'static' keywordsWastack2016-04-016-24/+24