summaryrefslogtreecommitdiff
path: root/stoc/source/loader/dllcomponentloader.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-30tdf#146619 Drop unused 'using namespace' in: stoc/Gabor Kelemen1-1/+0
2020-01-28tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorEfdal İncesu1-2/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann1-1/+1
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen1-10/+2
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-14/+6
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-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2014-05-22stoc: make use of css aliasThomas Arnhold1-13/+13
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-6/+6
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-12/+12
2014-02-26Remove visual noise from stocAlexander Wilms1-6/+6
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky1-2/+2
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky1-1/+1
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky1-3/+1
2014-01-18Unify ctor functions for component implementations.Matúš Kukan1-3/+3
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan1-1/+1
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan1-2/+2
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann1-39/+12
2013-12-18bootstrap component: Split into implementation functions.Matúš Kukan1-21/+20
2013-12-13[API CHANGE] remove cppu::loadSharedLibComponentFactory w/ rPrefix againStephan Bergmann1-1/+1
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza1-8/+2
2013-10-11No need to support "prefix" in DllComponentLoaderStephan Bergmann1-20/+2
2013-10-01[API CHANGE] Stricter requirements for shlib.hxx function argumentsStephan Bergmann1-1/+1
2013-10-01IllegalArgumentException is a RuntimeException nowStephan Bergmann1-20/+3
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-2/+2
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann1-6/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+3
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+2
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-3/+1
2012-06-29re-base on ALv2 code.Michael Meeks1-23/+14
2012-03-21More hacking on static linking (iOS) supportTor Lillqvist1-0/+7
2012-01-12Fix for fdo43460 Part XXXV getLength() to isEmpty()Olivier Hallot1-1/+1
2011-12-27catch exception by constant referenceTakeshi Abe1-1/+1
2011-11-27remove include of pch header from stocNorbert Thiebaud1-2/+0
2011-07-28we are searching for prefix in activateMatúš Kukan1-1/+1
2011-06-24re-work prefix handling and undo cppuhelper ABI change, add unit testMichael Meeks1-1/+19
2011-06-01fix upCaolán McNamara1-23/+4
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-03Remove "using namespace ::rtl"Julien Nabet1-2/+1
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2