1. f3c7e69 scripting: tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  2. 049a665b loplugin:stringconstant: OUStringBuffer: appendAscii -> append by Stephan Bergmann · 11 years ago
  3. 368a3e4 sc: inline some use-once typedefs by Noel Grandin · 11 years ago
  4. 01075a7 inline the "old" SbxErr constants by Noel Grandin · 11 years ago
  5. 9072c5c convert SbxFlagsBits to scoped enum by Noel Grandin · 11 years ago
  6. 90e8ad7 loplugin:unusedmethods scripting,sc by Noel Grandin · 11 years ago
  7. 35279a7 loplugin:simplifybool by Stephan Bergmann · 11 years ago
  8. e544f44 Fix typos by Andrea Gelmini · 11 years ago
  9. 7462cfd coverity#1308579 Uncaught exception by Caolán McNamara · 11 years ago
  10. 9202cab coverity#1308598 Uncaught exception by Caolán McNamara · 11 years ago
  11. 8a4d61ce coverity#1308560 Uncaught exception by Caolán McNamara · 11 years ago
  12. 6f823d8 coverity#1308548 Uncaught exception by Caolán McNamara · 11 years ago
  13. a4fdbaf coverity#1308512 Uncaught exception by Caolán McNamara · 11 years ago
  14. 5d5dc05 Fix typos by Andrea Gelmini · 11 years ago
  15. f378e72 Fix typos by Andrea Gelmini · 11 years ago
  16. 4ea281a cppcheck:redundantAssignment by Noel Grandin · 11 years ago
  17. 0c18bed java: 'final static' to 'static final' by Noel Grandin · 11 years ago
  18. efd4bfa java:regulatize the order of 'final' and public/private by Noel Grandin · 11 years ago
  19. 776a3f1 convert expressions like 'size() == 0' to 'empty()' by Noel Grandin · 11 years ago
  20. 4446cdf loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  21. 1379e2f Rewrite all calls like Dialog(params).Execute() by Philippe Jung · 11 years ago
  22. e409776 Audit all PostUserEvent calls and instrument for VclPtr. by Michael Meeks · 11 years ago
  23. 3aebc67 Remove include stdio (part2) by Julien Nabet · 11 years ago
  24. 12ba9e3 loplugin:staticmethods by Noel Grandin · 11 years ago
  25. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  26. ee094bd loplugin:staticmethods by Noel Grandin · 11 years ago
  27. bbe2923 Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  28. 6b97231 Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  29. 5584d73 Typos by Julien Nabet · 11 years ago
  30. 3099c70b Fix various XServiceInfo implementations by Stephan Bergmann · 11 years ago
  31. d1c9e5e tdf#43157: Fix format string violations in OSL_TRACE etc. by Stephan Bergmann · 11 years ago
  32. 2358dfc Clean up previous commit by Stephan Bergmann · 11 years ago
  33. 6f7b0a1 scripting: use constructor syntax in vbaevents.component by Chris Sherlock · 11 years ago
  34. e557b16 pyuno, scripting: remove executable bits from python, js, bsh files by Michael Stahl · 11 years ago
  35. 1101ae6 Typo: deleteing->deleting by Julien Nabet · 11 years ago
  36. f1f6eda Make LogUtils.getTrace actually work by Stephan Bergmann · 11 years ago
  37. 3336a50 rhbz#1192732: Revert "From the context of the code, this field should... by Stephan Bergmann · 11 years ago
  38. 0e882b6 loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  39. 74df327 scripting: remove unnecessary SAL_CALL by Michael Stahl · 11 years ago
  40. 3f5ccf5 Fix types of functions called via pointer (-fsanitze=function) by Stephan Bergmann · 11 years ago
  41. b44cbb2 new loplugin: change virtual methods to non-virtual by Noel Grandin · 11 years ago
  42. b55ef81 typo: langugage -> language by Andras Timar · 11 years ago
  43. 3ab2d3a fdo#88256 fix crash when running javascript macro by Noel Grandin · 11 years ago
  44. 7da92fd cppcheck: Possible inefficient checking for <var> emptiness by Julien Nabet · 11 years ago
  45. ca8787a boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  46. 17fc7aa fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  47. e92d3e9 java: scripting: fix bug in removing model from map by Noel Grandin · 11 years ago
  48. b9def20 scripting: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  49. fe17eb9 scripting: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  50. 08ece8d java: revert part of commit, scripting/ is public API by Noel Grandin · 11 years ago
  51. 7557f23 java: reduce visibility of fields and methods by Noel Grandin · 11 years ago
  52. 7d812b0 java: unused imports by Noel Grandin · 11 years ago
  53. c199b76 java: remove some unused local variables by Noel Grandin · 11 years ago
  54. db203e5 java: remove some unused fields by Noel Grandin · 11 years ago
  55. 8eb37e7 pyuno: move "officehelper.py" from scripting to pyuno by Michael Stahl · 11 years ago
  56. 58eab57 java: final fields that can be static by Noel Grandin · 11 years ago
  57. 0063cf2 java: make fields final where possible by Noel Grandin · 11 years ago
  58. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  59. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  60. bb43702 java: convert fields to local variables where possible by Noel Grandin · 11 years ago
  61. 36ff152 java: reduce excessive code indentation levels by Noel Grandin · 11 years ago
  62. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  63. 5652f52 coverity#1237350 use our double-locking templates for this by Caolán McNamara · 11 years ago
  64. 9ecac387 Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTING by Tor Lillqvist · 11 years ago
  65. 2a0569b scripting: redundant cast to String by Robert Antoni Buj i Gelonch · 12 years ago
  66. 9305648 java: when rethrowing exceptions, store the original by Noel Grandin · 11 years ago
  67. 03c7c26 java: final fields that can be static by Noel Grandin · 11 years ago
  68. 12b01b9 java: no need to call String.valueOf to append to a String by Noel Grandin · 11 years ago
  69. b2f69f6 java: when rethrowing, store the original exception by Noel Grandin · 11 years ago
  70. fa22664 java: always use braces for while loops by Noel Grandin · 11 years ago
  71. ad9498f More -Werror,-Wunused-private-field by Stephan Bergmann · 11 years ago
  72. 3f43627 fix import location of XScriptContext by Noel Grandin · 11 years ago
  73. 0fdba36 scripting: replace '.size() == 0' with '.isEmpty()' (collections) by Robert Antoni Buj i Gelonch · 11 years ago
  74. 791ed2c scripting: use new exception constructors by Robert Antoni Buj i Gelonch · 11 years ago
  75. b862f6e scripting: Null pointer dereference by Robert Antoni Buj i Gelonch · 11 years ago
  76. a1552a0 Scripting: Remove org package by David Ostrovsky · 11 years ago
  77. 05f1a88 typo: Lable -> Label by Andras Timar · 11 years ago
  78. 1df9d57 scripting: as of release 5, 'enum' is a keyword by Robert Antoni Buj i Gelonch · 12 years ago
  79. e189c61 LocalOffice should be an abstract class by Noel Grandin · 12 years ago
  80. 68fa141 java: use isEmpty() instead of "size() == 0" by Noel Grandin · 12 years ago
  81. 8196833 java: use equalsIgnoreCase() instead of toLowerCase().equals() by Noel Grandin · 12 years ago
  82. dc53e30 java: simplify conditions involving logical negation by Noel Grandin · 12 years ago
  83. 02ace92 java: optimise calls to toArray by Noel Grandin · 12 years ago
  84. 831051f java: remove useless overriding methods by Noel Grandin · 12 years ago
  85. e41597e scripting: line break (code formatting) by Robert Antoni Buj i Gelonch · 12 years ago
  86. 39c8834 coverity#1209004 Unchecked return value by Norbert Thiebaud · 12 years ago
  87. 4a0fc2fb scripting: organize imports by Robert Antoni Buj i Gelonch · 12 years ago
  88. 4959ff5 scripting: The if statement is redundant by Robert Antoni Buj i Gelonch · 12 years ago
  89. 6f42a71 scripting: Format_java_code.sh initial run by Robert Antoni Buj i Gelonch · 12 years ago
  90. 609e22b scripting: std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
  91. 212f25c scripting: another missing SolarMutex guard by Michael Stahl · 12 years ago
  92. 77650bc fix more Java1.5 incompatibility by Noel Grandin · 12 years ago
  93. a0f3b9f scripting: modify astyle.options by Robert Antoni Buj i Gelonch · 12 years ago
  94. 09b13e1 scripting: astyle-java.conf -> astyle.options by Robert Antoni Buj i Gelonch · 12 years ago
  95. feea4b2 scripting: Format java code by using astyle tool by rbuj · 12 years ago
  96. 83636d2 java: when rethrowing exceptions, store the original cause by Noel Grandin · 12 years ago
  97. e16c853 fdo#47302: Added insert->fields->page title button by Jennifer Liebel · 12 years ago
  98. 32d6415 fdo#83512 Make use of OUStringHash and OStringHash by Daniel Sikeler · 12 years ago
  99. a01ef19 Improve logging by Stephan Bergmann · 12 years ago
  100. 27d5b5c BRAND_BIN_SUBDIR -> BRAND_INI_DIR, to cater for new Mac OS X layout by Stephan Bergmann · 12 years ago