summaryrefslogtreecommitdiffstats
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* 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-282-2/+2
* Fix typosAndrea Gelmini2015-06-161-1/+1
* cppcheck:redundantAssignmentNoel Grandin2015-06-151-4/+1
* java: 'final static' to 'static final'Noel Grandin2015-06-152-5/+5
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-113-4/+4
* 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
* TyposJulien Nabet2015-03-251-1/+1
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-173-8/+32
* tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2015-03-131-1/+3
* Clean up previous commitStephan Bergmann2015-03-123-95/+45
* scripting: use constructor syntax in vbaevents.componentChris Sherlock2015-03-125-74/+21
* pyuno, scripting: remove executable bits from python, js, bsh filesMichael Stahl2015-03-0214-0/+0
* Typo: deleteing->deletingJulien Nabet2015-02-211-2/+2
* Make LogUtils.getTrace actually workStephan Bergmann2015-02-161-25/+6
* rhbz#1192732: Revert "From the context of the code, this field should...Stephan Bergmann2015-02-161-1/+1
* loplugin:deletedspecialStephan Bergmann2015-02-072-4/+4
* scripting: remove unnecessary SAL_CALLMichael Stahl2015-01-292-2/+2
* Fix types of functions called via pointer (-fsanitze=function)Stephan Bergmann2015-01-261-4/+2
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-262-2/+2
* typo: langugage -> languageAndras Timar2015-01-231-2/+2
* fdo#88256 fix crash when running javascript macroNoel Grandin2015-01-135-6/+49
* cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet2015-01-043-3/+3
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-046-34/+24
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-212-2/+2
* java: scripting: fix bug in removing model from mapNoel Grandin2014-12-191-1/+1
* scripting: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-184-5/+5
* scripting: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-153-7/+7
* java: revert part of commit, scripting/ is public APINoel Grandin2014-12-112-5/+5