summaryrefslogtreecommitdiff
path: root/scripting/source/provider/BrowseNodeFactoryImpl.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-1/+1
2014-04-24scripting: sal_Bool->boolNoel Grandin1-5/+5
2014-04-14Clean up function declarationsStephan Bergmann1-2/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-5/+5
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-25/+25
2014-03-10scripting: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-2/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-27/+27
2014-02-26Remove visual noise from scriptingAlexander Wilms1-8/+8
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-4/+4
2013-11-11remove unnecessary use of OUString constructor in SCRIPTING moduleNoel Grandin1-1/+1
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza1-15/+3
2013-06-28remove an unused headerThomas Arnhold1-1/+0
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-1/+1