1. 534b2a4 Fix typos by Andrea Gelmini · 10 years ago
  2. bf4ee8e coverity#1326386 Dereference null return value by Caolán McNamara · 10 years ago
  3. 969a760 reportbuilder: tdf#92720: add loext namespace by Michael Stahl · 10 years ago
  4. 08680c5 coverity#1326438 Dereference null return value by Caolán McNamara · 10 years ago
  5. 2043556 coverity#1326551 Dereference before null check by Caolán McNamara · 10 years ago
  6. 5e89fc2 coverity#1327068 SIC: Inner class could be made static by Caolán McNamara · 10 years ago
  7. 385e9af coverity#1327210 UwF: Unwritten field by Caolán McNamara · 10 years ago
  8. a1624a8 cid#1327023 to cid#1327077 SIC: Inner class could be made static by Noel Grandin · 10 years ago
  9. e75701c coverity#1327210 UwF: Unwritten field by Caolán McNamara · 10 years ago
  10. abd980d cid#1326605, cid#1326604 BC: Bad casts of object references by Noel Grandin · 10 years ago
  11. d721cc5 Fix typos by Andrea Gelmini · 11 years ago
  12. 395d922 chmod -x by Tor Lillqvist · 11 years ago
  13. e544f44 Fix typos by Andrea Gelmini · 11 years ago
  14. 3dfdd18 Fix typos by Andrea Gelmini · 11 years ago
  15. 0c18bed java: 'final static' to 'static final' by Noel Grandin · 11 years ago
  16. efd4bfa java:regulatize the order of 'final' and public/private by Noel Grandin · 11 years ago
  17. 48f0a5e Typos by Julien Nabet · 11 years ago
  18. cc376d8 set java throwable cause argument (erroneously removed by previous commit) by Lionel Elie Mamane · 11 years ago
  19. f4a2cff Don't try to pass an arbitrary Java exception through UNO by Lionel Elie Mamane · 11 years ago
  20. 01fb1701 Related fdo#85190: Don't dress arbitrary Java Throwables as UNO Any values by Stephan Bergmann · 11 years ago
  21. 1003946 java: remove more dead code by Noel Grandin · 11 years ago
  22. 46540d0 java: these fields can become local variables by Noel Grandin · 11 years ago
  23. a49b2ba java: remove dead stylemapper code in reportbuilder by Noel Grandin · 11 years ago
  24. 43cc8ad java: remove dead code by Noel Grandin · 11 years ago
  25. 581d1e3 java: reduce visibility of some methods and fields by Noel Grandin · 11 years ago
  26. 9c346fb Revert "reportbuilder: re-add numerous bits of dead code needed by bug fix" by Lionel Elie Mamane · 11 years ago
  27. 08715e2 Revert "fdo#87044: reportbuilder: Revert "fdo#67930 don't use variables ..." by Lionel Elie Mamane · 11 years ago
  28. 1e10f6d fdo#67930 work around fdo#68024 by Lionel Elie Mamane · 13 years ago
  29. d6ce95a fdo#87044: reportbuilder: Revert "fdo#67930 don't use variables ... by Michael Stahl · 11 years ago
  30. 458f22c reportbuilder: re-add numerous bits of dead code needed by bug fix by Michael Stahl · 11 years ago
  31. 7557f23 java: reduce visibility of fields and methods by Noel Grandin · 11 years ago
  32. 7d812b0 java: unused imports by Noel Grandin · 11 years ago
  33. 6636b2b no need to call getComposer by reflection by Noel Grandin · 11 years ago
  34. c199b76 java: remove some unused local variables by Noel Grandin · 11 years ago
  35. 0063cf2 java: make fields final where possible by Noel Grandin · 11 years ago
  36. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  37. bb43702 java: convert fields to local variables where possible by Noel Grandin · 11 years ago
  38. 5d8ecad java: Method uses the same code for two switch clauses by Robert Antoni Buj i Gelonch · 11 years ago
  39. d807cba java: loss of precission by Robert Antoni Buj i Gelonch · 11 years ago
  40. 03c7c26 java: final fields that can be static by Noel Grandin · 11 years ago
  41. 9341bf3 java: when rethrowing, store the original exception by Noel Grandin · 11 years ago
  42. 973eb2f java: reduce the depth of some deeply nested if blocks by Noel Grandin · 11 years ago
  43. a667840 reportbuilder: import from java.lang package by Robert Antoni Buj i Gelonch · 11 years ago
  44. 726fc58 java: log exceptions correctly, using the right version of WARN by Noel Grandin · 12 years ago
  45. 060956b fix classname in logger by Noel Grandin · 12 years ago
  46. da3b039 reportbuilder: fix javadoc error: reference not found by rbuj · 12 years ago
  47. 653025e reportbuilder: fix unknown tag: noinspection (IntelliJ) by rbuj · 12 years ago
  48. 4db06c5 reportbuilder: fix javadoc error: no summary or caption for table by rbuj · 12 years ago
  49. 18d72e7 reportbuilder: fix javadoc error: self-closing element not allowed by rbuj · 12 years ago
  50. fbe8186 reportbuilder: fix javadoc error: unknown tag: returns by rbuj · 12 years ago
  51. 610cfb3 java: fix reportbuilder and wizard by Noel Grandin · 12 years ago
  52. 0ce1267 remove more unnecessary constructor declarations by Noel Grandin · 12 years ago
  53. c0415d5 java: remove unnecessary constructor declarations by Noel Grandin · 12 years ago
  54. 8c9fdc4 java: remove modifiers implied by the context by Noel Grandin · 12 years ago
  55. 2922a96 java: Avoid naming non-fields with the prefix m_ by Noel Grandin · 12 years ago
  56. 3a8d351 java: remove unused methods by Noel Grandin · 12 years ago
  57. 439354a upgrade to apache-commons-1.2 by Thomas Arnhold · 12 years ago
  58. 0d916bb java: remove unused imports by Noel Grandin · 12 years ago
  59. ac5954d java: remove commented out code by Noel Grandin · 12 years ago
  60. 4a4127d make some java methods private by Noel Grandin · 12 years ago
  61. 34bcf9b java: remove dead methods by Noel Grandin · 12 years ago
  62. 4155c28 java: remove unused interfaces by Noel Grandin · 12 years ago
  63. 8583da1 java: remove unused fields by Noel Grandin · 12 years ago
  64. 68cd011 java: reduce scope, make some methods private by Noel Grandin · 12 years ago
  65. 70f56bc java: reduce scope, make member classes private by Noel Grandin · 12 years ago
  66. da677df java: reduce scope, make fields private by Noel Grandin · 12 years ago
  67. 14d1a11 java: reduce scope, make constructors private by Noel Grandin · 12 years ago
  68. e701b3f java: reduce scope, make constants private by Noel Grandin · 12 years ago
  69. 5656fe5 java: fix broken javadoc tags by Noel Grandin · 12 years ago
  70. 1c49650 java: remove useless javadoc tags by Noel Grandin · 12 years ago
  71. 0477e6c java: add @Override annotation to overriding methods by Noel Grandin · 12 years ago
  72. d5a31b2 java: remove unused parameters by Noel Grandin · 12 years ago
  73. 41709cc java: remove unused parameters by Noel Grandin · 12 years ago
  74. 616b3ad java: remove exceptions from throws clauses that are not by Noel Grandin · 12 years ago
  75. 2d70094 java: remove unused imports by Noel Grandin · 12 years ago
  76. 8d6cf7a java: remove dead methods by Noel Grandin · 12 years ago
  77. 0c5f51e java: remove commented out code by Noel Grandin · 12 years ago
  78. d26540b java: remove unused fields by Noel Grandin · 12 years ago
  79. f6aea42 java: removed unused imports by Noel Grandin · 12 years ago
  80. 5687788 Resolves fdo#81213: Wrong table-clause generated by reportbuilder by Julien Nabet · 12 years ago
  81. aa48af5 fdo#67935 "print on group change" acted as "print in first group instance" by Lionel Elie Mamane · 12 years ago
  82. 3c1e30b7 Correct common misspellings, and remove some ASCII art along the way. by Chris Laplante · 12 years ago
  83. b1b0530 typo: independend -> independent by Thomas Arnhold · 12 years ago
  84. 2b15c85 bump apache-commons-logging to 1.1.3 by Caolán McNamara · 12 years ago
  85. bc1b0fc Remove visual noise from reportbuilder by Alexander Wilms · 12 years ago
  86. f1a7389 Typo: apropriate -> appropriate by Julien Nabet · 12 years ago
  87. 9bbb7ca Typo: formating -> formatting by Julien Nabet · 12 years ago
  88. b0e3c6b typo in comment by Lionel Elie Mamane · 12 years ago
  89. 7ce47d6 fdo#69873 FixedText (label) is implemented as no value by Lionel Elie Mamane · 12 years ago
  90. b55259e typo fixes by Andras Timar · 12 years ago
  91. 8df17a3 gbuild: set Package default target to INSTDIR by Michael Stahl · 12 years ago
  92. 070ca1e jfreereport: stop pointlessly renaming the jar files by Michael Stahl · 12 years ago
  93. 0089d3a fdo#62994 reportbuilder survive empty formula by Lionel Elie Mamane · 13 years ago
  94. 7f436c1 typo fixes in comments by Andras Timar · 13 years ago
  95. 4c63fd10 Try to fix cross-compilation by Tor Lillqvist · 13 years ago
  96. 6a1ad34 fdo#69147 report sort columns are RESULT columns by Lionel Elie Mamane · 13 years ago
  97. 5397b49 Towards a working instdir for Mac OS X by Stephan Bergmann · 13 years ago
  98. 058a3d1 Further work on the "Mac-like app structure" option by Tor Lillqvist · 13 years ago
  99. fc92c1a fdo#67930 don't use variables for formattedtext in header/footer by Lionel Elie Mamane · 13 years ago
  100. c4ed358 a date is a date, not a float by Lionel Elie Mamane · 13 years ago