This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 64c1842f49 Remove 'oldref' entries (work in progress)
64c1842f49 is described below
commit 64c1842f493f4ba3030b69978445ce2c25d5ccf5
Author: mseidel <[email protected]>
AuthorDate: Wed Nov 20 16:44:01 2024 +0100
Remove 'oldref' entries (work in progress)
---
.../source/text/sbasic/shared/03020413.xhp | 31 +++++++++---------
.../source/text/sbasic/shared/03030202.xhp | 32 +++++++++---------
.../source/text/sbasic/shared/03070100.xhp | 38 ++++++++++------------
.../source/text/sbasic/shared/03070300.xhp | 38 ++++++++++------------
.../source/text/sbasic/shared/03102300.xhp | 33 +++++++++----------
.../helpcontent2/source/text/scalc/01/12120200.xhp | 20 ++++++------
.../source/text/scalc/guide/database_define.xhp | 13 ++++----
.../source/text/scalc/guide/multi_tables.xhp | 8 ++---
.../source/text/shared/00/01020000.xhp | 16 ++++-----
.../source/text/shared/01/05250000.xhp | 8 ++---
.../source/text/shared/02/07070000.xhp | 11 +++----
.../source/text/shared/02/09010000.xhp | 20 ++++++------
.../source/text/shared/autopi/01050400.xhp | 20 ++++++------
.../text/shared/explorer/database/04000000.xhp | 20 ++++++------
.../source/text/shared/guide/hyperlink_search.xhp | 16 ++++-----
15 files changed, 157 insertions(+), 167 deletions(-)
diff --git a/main/helpcontent2/source/text/sbasic/shared/03020413.xhp
b/main/helpcontent2/source/text/sbasic/shared/03020413.xhp
index 0583689efa..576b78b65d 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03020413.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03020413.xhp
@@ -33,25 +33,24 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3148947">
<bookmark_value>RmDir statement</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3148947" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/sbasic/shared/03020413.xhp" name="RmDir
Statement [Runtime]">RmDir Statement [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3149457" xml-lang="en-US" l10n="U"
oldref="2">Deletes an existing directory from a data medium.</paragraph>
+<paragraph role="heading" id="hd_id3148947" xml-lang="en-US" level="1"
l10n="U"><link href="text/sbasic/shared/03020413.xhp" name="RmDir Statement
[Runtime]">RmDir Statement [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3149457" xml-lang="en-US"
l10n="U">Deletes an existing directory from a data medium.</paragraph>
</section>
-<paragraph role="heading" id="hd_id3153361" xml-lang="en-US" level="2"
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph role="code" id="par_id3154367" xml-lang="en-US" l10n="U"
oldref="4">RmDir Text As String</paragraph>
-<paragraph role="heading" id="hd_id3156281" xml-lang="en-US" level="2"
l10n="U" oldref="5">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3151042" xml-lang="en-US" l10n="U"
oldref="6">
-<emph>Text:</emph> Any string expression that specifies the name and path of
the directory that you want to delete. You can also use <link
href="text/sbasic/shared/00000002.xhp" name="URL notation">URL
notation</link>.</paragraph>
-<paragraph role="paragraph" id="par_id3153192" xml-lang="en-US" l10n="U"
oldref="7">If the path is not determined, the <emph>RmDir Statement</emph>
searches for the directory that you want to delete in the current path. If it
is not found there, an error message appears.</paragraph>
+<paragraph role="heading" id="hd_id3153361" xml-lang="en-US" level="2"
l10n="U">Syntax:</paragraph>
+<paragraph role="code" id="par_id3154367" xml-lang="en-US" l10n="U">RmDir Text
As String</paragraph>
+<paragraph role="heading" id="hd_id3156281" xml-lang="en-US" level="2"
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3151042" xml-lang="en-US"
l10n="U"><emph>Text:</emph> Any string expression that specifies the name and
path of the directory that you want to delete. You can also use <link
href="text/sbasic/shared/00000002.xhp" name="URL notation">URL
notation</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3153192" xml-lang="en-US" l10n="U">If
the path is not determined, the <emph>RmDir Statement</emph> searches for the
directory that you want to delete in the current path. If it is not found
there, an error message appears.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
<embed href="text/sbasic/shared/00000003.xhp#err76"/>
-<paragraph role="heading" id="hd_id3145271" xml-lang="en-US" level="2"
l10n="U" oldref="8">Example:</paragraph>
-<paragraph role="code" id="par_id3156442" xml-lang="en-US" l10n="U"
oldref="9">Sub ExampleRmDir</paragraph>
-<paragraph role="code" id="par_id3154319" xml-lang="en-US" l10n="U"
oldref="10">MkDir "C:\Test2"</paragraph>
-<paragraph role="code" id="par_id3159154" xml-lang="en-US" l10n="U"
oldref="11">ChDir "C:\test2"</paragraph>
-<paragraph role="code" id="par_id3151112" xml-lang="en-US" l10n="U"
oldref="12">msgbox Curdir</paragraph>
-<paragraph role="code" id="par_id3147427" xml-lang="en-US" l10n="U"
oldref="13">ChDir "\"</paragraph>
-<paragraph role="code" id="par_id3153188" xml-lang="en-US" l10n="U"
oldref="14">RmDir "C:\test2"</paragraph>
-<paragraph role="code" id="par_id3146120" xml-lang="en-US" l10n="U"
oldref="15">end sub</paragraph>
+<paragraph role="heading" id="hd_id3145271" xml-lang="en-US" level="2"
l10n="U">Example:</paragraph>
+<paragraph role="code" id="par_id3156442" xml-lang="en-US" l10n="U">Sub
ExampleRmDir</paragraph>
+<paragraph role="code" id="par_id3154319" xml-lang="en-US" l10n="U">MkDir
"C:\Test2"</paragraph>
+<paragraph role="code" id="par_id3159154" xml-lang="en-US" l10n="U">ChDir
"C:\test2"</paragraph>
+<paragraph role="code" id="par_id3151112" xml-lang="en-US" l10n="U">msgbox
Curdir</paragraph>
+<paragraph role="code" id="par_id3147427" xml-lang="en-US" l10n="U">ChDir
"\"</paragraph>
+<paragraph role="code" id="par_id3153188" xml-lang="en-US" l10n="U">RmDir
"C:\test2"</paragraph>
+<paragraph role="code" id="par_id3146120" xml-lang="en-US" l10n="U">end
sub</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/sbasic/shared/03030202.xhp
b/main/helpcontent2/source/text/sbasic/shared/03030202.xhp
index 2cec22a8bf..4c357a215c 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03030202.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03030202.xhp
@@ -33,25 +33,23 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3155419">
<bookmark_value>Minute function</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3155419" role="heading" level="1"
l10n="U" oldref="1"><link href="text/sbasic/shared/03030202.xhp" name="Minute
Function [Runtime]">Minute Function [Runtime]</link></paragraph>
-<paragraph xml-lang="en-US" id="par_id3156344" role="paragraph" l10n="U"
oldref="2">Returns the minute of the hour that corresponds to the serial time
value that is generated by the TimeSerial or the TimeValue function.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3155419" role="heading" level="1"
l10n="U"><link href="text/sbasic/shared/03030202.xhp" name="Minute Function
[Runtime]">Minute Function [Runtime]</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id3156344" role="paragraph"
l10n="U">Returns the minute of the hour that corresponds to the serial time
value that is generated by the TimeSerial or the TimeValue function.</paragraph>
</section>
-<paragraph xml-lang="en-US" id="hd_id3154758" role="heading" level="2"
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph xml-lang="en-US" id="par_id3149656" role="paragraph" l10n="U"
oldref="4">Minute (Number)</paragraph>
-<paragraph xml-lang="en-US" id="hd_id3148798" role="heading" level="2"
l10n="U" oldref="5">Return value:</paragraph>
-<paragraph xml-lang="en-US" id="par_id3150449" role="paragraph" l10n="U"
oldref="6">Integer</paragraph>
-<paragraph xml-lang="en-US" id="hd_id3153193" role="heading" level="2"
l10n="U" oldref="7">Parameters:</paragraph>
-<paragraph xml-lang="en-US" id="par_id3153969" role="paragraph" l10n="U"
oldref="8">
-<emph>Number:</emph> Numeric expression that contains the serial time value
that is used to return the minute value.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3150869" role="paragraph" l10n="U"
oldref="9">This function is the opposite of the <emph>TimeSerial</emph>
function. It returns the minute of the serial time value that is generated by
the <emph>TimeSerial</emph> or the <emph>TimeValue</emph> function. For
example, the expression:</paragraph>
-<paragraph xml-lang="en-US" id="par_id3149262" role="paragraph" l10n="CHG"
oldref="10">Print Minute(TimeSerial(12,30,41))</paragraph>
-<paragraph xml-lang="en-US" id="par_id3148576" role="paragraph" l10n="U"
oldref="11">returns the value 30.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3154758" role="heading" level="2"
l10n="U">Syntax:</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149656" role="paragraph"
l10n="U">Minute (Number)</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3148798" role="heading" level="2"
l10n="U">Return value:</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150449" role="paragraph"
l10n="U">Integer</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3153193" role="heading" level="2"
l10n="U">Parameters:</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153969" role="paragraph"
l10n="U"><emph>Number:</emph> Numeric expression that contains the serial time
value that is used to return the minute value.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150869" role="paragraph" l10n="U">This
function is the opposite of the <emph>TimeSerial</emph> function. It returns
the minute of the serial time value that is generated by the
<emph>TimeSerial</emph> or the <emph>TimeValue</emph> function. For example,
the expression:</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149262" role="paragraph"
l10n="CHG">Print Minute(TimeSerial(12,30,41))</paragraph>
+<paragraph xml-lang="en-US" id="par_id3148576" role="paragraph"
l10n="U">returns the value 30.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
-<paragraph xml-lang="en-US" id="hd_id3150010" role="heading" level="2" l10n="U"
-oldref="12">Example:</paragraph>
-<paragraph xml-lang="en-US" id="par_id3159154" role="paragraph" l10n="U"
oldref="13">Sub ExampleMinute</paragraph>
-<paragraph xml-lang="en-US" id="par_id3146119" role="paragraph" l10n="U"
oldref="14">MsgBox "The current minute is "& Minute(Now)&
"."</paragraph>
-<paragraph xml-lang="en-US" id="par_id3153726" role="paragraph" l10n="U"
oldref="15">end sub</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3150010" role="heading" level="2"
l10n="U">Example:</paragraph>
+<paragraph xml-lang="en-US" id="par_id3159154" role="paragraph" l10n="U">Sub
ExampleMinute</paragraph>
+<paragraph xml-lang="en-US" id="par_id3146119" role="paragraph"
l10n="U">MsgBox "The current minute is "& Minute(Now)& "."</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153726" role="paragraph" l10n="U">end
sub</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/sbasic/shared/03070100.xhp
b/main/helpcontent2/source/text/sbasic/shared/03070100.xhp
index 809550f933..2f4bfd26be 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03070100.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03070100.xhp
@@ -33,26 +33,24 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3156042">
<bookmark_value>"-" operator (mathematical)</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3156042" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/sbasic/shared/03070100.xhp">"-" Operator
[Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3153345" xml-lang="en-US" l10n="U"
oldref="2">Subtracts two values.</paragraph>
+<paragraph role="heading" id="hd_id3156042" xml-lang="en-US" level="1"
l10n="U"><link href="text/sbasic/shared/03070100.xhp">"-" Operator
[Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3153345" xml-lang="en-US"
l10n="U">Subtracts two values.</paragraph>
</section>
-<paragraph role="heading" id="hd_id3149416" xml-lang="en-US" level="2"
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3156023" xml-lang="en-US" l10n="U"
oldref="4">Result = Expression1 - Expression2</paragraph>
-<paragraph role="heading" id="hd_id3154760" xml-lang="en-US" level="2"
l10n="U" oldref="5">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3147560" xml-lang="en-US" l10n="U"
oldref="6">
-<emph>Result:</emph> Any numerical expression that contains the result of the
subtraction.</paragraph>
-<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US" l10n="U"
oldref="7">
-<emph>Expression1, Expression2:</emph> Any numerical expressions that you want
to subtract.</paragraph>
-<paragraph role="heading" id="hd_id3154366" xml-lang="en-US" level="2"
l10n="U" oldref="8">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3147230" xml-lang="en-US" l10n="U"
oldref="9">Sub ExampleSubtraction1</paragraph>
-<paragraph role="paragraph" id="par_id3156281" xml-lang="en-US" l10n="U"
oldref="10">Print 5 - 5</paragraph>
-<paragraph role="paragraph" id="par_id3145172" xml-lang="en-US" l10n="U"
oldref="11">End sub</paragraph>
-<paragraph role="paragraph" id="par_id3149562" xml-lang="en-US" l10n="U"
oldref="13">Sub ExampleSubtraction2</paragraph>
-<paragraph role="paragraph" id="par_id3159254" xml-lang="en-US" l10n="U"
oldref="14">Dim iValue1 as Integer</paragraph>
-<paragraph role="paragraph" id="par_id3147434" xml-lang="en-US" l10n="U"
oldref="15">Dim iValue2 as Integer</paragraph>
-<paragraph role="paragraph" id="par_id3150011" xml-lang="en-US" l10n="U"
oldref="16">iValue1 = 5</paragraph>
-<paragraph role="paragraph" id="par_id3152576" xml-lang="en-US" l10n="U"
oldref="17">iValue2 = 10</paragraph>
-<paragraph role="paragraph" id="par_id3163712" xml-lang="en-US" l10n="U"
oldref="18">Print iValue1 - iValue2</paragraph>
-<paragraph role="paragraph" id="par_id3156443" xml-lang="en-US" l10n="U"
oldref="19">End Sub</paragraph>
+<paragraph role="heading" id="hd_id3149416" xml-lang="en-US" level="2"
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3156023" xml-lang="en-US"
l10n="U">Result = Expression1 - Expression2</paragraph>
+<paragraph role="heading" id="hd_id3154760" xml-lang="en-US" level="2"
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3147560" xml-lang="en-US"
l10n="U"><emph>Result:</emph> Any numerical expression that contains the result
of the subtraction.</paragraph>
+<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US"
l10n="U"><emph>Expression1, Expression2:</emph> Any numerical expressions that
you want to subtract.</paragraph>
+<paragraph role="heading" id="hd_id3154366" xml-lang="en-US" level="2"
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3147230" xml-lang="en-US" l10n="U">Sub
ExampleSubtraction1</paragraph>
+<paragraph role="paragraph" id="par_id3156281" xml-lang="en-US" l10n="U">Print
5 - 5</paragraph>
+<paragraph role="paragraph" id="par_id3145172" xml-lang="en-US" l10n="U">End
sub</paragraph>
+<paragraph role="paragraph" id="par_id3149562" xml-lang="en-US" l10n="U">Sub
ExampleSubtraction2</paragraph>
+<paragraph role="paragraph" id="par_id3159254" xml-lang="en-US" l10n="U">Dim
iValue1 as Integer</paragraph>
+<paragraph role="paragraph" id="par_id3147434" xml-lang="en-US" l10n="U">Dim
iValue2 as Integer</paragraph>
+<paragraph role="paragraph" id="par_id3150011" xml-lang="en-US"
l10n="U">iValue1 = 5</paragraph>
+<paragraph role="paragraph" id="par_id3152576" xml-lang="en-US"
l10n="U">iValue2 = 10</paragraph>
+<paragraph role="paragraph" id="par_id3163712" xml-lang="en-US" l10n="U">Print
iValue1 - iValue2</paragraph>
+<paragraph role="paragraph" id="par_id3156443" xml-lang="en-US" l10n="U">End
Sub</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/sbasic/shared/03070300.xhp
b/main/helpcontent2/source/text/sbasic/shared/03070300.xhp
index 815db48afd..862189123f 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03070300.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03070300.xhp
@@ -33,26 +33,24 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3145316">
<bookmark_value>"+" operator (mathematical)</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3145316" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/sbasic/shared/03070300.xhp">"+" Operator
[Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3145068" xml-lang="en-US" l10n="U"
oldref="2">Adds or combines two expressions.</paragraph>
+<paragraph role="heading" id="hd_id3145316" xml-lang="en-US" level="1"
l10n="U"><link href="text/sbasic/shared/03070300.xhp">"+" Operator
[Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3145068" xml-lang="en-US" l10n="U">Adds
or combines two expressions.</paragraph>
</section>
-<paragraph role="heading" id="hd_id3144500" xml-lang="en-US" level="2"
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3150358" xml-lang="en-US" l10n="U"
oldref="4">Result = Expression1 + Expression2</paragraph>
-<paragraph role="heading" id="hd_id3150400" xml-lang="en-US" level="2"
l10n="U" oldref="5">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3154123" xml-lang="en-US" l10n="U"
oldref="6">
-<emph>Result:</emph> Any numerical expression that contains the result of the
addition.</paragraph>
-<paragraph role="paragraph" id="par_id3150870" xml-lang="en-US" l10n="U"
oldref="7">
-<emph>Expression1, Expression2:</emph> Any numerical expressions that you want
to combine or to add.</paragraph>
-<paragraph role="heading" id="hd_id3153969" xml-lang="en-US" level="2"
l10n="U" oldref="8">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3150440" xml-lang="en-US" l10n="U"
oldref="9">Sub ExampleAddition1</paragraph>
-<paragraph role="paragraph" id="par_id3159254" xml-lang="en-US" l10n="U"
oldref="10">Print 5 + 5</paragraph>
-<paragraph role="paragraph" id="par_id3152460" xml-lang="en-US" l10n="U"
oldref="11">End sub</paragraph>
-<paragraph role="paragraph" id="par_id3153191" xml-lang="en-US" l10n="U"
oldref="13">Sub ExampleAddition2</paragraph>
-<paragraph role="paragraph" id="par_id3146120" xml-lang="en-US" l10n="U"
oldref="14">Dim iValue1 as Integer</paragraph>
-<paragraph role="paragraph" id="par_id3155411" xml-lang="en-US" l10n="U"
oldref="15">Dim iValue2 as Integer</paragraph>
-<paragraph role="paragraph" id="par_id3147435" xml-lang="en-US" l10n="U"
oldref="16">iValue1 = 5</paragraph>
-<paragraph role="paragraph" id="par_id3163710" xml-lang="en-US" l10n="U"
oldref="17">iValue2 = 10</paragraph>
-<paragraph role="paragraph" id="par_id3151118" xml-lang="en-US" l10n="U"
oldref="18">Print iValue1 + iValue2</paragraph>
-<paragraph role="paragraph" id="par_id3146974" xml-lang="en-US" l10n="U"
oldref="19">End Sub</paragraph>
+<paragraph role="heading" id="hd_id3144500" xml-lang="en-US" level="2"
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3150358" xml-lang="en-US"
l10n="U">Result = Expression1 + Expression2</paragraph>
+<paragraph role="heading" id="hd_id3150400" xml-lang="en-US" level="2"
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3154123" xml-lang="en-US"
l10n="U"><emph>Result:</emph> Any numerical expression that contains the result
of the addition.</paragraph>
+<paragraph role="paragraph" id="par_id3150870" xml-lang="en-US"
l10n="U"><emph>Expression1, Expression2:</emph> Any numerical expressions that
you want to combine or to add.</paragraph>
+<paragraph role="heading" id="hd_id3153969" xml-lang="en-US" level="2"
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3150440" xml-lang="en-US" l10n="U">Sub
ExampleAddition1</paragraph>
+<paragraph role="paragraph" id="par_id3159254" xml-lang="en-US" l10n="U">Print
5 + 5</paragraph>
+<paragraph role="paragraph" id="par_id3152460" xml-lang="en-US" l10n="U">End
sub</paragraph>
+<paragraph role="paragraph" id="par_id3153191" xml-lang="en-US" l10n="U">Sub
ExampleAddition2</paragraph>
+<paragraph role="paragraph" id="par_id3146120" xml-lang="en-US" l10n="U">Dim
iValue1 as Integer</paragraph>
+<paragraph role="paragraph" id="par_id3155411" xml-lang="en-US" l10n="U">Dim
iValue2 as Integer</paragraph>
+<paragraph role="paragraph" id="par_id3147435" xml-lang="en-US"
l10n="U">iValue1 = 5</paragraph>
+<paragraph role="paragraph" id="par_id3163710" xml-lang="en-US"
l10n="U">iValue2 = 10</paragraph>
+<paragraph role="paragraph" id="par_id3151118" xml-lang="en-US" l10n="U">Print
iValue1 + iValue2</paragraph>
+<paragraph role="paragraph" id="par_id3146974" xml-lang="en-US" l10n="U">End
Sub</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/sbasic/shared/03102300.xhp
b/main/helpcontent2/source/text/sbasic/shared/03102300.xhp
index 3134dfa7e6..3a5becf5b3 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03102300.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03102300.xhp
@@ -33,25 +33,24 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3145090">
<bookmark_value>IsDate function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3145090" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/sbasic/shared/03102300.xhp" name="IsDate
Function [Runtime]">IsDate Function [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3153311" xml-lang="en-US" l10n="U"
oldref="2">Tests if a numeric or string expression can be converted to a
<emph>Date</emph> variable.</paragraph>
+<paragraph role="heading" id="hd_id3145090" xml-lang="en-US" level="1"
l10n="U"><link href="text/sbasic/shared/03102300.xhp" name="IsDate Function
[Runtime]">IsDate Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3153311" xml-lang="en-US" l10n="U">Tests
if a numeric or string expression can be converted to a <emph>Date</emph>
variable.</paragraph>
</section>
-<paragraph role="heading" id="hd_id3153824" xml-lang="en-US" level="2"
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3147573" xml-lang="en-US" l10n="U"
oldref="4">IsDate (Expression)</paragraph>
-<paragraph role="heading" id="hd_id3143270" xml-lang="en-US" level="2"
l10n="U" oldref="5">Return value:</paragraph>
-<paragraph role="paragraph" id="par_id3147560" xml-lang="en-US" l10n="U"
oldref="6">Bool</paragraph>
-<paragraph role="heading" id="hd_id3148947" xml-lang="en-US" level="2"
l10n="U" oldref="7">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3145069" xml-lang="en-US" l10n="U"
oldref="8">
-<emph>Expression:</emph> Any numeric or string expression that you want to
test. If the expression can be converted to a date, the function returns
<emph>True</emph>, otherwise the function returns
<emph>False</emph>.</paragraph>
+<paragraph role="heading" id="hd_id3153824" xml-lang="en-US" level="2"
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3147573" xml-lang="en-US"
l10n="U">IsDate (Expression)</paragraph>
+<paragraph role="heading" id="hd_id3143270" xml-lang="en-US" level="2"
l10n="U">Return value:</paragraph>
+<paragraph role="paragraph" id="par_id3147560" xml-lang="en-US"
l10n="U">Bool</paragraph>
+<paragraph role="heading" id="hd_id3148947" xml-lang="en-US" level="2"
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3145069" xml-lang="en-US"
l10n="U"><emph>Expression:</emph> Any numeric or string expression that you
want to test. If the expression can be converted to a date, the function
returns <emph>True</emph>, otherwise the function returns
<emph>False</emph>.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
-<paragraph role="heading" id="hd_id3150447" xml-lang="en-US" level="2"
l10n="U" oldref="9">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3154217" xml-lang="en-US" l10n="U"
oldref="10">Sub ExampleIsDate</paragraph>
-<paragraph role="paragraph" id="par_id3153970" xml-lang="en-US" l10n="U"
oldref="11">Dim sDateVar as String</paragraph>
-<paragraph role="paragraph" id="par_id3153193" xml-lang="en-US" l10n="U"
oldref="12">sDateVar = "12.12.1997"</paragraph>
-<paragraph role="paragraph" id="par_id3150869" xml-lang="en-US" l10n="U"
oldref="13">print IsDate(sDateVar) REM Returns True</paragraph>
-<paragraph role="paragraph" id="par_id3148453" xml-lang="en-US" l10n="U"
oldref="14">sDateVar = "12121997"</paragraph>
-<paragraph role="paragraph" id="par_id3147288" xml-lang="en-US" l10n="U"
oldref="15">print IsDate(sDateVar) REM Returns False</paragraph>
-<paragraph role="paragraph" id="par_id3155132" xml-lang="en-US" l10n="U"
oldref="16">end sub</paragraph>
+<paragraph role="heading" id="hd_id3150447" xml-lang="en-US" level="2"
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3154217" xml-lang="en-US" l10n="U">Sub
ExampleIsDate</paragraph>
+<paragraph role="paragraph" id="par_id3153970" xml-lang="en-US" l10n="U">Dim
sDateVar as String</paragraph>
+<paragraph role="paragraph" id="par_id3153193" xml-lang="en-US"
l10n="U">sDateVar = "12.12.1997"</paragraph>
+<paragraph role="paragraph" id="par_id3150869" xml-lang="en-US" l10n="U">print
IsDate(sDateVar) REM Returns True</paragraph>
+<paragraph role="paragraph" id="par_id3148453" xml-lang="en-US"
l10n="U">sDateVar = "12121997"</paragraph>
+<paragraph role="paragraph" id="par_id3147288" xml-lang="en-US" l10n="U">print
IsDate(sDateVar) REM Returns False</paragraph>
+<paragraph role="paragraph" id="par_id3155132" xml-lang="en-US" l10n="U">end
sub</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/scalc/01/12120200.xhp
b/main/helpcontent2/source/text/scalc/01/12120200.xhp
index f8c300b329..b9ffe683c9 100644
--- a/main/helpcontent2/source/text/scalc/01/12120200.xhp
+++ b/main/helpcontent2/source/text/scalc/01/12120200.xhp
@@ -31,22 +31,22 @@
<body>
<section id="eingabehilfe">
<bookmark xml-lang="en-US" branch="hid/sc:TabPage:TP_VALIDATION_INPUTHELP"
id="bm_id3150871" localize="false"/>
-<paragraph role="heading" id="hd_id3156280" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/scalc/01/12120200.xhp" name="Input
Help">Input Help</link></paragraph>
-<paragraph role="paragraph" id="par_id3147229" xml-lang="en-US" l10n="U"
oldref="2"><ahelp hid="SC:TABPAGE:TP_VALIDATION_INPUTHELP">Enter the message
that you want to display when the cell or cell range is selected in the
sheet.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3156280" xml-lang="en-US" level="1"
l10n="U"><link href="text/scalc/01/12120200.xhp" name="Input Help">Input
Help</link></paragraph>
+<paragraph role="paragraph" id="par_id3147229" xml-lang="en-US"
l10n="U"><ahelp hid="SC:TABPAGE:TP_VALIDATION_INPUTHELP">Enter the message that
you want to display when the cell or cell range is selected in the
sheet.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/scalc/00/00000412.xhp#datengueltigeingabe"/>
</section>
<bookmark xml-lang="en-US"
branch="hid/sc:TriStateBox:TP_VALIDATION_INPUTHELP:TSB_HELP" id="bm_id3149260"
localize="false"/>
-<paragraph role="heading" id="hd_id3146986" xml-lang="en-US" level="2"
l10n="U" oldref="3">Show input help when cell is selected</paragraph>
-<paragraph role="paragraph" id="par_id3153363" xml-lang="en-US" l10n="U"
oldref="4"><ahelp
hid="SC:TRISTATEBOX:TP_VALIDATION_INPUTHELP:TSB_HELP">Displays the message that
you enter in the <emph>Contents</emph> box when the cell or cell range is
selected in the sheet.</ahelp></paragraph>
-<paragraph role="warning" id="par_id3154730" xml-lang="en-US" l10n="U"
oldref="5">If you enter text in the <emph>Contents</emph> box of this dialog,
and then select and clear this check box, the text will be lost.</paragraph>
-<paragraph role="heading" id="hd_id3147394" xml-lang="en-US" level="2"
l10n="U" oldref="6">Contents</paragraph>
+<paragraph role="heading" id="hd_id3146986" xml-lang="en-US" level="2"
l10n="U">Show input help when cell is selected</paragraph>
+<paragraph role="paragraph" id="par_id3153363" xml-lang="en-US"
l10n="U"><ahelp hid="SC:TRISTATEBOX:TP_VALIDATION_INPUTHELP:TSB_HELP">Displays
the message that you enter in the <emph>Contents</emph> box when the cell or
cell range is selected in the sheet.</ahelp></paragraph>
+<paragraph role="warning" id="par_id3154730" xml-lang="en-US" l10n="U">If you
enter text in the <emph>Contents</emph> box of this dialog, and then select and
clear this check box, the text will be lost.</paragraph>
+<paragraph role="heading" id="hd_id3147394" xml-lang="en-US" level="2"
l10n="U">Contents</paragraph>
<bookmark xml-lang="en-US"
branch="hid/sc:Edit:TP_VALIDATION_INPUTHELP:EDT_TITLE" id="bm_id3149377"
localize="false"/>
-<paragraph role="heading" id="hd_id3149582" xml-lang="en-US" level="3"
l10n="U" oldref="8">Title</paragraph>
-<paragraph role="paragraph" id="par_id3149400" xml-lang="en-US" l10n="U"
oldref="9"><ahelp hid="SC:EDIT:TP_VALIDATION_INPUTHELP:EDT_TITLE">Enter the
title that you want to display when the cell or cell range is
selected.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3149582" xml-lang="en-US" level="3"
l10n="U">Title</paragraph>
+<paragraph role="paragraph" id="par_id3149400" xml-lang="en-US"
l10n="U"><ahelp hid="SC:EDIT:TP_VALIDATION_INPUTHELP:EDT_TITLE">Enter the title
that you want to display when the cell or cell range is
selected.</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/sc:MultiLineEdit:TP_VALIDATION_INPUTHELP:EDT_INPUTHELP"
id="bm_id3156275" localize="false"/>
-<paragraph role="heading" id="hd_id3149121" xml-lang="en-US" level="3"
l10n="U" oldref="10">Input help</paragraph>
-<paragraph role="paragraph" id="par_id3150752" xml-lang="en-US" l10n="U"
oldref="11"><ahelp
hid="SC:MULTILINEEDIT:TP_VALIDATION_INPUTHELP:EDT_INPUTHELP">Enter the message
that you want to display when the cell or cell range is
selected.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3149121" xml-lang="en-US" level="3"
l10n="U">Input help</paragraph>
+<paragraph role="paragraph" id="par_id3150752" xml-lang="en-US"
l10n="U"><ahelp
hid="SC:MULTILINEEDIT:TP_VALIDATION_INPUTHELP:EDT_INPUTHELP">Enter the message
that you want to display when the cell or cell range is
selected.</ahelp></paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/scalc/guide/database_define.xhp
b/main/helpcontent2/source/text/scalc/guide/database_define.xhp
index dcecbd7043..9290da3f40 100644
--- a/main/helpcontent2/source/text/scalc/guide/database_define.xhp
+++ b/main/helpcontent2/source/text/scalc/guide/database_define.xhp
@@ -35,27 +35,26 @@
<bookmark_value>ranges; defining database ranges</bookmark_value>
<bookmark_value>defining;database ranges</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3154758" role="heading" level="1" l10n="U"
-oldref="31"><variable id="database_define"><link
href="text/scalc/guide/database_define.xhp" name="Defining Database
Ranges">Defining a Database Range</link>
+<paragraph xml-lang="en-US" id="hd_id3154758" role="heading" level="1"
l10n="U"><variable id="database_define"><link
href="text/scalc/guide/database_define.xhp" name="Defining Database
Ranges">Defining a Database Range</link>
</variable></paragraph>
-<paragraph xml-lang="en-US" id="par_id3153768" role="paragraph" l10n="U"
oldref="81">You can define a range of cells in a spreadsheet to use as a
database. Each row in this database range corresponds to a database record and
each cell in a row corresponds to a database field. You can sort, group,
search, and perform calculations on the range as you would in a
database.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3145801" role="warning" l10n="CHG"
oldref="82">You can only edit and access a database range in the spreadsheet
that contains the range. You cannot access the database range in the
%PRODUCTNAME Data Sources view.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153768" role="paragraph" l10n="U">You
can define a range of cells in a spreadsheet to use as a database. Each row in
this database range corresponds to a database record and each cell in a row
corresponds to a database field. You can sort, group, search, and perform
calculations on the range as you would in a database.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3145801" role="warning" l10n="CHG">You
can only edit and access a database range in the spreadsheet that contains the
range. You cannot access the database range in the %PRODUCTNAME Data Sources
view.</paragraph>
<paragraph xml-lang="en-US" id="par_idN10648" role="paragraph" l10n="NEW">To
define a database range</paragraph>
<list type="ordered">
<listitem>
-<paragraph xml-lang="en-US" id="par_id3155064" role="listitem" l10n="CHG"
oldref="41">Select the range of cells that you want to define as a database
range.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155064" role="listitem"
l10n="CHG">Select the range of cells that you want to define as a database
range.</paragraph>
</listitem>
<listitem>
<paragraph xml-lang="en-US" id="par_idN10654" role="listitem"
l10n="NEW">Choose <item type="menuitem">Data - Define Range</item>.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3153715" role="listitem" l10n="U"
oldref="72">In the <emph>Name</emph> box, enter a name for the database
range.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153715" role="listitem" l10n="U">In the
<emph>Name</emph> box, enter a name for the database range.</paragraph>
</listitem>
<listitem>
<paragraph xml-lang="en-US" id="par_idN1066A" role="listitem" l10n="NEW">Click
<emph>More</emph>.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3154253" role="listitem" l10n="U"
oldref="42">Specify the options for the database range.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154253" role="listitem"
l10n="U">Specify the options for the database range.</paragraph>
</listitem>
<listitem>
<paragraph xml-lang="en-US" id="par_idN10675" role="listitem" l10n="NEW">Click
<emph>OK</emph>.</paragraph>
diff --git a/main/helpcontent2/source/text/scalc/guide/multi_tables.xhp
b/main/helpcontent2/source/text/scalc/guide/multi_tables.xhp
index e5259d5aa2..a62aa8408d 100644
--- a/main/helpcontent2/source/text/scalc/guide/multi_tables.xhp
+++ b/main/helpcontent2/source/text/scalc/guide/multi_tables.xhp
@@ -34,9 +34,9 @@
<bookmark_value>sheet tabs;using</bookmark_value>
<bookmark_value>views;multiple sheets</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3150769" role="heading" level="1"
l10n="U" oldref="4"><variable id="multi_tables"><link
href="text/scalc/guide/multi_tables.xhp" name="Navigating Through Sheet
Tabs">Navigating Through Sheet Tabs</link>
+<paragraph xml-lang="en-US" id="hd_id3150769" role="heading" level="1"
l10n="U"><variable id="multi_tables"><link
href="text/scalc/guide/multi_tables.xhp" name="Navigating Through Sheet
Tabs">Navigating Through Sheet Tabs</link>
</variable></paragraph>
-<paragraph xml-lang="en-US" id="par_id3153771" role="paragraph" l10n="CHG"
oldref="3">By default $[officename] displays three sheets "Sheet1" to "Sheet3",
in each new spreadsheet. You can switch between sheets in a spreadsheet using
the sheet tabs at the bottom of the screen.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153771" role="paragraph" l10n="CHG">By
default $[officename] displays three sheets "Sheet1" to "Sheet3", in each new
spreadsheet. You can switch between sheets in a spreadsheet using the sheet
tabs at the bottom of the screen.</paragraph>
<paragraph xml-lang="en-US" id="par_idN106AF" role="paragraph" l10n="NEW">
<image id="img_id4829822" src="res/helpimg/sheettabs.png" width="3.3335inch"
height="0.7638inch" localize="true"><alt xml-lang="en-US"
id="alt_id4829822">Sheet Tabs</alt>
</image></paragraph>
@@ -48,11 +48,11 @@
</image></paragraph>
</tablecell>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3147396" role="paragraph" l10n="U"
oldref="5">Use the navigation buttons to display all the sheets belonging to
your document. Clicking the button on the far left or the far right displays,
respectively, the first or last sheet tab. The middle buttons allow the user to
scroll forward and backward through all sheet tabs. To display the sheet itself
click on the sheet tab.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3147396" role="paragraph" l10n="U">Use
the navigation buttons to display all the sheets belonging to your document.
Clicking the button on the far left or the far right displays, respectively,
the first or last sheet tab. The middle buttons allow the user to scroll
forward and backward through all sheet tabs. To display the sheet itself click
on the sheet tab.</paragraph>
</tablecell>
</tablerow>
</table>
-<paragraph xml-lang="en-US" id="par_id3149379" role="paragraph" l10n="U"
oldref="6">If there is insufficient space to display all the sheet tabs, you
can increase it by pointing to the separator between the scrollbar and the
sheet tabs, pressing the mouse button and, keeping the mouse button pressed,
dragging to the right. In doing so you will be sharing the available space
between the sheet tabs and horizontal scrollbar.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149379" role="paragraph" l10n="U">If
there is insufficient space to display all the sheet tabs, you can increase it
by pointing to the separator between the scrollbar and the sheet tabs, pressing
the mouse button and, keeping the mouse button pressed, dragging to the right.
In doing so you will be sharing the available space between the sheet tabs and
horizontal scrollbar.</paragraph>
<section id="relatedtopics">
<embed href="text/scalc/guide/multitables.xhp#multitables"/>
<embed href="text/scalc/guide/edit_multitables.xhp#edit_multitables"/>
diff --git a/main/helpcontent2/source/text/shared/00/01020000.xhp
b/main/helpcontent2/source/text/shared/00/01020000.xhp
index 950d9fe9a0..15992b842e 100644
--- a/main/helpcontent2/source/text/shared/00/01020000.xhp
+++ b/main/helpcontent2/source/text/shared/00/01020000.xhp
@@ -29,20 +29,20 @@
</topic>
</meta>
<body>
-<paragraph role="heading" id="hd_id3158397" xml-lang="en-US" level="1"
l10n="U" oldref="1">Context Menu of Web Pages in Read-Only Mode</paragraph>
+<paragraph role="heading" id="hd_id3158397" xml-lang="en-US" level="1"
l10n="U">Context Menu of Web Pages in Read-Only Mode</paragraph>
<bookmark xml-lang="en-US" branch="hid/SW_HID_MN_READONLY_SAVEGRAPHIC"
id="bm_id3150502" localize="false"/>
-<paragraph role="paragraph" id="par_id3145348" xml-lang="en-US" l10n="U"
oldref="18"><ahelp hid="HID_MN_READONLY_SAVEGRAPHIC">Opens a dialog where you
can save the selected graphics.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3145348" xml-lang="en-US"
l10n="U"><ahelp hid="HID_MN_READONLY_SAVEGRAPHIC">Opens a dialog where you can
save the selected graphics.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/SW_HID_MN_READONLY_COPYLINK"
id="bm_id3147000" localize="false"/>
-<paragraph role="paragraph" id="par_id3151262" xml-lang="en-US" l10n="U"
oldref="31"><ahelp hid="HID_MN_READONLY_COPYLINK">Copies the link at the mouse
pointer to the clipboard.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3151262" xml-lang="en-US"
l10n="U"><ahelp hid="HID_MN_READONLY_COPYLINK">Copies the link at the mouse
pointer to the clipboard.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/SW_HID_MN_READONLY_COPYGRAPHIC"
id="bm_id3159224" localize="false"/>
-<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US" l10n="U"
oldref="37"><ahelp hid="HID_MN_READONLY_COPYGRAPHIC">Copies a selected graphic
to the clipboard.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US"
l10n="U"><ahelp hid="HID_MN_READONLY_COPYGRAPHIC">Copies a selected graphic to
the clipboard.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/SW_HID_MN_READONLY_LOADGRAPHIC"
id="bm_id3152363" localize="false"/>
-<paragraph role="paragraph" id="par_id3145629" xml-lang="en-US" l10n="U"
oldref="22"><ahelp hid="HID_MN_READONLY_LOADGRAPHIC">If you have deactivated
the graphics display, choose the <emph>Load Graphics</emph> command to make
them visible.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3145629" xml-lang="en-US"
l10n="U"><ahelp hid="HID_MN_READONLY_LOADGRAPHIC">If you have deactivated the
graphics display, choose the <emph>Load Graphics</emph> command to make them
visible.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/SW_HID_MN_READONLY_GRAPHICOFF"
id="bm_id3144758" localize="false"/>
-<paragraph role="paragraph" id="par_id3150902" xml-lang="en-US" l10n="CHG"
oldref="24"><ahelp hid="HID_MN_READONLY_GRAPHICOFF">Sets all graphics in the
document to be invisible.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3150902" xml-lang="en-US"
l10n="CHG"><ahelp hid="HID_MN_READONLY_GRAPHICOFF">Sets all graphics in the
document to be invisible.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/SW_HID_MN_READONLY_PLUGINOFF"
id="bm_id3151234" localize="false"/>
-<paragraph role="paragraph" id="par_id3153910" xml-lang="en-US" l10n="U"
oldref="26"><ahelp hid="HID_MN_READONLY_PLUGINOFF">Disables inserted
plug-ins.</ahelp> Click this command again to reactivate the <link
href="text/shared/00/00000002.xhp#plugin"
name="plug-ins">plug-ins</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3153910" xml-lang="en-US"
l10n="U"><ahelp hid="HID_MN_READONLY_PLUGINOFF">Disables inserted
plug-ins.</ahelp> Click this command again to reactivate the <link
href="text/shared/00/00000002.xhp#plugin"
name="plug-ins">plug-ins</link>.</paragraph>
<bookmark xml-lang="en-US" branch="hid/SW_HID_MN_READONLY_SAVEBACKGROUND"
id="bm_id3156560" localize="false"/>
-<paragraph role="paragraph" id="par_id3148548" xml-lang="en-US" l10n="U"
oldref="38"><ahelp hid="HID_MN_READONLY_SAVEBACKGROUND">Allows you to save the
background of a Web page.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3148548" xml-lang="en-US"
l10n="U"><ahelp hid="HID_MN_READONLY_SAVEBACKGROUND">Allows you to save the
background of a Web page.</ahelp></paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/shared/01/05250000.xhp
b/main/helpcontent2/source/text/shared/01/05250000.xhp
index 8db47e2588..215d0f0d75 100644
--- a/main/helpcontent2/source/text/shared/01/05250000.xhp
+++ b/main/helpcontent2/source/text/shared/01/05250000.xhp
@@ -47,14 +47,14 @@
<bookmark xml-lang="en-US" branch="hid/.uno:ObjectPosition" id="bm_id3149551"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ArrangeMenu" id="bm_id3945738"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ArrangeFrameMenu"
id="bm_id0801200803311649" localize="false"/>
-<paragraph role="heading" id="hd_id3152427" xml-lang="en-US" level="1"
l10n="CHG" oldref="1"><link href="text/shared/01/05250000.xhp" name="Arranging
Objects">Arrange</link></paragraph>
-<paragraph role="paragraph" id="par_id3154230" xml-lang="en-US" l10n="U"
oldref="2"><ahelp hid=".uno:ObjectPosition">Changes the stacking order of the
selected object(s).</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3152427" xml-lang="en-US" level="1"
l10n="CHG"><link href="text/shared/01/05250000.xhp" name="Arranging
Objects">Arrange</link></paragraph>
+<paragraph role="paragraph" id="par_id3154230" xml-lang="en-US"
l10n="U"><ahelp hid=".uno:ObjectPosition">Changes the stacking order of the
selected object(s).</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00040501.xhp#anordnung"/>
</section>
-<paragraph role="heading" id="hd_id3153894" xml-lang="en-US" level="2"
l10n="U" oldref="9">Layer for text and graphics</paragraph>
-<paragraph role="paragraph" id="par_id3154186" xml-lang="en-US" l10n="U"
oldref="4">Each object that you place in your document is successively stacked
on the preceding object. Use the arrange commands to change the stacking order
of objects in your document. You cannot change the stacking order of
text.</paragraph>
+<paragraph role="heading" id="hd_id3153894" xml-lang="en-US" level="2"
l10n="U">Layer for text and graphics</paragraph>
+<paragraph role="paragraph" id="par_id3154186" xml-lang="en-US" l10n="U">Each
object that you place in your document is successively stacked on the preceding
object. Use the arrange commands to change the stacking order of objects in
your document. You cannot change the stacking order of text.</paragraph>
<embed href="text/shared/01/05250100.xhp#ganznachvorn"/>
<embed href="text/shared/01/05250200.xhp#positionnachvorn"/>
<embed href="text/shared/01/05250300.xhp#positionnachhinten"/>
diff --git a/main/helpcontent2/source/text/shared/02/07070000.xhp
b/main/helpcontent2/source/text/shared/02/07070000.xhp
index 2a24e8fb0f..634e82cd4f 100644
--- a/main/helpcontent2/source/text/shared/02/07070000.xhp
+++ b/main/helpcontent2/source/text/shared/02/07070000.xhp
@@ -41,19 +41,18 @@
</bookmark><comment>mw inserted "Edit File icon" entry</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:EditDoc" id="bm_id2451362"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:EditDoc" id="bm_id3154682"
localize="false"/>
-<paragraph role="heading" id="hd_id3148520" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/shared/02/07070000.xhp" name="Edit
File">Edit File</link></paragraph>
-<paragraph role="paragraph" id="par_id3153089" xml-lang="en-US" l10n="U"
oldref="2"><ahelp hid=".uno:EditDoc" visibility="hidden">Enables you to edit a
read-only document or database table.</ahelp> Use the <emph>Edit File</emph>
icon to activate or deactivate the edit mode.</paragraph>
+<paragraph role="heading" id="hd_id3148520" xml-lang="en-US" level="1"
l10n="U"><link href="text/shared/02/07070000.xhp" name="Edit File">Edit
File</link></paragraph>
+<paragraph role="paragraph" id="par_id3153089" xml-lang="en-US"
l10n="U"><ahelp hid=".uno:EditDoc" visibility="hidden">Enables you to edit a
read-only document or database table.</ahelp> Use the <emph>Edit File</emph>
icon to activate or deactivate the edit mode.</paragraph>
</section>
<section id="sybearbeiten">
<table id="tbl_id3157896">
<tablerow>
<tablecell colspan="" rowspan="">
<paragraph role="paragraph" id="par_id3145090" xml-lang="en-US" l10n="E">
-<image id="img_id3154751" src="res/commandimagelist/sc_editdoc.png"
width="5.64mm" height="5.64mm"><alt id="alt_id3154751"
xml-lang="en-US">Icon</alt>
-</image></paragraph>
+<image id="img_id3154751" src="res/commandimagelist/sc_editdoc.png"
width="5.64mm" height="5.64mm"><alt id="alt_id3154751"
xml-lang="en-US">Icon</alt></image></paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3150694" xml-lang="en-US" l10n="U"
oldref="3">Edit File</paragraph>
+<paragraph role="paragraph" id="par_id3150694" xml-lang="en-US" l10n="U">Edit
File</paragraph>
</tablecell>
</tablerow>
</table>
@@ -62,7 +61,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:SelectTextMode" id="bm_id3790874"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:SelectTextMode" id="bm_id3157958"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/SFX2_HID_HELP_TEXT_SELECTION_MODE"
id="bm_id3147088" localize="false"/>
-<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US" l10n="U"
oldref="7"><ahelp hid="HID_HELP_TEXT_SELECTION_MODE">You can enable a selection
cursor in a read-only text document or in the Help. Choose <emph>Edit - Select
Text</emph> or open the context menu of a read-only document and choose
<emph>Select Text</emph>. The selection cursor does not
blink.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US"
l10n="U"><ahelp hid="HID_HELP_TEXT_SELECTION_MODE">You can enable a selection
cursor in a read-only text document or in the Help. Choose <emph>Edit - Select
Text</emph> or open the context menu of a read-only document and choose
<emph>Select Text</emph>. The selection cursor does not
blink.</ahelp></paragraph>
</section>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/shared/02/09010000.xhp
b/main/helpcontent2/source/text/shared/02/09010000.xhp
index a5df230c0a..7fc9ae7dec 100644
--- a/main/helpcontent2/source/text/shared/02/09010000.xhp
+++ b/main/helpcontent2/source/text/shared/02/09010000.xhp
@@ -31,36 +31,36 @@
<body>
<section id="namedesurl">
<bookmark xml-lang="en-US" branch="hid/SVX_HID_OFA_HYPERLINK_NAME"
id="bm_id3156211" localize="false"/>
-<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/shared/02/09010000.xhp" name="URL
Name">URL Name</link></paragraph>
-<paragraph role="paragraph" id="par_id3150476" xml-lang="en-US" l10n="U"
oldref="2"><ahelp hid="HID_OFA_HYPERLINK_NAME">Assigns a name to an Internet
URL or file.</ahelp> You can also enter search criteria for an Internet search
site.</paragraph>
+<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"
l10n="U"><link href="text/shared/02/09010000.xhp" name="URL Name">URL
Name</link></paragraph>
+<paragraph role="paragraph" id="par_id3150476" xml-lang="en-US"
l10n="U"><ahelp hid="HID_OFA_HYPERLINK_NAME">Assigns a name to an Internet URL
or file.</ahelp> You can also enter search criteria for an Internet search
site.</paragraph>
</section>
-<paragraph role="paragraph" id="par_id3153539" xml-lang="en-US" l10n="U"
oldref="3">Possible search syntax is as follows:</paragraph>
+<paragraph role="paragraph" id="par_id3153539" xml-lang="en-US"
l10n="U">Possible search syntax is as follows:</paragraph>
<table id="tbl_id3149716">
<tablerow>
<tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3154673" xml-lang="en-US" l10n="CHG"
oldref="6">"Suite+Office"</paragraph>
+<paragraph role="paragraph" id="par_id3154673" xml-lang="en-US"
l10n="CHG">"Suite+Office"</paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3148548" xml-lang="en-US" l10n="CHG"
oldref="7">Finds all pages that contain the words "Suite" AND "Office" at any
position.</paragraph>
+<paragraph role="paragraph" id="par_id3148548" xml-lang="en-US"
l10n="CHG">Finds all pages that contain the words "Suite" AND "Office" at any
position.</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3155805" xml-lang="en-US" l10n="CHG"
oldref="8">"Suite,Office"</paragraph>
+<paragraph role="paragraph" id="par_id3155805" xml-lang="en-US"
l10n="CHG">"Suite,Office"</paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3147008" xml-lang="en-US" l10n="CHG"
oldref="9">Finds all pages that contain "Suite" OR "Office".</paragraph>
+<paragraph role="paragraph" id="par_id3147008" xml-lang="en-US"
l10n="CHG">Finds all pages that contain "Suite" OR "Office".</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3156410" xml-lang="en-US" l10n="CHG"
oldref="10">Suite Office</paragraph>
+<paragraph role="paragraph" id="par_id3156410" xml-lang="en-US"
l10n="CHG">Suite Office</paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3153346" xml-lang="en-US" l10n="U"
oldref="11">Finds all pages that contain the specified text. Search text
without quotation marks will be sent directly to the specified search engine in
the Internet. In most cases, a search engine combines a string of words with
"OR," and finds pages in which at least one of the words appear.</paragraph>
+<paragraph role="paragraph" id="par_id3153346" xml-lang="en-US" l10n="U">Finds
all pages that contain the specified text. Search text without quotation marks
will be sent directly to the specified search engine in the Internet. In most
cases, a search engine combines a string of words with "OR," and finds pages in
which at least one of the words appear.</paragraph>
</tablecell>
</tablerow>
</table>
-<paragraph role="note" id="par_id3150669" xml-lang="en-US" l10n="U"
oldref="12">Not all Internet <link
href="text/shared/00/00000002.xhp#suchmaschine" name="search engines">search
engines</link> support all logical combinations. It is recommended to use only
one of the three options for linking search terms.</paragraph>
+<paragraph role="note" id="par_id3150669" xml-lang="en-US" l10n="U">Not all
Internet <link href="text/shared/00/00000002.xhp#suchmaschine" name="search
engines">search engines</link> support all logical combinations. It is
recommended to use only one of the three options for linking search
terms.</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/shared/autopi/01050400.xhp
b/main/helpcontent2/source/text/shared/autopi/01050400.xhp
index 031505f837..7419ef9cf4 100644
--- a/main/helpcontent2/source/text/shared/autopi/01050400.xhp
+++ b/main/helpcontent2/source/text/shared/autopi/01050400.xhp
@@ -31,22 +31,22 @@
<body>
<section id="autopilotseite4">
<bookmark branch="hid/SD_HID_SD_AUTOPILOT_PAGE4" xml-lang="en-US"
id="bm_id3163046"/>
-<paragraph id="hd_id3149119" role="heading" level="1" oldref="1" l10n="U"
xml-lang="en-US"><link href="text/shared/autopi/01050400.xhp"
name="Presentation Wizard Page 4">Presentation Wizard Page 4</link></paragraph>
-<paragraph role="paragraph" id="par_id3150247" l10n="U" xml-lang="en-US"
oldref="28">You can specify the name of your company, your presentation topic,
and the basic ideas you want to cover.</paragraph>
+<paragraph id="hd_id3149119" role="heading" level="1" l10n="U"
xml-lang="en-US"><link href="text/shared/autopi/01050400.xhp"
name="Presentation Wizard Page 4">Presentation Wizard Page 4</link></paragraph>
+<paragraph role="paragraph" id="par_id3150247" l10n="U" xml-lang="en-US">You
can specify the name of your company, your presentation topic, and the basic
ideas you want to cover.</paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#dtapsv"/>
</section>
-<paragraph role="heading" level="2" id="hd_id3147571" l10n="U"
xml-lang="en-US" oldref="29">Describe your basic ideas</paragraph>
+<paragraph role="heading" level="2" id="hd_id3147571" l10n="U"
xml-lang="en-US">Describe your basic ideas</paragraph>
<bookmark branch="hid/sd:Edit:DLG_ASS:EDT_PAGE4_ASKNAME" xml-lang="en-US"
id="bm_id3145071"/>
-<paragraph role="heading" level="3" id="hd_id3153345" l10n="U"
xml-lang="en-US" oldref="30">What is your name or the name of your
company?</paragraph>
-<paragraph l10n="U" role="paragraph" id="par_id3149182" xml-lang="en-US"
oldref="34"><ahelp hid="SD:EDIT:DLG_ASS:EDT_PAGE4_ASKNAME"
visibility="visible">Specifies your name or the name of your
company.</ahelp></paragraph>
+<paragraph role="heading" level="3" id="hd_id3153345" l10n="U"
xml-lang="en-US">What is your name or the name of your company?</paragraph>
+<paragraph l10n="U" role="paragraph" id="par_id3149182"
xml-lang="en-US"><ahelp hid="SD:EDIT:DLG_ASS:EDT_PAGE4_ASKNAME"
visibility="visible">Specifies your name or the name of your
company.</ahelp></paragraph>
<bookmark branch="hid/sd:Edit:DLG_ASS:EDT_PAGE4_ASKTOPIC" xml-lang="en-US"
id="bm_id3152551"/>
-<paragraph role="heading" level="3" id="hd_id3156410" l10n="U"
xml-lang="en-US" oldref="31">What is the subject of your
presentation?</paragraph>
-<paragraph l10n="U" role="paragraph" id="par_id3149177" xml-lang="en-US"
oldref="35"><ahelp hid="SD:EDIT:DLG_ASS:EDT_PAGE4_ASKTOPIC"
visibility="visible">Specifies the topic of your
presentation.</ahelp></paragraph>
+<paragraph role="heading" level="3" id="hd_id3156410" l10n="U"
xml-lang="en-US">What is the subject of your presentation?</paragraph>
+<paragraph l10n="U" role="paragraph" id="par_id3149177"
xml-lang="en-US"><ahelp hid="SD:EDIT:DLG_ASS:EDT_PAGE4_ASKTOPIC"
visibility="visible">Specifies the topic of your
presentation.</ahelp></paragraph>
<bookmark branch="hid/sd:MultiLineEdit:DLG_ASS:EDT_PAGE4_ASKINFORMATION"
xml-lang="en-US" id="bm_id3147210"/>
-<paragraph role="heading" level="3" id="hd_id3146797" l10n="U"
xml-lang="en-US" oldref="32">Further ideas to be presented?</paragraph>
-<paragraph l10n="U" role="paragraph" id="par_id3149398" xml-lang="en-US"
oldref="36"><ahelp hid="SD:MULTILINEEDIT:DLG_ASS:EDT_PAGE4_ASKINFORMATION"
visibility="visible">Use this field for further thoughts and ideas that you
would like to cover later in your presentation.</ahelp></paragraph>
-<paragraph xml-lang="en-US" role="paragraph" id="par_id3157909" l10n="U"
oldref="11">Continue to <link href="text/shared/autopi/01050500.xhp"
name="Presentation Wizard Page 5">Presentation Wizard Page 5</link>.</paragraph>
+<paragraph role="heading" level="3" id="hd_id3146797" l10n="U"
xml-lang="en-US">Further ideas to be presented?</paragraph>
+<paragraph l10n="U" role="paragraph" id="par_id3149398"
xml-lang="en-US"><ahelp hid="SD:MULTILINEEDIT:DLG_ASS:EDT_PAGE4_ASKINFORMATION"
visibility="visible">Use this field for further thoughts and ideas that you
would like to cover later in your presentation.</ahelp></paragraph>
+<paragraph xml-lang="en-US" role="paragraph" id="par_id3157909"
l10n="U">Continue to <link href="text/shared/autopi/01050500.xhp"
name="Presentation Wizard Page 5">Presentation Wizard Page 5</link>.</paragraph>
</body>
</helpdocument>
diff --git
a/main/helpcontent2/source/text/shared/explorer/database/04000000.xhp
b/main/helpcontent2/source/text/shared/explorer/database/04000000.xhp
index 2d252f550e..8a7dd23e40 100644
--- a/main/helpcontent2/source/text/shared/explorer/database/04000000.xhp
+++ b/main/helpcontent2/source/text/shared/explorer/database/04000000.xhp
@@ -30,26 +30,26 @@
</meta>
<body>
<section id="formulare">
-<paragraph role="heading" id="hd_id3150476" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/shared/explorer/database/04000000.xhp"
name="Forms">Forms</link></paragraph>
+<paragraph role="heading" id="hd_id3150476" xml-lang="en-US" level="1"
l10n="U"><link href="text/shared/explorer/database/04000000.xhp"
name="Forms">Forms</link></paragraph>
<bookmark xml-lang="en-US" branch="index" id="bm_id3156136">
<bookmark_value>forms; general information (Base)</bookmark_value>
</bookmark><comment>mw added "(Base)"</comment>
-<paragraph role="paragraph" id="par_id3156136" xml-lang="en-US" l10n="CHG"
oldref="2">Forms can be used to enter or to edit existing database contents
easily.</paragraph>
+<paragraph role="paragraph" id="par_id3156136" xml-lang="en-US"
l10n="CHG">Forms can be used to enter or to edit existing database contents
easily.</paragraph>
</section>
-<paragraph role="heading" id="hd_id3157910" xml-lang="en-US" level="2"
l10n="CHG" oldref="12"><link href="text/shared/autopi/01090000.xhp" name="Form
Wizard">FormWizard</link></paragraph>
-<paragraph role="heading" id="hd_id3156003" xml-lang="en-US" level="2"
l10n="CHG" oldref="14"><link href="text/shared/02/01170000.xhp" name="Form
Controls">Form Controls</link></paragraph>
-<paragraph role="paragraph" id="par_id3156156" xml-lang="en-US" l10n="CHG"
oldref="23">The Form Controls toolbar offers the tools required to create a
form in a text, table, drawing, or presentation document.</paragraph>
-<paragraph role="heading" id="hd_id3155388" xml-lang="en-US" level="2"
l10n="U" oldref="24"><link href="text/shared/explorer/database/04030000.xhp"
name="Form in Design Mode">Form in Design Mode</link></paragraph>
-<paragraph role="paragraph" id="par_id3150504" xml-lang="en-US" l10n="U"
oldref="25">In design mode, the form is designed and the properties of the form
and the controls contained in it are defined.</paragraph>
+<paragraph role="heading" id="hd_id3157910" xml-lang="en-US" level="2"
l10n="CHG"><link href="text/shared/autopi/01090000.xhp" name="Form
Wizard">FormWizard</link></paragraph>
+<paragraph role="heading" id="hd_id3156003" xml-lang="en-US" level="2"
l10n="CHG"><link href="text/shared/02/01170000.xhp" name="Form Controls">Form
Controls</link></paragraph>
+<paragraph role="paragraph" id="par_id3156156" xml-lang="en-US" l10n="CHG">The
Form Controls toolbar offers the tools required to create a form in a text,
table, drawing, or presentation document.</paragraph>
+<paragraph role="heading" id="hd_id3155388" xml-lang="en-US" level="2"
l10n="U"><link href="text/shared/explorer/database/04030000.xhp" name="Form in
Design Mode">Form in Design Mode</link></paragraph>
+<paragraph role="paragraph" id="par_id3150504" xml-lang="en-US" l10n="U">In
design mode, the form is designed and the properties of the form and the
controls contained in it are defined.</paragraph>
<embed href="text/shared/02/12100200.xhp#datensatzsuche"/>
<embed href="text/shared/02/12100200.xhp#suchentext"/>
-<paragraph role="heading" id="hd_id3149784" xml-lang="en-US" level="2"
l10n="U" oldref="30"><link href="text/shared/main0213.xhp" name="Sorting and
Filtering Data">Sorting and Filtering Data</link></paragraph>
-<paragraph role="paragraph" id="par_id3151384" xml-lang="en-US" l10n="CHG"
oldref="28">You will find the sorting and filter functions in the toolbar when
you open a form in user mode.</paragraph>
+<paragraph role="heading" id="hd_id3149784" xml-lang="en-US" level="2"
l10n="U"><link href="text/shared/main0213.xhp" name="Sorting and Filtering
Data">Sorting and Filtering Data</link></paragraph>
+<paragraph role="paragraph" id="par_id3151384" xml-lang="en-US" l10n="CHG">You
will find the sorting and filter functions in the toolbar when you open a form
in user mode.</paragraph>
<switch select="sys">
<case select="MAC">
</case>
<default>
-<paragraph role="heading" id="hd_id3148944" xml-lang="en-US" level="2"
l10n="U" oldref="29"><link href="text/shared/02/01170203.xhp"
name="Subforms">Subforms</link></paragraph>
+<paragraph role="heading" id="hd_id3148944" xml-lang="en-US" level="2"
l10n="U"><link href="text/shared/02/01170203.xhp"
name="Subforms">Subforms</link></paragraph>
<embed href="text/shared/02/01170203.xhp#wozu"/>
</default>
</switch>
diff --git a/main/helpcontent2/source/text/shared/guide/hyperlink_search.xhp
b/main/helpcontent2/source/text/shared/guide/hyperlink_search.xhp
index ba92ae3e43..378f832c03 100644
--- a/main/helpcontent2/source/text/shared/guide/hyperlink_search.xhp
+++ b/main/helpcontent2/source/text/shared/guide/hyperlink_search.xhp
@@ -33,27 +33,27 @@
<bookmark_value>Internet; starting searches</bookmark_value>
<bookmark_value>searching;Internet</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3150789" xml-lang="en-US" level="1"
l10n="U" oldref="16"><variable id="hyperlink_search"><link
href="text/shared/guide/hyperlink_search.xhp" name="Searching With the
Hyperlink Bar">Searching With the Hyperlink Bar</link>
+<paragraph role="heading" id="hd_id3150789" xml-lang="en-US" level="1"
l10n="U"><variable id="hyperlink_search"><link
href="text/shared/guide/hyperlink_search.xhp" name="Searching With the
Hyperlink Bar">Searching With the Hyperlink Bar</link>
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3154751" xml-lang="en-US" l10n="CHG"
oldref="17">The <emph>Hyperlink</emph> Bar can be used to search for the
selected text in the Internet.</paragraph>
+<paragraph role="paragraph" id="par_id3154751" xml-lang="en-US" l10n="CHG">The
<emph>Hyperlink</emph> Bar can be used to search for the selected text in the
Internet.</paragraph>
<list type="ordered">
<listitem>
<paragraph role="listitem" id="par_idN10620" xml-lang="en-US"
l10n="CHG">Choose <emph>View - Toolbars - Hyperlink Bar</emph> to open the
Hyperlink Bar.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3143267" xml-lang="en-US" l10n="U"
oldref="18">Enter the text you want to find in the <emph>URL Name</emph>
field.</paragraph>
-<paragraph role="listitem" id="par_id3150774" xml-lang="en-US" l10n="CHG"
oldref="23">If you select text in your document, the text is automatically
entered.</paragraph>
+<paragraph role="listitem" id="par_id3143267" xml-lang="en-US" l10n="U">Enter
the text you want to find in the <emph>URL Name</emph> field.</paragraph>
+<paragraph role="listitem" id="par_id3150774" xml-lang="en-US" l10n="CHG">If
you select text in your document, the text is automatically entered.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3153662" xml-lang="en-US" l10n="U"
oldref="19">Click the <emph>Find</emph> icon to open a submenu.</paragraph>
+<paragraph role="listitem" id="par_id3153662" xml-lang="en-US" l10n="U">Click
the <emph>Find</emph> icon to open a submenu.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3148538" xml-lang="en-US" l10n="U"
oldref="20">Select your preferred search engine from the list.</paragraph>
+<paragraph role="listitem" id="par_id3148538" xml-lang="en-US" l10n="U">Select
your preferred search engine from the list.</paragraph>
</listitem>
</list>
-<paragraph role="paragraph" id="par_id3143271" xml-lang="en-US" l10n="CHG"
oldref="21">$[officename] opens your Web Browser, which calls the selected
Internet search engine. After a short time you see the result of your search on
screen.</paragraph>
+<paragraph role="paragraph" id="par_id3143271" xml-lang="en-US"
l10n="CHG">$[officename] opens your Web Browser, which calls the selected
Internet search engine. After a short time you see the result of your search on
screen.</paragraph>
<paragraph role="tip" id="par_idN10657" xml-lang="en-US" l10n="NEW">Choose
<emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME -
Preferences</caseinline><defaultinline>Tools -
Options</defaultinline></switchinline> - <link
href="text/shared/optionen/01020200.xhp" name="Search function in the Hyperlink
Bar">Internet - Search</link></emph> to define the search options.</paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
-<paragraph role="paragraph" id="par_id3159157" xml-lang="en-US" l10n="U"
oldref="24"><link href="text/shared/main0209.xhp" name="Hyperlink
Bar">Hyperlink Bar</link></paragraph>
+<paragraph role="paragraph" id="par_id3159157" xml-lang="en-US" l10n="U"><link
href="text/shared/main0209.xhp" name="Hyperlink Bar">Hyperlink
Bar</link></paragraph>
</body>
</helpdocument>