summaryrefslogtreecommitdiff
path: root/scripting/source
AgeCommit message (Expand)AuthorFilesLines
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-2/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann15-24/+24
2016-08-25tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu1-4/+2
2016-08-19Some clang-tidy misc-move-constructor-initStephan Bergmann2-4/+4
2016-08-09python macros aren't listed under scripting organizeCaolán McNamara1-3/+2
2016-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin1-2/+2
2016-08-01remove dead ASYNC codeNoel Grandin1-47/+4
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara1-1/+1
2016-07-15new loplugin unnecessary overrideNoel Grandin1-11/+0
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-5/+5
2016-06-24compilerplugins: add OWeakObject::release() override checkMichael Stahl1-5/+2
2016-06-12BASIC : Add SbModule::FindMethodArnaud Versini1-10/+6
2016-05-23Convert SbxClassType to scoped enumNoel Grandin1-1/+1
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin1-1/+0
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin1-6/+6
2016-04-24Don't use SolarMutexGuard for returning a constantArnaud Versini1-2/+0
2016-04-21new plugin stylepoliceNoel Grandin1-6/+6
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann6-11/+11
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-5/+4
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin2-2/+2
2016-04-14loplugin:passstuffbyref in variousNoel Grandin2-3/+3
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan2-5/+3
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan3-5/+3
2016-04-01sequence->vector in scriptingNoel Grandin3-26/+23
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-1/+1
2016-03-17loplugin:constantparam in toolsNoel Grandin1-1/+1
2016-03-09loplugin:constantparam in sfx2Noel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock19-132/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin2-3/+3
2016-01-18loplugin:unusedfieldsNoel Grandin1-1/+0
2016-01-14loplugin:unusedmethods unused return value in scriptingNoel Grandin2-23/+0
2016-01-10Fix typosAndrea Gelmini4-5/+5
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-12-22loplugin:unusedfields in scriptingNoel Grandin3-32/+17
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin1-3/+0
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-7/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin1-8/+1
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin1-2/+1
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-3/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin2-8/+4
2015-11-13cppcheck: noExplicitConstructorCaolán McNamara1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann11-106/+106
2015-11-09new loplugin: oncevarNoel Grandin1-2/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann3-3/+3
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann3-5/+5
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin9-24/+21
2015-11-04yyyyyNoel Grandin3-5/+4
2015-11-02No need for this debug codeStephan Bergmann1-7/+0
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara13-19/+19