|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
22 module
com { module sun { module star { module script {
@ Cancel
script in the engine was cancelled.
Definition: FinishReason.idl:35
@ StepOver
script stops because one step was executed.
Definition: InterruptReason.idl:52
@ StepStatement
script stop because one step was executed.
Definition: InterruptReason.idl:60
@ BreakPoint
script stopped at a breakpoint.
Definition: InterruptReason.idl:44
@ Step
script stops because only one scripting engine command was executed.
Definition: InterruptReason.idl:48
@ RuntimeError
runtime error occurred during script execution.
Definition: InterruptReason.idl:36
@ CompileError
script has invalid syntax.
Definition: InterruptReason.idl:40
Definition: Ambiguous.idl:20
@ StepOut
script stops because it leaves a function.
Definition: InterruptReason.idl:56
InterruptReason
values used to specify the response for a scripting engine interrupt.
Definition: InterruptReason.idl:29