summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)AuthorFilesLines
2016-02-18tdf#97642 Use native theming for swing controls in Beanshell EditorChirag Manwani1-0/+7
2016-02-17tdf#97640 Fixed-Width Font for Beanshell EditorChirag Manwani1-0/+1
2016-02-16coverity#1326200 Explicit null dereferencedCaolán McNamara1-0/+1
2016-02-16coverity#1326199 Explicit null dereferencedCaolán McNamara1-7/+3
2016-02-09Remove excess newlinesChris Sherlock19-132/+0
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-02-04coverity#1326399 Dereference null return valueCaolán McNamara1-1/+3
2016-02-04coverity#1326631 DE: Dropped or ignored exceptionCaolán McNamara1-2/+2
2016-02-04coverity#1326630 DE: Dropped or ignored exceptionCaolán McNamara1-1/+1
2016-02-04coverity#1326629 DE: Dropped or ignored exceptionCaolán McNamara1-2/+3
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin3-3/+4
2016-01-18loplugin:unusedfieldsNoel Grandin1-1/+0
2016-01-14loplugin:unusedmethods unused return value in scriptingNoel Grandin2-23/+0
2016-01-10Fix typosAndrea Gelmini10-13/+13
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-09java: add some @Override annotationsNoel Grandin1-0/+1
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-05java: combine nested if statementsNoel Grandin3-26/+20
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
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-7/+3
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-2/+2
2015-10-28com::sun::star->css in scaddins,sccomp,scriptingNoel Grandin20-589/+584
2015-10-25cid#1326721 to cid#1326726 Dm: Dubious method usedCaolán McNamara1-11/+11
2015-10-25coverity#1326446 Dereference null return valueCaolán McNamara1-1/+1
2015-10-22coverity#1326446 Dereference null return valueCaolán McNamara1-0/+6
2015-10-22coverity#1326429 Dereference null return valueCaolán McNamara1-4/+3
2015-10-20coverity#1326553 Dereference before null checkCaolán McNamara1-1/+1
2015-10-20coverity#1326552 Dereference before null checkCaolán McNamara1-1/+1
2015-10-20Revert "coverity#1327168 see if stock SuppressWarnings is sufficient to"Caolán McNamara1-1/+0
2015-10-16cid#1326721 to cid#1326726 Dm: Dubious method usedNoel Grandin1-7/+7
2015-10-15coverity#1327168 see if stock SuppressWarnings is sufficient toCaolán McNamara1-1/+2
2015-10-15coverity#1326240 Explicit null dereferencedCaolán McNamara1-2/+7
2015-10-15coverity#1326238 Explicit null dereferencedCaolán McNamara1-10/+8
2015-10-15coverity#1326236 Explicit null dereferencedCaolán McNamara1-4/+3
2015-10-15coverity#1326899 HE: Equal objects must have equal hashcodesCaolán McNamara2-0/+10