summaryrefslogtreecommitdiffstats
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* 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
* coverity#1326238 Explicit null dereferencedCaolán McNamara2015-10-151-10/+8
* coverity#1326236 Explicit null dereferencedCaolán McNamara2015-10-151-4/+3
* coverity#1326899 HE: Equal objects must have equal hashcodesCaolán McNamara2015-10-152-0/+10
* cid#1326116 Unchecked return valueNoel Grandin2015-10-151-1/+3
* cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin2015-10-151-3/+3
* java:using "this" with a static field makes no senseNoel Grandin2015-10-141-7/+7
* coverity#1326568 Unused valueCaolán McNamara2015-10-141-11/+3
* coverity#1327113 UrF: Unread fieldCaolán McNamara2015-10-141-2/+0
* coverity#1327178 UuF: Unused fieldCaolán McNamara2015-10-141-2/+1
* cid#1326361 Data race conditionNoel Grandin2015-10-141-16/+18
* cid#1326674 DLS: Dead local storeNoel Grandin2015-10-141-7/+0
* cid#1326345 Check of thread-shared field evades lock acquisitionNoel Grandin2015-10-141-7/+3
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1218-297/+297
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* Fix typosAndrea Gelmini2015-09-305-5/+5
* Script: better way to detect WindowsAndrea Gelmini2015-09-301-71/+72
* boost->stdCaolán McNamara2015-09-181-3/+3
* scripting: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-0320-47/+43
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-314-17/+17
* sc: inline some use-once typedefsNoel Grandin2015-08-041-3/+1
* inline the "old" SbxErr constantsNoel Grandin2015-07-281-2/+2
* convert SbxFlagsBits to scoped enumNoel Grandin2015-07-281-2/+2
* loplugin:unusedmethods scripting,scNoel Grandin2015-07-226-94/+7
* loplugin:simplifyboolStephan Bergmann2015-07-162-3/+3
* Fix typosAndrea Gelmini2015-07-081-1/+1
* coverity#1308579 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
* coverity#1308598 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
* coverity#1308560 Uncaught exceptionCaolán McNamara2015-06-281-2/+2
* coverity#1308548 Uncaught exceptionCaolán McNamara2015-06-282-2/+2
* coverity#1308512 Uncaught exceptionCaolán McNamara2015-06-282-2/+2
* Fix typosAndrea Gelmini2015-06-282-2/+2
* Fix typosAndrea Gelmini2015-06-161-1/+1
* cppcheck:redundantAssignmentNoel Grandin2015-06-151-4/+1
* java: 'final static' to 'static final'Noel Grandin2015-06-152-5/+5
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-113-4/+4