summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)AuthorFilesLines
2016-03-04cid#1326861,1326862: Eq: Problems with implementation of equals()Stephan Bergmann2-27/+1
2016-03-04This ScriptEntry ctor is always called with empty languagedeppropsStephan Bergmann3-10/+4
2016-03-04Scripting.location is unusedStephan Bergmann4-16/+7
2016-03-04ScriptEntry fields can be finalStephan Bergmann1-6/+6
2016-03-04Turn forwarding among ScriptEntry ctors around, dropping oneStephan Bergmann1-19/+11
2016-03-04Remove unusd ScriptEntry ctorStephan Bergmann1-4/+0
2016-03-04Forwarding-only ctor, can be privateStephan Bergmann1-1/+1
2016-03-04This ScriptEntry ctor is only needed by ctor of derived class ScriptMetaDataStephan Bergmann1-1/+1
2016-03-04Remove unused ScriptEntry.setLogicalNameStephan Bergmann1-4/+0
2016-03-04Parcel.getByName apparently wants to return ScriptMetaDataStephan Bergmann3-10/+10
2016-02-25coverity#1354272 SS: Unread field should be staticCaolán McNamara1-1/+1
2016-02-22tdf#98004 Added toolbar to beanshell editor with undo/redo buttonsChirag Manwani3-22/+37
2016-02-21tdf#97636 Added Undo/Redo functionality to Beanshell EditorChirag Manwani1-1/+66
2016-02-18coverity#1326437 Dereference null return valueCaolán McNamara1-1/+1
2016-02-18tdf#97637 Fixed Tab size of beanshell editor to 4Chirag Manwani1-0/+1
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