summaryrefslogtreecommitdiff
path: root/wizards
AgeCommit message (Collapse)AuthorFilesLines
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 Fauli14-113/+74
Change-Id: Id4a335b19f48738d0f2a02e3660e57701bbc7ef2
2014-01-03added LVL Latvian Lats to Euro Converter, fdo#73239Eike Rathke2-8/+33
Change-Id: Icc6f9c40a39f08bb0bcbed6d25c99f0e67cb608c
2014-01-03die binfilter die die dieEike Rathke1-38/+22
Euro Converter tried to obtain filters for names of binary filters that don't exist anymore and can't be resolved hence the TypeDetection GetByName() bailed out with an exception when calling the file picker (e.g. when attempting to select a document), stopping in Basic environment and effectively rendering the wizard useless. Change-Id: Ifdef6f59abdc16bedd0f54ec317dc44af8f1e628
2013-12-27Transex3: NO_LOCALIZE_EXPORTZolnai Tamás1-1/+1
In the past, NO_LOCALIZE_EXPORT macro must be used to skip uneeded parsing of src files which has no localizable content. It is unsued by now and it is more effective to handle this files on gmake level: gb_SrsTarget_add_nonlocalizable_files gb_SrsTarget_add_nonlocalizable_templates Plus remove some empty src file. Change-Id: I8fc9b2db0b5fd7a3379d3c5be970c4fc691f4c53
2013-12-23TyposJulien Nabet2-2/+2
Change-Id: I27ada8b5154968e521d9e67f21473aa85776e70e
2013-12-20typo fixesAndras Timar2-2/+2
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
2013-12-10Get rid of $(share_subdir_name) againStephan Bergmann5-19/+45
Quoting 56211a166ab25d80de84c2cccce22be15a9be051 "fdo#72394 Don't endlessly expand $(share_subdir_name) into itself": * The compile-time variable LIBO_SHARE_FOLDER should not end up as a runtime framework path variable, esp. since accidentally re-substituting it for "share" segments in unrelated URLs like <file:///export/share/for-all> does not make sense. ac4e19f9085dbd0103c7336a5318aa1e55b3e3e0 "fdo#68552: Don't (attempt to) do run-time expansion of build-time parameters" had already attempted a fix for that, but it had to be reverted again with 791a8b96f754798192875da287c84f8cfa4e533e because it "Unfortunately does not work if BUILDDIR is different from SRCDIR." So this time fix it not via configure-expanded *.in files, but via xsltproc (for officecfg/registry/ files) and sed (for wizards/soruce/configshare files). The changes to officecfg/util/alllang.xsl will replace @LIBO_SHARE_FOLDER@ only in oor:name attribues (and in <value> text), not in any other attributes, because I have no idea how to write that generically in XSLT and it happens to be only needed in oor:name for now. Change-Id: Iec78eb70dcbf1a5bbabf4e42f21c44dc65c3e438
2013-11-25Fix different typos for "unknown"Julien Nabet2-7/+7
Change-Id: Ib2ee00d4e9f4c6c05d090adfcd5fb791fcbca72c
2013-11-24pyweb: update makefileXisco Fauli1-1/+0
Change-Id: I69953716656446ab26a9d97d0a6921f87e8b8995
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 Fauli3-30/+10
Change-Id: I9fc60d52e1bc4b38b79e3e29ed1b04b3e8a777a1
2013-11-18pyagenda: Use for instead of while, same logicXisco1-8/+7
Change-Id: I9a18e2178f89f887a1243db77297cee0dd9c2310
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-5/+8
- this renames the 'almost' module target to non-l10n - and adds a l10n target which is intended to only build l10n parts of the product - packagers should then be able to build l10n and non-l10n parts of the product independently, thus: - enable quicker rebuilds - distribution of load - updates to l10n without a full rebuild - security fixes to binaries without rebuilding all l10n - the new targets are called build-l10n-only and build-non-l10n-only - note this is not intended to move a concept of split packages upstream -- while this exsists in distros, the number of test scenarios for this would explode upstream Change-Id: Ib8ccc9bc52718d9b0ebbfee76ad93dc29c260863 Conflicts: filter/Module_filter.mk
2013-10-30fdo#70674 adapt wizard code to incompatible Date/Time API changeLionel Elie Mamane1-2/+13
Change-Id: I0338777bf46c10f6082c7eb3886883e92952eb99
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl12-24/+0
Change-Id: I2bc45e4ba63f5faaee7389bcd9d7b3f563503186
2013-10-28Access2Base : Reference to documentation added in every moduleJean-Pierre Ledure24-52/+186
+ workaround for setPosSize issue (LO 4.1) + "Sidebar" argument for RunCommand + Trace dialog layout revisit for cleaner display in Linux Change-Id: I0d5c4da5681ab1649d062a7133d507163163343e Reviewed-on: https://gerrit.libreoffice.org/6449 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
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-10-13Access2Base store (wizards + scp2)Jean-Pierre Ledure32-1/+15047
License text modified after gerrit review Change-Id: I193d6d1fd477cca4c2880760f21f8d978643f634 Reviewed-on: https://gerrit.libreoffice.org/6232 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2013-10-04'ist' -> 'is' here and there.Jan Holesovsky3-5/+5
Change-Id: I0a463c38214b95582db2c7b3979367255426c14e
2013-09-26typo fixes in commentsAndras Timar2-4/+4
Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
2013-09-23Try to fix cross-compilationTor Lillqvist11-11/+11
Add more FOO_FOR_BUILD variables and some gb_Foo_for_build functions. Get rid of gb_INSTROOT and gb_DEVINSTALLROOT, just use INSTROOT. Change-Id: Iee531b02d14fae41edb68ad589a5dec829a60255
2013-09-11Easier conversion between Basic Date and UNO Date/TimeLionel Elie Mamane2-14/+14
Utility functions to convert between Basic Date type and the representations of Date and Time in UNO, namely: - com.sun.star.util.Date - com.sun.star.util.Time - com.sun.star.util.DateTime Name of new functions: - CDateToUnoDate - CDateFromUnoDate - CDateToUnoTime - CDateFromUnoTime - CDateToUnoDateTime - CDateFromUnoDateTime Change-Id: I2b971df20df1c0351d071023e042169b548894f1 Reviewed-on: https://gerrit.libreoffice.org/5897 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-09-11typo fix: wether -> whetherAndras Timar1-2/+2
Change-Id: Iad4182d7150f851df06a7208a811d482351f736a
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann11-11/+11
Introduced gb_INSTROOT, which is the same as $(INSTDIR) except for Mac OS X, where it is $(INSTDIR)/LibreOffice.app/Contents. Most stuff ends up there (so most occurrences of $(INSTDIR) have been replaced with $(gb_INSTROOT)), but SDK- related stuff goes to $(INSTDIR)/$(gb_Package_SDKDIRNAME). (And GeneratedPackage needed to be made more flexible, to allow for packages that go into either of those two places.) For Android and iOS, gb_INSTROOT probably still needs to be set. The most obvious missing thing yet to make instdir work for Mac OS X is the instdir/*/LibreOffice.app/Contents/ure/ vs. instdir/*/LibreOffice.app/Contents/ure-link/ split. Change-Id: I4478edd27b14c92c96d92d5169bdca3ec50d78f5
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-09-05Revert "fdo#68552: Don't (attempt to) do run-time expansion of build-time ↵Michael Stahl4-40/+16
parameters" This reverts commit ac4e19f9085dbd0103c7336a5318aa1e55b3e3e0. Unfortunately does not work if BUILDDIR is different from SRCDIR.
2013-09-05Revert "Git rm these two files that are now expanded from corresponding .in"Michael Stahl2-0/+24
This reverts commit f58cf57213a300ced1369b17daebc2e9e8251c06. Uhfortunatley commit ac4e19f9085dbd0103c7336a5318aa1e55b3e3e0 does not work in the case when SRCDIR is not the same as BUILDDIR.
2013-09-05Git rm these two files that are now expanded from corresponding .inTor Lillqvist2-24/+0
Change-Id: I2b1ba216d758e89ece279ee97528976b8c987dfc
2013-09-05fdo#68552: Don't (attempt to) do run-time expansion of build-time parametersTor Lillqvist4-16/+40
The $(share_subdir_name) things in the filter fragment .xcu files didn't actually work it seems. But anyway, it's a bit silly to do expansion at run-time of $(foo) things known at build-time anyway. Thanks to sberg for pointing this out. So just use the normal configury .in mechanism for these. Simpler. Change-Id: I14b3e5cc5169b34df8a1d7ff07cc28452c67bcc8
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist1-1/+1
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist11-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
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist2-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
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 Bergmann2-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
2013-06-09fdo#38820 - Remove java web wizardXisco Fauli55-10325/+0
Change-Id: Iff32e2dbde7f0a7eedd5cf62c5b37fba8bb9ff54