summaryrefslogtreecommitdiff
path: root/store
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-27loplugin:oncevar in starmath..svlNoel Grandin1-8/+4
2017-06-21loplugin:unusedfields store..svlNoel Grandin1-1/+0
2017-06-16Remove a bunch of comment cruft - esp. "the end." bitsChris Sherlock10-214/+8
2017-06-05Improved loplugin:cstylecast to reference types: storeStephan Bergmann1-1/+1
2017-05-30teach redundantcast plugin about functional castsNoel Grandin3-4/+4
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke2-2/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock2-3/+3
2017-05-07tdf#43157: convert store from OSL_ASSERT to assertChris Sherlock2-3/+3
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky1-1/+0
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-2/+2
2017-01-25loplugin: unnecessary destructor sfx2..storeNoel Grandin1-3/+0
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin3-6/+6
2016-10-14loplugin:countusersofdefaultparams in sot..svtoolsNoel Grandin4-6/+6
2016-10-07tdf#100302: gbuild: always use $(LFS_CFLAGS)Michael Stahl1-1/+0
2016-09-30cid#1371195, cide#1371212: Replace PageHolder with shared_ptrStephan Bergmann8-164/+81
2016-09-30Remove OStorePageData typedefStephan Bergmann5-12/+11
2016-09-30Remove "#if 1 /* EXP */"Stephan Bergmann1-2/+0
2016-09-30No need for rtl_cache_* hereStephan Bergmann2-64/+7
2016-09-19convert storeAccessMode to scoped enumNoel Grandin6-22/+22
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl3-10/+10
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann10-12/+12
2016-08-31store: remove STORE_IMPL_ISP2 and STORE_IMPL_CONCAT.Arnaud Versini2-10/+1
2016-08-31store : Replace store::swap with std::swapArnaud Versini1-16/+10
2016-07-29loplugin:countusersofdefaultparams in store..svtoolsNoel Grandin1-2/+2
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-4/+0