office-gobmx/wizards
Jean-Pierre Ledure ca9168b8ad ScriptForge (SF_Array) fix tdf#158976 Shuffle()
The algorithm used to shuffle a 1D array
prevented any item of the array to remain
in the same entry after the shuffle.

This has been fixed. The potential targeted entries
to receive an item include the actual entry.

This change might impact existing scripts that
have Randomize()d their sorts to always get the
same shuffle results. This should impact test
scripts only.

SF_Array.Shuffle() is available in Basic only.
No impact on help pages.

Change-Id: If56d901f4af68f8889a7352c306bae6e3443ae97
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161987
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Jenkins
2024-01-13 11:20:08 +01:00
..
com/sun/star/wizards tdf#158803 Remove unused imports from wizards 2023-12-29 23:56:27 +01:00
source ScriptForge (SF_Array) fix tdf#158976 Shuffle() 2024-01-13 11:20:08 +01:00
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 ScriptForge (SFDatabases) new Dataset service 2023-11-11 18:20:15 +01:00
Package_sfdialogs.mk ScriptForge (SFDialogs) dialogs and controls are sized in APPFONTs 2023-04-21 11:02:01 +02:00
Package_sfdocuments.mk
Package_sfunittests.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.