summaryrefslogtreecommitdiffstats
path: root/registry
Commit message (Expand)AuthorAgeFilesLines
* tdf#123936 Formatting files in module registry with clang-formatPhilipp Hofer2020-11-192-4/+2
* loplugin:stringviewNoel2020-11-111-2/+2
* loplugin:reducevarscope in registryNoel2020-11-053-12/+5
* Improve some OUString to OString conversionsStephan Bergmann2020-09-051-2/+2
* Make printString take any std::u16string_view argumentStephan Bergmann2020-09-051-2/+4
* Create OUString from storeFindData m_pszName and m_nLengthStephan Bergmann2020-09-052-7/+7
* Simplify OUStringBuffer to OUString conversionStephan Bergmann2020-08-291-1/+1
* Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2020-08-281-1/+1
* compact namespace declNoel Grandin2020-07-202-10/+4
* replace usage of blacklist with excludelist for IWYUThorsten Behrens2020-07-101-1/+1
* Upcoming improved loplugin:staticanonymous -> redundantstatic: registryStephan Bergmann2020-07-013-4/+4
* Revert "loplugin:constfields in package..registry"Noel Grandin2020-03-124-23/+23
* clang-tidy modernize-concat-nested-namespaceNoel Grandin2020-01-312-10/+4
* sal_Char->char in oox..registryNoel Grandin2019-12-1910-94/+94
* Fix typoAndrea Gelmini2019-12-051-1/+1
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-222-0/+30
* 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