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(-)

New commits:
commit ba1243452608af3997b42b975895a3e838c767c6
Author:     Alain Romedenne <libreoffici...@sfr.fr>
AuthorDate: Tue Jun 30 13:53:04 2020 +0200
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Tue Jun 30 20:37:07 2020 +0200

    Advanced Basic libraries brief descriptions
    
    Change-Id: I7cdeba9ec039a42eff0072d44e92bf95d78ecd90
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/97497
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/sbasic/shared/00000003.xhp 
b/source/text/sbasic/shared/00000003.xhp
index 1f25f8290..5c675002e 100644
--- a/source/text/sbasic/shared/00000003.xhp
+++ b/source/text/sbasic/shared/00000003.xhp
@@ -179,6 +179,9 @@
 </table>
 </section>
 
+<section id="dialoglibhowtoget">
+    <paragraph role="paragraph" id="par_id631529990528928" 
xml-lang="en-US">Open <item type="menuitem">Tools - Macros - Organize 
dialogs...</item> and select <item type="menuitem">%PRODUCTNAME Dialogs</item> 
container.</paragraph>
+</section> 
 <section id="basiclibhowtoget">
     <paragraph role="paragraph" id="par_id631529000528928" 
xml-lang="en-US">Open <item type="menuitem">Tools - Macros - %PRODUCTNAME Basic 
- Edit</item>  and select <item type="menuitem">%PRODUCTNAME Macros</item> 
container.</paragraph>
 </section>
diff --git a/source/text/sbasic/shared/03/lib_euro.xhp 
b/source/text/sbasic/shared/03/lib_euro.xhp
index 5141854ee..95ec26207 100644
--- a/source/text/sbasic/shared/03/lib_euro.xhp
+++ b/source/text/sbasic/shared/03/lib_euro.xhp
@@ -9,22 +9,38 @@
     *
     -->
 
-    <meta>
-        <topic id="basiceurolibrary" indexer="include" status="PUBLISH">
-            <title id="tit" xml-lang="en-US">EURO Library</title>
-            <filename>/text/sbasic/shared/03/lib_euro.xhp</filename>
-        </topic>
-    </meta>
-    <body>
-    <paragraph role="heading" id="hd_id31529004750471" level="1" 
xml-lang="en-US"><variable id="euro_lib"><link 
href="text/sbasic/shared/03/lib_euro.xhp" name="Euro library">The <item 
type="literal">Euro</item> Library</link></variable></paragraph>
+  <meta>
+     <topic id="basiceurolibrary" indexer="include" status="PUBLISH">
+        <title id="tit" xml-lang="en-US">EURO Library</title>
+        <filename>/text/sbasic/shared/03/lib_euro.xhp</filename>
+     </topic>
+  </meta>
+  <body>
+    <h1 id="hd_id31529004750471"><variable id="euro_lib"><link 
href="text/sbasic/shared/03/lib_euro.xhp" name="Euro library">The <item 
type="literal">Euro</item> Library</link></variable></h1>
     <bookmark xml-lang="en-US" branch="index" id="bm_id231529070133574">
         <bookmark_value>BASIC Euro library</bookmark_value>
     </bookmark>
     <section id="howtoget">
         <embed href="text/sbasic/shared/00000003.xhp#basiclibhowtoget"/>
     </section>
-    <paragraph xml-lang="en-US" id="par_id901528999850603" localize="false" 
role="note"><embedvar href="text/sbasic/shared/00000003.xhp#basiclibrarynote" 
markup="keep"/><br/>
-        <item 
type="literal">GlobalScope.BasicLibraries.LoadLibrary("Euro")</item></paragraph>
     <embed href="text/shared/need_help.xhp#needhelp"/>
-</body>
-</helpdocument>
+    <h2 id="hd_id841593518085848">Description</h2>
+    <paragraph role="paragraph" id="par_id921593518140986">The 
<emph>Euro</emph> library is used by the <emph>Euro converter…</emph> 
wizard.</paragraph>
+    <paragraph role="paragraph" id="par_id481593518247400">Its entry points 
are:</paragraph>
+    <list type="unordered">
+       <listitem><paragraph id="par_id961593518286855" role="listitem" 
localize="False">Euro.AutoPilotRun.StartAutoPilot</paragraph></listitem>
+       <listitem><paragraph id="par_id811593518354070" role="listitem" 
localize="False">Euro.ConvertRun.Main</paragraph></listitem>
+    </list>
+    <paragraph role="paragraph" id="par_id381593519742529">Selecting the 
<emph>Euro Converter…</emph> wizard loads the following libraries in 
memory:</paragraph>
+    <list type="unordered">
+       <listitem><paragraph id="par_id361593520109787" role="listitem" 
localize="False">Euro</paragraph></listitem>
+       <listitem><paragraph id="par_id811593520110346" role="listitem" 
localize="False">ImportWizard</paragraph></listitem>
+       <listitem><paragraph id="par_id31593520110938" role="listitem" 
localize="False">Tools</paragraph></listitem>
+    </list>
+    <note id="par_id691593519646426">Basic routine name conflicts may exist 
when multiple Basic libraries are loaded in memory.</note>
+    <section id="relatedtopics">
+       <paragraph role="paragraph" id="par_id1001593520257636">ImportWizard 
and <link href="text/sbasic/shared/03/lib_tools.xhp" name="Tools 
library">Tools</link> Basic libraries</paragraph>
+       <paragraph role="paragraph" id="par_id251593518523704"><link 
href="text/shared/autopi/01150000.xhp" name="Euro Converter Wizard">Euro 
Converter Wizard</link> describes what the <emph>Euro</emph> library 
does.</paragraph>
+    </section>
+  </body>
+</helpdocument>
\ 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 1fabfa162..c2ef92b9b 100644
--- a/source/text/sbasic/shared/03/lib_script.xhp
+++ b/source/text/sbasic/shared/03/lib_script.xhp
@@ -16,15 +16,20 @@
         </topic>
     </meta>
     <body>
-    <paragraph role="heading" id="hd_id31529004750471" level="1" 
xml-lang="en-US"><variable id="script_lib"><link 
href="text/sbasic/shared/03/lib_script.xhp" name="ScriptBindingLibrary 
library">The <item type="literal">ScriptBindingLibrary</item> 
Library</link></variable></paragraph>
+    <h1 id="hd_id31529004750471"><variable id="script_lib"><link 
href="text/sbasic/shared/03/lib_script.xhp" name="ScriptBindingLibrary 
library">The <item type="literal">ScriptBindingLibrary</item> 
Library</link></variable></h1>
     <bookmark xml-lang="en-US" branch="index" id="bm_id851529070366056">
         <bookmark_value>BASIC ScriptBindingLibrary library</bookmark_value>
     </bookmark>
     <section id="howtoget">
-        <embed href="text/sbasic/shared/00000003.xhp#basiclibhowtoget"/>
+        <embed href="text/sbasic/shared/00000003.xhp#dialoglibhowtoget"/>
     </section>
-    <paragraph xml-lang="en-US" id="par_id901528999850603" localize="false" 
role="note"><embedvar href="text/sbasic/shared/00000003.xhp#basiclibrarynote" 
markup="keep"/><br/>
-        <item 
type="literal">GlobalScope.BasicLibraries.LoadLibrary("ScriptBindingLibrary")</item></paragraph>
-    <embed href="text/shared/need_help.xhp#needhelp"/>
+    <h2 id="hd_id841593518085848">Description</h2>
+    <paragraph role="paragraph" id="par_id921593518140986">The 
<emph>ScriptBindingLibrary</emph> library only contains dialogs, it is used by 
<emph>Highlight</emph> %PRODUCTNAME example scripts. Its dialogs are shared by 
Beanshell, Java and JavaScript example scripts.</paragraph>
+    <paragraph role="paragraph" id="par_id381593519742529">Running any 
<emph>Highlight</emph> example script loads the 
<emph>ScriptBindingLibrary</emph> library in memory.</paragraph>
+    <note id="par_id131593538122154">This library is not used by %PRODUCTNAME 
Basic.</note>
+    <section id="relatedtopics">
+       <paragraph role="paragraph" id="par_id251593524531077"><link 
href="text/shared/01/06130020.xhp" name="Basic macro selector">Basic macro 
selector</link></paragraph>
+       <paragraph role="paragraph" id="par_id721593525163663">Beanshell, Java 
and JavaScript <link href="text/shared/01/06130030.xhp" 
name="Scripts">Scripts</link></paragraph>
+</section>
 </body>
 </helpdocument>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to