summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)AuthorFilesLines
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 Gelmini2-2/+2
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-4/+1
2015-06-15java: 'final static' to 'static final'Noel Grandin2-5/+5
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin3-4/+4
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-25TyposJulien Nabet1-1/+1
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann3-8/+32
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-1/+3
2015-03-12Clean up previous commitStephan Bergmann3-95/+45
2015-03-12scripting: use constructor syntax in vbaevents.componentChris Sherlock5-74/+21
2015-03-02pyuno, scripting: remove executable bits from python, js, bsh filesMichael Stahl14-0/+0
2015-02-21Typo: deleteing->deletingJulien Nabet1-2/+2
2015-02-16Make LogUtils.getTrace actually workStephan Bergmann1-25/+6
2015-02-16rhbz#1192732: Revert "From the context of the code, this field should...Stephan Bergmann1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann2-4/+4
2015-01-29scripting: remove unnecessary SAL_CALLMichael Stahl2-2/+2
2015-01-26Fix types of functions called via pointer (-fsanitze=function)Stephan Bergmann1-4/+2
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-2/+2
2015-01-23typo: langugage -> languageAndras Timar1-2/+2
2015-01-13fdo#88256 fix crash when running javascript macroNoel Grandin5-6/+49
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet3-3/+3
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara6-34/+24
2014-12-21fdo#39440 reduce scope of local variablesMichael Weghorn2-2/+2
2014-12-19java: scripting: fix bug in removing model from mapNoel Grandin1-1/+1
2014-12-18scripting: Use appropriate OUString functions on string constantsStephan Bergmann4-5/+5
2014-12-15scripting: Use appropriate OUString functions on string constantsStephan Bergmann3-7/+7
2014-12-11java: revert part of commit, scripting/ is public APINoel Grandin2-5/+5
2014-12-11java: reduce visibility of fields and methodsNoel Grandin2-4/+4
2014-12-10java: unused importsNoel Grandin1-1/+0