summaryrefslogtreecommitdiff
path: root/cppuhelper/source/factory.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov1-2/+2
2019-02-14tdf#42949 Fix IWYU warnings in cppuhelper/Gabor Kelemen1-3/+0
2018-12-28Do not use indexed getToken for a single callMatteo Casalin1-2/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-2/+0
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+2
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-07-16Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2017-12-07loplugin:countusersofdefaultparams in comphelperNoel Grandin1-2/+2
2017-10-23loplugin:constmethod in cppu,cppuhelper,idlcNoel Grandin1-2/+2
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-2/+1
2017-07-11use more range-for on uno::SequenceNoel Grandin1-3/+2
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-04-27tdf#39468 cleanup source code commentsdennisroczek1-2/+1
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin1-10/+6
2017-02-24makeAny->Any in cppuhelper..cuiNoel Grandin1-1/+1
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-1/+1
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-105/+42
2017-01-19New loplugin:dynexcspec: Add @throws documentation, cppuhelperStephan Bergmann1-0/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2016-04-05tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-9/+2
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-11-04yyyyyNoel Grandin1-5/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-40/+40
2015-07-29com::sun::star-css in cppu,cppuhelperNoel Grandin1-51/+51
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-2/+1
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-6/+6
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-12/+9
2015-01-07Variadic cppu::WeakImplHelperStephan Bergmann1-2/+2
2014-12-12cppuhelper: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-09-30cppuhelper: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-08-08Remove redundant inclusions of header "cppuhelper/shlib.h"Matthew Pottage1-1/+0
2014-06-05cppuhelper: remove SAL_THROW macroNoel Grandin1-11/+1
2014-06-04cppuhelper: fix includesThomas Arnhold1-2/+2
2014-04-01Remove unused inline constructorStephan Bergmann1-11/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-40/+40
2014-03-10cppuhelper: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-7/+1
2014-02-27Remove visual noise from cppuhelperAlexander Wilms1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-64/+64
2014-02-23Remove unneccessary commentsAlexander Wilms1-14/+14
2014-02-17cppuhelper: sal_Bool -> boolStephan Bergmann1-13/+13
2014-02-03fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi1-2/+1
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-2/+2
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-2/+2
2013-06-05use uno::Reference#clear() method...Noel Grandin1-1/+1
2013-04-16Further clean-up related to removed library unloading featureStephan Bergmann1-49/+8
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-8/+8