summaryrefslogtreecommitdiffstats
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* tdf#97636 Added Undo/Redo functionality to Beanshell EditorChirag Manwani2016-02-211-1/+66
* coverity#1326437 Dereference null return valueCaolán McNamara2016-02-181-1/+1
* tdf#97637 Fixed Tab size of beanshell editor to 4Chirag Manwani2016-02-181-0/+1
* tdf#97642 Use native theming for swing controls in Beanshell EditorChirag Manwani2016-02-181-0/+7
* tdf#97640 Fixed-Width Font for Beanshell EditorChirag Manwani2016-02-171-0/+1
* coverity#1326200 Explicit null dereferencedCaolán McNamara2016-02-161-0/+1
* coverity#1326199 Explicit null dereferencedCaolán McNamara2016-02-161-7/+3
* Remove excess newlinesChris Sherlock2016-02-0919-132/+0
* Fix typosAndrea Gelmini2016-02-051-1/+1
* coverity#1326399 Dereference null return valueCaolán McNamara2016-02-041-1/+3
* coverity#1326631 DE: Dropped or ignored exceptionCaolán McNamara2016-02-041-2/+2
* coverity#1326630 DE: Dropped or ignored exceptionCaolán McNamara2016-02-041-1/+1
* coverity#1326629 DE: Dropped or ignored exceptionCaolán McNamara2016-02-041-2/+3
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-253-3/+4
* loplugin:unusedfieldsNoel Grandin2016-01-181-1/+0
* loplugin:unusedmethods unused return value in scriptingNoel Grandin2016-01-142-23/+0
* Fix typosAndrea Gelmini2016-01-1010-13/+13
* 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
* java: add some @Override annotationsNoel Grandin2015-11-091-0/+1
* 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
* java: combine nested if statementsNoel Grandin2015-11-053-26/+20
* 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
* com::sun::star->css in scaddins,sccomp,scriptingNoel Grandin2015-10-2820-589/+584
* cid#1326721 to cid#1326726 Dm: Dubious method usedCaolán McNamara2015-10-251-11/+11
* coverity#1326446 Dereference null return valueCaolán McNamara2015-10-251-1/+1
* coverity#1326446 Dereference null return valueCaolán McNamara2015-10-221-0/+6
* coverity#1326429 Dereference null return valueCaolán McNamara2015-10-221-4/+3
* coverity#1326553 Dereference before null checkCaolán McNamara2015-10-201-1/+1
* coverity#1326552 Dereference before null checkCaolán McNamara2015-10-201-1/+1
* Revert "coverity#1327168 see if stock SuppressWarnings is sufficient to"Caolán McNamara2015-10-201-1/+0
* cid#1326721 to cid#1326726 Dm: Dubious method usedNoel Grandin2015-10-161-7/+7
* coverity#1327168 see if stock SuppressWarnings is sufficient toCaolán McNamara2015-10-151-1/+2
* coverity#1326240 Explicit null dereferencedCaolán McNamara2015-10-151-2/+7