1. 4b3308a Avoid NullPointerException by Stephan Bergmann · 3 years ago
  2. e7dbef9 rtl::Static to thread-safe-static by Noel Grandin · 3 years ago
  3. d015989 Fix some errors in the scripting module's XInputStreamImpl: by Damjan Jovanovic · 3 years, 6 months ago
  4. 00f6c36 Fix/simplify some vnd.sun.star.expand: handling by Mike Kaganski · 3 years, 2 months ago
  5. 12896c9 tdf#153571: properly unquote (URL-decode) vnd.sun.star.expand payload by Mike Kaganski · 3 years, 2 months ago
  6. 1726c27 check SfxObjectShell::Current() by Caolán McNamara · 3 years, 4 months ago
  7. c91ec11 loplugin:unusedfields by Noel Grandin · 3 years, 5 months ago
  8. 8cbc179 use more TempFileFastService in scripting by Noel Grandin · 3 years, 6 months ago
  9. 4252555 use more string_view by Noel Grandin · 3 years, 6 months ago
  10. 84e9a00 tdf#151076 Create callable Python script using InsertText by Rafael Lima · 3 years, 7 months ago
  11. 91ba965 Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx by Stephan Bergmann · 3 years, 8 months ago
  12. c7c2f6b clang-tidy modernize-pass-by-value in scripting by Noel Grandin · 3 years, 10 months ago
  13. d952df3 LanguageTool Grammar Checker implementation by Mert Tumer · 4 years ago
  14. f71606c new loplugin:moveit by Noel Grandin · 3 years, 10 months ago
  15. 2a263cb tdf#145527 Revert "Related tdf#116767: Call URLClassLoader.close" by Stephan Bergmann · 3 years, 10 months ago
  16. f2c0233 new loplugin:unnecessary locking by Noel Grandin · 3 years, 11 months ago
  17. d03e7a8 speed up simple use of NamedValueCollection by Noel Grandin · 3 years, 11 months ago
  18. cde416f in SetGlobalUNOConstant, only retrieve old value if we need it by Noel Grandin · 4 years ago
  19. 5fc8f86 Just use Any ctor instead of makeAny in scripting by Stephan Bergmann · 4 years ago
  20. d384925 use more string_view in INetURLObject by Noel Grandin · 4 years ago
  21. 33bd16b loplugin:stringviewparam convert methods using copy() by Noel Grandin · 4 years ago
  22. c898611 loplugin:stringviewparam convert methods using compareTo by Noel Grandin · 4 years ago
  23. cd973e7 Remove special-casing Windows stderr handling by Mike Kaganski · 4 years, 1 month ago
  24. 14001bc Recheck modules s[a-c]* with IWYU by Gabor Kelemen · 4 years, 2 months ago
  25. 6a0f00d tdf#146742 - Move the initialization code of a method to SbMethod::Call by Andreas Heinisch · 4 years, 2 months ago
  26. a2eaf99 make comphelper::OInterfaceContainerHelper4 more threadsafe by Noel Grandin · 4 years, 3 months ago
  27. 5de44f1 osl::Mutex->std::mutex in StringResourceImpl by Noel Grandin · 4 years, 4 months ago
  28. 822998f tdf#143582: Avoid error on clearing leftover return value of a method by Mike Kaganski · 4 years, 4 months ago
  29. 1d83453 use more cppu::BaseMutex by Noel Grandin · 4 years, 4 months ago
  30. db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
  31. fb308c1 Fix --disable-scripting for DESKTOP build by Jan-Marek Glogowski · 4 years, 11 months ago
  32. 9622b62 use more OInterfaceContainerHelper2 in scripting by Noel Grandin · 4 years, 4 months ago
  33. ec5788d Fix typos and translations by Andrea Gelmini · 4 years, 4 months ago
  34. acd820a Add more beanshell samples by Samuel Mehrbrodt · 4 years, 5 months ago
  35. 2ab40e9 use more OUStringLiteral in MediaDescriptor by Noel Grandin · 4 years, 5 months ago
  36. f23a4e6 Typo: implemnented->implemented by Julien Nabet · 4 years, 5 months ago
  37. 22ba855 Prepare for removal of non-const operator[] from Sequence in scripting by Mike Kaganski · 4 years, 5 months ago
  38. d425cd6 Revert incompatible ScriptEditor change by Stephan Bergmann · 4 years, 6 months ago
  39. 2484de6 Remove non-const Sequence::begin()/end() in internal code by Mike Kaganski · 4 years, 6 months ago
  40. 8a017d2 Avoid COW overhead using css::uno::Sequence by Mike Kaganski · 4 years, 6 months ago
  41. 581efde loplugin:constmethod by Noel Grandin · 4 years, 6 months ago
  42. 2bc1a04 New loplugin:unusedcapturedefault by Stephan Bergmann · 4 years, 8 months ago
  43. ac586d1 Make some scripts more portable by Ilmari Lauhakangas · 4 years, 8 months ago
  44. 14cfff5 Pass context and resource string down to boost::locale separately by Noel Grandin · 4 years, 9 months ago
  45. 24d24de tdf#143582 - Clear return value of the method before calling it by Andreas Heinisch · 4 years, 8 months ago
  46. 05ab383 Consolidate on C++17 std::scoped_lock instead of std::lock_guard by Noel Grandin · 4 years, 8 months ago
  47. 1597cc5 convert #defines to OUStringLiteral by Noel Grandin · 4 years, 8 months ago
  48. 933cf26 osl::Mutex->std::mutex in ProviderCache by Noel Grandin · 4 years, 8 months ago
  49. 86d66c6 osl::Mutex->std::mutex in MasterScriptProvider by Noel Grandin · 4 years, 8 months ago
  50. bfc1600 loplugin:indentation improve checks for brace alignment by Noel Grandin · 4 years, 10 months ago
  51. 3823e81 std::unique_ptr -> std::optional by Noel Grandin · 4 years, 10 months ago
  52. 601e9d4 inline some typedefs by Noel Grandin · 5 years ago
  53. 04aafba loplugin:stringadd simplify some *StringBuffer operations by Noel Grandin · 5 years ago
  54. 39c3574 use string_view in INetURLObject::encode by Noel Grandin · 5 years ago
  55. 46ce0d2 loplugin:stringliteralvar look for assignments by Noel Grandin · 5 years ago
  56. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  57. 5707ec3 Use javax.xml.transform instead of reflection to write a Document by Stephan Bergmann · 5 years ago
  58. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  59. 24552a0 tdf#124176 Use pragma once in s* by Vincent LE GARREC · 5 years ago
  60. fbaf865 Drop "32" from names of SbxArray methods taking 32-bit indices by Mike Kaganski · 5 years ago
  61. ab559cf tdf#124176 Used pragma once instead of include guards by ViKrAm-Baisclear · 5 years ago
  62. 61d2014 tdf#133889 Upcasting the type of actual parameter. by tushar · 5 years ago
  63. 3b3591d tdf#133887 Set flag of variable when formal parameter is not expecting variant. by tushar · 5 years ago
  64. ac396f2 fix coverity parse errors by Caolán McNamara · 5 years ago
  65. 9c5f2dc Fix typos by Andrea Gelmini · 5 years ago
  66. 6b57cfb tdf#128463: Revert the change to license information by Kevin Suo · 5 years ago
  67. 8c9cc54 tdf#128463: Rewrite NamedRanges.py to make it work when run from UI by Kevin Suo · 5 years ago
  68. 97d5144 tdf#128463: Make SetCellColor python example actually do sth by Kevin Suo · 5 years ago
  69. a3d0091 New loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
  70. 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
  71. 107399d tdf#42949 Fix new IWYU warnings in directories s* by Gabor Kelemen · 5 years ago
  72. d6d80c4 OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTION by Noel · 5 years ago
  73. 93c64a6 loplugin:stringview by Noel · 5 years ago
  74. cc1e6ee disable O(U)String::concat for internal code by Noel Grandin · 5 years ago
  75. c967a7f loplugin:reducevarscope in scripting by Noel · 5 years ago
  76. f76f15f Replace list by vector in scripting/eventhelpher by Julien Nabet · 5 years ago
  77. 5fb0e0f Improve example python code in scripting. by Kevin Suo · 5 years ago
  78. e6dfaf9 Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString by Stephan Bergmann · 6 years ago
  79. f10a4e2 Fix typos in code by Andrea Gelmini · 6 years ago
  80. 33ecd0d Change OUStringLiteral from char[] to char16_t[] by Stephan Bergmann · 6 years ago
  81. dd2b321 Fix typos by Andrea Gelmini · 6 years ago
  82. e78b166 scripting/basprov: create instances with uno constructors by Noel Grandin · 6 years ago
  83. b2835b2 scripting/protocolhandler: create instances with uno constructors by Noel Grandin · 6 years ago
  84. fd55315 scripting/stringresource: create instances with uno constructors by Noel Grandin · 6 years ago
  85. 8e6c563 scripting/provider: create instances with uno constructors by Noel Grandin · 6 years ago
  86. b4f1f2d scripting/dlgprov: create instances with uno constructors by Noel Grandin · 6 years ago
  87. c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
  88. 493ae7a6 replace usage of blacklist with denylist by Thorsten Behrens · 6 years ago
  89. d70da0b reduce number of framework libraries by Noel Grandin · 6 years ago
  90. 9c6100c Upcoming improved loplugin:staticanonymous -> redundantstatic: scripting by Stephan Bergmann · 6 years ago
  91. 2c0906b tdf#42949 Fix IWYU warnings in scripting/ by Gabor Kelemen · 6 years ago
  92. 2b47c5f remove the fake SvxScriptErrorDialog code by Noel Grandin · 6 years ago
  93. 9e07acf Upcoming loplugin:elidestringvar: scripting by Stephan Bergmann · 6 years ago
  94. b5fcdc3 fix python 3.8 deprecation warnings by Noel Grandin · 6 years ago
  95. c37fe88 compact namespace in sal..svgio by Noel Grandin · 6 years ago
  96. 35518c9 Move all public Java classes to libreoffice.jar by Samuel Mehrbrodt · 6 years ago
  97. 9762353 Fix typos by Andrea Gelmini · 6 years ago
  98. c4fa6ef pyuno,*: kill Python 2 support with fire by Michael Stahl · 6 years ago
  99. eba4626 scripting: mailmerge.py: remove Python 3.0/3.1 support by Michael Stahl · 6 years ago
  100. d9946e6 loplugin:flatten in scripting by Noel Grandin · 6 years ago