forked from amazingfate/help
Fix links for basic_2_python page
Change-Id: I7ffd91ea10b22a5215a77be9639dd8d9c27c9ed0 Reviewed-on: https://gerrit.libreoffice.org/81509 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
This commit is contained in:
@ -326,6 +326,7 @@
|
||||
<topic id="sbasic/text/sbasic/shared/01030300.xhp">Debugging a Basic Program</topic>
|
||||
<topic id="sbasic/text/sbasic/shared/01040000.xhp">Event-Driven Macros</topic>
|
||||
<topic id="sbasic/text/sbasic/guide/basic_examples.xhp">%PRODUCTNAME Basic Programming Examples</topic>
|
||||
<topic id="sbasic/text/sbasic/guide/basic_2_python.xhp">Calling Python Scripts from Basic</topic>
|
||||
<topic id="sbasic/text/sbasic/guide/access2base.xhp">Access2Base, the API for Base users</topic>
|
||||
</node>
|
||||
</node>
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
<bookmark_value>API;PathSettings</bookmark_value>
|
||||
<bookmark_value>API;XScript</bookmark_value>
|
||||
</bookmark>
|
||||
<h1 id="hd_id811571848401485"><variable id="basic2python"><link href="text/sbasic/guide/basic_2_python.xhp" name="Basic Programming Examples">Calling Python macros from Basic</link></variable></h1>
|
||||
<h1 id="hd_id811571848401485"><variable id="basic2python"><link href="text/sbasic/guide/basic_2_python.xhp" name="Basic Programming Examples">Calling Python Scripts from Basic</link></variable></h1>
|
||||
<paragraph role="paragraph" id="N0432">Calling Python scripts from %PRODUCTNAME Basic macros is possible, and valuable features can be obtained such as:</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem><paragraph role="listitem" id="N0433"><literal>ComputerName</literal> identification or <literal>OSName</literal> detection are possible,</paragraph></listitem>
|
||||
@ -173,7 +173,7 @@
|
||||
<listitem><paragraph role="listitem" id="N0562"><emph>xml.etree.ElementTree</emph> ElementTree XML API</paragraph></listitem>
|
||||
</list>
|
||||
<section id="relatedtopics" >
|
||||
<embed href="text/sbasic/python/python_2_basic.xhp#py2bas1"/>
|
||||
<embed href="text/sbasic/python/python_2_basic.xhp#py2ba_h1"/>
|
||||
<embed href="text/sbasic/shared/main0601.xhp#mainsbasic"/>
|
||||
<embed href="text/sbasic/python/main0000.xhp#pythonscriptshelp"/>
|
||||
</section>
|
||||
|
||||
@ -141,11 +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" >
|
||||
<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"/>
|
||||
<embed href="text/sbasic/shared/main0601.xhp#mainsbasic"/>
|
||||
</section>
|
||||
</body>
|
||||
</helpdocument>
|
||||
|
||||
Reference in New Issue
Block a user