1. a1552a0 Scripting: Remove org package by David Ostrovsky · 11 years ago
  2. 05f1a88 typo: Lable -> Label by Andras Timar · 11 years ago
  3. 1df9d57 scripting: as of release 5, 'enum' is a keyword by Robert Antoni Buj i Gelonch · 12 years ago
  4. e189c61 LocalOffice should be an abstract class by Noel Grandin · 12 years ago
  5. 68fa141 java: use isEmpty() instead of "size() == 0" by Noel Grandin · 12 years ago
  6. 8196833 java: use equalsIgnoreCase() instead of toLowerCase().equals() by Noel Grandin · 12 years ago
  7. dc53e30 java: simplify conditions involving logical negation by Noel Grandin · 12 years ago
  8. 02ace92 java: optimise calls to toArray by Noel Grandin · 12 years ago
  9. 831051f java: remove useless overriding methods by Noel Grandin · 12 years ago
  10. e41597e scripting: line break (code formatting) by Robert Antoni Buj i Gelonch · 12 years ago
  11. 39c8834 coverity#1209004 Unchecked return value by Norbert Thiebaud · 12 years ago
  12. 4a0fc2fb scripting: organize imports by Robert Antoni Buj i Gelonch · 12 years ago
  13. 4959ff5 scripting: The if statement is redundant by Robert Antoni Buj i Gelonch · 12 years ago
  14. 6f42a71 scripting: Format_java_code.sh initial run by Robert Antoni Buj i Gelonch · 12 years ago
  15. 609e22b scripting: std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
  16. 212f25c scripting: another missing SolarMutex guard by Michael Stahl · 12 years ago
  17. 77650bc fix more Java1.5 incompatibility by Noel Grandin · 12 years ago
  18. a0f3b9f scripting: modify astyle.options by Robert Antoni Buj i Gelonch · 12 years ago
  19. 09b13e1 scripting: astyle-java.conf -> astyle.options by Robert Antoni Buj i Gelonch · 12 years ago
  20. feea4b2 scripting: Format java code by using astyle tool by rbuj · 12 years ago
  21. 83636d2 java: when rethrowing exceptions, store the original cause by Noel Grandin · 12 years ago
  22. e16c853 fdo#47302: Added insert->fields->page title button by Jennifer Liebel · 12 years ago
  23. 32d6415 fdo#83512 Make use of OUStringHash and OStringHash by Daniel Sikeler · 12 years ago
  24. a01ef19 Improve logging by Stephan Bergmann · 12 years ago
  25. 27d5b5c BRAND_BIN_SUBDIR -> BRAND_INI_DIR, to cater for new Mac OS X layout by Stephan Bergmann · 12 years ago
  26. 31c3790 ScriptProvider implementations need to be accessible by Stephan Bergmann · 12 years ago
  27. f93ce4f scripting: decode(String) in URLDecoder has been deprecated by rbuj · 12 years ago
  28. 1ebbb8b scripting: Uncaught Exception by rbuj · 12 years ago
  29. 44304a8 scripting: replace StringBuffer with StringBuilder method by rbuj · 12 years ago
  30. 40f1849 scripting: encode(String) in URLEncoder has been deprecated by rbuj · 12 years ago
  31. a28ad55 scripting: [deprecation] show() in Window has been deprecated by rbuj · 12 years ago
  32. fafb0db scripting: use String.length()==0 instead of String.equals(empty string) by rbuj · 12 years ago
  33. 8171113 scripting: use a character literal by rbuj · 12 years ago
  34. e41cc68 scripting: Enhanced For-Loops by rbuj · 12 years ago
  35. b50fedf scripting: avoid a possible NullPointerException by rbuj · 12 years ago
  36. de1db03 scripting: Pass a proper array equal to collection size. by rbuj · 12 years ago
  37. 0876cc1 scripting: fix array copy and, use System.arraycopy by rbuj · 12 years ago
  38. 3bb0528 scripting: if...else if...else Statement by rbuj · 12 years ago
  39. 1fba1fe scripting: the assigned value is never used by rbuj · 12 years ago
  40. 4d6bd06 scripting: there isn't any benefit by reducing the scope here. by rbuj · 12 years ago
  41. 4464ada scripting: fix javadoc error: reference not found by rbuj · 12 years ago
  42. 5bce329 SfxHint: convert home-grown RTTI to normal C++ RTTI by Noel Grandin · 12 years ago
  43. c562a0b scripting: remove import from the same package by rbuj · 12 years ago
  44. 015d65c scripting: use contains to check if a string contains a substring by rbuj · 12 years ago
  45. a795c36 scripting: the if statement is redundant by rbuj · 12 years ago
  46. 652b807 scripting: the assigned value is never used by rbuj · 12 years ago
  47. d375986 coverity#707084 Uncaught exception by Caolán McNamara · 12 years ago
  48. 2f1eed4 createNonDocMSPs->ensureNonDocMSPs by Caolán McNamara · 12 years ago
  49. 908ccc2 scripting: fix javadoc error: unknown tag: null by rbuj · 12 years ago
  50. b1492e6 scripting: fix javadoc error: unknown tag: returns by rbuj · 12 years ago
  51. 7094699 Fix some *_component_getFactory function types by Stephan Bergmann · 12 years ago
  52. 4d32244 Avoid possible memory leaks in case of exceptions by Takeshi Abe · 12 years ago
  53. 37b9ea9 convert SBX flag bits to type-safe enum by Noel Grandin · 12 years ago
  54. c7d7582 Fix *_component_getFactory function type by Stephan Bergmann · 12 years ago
  55. bf640ba Fix *_component_getFactory function type by Stephan Bergmann · 12 years ago
  56. 609f7b8 remove do-nothing code by Noel Grandin · 12 years ago
  57. c0415d5 java: remove unnecessary constructor declarations by Noel Grandin · 12 years ago
  58. 8c9fdc4 java: remove modifiers implied by the context by Noel Grandin · 12 years ago
  59. 3f210b0 java: remove unnecessary return statements by Noel Grandin · 12 years ago
  60. a753a45 java: avoid if..else when returning boolean values by Noel Grandin · 12 years ago
  61. 60f152c java: avoid unnecessary comparisons in boolean expressions by Noel Grandin · 12 years ago
  62. 252ed17 double-checked locking is not thread-safe in Java by Noel Grandin · 12 years ago
  63. 4b4bff3 java: no need to instantiate String objects directly by Noel Grandin · 12 years ago
  64. 0764292 java: use 'Short.valueOf' instead of 'new Short' by Noel Grandin · 12 years ago
  65. ff0ad04 java: use 'Integer.valueOf' instead of 'new Integer' by Noel Grandin · 12 years ago
  66. be1bb7b java: use Boolean.valueOf instead of instantiating Boolean objects by Noel Grandin · 12 years ago
  67. 56ef553 java: classes in java.lang package do not need to be fully qualified by Noel Grandin · 12 years ago
  68. 3a8d351 java: remove unused methods by Noel Grandin · 12 years ago
  69. 0c8c3a5 fix java1.5 build compatibility by Noel Grandin · 12 years ago
  70. a107bdf ErrorBox->MessageDialog by Caolán McNamara · 12 years ago
  71. 0d916bb java: remove unused imports by Noel Grandin · 12 years ago
  72. ac5954d java: remove commented out code by Noel Grandin · 12 years ago
  73. 89c0a2b remove usage of DOCPTH and CNCSTR by Noel Grandin · 12 years ago
  74. 34bcf9b java: remove dead methods by Noel Grandin · 12 years ago
  75. 8583da1 java: remove unused fields by Noel Grandin · 12 years ago
  76. 68cd011 java: reduce scope, make some methods private by Noel Grandin · 12 years ago
  77. 70f56bc java: reduce scope, make member classes private by Noel Grandin · 12 years ago
  78. da677df java: reduce scope, make fields private by Noel Grandin · 12 years ago
  79. 14d1a11 java: reduce scope, make constructors private by Noel Grandin · 12 years ago
  80. e701b3f java: reduce scope, make constants private by Noel Grandin · 12 years ago
  81. 9851925 java: return value of trim() ignored by Noel Grandin · 12 years ago
  82. 5656fe5 java: fix broken javadoc tags by Noel Grandin · 12 years ago
  83. 1c49650 java: remove useless javadoc tags by Noel Grandin · 12 years ago
  84. 0477e6c java: add @Override annotation to overriding methods by Noel Grandin · 12 years ago
  85. d5a31b2 java: remove unused parameters by Noel Grandin · 12 years ago
  86. 41709cc java: remove unused parameters by Noel Grandin · 12 years ago
  87. 616b3ad java: remove exceptions from throws clauses that are not by Noel Grandin · 12 years ago
  88. b6a83e9 java: remove redundant null checks by Noel Grandin · 12 years ago
  89. 8f020a4 java: redundant assignment, variable can only be null by Noel Grandin · 12 years ago
  90. d07539e java: use an empty block rather than an empty statement by Noel Grandin · 12 years ago
  91. a274d19 java: remove redundant super-interfaces by Noel Grandin · 12 years ago
  92. 2d70094 java: remove unused imports by Noel Grandin · 12 years ago
  93. e7a474b java: remove unused variables by Noel Grandin · 12 years ago
  94. 27459c7 java: remove unused fields by Noel Grandin · 12 years ago
  95. 8d6cf7a java: remove dead methods by Noel Grandin · 12 years ago
  96. 0c5f51e java: remove commented out code by Noel Grandin · 12 years ago
  97. d26540b java: remove unused fields by Noel Grandin · 12 years ago
  98. f124688 java: remove various unused variables by Noel Grandin · 12 years ago
  99. dfd4b94 java: remove some unused import statements by Noel Grandin · 12 years ago
  100. 9658b27 java: remove some unused variables by Noel Grandin · 12 years ago