- d87ba24 cppcheck: shadowFunction in store/storbase by Julien Nabet · 6 years ago
- 572681b Change some #define to constexpr by Stephan Bergmann · 6 years ago
- 8b55089 sal_Char->char in sot..store by Noel Grandin · 6 years ago
- a596dd9 loplugin:nullptr by Stephan Bergmann · 6 years ago
- e6ab01c cppcheck: performing init in init list (sfx2/slideshow/stoc/store) by Julien Nabet · 6 years ago
- f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
- d51db77 Remove some memset calls by Mike Kaganski · 6 years ago
- 8f59317 loplugin:sequentialassign in starmath..svl by Noel Grandin · 7 years ago
- 98e6080 loplugin:flatten in stoc..store by Noel Grandin · 7 years ago
- 4085f6c loplugin:constparams in sd..svtools by Noel Grandin · 7 years ago
- 31c1995 tdf#42949 Fix IWYU warnings in store/source/* by Gabor Kelemen · 7 years ago
- ab9b67b Remove obsolete SAL_FALLTHROUGH completely by Stephan Bergmann · 7 years ago
- e4472d3 loplugin:unnecessaryparen include more assignments by Noel Grandin · 7 years ago
- 4a68aec remove unused enum storeAccessMode value by Noel Grandin · 7 years ago
- ccb2a1f clang-tidy readability-redundant-smartptr-get by Noel Grandin · 7 years ago
- 7ceee0f Extend loplugin:redundantinline to catch inline functions w/o external linkage by Stephan Bergmann · 7 years ago
- 0ddf3e0 loplugin:constfields in stoc..svgio by Noel Grandin · 7 years ago
- e1d3ecb loplugin:simplifyconstruct in stoc..svl by Noel Grandin · 8 years ago
- 37f9fdc replace rtl_allocateMemory with std::malloc by Noel Grandin · 8 years ago
- a69de86 Remove redundant reinterpret_cast by Stephan Bergmann · 8 years ago
- 712351f -fsanitize=function by Stephan Bergmann · 8 years ago
- 1f08bff new loplugin:shouldreturnbool by Noel Grandin · 8 years ago
- edd0d35 loplugin:countusersofdefaultparams by Noel Grandin · 8 years ago
- d911b3d loplugin:useuniqueptr in OStorePageBIOS by Noel Grandin · 8 years ago
- fa09d72 store: remove unnecessary comments in storpage.hxx by Chris Sherlock · 8 years ago
- 0b0a6e9 More loplugin:cstylecast: store by Stephan Bergmann · 8 years ago
- 75c604a loplugin:convertlong in ucb,sot by Noel Grandin · 8 years ago
- 3af5005 loplugin:salcall fix functions by Noel Grandin · 8 years ago
- 7a1c21e loplugin:simplifybool for negation of comparison operator by Noel Grandin · 8 years ago
- 4f4486c look for =() in loplugin:unnecessaryparen by Noel Grandin · 8 years ago
- 455e401 improve constparam loplugin by Noel Grandin · 8 years ago
- c8ee9e5 loplugin:includeform: store by Stephan Bergmann · 8 years ago
- 14d4566 loplugin:constmethod in codemaker,registry,store by Noel Grandin · 8 years ago
- eea6d39 loplugin:unnecessaryparen by Noel Grandin · 9 years ago
- b50d6a5 Remove unnecessary user-provided copy functions by Stephan Bergmann · 9 years ago
- b09deb0 loplugin:constparams handle constructors by Noel Grandin · 9 years ago
- 6f3b394 loplugin:constparams in store,registry by Noel Grandin · 9 years ago
- 4250b25 teach unnecessaryparen loplugin about identifiers by Noel Grandin · 9 years ago
- df45d21 loplugin:casttovoid: store by Stephan Bergmann · 9 years ago
- 8dca2d5 loplugin:oncevar in starmath..svl by Noel Grandin · 9 years ago
- 18f5131 loplugin:unusedfields store..svl by Noel Grandin · 9 years ago
- df65749 Remove a bunch of comment cruft - esp. "the end." bits by Chris Sherlock · 9 years ago
- 3631ef8 Improved loplugin:cstylecast to reference types: store by Stephan Bergmann · 9 years ago
- 2ccde70 teach redundantcast plugin about functional casts by Noel Grandin · 9 years ago
- 9594967 cleanup osl/diagnose.h includes by Jochen Nitschke · 9 years ago
- 97eb00c revert OSL_ASSERT changes by Chris Sherlock · 9 years ago
- b15c5c4 tdf#43157: convert store from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
- de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
- 6cb9e6d Remove redundant 'inline' keyword by Stephan Bergmann · 9 years ago
- 2608523 loplugin: unnecessary destructor sfx2..store by Noel Grandin · 9 years ago
- 4ef9cce OSL_TRACE -> SAL in sfx2..svx by Noel Grandin · 9 years ago
- faf4bf0 loplugin:countusersofdefaultparams in sot..svtools by Noel Grandin · 9 years ago
- 62b75cd tdf#100302: gbuild: always use $(LFS_CFLAGS) by Michael Stahl · 10 years ago
- 98323f9 cid#1371195, cide#1371212: Replace PageHolder with shared_ptr by Stephan Bergmann · 10 years ago
- 904959b Remove OStorePageData typedef by Stephan Bergmann · 10 years ago
- ba09cda Remove "#if 1 /* EXP */" by Stephan Bergmann · 10 years ago
- 2950528 No need for rtl_cache_* here by Stephan Bergmann · 10 years ago
- e58324a convert storeAccessMode to scoped enum by Noel Grandin · 10 years ago
- b647996 replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) by Michael Stahl · 10 years ago
- 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
- e53bb6a store: remove STORE_IMPL_ISP2 and STORE_IMPL_CONCAT. by Arnaud Versini · 10 years ago
- 7173a4e store : Replace store::swap with std::swap by Arnaud Versini · 10 years ago
- 2731941 loplugin:countusersofdefaultparams in store..svtools by Noel Grandin · 10 years ago
- 2c8fe2e update unusedmethods plugin to deal with constructors by Noel Grandin · 10 years ago
- 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
- 97abbec tdf#94306 replace boost::noncopyable in stoc to xmlsec.. by Jochen Nitschke · 10 years ago
- e5dd156 loplugin:constantparam by Noel Grandin · 10 years ago
- 5da802b Drop __store_ prefix from static entity (avoid reserved identifier) by Stephan Bergmann · 10 years ago
- b3483a0 loplugin:unuseddefaultparam in store by Noel Grandin · 10 years ago
- c45d3ba new loplugin: commaoperator by Noel Grandin · 10 years ago
- de70170 loplugin:unusedmethods unused return value in store,svl by Noel Grandin · 10 years ago
- 3785f82 loplugin:unusedfields in store,svtools,svx by Noel Grandin · 10 years ago
- 4a1edf6 More loplugin:nullptr automatic rewrite (within templates) by Stephan Bergmann · 10 years ago
- bc8c158 loplugin:unusedfields in store/ by Noel Grandin · 10 years ago
- 35b3228 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
- c7e8f21 loplugin:unusedmethods by Noel Grandin · 10 years ago
- 644487a loplugin:unusedmethods by Noel Grandin · 11 years ago
- 5318e608 tdf#65108 use <> instead of "" in include line by Feyza Yavuz · 10 years ago
- bbc91b7 coverity#1326107 Unchecked return value by Caolán McNamara · 10 years ago
- b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
- bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
- 77f8840 loplugin:mergeclasses by Noel Grandin · 11 years ago
- 44a46d4 loplugin:mergeclasses by Noel Grandin · 11 years ago
- fe0444d clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
- aed0a63 tdf#42949 remove unnecessary includes using iwyu by Noel Grandin · 11 years ago
- 3418070 loplugin:removeunusedmethods, remove unused stuff by Noel Grandin · 11 years ago
- 4d22eff cppcheck: redundantPointerOp by Caolán McNamara · 11 years ago
- 5d26ad5 cppcheck: redundantPointerOp by Caolán McNamara · 11 years ago
- 68f585b cppcheck: redundantPointerOp by Caolán McNamara · 11 years ago
- 0871b50 Avoid explicit casts of (sizeof) constants known at compile time by Matteo Casalin · 11 years ago
- eb4cbea Silence some conversion warnings by Matteo Casalin · 11 years ago
- 9d307ab new loplugin: defaultparams by Noel Grandin · 11 years ago
- 85e14be cppcheck: redundantPointerOp by Caolán McNamara · 11 years ago
- a45827b loplugin:unusedmethods by Noel Grandin · 11 years ago
- d6790de cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
- 081ae7a loplugin:unusedmethods registry,store by Noel Grandin · 11 years ago
- fa0149a loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
- 9a521e3 Add back functionality erroneously removed by Stephan Bergmann · 11 years ago
- 6ff2d84a Various #include <sal/log.hxx> fixups by Stephan Bergmann · 11 years ago
- 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago