This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new ecb251e43c Remove 'oldref' entries (work in progress)
ecb251e43c is described below

commit ecb251e43c884fb3852ec3e80b9ad476aa76f688
Author: mseidel <msei...@apache.org>
AuthorDate: Sat Dec 7 14:59:44 2024 +0100

    Remove 'oldref' entries (work in progress)
    
    (cherry picked from commit 5a0dd311c6b4ee56875446a426353490a8a3b9c4)
---
 .../source/text/sbasic/shared/03030103.xhp         | 31 +++++++++--------
 .../source/text/sbasic/shared/03030303.xhp         | 36 ++++++++++----------
 .../source/text/sbasic/shared/03080201.xhp         | 33 +++++++++---------
 .../source/text/sbasic/shared/03090302.xhp         | 38 ++++++++++-----------
 .../source/text/sbasic/shared/03100700.xhp         | 33 +++++++++---------
 .../source/text/sbasic/shared/03120102.xhp         | 31 +++++++++--------
 .../source/text/sbasic/shared/03120202.xhp         | 39 ++++++++++------------
 .../helpcontent2/source/text/scalc/01/05050100.xhp | 10 +++---
 .../helpcontent2/source/text/scalc/01/12010000.xhp | 22 ++++++------
 .../helpcontent2/source/text/scalc/01/12010100.xhp | 26 +++++++--------
 .../helpcontent2/source/text/scalc/01/12090104.xhp | 30 ++++++++---------
 .../source/text/scalc/guide/sorted_list.xhp        | 10 +++---
 main/helpcontent2/source/text/scalc/main0112.xhp   | 20 +++++------
 .../source/text/shared/01/05290000.xhp             | 22 ++++++------
 .../source/text/shared/02/01170903.xhp             | 18 +++++-----
 .../source/text/shared/02/24020000.xhp             | 22 ++++++------
 .../source/text/shared/autopi/01040200.xhp         | 18 +++++-----
 .../source/text/shared/autopi/01040600.xhp         |  4 +--
 .../source/text/shared/autopi/01120400.xhp         | 22 ++++++------
 .../source/text/shared/guide/export_ms.xhp         | 14 ++++----
 .../source/text/shared/optionen/01060700.xhp       | 20 +++++------
 .../source/text/swriter/00/00000402.xhp            | 26 +++++++--------
 .../source/text/swriter/01/05180000.xhp            | 22 ++++++------
 .../source/text/swriter/guide/indices_edit.xhp     | 11 +++---
 .../swriter/guide/insert_graphic_fromchart.xhp     | 14 ++++----
 25 files changed, 281 insertions(+), 291 deletions(-)

diff --git a/main/helpcontent2/source/text/sbasic/shared/03030103.xhp 
b/main/helpcontent2/source/text/sbasic/shared/03030103.xhp
index fc67515270..6ac5294ad8 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03030103.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03030103.xhp
@@ -33,24 +33,23 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id3153345">
 <bookmark_value>Day function</bookmark_value>
 </bookmark>
-<paragraph role="heading" id="hd_id3153345" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/sbasic/shared/03030103.xhp" name="Day 
Function [Runtime]">Day Function [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3147560" xml-lang="en-US" l10n="U" 
oldref="2">Returns a value that represents the day of the month based on a 
serial date number generated by <emph>DateSerial</emph> or 
<emph>DateValue</emph>.</paragraph>
+<paragraph role="heading" id="hd_id3153345" xml-lang="en-US" level="1" 
l10n="U"><link href="text/sbasic/shared/03030103.xhp" name="Day Function 
[Runtime]">Day Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3147560" xml-lang="en-US" 
l10n="U">Returns a value that represents the day of the month based on a serial 
date number generated by <emph>DateSerial</emph> or 
<emph>DateValue</emph>.</paragraph>
 </section>
-<paragraph role="heading" id="hd_id3149456" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3150358" xml-lang="en-US" l10n="U" 
oldref="4">Day (Number)</paragraph>
-<paragraph role="heading" id="hd_id3148798" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Return value:</paragraph>
-<paragraph role="paragraph" id="par_id3125865" xml-lang="en-US" l10n="U" 
oldref="6">Integer</paragraph>
-<paragraph role="heading" id="hd_id3150448" xml-lang="en-US" level="2" 
l10n="U" oldref="7">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3156423" xml-lang="en-US" l10n="U" 
oldref="8">
-<emph>Number:</emph> A numeric expression that contains a serial date number 
from which you can determine the day of the month.</paragraph>
-<paragraph role="paragraph" id="par_id3145786" xml-lang="en-US" l10n="U" 
oldref="9">This function is basically the opposite of the DateSerial function, 
returning the day of the month from a serial date number generated by the 
<emph>DateSerial</emph> or the <emph>DateValue</emph> function. For example, 
the expression</paragraph>
-<paragraph role="paragraph" id="par_id3145364" xml-lang="en-US" l10n="U" 
oldref="10">Print Day (DateSerial(1994, 12, 20))</paragraph>
-<paragraph role="paragraph" id="par_id3153190" xml-lang="en-US" l10n="U" 
oldref="11">returns the value 20.</paragraph>
+<paragraph role="heading" id="hd_id3149456" xml-lang="en-US" level="2" 
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3150358" xml-lang="en-US" l10n="U">Day 
(Number)</paragraph>
+<paragraph role="heading" id="hd_id3148798" xml-lang="en-US" level="2" 
l10n="U">Return value:</paragraph>
+<paragraph role="paragraph" id="par_id3125865" xml-lang="en-US" 
l10n="U">Integer</paragraph>
+<paragraph role="heading" id="hd_id3150448" xml-lang="en-US" level="2" 
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3156423" xml-lang="en-US" 
l10n="U"><emph>Number:</emph> A numeric expression that contains a serial date 
number from which you can determine the day of the month.</paragraph>
+<paragraph role="paragraph" id="par_id3145786" xml-lang="en-US" l10n="U">This 
function is basically the opposite of the DateSerial function, returning the 
day of the month from a serial date number generated by the 
<emph>DateSerial</emph> or the <emph>DateValue</emph> function. For example, 
the expression</paragraph>
+<paragraph role="paragraph" id="par_id3145364" xml-lang="en-US" l10n="U">Print 
Day (DateSerial(1994, 12, 20))</paragraph>
+<paragraph role="paragraph" id="par_id3153190" xml-lang="en-US" 
l10n="U">returns the value 20.</paragraph>
 <embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
 <embed href="text/sbasic/shared/00000003.xhp#err5"/>
-<paragraph role="heading" id="hd_id3149481" xml-lang="en-US" level="2" 
l10n="U" oldref="12">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3155413" xml-lang="en-US" l10n="U" 
oldref="13">sub ExampleDay</paragraph>
-<paragraph role="paragraph" id="par_id3149260" xml-lang="en-US" l10n="U" 
oldref="14">Print "Day " &amp; Day(DateSerial(1994, 12, 20)) &amp; " of the 
month"</paragraph>
-<paragraph role="paragraph" id="par_id3148645" xml-lang="en-US" l10n="U" 
oldref="15">end sub</paragraph>
+<paragraph role="heading" id="hd_id3149481" xml-lang="en-US" level="2" 
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3155413" xml-lang="en-US" l10n="U">sub 
ExampleDay</paragraph>
+<paragraph role="paragraph" id="par_id3149260" xml-lang="en-US" l10n="U">Print 
"Day " &amp; Day(DateSerial(1994, 12, 20)) &amp; " of the month"</paragraph>
+<paragraph role="paragraph" id="par_id3148645" xml-lang="en-US" l10n="U">end 
sub</paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/sbasic/shared/03030303.xhp 
b/main/helpcontent2/source/text/sbasic/shared/03030303.xhp
index e692389c2f..ce3002c343 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03030303.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03030303.xhp
@@ -33,24 +33,24 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id3149346">
 <bookmark_value>Timer function</bookmark_value>
 </bookmark>
-<paragraph role="heading" id="hd_id3149346" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/sbasic/shared/03030303.xhp" name="Timer 
Function [Runtime]">Timer Function [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3156023" xml-lang="en-US" l10n="U" 
oldref="2">Returns a value that specifies the number of seconds that have 
elapsed since midnight.</paragraph>
+<paragraph role="heading" id="hd_id3149346" xml-lang="en-US" level="1" 
l10n="U"><link href="text/sbasic/shared/03030303.xhp" name="Timer Function 
[Runtime]">Timer Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3156023" xml-lang="en-US" 
l10n="U">Returns a value that specifies the number of seconds that have elapsed 
since midnight.</paragraph>
 </section>
-<paragraph role="note" id="par_id3156212" xml-lang="en-US" l10n="U" 
oldref="3">You must first declare a variable to call the Timer function and 
assign it the "Long " data type, otherwise a Date value is returned.</paragraph>
-<paragraph role="heading" id="hd_id3153768" xml-lang="en-US" level="2" 
l10n="U" oldref="4">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3161831" xml-lang="en-US" l10n="U" 
oldref="5">Timer</paragraph>
-<paragraph role="heading" id="hd_id3146975" xml-lang="en-US" level="2" 
l10n="U" oldref="6">Return value:</paragraph>
-<paragraph role="paragraph" id="par_id3146984" xml-lang="en-US" l10n="U" 
oldref="7">Date</paragraph>
-<paragraph role="heading" id="hd_id3156442" xml-lang="en-US" level="2" 
l10n="U" oldref="8">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3153951" xml-lang="en-US" l10n="U" 
oldref="9">Sub ExampleTimer</paragraph>
-<paragraph role="paragraph" id="par_id3147427" xml-lang="en-US" l10n="U" 
oldref="10">Dim lSec as long,lMin as long,lHour as long</paragraph>
-<paragraph role="paragraph" id="par_id3153092" xml-lang="en-US" l10n="U" 
oldref="11">lSec = Timer</paragraph>
-<paragraph role="paragraph" id="par_id3145748" xml-lang="en-US" l10n="U" 
oldref="12">MsgBox lSec,0,"Seconds since midnight"</paragraph>
-<paragraph role="paragraph" id="par_id3149260" xml-lang="en-US" l10n="U" 
oldref="13">lMin = lSec / 60</paragraph>
-<paragraph role="paragraph" id="par_id3148646" xml-lang="en-US" l10n="U" 
oldref="14">lSec = lSec Mod 60</paragraph>
-<paragraph role="paragraph" id="par_id3148575" xml-lang="en-US" l10n="U" 
oldref="15">lHour = lMin / 60</paragraph>
-<paragraph role="paragraph" id="par_id3150418" xml-lang="en-US" l10n="U" 
oldref="16">lMin = lMin Mod 60</paragraph>
-<paragraph role="paragraph" id="par_id3156283" xml-lang="en-US" l10n="U" 
oldref="17">MsgBox Right("00" &amp; lHour , 2) &amp; ":"&amp; Right("00" &amp; 
lMin , 2) &amp; ":" &amp; Right("00" &amp; lSec , 2) ,0,"The time 
is"</paragraph>
-<paragraph role="paragraph" id="par_id3153158" xml-lang="en-US" l10n="U" 
oldref="18">end sub</paragraph>
+<paragraph role="note" id="par_id3156212" xml-lang="en-US" l10n="U">You must 
first declare a variable to call the Timer function and assign it the "Long " 
data type, otherwise a Date value is returned.</paragraph>
+<paragraph role="heading" id="hd_id3153768" xml-lang="en-US" level="2" 
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3161831" xml-lang="en-US" 
l10n="U">Timer</paragraph>
+<paragraph role="heading" id="hd_id3146975" xml-lang="en-US" level="2" 
l10n="U">Return value:</paragraph>
+<paragraph role="paragraph" id="par_id3146984" xml-lang="en-US" 
l10n="U">Date</paragraph>
+<paragraph role="heading" id="hd_id3156442" xml-lang="en-US" level="2" 
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3153951" xml-lang="en-US" l10n="U">Sub 
ExampleTimer</paragraph>
+<paragraph role="paragraph" id="par_id3147427" xml-lang="en-US" l10n="U">Dim 
lSec as long,lMin as long,lHour as long</paragraph>
+<paragraph role="paragraph" id="par_id3153092" xml-lang="en-US" l10n="U">lSec 
= Timer</paragraph>
+<paragraph role="paragraph" id="par_id3145748" xml-lang="en-US" 
l10n="U">MsgBox lSec,0,"Seconds since midnight"</paragraph>
+<paragraph role="paragraph" id="par_id3149260" xml-lang="en-US" l10n="U">lMin 
= lSec / 60</paragraph>
+<paragraph role="paragraph" id="par_id3148646" xml-lang="en-US" l10n="U">lSec 
= lSec Mod 60</paragraph>
+<paragraph role="paragraph" id="par_id3148575" xml-lang="en-US" l10n="U">lHour 
= lMin / 60</paragraph>
+<paragraph role="paragraph" id="par_id3150418" xml-lang="en-US" l10n="U">lMin 
= lMin Mod 60</paragraph>
+<paragraph role="paragraph" id="par_id3156283" xml-lang="en-US" 
l10n="U">MsgBox Right("00" &amp; lHour , 2) &amp; ":"&amp; Right("00" &amp; 
lMin , 2) &amp; ":" &amp; Right("00" &amp; lSec , 2) ,0,"The time 
is"</paragraph>
+<paragraph role="paragraph" id="par_id3153158" xml-lang="en-US" l10n="U">end 
sub</paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/sbasic/shared/03080201.xhp 
b/main/helpcontent2/source/text/sbasic/shared/03080201.xhp
index a78c4d62a3..e41714af93 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03080201.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03080201.xhp
@@ -33,25 +33,24 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id3150616">
 <bookmark_value>Exp 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/03080201.xhp" name="Exp 
Function [Runtime]">Exp Function [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3155555" xml-lang="en-US" l10n="U" 
oldref="2">Returns the base of the natural logarithm (e = 2.718282) raised to a 
power.</paragraph>
+<paragraph role="heading" id="hd_id3150616" xml-lang="en-US" level="1" 
l10n="U"><link href="text/sbasic/shared/03080201.xhp" name="Exp Function 
[Runtime]">Exp Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3155555" xml-lang="en-US" 
l10n="U">Returns the base of the natural logarithm (e = 2.718282) raised to a 
power.</paragraph>
 </section>
-<paragraph role="heading" id="hd_id3150984" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3145315" xml-lang="en-US" l10n="U" 
oldref="4">Exp (Number)</paragraph>
-<paragraph role="heading" id="hd_id3154347" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Return value:</paragraph>
-<paragraph role="paragraph" id="par_id3149670" xml-lang="en-US" l10n="U" 
oldref="6">Double</paragraph>
-<paragraph role="heading" id="hd_id3154760" xml-lang="en-US" level="2" 
l10n="U" oldref="7">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3150793" xml-lang="en-US" l10n="U" 
oldref="8">
-<emph>Number:</emph> Any numeric expression that specifies the power that you 
want to raise "e" to (the base of natural logarithms). The power must be for 
both single-precision numbers less than or equal to 88.02969 and 
double-precision numbers less than or equal to 709.782712893, since 
$[officename] Basic returns an Overflow error for numbers exceeding these 
values.</paragraph>
+<paragraph role="heading" id="hd_id3150984" xml-lang="en-US" level="2" 
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3145315" xml-lang="en-US" l10n="U">Exp 
(Number)</paragraph>
+<paragraph role="heading" id="hd_id3154347" xml-lang="en-US" level="2" 
l10n="U">Return value:</paragraph>
+<paragraph role="paragraph" id="par_id3149670" xml-lang="en-US" 
l10n="U">Double</paragraph>
+<paragraph role="heading" id="hd_id3154760" xml-lang="en-US" level="2" 
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3150793" xml-lang="en-US" 
l10n="U"><emph>Number:</emph> Any numeric expression that specifies the power 
that you want to raise "e" to (the base of natural logarithms). The power must 
be for both single-precision numbers less than or equal to 88.02969 and 
double-precision numbers less than or equal to 709.782712893, since 
$[officename] Basic returns an Overflow error for numbers exceeding these 
values.</paragraph>
 <embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
 <embed href="text/sbasic/shared/00000003.xhp#err5"/>
-<paragraph role="heading" id="hd_id3156280" xml-lang="en-US" level="2" 
l10n="U" oldref="9">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3153193" xml-lang="en-US" l10n="U" 
oldref="10">Sub ExampleLogExp</paragraph>
-<paragraph role="paragraph" id="par_id3125864" xml-lang="en-US" l10n="U" 
oldref="11">Dim dValue as Double</paragraph>
-<paragraph role="paragraph" id="par_id3145172" xml-lang="en-US" l10n="U" 
oldref="12">const b1=12.345e12</paragraph>
-<paragraph role="paragraph" id="par_id3159254" xml-lang="en-US" l10n="U" 
oldref="13">const b2=1.345e34</paragraph>
-<paragraph role="paragraph" id="par_id3147287" xml-lang="en-US" l10n="U" 
oldref="14">dValue=Exp( Log(b1)+Log(b2) )</paragraph>
-<paragraph role="paragraph" id="par_id3161832" xml-lang="en-US" l10n="U" 
oldref="15">MsgBox "" &amp; dValue &amp; chr(13) &amp; (b1*b2) 
,0,"Multiplication by logarithm"</paragraph>
-<paragraph role="paragraph" id="par_id3151112" xml-lang="en-US" l10n="U" 
oldref="16">end sub</paragraph>
+<paragraph role="heading" id="hd_id3156280" xml-lang="en-US" level="2" 
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3153193" xml-lang="en-US" l10n="U">Sub 
ExampleLogExp</paragraph>
+<paragraph role="paragraph" id="par_id3125864" xml-lang="en-US" l10n="U">Dim 
dValue as Double</paragraph>
+<paragraph role="paragraph" id="par_id3145172" xml-lang="en-US" l10n="U">const 
b1=12.345e12</paragraph>
+<paragraph role="paragraph" id="par_id3159254" xml-lang="en-US" l10n="U">const 
b2=1.345e34</paragraph>
+<paragraph role="paragraph" id="par_id3147287" xml-lang="en-US" 
l10n="U">dValue=Exp( Log(b1)+Log(b2) )</paragraph>
+<paragraph role="paragraph" id="par_id3161832" xml-lang="en-US" 
l10n="U">MsgBox "" &amp; dValue &amp; chr(13) &amp; (b1*b2) ,0,"Multiplication 
by logarithm"</paragraph>
+<paragraph role="paragraph" id="par_id3151112" xml-lang="en-US" l10n="U">end 
sub</paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/sbasic/shared/03090302.xhp 
b/main/helpcontent2/source/text/sbasic/shared/03090302.xhp
index 5d2978f12e..7ec868be01 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03090302.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03090302.xhp
@@ -33,29 +33,27 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id3159413">
 <bookmark_value>GoTo statement</bookmark_value>
 </bookmark>
-<paragraph role="heading" id="hd_id3159413" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/sbasic/shared/03090302.xhp" name="GoTo 
Statement [Runtime]">GoTo Statement [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3153379" xml-lang="en-US" l10n="U" 
oldref="2">Continues program execution within a Sub or Function at the 
procedure line indicated by a label.</paragraph>
+<paragraph role="heading" id="hd_id3159413" xml-lang="en-US" level="1" 
l10n="U"><link href="text/sbasic/shared/03090302.xhp" name="GoTo Statement 
[Runtime]">GoTo Statement [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3153379" xml-lang="en-US" 
l10n="U">Continues program execution within a Sub or Function at the procedure 
line indicated by a label.</paragraph>
 </section>
-<paragraph role="heading" id="hd_id3149656" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3154367" xml-lang="en-US" l10n="U" 
oldref="4">see Parameters</paragraph>
-<paragraph role="heading" id="hd_id3150870" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3156214" xml-lang="en-US" l10n="U" 
oldref="6">Sub/Function</paragraph>
-<paragraph role="paragraph" id="par_id3156424" xml-lang="en-US" l10n="U" 
oldref="7">statement block</paragraph>
-<paragraph role="paragraph" id="par_id3154685" xml-lang="en-US" l10n="U" 
oldref="8"> Label1</paragraph>
-<paragraph role="paragraph" id="par_id3145786" xml-lang="en-US" l10n="U" 
oldref="9">
-<emph>Label2:</emph>
+<paragraph role="heading" id="hd_id3149656" xml-lang="en-US" level="2" 
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3154367" xml-lang="en-US" l10n="U">see 
Parameters</paragraph>
+<paragraph role="heading" id="hd_id3150870" xml-lang="en-US" level="2" 
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3156214" xml-lang="en-US" 
l10n="U">Sub/Function</paragraph>
+<paragraph role="paragraph" id="par_id3156424" xml-lang="en-US" 
l10n="U">statement block</paragraph>
+<paragraph role="paragraph" id="par_id3154685" xml-lang="en-US" l10n="U"> 
Label1</paragraph>
+<paragraph role="paragraph" id="par_id3145786" xml-lang="en-US" 
l10n="U"><emph>Label2:</emph>
 </paragraph>
-<paragraph role="paragraph" id="par_id3161832" xml-lang="en-US" l10n="U" 
oldref="10">statement block</paragraph>
-<paragraph role="paragraph" id="par_id3146120" xml-lang="en-US" l10n="U" 
oldref="11">Exit Sub</paragraph>
-<paragraph role="paragraph" id="par_id3150010" xml-lang="en-US" l10n="U" 
oldref="12">
-<emph>Label1:</emph>
+<paragraph role="paragraph" id="par_id3161832" xml-lang="en-US" 
l10n="U">statement block</paragraph>
+<paragraph role="paragraph" id="par_id3146120" xml-lang="en-US" l10n="U">Exit 
Sub</paragraph>
+<paragraph role="paragraph" id="par_id3150010" xml-lang="en-US" 
l10n="U"><emph>Label1:</emph>
 </paragraph>
-<paragraph role="paragraph" id="par_id3152462" xml-lang="en-US" l10n="U" 
oldref="13">statement block</paragraph>
-<paragraph role="paragraph" id="par_id3149664" xml-lang="en-US" l10n="U" 
oldref="14">GoTo Label2</paragraph>
-<paragraph role="paragraph" id="par_id3152886" xml-lang="en-US" l10n="U" 
oldref="15">End Sub/Function</paragraph>
-<paragraph role="paragraph" id="par_id3152596" xml-lang="en-US" l10n="U" 
oldref="16">Use the GoTo statement to instruct $[officename] Basic to continue 
program execution at another place within the procedure. The position must be 
indicated by a label. To set a label, assign a name, and then and end it with a 
colon (":").</paragraph>
-<paragraph role="warning" id="par_id3155416" xml-lang="en-US" l10n="U" 
oldref="17">You cannot use the GoTo statement to jump out of a Sub or 
Function.</paragraph>
-<paragraph role="heading" id="hd_id3154731" xml-lang="en-US" level="2" 
l10n="U" oldref="19">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3152462" xml-lang="en-US" 
l10n="U">statement block</paragraph>
+<paragraph role="paragraph" id="par_id3149664" xml-lang="en-US" l10n="U">GoTo 
Label2</paragraph>
+<paragraph role="paragraph" id="par_id3152886" xml-lang="en-US" l10n="U">End 
Sub/Function</paragraph>
+<paragraph role="paragraph" id="par_id3152596" xml-lang="en-US" l10n="U">Use 
the GoTo statement to instruct $[officename] Basic to continue program 
execution at another place within the procedure. The position must be indicated 
by a label. To set a label, assign a name, and then and end it with a colon 
(":").</paragraph>
+<paragraph role="warning" id="par_id3155416" xml-lang="en-US" l10n="U">You 
cannot use the GoTo statement to jump out of a Sub or Function.</paragraph>
+<paragraph role="heading" id="hd_id3154731" xml-lang="en-US" level="2" 
l10n="U">Example:</paragraph>
 <paragraph role="paragraph" id="par_id6967035" xml-lang="en-US" l10n="NEW">see 
Parameters</paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/sbasic/shared/03100700.xhp 
b/main/helpcontent2/source/text/sbasic/shared/03100700.xhp
index 80886609be..eb7cafeaab 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03100700.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03100700.xhp
@@ -33,23 +33,22 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id3146958">
 <bookmark_value>Const statement</bookmark_value>
 </bookmark>
-<paragraph role="heading" id="hd_id3146958" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/sbasic/shared/03100700.xhp" name="Const 
Statement [Runtime]">Const Statement [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3154143" xml-lang="en-US" l10n="U" 
oldref="2">Defines a string as a constant.</paragraph>
+<paragraph role="heading" id="hd_id3146958" xml-lang="en-US" level="1" 
l10n="U"><link href="text/sbasic/shared/03100700.xhp" name="Const Statement 
[Runtime]">Const Statement [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3154143" xml-lang="en-US" 
l10n="U">Defines a string as a constant.</paragraph>
 </section>
-<paragraph role="heading" id="hd_id3150670" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3150984" xml-lang="en-US" l10n="U" 
oldref="4">Const Text = Expression</paragraph>
-<paragraph role="heading" id="hd_id3147530" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3153897" xml-lang="en-US" l10n="U" 
oldref="6">
-<emph>Text:</emph> Any constant name that follows the standard variable naming 
conventions.</paragraph>
-<paragraph role="paragraph" id="par_id3147264" xml-lang="en-US" l10n="U" 
oldref="7">A constant is a variable that helps to improve the readability of a 
program. Constants are not defined as a specific type of variable, but rather 
are used as placeholders in the code. You can only define a constant once and 
it cannot be modified. Use the following statement to define a 
constant:</paragraph>
-<paragraph role="paragraph" id="par_id3150542" xml-lang="en-US" l10n="U" 
oldref="8">CONST ConstName=Expression</paragraph>
-<paragraph role="paragraph" id="par_id3150400" xml-lang="en-US" l10n="U" 
oldref="9">The type of expression is irrelevant. If a program is started, 
$[officename] Basic converts the program code internally so that each time a 
constant is used, the defined expression replaces it.</paragraph>
-<paragraph role="heading" id="hd_id3154366" xml-lang="en-US" level="2" 
l10n="U" oldref="10">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3145420" xml-lang="en-US" l10n="U" 
oldref="11">Sub ExampleConst</paragraph>
-<paragraph role="paragraph" id="par_id3154217" xml-lang="en-US" l10n="U" 
oldref="12">Const iVar = 1964</paragraph>
-<paragraph role="paragraph" id="par_id3156281" xml-lang="en-US" l10n="U" 
oldref="13">Msgbox iVar</paragraph>
-<paragraph role="paragraph" id="par_id3153969" xml-lang="en-US" l10n="U" 
oldref="14">Const sVar = "Program", dVar As Double = 1.00</paragraph>
-<paragraph role="paragraph" id="par_id3149560" xml-lang="en-US" l10n="U" 
oldref="15">Msgbox sVar &amp; " " &amp; dVar</paragraph>
-<paragraph role="paragraph" id="par_id3153368" xml-lang="en-US" l10n="U" 
oldref="16">end sub</paragraph>
+<paragraph role="heading" id="hd_id3150670" xml-lang="en-US" level="2" 
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3150984" xml-lang="en-US" l10n="U">Const 
Text = Expression</paragraph>
+<paragraph role="heading" id="hd_id3147530" xml-lang="en-US" level="2" 
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3153897" xml-lang="en-US" 
l10n="U"><emph>Text:</emph> Any constant name that follows the standard 
variable naming conventions.</paragraph>
+<paragraph role="paragraph" id="par_id3147264" xml-lang="en-US" l10n="U">A 
constant is a variable that helps to improve the readability of a program. 
Constants are not defined as a specific type of variable, but rather are used 
as placeholders in the code. You can only define a constant once and it cannot 
be modified. Use the following statement to define a constant:</paragraph>
+<paragraph role="paragraph" id="par_id3150542" xml-lang="en-US" l10n="U">CONST 
ConstName=Expression</paragraph>
+<paragraph role="paragraph" id="par_id3150400" xml-lang="en-US" l10n="U">The 
type of expression is irrelevant. If a program is started, $[officename] Basic 
converts the program code internally so that each time a constant is used, the 
defined expression replaces it.</paragraph>
+<paragraph role="heading" id="hd_id3154366" xml-lang="en-US" level="2" 
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3145420" xml-lang="en-US" l10n="U">Sub 
ExampleConst</paragraph>
+<paragraph role="paragraph" id="par_id3154217" xml-lang="en-US" l10n="U">Const 
iVar = 1964</paragraph>
+<paragraph role="paragraph" id="par_id3156281" xml-lang="en-US" 
l10n="U">Msgbox iVar</paragraph>
+<paragraph role="paragraph" id="par_id3153969" xml-lang="en-US" l10n="U">Const 
sVar = "Program", dVar As Double = 1.00</paragraph>
+<paragraph role="paragraph" id="par_id3149560" xml-lang="en-US" 
l10n="U">Msgbox sVar &amp; " " &amp; dVar</paragraph>
+<paragraph role="paragraph" id="par_id3153368" xml-lang="en-US" l10n="U">end 
sub</paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/sbasic/shared/03120102.xhp 
b/main/helpcontent2/source/text/sbasic/shared/03120102.xhp
index be960215f5..8e2d754645 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03120102.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03120102.xhp
@@ -33,25 +33,24 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id3149205">
 <bookmark_value>Chr function</bookmark_value>
 </bookmark>
-<paragraph role="heading" id="hd_id3149205" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/sbasic/shared/03120102.xhp" name="Chr 
Function [Runtime]">Chr Function [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3153311" xml-lang="en-US" l10n="U" 
oldref="2">Returns the character that corresponds to the specified character 
code.</paragraph>
+<paragraph role="heading" id="hd_id3149205" xml-lang="en-US" level="1" 
l10n="U"><link href="text/sbasic/shared/03120102.xhp" name="Chr Function 
[Runtime]">Chr Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3153311" xml-lang="en-US" 
l10n="U">Returns the character that corresponds to the specified character 
code.</paragraph>
 </section>
-<paragraph role="heading" id="hd_id3149514" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3150669" xml-lang="en-US" l10n="U" 
oldref="4">Chr(Expression As Integer)</paragraph>
-<paragraph role="heading" id="hd_id3143228" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Return value:</paragraph>
-<paragraph role="paragraph" id="par_id3153824" xml-lang="en-US" l10n="U" 
oldref="6">String</paragraph>
-<paragraph role="heading" id="hd_id3148944" xml-lang="en-US" level="2" 
l10n="U" oldref="7">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3149295" xml-lang="en-US" l10n="U" 
oldref="8">
-<emph>Expression:</emph> Numeric variables that represent a valid 8 bit ASCII 
value (0-255) or a 16 bit Unicode value.</paragraph>
-<paragraph role="paragraph" id="par_id3159414" xml-lang="en-US" l10n="U" 
oldref="9">Use the <emph>Chr$</emph> function to send special control sequences 
to a printer or to another output source. You can also use it to insert 
quotation marks in a string expression.</paragraph>
+<paragraph role="heading" id="hd_id3149514" xml-lang="en-US" level="2" 
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3150669" xml-lang="en-US" 
l10n="U">Chr(Expression As Integer)</paragraph>
+<paragraph role="heading" id="hd_id3143228" xml-lang="en-US" level="2" 
l10n="U">Return value:</paragraph>
+<paragraph role="paragraph" id="par_id3153824" xml-lang="en-US" 
l10n="U">String</paragraph>
+<paragraph role="heading" id="hd_id3148944" xml-lang="en-US" level="2" 
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3149295" xml-lang="en-US" 
l10n="U"><emph>Expression:</emph> Numeric variables that represent a valid 8 
bit ASCII value (0-255) or a 16 bit Unicode value.</paragraph>
+<paragraph role="paragraph" id="par_id3159414" xml-lang="en-US" l10n="U">Use 
the <emph>Chr$</emph> function to send special control sequences to a printer 
or to another output source. You can also use it to insert quotation marks in a 
string expression.</paragraph>
 <embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
 <embed href="text/sbasic/shared/00000003.xhp#err5"/>
-<paragraph role="heading" id="hd_id3154366" xml-lang="en-US" level="2" 
l10n="U" oldref="10">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3144502" xml-lang="en-US" l10n="U" 
oldref="11">sub ExampleChr</paragraph>
-<paragraph role="paragraph" id="par_id3154909" xml-lang="en-US" l10n="CHG" 
oldref="12">REM This example inserts quotation marks (ASCII value 34) in a 
string.</paragraph>
-<paragraph role="paragraph" id="par_id3151380" xml-lang="en-US" l10n="U" 
oldref="13">MsgBox "A "+ Chr$(34)+"short" + Chr$(34)+" trip."</paragraph>
-<paragraph role="paragraph" id="par_id3145174" xml-lang="en-US" l10n="U" 
oldref="14">REM The printout appears in the dialog as: A "short" 
trip.</paragraph>
-<paragraph role="paragraph" id="par_id3154685" xml-lang="en-US" l10n="U" 
oldref="15">end sub</paragraph>
+<paragraph role="heading" id="hd_id3154366" xml-lang="en-US" level="2" 
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3144502" xml-lang="en-US" l10n="U">sub 
ExampleChr</paragraph>
+<paragraph role="paragraph" id="par_id3154909" xml-lang="en-US" l10n="CHG">REM 
This example inserts quotation marks (ASCII value 34) in a string.</paragraph>
+<paragraph role="paragraph" id="par_id3151380" xml-lang="en-US" 
l10n="U">MsgBox "A "+ Chr$(34)+"short" + Chr$(34)+" trip."</paragraph>
+<paragraph role="paragraph" id="par_id3145174" xml-lang="en-US" l10n="U">REM 
The printout appears in the dialog as: A "short" trip.</paragraph>
+<paragraph role="paragraph" id="par_id3154685" xml-lang="en-US" l10n="U">end 
sub</paragraph>
 <section id="relatedtopics">
 <paragraph role="paragraph" id="par_idN10668" xml-lang="en-US" 
l10n="NEW"><link href="text/sbasic/shared/03120101.xhp">ASC</link></paragraph>
 </section>
diff --git a/main/helpcontent2/source/text/sbasic/shared/03120202.xhp 
b/main/helpcontent2/source/text/sbasic/shared/03120202.xhp
index 98fb96ed0e..beb9bbc2e5 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03120202.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03120202.xhp
@@ -33,29 +33,26 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id3147291">
 <bookmark_value>String function</bookmark_value>
 </bookmark>
-<paragraph role="heading" id="hd_id3147291" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/sbasic/shared/03120202.xhp" name="String 
Function [Runtime]">String Function [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3147242" xml-lang="en-US" l10n="U" 
oldref="2">Creates a string according to the specified character, or the first 
character of a string expression that is passed to the function.</paragraph>
+<paragraph role="heading" id="hd_id3147291" xml-lang="en-US" level="1" 
l10n="U"><link href="text/sbasic/shared/03120202.xhp" name="String Function 
[Runtime]">String Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3147242" xml-lang="en-US" 
l10n="U">Creates a string according to the specified character, or the first 
character of a string expression that is passed to the function.</paragraph>
 </section>
-<paragraph role="heading" id="hd_id3149516" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3149233" xml-lang="en-US" l10n="CHG" 
oldref="4">String (n As Long, {expression As Integer | character As 
String})</paragraph>
-<paragraph role="heading" id="hd_id3143270" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Return value:</paragraph>
-<paragraph role="paragraph" id="par_id3147530" xml-lang="en-US" l10n="U" 
oldref="6">String</paragraph>
-<paragraph role="heading" id="hd_id3154923" xml-lang="en-US" level="2" 
l10n="U" oldref="7">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3154347" xml-lang="en-US" l10n="CHG" 
oldref="8">
-<emph>n:</emph> Numeric expression that indicates the number of characters to 
return in the string. The maximum allowed value of n is 65535.</paragraph>
-<paragraph role="paragraph" id="par_id3148664" xml-lang="en-US" l10n="U" 
oldref="9">
-<emph>Expression:</emph> Numeric expression that defines the ASCII code for 
the character.</paragraph>
-<paragraph role="paragraph" id="par_id3150359" xml-lang="en-US" l10n="U" 
oldref="10">
-<emph>Character:</emph> Any single character used to build the return string, 
or any string of which only the first character will be used.</paragraph>
+<paragraph role="heading" id="hd_id3149516" xml-lang="en-US" level="2" 
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3149233" xml-lang="en-US" 
l10n="CHG">String (n As Long, {expression As Integer | character As 
String})</paragraph>
+<paragraph role="heading" id="hd_id3143270" xml-lang="en-US" level="2" 
l10n="U">Return value:</paragraph>
+<paragraph role="paragraph" id="par_id3147530" xml-lang="en-US" 
l10n="U">String</paragraph>
+<paragraph role="heading" id="hd_id3154923" xml-lang="en-US" level="2" 
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3154347" xml-lang="en-US" 
l10n="CHG"><emph>n:</emph> Numeric expression that indicates the number of 
characters to return in the string. The maximum allowed value of n is 
65535.</paragraph>
+<paragraph role="paragraph" id="par_id3148664" xml-lang="en-US" 
l10n="U"><emph>Expression:</emph> Numeric expression that defines the ASCII 
code for the character.</paragraph>
+<paragraph role="paragraph" id="par_id3150359" xml-lang="en-US" 
l10n="U"><emph>Character:</emph> Any single character used to build the return 
string, or any string of which only the first character will be 
used.</paragraph>
 <embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
 <embed href="text/sbasic/shared/00000003.xhp#err5"/>
-<paragraph role="heading" id="hd_id3152920" xml-lang="en-US" level="2" 
l10n="U" oldref="11">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3149203" xml-lang="en-US" l10n="U" 
oldref="12">Sub ExampleString</paragraph>
-<paragraph role="paragraph" id="par_id3154124" xml-lang="en-US" l10n="U" 
oldref="13">Dim sText as String</paragraph>
-<paragraph role="paragraph" id="par_id3147230" xml-lang="en-US" l10n="U" 
oldref="15">sText = String(10,"A")</paragraph>
-<paragraph role="paragraph" id="par_id3153970" xml-lang="en-US" l10n="U" 
oldref="16">Msgbox sText</paragraph>
-<paragraph role="paragraph" id="par_id3145785" xml-lang="en-US" l10n="U" 
oldref="18">sText = String(10,65)</paragraph>
-<paragraph role="paragraph" id="par_id3147288" xml-lang="en-US" l10n="U" 
oldref="19">Msgbox sText</paragraph>
-<paragraph role="paragraph" id="par_id3153138" xml-lang="en-US" l10n="U" 
oldref="24">End Sub</paragraph>
+<paragraph role="heading" id="hd_id3152920" xml-lang="en-US" level="2" 
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3149203" xml-lang="en-US" l10n="U">Sub 
ExampleString</paragraph>
+<paragraph role="paragraph" id="par_id3154124" xml-lang="en-US" l10n="U">Dim 
sText as String</paragraph>
+<paragraph role="paragraph" id="par_id3147230" xml-lang="en-US" l10n="U">sText 
= String(10,"A")</paragraph>
+<paragraph role="paragraph" id="par_id3153970" xml-lang="en-US" 
l10n="U">Msgbox sText</paragraph>
+<paragraph role="paragraph" id="par_id3145785" xml-lang="en-US" l10n="U">sText 
= String(10,65)</paragraph>
+<paragraph role="paragraph" id="par_id3147288" xml-lang="en-US" 
l10n="U">Msgbox sText</paragraph>
+<paragraph role="paragraph" id="par_id3153138" xml-lang="en-US" l10n="U">End 
Sub</paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/scalc/01/05050100.xhp 
b/main/helpcontent2/source/text/scalc/01/05050100.xhp
index 42a07b4649..72986a2a43 100644
--- a/main/helpcontent2/source/text/scalc/01/05050100.xhp
+++ b/main/helpcontent2/source/text/scalc/01/05050100.xhp
@@ -39,8 +39,8 @@
 <bookmark xml-lang="en-US" branch="hid/.uno:Name" id="bm_id3153252" 
localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:RenameTable" id="bm_id9504501" 
localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:RenameTable" id="bm_id3159400" 
localize="false"/>
-<paragraph role="heading" id="hd_id3147336" xml-lang="en-US" level="1" 
l10n="U" oldref="1">Rename Sheet</paragraph>
-<paragraph role="paragraph" id="par_id3150792" xml-lang="en-US" l10n="U" 
oldref="2"><variable id="umbenennentext"><ahelp hid=".uno:RenameTable">This 
command opens a dialog where you can assign a different name to the current 
sheet.</ahelp>
+<paragraph role="heading" id="hd_id3147336" xml-lang="en-US" level="1" 
l10n="U">Rename Sheet</paragraph>
+<paragraph role="paragraph" id="par_id3150792" xml-lang="en-US" 
l10n="U"><variable id="umbenennentext"><ahelp hid=".uno:RenameTable">This 
command opens a dialog where you can assign a different name to the current 
sheet.</ahelp>
 </variable></paragraph>
 <section id="howtoget">
 <embed href="text/scalc/00/00000405.xhp#fotu"/>
@@ -48,10 +48,10 @@
 <bookmark xml-lang="en-US" branch="hid/SC_HID_SC_RENAME_NAME" 
id="bm_id3156280" localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/sc:Edit:RID_SCDLG_STRINPUT:ED_INPUT" 
id="bm_id3154908" localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/SC_HID_SC_APPEND_NAME" 
id="bm_id3151041" localize="false"/>
-<paragraph role="heading" id="hd_id3153968" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Name</paragraph>
+<paragraph role="heading" id="hd_id3153968" xml-lang="en-US" level="2" 
l10n="U">Name</paragraph>
 <paragraph role="paragraph" id="par_id3155131" xml-lang="en-US" 
l10n="C"><ahelp hid="HID_SC_APPEND_NAME">Enter a new name for the sheet 
here.</ahelp></paragraph>
-<paragraph role="tip" id="par_id3153092" xml-lang="en-US" l10n="U" 
oldref="5">You can also open the <emph>Rename Sheet</emph> dialog through the 
context menu by positioning the mouse pointer over a sheet tab at the bottom of 
the window and <switchinline select="sys"><caseinline select="MAC">clicking 
while pressing Control</caseinline><defaultinline>clicking the right mouse 
button</defaultinline></switchinline>.</paragraph>
-<paragraph role="tip" id="par_id3147396" xml-lang="en-US" l10n="U" 
oldref="6">Alternatively, click the sheet tab while pressing the <switchinline 
select="sys"><caseinline 
select="MAC">Command</caseinline><defaultinline>Alt</defaultinline></switchinline>
 key. Now you can change the name directly. <switchinline 
select="sys"><caseinline select="UNIX"><embedvar 
href="text/shared/00/00000099.xhp#winmanager"/>
+<paragraph role="tip" id="par_id3153092" xml-lang="en-US" l10n="U">You can 
also open the <emph>Rename Sheet</emph> dialog through the context menu by 
positioning the mouse pointer over a sheet tab at the bottom of the window and 
<switchinline select="sys"><caseinline select="MAC">clicking while pressing 
Control</caseinline><defaultinline>clicking the right mouse 
button</defaultinline></switchinline>.</paragraph>
+<paragraph role="tip" id="par_id3147396" xml-lang="en-US" 
l10n="U">Alternatively, click the sheet tab while pressing the <switchinline 
select="sys"><caseinline 
select="MAC">Command</caseinline><defaultinline>Alt</defaultinline></switchinline>
 key. Now you can change the name directly. <switchinline 
select="sys"><caseinline select="UNIX"><embedvar 
href="text/shared/00/00000099.xhp#winmanager"/>
 </caseinline></switchinline></paragraph>
 <section id="relatedtopics">
 <embed href="text/scalc/guide/rename_table.xhp#rename_table"/>
diff --git a/main/helpcontent2/source/text/scalc/01/12010000.xhp 
b/main/helpcontent2/source/text/scalc/01/12010000.xhp
index ec401e5208..08358c644e 100644
--- a/main/helpcontent2/source/text/scalc/01/12010000.xhp
+++ b/main/helpcontent2/source/text/scalc/01/12010000.xhp
@@ -31,26 +31,26 @@
 <body>
 <bookmark xml-lang="en-US" branch="hid/.uno:DefineDBName" id="bm_id6632476" 
localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:DefineDBName" id="bm_id3147335" 
localize="false"/>
-<paragraph role="heading" id="hd_id3157909" xml-lang="en-US" level="1" 
l10n="U" oldref="1">Define Database Range</paragraph>
-<paragraph role="paragraph" id="par_id3155922" xml-lang="en-US" l10n="U" 
oldref="2"><variable id="bereichtext"><ahelp hid=".uno:DefineDBName">Defines a 
database range based on the selected cells in your sheet.</ahelp>
+<paragraph role="heading" id="hd_id3157909" xml-lang="en-US" level="1" 
l10n="U">Define Database Range</paragraph>
+<paragraph role="paragraph" id="par_id3155922" xml-lang="en-US" 
l10n="U"><variable id="bereichtext"><ahelp hid=".uno:DefineDBName">Defines a 
database range based on the selected cells in your sheet.</ahelp>
 </variable></paragraph>
-<paragraph role="paragraph" id="par_id3149456" xml-lang="en-US" l10n="U" 
oldref="5">You can only select a rectangular cell range.</paragraph>
+<paragraph role="paragraph" id="par_id3149456" xml-lang="en-US" l10n="U">You 
can only select a rectangular cell range.</paragraph>
 <section id="howtoget">
 <embed href="text/scalc/00/00000412.xhp#dbrbf"/>
 </section>
 <bookmark xml-lang="en-US" branch="hid/sc:ComboBox:RID_SCDLG_DBNAMES:ED_NAME" 
id="bm_id3150868" localize="false"/>
-<paragraph role="heading" id="hd_id3156422" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Name</paragraph>
-<paragraph role="paragraph" id="par_id3150770" xml-lang="en-US" l10n="U" 
oldref="4"><ahelp hid="SC:COMBOBOX:RID_SCDLG_DBNAMES:ED_NAME">Enter a name for 
the database range that you want to define, or select an existing name from the 
list.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3156422" xml-lang="en-US" level="2" 
l10n="U">Name</paragraph>
+<paragraph role="paragraph" id="par_id3150770" xml-lang="en-US" 
l10n="U"><ahelp hid="SC:COMBOBOX:RID_SCDLG_DBNAMES:ED_NAME">Enter a name for 
the database range that you want to define, or select an existing name from the 
list.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/sc:Edit:RID_SCDLG_DBNAMES:ED_DBAREA" 
id="bm_id3155133" localize="false"/>
-<paragraph role="heading" id="hd_id3147228" xml-lang="en-US" level="2" 
l10n="U" oldref="6">Range</paragraph>
-<paragraph role="paragraph" id="par_id3150441" xml-lang="en-US" l10n="U" 
oldref="7"><ahelp hid="SC:EDIT:RID_SCDLG_DBNAMES:ED_DBAREA">Displays the 
selected cell range.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3147228" xml-lang="en-US" level="2" 
l10n="U">Range</paragraph>
+<paragraph role="paragraph" id="par_id3150441" xml-lang="en-US" 
l10n="U"><ahelp hid="SC:EDIT:RID_SCDLG_DBNAMES:ED_DBAREA">Displays the selected 
cell range.</ahelp></paragraph>
 <embed href="text/shared/00/00000001.xhp#eingabesymbol"/>
 <bookmark xml-lang="en-US" 
branch="hid/sc:PushButton:RID_SCDLG_DBNAMES:BTN_ADD" id="bm_id3153951" 
localize="false"/>
-<paragraph role="heading" id="hd_id3153188" xml-lang="en-US" level="2" 
l10n="U" oldref="10">Add/Modify</paragraph>
-<paragraph role="paragraph" id="par_id3153726" xml-lang="en-US" l10n="U" 
oldref="11"><ahelp hid="SC:PUSHBUTTON:RID_SCDLG_DBNAMES:BTN_ADD">Adds the 
selected cell range to the database range list, or modifies an existing 
database range.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153188" xml-lang="en-US" level="2" 
l10n="U">Add/Modify</paragraph>
+<paragraph role="paragraph" id="par_id3153726" xml-lang="en-US" 
l10n="U"><ahelp hid="SC:PUSHBUTTON:RID_SCDLG_DBNAMES:BTN_ADD">Adds the selected 
cell range to the database range list, or modifies an existing database 
range.</ahelp></paragraph>
 <embed href="text/shared/00/00000001.xhp#loeschen"/>
 <bookmark xml-lang="en-US" 
branch="hid/sc:MoreButton:RID_SCDLG_DBNAMES:BTN_MORE" id="bm_id3152596" 
localize="false"/>
-<paragraph role="heading" id="hd_id3150010" xml-lang="en-US" level="2" 
l10n="U" oldref="12">More</paragraph>
-<paragraph role="paragraph" id="par_id3153144" xml-lang="en-US" l10n="U" 
oldref="13"><ahelp hid="SC:MOREBUTTON:RID_SCDLG_DBNAMES:BTN_MORE">Shows 
additional <link href="text/scalc/01/12010100.xhp" 
name="options">options</link>.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3150010" xml-lang="en-US" level="2" 
l10n="U">More</paragraph>
+<paragraph role="paragraph" id="par_id3153144" xml-lang="en-US" 
l10n="U"><ahelp hid="SC:MOREBUTTON:RID_SCDLG_DBNAMES:BTN_MORE">Shows additional 
<link href="text/scalc/01/12010100.xhp" 
name="options">options</link>.</ahelp></paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/scalc/01/12010100.xhp 
b/main/helpcontent2/source/text/scalc/01/12010100.xhp
index c3531b7e4d..e52681fd15 100644
--- a/main/helpcontent2/source/text/scalc/01/12010100.xhp
+++ b/main/helpcontent2/source/text/scalc/01/12010100.xhp
@@ -29,22 +29,22 @@
 </topic>
 </meta>
 <body>
-<paragraph role="heading" level="1" id="hd_id3154760" l10n="U" 
xml-lang="en-US" oldref="1">Options</paragraph>
+<paragraph role="heading" level="1" id="hd_id3154760" l10n="U" 
xml-lang="en-US">Options</paragraph>
 <bookmark branch="hid/sc:CheckBox:RID_SCDLG_DBNAMES:BTN_HEADER" 
xml-lang="en-US" id="bm_id3150399"/>
-<paragraph role="heading" level="3" id="hd_id3153379" l10n="U" 
xml-lang="en-US" oldref="3">Contains column labels</paragraph>
-<paragraph l10n="U" role="paragraph" id="par_id3148798" xml-lang="en-US" 
oldref="4"><ahelp hid="SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_HEADER" 
visibility="visible">Selected cell ranges contains labels.</ahelp></paragraph>
+<paragraph role="heading" level="3" id="hd_id3153379" l10n="U" 
xml-lang="en-US">Contains column labels</paragraph>
+<paragraph l10n="U" role="paragraph" id="par_id3148798" 
xml-lang="en-US"><ahelp hid="SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_HEADER" 
visibility="visible">Selected cell ranges contains labels.</ahelp></paragraph>
 <bookmark branch="hid/sc:CheckBox:RID_SCDLG_DBNAMES:BTN_SIZE" xml-lang="en-US" 
id="bm_id3156422"/>
-<paragraph role="heading" level="3" id="hd_id3153970" l10n="U" 
xml-lang="en-US" oldref="5">Insert or delete cells</paragraph>
-<paragraph l10n="U" xml-lang="en-US" oldref="6" role="paragraph" 
id="par_id3154684"><ahelp hid="SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_SIZE" 
visibility="visible">Automatically inserts new rows and columns into the 
database range in your document when new records are added to the 
database.</ahelp> To manually update the database range, choose <emph>Data - 
Refresh Range</emph>.</paragraph>
+<paragraph role="heading" level="3" id="hd_id3153970" l10n="U" 
xml-lang="en-US">Insert or delete cells</paragraph>
+<paragraph l10n="U" xml-lang="en-US" role="paragraph" 
id="par_id3154684"><ahelp hid="SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_SIZE" 
visibility="visible">Automatically inserts new rows and columns into the 
database range in your document when new records are added to the 
database.</ahelp> To manually update the database range, choose <emph>Data - 
Refresh Range</emph>.</paragraph>
 <bookmark branch="hid/sc:CheckBox:RID_SCDLG_DBNAMES:BTN_FORMAT" 
xml-lang="en-US" id="bm_id3151117"/>
-<paragraph role="heading" level="3" id="hd_id3153768" l10n="U" 
xml-lang="en-US" oldref="7">Keep formatting</paragraph>
-<paragraph l10n="U" role="paragraph" id="par_id3147435" xml-lang="en-US" 
oldref="8"><ahelp hid="SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_FORMAT" 
visibility="visible">Applies the existing cell format of headers and first data 
row to the whole database range.</ahelp></paragraph>
+<paragraph role="heading" level="3" id="hd_id3153768" l10n="U" 
xml-lang="en-US">Keep formatting</paragraph>
+<paragraph l10n="U" role="paragraph" id="par_id3147435" 
xml-lang="en-US"><ahelp hid="SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_FORMAT" 
visibility="visible">Applies the existing cell format of headers and first data 
row to the whole database range.</ahelp></paragraph>
 <bookmark branch="hid/sc:CheckBox:RID_SCDLG_DBNAMES:BTN_STRIPDATA" 
xml-lang="en-US" id="bm_id3145748"/>
-<paragraph role="heading" level="3" id="hd_id3155856" l10n="U" 
xml-lang="en-US" oldref="9">Don't save imported data</paragraph>
-<paragraph l10n="U" role="paragraph" id="par_id3153363" xml-lang="en-US" 
oldref="10"><ahelp hid="SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_STRIPDATA" 
visibility="visible">Only saves a reference to the database, and not the 
contents of the cells.</ahelp></paragraph>
-<paragraph role="heading" level="3" id="hd_id3147428" l10n="U" 
xml-lang="en-US" oldref="11">Source:</paragraph>
-<paragraph role="paragraph" id="par_id3148576" l10n="U" xml-lang="en-US" 
oldref="12">Displays information about the current database source and any 
existing operators.</paragraph>
-<paragraph role="heading" level="2" id="hd_id3146976" l10n="U" 
xml-lang="en-US" oldref="13">Less</paragraph>
-<paragraph role="paragraph" id="par_id3149664" l10n="U" xml-lang="en-US" 
oldref="14">Hides the additional options.</paragraph>
+<paragraph role="heading" level="3" id="hd_id3155856" l10n="U" 
xml-lang="en-US">Don't save imported data</paragraph>
+<paragraph l10n="U" role="paragraph" id="par_id3153363" 
xml-lang="en-US"><ahelp hid="SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_STRIPDATA" 
visibility="visible">Only saves a reference to the database, and not the 
contents of the cells.</ahelp></paragraph>
+<paragraph role="heading" level="3" id="hd_id3147428" l10n="U" 
xml-lang="en-US">Source:</paragraph>
+<paragraph role="paragraph" id="par_id3148576" l10n="U" 
xml-lang="en-US">Displays information about the current database source and any 
existing operators.</paragraph>
+<paragraph role="heading" level="2" id="hd_id3146976" l10n="U" 
xml-lang="en-US">Less</paragraph>
+<paragraph role="paragraph" id="par_id3149664" l10n="U" xml-lang="en-US">Hides 
the additional options.</paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/scalc/01/12090104.xhp 
b/main/helpcontent2/source/text/scalc/01/12090104.xhp
index 47685fbcaf..f0ee8030e1 100644
--- a/main/helpcontent2/source/text/scalc/01/12090104.xhp
+++ b/main/helpcontent2/source/text/scalc/01/12090104.xhp
@@ -29,25 +29,25 @@
 </topic>
 </meta>
 <body>
-<paragraph id="hd_id3149119" role="heading" level="1" oldref="1" l10n="U" 
xml-lang="en-US"><link href="text/scalc/01/12090104.xhp" 
name="Options">Options</link></paragraph>
-<paragraph l10n="U" role="paragraph" id="par_id3147102" xml-lang="en-US" 
oldref="2"><variable id="zusaetzetext"><ahelp hid="" 
visibility="visible">Displays or hides additional filtering 
options.</ahelp></variable></paragraph>
-<paragraph role="heading" level="2" id="hd_id3147008" l10n="U" 
xml-lang="en-US" oldref="3">Options</paragraph>
+<paragraph id="hd_id3149119" role="heading" level="1" l10n="U" 
xml-lang="en-US"><link href="text/scalc/01/12090104.xhp" 
name="Options">Options</link></paragraph>
+<paragraph l10n="U" role="paragraph" id="par_id3147102" 
xml-lang="en-US"><variable id="zusaetzetext"><ahelp hid="" 
visibility="visible">Displays or hides additional filtering 
options.</ahelp></variable></paragraph>
+<paragraph role="heading" level="2" id="hd_id3147008" l10n="U" 
xml-lang="en-US">Options</paragraph>
 <bookmark branch="hid/sc:CheckBox:RID_SCDLG_PIVOTFILTER:BTN_CASE" 
xml-lang="en-US" id="bm_id3153562"/>
-<paragraph role="heading" level="3" id="hd_id3153662" l10n="U" 
xml-lang="en-US" oldref="5">Case sensitive</paragraph>
-<paragraph role="paragraph" id="par_id3145673" l10n="U" xml-lang="en-US" 
oldref="6">Distinguishes between uppercase and lowercase letters.</paragraph>
+<paragraph role="heading" level="3" id="hd_id3153662" l10n="U" 
xml-lang="en-US">Case sensitive</paragraph>
+<paragraph role="paragraph" id="par_id3145673" l10n="U" 
xml-lang="en-US">Distinguishes between uppercase and lowercase 
letters.</paragraph>
 <bookmark branch="hid/sc:CheckBox:RID_SCDLG_PIVOTFILTER:BTN_REGEXP" 
xml-lang="en-US" id="bm_id3153881"/>
-<paragraph role="heading" level="3" id="hd_id3156327" l10n="U" 
xml-lang="en-US" oldref="7">Regular Expression</paragraph>
-<paragraph role="paragraph" id="par_id3151245" l10n="U" xml-lang="en-US" 
oldref="8">Allows you to use wildcards in the filter definition.</paragraph>
-<paragraph xml-lang="en-US" role="paragraph" id="par_id3147264" l10n="U" 
oldref="29">If the <emph>Regular Expression</emph> check box is selected, you 
can use EQUAL (=) and NOT EQUAL (&lt;&gt;) also in comparisons. You can also 
use the following functions: DCOUNTA, DGET, MATCH, COUNTIF, SUMIF, LOOKUP, 
VLOOKUP and HLOOKUP.</paragraph>
+<paragraph role="heading" level="3" id="hd_id3156327" l10n="U" 
xml-lang="en-US">Regular Expression</paragraph>
+<paragraph role="paragraph" id="par_id3151245" l10n="U" 
xml-lang="en-US">Allows you to use wildcards in the filter 
definition.</paragraph>
+<paragraph xml-lang="en-US" role="paragraph" id="par_id3147264" l10n="U">If 
the <emph>Regular Expression</emph> check box is selected, you can use EQUAL 
(=) and NOT EQUAL (&lt;&gt;) also in comparisons. You can also use the 
following functions: DCOUNTA, DGET, MATCH, COUNTIF, SUMIF, LOOKUP, VLOOKUP and 
HLOOKUP.</paragraph>
 <bookmark branch="hid/sc:CheckBox:RID_SCDLG_PIVOTFILTER:BTN_UNIQUE" 
xml-lang="en-US" id="bm_id3150541"/>
-<paragraph role="heading" level="3" id="hd_id3153379" l10n="U" 
xml-lang="en-US" oldref="30">Unique records only</paragraph>
-<paragraph role="paragraph" id="par_id3154138" l10n="U" xml-lang="en-US" 
oldref="31">Excludes duplicate rows in the list of filtered data.</paragraph>
-<paragraph role="heading" level="2" id="hd_id3156282" l10n="U" 
xml-lang="en-US" oldref="32">Data area</paragraph>
-<paragraph role="paragraph" id="par_id3150768" l10n="U" xml-lang="en-US" 
oldref="33">Displays the name of the filtered data area in the 
table.</paragraph>
-<paragraph role="heading" level="2" id="hd_id3156424" l10n="U" 
xml-lang="en-US" oldref="34">More&lt;&lt;</paragraph>
-<paragraph role="paragraph" id="par_id3125864" l10n="U" xml-lang="en-US" 
oldref="35">Hides the additional options.</paragraph>
+<paragraph role="heading" level="3" id="hd_id3153379" l10n="U" 
xml-lang="en-US">Unique records only</paragraph>
+<paragraph role="paragraph" id="par_id3154138" l10n="U" 
xml-lang="en-US">Excludes duplicate rows in the list of filtered 
data.</paragraph>
+<paragraph role="heading" level="2" id="hd_id3156282" l10n="U" 
xml-lang="en-US">Data area</paragraph>
+<paragraph role="paragraph" id="par_id3150768" l10n="U" 
xml-lang="en-US">Displays the name of the filtered data area in the 
table.</paragraph>
+<paragraph role="heading" level="2" id="hd_id3156424" l10n="U" 
xml-lang="en-US">More&lt;&lt;</paragraph>
+<paragraph role="paragraph" id="par_id3125864" l10n="U" xml-lang="en-US">Hides 
the additional options.</paragraph>
 <section id="relatedtopics">
-<paragraph l10n="C" role="paragraph" id="par_id3154011" xml-lang="en-US" 
oldref=""><link href="text/shared/01/02100001.xhp" name="List of Regular 
Expressions">List of Regular Expressions</link></paragraph>
+<paragraph l10n="C" role="paragraph" id="par_id3154011" xml-lang="en-US"><link 
href="text/shared/01/02100001.xhp" name="List of Regular Expressions">List of 
Regular Expressions</link></paragraph>
 </section>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/scalc/guide/sorted_list.xhp 
b/main/helpcontent2/source/text/scalc/guide/sorted_list.xhp
index 619713ab8c..1ca908611f 100644
--- a/main/helpcontent2/source/text/scalc/guide/sorted_list.xhp
+++ b/main/helpcontent2/source/text/scalc/guide/sorted_list.xhp
@@ -40,15 +40,15 @@
 <bookmark_value>customized lists</bookmark_value>
 </bookmark>
 <comment>mw deleted "applying;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3150870" role="heading" level="1" 
l10n="U" oldref="3"><variable id="sorted_list"><link 
href="text/scalc/guide/sorted_list.xhp" name="Applying Sort Lists">Applying 
Sort Lists</link> 
+<paragraph xml-lang="en-US" id="hd_id3150870" role="heading" level="1" 
l10n="U"><variable id="sorted_list"><link 
href="text/scalc/guide/sorted_list.xhp" name="Applying Sort Lists">Applying 
Sort Lists</link> 
 </variable></paragraph>
-<paragraph xml-lang="en-US" id="par_id3159154" role="paragraph" l10n="U" 
oldref="7">Sort lists allow you to type one piece of information in a cell, 
then drag it to fill in a consecutive list of items.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3148645" role="paragraph" l10n="U" 
oldref="4">For example, enter the text "Jan" or "January" in an empty cell. 
Select the cell and click the mouse on the lower right corner of the cell 
border. Then drag the selected cell a few cells to the right or downwards. When 
you release the mouse button, the highlighted cells will be filled with the 
names of the months.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3159154" role="paragraph" l10n="U">Sort 
lists allow you to type one piece of information in a cell, then drag it to 
fill in a consecutive list of items.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3148645" role="paragraph" l10n="U">For 
example, enter the text "Jan" or "January" in an empty cell. Select the cell 
and click the mouse on the lower right corner of the cell border. Then drag the 
selected cell a few cells to the right or downwards. When you release the mouse 
button, the highlighted cells will be filled with the names of the 
months.</paragraph>
 <paragraph xml-lang="en-US" id="par_id2367931" role="paragraph" 
l10n="NEW">Hold down <switchinline select="sys"><caseinline 
select="MAC">Command </caseinline><defaultinline>Ctrl 
</defaultinline></switchinline>if you do not want to fill the cells with 
different values.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3152577" role="paragraph" l10n="U" 
oldref="5">The predefined series can be found under <emph><switchinline 
select="sys"><caseinline select="MAC">%PRODUCTNAME - 
Preferences</caseinline><defaultinline>Tools - 
Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</emph>. 
You can also create your own lists of text strings tailored to your needs, such 
as a list of your company's branch offices. When you use the information in 
these lists [...]
+<paragraph xml-lang="en-US" id="par_id3152577" role="paragraph" l10n="U">The 
predefined series can be found under <emph><switchinline 
select="sys"><caseinline select="MAC">%PRODUCTNAME - 
Preferences</caseinline><defaultinline>Tools - 
Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</emph>. 
You can also create your own lists of text strings tailored to your needs, such 
as a list of your company's branch offices. When you use the information in 
these lists later (for [...]
 <section id="relatedtopics">
 <embed href="text/scalc/guide/calc_series.xhp#calc_series"/>
-<paragraph xml-lang="en-US" id="par_id3147434" role="paragraph" l10n="U" 
oldref="6"><link href="text/shared/optionen/01060400.xhp" name="Sort 
lists">Sort lists</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id3147434" role="paragraph" l10n="U"><link 
href="text/shared/optionen/01060400.xhp" name="Sort lists">Sort 
lists</link></paragraph>
 </section>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/scalc/main0112.xhp 
b/main/helpcontent2/source/text/scalc/main0112.xhp
index e5ce1d9cc6..69ccdd4810 100644
--- a/main/helpcontent2/source/text/scalc/main0112.xhp
+++ b/main/helpcontent2/source/text/scalc/main0112.xhp
@@ -31,29 +31,29 @@
 <body>
 <section id="daten">
 <bookmark xml-lang="en-US" branch="hid/.uno:DataMenu" id="bm_id9612414" 
localize="false"/>
-<paragraph role="heading" id="hd_id3153254" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/scalc/main0112.xhp" 
name="Data">Data</link></paragraph>
-<paragraph role="paragraph" id="par_id3147264" xml-lang="en-US" l10n="CHG" 
oldref="2"><ahelp hid=".">Use the <emph>Data</emph> menu commands to edit the 
data in the current sheet. You can define ranges, sort and filter the data, 
calculate results, outline data, and create a pivot table.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153254" xml-lang="en-US" level="1" 
l10n="U"><link href="text/scalc/main0112.xhp" 
name="Data">Data</link></paragraph>
+<paragraph role="paragraph" id="par_id3147264" xml-lang="en-US" 
l10n="CHG"><ahelp hid=".">Use the <emph>Data</emph> menu commands to edit the 
data in the current sheet. You can define ranges, sort and filter the data, 
calculate results, outline data, and create a pivot table.</ahelp></paragraph>
 </section>
-<paragraph role="heading" id="hd_id3150400" xml-lang="en-US" level="2" 
l10n="U" oldref="3"><link href="text/scalc/01/12010000.xhp" name="Define 
Range">Define Range</link></paragraph>
+<paragraph role="heading" id="hd_id3150400" xml-lang="en-US" level="2" 
l10n="U"><link href="text/scalc/01/12010000.xhp" name="Define Range">Define 
Range</link></paragraph>
 <embed href="text/scalc/01/12010000.xhp#bereichtext"/>
-<paragraph role="heading" id="hd_id3125863" xml-lang="en-US" level="2" 
l10n="U" oldref="4"><link href="text/scalc/01/12020000.xhp" name="Select 
Range">Select Range</link></paragraph>
+<paragraph role="heading" id="hd_id3125863" xml-lang="en-US" level="2" 
l10n="U"><link href="text/scalc/01/12020000.xhp" name="Select Range">Select 
Range</link></paragraph>
 <embed href="text/scalc/01/12020000.xhp#bereichwaehlen"/>
-<paragraph role="heading" id="hd_id3153726" xml-lang="en-US" level="2" 
l10n="U" oldref="5"><link href="text/scalc/01/12030000.xhp" 
name="Sort">Sort</link></paragraph>
+<paragraph role="heading" id="hd_id3153726" xml-lang="en-US" level="2" 
l10n="U"><link href="text/scalc/01/12030000.xhp" 
name="Sort">Sort</link></paragraph>
 <embed href="text/scalc/01/12030000.xhp#sorttext"/>
 <embed href="text/scalc/01/12040000.xhp#filter"/>
-<paragraph role="heading" id="hd_id3153142" xml-lang="en-US" level="2" 
l10n="U" oldref="6"><link href="text/scalc/01/12050000.xhp" 
name="Subtotals">Subtotals</link></paragraph>
+<paragraph role="heading" id="hd_id3153142" xml-lang="en-US" level="2" 
l10n="U"><link href="text/scalc/01/12050000.xhp" 
name="Subtotals">Subtotals</link></paragraph>
 <embed href="text/scalc/01/12050000.xhp#teilergebnisse"/>
-<paragraph role="heading" id="hd_id3151073" xml-lang="en-US" level="2" 
l10n="U" oldref="10"><link href="text/scalc/01/12120000.xhp" 
name="Validity">Validity</link></paragraph>
+<paragraph role="heading" id="hd_id3151073" xml-lang="en-US" level="2" 
l10n="U"><link href="text/scalc/01/12120000.xhp" 
name="Validity">Validity</link></paragraph>
 <embed href="text/scalc/01/12120000.xhp#gueltigkeit"/>
-<paragraph role="heading" id="hd_id3145254" xml-lang="en-US" level="2" 
l10n="U" oldref="7"><link href="text/scalc/01/12060000.xhp" name="Multiple 
Operations">Multiple Operations</link></paragraph>
+<paragraph role="heading" id="hd_id3145254" xml-lang="en-US" level="2" 
l10n="U"><link href="text/scalc/01/12060000.xhp" name="Multiple 
Operations">Multiple Operations</link></paragraph>
 <embed href="text/scalc/01/12060000.xhp#mehrfachoperationen"/>
 <paragraph role="heading" id="hd_id1387066" xml-lang="en-US" level="2" 
l10n="NEW"><link href="text/scalc/01/text2columns.xhp">Text to 
Columns</link></paragraph>
 <embed href="text/scalc/01/text2columns.xhp#text2columns"/>
-<paragraph role="heading" id="hd_id3150717" xml-lang="en-US" level="2" 
l10n="U" oldref="8"><link href="text/scalc/01/12070000.xhp" 
name="Consolidate">Consolidate</link></paragraph>
+<paragraph role="heading" id="hd_id3150717" xml-lang="en-US" level="2" 
l10n="U"><link href="text/scalc/01/12070000.xhp" 
name="Consolidate">Consolidate</link></paragraph>
 <embed href="text/scalc/01/12070000.xhp#konsolidieren"/>
 <embed href="text/scalc/01/12080000.xhp#gliederung"/>
 <embed href="text/scalc/01/12090000.xhp#datenpilot"/>
-<paragraph role="heading" id="hd_id3154754" xml-lang="en-US" level="2" 
l10n="U" oldref="9"><link href="text/scalc/01/12100000.xhp" name="Refresh 
Range">Refresh Range</link></paragraph>
+<paragraph role="heading" id="hd_id3154754" xml-lang="en-US" level="2" 
l10n="U"><link href="text/scalc/01/12100000.xhp" name="Refresh Range">Refresh 
Range</link></paragraph>
 <embed href="text/scalc/01/12100000.xhp#aktualisieren"/>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/shared/01/05290000.xhp 
b/main/helpcontent2/source/text/shared/01/05290000.xhp
index 7d7ccaddfb..54d2164f7a 100644
--- a/main/helpcontent2/source/text/shared/01/05290000.xhp
+++ b/main/helpcontent2/source/text/shared/01/05290000.xhp
@@ -31,28 +31,28 @@
 <body>
 <section id="gruppe">
 <bookmark xml-lang="en-US" branch="hid/.uno:GroupMenu" id="bm_id6878566" 
localize="false"/>
-<paragraph role="heading" id="hd_id3150603" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/shared/01/05290000.xhp" 
name="Group">Group</link></paragraph>
-<paragraph role="paragraph" id="par_id3153323" xml-lang="en-US" l10n="CHG" 
oldref="2"><ahelp hid=".">Groups keep together selected objects, so that they 
can be moved or formatted as a single object.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3150603" xml-lang="en-US" level="1" 
l10n="U"><link href="text/shared/01/05290000.xhp" 
name="Group">Group</link></paragraph>
+<paragraph role="paragraph" id="par_id3153323" xml-lang="en-US" 
l10n="CHG"><ahelp hid=".">Groups keep together selected objects, so that they 
can be moved or formatted as a single object.</ahelp></paragraph>
 </section>
 <section id="howtoget">
 <embed href="text/shared/00/00040502.xhp#gruppe"/>
 </section>
-<paragraph role="heading" id="hd_id3150943" xml-lang="en-US" level="2" 
l10n="U" oldref="7">Working with groups</paragraph>
-<paragraph role="paragraph" id="par_id3152909" xml-lang="en-US" l10n="CHG" 
oldref="8">To edit the individual objects of a group, select the group, 
right-click, and then choose <switchinline select="appl"><caseinline 
select="DRAW"><emph>Enter Group</emph>
+<paragraph role="heading" id="hd_id3150943" xml-lang="en-US" level="2" 
l10n="U">Working with groups</paragraph>
+<paragraph role="paragraph" id="par_id3152909" xml-lang="en-US" l10n="CHG">To 
edit the individual objects of a group, select the group, right-click, and then 
choose <switchinline select="appl"><caseinline select="DRAW"><emph>Enter 
Group</emph>
 </caseinline><defaultinline>
 <emph>Group - Enter Group</emph></defaultinline></switchinline></paragraph>
-<paragraph role="paragraph" id="par_id3159158" xml-lang="en-US" l10n="U" 
oldref="9">When you are editing a group, the objects that are not part of the 
group are faded.</paragraph>
-<paragraph role="paragraph" id="par_id3153541" xml-lang="en-US" l10n="U" 
oldref="10">Use Tab and Shift+Tab to move forwards and backwards through the 
objects in a group.</paragraph>
-<paragraph role="paragraph" id="par_id3154810" xml-lang="en-US" l10n="U" 
oldref="11">To exit a group, right-click, and then choose <switchinline 
select="appl"><caseinline select="DRAW"><emph>Exit Group</emph>
+<paragraph role="paragraph" id="par_id3159158" xml-lang="en-US" l10n="U">When 
you are editing a group, the objects that are not part of the group are 
faded.</paragraph>
+<paragraph role="paragraph" id="par_id3153541" xml-lang="en-US" l10n="U">Use 
Tab and Shift+Tab to move forwards and backwards through the objects in a 
group.</paragraph>
+<paragraph role="paragraph" id="par_id3154810" xml-lang="en-US" l10n="U">To 
exit a group, right-click, and then choose <switchinline 
select="appl"><caseinline select="DRAW"><emph>Exit Group</emph>
 </caseinline><defaultinline>
 <emph>Group - Exit Group</emph></defaultinline></switchinline></paragraph>
-<paragraph role="heading" id="hd_id3145120" xml-lang="en-US" level="2" 
l10n="CHG" oldref="3"><link href="text/shared/01/05290100.xhp" 
name="Grouping">Group</link></paragraph>
+<paragraph role="heading" id="hd_id3145120" xml-lang="en-US" level="2" 
l10n="CHG"><link href="text/shared/01/05290100.xhp" 
name="Grouping">Group</link></paragraph>
 <embed href="text/shared/01/05290100.xhp#gruppierentext"/>
-<paragraph role="heading" id="hd_id3152474" xml-lang="en-US" level="2" 
l10n="CHG" oldref="4"><link href="text/shared/01/05290200.xhp" 
name="Remove">Ungroup</link></paragraph>
+<paragraph role="heading" id="hd_id3152474" xml-lang="en-US" level="2" 
l10n="CHG"><link href="text/shared/01/05290200.xhp" 
name="Remove">Ungroup</link></paragraph>
 <embed href="text/shared/01/05290200.xhp#aufhebentext"/>
-<paragraph role="heading" id="hd_id3145609" xml-lang="en-US" level="2" 
l10n="CHG" oldref="5"><link href="text/shared/01/05290300.xhp" name="Edit 
group">Enter Group</link></paragraph>
+<paragraph role="heading" id="hd_id3145609" xml-lang="en-US" level="2" 
l10n="CHG"><link href="text/shared/01/05290300.xhp" name="Edit group">Enter 
Group</link></paragraph>
 <embed href="text/shared/01/05290300.xhp#betretentext"/>
-<paragraph role="heading" id="hd_id3145068" xml-lang="en-US" level="2" 
l10n="CHG" oldref="6"><link href="text/shared/01/05290400.xhp" name="Exit">Exit 
group</link></paragraph>
+<paragraph role="heading" id="hd_id3145068" xml-lang="en-US" level="2" 
l10n="CHG"><link href="text/shared/01/05290400.xhp" name="Exit">Exit 
group</link></paragraph>
 <embed href="text/shared/01/05290400.xhp#verlassentext"/>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/shared/02/01170903.xhp 
b/main/helpcontent2/source/text/shared/02/01170903.xhp
index 5df4cd6727..db5177d6bf 100644
--- a/main/helpcontent2/source/text/shared/02/01170903.xhp
+++ b/main/helpcontent2/source/text/shared/02/01170903.xhp
@@ -30,20 +30,20 @@
 </meta>
 <body>
 <section id="seite3a">
-<paragraph role="heading" id="hd_id3149119" xml-lang="en-US" level="1" 
l10n="U" oldref="20"><link href="text/shared/02/01170903.xhp" name="List Box 
Wizard: Field Link">List Box Wizard: Field Link</link></paragraph>
-<paragraph role="paragraph" id="par_id3159224" xml-lang="en-US" l10n="U" 
oldref="15">Indicates through which fields tables of values and list tables are 
linked.</paragraph>
+<paragraph role="heading" id="hd_id3149119" xml-lang="en-US" level="1" 
l10n="U"><link href="text/shared/02/01170903.xhp" name="List Box Wizard: Field 
Link">List Box Wizard: Field Link</link></paragraph>
+<paragraph role="paragraph" id="par_id3159224" xml-lang="en-US" 
l10n="U">Indicates through which fields tables of values and list tables are 
linked.</paragraph>
 </section>
-<paragraph role="paragraph" id="par_id3150499" xml-lang="en-US" l10n="U" 
oldref="27">The value table is the table of the current form where the list 
field is inserted. The list table is the table whose data is to be shown in the 
list field. Both tables must be linked over a mutual data field. These links 
are to be entered on this page of the wizard. The field names must not 
necessarily be the same (this depends upon how the field names are defined in 
both tables), but both fields must ha [...]
+<paragraph role="paragraph" id="par_id3150499" xml-lang="en-US" l10n="U">The 
value table is the table of the current form where the list field is inserted. 
The list table is the table whose data is to be shown in the list field. Both 
tables must be linked over a mutual data field. These links are to be entered 
on this page of the wizard. The field names must not necessarily be the same 
(this depends upon how the field names are defined in both tables), but both 
fields must have the same  [...]
 <section id="howtoget">
 <embed href="text/shared/00/00040501.xhp#aupikomli3a"/>
 </section>
 <!-- removed HID DBP_COMBOBOX_RID_PAGE_LCW_FIELDLINK_CMB_VALUELISTFIELD -->
-<paragraph role="heading" id="hd_id3149180" xml-lang="en-US" level="2" 
l10n="U" oldref="16">Value table field</paragraph>
-<paragraph role="paragraph" id="par_id3150789" xml-lang="en-US" l10n="U" 
oldref="17"><ahelp 
hid="DBP_COMBOBOX_RID_PAGE_LCW_FIELDLINK_CMB_VALUELISTFIELD">Specifies the 
current form data field which should be related to a field in the linked 
table.</ahelp> In addition, click the desired data field in the list field 
below.</paragraph>
-<paragraph role="paragraph" id="par_id3145669" xml-lang="en-US" l10n="U" 
oldref="25">In <link href="text/shared/02/01170102.xhp" name="Control - 
Properties">Control - Properties</link>, the specified field will appear as an 
entry in the <emph>Data</emph> tab page under <emph>Data 
field</emph>.</paragraph>
+<paragraph role="heading" id="hd_id3149180" xml-lang="en-US" level="2" 
l10n="U">Value table field</paragraph>
+<paragraph role="paragraph" id="par_id3150789" xml-lang="en-US" 
l10n="U"><ahelp 
hid="DBP_COMBOBOX_RID_PAGE_LCW_FIELDLINK_CMB_VALUELISTFIELD">Specifies the 
current form data field which should be related to a field in the linked 
table.</ahelp> In addition, click the desired data field in the list field 
below.</paragraph>
+<paragraph role="paragraph" id="par_id3145669" xml-lang="en-US" l10n="U">In 
<link href="text/shared/02/01170102.xhp" name="Control - Properties">Control - 
Properties</link>, the specified field will appear as an entry in the 
<emph>Data</emph> tab page under <emph>Data field</emph>.</paragraph>
 <!-- removed HID DBP_COMBOBOX_RID_PAGE_LCW_FIELDLINK_CMB_TABLEFIELD -->
-<paragraph role="heading" id="hd_id3149827" xml-lang="en-US" level="2" 
l10n="U" oldref="18">List table field</paragraph>
-<paragraph role="paragraph" id="par_id3155391" xml-lang="en-US" l10n="U" 
oldref="19"><ahelp 
hid="DBP_COMBOBOX_RID_PAGE_LCW_FIELDLINK_CMB_TABLEFIELD">Specifies the linked 
table data field, which is related to the specified value table field.</ahelp> 
In addition, click the data field in the lower list field.</paragraph>
-<paragraph role="paragraph" id="par_id3154823" xml-lang="en-US" l10n="U" 
oldref="26">In <link href="text/shared/02/01170102.xhp" name="Control - 
Properties">Control - Properties</link>, the specified field will appear in the 
<emph>Data</emph> tab page of a SQL statement under <emph>List 
Contents</emph>.</paragraph>
+<paragraph role="heading" id="hd_id3149827" xml-lang="en-US" level="2" 
l10n="U">List table field</paragraph>
+<paragraph role="paragraph" id="par_id3155391" xml-lang="en-US" 
l10n="U"><ahelp 
hid="DBP_COMBOBOX_RID_PAGE_LCW_FIELDLINK_CMB_TABLEFIELD">Specifies the linked 
table data field, which is related to the specified value table field.</ahelp> 
In addition, click the data field in the lower list field.</paragraph>
+<paragraph role="paragraph" id="par_id3154823" xml-lang="en-US" l10n="U">In 
<link href="text/shared/02/01170102.xhp" name="Control - Properties">Control - 
Properties</link>, the specified field will appear in the <emph>Data</emph> tab 
page of a SQL statement under <emph>List Contents</emph>.</paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/shared/02/24020000.xhp 
b/main/helpcontent2/source/text/shared/02/24020000.xhp
index bc463905fb..ccee3eafde 100644
--- a/main/helpcontent2/source/text/shared/02/24020000.xhp
+++ b/main/helpcontent2/source/text/shared/02/24020000.xhp
@@ -32,8 +32,8 @@
 <section id="grafikmodus">
 <bookmark xml-lang="en-US" branch="hid/.uno:GrafMode" id="bm_id6768787" 
localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:GrafMode" id="bm_id3153252" 
localize="false"/>
-<paragraph role="heading" id="hd_id3149762" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/shared/02/24020000.xhp" name="Graphics 
Mode">Graphics Mode</link></paragraph>
-<paragraph role="paragraph" id="par_id3150255" xml-lang="en-US" l10n="U" 
oldref="2"><ahelp hid=".uno:GrafMode">Lists view attributes for the selected 
graphic object. The embedded or linked graphic object in the current file will 
not be changed, only the view of the object.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3149762" xml-lang="en-US" level="1" 
l10n="U"><link href="text/shared/02/24020000.xhp" name="Graphics Mode">Graphics 
Mode</link></paragraph>
+<paragraph role="paragraph" id="par_id3150255" xml-lang="en-US" 
l10n="U"><ahelp hid=".uno:GrafMode">Lists view attributes for the selected 
graphic object. The embedded or linked graphic object in the current file will 
not be changed, only the view of the object.</ahelp></paragraph>
 </section>
 <section id="sygrafikmodus">
 <table id="tbl_id3145119">
@@ -44,18 +44,18 @@
 </image></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3150771" xml-lang="en-US" l10n="U" 
oldref="3">Graphics mode</paragraph>
+<paragraph role="paragraph" id="par_id3150771" xml-lang="en-US" 
l10n="U">Graphics mode</paragraph>
 </tablecell>
 </tablerow>
 </table>
 </section>
-<paragraph role="heading" id="hd_id3155262" xml-lang="en-US" level="2" 
l10n="U" oldref="4">Default</paragraph>
-<paragraph role="paragraph" id="par_id3155434" xml-lang="en-US" l10n="U" 
oldref="5">The view of the graphic object is not changed.</paragraph>
-<paragraph role="heading" id="hd_id3147574" xml-lang="en-US" level="2" 
l10n="U" oldref="6">Grayscale</paragraph>
-<paragraph role="paragraph" id="par_id3153760" xml-lang="en-US" l10n="CHG" 
oldref="7">The graphic object is shown in grayscale. A color graphic object can 
become monochrome in grayscale. You can also use the color sliders to apply a 
uniform color to the monochrome graphic object.</paragraph>
-<paragraph role="heading" id="hd_id3151246" xml-lang="en-US" level="2" 
l10n="U" oldref="8">Black and White</paragraph>
-<paragraph role="paragraph" id="par_id3153062" xml-lang="en-US" l10n="U" 
oldref="9">The graphic object is shown in black and white. All brightness 
values below 50% will appear black, all over 50% will appear white.</paragraph>
-<paragraph role="heading" id="hd_id3146795" xml-lang="en-US" level="2" 
l10n="U" oldref="10">Watermark</paragraph>
-<paragraph role="paragraph" id="par_id3149670" xml-lang="en-US" l10n="CHG" 
oldref="11">The graphic object is raised in brightness and reduced in contrast 
so that it can be used in the background as a watermark. <comment>UFI: 
#i45972#</comment></paragraph>
+<paragraph role="heading" id="hd_id3155262" xml-lang="en-US" level="2" 
l10n="U">Default</paragraph>
+<paragraph role="paragraph" id="par_id3155434" xml-lang="en-US" l10n="U">The 
view of the graphic object is not changed.</paragraph>
+<paragraph role="heading" id="hd_id3147574" xml-lang="en-US" level="2" 
l10n="U">Grayscale</paragraph>
+<paragraph role="paragraph" id="par_id3153760" xml-lang="en-US" l10n="CHG">The 
graphic object is shown in grayscale. A color graphic object can become 
monochrome in grayscale. You can also use the color sliders to apply a uniform 
color to the monochrome graphic object.</paragraph>
+<paragraph role="heading" id="hd_id3151246" xml-lang="en-US" level="2" 
l10n="U">Black and White</paragraph>
+<paragraph role="paragraph" id="par_id3153062" xml-lang="en-US" l10n="U">The 
graphic object is shown in black and white. All brightness values below 50% 
will appear black, all over 50% will appear white.</paragraph>
+<paragraph role="heading" id="hd_id3146795" xml-lang="en-US" level="2" 
l10n="U">Watermark</paragraph>
+<paragraph role="paragraph" id="par_id3149670" xml-lang="en-US" l10n="CHG">The 
graphic object is raised in brightness and reduced in contrast so that it can 
be used in the background as a watermark. <comment>UFI: 
#i45972#</comment></paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/shared/autopi/01040200.xhp 
b/main/helpcontent2/source/text/shared/autopi/01040200.xhp
index 332ced64d1..d43a9ccd86 100644
--- a/main/helpcontent2/source/text/shared/autopi/01040200.xhp
+++ b/main/helpcontent2/source/text/shared/autopi/01040200.xhp
@@ -31,27 +31,27 @@
 <body>
 <section id="seite2">
 <bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE2" id="bm_id3147143" 
localize="false"/>
-<paragraph role="heading" id="hd_id3150247" xml-lang="en-US" level="1" 
l10n="CHG" oldref="1"><link href="text/shared/autopi/01040200.xhp" name="Agenda 
Wizard - General Information">Agenda Wizard - General 
Information</link></paragraph>
-<paragraph role="paragraph" id="par_id3150616" xml-lang="en-US" l10n="CHG" 
oldref="2"><ahelp hid="HID_AGENDA_PAGE2">Specifies the date, time, title, and 
location of the meeting.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3150247" xml-lang="en-US" level="1" 
l10n="CHG"><link href="text/shared/autopi/01040200.xhp" name="Agenda Wizard - 
General Information">Agenda Wizard - General Information</link></paragraph>
+<paragraph role="paragraph" id="par_id3150616" xml-lang="en-US" 
l10n="CHG"><ahelp hid="HID_AGENDA_PAGE2">Specifies the date, time, title, and 
location of the meeting.</ahelp></paragraph>
 </section>
 <section id="howtoget">
 <embed href="text/shared/00/00000401.xhp#autopilotagenda2"/>
 </section>
 <!-- removed HID SW:DATEFIELD:DLG_WIZARD_AG:DLG_AG2_DFLD_METDAT -->
 <bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_AGWIZ_2_TXT_DATE" 
id="bm_id619525" localize="false"/>
-<paragraph role="heading" id="hd_id3153748" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Date</paragraph>
-<paragraph role="paragraph" id="par_id3153311" xml-lang="en-US" l10n="U" 
oldref="6"><ahelp 
hid="SW:DATEFIELD:DLG_WIZARD_AG:DLG_AG2_DFLD_METDAT">Specifies the date of the 
meeting.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153748" xml-lang="en-US" level="2" 
l10n="U">Date</paragraph>
+<paragraph role="paragraph" id="par_id3153311" xml-lang="en-US" 
l10n="U"><ahelp hid="SW:DATEFIELD:DLG_WIZARD_AG:DLG_AG2_DFLD_METDAT">Specifies 
the date of the meeting.</ahelp></paragraph>
 <!-- removed HID SW:TIMEFIELD:DLG_WIZARD_AG:DLG_AG2_TFLD_METTIM -->
 <bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_AGWIZ_2_TXT_TIME" 
id="bm_id622272" localize="false"/>
-<paragraph role="heading" id="hd_id3154749" xml-lang="en-US" level="2" 
l10n="U" oldref="7">Time</paragraph>
-<paragraph role="paragraph" id="par_id3166460" xml-lang="en-US" l10n="U" 
oldref="8"><ahelp 
hid="SW:TIMEFIELD:DLG_WIZARD_AG:DLG_AG2_TFLD_METTIM">Specifies the time of the 
meeting.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3154749" xml-lang="en-US" level="2" 
l10n="U">Time</paragraph>
+<paragraph role="paragraph" id="par_id3166460" xml-lang="en-US" 
l10n="U"><ahelp hid="SW:TIMEFIELD:DLG_WIZARD_AG:DLG_AG2_TFLD_METTIM">Specifies 
the time of the meeting.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_AGWIZ_2_TXT_TITLE" 
id="bm_id88503" localize="false"/>
 <paragraph role="heading" id="par_idN10625" xml-lang="en-US" level="2" 
l10n="NEW">Title</paragraph>
 <paragraph role="paragraph" id="par_idN10629" xml-lang="en-US" 
l10n="NEW"><ahelp hid=".">Specifies the title of the 
meeting.</ahelp></paragraph>
 <!-- removed HID SW:EDIT:DLG_WIZARD_AG:DLG_AG2_EDIT_METORT -->
 <bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_AGWIZ_2_TXT_LOCATION" 
id="bm_id4133121" localize="false"/>
-<paragraph role="heading" id="hd_id3150355" xml-lang="en-US" level="2" 
l10n="CHG" oldref="9">Location</paragraph>
-<paragraph role="paragraph" id="par_id3159400" xml-lang="en-US" l10n="U" 
oldref="10"><ahelp hid="SW:EDIT:DLG_WIZARD_AG:DLG_AG2_EDIT_METORT">Specifies 
the location of the meeting.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3148946" xml-lang="en-US" l10n="CHG" 
oldref="21"><link href="text/shared/autopi/01040300.xhp" name="Go to Agenda 
Wizard - Headings to include">Go to Agenda Wizard - Headings to 
include</link></paragraph>
+<paragraph role="heading" id="hd_id3150355" xml-lang="en-US" level="2" 
l10n="CHG">Location</paragraph>
+<paragraph role="paragraph" id="par_id3159400" xml-lang="en-US" 
l10n="U"><ahelp hid="SW:EDIT:DLG_WIZARD_AG:DLG_AG2_EDIT_METORT">Specifies the 
location of the meeting.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3148946" xml-lang="en-US" 
l10n="CHG"><link href="text/shared/autopi/01040300.xhp" name="Go to Agenda 
Wizard - Headings to include">Go to Agenda Wizard - Headings to 
include</link></paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/shared/autopi/01040600.xhp 
b/main/helpcontent2/source/text/shared/autopi/01040600.xhp
index f51866393e..ff1d719d41 100644
--- a/main/helpcontent2/source/text/shared/autopi/01040600.xhp
+++ b/main/helpcontent2/source/text/shared/autopi/01040600.xhp
@@ -31,8 +31,8 @@
 <body>
 <section id="seite6">
 <bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE6" id="bm_id3152363" 
localize="false"/>
-<paragraph role="heading" id="hd_id3144740" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/shared/autopi/01040600.xhp" name="Agenda 
Wizard - Name and Location">Agenda Wizard - Name and Location</link></paragraph>
-<paragraph role="paragraph" id="par_id3147102" xml-lang="en-US" l10n="CHG" 
oldref="2"><ahelp hid="HID_AGENDA_PAGE6">Choose the title and location for the 
agenda template.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3144740" xml-lang="en-US" level="1" 
l10n="U"><link href="text/shared/autopi/01040600.xhp" name="Agenda Wizard - 
Name and Location">Agenda Wizard - Name and Location</link></paragraph>
+<paragraph role="paragraph" id="par_id3147102" xml-lang="en-US" 
l10n="CHG"><ahelp hid="HID_AGENDA_PAGE6">Choose the title and location for the 
agenda template.</ahelp></paragraph>
 </section>
 <section id="howtoget">
 <embed href="text/shared/00/00000401.xhp#autopilotagenda6"/>
diff --git a/main/helpcontent2/source/text/shared/autopi/01120400.xhp 
b/main/helpcontent2/source/text/shared/autopi/01120400.xhp
index a72e2072e7..ff2de5bd45 100644
--- a/main/helpcontent2/source/text/shared/autopi/01120400.xhp
+++ b/main/helpcontent2/source/text/shared/autopi/01120400.xhp
@@ -30,20 +30,20 @@
 </meta>
 <body>
 <section id="seite4">
-<paragraph role="heading" id="hd_id3149748" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/shared/autopi/01120400.xhp" name="Group 
Element Wizard: Database Field">Group Element Wizard: Database 
Field</link></paragraph>
-<paragraph role="paragraph" id="par_id3154094" xml-lang="en-US" l10n="U" 
oldref="2">This page is only visible if the document is linked to a database. 
It specifies whether the reference values should be saved in the 
database.</paragraph>
+<paragraph role="heading" id="hd_id3149748" xml-lang="en-US" level="1" 
l10n="U"><link href="text/shared/autopi/01120400.xhp" name="Group Element 
Wizard: Database Field">Group Element Wizard: Database Field</link></paragraph>
+<paragraph role="paragraph" id="par_id3154094" xml-lang="en-US" l10n="U">This 
page is only visible if the document is linked to a database. It specifies 
whether the reference values should be saved in the database.</paragraph>
 </section>
-<paragraph role="paragraph" id="par_id3153255" xml-lang="en-US" l10n="U" 
oldref="12">Indicate where to save the <link href="text/shared/02/01170101.xhp" 
name="reference values">reference values</link>. A reference value can 
represent the current state of the group box in a database.</paragraph>
+<paragraph role="paragraph" id="par_id3153255" xml-lang="en-US" 
l10n="U">Indicate where to save the <link href="text/shared/02/01170101.xhp" 
name="reference values">reference values</link>. A reference value can 
represent the current state of the group box in a database.</paragraph>
 <section id="howtoget">
 <embed href="text/shared/00/00000401.xhp#gruppen4"/>
 </section>
-<paragraph role="note" id="par_id3149828" xml-lang="en-US" l10n="U" 
oldref="11">This page is only displayed if the document is already linked to a 
database.</paragraph>
-<paragraph role="heading" id="hd_id3152551" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Do you want to save the value in a database 
field?</paragraph><comment>UFI: removed three help ids</comment>
-<paragraph role="heading" id="hd_id3154823" xml-lang="en-US" level="3" 
l10n="U" oldref="5">Yes, I want to save it in the following database 
field:</paragraph>
-<paragraph role="paragraph" id="par_id3156346" xml-lang="en-US" l10n="U" 
oldref="6"><ahelp 
hid="DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_YES">Specifies 
that you want to save the reference values in a database.</ahelp> The values 
are written in the data field selected in the list box. The list box displays 
all the field names from the database table that the form is linked 
to.</paragraph>
-<paragraph role="heading" id="hd_id3145382" xml-lang="en-US" level="3" 
l10n="U" oldref="7">List box</paragraph>
-<paragraph role="paragraph" id="par_id3149398" xml-lang="en-US" l10n="U" 
oldref="8"><ahelp hid="DBP_LISTBOX_RID_PAGE_OPTION_DBFIELD_LB_STOREINFIELD" 
visibility="hidden">Select the data field in which the reference values have to 
be saved.</ahelp></paragraph>
-<paragraph role="heading" id="hd_id3153881" xml-lang="en-US" level="3" 
l10n="U" oldref="9">No, I only want to save the value in the form.</paragraph>
-<paragraph role="paragraph" id="par_id3153146" xml-lang="en-US" l10n="U" 
oldref="10"><ahelp 
hid="DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_NO">Specifies that 
you want to save the reference values in the form only, and not in the 
database.</ahelp></paragraph>
+<paragraph role="note" id="par_id3149828" xml-lang="en-US" l10n="U">This page 
is only displayed if the document is already linked to a database.</paragraph>
+<paragraph role="heading" id="hd_id3152551" xml-lang="en-US" level="2" 
l10n="U">Do you want to save the value in a database 
field?</paragraph><comment>UFI: removed three help ids</comment>
+<paragraph role="heading" id="hd_id3154823" xml-lang="en-US" level="3" 
l10n="U">Yes, I want to save it in the following database field:</paragraph>
+<paragraph role="paragraph" id="par_id3156346" xml-lang="en-US" 
l10n="U"><ahelp 
hid="DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_YES">Specifies 
that you want to save the reference values in a database.</ahelp> The values 
are written in the data field selected in the list box. The list box displays 
all the field names from the database table that the form is linked 
to.</paragraph>
+<paragraph role="heading" id="hd_id3145382" xml-lang="en-US" level="3" 
l10n="U">List box</paragraph>
+<paragraph role="paragraph" id="par_id3149398" xml-lang="en-US" 
l10n="U"><ahelp hid="DBP_LISTBOX_RID_PAGE_OPTION_DBFIELD_LB_STOREINFIELD" 
visibility="hidden">Select the data field in which the reference values have to 
be saved.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153881" xml-lang="en-US" level="3" 
l10n="U">No, I only want to save the value in the form.</paragraph>
+<paragraph role="paragraph" id="par_id3153146" xml-lang="en-US" 
l10n="U"><ahelp 
hid="DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_NO">Specifies that 
you want to save the reference values in the form only, and not in the 
database.</ahelp></paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/shared/guide/export_ms.xhp 
b/main/helpcontent2/source/text/shared/guide/export_ms.xhp
index 561bbef271..a2d458ec71 100644
--- a/main/helpcontent2/source/text/shared/guide/export_ms.xhp
+++ b/main/helpcontent2/source/text/shared/guide/export_ms.xhp
@@ -43,25 +43,25 @@
 <bookmark_value>Excel; saving as</bookmark_value>
 <bookmark_value>PowerPoint export</bookmark_value>
 </bookmark><comment>mw made "PowerPoint;..." a one level entry</comment>
-<paragraph role="paragraph" id="par_id3159233" xml-lang="en-US" l10n="E" 
oldref="1" localize="false"/>
-<paragraph role="heading" id="hd_id3149416" xml-lang="en-US" level="1" 
l10n="U" oldref="6"><variable id="export_ms"><link 
href="text/shared/guide/export_ms.xhp" name="Saving Documents in Other 
Formats">Saving Documents in Other Formats</link>
+<paragraph role="paragraph" id="par_id3159233" xml-lang="en-US" l10n="E" 
localize="false"/>
+<paragraph role="heading" id="hd_id3149416" xml-lang="en-US" level="1" 
l10n="U"><variable id="export_ms"><link href="text/shared/guide/export_ms.xhp" 
name="Saving Documents in Other Formats">Saving Documents in Other 
Formats</link>
 </variable></paragraph>
 <list type="ordered">
 <listitem>
-<paragraph role="listitem" id="par_id3150084" xml-lang="en-US" l10n="U" 
oldref="2">Choose <emph>File - Save as</emph>. You will see the <emph>Save 
as</emph> dialog.</paragraph>
+<paragraph role="listitem" id="par_id3150084" xml-lang="en-US" l10n="U">Choose 
<emph>File - Save as</emph>. You will see the <emph>Save as</emph> 
dialog.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3153348" xml-lang="en-US" l10n="CHG" 
oldref="3">In the <emph>Save as type</emph> or <emph>File type</emph> list box, 
select the desired format.</paragraph>
+<paragraph role="listitem" id="par_id3153348" xml-lang="en-US" l10n="CHG">In 
the <emph>Save as type</emph> or <emph>File type</emph> list box, select the 
desired format.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3150985" xml-lang="en-US" l10n="U" 
oldref="4">Enter a name in the <emph>File name</emph> box and click 
<emph>Save</emph>.</paragraph>
+<paragraph role="listitem" id="par_id3150985" xml-lang="en-US" l10n="U">Enter 
a name in the <emph>File name</emph> box and click 
<emph>Save</emph>.</paragraph>
 </listitem>
 </list>
-<paragraph role="paragraph" id="par_id3153252" xml-lang="en-US" l10n="CHG" 
oldref="7">If you want the file dialogs to offer another file format as 
default, select that format in <emph><switchinline select="sys"><caseinline 
select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - 
Options</defaultinline></switchinline> - Load/Save - General</emph> in the 
<emph>Default file format</emph> area.</paragraph>
+<paragraph role="paragraph" id="par_id3153252" xml-lang="en-US" l10n="CHG">If 
you want the file dialogs to offer another file format as default, select that 
format in <emph><switchinline select="sys"><caseinline 
select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - 
Options</defaultinline></switchinline> - Load/Save - General</emph> in the 
<emph>Default file format</emph> area.</paragraph>
 </section>
 <embed href="text/shared/00/00000004.xhp#related"/>
 <embed href="text/shared/guide/doc_save.xhp#doc_save"/>
-<paragraph role="paragraph" id="par_id3149669" xml-lang="en-US" l10n="U" 
oldref="5"><link href="text/shared/01/01070000.xhp" name="Save As">Save 
As</link></paragraph>
+<paragraph role="paragraph" id="par_id3149669" xml-lang="en-US" l10n="U"><link 
href="text/shared/01/01070000.xhp" name="Save As">Save As</link></paragraph>
 <embed href="text/shared/guide/ms_user.xhp#ms_user"/>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/shared/optionen/01060700.xhp 
b/main/helpcontent2/source/text/shared/optionen/01060700.xhp
index 187a60c2b6..a6782afda2 100644
--- a/main/helpcontent2/source/text/shared/optionen/01060700.xhp
+++ b/main/helpcontent2/source/text/shared/optionen/01060700.xhp
@@ -30,21 +30,21 @@
 </meta>
 <body>
 <section id="drucken">
-<paragraph role="heading" id="hd_id3153311" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/shared/optionen/01060700.xhp" 
name="Print">Print</link></paragraph>
-<paragraph role="paragraph" id="par_id3143267" xml-lang="en-US" l10n="U" 
oldref="2"><ahelp hid="">Determines the printer settings for 
spreadsheets.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153311" xml-lang="en-US" level="1" 
l10n="U"><link href="text/shared/optionen/01060700.xhp" 
name="Print">Print</link></paragraph>
+<paragraph role="paragraph" id="par_id3143267" xml-lang="en-US" 
l10n="U"><ahelp hid="">Determines the printer settings for 
spreadsheets.</ahelp></paragraph>
 </section>
-<paragraph role="paragraph" id="par_id3155892" xml-lang="en-US" l10n="U" 
oldref="3"><emph><switchinline select="sys"><caseinline 
select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - 
Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Print</emph> 
defines the settings for all spreadsheets. To define settings for the current 
document only, choose <emph>File - Print</emph>, then click the 
<emph>Options</emph> button.</paragraph>
+<paragraph role="paragraph" id="par_id3155892" xml-lang="en-US" 
l10n="U"><emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME 
- Preferences</caseinline><defaultinline>Tools - 
Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Print</emph> 
defines the settings for all spreadsheets. To define settings for the current 
document only, choose <emph>File - Print</emph>, then click the 
<emph>Options</emph> button.</paragraph>
 <section id="howtoget">
 <embed href="text/shared/00/00000406.xhp#drucken2"/>
 </section>
-<paragraph role="heading" id="hd_id3153542" xml-lang="en-US" level="2" 
l10n="U" oldref="4">Pages</paragraph>
+<paragraph role="heading" id="hd_id3153542" xml-lang="en-US" level="2" 
l10n="U">Pages</paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sc:CheckBox:RID_SCPAGE_PRINT:BTN_SKIPEMPTYPAGES" id="bm_id3149579" 
localize="false"/>
-<paragraph role="heading" id="hd_id3156155" xml-lang="en-US" level="3" 
l10n="U" oldref="5">Suppress output of empty pages</paragraph>
-<paragraph role="paragraph" id="par_id3158430" xml-lang="en-US" l10n="U" 
oldref="6"><ahelp 
hid="SC_CHECKBOX_RID_SCPAGE_PRINT_BTN_SKIPEMPTYPAGES">Specifies that empty 
pages that have no cell contents or draw objects are not printed.</ahelp> Cell 
attributes such as borders or background colors are not considered cell 
contents. Empty pages are not counted for page numbering.</paragraph>
-<paragraph role="heading" id="hd_id3150275" xml-lang="en-US" level="2" 
l10n="U" oldref="7">Sheets</paragraph>
+<paragraph role="heading" id="hd_id3156155" xml-lang="en-US" level="3" 
l10n="U">Suppress output of empty pages</paragraph>
+<paragraph role="paragraph" id="par_id3158430" xml-lang="en-US" 
l10n="U"><ahelp hid="SC_CHECKBOX_RID_SCPAGE_PRINT_BTN_SKIPEMPTYPAGES">Specifies 
that empty pages that have no cell contents or draw objects are not 
printed.</ahelp> Cell attributes such as borders or background colors are not 
considered cell contents. Empty pages are not counted for page 
numbering.</paragraph>
+<paragraph role="heading" id="hd_id3150275" xml-lang="en-US" level="2" 
l10n="U">Sheets</paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sc:CheckBox:RID_SCPAGE_PRINT:BTN_SELECTEDSHEETS" id="bm_id3145316" 
localize="false"/>
-<paragraph role="heading" id="hd_id3149784" xml-lang="en-US" level="3" 
l10n="U" oldref="8">Print only selected sheets</paragraph>
-<paragraph role="paragraph" id="par_id3152349" xml-lang="en-US" l10n="CHG" 
oldref="9"><ahelp 
hid="SC_CHECKBOX_RID_SCPAGE_PRINT_BTN_SELECTEDSHEETS">Specifies that only 
contents from selected sheets are printed, even if you specify a wider range in 
the <emph>File - Print</emph> dialog or in the <emph>Format - Print 
Ranges</emph> dialog. Contents from sheets that are not selected will not be 
printed.</ahelp></paragraph>
-<paragraph role="tip" id="par_id3153349" xml-lang="en-US" l10n="U" 
oldref="10">To select multiple sheets, click on the sheet names on the bottom 
margin of the workspace while keeping the Ctrl key pressed.</paragraph>
+<paragraph role="heading" id="hd_id3149784" xml-lang="en-US" level="3" 
l10n="U">Print only selected sheets</paragraph>
+<paragraph role="paragraph" id="par_id3152349" xml-lang="en-US" 
l10n="CHG"><ahelp 
hid="SC_CHECKBOX_RID_SCPAGE_PRINT_BTN_SELECTEDSHEETS">Specifies that only 
contents from selected sheets are printed, even if you specify a wider range in 
the <emph>File - Print</emph> dialog or in the <emph>Format - Print 
Ranges</emph> dialog. Contents from sheets that are not selected will not be 
printed.</ahelp></paragraph>
+<paragraph role="tip" id="par_id3153349" xml-lang="en-US" l10n="U">To select 
multiple sheets, click on the sheet names on the bottom margin of the workspace 
while keeping the Ctrl key pressed.</paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/swriter/00/00000402.xhp 
b/main/helpcontent2/source/text/swriter/00/00000402.xhp
index 051e6cd6cb..bffa57fb22 100644
--- a/main/helpcontent2/source/text/swriter/00/00000402.xhp
+++ b/main/helpcontent2/source/text/swriter/00/00000402.xhp
@@ -29,13 +29,13 @@
 </topic>
 </meta>
 <body>
-<paragraph role="heading" id="hd_id3150344" xml-lang="en-US" level="1" 
l10n="U" oldref="1">Edit Menu</paragraph>
+<paragraph role="heading" id="hd_id3150344" xml-lang="en-US" level="1" 
l10n="U">Edit Menu</paragraph>
 <section id="autotext">
-<paragraph role="paragraph" id="par_id3154485" xml-lang="en-US" l10n="U" 
oldref="2">Choose <emph>Edit - AutoText</emph>
+<paragraph role="paragraph" id="par_id3154485" xml-lang="en-US" 
l10n="U">Choose <emph>Edit - AutoText</emph>
 </paragraph>
-<paragraph role="paragraph" id="par_id3151243" xml-lang="en-US" l10n="U" 
oldref="15"><switchinline select="sys"><caseinline select="MAC">Command 
+<paragraph role="paragraph" id="par_id3151243" xml-lang="en-US" 
l10n="U"><switchinline select="sys"><caseinline select="MAC">Command 
 </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3</paragraph>
-<paragraph role="paragraph" id="par_id3143228" xml-lang="en-US" l10n="CHG" 
oldref="3">On the Insert toolbar, click</paragraph>
+<paragraph role="paragraph" id="par_id3143228" xml-lang="en-US" l10n="CHG">On 
the Insert toolbar, click</paragraph>
 <section id="syautotext">
 <table id="tbl_id3153808">
 <tablerow>
@@ -45,29 +45,29 @@
 </image></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3150536" xml-lang="en-US" l10n="CHG" 
oldref="4">AutoText</paragraph>
+<paragraph role="paragraph" id="par_id3150536" xml-lang="en-US" 
l10n="CHG">AutoText</paragraph>
 </tablecell>
 </tablerow>
 </table>
 </section>
 </section>
-<paragraph role="paragraph" id="par_id3149349" xml-lang="en-US" l10n="U" 
oldref="5"><variable id="datenaust">Choose <emph>Edit - Exchange Database</emph>
+<paragraph role="paragraph" id="par_id3149349" xml-lang="en-US" 
l10n="U"><variable id="datenaust">Choose <emph>Edit - Exchange Database</emph>
 </variable></paragraph>
-<paragraph role="paragraph" id="par_id3146316" xml-lang="en-US" l10n="U" 
oldref="6"><variable id="feldbefehl">Choose <emph>Edit - Fields</emph>
+<paragraph role="paragraph" id="par_id3146316" xml-lang="en-US" 
l10n="U"><variable id="feldbefehl">Choose <emph>Edit - Fields</emph>
 </variable></paragraph>
-<paragraph role="paragraph" id="par_id3154505" xml-lang="en-US" l10n="U" 
oldref="7"><variable id="fussnote">Choose <emph>Edit - Footnotes</emph>
+<paragraph role="paragraph" id="par_id3154505" xml-lang="en-US" 
l10n="U"><variable id="fussnote">Choose <emph>Edit - Footnotes</emph>
 </variable></paragraph>
 <section id="verzeichniseintrag">
-<paragraph role="paragraph" id="par_id3153737" xml-lang="en-US" l10n="U" 
oldref="8">Choose <emph>Edit - Index Entry</emph>
+<paragraph role="paragraph" id="par_id3153737" xml-lang="en-US" 
l10n="U">Choose <emph>Edit - Index Entry</emph>
 </paragraph>
-<paragraph role="paragraph" id="par_id3150928" xml-lang="en-US" l10n="U" 
oldref="16">Open context menu - choose <emph>Index Entry</emph>
+<paragraph role="paragraph" id="par_id3150928" xml-lang="en-US" l10n="U">Open 
context menu - choose <emph>Index Entry</emph>
 </paragraph>
 </section>
-<paragraph role="paragraph" id="par_id3148769" xml-lang="en-US" l10n="U" 
oldref="9"><variable id="bereiche">Choose <emph>Format - Sections</emph>
+<paragraph role="paragraph" id="par_id3148769" xml-lang="en-US" 
l10n="U"><variable id="bereiche">Choose <emph>Format - Sections</emph>
 </variable></paragraph>
-<paragraph role="paragraph" id="par_id3155990" xml-lang="en-US" l10n="U" 
oldref="10"><variable id="autotextum">Choose <emph>Edit - AutoText - AutoText - 
Rename</emph>
+<paragraph role="paragraph" id="par_id3155990" xml-lang="en-US" 
l10n="U"><variable id="autotextum">Choose <emph>Edit - AutoText - AutoText - 
Rename</emph>
 </variable></paragraph>
-<paragraph role="paragraph" id="par_id3147168" xml-lang="en-US" l10n="U" 
oldref="17"><variable id="lit">Choose <emph>Edit - Bibliography Entry</emph>
+<paragraph role="paragraph" id="par_id3147168" xml-lang="en-US" 
l10n="U"><variable id="lit">Choose <emph>Edit - Bibliography Entry</emph>
 </variable></paragraph>
 <paragraph role="paragraph" id="par_id3973204" xml-lang="en-US" 
l10n="NEW"><variable id="selection_mode">Choose <emph>Edit - Selection 
Mode</emph>
 </variable></paragraph>
diff --git a/main/helpcontent2/source/text/swriter/01/05180000.xhp 
b/main/helpcontent2/source/text/swriter/01/05180000.xhp
index 92d6d2680c..046ab52156 100644
--- a/main/helpcontent2/source/text/swriter/01/05180000.xhp
+++ b/main/helpcontent2/source/text/swriter/01/05180000.xhp
@@ -30,29 +30,29 @@
 </meta>
 <body>
 <section id="umlauf">
-<paragraph id="hd_id3145826" role="heading" level="1" oldref="1" l10n="U" 
xml-lang="en-US"><link href="text/swriter/01/05180000.xhp" 
name="Wrap">Wrap</link></paragraph>
-<paragraph role="paragraph" id="par_id3153002" l10n="U" xml-lang="en-US" 
oldref="2">Sets the text wrap options for graphics, objects, and 
frames.</paragraph>
+<paragraph id="hd_id3145826" role="heading" level="1" l10n="U" 
xml-lang="en-US"><link href="text/swriter/01/05180000.xhp" 
name="Wrap">Wrap</link></paragraph>
+<paragraph role="paragraph" id="par_id3153002" l10n="U" xml-lang="en-US">Sets 
the text wrap options for graphics, objects, and frames.</paragraph>
 </section>
 <section id="howtoget">
 <embed href="text/swriter/00/00000405.xhp#grafikumlauf"/>
 </section>
-<paragraph id="hd_id3150022" role="heading" level="2" oldref="3" l10n="U" 
xml-lang="en-US"><link href="text/swriter/01/05060200.xhp" name="No wrap">No 
wrap</link></paragraph>
+<paragraph id="hd_id3150022" role="heading" level="2" l10n="U" 
xml-lang="en-US"><link href="text/swriter/01/05060200.xhp" name="No wrap">No 
wrap</link></paragraph>
 <embed href="text/swriter/01/05060200.xhp#keinumlauftext"/>
-<paragraph id="hd_id3150934" role="heading" level="2" oldref="4" l10n="U" 
xml-lang="en-US"><link href="text/swriter/01/05060200.xhp" name="Page 
wrap">Page wrap</link></paragraph>
+<paragraph id="hd_id3150934" role="heading" level="2" l10n="U" 
xml-lang="en-US"><link href="text/swriter/01/05060200.xhp" name="Page 
wrap">Page wrap</link></paragraph>
 <embed href="text/swriter/01/05060200.xhp#seitenumlauftext"/>
-<paragraph id="hd_id3149027" role="heading" level="2" oldref="5" l10n="U" 
xml-lang="en-US"><link href="text/swriter/01/05060200.xhp" name="Dynamic page 
wrap">Dynamic page wrap</link></paragraph>
+<paragraph id="hd_id3149027" role="heading" level="2" l10n="U" 
xml-lang="en-US"><link href="text/swriter/01/05060200.xhp" name="Dynamic page 
wrap">Dynamic page wrap</link></paragraph>
 <embed href="text/swriter/01/05060200.xhp#dynamischertext"/>
-<paragraph id="hd_id3153718" role="heading" level="2" oldref="6" l10n="U" 
xml-lang="en-US"><link href="text/swriter/01/05060200.xhp" name="Wrap 
through">Wrap through</link></paragraph>
+<paragraph id="hd_id3153718" role="heading" level="2" l10n="U" 
xml-lang="en-US"><link href="text/swriter/01/05060200.xhp" name="Wrap 
through">Wrap through</link></paragraph>
 <embed href="text/swriter/01/05060200.xhp#durchlauftext"/>
-<paragraph id="hd_id3156321" role="heading" level="2" oldref="7" l10n="U" 
xml-lang="en-US"><link href="text/swriter/01/05060200.xhp" name="In 
background">In background</link></paragraph>
+<paragraph id="hd_id3156321" role="heading" level="2" l10n="U" 
xml-lang="en-US"><link href="text/swriter/01/05060200.xhp" name="In 
background">In background</link></paragraph>
 <embed href="text/swriter/01/05060200.xhp#hintergrundtext"/>
-<paragraph id="hd_id3151180" role="heading" level="2" oldref="10" l10n="U" 
xml-lang="en-US"><link href="text/swriter/01/05060200.xhp" 
name="Contour">Contour</link></paragraph>
+<paragraph id="hd_id3151180" role="heading" level="2" l10n="U" 
xml-lang="en-US"><link href="text/swriter/01/05060200.xhp" 
name="Contour">Contour</link></paragraph>
 <embed href="text/swriter/01/05060200.xhp#konturtext"/>
-<paragraph id="hd_id3147566" role="heading" level="2" oldref="9" l10n="U" 
xml-lang="en-US"><link href="text/swriter/01/05060201.xhp" name="Edit 
Contour">Edit Contour</link></paragraph>
+<paragraph id="hd_id3147566" role="heading" level="2" l10n="U" 
xml-lang="en-US"><link href="text/swriter/01/05060201.xhp" name="Edit 
Contour">Edit Contour</link></paragraph>
 <embed href="text/swriter/01/05060201.xhp#konturtext"/>
-<paragraph id="hd_id3149294" role="heading" level="2" oldref="8" l10n="U" 
xml-lang="en-US"><link href="text/swriter/01/05060200.xhp" name="First 
paragraph">First paragraph</link></paragraph>
+<paragraph id="hd_id3149294" role="heading" level="2" l10n="U" 
xml-lang="en-US"><link href="text/swriter/01/05060200.xhp" name="First 
paragraph">First paragraph</link></paragraph>
 <embed href="text/swriter/01/05060200.xhp#ersterabsatztext"/>
-<paragraph id="hd_id3147341" role="heading" level="2" oldref="11" l10n="U" 
xml-lang="en-US"><link href="text/swriter/01/05060200.xhp" 
name="Edit">Edit</link></paragraph>
+<paragraph id="hd_id3147341" role="heading" level="2" l10n="U" 
xml-lang="en-US"><link href="text/swriter/01/05060200.xhp" 
name="Edit">Edit</link></paragraph>
 <embed href="text/swriter/01/05060200.xhp#umlauftext"/>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/swriter/guide/indices_edit.xhp 
b/main/helpcontent2/source/text/swriter/guide/indices_edit.xhp
index 40d1cfb6d8..60cc2be56c 100644
--- a/main/helpcontent2/source/text/swriter/guide/indices_edit.xhp
+++ b/main/helpcontent2/source/text/swriter/guide/indices_edit.xhp
@@ -36,19 +36,18 @@
 <bookmark_value>editing;indexes/tables of contents</bookmark_value>
 <bookmark_value>deleting;indexes/tables of contents</bookmark_value>
 </bookmark>
-<paragraph xml-lang="en-US" id="hd_id3149695" role="heading" level="1" l10n="U"
-oldref="56"><variable id="indices_edit"><link 
href="text/swriter/guide/indices_edit.xhp" name="Updating, Editing and Deleting 
Indexes and Tables of Contents">Updating, Editing and Deleting Indexes and 
Tables of Contents</link>
+<paragraph xml-lang="en-US" id="hd_id3149695" role="heading" level="1" 
l10n="U"><variable id="indices_edit"><link 
href="text/swriter/guide/indices_edit.xhp" name="Updating, Editing and Deleting 
Indexes and Tables of Contents">Updating, Editing and Deleting Indexes and 
Tables of Contents</link>
 </variable></paragraph>
 <list type="ordered">
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3155856" role="listitem" l10n="U" 
oldref="57">Place the cursor in the index or table of contents.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3155871" role="listitem" l10n="U" 
oldref="59">If you cannot place your cursor in the index or table of contents, 
choose <item type="menuitem"><switchinline select="sys"><caseinline 
select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - 
Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Formatting 
Aids</item>, and then select <item type="menuitem">Enable</item> in the <item 
type="menuitem">Cursor in protected areas</ite [...]
+<paragraph xml-lang="en-US" id="par_id3155856" role="listitem" l10n="U">Place 
the cursor in the index or table of contents.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155871" role="listitem" l10n="U">If you 
cannot place your cursor in the index or table of contents, choose <item 
type="menuitem"><switchinline select="sys"><caseinline 
select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - 
Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Formatting 
Aids</item>, and then select <item type="menuitem">Enable</item> in the <item 
type="menuitem">Cursor in protected areas</item> section.< [...]
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3154248" role="listitem" l10n="U" 
oldref="58">Right-click and choose an editing option from the menu.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154248" role="listitem" 
l10n="U">Right-click and choose an editing option from the menu.</paragraph>
 </listitem>
 </list>
-<paragraph xml-lang="en-US" id="par_id3155872" role="paragraph" l10n="U" 
oldref="60">You can also make changes directly to an index or table of 
contents. Right-click in the index or table of contents, choose <emph>Edit 
Index/Table</emph>, click <emph>Index/Table</emph> tab, and then clear the 
<emph>Protected from manual changes</emph> check box.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155872" role="paragraph" l10n="U">You 
can also make changes directly to an index or table of contents. Right-click in 
the index or table of contents, choose <emph>Edit Index/Table</emph>, click 
<emph>Index/Table</emph> tab, and then clear the <emph>Protected from manual 
changes</emph> check box.</paragraph>
 <embed href="text/shared/00/00000004.xhp#related"/>
 <embed href="text/swriter/guide/indices_toc.xhp#indices_toc"/>
 <embed href="text/swriter/guide/indices_edit.xhp#indices_edit"/>
diff --git 
a/main/helpcontent2/source/text/swriter/guide/insert_graphic_fromchart.xhp 
b/main/helpcontent2/source/text/swriter/guide/insert_graphic_fromchart.xhp
index ef2ed6d3c9..cd8df36637 100644
--- a/main/helpcontent2/source/text/swriter/guide/insert_graphic_fromchart.xhp
+++ b/main/helpcontent2/source/text/swriter/guide/insert_graphic_fromchart.xhp
@@ -35,24 +35,24 @@ status="PUBLISH">
 <bookmark_value>copying; charts from $[officename] Calc</bookmark_value>
 <bookmark_value>text documents;inserting Calc charts</bookmark_value>
 </bookmark>
-<paragraph xml-lang="en-US" id="hd_id3152999" role="heading" level="1" 
l10n="U" oldref="1"><variable id="insert_graphic_fromchart"><link 
href="text/swriter/guide/insert_graphic_fromchart.xhp" name="Inserting a Calc 
Chart into a Text Document">Inserting a Calc Chart into a Text Document</link>
+<paragraph xml-lang="en-US" id="hd_id3152999" role="heading" level="1" 
l10n="U"><variable id="insert_graphic_fromchart"><link 
href="text/swriter/guide/insert_graphic_fromchart.xhp" name="Inserting a Calc 
Chart into a Text Document">Inserting a Calc Chart into a Text Document</link>
 </variable></paragraph>
-<paragraph xml-lang="en-US" id="par_id3155890" role="paragraph" l10n="CHG" 
oldref="16">You can insert a copy of a chart that is not updated when you 
modify the chart data in the spreadsheet.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155890" role="paragraph" l10n="CHG">You 
can insert a copy of a chart that is not updated when you modify the chart data 
in the spreadsheet.</paragraph>
 <list type="ordered">
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3149054" role="listitem" l10n="U" 
oldref="3">Open the text document that you want to copy the chart 
to.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149054" role="listitem" l10n="U">Open 
the text document that you want to copy the chart to.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3155854" role="listitem" l10n="U" 
oldref="4">Open the spreadsheet containing the chart that you want to 
copy.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155854" role="listitem" l10n="U">Open 
the spreadsheet containing the chart that you want to copy.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3153396" role="listitem" l10n="U" 
oldref="5">In the spreadsheet, click the chart. Eight handles 
appear.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153396" role="listitem" l10n="U">In the 
spreadsheet, click the chart. Eight handles appear.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3153414" role="listitem" l10n="U" 
oldref="7">Drag the chart from the spreadsheet to the text document.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153414" role="listitem" l10n="U">Drag 
the chart from the spreadsheet to the text document.</paragraph>
 </listitem>
 </list>
-<paragraph xml-lang="en-US" id="par_id3145102" role="paragraph" l10n="U" 
oldref="9">You can resize and move the chart in the text document as you would 
any object. To edit the chart data, double-click the chart.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3145102" role="paragraph" l10n="U">You 
can resize and move the chart in the text document as you would any object. To 
edit the chart data, double-click the chart.</paragraph>
 <embed href="text/shared/00/00000004.xhp#related"/>
 <embed href="text/swriter/guide/insert_graphic.xhp#insert_graphic"/>
 <embed 
href="text/swriter/guide/insert_graphic_dialog.xhp#insert_graphic_dialog"/>

Reply via email to