summaryrefslogtreecommitdiffstats
path: root/store/source
Commit message (Expand)AuthorAgeFilesLines
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-291-7/+0
* cppcheck: redundantPointerOpCaolán McNamara2015-09-211-1/+1
* cppcheck: redundantPointerOpCaolán McNamara2015-09-131-1/+1
* cppcheck: redundantPointerOpCaolán McNamara2015-09-071-1/+1
* Avoid explicit casts of (sizeof) constants known at compile timeMatteo Casalin2015-08-293-8/+8
* Silence some conversion warningsMatteo Casalin2015-08-217-25/+25
* new loplugin: defaultparamsNoel Grandin2015-08-111-1/+1
* cppcheck: redundantPointerOpCaolán McNamara2015-08-101-1/+1
* loplugin:unusedmethodsNoel Grandin2015-07-301-19/+0
* cppcheck: noExplicitConstructorCaolán McNamara2015-07-151-1/+1
* loplugin:unusedmethods registry,storeNoel Grandin2015-07-023-76/+0
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-4/+4
* Add back functionality erroneously removedStephan Bergmann2015-05-112-2/+14
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-1513-66/+66
* loplugin:staticmethodsNoel Grandin2015-04-021-1/+1
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-282-3/+3
* loplugin:constantfunction: storeNoel Grandin2015-03-243-43/+26
* tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2015-03-132-3/+7
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-234-12/+12
* loplugin:deletedspecialStephan Bergmann2015-02-075-26/+11
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-055-14/+8
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-42/+0
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-261-2/+2
* Suppress 1 cppcheck warning arrayIndexOutOfBoundsJulien Nabet2015-01-191-0/+3
* More iwyu suggested headers removalRiccardo Magliocchetti2014-11-182-5/+0
* coverity#1242813 Unused valueCaolán McNamara2014-11-121-2/+2
* coverity#1242933 unused valueDavid Tardon2014-11-041-1/+1
* coverity#1242809 unused valueDavid Tardon2014-11-041-1/+1
* warning C4189: : local variable is initialized but not referencedThomas Arnhold2014-08-141-2/+1
* cid#1226495 Uninitialized scalar fieldNoel Grandin2014-07-181-1/+1
* use SimpleReferenceObject in stoc moduleNoel Grandin2014-07-108-147/+13
* WaE: C4754Tor Lillqvist2014-07-081-2/+2
* loplugin:staticcallStephan Bergmann2014-06-131-11/+8
* various: remove SAL_THROW macroNoel Grandin2014-06-052-6/+6
* fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre2014-05-126-21/+36
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-1/+1
* fixincludeguards.sh: some smaller dirsThomas Arnhold2014-04-1910-30/+30
* Clean up unreferenced functionsStephan Bergmann2014-04-044-49/+13
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-267-53/+53
* No need for isKindOf to be SAL_CALLStephan Bergmann2014-03-128-9/+9
* Remove visual noise from storeAlexander Wilms2014-02-2712-74/+24
* store: sal_Bool -> boolStephan Bergmann2014-02-1711-16/+16
* bool improvementsStephan Bergmann2014-01-281-1/+1
* Remove warning by using the right printf commandsArnaud Versini2013-07-091-2/+2
* -Werror,-Wdeprecated-registerStephan Bergmann2013-06-202-5/+5
* mingw64: use the sal formatting strings in storeFridrich Štrba2013-06-101-1/+1
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-072-3/+2
* use startsWith() instead of compareToAscii()Thomas Arnhold2013-03-111-1/+1