summaryrefslogtreecommitdiff
path: root/comphelper/source/property
AgeCommit message (Expand)AuthorFilesLines
2020-01-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+1
2020-01-09Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-0/+7
2019-10-12Get rid of 2 OUStringBuffer in comphelperJulien Nabet1-5/+1
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-1/+1
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin4-12/+12
2019-09-06Fixing "...."Andrea Gelmini1-1/+1
2019-08-19loplugin:constvars in chart2..connectivityNoel Grandin3-3/+3
2019-08-15loplugin:sequenceloop in basic..cuiNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): comphelperStephan Bergmann2-2/+2
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov2-2/+2
2019-05-10an uno -> a unoCaolán McNamara2-4/+4
2019-04-19tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen7-21/+1
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski2-33/+32
2019-04-03Fix typosJens Carl1-1/+1
2019-03-27Remove unused using declarations in directories [a-d]*Gabor Kelemen3-5/+0
2019-03-12Simplify containers iterations in chart2, cli_ure, comphelper, configmgrArkadiy Illarionov1-14/+9
2019-03-04simplify UNO getTypes methodsNoel Grandin2-15/+9
2019-02-18fix comparison of std::lower_bound resultNoel Grandin1-1/+1
2019-02-08loplugin:indentation in codemaker..comphelperNoel Grandin2-3/+6
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-6/+6
2018-10-24Fix typosAndrea Gelmini1-1/+1
2018-10-20when calling std::lower_boundNoel Grandin1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen5-0/+6
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-2/+1
2018-07-20loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin1-1/+1
2018-07-09Add missing sal/log.hxx headersGabor Kelemen2-0/+2
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke3-2/+1
2018-02-27Use for-range loops in comphelper and configmgrJulien Nabet2-4/+6
2018-01-25loplugin:unused-returns in basegfx..cppcanvasNoel Grandin1-4/+2
2018-01-23new loplugin: pointerboolNoel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: comphelperStephan Bergmann2-7/+7
2017-12-19inline use-once typedefsNoel Grandin1-1/+1
2017-12-18loplugin:unusedindexMike Kaganski2-23/+18
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-11-10No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann1-7/+0
2017-11-09loplugin:finalclasses in comphelperNoel Grandin1-4/+2
2017-11-09use rtl::Reference for SlaveDataNoel Grandin1-15/+14
2017-10-25loplugin:constmethod in comphelper,ucbhelperNoel Grandin1-1/+1
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-8/+7
2017-09-23new loplugin unnecessarycatchthrowNoel Grandin1-78/+70
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-2/+2
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin4-4/+4
2017-07-07remove nullptr checks on STL search result iteratorsJochen Nitschke1-2/+2
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke2-3/+2
2017-07-06use more begin()/end() for SequenceNoel Grandin1-12/+12
2017-07-03use begin()/end() when working with SequenceNoel Grandin1-6/+6