summaryrefslogtreecommitdiff
path: root/scripting/source/vbaevents
AgeCommit message (Expand)AuthorFilesLines
2020-11-11disable O(U)String::concat for internal codeNoel Grandin1-2/+1
2020-10-14Replace list by vector in scripting/eventhelpherJulien Nabet1-5/+5
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scriptingStephan Bergmann1-2/+2
2020-06-09tdf#42949 Fix IWYU warnings in scripting/Gabor Kelemen1-6/+0
2020-04-02loplugin:flatten in scriptingNoel Grandin1-65/+65
2020-03-12Revert "loplugin:constfields in scripting"Noel Grandin1-4/+4
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+30
2019-09-26loplugin:constmethod in scNoel Grandin1-2/+2
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-4/+2
2019-08-15loplugin:sequenceloop in scaddins..scriptingNoel Grandin1-2/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scriptingStephan Bergmann1-2/+2
2019-07-30Simplify Sequence iterations in scaddins, sccomp, scriptingArkadiy Illarionov1-16/+6
2019-06-17loplugin:logexceptionnicely in scripting..sdextNoel Grandin1-2/+3
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov1-3/+3
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen1-0/+1
2019-02-23loplugin:unusedfields in scNoel Grandin1-10/+0
2019-02-09loplugin:indentation in sdNoel Grandin1-1/+1
2018-12-20Simplify containers iterations in scaddins, sccomp, scriptingArkadiy Illarionov1-9/+5
2018-11-22improve function-local statics in scripting..svtoolsNoel Grandin1-6/+5
2018-10-09loplugin:constfields in scriptingNoel Grandin1-4/+4
2018-09-17New loplugin:externalStephan Bergmann1-13/+13
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-15remove some unused comphelper includesJochen Nitschke1-2/+0
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-3/+2
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-08-31inline some use-once typedefsNoel Grandin1-4/+1
2017-07-11simplify some OUString::concat usageNoel Grandin1-3/+1
2017-07-11use more range-for on uno::SequenceNoel Grandin1-3/+2
2017-05-20cleanup unused css/script/ includesJochen Nitschke1-1/+0
2017-05-16loplugin:checkunusedparams variousNoel Grandin1-2/+2
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin1-16/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-45/+39
2017-01-19New loplugin:dynexcspec: Add @throws documentation, scriptingStephan Bergmann1-0/+1
2017-01-09New loplugin:externvar: scriptingStephan Bergmann1-30/+30
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin1-23/+3
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin1-1/+1
2016-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin1-2/+2
2016-08-01remove dead ASYNC codeNoel Grandin1-47/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-4/+2
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-1/+1
2015-12-22loplugin:unusedfields in scriptingNoel Grandin1-13/+9
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-7/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin1-8/+1
2015-11-13cppcheck: noExplicitConstructorCaolán McNamara1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-23/+23
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann1-1/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2