summaryrefslogtreecommitdiff
path: root/store
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke4-15/+20
2016-04-11loplugin:constantparamNoel Grandin2-5/+4
2016-03-10Drop __store_ prefix from static entity (avoid reserved identifier)Stephan Bergmann1-3/+3
2016-03-01loplugin:unuseddefaultparam in storeNoel Grandin2-30/+17
2016-02-23new loplugin: commaoperatorNoel Grandin5-21/+56
2016-01-14loplugin:unusedmethods unused return value in store,svlNoel Grandin1-28/+0
2015-12-21loplugin:unusedfields in store,svtools,svxNoel Grandin1-19/+0
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann1-5/+5
2015-11-23loplugin:unusedfields in store/Noel Grandin1-3/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann12-92/+92
2015-10-30loplugin:unusedmethodsNoel Grandin2-32/+0
2015-10-27loplugin:unusedmethodsNoel Grandin8-1014/+0
2015-10-22tdf#65108 use <> instead of "" in include lineFeyza Yavuz1-3/+3
2015-10-14coverity#1326107 Unchecked return valueCaolán McNamara1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann7-40/+40
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann5-10/+10
2015-10-07loplugin:mergeclassesNoel Grandin2-161/+88
2015-10-07loplugin:mergeclassesNoel Grandin5-50/+16
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+2
2015-10-01tdf#42949 remove unnecessary includes using iwyuNoel Grandin1-0/+1
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-7/+0
2015-09-21cppcheck: redundantPointerOpCaolán McNamara1-1/+1
2015-09-13cppcheck: redundantPointerOpCaolán McNamara1-1/+1
2015-09-07cppcheck: redundantPointerOpCaolán McNamara1-1/+1
2015-08-29Avoid explicit casts of (sizeof) constants known at compile timeMatteo Casalin3-8/+8
2015-08-21Silence some conversion warningsMatteo Casalin7-25/+25
2015-08-11new loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-10cppcheck: redundantPointerOpCaolán McNamara1-1/+1
2015-07-30loplugin:unusedmethodsNoel Grandin1-19/+0
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-07-02loplugin:unusedmethods registry,storeNoel Grandin3-76/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-4/+4
2015-05-11Add back functionality erroneously removedStephan Bergmann2-2/+14
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin13-66/+66
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1