office-gobmx/wizards
Jean-Pierre Ledure f9fa11e1c2 ScriptForge - (SF_Calc) FIX CompactUp/Left whan range is 1 row/col
When the range to compact spans only 1 row (CompactUp)
or 1 column (CompactLeft), a GetValue() method returns
a scalar and not an array as expected in usual cases.

This caused an abort of the script when invoking the
UBound() value of the returned array with a Basic run-time error
   Object variable not set

A test on being scalar or array of the result of
the GetValue() method avoids the error.
To be done in both CompactXXX() methods.

Impact only on Basic code. Python not involved.
No changes due in documentation.

Change-Id: I74cf2b274944b442f843e1f4b7ac3a05dd6eaae7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134352
Tested-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Jenkins
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
2022-05-16 16:22:55 +02:00
..
com/sun/star/wizards Typo: bIsSuccessfull->bIsSuccessful 2021-09-12 07:51:29 +02:00
source ScriptForge - (SF_Calc) FIX CompactUp/Left whan range is 1 row/col 2022-05-16 16:22:55 +02:00
AllLangMoTarget_wiz.mk
CustomTarget_share.mk
CustomTarget_wizards.mk Resolves: tdf#97046 ensure build system variables start with gb_ 2021-11-04 10:48:24 +01:00
Jar_commonwizards.mk
Jar_form.mk Generally determine Rdb content from gb_*_set_componentfile calls 2021-12-10 08:14:24 +01:00
Jar_query.mk Generally determine Rdb content from gb_*_set_componentfile calls 2021-12-10 08:14:24 +01:00
Jar_report.mk Generally determine Rdb content from gb_*_set_componentfile calls 2021-12-10 08:14:24 +01:00
Jar_reportbuilder.mk
Jar_table.mk Generally determine Rdb content from gb_*_set_componentfile calls 2021-12-10 08:14:24 +01:00
Makefile
Module_wizards.mk ScriptForge - new SFWidgets library, new PopupMenu service 2021-10-15 16:39:48 +02:00
Package_access2base.mk
Package_depot.mk
Package_euro.mk
Package_form.mk
Package_gimmicks.mk
Package_import.mk
Package_scriptforge.mk ScriptForge - (SF_Region) new service in the core library 2022-03-24 16:20:30 +01:00
Package_sfdatabases.mk
Package_sfdialogs.mk
Package_sfdocuments.mk ScriptForge - (SF_Calc) new OpenRangeSelector() method 2021-11-15 13:47:26 +01:00
Package_sfwidgets.mk ScriptForge - (SFWidgets) new SF_Menu service 2021-12-03 15:24:57 +01:00
Package_share.mk
Package_standard.mk
Package_template.mk
Package_tools.mk
Package_tutorials.mk
Package_usr.mk
Package_wizards.mk
Package_wizards_properties.mk tdf#141724 package qtz properties file as well, if present 2021-10-02 08:37:13 +02:00
Pyuno_agenda.mk Generally determine Rdb content from gb_*_set_componentfile calls 2021-12-10 08:14:24 +01:00
Pyuno_commonwizards.mk
Pyuno_fax.mk Generally determine Rdb content from gb_*_set_componentfile calls 2021-12-10 08:14:24 +01:00
Pyuno_letter.mk Generally determine Rdb content from gb_*_set_componentfile calls 2021-12-10 08:14:24 +01:00
README.md

Java Wizards

Java wizards for db setup, importing, tutorials, etc.

There are also partially converted Python copies of each wizard, which we are hoping to migrate to in order to remove the Java dependency here.