1. 14001bc Recheck modules s[a-c]* with IWYU by Gabor Kelemen · 4 years, 2 months ago
  2. 6a0f00d tdf#146742 - Move the initialization code of a method to SbMethod::Call by Andreas Heinisch · 4 years, 2 months ago
  3. a2eaf99 make comphelper::OInterfaceContainerHelper4 more threadsafe by Noel Grandin · 4 years, 3 months ago
  4. 5de44f1 osl::Mutex->std::mutex in StringResourceImpl by Noel Grandin · 4 years, 4 months ago
  5. 822998f tdf#143582: Avoid error on clearing leftover return value of a method by Mike Kaganski · 4 years, 4 months ago
  6. 1d83453 use more cppu::BaseMutex by Noel Grandin · 4 years, 4 months ago
  7. db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
  8. fb308c1 Fix --disable-scripting for DESKTOP build by Jan-Marek Glogowski · 4 years, 11 months ago
  9. 9622b62 use more OInterfaceContainerHelper2 in scripting by Noel Grandin · 4 years, 4 months ago
  10. ec5788d Fix typos and translations by Andrea Gelmini · 4 years, 4 months ago
  11. acd820a Add more beanshell samples by Samuel Mehrbrodt · 4 years, 4 months ago
  12. 2ab40e9 use more OUStringLiteral in MediaDescriptor by Noel Grandin · 4 years, 5 months ago
  13. f23a4e6 Typo: implemnented->implemented by Julien Nabet · 4 years, 5 months ago
  14. 22ba855 Prepare for removal of non-const operator[] from Sequence in scripting by Mike Kaganski · 4 years, 5 months ago
  15. d425cd6 Revert incompatible ScriptEditor change by Stephan Bergmann · 4 years, 6 months ago
  16. 2484de6 Remove non-const Sequence::begin()/end() in internal code by Mike Kaganski · 4 years, 6 months ago
  17. 8a017d2 Avoid COW overhead using css::uno::Sequence by Mike Kaganski · 4 years, 6 months ago
  18. 581efde loplugin:constmethod by Noel Grandin · 4 years, 6 months ago
  19. 2bc1a04 New loplugin:unusedcapturedefault by Stephan Bergmann · 4 years, 8 months ago
  20. ac586d1 Make some scripts more portable by Ilmari Lauhakangas · 4 years, 8 months ago
  21. 14cfff5 Pass context and resource string down to boost::locale separately by Noel Grandin · 4 years, 9 months ago
  22. 24d24de tdf#143582 - Clear return value of the method before calling it by Andreas Heinisch · 4 years, 8 months ago
  23. 05ab383 Consolidate on C++17 std::scoped_lock instead of std::lock_guard by Noel Grandin · 4 years, 8 months ago
  24. 1597cc5 convert #defines to OUStringLiteral by Noel Grandin · 4 years, 8 months ago
  25. 933cf26 osl::Mutex->std::mutex in ProviderCache by Noel Grandin · 4 years, 8 months ago
  26. 86d66c6 osl::Mutex->std::mutex in MasterScriptProvider by Noel Grandin · 4 years, 8 months ago
  27. bfc1600 loplugin:indentation improve checks for brace alignment by Noel Grandin · 4 years, 10 months ago
  28. 3823e81 std::unique_ptr -> std::optional by Noel Grandin · 4 years, 10 months ago
  29. 601e9d4 inline some typedefs by Noel Grandin · 5 years ago
  30. 04aafba loplugin:stringadd simplify some *StringBuffer operations by Noel Grandin · 5 years ago
  31. 39c3574 use string_view in INetURLObject::encode by Noel Grandin · 5 years ago
  32. 46ce0d2 loplugin:stringliteralvar look for assignments by Noel Grandin · 5 years ago
  33. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  34. 5707ec3 Use javax.xml.transform instead of reflection to write a Document by Stephan Bergmann · 5 years ago
  35. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  36. 24552a0 tdf#124176 Use pragma once in s* by Vincent LE GARREC · 5 years ago
  37. fbaf865 Drop "32" from names of SbxArray methods taking 32-bit indices by Mike Kaganski · 5 years ago
  38. ab559cf tdf#124176 Used pragma once instead of include guards by ViKrAm-Baisclear · 5 years ago
  39. 61d2014 tdf#133889 Upcasting the type of actual parameter. by tushar · 5 years ago
  40. 3b3591d tdf#133887 Set flag of variable when formal parameter is not expecting variant. by tushar · 5 years ago
  41. ac396f2 fix coverity parse errors by Caolán McNamara · 5 years ago
  42. 9c5f2dc Fix typos by Andrea Gelmini · 5 years ago
  43. 6b57cfb tdf#128463: Revert the change to license information by Kevin Suo · 5 years ago
  44. 8c9cc54 tdf#128463: Rewrite NamedRanges.py to make it work when run from UI by Kevin Suo · 5 years ago
  45. 97d5144 tdf#128463: Make SetCellColor python example actually do sth by Kevin Suo · 5 years ago
  46. a3d0091 New loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
  47. 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
  48. 107399d tdf#42949 Fix new IWYU warnings in directories s* by Gabor Kelemen · 5 years ago
  49. d6d80c4 OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTION by Noel · 5 years ago
  50. 93c64a6 loplugin:stringview by Noel · 5 years ago
  51. cc1e6ee disable O(U)String::concat for internal code by Noel Grandin · 5 years ago
  52. c967a7f loplugin:reducevarscope in scripting by Noel · 5 years ago
  53. f76f15f Replace list by vector in scripting/eventhelpher by Julien Nabet · 5 years ago
  54. 5fb0e0f Improve example python code in scripting. by Kevin Suo · 5 years ago
  55. e6dfaf9 Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString by Stephan Bergmann · 6 years ago
  56. f10a4e2 Fix typos in code by Andrea Gelmini · 6 years ago
  57. 33ecd0d Change OUStringLiteral from char[] to char16_t[] by Stephan Bergmann · 6 years ago
  58. dd2b321 Fix typos by Andrea Gelmini · 6 years ago
  59. e78b166 scripting/basprov: create instances with uno constructors by Noel Grandin · 6 years ago
  60. b2835b2 scripting/protocolhandler: create instances with uno constructors by Noel Grandin · 6 years ago
  61. fd55315 scripting/stringresource: create instances with uno constructors by Noel Grandin · 6 years ago
  62. 8e6c563 scripting/provider: create instances with uno constructors by Noel Grandin · 6 years ago
  63. b4f1f2d scripting/dlgprov: create instances with uno constructors by Noel Grandin · 6 years ago
  64. c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
  65. 493ae7a6 replace usage of blacklist with denylist by Thorsten Behrens · 6 years ago
  66. d70da0b reduce number of framework libraries by Noel Grandin · 6 years ago
  67. 9c6100c Upcoming improved loplugin:staticanonymous -> redundantstatic: scripting by Stephan Bergmann · 6 years ago
  68. 2c0906b tdf#42949 Fix IWYU warnings in scripting/ by Gabor Kelemen · 6 years ago
  69. 2b47c5f remove the fake SvxScriptErrorDialog code by Noel Grandin · 6 years ago
  70. 9e07acf Upcoming loplugin:elidestringvar: scripting by Stephan Bergmann · 6 years ago
  71. b5fcdc3 fix python 3.8 deprecation warnings by Noel Grandin · 6 years ago
  72. c37fe88 compact namespace in sal..svgio by Noel Grandin · 6 years ago
  73. 35518c9 Move all public Java classes to libreoffice.jar by Samuel Mehrbrodt · 6 years ago
  74. 9762353 Fix typos by Andrea Gelmini · 6 years ago
  75. c4fa6ef pyuno,*: kill Python 2 support with fire by Michael Stahl · 6 years ago
  76. eba4626 scripting: mailmerge.py: remove Python 3.0/3.1 support by Michael Stahl · 6 years ago
  77. d9946e6 loplugin:flatten in scripting by Noel Grandin · 6 years ago
  78. 32097c3 Revert "loplugin:constfields in scripting" by Noel Grandin · 6 years ago
  79. ae855bf tdf#117331 Merge jurt and unoil into ridl by Samuel Mehrbrodt · 6 years ago
  80. 84b396a2 new loplugin:namespaceindentation by Noel Grandin · 6 years ago
  81. a76d229 sys.version is for displaying; use sys.version_info for version check by Mike Kaganski · 6 years ago
  82. b5bde19 remove some unused local vars by Noel Grandin · 6 years ago
  83. 4d2a95f Fix typo by Andrea Gelmini · 6 years ago
  84. 1376f86 sal_Char->char in scaddins..sdext by Noel Grandin · 6 years ago
  85. 0cc5185 tdf#124176: Use pragma once instead of include guards by Kemal Ayhan · 6 years ago
  86. 62f3f3d SbxArray: drop 16-bit indices by Mike Kaganski · 6 years ago
  87. f656547 remove some useless comment lines by Noel Grandin · 6 years ago
  88. 9d63592 cppcheck: performing init in init list (sc/scripting/sd) by Julien Nabet · 6 years ago
  89. f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
  90. d628258 tdf#80731: Only check closing parenthesis when in IDE by Mike Kaganski · 6 years ago
  91. 1c42afc Respect DisableMacrosExecution option in javascript editor by Samuel Mehrbrodt · 6 years ago
  92. 83579e8 Respect DisableMacrosExecution option in beanshell editor by Samuel Mehrbrodt · 6 years ago
  93. f5d01ae Check if scripting disabled for each dispatch call by Samuel Mehrbrodt · 6 years ago
  94. 730e588 Fix option to disable macros by Samuel Mehrbrodt · 6 years ago
  95. d526bd7 Fix StringAdd::isCompileTimeConstant by Stephan Bergmann · 6 years ago
  96. c8eaadb Remaining loplugin:bufferadd by Stephan Bergmann · 6 years ago
  97. 3ee177a loplugin:stringadd look through a couple more known-good methods by Noel Grandin · 6 years ago
  98. 6eb7870 loplugin:stringadd in sc by Noel Grandin · 7 years ago
  99. f4a0745 Fix typos by Andrea Gelmini · 7 years ago
  100. bdc8fda loplugin:constmethod in sc by Noel Grandin · 7 years ago