summaryrefslogtreecommitdiff
path: root/comphelper/source/property
AgeCommit message (Expand)AuthorFilesLines
2015-02-16boost::noncopyable->'= delete'Caolán McNamara2-34/+32
2015-02-07loplugin:deletedspecialStephan Bergmann1-1/+0
2015-01-16Fix getTypes() of OPropertySetHelper and derivedStephan Bergmann1-9/+6
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl4-0/+8
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-10coverity#706285 Uncaught exceptionCaolán McNamara1-4/+15
2014-10-10coverity#706284 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-08coverity#706283 Uncaught exceptionCaolán McNamara2-4/+2
2014-09-25comphelper: std::auto_ptr -> std::unique_ptrStephan Bergmann2-6/+6
2014-09-22loplugin: cstylecastNoel Grandin1-2/+2
2014-08-21comphelper: starlang -> css::langThomas Arnhold1-1/+1
2014-08-17coverity#1231667 Unchecked return valueCaolán McNamara1-7/+7
2014-07-13coverity#706282 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-13coverity#706281 Uncaught exceptionCaolán McNamara1-1/+1
2014-06-26clang: Result of operation is garbage or undefinedCaolán McNamara3-3/+3
2014-06-24new compilerplugin returnbyrefNoel Grandin2-4/+4
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-5/+1
2014-06-13loplugin:staticcallStephan Bergmann1-4/+4
2014-06-13coverity#706280 Uncaught exceptionCaolán McNamara1-12/+13
2014-06-13coverity#706287 uncaught exceptionCaolán McNamara1-6/+7
2014-06-13coverity#706286 uncaught exceptionCaolán McNamara1-4/+5
2014-06-05comphelper: remove SAL_THROW macroNoel Grandin2-3/+3
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin2-2/+2
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin1-4/+4
2014-05-26coverity#703930 Unchecked return valueCaolán McNamara1-1/+1
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet3-16/+16
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet1-3/+3
2014-05-11fix-includes.pl: comphelperThomas Arnhold5-7/+7
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold4-7/+0
2014-04-25odd that apparently these only are checked in non-opt modeCaolán McNamara1-2/+2
2014-04-25coverity#706281 Uncaught exceptionCaolán McNamara1-1/+1
2014-04-25coverity#706282 Uncaught exceptionCaolán McNamara1-1/+1
2014-04-19fixincludeguards.sh: comphelperThomas Arnhold1-3/+3
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann1-1/+1
2014-04-14typo: ommit -> omitThomas Arnhold1-1/+1
2014-04-07Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2-10/+10
2014-03-29typo: unfortunally -> unfortunatelyThomas Arnhold1-1/+1
2014-03-27Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2-38/+18
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2-45/+45
2014-03-14No need for a virtual OPropertyContainer::getTypesStephan Bergmann1-1/+1
2014-03-13forward*PropertyValue functions need not be SAL_CALLStephan Bergmann1-4/+4
2014-03-11OPropertyStateHelper::getTypes isn't an override of XTypeProvider::getTypesStephan Bergmann1-1/+1
2014-03-10comphelper: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2-16/+2
2014-02-27Remove visual noise from comphelperAlexander Wilms14-74/+74
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann14-153/+153
2014-02-25coverity#983702 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-23Remove unneccessary commentsAlexander Wilms9-155/+155
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann13-48/+48