1. 8e00558 tdf#150137 fastparser: don't crash on undeclared namespace by Aron Budea · 2 years, 8 months ago
  2. e810bd2b merge some stringadds by Noel Grandin · 2 years, 11 months ago
  3. fa0a1f6 tdf#153543 - Add vba shell constants by Andreas Heinisch · 2 years, 11 months ago
  4. bc21016 loplugin:stringviewparam improvements by Noel Grandin · 3 years ago
  5. 5fe96b6 Drop SvStream::WriteCharPtr by Mike Kaganski · 3 years ago
  6. 167b864 Add an assert by Mike Kaganski · 3 years ago
  7. d622972 tdf#142391 - Store method using 0x13 format only when actually needed by Andreas Heinisch · 3 years, 1 month ago
  8. c76fb95 loplugin:stringadd in b* by Noel Grandin · 3 years ago
  9. e7dbef9 rtl::Static to thread-safe-static by Noel Grandin · 3 years ago
  10. a490196 tdf#147132: Simplify usage of StarBASIC::Error() by adityasingh22 · 3 years, 1 month ago
  11. 458f2b8 Refactor and fix VBA StrConv by Mike Kaganski · 3 years, 1 month ago
  12. 928957e tdf#151741 - BASIC Organizer: fill various URLs for libraries by Andreas Heinisch · 3 years, 1 month ago
  13. d34a3c9 tdf#152690: Refactor fix by Baole Fang · 3 years, 1 month ago
  14. e12fff1 tdf#152690: Fix "!" behavior when it is not the first in a group by Baole Fang · 3 years, 1 month ago
  15. 899dfbc elide some temporary OStrings by Noel Grandin · 3 years, 1 month ago
  16. c596fd5 no need to allocate these separately by Noel Grandin · 3 years, 1 month ago
  17. 00ac4d3 lok: macro: VBA message dialogs was causing assertion failure by Marco Cecchetti · 3 years, 2 months ago
  18. 1f5797e0 flatten some classes in basic by Noel Grandin · 3 years, 1 month ago
  19. fd19bc8 tdf#141474 tdf#151901 BASIC functions argument names do not match that of VBA by Alain Romedenne · 3 years, 3 months ago
  20. ce47261 BaseMutex->std::mutex in SfxLibrary by Noel Grandin · 3 years, 1 month ago
  21. 1786ddb Fix build in a specific VS2022 environment by Mike Kaganski · 3 years, 1 month ago
  22. dc96de7 Extend loplugin:cppunitassertequals to more argument types by Stephan Bergmann · 3 years, 1 month ago
  23. d24b80c Fix --disable-scripting build (for example for WASM) by Tor Lillqvist · 3 years, 1 month ago
  24. 527741d Related: tdf#153752 Use virtual method to avoid dynamic casts by Mike Kaganski · 3 years, 2 months ago
  25. ccd0ef9 tdf#153752: SbxObject::Execute: extra characters in Option Compatible mode by Mike Kaganski · 3 years, 2 months ago
  26. fd6a0cf tdf#153724: make sure to retrieve the variable value before checking the type by Mike Kaganski · 3 years, 2 months ago
  27. ec4baba no need to lock SolarMutex over the whole method here by Noel Grandin · 3 years, 2 months ago
  28. e3e259d UNO fn FormObjEventListenerImpl::documentEventOccured must lock SolarMutex by Stephan Bergmann · 3 years, 2 months ago
  29. 0b1d622 tdf#153235: Optimize Application::Reschedule calls in SbiRuntime::Step by Mike Kaganski · 3 years, 2 months ago
  30. 7c3ea0a Simplify SbiRuntime ctor by Mike Kaganski · 3 years, 2 months ago
  31. 6128d83 Simplify a bit by Mike Kaganski · 3 years, 2 months ago
  32. e612015 Simplify a bit by Mike Kaganski · 3 years, 2 months ago
  33. 263c15e Delete extra whitespaces inserted by the editor by Andreas Heinisch · 3 years, 2 months ago
  34. d0700f4 tdf#147132 Flatten Basic function implementations by Radhey Parekh · 3 years, 7 months ago
  35. 41f659b Base SfxLibrary on WeakComponentImplHelper by Stephan Bergmann · 3 years, 3 months ago
  36. 3c7cba9 tdf#152917: basic_macros: Add unittest by Xisco Fauli · 3 years, 3 months ago
  37. e06198e Resolves: tdf#152917 Add ConvertFromUrl() put result back, tdf#147132 follow-up by Eike Rathke · 3 years, 3 months ago
  38. 19691c3 Revert all the recent loplugin:unocast changes by Stephan Bergmann · 3 years, 3 months ago
  39. e431417 Fixed a copy paste error in a comment by Andreas Heinisch · 3 years, 3 months ago
  40. 5bd5dd4 Simplify a bit by Mike Kaganski · 3 years, 3 months ago
  41. 4f09c5f basic: remove tabs from test file by Xisco Fauli · 3 years, 4 months ago
  42. a179da2 basic: add missing license statement in .vb test files by Xisco Fauli · 3 years, 4 months ago
  43. 5f0cf6e basic: add missing license statement in test files by Xisco Fauli · 3 years, 4 months ago
  44. c6dc676 tdf#152520: basic_macros: Add unittest by Xisco Fauli · 3 years, 4 months ago
  45. 5b8cd77 loplugin:unocast (basic::SfxScriptLibraryContainer) by Stephan Bergmann · 3 years, 4 months ago
  46. a534361 Fold OldBasicPassword into basic::SfxScriptLibraryContainer by Stephan Bergmann · 3 years, 4 months ago
  47. e88cb2d -Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): basic by Stephan Bergmann · 3 years, 5 months ago
  48. 1604508 Address a constexpr template point of instantiation issue by Stephan Bergmann · 3 years, 5 months ago
  49. da6a1a0 basic: s/helt/held/ and some cleanup. by Michael Meeks · 3 years, 6 months ago
  50. c0ce606 basic: correct reference to method that doesn't exist. by Michael Meeks · 3 years, 6 months ago
  51. bdfcad5 tdf#151503 - Do not evaluate a missing optional variable to a boolean by Andreas Heinisch · 3 years, 6 months ago
  52. 0a7eac8 use more string_view in accessibility..configmgr by Noel Grandin · 3 years, 6 months ago
  53. 6f3532f tdf#151012 - Initialize optional parameters with their default values by Andreas Heinisch · 3 years, 7 months ago
  54. 5a60014 This comment is obsolete by Mike Kaganski · 3 years, 7 months ago
  55. fd3888c move ErrCode to comphelper and improve debug output string by Noel Grandin · 3 years, 7 months ago
  56. 6b3e66c tdf147132 basic : flaten some functions by Arnaud VERSINI · 3 years, 8 months ago
  57. f2a98e8 BASIC : missing parameter check in SbRtl_CreateObject by Arnaud VERSINI · 3 years, 9 months ago
  58. c66f655 cid#1509223 Inefficient vector resizing with reserve. by Noel Grandin · 3 years, 7 months ago
  59. 7e2a8a9 tdf#150139 - Add a concrete name to the error message by Andreas Heinisch · 3 years, 8 months ago
  60. 91ba965 Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx by Stephan Bergmann · 3 years, 8 months ago
  61. 6e1be9f cid#1500645 silence Resource leak by Caolán McNamara · 3 years, 8 months ago
  62. 707f8c1 cid#1509215 Using a moved object by Caolán McNamara · 3 years, 8 months ago
  63. ca55086 Better cast to sal_[u]IntPtr when passing pointer to O[U]String::number by Stephan Bergmann · 3 years, 8 months ago
  64. 8a843f7 loplugin:moveit by Noel Grandin · 3 years, 9 months ago
  65. 845393b move wintypes.hxx from tools to vcl by Chris Sherlock · 3 years, 9 months ago
  66. c2bf1ff tdf#147132 Flatten a Basic function by Roman Kuznetsov · 3 years, 9 months ago
  67. d477d2e Removed executable bits on files by Andrea Gelmini · 3 years, 9 months ago
  68. 120daca tdf#149447: use proper UNO types for marshalling unsigned Basic types by Mike Kaganski · 3 years, 9 months ago
  69. 522f5ad tdf#147529 - BASIC MsgBox: Check for missing optional parameters by Andreas Heinisch · 3 years, 10 months ago
  70. 5bb8230 crashtesting: assert seen with forum-mso-de-125088 by Caolán McNamara · 3 years, 10 months ago
  71. 7c9d99a elide some makeStringAndClear() calls by Noel Grandin · 3 years, 10 months ago
  72. f4ff0ed tdf#149622: also clear return value before calling method from SbxObject::Call by Mike Kaganski · 3 years, 10 months ago
  73. f71606c new loplugin:moveit by Noel Grandin · 3 years, 10 months ago
  74. fbce185 tdf#149402 - BASIC: Don't extend comment if line ends in a whitespace by Andreas Heinisch · 3 years, 10 months ago
  75. f30af7b tdf#147132 Flatten Basic function by Roman Kuznetsov · 3 years, 10 months ago
  76. 66fe1fa tdf#147132 Flatten Basic function by Roman Kuznetsov · 3 years, 10 months ago
  77. c387bc7 The elements of XInvocation::invoke aOutParamIndex are non-negative by Stephan Bergmann · 3 years, 10 months ago
  78. 0af4324 Use more appropriate type for SbiImage::GetString nId param by Stephan Bergmann · 3 years, 10 months ago
  79. bd279d3 Use more appropriate index variable type by Stephan Bergmann · 3 years, 10 months ago
  80. b19a2df Use more appropriate type for SbiImage::nStringIdx by Stephan Bergmann · 3 years, 10 months ago
  81. 5ecdedb clang-tidy modernize-pass-by-value in basic by Noel Grandin · 3 years, 10 months ago
  82. b94275f tdf#149157 - Break multiline continuation in a comment after a new line by Andreas Heinisch · 3 years, 11 months ago
  83. a685679 cid#1504574 Resource leak by Caolán McNamara · 3 years, 10 months ago
  84. 43458f8 tdf#147132 Flatten Basic function implementation by Roman Kuznetsov · 3 years, 10 months ago
  85. 371886d elide some OUString allocation by Noel Grandin · 3 years, 11 months ago
  86. 5060c50 Use o3tl::make_unsigned in some places by Stephan Bergmann · 3 years, 11 months ago
  87. 30f1ef5 elide some OUString allocation by Noel Grandin · 3 years, 11 months ago
  88. 086e534 elide OUString allocation by Noel Grandin · 3 years, 11 months ago
  89. 41a967af Extend loplugin:redundantcast to trivial reinterpret_cast from T to itself by Stephan Bergmann · 3 years, 11 months ago
  90. cfb15d0 in SbUnoObject constructor, only query for XTypeProvider by Noel Grandin · 4 years ago
  91. cde416f in SetGlobalUNOConstant, only retrieve old value if we need it by Noel Grandin · 4 years ago
  92. 3c25a2a tdf#121740 dont bother checking for VBA libraries by Noel Grandin · 4 years ago
  93. e7d3243 move creation of xParser to where it is used by Noel Grandin · 4 years ago
  94. 070b34c fix --disable-scripting build by Caolán McNamara · 4 years ago
  95. bc1ab88 More usual 1899-12-30 base Date in Basic by Mike Kaganski · 4 years ago
  96. ced3501 Unify and simplify SbRtl_Hex and SbRtl_Oct by Mike Kaganski · 4 years ago
  97. 6abc099 tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro by Pragat Pandya · 4 years ago
  98. 8189d81 Use usual 1899-12-30 base Date in Basic by Mike Kaganski · 4 years ago
  99. 7251f9c basic: remove commented out line by Xisco Fauli · 4 years ago
  100. 7c8f27e sal_Int32 cast to tools::Long to pass to a function taking sal_Int32 by Mike Kaganski · 4 years ago