1. f69de11 tdf#162431 - Check for missing parameters by Andreas Heinisch · 1 year, 7 months ago
  2. af06557 tdf#162962: always create a local "Nothing" for the "WITH" variable by Mike Kaganski · 1 year, 7 months ago
  3. de805c6 Related: i#109051 There's no "Exit Let/Get/Set" by Mike Kaganski · 1 year, 7 months ago
  4. 68bcf32 i#109051: also handle Exit Property for Property Set by Mike Kaganski · 1 year, 7 months ago
  5. ffd3997 tdf#162935: use PUTC for WITH variable assignment: it doesn't copy value by Mike Kaganski · 1 year, 7 months ago
  6. 74a68f7 tdf#162724: use localized decimal separator in ImpCurrencyToString by Mike Kaganski · 1 year, 7 months ago
  7. 89476d1 tdf#150458: evaluate for loop's end and step once in VBA support mode by Mike Kaganski · 1 year, 8 months ago
  8. 46dfd2c Related: tdf#132064 Use set to clear the With internal variable by Mike Kaganski · 1 year, 8 months ago
  9. bf87977 tdf#132064: make With statement only evaluate its argument once by Mike Kaganski · 1 year, 8 months ago
  10. 2b6caa4 tdf#160321 - Added missing VB test by Andreas Heinisch · 1 year, 10 months ago
  11. 84e8758 tdf#160321 - Don't execute jump statement if the expression is out of range by Andreas Heinisch · 2 years ago
  12. 7d6e751 loplugin:ostr basic by Noel Grandin · 1 year, 11 months ago
  13. a123c5b basic : use more OUString literals by Arnaud VERSINI · 2 years ago
  14. 7ab8d33 basic : use std::u16string_view and new OUString literal by Arnaud VERSINI · 1 year, 11 months ago
  15. 41590e7 WaE: C6011 Dereferencing NULL pointer warnings by Caolán McNamara · 1 year, 11 months ago
  16. 6c4760f use more OUString literal in getBasicTypeName by Noel Grandin · 1 year, 11 months ago
  17. 8d775b9 Use Windows dllmgr-x64 also for aarch64 by Stephan Bergmann · 2 years ago
  18. a400c86 tdf#93727 Syntax Error on # in basic by Luv Sharma · 2 years, 2 months ago
  19. f3d0a18 tdf#147132 Flatten Basic function implementations by Tuukka Orava · 2 years ago
  20. bb89fe7 tdf#147132 Flatten Basic function implementations by AmandaQuaresmaCoutinho · 2 years ago
  21. f2482fd Simplify VBALikeToRegexp a bit by Mike Kaganski · 2 years ago
  22. 38f731f tdf#160478: fix Basic LIKE operator by Mike Kaganski · 2 years ago
  23. 49a6a81 tdf#146619 Drop unused 'using namespace' in: basic/ by Gabor Kelemen · 2 years ago
  24. d547ad7 convert NameContainer to comphelper::WeakImplHelper by Noel Grandin · 2 years ago
  25. 26c30fd tdf#147132: Flatten Basic function implementations by U-Aarons_Laptop\Aaron · 2 years ago
  26. 68b73e7 basic : use OUstring literal for XServiceInfo implementation by Arnaud VERSINI · 2 years, 1 month ago
  27. 1ac5353 Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-free by Mike Kaganski · 2 years, 1 month ago
  28. 9071cd6 tdf#149714 BitsPerPixel property of Graphic has Boolean UNO type by Adam Seskunas · 2 years, 1 month ago
  29. 60dd46e Simplify a bit by Mike Kaganski · 2 years, 1 month ago
  30. dd8fc8e Typo: alredy->already by Julien Nabet · 2 years, 1 month ago
  31. 8bbfbe92 tdf#159908: return early to avoid nullptr dereference by Mike Kaganski · 2 years, 1 month ago
  32. d37df8f Fix warning C4312 when building with MSVC without -Wv:18 by Mike Kaganski · 2 years, 1 month ago
  33. ff23937 Fix warning C4459 when building with MSVC without -Wv:18 by Mike Kaganski · 2 years, 1 month ago
  34. b3e6bec Fix warning C4589 when building with MSVC without -Wv:18 by Mike Kaganski · 2 years, 1 month ago
  35. 5378ce3 tdf#158890 Replace '?' with figure blank by Laurent Balland · 2 years, 3 months ago
  36. 95dace2 tdf#154285 Check upper bound of arguments in SbRtl_CurDir by Adam Seskunas · 2 years, 2 months ago
  37. 8318337c tdf#147132 tdf#154285 basic: Flatten and check param count of Is* fns by Aron Budea · 2 years, 2 months ago
  38. 942e9a7 Related: tdf#159458 Move variable URL re-creation to a central place by Mike Kaganski · 2 years, 2 months ago
  39. 907d410 tdf#159458: make sure to update unexpanded URL when renaming library by Mike Kaganski · 2 years, 2 months ago
  40. 3808ef2 cid#1545535 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 2 years, 3 months ago
  41. 7e0afa4 ofz#65329 Fuzzing build failure by Caolán McNamara · 2 years, 3 months ago
  42. 9cc8457 tdf#128122 Updated BASIC CCur to reuse SvNumberFormatter by Jonathan Clark · 2 years, 4 months ago
  43. 21dd05a cid#1557601 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 2 years, 4 months ago
  44. de4b3a1 cid#1545970 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 2 years, 4 months ago
  45. 6ba9e33 loplugin:unusedfields by Noel Grandin · 2 years, 4 months ago
  46. 2b4094195 Clean up SvStream API a bit by Mike Kaganski · 2 years, 4 months ago
  47. a58c0d4 cid#1556778 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 2 years, 4 months ago
  48. 1cb523e Extended loplugin:ostr: basic by Stephan Bergmann · 2 years, 5 months ago
  49. c05595d c++20: use std::erase instead of std::removed followed by erase (part 1) by Julien Nabet · 2 years, 5 months ago
  50. 8faf693 loplugin:fieldcast in ModuleSizeExceeded by Noel Grandin · 2 years, 5 months ago
  51. b875cea loplugin:fieldcast in SbModule by Noel Grandin · 2 years, 5 months ago
  52. 443027c tdf#156449 Preserve '0' or '?' in exponent by Laurent Balland · 2 years, 8 months ago
  53. bd6fb0c Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]String by Stephan Bergmann · 2 years, 6 months ago
  54. 625705f Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: basic by Stephan Bergmann · 2 years, 6 months ago
  55. 7a349aa Suppress some upcoming loplugin:ostr OUStringLiteral -> OUString rewrites by Stephan Bergmann · 2 years, 6 months ago
  56. b4844c3 Repurpose loplugin:stringstatic for O[U]String vars that can be constexpr by Stephan Bergmann · 2 years, 6 months ago
  57. c4c017d tdf#147132 tdf#154285 Flatten and check param count of IsMissing fn by Aron Budea · 2 years, 8 months ago
  58. dcea29c Make NC_ constexpr-friendly by Stephan Bergmann · 2 years, 6 months ago
  59. 95df8cd tdf#147132 Flatten Basic function implementations by OmkarAcharekar · 2 years, 6 months ago
  60. d9e322d replace ErrorInfo with simpler mechanism by Noel Grandin · 2 years, 6 months ago
  61. 08a2de2 basic : remove useless allocation in BasicDLLImpl by Arnaud Versini · 2 years, 7 months ago
  62. e23d2be using decls should come after #include by Noel Grandin · 2 years, 7 months ago
  63. 115c8b4 Revert "tdf#130924 replace '*printf' with 'SAL_*' logging macros." by Ilmari Lauhakangas · 2 years, 7 months ago
  64. df0db41 tdf#130924 replace '*printf' with 'SAL_*' logging macros. by sahil · 2 years, 7 months ago
  65. 87db52ab Revert "use more Reference::query instead of UNO_QUERY_THROW" by Noel Grandin · 2 years, 7 months ago
  66. 7fc6063 use more Reference::query instead of UNO_QUERY_THROW by Noel Grandin · 2 years, 8 months ago
  67. a00cf4b tdf#147132 Flatten Basic function implementations by sahil · 2 years, 8 months ago
  68. c9e8638 tdf#150137 fastparser: don't crash on undeclared namespace by Aron Budea · 2 years, 8 months ago
  69. e59780c Reduce differences between _test_asserts.bas and _test_asserts.vb by Mike Kaganski · 2 years, 8 months ago
  70. ee24f16 Replace separate components list with 'gb_CppunitTest_use_rdb' by Mike Kaganski · 2 years, 8 months ago
  71. 5364282 No boost in basic by Mike Kaganski · 2 years, 8 months ago
  72. 17154ce tdf#92620 - Adjust error message about exceeding legacy module size by Andreas Heinisch · 3 years ago
  73. d28ba79 nDigitPos no longer appears in expression by Caolán McNamara · 2 years, 9 months ago
  74. d969715 Simplify a bit by removing a redundant condition by Julien Nabet · 2 years, 9 months ago
  75. 0193b28 new loplugin:constexprliteral by Noel Grandin · 2 years, 10 months ago
  76. 8da305a Use getXWeak in basic by Mike Kaganski · 3 years ago
  77. e810bd2b merge some stringadds by Noel Grandin · 2 years, 11 months ago
  78. fa0a1f6 tdf#153543 - Add vba shell constants by Andreas Heinisch · 2 years, 11 months ago
  79. bc21016 loplugin:stringviewparam improvements by Noel Grandin · 3 years ago
  80. 5fe96b6 Drop SvStream::WriteCharPtr by Mike Kaganski · 3 years ago
  81. 167b864 Add an assert by Mike Kaganski · 3 years ago
  82. d622972 tdf#142391 - Store method using 0x13 format only when actually needed by Andreas Heinisch · 3 years, 1 month ago
  83. c76fb95 loplugin:stringadd in b* by Noel Grandin · 3 years ago
  84. e7dbef9 rtl::Static to thread-safe-static by Noel Grandin · 3 years ago
  85. a490196 tdf#147132: Simplify usage of StarBASIC::Error() by adityasingh22 · 3 years, 1 month ago
  86. 458f2b8 Refactor and fix VBA StrConv by Mike Kaganski · 3 years, 1 month ago
  87. 928957e tdf#151741 - BASIC Organizer: fill various URLs for libraries by Andreas Heinisch · 3 years, 1 month ago
  88. d34a3c9 tdf#152690: Refactor fix by Baole Fang · 3 years, 1 month ago
  89. e12fff1 tdf#152690: Fix "!" behavior when it is not the first in a group by Baole Fang · 3 years, 1 month ago
  90. 899dfbc elide some temporary OStrings by Noel Grandin · 3 years, 1 month ago
  91. c596fd5 no need to allocate these separately by Noel Grandin · 3 years, 1 month ago
  92. 00ac4d3 lok: macro: VBA message dialogs was causing assertion failure by Marco Cecchetti · 3 years, 2 months ago
  93. 1f5797e0 flatten some classes in basic by Noel Grandin · 3 years, 1 month ago
  94. fd19bc8 tdf#141474 tdf#151901 BASIC functions argument names do not match that of VBA by Alain Romedenne · 3 years, 3 months ago
  95. ce47261 BaseMutex->std::mutex in SfxLibrary by Noel Grandin · 3 years, 1 month ago
  96. 1786ddb Fix build in a specific VS2022 environment by Mike Kaganski · 3 years, 1 month ago
  97. dc96de7 Extend loplugin:cppunitassertequals to more argument types by Stephan Bergmann · 3 years, 1 month ago
  98. d24b80c Fix --disable-scripting build (for example for WASM) by Tor Lillqvist · 3 years, 1 month ago
  99. 527741d Related: tdf#153752 Use virtual method to avoid dynamic casts by Mike Kaganski · 3 years, 2 months ago
  100. ccd0ef9 tdf#153752: SbxObject::Execute: extra characters in Option Compatible mode by Mike Kaganski · 3 years, 2 months ago