summaryrefslogtreecommitdiff
path: root/wizards/com
AgeCommit message (Collapse)Author
2014-04-14typo: regularily -> regularlyThomas Arnhold
2014-04-14typo: noone -> no oneThomas Arnhold
2014-04-14typo: paramter -> parameterThomas Arnhold
2014-04-14typo: ommit -> omitThomas Arnhold
2014-04-10It's "its", not "it's"Tor Lillqvist
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
2014-03-30Resolves: fdo#76802 error msg in Web Page Wizard dialogJulien Nabet
Change-Id: I0fa0537a8726bbda182dea8c3a9014d77973edea
2014-03-25typo: bussiness -> businessAndras Timar
Change-Id: Id8851321571072df8042a08c2bf350891a9dfcc4
2014-03-20Fix a number of typos & trailing spaces.Michael Meeks
Change-Id: I8dea099dbb06600f1493da111284810a0e27cd96
2014-03-10wizards: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
Change-Id: I9ac8fc460fbdb957f3cae4c2cde42962daca0052
2014-03-04actively search for wizards dir in all internal templatesCaolán McNamara
Change-Id: I4ef6da4d9d1931917e0aaa6e110fd273bd917b26
2014-03-03Wizards should look for templates in Template_internal, not Template_userStephan Bergmann
...as only the former reliably denotes the share/template tree where the wizard templates are stored. (Presumably the latter defaulted to the former as long as it wasn't explicitly set in the past, but is now always explicitly set since 838b77f5f3d6d8fd98891e99a23ff78a6a357cb2 "Resolves: rhbz#1065807 use xdg ~/Templates for default Template location.") Change-Id: I7d1ac47d821c778fe342865465d0505a94b824bf
2014-02-26Remove visual noise from wizardsAlexander Wilms
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>
2014-02-25(T/t)herfor -> (T/t)hereforeJulien Nabet
Change-Id: I7678dcccc3afa8ecde5160a3f0d731b923f3bfca
2014-02-14pywizards: delete unused fontDescriptorsXisco Fauli
Change-Id: I01479d3a24377b976b8363318b28b6b647f310ea
2014-02-14pywizards: unify setDialogPropertiesXisco Fauli
Change-Id: I20d701da56bf6c8aef573aea71a7629f6374814f
2014-02-13pywizards: Let's do it always the same wayXisco Fauli
Change-Id: I8302bffea68a7e2a167e159cf14ad16a0267e8a4
2014-02-13pywizards: Don't need to instantiate Resource twiceXisco Fauli
Change-Id: I3b0c0218b6b019788316d09a1e1fef9b6a47c6e7
2014-02-13pywizards: use getResArray insteadXisco Fauli
Change-Id: I5afd7ad90c23e99be9b3cf81487da6bd7715b416
2014-02-13pywizards: remove unused codeXisco Fauli
Change-Id: I174ec6a1d307486d38ba4b98a5a158259c57151d
2014-02-06typo fixes in commentsAndras Timar
Change-Id: Idd49478d59cd062118fbf8e99d1c8bc5250013fc
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann
...and deprecate what cannot be removed for compatibility. Change-Id: I1ea335af775b867b468b8285113631167729a92a
2014-01-24pywizards: update callRemote methodsXisco Fauli
Change-Id: Id4a335b19f48738d0f2a02e3660e57701bbc7ef2
2013-12-23TyposJulien Nabet
Change-Id: I27ada8b5154968e521d9e67f21473aa85776e70e
2013-12-20typo fixesAndras Timar
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
2013-11-25Fix different typos for "unknown"Julien Nabet
Change-Id: Ib2ee00d4e9f4c6c05d090adfcd5fb791fcbca72c
2013-11-24pywizards: Some more pyflakes loveXisco Fauli
Change-Id: I3da78c004068cd7306ef79f5d019ab5bf07cac0b
2013-11-24pyweb: some pyflakes loveXisco Fauli
Change-Id: I317656ca26eec5946959ac21e7da335196dd8548
2013-11-24pyletter: Some pyflakes loveXisco Fauli
Change-Id: I60d921ea27e995ffc4e18995993d961dc91543b3
2013-11-23pyweb: Cleanup publisher optionsXisco Fauli
Change-Id: I4308a831a505b0a5d0ac04b943cd9d6efa89298d
2013-11-23pyweb: remove unused codeXisco Fauli
Change-Id: Ia0d1ab92d3b23e834e3b953a8caadfdcae75d0ab
2013-11-20pyweb: remove unused codeXisco Fauli
Change-Id: I6141e314e04222544f8fe356d8cdfd3be1984840
2013-11-20pyweb: fix finish button behaviorXisco Fauli
Change-Id: I6f9313f721ca07e98107cd2770f5846ffae0171a
2013-11-19fdo#68788: Don't use systemPathToFileUrl hereXisco Fauli
it works on Linux but not on Windows. Change-Id: Ia9af362c09d46c678fa4ebe8cf4922dae3dddccf
2013-11-18fdo#69025 Remove unused textXisco Fauli
Change-Id: I9fc60d52e1bc4b38b79e3e29ed1b04b3e8a777a1
2013-11-18pyagenda: Use for instead of while, same logicXisco
Change-Id: I9a18e2178f89f887a1243db77297cee0dd9c2310
2013-10-30fdo#70674 adapt wizard code to incompatible Date/Time API changeLionel Elie Mamane
Change-Id: I0338777bf46c10f6082c7eb3886883e92952eb99
2013-10-25fdo#69772 make StringsFromResultSet more robustJulien Nabet
Correctly handle case argument _xResultSet == null, instead of throwing a NullPointerException. Change-Id: I81e35c77116e2e0302da86f03f7e757a52e97b29
2013-09-26typo fixes in commentsAndras Timar
Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
2013-09-10pywizards: fix the switch between elements in the listboxsXisco Fauli
Change-Id: I4603232d158ad3adb60697dbf1425eb5dfe5d71f
2013-09-08pywizards: Fix date and time fieldsXisco Fauli
Change-Id: I7be16558bab7c4dde2d326808b9fb115a6878894
2013-08-02fdo#64117 *always* set the filter name to the correct nameLionel Elie Mamane
the removed test made absolutely no sense: aliasName is a fully-qualified name, but columns is indexed by column name. That is, schemaName.tableName.columnName as opposed to only columnName. Change-Id: I9066b5183298e3e6ab63c367594f92bb3e00979d
2013-07-31Fix some typos.Thomas Klausner
Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
2013-07-03handle non-wrapped SQLExceptionLionel Elie Mamane
This happens e.g. when the user types a forbidden name for the query (e.g. containing '/' Also uniformise Logger usage instead of exception.printStackTrace Change-Id: I29b14b65dae487e0eb61b90ceba968142981e755
2013-07-02fdo#64155 - fix unlocalized 'default' list entryCsikós Tamás
Change-Id: I3a8b706fe855e7fbff71f227b167a51d3a465be0
2013-06-30robustifyLionel Elie Mamane
- Survive case where direction not given - make ascending default in stronger way Change-Id: I41ab2fd683ea71ea668e3ca3ee4a9618d67c0107
2013-06-30fdo#64985 try harder to populate m_sCommandName::m_sCommandNameLionel Elie Mamane
Change-Id: Ibef643498903c82eee5533d387a33ca26a77d496
2013-06-27Resolves: #i121162# ImageScaleMode constants should be in UPPERCASEAriel Constenla-Haile
(cherry picked from commit 734b532fb77d2d5be7eb7becb6720dbd7b3d8978) Conflicts: offapi/com/sun/star/awt/ImageScaleMode.idl oox/source/ole/axcontrol.cxx reportdesign/source/filter/xml/xmlHelper.cxx wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java Change-Id: Ib5fa7b82edddb809129a4e5619a20ca7a7b2e38a
2013-06-10fdo#65168: Fix previous fix, Class-Path is built up in solenv/gbuild/Jar.mkStephan Bergmann
...and must not be hard-coded in the manifest input (else report.jar was missing the link to commonwizards.jar, so at least --disable-report-builder builds failed with java.lang.NoClassDefFoundError). Change-Id: I81cdadb599c7bf9a4a4503924dab4fbf9d60b44f
2013-06-09fdo#38820 - Remove java web wizardXisco Fauli
Change-Id: Iff32e2dbde7f0a7eedd5cf62c5b37fba8bb9ff54
2013-06-09pyweb: Handle Keyerror exceptionXisco Fauli
Change-Id: I16ea149917b911ba074415511d1f5053439c33bb