summaryrefslogtreecommitdiffstats
path: root/scripting/source
Commit message (Expand)AuthorAgeFilesLines
* tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu2016-08-251-4/+2
* Some clang-tidy misc-move-constructor-initStephan Bergmann2016-08-192-4/+4
* python macros aren't listed under scripting organizeCaolán McNamara2016-08-091-3/+2
* loplugin:countusersofdefaultparams in oox..sdNoel Grandin2016-08-051-2/+2
* remove dead ASYNC codeNoel Grandin2016-08-011-47/+4
* masses of MessBoxes not being disposed promptlyCaolán McNamara2016-07-261-1/+1
* new loplugin unnecessary overrideNoel Grandin2016-07-151-11/+0
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-071-5/+5
* compilerplugins: add OWeakObject::release() override checkMichael Stahl2016-06-241-5/+2
* BASIC : Add SbModule::FindMethodArnaud Versini2016-06-121-10/+6
* Convert SbxClassType to scoped enumNoel Grandin2016-05-231-1/+1
* clang-tidy misc-unused-alias-declsNoel Grandin2016-05-191-1/+0
* clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin2016-05-111-6/+6
* Don't use SolarMutexGuard for returning a constantArnaud Versini2016-04-241-2/+0
* new plugin stylepoliceNoel Grandin2016-04-211-6/+6
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-206-11/+11
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-5/+4
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-142-2/+2
* loplugin:passstuffbyref in variousNoel Grandin2016-04-142-3/+3
* tdf#97499 Fixed containers parameters clearing #4tymyjan2016-04-042-5/+3
* tdf#97499 Fixed containers parameters clearing #3tymyjan2016-04-043-5/+3
* sequence->vector in scriptingNoel Grandin2016-04-013-26/+23
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-311-1/+1
* loplugin:constantparam in toolsNoel Grandin2016-03-171-1/+1
* loplugin:constantparam in sfx2Noel Grandin2016-03-091-1/+1
* Remove excess newlinesChris Sherlock2016-02-0919-132/+0
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-252-3/+3
* loplugin:unusedfieldsNoel Grandin2016-01-181-1/+0
* loplugin:unusedmethods unused return value in scriptingNoel Grandin2016-01-142-23/+0
* Fix typosAndrea Gelmini2016-01-104-5/+5
* cppcheck: noExplicitConstructorCaolán McNamara2015-12-291-1/+1
* loplugin:unusedfields in scriptingNoel Grandin2015-12-223-32/+17
* mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin2015-11-261-3/+0
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-201-7/+1
* use comphelper::containerToSequenceNoel Grandin2015-11-191-8/+1
* no need to take a mutex when only dealing with stack-local dataNoel Grandin2015-11-161-2/+1
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-161-3/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-152-8/+4
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-131-3/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1011-106/+106
* new loplugin: oncevarNoel Grandin2015-11-091-2/+1
* loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann2015-11-063-3/+3
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-063-5/+5
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-059-24/+21
* yyyyyNoel Grandin2015-11-043-5/+4
* No need for this debug codeStephan Bergmann2015-11-021-7/+0
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-0213-19/+19
* no need to use OUString constructor in call to createInstanceNoel Grandin2015-11-011-7/+3
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-301-2/+2