1. 5c7413f Access2Base - Extension of GoTorecord action to table/query datasheets by Jean-Pierre Ledure · 11 years ago
  2. a65308f Access2Base - new ApplyFilter and SetOrderBy actions by Jean-Pierre Ledure · 11 years ago
  3. 0c0e3e7 Fixed typos. No automatic tools (sed, and so on). by Andrea Gelmini · 11 years ago
  4. 5d8ecad java: Method uses the same code for two switch clauses by Robert Antoni Buj i Gelonch · 11 years ago
  5. 9eabc1f java: Questionable use of non-short-circuit logic by Robert Antoni Buj i Gelonch · 11 years ago
  6. 8f97b20 Access2Base - Introspection in Root by Jean-Pierre Ledure · 11 years ago
  7. f55a0a5 Access2Base - Internal redesign of root structure into a separate class module by Jean-Pierre Ledure · 11 years ago
  8. 03c7c26 java: final fields that can be static by Noel Grandin · 11 years ago
  9. 12b01b9 java: no need to call String.valueOf to append to a String by Noel Grandin · 11 years ago
  10. b2f69f6 java: when rethrowing, store the original exception by Noel Grandin · 11 years ago
  11. 94ae3e8 java: replace 'new Short' with 'Short.valueOf' by Noel Grandin · 11 years ago
  12. 3a0e522 java: replace 'new Integer' with 'Integer.valueOf' by Noel Grandin · 11 years ago
  13. 973eb2f java: reduce the depth of some deeply nested if blocks by Noel Grandin · 11 years ago
  14. fa652cd java: no need to explicitly code default constructors by Noel Grandin · 11 years ago
  15. 4863315 java: methods in interfaces are implicitly public by Noel Grandin · 11 years ago
  16. 4b5cb7e remove unnecessary catch block by Noel Grandin · 11 years ago
  17. ecc9069 java: use 'Short.valueOf' instead of 'new Short' by Noel Grandin · 11 years ago
  18. 95a2f73 java: use 'Long.valueOf' instead of 'new Long' by Noel Grandin · 11 years ago
  19. f882a15 java: use 'Integer.valueOf' instead of 'new Integer' by Noel Grandin · 11 years ago
  20. 485c208 java: use 'Byte.valueOf' instead of 'new Byte' by Noel Grandin · 11 years ago
  21. cdecac8 rm ‘public static final’ modifiers from field declarations within interfaces by Robert Antoni Buj i Gelonch · 11 years ago
  22. 959f7f2 java: remove useless javadoc tags by Noel Grandin · 11 years ago
  23. f6388e1 java: import from the same package by Robert Antoni Buj i Gelonch · 11 years ago
  24. d860ea9 It is more efficient to use the integer implementations of String.indexOf() by Robert Antoni Buj i Gelonch · 11 years ago
  25. 68fa141 java: use isEmpty() instead of "size() == 0" by Noel Grandin · 12 years ago
  26. 8196833 java: use equalsIgnoreCase() instead of toLowerCase().equals() by Noel Grandin · 12 years ago
  27. dc53e30 java: simplify conditions involving logical negation by Noel Grandin · 12 years ago
  28. 58192e3 Access2Base - New TempVars collection and TempVar objects by Jean-Pierre Ledure · 12 years ago
  29. 86d05ee Removed uneeded checks. by Ryan McCoskrie · 12 years ago
  30. 04f43cd 84059 - form wizard : files required could not be found by Noel Grandin · 12 years ago
  31. 7797127 Access2Base - (Re)capitalize UNO constants by Jean-Pierre Ledure · 12 years ago
  32. 721f1ec fdo#75107: make colors and styles localizable in Agenda Wizard by Jennifer Liebel · 12 years ago
  33. 3327bf1 Updated example paths in wizards/com/sun/star/wizards/README by Ryan McCoskrie · 12 years ago
  34. fd336cf Access2Base - PATCH-01 Field.setValue by Jean-Pierre Ledure · 12 years ago
  35. bc5cdd2 Access2Base - Introduction of CloseConnection method by Jean-Pierre Ledure · 12 years ago
  36. 10e8e10 wizards: Number Parsing by rbuj · 12 years ago
  37. baa6bb9 wizards: use a character literal by rbuj · 12 years ago
  38. 1d62f6a fix accidental removal of Java wizard code by Noel Grandin · 12 years ago
  39. ec87541 resource files: remove unused definitions by Thomas Arnhold · 12 years ago
  40. 670f472 wizards: fix javadoc error: bad use of '>' by rbuj · 12 years ago
  41. f09d060 wizards: fix javadoc error: self-closing element not allowed by rbuj · 12 years ago
  42. ee82777 wizards: fix javadoc error: text not allowed in <ul> element by rbuj · 12 years ago
  43. a4a6153 wizards: fix javadoc error: unknown tag: returns by rbuj · 12 years ago
  44. 219ee12 wizards: fix javadoc error: unknown tag: list by rbuj · 12 years ago
  45. 610cfb3 java: fix reportbuilder and wizard by Noel Grandin · 12 years ago
  46. dfb48f7 increment SBCOUNTRYCOUNT again, we have 19 currencies 0..18 by Eike Rathke · 12 years ago
  47. 99e1b39 ditch unused sCurrUNKNOWN and sCurrSYSUNKNOWN strings by Eike Rathke · 12 years ago
  48. 375228c adapt SBCOUNTRYCOUNT by Eike Rathke · 12 years ago
  49. 0b3e1d9 added LTL Lithuanian Litas to Euro Converter by Aurimas Fišeras · 12 years ago
  50. fbbd704 Access2Base - Removal of Property Set constructions by Jean-Pierre Ledure · 12 years ago
  51. 9e8b930 Dispose() method for all objects by Jean-Pierre Ledure · 12 years ago
  52. 1cbd9f7 Access2Base - Remove _This in Form and SubForm objects by Jean-Pierre Ledure · 12 years ago
  53. d14a4dc wizards: Enhancements in JavaTools.java by rbuj · 12 years ago
  54. e189fa4 wizards: EffectiveMax & EffectiveMin of TINYINT by rbuj · 12 years ago
  55. e5070e0 wizards: Number parsing by rbuj · 12 years ago
  56. c0415d5 java: remove unnecessary constructor declarations by Noel Grandin · 12 years ago
  57. 8c9fdc4 java: remove modifiers implied by the context by Noel Grandin · 12 years ago
  58. 2922a96 java: Avoid naming non-fields with the prefix m_ by Noel Grandin · 12 years ago
  59. c552aac java: use 'Byte.valueOf' instead of 'new Byte' by Noel Grandin · 12 years ago
  60. 0764292 java: use 'Short.valueOf' instead of 'new Short' by Noel Grandin · 12 years ago
  61. 8a2c6c2 java: use 'Long.valueOf' instead of 'new Long' by Noel Grandin · 12 years ago
  62. ff0ad04 java: use 'Integer.valueOf' instead of 'new Integer' by Noel Grandin · 12 years ago
  63. 56ef553 java: classes in java.lang package do not need to be fully qualified by Noel Grandin · 12 years ago
  64. 1e6f0b2 simplify CallFormWizard by Noel Grandin · 12 years ago
  65. 3a8d351 java: remove unused methods by Noel Grandin · 12 years ago
  66. f8ce2e0 coverity#983635 Uncaught exception by Caolán McNamara · 12 years ago
  67. 8393014 Access2Base - non-Base components by Jean-Pierre Ledure · 12 years ago
  68. 0d916bb java: remove unused imports by Noel Grandin · 12 years ago
  69. ac5954d java: remove commented out code by Noel Grandin · 12 years ago
  70. 5ce80c9 remove dead java constants by Noel Grandin · 12 years ago
  71. 4a4127d make some java methods private by Noel Grandin · 12 years ago
  72. 5ca7fa8 make some java fields private by Noel Grandin · 12 years ago
  73. 34bcf9b java: remove dead methods by Noel Grandin · 12 years ago
  74. d01a7e7 java: remove unused member class by Noel Grandin · 12 years ago
  75. 4155c28 java: remove unused interfaces by Noel Grandin · 12 years ago
  76. 8583da1 java: remove unused fields by Noel Grandin · 12 years ago
  77. 68cd011 java: reduce scope, make some methods private by Noel Grandin · 12 years ago
  78. 70f56bc java: reduce scope, make member classes private by Noel Grandin · 12 years ago
  79. 2b3a801 java: reduce scope, make some interfaces private by Noel Grandin · 12 years ago
  80. da677df java: reduce scope, make fields private by Noel Grandin · 12 years ago
  81. 14d1a11 java: reduce scope, make constructors private by Noel Grandin · 12 years ago
  82. e701b3f java: reduce scope, make constants private 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. 76c1092 java: remove unused parameters by Noel Grandin · 12 years ago
  86. ebe8dbe java: remove unused methods by Noel Grandin · 12 years ago
  87. d5a31b2 java: remove unused parameters by Noel Grandin · 12 years ago
  88. 41709cc java: remove unused parameters by Noel Grandin · 12 years ago
  89. 616b3ad java: remove exceptions from throws clauses that are not by Noel Grandin · 12 years ago
  90. a274d19 java: remove redundant super-interfaces by Noel Grandin · 12 years ago
  91. 2d70094 java: remove unused imports by Noel Grandin · 12 years ago
  92. e7a474b java: remove unused variables by Noel Grandin · 12 years ago
  93. 27459c7 java: remove unused fields by Noel Grandin · 12 years ago
  94. 8d6cf7a java: remove dead methods by Noel Grandin · 12 years ago
  95. 0c5f51e java: remove commented out code by Noel Grandin · 12 years ago
  96. d26540b java: remove unused fields by Noel Grandin · 12 years ago
  97. f124688 java: remove various unused variables by Noel Grandin · 12 years ago
  98. 7d71189 Access2Base - addition of OrderBy and OrderByOn by Jean-Pierre Ledure · 12 years ago
  99. 67f141a remove 'basis-link' from README by Caolán McNamara · 12 years ago
  100. cc25f70 compareTo -> equals by Noel Grandin · 12 years ago