source/auxiliary/sbasic.tree | 4 ++++ source/text/sbasic/python/python_examples.xhp | 13 ++++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-)
New commits: commit 1658fb55defb5a08d3adbd7637745f8a62c58f89 Author: Alain Romedenne <alain.romede...@libreoffice.org> AuthorDate: Fri Jun 7 17:31:35 2024 +0200 Commit: Alain Romedenne <alain.romede...@libreoffice.org> CommitDate: Mon Jun 10 18:51:06 2024 +0200 Update Basic/Python TOC with Calc samples Change-Id: I1ce9b023b0e90dae868cc323af3e9d0296a66bdc Reviewed-on: https://gerrit.libreoffice.org/c/help/+/168534 Tested-by: Jean-Pierre Ledure <j...@ledure.be> Reviewed-by: Alain Romedenne <alain.romede...@libreoffice.org> Tested-by: Jenkins 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>