summaryrefslogtreecommitdiff
path: root/reportbuilder/java/com/sun/star
AgeCommit message (Collapse)Author
2013-03-11fdo#61726: rename report-builder package to org.libreoffice.reportDavid Ostrovsky
To prevent future clashes with uno name space rename the com.sun.star.report package to org.libreoffice.report. Bump the version to 1.2.4. Change-Id: Ia06cb7ad8c1528c1d5b5eeb70f1e4b2aa854b70f Reviewed-on: https://gerrit.libreoffice.org/2578 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-03-06remove ReportEngine2 interfaceDavid Ostrovsky
Typical anti pattern in java is the overuse of interfaces. You only need an interface in java, if you have multiple different implementations. Otherwise you don't. Change-Id: If8b62adc56385f9b839dab36e8cbbf9f715e6017
2013-03-06fdo#61726 java class collision with new idlDavid Ostrovsky
Change-Id: I90ea912fd0cc54068843d21cb2585e78e70a3d71
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
2013-02-19janitorial: typo in commentLionel Elie Mamane
Change-Id: Ia3d8612e3774ee62b6d885cc9ab801361642c3a3
2013-02-19add commentLionel Elie Mamane
Change-Id: Id14dd289f8803378838725fbe08e327c9b1d233d
2013-02-19fdo#52948 fix print-repeated-values=no with formatted valuesLionel Elie Mamane
Factorise the "should this element be printed" decision into an utility function, which is used by 1) AbstractReportElementLayoutController (in charge of non-formatted values: string, image, OLE object, ...) which already obeyed PrintRepeatedValues. 2) TableCellLayoutController (in charge of formatted values: dates, numbers, ...) which blissfully ignored PrintRepeatedValues, but obeyed the display condition. Rename the inconsistently named PrintWhenGroupChange PrintWhenGroupChanges print-only-when-group-change print-when-group-change to PrintWhenGroupChange / print-when-group-change Change the meaning of "PrintWhenGroupChange" to "override PrintRepeatedValues in first occurrence in group". Since this feature never worked under the old semantics, no loss of feature. Since we change the XML attribute name, no ascending compatibility problem: it will be reset to its default value. Pursuant to the new meaning of PrintWhenGroupChange, change its default to *true*, which is the sane default. Change-Id: Idbe8e90565a354f70db222d047b3d51eeddbbb9f
2012-11-24fdo#51304 Remove @author annotationJosé Guilherme Vanz
This commit removes @author annotations, some templates comments. It has some cleanup. Change-Id: I995ba7b06d661fcec17f26c368d9449c0bf5ab45 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1146 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-11-20fdo#51304: Remove @author annotationJosé Guilherme Vanz
This commit removes some @author annotations and some cleanup. Change-Id: Iaf2c4465825dc73af6c1d7377ae847262721c22b Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1122 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-10Remove commented code and empty methodsJose Guilherme Vanz
This patch removes commented code and some empty private methods Change-Id: I4a79e521399a07873030f021a97c01cf8d2e81d7 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/844 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2012-09-10Java5 update, Convert ArrayList and Vector code to use genericsNoel Grandin
Change-Id: I6cf6fa8e55005ffdc1d173aeee1e374efbb214fd
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
2012-08-23fdo#38791: Do not use java.awt, causes problems on Mac OS XStephan Bergmann
On Mac OS X, it apparently suffices to execute "new java.awt.Dimension()" to run into "Apple AWT Java VM was loaded on first thread -- can't start AWT" (see <http://developer.apple.com/library/mac/#technotes/tn2005/tn2147.html> "JNI Development on Mac OS X - Thread-Safe JNI Programming - Calling AWT/Swing From AppKit"). The solution here is simple, in that uses of java.awt.Dimension can be replaced with com.sun.star.awt.Size without loss of functionality. However, there are still occurrences of java.awt.Image and java.awt.Toolkit lurking (reportbuilder/java/com/sun/star/report/SOImageService.java, reportbuilder/java/com/sun/star/report/pentaho/output/ImageProducer.java, reportbuilder/java/com/sun/star/report/pentaho/output/OfficeDocumentReportTarget.java) for which it might be sheer luck that they do not seem to cause trouble yet. Change-Id: I33e9f74c50ebddc11bd1d9a48c55dc8f8700345d
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
reportbuilder, license file not needed. Patch contributed by Armin Le Grand http://svn.apache.org/viewvc?view=revision&revision=1305814 Adapting extras/ to our wordbook setup.
2012-06-29Convert Java code in reportbuilder to use Java5 genericsNoel Grandin
Change-Id: Ia8a0206c6c81f2a4212dc92b80a9d6965ad8bd63
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-05-29remove unused sourceDavid Tardon
2012-05-29gbuildize reportbuilderDavid Tardon
2012-03-23.java files don't need executable bitsMichael Stahl
2011-12-08childs -> childrenMichael T. Whiteley
2011-11-29fs34c: check if description can be read and return ccorrect name for shapetypemst
* found as LGPLv3-only fix at svn rev 1172124 (http://svn.apache.org/viewvc?view=revision&revision=1172124)
2011-11-22Clean up after component passivation.Stephan Bergmann
2011-10-25avoid using com.sun.org apisCaolán McNamara
2011-09-22Fix reportbuilder build with MinGW.Jan Holesovsky
2011-09-07replace api.openoffice.org to api.libreoffice.orgAndras Timar
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky
Conflicts: swext/mediawiki/build.xml
2011-04-04masterfix DEV300: #i10000# added mkdirIvo Hinkelmann
Notes: split repo tag: extensions_ooo/DEV300_m106
2011-04-04masterfix DEV300: #i10000# build fixIvo Hinkelmann
2011-03-29fix build with system jfreereportDavid Tardon
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
Conflicts: jfreereport/java/flute/makefile.mk jfreereport/java/libbase/makefile.mk jfreereport/java/libfonts/makefile.mk jfreereport/java/libformula/makefile.mk jfreereport/java/libloader/makefile.mk jfreereport/java/librepository/makefile.mk jfreereport/java/libserializer/makefile.mk jfreereport/java/libxml/makefile.mk jfreereport/java/sac/makefile.mk mysqlc/source/mysqlc_connection.cxx mysqlc/source/mysqlc_connection.hxx mysqlc/source/mysqlc_databasemetadata.cxx mysqlc/source/mysqlc_databasemetadata.hxx mysqlc/source/mysqlc_driver.cxx mysqlc/source/mysqlc_driver.hxx mysqlc/source/mysqlc_general.hxx mysqlc/source/mysqlc_preparedstatement.hxx mysqlc/source/mysqlc_resultsetmetadata.hxx mysqlc/source/mysqlc_statement.hxx sdext/source/minimizer/impoptimizer.cxx sdext/source/pdfimport/config/description.xml sdext/source/pdfimport/tree/drawtreevisiting.cxx sdext/source/presenter/PresenterWindowManager.cxx swext/prj/build.lst
2011-01-20Use more reliable SQL syntaxLionel Elie Mamane
Give a derived table (subquery) an alias (name). From fdo#32960. Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
2011-01-17dba34d: #i116463# fix string and NaNOcke.Janssen
2011-01-10Automated merge with ssh://hg.services.openoffice.org/cws/dba34cOcke Janssen [oj]
2011-01-07dba34c: #i108590# convert number to dateOcke Janssen [oj]
2011-01-05dba34b: merged DEV300m96Frank Schoenheit [fs]
2010-12-03CWS-TOOLING: integrate CWS srb1Ivo Hinkelmann
Notes: split repo tag: extensions_ooo/DEV300_m95
2010-11-24dba34b: localize propertiesOcke.Janssen
2010-11-24dba34b: localize propertiesOcke.Janssen
2010-11-24dba34b: #i115219# add missing style-name elementsOcke.Janssen
2010-11-04dba34b: #i114109# change creator in meta.xmlOcke.Janssen
2010-11-04dba34b: #i115145# catch numberformatexception when creating bigdecimalOcke.Janssen
2010-10-06Merge commit 'ooo/OOO330_m9'Jan Holesovsky
Conflicts: swext/mediawiki/build.xml swext/prj/build.lst
2010-10-05allow building against later pentaho librariesCaolán McNamara
2010-08-30dba3h: #i114111#: reportbuilder: do not use Double.toString() when writing ↵Ocke Janssen [oj]
the 2 column-width attribute, it may write an exponent, which is invalid..
2010-08-30dba33h: #i114106# fix missing value-typeOcke Janssen [oj]
2010-08-30dba33h: #i114106# fix invalid root element for stylesOcke Janssen [oj]
2010-08-30dba33h: #i114105# fix version numberOcke Janssen [oj]
2010-08-27dba33h: #i112652#: reportbuilder: write XMLSchema-2 conformant NaNMichael Stahl