This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new bff4fc22f8 Small updates for Help
bff4fc22f8 is described below
commit bff4fc22f8c9fe872fb5b0901e612d6dc96b4287
Author: mseidel <[email protected]>
AuthorDate: Sun Aug 10 17:43:49 2025 +0200
Small updates for Help
(cherry picked from commit ddf7196b5cb51b0e5bf0f8fb76e79c5720eeb081)
---
main/helpcontent2/source/text/sbasic/shared/03020404.xhp | 2 +-
main/helpcontent2/source/text/swriter/01/04020100.xhp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/main/helpcontent2/source/text/sbasic/shared/03020404.xhp
b/main/helpcontent2/source/text/sbasic/shared/03020404.xhp
index 040615a0ad..ea2e8a6967 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03020404.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03020404.xhp
@@ -47,7 +47,7 @@
<paragraph role="paragraph" id="par_id3147427" xml-lang="en-US" l10n="U">16 :
Returns the name of the directory only.</paragraph>
<paragraph role="paragraph" id="par_id3153952" xml-lang="en-US" l10n="U">Use
this attribute to check if a file or directory exists, or to determine all
files and folders in a specific directory.</paragraph>
<paragraph role="paragraph" id="par_id3159156" xml-lang="en-US" l10n="U">To
check if a file exists, enter the complete path and name of the file. If the
file or directory name does not exist, the Dir function returns a zero-length
string ("").</paragraph>
-<paragraph role="paragraph" id="par_id3154012" xml-lang="en-US" l10n="U">To
generate a list of all existing files in a specific directory, proceed as
follows: The first time you call the Dir function, specify the complete search
path for the files, for example, "D:\Files\*.sxw". If the path is correct and
the search finds at least one file, the Dir function returns the name of the
first file that matches the search path. To return additional file names that
match the path, call Dir again [...]
+<paragraph role="paragraph" id="par_id3154012" xml-lang="en-US" l10n="U">To
generate a list of all existing files in a specific directory, proceed as
follows: The first time you call the Dir function, specify the complete search
path for the files, for example, "D:\Files\*.odt". If the path is correct and
the search finds at least one file, the Dir function returns the name of the
first file that matches the search path. To return additional file names that
match the path, call Dir again [...]
<paragraph role="paragraph" id="par_id3147348" xml-lang="en-US" l10n="U">To
return directories only, use the attribute parameter. The same applies if you
want to determine the name of a volume (for example, a hard drive
partition)</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
diff --git a/main/helpcontent2/source/text/swriter/01/04020100.xhp
b/main/helpcontent2/source/text/swriter/01/04020100.xhp
index b5f7783842..3c40c1b65c 100644
--- a/main/helpcontent2/source/text/swriter/01/04020100.xhp
+++ b/main/helpcontent2/source/text/swriter/01/04020100.xhp
@@ -56,7 +56,7 @@
<paragraph role="heading" id="hd_id3153672" xml-lang="en-US" level="3"
l10n="U">DDE<comment>UFI: WIN only, while fixing #109638#</comment></paragraph>
<paragraph role="paragraph" id="par_id3151310" xml-lang="en-US"
l10n="U"><ahelp hid="SW:CHECKBOX:MD_EDIT_REGION:CB_DDE">Creates a
<emph>DDE</emph> link. Select this check box, and then enter the
<emph>DDE</emph> command that you want to use. The <emph>DDE</emph> option is
only available if the <emph>Link</emph> check box is
selected.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id3143280" xml-lang="en-US" l10n="U">The
general syntax for a DDE command is: "<Server> <Topic>
<Item>", where server is the DDE name for the application that contains
the data. Topic refers to the location of the Item (usually the file name), and
Item represents the actual object.</paragraph>
-<paragraph role="paragraph" id="par_id3149098" xml-lang="en-US" l10n="U">For
example, to insert a section named "Section1" from a $[officename] text
document abc.sxw as a DDE link, use the command: "soffice x:\abc.sxw Section1".
To insert the contents of the first cell from a MS Excel spreadsheet file
called "abc.xls", use the command: "excel x:\[abc.xls]Sheet1 z1s1". You can
also copy the elements that you want to insert as a DDE link, and then
<emph>Edit - Paste Special</emph>. You can [...]
+<paragraph role="paragraph" id="par_id3149098" xml-lang="en-US" l10n="U">For
example, to insert a section named "Section1" from a $[officename] text
document abc.odt as a DDE link, use the command: "soffice x:\abc.odt Section1".
To insert the contents of the first cell from a MS Excel spreadsheet file
called "abc.xls", use the command: "excel x:\[abc.xls]Sheet1 z1s1". You can
also copy the elements that you want to insert as a DDE link, and then
<emph>Edit - Paste Special</emph>. You can [...]
</case>
</switch>
<bookmark xml-lang="en-US" branch="hid/sw:Edit:TP_INSERT_SECTION:ED_FILE"
id="bm_id3149038" localize="false"/>