summaryrefslogtreecommitdiff
path: root/comphelper/source/property/propertysethelper.cxx
AgeCommit message (Expand)AuthorFilesLines
3 daysSimplify a bitMike Kaganski1-34/+15
2022-05-26clang-tidy modernize-pass-by-value in comphelperNoel Grandin1-2/+3
2021-08-18loplugin:passstuffbyrefNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-3/+3
2021-03-26loplugin:flattenNoel1-9/+8
2021-02-17loplugin:referencecasting in comphelperNoel1-1/+1
2021-01-20improve some IllegalArgumentException messagesNoel1-1/+1
2020-11-04remove pimpl from PropertySetHelperNoel Grandin1-48/+30
2020-04-18loplugin:flatten in comphelperNoel Grandin1-17/+17
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-0/+1
2017-06-12pass comphelper::PropertySetInfo around using rtl::ReferenceNoel Grandin1-14/+6
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-19/+14
2016-06-02tdf#89329: use unique_ptr for pImpl in propertysethelperXisco Fauli1-15/+14
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-15/+15
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-4/+4
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-6/+6
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-06-26clang: Result of operation is garbage or undefinedCaolán McNamara1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-2/+2
2014-06-13coverity#706287 uncaught exceptionCaolán McNamara1-6/+7
2014-06-13coverity#706286 uncaught exceptionCaolán McNamara1-4/+5
2014-05-11fix-includes.pl: comphelperThomas Arnhold1-2/+2
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold1-3/+0
2014-03-27Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-13/+7
2014-02-27Remove visual noise from comphelperAlexander Wilms1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-16/+16
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann1-3/+3
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-10/+10
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-10/+10
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-10/+10
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-14/+14
2013-03-22sd::DocumentSettings: throwing UnknownPropertyException ...Michael Stahl1-3/+8
2012-06-29re-base on ALv2 code.Michael Meeks1-23/+14
2012-02-25Remove unused codeElton Chung1-17/+0
2011-11-27remove include of pch header in comphelperNorbert Thiebaud1-2/+0
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-3/+3
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2008-12-01CWS-TOOLING: integrate CWS dba31eRelease Engineers1-8/+8
2008-04-11INTEGRATION: CWS changefileheader (1.11.96); FILE MERGEDRüdiger Timm1-23/+18
2007-07-06INTEGRATION: CWS oj14 (1.10.30); FILE MERGEDRüdiger Timm1-2/+6
2006-09-17INTEGRATION: CWS pchfix02 (1.9.36); FILE MERGEDOliver Bolte1-2/+5
2006-06-19INTEGRATION: CWS warnings01 (1.7.18); FILE MERGEDJens-Heiner Rechtien1-12/+12
2005-09-08INTEGRATION: CWS ooo19126 (1.7.22); FILE MERGEDRüdiger Timm1-47/+21
2005-07-01INTEGRATION: CWS memory01 (1.6.58); FILE MERGEDKurt Zenker1-2/+8
2004-11-16INTEGRATION: CWS eforms2 (1.5.122); FILE MERGEDOliver Bolte1-2/+19
2002-07-12#90353# new[]/delete[] pairs correctedFrank Schönheit1-5/+5
2001-05-28do not include tools/debug anymore (comphelper is not allowed to depend on to...Frank Schönheit1-6/+2
2001-04-20fixed: access violation in setPropertyValues(...)Daniel Vogelheim1-2/+3