summaryrefslogtreecommitdiff
path: root/scripting/source/vbaevents/eventhelper.cxx
AgeCommit message (Expand)Author
2019-09-26loplugin:constmethod in scNoel Grandin
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-08-15loplugin:sequenceloop in scaddins..scriptingNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scriptingStephan Bergmann
2019-07-30Simplify Sequence iterations in scaddins, sccomp, scriptingArkadiy Illarionov
2019-06-17loplugin:logexceptionnicely in scripting..sdextNoel Grandin
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen
2019-02-23loplugin:unusedfields in scNoel Grandin
2019-02-09loplugin:indentation in sdNoel Grandin
2018-12-20Simplify containers iterations in scaddins, sccomp, scriptingArkadiy Illarionov
2018-11-22improve function-local statics in scripting..svtoolsNoel Grandin
2018-10-09loplugin:constfields in scriptingNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-04-15remove some unused comphelper includesJochen Nitschke
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-13Fix typosAndrea Gelmini
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-08-31inline some use-once typedefsNoel Grandin
2017-07-11simplify some OUString::concat usageNoel Grandin
2017-07-11use more range-for on uno::SequenceNoel Grandin
2017-05-20cleanup unused css/script/ includesJochen Nitschke
2017-05-16loplugin:checkunusedparams variousNoel Grandin
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, scriptingStephan Bergmann
2017-01-09New loplugin:externvar: scriptingStephan Bergmann
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin
2016-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin
2016-08-01remove dead ASYNC codeNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2015-12-22loplugin:unusedfields in scriptingNoel Grandin
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-13cppcheck: noExplicitConstructorCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-28com::sun::star->css in scaddins,sccomp,scriptingNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-04sc: inline some use-once typedefsNoel Grandin
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-06-28coverity#1308560 Uncaught exceptionCaolán McNamara