From 8b1f5909975addc35b77f7009c2ee65b2e4a365d Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Wed, 29 May 2019 11:49:22 -0300 Subject: WIP: refactor some Python/Basic pages Change-Id: I3590e7a6e0cf62d9f9e33e8081be50ab4d0ae769 Reviewed-on: https://gerrit.libreoffice.org/73175 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/sbasic/guide/basic_examples.xhp | 30 +++++++++++++++++++++++++++++ source/text/sbasic/shared/main0601.xhp | 3 ++- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 source/text/sbasic/guide/basic_examples.xhp (limited to 'source') diff --git a/source/text/sbasic/guide/basic_examples.xhp b/source/text/sbasic/guide/basic_examples.xhp new file mode 100644 index 0000000000..7b398d1020 --- /dev/null +++ b/source/text/sbasic/guide/basic_examples.xhp @@ -0,0 +1,30 @@ + + + + + + + Basic Programming Examples + /text/sbasic/guide/basic_examples.xhp + + + + + Basic;programming examples + +
+

Basic Programming Examples

+
+ +
+ +
+ +
diff --git a/source/text/sbasic/shared/main0601.xhp b/source/text/sbasic/shared/main0601.xhp index f4132765a6..a93bdd268a 100644 --- a/source/text/sbasic/shared/main0601.xhp +++ b/source/text/sbasic/shared/main0601.xhp @@ -29,7 +29,7 @@ -%PRODUCTNAME Basic Help +

%PRODUCTNAME Basic Help

%PRODUCTNAME provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit https://api.libreoffice.org @@ -45,6 +45,7 @@ + Working with VBA Macros -- cgit