summaryrefslogtreecommitdiff
path: root/scripting/source/provider
AgeCommit message (Expand)AuthorFilesLines
2020-04-22Fix typosAndrea Gelmini1-1/+1
2020-04-02loplugin:flatten in scriptingNoel Grandin2-26/+26
2020-03-12Revert "loplugin:constfields in scripting"Noel Grandin1-1/+1
2020-01-31new loplugin:namespaceindentationNoel Grandin1-1/+1
2020-01-07Fix typoAndrea Gelmini1-1/+1
2019-12-22sal_Char->char in scaddins..sdextNoel Grandin1-1/+1
2019-11-24cppcheck: performing init in init list (sc/scripting/sd)Julien Nabet1-3/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-3/+10
2019-11-09tdf#80731: Only check closing parenthesis when in IDEMike Kaganski1-4/+2
2019-10-17Remaining loplugin:bufferaddStephan Bergmann1-4/+1
2019-09-26loplugin:constmethod in scNoel Grandin3-3/+3
2019-08-20loplugin:constvars in sccomp..sdNoel Grandin2-2/+3
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet3-19/+7
2019-08-15loplugin:sequenceloop in scaddins..scriptingNoel Grandin1-4/+4
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scriptingStephan Bergmann4-11/+11
2019-07-30Simplify Sequence iterations in scaddins, sccomp, scriptingArkadiy Illarionov4-51/+41
2019-07-20loplugin:referencecasting in scriptingNoel Grandin1-2/+1
2019-06-25improve loplugin:simplifyconstructNoel Grandin3-18/+3
2019-06-21simplify some getSupportedServiceNamesNoel Grandin1-7/+4
2019-06-17loplugin:logexceptionnicely in scripting..sdextNoel Grandin2-7/+7
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin3-5/+5
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov1-1/+1
2019-05-10an uno -> a unoCaolán McNamara1-1/+1
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin1-3/+0
2019-04-19loplugin:sequentialassign in sdNoel Grandin1-2/+1
2019-04-19tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen1-0/+1
2018-12-20Restore original behavior of MasterScriptProvider::hasByNameMike Kaganski1-1/+2
2018-12-20Simplify containers iterations in scaddins, sccomp, scriptingArkadiy Illarionov1-11/+13
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-12/+9
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-22/+0
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin2-10/+10
2018-10-09loplugin:constfields in scriptingNoel Grandin1-1/+1
2018-10-08tdf#120363: try to avoid asking user to enable JVM when looking ...Mike Kaganski1-66/+60
2018-10-06Use range-based loopMike Kaganski1-7/+4
2018-09-17New loplugin:externalStephan Bergmann1-7/+7
2018-09-10loplugin:simplifyconstruct in scaddins..sdNoel Grandin1-1/+1
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov1-4/+3
2018-07-30Add missing sal/log.hxx headersGabor Kelemen3-0/+3
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin2-6/+12
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin3-4/+4
2018-01-10tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr1-8/+5
2017-12-11loplugin:salcall fix functionsNoel Grandin4-15/+15
2017-10-23loplugin:includeform: scriptingStephan Bergmann1-2/+2
2017-10-23overload std::hash for OUString and OStringNoel Grandin3-7/+3
2017-10-04add << operator for css::uno::ExceptionNoel Grandin2-4/+3
2017-09-22loplugin:flatten in scaddins..sdNoel Grandin1-29/+22
2017-07-31loplugin:oncevarNoel Grandin2-8/+5
2017-07-14 use more OUString::operator== in scaddins..sdextNoel Grandin1-6/+3
2017-07-11simplify some OUString::concat usageNoel Grandin2-17/+9
2017-07-02loplugin:casttovoid: scriptingStephan Bergmann2-2/+0