1. f4cdf96 tdf#93592 Make it possible to add default language resource to dialogeditor by Niklas Johansson · 9 years ago
  2. d9c7b0b Bypass VBATest::testMiscOLEStuff() in a 64-bit Windows build for now by Tor Lillqvist · 9 years ago
  3. 74817e6 tdf#102872 TAB function is missing its argument by Laurent Balland-Poirier · 10 years ago
  4. 23fab7a Resolves: tdf#88953 byref args incorrectly passed in basic->c++ by Caolán McNamara · 10 years ago
  5. 0b21f43 masses of MessBoxes not being disposed promptly by Caolán McNamara · 10 years ago
  6. ff5e57d Resolves: tdf#98778 fix parsing of exponents by Caolán McNamara · 10 years ago
  7. 63ee1ba tdf#99696 fix build error for 64bit Windows in unit tests using ADODB by Tomofumi Yagi · 10 years ago
  8. 9f21b66 Resolves: tdf#93386 crash when closing a Database with macro editor open by Caolán McNamara · 10 years ago
  9. 2af018e Fix typos by Andrea Gelmini · 10 years ago
  10. fef6bb7 Resolves: tdf#93474 crash on importing a macro library by Caolán McNamara · 10 years ago
  11. f107d45 Convert SbxClassType to scoped enum by Noel Grandin · 10 years ago
  12. d4d2fc2 clang-tidy modernize-make-unique by Noel Grandin · 10 years ago
  13. 2c8fe2e update unusedmethods plugin to deal with constructors by Noel Grandin · 10 years ago
  14. a9ff36a Fix typos by Andrea Gelmini · 10 years ago
  15. bdacf96 Add SAL_FALLTHROUGH, where apparently appropriate by Stephan Bergmann · 10 years ago
  16. 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
  17. 26d314d tdf#99589 tolower / toupper - dangerous to Turks ... by Krishna Keshav · 10 years ago
  18. e97a8f3 BASIC : Remove an useless static_cast and use make_unique by Arnaud Versini · 10 years ago
  19. 464348e BASIC: SbiParser Remove useless static_cast and indent the code correctly. by Arnaud Versini · 10 years ago
  20. f3d9aab teach passstuffbyref plugin to check for.. by Noel Grandin · 10 years ago
  21. 58a3207 use Any constructor instead of temporaries by Noel Grandin · 10 years ago
  22. 6e70103 While at it, delete Any functions on sal_Bool* by Stephan Bergmann · 10 years ago
  23. b0388ef Fix typo in code by Andrea Gelmini · 10 years ago
  24. d15163e Fix typos by Andrea Gelmini · 10 years ago
  25. e8fd5a0 update loplugin stylepolice to check local pointers vars by Noel Grandin · 10 years ago
  26. 8762aa9 clang-tidy modernize-loop-convert in b* by Noel Grandin · 10 years ago
  27. 5abc669 new plugin stylepolice by Noel Grandin · 10 years ago
  28. da50c79 loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  29. a7e23e7 BASIC : Partially revert SbxArray simplification. by Arnaud Versini · 10 years ago
  30. 789055b clang-tidy performance-unnecessary-copy-initialization by Noel Grandin · 10 years ago
  31. 150ac9c clean-up: unused using declarations and includes by Jochen Nitschke · 10 years ago
  32. 0fa6c88 BASIC : Simplify SbxArray by Arnaud Versini · 10 years ago
  33. 666dc67 Remove needless typedef from basic/qa/cppunit/basic_coverage.cxx by Ryan McCoskrie · 10 years ago
  34. 2f3dcc4 tdf#99357: Basic, return if .with pNode null by Julien Nabet · 10 years ago
  35. 494bd08 remove tools/solarmutex.hxx by Noel Grandin · 10 years ago
  36. 311bc1f loplugin:passstuffbyref in basic by Noel Grandin · 10 years ago
  37. 5304b94 Related tdf#99089: avoid second crash by Julien Nabet · 10 years ago
  38. ea7b572 Avoid reserved identifier by Stephan Bergmann · 10 years ago
  39. b2706fc Avoid reserved identifier by Stephan Bergmann · 10 years ago
  40. d29c682 Avoid reserved identifiers by Stephan Bergmann · 10 years ago
  41. 4c7ec9f cleanup: remove unused com/sun/star/uno includes by Jochen Nitschke · 10 years ago
  42. d036e4d BASIC: Remove useless static_cast from basmgr.cxx by Arnaud Versini · 10 years ago
  43. a2f9199 Avoid reserved identifier by Stephan Bergmann · 10 years ago
  44. f088a55 Remove an useless check I had added by Julien Nabet · 10 years ago
  45. f678b82 clang-tidy performance-unnecessary-value-param in basic by Noel Grandin · 10 years ago
  46. f3dabe7 make GetGlobalUNOConstant and GetUNOConstant take an OUString by Noel Grandin · 10 years ago
  47. 43109b7 tdf#99089: avoid some crashes in Basic by Julien Nabet · 10 years ago
  48. ba95e61 fix bug in SbxArray::Merge by Noel Grandin · 10 years ago
  49. c831739 Avoid reserved identifier by Stephan Bergmann · 10 years ago
  50. 45adae8 Avoid reserved identifiers by Stephan Bergmann · 10 years ago
  51. f7a3bdf Turn SbiOpcode into scoped enum by Stephan Bergmann · 10 years ago
  52. 7beeced Avoid reserved identifiers by Stephan Bergmann · 10 years ago
  53. c1e4d40 BASIC : Use a vector to store the argv stack by Arnaud Versini · 10 years ago
  54. 8c2f2e1 tdf#94306 replace boost::noncopyable in .. by Jochen Nitschke · 10 years ago
  55. c20cc7e tdf#97499 Fixed containers parameters clearing #4 by tymyjan · 10 years ago
  56. 362ab03 tdf#97499 Fixed containers parameters clearing #2 by tymyjan · 10 years ago
  57. 917e365 BASIC : Use a vector to store the go sub stack. by Arnaud Versini · 10 years ago
  58. 0b8e5ca tdf#97966 Drop 'static' keywords by Wastack · 10 years ago
  59. 402572e loplugin:constantparam in basic by Noel Grandin · 10 years ago
  60. a62ad21f BASIC: Calling SbxDimArray::Clear should also call SbxArray. by Arnaud Versini · 10 years ago
  61. bb3930b BASIC : Use std::vector in SbiRuntime to save references by Arnaud Versini · 10 years ago
  62. 8ca50d2 loplugin:constantparam in tools by Noel Grandin · 10 years ago
  63. 4530bc5 coverity#1355498 assume Unchecked return value is deliberate by Caolán McNamara · 10 years ago
  64. 60b1c95 Extract Directories from BootstrapFixtureBase by Stephan Bergmann · 10 years ago
  65. a139320 deref of null by Caolán McNamara · 10 years ago
  66. cc091b0 loplugin:constantparam in basic by Noel Grandin · 10 years ago
  67. 5819268 tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctors by Steven Guo · 10 years ago
  68. 29cb1f1 Remove ancient StarPortal leftovers by Stephan Bergmann · 10 years ago
  69. 6a351c5 basic: tdf#87530 if a new password is set, must set mbLoadedSource flag by Michael Stahl · 10 years ago
  70. aeb4391 basic: tdf#87530 don't copy storage that doesn't exist by Michael Stahl · 10 years ago
  71. 472d900 tdf84938 Replaced Sb_Attr_ defined constants with enum class in runtime.hxx by Steven Guo · 10 years ago
  72. 37a6baf loplugin:unuseddefaultparam in various by Noel Grandin · 10 years ago
  73. bd2bf6b loplugin:unuseddefaultparams in basic by Noel Grandin · 10 years ago
  74. d9dacecd tdf#84938 Change average enum for scoped enum by baltasarq · 10 years ago
  75. 2d162b1 tdf#84938 Eliminate B_xxx defines in filefmt.hxx for FileOffset scoped enum. by baltasarq · 10 years ago
  76. 26be25f coverity#1231668 Unchecked return value by Caolán McNamara · 10 years ago
  77. c20c697 change to SearchOptions2 by Eike Rathke · 10 years ago
  78. 670c2b3 simply the SbxRes stuff, inheriting from OUString is icky by Noel Grandin · 10 years ago
  79. 459e3fe Removing #defines for String_XXX in sbxres.hxx by baltasarq · 10 years ago
  80. 4604a60 Actually, why passive voice? by Tor Lillqvist · 10 years ago
  81. a6ac3ca Fix mis-translated German comment by Tor Lillqvist · 10 years ago
  82. 2d0dab5 loplugin:commaoperator in basic/ by Noel Grandin · 10 years ago
  83. 14420e8 BASIC : Add tools::make_ref and simplify SvRef usage by Arnaud Versini · 10 years ago
  84. 42f9b97 WaE vs2015 truncation of literal on static_cast by Norbert Thiebaud · 10 years ago
  85. 2087484 use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  86. d977a49 tdf#40517 Unit test for question marks in number format by Laurent Balland-Poirier · 10 years ago
  87. f17a469 BASIC : use std::unique_ptr for storing SbiExprList by Arnaud Versini · 10 years ago
  88. fd3cb8d tdf#39440: reduce scope of local variables by Arnold Dumas · 10 years ago
  89. ce43d0a use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  90. 7347248 cppcheck: unreadVariable by Caolán McNamara · 10 years ago
  91. f3f67b7 fix indent by Caolán McNamara · 10 years ago
  92. 2b31daf tdf#95857 Sort out German plurals ... by danielt998 · 10 years ago
  93. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  94. 6c6cb30 BASIC : Use std::unique_ptr in SbiExpression and SbiExpList by Arnaud Versini · 10 years ago
  95. 4c41163 sequence->vector in basic by Noel Grandin · 10 years ago
  96. 310b65e sequence->vector in basic by Noel Grandin · 10 years ago
  97. b14224f loplugin:unusedmethods by Noel Grandin · 10 years ago
  98. c474e61 BASIC : Use vector in SbiExprList to avoid any dependencies by Arnaud Versini · 10 years ago
  99. aa20acb basic: Merge macro snippet tests by Matúš Kukan · 10 years ago
  100. 599f0cb interface to new XTextSearch2 with SearchOptions2, tdf#72196 by Eike Rathke · 10 years ago