From f601cf7f5da7ff3986cde52b34962c56b00fd5f6 Mon Sep 17 00:00:00 2001
From: Alain Romedenne
Date: Wed, 16 Jan 2019 11:20:08 -0200
Subject: [PATCH] Python Help page for screen IO
Change-Id: I0a1fc11a23c6f48eb058d42541e1f22c57ddb26d
Reviewed-on: https://gerrit.libreoffice.org/66442
Tested-by: Jenkins
Reviewed-by: Olivier Hallot
---
AllLangHelp_sbasic.mk | 1 +
source/text/sbasic/python/python_examples.xhp | 5 +-
source/text/sbasic/python/python_screen.xhp | 104 ++++++++++++++++++
source/text/sbasic/shared/03010000.xhp | 4 +-
4 files changed, 109 insertions(+), 5 deletions(-)
create mode 100644 source/text/sbasic/python/python_screen.xhp
diff --git a/AllLangHelp_sbasic.mk b/AllLangHelp_sbasic.mk
index b76014f326..cc08cf424d 100644
--- a/AllLangHelp_sbasic.mk
+++ b/AllLangHelp_sbasic.mk
@@ -370,6 +370,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\
helpcontent2/source/text/sbasic/python/python_ide \
helpcontent2/source/text/sbasic/python/python_locations \
helpcontent2/source/text/sbasic/python/python_programming \
+ helpcontent2/source/text/sbasic/python/python_screen \
helpcontent2/source/text/sbasic/python/python_shell \
))
diff --git a/source/text/sbasic/python/python_examples.xhp b/source/text/sbasic/python/python_examples.xhp
index 86e2aac535..40c00f8e34 100644
--- a/source/text/sbasic/python/python_examples.xhp
+++ b/source/text/sbasic/python/python_examples.xhp
@@ -21,6 +21,7 @@
Python;shell
Python;platform
Python;session
+ Python;screen input/output
Python programming examples
@@ -32,8 +33,8 @@
-
-
-->
+
+
-
-
- Screen I/O Functions
+ Screen I/O Functions
This section describes the Runtime Functions used to call dialogs for the input and output of user entries.