summaryrefslogtreecommitdiff
path: root/scripting/source
AgeCommit message (Expand)AuthorFilesLines
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-7/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin1-8/+1
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin1-2/+1
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-3/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin2-8/+4
2015-11-13cppcheck: noExplicitConstructorCaolán McNamara1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann11-106/+106
2015-11-09new loplugin: oncevarNoel Grandin1-2/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann3-3/+3
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann3-5/+5
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin9-24/+21
2015-11-04yyyyyNoel Grandin3-5/+4
2015-11-02No need for this debug codeStephan Bergmann1-7/+0
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara13-19/+19
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-7/+3
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-2/+2
2015-10-28com::sun::star->css in scaddins,sccomp,scriptingNoel Grandin20-589/+584
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann18-297/+297
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-30Fix typosAndrea Gelmini4-4/+4
2015-09-30Script: better way to detect WindowsAndrea Gelmini1-71/+72
2015-09-18boost->stdCaolán McNamara1-3/+3
2015-09-03scripting: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe20-47/+43
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann4-17/+17
2015-08-04sc: inline some use-once typedefsNoel Grandin1-3/+1
2015-07-28inline the "old" SbxErr constantsNoel Grandin1-2/+2
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin1-2/+2
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin6-94/+7
2015-07-16loplugin:simplifyboolStephan Bergmann2-3/+3
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-06-29coverity#1308579 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-29coverity#1308598 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308560 Uncaught exceptionCaolán McNamara1-2/+2
2015-06-28coverity#1308548 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308512 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-4/+1
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann4-11/+11
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-1/+1
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-1/+2
2015-05-18Remove include stdio (part2)Julien Nabet1-2/+0
2015-04-23loplugin:staticmethodsNoel Grandin2-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-27/+27
2015-04-13loplugin:staticmethodsNoel Grandin3-4/+4
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-5/+5
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann2-6/+28