summaryrefslogtreecommitdiffstats
path: root/wizards
Commit message (Collapse)AuthorAgeFilesLines
* Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist2013-08-191-1/+1
| | | | Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
* Further work on the "Mac-like app structure" optionTor Lillqvist2013-08-1811-11/+11
| | | | | | | Lots of stuff still either ended up in the wrong place, or was looked up from the wrong place, or both. Fix most cases. Change-Id: I06ebbce207c219f3cd82b4387dd9b3fdb83420d4
* Use subfolder names from <config_folders.h>Tor Lillqvist2013-08-182-16/+16
| | | | | | | | Change all instances of hardcoded "program", "share" etc subfolder names to use those from <config_folders.h> instead. In normal builds, the end result will not change. Change-Id: I91c95cd8e482818be67307e889ae6df887763f53
* fdo#64117 *always* set the filter name to the correct nameLionel Elie Mamane2013-08-021-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
* Fix some typos.Thomas Klausner2013-07-312-3/+3
| | | | Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
* handle non-wrapped SQLExceptionLionel Elie Mamane2013-07-031-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
* fdo#64155 - fix unlocalized 'default' list entryCsikós Tamás2013-07-021-0/+14
| | | | Change-Id: I3a8b706fe855e7fbff71f227b167a51d3a465be0
* robustifyLionel Elie Mamane2013-06-301-2/+6
| | | | | | | - Survive case where direction not given - make ascending default in stronger way Change-Id: I41ab2fd683ea71ea668e3ca3ee4a9618d67c0107
* fdo#64985 try harder to populate m_sCommandName::m_sCommandNameLionel Elie Mamane2013-06-301-0/+10
| | | | Change-Id: Ibef643498903c82eee5533d387a33ca26a77d496
* Resolves: #i121162# ImageScaleMode constants should be in UPPERCASEAriel Constenla-Haile2013-06-272-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
* fdo#65168: Fix previous fix, Class-Path is built up in solenv/gbuild/Jar.mkStephan Bergmann2013-06-102-1/+2
| | | | | | | | ...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
* fdo#38820 - Remove java web wizardXisco Fauli2013-06-0955-10325/+0
| | | | Change-Id: Iff32e2dbde7f0a7eedd5cf62c5b37fba8bb9ff54
* pyweb: Handle Keyerror exceptionXisco Fauli2013-06-093-2/+5
| | | | Change-Id: I16ea149917b911ba074415511d1f5053439c33bb
* fdo#65168: Fix regressions introduced with de-extension-ing report builderStephan Bergmann2013-06-072-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
* fdo#65044, manage Publisher files in Document ConverterJulien Nabet2013-06-073-7/+7
| | | | | | | Change-Id: I932d53c3c46fb0d654a1ba31b782ebcaced9bbc3 Reviewed-on: https://gerrit.libreoffice.org/4106 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* indentationLionel Elie Mamane2013-06-061-1/+1
| | | | Change-Id: Ib2011a589c12b585c6045fdc87b08f711ed9edc6
* re-base on ALv2 code. Includes:Michael Meeks2013-06-0324-586/+276
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1397337 http://svn.apache.org/viewvc?view=revision&revision=1397315 http://svn.apache.org/viewvc?view=revision&revision=1396797 Patches contributed by Andre Fischer Fixed getcsym.awk to handle #-comments that contain special regexp chars. http://svn.apache.org/viewvc?view=revision&revision=1230971 118778: Added ADDITIONAL_REPOSITORIES environment variable and its automatic setup in configure. http://svn.apache.org/viewvc?view=revision&revision=1232004 118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Herbert Duerr #i119168# use generic LICENSE file for langpacks and sdks http://svn.apache.org/viewvc?view=revision&revision=1310178 macosxotoolhelper: need to quote perl regexp if it may contain regexp metachars http://svn.apache.org/viewvc?view=revision&revision=1183367 allow gbuild with empty sysroot on linux http://svn.apache.org/viewvc?view=revision&revision=1179186 Patches contributed by Ingo Schmidt native373: #164472# improvements for msi database http://svn.apache.org/viewvc?view=revision&revision=1167540 http://svn.apache.org/viewvc?view=revision&revision=1167539 Patches contributed by Jurgen Schmidt adapt setup package scripts to handle special DS_Store file for developer snapshot builds http://svn.apache.org/viewvc?view=revision&revision=1232430 imported patch extensions_i117681.patch http://svn.apache.org/viewvc?view=revision&revision=1172102 Patches contributed by Michael Stahl gbuild: RepositoryFixes.mk should be optional http://svn.apache.org/viewvc?view=revision&revision=1166123 xslt filter: remove the FLA horror wordml import filter: replace FLA usage with plain XSLT http://svn.apache.org/viewvc?view=revision&revision=1363727 Patch contributed by Oliver-Rainer Wittmann i#88652: applied patch, remove unicows deps http://svn.apache.org/viewvc?view=revision&revision=1177585 Remove lots of OS2 conditionals, re-extract Rhino Java, unwind cppunit pieces, cleanup Mac image bits, remove coin-mp and re-package lpsolve, Oxygen & Crystal, fixup qstart bits, expand MPLv2 subset checking. Change-Id: Iad5c8a76399620b892671633c0d8c29996db3564
* fix syntax errors in python wizardsDavid Tardon2013-05-242-4/+4
| | | | Change-Id: Ia237a0095c2cc783f52224bdde5d525baafacc52
* java wizard FilterComponent: TODO annotationsLionel Elie Mamane2013-05-191-0/+11
| | | | Change-Id: I43ce0793306815988e39ba0735abd68f2022eaea
* DB wizards (java): use system locale, not UI language, for parsing mattersLionel Elie Mamane2013-05-196-23/+33
| | | | Change-Id: Ieb00ef3b16cd6213c11298040b789444b3ee3a31
* Spelling "separate" (etc) correctly is hardTor Lillqvist2013-05-152-2/+2
|
* Solve fdo#64406 Missing right closing parenthesisJoren De Cuyper2013-05-101-2/+2
| | | | | | | Change-Id: I3812b60f097b1daf554bf2d337b126e8a8067573 Reviewed-on: https://gerrit.libreoffice.org/3837 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* PyWebWizard: Removed the Jar_web, relaced by the python version.Javier Fernandez2013-05-081-1/+0
| | | | Change-Id: Ia76a2d4ce93bf338c6ca22fd2cd991b42c195ae4
* PyWebWizard: Pack and register the Web wizard.Javier Fernandez2013-05-082-4/+4
| | | | Change-Id: I8e43d228e842f24b054afc6bf59040667a6703d5
* PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez2013-05-0810-249/+168
| | | | | | Formating, python style coding and debug output removal. Change-Id: If5811473695f23b8b11dcd5a7d6e6775ca41ae88
* PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez2013-05-086-9/+29
| | | | | | Properly terminate and dispose the Wizard dialogs. Change-Id: Ia10419d3a7bbeb5ffd7dc1f6a5452eb9df906f63
* PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez2013-05-083-11/+38
| | | | | | Using the com.sun.star.xml.dom.DocumentBuilder service to create the DOM. Change-Id: I71232dda112f7049b901c3495d024334503e078d
* PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez2013-05-0813-196/+193
| | | | | | CGXX classes must use instance attributes, instead of static. Change-Id: Ic76a37b6530e19f6ffcd5ccd995880b3a8741363
* PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez2013-05-082-3/+3
| | | | | | The document list up/down buttons should use OpenSymbol font. Change-Id: I9ff7cb9a12ee98bfba4355283a3b9f8aefb0af95
* PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez2013-05-081-35/+15
| | | | | | Correct implementation of the WebConfigSet class. Change-Id: I28160008cb9b8f96cd0619c70f573520ba9fa595
* PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez2013-05-081-3/+3
| | | | | | Correct URL for the ZIP Publisher. Change-Id: I5984562d700df8f79596d1d5cef00aa5841dbad5
* PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez2013-05-084-126/+67
| | | | | | Implemented the FTP Publishing capabilities. Change-Id: I3dbd2639947a219a494ae219153fcc7f3e30785e
* PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez2013-05-083-24/+110
| | | | | | Generating the TOC index.html from the XSTL templates transformation. Change-Id: If2fbc8bf9b1c754dc0570f2f2c35180342fed736
* PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez2013-05-081-0/+40
| | | | | | Added dummy methods to some of the Listeners because of exceptions. Change-Id: Ida7c27c266228c8fd9d569daf326163a90f31e2b
* PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez2013-05-082-28/+234
| | | | | | New utility I/O methods. Change-Id: I8532d289582d9ed4b25568801617e33e4df41a5b
* PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez2013-05-088-167/+306
| | | | | | | | | | Implementing the Iconset and Background selection dialogs. - Using the new ListModel interface. - Connected the ListModelListeners. - Implemented the Renderer capabilities. Change-Id: I7a4003db662dbae14b7e1a45d21685776a58d2c3
* PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez2013-05-083-10/+66
| | | | | | DataAware support for accessing the getter/setters methods. Change-Id: I4b6559b0c819f4db457760d31d4a8cbd664e8fbd
* PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez2013-05-082-8/+80
| | | | | | The wizard dialog has now support for HighContrast images. Change-Id: Ic7990d162e11484aad973abb78de3d240bd67a0e
* PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez2013-05-082-2/+5
| | | | | | | | New instance method (getProperties) for the Properties class. - The DocumentPreview instance requires it. Change-Id: Ide5b87752cedd4ae91077d641d9ad53874c56e4b
* PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez2013-05-081-1/+2
| | | | | | The FolderPicker does not implement the XInitialization interface. Change-Id: I424a2f8c984c56d21d63f8921633b0d1450a65fa
* PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez2013-05-081-0/+64
| | | | | | New utility Configuration methods for manipulating nodes. Change-Id: I966767fb773c0d710561bea191e901f233b1164e
* PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez2013-05-081-0/+9
| | | | | | Setting the parent GroupConfig root to the children. Change-Id: Ie066c76d4c14d9adc3e09da494aef90cf50596d5
* PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez2013-05-081-4/+17
| | | | | | | | | Completing the preview implementation. - New method getDispatchURL added. - Using directly the URL instead of an array. Change-Id: I0bc78b5998792b149c64815b20217933e6599b3b
* PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez2013-05-084-0/+181
| | | | | | Additional files ported to python for the Web.Export module. Change-Id: I77c062e2d349992b9b42632537c8f2ee4ec26b57
* PyWebWizard: Fixing bugs and implementation of mising features.Javier Fernandez2013-05-086-0/+185
| | | | | | Additional files ported to python for the Common module. Change-Id: I54afc234b0205c3854e569e691454a6921eb2a9f
* Java cleanup, remove unnecessary @SuppressWarnings annotationsNoel Grandin2013-05-062-5/+3
| | | | Change-Id: Ib5df091fc4a6233b526c44ae42dbdbacb0bef7c6
* Java cleanup, convert more Vector to ArrayListNoel Grandin2013-05-064-41/+41
| | | | Change-Id: Icb807382eaf50f515f2c9dfada0c061414baed33
* Document converter: Add extensions as non template casesJulien Nabet2013-05-031-2/+2
| | | | Change-Id: Ifed1b8758e605c3457a9c57b87527d81f684a5f5
* Related: fdo#60265 fix lunatic way to detect special filter nameCaolán McNamara2013-05-032-3/+1
| | | | | | | | | | | | The use of SBMAXEXTENSIONLENGTH appears to be an insane way to detect full filter names and map them back to short suffixes but we are passing suffixes separated by | and if that string hits the SBMAXEXTENSIONLENGTH it gets blanked. So, lets try only doing the conversion to suffix if the filter name starts with a common substr handled by SetExtension Change-Id: I42914d3e042133a2c5e28c9704b5fded7ca938dc
* fdo#60265 Really fixes Basic problemJulien Nabet2013-05-031-8/+8
| | | | | | | | | | GetFilterName function in FilesModul.xba needs the extension be repeated too sLocExtensionList() = ArrayoutofString(sFilterName(i,2), &quot;|&quot;, MaxIndex) Change-Id: I2fecd5352345e6b7541d0a961012c7e91046fb0d Reviewed-on: https://gerrit.libreoffice.org/3729 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>