1. fc0b9a3 loplugin:defaultparams by Stephan Bergmann · 10 years ago
  2. af9684f loplugin:defaultparams by Stephan Bergmann · 10 years ago
  3. 0e8a40e calling IsSet() before Call() on Link<> is unnecessary by Noel Grandin · 10 years ago
  4. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  5. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  6. ccc5ea0 cppcheck:variableScope by Noel Grandin · 10 years ago
  7. 4d00131 Reduce variable scope by Stephan Bergmann · 11 years ago
  8. 31ee230 Related: tdf#94814 some cleanup of static_cast following dynamic_cast by Caolán McNamara · 11 years ago
  9. e8233e1 clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  10. 5e02785 clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  11. 66ef464 clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  12. 89d39bc tdf#94559: 4th step to remove rtti.hxx by Oliver Specht · 11 years ago
  13. e9ae1b64 checkUnoObjectType etc always deref their ptr arg, convert to ref by Caolán McNamara · 11 years ago
  14. 2957be0 Fix typos by Andrea Gelmini · 11 years ago
  15. ddb4526 tdf#94617 allow to store nStart information greater than sal_Int16 limit by Laurent Godard · 11 years ago
  16. e31cd8f coverity#1325250 Unchecked dynamic_cast by Caolán McNamara · 11 years ago
  17. 62b39a7 coverity#1325255 Unchecked dynamic_cast by Caolán McNamara · 11 years ago
  18. 58aea3f loplugin:unusedmethods by Noel Grandin · 11 years ago
  19. 9e4c87be Fix typos by Andrea Gelmini · 11 years ago
  20. c50eb68 Renamed wrongly prefixed boolean variables by Stefan Heinemann · 11 years ago
  21. 3418070 loplugin:removeunusedmethods, remove unused stuff by Noel Grandin · 11 years ago
  22. 9555d03 remove unused #include <sal/alloca.h> by Michael Stahl · 11 years ago
  23. d70302e basic: more plausible build fix than e5a8eb9e by Michael Stahl · 11 years ago
  24. e5a8eb9 fix dbgutil build by Caolán McNamara · 11 years ago
  25. d3c7c9e tdf#94559: first step to remove rtti.hxx by Oliver Specht · 11 years ago
  26. 365b13e pVar != null, so static_cast(pVar) != null by Caolán McNamara · 11 years ago
  27. 3a00aae boost->std by Caolán McNamara · 11 years ago
  28. 22b80ac boost->std by Caolán McNamara · 11 years ago
  29. b3ee922 basic: one more WeakImplHelper<XPropertySetInfo> duplicate by Michael Stahl · 11 years ago
  30. 1f6b082 Fix previous commit by Stephan Bergmann · 11 years ago
  31. 4b4a7c0 Revert a fix that can never have worked in the first place? by Stephan Bergmann · 11 years ago
  32. 751c771 loplugin:mergeclass, merge BiNode with NameNode, Obj0Type with ObjkType by Noel Grandin · 11 years ago
  33. f0208db cppcheck: fix some redundantCondition warnings by Julien Nabet · 11 years ago
  34. d417059 BASIC : SbiParser::DefXXX Only convert the first letter to uppercase by Arnaud Versini · 11 years ago
  35. 3fb50fb basic: remove over-engineered XEnumeration service by Michael Stahl · 11 years ago
  36. 37a6fdf loplugin:stringconstant also for cases using char const v[] = "..." by Stephan Bergmann · 11 years ago
  37. 79f060d coverity#1242865 Untrusted loop bound by Caolán McNamara · 11 years ago
  38. 8a7b7b7 New identifier for save/open macro with user defined types by Laurent Godard · 11 years ago
  39. ba4276e loplugin:stringconstant: OUStringBuffer: appendAscii -> append by Stephan Bergmann · 11 years ago
  40. 6900bf4 o3tl/cow_wrapper: remove boost dependency by Daniel Robertson · 11 years ago
  41. 9e318c0 Resolves: #i112383# CLng("&HFFFFFFFF") fails on 64-bits... by Damjan Jovanovic · 11 years ago
  42. bd8b93f make PostUserEvent Link<> typed by Noel Grandin · 11 years ago
  43. a6050c3 Clean up aEmpty by Stephan Bergmann · 11 years ago
  44. 43c00bc Clean up aEmptyStr by Stephan Bergmann · 11 years ago
  45. 94a52f9 Resolves: #i117989# Basic functions return wrong results for dates <1900-1-1 by Damjan Jovanovic · 11 years ago
  46. 167bc62 Convert vcl Button Link<> click handler to typed Link<Button*,void> by Noel Grandin · 11 years ago
  47. de26ef8 coverity#1242865 Untrusted loop bound by Caolán McNamara · 11 years ago
  48. 6e40334 null pointer guard if no user defined types declared at the module level by Laurent Godard · 11 years ago
  49. ba5fd0c correct wrong comments by Laurent Godard · 11 years ago
  50. 0405975 tdf#75973 : User Defined Types in password encrypted macros by Laurent Godard · 11 years ago
  51. 7985e52 BASIC : SbiParser::pBasic is useless by Arnaud Versini · 11 years ago
  52. 0d737f2 BASIC : SbiRuntime::ClearExprStack should return void by Arnaud Versini · 11 years ago
  53. 9d094b9 tdf#92446: Revert apparently bogus attempt at fixing a memory leak by Stephan Bergmann · 11 years ago
  54. adbc556 make Link<> instances typed by Noel Grandin · 11 years ago
  55. 4f87e9d loplugin: defaultparams by Noel Grandin · 11 years ago
  56. 50097a8 basic,basctl: inline some use-once typedefs by Noel Grandin · 11 years ago
  57. 2660d24 new loplugin: refcounting by Noel Grandin · 11 years ago
  58. c2ac856 convert SBSTRM constants to scoped enum by Noel Grandin · 11 years ago
  59. b1c25a0 inline "old" SbERR constants by Noel Grandin · 11 years ago
  60. 01075a7 inline the "old" SbxErr constants by Noel Grandin · 11 years ago
  61. 9072c5c convert SbxFlagsBits to scoped enum by Noel Grandin · 11 years ago
  62. 38023af loplugin:unusedmethods by Noel Grandin · 11 years ago
  63. 3e92673 Miscellaneous typos by Adolfo Jayme Barrientos · 11 years ago
  64. b4ee16d com::sun::star->css in basic by Noel Grandin · 11 years ago
  65. 40c34e6 Fix indentation by Matteo Casalin · 11 years ago
  66. f7a2795 sal_uIntPtr to sal_uInt32, for consistency by Matteo Casalin · 11 years ago
  67. c1edceb sal_uInt16 to sal_Int32 with some cleanup by Matteo Casalin · 11 years ago
  68. 903baa6 Use more proper integer types by Matteo Casalin · 11 years ago
  69. 15f32b5 basic: replace boost::ptr_vector with std::vector<std::unique_ptr>> by Michael Stahl · 11 years ago
  70. 5a80e32 loplugin:simplifybool by Stephan Bergmann · 11 years ago
  71. 536051f fix Windows build by Noel Grandin · 11 years ago
  72. 22b094f loplugin:unusedmethods basic by Noel Grandin · 11 years ago
  73. cbce40e Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds by Stephan Bergmann · 11 years ago
  74. 799cc41 Fix typos by Andrea Gelmini · 11 years ago
  75. e69fd54 Replace GetAppData(SHL_IDL) with a static pointer var by Stephan Bergmann · 11 years ago
  76. 7640e24 tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  77. ffa8892 Fix typos by Andrea Gelmini · 11 years ago
  78. 2e7fe50 error: 'pGen' was not declared in this scope by Miklos Vajna · 11 years ago
  79. fabe329 BASIC : Remove SbCodeGen attribute from SbiExprNode and user std::unique_ptr. by Arnaud Versini · 11 years ago
  80. 50bd0c8 coverity#1308521 Uncaught exception by Caolán McNamara · 11 years ago
  81. 5d5dc05 Fix typos by Andrea Gelmini · 11 years ago
  82. 69c88a3 Fix typos by Andrea Gelmini · 11 years ago
  83. cfbbb3c coverity#1308445 Uncaught exception by Caolán McNamara · 11 years ago
  84. 232db3f coverity#1308444 Uncaught exception by Caolán McNamara · 11 years ago
  85. 25b665a coverity#1308435 Uncaught exception by Caolán McNamara · 11 years ago
  86. 687ab37 loplugin:stringconstant: Flag more inefficiencies by Stephan Bergmann · 11 years ago
  87. 892455e Simplify uses of comphelper::string::equals with constant argument by Stephan Bergmann · 11 years ago
  88. 07d85c4 remove SFX_NOTIFY macro by Noel Grandin · 11 years ago
  89. 0980095 Replace boost::scoped_array<T> with std::unique_ptr<T[]> by Takeshi Abe · 11 years ago
  90. f378e72 Fix typos by Andrea Gelmini · 11 years ago
  91. ca9de68 Fix typos by Andrea Gelmini · 11 years ago
  92. 4ea281a cppcheck:redundantAssignment by Noel Grandin · 11 years ago
  93. 5a2e099 cppcheck:redundantCondition by Noel Grandin · 11 years ago
  94. b226928 cppcheck: redundantCondition [part1] by Julien Nabet · 11 years ago
  95. 0766db0 BASIC: Don't use SbiStringPool to pass SbiParser. by Arnaud Versini · 11 years ago
  96. 3754474 Typos by Julien Nabet · 11 years ago
  97. cc0e9a3 cppcheck: variableScope by Caolán McNamara · 11 years ago
  98. 761e0ae loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  99. 3f72218 Apply new VclPtr clang plugin to catch potential problems. by Noel Grandin · 11 years ago
  100. 623445a convert PropertyMode to scoped enum by Noel Grandin · 11 years ago