summaryrefslogtreecommitdiffstats
path: root/comphelper/source/property
Commit message (Expand)AuthorAgeFilesLines
* Get rid of 2 OUStringBuffer in comphelperJulien Nabet2019-10-121-5/+1
* loplugin:redundantpointerops simplify *p.get()Noel Grandin2019-10-081-1/+1
* add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin2019-09-264-12/+12
* Fixing "...."Andrea Gelmini2019-09-061-1/+1
* loplugin:constvars in chart2..connectivityNoel Grandin2019-08-193-3/+3
* loplugin:sequenceloop in basic..cuiNoel Grandin2019-08-151-1/+1
* Improved loplugin:stringconstant (now that GCC 7 supports it): comphelperStephan Bergmann2019-07-312-2/+2
* Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov2019-06-102-2/+2
* an uno -> a unoCaolán McNamara2019-05-102-4/+4
* tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen2019-04-197-21/+1
* Don't use resettable/clearable guard where plain guard is enoughMike Kaganski2019-04-072-33/+32
* Fix typosJens Carl2019-04-031-1/+1
* Remove unused using declarations in directories [a-d]*Gabor Kelemen2019-03-273-5/+0
* Simplify containers iterations in chart2, cli_ure, comphelper, configmgrArkadiy Illarionov2019-03-121-14/+9
* simplify UNO getTypes methodsNoel Grandin2019-03-042-15/+9
* fix comparison of std::lower_bound resultNoel Grandin2019-02-181-1/+1
* loplugin:indentation in codemaker..comphelperNoel Grandin2019-02-082-3/+6
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-6/+6
* Fix typosAndrea Gelmini2018-10-241-1/+1
* when calling std::lower_boundNoel Grandin2018-10-201-1/+1
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-1/+1
* tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2018-10-085-0/+6
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-08-291-2/+1
* loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin2018-07-201-1/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-07-092-0/+2
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-053-2/+1
* Use for-range loops in comphelper and configmgrJulien Nabet2018-02-272-4/+6
* loplugin:unused-returns in basegfx..cppcanvasNoel Grandin2018-01-251-4/+2
* new loplugin: pointerboolNoel Grandin2018-01-231-1/+1
* More loplugin:cstylecast: comphelperStephan Bergmann2018-01-122-7/+7
* inline use-once typedefsNoel Grandin2017-12-191-1/+1
* loplugin:unusedindexMike Kaganski2017-12-182-23/+18
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-051-1/+1
* No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann2017-11-101-7/+0
* loplugin:finalclasses in comphelperNoel Grandin2017-11-091-4/+2
* use rtl::Reference for SlaveDataNoel Grandin2017-11-091-15/+14
* loplugin:constmethod in comphelper,ucbhelperNoel Grandin2017-10-251-1/+1
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-1/+1
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-8/+7
* new loplugin unnecessarycatchthrowNoel Grandin2017-09-231-78/+70
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-2/+2
* use more OUString::operator== comphelper..cuiNoel Grandin2017-07-134-4/+4
* remove nullptr checks on STL search result iteratorsJochen Nitschke2017-07-071-2/+2
* C++11 remove std::binary_function bases from functorsJochen Nitschke2017-07-072-3/+2
* use more begin()/end() for SequenceNoel Grandin2017-07-061-12/+12
* use begin()/end() when working with SequenceNoel Grandin2017-07-031-6/+6
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-033-4/+4
* simplify some string handling in tracing callsNoel Grandin2017-06-231-10/+2
* loplugin:oncevar in codemaker..connectivityNoel Grandin2017-06-203-7/+3