diff options
author | LibreOfficiant <LibreOfficiant@sfr.fr> | 2019-10-23 18:16:38 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-24 17:23:33 +0200 |
commit | 32ed2dcd315db480d0d85ff0853d19fd4d5916a4 (patch) | |
tree | 4461d48b99306debb1698305b62b7360a3d7897d /source/text/sbasic/python | |
parent | f4240141290e09bc9f280a1cd74b1cf9aa94a19b (diff) |
Documenting how to call Python routines from Basic macros
Change-Id: I904cafe91ad7c5e72d09209c68db401003dda556
Reviewed-on: https://gerrit.libreoffice.org/81412
Tested-by: Jenkins
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Jean-Pierre Ledure <jp@ledure.be>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic/python')
-rw-r--r-- | source/text/sbasic/python/python_2_basic.xhp | 7 | ||||
-rw-r--r-- | source/text/sbasic/python/python_examples.xhp | 4 |
2 files changed, 4 insertions, 7 deletions
diff --git a/source/text/sbasic/python/python_2_basic.xhp b/source/text/sbasic/python/python_2_basic.xhp index d3d7e491ed..cf26d1290f 100644 --- a/source/text/sbasic/python/python_2_basic.xhp +++ b/source/text/sbasic/python/python_2_basic.xhp @@ -141,12 +141,11 @@ <paragraph role="bascode" id="N0425" localize="false"> End If</paragraph> <paragraph role="bascode" id="N0426" localize="false">End Function ' Standard.Scripting.SUM()</paragraph> </bascode> - <section id="relatedtopics" > - <!-- WIP - <paragraph role="paragraph" id="N0427">Calling Python macros from Basic</paragraph> - --> + <section id="relatedtopics" > + <embed href="text/sbasic/guide/basic_2_python.xhp#basic2python"/> <embed href="text/sbasic/python/python_examples.xhp#pythonexamples2"/> <embed href="text/sbasic/python/main0000.xhp#pythonscriptshelp"/> + <embed href="text/sbasic/shared/main0601.xhp#mainsbasic"/> </section> </body> </helpdocument> diff --git a/source/text/sbasic/python/python_examples.xhp b/source/text/sbasic/python/python_examples.xhp index 8878962d00..c5b496ed07 100644 --- a/source/text/sbasic/python/python_examples.xhp +++ b/source/text/sbasic/python/python_examples.xhp @@ -25,9 +25,6 @@ </bookmark> <h1 id="hd_id201901031407"><variable id="pythonexamples2"><link href="text/sbasic/python/python_examples.xhp" name="python examples">Python programming examples</link></variable></h1> </section> - <!-- WIP - <embed href="text/sbasic/python/python_from_basic.xhp#pythonfrombasic"/> - --> <embed href="text/sbasic/python/python_session.xhp#pythonsession"/> <embed href="text/sbasic/python/python_platform.xhp#pythonplatform"/> <embed href="text/sbasic/python/python_import.xhp#pythonimporth1"/> @@ -38,6 +35,7 @@ <embed href="text/sbasic/python/python_listener.xhp#pythonlistener"/> <embed href="text/sbasic/python/python_2_basic.xhp#py2ba_h1"/> <section id="relatedtopics"> + <embed href="text/sbasic/guide/basic_2_python.xhp#basic2python"/> <embed href="text/sbasic/python/main0000.xhp#pythonscriptshelp"/> </section> </body> |