summaryrefslogtreecommitdiffstats
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* java: 'final static' to 'static final'Noel Grandin2015-10-152-5/+5
* Rewrite all calls like Dialog(params).Execute()Philippe Jung2015-05-281-1/+1
* Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks2015-05-261-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
* java: reduce visibility of fields and methodsNoel Grandin2014-12-112-4/+4
* java: unused importsNoel Grandin2014-12-101-1/+0
* java: remove some unused local variablesNoel Grandin2014-12-057-28/+12
* java: remove some unused fieldsNoel Grandin2014-12-051-4/+0
* pyuno: move "officehelper.py" from scripting to pyunoMichael Stahl2014-12-022-85/+0
* java: final fields that can be staticNoel Grandin2014-11-251-1/+1
* java: make fields final where possibleNoel Grandin2014-11-1824-54/+52
* 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-122-2/+2
* java: convert fields to local variables where possibleNoel Grandin2014-11-121-3/+0
* java: reduce excessive code indentation levelsNoel Grandin2014-11-121-14/+15
* 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
* Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist2014-10-221-1/+1
* scripting: redundant cast to StringRobert Antoni Buj i Gelonch2014-10-192-5/+5
* java: when rethrowing exceptions, store the originalNoel Grandin2014-10-171-14/+20
* java: final fields that can be staticNoel Grandin2014-10-171-1/+1
* java: no need to call String.valueOf to append to a StringNoel Grandin2014-10-171-4/+2
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-1610-74/+88