summaryrefslogtreecommitdiffstats
path: root/registry/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:loopvartoosmallStephan Bergmann2017-02-251-3/+2
* Remove MinGW supportStephan Bergmann2017-02-101-3/+0
* test coverity sanitizing in-source modellingCaolán McNamara2017-02-101-0/+7
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-012-7/+4
* loplugin: unnecessary destructor oox..saxNoel Grandin2017-01-252-27/+0
* OSL_TRACE->SAL in framework..salNoel Grandin2016-12-131-1/+0
* convert storeAccessMode to scoped enumNoel Grandin2016-09-192-31/+31
* loplugin:constantparam in sot..svlNoel Grandin2016-09-092-3/+1
* loplugin:countusersofdefaultparams in oox..sdNoel Grandin2016-08-052-8/+8
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-1/+1
* loplugin:constantparam in registryNoel Grandin2016-03-175-26/+11
* new loplugin: commaoperatorNoel Grandin2016-02-231-3/+6
* use consistent #define checks for the Windows platformNoel Grandin2016-02-161-1/+1
* Remove excess newlinesChris Sherlock2016-02-096-37/+0
* loplugin: unused return valuesNoel Grandin2016-01-181-2/+2
* Fix typosAndrea Gelmini2016-01-101-1/+1
* loplugin:unusedmethodsNoel Grandin2015-12-212-53/+0