summaryrefslogtreecommitdiff
path: root/store/source/storbios.cxx
AgeCommit message (Expand)Author
2020-01-25Change some #define to constexprStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-04-14loplugin:sequentialassign in starmath..svlNoel Grandin
2019-01-08tdf#42949 Fix IWYU warnings in store/source/*Gabor Kelemen
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-06-12Remove redundant reinterpret_castStephan Bergmann
2018-06-12-fsanitize=functionStephan Bergmann
2018-06-11new loplugin:shouldreturnboolNoel Grandin
2018-04-16loplugin:useuniqueptr in OStorePageBIOSNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-02improve constparam lopluginNoel Grandin
2017-10-23loplugin:includeform: storeStephan Bergmann
2017-10-20loplugin:constmethod in codemaker,registry,storeNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert store from OSL_ASSERT to assertChris Sherlock
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin
2016-09-19convert storeAccessMode to scoped enumNoel Grandin
2016-03-01loplugin:unuseddefaultparam in storeNoel Grandin
2016-02-23new loplugin: commaoperatorNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30loplugin:unusedmethodsNoel Grandin
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-08-29Avoid explicit casts of (sizeof) constants known at compile timeMatteo Casalin
2015-08-21Silence some conversion warningsMatteo Casalin
2015-08-11new loplugin: defaultparamsNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre
2014-04-04Clean up unreferenced functionsStephan Bergmann
2014-02-17store: sal_Bool -> boolStephan Bergmann
2013-03-09Use BOOST_STATIC_ASSERTStephan Bergmann
2012-06-27re-base on ALv2 code.Michael Meeks
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2011-11-27remove include of pch header from storeNorbert Thiebaud
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
2010-03-04mhu22: resync to master repository (DEV300_m73).Matthias Huetsch [mhu]
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2010-01-18#i108349# Added missing statement (compiler warning).Matthias Huetsch [mhu]
2009-11-13#i71568# #i108349# Simplified block (page) allocation.Matthias Huetsch [mhu]
2009-11-10#i71568# #i108349# Remove unnecessary flush(), more cleanup.Matthias Huetsch [mhu]
2009-11-02#i71568# #i108349# Remove unused StateBlock code.Matthias Huetsch [mhu]
2009-10-29#i71568# #i108349# Remove unused range locking code.Matthias Huetsch [mhu]
2009-03-13CWS-TOOLING: integrate CWS mhu17Vladimir Glazounov