1. b647996 replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) by Michael Stahl · 10 years ago
  2. 20a9e10 loplugin:constantparam by Noel Grandin · 10 years ago
  3. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  4. cb958bb loplugin:constantparam in sot..svl by Noel Grandin · 10 years ago
  5. 33b3808 put StreamMode masks in scope of enum class by Jochen Nitschke · 10 years ago
  6. 8806a86 loplugin:unusedenumconstants in forms..sot by Noel Grandin · 10 years ago
  7. a402785 loplugin:countusersofdefaultparams in sfx2..svgio by Noel Grandin · 10 years ago
  8. 069d71b loplugin:countusersofdefaultparams in shell..starmath by Noel Grandin · 10 years ago
  9. 52b91f3 new loplugin fragiledestructor by Noel Grandin · 10 years ago
  10. 92c517b loplugin:redundantcast: redundant static_casts in sot by Stephan Bergmann · 10 years ago
  11. 2bcafc5 loplugin:passstuffbyref also for {css::uno,rtl}::Reference by Stephan Bergmann · 10 years ago
  12. 48a8d6d loplugin:singlevalfields in various by Noel Grandin · 10 years ago
  13. 3c57317 tdf#96505 Get rid of cargo cult long integer literals by krishna keshav · 10 years ago
  14. 272a8af convert more DBG_ASSERT(false to SAL_WARN by Noel Grandin · 10 years ago
  15. a97b392 tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi by Gleb Mishchenko · 10 years ago
  16. f9a6d82 remove "trying to resize readonly stream" warning by Noel Grandin · 10 years ago
  17. 62d2701 tools: rename SvStream::Read/Write to ReadBytes/WriteBytes by Michael Stahl · 10 years ago
  18. 2c8fe2e update unusedmethods plugin to deal with constructors by Noel Grandin · 10 years ago
  19. 412cfb5 convert EXCHG_OUT_ACTION_FLAG to scoped enum by Noel Grandin · 10 years ago
  20. 265068d clang-tidy modernize-loop-convert in scripting to svtools by Noel Grandin · 10 years ago
  21. 58a3207 use Any constructor instead of temporaries by Noel Grandin · 10 years ago
  22. fc2590c Fix typos by Andrea Gelmini · 10 years ago
  23. e8fd5a0 update loplugin stylepolice to check local pointers vars by Noel Grandin · 10 years ago
  24. 150ac9c clean-up: unused using declarations and includes by Jochen Nitschke · 10 years ago
  25. 62633df clang-tidy performance-unnecessary-value-param in various by Noel Grandin · 10 years ago
  26. 0de868c tdf#94306 replace boost::noncopyable in sfx2 to sot by Jochen Nitschke · 10 years ago
  27. b15ee18 cppcheck: silence warnings assertWithSideEffect by Jochen Nitschke · 10 years ago
  28. 890e133 loplugin:constantparam in sot by Noel Grandin · 10 years ago
  29. 3900df3 remove some unnecessary realloc'ing by Noel Grandin · 10 years ago
  30. 2a78e3e loplugin:constantparam in sot by Noel Grandin · 10 years ago
  31. 004c233 tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals by Rohan Kumar · 10 years ago
  32. 36bf132 tdf#97591: mark RTF clipboard format as text/rtf by Oliver Specht · 10 years ago
  33. 60b1c95 Extract Directories from BootstrapFixtureBase by Stephan Bergmann · 10 years ago
  34. 00ecf78 tdf#97499 Remove some Default arguments in unordered container by Jaskaran · 10 years ago
  35. 70f8728 improve defaultparams loplugin by Noel Grandin · 10 years ago
  36. def7147 loplugin:unuseddefaultparam in sot by Noel Grandin · 10 years ago
  37. c45d3ba new loplugin: commaoperator by Noel Grandin · 10 years ago
  38. 2087484 use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  39. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  40. 534b2a4 Fix typos by Andrea Gelmini · 10 years ago
  41. 98c3436 boost::hash->std::hash by Noel Grandin · 10 years ago
  42. 752cd07 InterfaceContainer2 with vector instead of Sequence by Noel Grandin · 10 years ago
  43. f731ecf sot: accept JPEG as a clipboard format where we accept PNG already by Miklos Vajna · 10 years ago
  44. a7f6efc loplugin: unused return values by Noel Grandin · 10 years ago
  45. ac91a81 loplugin:unusedmethods unused return value in sot by Noel Grandin · 10 years ago
  46. fa7c7b1 loplugin:unusedmethods unused return value in include/sot by Noel Grandin · 10 years ago
  47. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  48. 7f36d2e tdf#74608: Ctor function for css.embed.OLESimpleStorage by Matúš Kukan · 10 years ago
  49. 3b7150c SotFactory is in fact not used: remove + cleanup by Matúš Kukan · 10 years ago
  50. 5b22663 Make SotFactory private to sot/ and clean a bit by Matúš Kukan · 10 years ago
  51. a508f63 mark UNO structs as SAL_WARN_UNUSED, where possible by Noel Grandin · 10 years ago
  52. 234884c loplugin:unusedfields in include/sot,include/svl,include/svtools by Noel Grandin · 10 years ago
  53. d470796 loplugin:unusedfields in sot/ by Noel Grandin · 10 years ago
  54. 61f168d Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short) by Stephan Bergmann · 10 years ago
  55. 8569c6d use initialiser list for Sequence<OUString> by Noel Grandin · 10 years ago
  56. 06116bd1 Fast PCH generator and optimized PCH files by Ashod Nakashian · 10 years ago
  57. 8e234c5 use initialiser syntax for Sequence<OUString> by Noel Grandin · 10 years ago
  58. fa91dd3 5th step to remove tools/rtti.hxx by Oliver Specht · 10 years ago
  59. bf6d72a Missing includes by Ashod Nakashian · 10 years ago
  60. e246e5e loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  61. 201c98c loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  62. 1c3d3ff use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  63. 59b072e yyyyy by Noel Grandin · 10 years ago
  64. 3bc5df7 UNO: no need to use OUString constructor when calling createInstance by Noel Grandin · 10 years ago
  65. e26245b com::sun::star->css in smoketest,sot by Noel Grandin · 10 years ago
  66. 51bc059 sal_uLong to sal_uInt64/sal_Size by Matteo Casalin · 10 years ago
  67. 6a87d1d Fix StgTmpStrm::GetSize by Stephan Bergmann · 10 years ago
  68. 5472c41 Typo, I pressume? by Stephan Bergmann · 10 years ago
  69. 7e89e28 sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streams by Matteo Casalin · 11 years ago
  70. d1eb389 sal_uLong/long to ErrCode by Matteo Casalin · 11 years ago
  71. f8dac03 Use mutable instead of const_cast'ing this by Matteo Casalin · 11 years ago
  72. 553528d loplugin:defaultparams by Stephan Bergmann · 10 years ago
  73. f17a3dc loplugin:defaultparams by Stephan Bergmann · 10 years ago
  74. 3f7d7a2 sot: prefix remaining StgStrm members by Miklos Vajna · 10 years ago
  75. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  76. 30b3676 tdf#94879 add 'm' suffixes to member variables by melikeyurtoglu · 10 years ago
  77. 854af5a sot: prefix members of StgOleStream by Miklos Vajna · 10 years ago
  78. cffc1d5 sot: prefix members of StgInternalStream by Miklos Vajna · 10 years ago
  79. e44a0d2 sot: prefix members of StgDataStrm by Miklos Vajna · 10 years ago
  80. 21aa14d sot: prefix members of StgSmallStrm by Miklos Vajna · 10 years ago
  81. 6829819 sot: prefix members of StgDirStrm by Miklos Vajna · 10 years ago
  82. 4bc7870 sot: prefix members of StgTmpStrm by Miklos Vajna · 10 years ago
  83. 6759a5a sot: prefix members of StgCompObjStream by Miklos Vajna · 10 years ago
  84. 0567de2 sot: prefix members of StgIo by Miklos Vajna · 10 years ago
  85. 56bc686 sot: prefix members of StgAvlNode by Miklos Vajna · 10 years ago
  86. 0df69aa sot: prefix members of StgAvlIterator by Miklos Vajna · 10 years ago
  87. b5475c7 sot: prefix members of StgCache by Miklos Vajna · 10 years ago
  88. 0147e74 sot: prefix members of StgFAT by Miklos Vajna · 10 years ago
  89. 745c007 sot: prefix members of StgDirEntry by Miklos Vajna · 10 years ago
  90. 1d5f313 sot: prefix members of StgEntry by Miklos Vajna · 10 years ago
  91. c7e4e19 sot: prefix members of StgHeader by Miklos Vajna · 10 years ago
  92. 1edb2a1 clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  93. 89d39bc tdf#94559: 4th step to remove rtti.hxx by Oliver Specht · 11 years ago
  94. f45ac62 Fix typos by Andrea Gelmini · 11 years ago
  95. 3418070 loplugin:removeunusedmethods, remove unused stuff by Noel Grandin · 11 years ago
  96. eaf2c27 boost->std by Caolán McNamara · 11 years ago
  97. ee7da35 Resolves: tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  98. 1beb501 remove old unused sot workben code by Markus Mohrhard · 11 years ago
  99. 35fd0cf cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  100. 52a949e convert Link<> to typed by Noel Grandin · 11 years ago