summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source/factory.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-3/+3
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-04-051-9/+2
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-6/+6
* yyyyyNoel Grandin2015-11-041-5/+4
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-40/+40
* com::sun::star-css in cppu,cppuhelperNoel Grandin2015-07-291-51/+51
* loplugin:stringconstant: Flag more inefficienciesStephan Bergmann2015-06-251-2/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-091-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-6/+6
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-12/+9
* Variadic cppu::WeakImplHelperStephan Bergmann2015-01-071-2/+2
* cppuhelper: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-2/+2
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+1
* cppuhelper: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-301-1/+1
* Remove redundant inclusions of header "cppuhelper/shlib.h"Matthew Pottage2014-08-081-1/+0
* cppuhelper: remove SAL_THROW macroNoel Grandin2014-06-051-11/+1
* cppuhelper: fix includesThomas Arnhold2014-06-041-2/+2
* Remove unused inline constructorStephan Bergmann2014-04-011-11/+0
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-40/+40
* cppuhelper: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-101-7/+1
* Remove visual noise from cppuhelperAlexander Wilms2014-02-271-1/+1
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-64/+64
* Remove unneccessary commentsAlexander Wilms2014-02-231-14/+14
* cppuhelper: sal_Bool -> boolStephan Bergmann2014-02-171-13/+13
* fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi2014-02-031-2/+1
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-2/+2
* remove unnecessary use of OUString constructorNoel Grandin2013-11-111-2/+2
* use uno::Reference#clear() method...Noel Grandin2013-06-051-1/+1
* Further clean-up related to removed library unloading featureStephan Bergmann2013-04-161-49/+8
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-8/+8
* s/the the/the/Tor Lillqvist2013-02-221-1/+1
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-301-5/+3
* re-base on ALv2 code. Includes:Michael Meeks2012-12-061-23/+14
* Introduce cppu::supportsService helper, adapt some call-sitesStephan Bergmann2012-09-141-10/+3
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-261-14/+14
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-211-6/+3
* Fix for fdo43460 Part X getLength() to isEmpty()Olivier Hallot2011-12-171-1/+1
* remove include of pch header in cppuhelperNorbert Thiebaud2011-11-271-2/+0
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-211-2/+2
* we are searching for prefix in activateMatúš Kukan2011-07-281-21/+0
* re-work prefix handling and undo cppuhelper ABI change, add unit testMichael Meeks2011-06-241-1/+1
* Allows using prefix information about componentMatus Kukan2011-06-241-0/+23
* use rtl::Static where double-locked pattern usedCaolán McNamara2011-04-041-11/+8
* Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-181-0/+8
|\
| * Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud2011-03-081-0/+8
| |\
| | * chart49: #i113722# duplicate chart creation - OSingleFactoryHelper::createIns...Ingrid Halama2010-08-191-0/+8
* | | Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold2011-03-121-1/+1
|/ /
* | Remove "using namespace ::rtl"Julien Nabet2011-03-021-1/+2
* | Remove redundant commentsJ. Graeme Lingard2010-12-051-19/+0