1. f107d45 Convert SbxClassType to scoped enum by Noel Grandin · 10 years ago
  2. 2383d55 clang-tidy misc-unused-alias-decls by Noel Grandin · 10 years ago
  3. 49cdc1d coverity#1361587 Dereference null return value by Caolán McNamara · 10 years ago
  4. 265068d clang-tidy modernize-loop-convert in scripting to svtools by Noel Grandin · 10 years ago
  5. fc2590c Fix typos by Andrea Gelmini · 10 years ago
  6. 6bcb322 Don't use SolarMutexGuard for returning a constant by Arnaud Versini · 10 years ago
  7. 5abc669 new plugin stylepolice by Noel Grandin · 10 years ago
  8. 4b9573b loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  9. 789055b clang-tidy performance-unnecessary-copy-initialization by Noel Grandin · 10 years ago
  10. 62633df clang-tidy performance-unnecessary-value-param in various by Noel Grandin · 10 years ago
  11. b8eb294 loplugin:passstuffbyref in various by Noel Grandin · 10 years ago
  12. c20cc7e tdf#97499 Fixed containers parameters clearing #4 by tymyjan · 10 years ago
  13. bfb9612 tdf#97499 Fixed containers parameters clearing #3 by tymyjan · 10 years ago
  14. dba6451 sequence->vector in scripting by Noel Grandin · 10 years ago
  15. 6439005 use SAL_N_ELEMENTS more widely by Noel Grandin · 10 years ago
  16. 8ca50d2 loplugin:constantparam in tools by Noel Grandin · 10 years ago
  17. b9d63d4 remove some unused Java code by Noel Grandin · 10 years ago
  18. 6028622 scripting: JDK 1.5 compatibility: don't use java.awt.Font.MONOSPACED by Douglas Mencken · 10 years ago
  19. 435d6d5 loplugin:constantparam in sfx2 by Noel Grandin · 10 years ago
  20. 4225092 cid#1326861,1326862: Eq: Problems with implementation of equals() by Stephan Bergmann · 10 years ago
  21. 305453d This ScriptEntry ctor is always called with empty languagedepprops by Stephan Bergmann · 10 years ago
  22. 8a4e256d Scripting.location is unused by Stephan Bergmann · 10 years ago
  23. 90033c5 ScriptEntry fields can be final by Stephan Bergmann · 10 years ago
  24. 8e4c3379 Turn forwarding among ScriptEntry ctors around, dropping one by Stephan Bergmann · 10 years ago
  25. 9b70fdf Remove unusd ScriptEntry ctor by Stephan Bergmann · 10 years ago
  26. 05dba68 Forwarding-only ctor, can be private by Stephan Bergmann · 10 years ago
  27. 04b5ae6 This ScriptEntry ctor is only needed by ctor of derived class ScriptMetaData by Stephan Bergmann · 10 years ago
  28. 2e96766 Remove unused ScriptEntry.setLogicalName by Stephan Bergmann · 10 years ago
  29. cf6e5f5 Parcel.getByName apparently wants to return ScriptMetaData by Stephan Bergmann · 10 years ago
  30. 3029afd coverity#1354272 SS: Unread field should be static by Caolán McNamara · 10 years ago
  31. 1b287f1 tdf#98004 Added toolbar to beanshell editor with undo/redo buttons by Chirag Manwani · 10 years ago
  32. 03a5995 tdf#97636 Added Undo/Redo functionality to Beanshell Editor by Chirag Manwani · 10 years ago
  33. 5750444 coverity#1326437 Dereference null return value by Caolán McNamara · 10 years ago
  34. bc9ff64 tdf#97637 Fixed Tab size of beanshell editor to 4 by Chirag Manwani · 10 years ago
  35. 9046ce5 tdf#97642 Use native theming for swing controls in Beanshell Editor by Chirag Manwani · 10 years ago
  36. 3896949 tdf#97640 Fixed-Width Font for Beanshell Editor by Chirag Manwani · 10 years ago
  37. e384e38 coverity#1326200 Explicit null dereferenced by Caolán McNamara · 10 years ago
  38. 84d126c coverity#1326199 Explicit null dereferenced by Caolán McNamara · 10 years ago
  39. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  40. 534b2a4 Fix typos by Andrea Gelmini · 10 years ago
  41. b3e0bd6 coverity#1326399 Dereference null return value by Caolán McNamara · 10 years ago
  42. 9b6cc4f coverity#1326631 DE: Dropped or ignored exception by Caolán McNamara · 10 years ago
  43. bd5bc03 coverity#1326630 DE: Dropped or ignored exception by Caolán McNamara · 10 years ago
  44. a7cf2bc coverity#1326629 DE: Dropped or ignored exception by Caolán McNamara · 10 years ago
  45. 752cd07 InterfaceContainer2 with vector instead of Sequence by Noel Grandin · 10 years ago
  46. aa6c54f loplugin:unusedfields by Noel Grandin · 10 years ago
  47. fe0e43a loplugin:unusedmethods unused return value in scripting by Noel Grandin · 10 years ago
  48. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  49. bea8a7a cppcheck: noExplicitConstructor by Caolán McNamara · 10 years ago
  50. 8ac44ca loplugin:unusedfields in scripting by Noel Grandin · 10 years ago
  51. a508f63 mark UNO structs as SAL_WARN_UNUSED, where possible by Noel Grandin · 10 years ago
  52. fe3fd05 add mapKeysToSequence/mapValuesToSequence methods to comphelper by Noel Grandin · 10 years ago
  53. 2554efa use comphelper::containerToSequence by Noel Grandin · 10 years ago
  54. 21a9bc8 no need to take a mutex when only dealing with stack-local data by Noel Grandin · 10 years ago
  55. 8569c6d use initialiser list for Sequence<OUString> by Noel Grandin · 10 years ago
  56. 96c26b0 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  57. 8e234c5 use initialiser syntax for Sequence<OUString> by Noel Grandin · 10 years ago
  58. 8325fcb cppcheck: noExplicitConstructor by Caolán McNamara · 10 years ago
  59. 65464ed loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  60. b5df54c java: add some @Override annotations by Noel Grandin · 10 years ago
  61. 6c80a8f new loplugin: oncevar by Noel Grandin · 10 years ago
  62. 729c70a loplugin:stringconstant: elide explicit ctor usage (manually due to macros) by Stephan Bergmann · 10 years ago
  63. 801b914 loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  64. b73db44 java: combine nested if statements by Noel Grandin · 10 years ago
  65. 0eb9f56 use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  66. 59b072e yyyyy by Noel Grandin · 10 years ago
  67. 6ccf686 No need for this debug code by Stephan Bergmann · 10 years ago
  68. 4ea0390 cppcheck: noExplicitConstructor by Caolán McNamara · 10 years ago
  69. b5db48a no need to use OUString constructor in call to createInstance by Noel Grandin · 10 years ago
  70. 3bc5df7 UNO: no need to use OUString constructor when calling createInstance by Noel Grandin · 10 years ago
  71. d95a27f com::sun::star->css in scaddins,sccomp,scripting by Noel Grandin · 10 years ago
  72. 2f9bd9a cid#1326721 to cid#1326726 Dm: Dubious method used by Caolán McNamara · 10 years ago
  73. d6a3c57 coverity#1326446 Dereference null return value by Caolán McNamara · 10 years ago
  74. 337661a coverity#1326446 Dereference null return value by Caolán McNamara · 10 years ago
  75. 9740a47 coverity#1326429 Dereference null return value by Caolán McNamara · 10 years ago
  76. 86d2753 coverity#1326553 Dereference before null check by Caolán McNamara · 10 years ago
  77. f8ce21a coverity#1326552 Dereference before null check by Caolán McNamara · 10 years ago
  78. e9fc412 Revert "coverity#1327168 see if stock SuppressWarnings is sufficient to" by Caolán McNamara · 10 years ago
  79. a2fa0de cid#1326721 to cid#1326726 Dm: Dubious method used by Noel Grandin · 10 years ago
  80. 04a7df7 coverity#1327168 see if stock SuppressWarnings is sufficient to by Caolán McNamara · 10 years ago
  81. 585757d coverity#1326240 Explicit null dereferenced by Caolán McNamara · 10 years ago
  82. f1e4e73 coverity#1326238 Explicit null dereferenced by Caolán McNamara · 10 years ago
  83. 52e8a80 coverity#1326236 Explicit null dereferenced by Caolán McNamara · 10 years ago
  84. 5d5e14e coverity#1326899 HE: Equal objects must have equal hashcodes by Caolán McNamara · 10 years ago
  85. 0690714 cid#1326116 Unchecked return value by Noel Grandin · 10 years ago
  86. a1624a8 cid#1327023 to cid#1327077 SIC: Inner class could be made static by Noel Grandin · 10 years ago
  87. 3cc4b81 java:using "this" with a static field makes no sense by Noel Grandin · 10 years ago
  88. d9bb701 coverity#1326568 Unused value by Caolán McNamara · 10 years ago
  89. 6946b68 coverity#1327113 UrF: Unread field by Caolán McNamara · 10 years ago
  90. d46134e coverity#1327178 UuF: Unused field by Caolán McNamara · 10 years ago
  91. 43cbaac cid#1326361 Data race condition by Noel Grandin · 10 years ago
  92. fb451a1 cid#1326674 DLS: Dead local store by Noel Grandin · 10 years ago
  93. ec0c4ce cid#1326345 Check of thread-shared field evades lock acquisition by Noel Grandin · 10 years ago
  94. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  95. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  96. a55c272 Fix typos by Andrea Gelmini · 11 years ago
  97. 0e5318a Script: better way to detect Windows by Andrea Gelmini · 11 years ago
  98. 3a00aae boost->std by Caolán McNamara · 11 years ago
  99. f3c7e69 scripting: tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  100. 049a665b loplugin:stringconstant: OUStringBuffer: appendAscii -> append by Stephan Bergmann · 11 years ago