summaryrefslogtreecommitdiffstats
path: root/registry/source
Commit message (Expand)AuthorAgeFilesLines
* tdf#127766: Avoid ODR violation for class/struct FieldEntryTor Lillqvist2019-10-041-0/+2
* loplugin:staticmethods improvementNoel Grandin2018-11-161-1/+1
* loplugin:collapseif in framework..salNoel Grandin2018-11-071-6/+3
* fix signatures of deleted copy/assign operatorsNoel Grandin2018-11-022-4/+4
* loplugin:useuniqueptr in TypeWriter::createBlopNoel Grandin2018-10-311-3/+3
* tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski2018-10-271-2/+2
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-244-30/+30
* loplugin:constfields in package..registryNoel Grandin2018-10-133-20/+20
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-1/+1
* Revert "clang bugprone-unused-return-value"Noel Grandin2018-09-111-1/+2
* clang bugprone-unused-return-valueNoel Grandin2018-09-081-2/+1
* loplugin:useuniqueptr in TypeWriter::createBlopNoel Grandin2018-09-051-16/+12
* GCC only supports inline variables since GCC 7Stephan Bergmann2018-08-311-1/+2
* loplugin:useuniqueptr in registryNoel Grandin2018-08-301-133/+84
* replace rtl_allocateMemory with std::mallocNoel Grandin2018-08-293-75/+75
* new loplugin:conststringfieldNoel Grandin2018-08-223-13/+16
* create appendCopy method in OUStringBufferNoel Grandin2018-08-141-1/+1
* Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara2018-07-271-4/+2
* Related: rhbz#1602589 double_free, convert to std::vectorCaolán McNamara2018-07-261-71/+39
* Related: rhbz#1602589 silence error[memleak]: Memory leak: newValueCaolán McNamara2018-07-261-4/+4
* loplugin:constantparamNoel Grandin2018-06-121-30/+8
* loplugin:unusedfields in formula..registryNoel Grandin2018-05-171-12/+6
* loplugin:constantparamNoel Grandin2018-04-271-4/+4
* loplugin:constantparamNoel Grandin2018-04-201-5/+5
* More loplugin:cstylecast: registryStephan Bergmann2018-01-154-24/+23
* loplugin:useuniqueptr in comphelper,cppu,registryNoel Grandin2018-01-151-28/+7
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-151-2/+3
* More loplugin:cstylecast: registryStephan Bergmann2018-01-124-46/+45
* loplugin:simplifybool for negation of comparison operatorNoel Grandin2017-11-231-1/+1
* improve constparam lopluginNoel Grandin2017-11-025-8/+8
* loplugin:constantparam in oox,registry,reportdesignNoel Grandin2017-10-313-11/+8
* loplugin:includeform: registryStephan Bergmann2017-10-235-19/+19
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-1/+1
* loplugin:constmethod in codemaker,registry,storeNoel Grandin2017-10-204-82/+82
* loplugin:unnecessaryparenNoel Grandin2017-08-181-2/+2
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-171-1/+1
* loplugin:constparams in store,registryNoel Grandin2017-07-174-19/+19
* extend loplugin useuniqueptr to POD typesNoel Grandin2017-07-141-21/+4
* use more OUString::operator== in forms..salNoel Grandin2017-07-131-1/+1
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-101-3/+3
* loplugin:unusedfields in registry..saxNoel Grandin2017-06-231-3/+1
* clang-tidy readability-delete-null-pointerNoel Grandin2017-06-121-4/+2
* Improved loplugin:cstylecast to reference types: registryStephan Bergmann2017-06-051-1/+1
* registry: fix indenting caused by automated namespace scripts, etc.Chris Sherlock2017-05-271-5/+5
* registry: remove comment cruft from regimpl.cxxChris Sherlock2017-05-271-64/+0
* registry: like Rosencrantz, consistency is all I ask...Chris Sherlock2017-05-271-25/+25
* registry: typo in function parameterChris Sherlock2017-05-271-1/+1
* tdf#39468: translate German to English in registry's regimpl.cxxChris Sherlock2017-05-261-3/+3
* Improved loplugin:redundantcast, static_cast on arithmetic types: registryStephan Bergmann2017-04-061-2/+1
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-7/+7