1. 136a2fd compilerplugins: add OWeakObject::release() override check by Michael Stahl · 10 years ago
  2. 9b9e5cf tdf#99589 - tolower / toupper - dangerous to Turks ... by Gökhan Gurbetoğlu · 10 years ago
  3. fafb309 prefer OUStringBuffer to concatenating OUString in a loop by Muhammet Kara · 10 years ago
  4. 9f0997e Resolves: tdf#59222 Crash in Basic with an array of values... by Caolán McNamara · 10 years ago
  5. 4e596d1 drop dramatic distracting comment by Caolán McNamara · 10 years ago
  6. 9c6a58f Clean up uses of Any::getValue() in basic by Stephan Bergmann · 10 years ago
  7. 272a8af convert more DBG_ASSERT(false to SAL_WARN by Noel Grandin · 10 years ago
  8. c0d7dfa BASIC : Add SbModule::FindMethod by Arnaud Versini · 10 years ago
  9. 4d49c96 Let loplugin:passstuffbyref also look at fn defn not preceded by any decl by Stephan Bergmann · 10 years ago
  10. 62d2701 tools: rename SvStream::Read/Write to ReadBytes/WriteBytes by Michael Stahl · 10 years ago
  11. 0216b8d tdf#89329: use unique_ptr for pImpl in sbxvar by Xisco Fauli · 10 years ago
  12. f3c1d24 loplugin:constantparams by Noel Grandin · 10 years ago
  13. 9a0fd9c Resolves: tdf#93386 crash when closing a Database with macro editor open by Caolán McNamara · 10 years ago
  14. 0b23eec teach refcounting clang plugin about uno::Reference by Noel Grandin · 10 years ago
  15. e630df7 Just use Any::operator <<= for sal_Unicode values by Stephan Bergmann · 10 years ago
  16. d2a44e6 tdf#99696 fix build error for 64bit Windows in unit tests using ADODB by Tomofumi Yagi · 10 years ago
  17. 850a8d2 Convert GRAPHIC to scoped enum by Noel Grandin · 10 years ago
  18. 132f7b2 tdf#89329: use unique_ptr for pImpl in basmgr by Xisco Fauli · 10 years ago
  19. 2af018e Fix typos by Andrea Gelmini · 10 years ago
  20. fef6bb7 Resolves: tdf#93474 crash on importing a macro library by Caolán McNamara · 10 years ago
  21. f107d45 Convert SbxClassType to scoped enum by Noel Grandin · 10 years ago
  22. d4d2fc2 clang-tidy modernize-make-unique by Noel Grandin · 10 years ago
  23. 2c8fe2e update unusedmethods plugin to deal with constructors by Noel Grandin · 10 years ago
  24. a9ff36a Fix typos by Andrea Gelmini · 10 years ago
  25. bdacf96 Add SAL_FALLTHROUGH, where apparently appropriate by Stephan Bergmann · 10 years ago
  26. 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
  27. 26d314d tdf#99589 tolower / toupper - dangerous to Turks ... by Krishna Keshav · 10 years ago
  28. e97a8f3 BASIC : Remove an useless static_cast and use make_unique by Arnaud Versini · 10 years ago
  29. 464348e BASIC: SbiParser Remove useless static_cast and indent the code correctly. by Arnaud Versini · 10 years ago
  30. f3d9aab teach passstuffbyref plugin to check for.. by Noel Grandin · 10 years ago
  31. 58a3207 use Any constructor instead of temporaries by Noel Grandin · 10 years ago
  32. 6e70103 While at it, delete Any functions on sal_Bool* by Stephan Bergmann · 10 years ago
  33. b0388ef Fix typo in code by Andrea Gelmini · 10 years ago
  34. d15163e Fix typos by Andrea Gelmini · 10 years ago
  35. e8fd5a0 update loplugin stylepolice to check local pointers vars by Noel Grandin · 10 years ago
  36. 8762aa9 clang-tidy modernize-loop-convert in b* by Noel Grandin · 10 years ago
  37. 5abc669 new plugin stylepolice by Noel Grandin · 10 years ago
  38. da50c79 loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  39. a7e23e7 BASIC : Partially revert SbxArray simplification. by Arnaud Versini · 10 years ago
  40. 789055b clang-tidy performance-unnecessary-copy-initialization by Noel Grandin · 10 years ago
  41. 150ac9c clean-up: unused using declarations and includes by Jochen Nitschke · 10 years ago
  42. 0fa6c88 BASIC : Simplify SbxArray by Arnaud Versini · 10 years ago
  43. 666dc67 Remove needless typedef from basic/qa/cppunit/basic_coverage.cxx by Ryan McCoskrie · 10 years ago
  44. 2f3dcc4 tdf#99357: Basic, return if .with pNode null by Julien Nabet · 10 years ago
  45. 494bd08 remove tools/solarmutex.hxx by Noel Grandin · 10 years ago
  46. 311bc1f loplugin:passstuffbyref in basic by Noel Grandin · 10 years ago
  47. 5304b94 Related tdf#99089: avoid second crash by Julien Nabet · 10 years ago
  48. ea7b572 Avoid reserved identifier by Stephan Bergmann · 10 years ago
  49. b2706fc Avoid reserved identifier by Stephan Bergmann · 10 years ago
  50. d29c682 Avoid reserved identifiers by Stephan Bergmann · 10 years ago
  51. 4c7ec9f cleanup: remove unused com/sun/star/uno includes by Jochen Nitschke · 10 years ago
  52. d036e4d BASIC: Remove useless static_cast from basmgr.cxx by Arnaud Versini · 10 years ago
  53. a2f9199 Avoid reserved identifier by Stephan Bergmann · 10 years ago
  54. f088a55 Remove an useless check I had added by Julien Nabet · 10 years ago
  55. f678b82 clang-tidy performance-unnecessary-value-param in basic by Noel Grandin · 10 years ago
  56. f3dabe7 make GetGlobalUNOConstant and GetUNOConstant take an OUString by Noel Grandin · 10 years ago
  57. 43109b7 tdf#99089: avoid some crashes in Basic by Julien Nabet · 10 years ago
  58. ba95e61 fix bug in SbxArray::Merge by Noel Grandin · 10 years ago
  59. c831739 Avoid reserved identifier by Stephan Bergmann · 10 years ago
  60. 45adae8 Avoid reserved identifiers by Stephan Bergmann · 10 years ago
  61. f7a3bdf Turn SbiOpcode into scoped enum by Stephan Bergmann · 10 years ago
  62. 7beeced Avoid reserved identifiers by Stephan Bergmann · 10 years ago
  63. c1e4d40 BASIC : Use a vector to store the argv stack by Arnaud Versini · 10 years ago
  64. 8c2f2e1 tdf#94306 replace boost::noncopyable in .. by Jochen Nitschke · 10 years ago
  65. c20cc7e tdf#97499 Fixed containers parameters clearing #4 by tymyjan · 10 years ago
  66. 362ab03 tdf#97499 Fixed containers parameters clearing #2 by tymyjan · 10 years ago
  67. 917e365 BASIC : Use a vector to store the go sub stack. by Arnaud Versini · 10 years ago
  68. 0b8e5ca tdf#97966 Drop 'static' keywords by Wastack · 10 years ago
  69. 402572e loplugin:constantparam in basic by Noel Grandin · 10 years ago
  70. a62ad21f BASIC: Calling SbxDimArray::Clear should also call SbxArray. by Arnaud Versini · 10 years ago
  71. bb3930b BASIC : Use std::vector in SbiRuntime to save references by Arnaud Versini · 10 years ago
  72. 8ca50d2 loplugin:constantparam in tools by Noel Grandin · 10 years ago
  73. 4530bc5 coverity#1355498 assume Unchecked return value is deliberate by Caolán McNamara · 10 years ago
  74. 60b1c95 Extract Directories from BootstrapFixtureBase by Stephan Bergmann · 10 years ago
  75. a139320 deref of null by Caolán McNamara · 10 years ago
  76. cc091b0 loplugin:constantparam in basic by Noel Grandin · 10 years ago
  77. 5819268 tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctors by Steven Guo · 10 years ago
  78. 29cb1f1 Remove ancient StarPortal leftovers by Stephan Bergmann · 10 years ago
  79. 6a351c5 basic: tdf#87530 if a new password is set, must set mbLoadedSource flag by Michael Stahl · 10 years ago
  80. aeb4391 basic: tdf#87530 don't copy storage that doesn't exist by Michael Stahl · 10 years ago
  81. 472d900 tdf84938 Replaced Sb_Attr_ defined constants with enum class in runtime.hxx by Steven Guo · 10 years ago
  82. 37a6baf loplugin:unuseddefaultparam in various by Noel Grandin · 10 years ago
  83. bd2bf6b loplugin:unuseddefaultparams in basic by Noel Grandin · 10 years ago
  84. d9dacecd tdf#84938 Change average enum for scoped enum by baltasarq · 10 years ago
  85. 2d162b1 tdf#84938 Eliminate B_xxx defines in filefmt.hxx for FileOffset scoped enum. by baltasarq · 10 years ago
  86. 26be25f coverity#1231668 Unchecked return value by Caolán McNamara · 10 years ago
  87. c20c697 change to SearchOptions2 by Eike Rathke · 10 years ago
  88. 670c2b3 simply the SbxRes stuff, inheriting from OUString is icky by Noel Grandin · 10 years ago
  89. 459e3fe Removing #defines for String_XXX in sbxres.hxx by baltasarq · 10 years ago
  90. 4604a60 Actually, why passive voice? by Tor Lillqvist · 10 years ago
  91. a6ac3ca Fix mis-translated German comment by Tor Lillqvist · 10 years ago
  92. 2d0dab5 loplugin:commaoperator in basic/ by Noel Grandin · 10 years ago
  93. 14420e8 BASIC : Add tools::make_ref and simplify SvRef usage by Arnaud Versini · 10 years ago
  94. 42f9b97 WaE vs2015 truncation of literal on static_cast by Norbert Thiebaud · 10 years ago
  95. 2087484 use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  96. d977a49 tdf#40517 Unit test for question marks in number format by Laurent Balland-Poirier · 10 years ago
  97. f17a469 BASIC : use std::unique_ptr for storing SbiExprList by Arnaud Versini · 10 years ago
  98. fd3cb8d tdf#39440: reduce scope of local variables by Arnold Dumas · 10 years ago
  99. ce43d0a use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  100. 7347248 cppcheck: unreadVariable by Caolán McNamara · 10 years ago