summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/db
AgeCommit message (Collapse)AuthorFilesLines
2023-11-02'new Double' is deprecated in JavaNoel Grandin1-2/+2
replace with Double.valueOf Change-Id: If5be8e500e31ebf9d5fb20ea7dd474677d7c74ff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158785 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-07-22cid#1448328 UC: Useless codeCaolán McNamara1-3/+0
Change-Id: Ie6a64927bff7536ce34cc802341e13046d655ab4 Reviewed-on: https://gerrit.libreoffice.org/76141 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-09-18Translate German comments and debug strings (leftovers in dirs w... and x...)Johnny_M4-5/+5
Translates leftovers found using a custom regex in directories beginning with "w" and "x". Additionally: - A few corrections of previous translations Change-Id: Ic30cf6792748a6bea8782a9a3711fa468b80bdaf Reviewed-on: https://gerrit.libreoffice.org/42378 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2017-05-24convert java wizards to .properties for translationsCaolán McNamara2-7/+6
like LibreOffice java extensions, and nlpsolver and librelogo, do, removes the magic number problem Change-Id: I561249ccebe41c787cd8cdaa80e1d035f27052cc Reviewed-on: https://gerrit.libreoffice.org/37986 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-01-17remove some unused Java codeNoel Grandin1-12/+0
Change-Id: Ia1663256fc0b92c343ea4ba55a821c969077a0aa Reviewed-on: https://gerrit.libreoffice.org/33174 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-07Typo: isColunnNameDuplicate->isColumnNameDuplicateJulien Nabet1-3/+3
Found thanks to Buovjaga Change-Id: I9c52c2c5fa7c92e2b9d99fbbb9d02439993397b0 Reviewed-on: https://gerrit.libreoffice.org/32807 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2016-08-10tdf#67647 getStructuredFilter returns operatorFabio Buso1-56/+0
Change-Id: I010ea3c24b4d5411711a93e35d4b173f5bde9e55 Reviewed-on: https://gerrit.libreoffice.org/28000 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2016-03-01coverity#1326385 Dereference null return valueCaolán McNamara1-1/+4
Change-Id: I0097e9759c1ac3a1e03d9c2741c109e147dce540
2016-01-15coverity#1326423 Dereference null return valueCaolán McNamara1-4/+4
Change-Id: Ic9f10dbae01e432bd1029c091b20187b8cf939ec
2016-01-10Fix typosAndrea Gelmini1-1/+1
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2015-12-30coverity#1326994 SBSC: String concatenation in loop using + operatorCaolán McNamara1-4/+3
Change-Id: I4fdd7388012b8773b59a69589c06d95d5d51f389
2015-12-30coverity#1326995 SBSC: String concatenation in loop using + operatorCaolán McNamara1-6/+7
Change-Id: I3e42e4815c7b03fdb7e9a4a1d260e4abfb7b6318
2015-12-02Calculate substring indexes properly, avoiding an unnecessary ↵Damjan Jovanovic1-1/+1
IndexOutOfBoundsException. Patch by: me (cherry picked from commit d46d79f2261eb6be2fb74254f09520f5ef2baa88)
2015-11-10#i126029# Base query wizard error due to missing quoting of table and column ↵Damjan Jovanovic1-0/+4
names During the Base query design wizard, com.sun.star.wizards.ui.FilterComponent.getFilterConditions() calls com.sun.star.wizards.db.SQLQueryComposer.getSelectClause() before its getFromClause(). However the getSelectClause() needs composedCommandNames which is populated only by getFromClause() in order to quote table and column names. Without this, table and column names that need quoting (spaces, special characters, reserved words) produce errors. (cherry picked from commit 046771cac8605e5826a150e4454eff332b65d517)
2015-11-09java: add some @Override annotationsNoel Grandin2-0/+2
Change-Id: I291db1dff5ab3ce40fda6f822a0e3ff1e6ef36c1 Reviewed-on: https://gerrit.libreoffice.org/19855 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin1-1/+1
Change-Id: I39fbe3a260c8dbfc203662c54eec4db064b88195
2015-11-05java: combine nested if statementsNoel Grandin3-25/+13
Change-Id: I0457b81668e9427a3c8d6a4af93438b7fb2bb7ba
2015-10-28base new query wizard: fix confusion between display name and field nameLionel Elie Mamane1-4/+22
Change-Id: I75354ffea2daede55b34e4cf3321d57196be3d9b
2015-10-20coverity#1327466 UrF: Unread fieldCaolán McNamara1-10/+0
this class is unused since commit 8f60da0a29744d456cb074af05aeb4b40d1774fa Author: Noel Grandin <noel@peralex.com> Date: Wed Oct 14 11:49:19 2015 +0200 cid#1326681 DLS: Dead local store and clean up the return value, no need to return a TypeInfo when all we need is a boolean Change-Id: I8da388b861612acd925ef502904181d140e3abb5
2015-10-15cid#1326570 Unused valueNoel Grandin1-5/+1
Change-Id: I377671a552764e39f0f651c03949c99005084dcb
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin2-3/+2
Change-Id: I41f89c4feefe4e012d72c663ebb9bbcb4aa7f163
2015-10-14cid#1326681 DLS: Dead local storeNoel Grandin1-22/+5
and clean up the return value, no need to return a TypeInfo when all we need is a boolean Change-Id: I0909c2b96762870d753c22ab5056e718af56d75b
2015-10-14cid#1326680 DLS: Dead local storeNoel Grandin1-3/+1
Change-Id: I8e1ffdfe4d20664b7c97eb2a33b570aea9b19ccf
2015-09-29Fix typosAndrea Gelmini2-2/+2
Change-Id: I4525b43fa823d743b86bf4136c56af35274085e6 Reviewed-on: https://gerrit.libreoffice.org/18995 Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org> Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
2015-09-01tdf#91022: Incorrect Dates in Report created with legacy report wizardJulien Nabet1-2/+4
Regression from http://cgit.freedesktop.org/libreoffice/core/commit/?id=5d8ecad569fd7a254902da154ed8057ec61f3a83 Thank you Matthew Francis for having found the root cause! Change-Id: I4128368a5f5df6a9fc5f7668fb1f8f330b5795b9 Reviewed-on: https://gerrit.libreoffice.org/18210 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-06-15java: 'final static' to 'static final'Noel Grandin1-3/+3
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>
2015-01-05java: these fields can become local variablesNoel Grandin2-12/+1
found by PMD Change-Id: Id852cfec984a181b91aca1c00a41e342b720a4bf
2015-01-05java: remove dead codeNoel Grandin3-52/+1
found by UCDetector Change-Id: I6b0f49529379072da566e927b86815f173e7a90b
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin1-2/+2
found by UCDetector Change-Id: I0a0a00d1fae1fed2e6aef198b7a1482d7e7e29f0
2014-12-19java: these fields can be converted to local variablesNoel Grandin2-10/+3
Change-Id: Ifefb5de196a3e5cbaa8945759da42886c69daacf
2014-12-11java: reduce visibility of fields and methodsNoel Grandin11-65/+65
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>
2014-12-05java: static fields should be accessed in a static wayNoel Grandin1-1/+1
Change-Id: I727e7f2a7527c60bb45f0ba5d0e88a66c5ccdd6f
2014-11-27java,wizards: remove unused parametersNoel Grandin7-17/+17
Change-Id: I13f0c7afca233cc0ff6692f8fb442a80c4208d20
2014-11-27java,wizards: remove unread fieldsNoel Grandin5-16/+4
found by UCDetector Change-Id: Ia98606a98b998a224f821f2e673e788fb0ecf7d1
2014-11-27java,wizards: remove unused classesNoel Grandin4-22/+0
found by UCDetector Change-Id: I7993f781a9e195d7d591e8a9e94a72ee86d77826
2014-11-27java,wizards: remove unused methodsNoel Grandin10-317/+6
found by UCDetector Change-Id: If7d7f7b271f48f82d823a3d7b175adcae91180e3
2014-11-27java,wizards: remove completely unreferenced fieldsNoel Grandin5-5/+0
found by UCDetector Change-Id: I00a35337478111991dec7fa6310e57d3b5a146fa
2014-11-27java,wizards: remove unnecessary use of reflectionNoel Grandin1-8/+7
Change-Id: I44750fa6673c7b5e0a796b6e443028aa3a5e68fc
2014-11-25java: final fields that can be staticNoel Grandin1-8/+8
found by PMD Change-Id: I2b48f35d252d6e914c2a18a2c175b075a9d3ac0f Reviewed-on: https://gerrit.libreoffice.org/13099 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-18java, wizards: remove unused local variables and fieldsNoel Grandin6-11/+3
Change-Id: I77dfcaae8950397e0f22c9a3e744e744055b6cf3
2014-11-18java: make fields final where possibleNoel Grandin3-13/+13
found by PMD Change-Id: I87780366119c141cd2dafe6ca1bf2d9798b10aec
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-30java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch2-84/+6
Change-Id: Ied82b0a39ff9dc9c7cc9539dec2b963059f3d4a5 Reviewed-on: https://gerrit.libreoffice.org/12139 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-17java: final fields that can be staticNoel Grandin1-1/+1
Change-Id: I8c06be7bc0b8a38c662209f0de72a00550e25447
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin1-1/+1
Change-Id: I5ef45b971d24dde814ab8cbb2e9503d9da4f0d73
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin1-2/+1
Change-Id: I14666493e72da177fcfff1895ef3206f0e13cc01
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin1-30/+30
Change-Id: I3c0c7f08d4d8ea594e72fc0d9b93d085d4ab4bf5
2014-10-16java: methods in interfaces are implicitly publicNoel Grandin1-4/+3
Change-Id: I543fe5b8890668f60d6528a2a7ae6d099d5b4945
2014-10-16java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin4-16/+17
Change-Id: Ia4a847b58862e4f25d64a862f504b629fa336c63
2014-10-14java: remove useless javadoc tagsNoel Grandin4-25/+0
Change-Id: I83c59418c9eb32984dd5a2105e3d729e400520a4