From ba1243452608af3997b42b975895a3e838c767c6 Mon Sep 17 00:00:00 2001 From: Alain Romedenne Date: Tue, 30 Jun 2020 13:53:04 +0200 Subject: Advanced Basic libraries brief descriptions Change-Id: I7cdeba9ec039a42eff0072d44e92bf95d78ecd90 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/97497 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/sbasic/shared/00000003.xhp | 3 +++ source/text/sbasic/shared/03/lib_euro.xhp | 40 ++++++++++++++++++++--------- source/text/sbasic/shared/03/lib_script.xhp | 15 +++++++---- 3 files changed, 41 insertions(+), 17 deletions(-) diff --git a/source/text/sbasic/shared/00000003.xhp b/source/text/sbasic/shared/00000003.xhp index 1f25f82907..5c675002e0 100644 --- a/source/text/sbasic/shared/00000003.xhp +++ b/source/text/sbasic/shared/00000003.xhp @@ -179,6 +179,9 @@ +
+ Open Tools - Macros - Organize dialogs... and select %PRODUCTNAME Dialogs container. +
Open Tools - Macros - %PRODUCTNAME Basic - Edit and select %PRODUCTNAME Macros container.
diff --git a/source/text/sbasic/shared/03/lib_euro.xhp b/source/text/sbasic/shared/03/lib_euro.xhp index 5141854ee6..95ec262070 100644 --- a/source/text/sbasic/shared/03/lib_euro.xhp +++ b/source/text/sbasic/shared/03/lib_euro.xhp @@ -9,22 +9,38 @@ * --> - - - EURO Library - /text/sbasic/shared/03/lib_euro.xhp - - - - The Euro Library + + + EURO Library + /text/sbasic/shared/03/lib_euro.xhp + + + +

The Euro Library

BASIC Euro library
-
- GlobalScope.BasicLibraries.LoadLibrary("Euro")
- - +

Description

+ The Euro library is used by the Euro converter… wizard. + Its entry points are: + + Euro.AutoPilotRun.StartAutoPilot + Euro.ConvertRun.Main + + Selecting the Euro Converter… wizard loads the following libraries in memory: + + Euro + ImportWizard + Tools + + Basic routine name conflicts may exist when multiple Basic libraries are loaded in memory. +
+ ImportWizard and Tools Basic libraries + Euro Converter Wizard describes what the Euro library does. +
+ + \ No newline at end of file diff --git a/source/text/sbasic/shared/03/lib_script.xhp b/source/text/sbasic/shared/03/lib_script.xhp index 1fabfa1626..c2ef92b9b7 100644 --- a/source/text/sbasic/shared/03/lib_script.xhp +++ b/source/text/sbasic/shared/03/lib_script.xhp @@ -16,15 +16,20 @@ - The ScriptBindingLibrary Library +

The ScriptBindingLibrary Library

BASIC ScriptBindingLibrary library
- +
-
- GlobalScope.BasicLibraries.LoadLibrary("ScriptBindingLibrary")
- +

Description

+ The ScriptBindingLibrary library only contains dialogs, it is used by Highlight %PRODUCTNAME example scripts. Its dialogs are shared by Beanshell, Java and JavaScript example scripts. + Running any Highlight example script loads the ScriptBindingLibrary library in memory. + This library is not used by %PRODUCTNAME Basic. +
+ Basic macro selector + Beanshell, Java and JavaScript Scripts +
-- cgit