summaryrefslogtreecommitdiffstats
path: root/reportbuilder
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2015-07-081-1/+1
| | | | | Change-Id: I020c7ce4d9aa93cb0292378a410cdb9f7788e920 Signed-off-by: Michael Stahl <mstahl@redhat.com>
* Fix typosAndrea Gelmini2015-07-041-1/+1
| | | | | | | Change-Id: Iddcc22f62ea134ea797292daa02e47042d52d0d1 Reviewed-on: https://gerrit.libreoffice.org/16710 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
* java: 'final static' to 'static final'Noel Grandin2015-06-152-2/+2
| | | | | | | | | this is the canonical order, and it makes the code easier to read Change-Id: I272e7f1e140296e582702b6dbf77a03eefb65470 Reviewed-on: https://gerrit.libreoffice.org/16242 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org>
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-112-5/+5
| | | | | | | | | | Make the order be 'public static' or 'private static' Just makes the code nicer to read. Change-Id: I182424bda45a2d68642e5d04c6091d268ace1fe2 Reviewed-on: https://gerrit.libreoffice.org/16202 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* TyposJulien Nabet2015-02-182-2/+2
| | | | Change-Id: I845a85e1aad4a0708f2b43f7d94606b4b5513ee4
* set java throwable cause argument (erroneously removed by previous commit)Lionel Elie Mamane2015-01-221-2/+2
| | | | Change-Id: Ib4516eec5e47d95d53dbb5002f7258514c93f2c9
* Don't try to pass an arbitrary Java exception through UNOLionel Elie Mamane2015-01-212-5/+15
| | | | | | also make other exceptions more verbose Change-Id: Id6bf88b1ec228b20b19c89ccf6ee14d0c1ffb44d
* Related fdo#85190: Don't dress arbitrary Java Throwables as UNO Any valuesStephan Bergmann2015-01-211-2/+2
| | | | | | | | | | | Regression introduced with 9341bf3dc38b2cc117ffbe12ff057511ed6e046d "java: when rethrowing, store the original exception," but these two appear to be the only two cases related to com.sun.star.lang.WrappedTarget[Runtime]Exception in that patch that would now create bad UNO Any values. Happily reverted to the original but oddly inconsistent setting of the WrappedTargetException's TargetException member... Change-Id: I9421da721d5a111d0d89ee0601238a2c01cfc12c
* java: remove more dead codeNoel Grandin2015-01-054-48/+4
| | | | | | found by looking for unused parameters (in Eclipse) Change-Id: I03cf9bc8312e59747b2d0ac153ee2fc8d76be893
* java: these fields can become local variablesNoel Grandin2015-01-051-37/+4
| | | | | | found by PMD Change-Id: Id852cfec984a181b91aca1c00a41e342b720a4bf
* java: remove dead stylemapper code in reportbuilderNoel Grandin2015-01-0528-1646/+0
| | | | | | | as far as I can tell, this has been dead since the original import of this code Change-Id: I4bd47e55eb0abc991ea1d58c16fba6fa6c7878d9
* java: remove dead codeNoel Grandin2015-01-0537-680/+7
| | | | | | found by UCDetector Change-Id: I6b0f49529379072da566e927b86815f173e7a90b
* java: reduce visibility of some methods and fieldsNoel Grandin2014-12-191-1/+1
| | | | | | found by UCDetector Change-Id: I0a0a00d1fae1fed2e6aef198b7a1482d7e7e29f0
* Revert "reportbuilder: re-add numerous bits of dead code needed by bug fix"Lionel Elie Mamane2014-12-172-87/+1
| | | | | | | This reverts commit 458f22c338f39ad777ad3f34b45a81b4eb8dfe8e. Since we reverted d6ce95ae2288859fe74d601f1bdaf616ab1ee7f0, this code is again unused.
* Revert "fdo#87044: reportbuilder: Revert "fdo#67930 don't use variables ..."Lionel Elie Mamane2014-12-171-24/+33
| | | | | | | | | This reverts commit d6ce95ae2288859fe74d601f1bdaf616ab1ee7f0. Not necessary to fix fdo#87044, commit 1e10f6d229587ffc2a955c225b489645f8016e23 is sufficient. Since the code that is reintroduced leads to an overly complex and fragile document structure, I'd rather not have it.
* fdo#67930 work around fdo#68024Lionel Elie Mamane2014-12-121-1/+2
| | | | | | | | | | don't emit string-value attribute Change-Id: I3668b88437451523f2b6bb3c2c82e1929f7ba3d8 Reviewed-on: https://gerrit.libreoffice.org/5371 Tested-by: Miklos Vajna <vmiklos@suse.cz> Reviewed-by: Miklos Vajna <vmiklos@suse.cz> (cherry picked from commit 76408b0f0d7e91cddb8b056069a2ee547109b156)
* fdo#87044: reportbuilder: Revert "fdo#67930 don't use variables ...Michael Stahl2014-12-121-33/+24
| | | | | | | | | | | ... for formattedtext in header/footer" This reverts commit b0e3c6b8fa548defd5a3af2b8bf88b0b49589753. This reverts commit fc92c1abebcfe9b18649d35b76bf22e001e332da. The other fix from the libreoffice-4-1 branch seems to work better. Change-Id: Idc5d7543c11dff74977729dab5afd978197dab6a
* reportbuilder: re-add numerous bits of dead code needed by bug fixMichael Stahl2014-12-122-1/+87
| | | | Change-Id: Ia0a8b8ec3b4684ad6766467c8e3413f91dc8bf67
* java: reduce visibility of fields and methodsNoel Grandin2014-12-112-5/+5
| | | | | | | | | found by PMD Change-Id: Id6737916b68ccbdbdeec5d314747a38410923ac6 Reviewed-on: https://gerrit.libreoffice.org/13409 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* java: unused importsNoel Grandin2014-12-101-1/+0
| | | | | | | Change-Id: I05824a6f19a5f3048a52101b96f6bf3d3099df08 Reviewed-on: https://gerrit.libreoffice.org/13403 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* no need to call getComposer by reflectionNoel Grandin2014-12-091-28/+1
| | | | Change-Id: Icf2cdeaab013814b669ce6d6cd243ce43856e940
* java: remove some unused local variablesNoel Grandin2014-12-052-2/+1
| | | | Change-Id: Ia01528460e2f4b610d123e29cad66520abc6a965
* java: make fields final where possibleNoel Grandin2014-11-181-1/+1
| | | | | | found by PMD Change-Id: I87780366119c141cd2dafe6ca1bf2d9798b10aec
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-126-8/+8
| | | | | | | Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* java: convert fields to local variables where possibleNoel Grandin2014-11-122-9/+3
| | | | | | | | | found by PMD Change-Id: I05b45382b8fb1b734657ce9421a20e6ef6fbe542 Reviewed-on: https://gerrit.libreoffice.org/12376 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch2014-10-301-5/+0
| | | | | | | Change-Id: Ied82b0a39ff9dc9c7cc9539dec2b963059f3d4a5 Reviewed-on: https://gerrit.libreoffice.org/12139 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* java: loss of precissionRobert Antoni Buj i Gelonch2014-10-181-1/+1
| | | | | | | Change-Id: I0563a76b1d2c838e6301bf7a9ed154c77a98c0d9 Reviewed-on: https://gerrit.libreoffice.org/12000 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* java: final fields that can be staticNoel Grandin2014-10-171-2/+2
| | | | Change-Id: I8c06be7bc0b8a38c662209f0de72a00550e25447
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-166-15/+19
| | | | Change-Id: I34ce000c48d2d79bfec854c8dd55d12f2bee29c7
* java: reduce the depth of some deeply nested if blocksNoel Grandin2014-10-161-24/+24
| | | | Change-Id: I3c0c7f08d4d8ea594e72fc0d9b93d085d4ab4bf5
* reportbuilder: import from java.lang packageRobert Antoni Buj i Gelonch2014-10-131-2/+0
| | | | | | | Change-Id: I039f7cf28dddede48627c3c624c87741ee9de0ed Reviewed-on: https://gerrit.libreoffice.org/11956 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* java: log exceptions correctly, using the right version of WARNNoel Grandin2014-10-071-2/+2
| | | | Change-Id: Ide21786d5275802ee60de2d5f056aa08cc8497ca
* fix classname in loggerNoel Grandin2014-10-071-1/+1
| | | | Change-Id: Id4d954059d63036b78cfeb7b14a7ebd8eae73f46
* reportbuilder: fix javadoc error: reference not foundrbuj2014-09-071-1/+1
| | | | | | | Change-Id: Ic548a23a9d1e1acc90386da76416c76990f3a5b3 Reviewed-on: https://gerrit.libreoffice.org/11309 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* reportbuilder: fix unknown tag: noinspection (IntelliJ)rbuj2014-09-023-3/+3
| | | | | | | Change-Id: I97c464547068d0d17a0d4423e8462097c73624aa Reviewed-on: https://gerrit.libreoffice.org/11243 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* reportbuilder: fix javadoc error: no summary or caption for tablerbuj2014-09-021-1/+1
| | | | | | | Change-Id: I5697ebe0481491d70ee728cac5343aaf892ad29f Reviewed-on: https://gerrit.libreoffice.org/11242 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* reportbuilder: fix javadoc error: self-closing element not allowedrbuj2014-09-0210-40/+39
| | | | | | | Change-Id: Iabfa4dd2c1018b982b50798bf09347e0b11901a4 Reviewed-on: https://gerrit.libreoffice.org/11240 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* reportbuilder: fix javadoc error: unknown tag: returnsrbuj2014-09-021-1/+1
| | | | | | | Change-Id: I3cc2afca6e59a8bc9e3374e5cebf9b2e903da78b Reviewed-on: https://gerrit.libreoffice.org/11241 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* java: fix reportbuilder and wizardNoel Grandin2014-08-292-2/+37
| | | | | | | | | which I broke in commits 70f56bc22fe95 "java: reduce scope, make member classes private" and 34bcf9b498b "java: remove dead methods" Change-Id: Id21482782bbc102e60f346a2bf51096af2fcbe22
* remove more unnecessary constructor declarationsNoel Grandin2014-08-201-4/+0
| | | | Change-Id: Ie5a243006b112c2e6daf12992f3dba8baf12748d
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-2054-213/+0
| | | | | | | in the absence of any other constructors, the compiler will automatically generate a public no-arg constructor Change-Id: I70eca507cd8e16e33580b3398d41d70690bc2909
* java: remove modifiers implied by the contextNoel Grandin2014-08-202-3/+3
| | | | | | found by PMD Change-Id: I04cbf986ddbcffff987784f381b8a9f52f1b3f31
* java: Avoid naming non-fields with the prefix m_Noel Grandin2014-08-201-2/+2
| | | | | | found by PMD Change-Id: I5955cfc9c4d777496a2e8e4b2c422a51764a8bc1
* java: remove unused methodsNoel Grandin2014-08-191-10/+0
| | | | Change-Id: Ibb905e6f3e7d92a0e558f1f6562e5b472cd2717b
* upgrade to apache-commons-1.2Thomas Arnhold2014-08-161-1/+1
| | | | | | | Change-Id: Ic356c6a23f42b5fe37be1075e8508bb168eac9a1 Reviewed-on: https://gerrit.libreoffice.org/10927 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* java: remove unused importsNoel Grandin2014-08-144-8/+0
| | | | Change-Id: Ic60b30141fd1dc61acfb97b811aec680a2ab9c22
* java: remove commented out codeNoel Grandin2014-08-146-29/+0
| | | | Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1
* make some java methods privateNoel Grandin2014-08-131-1/+1
| | | | | | found by UCDetector Change-Id: Ic2edbc85194731116aac34064238d11ef1926a98
* java: remove dead methodsNoel Grandin2014-08-1318-312/+25
| | | | | | found by UCDetector Change-Id: I219caa8e680dba5a395541a778df6144841c4dde
* java: remove unused interfacesNoel Grandin2014-08-132-36/+0
| | | | | | found by UCDetector Change-Id: Ide8b3b5c9969048aff84eed16b9eea096abad349