summaryrefslogtreecommitdiff
path: root/wizards/com
AgeCommit message (Collapse)AuthorFilesLines
2014-02-06typo fixes in commentsAndras Timar2-11/+11
Change-Id: Idd49478d59cd062118fbf8e99d1c8bc5250013fc
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann1-35/+8
...and deprecate what cannot be removed for compatibility. Change-Id: I1ea335af775b867b468b8285113631167729a92a
2014-01-24pywizards: update callRemote methodsXisco Fauli13-112/+74
Change-Id: Id4a335b19f48738d0f2a02e3660e57701bbc7ef2
2013-12-23TyposJulien Nabet2-2/+2
Change-Id: I27ada8b5154968e521d9e67f21473aa85776e70e
2013-12-20typo fixesAndras Timar2-2/+2
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
2013-11-25Fix different typos for "unknown"Julien Nabet2-7/+7
Change-Id: Ib2ee00d4e9f4c6c05d090adfcd5fb791fcbca72c
2013-11-24pywizards: Some more pyflakes loveXisco Fauli21-47/+9
Change-Id: I3da78c004068cd7306ef79f5d019ab5bf07cac0b
2013-11-24pyweb: some pyflakes loveXisco Fauli20-106/+17
Change-Id: I317656ca26eec5946959ac21e7da335196dd8548
2013-11-24pyletter: Some pyflakes loveXisco Fauli1-6/+1
Change-Id: I60d921ea27e995ffc4e18995993d961dc91543b3
2013-11-23pyweb: Cleanup publisher optionsXisco Fauli7-55/+33
Change-Id: I4308a831a505b0a5d0ac04b943cd9d6efa89298d
2013-11-23pyweb: remove unused codeXisco Fauli1-16/+0
Change-Id: Ia0d1ab92d3b23e834e3b953a8caadfdcae75d0ab
2013-11-20pyweb: remove unused codeXisco Fauli1-22/+0
Change-Id: I6141e314e04222544f8fe356d8cdfd3be1984840
2013-11-20pyweb: fix finish button behaviorXisco Fauli1-6/+6
Change-Id: I6f9313f721ca07e98107cd2770f5846ffae0171a
2013-11-19fdo#68788: Don't use systemPathToFileUrl hereXisco Fauli1-1/+1
it works on Linux but not on Windows. Change-Id: Ia9af362c09d46c678fa4ebe8cf4922dae3dddccf
2013-11-18fdo#69025 Remove unused textXisco Fauli2-25/+10
Change-Id: I9fc60d52e1bc4b38b79e3e29ed1b04b3e8a777a1
2013-11-18pyagenda: Use for instead of while, same logicXisco1-8/+7
Change-Id: I9a18e2178f89f887a1243db77297cee0dd9c2310
2013-10-30fdo#70674 adapt wizard code to incompatible Date/Time API changeLionel Elie Mamane1-2/+13
Change-Id: I0338777bf46c10f6082c7eb3886883e92952eb99
2013-10-25fdo#69772 make StringsFromResultSet more robustJulien Nabet1-0/+2
Correctly handle case argument _xResultSet == null, instead of throwing a NullPointerException. Change-Id: I81e35c77116e2e0302da86f03f7e757a52e97b29
2013-09-26typo fixes in commentsAndras Timar2-4/+4
Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
2013-09-10pywizards: fix the switch between elements in the listboxsXisco Fauli1-0/+3
Change-Id: I4603232d158ad3adb60697dbf1425eb5dfe5d71f
2013-09-08pywizards: Fix date and time fieldsXisco Fauli3-33/+34
Change-Id: I7be16558bab7c4dde2d326808b9fb115a6878894
2013-08-02fdo#64117 *always* set the filter name to the correct nameLionel Elie Mamane1-2/+1
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 Klausner2-3/+3
Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
2013-07-03handle non-wrapped SQLExceptionLionel Elie Mamane1-2/+3
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ás1-0/+14
Change-Id: I3a8b706fe855e7fbff71f227b167a51d3a465be0
2013-06-30robustifyLionel Elie Mamane1-2/+6
- 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 Mamane1-0/+10
Change-Id: Ibef643498903c82eee5533d387a33ca26a77d496
2013-06-27Resolves: #i121162# ImageScaleMode constants should be in UPPERCASEAriel Constenla-Haile2-2/+2
(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 Bergmann1-1/+0
...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 Fauli55-10325/+0
Change-Id: Iff32e2dbde7f0a7eedd5cf62c5b37fba8bb9ff54
2013-06-09pyweb: Handle Keyerror exceptionXisco Fauli3-2/+5
Change-Id: I16ea149917b911ba074415511d1f5053439c33bb
2013-06-07fdo#65168: Fix regressions introduced with de-extension-ing report builderStephan Bergmann2-29/+9
...in 90a326c7028d5af132c62edfaef77c53627e4c0e "fdo#61950 move report builder from bundled extensions to plain code": * For one, ReportWizard.startReportWizard (wizards/com/sun/star/wizards/report/ReportWizard.java) would still try to load reportbuilderwizard.jar from the unpacked extension (and, failing that, fell back to the old default engine, so this didn't cause any failure per se). Instead, reference reportbuilderwizard.jar (which was also missing from scp2) from report.jar's manifest Class-Path (which will always be OK, even if reportbuilderwizard.jar is not installed) and check for the relevant class via Class::forName directly. * For another, the en-US/wizard/report/default.otr template had gone missing. The way to find it inside the unpacked extension in the past was to include a Paths.xcu update that extends the Template path. Instead, install that template directly into share/template now, and drop the (unused already) Paths.xcu update. Change-Id: I09eca2b69aa55d5b15fb5ecfec6881f8a6f6e5e5
2013-06-06indentationLionel Elie Mamane1-1/+1
Change-Id: Ib2011a589c12b585c6045fdc87b08f711ed9edc6
2013-05-24fix syntax errors in python wizardsDavid Tardon2-4/+4
Change-Id: Ia237a0095c2cc783f52224bdde5d525baafacc52
2013-05-19java wizard FilterComponent: TODO annotationsLionel Elie Mamane1-0/+11
Change-Id: I43ce0793306815988e39ba0735abd68f2022eaea
2013-05-19DB wizards (java): use system locale, not UI language, for parsing mattersLionel Elie Mamane6-23/+33
Change-Id: Ieb00ef3b16cd6213c11298040b789444b3ee3a31
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist2-2/+2
2013-05-08PyWebWizard: Pack and register the Web wizard.Javier Fernandez1-4/+3
Change-Id: I8e43d228e842f24b054afc6bf59040667a6703d5
2013-05-08PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez10-249/+168
Formating, python style coding and debug output removal. Change-Id: If5811473695f23b8b11dcd5a7d6e6775ca41ae88
2013-05-08PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez6-9/+29
Properly terminate and dispose the Wizard dialogs. Change-Id: Ia10419d3a7bbeb5ffd7dc1f6a5452eb9df906f63
2013-05-08PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez3-11/+38
Using the com.sun.star.xml.dom.DocumentBuilder service to create the DOM. Change-Id: I71232dda112f7049b901c3495d024334503e078d
2013-05-08PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez13-196/+193
CGXX classes must use instance attributes, instead of static. Change-Id: Ic76a37b6530e19f6ffcd5ccd995880b3a8741363
2013-05-08PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez2-3/+3
The document list up/down buttons should use OpenSymbol font. Change-Id: I9ff7cb9a12ee98bfba4355283a3b9f8aefb0af95
2013-05-08PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez1-35/+15
Correct implementation of the WebConfigSet class. Change-Id: I28160008cb9b8f96cd0619c70f573520ba9fa595
2013-05-08PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez1-3/+3
Correct URL for the ZIP Publisher. Change-Id: I5984562d700df8f79596d1d5cef00aa5841dbad5
2013-05-08PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez4-126/+67
Implemented the FTP Publishing capabilities. Change-Id: I3dbd2639947a219a494ae219153fcc7f3e30785e
2013-05-08PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez3-24/+110
Generating the TOC index.html from the XSTL templates transformation. Change-Id: If2fbc8bf9b1c754dc0570f2f2c35180342fed736
2013-05-08PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez1-0/+40
Added dummy methods to some of the Listeners because of exceptions. Change-Id: Ida7c27c266228c8fd9d569daf326163a90f31e2b
2013-05-08PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez2-28/+234
New utility I/O methods. Change-Id: I8532d289582d9ed4b25568801617e33e4df41a5b
2013-05-08PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez8-167/+306
Implementing the Iconset and Background selection dialogs. - Using the new ListModel interface. - Connected the ListModelListeners. - Implemented the Renderer capabilities. Change-Id: I7a4003db662dbae14b7e1a45d21685776a58d2c3