summaryrefslogtreecommitdiff
path: root/reportbuilder
AgeCommit message (Expand)AuthorFilesLines
2021-05-03clean up some Java warningsNoel Grandin1-1/+1
2021-04-11Get rid of apache-commons-loggingStephan Bergmann15-106/+82
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-2/+4
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2020-09-01Fix typo in codeAndrea Gelmini1-3/+3
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt1-2/+1
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt1-2/+0
2019-09-01Fix '..'Andrea Gelmini3-5/+5
2019-08-16Fix typosAndrea Gelmini1-1/+1
2019-08-12Fix typosAndrea Gelmini1-2/+2
2019-07-31Fix typosAndrea Gelmini9-11/+11
2019-07-25Fix typosAndrea Gelmini2-4/+4
2019-07-24cid#1448272 RV: Bad use of return valueCaolán McNamara1-1/+0
2019-05-10an uno -> a unoCaolán McNamara1-1/+1
2019-04-03Fix typosJens Carl1-1/+1
2018-11-28Resolves: tdf#94446 if this is a SQLException in disguise, throw that insteadCaolán McNamara1-0/+27
2018-11-27Related: tdf#94446 set parent for dialogCaolán McNamara1-1/+29
2018-08-15Fix typo: s/an other/another/gAndrea Gelmini2-2/+2
2018-07-23Fix typosAndrea Gelmini1-2/+2
2018-04-15use the standard name pattern for a packageDavid Tardon2-3/+3
2018-01-27Fix typosAndrea Gelmini6-6/+6
2017-12-14Fix typosAndrea Gelmini1-1/+1
2017-12-13Remove traces of Report Builder's former status as extensionLionel Elie Mamane2-3/+8
2017-09-12This really does not need to be utf-8 characterFridrich Štrba1-1/+1
2017-07-05Enable the Formula Wizard to display 255 argument fieldsEike Rathke1-1/+1
2017-07-04Prepare for change of VAR_ARGS valueEike Rathke1-0/+1
2017-05-05Fix typosAndrea Gelmini5-9/+9
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-02Fix typosAndrea Gelmini1-1/+1
2016-02-05Fix typosAndrea Gelmini3-5/+5
2016-02-04coverity#1326386 Dereference null return valueCaolán McNamara1-0/+4
2016-02-03reportbuilder: tdf#92720: add loext namespaceMichael Stahl2-0/+2
2016-01-21coverity#1326438 Dereference null return valueCaolán McNamara1-0/+12
2016-01-21coverity#1326551 Dereference before null checkCaolán McNamara1-2/+2
2015-11-04coverity#1327068 SIC: Inner class could be made staticCaolán McNamara1-1/+1
2015-11-04coverity#1327210 UwF: Unwritten fieldCaolán McNamara1-2/+1
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin1-1/+1
2015-10-14coverity#1327210 UwF: Unwritten fieldCaolán McNamara1-2/+1
2015-10-14cid#1326605, cid#1326604 BC: Bad casts of object referencesNoel Grandin1-5/+2
2015-09-30Fix typosAndrea Gelmini6-8/+8
2015-07-29chmod -xTor Lillqvist1-0/+0
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-15java: 'final static' to 'static final'Noel Grandin2-2/+2
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin2-5/+5
2015-02-18TyposJulien Nabet2-2/+2
2015-01-22set java throwable cause argument (erroneously removed by previous commit)Lionel Elie Mamane1-2/+2
2015-01-21Don't try to pass an arbitrary Java exception through UNOLionel Elie Mamane2-5/+15
2015-01-21Related fdo#85190: Don't dress arbitrary Java Throwables as UNO Any valuesStephan Bergmann1-2/+2
2015-01-05java: remove more dead codeNoel Grandin4-48/+4