summaryrefslogtreecommitdiff
path: root/comphelper/source/property/propertycontainerhelper.cxx
AgeCommit message (Expand)Author
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-09-06Fixing "...."Andrea Gelmini
2019-08-19loplugin:constvars in chart2..connectivityNoel Grandin
2019-05-10an uno -> a unoCaolán McNamara
2019-04-19tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen
2019-03-12Simplify containers iterations in chart2, cli_ure, comphelper, configmgrArkadiy Illarionov
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-07-20loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin
2018-01-25loplugin:unused-returns in basegfx..cppcanvasNoel Grandin
2018-01-12More loplugin:cstylecast: comphelperStephan Bergmann
2017-12-19inline use-once typedefsNoel Grandin
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-07-03use begin()/end() when working with SequenceNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-02-02unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin
2016-06-17Simplify OPropertyContainerHelper::registerPropertyNoMember's _pInitialValueStephan Bergmann
2016-02-24convert PropertyDescription::LocationType to scoped enumNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-07Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-08-17coverity#1231667 Unchecked return valueCaolán McNamara
2014-06-05comphelper: remove SAL_THROW macroNoel Grandin
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet
2014-04-14typo: ommit -> omitThomas Arnhold
2014-03-29typo: unfortunally -> unfortunatelyThomas Arnhold
2014-02-27Remove visual noise from comphelperAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-06-29re-base on ALv2 code.Michael Meeks
2012-04-02callcatcher: remove some unused codeCaolán McNamara
2011-11-27remove include of pch header in comphelperNorbert Thiebaud
2011-08-17Fix dubious std::lower_bound() usage that breaks a _DEBUG MSVC buildTor Lillqvist
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-04Remove bogus and useless comments.Guillaume Poussel
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2009-07-03CWS-TOOLING: integrate CWS dbaperf2Release Engineers
2009-05-06revert changeOcke Janssen