summaryrefslogtreecommitdiff
path: root/store
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-3/+3
2015-03-24loplugin:constantfunction: storeNoel Grandin3-43/+26
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2-3/+7
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin4-12/+12
2015-02-07loplugin:deletedspecialStephan Bergmann5-26/+11
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara5-14/+8
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
2015-01-19Suppress 1 cppcheck warning arrayIndexOutOfBoundsJulien Nabet1-0/+3
2014-11-21Remvoe store/workben/Stephan Bergmann6-2585/+0
2014-11-18More iwyu suggested headers removalRiccardo Magliocchetti2-5/+0
2014-11-12coverity#1242813 Unused valueCaolán McNamara1-2/+2
2014-11-04coverity#1242933 unused valueDavid Tardon1-1/+1
2014-11-04coverity#1242809 unused valueDavid Tardon1-1/+1
2014-08-14warning C4189: : local variable is initialized but not referencedThomas Arnhold1-2/+1
2014-07-18cid#1226495 Uninitialized scalar fieldNoel Grandin1-1/+1
2014-07-10use SimpleReferenceObject in stoc moduleNoel Grandin10-148/+15
2014-07-08WaE: C4754Tor Lillqvist1-2/+2
2014-06-13loplugin:staticcallStephan Bergmann1-11/+8
2014-06-06Bin ugly (ab)use of preprocessor in headers (final part)Thomas Arnhold1-1/+0
2014-06-05various: remove SAL_THROW macroNoel Grandin2-6/+6
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre7-35/+47
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin2-2/+2
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold10-30/+30
2014-04-07TypoStephan Bergmann1-1/+1
2014-04-07Fix READMEStephan Bergmann1-1/+5