1. acd4407 tdf#153724: make sure to retrieve the variable value before checking the type by Mike Kaganski · 3 years, 2 months ago
  2. cc76baf tdf#151503 - Do not evaluate a missing optional variable to a boolean by Andreas Heinisch · 3 years, 6 months ago
  3. a2838a1 tdf#151012 - Initialize optional parameters with their default values by Andreas Heinisch · 3 years, 7 months ago
  4. 8e9bc34 cid#1509215 Using a moved object by Caolán McNamara · 3 years, 8 months ago
  5. c44e819 tdf#147529 - BASIC MsgBox: Check for missing optional parameters by Andreas Heinisch · 3 years, 10 months ago
  6. f71606c new loplugin:moveit by Noel Grandin · 3 years, 10 months ago
  7. fbce185 tdf#149402 - BASIC: Don't extend comment if line ends in a whitespace by Andreas Heinisch · 3 years, 10 months ago
  8. f30af7b tdf#147132 Flatten Basic function by Roman Kuznetsov · 3 years, 10 months ago
  9. 66fe1fa tdf#147132 Flatten Basic function by Roman Kuznetsov · 3 years, 10 months ago
  10. c387bc7 The elements of XInvocation::invoke aOutParamIndex are non-negative by Stephan Bergmann · 3 years, 10 months ago
  11. 0af4324 Use more appropriate type for SbiImage::GetString nId param by Stephan Bergmann · 3 years, 10 months ago
  12. bd279d3 Use more appropriate index variable type by Stephan Bergmann · 3 years, 10 months ago
  13. b19a2df Use more appropriate type for SbiImage::nStringIdx by Stephan Bergmann · 3 years, 10 months ago
  14. 5ecdedb clang-tidy modernize-pass-by-value in basic by Noel Grandin · 3 years, 10 months ago
  15. b94275f tdf#149157 - Break multiline continuation in a comment after a new line by Andreas Heinisch · 3 years, 11 months ago
  16. a685679 cid#1504574 Resource leak by Caolán McNamara · 3 years, 10 months ago
  17. 43458f8 tdf#147132 Flatten Basic function implementation by Roman Kuznetsov · 3 years, 10 months ago
  18. 371886d elide some OUString allocation by Noel Grandin · 3 years, 11 months ago
  19. 5060c50 Use o3tl::make_unsigned in some places by Stephan Bergmann · 3 years, 11 months ago
  20. 30f1ef5 elide some OUString allocation by Noel Grandin · 3 years, 11 months ago
  21. 086e534 elide OUString allocation by Noel Grandin · 3 years, 11 months ago
  22. 41a967af Extend loplugin:redundantcast to trivial reinterpret_cast from T to itself by Stephan Bergmann · 3 years, 11 months ago
  23. cfb15d0 in SbUnoObject constructor, only query for XTypeProvider by Noel Grandin · 4 years ago
  24. cde416f in SetGlobalUNOConstant, only retrieve old value if we need it by Noel Grandin · 4 years ago
  25. 3c25a2a tdf#121740 dont bother checking for VBA libraries by Noel Grandin · 4 years ago
  26. e7d3243 move creation of xParser to where it is used by Noel Grandin · 4 years ago
  27. 070b34c fix --disable-scripting build by Caolán McNamara · 4 years ago
  28. bc1ab88 More usual 1899-12-30 base Date in Basic by Mike Kaganski · 4 years ago
  29. ced3501 Unify and simplify SbRtl_Hex and SbRtl_Oct by Mike Kaganski · 4 years ago
  30. 6abc099 tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro by Pragat Pandya · 4 years ago
  31. 8189d81 Use usual 1899-12-30 base Date in Basic by Mike Kaganski · 4 years ago
  32. 7251f9c basic: remove commented out line by Xisco Fauli · 4 years ago
  33. 7c8f27e sal_Int32 cast to tools::Long to pass to a function taking sal_Int32 by Mike Kaganski · 4 years ago
  34. 90d33f5 tdf#148358 - Compare Non-ASCII variable names case-insensitive by Andreas Heinisch · 4 years ago
  35. 9f1701d use more o3tl::getToken by Noel Grandin · 4 years ago
  36. b5ab864 Just use Any ctor instead of makeAny in basic by Stephan Bergmann · 4 years ago
  37. 5200a73 use more string_view in various by Noel Grandin · 4 years ago
  38. d384925 use more string_view in INetURLObject by Noel Grandin · 4 years ago
  39. 09530ae cid#738565 Uninitialized scalar field by Caolán McNamara · 4 years ago
  40. d506ff9 add string_view wrappers for rtl::math::stringToDouble by Noel Grandin · 4 years ago
  41. e4bdf75 tdf#75263 - Export VBA-Project using detected charset on import by Andreas Heinisch · 4 years ago
  42. 07bf0ce tdf#148651: basic_macros: Add unittest by Xisco Fauli · 4 years ago
  43. 98f88ac tdf#148651: implement VBA.FormatPercent by Julien Nabet · 4 years ago
  44. 33bd16b loplugin:stringviewparam convert methods using copy() by Noel Grandin · 4 years ago
  45. fe597a3 Test StarBasic's native non-ASCII name syntax by Mike Kaganski · 4 years ago
  46. f23f594 loplugin:stringviewparam by Stephan Bergmann · 4 years ago
  47. fdfd517 loplugin:stringviewparam whitelist some more functions by Noel Grandin · 4 years ago
  48. e4ff847 loplugin:stringview check for getToken and trim by Noel Grandin · 4 years ago
  49. 3e76797 move comphelper::string::toInt32 to o3tl by Noel Grandin · 4 years ago
  50. ad7b90f Fix build by Mike Kaganski · 4 years ago
  51. 36e0e88 use more subView when converting to Int32 by Noel Grandin · 4 years ago
  52. 3a88b51 loplugin:stringviewparam convert methods using trim by Noel Grandin · 4 years ago
  53. b32c85d Move creation of case-insensitive variable name to a central place by Mike Kaganski · 4 years ago
  54. be7d84a Fix --disable-scripting build (WASM) by Jan-Marek Glogowski · 4 years ago
  55. de81c25 Related: tdf#144245 Optimize case-insensitive handling by Mike Kaganski · 4 years ago
  56. 6bc187b tdf#147132 Flatten Basic function implementations by offtkp · 4 years ago
  57. 1927b51 loplugin:stringviewparam convert methods using indexOf by Noel Grandin · 4 years ago
  58. da27693 Basic Collection class unit test by Alain Romedenne · 4 years, 3 months ago
  59. e2ba333 Adapt test to even slower builds by Stephan Bergmann · 4 years ago
  60. b9b9b3a tdf#114263 tdf#147262 CallByName() function LibO Basic test unit by Alain Romedenne · 4 years, 2 months ago
  61. 630dc47 -Werror,-Wunused-but-set-variable by Stephan Bergmann · 4 years ago
  62. a2c3ef6 Move BSTR wrapper to systools, and fix some wrong BSTR uses by Mike Kaganski · 4 years, 1 month ago
  63. ef82ccd new loplugin:trivialconstructor by Noel Grandin · 4 years, 1 month ago
  64. 7002caa new loplugin:trivialdestructor by Noel Grandin · 4 years, 1 month ago
  65. 1fb1f0b tdf#42982: improve UNO API error reporting by Deep17 · 4 years, 1 month ago
  66. aa54ea2 Change the comment of the test cases to clarify the textual representation of the calculated string by Andreas Heinisch · 4 years, 2 months ago
  67. 25bcd30 cid#707501 Uninitialized scalar variable by Caolán McNamara · 4 years, 1 month ago
  68. 34d3f16 cid#707500 Uninitialized scalar variable by Caolán McNamara · 4 years, 1 month ago
  69. d833234 cid#707503 Uninitialized scalar variable by Caolán McNamara · 4 years, 1 month ago
  70. bcaf132 tdf#147132: Flatten Basic function implementations by Ramreiso Kashung · 4 years, 2 months ago
  71. 3ba8b56 tdf#147089 - Round Integral Division (IDIV) literals to Integer values by Andreas Heinisch · 4 years, 1 month ago
  72. 9654c8e Basic compiler undetected typo by Alain Romedenne · 4 years, 2 months ago
  73. 5276177 tdf#147364: fix function signature to account to calling convention by Mike Kaganski · 4 years, 2 months ago
  74. a555aa2 tdf#147262: CallByName() argument names does not match that of VBA by Julien Nabet · 4 years, 2 months ago
  75. a79e7dc tdf#146672 - CDbl: skip spaces and tabs at the end of the scanned string by Andreas Heinisch · 4 years, 2 months ago
  76. 8b327cd tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro by VaibhavMalik4187 · 4 years, 2 months ago
  77. 5bd55c2 We know the length here by Mike Kaganski · 4 years, 2 months ago
  78. 6a0f00d tdf#146742 - Move the initialization code of a method to SbMethod::Call by Andreas Heinisch · 4 years, 2 months ago
  79. 30483a6 Use default argument by Mike Kaganski · 4 years, 2 months ago
  80. af3316b SbRtl_Spc is exactly the same as SbRtl_Space by Mike Kaganski · 4 years, 2 months ago
  81. 6c4bc63 Use OUStringBuffer in SbRtl_FormatNumber by Mike Kaganski · 4 years, 2 months ago
  82. 3564b5c Adapt test to slow builds by Stephan Bergmann · 4 years, 2 months ago
  83. 24afbaa Fix format string by Mike Kaganski · 4 years, 2 months ago
  84. 81a3d9b4 tdf#132388: add unit test by Mike Kaganski · 4 years, 2 months ago
  85. a03b7d2 tdf#132388: reimplement fix for tdf#142487 by Mike Kaganski · 4 years, 2 months ago
  86. 124059f tdf#145614: Convert #define to enum by Ramreiso Kashung · 4 years, 3 months ago
  87. d1207a5 tdf#90341 Clean Up Excessive const_cast'ing by VaibhavMalik4187 · 4 years, 2 months ago
  88. c1205c1 Related tdf#146909: add missing IDIGNORE in Basic by Julien Nabet · 4 years, 2 months ago
  89. a2eaf99 make comphelper::OInterfaceContainerHelper4 more threadsafe by Noel Grandin · 4 years, 3 months ago
  90. 840b4eb Recheck modules [a-c]* with IWYU by Gabor Kelemen · 4 years, 3 months ago
  91. 35aa82ef tdf#145693 - Argument name should be 'charcode' instead of 'string' by Andreas Heinisch · 4 years, 3 months ago
  92. 260a203 tdf#130426 - Rename file for tdf#145693 by Andreas Heinisch · 4 years, 3 months ago
  93. 565a5fd tdf#145960 - Return type of boolean operators should be of type boolean by Andreas Heinisch · 4 years, 3 months ago
  94. d842809 tdf#144353, tdf#146281 - Correctly copy the information about variables by Andreas Heinisch · 4 years, 3 months ago
  95. be596c0 Nullify passed pointer in releaseDecimalPtr unconditionally by Mike Kaganski · 4 years, 4 months ago
  96. 26f46b8 loplugin:flatten in accessibility..basic by Noel Grandin · 4 years, 4 months ago
  97. fcba66f osl::Mutex->std::mutex in ModuleInvocationProxy by Noel Grandin · 4 years, 4 months ago
  98. de9fa7b osl::Mutex->std::mutex in ImplRepository by Noel Grandin · 4 years, 4 months ago
  99. 4f043fb osl::Mutex->std::mutex in CurrDirPool by Noel Grandin · 4 years, 4 months ago
  100. 70591eb ofz#42182 oss-build failure by Caolán McNamara · 4 years, 4 months ago