From e1da23a649197d960c8492373326e11286b3239e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 25 Jan 2022 10:30:13 +0000 Subject: Related: tdf#146971 rename %PRODUCTNAME Macros to Application Macros MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I83393ec16732482deade1694c6a1a8e2b92f3944 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128916 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- source/text/sbasic/shared/00000003.xhp | 4 ++-- source/text/sbasic/shared/01030400.xhp | 8 ++++---- source/text/sbasic/shared/03131900.xhp | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'source/text/sbasic/shared') diff --git a/source/text/sbasic/shared/00000003.xhp b/source/text/sbasic/shared/00000003.xhp index 04e6b540c8..05b5794789 100644 --- a/source/text/sbasic/shared/00000003.xhp +++ b/source/text/sbasic/shared/00000003.xhp @@ -175,7 +175,7 @@ Open Tools - Macros - Organize Dialogs and select %PRODUCTNAME Dialogs container.
- Open Tools - Macros - %PRODUCTNAME Basic - Edit and select %PRODUCTNAME Macros container. + Open Tools - Macros - %PRODUCTNAME Basic - Edit and select Application Macros container.
This library must be loaded before execution. Execute the following statement before running any macro that uses this library: @@ -349,4 +349,4 @@ 1006 Unable to determine property
- \ No newline at end of file + diff --git a/source/text/sbasic/shared/01030400.xhp b/source/text/sbasic/shared/01030400.xhp index bdf594ae3c..3861c203a2 100644 --- a/source/text/sbasic/shared/01030400.xhp +++ b/source/text/sbasic/shared/01030400.xhp @@ -43,7 +43,7 @@ %PRODUCTNAME Basic libraries can be stored in 3 different containers: - %PRODUCTNAME Macros: libraries stored in this container are available for all users of the computer and are managed by the computer administrator. The container is located in the %PRODUCTNAME installation directory. + Application Macros: libraries stored in this container are available for all users of the computer and are managed by the computer administrator. The container is located in the %PRODUCTNAME installation directory. My Macros: libraries stored in this container are available to all documents of your user. The container is located in the user profile area and is not accessible by another user. @@ -52,7 +52,7 @@ Document: libraries stored in the document container are only available for the document and are accessible only when the document is open. You cannot access macros of a document from another document. -To access macros stored in libraries of %PRODUCTNAME Macros or My Macros from another container, including the document container, use the GlobalScope specifier. +To access macros stored in libraries of Application Macros or My Macros from another container, including the document container, use the GlobalScope specifier.

Organizing Libraries

Creating a New Library

@@ -63,7 +63,7 @@ Click the Libraries tab. -Select to where you want to attach the library in the Location list. If you select %PRODUCTNAME Macros & Dialogs, the library will belong to the $[officename] application and will be available for all documents. If you select a document the library will be attached to this document and only available from there. +Select to where you want to attach the library in the Location list. If you select Application Macros & Dialogs, the library will belong to the $[officename] application and will be available for all documents. If you select a document the library will be attached to this document and only available from there. Click New and insert a name to create a new library. @@ -78,7 +78,7 @@ Click the Libraries tab. -Select to where you want to import the library in the Location list. If you select %PRODUCTNAME Macros & Dialogs, the library will belong to the $[officename] application and will be available for all documents. If you select a document the library will be imported to this document and only available from there. +Select to where you want to import the library in the Location list. If you select Application Macros & Dialogs, the library will belong to the $[officename] application and will be available for all documents. If you select a document the library will be imported to this document and only available from there. Click Import... and select an external library to import. diff --git a/source/text/sbasic/shared/03131900.xhp b/source/text/sbasic/shared/03131900.xhp index 59a5051ec6..e911050252 100644 --- a/source/text/sbasic/shared/03131900.xhp +++ b/source/text/sbasic/shared/03131900.xhp @@ -40,7 +40,7 @@ DialogLibraries; library container

GlobalScope specifier

-To manage personal or shared library containers (%PRODUCTNAME Macros or My Macros) from within a document, use the GlobalScope specifier. +To manage personal or shared library containers (Application Macros or My Macros) from within a document, use the GlobalScope specifier.
Basic source code and dialogs are organized in library containers. Libraries can contain modules and dialogs. @@ -49,7 +49,7 @@ Basic libraries and modules can be managed with the BasicLibraries object. Libraries can be searched, explored and loaded on request. Monitoring Documents Events illustrates %PRODUCTNAME library loading.

In dialogs:

Dialog libraries and dialogs can be managed with the DialogLibraries object. Opening a Dialog With Basic illustrates how to display %PRODUCTNAME shared dialogs. -BasicLibraries and DialogLibraries containers exist at application level and within every document. Document's library containers do not need the GlobalScope specifier to be managed. If you want to call a global library container (located in %PRODUCTNAME Macros or My Macros) from within a document, you must use the GlobalScope specifier. +BasicLibraries and DialogLibraries containers exist at application level and within every document. Document's library containers do not need the GlobalScope specifier to be managed. If you want to call a global library container (located in Application Macros or My Macros) from within a document, you must use the GlobalScope specifier. GlobalScope specifier -- cgit