summaryrefslogtreecommitdiffstats
path: root/scripting/source/vbaevents
Commit message (Expand)AuthorAgeFilesLines
* simplify some OUString::concat usageNoel Grandin2017-07-111-3/+1
* use more range-for on uno::SequenceNoel Grandin2017-07-111-3/+2
* cleanup unused css/script/ includesJochen Nitschke2017-05-201-1/+0
* loplugin:checkunusedparams variousNoel Grandin2017-05-161-2/+2
* clang-tidy readability-simplify-boolean-exprNoel Grandin2017-04-281-16/+3
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-45/+39
* New loplugin:dynexcspec: Add @throws documentation, scriptingStephan Bergmann2017-01-191-0/+1
* New loplugin:externvar: scriptingStephan Bergmann2017-01-091-30/+30
* OSL_TRACE->SAL in sc..scriptingNoel Grandin2016-12-131-23/+3
* make comphelper::containerToSequence a little smarterNoel Grandin2016-11-091-1/+1
* loplugin:countusersofdefaultparams in oox..sdNoel Grandin2016-08-051-2/+2
* remove dead ASYNC codeNoel Grandin2016-08-011-47/+4
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-2/+2
* tdf#97499 Fixed containers parameters clearing #4tymyjan2016-04-041-4/+2
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-311-1/+1
* loplugin:unusedfields in scriptingNoel Grandin2015-12-221-13/+9
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-201-7/+1
* use comphelper::containerToSequenceNoel Grandin2015-11-191-8/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-131-3/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-23/+23
* loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann2015-11-061-1/+1
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-2/+2
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-051-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-021-1/+1
* com::sun::star->css in scaddins,sccomp,scriptingNoel Grandin2015-10-281-11/+11
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-27/+27
* sc: inline some use-once typedefsNoel Grandin2015-08-041-3/+1
* loplugin:simplifyboolStephan Bergmann2015-07-161-1/+1
* coverity#1308560 Uncaught exceptionCaolán McNamara2015-06-281-2/+2
* Fix typosAndrea Gelmini2015-06-281-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-6/+6
* Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks2015-05-251-1/+2
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-1/+1
* 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
* Fix types of functions called via pointer (-fsanitze=function)Stephan Bergmann2015-01-261-4/+2
* cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet2015-01-041-1/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-041-3/+3
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-051-24/+4
* scripting: remove SAL_THROW macroNoel Grandin2014-06-052-12/+2
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-3/+3
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet2014-05-111-1/+1
* remove comments why a file gets includedThomas Arnhold2014-04-211-1/+0
* Clean up function declarationsStephan Bergmann2014-04-143-44/+67
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-4/+4
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-21/+21
* Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann2014-03-071-2/+2
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-31/+31