summaryrefslogtreecommitdiff
path: root/registry/source
AgeCommit message (Expand)AuthorFilesLines
2020-03-12Revert "loplugin:constfields in package..registry"Noel Grandin3-22/+22
2019-12-19sal_Char->char in oox..registryNoel Grandin8-77/+77
2019-12-05Fix typoAndrea Gelmini1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+26
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin2-2/+3
2019-10-03tdf#127766: Avoid ODR violation for class/struct FieldEntryTor Lillqvist1-0/+2
2019-10-01loplugin:stringadd in package..saxNoel Grandin2-22/+11
2019-07-30Fix typosAndrea Gelmini1-1/+1
2019-07-23close some more holes in structuresNoel Grandin1-5/+4
2019-06-07Fix typosAndrea Gelmini2-2/+2
2019-04-19optimise find/insert patternNoel Grandin1-4/+1
2019-03-08new loplugin constvarsNoel Grandin1-1/+1
2019-02-15tdf#42949 Fix IWYU warnings in registry/Gabor Kelemen10-23/+7
2019-02-09loplugin:indentation in registry..saxNoel Grandin1-13/+7
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-1/+2
2018-12-07HAVE_CPP_INLINE_VARIABLES is always true nowStephan Bergmann1-5/+0
2018-11-16loplugin:staticmethods improvementNoel Grandin1-1/+1
2018-11-07loplugin:collapseif in framework..salNoel Grandin1-6/+3
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin2-4/+4
2018-10-31loplugin:useuniqueptr in TypeWriter::createBlopNoel Grandin1-3/+3
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski1-2/+2
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin4-30/+30
2018-10-13loplugin:constfields in package..registryNoel Grandin3-20/+20
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-11Revert "clang bugprone-unused-return-value"Noel Grandin1-1/+2
2018-09-08clang bugprone-unused-return-valueNoel Grandin1-2/+1
2018-09-05loplugin:useuniqueptr in TypeWriter::createBlopNoel Grandin1-16/+12
2018-08-31GCC only supports inline variables since GCC 7Stephan Bergmann1-1/+2
2018-08-30loplugin:useuniqueptr in registryNoel Grandin1-133/+84
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin3-75/+75
2018-08-22new loplugin:conststringfieldNoel Grandin3-13/+16
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-1/+1
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara1-4/+2
2018-07-26Related: rhbz#1602589 double_free, convert to std::vectorCaolán McNamara1-71/+39
2018-07-26Related: rhbz#1602589 silence error[memleak]: Memory leak: newValueCaolán McNamara1-4/+4
2018-06-12loplugin:constantparamNoel Grandin1-30/+8
2018-05-17loplugin:unusedfields in formula..registryNoel Grandin1-12/+6
2018-04-27loplugin:constantparamNoel Grandin1-4/+4
2018-04-20loplugin:constantparamNoel Grandin1-5/+5
2018-01-15More loplugin:cstylecast: registryStephan Bergmann4-24/+23
2018-01-15loplugin:useuniqueptr in comphelper,cppu,registryNoel Grandin1-28/+7
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-2/+3
2018-01-12More loplugin:cstylecast: registryStephan Bergmann4-46/+45
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-02improve constparam lopluginNoel Grandin5-8/+8
2017-10-31loplugin:constantparam in oox,registry,reportdesignNoel Grandin3-11/+8
2017-10-23loplugin:includeform: registryStephan Bergmann5-19/+19
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-10-20loplugin:constmethod in codemaker,registry,storeNoel Grandin4-82/+82
2017-08-18loplugin:unnecessaryparenNoel Grandin1-2/+2