[Libreoffice-commits] help.git: source/auxiliary source/text
Alain Romedenne (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 15 09:45:36 UTC 2021
source/auxiliary/sbasic.tree | 22 +++++++++++-----------
source/text/sbasic/shared/03000000.xhp | 19 +++++++++----------
source/text/sbasic/shared/main0601.xhp | 8 ++++++++
3 files changed, 28 insertions(+), 21 deletions(-)
New commits:
commit 140f7c8bd3b901ee333f333c2b06c8261eae67df
Author: Alain Romedenne <alain.romedenne at libreoffice.org>
AuthorDate: Tue Apr 6 17:25:34 2021 +0200
Commit: Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Thu Apr 15 11:45:15 2021 +0200
Basic Toc cleanup - pt. 2
- reordering
- adding missing topics
Change-Id: Ie049e96f7849f2b96d56a189cdb163c089eb8fe8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113644
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
diff --git a/source/auxiliary/sbasic.tree b/source/auxiliary/sbasic.tree
index 0f1d4cbd4..40d7c6bf2 100644
--- a/source/auxiliary/sbasic.tree
+++ b/source/auxiliary/sbasic.tree
@@ -39,25 +39,25 @@
<topic id="sbasic/text/sbasic/shared/01020500.xhp">Libraries, Modules and Dialogs</topic>
<topic id="sbasic/text/sbasic/shared/conventions.xhp">How to Read Syntax Diagrams</topic>
<node id="07010202" title="Functions, Statements and Operators">
- <topic id="sbasic/text/sbasic/shared/03010000.xhp">Screen I/O Functions</topic>
- <topic id="sbasic/text/sbasic/shared/03020000.xhp">File I/O Functions</topic>
- <topic id="sbasic/text/sbasic/shared/03030000.xhp">Date and Time Functions</topic>
- <topic id="sbasic/text/sbasic/shared/03050000.xhp">Error-Handling Functions</topic>
+ <topic id="sbasic/text/sbasic/shared/03040000.xhp">Basic Constants</topic>
+ <topic id="sbasic/text/sbasic/shared/03100000.xhp">Variables</topic>
<topic id="sbasic/text/sbasic/shared/03060000.xhp">Logical Operators</topic>
+ <topic id="sbasic/text/sbasic/shared/03110100.xhp">Comparison Operators</topic>
+ <topic id="sbasic/text/sbasic/shared/03120000.xhp">Strings</topic>
+ <topic id="sbasic/text/sbasic/shared/03030000.xhp">Date and Time Functions</topic>
<topic id="sbasic/text/sbasic/shared/03070000.xhp">Mathematical Operators</topic>
<topic id="sbasic/text/sbasic/shared/03080000.xhp">Numeric Functions</topic>
<topic id="sbasic/text/sbasic/shared/03080100.xhp">Trigonometric Functions</topic>
- <topic id="sbasic/text/sbasic/shared/03080300.xhp">Generating Random Numbers</topic>
+ <topic id="sbasic/text/sbasic/shared/03010000.xhp">Screen I/O Functions</topic>
+ <topic id="sbasic/text/sbasic/shared/03020000.xhp">File I/O Functions</topic>
<topic id="sbasic/text/sbasic/shared/03090000.xhp">Controlling Program Execution</topic>
- <topic id="sbasic/text/sbasic/shared/03090400.xhp">Further Statements</topic>
- <topic id="sbasic/text/sbasic/shared/03100000.xhp">Variables</topic>
- <topic id="sbasic/text/sbasic/shared/03040000.xhp">Basic Constants</topic>
- <topic id="sbasic/text/sbasic/shared/03110100.xhp">Comparison Operators</topic>
- <topic id="sbasic/text/sbasic/shared/03120000.xhp">Strings</topic>
+ <topic id="sbasic/text/sbasic/shared/03050000.xhp">Error-Handling Functions</topic>
+ <topic id="sbasic/text/sbasic/shared/03130000.xhp">Other Commands</topic>
+ <topic id="sbasic/text/sbasic/shared/03080300.xhp">Generating Random Numbers</topic>
<topic id="sbasic/text/sbasic/shared/uno_objects.xhp">UNO Objects, Functions and Services</topic>
<topic id="sbasic/text/sbasic/shared/calc_functions.xhp">Calling Calc functions</topic>
<topic id="sbasic/text/sbasic/shared/special_vba_func.xhp">Exclusive VBA functions</topic>
- <topic id="sbasic/text/sbasic/shared/03130000.xhp">Other Commands</topic>
+ <topic id="sbasic/text/sbasic/shared/03090400.xhp">Further Statements</topic>
</node>
<node id="07010201" title="Alphabetic List of Functions, Statements and Operators">
<topic id="sbasic/text/sbasic/shared/03080601.xhp">Abs Function</topic>
diff --git a/source/text/sbasic/shared/03000000.xhp b/source/text/sbasic/shared/03000000.xhp
index a4d518f14..b9f2c0ad2 100644
--- a/source/text/sbasic/shared/03000000.xhp
+++ b/source/text/sbasic/shared/03000000.xhp
@@ -30,22 +30,21 @@
<section id="runtime">
-<paragraph id="hd_id3152895" role="heading" level="1" xml-lang="en-US"><variable id="doc_title"><link href="text/sbasic/shared/03000000.xhp" name="Run-Time Functions">Run-Time Functions</link></variable></paragraph>
-<paragraph id="par_id3148983" role="paragraph" xml-lang="en-US">This section describes the Runtime Functions of <item type="productname">%PRODUCTNAME</item> Basic.</paragraph>
+<h1 id="hd_id3152895"><variable id="doc_title"><link href="text/sbasic/shared/03000000.xhp" name="Run-Time Functions">Run-Time Functions</link></variable></h1>
+<paragraph id="par_id3148983" role="paragraph" xml-lang="en-US">This section describes the Runtime Functions of %PRODUCTNAME Basic.</paragraph>
</section>
<embed href="text/sbasic/shared/03040000.xhp#basic_constants"/>
-<embed href="text/sbasic/shared/03010000.xhp#screen_IO"/>
-<embed href="text/sbasic/shared/03020000.xhp#file_IO"/>
-<embed href="text/sbasic/shared/03030000.xhp#date_time"/>
-<embed href="text/sbasic/shared/03050000.xhp#errorhandling"/>
+<embed href="text/sbasic/shared/03100000.xhp#variables"/>
<embed href="text/sbasic/shared/03060000.xhp#logi"/>
+<embed href="text/sbasic/shared/03110100.xhp#operators"/>
+<embed href="text/sbasic/shared/03120000.xhp#strings"/>
+<embed href="text/sbasic/shared/03030000.xhp#date_time"/>
<embed href="text/sbasic/shared/03070000.xhp#math"/>
<embed href="text/sbasic/shared/03080000.xhp#numeric"/>
+<embed href="text/sbasic/shared/03010000.xhp#screen_IO"/>
+<embed href="text/sbasic/shared/03020000.xhp#file_IO"/>
<embed href="text/sbasic/shared/03090000.xhp#prog_execution"/>
-<embed href="text/sbasic/shared/03100000.xhp#variables"/>
-<embed href="text/sbasic/shared/03110100.xhp#operators"/>
-<embed href="text/sbasic/shared/03120000.xhp#strings"/>
+<embed href="text/sbasic/shared/03050000.xhp#errorhandling"/>
<embed href="text/sbasic/shared/03130000.xhp#other"/>
</body>
-
</helpdocument>
diff --git a/source/text/sbasic/shared/main0601.xhp b/source/text/sbasic/shared/main0601.xhp
index 27d3a2c28..569773563 100644
--- a/source/text/sbasic/shared/main0601.xhp
+++ b/source/text/sbasic/shared/main0601.xhp
@@ -53,7 +53,12 @@
<h3 id="hd_id191548155077269">Working with Macros in Python</h3>
<embed href="text/sbasic/python/main0000.xhp#pythonscriptshelp"/>
+<embed href="text/sbasic/python/python_ide.xhp#pythonideh1"/>
+<embed href="text/sbasic/python/python_locations.xhp#pythonlocations1"/>
+<embed href="text/sbasic/python/python_shell.xhp#pythonshell1"/>
+<embed href="text/sbasic/python/python_programming.xhp#pythonprogrammingheading"/>
<embed href="text/sbasic/python/python_examples.xhp#pythonexamples2"/>
+<embed href="text/sbasic/python/python_2_basic.xhp#py2ba_h1"/>
<paragraph role="heading" id="hd_id51528998827009" level="3" xml-lang="en-US">%PRODUCTNAME internal Basic macro libraries</paragraph>
<paragraph role="paragraph" id="par_id441528998842556" xml-lang="en-US">%PRODUCTNAME installs a set of Basic macro libraries that can be accessed from your Basic macros.</paragraph>
@@ -62,9 +67,12 @@
<embed href="text/sbasic/shared/03/lib_euro.xhp#euro_lib"/>
<embed href="text/sbasic/shared/03/lib_formwizard.xhp#formwizard_lib"/>
<embed href="text/sbasic/shared/03/lib_gimmicks.xhp#gimmicks_lib"/>
+<embed href="text/sbasic/shared/03/lib_importwiz.xhp#importwiz_lib"/>
<embed href="text/sbasic/shared/03/lib_schedule.xhp#schedule_lib"/>
<embed href="text/sbasic/shared/03/lib_script.xhp#script_lib"/>
+<embed href="text/sbasic/shared/03/lib_ScriptForge.xhp#ScriptForge_lib"/>
<embed href="text/sbasic/shared/03/lib_template.xhp#template_lib"/>
+<embed href="text/sbasic/shared/03/lib_wikieditor.xhp#wikieditor_lib"/>
<embed href="text/swriter/main0000.xhp#helpabouthelp"/>
</body>
More information about the Libreoffice-commits
mailing list