summaryrefslogtreecommitdiff
path: root/scripting/source/provider/BrowseNodeFactoryImpl.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-1/+1
2020-07-14scripting/provider: create instances with uno constructorsNoel Grandin1-29/+9
2020-06-09tdf#42949 Fix IWYU warnings in scripting/Gabor Kelemen1-8/+0
2020-04-02loplugin:flatten in scriptingNoel Grandin1-12/+12
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-09-26loplugin:constmethod in scNoel Grandin1-1/+1
2019-08-20loplugin:constvars in sccomp..sdNoel Grandin1-1/+1
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-4/+1
2019-08-15loplugin:sequenceloop in scaddins..scriptingNoel Grandin1-4/+4
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scriptingStephan Bergmann1-3/+3
2019-07-30Simplify Sequence iterations in scaddins, sccomp, scriptingArkadiy Illarionov1-15/+10
2019-06-17loplugin:logexceptionnicely in scripting..sdextNoel Grandin1-2/+2
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1
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-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov1-4/+3
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2018-01-10tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr1-8/+5
2017-12-11loplugin:salcall fix functionsNoel Grandin1-3/+3
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-4/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-07-02loplugin:casttovoid: scriptingStephan Bergmann1-1/+0
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin1-11/+4
2017-05-20cleanup unused css/script/ includesJochen Nitschke1-0/+1
2017-02-21loplugin:subtlezeroinit: scriptingStephan Bergmann1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-51/+23
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin1-2/+1
2016-12-05loplugin:unnecessaryoverride (dtors) in scriptingStephan Bergmann1-12/+0
2016-10-28loplugin:expandablemethods in scaddins..scriptingNoel Grandin1-12/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-5/+5
2016-07-15new loplugin unnecessary overrideNoel Grandin1-11/+0
2016-06-24compilerplugins: add OWeakObject::release() override checkMichael Stahl1-5/+2
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin1-6/+6
2016-04-21new plugin stylepoliceNoel Grandin1-6/+6
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-4/+4
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-1/+1
2016-04-01sequence->vector in scriptingNoel Grandin1-19/+16
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-4/+3
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-4/+4
2015-10-28com::sun::star->css in scaddins,sccomp,scriptingNoel Grandin1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-25/+25
2015-09-03scripting: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-6/+6
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-1/+1
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-5/+3
2014-06-05scripting: remove SAL_THROW macroNoel Grandin1-3/+0