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 cc2c304d0f Remove 'oldref' entries (work in progress)
cc2c304d0f is described below
commit cc2c304d0f519f6a3cd8d9da36c509104fd4f4a2
Author: mseidel <[email protected]>
AuthorDate: Sun Feb 11 20:27:10 2024 +0100
Remove 'oldref' entries (work in progress)
---
.../source/text/sbasic/shared/03020302.xhp | 21 ++++++++---------
.../source/text/sbasic/shared/03030107.xhp | 25 ++++++++++----------
.../source/text/sbasic/shared/03030108.xhp | 23 +++++++++---------
.../source/text/sbasic/shared/03090409.xhp | 27 ++++++++++------------
.../source/text/sbasic/shared/03103100.xhp | 27 +++++++++++-----------
.../source/text/sbasic/shared/03104300.xhp | 21 ++++++++---------
.../source/text/sbasic/shared/03104400.xhp | 26 ++++++++++-----------
.../source/text/sbasic/shared/03131700.xhp | 20 ++++++++--------
.../source/text/sbasic/shared/main0601.xhp | 10 ++++----
.../helpcontent2/source/text/scalc/01/03100000.xhp | 14 +++++------
.../source/text/shared/01/02090000.xhp | 8 +++----
.../source/text/shared/01/03110000.xhp | 8 +++----
.../source/text/shared/01/04180100.xhp | 8 +++----
.../source/text/shared/01/06130001.xhp | 4 ++--
.../source/text/shared/02/09050000.xhp | 12 +++++-----
.../source/text/shared/02/12010000.xhp | 10 ++++----
.../source/text/shared/02/12130000.xhp | 10 ++++----
.../source/text/shared/02/24100000.xhp | 8 +++----
.../source/text/shared/autopi/01050500.xhp | 14 +++++------
.../source/text/shared/autopi/01110500.xhp | 18 +++++++--------
.../source/text/shared/guide/lineend_define.xhp | 14 +++++------
.../source/text/shared/guide/navigator.xhp | 10 ++++----
main/helpcontent2/source/text/shared/main0214.xhp | 10 ++++----
.../source/text/shared/optionen/01060401.xhp | 16 ++++++-------
.../source/text/simpress/01/03090000.xhp | 8 +++----
.../source/text/simpress/01/04010000.xhp | 8 +++----
.../source/text/simpress/guide/vectorize.xhp | 14 +++++------
.../helpcontent2/source/text/simpress/main0202.xhp | 14 +++++------
.../helpcontent2/source/text/simpress/main0209.xhp | 18 +++++++--------
.../source/text/swriter/01/03140000.xhp | 10 ++++----
.../source/text/swriter/02/02110000.xhp | 8 +++----
.../source/text/swriter/guide/fields_date.xhp | 12 +++++-----
.../text/swriter/guide/insert_tab_innumbering.xhp | 8 +++----
.../source/text/swriter/guide/words_count.xhp | 6 ++---
main/helpcontent2/source/text/swriter/main0200.xhp | 4 ++--
35 files changed, 231 insertions(+), 243 deletions(-)
diff --git a/main/helpcontent2/source/text/sbasic/shared/03020302.xhp
b/main/helpcontent2/source/text/sbasic/shared/03020302.xhp
index 4024f04da8..012d0d3d2b 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03020302.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03020302.xhp
@@ -33,18 +33,17 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3148663">
<bookmark_value>Loc function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3148663" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/sbasic/shared/03020302.xhp" name="Loc
Function [Runtime]">Loc Function [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3154138" xml-lang="en-US" l10n="U"
oldref="2">Returns the current position in an open file.</paragraph>
+<paragraph role="heading" id="hd_id3148663" xml-lang="en-US" level="1"
l10n="U"><link href="text/sbasic/shared/03020302.xhp" name="Loc Function
[Runtime]">Loc Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3154138" xml-lang="en-US"
l10n="U">Returns the current position in an open file.</paragraph>
</section>
-<paragraph role="heading" id="hd_id3156422" xml-lang="en-US" level="2"
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph role="code" id="par_id3150768" xml-lang="en-US" l10n="U"
oldref="4">Loc(FileNumber)</paragraph>
-<paragraph role="heading" id="hd_id3150440" xml-lang="en-US" level="2"
l10n="U" oldref="5">Return value:</paragraph>
-<paragraph role="paragraph" id="par_id3152578" xml-lang="en-US" l10n="U"
oldref="6">Long</paragraph>
-<paragraph role="heading" id="hd_id3152462" xml-lang="en-US" level="2"
l10n="U" oldref="7">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3153363" xml-lang="en-US" l10n="U"
oldref="8">
-<emph>FileNumber:</emph> Any numeric expression that contains the file number
that is set by the Open statement for the respective file.</paragraph>
-<paragraph role="paragraph" id="par_id3154320" xml-lang="en-US" l10n="U"
oldref="9">If the Loc function is used for an open random access file, it
returns the number of the last record that was last read or written.</paragraph>
-<paragraph role="paragraph" id="par_id3151115" xml-lang="en-US" l10n="U"
oldref="10">For a sequential file, the Loc function returns the position in a
file divided by 128. For binary files, the position of the last read or written
byte is returned.</paragraph>
+<paragraph role="heading" id="hd_id3156422" xml-lang="en-US" level="2"
l10n="U">Syntax:</paragraph>
+<paragraph role="code" id="par_id3150768" xml-lang="en-US"
l10n="U">Loc(FileNumber)</paragraph>
+<paragraph role="heading" id="hd_id3150440" xml-lang="en-US" level="2"
l10n="U">Return value:</paragraph>
+<paragraph role="paragraph" id="par_id3152578" xml-lang="en-US"
l10n="U">Long</paragraph>
+<paragraph role="heading" id="hd_id3152462" xml-lang="en-US" level="2"
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3153363" xml-lang="en-US"
l10n="U"><emph>FileNumber:</emph> Any numeric expression that contains the file
number that is set by the Open statement for the respective file.</paragraph>
+<paragraph role="paragraph" id="par_id3154320" xml-lang="en-US" l10n="U">If
the Loc function is used for an open random access file, it returns the number
of the last record that was last read or written.</paragraph>
+<paragraph role="paragraph" id="par_id3151115" xml-lang="en-US" l10n="U">For a
sequential file, the Loc function returns the position in a file divided by
128. For binary files, the position of the last read or written byte is
returned.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
<embed href="text/sbasic/shared/00000003.xhp#err52"/>
diff --git a/main/helpcontent2/source/text/sbasic/shared/03030107.xhp
b/main/helpcontent2/source/text/sbasic/shared/03030107.xhp
index 9c19bb8fed..21d83e01f7 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03030107.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03030107.xhp
@@ -33,21 +33,20 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3150620">
<bookmark_value>CdateToIso function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3150620" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/sbasic/shared/03030107.xhp"
name="CDateToIso Function [Runtime]">CDateToIso Function
[Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3151097" xml-lang="en-US" l10n="U"
oldref="2">Returns the date in ISO format from a serial date number that is
generated by the DateSerial or the DateValue function.</paragraph>
+<paragraph role="heading" id="hd_id3150620" xml-lang="en-US" level="1"
l10n="U"><link href="text/sbasic/shared/03030107.xhp" name="CDateToIso Function
[Runtime]">CDateToIso Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3151097" xml-lang="en-US"
l10n="U">Returns the date in ISO format from a serial date number that is
generated by the DateSerial or the DateValue function.</paragraph>
</section>
-<paragraph role="heading" id="hd_id3159224" xml-lang="en-US" level="2"
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3149497" xml-lang="en-US" l10n="U"
oldref="4">CDateToIso(Number)</paragraph>
-<paragraph role="heading" id="hd_id3152347" xml-lang="en-US" level="2"
l10n="U" oldref="5">Return value:</paragraph>
-<paragraph role="paragraph" id="par_id3154422" xml-lang="en-US" l10n="U"
oldref="6">String</paragraph>
-<paragraph role="heading" id="hd_id3147303" xml-lang="en-US" level="2"
l10n="U" oldref="7">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3145136" xml-lang="en-US" l10n="U"
oldref="8">
-<emph>Number:</emph> Integer that contains the serial date number.</paragraph>
+<paragraph role="heading" id="hd_id3159224" xml-lang="en-US" level="2"
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3149497" xml-lang="en-US"
l10n="U">CDateToIso(Number)</paragraph>
+<paragraph role="heading" id="hd_id3152347" xml-lang="en-US" level="2"
l10n="U">Return value:</paragraph>
+<paragraph role="paragraph" id="par_id3154422" xml-lang="en-US"
l10n="U">String</paragraph>
+<paragraph role="heading" id="hd_id3147303" xml-lang="en-US" level="2"
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3145136" xml-lang="en-US"
l10n="U"><emph>Number:</emph> Integer that contains the serial date
number.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
-<paragraph role="heading" id="hd_id3147243" xml-lang="en-US" level="2"
l10n="U" oldref="9">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3156152" xml-lang="en-US" l10n="U"
oldref="10">Sub ExampleCDateToIso</paragraph>
-<paragraph role="paragraph" id="par_id3153126" xml-lang="en-US" l10n="U"
oldref="11">MsgBox "" & CDateToIso(Now) ,64,"ISO Date"</paragraph>
-<paragraph role="paragraph" id="par_id3143228" xml-lang="en-US" l10n="U"
oldref="12">End Sub</paragraph>
+<paragraph role="heading" id="hd_id3147243" xml-lang="en-US" level="2"
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3156152" xml-lang="en-US" l10n="U">Sub
ExampleCDateToIso</paragraph>
+<paragraph role="paragraph" id="par_id3153126" xml-lang="en-US"
l10n="U">MsgBox "" & CDateToIso(Now) ,64,"ISO Date"</paragraph>
+<paragraph role="paragraph" id="par_id3143228" xml-lang="en-US" l10n="U">End
Sub</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/sbasic/shared/03030108.xhp
b/main/helpcontent2/source/text/sbasic/shared/03030108.xhp
index eaf631ac0c..7b56fe4072 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03030108.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03030108.xhp
@@ -33,20 +33,19 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3153127">
<bookmark_value>CdateFromIso function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153127" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/sbasic/shared/03030108.xhp"
name="CDateFromIso Function [Runtime]">CDateFromIso Function
[Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3148550" xml-lang="en-US" l10n="U"
oldref="2">Returns the internal date number from a string that contains a date
in ISO format.</paragraph>
+<paragraph role="heading" id="hd_id3153127" xml-lang="en-US" level="1"
l10n="U"><link href="text/sbasic/shared/03030108.xhp" name="CDateFromIso
Function [Runtime]">CDateFromIso Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3148550" xml-lang="en-US"
l10n="U">Returns the internal date number from a string that contains a date in
ISO format.</paragraph>
</section>
-<paragraph role="heading" id="hd_id3148947" xml-lang="en-US" level="2"
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3150400" xml-lang="en-US" l10n="U"
oldref="4">CDateFromIso(String)</paragraph>
-<paragraph role="heading" id="hd_id3154367" xml-lang="en-US" level="2"
l10n="U" oldref="5">Return value:</paragraph>
-<paragraph role="paragraph" id="par_id3156212" xml-lang="en-US" l10n="U"
oldref="6">Internal date number</paragraph>
-<paragraph role="heading" id="hd_id3125864" xml-lang="en-US" level="2"
l10n="U" oldref="7">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3154685" xml-lang="en-US" l10n="U"
oldref="8">
-<emph>String:</emph> A string that contains a date in ISO format. The year may
have two or four digits.</paragraph>
+<paragraph role="heading" id="hd_id3148947" xml-lang="en-US" level="2"
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3150400" xml-lang="en-US"
l10n="U">CDateFromIso(String)</paragraph>
+<paragraph role="heading" id="hd_id3154367" xml-lang="en-US" level="2"
l10n="U">Return value:</paragraph>
+<paragraph role="paragraph" id="par_id3156212" xml-lang="en-US"
l10n="U">Internal date number</paragraph>
+<paragraph role="heading" id="hd_id3125864" xml-lang="en-US" level="2"
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3154685" xml-lang="en-US"
l10n="U"><emph>String:</emph> A string that contains a date in ISO format. The
year may have two or four digits.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
-<paragraph role="heading" id="hd_id3150439" xml-lang="en-US" level="2"
l10n="U" oldref="9">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3147318" xml-lang="en-US" l10n="U"
oldref="10">dateval = CDateFromIso("20021231")</paragraph>
-<paragraph role="paragraph" id="par_id3146921" xml-lang="en-US" l10n="U"
oldref="11">returns 12/31/2002 in the date format of your system</paragraph>
+<paragraph role="heading" id="hd_id3150439" xml-lang="en-US" level="2"
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3147318" xml-lang="en-US"
l10n="U">dateval = CDateFromIso("20021231")</paragraph>
+<paragraph role="paragraph" id="par_id3146921" xml-lang="en-US"
l10n="U">returns 12/31/2002 in the date format of your system</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/sbasic/shared/03090409.xhp
b/main/helpcontent2/source/text/sbasic/shared/03090409.xhp
index ac4fa22f50..7e7ab206d3 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03090409.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03090409.xhp
@@ -33,23 +33,20 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3147226">
<bookmark_value>Sub statement</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3147226" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/sbasic/shared/03090409.xhp" name="Sub
Statement [Runtime]">Sub Statement [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3153311" xml-lang="en-US" l10n="U"
oldref="2">Defines a subroutine.</paragraph>
+<paragraph role="heading" id="hd_id3147226" xml-lang="en-US" level="1"
l10n="U"><link href="text/sbasic/shared/03090409.xhp" name="Sub Statement
[Runtime]">Sub Statement [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3153311" xml-lang="en-US"
l10n="U">Defines a subroutine.</paragraph>
</section>
-<paragraph role="heading" id="hd_id3149416" xml-lang="en-US" level="2"
l10n="U" oldref="3">Syntax</paragraph>
+<paragraph role="heading" id="hd_id3149416" xml-lang="en-US" level="2"
l10n="U">Syntax</paragraph>
<paragraph role="code" id="par_idN105E7" xml-lang="en-US" l10n="NEW">Sub
Name[(VarName1 [As Type][, VarName2 [As Type][,...]])]</paragraph>
-<paragraph role="code" id="par_id3147530" xml-lang="en-US" l10n="U"
oldref="5">statement block</paragraph>
-<paragraph role="code" id="par_id3146795" xml-lang="en-US" l10n="U"
oldref="8">End Sub</paragraph>
-<paragraph role="heading" id="hd_id3153525" xml-lang="en-US" level="2"
l10n="U" oldref="9">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3150792" xml-lang="en-US" l10n="U"
oldref="10">
-<emph>Name:</emph> Name of the subroutine.</paragraph>
-<paragraph role="paragraph" id="par_id3154138" xml-lang="en-US" l10n="U"
oldref="11">
-<emph>VarName:</emph> Parameter that you want to pass to the
subroutine.</paragraph>
-<paragraph role="paragraph" id="par_id3154908" xml-lang="en-US" l10n="U"
oldref="12">
-<emph>Type:</emph> Type-declaration key word.</paragraph>
-<paragraph role="heading" id="hd_id3153770" xml-lang="en-US" level="2"
l10n="U" oldref="16">Example:</paragraph>
-<paragraph role="code" id="par_id3151113" xml-lang="en-US" l10n="U"
oldref="17">Sub Example</paragraph>
+<paragraph role="code" id="par_id3147530" xml-lang="en-US" l10n="U">statement
block</paragraph>
+<paragraph role="code" id="par_id3146795" xml-lang="en-US" l10n="U">End
Sub</paragraph>
+<paragraph role="heading" id="hd_id3153525" xml-lang="en-US" level="2"
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3150792" xml-lang="en-US"
l10n="U"><emph>Name:</emph> Name of the subroutine.</paragraph>
+<paragraph role="paragraph" id="par_id3154138" xml-lang="en-US"
l10n="U"><emph>VarName:</emph> Parameter that you want to pass to the
subroutine.</paragraph>
+<paragraph role="paragraph" id="par_id3154908" xml-lang="en-US"
l10n="U"><emph>Type:</emph> Type-declaration key word.</paragraph>
+<paragraph role="heading" id="hd_id3153770" xml-lang="en-US" level="2"
l10n="U">Example:</paragraph>
+<paragraph role="code" id="par_id3151113" xml-lang="en-US" l10n="U">Sub
Example</paragraph>
<paragraph role="code" id="par_idN1063F" xml-lang="en-US" l10n="NEW">REM some
statements</paragraph>
-<paragraph role="code" id="par_id3154319" xml-lang="en-US" l10n="U"
oldref="19">end sub</paragraph>
+<paragraph role="code" id="par_id3154319" xml-lang="en-US" l10n="U">end
sub</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/sbasic/shared/03103100.xhp
b/main/helpcontent2/source/text/sbasic/shared/03103100.xhp
index 0b1005d052..552385b70f 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03103100.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03103100.xhp
@@ -33,20 +33,19 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3147242">
<bookmark_value>Let statement</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3147242" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/sbasic/shared/03103100.xhp" name="Let
Statement [Runtime]">Let Statement [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3149233" xml-lang="en-US" l10n="U"
oldref="2">Assigns a value to a variable.</paragraph>
+<paragraph role="heading" id="hd_id3147242" xml-lang="en-US" level="1"
l10n="U"><link href="text/sbasic/shared/03103100.xhp" name="Let Statement
[Runtime]">Let Statement [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3149233" xml-lang="en-US"
l10n="U">Assigns a value to a variable.</paragraph>
</section>
-<paragraph role="heading" id="hd_id3153127" xml-lang="en-US" level="2"
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3154285" xml-lang="en-US" l10n="U"
oldref="4">[Let] VarName=Expression</paragraph>
-<paragraph role="heading" id="hd_id3148944" 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>VarName:</emph> Variable that you want to assign a value to. Value and
variable type must be compatible.</paragraph>
-<paragraph role="note" id="par_id3148451" xml-lang="en-US" l10n="U"
oldref="7">As in most BASIC dialects, the keyword <emph>Let</emph> is
optional.</paragraph>
-<paragraph role="heading" id="hd_id3145785" xml-lang="en-US" level="2"
l10n="U" oldref="8">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3150441" xml-lang="en-US" l10n="U"
oldref="9">Sub ExampleLen</paragraph>
-<paragraph role="paragraph" id="par_id3159254" xml-lang="en-US" l10n="CHG"
oldref="10">Dim sText as String</paragraph>
-<paragraph role="paragraph" id="par_id3149481" xml-lang="en-US" l10n="U"
oldref="11">Let sText = "Las Vegas"</paragraph>
-<paragraph role="paragraph" id="par_id3152939" xml-lang="en-US" l10n="U"
oldref="12">msgbox Len(sText) REM returns 9</paragraph>
-<paragraph role="paragraph" id="par_id3146921" xml-lang="en-US" l10n="U"
oldref="13">End Sub</paragraph>
+<paragraph role="heading" id="hd_id3153127" xml-lang="en-US" level="2"
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3154285" xml-lang="en-US" l10n="U">[Let]
VarName=Expression</paragraph>
+<paragraph role="heading" id="hd_id3148944" xml-lang="en-US" level="2"
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3147560" xml-lang="en-US"
l10n="U"><emph>VarName:</emph> Variable that you want to assign a value to.
Value and variable type must be compatible.</paragraph>
+<paragraph role="note" id="par_id3148451" xml-lang="en-US" l10n="U">As in most
BASIC dialects, the keyword <emph>Let</emph> is optional.</paragraph>
+<paragraph role="heading" id="hd_id3145785" xml-lang="en-US" level="2"
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3150441" xml-lang="en-US" l10n="U">Sub
ExampleLen</paragraph>
+<paragraph role="paragraph" id="par_id3159254" xml-lang="en-US" l10n="CHG">Dim
sText as String</paragraph>
+<paragraph role="paragraph" id="par_id3149481" xml-lang="en-US" l10n="U">Let
sText = "Las Vegas"</paragraph>
+<paragraph role="paragraph" id="par_id3152939" xml-lang="en-US"
l10n="U">msgbox Len(sText) REM returns 9</paragraph>
+<paragraph role="paragraph" id="par_id3146921" xml-lang="en-US" l10n="U">End
Sub</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/sbasic/shared/03104300.xhp
b/main/helpcontent2/source/text/sbasic/shared/03104300.xhp
index c2a604cc0d..d8efdd5e66 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03104300.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03104300.xhp
@@ -33,19 +33,18 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3150616">
<bookmark_value>DimArray function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3150616" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/sbasic/shared/03104300.xhp" name="DimArray
Function [Runtime]">DimArray Function [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3153527" xml-lang="en-US" l10n="U"
oldref="2">Returns a Variant array.</paragraph>
+<paragraph role="heading" id="hd_id3150616" xml-lang="en-US" level="1"
l10n="U"><link href="text/sbasic/shared/03104300.xhp" name="DimArray Function
[Runtime]">DimArray Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3153527" xml-lang="en-US"
l10n="U">Returns a Variant array.</paragraph>
</section>
-<paragraph role="heading" id="hd_id3149762" xml-lang="en-US" level="2"
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3148473" xml-lang="en-US" l10n="U"
oldref="4">DimArray ( Argument list)</paragraph>
-<paragraph role="paragraph" id="par_id3154142" xml-lang="en-US" l10n="U"
oldref="5">See also <link href="text/sbasic/shared/03104200.xhp"
name="Array">Array</link></paragraph>
-<paragraph role="paragraph" id="par_id3156023" xml-lang="en-US" l10n="U"
oldref="6">If no parameters are passed, an empty array is created (like Dim A()
that is the same as a sequence of length 0 in Uno). If parameters are
specified, a dimension is created for each parameter.</paragraph>
-<paragraph role="heading" id="hd_id3154760" xml-lang="en-US" level="2"
l10n="U" oldref="7">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3159414" xml-lang="en-US" l10n="U"
oldref="8">
-<emph>Argument list:</emph> A list of any number of arguments that are
separated by commas.</paragraph>
+<paragraph role="heading" id="hd_id3149762" xml-lang="en-US" level="2"
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3148473" xml-lang="en-US"
l10n="U">DimArray ( Argument list)</paragraph>
+<paragraph role="paragraph" id="par_id3154142" xml-lang="en-US" l10n="U">See
also <link href="text/sbasic/shared/03104200.xhp"
name="Array">Array</link></paragraph>
+<paragraph role="paragraph" id="par_id3156023" xml-lang="en-US" l10n="U">If no
parameters are passed, an empty array is created (like Dim A() that is the same
as a sequence of length 0 in Uno). If parameters are specified, a dimension is
created for each parameter.</paragraph>
+<paragraph role="heading" id="hd_id3154760" xml-lang="en-US" level="2"
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3159414" xml-lang="en-US"
l10n="U"><emph>Argument list:</emph> A list of any number of arguments that are
separated by commas.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err9"/>
-<paragraph role="heading" id="hd_id3150358" xml-lang="en-US" level="2"
l10n="U" oldref="9">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3154939" xml-lang="en-US" l10n="U"
oldref="10">DimArray( 2, 2, 4 ) is the same as DIM a( 2, 2, 4 )</paragraph>
+<paragraph role="heading" id="hd_id3150358" xml-lang="en-US" level="2"
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3154939" xml-lang="en-US"
l10n="U">DimArray( 2, 2, 4 ) is the same as DIM a( 2, 2, 4 )</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/sbasic/shared/03104400.xhp
b/main/helpcontent2/source/text/sbasic/shared/03104400.xhp
index 35314e6890..a5c39c87a1 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03104400.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03104400.xhp
@@ -33,20 +33,18 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3149987">
<bookmark_value>HasUnoInterfaces function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3149987" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/sbasic/shared/03104400.xhp"
name="HasUnoInterfaces Function [Runtime]">HasUnoInterfaces Function
[Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3151262" xml-lang="en-US" l10n="U"
oldref="2">Tests if a Basic Uno object supports certain Uno
interfaces.</paragraph>
+<paragraph role="heading" id="hd_id3149987" xml-lang="en-US" level="1"
l10n="U"><link href="text/sbasic/shared/03104400.xhp" name="HasUnoInterfaces
Function [Runtime]">HasUnoInterfaces Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3151262" xml-lang="en-US" l10n="U">Tests
if a Basic Uno object supports certain Uno interfaces.</paragraph>
</section>
-<paragraph role="paragraph" id="par_id3154232" xml-lang="en-US" l10n="U"
oldref="3">Returns True, if <emph>all</emph> stated Uno interfaces are
supported, otherwise False is returned.</paragraph>
-<paragraph role="heading" id="hd_id3150040" xml-lang="en-US" level="2"
l10n="U" oldref="4">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3155555" xml-lang="en-US" l10n="U"
oldref="5">HasUnoInterfaces( oTest, Uno-Interface-Name 1 [, Uno-Interface-Name
2, ...])</paragraph>
-<paragraph role="heading" id="hd_id3153345" xml-lang="en-US" level="2"
l10n="U" oldref="6">Return value:</paragraph>
-<paragraph role="paragraph" id="par_id3148538" xml-lang="en-US" l10n="U"
oldref="7">Bool</paragraph>
-<paragraph role="heading" id="hd_id3159157" xml-lang="en-US" level="2"
l10n="U" oldref="8">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3155419" xml-lang="en-US" l10n="U"
oldref="9">
-<emph>oTest:</emph> the Basic Uno object that you want to test.</paragraph>
-<paragraph role="paragraph" id="par_id3149236" xml-lang="en-US" l10n="U"
oldref="10">
-<emph>Uno-Interface-Name:</emph> list of Uno interface names.</paragraph>
-<paragraph role="heading" id="hd_id3147574" xml-lang="en-US" level="2"
l10n="U" oldref="11">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3149580" xml-lang="en-US" l10n="U"
oldref="12">bHas = HasUnoInterfaces( oTest, "com.sun.star.beans.XIntrospection"
)</paragraph>
+<paragraph role="paragraph" id="par_id3154232" xml-lang="en-US"
l10n="U">Returns True, if <emph>all</emph> stated Uno interfaces are supported,
otherwise False is returned.</paragraph>
+<paragraph role="heading" id="hd_id3150040" xml-lang="en-US" level="2"
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3155555" xml-lang="en-US"
l10n="U">HasUnoInterfaces( oTest, Uno-Interface-Name 1 [, Uno-Interface-Name 2,
...])</paragraph>
+<paragraph role="heading" id="hd_id3153345" xml-lang="en-US" level="2"
l10n="U">Return value:</paragraph>
+<paragraph role="paragraph" id="par_id3148538" xml-lang="en-US"
l10n="U">Bool</paragraph>
+<paragraph role="heading" id="hd_id3159157" xml-lang="en-US" level="2"
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3155419" xml-lang="en-US"
l10n="U"><emph>oTest:</emph> the Basic Uno object that you want to
test.</paragraph>
+<paragraph role="paragraph" id="par_id3149236" xml-lang="en-US"
l10n="U"><emph>Uno-Interface-Name:</emph> list of Uno interface
names.</paragraph>
+<paragraph role="heading" id="hd_id3147574" xml-lang="en-US" level="2"
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3149580" xml-lang="en-US" l10n="U">bHas
= HasUnoInterfaces( oTest, "com.sun.star.beans.XIntrospection" )</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/sbasic/shared/03131700.xhp
b/main/helpcontent2/source/text/sbasic/shared/03131700.xhp
index 01462f790a..958dd33e89 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03131700.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03131700.xhp
@@ -34,16 +34,16 @@
<bookmark_value>GetProcessServiceManager function</bookmark_value>
<bookmark_value>ProcessServiceManager</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153255" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/sbasic/shared/03131700.xhp"
name="GetProcessServiceManager Function [Runtime]">GetProcessServiceManager
Function [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3156414" xml-lang="en-US" l10n="U"
oldref="2">Returns the ProcessServiceManager (central Uno
ServiceManager).</paragraph>
+<paragraph role="heading" id="hd_id3153255" xml-lang="en-US" level="1"
l10n="U"><link href="text/sbasic/shared/03131700.xhp"
name="GetProcessServiceManager Function [Runtime]">GetProcessServiceManager
Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3156414" xml-lang="en-US"
l10n="U">Returns the ProcessServiceManager (central Uno
ServiceManager).</paragraph>
</section>
-<paragraph role="paragraph" id="par_id3145136" xml-lang="en-US" l10n="U"
oldref="3">This function is required when you want to instantiate a service
using CreateInstanceWithArguments.</paragraph>
-<paragraph role="heading" id="hd_id3153681" xml-lang="en-US" level="2"
l10n="U" oldref="4">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3151110" xml-lang="en-US" l10n="U"
oldref="5">oServiceManager = GetProcessServiceManager()</paragraph>
-<paragraph role="heading" id="hd_id3149516" xml-lang="en-US" level="2"
l10n="U" oldref="6">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3143270" xml-lang="en-US" l10n="U"
oldref="7">oServiceManager = GetProcessServiceManager()</paragraph>
-<paragraph role="paragraph" id="par_id3153825" xml-lang="en-US" l10n="U"
oldref="8">oIntrospection =
oServiceManager.createInstance("com.sun.star.beans.Introspection");</paragraph>
-<paragraph role="paragraph" id="par_id3148473" xml-lang="en-US" l10n="U"
oldref="9">this is the same as the following statement:</paragraph>
-<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US" l10n="U"
oldref="10">oIntrospection =
CreateUnoService("com.sun.star.beans.Introspection")</paragraph>
+<paragraph role="paragraph" id="par_id3145136" xml-lang="en-US" l10n="U">This
function is required when you want to instantiate a service using
CreateInstanceWithArguments.</paragraph>
+<paragraph role="heading" id="hd_id3153681" xml-lang="en-US" level="2"
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3151110" xml-lang="en-US"
l10n="U">oServiceManager = GetProcessServiceManager()</paragraph>
+<paragraph role="heading" id="hd_id3149516" xml-lang="en-US" level="2"
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3143270" xml-lang="en-US"
l10n="U">oServiceManager = GetProcessServiceManager()</paragraph>
+<paragraph role="paragraph" id="par_id3153825" xml-lang="en-US"
l10n="U">oIntrospection =
oServiceManager.createInstance("com.sun.star.beans.Introspection");</paragraph>
+<paragraph role="paragraph" id="par_id3148473" xml-lang="en-US" l10n="U">this
is the same as the following statement:</paragraph>
+<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US"
l10n="U">oIntrospection =
CreateUnoService("com.sun.star.beans.Introspection")</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/sbasic/shared/main0601.xhp
b/main/helpcontent2/source/text/sbasic/shared/main0601.xhp
index 93df3bf0c4..7ffbb47b8e 100644
--- a/main/helpcontent2/source/text/sbasic/shared/main0601.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/main0601.xhp
@@ -30,12 +30,12 @@
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/HID_GLOBAL_FALLBACK" id="bm_id3143284"
localize="false"/>
-<paragraph role="heading" id="hd_id3154232" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/sbasic/shared/main0601.xhp"
name="$[officename] Basic Help">%PRODUCTNAME Basic Help</link></paragraph>
+<paragraph role="heading" id="hd_id3154232" xml-lang="en-US" level="1"
l10n="U"><link href="text/sbasic/shared/main0601.xhp" name="$[officename] Basic
Help">%PRODUCTNAME Basic Help</link></paragraph>
<section id="basicalt">
-<paragraph role="paragraph" id="par_id3153894" xml-lang="en-US" l10n="U"
oldref="4">%PRODUCTNAME %PRODUCTVERSION 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 <link href="https://api.openoffice.org/"
name="https://api.openoffice.org">https://api.op [...]
-<paragraph role="paragraph" id="par_id3147226" xml-lang="en-US" l10n="CHG"
oldref="10">This help section explains the most common runtime functions of
%PRODUCTNAME Basic. For more in-depth information please refer to the <link
href="https://wiki.openoffice.org/wiki/Documentation/BASIC_Guide">OpenOffice
BASIC Programming Guide</link> on the OpenOffice Wiki.</paragraph>
+<paragraph role="paragraph" id="par_id3153894" xml-lang="en-US"
l10n="U">%PRODUCTNAME %PRODUCTVERSION 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 <link href="https://api.openoffice.org/"
name="https://api.openoffice.org">https://api.openoffice.or [...]
+<paragraph role="paragraph" id="par_id3147226" xml-lang="en-US"
l10n="CHG">This help section explains the most common runtime functions of
%PRODUCTNAME Basic. For more in-depth information please refer to the <link
href="https://wiki.openoffice.org/wiki/Documentation/BASIC_Guide">OpenOffice
BASIC Programming Guide</link> on the OpenOffice Wiki.</paragraph>
</section>
-<paragraph role="heading" id="hd_id3146957" xml-lang="en-US" level="3"
l10n="U" oldref="9">Working with %PRODUCTNAME Basic</paragraph>
+<paragraph role="heading" id="hd_id3146957" xml-lang="en-US" level="3"
l10n="U">Working with %PRODUCTNAME Basic</paragraph>
<embed href="text/sbasic/shared/01000000.xhp#doc_title"/>
<embed href="text/sbasic/shared/03000000.xhp#doc_title"/>
<embed href="text/shared/guide/macro_recording.xhp#macro_recording"/>
@@ -44,7 +44,7 @@
<embed href="text/sbasic/guide/control_properties.xhp#control_properties"/>
<embed href="text/sbasic/guide/show_dialog.xhp#show_dialog"/>
<embed href="text/sbasic/guide/sample_code.xhp#sample_code"/>
-<paragraph role="heading" id="hd_id3148473" xml-lang="en-US" level="3"
l10n="U" oldref="7">Help about the Help</paragraph>
+<paragraph role="heading" id="hd_id3148473" xml-lang="en-US" level="3"
l10n="U">Help about the Help</paragraph>
<embed href="text/shared/05/00000100.xhp#neuehilfe"/>
<embed href="text/shared/05/00000110.xhp#00000110"/>
<embed href="text/shared/05/00000120.xhp#00000120"/>
diff --git a/main/helpcontent2/source/text/scalc/01/03100000.xhp
b/main/helpcontent2/source/text/scalc/01/03100000.xhp
index e18b8c226c..e284605d8f 100644
--- a/main/helpcontent2/source/text/scalc/01/03100000.xhp
+++ b/main/helpcontent2/source/text/scalc/01/03100000.xhp
@@ -32,20 +32,20 @@
<section id="seitenumbruchvorschau">
<bookmark xml-lang="en-US" branch="hid/.uno:PagebreakMode" id="bm_id3465342"
localize="false"/><!-- HID added by script -->
<bookmark xml-lang="en-US" branch="hid/.uno:PagebreakMode" id="bm_id3154758"
localize="false"/>
-<paragraph role="heading" id="hd_id3151384" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/scalc/01/03100000.xhp" name="Page Break
Preview">Page Break Preview</link></paragraph>
-<paragraph role="paragraph" id="par_id3150792" xml-lang="en-US" l10n="U"
oldref="2"><ahelp hid=".uno:PagebreakMode">Display the page breaks and print
ranges in the sheet. Choose <emph>View - Normal</emph> to switch this mode
off.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3151384" xml-lang="en-US" level="1"
l10n="U"><link href="text/scalc/01/03100000.xhp" name="Page Break Preview">Page
Break Preview</link></paragraph>
+<paragraph role="paragraph" id="par_id3150792" xml-lang="en-US"
l10n="U"><ahelp hid=".uno:PagebreakMode">Display the page breaks and print
ranges in the sheet. Choose <emph>View - Normal</emph> to switch this mode
off.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/scalc/00/00000403.xhp#seumvo"/>
</section>
<embed href="text/scalc/guide/print_details.xhp#print_details"/>
<embed href="text/scalc/guide/print_exact.xhp#print_exact"/>
-<paragraph role="paragraph" id="par_id3153877" xml-lang="en-US" l10n="U"
oldref="13">The context menu of the page break preview contains functions for
editing page breaks, including the following options:</paragraph>
+<paragraph role="paragraph" id="par_id3153877" xml-lang="en-US" l10n="U">The
context menu of the page break preview contains functions for editing page
breaks, including the following options:</paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:DeleteAllBreaks" id="bm_id8896104"
localize="false"/><!-- HID added by script -->
<bookmark xml-lang="en-US" branch="hid/.uno:DeleteAllBreaks" id="bm_id3155602"
localize="false"/>
-<paragraph role="heading" id="hd_id3154731" xml-lang="en-US" level="2"
l10n="U" oldref="14">Delete All Manual Breaks</paragraph>
-<paragraph role="paragraph" id="par_id3149400" xml-lang="en-US" l10n="U"
oldref="15"><ahelp hid=".uno:DeleteAllBreaks">Deletes all manual breaks in the
current sheet.</ahelp></paragraph>
-<paragraph role="heading" id="hd_id3155067" xml-lang="en-US" level="2"
l10n="U" oldref="18">Add Print Range</paragraph>
-<paragraph role="paragraph" id="par_id3155764" xml-lang="en-US" l10n="U"
oldref="19">Adds the selected cells to print ranges.</paragraph>
+<paragraph role="heading" id="hd_id3154731" xml-lang="en-US" level="2"
l10n="U">Delete All Manual Breaks</paragraph>
+<paragraph role="paragraph" id="par_id3149400" xml-lang="en-US"
l10n="U"><ahelp hid=".uno:DeleteAllBreaks">Deletes all manual breaks in the
current sheet.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3155067" xml-lang="en-US" level="2"
l10n="U">Add Print Range</paragraph>
+<paragraph role="paragraph" id="par_id3155764" xml-lang="en-US" l10n="U">Adds
the selected cells to print ranges.</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/shared/01/02090000.xhp
b/main/helpcontent2/source/text/shared/01/02090000.xhp
index 1a5e4861b8..cd44529b1d 100644
--- a/main/helpcontent2/source/text/shared/01/02090000.xhp
+++ b/main/helpcontent2/source/text/shared/01/02090000.xhp
@@ -33,15 +33,15 @@
<bookmark xml-lang="en-US" branch="hid/.uno:SelectAll" id="bm_id1119112"
localize="false"/><!-- HID added by script -->
<bookmark branch="hid/.uno:SelectAll" xml-lang="en-US"
id="bm_id3159079"/><bookmark xml-lang="en-US" branch="hid/.uno:Select"
id="bm_id9111451" localize="false"/><!-- HID added by script -->
<bookmark branch="hid/.uno:Select" xml-lang="en-US" id="bm_id3154788"/>
-<paragraph id="hd_id3145138" role="heading" level="1" oldref="1" l10n="U"
xml-lang="en-US"><link href="text/shared/01/02090000.xhp" name="Select
All">Select All</link></paragraph>
-<paragraph l10n="U" role="paragraph" id="par_id3149999" xml-lang="en-US"
oldref="2"><variable id="allestext"><ahelp hid=".uno:Select"
visibility="visible">Selects the entire content of the current file, frame, or
text object.</ahelp></variable></paragraph>
+<paragraph id="hd_id3145138" role="heading" level="1" l10n="U"
xml-lang="en-US"><link href="text/shared/01/02090000.xhp" name="Select
All">Select All</link></paragraph>
+<paragraph l10n="U" role="paragraph" id="par_id3149999"
xml-lang="en-US"><variable id="allestext"><ahelp hid=".uno:Select"
visibility="visible">Selects the entire content of the current file, frame, or
text object.</ahelp></variable></paragraph>
</section>
-<paragraph l10n="U" role="paragraph" id="par_id3155261" xml-lang="en-US"
oldref="3"><switchinline select="appl"> <caseinline select="CALC">To select all
of the cells on a sheet, click the button at the intersection of the column and
row header in the top left corner of the sheet.</caseinline> <defaultinline/>
</switchinline></paragraph>
+<paragraph l10n="U" role="paragraph" id="par_id3155261"
xml-lang="en-US"><switchinline select="appl"> <caseinline select="CALC">To
select all of the cells on a sheet, click the button at the intersection of the
column and row header in the top left corner of the sheet.</caseinline>
<defaultinline/> </switchinline></paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000402.xhp#alles"/>
</section>
<bookmark xml-lang="en-US" branch="hid/.uno:TableSelectAll" id="bm_id4889160"
localize="false"/><!-- HID added by script -->
<bookmark branch="hid/.uno:TableSelectAll" xml-lang="en-US" id="bm_id3152349"/>
-<paragraph l10n="U" role="paragraph" id="par_id3154046" xml-lang="en-US"
oldref="4"><switchinline select="appl"> <caseinline select="CALC">To select all
of the sheets in a spreadsheet file, right-click the name tab of a sheet, and
then choose <emph>Select All Sheets</emph>.<ahelp hid=".uno:TableSelectAll"
visibility="hidden">Selects all of the sheets in the current
spreadsheet.</ahelp></caseinline> <defaultinline/> </switchinline></paragraph>
+<paragraph l10n="U" role="paragraph" id="par_id3154046"
xml-lang="en-US"><switchinline select="appl"> <caseinline select="CALC">To
select all of the sheets in a spreadsheet file, right-click the name tab of a
sheet, and then choose <emph>Select All Sheets</emph>.<ahelp
hid=".uno:TableSelectAll" visibility="hidden">Selects all of the sheets in the
current spreadsheet.</ahelp></caseinline> <defaultinline/>
</switchinline></paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/shared/01/03110000.xhp
b/main/helpcontent2/source/text/shared/01/03110000.xhp
index a122dd0fb9..22516e4d88 100644
--- a/main/helpcontent2/source/text/shared/01/03110000.xhp
+++ b/main/helpcontent2/source/text/shared/01/03110000.xhp
@@ -38,15 +38,15 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:FullScreen" id="bm_id2234144"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:FullScreen" id="bm_id3150278"
localize="false"/>
-<paragraph role="heading" id="hd_id3160463" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/shared/01/03110000.xhp" name="Full
Screen">Full Screen</link></paragraph>
-<paragraph role="paragraph" id="par_id3148983" xml-lang="en-US" l10n="CHG"
oldref="2"><ahelp hid=".uno:FullScreen">Shows or hides the menus and toolbars
in Writer or Calc. To exit the full screen mode, click the <emph>Full Screen
On/Off</emph> button.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3160463" xml-lang="en-US" level="1"
l10n="U"><link href="text/shared/01/03110000.xhp" name="Full Screen">Full
Screen</link></paragraph>
+<paragraph role="paragraph" id="par_id3148983" xml-lang="en-US"
l10n="CHG"><ahelp hid=".uno:FullScreen">Shows or hides the menus and toolbars
in Writer or Calc. To exit the full screen mode, click the <emph>Full Screen
On/Off</emph> button.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000403.xhp#ganzer"/>
</section>
<bookmark xml-lang="en-US" branch="hid/SFX2_HID_FULLSCREENTOOLBOX"
id="bm_id3154673" localize="false"/>
-<paragraph role="paragraph" id="par_id3152594" xml-lang="en-US" l10n="CHG"
oldref="29"><ahelp hid="HID_FULLSCREENTOOLBOX">In Writer and Calc, you can also
use the shortcut keys <switchinline select="sys"><caseinline
select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+J
to switch between the normal and full screen mode.</ahelp></paragraph>
-<paragraph role="note" id="par_id3154318" xml-lang="en-US" l10n="U"
oldref="28">You can still use shortcut keys in <emph>Full Screen</emph> mode,
even though the menus are unavailable. <switchinline select="sys"><caseinline
select="WIN">To open the <emph>View</emph> menu, press Alt+V.
+<paragraph role="paragraph" id="par_id3152594" xml-lang="en-US"
l10n="CHG"><ahelp hid="HID_FULLSCREENTOOLBOX">In Writer and Calc, you can also
use the shortcut keys <switchinline select="sys"><caseinline
select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+J
to switch between the normal and full screen mode.</ahelp></paragraph>
+<paragraph role="note" id="par_id3154318" xml-lang="en-US" l10n="U">You can
still use shortcut keys in <emph>Full Screen</emph> mode, even though the menus
are unavailable. <switchinline select="sys"><caseinline select="WIN">To open
the <emph>View</emph> menu, press Alt+V.
</caseinline></switchinline></paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/shared/01/04180100.xhp
b/main/helpcontent2/source/text/shared/01/04180100.xhp
index f7fa0f96cb..2c42327777 100644
--- a/main/helpcontent2/source/text/shared/01/04180100.xhp
+++ b/main/helpcontent2/source/text/shared/01/04180100.xhp
@@ -34,15 +34,15 @@
<bookmark xml-lang="en-US" branch="hid/.uno:DataImport" id="bm_id3153391"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ViewDataSourceBrowser"
id="bm_id750714" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ViewDataSourceBrowser"
id="bm_id3153029" localize="false"/>
-<paragraph role="heading" id="hd_id3156053" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/shared/01/04180100.xhp" name="Data
Sources">Data Sources</link></paragraph>
-<paragraph role="paragraph" id="par_id3149495" xml-lang="en-US" l10n="CHG"
oldref="2"><ahelp hid=".uno:ViewDataSourceBrowser">Lists the databases that are
registered in <item type="productname">%PRODUCTNAME</item> and lets you manage
the contents of the databases.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3156053" xml-lang="en-US" level="1"
l10n="U"><link href="text/shared/01/04180100.xhp" name="Data Sources">Data
Sources</link></paragraph>
+<paragraph role="paragraph" id="par_id3149495" xml-lang="en-US"
l10n="CHG"><ahelp hid=".uno:ViewDataSourceBrowser">Lists the databases that are
registered in <item type="productname">%PRODUCTNAME</item> and lets you manage
the contents of the databases.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000403.xhp#datenanzeige"/>
</section>
<embed href="text/shared/guide/database_main.xhp#database_main"/>
-<paragraph role="note" id="par_id3156136" xml-lang="en-US" l10n="U"
oldref="30">The <emph>Data sources</emph> command is only available when a text
document or a spreadsheet is open.</paragraph>
-<paragraph role="paragraph" id="par_id3154823" xml-lang="en-US" l10n="U"
oldref="31">You can insert fields from a database into your file or you can
create forms to access the database.</paragraph>
+<paragraph role="note" id="par_id3156136" xml-lang="en-US" l10n="U">The
<emph>Data sources</emph> command is only available when a text document or a
spreadsheet is open.</paragraph>
+<paragraph role="paragraph" id="par_id3154823" xml-lang="en-US" l10n="U">You
can insert fields from a database into your file or you can create forms to
access the database.</paragraph>
<section id="relatedtopics">
<paragraph role="paragraph" id="par_id3156427" xml-lang="en-US"
l10n="CHG"><link href="text/shared/main0212.xhp" name="Table Data bar">Table
Data bar</link></paragraph>
<embed href="text/shared/guide/dragdrop_beamer.xhp#dragdrop_beamer"/>
diff --git a/main/helpcontent2/source/text/shared/01/06130001.xhp
b/main/helpcontent2/source/text/shared/01/06130001.xhp
index a33a256538..063ab93ed6 100644
--- a/main/helpcontent2/source/text/shared/01/06130001.xhp
+++ b/main/helpcontent2/source/text/shared/01/06130001.xhp
@@ -30,8 +30,8 @@
</meta>
<body>
<section id="macro">
-<paragraph role="heading" id="hd_id3152414" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/shared/01/06130001.xhp"
name="Macros">Macros</link></paragraph>
-<paragraph role="paragraph" id="par_id3150008" xml-lang="en-US" l10n="U"
oldref="3">Lets you record or organize and edit macros.</paragraph>
+<paragraph role="heading" id="hd_id3152414" xml-lang="en-US" level="1"
l10n="U"><link href="text/shared/01/06130001.xhp"
name="Macros">Macros</link></paragraph>
+<paragraph role="paragraph" id="par_id3150008" xml-lang="en-US" l10n="U">Lets
you record or organize and edit macros.</paragraph>
</section>
<embed href="text/shared/01/06130010.xhp#recordmacro"/>
<bookmark xml-lang="en-US" branch="hid/.uno:RunMacro" id="bm_id4431927"
localize="false"/>
diff --git a/main/helpcontent2/source/text/shared/02/09050000.xhp
b/main/helpcontent2/source/text/shared/02/09050000.xhp
index 1188bad570..166b8d5b11 100644
--- a/main/helpcontent2/source/text/shared/02/09050000.xhp
+++ b/main/helpcontent2/source/text/shared/02/09050000.xhp
@@ -31,22 +31,22 @@
<body>
<section id="search">
<bookmark branch="hid/SVX_HID_OFA_HYPERLINK_SEARCH" xml-lang="en-US"
id="bm_id3156211"/>
-<paragraph id="hd_id3154228" role="heading" level="1" oldref="1" l10n="U"
xml-lang="en-US"><link href="text/shared/02/09050000.xhp"
name="Find">Find</link></paragraph>
-<paragraph l10n="U" xml-lang="en-US" oldref="2" role="paragraph"
id="par_id3159224"><ahelp visibility="visible"
hid="HID_OFA_HYPERLINK_SEARCH">Click and choose one of the Internet search
engines from the submenu. The search term is entered in the <emph>URL
Name</emph> box.</ahelp> The list of search engines in the <emph>Find</emph>
submenu is defined in <emph><switchinline select="sys"><caseinline
select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools -
Options</default [...]
+<paragraph id="hd_id3154228" role="heading" level="1" l10n="U"
xml-lang="en-US"><link href="text/shared/02/09050000.xhp"
name="Find">Find</link></paragraph>
+<paragraph l10n="U" xml-lang="en-US" role="paragraph"
id="par_id3159224"><ahelp visibility="visible"
hid="HID_OFA_HYPERLINK_SEARCH">Click and choose one of the Internet search
engines from the submenu. The search term is entered in the <emph>URL
Name</emph> box.</ahelp> The list of search engines in the <emph>Find</emph>
submenu is defined in <emph><switchinline select="sys"><caseinline
select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools -
Options</defaultinline></sw [...]
</section>
<section id="sysearch">
<table id="tbl_id3147261">
<tablerow>
<tablecell>
-<paragraph l10n="E" role="paragraph" id="par_id3152801" xml-lang="en-US"
oldref=""><image src="res/commandimagelist/sc_recsearch.png"
id="img_id3153750"><alt xml-lang="en-US"
id="alt_id3153750">Icon</alt></image></paragraph>
+<paragraph l10n="E" role="paragraph" id="par_id3152801"
xml-lang="en-US"><image src="res/commandimagelist/sc_recsearch.png"
id="img_id3153750"><alt xml-lang="en-US"
id="alt_id3153750">Icon</alt></image></paragraph>
</tablecell>
<tablecell>
-<paragraph role="paragraph" id="par_id3147008" l10n="U" xml-lang="en-US"
oldref="3">Find</paragraph>
+<paragraph role="paragraph" id="par_id3147008" l10n="U"
xml-lang="en-US">Find</paragraph>
</tablecell>
</tablerow>
</table>
</section>
-<paragraph role="heading" level="2" id="hd_id3153683" l10n="U"
xml-lang="en-US" oldref="4">List of search engines</paragraph>
-<paragraph xml-lang="en-US" role="paragraph" id="par_id3147576" l10n="U"
oldref="5">When you have selected a search engine, $[officename] transfers the
search request to your standard web browser, which then establishes an Internet
connection to the search engine and displays the result. See also <link
href="text/shared/02/09010000.xhp" name="URL Name">URL Name</link>.</paragraph>
+<paragraph role="heading" level="2" id="hd_id3153683" l10n="U"
xml-lang="en-US">List of search engines</paragraph>
+<paragraph xml-lang="en-US" role="paragraph" id="par_id3147576" l10n="U">When
you have selected a search engine, $[officename] transfers the search request
to your standard web browser, which then establishes an Internet connection to
the search engine and displays the result. See also <link
href="text/shared/02/09010000.xhp" name="URL Name">URL Name</link>.</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/shared/02/12010000.xhp
b/main/helpcontent2/source/text/shared/02/12010000.xhp
index 49fa82486d..acbe6f820e 100644
--- a/main/helpcontent2/source/text/shared/02/12010000.xhp
+++ b/main/helpcontent2/source/text/shared/02/12010000.xhp
@@ -30,8 +30,8 @@
</meta>
<body>
<section id="aufsteigend">
-<paragraph role="heading" id="hd_id3152594" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/shared/02/12010000.xhp" name="Sort
Ascending">Sort Ascending</link></paragraph>
-<paragraph role="paragraph" id="par_id3150693" xml-lang="en-US" l10n="U"
oldref="2"><ahelp hid="." visibility="hidden">Sorts the data of the selected
field in ascending order.</ahelp> Text fields are sorted alphabetically,
numerical fields are sorted by number.<comment>UFI: Help ID .uno:Sortup is
found in text/shared/explorer/database/11090000.xhp so I deleted it
here</comment></paragraph>
+<paragraph role="heading" id="hd_id3152594" xml-lang="en-US" level="1"
l10n="U"><link href="text/shared/02/12010000.xhp" name="Sort Ascending">Sort
Ascending</link></paragraph>
+<paragraph role="paragraph" id="par_id3150693" xml-lang="en-US"
l10n="U"><ahelp hid="." visibility="hidden">Sorts the data of the selected
field in ascending order.</ahelp> Text fields are sorted alphabetically,
numerical fields are sorted by number.<comment>UFI: Help ID .uno:Sortup is
found in text/shared/explorer/database/11090000.xhp so I deleted it
here</comment></paragraph>
</section>
<section id="syaufsteigend">
<table id="tbl_id3150774">
@@ -42,14 +42,14 @@
</image></paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3159158" xml-lang="en-US" l10n="U"
oldref="3">Sort Ascending</paragraph>
+<paragraph role="paragraph" id="par_id3159158" xml-lang="en-US" l10n="U">Sort
Ascending</paragraph>
</tablecell>
</tablerow>
</table>
</section>
-<paragraph role="paragraph" id="par_id3154380" xml-lang="en-US" l10n="U"
oldref="4"><variable id="selektionsortieren">Data of the currently selected
field are always sorted. A field is always selected as soon as you place the
cursor in the field. To sort within tables, you can also click the
corresponding column header.
+<paragraph role="paragraph" id="par_id3154380" xml-lang="en-US"
l10n="U"><variable id="selektionsortieren">Data of the currently selected field
are always sorted. A field is always selected as soon as you place the cursor
in the field. To sort within tables, you can also click the corresponding
column header.
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3150504" xml-lang="en-US" l10n="U"
oldref="5"><variable id="dialogsortieren">To sort more than one data field,
choose <emph>Data - Sort</emph>, then choose the <link
href="text/shared/02/12100100.xhp" name="Sort Criteria">Sort Criteria</link>
tab, where you can combine several sort criteria.
+<paragraph role="paragraph" id="par_id3150504" xml-lang="en-US"
l10n="U"><variable id="dialogsortieren">To sort more than one data field,
choose <emph>Data - Sort</emph>, then choose the <link
href="text/shared/02/12100100.xhp" name="Sort Criteria">Sort Criteria</link>
tab, where you can combine several sort criteria.
</variable></paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/shared/02/12130000.xhp
b/main/helpcontent2/source/text/shared/02/12130000.xhp
index 84dbdf9489..e2847b5f2d 100644
--- a/main/helpcontent2/source/text/shared/02/12130000.xhp
+++ b/main/helpcontent2/source/text/shared/02/12130000.xhp
@@ -35,8 +35,8 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ViewFormAsGrid" id="bm_id1551702"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ViewFormAsGrid" id="bm_id3148983"
localize="false"/>
-<paragraph role="heading" id="hd_id3152895" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/shared/02/12130000.xhp" name="Data source
as table">Data source as table</link></paragraph>
-<paragraph role="paragraph" id="par_id3163829" xml-lang="en-US" l10n="CHG"
oldref="2"><ahelp hid=".uno:ViewFormAsGrid">Activates an additional table view
when in the form view.</ahelp> When the <emph>Data source as table</emph>
function is activated, you see the table in an area above the form.</paragraph>
+<paragraph role="heading" id="hd_id3152895" xml-lang="en-US" level="1"
l10n="U"><link href="text/shared/02/12130000.xhp" name="Data source as
table">Data source as table</link></paragraph>
+<paragraph role="paragraph" id="par_id3163829" xml-lang="en-US"
l10n="CHG"><ahelp hid=".uno:ViewFormAsGrid">Activates an additional table view
when in the form view.</ahelp> When the <emph>Data source as table</emph>
function is activated, you see the table in an area above the form.</paragraph>
</section>
<section id="sydatenquelletab">
<table id="tbl_id3150616">
@@ -47,12 +47,12 @@
</image></paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3152801" xml-lang="en-US" l10n="U"
oldref="3">Data source as table</paragraph>
+<paragraph role="paragraph" id="par_id3152801" xml-lang="en-US" l10n="U">Data
source as table</paragraph>
</tablecell>
</tablerow>
</table>
</section>
-<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US" l10n="U"
oldref="4">The table view and form view reflect the same data. Changes made in
the table are also visible in the form, and changes to the form are visible in
the table.</paragraph>
-<paragraph role="paragraph" id="par_id3153748" xml-lang="en-US" l10n="U"
oldref="5">If there are several logical forms in a document, the table is only
able to show one at a time.<comment>UFI removed two paras, see
#60894</comment></paragraph>
+<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US" l10n="U">The
table view and form view reflect the same data. Changes made in the table are
also visible in the form, and changes to the form are visible in the
table.</paragraph>
+<paragraph role="paragraph" id="par_id3153748" xml-lang="en-US" l10n="U">If
there are several logical forms in a document, the table is only able to show
one at a time.<comment>UFI removed two paras, see #60894</comment></paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/shared/02/24100000.xhp
b/main/helpcontent2/source/text/shared/02/24100000.xhp
index 60bf4df222..54711af1f7 100644
--- a/main/helpcontent2/source/text/shared/02/24100000.xhp
+++ b/main/helpcontent2/source/text/shared/02/24100000.xhp
@@ -22,8 +22,6 @@
*
***********************************************************-->
-
-
<meta>
<topic id="textshared0224100000xml" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Crop</title>
@@ -34,8 +32,8 @@
<section id="zuschneiden">
<bookmark xml-lang="en-US" branch="hid/.uno:GrafAttrCrop" id="bm_id9106091"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:GrafAttrCrop" id="bm_id3154840"
localize="false"/>
-<paragraph role="heading" id="hd_id3154044" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/shared/02/24100000.xhp"
name="Crop">Crop</link></paragraph>
-<paragraph role="paragraph" id="par_id3154863" xml-lang="en-US" l10n="CHG"
oldref="2"><ahelp hid=".uno:GrafAttrCrop">Allows to crop the display of an
inserted picture. Only the display gets cropped, the inserted picture is not
changed.</ahelp> A picture must be selected to enable cropping.</paragraph>
+<paragraph role="heading" id="hd_id3154044" xml-lang="en-US" level="1"
l10n="U"><link href="text/shared/02/24100000.xhp"
name="Crop">Crop</link></paragraph>
+<paragraph role="paragraph" id="par_id3154863" xml-lang="en-US"
l10n="CHG"><ahelp hid=".uno:GrafAttrCrop">Allows to crop the display of an
inserted picture. Only the display gets cropped, the inserted picture is not
changed.</ahelp> A picture must be selected to enable cropping.</paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:Crop" id="bm_id0514200804065077"
localize="false"/>
<paragraph role="paragraph" id="par_id0514200804261097" xml-lang="en-US"
l10n="NEW">In Impress and Draw no dialog is shown when you click the icon, but
you see eight cropping handles. Open the context menu of a selected picture and
choose <item type="menuitem">Crop Picture</item>, if you want to use the <link
href="text/shared/01/05030800.xhp">dialog</link> for cropping.</paragraph>
<paragraph role="paragraph" id="par_id0514200804261043" xml-lang="en-US"
l10n="NEW"><ahelp hid=".">Drag any of the eight cropping handles to crop the
picture.</ahelp></paragraph>
@@ -49,7 +47,7 @@
</image></paragraph>
</tablecell>
<tablecell>
-<paragraph role="paragraph" id="par_id3154927" xml-lang="en-US" l10n="U"
oldref="3">Crop</paragraph>
+<paragraph role="paragraph" id="par_id3154927" xml-lang="en-US"
l10n="U">Crop</paragraph>
</tablecell>
</tablerow>
</table>
diff --git a/main/helpcontent2/source/text/shared/autopi/01050500.xhp
b/main/helpcontent2/source/text/shared/autopi/01050500.xhp
index d4f9ae413c..4e6bf5ae28 100644
--- a/main/helpcontent2/source/text/shared/autopi/01050500.xhp
+++ b/main/helpcontent2/source/text/shared/autopi/01050500.xhp
@@ -31,17 +31,17 @@
<body>
<section id="autopilotseite5">
<bookmark xml-lang="en-US" branch="hid/SD_HID_SD_AUTOPILOT_PAGE5"
id="bm_id3155934" localize="false"/>
-<paragraph role="heading" id="hd_id3159224" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/shared/autopi/01050500.xhp"
name="Presentation Wizard Page 5">Presentation Wizard Page 5</link></paragraph>
-<paragraph role="paragraph" id="par_id3150247" xml-lang="en-US" l10n="CHG"
oldref="18">You can determine which pages to include in the created
presentation.</paragraph>
+<paragraph role="heading" id="hd_id3159224" xml-lang="en-US" level="1"
l10n="U"><link href="text/shared/autopi/01050500.xhp" name="Presentation Wizard
Page 5">Presentation Wizard Page 5</link></paragraph>
+<paragraph role="paragraph" id="par_id3150247" xml-lang="en-US" l10n="CHG">You
can determine which pages to include in the created presentation.</paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#dtapsf"/>
</section>
-<paragraph role="heading" id="hd_id3150178" xml-lang="en-US" level="2"
l10n="U" oldref="19">Choose your pages</paragraph>
-<paragraph role="paragraph" id="par_id3155552" xml-lang="en-US" l10n="CHG"
oldref="21">In the list field, you see all pages belonging to the selected
presentation template. All pages with a checkmark in the check box next to
their names will be included in the created presentation. To not include a
page, clear the check box in front of the page name. Click the small plus sign
that is next to the page name to display the corresponding
sub-items.<comment>UFI: fixes #112852#</comment></paragraph>
+<paragraph role="heading" id="hd_id3150178" xml-lang="en-US" level="2"
l10n="U">Choose your pages</paragraph>
+<paragraph role="paragraph" id="par_id3155552" xml-lang="en-US" l10n="CHG">In
the list field, you see all pages belonging to the selected presentation
template. All pages with a checkmark in the check box next to their names will
be included in the created presentation. To not include a page, clear the check
box in front of the page name. Click the small plus sign that is next to the
page name to display the corresponding sub-items.<comment>UFI: fixes
#112852#</comment></paragraph>
<bookmark xml-lang="en-US" branch="hid/sd:CheckBox:DLG_ASS:CB_PAGE5_SUMMARY"
id="bm_id3145136" localize="false"/>
-<paragraph role="heading" id="hd_id3149346" xml-lang="en-US" level="3"
l10n="U" oldref="20">Create summary</paragraph>
-<paragraph role="paragraph" id="par_id3150774" xml-lang="en-US" l10n="U"
oldref="22"><ahelp hid="SD:CHECKBOX:DLG_ASS:CB_PAGE5_SUMMARY">Creates a summary
of all presentation contents.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3156426" xml-lang="en-US" l10n="U"
oldref="23">Return to the <link href="text/shared/autopi/01050000.xhp"
name="Presentation Wizard">Presentation Wizard</link> title page.</paragraph>
+<paragraph role="heading" id="hd_id3149346" xml-lang="en-US" level="3"
l10n="U">Create summary</paragraph>
+<paragraph role="paragraph" id="par_id3150774" xml-lang="en-US"
l10n="U"><ahelp hid="SD:CHECKBOX:DLG_ASS:CB_PAGE5_SUMMARY">Creates a summary of
all presentation contents.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3156426" xml-lang="en-US"
l10n="U">Return to the <link href="text/shared/autopi/01050000.xhp"
name="Presentation Wizard">Presentation Wizard</link> title page.</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/shared/autopi/01110500.xhp
b/main/helpcontent2/source/text/shared/autopi/01110500.xhp
index f42e35a216..dc78760488 100644
--- a/main/helpcontent2/source/text/shared/autopi/01110500.xhp
+++ b/main/helpcontent2/source/text/shared/autopi/01110500.xhp
@@ -31,19 +31,19 @@
<body>
<section id="seite5">
<bookmark xml-lang="en-US" branch="hid/SD_HID_SD_HTMLEXPORT_PAGE5"
id="bm_id7226176" localize="false"/><comment>inserted this dialog id, see
i72163</comment>
-<paragraph role="heading" id="hd_id3144415" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/shared/autopi/01110500.xhp" name="HTML
Export - Page 5">HTML Export - Page 5</link></paragraph>
-<paragraph role="paragraph" id="par_id3151100" xml-lang="en-US" l10n="U"
oldref="2">Defines a button style for navigation through the presentation
slides.</paragraph>
+<paragraph role="heading" id="hd_id3144415" xml-lang="en-US" level="1"
l10n="U"><link href="text/shared/autopi/01110500.xhp" name="HTML Export - Page
5">HTML Export - Page 5</link></paragraph>
+<paragraph role="paragraph" id="par_id3151100" xml-lang="en-US"
l10n="U">Defines a button style for navigation through the presentation
slides.</paragraph>
</section>
-<paragraph role="paragraph" id="par_id3155351" xml-lang="en-US" l10n="U"
oldref="9">This page is not visible if you have unmarked the <emph>Create title
page</emph> check box, or if you have selected either automatic or WebCast
export.</paragraph>
+<paragraph role="paragraph" id="par_id3155351" xml-lang="en-US" l10n="U">This
page is not visible if you have unmarked the <emph>Create title page</emph>
check box, or if you have selected either automatic or WebCast
export.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#htmlspeichern5"/>
</section>
-<paragraph role="heading" id="hd_id3145090" xml-lang="en-US" level="2"
l10n="U" oldref="7">Select button style</paragraph>
-<paragraph role="paragraph" id="par_id3155805" xml-lang="en-US" l10n="U"
oldref="8">Specifies whether you want to insert navigation buttons in your
presentation. You can also select the style of the buttons.</paragraph>
+<paragraph role="heading" id="hd_id3145090" xml-lang="en-US" level="2"
l10n="U">Select button style</paragraph>
+<paragraph role="paragraph" id="par_id3155805" xml-lang="en-US"
l10n="U">Specifies whether you want to insert navigation buttons in your
presentation. You can also select the style of the buttons.</paragraph>
<bookmark xml-lang="en-US"
branch="hid/sd:CheckBox:DLG_PUBLISHING:PAGE5_TEXTONLY" id="bm_id3143268"
localize="false"/>
-<paragraph role="heading" id="hd_id3149095" xml-lang="en-US" level="3"
l10n="U" oldref="3">Text only</paragraph>
-<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US" l10n="U"
oldref="4"><ahelp hid="SD:CHECKBOX:DLG_PUBLISHING:PAGE5_TEXTONLY">Inserts only
text hyperlinks instead of buttons.</ahelp></paragraph>
-<paragraph role="heading" id="hd_id3156411" xml-lang="en-US" level="2"
l10n="U" oldref="5">Selection field</paragraph>
-<paragraph role="paragraph" id="par_id3153681" xml-lang="en-US" l10n="U"
oldref="6">Displays the available button styles. Click on a button style to
select it.</paragraph>
+<paragraph role="heading" id="hd_id3149095" xml-lang="en-US" level="3"
l10n="U">Text only</paragraph>
+<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US"
l10n="U"><ahelp hid="SD:CHECKBOX:DLG_PUBLISHING:PAGE5_TEXTONLY">Inserts only
text hyperlinks instead of buttons.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3156411" xml-lang="en-US" level="2"
l10n="U">Selection field</paragraph>
+<paragraph role="paragraph" id="par_id3153681" xml-lang="en-US"
l10n="U">Displays the available button styles. Click on a button style to
select it.</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/shared/guide/lineend_define.xhp
b/main/helpcontent2/source/text/shared/guide/lineend_define.xhp
index 27d11559c8..d5f0227aa7 100644
--- a/main/helpcontent2/source/text/shared/guide/lineend_define.xhp
+++ b/main/helpcontent2/source/text/shared/guide/lineend_define.xhp
@@ -34,27 +34,27 @@
<bookmark_value>arrows; defining arrow heads</bookmark_value>
<bookmark_value>lines;defining ends</bookmark_value>
</bookmark><comment>mw changed "line ends;" to "lines;"</comment>
-<paragraph role="heading" id="hd_id3146117" xml-lang="en-US" level="1"
l10n="U" oldref="14"><variable id="lineend_define"><link
href="text/shared/guide/lineend_define.xhp" name="Defining Line Ends">Defining
Line Ends</link>
+<paragraph role="heading" id="hd_id3146117" xml-lang="en-US" level="1"
l10n="U"><variable id="lineend_define"><link
href="text/shared/guide/lineend_define.xhp" name="Defining Line Ends">Defining
Line Ends</link>
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3153750" xml-lang="en-US" l10n="CHG"
oldref="15">You can define any object to be included in the list of available
line ends.</paragraph>
+<paragraph role="paragraph" id="par_id3153750" xml-lang="en-US" l10n="CHG">You
can define any object to be included in the list of available line
ends.</paragraph>
<list type="ordered">
<listitem>
-<paragraph role="paragraph" id="par_id3147653" xml-lang="en-US" l10n="U"
oldref="16">Use the draw functions to create an object to be used as a line
end.</paragraph>
+<paragraph role="paragraph" id="par_id3147653" xml-lang="en-US" l10n="U">Use
the draw functions to create an object to be used as a line end.</paragraph>
</listitem>
<listitem>
-<paragraph role="paragraph" id="par_id3149795" xml-lang="en-US" l10n="CHG"
oldref="17">Select the object and choose <emph>Format - </emph><switchinline
select="appl"><caseinline select="WRITER"><emph>Drawing Object - </emph>
+<paragraph role="paragraph" id="par_id3149795" xml-lang="en-US"
l10n="CHG">Select the object and choose <emph>Format - </emph><switchinline
select="appl"><caseinline select="WRITER"><emph>Drawing Object - </emph>
</caseinline><caseinline select="CALC"><emph>Graphic - </emph>
</caseinline></switchinline>
<emph>Line</emph>.</paragraph>
</listitem>
<listitem>
-<paragraph role="paragraph" id="par_id3154306" xml-lang="en-US" l10n="U"
oldref="18">In the dialog, click the <emph>Arrow Styles</emph>.</paragraph>
+<paragraph role="paragraph" id="par_id3154306" xml-lang="en-US" l10n="U">In
the dialog, click the <emph>Arrow Styles</emph>.</paragraph>
</listitem>
<listitem>
-<paragraph role="paragraph" id="par_id3149765" xml-lang="en-US" l10n="U"
oldref="19">Click <emph>Add</emph> and assign a name to the new arrow
style.</paragraph>
+<paragraph role="paragraph" id="par_id3149765" xml-lang="en-US" l10n="U">Click
<emph>Add</emph> and assign a name to the new arrow style.</paragraph>
</listitem>
<listitem>
-<paragraph role="paragraph" id="par_id3151176" xml-lang="en-US" l10n="CHG"
oldref="20">Click <emph>OK</emph> to close the dialog.</paragraph>
+<paragraph role="paragraph" id="par_id3151176" xml-lang="en-US"
l10n="CHG">Click <emph>OK</emph> to close the dialog.</paragraph>
</listitem>
</list>
<section id="relatedtopics">
diff --git a/main/helpcontent2/source/text/shared/guide/navigator.xhp
b/main/helpcontent2/source/text/shared/guide/navigator.xhp
index 7d124b9ffe..2e03a63106 100644
--- a/main/helpcontent2/source/text/shared/guide/navigator.xhp
+++ b/main/helpcontent2/source/text/shared/guide/navigator.xhp
@@ -33,12 +33,12 @@
<bookmark_value>documents; contents as lists</bookmark_value>
<bookmark_value>Navigator; contents as lists</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3147008" xml-lang="en-US" level="1"
l10n="U" oldref="4"><variable id="navigator"><link
href="text/shared/guide/navigator.xhp" name="Navigator for Document
Overview">Navigator for Document Overview</link>
+<paragraph role="heading" id="hd_id3147008" xml-lang="en-US" level="1"
l10n="U"><variable id="navigator"><link href="text/shared/guide/navigator.xhp"
name="Navigator for Document Overview">Navigator for Document Overview</link>
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3154823" xml-lang="en-US" l10n="U"
oldref="3">All contents of the Navigator window are referred to here as
"categories," whether titles, sheets, tables, text frames, graphics, OLE
objects, sections, hyperlinks, references, indexes or comments.</paragraph>
-<paragraph role="paragraph" id="par_id3153662" xml-lang="en-US" l10n="U"
oldref="5">The Navigator displays all types of objects contained in a document.
If a plus sign appears next to a category, this indicates that at least one
object of this kind exists. If you rest the mouse pointer on the category name,
the number of objects is displayed in an extended tip.</paragraph>
-<paragraph role="paragraph" id="par_id3146797" xml-lang="en-US" l10n="U"
oldref="6">Open a category by clicking on the plus sign. If you only want to
view the entries in a certain category, select the category and click the
<emph>Content View</emph> icon. Until you click the icon again, only the
objects of this category will be displayed.</paragraph>
-<paragraph role="paragraph" id="par_id3166461" xml-lang="en-US" l10n="CHG"
oldref="7">You may dock the Navigator to any document border or turn it back
into a free window (double click on the gray area). You can change the size of
the Navigator when it is a free window.</paragraph>
+<paragraph role="paragraph" id="par_id3154823" xml-lang="en-US" l10n="U">All
contents of the Navigator window are referred to here as "categories," whether
titles, sheets, tables, text frames, graphics, OLE objects, sections,
hyperlinks, references, indexes or comments.</paragraph>
+<paragraph role="paragraph" id="par_id3153662" xml-lang="en-US" l10n="U">The
Navigator displays all types of objects contained in a document. If a plus sign
appears next to a category, this indicates that at least one object of this
kind exists. If you rest the mouse pointer on the category name, the number of
objects is displayed in an extended tip.</paragraph>
+<paragraph role="paragraph" id="par_id3146797" xml-lang="en-US" l10n="U">Open
a category by clicking on the plus sign. If you only want to view the entries
in a certain category, select the category and click the <emph>Content
View</emph> icon. Until you click the icon again, only the objects of this
category will be displayed.</paragraph>
+<paragraph role="paragraph" id="par_id3166461" xml-lang="en-US" l10n="CHG">You
may dock the Navigator to any document border or turn it back into a free
window (double click on the gray area). You can change the size of the
Navigator when it is a free window.</paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
<embed href="text/shared/guide/navigator_setcursor.xhp#navigator_setcursor"/>
<embed href="text/shared/guide/dragdrop.xhp#dragdrop"/>
diff --git a/main/helpcontent2/source/text/shared/main0214.xhp
b/main/helpcontent2/source/text/shared/main0214.xhp
index 9832f53fb5..3fd21bf336 100644
--- a/main/helpcontent2/source/text/shared/main0214.xhp
+++ b/main/helpcontent2/source/text/shared/main0214.xhp
@@ -30,17 +30,17 @@
</meta>
<body>
<section id="sql">
-<paragraph role="heading" id="hd_id3159176" xml-lang="en-US" level="1"
l10n="CHG" oldref="1"><link href="text/shared/main0214.xhp" name="Query Design
Bar">Query Design Bar</link></paragraph>
-<paragraph role="paragraph" id="par_id3150085" xml-lang="en-US" l10n="CHG"
oldref="2"><ahelp hid=".">When creating or editing an SQL query, use the icons
in the <emph>Query Design</emph> Bar to control the display of
data.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3159176" xml-lang="en-US" level="1"
l10n="CHG"><link href="text/shared/main0214.xhp" name="Query Design Bar">Query
Design Bar</link></paragraph>
+<paragraph role="paragraph" id="par_id3150085" xml-lang="en-US"
l10n="CHG"><ahelp hid=".">When creating or editing an SQL query, use the icons
in the <emph>Query Design</emph> Bar to control the display of
data.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3150276" xml-lang="en-US" l10n="U"
oldref="5">Depending on whether you have created the query or view in the
<emph>Design</emph> or <emph>SQL</emph> tab page, the following icons
appear:</paragraph>
+<paragraph role="paragraph" id="par_id3150276" xml-lang="en-US"
l10n="U">Depending on whether you have created the query or view in the
<emph>Design</emph> or <emph>SQL</emph> tab page, the following icons
appear:</paragraph>
<embed href="text/shared/02/14010000.xhp#abfrage"/>
<embed href="text/shared/02/14010000.xhp#syabfrage"/>
<embed href="text/shared/02/14020000.xhp#abfrageleeren"/>
<embed href="text/shared/02/14020000.xhp#syabfrageleeren"/>
<embed href="text/shared/02/14020200.xhp#designansicht"/>
<embed href="text/shared/02/14020200.xhp#sydesignansicht"/>
-<paragraph role="heading" id="hd_id3151384" xml-lang="en-US" level="2"
l10n="U" oldref="3"><link href="text/shared/02/14020100.xhp" name="Add
Tables">Add Tables</link></paragraph>
+<paragraph role="heading" id="hd_id3151384" xml-lang="en-US" level="2"
l10n="U"><link href="text/shared/02/14020100.xhp" name="Add Tables">Add
Tables</link></paragraph>
<embed href="text/shared/02/14020100.xhp#tabellehinzufuegentext"/>
<embed href="text/shared/00/00000450.xhp#sytabelle"/>
<embed href="text/shared/02/14040000.xhp#funktionen"/>
@@ -51,7 +51,7 @@
<embed href="text/shared/02/14060000.xhp#syaliasname"/>
<embed href="text/shared/02/14070000.xhp#eindeutige"/>
<embed href="text/shared/02/14070000.xhp#syeindeutige"/>
-<paragraph role="paragraph" id="par_id3151041" xml-lang="en-US" l10n="U"
oldref="4">The following icon is on the <emph>SQL</emph> tab page:</paragraph>
+<paragraph role="paragraph" id="par_id3151041" xml-lang="en-US" l10n="U">The
following icon is on the <emph>SQL</emph> tab page:</paragraph>
<embed href="text/shared/02/14030000.xhp#native"/>
<embed href="text/shared/02/14030000.xhp#synative"/>
</body>
diff --git a/main/helpcontent2/source/text/shared/optionen/01060401.xhp
b/main/helpcontent2/source/text/shared/optionen/01060401.xhp
index f7635e6283..c5ad44c0f9 100644
--- a/main/helpcontent2/source/text/shared/optionen/01060401.xhp
+++ b/main/helpcontent2/source/text/shared/optionen/01060401.xhp
@@ -33,18 +33,18 @@
<bookmark_value>sort lists; copying to in Calc</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/sc:ModalDialog:RID_SCDLG_COLORROW"
id="bm_id3156329" localize="false"/>
-<paragraph role="heading" id="hd_id3153341" xml-lang="en-US" level="1"
l10n="U" oldref="1">Copy List</paragraph>
-<paragraph role="paragraph" id="par_id3150772" xml-lang="en-US" l10n="U"
oldref="2"><ahelp hid="SC_MODALDIALOG_RID_SCDLG_COLORROW">Allows you to copy
marked cells to a sort list.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153341" xml-lang="en-US" level="1"
l10n="U">Copy List</paragraph>
+<paragraph role="paragraph" id="par_id3150772" xml-lang="en-US"
l10n="U"><ahelp hid="SC_MODALDIALOG_RID_SCDLG_COLORROW">Allows you to copy
marked cells to a sort list.</ahelp></paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#listekopieren"/>
</section>
-<paragraph role="heading" id="hd_id3147574" xml-lang="en-US" level="2"
l10n="U" oldref="3">List from</paragraph>
-<paragraph role="paragraph" id="par_id3148563" xml-lang="en-US" l10n="U"
oldref="4">Choose between the options <emph>Rows</emph> and
<emph>Columns</emph>. Cells without text will be ignored when
copying.</paragraph>
+<paragraph role="heading" id="hd_id3147574" xml-lang="en-US" level="2"
l10n="U">List from</paragraph>
+<paragraph role="paragraph" id="par_id3148563" xml-lang="en-US"
l10n="U">Choose between the options <emph>Rows</emph> and <emph>Columns</emph>.
Cells without text will be ignored when copying.</paragraph>
<bookmark xml-lang="en-US"
branch="hid/sc:RadioButton:RID_SCDLG_COLORROW:BTN_GROUP_ROWS" id="bm_id3147303"
localize="false"/>
-<paragraph role="heading" id="hd_id3156343" xml-lang="en-US" level="3"
l10n="U" oldref="5">Rows</paragraph>
-<paragraph role="paragraph" id="par_id3148664" xml-lang="en-US" l10n="U"
oldref="6"><ahelp hid="SC_RADIOBUTTON_RID_SCDLG_COLORROW_BTN_GROUP_ROWS">Select
the <emph>Rows</emph> option to summarize the contents of the selected rows in
a list.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3156343" xml-lang="en-US" level="3"
l10n="U">Rows</paragraph>
+<paragraph role="paragraph" id="par_id3148664" xml-lang="en-US"
l10n="U"><ahelp hid="SC_RADIOBUTTON_RID_SCDLG_COLORROW_BTN_GROUP_ROWS">Select
the <emph>Rows</emph> option to summarize the contents of the selected rows in
a list.</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/sc:RadioButton:RID_SCDLG_COLORROW:BTN_GROUP_COLS" id="bm_id3154366"
localize="false"/>
-<paragraph role="heading" id="hd_id3153525" xml-lang="en-US" level="3"
l10n="U" oldref="7">Columns</paragraph>
-<paragraph role="paragraph" id="par_id3154216" xml-lang="en-US" l10n="U"
oldref="8"><ahelp hid="SC_RADIOBUTTON_RID_SCDLG_COLORROW_BTN_GROUP_COLS">Select
the <emph>Columns</emph> option to summarize the contents of the selected
columns in a list.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153525" xml-lang="en-US" level="3"
l10n="U">Columns</paragraph>
+<paragraph role="paragraph" id="par_id3154216" xml-lang="en-US"
l10n="U"><ahelp hid="SC_RADIOBUTTON_RID_SCDLG_COLORROW_BTN_GROUP_COLS">Select
the <emph>Columns</emph> option to summarize the contents of the selected
columns in a list.</ahelp></paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/simpress/01/03090000.xhp
b/main/helpcontent2/source/text/simpress/01/03090000.xhp
index 942838c5f7..9b878b5998 100644
--- a/main/helpcontent2/source/text/simpress/01/03090000.xhp
+++ b/main/helpcontent2/source/text/simpress/01/03090000.xhp
@@ -37,13 +37,13 @@
<bookmark xml-lang="en-US" branch="hid/.uno:OutlineMode" id="bm_id2334890"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:OutlineMode" id="bm_id3154321"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/SD_HID_SD_BTN_OUTLINE"
id="bm_id3148577" localize="false"/>
-<paragraph role="heading" id="hd_id3149664" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/simpress/01/03090000.xhp"
name="Outline">Outline</link></paragraph>
-<paragraph role="paragraph" id="par_id3152597" xml-lang="en-US" l10n="U"
oldref="2"><ahelp hid="HID_SD_BTN_OUTLINE">Switches to outline view where you
can reorder slides and edit slide titles and headings.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3149664" xml-lang="en-US" level="1"
l10n="U"><link href="text/simpress/01/03090000.xhp"
name="Outline">Outline</link></paragraph>
+<paragraph role="paragraph" id="par_id3152597" xml-lang="en-US"
l10n="U"><ahelp hid="HID_SD_BTN_OUTLINE">Switches to outline view where you can
reorder slides and edit slide titles and headings.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/simpress/00/00000403.xhp#asgld"/>
</section>
-<paragraph role="paragraph" id="par_id3150715" xml-lang="en-US" l10n="CHG"
oldref="3">The <emph>Text Formatting</emph> bar contains the following icons
for slide titles:<link href="text/shared/02/06060000.xhp"
name="Promote">Promote</link>, <link href="text/shared/02/06050000.xhp"
name="Demote">Demote</link>, <link href="text/shared/02/06100000.xhp"
name="Move Up">Move Up</link> and <link href="text/shared/02/06110000.xhp"
name="Move Down">Move Down</link>. If you want to reorder slide t [...]
-<paragraph role="paragraph" id="par_id3156382" xml-lang="en-US" l10n="U"
oldref="4">The upper outline level corresponds to slide titles, and the lower
levels correspond to the headings on a slides.</paragraph>
+<paragraph role="paragraph" id="par_id3150715" xml-lang="en-US" l10n="CHG">The
<emph>Text Formatting</emph> bar contains the following icons for slide
titles:<link href="text/shared/02/06060000.xhp" name="Promote">Promote</link>,
<link href="text/shared/02/06050000.xhp" name="Demote">Demote</link>, <link
href="text/shared/02/06100000.xhp" name="Move Up">Move Up</link> and <link
href="text/shared/02/06110000.xhp" name="Move Down">Move Down</link>. If you
want to reorder slide titles with [...]
+<paragraph role="paragraph" id="par_id3156382" xml-lang="en-US" l10n="U">The
upper outline level corresponds to slide titles, and the lower levels
correspond to the headings on a slides.</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/simpress/01/04010000.xhp
b/main/helpcontent2/source/text/simpress/01/04010000.xhp
index 4f64f19564..a1d07103e3 100644
--- a/main/helpcontent2/source/text/simpress/01/04010000.xhp
+++ b/main/helpcontent2/source/text/simpress/01/04010000.xhp
@@ -35,18 +35,18 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertPage" id="bm_id8576712"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertPage" id="bm_id3149666"
localize="false"/>
-<paragraph role="heading" id="hd_id3159155" xml-lang="en-US" level="1"
l10n="CHG" oldref="1"><link href="text/simpress/01/04010000.xhp" name="Insert
Slide / Page">Insert Slide / Page</link></paragraph>
-<paragraph role="paragraph" id="par_id3146119" xml-lang="en-US" l10n="CHG"
oldref="2"><variable id="seitetext"><ahelp hid=".uno:InsertPage"><switchinline
select="appl"><caseinline select="IMPRESS">Inserts a slide after the currently
selected slide.
+<paragraph role="heading" id="hd_id3159155" xml-lang="en-US" level="1"
l10n="CHG"><link href="text/simpress/01/04010000.xhp" name="Insert Slide /
Page">Insert Slide / Page</link></paragraph>
+<paragraph role="paragraph" id="par_id3146119" xml-lang="en-US"
l10n="CHG"><variable id="seitetext"><ahelp hid=".uno:InsertPage"><switchinline
select="appl"><caseinline select="IMPRESS">Inserts a slide after the currently
selected slide.
</caseinline><defaultinline>Inserts a page after the currently selected
page.</defaultinline></switchinline></ahelp>
</variable></paragraph>
<section id="howtoget">
<embed href="text/simpress/00/00000404.xhp#efgste"/>
</section>
<!-- removed HID SD:CHECKBOX:DLG_NEW_FOIL:CBX_BACKGROUND -->
-<paragraph role="paragraph" id="par_id3149207" xml-lang="en-US" l10n="CHG"
oldref="12"><ahelp hid="." visibility="hidden"><switchinline
select="appl"><caseinline select="IMPRESS">Applies the slide master background
to the new slide.
+<paragraph role="paragraph" id="par_id3149207" xml-lang="en-US"
l10n="CHG"><ahelp hid="." visibility="hidden"><switchinline
select="appl"><caseinline select="IMPRESS">Applies the slide master background
to the new slide.
</caseinline><defaultinline>Applies the master page background to the new
page.</defaultinline></switchinline></ahelp><comment>UFI: deleted some paras,
changed avis to ahid tags, see #i60536</comment></paragraph>
<!-- removed HID SD:CHECKBOX:DLG_NEW_FOIL:CBX_OBJECTS -->
-<paragraph role="paragraph" id="par_id3145584" xml-lang="en-US" l10n="CHG"
oldref="14"><ahelp hid="." visibility="hidden"><switchinline
select="appl"><caseinline select="IMPRESS">Includes objects on the slide master
in the new slide.
+<paragraph role="paragraph" id="par_id3145584" xml-lang="en-US"
l10n="CHG"><ahelp hid="." visibility="hidden"><switchinline
select="appl"><caseinline select="IMPRESS">Includes objects on the slide master
in the new slide.
</caseinline><defaultinline>Includes objects on the master page in the new
page.</defaultinline></switchinline></ahelp></paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/simpress/guide/vectorize.xhp
b/main/helpcontent2/source/text/simpress/guide/vectorize.xhp
index 06426391b7..fe37abf4a5 100644
--- a/main/helpcontent2/source/text/simpress/guide/vectorize.xhp
+++ b/main/helpcontent2/source/text/simpress/guide/vectorize.xhp
@@ -35,20 +35,20 @@
<bookmark_value>bitmaps; converting to vector graphics</bookmark_value>
<bookmark_value>vector graphics;converting bitmaps</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153415" xml-lang="en-US" level="1"
l10n="U" oldref="26"><variable id="vectorize"><link
href="text/simpress/guide/vectorize.xhp" name="Converting Bitmap Images into
Vector Graphics">Converting Bitmap Images into Vector Graphics</link>
+<paragraph role="heading" id="hd_id3153415" xml-lang="en-US" level="1"
l10n="U"><variable id="vectorize"><link
href="text/simpress/guide/vectorize.xhp" name="Converting Bitmap Images into
Vector Graphics">Converting Bitmap Images into Vector Graphics</link>
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3155633" xml-lang="en-US" l10n="U"
oldref="27">A vector graphic can be resized without losing the quality of the
graphic. In $[officename] Draw and Impress, you can convert a bitmap image into
a vector graphic.</paragraph>
+<paragraph role="paragraph" id="par_id3155633" xml-lang="en-US" l10n="U">A
vector graphic can be resized without losing the quality of the graphic. In
$[officename] Draw and Impress, you can convert a bitmap image into a vector
graphic.</paragraph>
<list type="ordered">
<listitem>
-<paragraph role="paragraph" id="par_id3151241" xml-lang="en-US" l10n="U"
oldref="28">Select the bitmap image that you want to convert.</paragraph>
+<paragraph role="paragraph" id="par_id3151241" xml-lang="en-US"
l10n="U">Select the bitmap image that you want to convert.</paragraph>
</listitem>
<listitem>
-<paragraph role="paragraph" id="par_id3153812" xml-lang="en-US" l10n="U"
oldref="29">Do one of the following:</paragraph>
-<paragraph role="paragraph" id="par_id3145118" xml-lang="en-US" l10n="U"
oldref="37">In $[officename] Draw, choose <emph>Modify - Convert - To
Polygon</emph>.</paragraph>
-<paragraph role="paragraph" id="par_id3151387" xml-lang="en-US" l10n="U"
oldref="38">In $[officename] Impress, right-click the object, and then choose
<emph>Convert - To Polygon</emph>.</paragraph>
+<paragraph role="paragraph" id="par_id3153812" xml-lang="en-US" l10n="U">Do
one of the following:</paragraph>
+<paragraph role="paragraph" id="par_id3145118" xml-lang="en-US" l10n="U">In
$[officename] Draw, choose <emph>Modify - Convert - To
Polygon</emph>.</paragraph>
+<paragraph role="paragraph" id="par_id3151387" xml-lang="en-US" l10n="U">In
$[officename] Impress, right-click the object, and then choose <emph>Convert -
To Polygon</emph>.</paragraph>
</listitem>
<listitem>
-<paragraph role="paragraph" id="par_id3149349" xml-lang="en-US" l10n="U"
oldref="30">Set the conversion options for the image, and then click
<emph>OK</emph>. See <link href="text/simpress/01/13050200.xhp" name="Convert
to Polygon"><emph>Convert to Polygon</emph></link> for a description of the
conversion options.</paragraph>
+<paragraph role="paragraph" id="par_id3149349" xml-lang="en-US" l10n="U">Set
the conversion options for the image, and then click <emph>OK</emph>. See <link
href="text/simpress/01/13050200.xhp" name="Convert to Polygon"><emph>Convert to
Polygon</emph></link> for a description of the conversion options.</paragraph>
</listitem>
</list>
<section id="relatedtopics">
diff --git a/main/helpcontent2/source/text/simpress/main0202.xhp
b/main/helpcontent2/source/text/simpress/main0202.xhp
index b598891720..00015a8d76 100644
--- a/main/helpcontent2/source/text/simpress/main0202.xhp
+++ b/main/helpcontent2/source/text/simpress/main0202.xhp
@@ -30,8 +30,8 @@
</meta>
<body>
<section id="objektleisteznh">
-<paragraph role="heading" id="hd_id3149664" xml-lang="en-US" level="1"
l10n="CHG" oldref="1"><link href="text/simpress/main0202.xhp" name="Line and
Filling Bar">Line and Filling Bar</link></paragraph>
-<paragraph role="paragraph" id="par_id3153729" xml-lang="en-US" l10n="CHG"
oldref="2"><ahelp hid=".">The Line and Filling Bar contains commands and
options that you can apply in the current view.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3149664" xml-lang="en-US" level="1"
l10n="CHG"><link href="text/simpress/main0202.xhp" name="Line and Filling
Bar">Line and Filling Bar</link></paragraph>
+<paragraph role="paragraph" id="par_id3153729" xml-lang="en-US"
l10n="CHG"><ahelp hid=".">The Line and Filling Bar contains commands and
options that you can apply in the current view.</ahelp></paragraph>
</section>
<embed href="text/shared/02/01230000.xhp#stylist"/>
<embed href="text/shared/02/01230000.xhp#systylist"/>
@@ -39,21 +39,21 @@
<embed href="text/shared/00/00040502.xhp#sylinie"/>
<embed href="text/shared/02/05020000.xhp#linienendenstil"/>
<embed href="text/shared/02/05020000.xhp#sylinienendenstil"/>
-<paragraph role="heading" id="hd_id3156382" xml-lang="en-US" level="2"
l10n="U" oldref="3"><link href="text/shared/01/05200100.xhp" name="Line
Style">Line Style</link></paragraph>
+<paragraph role="heading" id="hd_id3156382" xml-lang="en-US" level="2"
l10n="U"><link href="text/shared/01/05200100.xhp" name="Line Style">Line
Style</link></paragraph>
<embed href="text/shared/01/05200100.xhp#stiltext"/>
<embed href="text/shared/00/00000004.xhp#sylistil"/>
-<paragraph role="heading" id="hd_id3159184" xml-lang="en-US" level="2"
l10n="U" oldref="4"><link href="text/shared/01/05200100.xhp" name="Line
Width">Line Width</link></paragraph>
+<paragraph role="heading" id="hd_id3159184" xml-lang="en-US" level="2"
l10n="U"><link href="text/shared/01/05200100.xhp" name="Line Width">Line
Width</link></paragraph>
<embed href="text/shared/01/05200100.xhp#breitetext"/>
<embed href="text/shared/00/00000004.xhp#sylibreite"/>
-<paragraph role="heading" id="hd_id3150250" xml-lang="en-US" level="2"
l10n="U" oldref="5"><link href="text/shared/01/05200100.xhp" name="Line
Color">Line Color</link></paragraph>
+<paragraph role="heading" id="hd_id3150250" xml-lang="en-US" level="2"
l10n="U"><link href="text/shared/01/05200100.xhp" name="Line Color">Line
Color</link></paragraph>
<embed href="text/shared/01/05200100.xhp#farbetext"/>
<embed href="text/shared/00/00000004.xhp#sylifarbe"/>
<embed href="text/shared/01/05210000.xhp#flaeche"/>
<embed href="text/shared/00/00040502.xhp#syflaeche"/>
-<paragraph role="heading" id="hd_id3148609" xml-lang="en-US" level="2"
l10n="U" oldref="6"><link href="text/shared/01/05210100.xhp" name="Area Style /
Filling">Area Style / Filling</link></paragraph>
+<paragraph role="heading" id="hd_id3148609" xml-lang="en-US" level="2"
l10n="U"><link href="text/shared/01/05210100.xhp" name="Area Style /
Filling">Area Style / Filling</link></paragraph>
<embed href="text/shared/01/05210100.xhp#sytext"/>
<embed href="text/shared/00/00000004.xhp#syflaechenstil"/>
-<paragraph role="heading" id="hd_id3150048" xml-lang="en-US" level="2"
l10n="U" oldref="7"><link href="text/shared/01/05210600.xhp"
name="Shadow">Shadow</link></paragraph>
+<paragraph role="heading" id="hd_id3150048" xml-lang="en-US" level="2"
l10n="U"><link href="text/shared/01/05210600.xhp"
name="Shadow">Shadow</link></paragraph>
<embed href="text/shared/01/05210600.xhp#syschatten"/>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/simpress/main0209.xhp
b/main/helpcontent2/source/text/simpress/main0209.xhp
index 028088c076..37c0d103d6 100644
--- a/main/helpcontent2/source/text/simpress/main0209.xhp
+++ b/main/helpcontent2/source/text/simpress/main0209.xhp
@@ -33,14 +33,14 @@
<bookmark_value>rulers; in presentations</bookmark_value>
<bookmark_value>origin of rulers</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153191" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/simpress/main0209.xhp"
name="Rulers">Rulers</link></paragraph>
-<paragraph role="paragraph" id="par_id3149666" xml-lang="en-US" l10n="U"
oldref="2">You can use vertical and horizontal rulers at the left and upper
edges of the $[officename] Impress workspace to assist you in creating your
slide. The sections of the rulers that cover the area of the slide are
white.</paragraph>
-<paragraph role="tip" id="par_id3153963" xml-lang="en-US" l10n="U"
oldref="4">When you select an object, its dimensions are displayed on the
rulers as gray double lines. To precisely resize the object, drag one of the
double lines to a new location on the ruler.</paragraph>
-<paragraph role="paragraph" id="par_id3150206" xml-lang="en-US" l10n="U"
oldref="8">When you select a text object on a slide, indents and tabs are
displayed on the horizontal ruler. To change the indent or tab settings for the
text object, drag an indent or a tab marker to a new location on the
ruler.</paragraph>
-<paragraph role="paragraph" id="par_id3150253" xml-lang="en-US" l10n="U"
oldref="7">You can also drag a <link href="text/simpress/01/04030000.xhp"
name="snap line">snap line</link> from a ruler to help you align objects on
your slide. To insert a snap line using a ruler, drag the edge of a ruler into
the slide.</paragraph>
-<paragraph role="paragraph" id="par_id3153820" xml-lang="en-US" l10n="U"
oldref="3">To show or hide the rulers, choose <link
href="text/simpress/01/03060000.xhp" name="View - Rulers"><emph>View -
Rulers</emph></link>.</paragraph>
-<paragraph role="paragraph" id="par_id3148609" xml-lang="en-US" l10n="U"
oldref="9">To specify the measurement units for a ruler, right-click the ruler,
and then choose a new unit from the list.</paragraph>
-<paragraph role="paragraph" id="par_id3149129" xml-lang="en-US" l10n="U"
oldref="6">To change the origin (0 point) of the rulers, drag the intersection
of the two rulers in the top left corner into the workspace. Vertical and
horizontal guides appear. Continue to drag until the vertical and horizontal
guides are where you want the new origin to be, and then release. To reset the
origins of the rulers to the default values, double-click the
intersection.</paragraph>
-<paragraph role="paragraph" id="par_id3154651" xml-lang="en-US" l10n="U"
oldref="5">To change the slide margins, drag the edge of the white areas in the
rulers.</paragraph>
+<paragraph role="heading" id="hd_id3153191" xml-lang="en-US" level="1"
l10n="U"><link href="text/simpress/main0209.xhp"
name="Rulers">Rulers</link></paragraph>
+<paragraph role="paragraph" id="par_id3149666" xml-lang="en-US" l10n="U">You
can use vertical and horizontal rulers at the left and upper edges of the
$[officename] Impress workspace to assist you in creating your slide. The
sections of the rulers that cover the area of the slide are white.</paragraph>
+<paragraph role="tip" id="par_id3153963" xml-lang="en-US" l10n="U">When you
select an object, its dimensions are displayed on the rulers as gray double
lines. To precisely resize the object, drag one of the double lines to a new
location on the ruler.</paragraph>
+<paragraph role="paragraph" id="par_id3150206" xml-lang="en-US" l10n="U">When
you select a text object on a slide, indents and tabs are displayed on the
horizontal ruler. To change the indent or tab settings for the text object,
drag an indent or a tab marker to a new location on the ruler.</paragraph>
+<paragraph role="paragraph" id="par_id3150253" xml-lang="en-US" l10n="U">You
can also drag a <link href="text/simpress/01/04030000.xhp" name="snap
line">snap line</link> from a ruler to help you align objects on your slide. To
insert a snap line using a ruler, drag the edge of a ruler into the
slide.</paragraph>
+<paragraph role="paragraph" id="par_id3153820" xml-lang="en-US" l10n="U">To
show or hide the rulers, choose <link href="text/simpress/01/03060000.xhp"
name="View - Rulers"><emph>View - Rulers</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3148609" xml-lang="en-US" l10n="U">To
specify the measurement units for a ruler, right-click the ruler, and then
choose a new unit from the list.</paragraph>
+<paragraph role="paragraph" id="par_id3149129" xml-lang="en-US" l10n="U">To
change the origin (0 point) of the rulers, drag the intersection of the two
rulers in the top left corner into the workspace. Vertical and horizontal
guides appear. Continue to drag until the vertical and horizontal guides are
where you want the new origin to be, and then release. To reset the origins of
the rulers to the default values, double-click the intersection.</paragraph>
+<paragraph role="paragraph" id="par_id3154651" xml-lang="en-US" l10n="U">To
change the slide margins, drag the edge of the white areas in the
rulers.</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/swriter/01/03140000.xhp
b/main/helpcontent2/source/text/swriter/01/03140000.xhp
index f44ed46781..392e42ff9e 100644
--- a/main/helpcontent2/source/text/swriter/01/03140000.xhp
+++ b/main/helpcontent2/source/text/swriter/01/03140000.xhp
@@ -32,14 +32,14 @@
<section id="versteckteabs">
<bookmark xml-lang="en-US" branch="hid/.uno:ShowHiddenParagraphs"
id="bm_id8952760" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ShowHiddenParagraphs"
id="bm_id3150344" localize="false"/>
-<paragraph role="heading" id="hd_id3155959" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/swriter/01/03140000.xhp" name="Hidden
Paragraphs">Hidden Paragraphs</link></paragraph>
-<paragraph role="paragraph" id="par_id3150251" xml-lang="en-US" l10n="U"
oldref="2"><ahelp hid=".uno:ShowHiddenParagraphs">Shows or hides hidden
paragraphs.</ahelp> This option only affects the screen display of hidden
paragraphs, and not the printing of hidden paragraphs.</paragraph>
+<paragraph role="heading" id="hd_id3155959" xml-lang="en-US" level="1"
l10n="U"><link href="text/swriter/01/03140000.xhp" name="Hidden
Paragraphs">Hidden Paragraphs</link></paragraph>
+<paragraph role="paragraph" id="par_id3150251" xml-lang="en-US"
l10n="U"><ahelp hid=".uno:ShowHiddenParagraphs">Shows or hides hidden
paragraphs.</ahelp> This option only affects the screen display of hidden
paragraphs, and not the printing of hidden paragraphs.</paragraph>
</section>
<section id="howtoget">
<embed href="text/swriter/00/00000403.xhp#versteckteabs"/>
</section>
-<paragraph role="note" id="par_id3157875" xml-lang="en-US" l10n="U"
oldref="3">To enable this feature, choose <emph><switchinline
select="sys"><caseinline select="MAC">%PRODUCTNAME -
Preferences</caseinline><defaultinline>Tools -
Options</defaultinline></switchinline> - <link
href="text/shared/optionen/01040600.xhp" name="Writer - Formatting
Aids">%PRODUCTNAME Writer - Formatting Aids</link></emph>, and ensure that the
<emph>Hidden paragraphs</emph> check box in the <emph>Display of</emp [...]
-<paragraph role="paragraph" id="par_id3154501" xml-lang="en-US" l10n="U"
oldref="4">Use the <link href="text/swriter/01/04090000.xhp" name="field
command">field command</link> "Hidden Paragraph" to assign a <link
href="text/swriter/01/04090200.xhp" name="condition">condition</link> that must
be met to hide a paragraph. If the condition is not met, the paragraph is
displayed.</paragraph>
-<paragraph role="paragraph" id="par_id3083451" xml-lang="en-US" l10n="U"
oldref="5">When you hide a paragraph, footnotes and frames that are anchored to
characters in the paragraph are also hidden.</paragraph>
+<paragraph role="note" id="par_id3157875" xml-lang="en-US" l10n="U">To enable
this feature, choose <emph><switchinline select="sys"><caseinline
select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools -
Options</defaultinline></switchinline> - <link
href="text/shared/optionen/01040600.xhp" name="Writer - Formatting
Aids">%PRODUCTNAME Writer - Formatting Aids</link></emph>, and ensure that the
<emph>Hidden paragraphs</emph> check box in the <emph>Display of</emph> area is
[...]
+<paragraph role="paragraph" id="par_id3154501" xml-lang="en-US" l10n="U">Use
the <link href="text/swriter/01/04090000.xhp" name="field command">field
command</link> "Hidden Paragraph" to assign a <link
href="text/swriter/01/04090200.xhp" name="condition">condition</link> that must
be met to hide a paragraph. If the condition is not met, the paragraph is
displayed.</paragraph>
+<paragraph role="paragraph" id="par_id3083451" xml-lang="en-US" l10n="U">When
you hide a paragraph, footnotes and frames that are anchored to characters in
the paragraph are also hidden.</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/swriter/02/02110000.xhp
b/main/helpcontent2/source/text/swriter/02/02110000.xhp
index a5b4c202cb..c19c90acef 100644
--- a/main/helpcontent2/source/text/swriter/02/02110000.xhp
+++ b/main/helpcontent2/source/text/swriter/02/02110000.xhp
@@ -32,10 +32,10 @@
<section id="numerierung">
<bookmark xml-lang="en-US" branch="hid/.uno:DefaultNumbering"
id="bm_id7054149" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:DefaultNumbering"
id="bm_id3150230" localize="false"/>
-<paragraph role="heading" id="hd_id3150220" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/swriter/02/02110000.xhp" name="Numbering
on/off">Numbering On/Off</link></paragraph>
-<paragraph role="paragraph" id="par_id3150240" xml-lang="en-US" l10n="CHG"
oldref="2"><ahelp hid=".uno:DefaultNumbering">Adds or removes numbering from
the selected paragraphs.</ahelp> To define the numbering format, choose
<emph>Format - Bullets and Numbering</emph>. To display the <emph>Bullets and
Numbering</emph> Bar, choose <emph>View - Toolbars - Bullets and
Numbering</emph>.<comment>UFI changed last sentence, see
#60925</comment></paragraph>
+<paragraph role="heading" id="hd_id3150220" xml-lang="en-US" level="1"
l10n="U"><link href="text/swriter/02/02110000.xhp" name="Numbering
on/off">Numbering On/Off</link></paragraph>
+<paragraph role="paragraph" id="par_id3150240" xml-lang="en-US"
l10n="CHG"><ahelp hid=".uno:DefaultNumbering">Adds or removes numbering from
the selected paragraphs.</ahelp> To define the numbering format, choose
<emph>Format - Bullets and Numbering</emph>. To display the <emph>Bullets and
Numbering</emph> Bar, choose <emph>View - Toolbars - Bullets and
Numbering</emph>.<comment>UFI changed last sentence, see
#60925</comment></paragraph>
</section>
-<paragraph role="note" id="par_id3150952" xml-lang="en-US" l10n="CHG"
oldref="3">Some of the bullets and numbering options are not available when
working in the <link href="text/swriter/01/03120000.xhp" name="Web Layout">Web
Layout</link>.<comment>UFI: online layout is now web
layout</comment></paragraph>
+<paragraph role="note" id="par_id3150952" xml-lang="en-US" l10n="CHG">Some of
the bullets and numbering options are not available when working in the <link
href="text/swriter/01/03120000.xhp" name="Web Layout">Web
Layout</link>.<comment>UFI: online layout is now web
layout</comment></paragraph>
<section id="synumerierung">
<table id="tbl_id3154361">
<tablerow>
@@ -45,7 +45,7 @@
</image></paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3147525" xml-lang="en-US" l10n="U"
oldref="4">Numbering On/Off</paragraph>
+<paragraph role="paragraph" id="par_id3147525" xml-lang="en-US"
l10n="U">Numbering On/Off</paragraph>
</tablecell>
</tablerow>
</table>
diff --git a/main/helpcontent2/source/text/swriter/guide/fields_date.xhp
b/main/helpcontent2/source/text/swriter/guide/fields_date.xhp
index 7589dacdee..6b601cb16c 100644
--- a/main/helpcontent2/source/text/swriter/guide/fields_date.xhp
+++ b/main/helpcontent2/source/text/swriter/guide/fields_date.xhp
@@ -36,17 +36,17 @@
<bookmark_value>fixed dates</bookmark_value>
<bookmark_value>variable dates</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3155165" role="heading" level="1"
l10n="U" oldref="1"><variable id="fields_date"><link
href="text/swriter/guide/fields_date.xhp" name="Inserting a Fixed or Variable
Date Field">Inserting a Fixed or Variable Date Field</link>
+<paragraph xml-lang="en-US" id="hd_id3155165" role="heading" level="1"
l10n="U"><variable id="fields_date"><link
href="text/swriter/guide/fields_date.xhp" name="Inserting a Fixed or Variable
Date Field">Inserting a Fixed or Variable Date Field</link>
</variable></paragraph>
-<paragraph xml-lang="en-US" id="par_id3154491" role="paragraph" l10n="U"
oldref="2">You can insert the current date as a field that updates each time
you open the document, or as a field that does not update.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154491" role="paragraph" l10n="U">You
can insert the current date as a field that updates each time you open the
document, or as a field that does not update.</paragraph>
<list type="ordered">
<listitem>
-<paragraph xml-lang="en-US" id="par_id3147679" role="listitem" l10n="U"
oldref="3">Choose <emph>Insert - Fields - Other</emph> and click the
<emph>Document</emph> tab.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3147679" role="listitem" l10n="U">Choose
<emph>Insert - Fields - Other</emph> and click the <emph>Document</emph>
tab.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3153415" role="listitem" l10n="U"
oldref="5">Click “Date” in the <item type="menuitem">Type</item> list and do
one of the following:</paragraph>
-<paragraph xml-lang="en-US" id="par_id3155602" role="listitem" l10n="U"
oldref="6">To insert the date as a field that updates each time you open the
document, click ”Date” in the <item type="menuitem">Select</item>
list.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3154241" role="listitem" l10n="U"
oldref="4">To insert the date as a field that does not update, click “Date
(fixed)” in the <item type="menuitem">Select</item> list.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153415" role="listitem" l10n="U">Click
“Date” in the <item type="menuitem">Type</item> list and do one of the
following:</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155602" role="listitem" l10n="U">To
insert the date as a field that updates each time you open the document, click
”Date” in the <item type="menuitem">Select</item> list.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154241" role="listitem" l10n="U">To
insert the date as a field that does not update, click “Date (fixed)” in the
<item type="menuitem">Select</item> list.</paragraph>
</listitem>
</list>
<embed href="text/shared/00/00000004.xhp#related"/>
diff --git
a/main/helpcontent2/source/text/swriter/guide/insert_tab_innumbering.xhp
b/main/helpcontent2/source/text/swriter/guide/insert_tab_innumbering.xhp
index 5078851193..2b24fe4705 100644
--- a/main/helpcontent2/source/text/swriter/guide/insert_tab_innumbering.xhp
+++ b/main/helpcontent2/source/text/swriter/guide/insert_tab_innumbering.xhp
@@ -39,17 +39,17 @@
<bookmark_value>rising outline levels</bookmark_value>
<bookmark_value>changing;outline levels</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3145078" xml-lang="en-US" level="1"
l10n="U" oldref="6"><variable id="insert_tab_innumbering"><link
href="text/swriter/guide/insert_tab_innumbering.xhp" name="Changing the Outline
Level of Numbered and Bulleted Lists">Changing the Outline Level of Numbered
and Bulleted Lists</link>
+<paragraph role="heading" id="hd_id3145078" xml-lang="en-US" level="1"
l10n="U"><variable id="insert_tab_innumbering"><link
href="text/swriter/guide/insert_tab_innumbering.xhp" name="Changing the Outline
Level of Numbered and Bulleted Lists">Changing the Outline Level of Numbered
and Bulleted Lists</link>
</variable></paragraph>
<list type="unordered">
<listitem>
-<paragraph role="listitem" id="par_id3155909" xml-lang="en-US" l10n="U"
oldref="5">To move a numbered or bulleted paragraph down one outline level,
click at the beginning of the paragraph, and then press Tab.</paragraph>
+<paragraph role="listitem" id="par_id3155909" xml-lang="en-US" l10n="U">To
move a numbered or bulleted paragraph down one outline level, click at the
beginning of the paragraph, and then press Tab.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3155859" xml-lang="en-US" l10n="U"
oldref="7">To move a numbered or bulleted paragraph up one outline level, click
at the beginning of the paragraph, and then press Shift+Tab.</paragraph>
+<paragraph role="listitem" id="par_id3155859" xml-lang="en-US" l10n="U">To
move a numbered or bulleted paragraph up one outline level, click at the
beginning of the paragraph, and then press Shift+Tab.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3153403" xml-lang="en-US" l10n="U"
oldref="8">To insert a tab between the number or bullet and the paragraph text,
click at the beginning of the paragraph, and then press <switchinline
select="sys"><caseinline select="MAC">Command
+<paragraph role="listitem" id="par_id3153403" xml-lang="en-US" l10n="U">To
insert a tab between the number or bullet and the paragraph text, click at the
beginning of the paragraph, and then press <switchinline
select="sys"><caseinline select="MAC">Command
</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab.</paragraph>
</listitem>
</list>
diff --git a/main/helpcontent2/source/text/swriter/guide/words_count.xhp
b/main/helpcontent2/source/text/swriter/guide/words_count.xhp
index 72ef187e5b..6157ed9766 100644
--- a/main/helpcontent2/source/text/swriter/guide/words_count.xhp
+++ b/main/helpcontent2/source/text/swriter/guide/words_count.xhp
@@ -39,14 +39,14 @@
<bookmark_value>counting words</bookmark_value>
<bookmark_value>word counts</bookmark_value>
</bookmark><comment>MW deleted "character counts"</comment>
-<paragraph xml-lang="en-US" id="hd_id3149686" role="heading" level="1"
l10n="U" oldref="1"><variable id="words_count"><link
href="text/swriter/guide/words_count.xhp" name="Counting Words">Counting
Words</link>
+<paragraph xml-lang="en-US" id="hd_id3149686" role="heading" level="1"
l10n="U"><variable id="words_count"><link
href="text/swriter/guide/words_count.xhp" name="Counting Words">Counting
Words</link>
</variable></paragraph>
<list type="ordered">
<listitem>
<paragraph xml-lang="en-US" id="par_idN106D1" role="listitem" l10n="NEW">If
you want to count only some text of your document, select the text.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3149821" role="listitem" l10n="CHG"
oldref="5">Choose <emph>Tools - Word Count</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149821" role="listitem"
l10n="CHG">Choose <emph>Tools - Word Count</emph>.</paragraph>
</listitem>
</list>
<section id="how">
@@ -57,6 +57,6 @@
</section>
<paragraph xml-lang="en-US" id="par_idN106E2" role="tip" l10n="NEW">To get
some more statistics about the document, choose <emph>File - Properties -
Statistics</emph>.</paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
-<paragraph xml-lang="en-US" id="par_id3147418" role="paragraph" l10n="U"
oldref="4"><link href="text/shared/01/01100400.xhp" name="File - Properties -
Statistics">File - Properties - Statistics</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id3147418" role="paragraph" l10n="U"><link
href="text/shared/01/01100400.xhp" name="File - Properties - Statistics">File -
Properties - Statistics</link></paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/swriter/main0200.xhp
b/main/helpcontent2/source/text/swriter/main0200.xhp
index ab2f1b67e5..a7f4bf06bd 100644
--- a/main/helpcontent2/source/text/swriter/main0200.xhp
+++ b/main/helpcontent2/source/text/swriter/main0200.xhp
@@ -30,9 +30,9 @@
</meta>
<body>
<section id="symbolleisten">
-<paragraph role="heading" id="hd_id3145782" xml-lang="en-US" level="1"
l10n="U" oldref="1"><variable id="main0200"><link
href="text/swriter/main0200.xhp" name="Toolbars">Toolbars</link>
+<paragraph role="heading" id="hd_id3145782" xml-lang="en-US" level="1"
l10n="U"><variable id="main0200"><link href="text/swriter/main0200.xhp"
name="Toolbars">Toolbars</link>
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3145481" xml-lang="en-US" l10n="U"
oldref="2">This section provides an overview of the toolbars available in
$[officename] Writer. <embedvar
href="text/shared/00/00000007.xhp#symbolleistenneu"/>
+<paragraph role="paragraph" id="par_id3145481" xml-lang="en-US" l10n="U">This
section provides an overview of the toolbars available in $[officename] Writer.
<embedvar href="text/shared/00/00000007.xhp#symbolleistenneu"/>
</paragraph>
</section>
<sort order="asc">