summaryrefslogtreecommitdiffstats
path: root/comphelper/source/property/propertysethelper.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2018-10-081-0/+1
* pass comphelper::PropertySetInfo around using rtl::ReferenceNoel Grandin2017-06-121-14/+6
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-19/+14
* tdf#89329: use unique_ptr for pImpl in propertysethelperXisco Fauli2016-06-021-15/+14
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-15/+15
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-4/+4
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-6/+6
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+2
* clang: Result of operation is garbage or undefinedCaolán McNamara2014-06-261-1/+1
* new compilerplugin returnbyrefNoel Grandin2014-06-241-2/+2
* coverity#706287 uncaught exceptionCaolán McNamara2014-06-131-6/+7
* coverity#706286 uncaught exceptionCaolán McNamara2014-06-131-4/+5
* fix-includes.pl: comphelperThomas Arnhold2014-05-111-2/+2
* update_pch: add a bunch of pch filesThomas Arnhold2014-05-091-3/+0
* Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2014-03-271-13/+7
* Remove visual noise from comphelperAlexander Wilms2014-02-271-2/+2
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-16/+16
* comphelper: sal_Bool -> boolStephan Bergmann2014-02-171-3/+3
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-121-10/+10
* Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann2013-12-111-10/+10
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-111-10/+10
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-14/+14
* sd::DocumentSettings: throwing UnknownPropertyException ...Michael Stahl2013-03-221-3/+8
* re-base on ALv2 code.Michael Meeks2012-06-291-23/+14
* Remove unused codeElton Chung2012-02-251-17/+0
* remove include of pch header in comphelperNorbert Thiebaud2011-11-271-2/+0
* Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold2011-03-191-3/+3
* Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-141-0/+3
* changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien2010-02-121-4/+1
* CWS-TOOLING: integrate CWS dba31eRelease Engineers2008-12-011-8/+8
* INTEGRATION: CWS changefileheader (1.11.96); FILE MERGEDRüdiger Timm2008-04-111-23/+18
* INTEGRATION: CWS oj14 (1.10.30); FILE MERGEDRüdiger Timm2007-07-061-2/+6
* INTEGRATION: CWS pchfix02 (1.9.36); FILE MERGEDOliver Bolte2006-09-171-2/+5
* INTEGRATION: CWS warnings01 (1.7.18); FILE MERGEDJens-Heiner Rechtien2006-06-191-12/+12
* INTEGRATION: CWS ooo19126 (1.7.22); FILE MERGEDRüdiger Timm2005-09-081-47/+21
* INTEGRATION: CWS memory01 (1.6.58); FILE MERGEDKurt Zenker2005-07-011-2/+8
* INTEGRATION: CWS eforms2 (1.5.122); FILE MERGEDOliver Bolte2004-11-161-2/+19
* #90353# new[]/delete[] pairs correctedFrank Schönheit2002-07-121-5/+5
* do not include tools/debug anymore (comphelper is not allowed to depend on to...Frank Schönheit2001-05-281-6/+2
* fixed: access violation in setPropertyValues(...)Daniel Vogelheim2001-04-201-2/+3
* OSL_ENSHURE replaced by OSL_ENSHUREJoachim Lingner2001-03-221-5/+5
* new helper for XPropertySet'sChristian Lippka2001-03-141-0/+335