summaryrefslogtreecommitdiffstats
path: root/source/text/sbasic/python
diff options
context:
space:
mode:
authorLibreOfficiant <LibreOfficiant@sfr.fr>2019-07-12 16:45:30 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-07-13 14:15:06 +0200
commit821b9724fe32e7e890c1ebe1d36f792bc3839fb0 (patch)
tree0ccb7f763fc495e804acbdf583eda09d9359d1df /source/text/sbasic/python
parentAdd missing Calc error codes (diff)
downloadhelp-821b9724fe32e7e890c1ebe1d36f792bc3839fb0.tar.gz
help-821b9724fe32e7e890c1ebe1d36f792bc3839fb0.zip
Let's cope with help index idiosyncrasies
Change-Id: I2cd538428cf91dc0c0802389b4db26e07ab33073 Reviewed-on: https://gerrit.libreoffice.org/75501 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic/python')
-rw-r--r--source/text/sbasic/python/python_document_events.xhp18
-rw-r--r--source/text/sbasic/python/python_screen.xhp4
2 files changed, 11 insertions, 11 deletions
diff --git a/source/text/sbasic/python/python_document_events.xhp b/source/text/sbasic/python/python_document_events.xhp
index 6265f2c5da..873a85d0a1 100644
--- a/source/text/sbasic/python/python_document_events.xhp
+++ b/source/text/sbasic/python/python_document_events.xhp
@@ -21,15 +21,15 @@
<bookmark_value>Access2Base;Console</bookmark_value>
<bookmark_value>Access2Base;Trace</bookmark_value>
<bookmark_value>Tools;Strings</bookmark_value>
- <bookmark_value>API;BasicLibraries</bookmark_value>
- <bookmark_value>API;DocumentEvent</bookmark_value>
- <bookmark_value>API;DocumentEventListener</bookmark_value>
- <bookmark_value>API;EventObject</bookmark_value>
- <bookmark_value>API;GlobalEventBroadcaster</bookmark_value>
- <bookmark_value>API;MasterScriptProviderFactory</bookmark_value>
- <bookmark_value>API;XDocumentEventBroadcaster</bookmark_value>
- <bookmark_value>API;XDocumentEventListener</bookmark_value>
- <bookmark_value>API;XScript</bookmark_value>
+ <bookmark_value>API;GlobalScope.BasicLibraries</bookmark_value>
+ <bookmark_value>API;document.DocumentEvent: Monitoring Document Event</bookmark_value>
+ <bookmark_value>API;document.XDocumentEventBroadcaster: Monitoring Document Event</bookmark_value>
+ <bookmark_value>API;document.XDocumentEventListener: Monitoring Document Event</bookmark_value>
+ <bookmark_value>API;frame.Desktop: Monitoring Document Event</bookmark_value>
+ <bookmark_value>API;frame.GlobalEventBroadcaster: Monitoring Document Event</bookmark_value>
+ <bookmark_value>API;lang.EventObject: Monitoring Document Event</bookmark_value>
+ <bookmark_value>API;script.provider.MasterScriptProviderFactory: Monitoring Document Event</bookmark_value>
+ <bookmark_value>API;script.provider.XScript: Monitoring Document Event</bookmark_value>
</bookmark>
<section id="pythonmonitor1">
<h1 id="N0527"><variable id="pythonmonitor"><link href="text/sbasic/python/python_document_events.xhp" name="Monitoring Document Events">Monitoring Document Events</link></variable></h1>
diff --git a/source/text/sbasic/python/python_screen.xhp b/source/text/sbasic/python/python_screen.xhp
index 50a8245f4e..f3ee2ce9fc 100644
--- a/source/text/sbasic/python/python_screen.xhp
+++ b/source/text/sbasic/python/python_screen.xhp
@@ -19,8 +19,8 @@
<bookmark_value>Python;InputBox</bookmark_value>
<bookmark_value>Python;MsgBox</bookmark_value>
<bookmark_value>Python;Print</bookmark_value>
- <bookmark_value>API;MasterScriptProvider</bookmark_value>
- <bookmark_value>API;XScript</bookmark_value>
+ <bookmark_value>API;script.provider.MasterScriptProvider: Screen Input/Output</bookmark_value>
+ <bookmark_value>API;script.provider.XScript: Screen Input/Output</bookmark_value>
</bookmark>
<h1 id="N0434"><variable id="ioscreen"><link href="text/sbasic/python/python_screen.xhp" name="IO to screen">Input/Output to Screen</link></variable></h1>
<paragraph role="paragraph" id="N0435">Python standard output file is not available when running Python macros from <menuitem>Tools – Macros - Run Macro</menuitem>... menu. Presenting the output of a module requires the Python interactive console. Features such as <literal>input()</literal>, <literal>print()</literal>, <literal>repr()</literal> and <literal>str()</literal> are available from the Python shell.</paragraph>