summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlain Romedenne <alain.romedenne@libreoffice.org>2024-06-07 17:31:35 +0200
committerAlain Romedenne <alain.romedenne@libreoffice.org>2024-06-10 18:51:06 +0200
commit1658fb55defb5a08d3adbd7637745f8a62c58f89 (patch)
treeb876156cdbf63a64826be1ff14964e4ab8e75d81
parent95755ff59d2fc074796f341d2dc781660c52ce74 (diff)
Update Basic/Python TOC with Calc samples
Change-Id: I1ce9b023b0e90dae868cc323af3e9d0296a66bdc Reviewed-on: https://gerrit.libreoffice.org/c/help/+/168534 Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org> Tested-by: Jenkins
-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>
office-4-2-1'>libreoffice-4-2-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Expand)Author
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-11loplugin:unusedmethods unused return value in accessibilityNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2016-01-05Fix typosAndrea Gelmini