summaryrefslogtreecommitdiffstats
path: root/reportbuilder/java
Commit message (Expand)AuthorAgeFilesLines
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-086-27/+16
* java: remove unused importsNoel Grandin2014-08-082-5/+0
* java: remove dead methodsNoel Grandin2014-08-083-124/+0
* java: remove commented out codeNoel Grandin2014-08-059-50/+0
* java: remove unused fieldsNoel Grandin2014-08-052-10/+0
* java: removed unused importsNoel Grandin2014-08-042-4/+0
* Resolves fdo#81213: Wrong table-clause generated by reportbuilderJulien Nabet2014-07-221-2/+2
* fdo#67935 "print on group change" acted as "print in first group instance"Lionel Elie Mamane2014-05-271-18/+7
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-174-6/+4
* typo: independend -> independentThomas Arnhold2014-04-141-1/+1
* bump apache-commons-logging to 1.1.3Caolán McNamara2014-03-251-1/+1
* Remove visual noise from reportbuilderAlexander Wilms2014-02-263-18/+7
* Typo: apropriate -> appropriateJulien Nabet2014-02-251-1/+1
* Typo: formating -> formattingJulien Nabet2014-02-063-3/+3
* typo in commentLionel Elie Mamane2014-02-051-1/+1
* fdo#69873 FixedText (label) is implemented as no valueLionel Elie Mamane2014-02-051-2/+3
* typo fixesAndras Timar2013-12-201-1/+1
* jfreereport: stop pointlessly renaming the jar filesMichael Stahl2013-10-251-2/+2
* fdo#62994 reportbuilder survive empty formulaLionel Elie Mamane2013-10-081-0/+2
* typo fixes in commentsAndras Timar2013-09-261-1/+1
* fdo#69147 report sort columns are RESULT columnsLionel Elie Mamane2013-09-131-57/+41
* fdo#67930 don't use variables for formattedtext in header/footerLionel Elie Mamane2013-08-121-24/+33
* a date is a date, not a floatLionel Elie Mamane2013-07-231-3/+3
* fdo#67186 switch reporbuilder to null date == 1899-12-30Lionel Elie Mamane2013-07-234-43/+20
* remove some unnecessary castsNoel Grandin2013-05-061-10/+6
* Java cleanup, remove unused importsNoel Grandin2013-04-261-11/+0
* fdo#330191 a NULL value of float type is not NaNLionel Elie Mamane2013-04-241-5/+0
* Java cleanup, remove the rest of the unnecessary castsNoel Grandin2013-04-196-36/+36
* date/time IDL datatypes incompatible changeLionel Elie Mamane2013-04-181-1/+1
* fdo#60724 correct spellingThomas Arnhold2013-04-151-1/+1
* fdo#36858Lionel Elie Mamane2013-04-121-3/+8
* java.lang.String.isEmpty is only since 1.6Stephan Bergmann2013-04-111-1/+1
* reportbuilder: do not use empty tablenameLionel Elie Mamane2013-04-101-1/+9
* fdo#61950 move report builder from bundled extensions to plain codeDavid Ostrovsky2013-03-182-0/+23
* reportbuilder: make "Group on" not-"Each Value" actually workLionel Elie Mamane2013-03-125-7/+71
* fdo#61726: rename report-builder package to org.libreoffice.reportDavid Ostrovsky2013-03-11222-787/+787
* remove ReportEngine2 interfaceDavid Ostrovsky2013-03-062-48/+1
* fdo#61726 java class collision with new idlDavid Ostrovsky2013-03-062-4/+3
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-031-1/+1
* janitorial: typo in commentLionel Elie Mamane2013-02-191-1/+1
* add commentLionel Elie Mamane2013-02-191-0/+12
* fdo#52948 fix print-repeated-values=no with formatted valuesLionel Elie Mamane2013-02-1911-150/+182
* fdo#51304 Remove @author annotationJosé Guilherme Vanz2012-11-241-12/+0
* fdo#51304: Remove @author annotationJosé Guilherme Vanz2012-11-20124-181/+0
* Remove commented code and empty methodsJose Guilherme Vanz2012-10-106-24/+0
* Java5 update, Convert ArrayList and Vector code to use genericsNoel Grandin2012-09-104-13/+13
* Java cleanup, remove unnecessary importsNoel Grandin2012-09-063-7/+0
* fdo#38791: Do not use java.awt, causes problems on Mac OS XStephan Bergmann2012-08-233-23/+24
* re-base on ALv2 code. Includes:Michael Meeks2012-07-1822-374/+310
* Convert Java code in reportbuilder to use Java5 genericsNoel Grandin2012-06-2946-276/+270