summaryrefslogtreecommitdiff
path: root/registry
AgeCommit message (Expand)AuthorFilesLines
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-2/+2
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-01-29loplugin:stringviewparam extend to new..Noel6-46/+46
2021-01-28simplify code, use more subView()Noel1-1/+1
2021-01-15cid#1471675 silence Logically dead codeCaolán McNamara1-7/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-27/+32
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann2-2/+5
2020-11-19tdf#123936 Formatting files in module registry with clang-formatPhilipp Hofer2-4/+2
2020-11-11loplugin:stringviewNoel1-2/+2
2020-11-05loplugin:reducevarscope in registryNoel3-12/+5
2020-09-05Improve some OUString to OString conversionsStephan Bergmann1-2/+2
2020-09-05Make printString take any std::u16string_view argumentStephan Bergmann1-2/+4
2020-09-05Create OUString from storeFindData m_pszName and m_nLengthStephan Bergmann2-7/+7
2020-08-29Simplify OUStringBuffer to OUString conversionStephan Bergmann1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-1/+1
2020-07-20compact namespace declNoel Grandin2-10/+4
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: registryStephan Bergmann3-4/+4
2020-03-12Revert "loplugin:constfields in package..registry"Noel Grandin4-23/+23
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin2-10/+4
2019-12-19sal_Char->char in oox..registryNoel Grandin10-94/+94
2019-12-05Fix typoAndrea Gelmini1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-0/+30
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-08-31Add version resource to executables where it was missingMike Kaganski2-0/+4
2019-08-12Fix typosAndrea Gelmini1-1/+1
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 Kelemen15-28/+23
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-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
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-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl1-2/+2
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-19expression is excessiveCaolán McNamara1-1/+1
2018-10-13loplugin:constfields in package..registryNoel Grandin4-21/+21
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