summaryrefslogtreecommitdiff
path: root/store/source
AgeCommit message (Expand)AuthorFilesLines
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-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 Grandin8-147/+13
2014-07-08WaE: C4754Tor Lillqvist1-2/+2
2014-06-13loplugin:staticcallStephan Bergmann1-11/+8
2014-06-05various: remove SAL_THROW macroNoel Grandin2-6/+6
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre6-21/+36
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold10-30/+30
2014-04-04Clean up unreferenced functionsStephan Bergmann4-49/+13
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann7-53/+53
2014-03-12No need for isKindOf to be SAL_CALLStephan Bergmann8-9/+9
2014-02-27Remove visual noise from storeAlexander Wilms12-74/+24
2014-02-17store: sal_Bool -> boolStephan Bergmann11-16/+16
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-07-09Remove warning by using the right printf commandsArnaud Versini1-2/+2
2013-06-20-Werror,-Wdeprecated-registerStephan Bergmann2-5/+5
2013-06-10mingw64: use the sal formatting strings in storeFridrich Štrba1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-3/+2
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold1-1/+1
2013-03-09Use BOOST_STATIC_ASSERTStephan Bergmann5-24/+23
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-2/+1
2012-09-17migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud1-2/+2
2012-09-14remove use of SAL_MIN() macroNorbert Thiebaud2-7/+18
2012-06-29Remove some more include guardsThomas Arnhold4-16/+0
2012-06-27re-base on ALv2 code.Michael Meeks18-414/+252
2012-06-21re-base on ALv2 code.Michael Meeks3-69/+42
2012-05-07gbuild conversion: store moduleDavid Ostrovsky1-72/+0
2012-04-24WaE: MSVC2008 C4530 exception handler without unwind semanticsCaolán McNamara1-0/+1
2012-03-23Make default zero-initialization explicitStephan Bergmann1-1/+1
2012-03-23Initialize m_hFile in FileMapping constructor.Catalin Iacob1-1/+1
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann4-0/+12
2012-01-31SimplificationStephan Bergmann1-9/+2
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann11-18/+17