summaryrefslogtreecommitdiffstats
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2016-04-301-1/+1
* 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
* remove some unused Java codeNoel Grandin2016-03-142-8/+0
* scripting: JDK 1.5 compatibility: don't use java.awt.Font.MONOSPACEDDouglas Mencken2016-03-141-1/+1
* loplugin:constantparam in sfx2Noel Grandin2016-03-091-1/+1
* cid#1326861,1326862: Eq: Problems with implementation of equals()Stephan Bergmann2016-03-042-27/+1
* This ScriptEntry ctor is always called with empty languagedeppropsStephan Bergmann2016-03-043-10/+4
* Scripting.location is unusedStephan Bergmann2016-03-044-16/+7
* ScriptEntry fields can be finalStephan Bergmann2016-03-041-6/+6
* Turn forwarding among ScriptEntry ctors around, dropping oneStephan Bergmann2016-03-041-19/+11
* Remove unusd ScriptEntry ctorStephan Bergmann2016-03-041-4/+0
* Forwarding-only ctor, can be privateStephan Bergmann2016-03-041-1/+1
* This ScriptEntry ctor is only needed by ctor of derived class ScriptMetaDataStephan Bergmann2016-03-041-1/+1
* Remove unused ScriptEntry.setLogicalNameStephan Bergmann2016-03-041-4/+0
* Parcel.getByName apparently wants to return ScriptMetaDataStephan Bergmann2016-03-043-10/+10
* coverity#1354272 SS: Unread field should be staticCaolán McNamara2016-02-251-1/+1
* tdf#98004 Added toolbar to beanshell editor with undo/redo buttonsChirag Manwani2016-02-223-22/+37
* 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