1. 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
  2. 25bcd30 cid#707501 Uninitialized scalar variable by Caolán McNamara · 4 years, 1 month ago
  3. 34d3f16 cid#707500 Uninitialized scalar variable by Caolán McNamara · 4 years, 1 month ago
  4. d833234 cid#707503 Uninitialized scalar variable by Caolán McNamara · 4 years, 1 month ago
  5. bcaf132 tdf#147132: Flatten Basic function implementations by Ramreiso Kashung · 4 years, 2 months ago
  6. 3ba8b56 tdf#147089 - Round Integral Division (IDIV) literals to Integer values by Andreas Heinisch · 4 years, 1 month ago
  7. 9654c8e Basic compiler undetected typo by Alain Romedenne · 4 years, 2 months ago
  8. 5276177 tdf#147364: fix function signature to account to calling convention by Mike Kaganski · 4 years, 2 months ago
  9. a555aa2 tdf#147262: CallByName() argument names does not match that of VBA by Julien Nabet · 4 years, 2 months ago
  10. a79e7dc tdf#146672 - CDbl: skip spaces and tabs at the end of the scanned string by Andreas Heinisch · 4 years, 2 months ago
  11. 8b327cd tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro by VaibhavMalik4187 · 4 years, 2 months ago
  12. 5bd55c2 We know the length here by Mike Kaganski · 4 years, 2 months ago
  13. 6a0f00d tdf#146742 - Move the initialization code of a method to SbMethod::Call by Andreas Heinisch · 4 years, 2 months ago
  14. 30483a6 Use default argument by Mike Kaganski · 4 years, 2 months ago
  15. af3316b SbRtl_Spc is exactly the same as SbRtl_Space by Mike Kaganski · 4 years, 2 months ago
  16. 6c4bc63 Use OUStringBuffer in SbRtl_FormatNumber by Mike Kaganski · 4 years, 2 months ago
  17. 3564b5c Adapt test to slow builds by Stephan Bergmann · 4 years, 2 months ago
  18. 24afbaa Fix format string by Mike Kaganski · 4 years, 2 months ago
  19. 81a3d9b4 tdf#132388: add unit test by Mike Kaganski · 4 years, 2 months ago
  20. a03b7d2 tdf#132388: reimplement fix for tdf#142487 by Mike Kaganski · 4 years, 2 months ago
  21. 124059f tdf#145614: Convert #define to enum by Ramreiso Kashung · 4 years, 3 months ago
  22. d1207a5 tdf#90341 Clean Up Excessive const_cast'ing by VaibhavMalik4187 · 4 years, 2 months ago
  23. c1205c1 Related tdf#146909: add missing IDIGNORE in Basic by Julien Nabet · 4 years, 2 months ago
  24. a2eaf99 make comphelper::OInterfaceContainerHelper4 more threadsafe by Noel Grandin · 4 years, 3 months ago
  25. 840b4eb Recheck modules [a-c]* with IWYU by Gabor Kelemen · 4 years, 3 months ago
  26. 35aa82ef tdf#145693 - Argument name should be 'charcode' instead of 'string' by Andreas Heinisch · 4 years, 3 months ago
  27. 260a203 tdf#130426 - Rename file for tdf#145693 by Andreas Heinisch · 4 years, 3 months ago
  28. 565a5fd tdf#145960 - Return type of boolean operators should be of type boolean by Andreas Heinisch · 4 years, 3 months ago
  29. d842809 tdf#144353, tdf#146281 - Correctly copy the information about variables by Andreas Heinisch · 4 years, 3 months ago
  30. be596c0 Nullify passed pointer in releaseDecimalPtr unconditionally by Mike Kaganski · 4 years, 4 months ago
  31. 26f46b8 loplugin:flatten in accessibility..basic by Noel Grandin · 4 years, 4 months ago
  32. fcba66f osl::Mutex->std::mutex in ModuleInvocationProxy by Noel Grandin · 4 years, 4 months ago
  33. de9fa7b osl::Mutex->std::mutex in ImplRepository by Noel Grandin · 4 years, 4 months ago
  34. 4f043fb osl::Mutex->std::mutex in CurrDirPool by Noel Grandin · 4 years, 4 months ago
  35. 70591eb ofz#42182 oss-build failure by Caolán McNamara · 4 years, 4 months ago
  36. db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
  37. 47aabde Make the tdf#97983 changes to BASIC optional by Tor Lillqvist · 4 years, 4 months ago
  38. 1c9a402 gbuild: create services.rdb from built components by Jan-Marek Glogowski · 4 years, 11 months ago
  39. 35cc52f Fix --disable-(avmedia|scripting) by TheRock Builder · 4 years, 4 months ago
  40. f9f5c9f replace comphelper::OListenerContainer with OInterfaceContainerHelper3 by Noel Grandin · 4 years, 4 months ago
  41. d37341e Bin pointless comment by Tor Lillqvist · 4 years, 4 months ago
  42. 59a9043 Simplify ImpStrChr and ImpScan by Mike Kaganski · 4 years, 4 months ago
  43. c28a13b Unify and simplify floating-point-to-integer conversion by Mike Kaganski · 4 years, 4 months ago
  44. d7cd655 use more OInterfaceContainerHelper3 in ModifiableHelper by Noel Grandin · 4 years, 5 months ago
  45. 11599f6 use more OInterfaceContainerHelper3 in NameContainer by Noel Grandin · 4 years, 5 months ago
  46. ec1c4c49 O[U]String::replaceAt overloads that take string_view by Noel Grandin · 4 years, 5 months ago
  47. 37429f2 Use M_PI* instead of F_PI* by Mike Kaganski · 4 years, 5 months ago
  48. fffc6b4 Drop unused argument names, and (void) noise by Mike Kaganski · 4 years, 5 months ago
  49. ccfeef1 tdf#145725: document about VBASupport+RGB (no bug here) by Julien Nabet · 4 years, 5 months ago
  50. 07a2afa Resolves: tdf#110003 tdf#143128 handle lowercase ß vs uppercase ẞ folding by Eike Rathke · 4 years, 5 months ago
  51. b3c6b3a rtl::Static to thread-safe static by Noel Grandin · 4 years, 5 months ago
  52. a0e0575 forward decls go after #include by Noel Grandin · 4 years, 5 months ago
  53. 6299c8c loplugin:constparams by Noel Grandin · 4 years, 5 months ago
  54. 27d96bf tdf#145371 - Delete array variable only before ReDim by Andreas Heinisch · 4 years, 5 months ago
  55. 81a7d46 Prepare for removal of non-const operator[] from Sequence in basic by Mike Kaganski · 4 years, 5 months ago
  56. 7d27e4b tdf#57308 - Basic IDE: Watching of a variable does not work by Andreas Heinisch · 4 years, 5 months ago
  57. 514e83a Revert "tdf#57308 - Basic IDE: Watching of a variable does not work" by Andreas Heinisch · 4 years, 5 months ago
  58. f9ce4b2 tdf#57308 - Basic IDE: Watching of a variable does not work by Andreas Heinisch · 4 years, 6 months ago
  59. 67c1591 tdf#125637 - Correctly hand names ending with an underscore by Andreas Heinisch · 4 years, 6 months ago
  60. 283a979 loplugin:indentation check for indent inside block by Noel Grandin · 4 years, 6 months ago
  61. af2d15a Fix Windows build by Stephan Bergmann · 4 years, 6 months ago
  62. 0f98bcd basic: simplifiy class initialization by Arnaud Versini · 4 years, 6 months ago
  63. cf3971a Simplify Sequence in b* by Julien Nabet · 4 years, 6 months ago
  64. 5c502a1 tdf#130307 - Support for each loop for objects exposing XIndexAccess by Andreas Heinisch · 4 years, 6 months ago
  65. 4f5b3e4 In O[U]StringBuffer, make string_view params replacements for OUString ones by Stephan Bergmann · 4 years, 6 months ago
  66. e090afc tdf#144924 - Change return type of array elements of the split function by Andreas Heinisch · 4 years, 6 months ago
  67. 581efde loplugin:constmethod by Noel Grandin · 4 years, 6 months ago
  68. 8294268 tdf#143575, tdf#143974 - Remove custom precision format in BASIC by Andreas Heinisch · 4 years, 6 months ago
  69. ed16602 tdf#143575, tdf#143974 - Use rtl::math::doubleToUString to convert numbers to strings by Andreas Heinisch · 4 years, 6 months ago
  70. d72511e gives names to all the Idles and Tasks by Noel Grandin · 4 years, 6 months ago
  71. 4dd6af8 vcl: rename OutDevState to Stack by Chris Sherlock · 4 years, 7 months ago
  72. d6063f4 tdf#131563 - Add vba color constants by Andreas Heinisch · 4 years, 6 months ago
  73. e7c8359 Fix typos by Andrea Gelmini · 4 years, 7 months ago
  74. adb38e36 tdf#123144 - Always translate an error number to a vba error message by Andreas Heinisch · 4 years, 7 months ago
  75. 010e99c cid#1486004 silence Uncaught exception by Caolán McNamara · 4 years, 7 months ago
  76. 270bb6e loplugin:finalclasses in basic by Noel Grandin · 4 years, 7 months ago
  77. 5f4a84c tdf#42982: improve UNO API error reporting by 4k5h1t · 4 years, 7 months ago
  78. c42eb3d Fix typos by Andrea Gelmini · 4 years, 7 months ago
  79. e32d864 tdf#144353 - Handling of missing optional parameters by Andreas Heinisch · 4 years, 7 months ago
  80. 3afb514 simplify static_cast after dynamic_cast by Noel Grandin · 4 years, 7 months ago
  81. 975c73f Fixed typos in the description of the default case for optionals by Andreas Heinisch · 4 years, 7 months ago
  82. 409abb1 Fixed a copy paste error in the test cases by Andreas Heinisch · 4 years, 7 months ago
  83. 092740ed tdf#144245 - Added test file to automatic test by Andreas Heinisch · 4 years, 7 months ago
  84. ef32c3b tdf#144245 - Case-insensitive operation for non-ASCII characters by Andreas Heinisch · 4 years, 7 months ago
  85. 0d56337 clang-tidy:clang-analyzer-optin.performance.Padding by Noel Grandin · 4 years, 7 months ago
  86. 34cba9e basic : remove BasicManagerImpl by Arnaud Versini · 4 years, 8 months ago
  87. 8024118 clang-tidy:readability-redundant-member-init by Noel Grandin · 4 years, 7 months ago
  88. 2d64e7c Avoid OUString::createFromAscii on input containing NUL characters by Stephan Bergmann · 4 years, 7 months ago
  89. 2bc1a04 New loplugin:unusedcapturedefault by Stephan Bergmann · 4 years, 8 months ago
  90. 4dc4065 rtl::Static -> thread-safe static local by Noel Grandin · 4 years, 8 months ago
  91. ef38b9a split SvNumberFormatter into it's own header by Noel Grandin · 4 years, 8 months ago
  92. e89404f There is no LANGUAGE_ENGLISH {en} locale but LANGUAGE_ENGLISH_US {en-US} by Eike Rathke · 4 years, 8 months ago
  93. 736ef4a No need in this function by Mike Kaganski · 4 years, 8 months ago
  94. e510b30 Use nStringSize instead of nStringOff by Mike Kaganski · 4 years, 8 months ago
  95. 3bcfb1a tdf#143707 - Change strategy to support suffix type characters by Andreas Heinisch · 4 years, 8 months ago
  96. 56be83f Move variable definition to usage site by Mike Kaganski · 4 years, 8 months ago
  97. cc21480 make --disable-scripting compile by Caolán McNamara · 4 years, 8 months ago
  98. 1aee867 drop intermediate vcl::Window from Application::GetDefDialogParent by Caolán McNamara · 4 years, 8 months ago
  99. 14cfff5 Pass context and resource string down to boost::locale separately by Noel Grandin · 4 years, 9 months ago
  100. 1597cc5 convert #defines to OUStringLiteral by Noel Grandin · 4 years, 8 months ago