summaryrefslogtreecommitdiffstats
path: root/reportbuilder
Commit message (Collapse)AuthorAgeFilesLines
* an uno -> a unoCaolán McNamara2019-05-101-1/+1
| | | | | | | | Change-Id: I538db88f8477dd2d2ad25c372928fec6c11d979d Reviewed-on: https://gerrit.libreoffice.org/72105 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Fix typosJens Carl2019-04-031-1/+1
| | | | | | | | | | Change indefinite article "an" to "a" before the word unique and some variants. Change-Id: Ia14a6f3b9ec6b257ad8bed3b089faa9b6f07d44f Reviewed-on: https://gerrit.libreoffice.org/70174 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Resolves: tdf#94446 if this is a SQLException in disguise, throw that insteadCaolán McNamara2018-11-281-0/+27
| | | | | | | | | | | | | instead of the wrapper exception, so that dbaccess can apply its special handling for SQLException::ErrorCode of dbtools::ParameterInteractionCancelled in OLinkedDocumentsAccess::open if ParameterInteractionCancelled was the root cause Change-Id: I777893cf7355d8c4a9c48237284903176d81402d Reviewed-on: https://gerrit.libreoffice.org/64123 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Related: tdf#94446 set parent for dialogCaolán McNamara2018-11-271-1/+29
| | | | | | | | Change-Id: I174ec605f40e7cafbcb44e492941dfc36a4df3f2 Reviewed-on: https://gerrit.libreoffice.org/64120 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Fix typo: s/an other/another/gAndrea Gelmini2018-08-152-2/+2
| | | | | | | Change-Id: Iab3302d20fb9b0be4b97331709f83f818a46b2da Reviewed-on: https://gerrit.libreoffice.org/59100 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
* Fix typosAndrea Gelmini2018-07-231-2/+2
| | | | | | | Change-Id: Iebc31a53404da41f35eed7338662365d7efbd7a2 Reviewed-on: https://gerrit.libreoffice.org/57810 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* use the standard name pattern for a packageDavid Tardon2018-04-152-3/+3
| | | | Change-Id: Ie9113403bb87543816220c84e53bf8b30673b194
* Fix typosAndrea Gelmini2018-01-276-6/+6
| | | | | | | Change-Id: I8d5a8251a01af7cdf9832d98d8a6573b907f8532 Reviewed-on: https://gerrit.libreoffice.org/48683 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
* Fix typosAndrea Gelmini2017-12-141-1/+1
| | | | | | | Change-Id: I09e511f35d32b25683811f3a39c833779f3b61fe Reviewed-on: https://gerrit.libreoffice.org/46370 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
* Remove traces of Report Builder's former status as extensionLionel Elie Mamane2017-12-132-3/+8
| | | | | | | Change-Id: I63730632933cbb1d6e655f70d222ffaaabd3fa08 Reviewed-on: https://gerrit.libreoffice.org/46361 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* This really does not need to be utf-8 characterFridrich Štrba2017-09-121-1/+1
| | | | Change-Id: I75e3973ed3fe2489233cdce127a29ff19f604903
* Enable the Formula Wizard to display 255 argument fieldsEike Rathke2017-07-051-1/+1
| | | | | | | | | | | | | | | | | | | Previously it was, for example for SUM, 1 2 3 ... 28 29 30,31,32,33,...,253,254,255 ie. for more than 30 parameters the exceeding ones were crammed into the last (30th) edit field. The expression still worked, but this was ugly, and selecting the last field it was easy to overwrite all remaining arguments at once. Change-Id: I6b27a20e7f07d3a6b4752855f04d6239e6375418
* Prepare for change of VAR_ARGS valueEike Rathke2017-07-041-0/+1
| | | | Change-Id: I0b1955bb660b5e19587799de657c63634705b99c
* Fix typosAndrea Gelmini2017-05-055-9/+9
| | | | | | | | | | To complete commit 0ef94e2b559547bc4e906e7f24e57ff5d642e108 and f12096272e684ddcd8ffa4e34dcb0a680cc594c2 Change-Id: Ie86bbfbd58dd728a013bef221e4d5c8fbcaf8e03 Reviewed-on: https://gerrit.libreoffice.org/37199 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Fix typosAndrea Gelmini2017-03-251-1/+1
| | | | | | | Change-Id: I5fc62060e7d01c6b492a0e91323f753cc676bf71 Reviewed-on: https://gerrit.libreoffice.org/35639 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
* Fix typosAndrea Gelmini2017-03-021-1/+1
| | | | | | | Change-Id: I35eeb71f4f698e39b7b0d98e3cb30657a64a611a Reviewed-on: https://gerrit.libreoffice.org/34802 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Fix typosAndrea Gelmini2016-02-053-5/+5
| | | | | | | Change-Id: Ice72f8d9971e15dd6ef365e64cd567b8581a92d3 Reviewed-on: https://gerrit.libreoffice.org/21797 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
* coverity#1326386 Dereference null return valueCaolán McNamara2016-02-041-0/+4
| | | | Change-Id: Ifd1cd2cfb6032e7a2d14d926d4de8be22160daee
* reportbuilder: tdf#92720: add loext namespaceMichael Stahl2016-02-032-0/+2
| | | | | | | | ... to allow export of paragraphs in shapes. (regression from 6acc6c011d3afd6834efeee1b2efe43652a86f2e) Change-Id: I2c23e686a2cfcd997d3393b0f9fb4cdcab7252b7
* coverity#1326438 Dereference null return valueCaolán McNamara2016-01-211-0/+12
| | | | | | | | and coverity#1326439 Dereference null return value Change-Id: Idf7e6f34accfb5d5b98a62f6ad221c325e24586a
* coverity#1326551 Dereference before null checkCaolán McNamara2016-01-211-2/+2
| | | | Change-Id: I11a65723909b7ed78a487ece7456c0e5a4d1aa8b
* coverity#1327068 SIC: Inner class could be made staticCaolán McNamara2015-11-041-1/+1
| | | | Change-Id: I1fd9d122f2bde1db9101e937999d75ac19cc4dfb
* coverity#1327210 UwF: Unwritten fieldCaolán McNamara2015-11-041-2/+1
| | | | Change-Id: I6fb5b18b6a6e51727d7350039da97f06f65736ff
* cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin2015-10-151-1/+1
| | | | Change-Id: I41f89c4feefe4e012d72c663ebb9bbcb4aa7f163
* coverity#1327210 UwF: Unwritten fieldCaolán McNamara2015-10-141-2/+1
| | | | Change-Id: I1021bd43a93b9b7f1b4e0f73f75e7a7f7c52b857
* cid#1326605, cid#1326604 BC: Bad casts of object referencesNoel Grandin2015-10-141-5/+2
| | | | Change-Id: I85fa5fd4671d749850af854a7d4ba934416d892b
* Fix typosAndrea Gelmini2015-09-306-8/+8
| | | | | | | Change-Id: I8f4500fc7a901c5cc73634ba6da6b9541452e5ae Reviewed-on: https://gerrit.libreoffice.org/18966 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
* chmod -xTor Lillqvist2015-07-291-0/+0
| | | | Change-Id: I4a248b59e12587c3b2ce79676fdce29a348b6751
* 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