office-gobmx/wizards/source/sfdialogs
Jean-Pierre Ledure 609a6dc2df ScriptForge New IsAlive property
When a document is closed inadvertently
by the user during a macro run, or between
two macros triggered by events, the actual
behaviour is an error message and a stop
of the execution of the macro.

As this can be counter-productive, the macro
may test at any moment if everything is ok
with the
   IsAlive As Boolean (True = OK)
property applied on next service instances:
   Document
   Base
   Calc
   FormDocument
   Writer
   Datasheet
   Dialog

The functionality is available both for
Basic and Python user scripts.

The user documentation should be completed
accordingly.

Change-Id: I0b055dacc06c9da70c611dbb4e7bf841160168fd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172970
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Jean-Pierre Ledure <jp@ledure.be>
2024-09-08 14:25:35 +02:00
..
__License.xba
dialog.xlb
script.xlb
SF_Dialog.xba ScriptForge New IsAlive property 2024-09-08 14:25:35 +02:00
SF_DialogControl.xba
SF_DialogListener.xba ScriptForge (SFDialogs) Closure of non-modal dialogs 2024-08-10 11:18:07 +02:00
SF_DialogUtils.xba
SF_Register.xba