summaryrefslogtreecommitdiff
path: root/include/cppuhelper
AgeCommit message (Expand)AuthorFilesLines
2014-04-16For GCC 4.9, extend range where -Wnon-virtual-dtor is ignoredStephan Bergmann1-4/+4
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann1-1/+1
2014-04-14typo: occuring -> occurringThomas Arnhold1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-14/+14
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann6-65/+65
2014-03-22coverity#708183 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-03-19Replace UTF-8 no-break space to ASCII spaceIsamu Mogi1-2/+2
2014-03-11Mark overriding cppuhelper class template member functions as SAL_OVERRIDEStephan Bergmann25-553/+553
2014-03-10cppuhelper: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2-3/+4
2014-03-08coverity#707714: Uninitialized pointerNorbert Thiebaud1-1/+2
2014-03-01Remove visual noise from includeAlexander Wilms5-18/+18
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann32-356/+356
2014-02-17cppuhelper: sal_Bool -> boolStephan Bergmann1-15/+15
2014-02-07Simplify access to theCoreReflection singletonStephan Bergmann1-3/+3
2014-01-29coverity#1079000 Uncaught exceptionCaolán McNamara1-1/+2
2014-01-29cppuhelper: Let C++ inline functions return bool instead of sal_BoolStephan Bergmann3-5/+5
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky1-11/+15
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky1-1/+16
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann1-1/+0
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa13-125/+0
2013-12-13[API CHANGE] remove cppu::loadSharedLibComponentFactory w/ rPrefix againStephan Bergmann1-30/+0
2013-12-13Clarify cppuhelper/shlib.hxx should never have gone into URE interfaceStephan Bergmann1-1/+14
2013-12-06Default OMultiTypeInferfaceContainerHelperVar equalImpl parameterStephan Bergmann1-1/+4
2013-11-09fdo#65108 inter-module includes <> include/cppuhelperNorbert Thiebaud22-44/+44
2013-10-23fixincludeguards.sh: include/c*Thomas Arnhold51-104/+104
2013-10-20Clean-up std::bad_alloc handlingStephan Bergmann1-11/+16
2013-10-01[API CHANGE] Stricter requirements for shlib.hxx function argumentsStephan Bergmann1-17/+14
2013-10-01[API CHANGE] Remove unused cppu::invokeStaticComponentFactory againStephan Bergmann1-21/+0
2013-10-01Fix commentsStephan Bergmann1-13/+6
2013-10-01[API CHANGE] Remove unused CPLD_ACCESS feature from C++/Java component loadersStephan Bergmann1-6/+3
2013-08-14EXCEPTIONS_OFF is never definedStephan Bergmann1-4/+0
2013-05-08fix signatures for copy-ctor and assignment for the propertysetmixin classesHerbert Dürr1-6/+6
2013-04-24move URE headers to include/David Tardon55-0/+11936