summaryrefslogtreecommitdiff
path: root/stoc/source/javaloader
AgeCommit message (Expand)AuthorFilesLines
2019-09-06Fixing "...."Andrea Gelmini1-1/+1
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-4/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann1-1/+1
2019-06-18loplugin:logexceptionnicely in starmath..svgioNoel Grandin1-4/+3
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen1-9/+3
2018-11-22improve function-local statics in scripting..svtoolsNoel Grandin1-10/+2
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-1/+6
2018-03-09loplugin:redundantfcast look for unnecessary temporariesNoel Grandin1-2/+1
2018-01-18Fix typosAndrea Gelmini1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-10-23loplugin:includeform: stocStephan Bergmann1-1/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-23loplugin:flatten in sdext..stocNoel Grandin1-6/+4
2017-06-17replace misc double checked locking patternsJochen Nitschke1-11/+3
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann1-4/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-18/+8
2017-01-19New loplugin:dynexcspec: Add @throws documentation, stocStephan Bergmann1-0/+2
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin1-1/+1
2016-12-02loplugin:unnecessaryoverride (dtors) in stocStephan Bergmann1-5/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+1
2015-11-04yyyyyNoel Grandin1-3/+2
2015-10-27don't allocate uno::Reference on the heapNoel Grandin1-4/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-02-18TyposJulien Nabet1-1/+1
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-4/+2
2015-01-20Some more loplugin:cstylecast: stocStephan Bergmann1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-07-24use BOOST_STATIC_ASSERT for sizeof checkMichael Stahl1-3/+5
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin1-6/+4
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-1/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-37/+25
2014-05-22stoc: fix includesThomas Arnhold1-3/+3
2014-05-22stoc: make use of css aliasThomas Arnhold1-9/+9
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-5/+5
2014-03-25Adapt to sal/log.hxxStephan Bergmann1-2/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-10/+10
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-16Clean-up uno/lbnames.hStephan Bergmann1-0/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-2/+2
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza1-8/+2