summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/auxiliary/sbasic.tree4
-rw-r--r--source/text/sbasic/python/python_examples.xhp13
2 files changed, 14 insertions, 3 deletions
diff --git a/source/auxiliary/sbasic.tree b/source/auxiliary/sbasic.tree
index 4ae26d4b4b..295f3ab27f 100644
--- a/source/auxiliary/sbasic.tree
+++ b/source/auxiliary/sbasic.tree
@@ -354,6 +354,10 @@
<topic id="sbasic/text/sbasic/shared/03/sf_base.xhp">Base service</topic>
<topic id="sbasic/text/sbasic/shared/03/sf_basic.xhp">Basic service</topic>
<topic id="sbasic/text/sbasic/shared/03/sf_calc.xhp">Calc service</topic>
+ <node id="07010501" title="Example Scripts"
+ <topic id="sbasic/text/sbasic/guide/read_write_values.xhp">Reading and Writing values to Ranges</topic>
+ <topic id="sbasic/text/sbasic/guide/calc_borders.xhp">Formatting Borders in Calc with Macros</topic>
+ </node>
<topic id="sbasic/text/sbasic/shared/03/sf_chart.xhp">Chart service</topic>
<topic id="sbasic/text/sbasic/shared/03/sf_database.xhp">Database service</topic>
<topic id="sbasic/text/sbasic/shared/03/sf_dataset.xhp">Dataset service</topic>
diff --git a/source/text/sbasic/python/python_examples.xhp b/source/text/sbasic/python/python_examples.xhp
index 6085266cd5..7f05ff127b 100644
--- a/source/text/sbasic/python/python_examples.xhp
+++ b/source/text/sbasic/python/python_examples.xhp
@@ -28,13 +28,20 @@
<embed href="text/sbasic/python/python_platform.xhp#pythonplatform"/>
<embed href="text/sbasic/python/python_import.xhp#pythonimporth1"/>
<embed href="text/sbasic/python/python_screen.xhp#ioscreen"/>
+ <embed href="text/sbasic/python/python_2_basic.xhp#py2ba_h1"/>
+ <embed href="text/sbasic/python/python_shell.xhp#pythonshell1"/>
+
+ <h2 id="hd_id601717774441961">Event Handling, Listeners</h2>
<embed href="text/sbasic/python/python_document_events.xhp#pythonmonitor"/>
<embed href="text/sbasic/python/python_dialogs.xhp#pythondialog"/>
<embed href="text/sbasic/python/python_handler.xhp#pythonhandler_h1"/>
<embed href="text/sbasic/python/python_listener.xhp#pythonlistener"/>
- <embed href="text/sbasic/python/python_2_basic.xhp#py2ba_h1"/>
- <embed href="text/sbasic/python/python_shell.xhp#pythonshell1"/>
- <section id="relatedtopics">
+
+ <h2 id="hd_id651717774529891">Calc examples</h2>
+ <embed href="text/sbasic/guide/read_write_values.xhp#title"/>
+ <embed href="text/sbasic/guide/calc_borders.xhp#title"/>
+
+ <section id="relatedtopics">
<embed href="text/sbasic/guide/basic_2_python.xhp#basic2python"/>
<embed href="text/sbasic/python/main0000.xhp#pythonscriptshelp"/>
</section>