summaryrefslogtreecommitdiff
path: root/wizards/com
AgeCommit message (Collapse)AuthorFilesLines
2017-01-19getImageUrl now returns its arg, so remove itCaolán McNamara4-10/+2
Change-Id: Iee39f7462c2f4f23dfbdc11aa7542af996001042
2017-01-19drop the long dead hicontrast res id uses from wizardsCaolán McNamara5-34/+14
Change-Id: Ia2fca72a1681d398bb85474981e224ef92d31d8a
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: Postion->PositionJulien Nabet7-23/+23
Found thanks to Buovjaga Change-Id: Iacf09325cdb58e0dbdcc9bf0570b2e02ed275132 Reviewed-on: https://gerrit.libreoffice.org/32808 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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>
2017-01-01StringList isn't required or used by wizardsCaolán McNamara1-5/+0
as shown by commit a96c308e52983b7bc0275e31e50a9b04e5805852 Author: Noel Grandin <noel@peralex.com> Date: Wed Dec 17 10:33:26 2014 +0200 java: these fields can be converted to local variables Change-Id: Ifefb5de196a3e5cbaa8945759da42886c69daacf Change-Id: I4da6c42e0114a891a6b6af8889c94b4332b0b40b
2016-10-03Fix typosAndrea Gelmini5-7/+7
Change-Id: Ie75beb4e282a4d1b784a5847262e39cf9c851527 Reviewed-on: https://gerrit.libreoffice.org/29440 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-10-01Fix typosAndrea Gelmini1-1/+1
Change-Id: I6aeda978911b25caa45d4e459e581fc743e93d2c Reviewed-on: https://gerrit.libreoffice.org/29442 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-09-23Resolves: tdf#99626 only the first queryTermination call in wizards worksCaolán McNamara4-5/+3
cause the first call looks up the "queryTermination" method on the object and replaces the object with that function, then calls on. Subsequent calls then try to lookup "queryTermination" on "queryTermination". Just pass queryTermination directly in the ctor (like all the other wrappers do) Change-Id: Ie042081c3c34e33b2f040d1ab1a33eeac4df9c3b
2016-08-10tdf#67647 getStructuredFilter returns operatorFabio Buso2-57/+1
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-07-22Fix typosAndrea Gelmini1-1/+1
Thanks to Carlo Bertoldi for the german translation. Change-Id: I76f554e757318aed4e28b5a05fae0ba15bd46afb Reviewed-on: https://gerrit.libreoffice.org/27355 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-06-06remove unused imports in java codeNoel Grandin1-1/+0
Change-Id: I95041f49dd22ba9a15da3598b04a010eecf761a8
2016-05-25Fix typosAndrea Gelmini2-2/+2
Change-Id: I860cc4aa04b4e5cd1437b2f24176ee2ccdec3266 Reviewed-on: https://gerrit.libreoffice.org/25420 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-13Resolves: tdf#99272 new Short[] used instead of new short[]Caolán McNamara1-7/+7
bridge code expects to see short[] not Short[] so the mapping doesn't work and office blows up regression from... commit ecc90694175190cd6e2b9d1bed8f32850d41ce88 Date: Wed Oct 15 14:14:28 2014 +0200 java: use 'Short.valueOf' instead of 'new Short' git grep "new Short\[\]" shows two suspicious cases of this in odk, but they were always thus, so leaving them untouched. Change-Id: I3306659b5c3f4e0643c200373da777da248bbd42
2016-05-01Fix typosAndrea Gelmini1-1/+1
Change-Id: Ifb7c33d6052efe5ea8a1e0e10b3178073cd29ca0 Reviewed-on: https://gerrit.libreoffice.org/24536 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-03-14remove some unused Java codeNoel Grandin4-6/+3
found by UCDetector Change-Id: Ic0295a24b26e206eb53eda2da540755477df86df
2016-03-04coverity#1326304 Explicit null dereferencedCaolán McNamara1-0/+5
Change-Id: I9eb58884e41d9669d2413f7b5b63bddf6a4b4320
2016-03-01coverity#1326385 Dereference null return valueCaolán McNamara1-1/+4
Change-Id: I0097e9759c1ac3a1e03d9c2741c109e147dce540
2016-03-01coverity#1326304 Explicit null dereferencedCaolán McNamara1-0/+6
Change-Id: I1fba88431ec7e5154f39bb0c76e622c6129011d2
2016-02-18coverity#1326383 Dereference null return valueCaolán McNamara1-4/+6
Change-Id: Iaa1769e4ecf116bfbab32b9ef6f6413e25a5f5fe
2016-02-18coverity#1326433 Dereference null return valueCaolán McNamara1-1/+1
Change-Id: I440512bc4eb7c930c8c4c69eb9f5a92d630a61b9
2016-02-18coverity#1326445 Dereference null return valueCaolán McNamara1-1/+1
Change-Id: Ic279b6e8c51cbb559943027f987162678a17b143
2016-02-16Missing parenthesisStephan Bergmann1-1/+1
Change-Id: I27aef5d1a0920bb6b9fa9c2204a422b7372fd0cb
2016-02-16coverity#1326398 Dereference null return valueCaolán McNamara1-1/+3
Change-Id: I3a33d9a4b90d23c9262fcabcb252b60def4ce585
2016-02-16coverity#coverity#1326173 Explicit null dereferencedCaolán McNamara2-4/+8
Change-Id: Ifecc942dce4cafb1dcd7028fe742f450892564e4
2016-02-06coverity#1326633 DE: Dropped or ignored exceptionCaolán McNamara1-0/+1
this is probably good enough Change-Id: I37304004f78d245ee0f400f07d07c731351d79eb
2016-02-04coverity#1326401 Dereference null return valueCaolán McNamara2-19/+11
Change-Id: I7d19233bb0f63f55c87d83e50b7f865f5c7a8ea4
2016-02-04coverity#1351756 Dereference before null checkCaolán McNamara1-8/+8
Change-Id: Iae465c91693967983623087214e79e0f264c551c
2016-01-23cid#1326113, 1326410, 1326411jan iversen1-3/+14
Removed reference to elements in a null pointer. Change-Id: Ife6fc68128284e291130a9a81bb7557ce03197ed Reviewed-on: https://gerrit.libreoffice.org/21690 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-01-20coverity#1326466 Dereference null return valueCaolán McNamara1-12/+4
Change-Id: Iea0dc27bf32499e1f8b38d8a0e90cebe6ab8b31f
2016-01-15coverity#1326423 Dereference null return valueCaolán McNamara1-4/+4
Change-Id: Ic9f10dbae01e432bd1029c091b20187b8cf939ec
2016-01-10Fix typosAndrea Gelmini15-20/+20
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-30coverity#1326996 SBSC: String concatenation in loop using + operatorCaolán McNamara1-4/+4
Change-Id: Idebeeac2cc680c14230e059761a05bec7e4c6c60
2015-12-30coverity#1326997 SBSC: String concatenation in loop using + operatorCaolán McNamara1-4/+4
Change-Id: I169b20aa5fe9e030f16c323154e2a77a8468aa87
2015-12-02Calculate substring indexes properly, avoiding an unnecessary ↵Damjan Jovanovic1-1/+1
IndexOutOfBoundsException. Patch by: me (cherry picked from commit d46d79f2261eb6be2fb74254f09520f5ef2baa88)
2015-11-24coverity#1326265 Explicit null dereferencedCaolán McNamara1-45/+27
Change-Id: I802e0f854cb5c560e7a860f2fcec0330e481da6c
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-10Use the UIConsts constants for resource IDs in...Damjan Jovanovic1-1/+2
main/wizards/com/sun/star/wizards/query/QuerySummary.java (cherry picked from commit 77ff55a4a1f25c1dc21d083cee43b4506bf91410) Change-Id: I538aa5761506d430bdbe70de03301f971f363e52
2015-11-10Use UIConsts constants for offsets to resource IDs in main/wizards.Damjan Jovanovic3-17/+20
(cherry picked from commit 95efcaf575dced8cc18f2ca9fb874d772ad23595) Change-Id: I8bb247c92f0326da916940f4fc7999d81998297a
2015-11-10Resolves: #i56289# no GROUP BY - COUNT from wizardDamjan Jovanovic1-2/+2
Implement the COUNT operator for GROUP BY in the Base Query Wizard, and delete some unused resource strings to make space for it. Found by: dtinazzi at easyasp dot it Patch by: me (cherry picked from commit 1f6546d6c0e6670d59e6beb05d15c80327634e6c) Change-Id: I6395566275cea6a33cdc64968b3b31aa17d61554
2015-11-09java: add some @Override annotationsNoel Grandin27-0/+65
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 Grandin8-15/+15
Change-Id: I39fbe3a260c8dbfc203662c54eec4db064b88195
2015-11-05java: combine nested if statementsNoel Grandin13-173/+126
Change-Id: I0457b81668e9427a3c8d6a4af93438b7fb2bb7ba
2015-11-05java:avoid empty if statementsNoel Grandin1-3/+0
Change-Id: I9c66dd5331f422d8d6271157fece2b346d8b3756
2015-11-04coverity#1327212 UwF: Unwritten fieldCaolán McNamara1-12/+0
Change-Id: Ib12d8909430fceef654d6960a42439cc6ad5cd69
2015-10-28base new query wizard: fix confusion between display name and field nameLionel Elie Mamane2-6/+24
Change-Id: I75354ffea2daede55b34e4cf3321d57196be3d9b
2015-10-22coverity#1326403 Dereference null return valueCaolán McNamara1-0/+3
Change-Id: I1f191a2bc0139bada7603681eb0246de7dd15139
2015-10-22coverity#1326382 Dereference null return valueCaolán McNamara1-0/+3
Change-Id: I1c427c3d6cae2cf1798adcc29cd6f5f51eb2b49e