1. fe3fd05 add mapKeysToSequence/mapValuesToSequence methods to comphelper by Noel Grandin · 10 years ago
  2. 2554efa use comphelper::containerToSequence by Noel Grandin · 10 years ago
  3. 21a9bc8 no need to take a mutex when only dealing with stack-local data by Noel Grandin · 10 years ago
  4. 8569c6d use initialiser list for Sequence<OUString> by Noel Grandin · 10 years ago
  5. 96c26b0 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  6. 8e234c5 use initialiser syntax for Sequence<OUString> by Noel Grandin · 10 years ago
  7. 8325fcb cppcheck: noExplicitConstructor by Caolán McNamara · 10 years ago
  8. 65464ed loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  9. b5df54c java: add some @Override annotations by Noel Grandin · 10 years ago
  10. 6c80a8f new loplugin: oncevar by Noel Grandin · 10 years ago
  11. 729c70a loplugin:stringconstant: elide explicit ctor usage (manually due to macros) by Stephan Bergmann · 10 years ago
  12. 801b914 loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  13. b73db44 java: combine nested if statements by Noel Grandin · 10 years ago
  14. 0eb9f56 use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  15. 59b072e yyyyy by Noel Grandin · 10 years ago
  16. 6ccf686 No need for this debug code by Stephan Bergmann · 10 years ago
  17. 4ea0390 cppcheck: noExplicitConstructor by Caolán McNamara · 10 years ago
  18. b5db48a no need to use OUString constructor in call to createInstance by Noel Grandin · 10 years ago
  19. 3bc5df7 UNO: no need to use OUString constructor when calling createInstance by Noel Grandin · 10 years ago
  20. d95a27f com::sun::star->css in scaddins,sccomp,scripting by Noel Grandin · 10 years ago
  21. 2f9bd9a cid#1326721 to cid#1326726 Dm: Dubious method used by Caolán McNamara · 10 years ago
  22. d6a3c57 coverity#1326446 Dereference null return value by Caolán McNamara · 10 years ago
  23. 337661a coverity#1326446 Dereference null return value by Caolán McNamara · 10 years ago
  24. 9740a47 coverity#1326429 Dereference null return value by Caolán McNamara · 10 years ago
  25. 86d2753 coverity#1326553 Dereference before null check by Caolán McNamara · 10 years ago
  26. f8ce21a coverity#1326552 Dereference before null check by Caolán McNamara · 10 years ago
  27. e9fc412 Revert "coverity#1327168 see if stock SuppressWarnings is sufficient to" by Caolán McNamara · 10 years ago
  28. a2fa0de cid#1326721 to cid#1326726 Dm: Dubious method used by Noel Grandin · 10 years ago
  29. 04a7df7 coverity#1327168 see if stock SuppressWarnings is sufficient to by Caolán McNamara · 10 years ago
  30. 585757d coverity#1326240 Explicit null dereferenced by Caolán McNamara · 10 years ago
  31. f1e4e73 coverity#1326238 Explicit null dereferenced by Caolán McNamara · 10 years ago
  32. 52e8a80 coverity#1326236 Explicit null dereferenced by Caolán McNamara · 10 years ago
  33. 5d5e14e coverity#1326899 HE: Equal objects must have equal hashcodes by Caolán McNamara · 10 years ago
  34. 0690714 cid#1326116 Unchecked return value by Noel Grandin · 10 years ago
  35. a1624a8 cid#1327023 to cid#1327077 SIC: Inner class could be made static by Noel Grandin · 10 years ago
  36. 3cc4b81 java:using "this" with a static field makes no sense by Noel Grandin · 10 years ago
  37. d9bb701 coverity#1326568 Unused value by Caolán McNamara · 10 years ago
  38. 6946b68 coverity#1327113 UrF: Unread field by Caolán McNamara · 10 years ago
  39. d46134e coverity#1327178 UuF: Unused field by Caolán McNamara · 10 years ago
  40. 43cbaac cid#1326361 Data race condition by Noel Grandin · 10 years ago
  41. fb451a1 cid#1326674 DLS: Dead local store by Noel Grandin · 10 years ago
  42. ec0c4ce cid#1326345 Check of thread-shared field evades lock acquisition by Noel Grandin · 10 years ago
  43. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  44. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  45. a55c272 Fix typos by Andrea Gelmini · 11 years ago
  46. 0e5318a Script: better way to detect Windows by Andrea Gelmini · 11 years ago
  47. 3a00aae boost->std by Caolán McNamara · 11 years ago
  48. f3c7e69 scripting: tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  49. 049a665b loplugin:stringconstant: OUStringBuffer: appendAscii -> append by Stephan Bergmann · 11 years ago
  50. 368a3e4 sc: inline some use-once typedefs by Noel Grandin · 11 years ago
  51. 01075a7 inline the "old" SbxErr constants by Noel Grandin · 11 years ago
  52. 9072c5c convert SbxFlagsBits to scoped enum by Noel Grandin · 11 years ago
  53. 90e8ad7 loplugin:unusedmethods scripting,sc by Noel Grandin · 11 years ago
  54. 35279a7 loplugin:simplifybool by Stephan Bergmann · 11 years ago
  55. e544f44 Fix typos by Andrea Gelmini · 11 years ago
  56. 7462cfd coverity#1308579 Uncaught exception by Caolán McNamara · 11 years ago
  57. 9202cab coverity#1308598 Uncaught exception by Caolán McNamara · 11 years ago
  58. 8a4d61ce coverity#1308560 Uncaught exception by Caolán McNamara · 11 years ago
  59. 6f823d8 coverity#1308548 Uncaught exception by Caolán McNamara · 11 years ago
  60. a4fdbaf coverity#1308512 Uncaught exception by Caolán McNamara · 11 years ago
  61. 5d5dc05 Fix typos by Andrea Gelmini · 11 years ago
  62. f378e72 Fix typos by Andrea Gelmini · 11 years ago
  63. 4ea281a cppcheck:redundantAssignment by Noel Grandin · 11 years ago
  64. 0c18bed java: 'final static' to 'static final' by Noel Grandin · 11 years ago
  65. efd4bfa java:regulatize the order of 'final' and public/private by Noel Grandin · 11 years ago
  66. 776a3f1 convert expressions like 'size() == 0' to 'empty()' by Noel Grandin · 11 years ago
  67. 4446cdf loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  68. 1379e2f Rewrite all calls like Dialog(params).Execute() by Philippe Jung · 11 years ago
  69. e409776 Audit all PostUserEvent calls and instrument for VclPtr. by Michael Meeks · 11 years ago
  70. 3aebc67 Remove include stdio (part2) by Julien Nabet · 11 years ago
  71. 12ba9e3 loplugin:staticmethods by Noel Grandin · 11 years ago
  72. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  73. ee094bd loplugin:staticmethods by Noel Grandin · 11 years ago
  74. bbe2923 Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  75. 6b97231 Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  76. 5584d73 Typos by Julien Nabet · 11 years ago
  77. 3099c70b Fix various XServiceInfo implementations by Stephan Bergmann · 11 years ago
  78. d1c9e5e tdf#43157: Fix format string violations in OSL_TRACE etc. by Stephan Bergmann · 11 years ago
  79. 2358dfc Clean up previous commit by Stephan Bergmann · 11 years ago
  80. 6f7b0a1 scripting: use constructor syntax in vbaevents.component by Chris Sherlock · 11 years ago
  81. e557b16 pyuno, scripting: remove executable bits from python, js, bsh files by Michael Stahl · 11 years ago
  82. 1101ae6 Typo: deleteing->deleting by Julien Nabet · 11 years ago
  83. f1f6eda Make LogUtils.getTrace actually work by Stephan Bergmann · 11 years ago
  84. 3336a50 rhbz#1192732: Revert "From the context of the code, this field should... by Stephan Bergmann · 11 years ago
  85. 0e882b6 loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  86. 74df327 scripting: remove unnecessary SAL_CALL by Michael Stahl · 11 years ago
  87. 3f5ccf5 Fix types of functions called via pointer (-fsanitze=function) by Stephan Bergmann · 11 years ago
  88. b44cbb2 new loplugin: change virtual methods to non-virtual by Noel Grandin · 11 years ago
  89. b55ef81 typo: langugage -> language by Andras Timar · 11 years ago
  90. 3ab2d3a fdo#88256 fix crash when running javascript macro by Noel Grandin · 11 years ago
  91. 7da92fd cppcheck: Possible inefficient checking for <var> emptiness by Julien Nabet · 11 years ago
  92. ca8787a boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  93. 17fc7aa fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  94. e92d3e9 java: scripting: fix bug in removing model from map by Noel Grandin · 11 years ago
  95. b9def20 scripting: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  96. fe17eb9 scripting: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  97. 08ece8d java: revert part of commit, scripting/ is public API by Noel Grandin · 11 years ago
  98. 7557f23 java: reduce visibility of fields and methods by Noel Grandin · 11 years ago
  99. 7d812b0 java: unused imports by Noel Grandin · 11 years ago
  100. c199b76 java: remove some unused local variables by Noel Grandin · 11 years ago