summaryrefslogtreecommitdiff
path: root/store/source/storbase.hxx
AgeCommit message (Expand)AuthorFilesLines
10 daysWaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-1/+1
2023-06-08Add cstdlib include necessary to build with gcc14 libstdc++ (tdf#155715)Martin Jambor1-0/+1
2022-08-13clang-tidy modernize-pass-by-value in variousNoel Grandin1-6/+6
2022-07-03tdf#143148 store: Use pragma once instead of include guardsChris Sherlock1-4/+1
2022-01-15Let loplugin:nullptr look into template instantiationsStephan Bergmann1-3/+3
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin1-1/+1
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-2/+2
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-01-26cppcheck: shadowFunction in store/storbaseJulien Nabet1-3/+4
2019-12-06loplugin:nullptrStephan Bergmann1-3/+3
2019-04-14loplugin:sequentialassign in starmath..svlNoel Grandin1-4/+2
2019-01-24loplugin:constparams in sd..svtoolsNoel Grandin1-1/+1
2019-01-08tdf#42949 Fix IWYU warnings in store/source/*Gabor Kelemen1-5/+0
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-2/+2
2018-04-28loplugin:countusersofdefaultparamsNoel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: storeStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: storeStephan Bergmann1-9/+9
2017-08-15Remove unnecessary user-provided copy functionsStephan Bergmann1-21/+0
2017-06-16Remove a bunch of comment cruft - esp. "the end." bitsChris Sherlock1-44/+5
2016-10-14loplugin:countusersofdefaultparams in sot..svtoolsNoel Grandin1-3/+3
2016-09-30cid#1371195, cide#1371212: Replace PageHolder with shared_ptrStephan Bergmann1-124/+23
2016-09-30Remove OStorePageData typedefStephan Bergmann1-2/+1
2016-09-30Remove "#if 1 /* EXP */"Stephan Bergmann1-2/+0
2016-09-30No need for rtl_cache_* hereStephan Bergmann1-31/+7
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-31store: remove STORE_IMPL_ISP2 and STORE_IMPL_CONCAT.Arnaud Versini1-9/+0
2016-08-31store : Replace store::swap with std::swapArnaud Versini1-16/+10
2016-04-11loplugin:constantparamNoel Grandin1-2/+2
2016-01-14loplugin:unusedmethods unused return value in store,svlNoel Grandin1-28/+0
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann1-5/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-15/+15
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-7/+0
2015-08-29Avoid explicit casts of (sizeof) constants known at compile timeMatteo Casalin1-2/+2
2015-08-21Silence some conversion warningsMatteo Casalin1-4/+4
2015-07-02loplugin:unusedmethods registry,storeNoel Grandin1-34/+0
2015-05-11Add back functionality erroneously removedStephan Bergmann1-2/+4
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-9/+9
2015-03-24loplugin:constantfunction: storeNoel Grandin1-4/+2
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-4/+4
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-2/+1
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-42/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-2/+2
2014-07-10use SimpleReferenceObject in stoc moduleNoel Grandin1-2/+3
2014-06-05various: remove SAL_THROW macroNoel Grandin1-2/+2
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold1-3/+3
2014-02-27Remove visual noise from storeAlexander Wilms1-1/+0
2013-03-09Use BOOST_STATIC_ASSERTStephan Bergmann1-17/+4
2012-06-29Remove some more include guardsThomas Arnhold1-7/+0
2012-06-27re-base on ALv2 code.Michael Meeks1-23/+14