summaryrefslogtreecommitdiffstats
path: root/registry
Commit message (Expand)AuthorAgeFilesLines
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-232-2/+3
* tdf#127766: Avoid ODR violation for class/struct FieldEntryTor Lillqvist2019-10-031-0/+2
* loplugin:stringadd in package..saxNoel Grandin2019-10-012-22/+11
* Add version resource to executables where it was missingMike Kaganski2019-08-312-0/+4
* Fix typosAndrea Gelmini2019-08-121-1/+1
* Fix typosAndrea Gelmini2019-07-301-1/+1
* close some more holes in structuresNoel Grandin2019-07-231-5/+4
* Fix typosAndrea Gelmini2019-06-072-2/+2
* optimise find/insert patternNoel Grandin2019-04-191-4/+1
* new loplugin constvarsNoel Grandin2019-03-081-1/+1
* tdf#42949 Fix IWYU warnings in registry/Gabor Kelemen2019-02-1515-28/+23
* loplugin:indentation in registry..saxNoel Grandin2019-02-091-13/+7
* Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2019-01-111-1/+2
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-081-1/+1
* HAVE_CPP_INLINE_VARIABLES is always true nowStephan Bergmann2018-12-071-5/+0
* 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
* gbuild: rename value OS=IOS to OS=iOSMichael Stahl2018-11-011-2/+2
* 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
* expression is excessiveCaolán McNamara2018-10-191-1/+1
* loplugin:constfields in package..registryNoel Grandin2018-10-134-21/+21
* 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-294-81/+81
* new loplugin:conststringfieldNoel Grandin2018-08-223-13/+16
* create appendCopy method in OUStringBufferNoel Grandin2018-08-141-1/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-07-301-0/+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-315-16/+11
* loplugin:includeform: registryStephan Bergmann2017-10-2310-30/+30
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-1/+1