summaryrefslogtreecommitdiff
path: root/wizards
AgeCommit message (Collapse)AuthorFilesLines
2014-11-27java,wizards: remove unused parametersNoel Grandin35-119/+105
Change-Id: I13f0c7afca233cc0ff6692f8fb442a80c4208d20
2014-11-27java,wizards: remove unread fieldsNoel Grandin32-124/+29
found by UCDetector Change-Id: Ia98606a98b998a224f821f2e673e788fb0ecf7d1
2014-11-27java,wizards: remove unused constantsNoel Grandin9-13/+0
found by UCDetector Change-Id: Ic62ec16bceb9ab7b6898f8a469af65ba3884bb51
2014-11-27java,wizards: remove unused classesNoel Grandin38-3978/+0
found by UCDetector Change-Id: I7993f781a9e195d7d591e8a9e94a72ee86d77826
2014-11-27java,wizards: remove unused methodsNoel Grandin57-3482/+57
found by UCDetector Change-Id: If7d7f7b271f48f82d823a3d7b175adcae91180e3
2014-11-27java,wizards: remove unused class XCommandSelectionListenerNoel Grandin2-25/+0
Change-Id: I80416b3e2065263abd6015843e3aa6f7b7c0b3e4
2014-11-27java,wizards: remove completely unreferenced fieldsNoel Grandin30-74/+0
found by UCDetector Change-Id: I00a35337478111991dec7fa6310e57d3b5a146fa
2014-11-27java,wizards: remove unnecessary use of reflectionNoel Grandin3-10/+19
Change-Id: I44750fa6673c7b5e0a796b6e443028aa3a5e68fc
2014-11-27java,wizards: remove unnecessary use of reflectionNoel Grandin1-44/+15
Change-Id: I6c879957e4dcd003eb155900d4cc9cd8f445ef32
2014-11-25java,wizards: forgot to commit some filesNoel Grandin3-0/+69
Change-Id: Ie4532343cf964ade848454d89b44e381eadb6582
2014-11-25java: remove some comment noiseNoel Grandin4-23/+0
Change-Id: I1c258b853097448d4a59334d915e94dba4c7eb34
2014-11-25java: remove now unused CommonListener classNoel Grandin3-228/+0
Change-Id: I2b3d73dc38ab4c5b7ac60bc8b4b3903c36579891
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin8-29/+68
Change-Id: I3c30d3865302741c7fbdc811e32686a921b6a4df
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin4-21/+38
Change-Id: I01143a9f3a3b563bf5da58dc4a8ed38c440a5c62
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin8-41/+128
Change-Id: Ia95a07f798de01bfedcce6cd5e97090e165a7ca9
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin3-17/+35
Change-Id: Id6a6991704009b909e5108daf65c48722fa97447
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin6-65/+119
Change-Id: I8379bb8194b86a194c351c5e33e1765b8feb59d2
2014-11-25java,wizards: convert some listeners to more normal inner classesNoel Grandin6-77/+171
Change-Id: Iee0b9e3409f5789a1ca17eb10b100a457dfbdea3
2014-11-25java: simplify CommonListenere some moreNoel Grandin2-140/+27
and remove some unused methods in UnoDialog2, and rename some parameters to be more explanatory Change-Id: Ic57510159bebacc1c79d8d689a14bd3cd5a81ae8
2014-11-25java: simplify the CommonListener stuffNoel Grandin4-49/+30
by moving the MethodInvocation to be purely an internal detail Change-Id: Id7863261abd5ebd30b7596bac756ca5360119283 Reviewed-on: https://gerrit.libreoffice.org/13100 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-25java: final fields that can be staticNoel Grandin9-20/+20
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-24convert EventNames to an enumNoel Grandin6-50/+64
Change-Id: I68496b47564f4c00c19a62f9f1bf38d3353598f7 Reviewed-on: https://gerrit.libreoffice.org/13095 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-24merge AbstractListener into CommonListenerNoel Grandin6-137/+108
since CommonListener is the only subclass Change-Id: If10ccb29991d7c48e2c20fc41330572a669f1497 Reviewed-on: https://gerrit.libreoffice.org/13094 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-24the getGuiEventListener method is unnecessaryNoel Grandin2-9/+4
Change-Id: I1c8b0ea28b6dbc2b6825f5f30ae0d234b7362d64 Reviewed-on: https://gerrit.libreoffice.org/13093 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-24the UnoDialog constructor parameters can be simplifiedNoel Grandin2-7/+3
Change-Id: I5c790a4b79966c977899a0cdacde8fb41148eb1a Reviewed-on: https://gerrit.libreoffice.org/13092 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-24createListener() is never overridenNoel Grandin2-11/+1
Change-Id: I95c095eb7a6f315019fb851fb20e65314eaebf55 Reviewed-on: https://gerrit.libreoffice.org/13091 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-18java, wizards: remove unused local variables and fieldsNoel Grandin37-94/+45
Change-Id: I77dfcaae8950397e0f22c9a3e744e744055b6cf3
2014-11-18java: make fields final where possibleNoel Grandin43-133/+133
found by PMD Change-Id: I87780366119c141cd2dafe6ca1bf2d9798b10aec
2014-11-18java: rather use @Deprecated annotationNoel Grandin1-3/+1
than an empty @deprecated tag Change-Id: I1646ce1c0c8823ac5be0153aeb8eb2b830e7ebfa Reviewed-on: https://gerrit.libreoffice.org/12525 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini9-12/+12
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-11-12java: convert fields to local variables where possibleNoel Grandin14-71/+31
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-11-10fix spelling implemenation -> implementationNoel Grandin4-10/+10
Change-Id: I5ac499df1f4063a80a5d41f60778106a7b96940d
2014-11-07default to ods instead of sxcCaolán McNamara1-8/+8
Change-Id: I66e6905237307f177fadfef2ffc13f04ffc43921
2014-11-02Access2Base - Extension of GoTorecord action to table/query datasheetsJean-Pierre Ledure1-25/+28
Change-Id: I334491e2c75e666bde9db25a01abd5f71a993153
2014-11-01Access2Base - new ApplyFilter and SetOrderBy actionsJean-Pierre Ledure6-13/+167
Those actions are meaningful when applied on Table and Query datasheets. Forms and subforms (1 level) supported as well. Change-Id: Ic104559d84ff94f1e7e9bed3db1a13a286953314
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini3-6/+6
Change-Id: Ia43976d84eede6f699381bc4f3daf89b95e4cb4f Reviewed-on: https://gerrit.libreoffice.org/12150 Reviewed-by: Bryan Quigley <gquigs@gmail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-10-30java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch5-117/+15
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-30java: Questionable use of non-short-circuit logicRobert Antoni Buj i Gelonch1-1/+1
Change-Id: Ied831cb5d6645e2696ff2d3d57843fc7a1f82f7e Reviewed-on: https://gerrit.libreoffice.org/12137 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-25Access2Base - Introspection in RootJean-Pierre Ledure2-3/+1
Change-Id: I46d629592a845b3480c04b2ecf545d1b68b510e8
2014-10-17Access2Base - Internal redesign of root structure into a separate class moduleJean-Pierre Ledure12-203/+322
Redesign of CurrentDb, CurrentDoc interfaces. Creation of new Root_.xba class module. Console logs, TempVars and Dialog collections are unchanged. Change-Id: I573a75e8fb54b277aef84d4518cc8e5cc21d7270
2014-10-17java: final fields that can be staticNoel Grandin12-42/+42
Change-Id: I8c06be7bc0b8a38c662209f0de72a00550e25447
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin5-8/+8
Change-Id: I5ef45b971d24dde814ab8cbb2e9503d9da4f0d73
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin9-26/+36
Change-Id: I14666493e72da177fcfff1895ef3206f0e13cc01
2014-10-16java: replace 'new Short' with 'Short.valueOf'Noel Grandin2-7/+7
Change-Id: Ic0e3aca1c1459ab938e01f43c0212859d85075e8
2014-10-16java: replace 'new Integer' with 'Integer.valueOf'Noel Grandin1-9/+9
Change-Id: I85aceccae2ba28d9ef2cbf9fb220c5072e5ed3cf
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin1-30/+30
Change-Id: I3c0c7f08d4d8ea594e72fc0d9b93d085d4ab4bf5
2014-10-16java: no need to explicitly code default constructorsNoel Grandin6-27/+0
the compiler will do it automatically Change-Id: I6ee57c3500a4c1c1b96919a69b569686e6c0ead9
2014-10-16java: methods in interfaces are implicitly publicNoel Grandin13-70/+68
Change-Id: I543fe5b8890668f60d6528a2a7ae6d099d5b4945
2014-10-16remove unnecessary catch blockNoel Grandin5-24/+24
Change-Id: Id33384cee3444924e7e8de7d496f117f120b1876
2014-10-16java: use 'Short.valueOf' instead of 'new Short'Noel Grandin42-180/+180
Change-Id: I2f0156899b75dd8a3a5600be887b6ac9b6fbdec0