summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)Author
2015-10-22coverity#1326446 Dereference null return valueCaolán McNamara
2015-10-22coverity#1326429 Dereference null return valueCaolán McNamara
2015-10-20coverity#1326553 Dereference before null checkCaolán McNamara
2015-10-20coverity#1326552 Dereference before null checkCaolán McNamara
2015-10-20Revert "coverity#1327168 see if stock SuppressWarnings is sufficient to"Caolán McNamara
2015-10-16cid#1326721 to cid#1326726 Dm: Dubious method usedNoel Grandin
2015-10-15coverity#1327168 see if stock SuppressWarnings is sufficient toCaolán McNamara
2015-10-15coverity#1326240 Explicit null dereferencedCaolán McNamara
2015-10-15coverity#1326238 Explicit null dereferencedCaolán McNamara
2015-10-15coverity#1326236 Explicit null dereferencedCaolán McNamara
2015-10-15coverity#1326899 HE: Equal objects must have equal hashcodesCaolán McNamara
2015-10-15cid#1326116 Unchecked return valueNoel Grandin
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin
2015-10-14java:using "this" with a static field makes no senseNoel Grandin
2015-10-14coverity#1326568 Unused valueCaolán McNamara
2015-10-14coverity#1327113 UrF: Unread fieldCaolán McNamara
2015-10-14coverity#1327178 UuF: Unused fieldCaolán McNamara
2015-10-14cid#1326361 Data race conditionNoel Grandin
2015-10-14cid#1326674 DLS: Dead local storeNoel Grandin
2015-10-14cid#1326345 Check of thread-shared field evades lock acquisitionNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-30Script: better way to detect WindowsAndrea Gelmini
2015-09-18boost->stdCaolán McNamara
2015-09-03scripting: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-04sc: inline some use-once typedefsNoel Grandin
2015-07-28inline the "old" SbxErr constantsNoel Grandin
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-07-08Fix typosAndrea Gelmini
2015-06-29coverity#1308579 Uncaught exceptionCaolán McNamara
2015-06-29coverity#1308598 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308560 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308548 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308512 Uncaught exceptionCaolán McNamara
2015-06-28Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks
2015-05-18Remove include stdio (part2)Julien Nabet
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin