office-gobmx/wizards
Jean-Pierre Ledure c7ac513a82 ScriptForge - (SF_Calc) fix CompactUp/CompactLeft methods
When
  - WholeRow/WholeColumn = False
  - no row or column matches the FilterFormula
the cells below or at the right were erroneously
shifted down or right.

Future behaviour:
- when nothing to compact,
   the initial range is left unchanged
   the return value = the initial range
- when all rows/columns are impacted,
   the initial range is cleared
   the return value = zero-length string
- otherwise
   the initial range is compacted
   the return value is the compacted range
In either case, the surrounding cells are unchanged.

Change-Id: I27288878dcadeb4ded297b7bb1e6897947ed5e56
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145622
Tested-by: Jenkins
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
2023-01-17 16:17:45 +00:00
..
com/sun/star/wizards
source ScriptForge - (SF_Calc) fix CompactUp/CompactLeft methods 2023-01-17 16:17:45 +00: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
Package_sfdialogs.mk
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.