summaryrefslogtreecommitdiffstats
path: root/scripting/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-124-73/+21
* pyuno, scripting: remove executable bits from python, js, bsh filesMichael Stahl2015-03-022-0/+0
* 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
* 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
* 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
* pyuno: move "officehelper.py" from scripting to pyunoMichael Stahl2014-12-021-84/+0
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-173-0/+3
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-054-58/+19
* coverity#1237350 use our double-locking templates for thisCaolán McNamara2014-10-242-23/+25
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-151-1/+0