summaryrefslogtreecommitdiff
path: root/scripting/source
AgeCommit message (Expand)Author
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-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-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-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
2015-04-13loplugin:staticmethodsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-12Clean up previous commitStephan Bergmann
2015-03-12scripting: use constructor syntax in vbaevents.componentChris Sherlock
2015-03-02pyuno, scripting: remove executable bits from python, js, bsh filesMichael Stahl
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-29scripting: remove unnecessary SAL_CALLMichael Stahl
2015-01-26Fix types of functions called via pointer (-fsanitze=function)Stephan Bergmann
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet