f9fa11e1c2
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> |
||
---|---|---|
.. | ||
com/sun/star/wizards | ||
source | ||
AllLangMoTarget_wiz.mk | ||
CustomTarget_share.mk | ||
CustomTarget_wizards.mk | ||
Jar_commonwizards.mk | ||
Jar_form.mk | ||
Jar_query.mk | ||
Jar_report.mk | ||
Jar_reportbuilder.mk | ||
Jar_table.mk | ||
Makefile | ||
Module_wizards.mk | ||
Package_access2base.mk | ||
Package_depot.mk | ||
Package_euro.mk | ||
Package_form.mk | ||
Package_gimmicks.mk | ||
Package_import.mk | ||
Package_scriptforge.mk | ||
Package_sfdatabases.mk | ||
Package_sfdialogs.mk | ||
Package_sfdocuments.mk | ||
Package_sfwidgets.mk | ||
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 | ||
Pyuno_agenda.mk | ||
Pyuno_commonwizards.mk | ||
Pyuno_fax.mk | ||
Pyuno_letter.mk | ||
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.