summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)Author
2015-06-16Fix typosAndrea Gelmini
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-06-11java:regulatize the order of 'final' and public/privateNoel 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-25TyposJulien Nabet
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-21Typo: deleteing->deletingJulien Nabet
2015-02-16Make LogUtils.getTrace actually workStephan Bergmann
2015-02-16rhbz#1192732: Revert "From the context of the code, this field should...Stephan Bergmann
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-23typo: langugage -> languageAndras Timar
2015-01-13fdo#88256 fix crash when running javascript macroNoel Grandin
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-21fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-19java: scripting: fix bug in removing model from mapNoel Grandin
2014-12-18scripting: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15scripting: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-11java: revert part of commit, scripting/ is public APINoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-12-10java: unused importsNoel Grandin
2014-12-05java: remove some unused local variablesNoel Grandin
2014-12-05java: remove some unused fieldsNoel Grandin
2014-12-02pyuno: move "officehelper.py" from scripting to pyunoMichael Stahl
2014-11-25java: final fields that can be staticNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-11-12java: reduce excessive code indentation levelsNoel Grandin
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-24coverity#1237350 use our double-locking templates for thisCaolán McNamara
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist