summaryrefslogtreecommitdiff
path: root/store
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
2020-11-18Replace #if with if constexpr()Mike Kaganski1-5/+6
2020-11-16tdf#123936 Formatting files in module store with clang-formatPhilipp Hofer2-12/+6
2020-10-04loplugin:reducevarscope in store..svtoolsNoel1-2/+2
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin1-1/+1
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-2/+2
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin2-4/+4
2020-05-10new loplugin:simplifypointertoboolNoel Grandin2-3/+3
2020-03-14Revert "loplugin:constfields in stoc..svgio"Noel Grandin2-5/+5
2020-01-26cppcheck: shadowFunction in store/storbaseJulien Nabet1-3/+4
2020-01-25Change some #define to constexprStephan Bergmann1-1/+1
2019-12-22sal_Char->char in sot..storeNoel Grandin2-5/+5
2019-12-06loplugin:nullptrStephan Bergmann1-3/+3
2019-11-23cppcheck: performing init in init list (sfx2/slideshow/stoc/store)Julien Nabet1-3/+3
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann3-0/+26
2019-10-17Remove some memset callsMike Kaganski3-9/+4
2019-04-14loplugin:sequentialassign in starmath..svlNoel Grandin4-24/+12
2019-01-29loplugin:flatten in stoc..storeNoel Grandin1-29/+29
2019-01-24loplugin:constparams in sd..svtoolsNoel Grandin1-1/+1
2019-01-08tdf#42949 Fix IWYU warnings in store/source/*Gabor Kelemen17-28/+35
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-2/+2
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin2-14/+14
2018-11-27remove unused enum storeAccessMode valueNoel Grandin1-1/+0
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-10-08loplugin:constfields in stoc..svgioNoel Grandin2-5/+5
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin1-3/+1
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin4-10/+10
2018-06-12Remove redundant reinterpret_castStephan Bergmann1-2/+1
2018-06-12-fsanitize=functionStephan Bergmann2-2/+3
2018-06-11new loplugin:shouldreturnboolNoel Grandin2-3/+2
2018-04-28loplugin:countusersofdefaultparamsNoel Grandin1-1/+1
2018-04-16loplugin:useuniqueptr in OStorePageBIOSNoel Grandin2-8/+5
2018-01-13store: remove unnecessary comments in storpage.hxxChris Sherlock1-9/+3
2018-01-12More loplugin:cstylecast: storeStephan Bergmann5-23/+23
2018-01-09loplugin:convertlong in ucb,sotNoel Grandin1-3/+3
2017-12-11loplugin:salcall fix functionsNoel Grandin2-14/+14
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin5-16/+16
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin3-6/+6
2017-11-02improve constparam lopluginNoel Grandin2-15/+15
2017-10-23loplugin:includeform: storeStephan Bergmann20-84/+84
2017-10-20loplugin:constmethod in codemaker,registry,storeNoel Grandin6-21/+21
2017-08-18loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-08-15Remove unnecessary user-provided copy functionsStephan Bergmann2-35/+0
2017-07-28loplugin:constparams handle constructorsNoel Grandin1-4/+4
2017-07-17loplugin:constparams in store,registryNoel Grandin4-8/+8
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin2-2/+2
2017-07-02loplugin:casttovoid: storeStephan Bergmann2-2/+0