summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/query
AgeCommit message (Collapse)AuthorFilesLines
2017-05-24convert java wizards to .properties for translationsCaolán McNamara3-34/+32
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>
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-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-09java: add some @Override annotationsNoel Grandin1-0/+3
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: combine nested if statementsNoel Grandin1-8/+5
Change-Id: I0457b81668e9427a3c8d6a4af93438b7fb2bb7ba
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin2-5/+5
found with $ git grep -lP 'return\s*\(\s*\w+\s*\)\s*;' Change-Id: Ic51606877a9edcadeb647c5bf17bc928b69ab60e
2015-01-09java: simplify array creationNoel Grandin1-3/+1
and remove the need to worry about keeping indexes correct Change-Id: I9a5fc00f7e28f305279b41099274c96daebebb95
2015-01-05java: remove dead codeNoel Grandin1-6/+0
found by UCDetector Change-Id: I6b0f49529379072da566e927b86815f173e7a90b
2015-01-02Following fdo#87123: Impossible to create table or query with wizardJulien Nabet1-0/+3
See https://bugs.freedesktop.org/show_bug.cgi?id=87123#c15 and above all https://bugs.freedesktop.org/show_bug.cgi?id=87123#c18 Thank you Noel for your help! Change-Id: I9feb2384ff5965bab005c9a1e8803062cd9d0f94
2014-12-15java: remove some unused fields and variablesNoel Grandin1-5/+0
Change-Id: I5d6071096307adbe7df0178000346cf915afa3e7 Reviewed-on: https://gerrit.libreoffice.org/13477 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-11java: reduce visibility of fields and methodsNoel Grandin2-12/+12
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-11-27java,wizards: remove unused parametersNoel Grandin1-6/+6
Change-Id: I13f0c7afca233cc0ff6692f8fb442a80c4208d20
2014-11-27java,wizards: remove unread fieldsNoel Grandin1-2/+1
found by UCDetector Change-Id: Ia98606a98b998a224f821f2e673e788fb0ecf7d1
2014-11-27java,wizards: remove unused constantsNoel Grandin2-2/+0
found by UCDetector Change-Id: Ic62ec16bceb9ab7b6898f8a469af65ba3884bb51
2014-11-27java,wizards: remove completely unreferenced fieldsNoel Grandin1-1/+0
found by UCDetector Change-Id: I00a35337478111991dec7fa6310e57d3b5a146fa
2014-11-27java,wizards: remove unnecessary use of reflectionNoel Grandin1-1/+6
Change-Id: I44750fa6673c7b5e0a796b6e443028aa3a5e68fc
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin1-2/+9
Change-Id: I3c30d3865302741c7fbdc811e32686a921b6a4df
2014-11-18java, wizards: remove unused local variables and fieldsNoel Grandin1-2/+2
Change-Id: I77dfcaae8950397e0f22c9a3e744e744055b6cf3
2014-11-18java: make fields final where possibleNoel Grandin3-10/+10
found by PMD Change-Id: I87780366119c141cd2dafe6ca1bf2d9798b10aec
2014-10-17java: final fields that can be staticNoel Grandin1-2/+2
Change-Id: I8c06be7bc0b8a38c662209f0de72a00550e25447
2014-10-16java: replace 'new Short' with 'Short.valueOf'Noel Grandin1-6/+6
Change-Id: Ic0e3aca1c1459ab938e01f43c0212859d85075e8
2014-10-16java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-1/+1
Change-Id: I2f0156899b75dd8a3a5600be887b6ac9b6fbdec0
2014-10-16java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin1-5/+6
Change-Id: Ia4a847b58862e4f25d64a862f504b629fa336c63
2014-09-2284059 - form wizard : files required could not be foundNoel Grandin4-34/+35
I've essentially unwound most the Java changes I made te wizards module in the last few months. I will revisit my changes at a later date and make them more carefully :-) Change-Id: I9221a825dc8de6edc96d6db07072aefcd1a37107
2014-08-29java: fix reportbuilder and wizardNoel Grandin1-1/+1
which I broke in commits 70f56bc22fe95 "java: reduce scope, make member classes private" and 34bcf9b498b "java: remove dead methods" Change-Id: Id21482782bbc102e60f346a2bf51096af2fcbe22
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2-7/+7
Change-Id: Icef19ef61ee0af2dd3bda527263934006271f219
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin1-5/+5
Change-Id: Ia8befb8d69914ce971174fc5f2ffc0e2f506a940
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin1-2/+2
Change-Id: I7b18f62336c3a8ca4c538b30ce04c99f202a4756
2014-08-19simplify CallFormWizardNoel Grandin1-1/+1
Change-Id: I0dfdc1acb0b550c1eeed16498f3e791e0123c4eb
2014-08-17coverity#983635 Uncaught exceptionCaolán McNamara1-0/+6
Change-Id: I4be3600af6ee97ba9f962edf9723c04d89b161e4
2014-08-13java: remove dead methodsNoel Grandin1-5/+1
found by UCDetector Change-Id: I219caa8e680dba5a395541a778df6144841c4dde
2014-08-13java: remove unused fieldsNoel Grandin3-5/+5
found by UCDetector Change-Id: I4a7c56a9918054c23469de5680658e7b501f0165
2014-08-13java: reduce scope, make some methods privateNoel Grandin2-7/+7
found by UCDetector Change-Id: Ib1425edde146193a65c242dc159b7e3fbf0e4a2e
2014-08-13java: reduce scope, make member classes privateNoel Grandin2-2/+2
found by UCDetector Change-Id: Ief32d078090102b14b60b35fc36542f8d4fb252b
2014-08-13java: reduce scope, make fields privateNoel Grandin3-5/+5
found by UCDetector Change-Id: I7f97e15667159cf8ee776e8f32fdcdec8ec00ed6
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin1-0/+3
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
2014-08-11java: remove unused parametersNoel Grandin1-3/+3
Change-Id: Ifc44c51ddbd21fabaad686bc3d38e2dab54d97aa
2014-08-08java: remove unused variablesNoel Grandin1-1/+0
Change-Id: I1b04fbf4d4562ff8e74f6ccdb2fd989d79cc869b
2014-08-05java: remove commented out codeNoel Grandin2-5/+0
Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
2014-06-04compareTo -> equalsNoel Grandin1-1/+1
convert OUString::compareTo usage to equals to startsWith where it is more appropriate Change-Id: I6f5b5b7942429c0099ad082ba4984fd18e422121
2014-03-10wizards: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-25/+1
Change-Id: I9ac8fc460fbdb957f3cae4c2cde42962daca0052
2014-02-26Remove visual noise from wizardsAlexander Wilms1-2/+2
Change-Id: I27c730fa18b665bffe8c8d032fa51680cbbb2dd5 Reviewed-on: https://gerrit.libreoffice.org/8341 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-03-04remove trailing whitespacesThomas Arnhold1-1/+1
Change-Id: Ib6684fe00e063e150af30477fd704d9b3f029282
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl1-1/+1
... derives from com.sun.star.uno.RuntimeException instead of com.sun.star.uno.Exception. Only test that breaks with this change is jurt_uno/AnyConverter_Test, which for mysterious reasons effectively tests that IllegalArgumentException is a subclass of Exception and not RuntimeException. Presumably this is just a generic exception test that happens to use IllegalArgumentException. Some further testing indicates there are no problems expected at runtime: Running "make subsequentcheck" with all Java test code compiled against a ridl.jar that does not contain the change, running against a soffice that uses ridl.jar and rdbs with the change + ridl.jar with the change on the test side yields exactly the same AnyConverter_Test failure, with no other failures. Change-Id: Iad183de76ec7e0d56648084e97cdcc160b5b033d
2012-10-01fdo#51304: Java author and commented code removal.José Guilherme Vanz1-3/+0
This patch removes '@author' annotation, code in comments and adjust some empty catches. It's cleanup patch Change-Id: Ia0e61765dd06a61bae5419e5f723232f7711044c
2012-07-18re-base on ALv2 code. Includes:Michael Meeks3-72/+45
118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-07-18fs34b: #i117472# fix color calculation from style stringFrank Schoenheit [fs]2-89/+4
2012-07-13java: printStackTrace always to stderrThomas Arnhold3-6/+6
like 3d3b3f656f92790225b89aa31ee61163fb2fc7e5 Change-Id: I6e80717de009e8a3a89ffc80cb945cc832917f8c
2012-06-29Java cleanup - remove redundant superinterface declarationsNoel Grandin1-1/+1
Change-Id: I80212dae0b43505ccfb566b4855b5bd28f4314f4