summaryrefslogtreecommitdiffstats
path: root/scripting/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-161-3/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-152-8/+4
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-131-3/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1011-106/+106
* new loplugin: oncevarNoel Grandin2015-11-091-2/+1
* loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann2015-11-063-3/+3
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-063-5/+5
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-059-24/+21
* yyyyyNoel Grandin2015-11-043-5/+4
* 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
* 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-304-4/+4
* 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-281-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* cppcheck:redundantAssignmentNoel Grandin2015-06-151-4/+1
* convert expressions like 'size() == 0' to 'empty()'Noel Grandin2015-06-111-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-084-11/+11
* Rewrite all calls like Dialog(params).Execute()Philippe Jung2015-05-281-1/+1
* Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks2015-05-251-1/+2
* Remove include stdio (part2)Julien Nabet2015-05-181-2/+0
* loplugin:staticmethodsNoel Grandin2015-04-232-2/+2
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-152-27/+27
* loplugin:staticmethodsNoel Grandin2015-04-133-4/+4
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-013-5/+5
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-172-6/+28