diff options
author | Alain Romedenne <alain.romedenne@libreoffice.org> | 2021-04-06 17:25:34 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-04-15 11:45:15 +0200 |
commit | 140f7c8bd3b901ee333f333c2b06c8261eae67df (patch) | |
tree | 5535f1e12a5727f8284b20310fd3736ecb033abb /source/text/sbasic | |
parent | 68c86864e16f72c84979f52623b731cb0307c372 (diff) |
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@libreoffice.org>
Diffstat (limited to 'source/text/sbasic')
-rw-r--r-- | source/text/sbasic/shared/03000000.xhp | 19 | ||||
-rw-r--r-- | source/text/sbasic/shared/main0601.xhp | 8 |
2 files changed, 17 insertions, 10 deletions
diff --git a/source/text/sbasic/shared/03000000.xhp b/source/text/sbasic/shared/03000000.xhp index a4d518f14a..b9f2c0ad26 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 27d3a2c282..5697735638 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> |