From 3f0f452519618e4b0bd0b97a855fc5ffe5514a49 Mon Sep 17 00:00:00 2001 From: Alain Romedenne Date: Tue, 11 Dec 2018 16:54:46 -0200 Subject: StarDesktop object and reorder indexes Add StarDesktop object description Reorder "Other commands" to add UNO objects Change-Id: Ia6547ea059276f8946b03392d29d968187bcd26c Signed-off-by: Olivier Hallot Reviewed-on: https://gerrit.libreoffice.org/64981 Tested-by: Jenkins --- source/text/sbasic/shared/03130000.xhp | 11 +-------- source/text/sbasic/shared/stardesktop.xhp | 36 ++++++++++++++++++++++++++++++ source/text/sbasic/shared/uno_objects.xhp | 37 +++++++++++++++++++++++++++++++ 3 files changed, 74 insertions(+), 10 deletions(-) create mode 100644 source/text/sbasic/shared/stardesktop.xhp create mode 100644 source/text/sbasic/shared/uno_objects.xhp (limited to 'source/text') diff --git a/source/text/sbasic/shared/03130000.xhp b/source/text/sbasic/shared/03130000.xhp index 578b685ab8..9be85339ed 100644 --- a/source/text/sbasic/shared/03130000.xhp +++ b/source/text/sbasic/shared/03130000.xhp @@ -18,7 +18,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - + @@ -43,15 +43,6 @@ - - - - - - - - - diff --git a/source/text/sbasic/shared/stardesktop.xhp b/source/text/sbasic/shared/stardesktop.xhp new file mode 100644 index 0000000000..d4d215cc3e --- /dev/null +++ b/source/text/sbasic/shared/stardesktop.xhp @@ -0,0 +1,36 @@ + + + + + + StarDesktop + /text/sbasic/shared/stardesktop.xhp + + + + +
+ + StarDesktop + + +

StarDesktop

+ The StarDesktop object represents %PRODUCTNAME application. Some routines or user interface objects such as current window can be used via StarDesktop. +
+

Example:

+ + dim docURL As String + doc As Object, docProperties() + docURL = ConvertToURL("C:\My Documents\example.odt") + doc = StarDesktop.LoadComponentFromURL(docURL, "_blank", 0, docProperties) + + +
+ diff --git a/source/text/sbasic/shared/uno_objects.xhp b/source/text/sbasic/shared/uno_objects.xhp new file mode 100644 index 0000000000..ccdb4a5607 --- /dev/null +++ b/source/text/sbasic/shared/uno_objects.xhp @@ -0,0 +1,37 @@ + + + + + + + UNO Objects + /text/sbasic/shared/uno_objects.xhp + + + +
+

UNO Objects, Functions and Services

+ Functions, objects and services of Unified Network Objects (UNO). +
+ + + + + + + + + + + + + + +
-- cgit