summaryrefslogtreecommitdiff
path: root/reportbuilder/Jar_reportbuilder.mk
AgeCommit message (Collapse)AuthorFilesLines
2015-01-05java: remove more dead codeNoel Grandin1-1/+0
found by looking for unused parameters (in Eclipse) Change-Id: I03cf9bc8312e59747b2d0ac153ee2fc8d76be893
2015-01-05java: remove dead stylemapper code in reportbuilderNoel Grandin1-30/+0
as far as I can tell, this has been dead since the original import of this code Change-Id: I4bd47e55eb0abc991ea1d58c16fba6fa6c7878d9
2015-01-05java: remove dead codeNoel Grandin1-4/+0
found by UCDetector Change-Id: I6b0f49529379072da566e927b86815f173e7a90b
2014-08-13java: remove dead methodsNoel Grandin1-3/+0
found by UCDetector Change-Id: I219caa8e680dba5a395541a778df6144841c4dde
2014-08-13java: remove unused interfacesNoel Grandin1-1/+0
found by UCDetector Change-Id: Ide8b3b5c9969048aff84eed16b9eea096abad349
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-22/+4
2013-03-18fdo#61950 move report builder from bundled extensions to plain codeDavid Ostrovsky1-11/+13
For test sample report from fdo#61726 can be used. Change-Id: Iacf8ddc4cf8ad0a408d72e18ecb7237476afeffe Reviewed-on: https://gerrit.libreoffice.org/2718 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-03-11fdo#61726: rename report-builder package to org.libreoffice.reportDavid Ostrovsky1-228/+228
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 Ostrovsky1-1/+0
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 Ostrovsky1-1/+1
Change-Id: I90ea912fd0cc54068843d21cb2585e78e70a3d71
2012-08-17gbuild: register all jarsMichael Stahl1-5/+5
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
2012-08-15gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl1-34/+0
With gb_Jar_add_jar and gb_Jar_add_system_jar adding to the manifest classpath automatically it is no longer necessary to call gb_Jar_set_jarclasspath manually except for the URE jars, which are apparently not supposed to be added automatically. Change-Id: I1e743e7ecb9cb5651e02005aa09e127bea1b0a29
2012-07-13fdo#51278 fix reportbuilder manifestDavid Tardon1-2/+36
Change-Id: I34f229284611285e10a192f80b14b1e8b3fa618c
2012-05-29gbuildize reportbuilderDavid Tardon1-0/+296