summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/form
AgeCommit message (Collapse)AuthorFilesLines
2018-11-06tdf#121188 form controls should have InputRequired false by defaultLionel Elie Mamane1-0/+4
Unless the underlying column is not nullable and has no default value this is only a guess, form designer can change it Change-Id: Ifa403e00b21fdaf86aef383503d54879b25ac62b Reviewed-on: https://gerrit.libreoffice.org/62969 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2017-05-24convert java wizards to .properties for translationsCaolán McNamara8-50/+58
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-05-07tdf#107668: fix form wizardJulien Nabet1-11/+25
Regression from https://cgit.freedesktop.org/libreoffice/core/commit/?id=fcf9c22e00db0107391775f51fac53555711b951 Use an hashmap to find the right helpText Change-Id: Ie3389406525fb068fb24262a40b8e6af4c744100 Reviewed-on: https://gerrit.libreoffice.org/37334 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-04-27remove wizards bitmaps from .src filesCaolán McNamara1-15/+11
Change-Id: I4e334ac88e1e060bc07af9b174b9b8fb1401fc80
2017-03-25Fix typosAndrea Gelmini1-1/+1
Change-Id: I80b6d080aa31ff8b9d043b983993f4d26d8dc87c Reviewed-on: https://gerrit.libreoffice.org/35662 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2017-01-19get rid of second hicontrast argumentCaolán McNamara1-6/+2
Change-Id: If68b6c8dac5ea4ff50edf90f2b1b8dbc2e0383b4
2017-01-07Typo: Postion->PositionJulien Nabet1-11/+11
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>
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-16coverity#coverity#1326173 Explicit null dereferencedCaolán McNamara1-4/+4
Change-Id: Ifecc942dce4cafb1dcd7028fe742f450892564e4
2015-11-09java: add some @Override annotationsNoel Grandin3-0/+11
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 Grandin2-13/+7
Change-Id: I0457b81668e9427a3c8d6a4af93438b7fb2bb7ba
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
2015-10-22coverity#1326384 Dereference null return valueCaolán McNamara1-0/+3
Change-Id: Ibf3c2ffb78740d55a6e6e4e6c66fb71b5b1c4c85
2015-10-22coverity#1326173 Explicit null dereferencedCaolán McNamara1-2/+4
Change-Id: Icee3d9af9b9811e99afca49e2fe1b46fb4a85bca
2015-06-15java: 'final static' to 'static final'Noel Grandin2-6/+6
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-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-4/+4
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 more dead codeNoel Grandin3-4/+3
found by looking for unused parameters (in Eclipse) Change-Id: I03cf9bc8312e59747b2d0ac153ee2fc8d76be893
2015-01-05java: remove dead codeNoel Grandin2-12/+0
found by UCDetector Change-Id: I6b0f49529379072da566e927b86815f173e7a90b
2014-12-19fix indentationLionel Elie Mamane1-12/+12
Change-Id: I35a89fc3a7f388be783c729c8e3414aba1c5c726
2014-12-19janitorialLionel Elie Mamane1-1/+0
Change-Id: I91387b354d0034410819dbcb8dc1ad8889fc8f14
2014-12-19janitorialLionel Elie Mamane1-1/+0
Change-Id: I3e79b0b34507b947ac4234bab45265027e445d7f
2014-12-19protect against division by zeroLionel Elie Mamane1-41/+47
Change-Id: Ib91120e626f772bb52531c4a35fc70f04cc5c48f
2014-12-19set *content* control to multiline, not label(!)Lionel Elie Mamane1-1/+1
Change-Id: Iebf7fa5b2335e5c6d71fdba791e49a6378db8a31
2014-12-19Revert "fdo#87301 don't rely on the shape to get the control"Lionel Elie Mamane1-2/+2
This reverts commit 89b3af722cc13a0af06822afe248cdec3b63cfeb.
2014-12-19Revert "fix indentation"Lionel Elie Mamane1-12/+12
This reverts commit 534e5676028e41205adba3928f96cd35559b5dca.
2014-12-19fix indentationLionel Elie Mamane1-12/+12
Change-Id: I13b50f49658a9ca38dc9a41b219428d5faad70a3
2014-12-19fdo#87301 don't rely on the shape to get the controlLionel Elie Mamane1-2/+2
as it forgets its associated control Change-Id: Ia5bd2212725376ab629f2c271102cea2cff9e823
2014-12-19java: these fields can be converted to local variablesNoel Grandin2-4/+2
Change-Id: Ifefb5de196a3e5cbaa8945759da42886c69daacf
2014-12-15java: remove some unused fields and variablesNoel Grandin1-6/+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 Grandin7-37/+37
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-07We need to call decode method considering this:Julien Nabet1-1/+1
java.lang.NumberFormatException: For input string: "#FF9966" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:481) at java.lang.Integer.parseInt(Integer.java:527) at com.sun.star.wizards.form.StyleApplier.getStyleColor(StyleApplier.java:321) When creating form with wizard Partly reverts http://cgit.freedesktop.org/libreoffice/core/commit/?id=10e8e10605b9c52bd7fd8a0665dd4d358c733a66 Change-Id: Ide85566244e0dce1d30f6369d1f5d8d30534a01a
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 Grandin5-27/+14
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 methodsNoel Grandin2-16/+2
found by UCDetector Change-Id: If7d7f7b271f48f82d823a3d7b175adcae91180e3
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-25java,wizards: convert event listeners to inner classesNoel Grandin2-7/+24
Change-Id: I01143a9f3a3b563bf5da58dc4a8ed38c440a5c62
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin4-17/+64
Change-Id: Ia95a07f798de01bfedcce6cd5e97090e165a7ca9
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin1-4/+10
Change-Id: Id6a6991704009b909e5108daf65c48722fa97447
2014-11-18java, wizards: remove unused local variables and fieldsNoel Grandin3-8/+7
Change-Id: I77dfcaae8950397e0f22c9a3e744e744055b6cf3
2014-11-18java: make fields final where possibleNoel Grandin5-26/+26
found by PMD Change-Id: I87780366119c141cd2dafe6ca1bf2d9798b10aec
2014-11-12java: convert fields to local variables where possibleNoel Grandin3-18/+8
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>
2014-10-17java: final fields that can be staticNoel Grandin2-4/+4
Change-Id: I8c06be7bc0b8a38c662209f0de72a00550e25447
2014-10-16java: use 'Short.valueOf' instead of 'new Short'Noel Grandin8-41/+41
Change-Id: I2f0156899b75dd8a3a5600be887b6ac9b6fbdec0
2014-10-16java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin7-22/+21
Change-Id: Ia4a847b58862e4f25d64a862f504b629fa336c63