summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)Author
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-13cppcheck: noExplicitConstructorCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09java: add some @Override annotationsNoel Grandin
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05java: combine nested if statementsNoel Grandin
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-04yyyyyNoel Grandin
2015-11-02No need for this debug codeStephan Bergmann
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-28com::sun::star->css in scaddins,sccomp,scriptingNoel Grandin
2015-10-25cid#1326721 to cid#1326726 Dm: Dubious method usedCaolán McNamara
2015-10-25coverity#1326446 Dereference null return valueCaolán McNamara
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