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 e74af31e6e Remove 'oldref' entries (work in progress)
e74af31e6e is described below

commit e74af31e6e9b92c45d9a4ff18c02d1e3d701b701
Author: mseidel <msei...@apache.org>
AuthorDate: Thu Feb 20 00:50:03 2025 +0100

    Remove 'oldref' entries (work in progress)
    
    (cherry picked from commit 60173332d10886863c8d73b9d59ea509040253d7)
---
 .../source/text/sbasic/shared/03010101.xhp         | 59 ++++++++++-----------
 .../source/text/sbasic/shared/03101000.xhp         | 61 +++++++++++-----------
 .../source/text/scalc/guide/database_filter.xhp    | 20 ++++---
 .../source/text/shared/01/05350600.xhp             | 38 +++++++-------
 .../source/text/shared/02/20050000.xhp             | 36 ++++++-------
 .../source/text/shared/autopi/01100100.xhp         | 34 ++++++------
 .../text/shared/explorer/database/02010101.xhp     | 39 ++++++--------
 .../source/text/shared/guide/doc_autosave.xhp      | 28 +++++-----
 .../source/text/simpress/01/05120100.xhp           | 50 +++++++++---------
 .../source/text/swriter/01/05040800.xhp            | 34 ++++++------
 10 files changed, 191 insertions(+), 208 deletions(-)

diff --git a/main/helpcontent2/source/text/sbasic/shared/03010101.xhp 
b/main/helpcontent2/source/text/sbasic/shared/03010101.xhp
index 2224df3a1b..cd87582d4a 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03010101.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03010101.xhp
@@ -34,39 +34,36 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id1807916">
 <bookmark_value>MsgBox statement</bookmark_value>
 </bookmark>
-<paragraph role="heading" id="hd_id3154927" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/sbasic/shared/03010101.xhp">MsgBox 
Statement [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3148947" xml-lang="en-US" l10n="U" 
oldref="2">Displays a dialog box containing a message.</paragraph>
+<paragraph role="heading" id="hd_id3154927" xml-lang="en-US" level="1" 
l10n="U"><link href="text/sbasic/shared/03010101.xhp">MsgBox Statement 
[Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3148947" xml-lang="en-US" 
l10n="U">Displays a dialog box containing a message.</paragraph>
 </section>
-<paragraph role="heading" id="hd_id3153897" xml-lang="en-US" level="2" 
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph role="code" id="par_id3148664" xml-lang="en-US" l10n="U" 
oldref="4">MsgBox Text As String [,Type As Integer [,Dialogtitle As String]] 
(As Statement) or MsgBox (Text As String [,Type As Integer [,Dialogtitle As 
String]]) (As Function)</paragraph>
-<paragraph role="heading" id="hd_id3153361" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Parameter:</paragraph>
-<paragraph role="paragraph" id="par_id3148798" xml-lang="en-US" l10n="U" 
oldref="6">
-<emph>Text:</emph> String expression displayed as a message in the dialog box. 
Line breaks can be inserted with Chr$(13).</paragraph>
-<paragraph role="paragraph" id="par_id3150769" xml-lang="en-US" l10n="U" 
oldref="7">
-<emph>DialogTitle:</emph> String expression displayed in the title bar of the 
dialog. If omitted, the title bar displays the name of the respective 
application.</paragraph>
-<paragraph role="paragraph" id="par_id3147228" xml-lang="en-US" l10n="U" 
oldref="8">
-<emph>Type:</emph> Any integer expression that specifies the dialog type, as 
well as the number and type of buttons to display, and the icon type. 
<emph>Type</emph> represents a combination of bit patterns, that is, a 
combination of elements can be defined by adding their respective 
values:</paragraph>
-<paragraph role="paragraph" id="par_id3161832" xml-lang="en-US" l10n="U" 
oldref="9">0 : Display OK button only.</paragraph>
-<paragraph role="paragraph" id="par_id3153726" xml-lang="en-US" l10n="U" 
oldref="10">1 : Display OK and Cancel buttons.</paragraph>
-<paragraph role="paragraph" id="par_id3149665" xml-lang="en-US" l10n="CHG" 
oldref="11">2 : Display Abort, Retry, and Ignore buttons.</paragraph>
-<paragraph role="paragraph" id="par_id3147318" xml-lang="en-US" l10n="U" 
oldref="12">3 : Display Yes, No and Cancel buttons.</paragraph>
-<paragraph role="paragraph" id="par_id3155412" xml-lang="en-US" l10n="U" 
oldref="13">4 : Display Yes and No buttons.</paragraph>
-<paragraph role="paragraph" id="par_id3146119" xml-lang="en-US" l10n="U" 
oldref="14">5 : Display Retry and Cancel buttons.</paragraph>
-<paragraph role="paragraph" id="par_id3159155" xml-lang="en-US" l10n="U" 
oldref="15">16 : Add the Stop icon to the dialog.</paragraph>
-<paragraph role="paragraph" id="par_id3145366" xml-lang="en-US" l10n="U" 
oldref="16">32 : Add the Question icon to the dialog.</paragraph>
-<paragraph role="paragraph" id="par_id3147350" xml-lang="en-US" l10n="U" 
oldref="17">48 : Add the Exclamation icon to the dialog.</paragraph>
-<paragraph role="paragraph" id="par_id3149960" xml-lang="en-US" l10n="U" 
oldref="18">64 : Add the Information icon to the dialog.</paragraph>
-<paragraph role="paragraph" id="par_id3154944" xml-lang="en-US" l10n="U" 
oldref="19">128 : First button in the dialog as default button.</paragraph>
-<paragraph role="paragraph" id="par_id3155417" xml-lang="en-US" l10n="U" 
oldref="20">256 : Second button in the dialog as default button.</paragraph>
-<paragraph role="paragraph" id="par_id3153878" xml-lang="en-US" l10n="U" 
oldref="21">512 : Third button in the dialog as default button.</paragraph>
+<paragraph role="heading" id="hd_id3153897" xml-lang="en-US" level="2" 
l10n="U">Syntax:</paragraph>
+<paragraph role="code" id="par_id3148664" xml-lang="en-US" l10n="U">MsgBox 
Text As String [,Type As Integer [,Dialogtitle As String]] (As Statement) or 
MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]]) (As 
Function)</paragraph>
+<paragraph role="heading" id="hd_id3153361" xml-lang="en-US" level="2" 
l10n="U">Parameter:</paragraph>
+<paragraph role="paragraph" id="par_id3148798" xml-lang="en-US" 
l10n="U"><emph>Text:</emph> String expression displayed as a message in the 
dialog box. Line breaks can be inserted with Chr$(13).</paragraph>
+<paragraph role="paragraph" id="par_id3150769" xml-lang="en-US" 
l10n="U"><emph>DialogTitle:</emph> String expression displayed in the title bar 
of the dialog. If omitted, the title bar displays the name of the respective 
application.</paragraph>
+<paragraph role="paragraph" id="par_id3147228" xml-lang="en-US" 
l10n="U"><emph>Type:</emph> Any integer expression that specifies the dialog 
type, as well as the number and type of buttons to display, and the icon type. 
<emph>Type</emph> represents a combination of bit patterns, that is, a 
combination of elements can be defined by adding their respective 
values:</paragraph>
+<paragraph role="paragraph" id="par_id3161832" xml-lang="en-US" l10n="U">0 : 
Display OK button only.</paragraph>
+<paragraph role="paragraph" id="par_id3153726" xml-lang="en-US" l10n="U">1 : 
Display OK and Cancel buttons.</paragraph>
+<paragraph role="paragraph" id="par_id3149665" xml-lang="en-US" l10n="CHG">2 : 
Display Abort, Retry, and Ignore buttons.</paragraph>
+<paragraph role="paragraph" id="par_id3147318" xml-lang="en-US" l10n="U">3 : 
Display Yes, No and Cancel buttons.</paragraph>
+<paragraph role="paragraph" id="par_id3155412" xml-lang="en-US" l10n="U">4 : 
Display Yes and No buttons.</paragraph>
+<paragraph role="paragraph" id="par_id3146119" xml-lang="en-US" l10n="U">5 : 
Display Retry and Cancel buttons.</paragraph>
+<paragraph role="paragraph" id="par_id3159155" xml-lang="en-US" l10n="U">16 : 
Add the Stop icon to the dialog.</paragraph>
+<paragraph role="paragraph" id="par_id3145366" xml-lang="en-US" l10n="U">32 : 
Add the Question icon to the dialog.</paragraph>
+<paragraph role="paragraph" id="par_id3147350" xml-lang="en-US" l10n="U">48 : 
Add the Exclamation icon to the dialog.</paragraph>
+<paragraph role="paragraph" id="par_id3149960" xml-lang="en-US" l10n="U">64 : 
Add the Information icon to the dialog.</paragraph>
+<paragraph role="paragraph" id="par_id3154944" xml-lang="en-US" l10n="U">128 : 
First button in the dialog as default button.</paragraph>
+<paragraph role="paragraph" id="par_id3155417" xml-lang="en-US" l10n="U">256 : 
Second button in the dialog as default button.</paragraph>
+<paragraph role="paragraph" id="par_id3153878" xml-lang="en-US" l10n="U">512 : 
Third button in the dialog as default button.</paragraph>
 <embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
 <embed href="text/sbasic/shared/00000003.xhp#err5"/>
-<paragraph role="heading" id="hd_id3150715" xml-lang="en-US" level="2" 
l10n="U" oldref="22">Example:</paragraph>
-<paragraph role="code" id="par_id3154511" xml-lang="en-US" l10n="U" 
oldref="23">Sub ExampleMsgBox</paragraph>
-<paragraph role="code" id="par_id3150327" xml-lang="en-US" l10n="U" 
oldref="24">Const sText1 = "An unexpected error occurred."</paragraph>
-<paragraph role="code" id="par_id3146912" xml-lang="en-US" l10n="U" 
oldref="25">Const sText2 = "The program execution will continue, 
however."</paragraph>
-<paragraph role="code" id="par_id3154757" xml-lang="en-US" l10n="U" 
oldref="26">Const sText3 = "Error"</paragraph>
-<paragraph role="code" id="par_id3155445" xml-lang="en-US" l10n="U" 
oldref="27">MsgBox(sText1 + Chr(13) + sText2,16,sText3)</paragraph>
-<paragraph role="code" id="par_id3155768" xml-lang="en-US" l10n="U" 
oldref="28">End sub</paragraph>
+<paragraph role="heading" id="hd_id3150715" xml-lang="en-US" level="2" 
l10n="U">Example:</paragraph>
+<paragraph role="code" id="par_id3154511" xml-lang="en-US" l10n="U">Sub 
ExampleMsgBox</paragraph>
+<paragraph role="code" id="par_id3150327" xml-lang="en-US" l10n="U">Const 
sText1 = "An unexpected error occurred."</paragraph>
+<paragraph role="code" id="par_id3146912" xml-lang="en-US" l10n="U">Const 
sText2 = "The program execution will continue, however."</paragraph>
+<paragraph role="code" id="par_id3154757" xml-lang="en-US" l10n="U">Const 
sText3 = "Error"</paragraph>
+<paragraph role="code" id="par_id3155445" xml-lang="en-US" 
l10n="U">MsgBox(sText1 + Chr(13) + sText2,16,sText3)</paragraph>
+<paragraph role="code" id="par_id3155768" xml-lang="en-US" l10n="U">End 
sub</paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/sbasic/shared/03101000.xhp 
b/main/helpcontent2/source/text/sbasic/shared/03101000.xhp
index 2de08ead05..e138a5186b 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03101000.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03101000.xhp
@@ -33,71 +33,70 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id3146958">
 <bookmark_value>CStr function</bookmark_value>
 </bookmark>
-<paragraph role="heading" id="hd_id3146958" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/sbasic/shared/03101000.xhp" name="CStr 
Function [Runtime]">CStr Function [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3147574" xml-lang="en-US" l10n="U" 
oldref="2">Converts any numeric expression to a string expression.</paragraph>
+<paragraph role="heading" id="hd_id3146958" xml-lang="en-US" level="1" 
l10n="U"><link href="text/sbasic/shared/03101000.xhp" name="CStr Function 
[Runtime]">CStr Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3147574" xml-lang="en-US" 
l10n="U">Converts any numeric expression to a string expression.</paragraph>
 </section>
-<paragraph role="heading" id="hd_id3148473" 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">CStr (Expression)</paragraph>
-<paragraph role="heading" id="hd_id3153062" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Return value:</paragraph>
-<paragraph role="paragraph" id="par_id3153897" xml-lang="en-US" l10n="U" 
oldref="6">String</paragraph>
-<paragraph role="heading" id="hd_id3154760" xml-lang="en-US" level="2" 
l10n="U" oldref="7">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3149457" xml-lang="en-US" l10n="U" 
oldref="8">
-<emph>Expression:</emph> Any valid string or numeric expression that you want 
to convert.</paragraph>
-<paragraph role="heading" id="hd_id3150358" xml-lang="en-US" level="2" 
l10n="U" oldref="9">Expression Types and Conversion Returns</paragraph>
+<paragraph role="heading" id="hd_id3148473" xml-lang="en-US" level="2" 
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3145315" xml-lang="en-US" l10n="U">CStr 
(Expression)</paragraph>
+<paragraph role="heading" id="hd_id3153062" xml-lang="en-US" level="2" 
l10n="U">Return value:</paragraph>
+<paragraph role="paragraph" id="par_id3153897" xml-lang="en-US" 
l10n="U">String</paragraph>
+<paragraph role="heading" id="hd_id3154760" xml-lang="en-US" level="2" 
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3149457" xml-lang="en-US" 
l10n="U"><emph>Expression:</emph> Any valid string or numeric expression that 
you want to convert.</paragraph>
+<paragraph role="heading" id="hd_id3150358" xml-lang="en-US" level="2" 
l10n="U">Expression Types and Conversion Returns</paragraph>
 <table id="tbl_id3148797">
 <tablerow>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3153192" xml-lang="en-US" l10n="U" 
oldref="10">Boolean :</paragraph>
+<paragraph role="paragraph" id="par_id3153192" xml-lang="en-US" 
l10n="U">Boolean :</paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3156422" xml-lang="en-US" l10n="U" 
oldref="11">String that evaluates to either <emph>True</emph> or 
<emph>False</emph>.</paragraph>
+<paragraph role="paragraph" id="par_id3156422" xml-lang="en-US" 
l10n="U">String that evaluates to either <emph>True</emph> or 
<emph>False</emph>.</paragraph>
 </tablecell>
 </tablerow>
 <tablerow>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3147287" xml-lang="en-US" l10n="U" 
oldref="12">Date :</paragraph>
+<paragraph role="paragraph" id="par_id3147287" xml-lang="en-US" l10n="U">Date 
:</paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3155411" xml-lang="en-US" l10n="U" 
oldref="13">String that contains the date and time.</paragraph>
+<paragraph role="paragraph" id="par_id3155411" xml-lang="en-US" 
l10n="U">String that contains the date and time.</paragraph>
 </tablecell>
 </tablerow>
 <tablerow>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3147428" xml-lang="en-US" l10n="U" 
oldref="14">Null :</paragraph>
+<paragraph role="paragraph" id="par_id3147428" xml-lang="en-US" l10n="U">Null 
:</paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3150486" xml-lang="en-US" l10n="U" 
oldref="15">Run-time error.</paragraph>
+<paragraph role="paragraph" id="par_id3150486" xml-lang="en-US" 
l10n="U">Run-time error.</paragraph>
 </tablecell>
 </tablerow>
 <tablerow>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3153953" xml-lang="en-US" l10n="U" 
oldref="16">Empty :</paragraph>
+<paragraph role="paragraph" id="par_id3153953" xml-lang="en-US" l10n="U">Empty 
:</paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3155306" xml-lang="en-US" l10n="U" 
oldref="17">String without any characters.</paragraph>
+<paragraph role="paragraph" id="par_id3155306" xml-lang="en-US" 
l10n="U">String without any characters.</paragraph>
 </tablecell>
 </tablerow>
 <tablerow>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3149260" xml-lang="en-US" l10n="U" 
oldref="18">Any :</paragraph>
+<paragraph role="paragraph" id="par_id3149260" xml-lang="en-US" l10n="U">Any 
:</paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3152938" xml-lang="en-US" l10n="U" 
oldref="19">Corresponding number as string.</paragraph>
+<paragraph role="paragraph" id="par_id3152938" xml-lang="en-US" 
l10n="U">Corresponding number as string.</paragraph>
 </tablecell>
 </tablerow>
 </table>
-<paragraph role="paragraph" id="par_id3155738" xml-lang="en-US" l10n="U" 
oldref="20">Zeros at the end of a floating-point number are not included in the 
returned string.</paragraph>
+<paragraph role="paragraph" id="par_id3155738" xml-lang="en-US" l10n="U">Zeros 
at the end of a floating-point number are not included in the returned 
string.</paragraph>
 <embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
 <embed href="text/sbasic/shared/00000003.xhp#err5"/>
-<paragraph role="heading" id="hd_id3154729" xml-lang="en-US" level="2" 
l10n="U" oldref="21">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3153878" xml-lang="en-US" l10n="U" 
oldref="22">Sub ExampleCSTR</paragraph>
-<paragraph role="paragraph" id="par_id3154943" xml-lang="en-US" l10n="U" 
oldref="23">Dim sVar As String</paragraph>
-<paragraph role="paragraph" id="par_id3156283" xml-lang="en-US" l10n="U" 
oldref="24">Msgbox CDbl(1234.5678)</paragraph>
-<paragraph role="paragraph" id="par_id3147396" xml-lang="en-US" l10n="U" 
oldref="25">Msgbox CInt(1234.5678)</paragraph>
-<paragraph role="paragraph" id="par_id3155600" xml-lang="en-US" l10n="U" 
oldref="26">Msgbox CLng(1234.5678)</paragraph>
-<paragraph role="paragraph" id="par_id3153416" xml-lang="en-US" l10n="U" 
oldref="27">Msgbox CSng(1234.5678)</paragraph>
-<paragraph role="paragraph" id="par_id3156559" xml-lang="en-US" l10n="U" 
oldref="28">sVar = CStr(1234.5678)</paragraph>
-<paragraph role="paragraph" id="par_id3153947" xml-lang="en-US" l10n="U" 
oldref="29">MsgBox sVar</paragraph>
-<paragraph role="paragraph" id="par_id3150327" xml-lang="en-US" l10n="U" 
oldref="30">end sub</paragraph>
+<paragraph role="heading" id="hd_id3154729" xml-lang="en-US" level="2" 
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3153878" xml-lang="en-US" l10n="U">Sub 
ExampleCSTR</paragraph>
+<paragraph role="paragraph" id="par_id3154943" xml-lang="en-US" l10n="U">Dim 
sVar As String</paragraph>
+<paragraph role="paragraph" id="par_id3156283" xml-lang="en-US" 
l10n="U">Msgbox CDbl(1234.5678)</paragraph>
+<paragraph role="paragraph" id="par_id3147396" xml-lang="en-US" 
l10n="U">Msgbox CInt(1234.5678)</paragraph>
+<paragraph role="paragraph" id="par_id3155600" xml-lang="en-US" 
l10n="U">Msgbox CLng(1234.5678)</paragraph>
+<paragraph role="paragraph" id="par_id3153416" xml-lang="en-US" 
l10n="U">Msgbox CSng(1234.5678)</paragraph>
+<paragraph role="paragraph" id="par_id3156559" xml-lang="en-US" l10n="U">sVar 
= CStr(1234.5678)</paragraph>
+<paragraph role="paragraph" id="par_id3153947" xml-lang="en-US" 
l10n="U">MsgBox sVar</paragraph>
+<paragraph role="paragraph" id="par_id3150327" xml-lang="en-US" l10n="U">end 
sub</paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/scalc/guide/database_filter.xhp 
b/main/helpcontent2/source/text/scalc/guide/database_filter.xhp
index b05e873ef4..5d74a05113 100644
--- a/main/helpcontent2/source/text/scalc/guide/database_filter.xhp
+++ b/main/helpcontent2/source/text/scalc/guide/database_filter.xhp
@@ -35,39 +35,37 @@
 <bookmark_value>database ranges;applying/removing filters</bookmark_value>
 <bookmark_value>removing;cell range filters</bookmark_value>
 </bookmark><comment>MW changed "cell ranges," added "removing;" and made one 
"database ranges;" entry out of two. Same for "filtering;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3153541" role="heading" level="1" 
l10n="CHG"
-oldref="47"><variable id="database_filter"><link 
href="text/scalc/guide/database_filter.xhp" name="Filtering Cell 
Ranges">Filtering Cell Ranges</link>
+<paragraph xml-lang="en-US" id="hd_id3153541" role="heading" level="1" 
l10n="CHG"><variable id="database_filter"><link 
href="text/scalc/guide/database_filter.xhp" name="Filtering Cell 
Ranges">Filtering Cell Ranges</link>
 </variable></paragraph>
-<paragraph xml-lang="en-US" id="par_id3145069" role="paragraph" l10n="CHG" 
oldref="48">You can use several filters to filter cell ranges in spreadsheets. 
A standard filter uses the options that you specify to filter the data. An 
AutoFilter filters data according to a specific value or string. An advanced 
filter uses filter criteria from specified cells.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3145069" role="paragraph" l10n="CHG">You 
can use several filters to filter cell ranges in spreadsheets. A standard 
filter uses the options that you specify to filter the data. An AutoFilter 
filters data according to a specific value or string. An advanced filter uses 
filter criteria from specified cells.</paragraph>
 <paragraph xml-lang="en-US" id="par_idN10682" role="heading" level="2" 
l10n="CHG">To Apply a Standard Filter to a Cell Range</paragraph>
 <list type="ordered">
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3150398" role="listitem" l10n="CHG" 
oldref="50">Click in a cell range.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150398" role="listitem" 
l10n="CHG">Click in a cell range.</paragraph>
 </listitem>
 <listitem>
 <paragraph xml-lang="en-US" id="par_idN10693" role="listitem" 
l10n="NEW">Choose <item type="menuitem">Data - Filter - Standard 
Filter</item>.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3156422" role="listitem" l10n="CHG" 
oldref="51">In the <emph>Standard Filter</emph> dialog, specify the filter 
options that you want.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3156422" role="listitem" l10n="CHG">In 
the <emph>Standard Filter</emph> dialog, specify the filter options that you 
want.</paragraph>
 </listitem>
 <listitem>
 <paragraph xml-lang="en-US" id="par_idN106A5" role="listitem" l10n="NEW">Click 
<emph>OK</emph>.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3153143" role="paragraph" l10n="U" 
oldref="52">The records that match the filter options that you specified are 
shown.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153143" role="paragraph" l10n="U">The 
records that match the filter options that you specified are shown.</paragraph>
 </listitem>
 </list>
-<paragraph xml-lang="en-US" id="par_id3153728" role="heading" level="2" 
l10n="CHG"
-oldref="53">To Apply an AutoFilter to a Cell Range</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153728" role="heading" level="2" 
l10n="CHG">To Apply an AutoFilter to a Cell Range</paragraph>
 <list type="ordered">
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3144764" role="listitem" l10n="CHG" 
oldref="54">Click in a cell range or a database range.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3144764" role="listitem" 
l10n="CHG">Click in a cell range or a database range.</paragraph>
 <paragraph xml-lang="en-US" id="par_id9303872" role="tip" l10n="NEW">If you 
want to apply multiple AutoFilters to the same sheet, you must first define 
database ranges, then apply the AutoFilters to the database ranges.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3154944" role="listitem" l10n="U" 
oldref="55">Choose <item type="menuitem">Data - Filter - 
AutoFilter</item>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154944" role="listitem" l10n="U">Choose 
<item type="menuitem">Data - Filter - AutoFilter</item>.</paragraph>
 <paragraph xml-lang="en-US" id="par_idN106DB" role="listitem" l10n="NEW">An 
arrow button is added to the head of each column in the database 
range.</paragraph>
 </listitem>
 <listitem>
-<paragraph xml-lang="en-US" id="par_id3153878" role="listitem" l10n="U" 
oldref="56">Click the arrow button in the column that contains the value or 
string that you want to set as the filter criteria.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153878" role="listitem" l10n="U">Click 
the arrow button in the column that contains the value or string that you want 
to set as the filter criteria.</paragraph>
 </listitem>
 <listitem>
 <paragraph xml-lang="en-US" id="par_idN10749" role="listitem" 
l10n="NEW">Select the value or string that you want to use as the filter 
criteria.</paragraph>
diff --git a/main/helpcontent2/source/text/shared/01/05350600.xhp 
b/main/helpcontent2/source/text/shared/01/05350600.xhp
index b35c6d9736..4c23599547 100644
--- a/main/helpcontent2/source/text/shared/01/05350600.xhp
+++ b/main/helpcontent2/source/text/shared/01/05350600.xhp
@@ -31,42 +31,42 @@
 <body>
 <section id="material">
 <bookmark xml-lang="en-US" 
branch="hid/svx:ImageButton:RID_SVXFLOAT_3D:BTN_MATERIAL" id="bm_id3155182" 
localize="false"/>
-<paragraph role="heading" id="hd_id3154349" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/shared/01/05350600.xhp" 
name="Material">Material</link></paragraph>
-<paragraph role="paragraph" id="par_id3160463" xml-lang="en-US" l10n="U" 
oldref="2"><ahelp hid="SVX_IMAGEBUTTON_RID_SVXFLOAT_3D_BTN_MATERIAL">Changes 
the coloring of the selected 3D object.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3154349" xml-lang="en-US" level="1" 
l10n="U"><link href="text/shared/01/05350600.xhp" 
name="Material">Material</link></paragraph>
+<paragraph role="paragraph" id="par_id3160463" xml-lang="en-US" 
l10n="U"><ahelp hid="SVX_IMAGEBUTTON_RID_SVXFLOAT_3D_BTN_MATERIAL">Changes the 
coloring of the selected 3D object.</ahelp></paragraph>
 </section>
 <section id="howtoget">
 <embed href="text/shared/00/00040500.xhp#3dmaterial"/>
 </section>
-<paragraph role="heading" id="hd_id3154682" xml-lang="en-US" level="2" 
l10n="U" oldref="4">Material</paragraph>
-<paragraph role="paragraph" id="par_id3152363" xml-lang="en-US" l10n="U" 
oldref="29">Assigns a predefined color scheme or lets you create your own color 
scheme.</paragraph>
+<paragraph role="heading" id="hd_id3154682" xml-lang="en-US" level="2" 
l10n="U">Material</paragraph>
+<paragraph role="paragraph" id="par_id3152363" xml-lang="en-US" 
l10n="U">Assigns a predefined color scheme or lets you create your own color 
scheme.</paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/svx:ListBox:RID_SVXFLOAT_3D:LB_MAT_FAVORITES" id="bm_id3149205" 
localize="false"/>
-<paragraph role="heading" id="hd_id3154497" xml-lang="en-US" level="3" 
l10n="U" oldref="9">Favorites</paragraph>
-<paragraph role="paragraph" id="par_id3153303" xml-lang="en-US" l10n="U" 
oldref="10"><ahelp hid="SVX_LISTBOX_RID_SVXFLOAT_3D_LB_MAT_FAVORITES">Select a 
predefined color scheme, or select <emph>User-defined</emph> to define a custom 
color scheme.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3154497" xml-lang="en-US" level="3" 
l10n="U">Favorites</paragraph>
+<paragraph role="paragraph" id="par_id3153303" xml-lang="en-US" 
l10n="U"><ahelp hid="SVX_LISTBOX_RID_SVXFLOAT_3D_LB_MAT_FAVORITES">Select a 
predefined color scheme, or select <emph>User-defined</emph> to define a custom 
color scheme.</ahelp></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/svx:ListBox:RID_SVXFLOAT_3D:LB_MAT_COLOR" id="bm_id3150710" 
localize="false"/>
-<paragraph role="heading" id="hd_id3093440" xml-lang="en-US" level="3" 
l10n="U" oldref="16">Object color</paragraph>
-<paragraph role="paragraph" id="par_id3157896" xml-lang="en-US" l10n="U" 
oldref="17"><ahelp hid="SVX_LISTBOX_RID_SVXFLOAT_3D_LB_MAT_COLOR">Select the 
color that you want to apply to the object.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3093440" xml-lang="en-US" level="3" 
l10n="U">Object color</paragraph>
+<paragraph role="paragraph" id="par_id3157896" xml-lang="en-US" 
l10n="U"><ahelp hid="SVX_LISTBOX_RID_SVXFLOAT_3D_LB_MAT_COLOR">Select the color 
that you want to apply to the object.</ahelp></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/svx:ImageButton:RID_SVXFLOAT_3D:BTN_MAT_COLOR" id="bm_id3151226" 
localize="false"/>
-<paragraph role="heading" id="hd_id3147373" xml-lang="en-US" level="3" 
l10n="U" oldref="18"><link href="text/shared/optionen/01010501.xhp" 
name="Select Color Through the Color Dialog">Select Color Through the Color 
Dialog</link></paragraph>
+<paragraph role="heading" id="hd_id3147373" xml-lang="en-US" level="3" 
l10n="U"><link href="text/shared/optionen/01010501.xhp" name="Select Color 
Through the Color Dialog">Select Color Through the Color 
Dialog</link></paragraph>
 <embed href="text/shared/optionen/01010501.xhp#farbentext"/>
 <embed href="text/shared/00/00000406.xhp#farbdial"/>
 <bookmark xml-lang="en-US" 
branch="hid/svx:ListBox:RID_SVXFLOAT_3D:LB_MAT_EMISSION" id="bm_id3157864" 
localize="false"/>
-<paragraph role="heading" id="hd_id3147571" xml-lang="en-US" level="3" 
l10n="U" oldref="19">Illumination color</paragraph>
-<paragraph role="paragraph" id="par_id3159234" xml-lang="en-US" l10n="U" 
oldref="20"><ahelp hid="SVX_LISTBOX_RID_SVXFLOAT_3D_LB_MAT_EMISSION">Select the 
color to illuminate the object.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3147571" xml-lang="en-US" level="3" 
l10n="U">Illumination color</paragraph>
+<paragraph role="paragraph" id="par_id3159234" xml-lang="en-US" 
l10n="U"><ahelp hid="SVX_LISTBOX_RID_SVXFLOAT_3D_LB_MAT_EMISSION">Select the 
color to illuminate the object.</ahelp></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/svx:ImageButton:RID_SVXFLOAT_3D:BTN_EMISSION_COLOR" 
id="bm_id3143268" localize="false"/>
-<paragraph role="heading" id="hd_id3153748" xml-lang="en-US" level="3" 
l10n="U" oldref="21"><link href="text/shared/optionen/01010501.xhp" 
name="Select Color Through the Color Dialog">Select Color Through the Color 
Dialog</link></paragraph>
+<paragraph role="heading" id="hd_id3153748" xml-lang="en-US" level="3" 
l10n="U"><link href="text/shared/optionen/01010501.xhp" name="Select Color 
Through the Color Dialog">Select Color Through the Color 
Dialog</link></paragraph>
 <embed href="text/shared/optionen/01010501.xhp#farbentext"/>
 <embed href="text/shared/00/00000406.xhp#farbdial"/>
-<paragraph role="heading" id="hd_id3154983" xml-lang="en-US" level="2" 
l10n="U" oldref="22">Specular</paragraph>
-<paragraph role="paragraph" id="par_id3147008" xml-lang="en-US" l10n="U" 
oldref="23">Sets the light reflection properties for the selected 
object.</paragraph>
+<paragraph role="heading" id="hd_id3154983" xml-lang="en-US" level="2" 
l10n="U">Specular</paragraph>
+<paragraph role="paragraph" id="par_id3147008" xml-lang="en-US" l10n="U">Sets 
the light reflection properties for the selected object.</paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/svx:ListBox:RID_SVXFLOAT_3D:LB_MAT_SPECULAR" id="bm_id3145383" 
localize="false"/>
-<paragraph role="heading" id="hd_id3150355" xml-lang="en-US" level="3" 
l10n="U" oldref="24">Color</paragraph>
-<paragraph role="paragraph" id="par_id3151111" xml-lang="en-US" l10n="U" 
oldref="25"><ahelp hid="SVX_LISTBOX_RID_SVXFLOAT_3D_LB_MAT_SPECULAR">Select the 
color that you want the object to reflect.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3150355" xml-lang="en-US" level="3" 
l10n="U">Color</paragraph>
+<paragraph role="paragraph" id="par_id3151111" xml-lang="en-US" 
l10n="U"><ahelp hid="SVX_LISTBOX_RID_SVXFLOAT_3D_LB_MAT_SPECULAR">Select the 
color that you want the object to reflect.</ahelp></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/svx:ImageButton:RID_SVXFLOAT_3D:BTN_SPECULAR_COLOR" 
id="bm_id3147243" localize="false"/>
-<paragraph role="heading" id="hd_id3152996" xml-lang="en-US" level="3" 
l10n="U" oldref="26"><link href="text/shared/optionen/01010501.xhp" 
name="Select Color Through the Color Dialog">Select Color Through the Color 
Dialog</link></paragraph>
+<paragraph role="heading" id="hd_id3152996" xml-lang="en-US" level="3" 
l10n="U"><link href="text/shared/optionen/01010501.xhp" name="Select Color 
Through the Color Dialog">Select Color Through the Color 
Dialog</link></paragraph>
 <embed href="text/shared/optionen/01010501.xhp#farbentext"/>
 <embed href="text/shared/00/00000406.xhp#farbdial"/>
 <bookmark xml-lang="en-US" 
branch="hid/svx:MetricField:RID_SVXFLOAT_3D:MTR_MAT_SPECULAR_INTENSITY" 
id="bm_id3149276" localize="false"/>
-<paragraph role="heading" id="hd_id3152909" xml-lang="en-US" level="3" 
l10n="U" oldref="27">Intensity</paragraph>
-<paragraph role="paragraph" id="par_id3159256" xml-lang="en-US" l10n="U" 
oldref="28"><ahelp 
hid="SVX_METRICFIELD_RID_SVXFLOAT_3D_MTR_MAT_SPECULAR_INTENSITY">Enter the 
intensity of the specular effect.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3152909" xml-lang="en-US" level="3" 
l10n="U">Intensity</paragraph>
+<paragraph role="paragraph" id="par_id3159256" xml-lang="en-US" 
l10n="U"><ahelp 
hid="SVX_METRICFIELD_RID_SVXFLOAT_3D_MTR_MAT_SPECULAR_INTENSITY">Enter the 
intensity of the specular effect.</ahelp></paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/shared/02/20050000.xhp 
b/main/helpcontent2/source/text/shared/02/20050000.xhp
index b3e20bd728..da18eda840 100644
--- a/main/helpcontent2/source/text/shared/02/20050000.xhp
+++ b/main/helpcontent2/source/text/shared/02/20050000.xhp
@@ -41,59 +41,53 @@
 <bookmark xml-lang="en-US" branch="hid/.uno:SelectionMode" id="bm_id3144740" 
localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:StatusSelectionMode" 
id="bm_id2039489" localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:StatusSelectionMode" 
id="bm_id3149495" localize="false"/>
-<paragraph role="heading" id="hd_id3148668" xml-lang="en-US" level="1" 
l10n="U" oldref="1"><link href="text/shared/02/20050000.xhp" name="Selection 
Mode">Selection Mode</link></paragraph>
-<paragraph role="paragraph" id="par_id3146130" xml-lang="en-US" l10n="CHG" 
oldref="2"><ahelp hid=".uno:StatusSelectionMode">Displays the current selection 
mode. You can switch between STD = Standard, EXT = Extend, ADD = Add, BLK = 
Block selection.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3148668" xml-lang="en-US" level="1" 
l10n="U"><link href="text/shared/02/20050000.xhp" name="Selection 
Mode">Selection Mode</link></paragraph>
+<paragraph role="paragraph" id="par_id3146130" xml-lang="en-US" 
l10n="CHG"><ahelp hid=".uno:StatusSelectionMode">Displays the current selection 
mode. You can switch between STD = Standard, EXT = Extend, ADD = Add, BLK = 
Block selection.</ahelp></paragraph>
 </section>
-<paragraph role="paragraph" id="par_id3153894" xml-lang="en-US" l10n="U" 
oldref="3">Each click in the field cycles through the available 
options:</paragraph>
+<paragraph role="paragraph" id="par_id3153894" xml-lang="en-US" l10n="U">Each 
click in the field cycles through the available options:</paragraph>
 <table id="tbl_id3157991">
 <tablerow>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3153394" xml-lang="en-US" l10n="U" 
oldref="4">
-<emph>Display</emph>
-</paragraph>
+<paragraph role="paragraph" id="par_id3153394" xml-lang="en-US" 
l10n="U"><emph>Display</emph></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3149095" xml-lang="en-US" l10n="U" 
oldref="5">
-<emph>Mode</emph>
-</paragraph>
+<paragraph role="paragraph" id="par_id3149095" xml-lang="en-US" 
l10n="U"><emph>Mode</emph></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3155941" xml-lang="en-US" l10n="U" 
oldref="6">
-<emph>Effect</emph>
-</paragraph>
+<paragraph role="paragraph" id="par_id3155941" xml-lang="en-US" 
l10n="U"><emph>Effect</emph></paragraph>
 </tablecell>
 </tablerow>
 <tablerow>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3149827" xml-lang="en-US" l10n="U" 
oldref="7">STD</paragraph>
+<paragraph role="paragraph" id="par_id3149827" xml-lang="en-US" 
l10n="U">STD</paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3152780" xml-lang="en-US" l10n="U" 
oldref="8">Standard mode</paragraph>
+<paragraph role="paragraph" id="par_id3152780" xml-lang="en-US" 
l10n="U">Standard mode</paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3147209" xml-lang="en-US" l10n="U" 
oldref="9">Click in text where you want to position the cursor; click in a cell 
to make it the active cell. Any other selection is then deselected.</paragraph>
+<paragraph role="paragraph" id="par_id3147209" xml-lang="en-US" l10n="U">Click 
in text where you want to position the cursor; click in a cell to make it the 
active cell. Any other selection is then deselected.</paragraph>
 </tablecell>
 </tablerow>
 <tablerow>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3149763" xml-lang="en-US" l10n="U" 
oldref="10">EXT</paragraph>
+<paragraph role="paragraph" id="par_id3149763" xml-lang="en-US" 
l10n="U">EXT</paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3149580" xml-lang="en-US" l10n="U" 
oldref="11">Extension mode (F8)</paragraph>
+<paragraph role="paragraph" id="par_id3149580" xml-lang="en-US" 
l10n="U">Extension mode (F8)</paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3153717" xml-lang="en-US" l10n="U" 
oldref="12">Clicking in the text extends or crops the current 
selection.</paragraph>
+<paragraph role="paragraph" id="par_id3153717" xml-lang="en-US" 
l10n="U">Clicking in the text extends or crops the current 
selection.</paragraph>
 </tablecell>
 </tablerow>
 <tablerow>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3154047" xml-lang="en-US" l10n="U" 
oldref="13">ADD</paragraph>
+<paragraph role="paragraph" id="par_id3154047" xml-lang="en-US" 
l10n="U">ADD</paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3147620" xml-lang="en-US" l10n="U" 
oldref="14">Additional selection mode (Shift+F8)</paragraph>
+<paragraph role="paragraph" id="par_id3147620" xml-lang="en-US" 
l10n="U">Additional selection mode (Shift+F8)</paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3154307" xml-lang="en-US" l10n="U" 
oldref="15">A new selection is added to an existing selection. The result is a 
multiple selection.</paragraph>
+<paragraph role="paragraph" id="par_id3154307" xml-lang="en-US" l10n="U">A new 
selection is added to an existing selection. The result is a multiple 
selection.</paragraph>
 </tablecell>
 </tablerow>
 <tablerow>
diff --git a/main/helpcontent2/source/text/shared/autopi/01100100.xhp 
b/main/helpcontent2/source/text/shared/autopi/01100100.xhp
index 479f798720..38a5426632 100644
--- a/main/helpcontent2/source/text/shared/autopi/01100100.xhp
+++ b/main/helpcontent2/source/text/shared/autopi/01100100.xhp
@@ -30,43 +30,43 @@
 </meta>
 <body>
 <section id="tabellenauswahl">
-<paragraph role="heading" id="hd_id3155599" xml-lang="en-US" level="1" 
l10n="CHG" oldref="19"><link href="text/shared/autopi/01100100.xhp" 
name="Report Wizard - Field Selection">Report Wizard - Field 
Selection</link></paragraph>
-<paragraph role="paragraph" id="par_id3150476" xml-lang="en-US" l10n="U" 
oldref="1"><ahelp hid=".">Specifies the table or query for which you are 
creating the report, and which fields you wish to include in the 
report.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3155599" xml-lang="en-US" level="1" 
l10n="CHG"><link href="text/shared/autopi/01100100.xhp" name="Report Wizard - 
Field Selection">Report Wizard - Field Selection</link></paragraph>
+<paragraph role="paragraph" id="par_id3150476" xml-lang="en-US" 
l10n="U"><ahelp hid=".">Specifies the table or query for which you are creating 
the report, and which fields you wish to include in the 
report.</ahelp></paragraph>
 </section>
 <section id="howtoget">
 <embed href="text/shared/00/00000401.xhp#autopilotreport"/>
 </section>
 <bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGREPORT_1_LBTABLES" 
id="bm_id3154751" localize="false"/>
-<paragraph role="heading" id="hd_id3156136" xml-lang="en-US" level="2" 
l10n="U" oldref="4">Tables or queries</paragraph>
-<paragraph role="paragraph" id="par_id3147043" xml-lang="en-US" l10n="U" 
oldref="5"><ahelp hid="HID_DLGREPORT_1_LBTABLES">Select the table or query for 
which the report is to be created.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3156136" xml-lang="en-US" level="2" 
l10n="U">Tables or queries</paragraph>
+<paragraph role="paragraph" id="par_id3147043" xml-lang="en-US" 
l10n="U"><ahelp hid="HID_DLGREPORT_1_LBTABLES">Select the table or query for 
which the report is to be created.</ahelp></paragraph>
 <section id="vorhandenefelder">
 <bookmark xml-lang="en-US" 
branch="hid/WIZARDS_HID_DLGREPORT_1_FIELDSAVAILABLE" id="bm_id3153683" 
localize="false"/>
-<paragraph role="heading" id="hd_id3147008" xml-lang="en-US" level="2" 
l10n="CHG" oldref="6">Available fields</paragraph>
-<paragraph role="paragraph" id="par_id3155338" xml-lang="en-US" l10n="U" 
oldref="7"><ahelp hid="HID_DLGREPORT_1_FIELDSAVAILABLE">Displays the names of 
the database fields in the selected table or query.</ahelp> Click to select a 
field or press the Shift or <switchinline select="sys"><caseinline 
select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>
 key while clicking to select multiple fields.</paragraph>
+<paragraph role="heading" id="hd_id3147008" xml-lang="en-US" level="2" 
l10n="CHG">Available fields</paragraph>
+<paragraph role="paragraph" id="par_id3155338" xml-lang="en-US" 
l10n="U"><ahelp hid="HID_DLGREPORT_1_FIELDSAVAILABLE">Displays the names of the 
database fields in the selected table or query.</ahelp> Click to select a field 
or press the Shift or <switchinline select="sys"><caseinline 
select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>
 key while clicking to select multiple fields.</paragraph>
 </section>
 <bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGREPORT_1_FIELDSSELECTED" 
id="bm_id3151110" localize="false"/>
-<paragraph role="heading" id="hd_id3153031" xml-lang="en-US" level="2" 
l10n="U" oldref="8">Fields in report</paragraph>
-<paragraph role="paragraph" id="par_id3147275" xml-lang="en-US" l10n="U" 
oldref="9"><ahelp hid="HID_DLGREPORT_1_FIELDSSELECTED">Displays all fields that 
are included in the new report.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153031" xml-lang="en-US" level="2" 
l10n="U">Fields in report</paragraph>
+<paragraph role="paragraph" id="par_id3147275" xml-lang="en-US" 
l10n="U"><ahelp hid="HID_DLGREPORT_1_FIELDSSELECTED">Displays all fields that 
are included in the new report.</ahelp></paragraph>
 <section id="uebernehmen">
 <bookmark xml-lang="en-US" 
branch="hid/WIZARDS_HID_DLGREPORT_1_CMDMOVESELECTED" id="bm_id3156152" 
localize="false"/>
-<paragraph role="heading" id="hd_id3147209" xml-lang="en-US" level="2" 
l10n="CHG" oldref="10">&gt;</paragraph>
-<paragraph role="paragraph" id="par_id3152350" xml-lang="en-US" l10n="CHG" 
oldref="11"><ahelp hid="HID_DLGREPORT_1_CMDMOVESELECTED">Click to move the 
selected field(s) to the box that the arrow is pointing to.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3147209" xml-lang="en-US" level="2" 
l10n="CHG">&gt;</paragraph>
+<paragraph role="paragraph" id="par_id3152350" xml-lang="en-US" 
l10n="CHG"><ahelp hid="HID_DLGREPORT_1_CMDMOVESELECTED">Click to move the 
selected field(s) to the box that the arrow is pointing to.</ahelp></paragraph>
 </section>
 <section id="uebernehmealle">
 <bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGREPORT_1_CMDMOVEALL" 
id="bm_id3154898" localize="false"/>
-<paragraph role="heading" id="hd_id3159269" xml-lang="en-US" level="2" 
l10n="CHG" oldref="12">&gt;&gt;</paragraph>
-<paragraph role="paragraph" id="par_id3149784" xml-lang="en-US" l10n="CHG" 
oldref="13"><ahelp hid="HID_DLGREPORT_1_CMDMOVEALL">Click to move all fields to 
the box that the arrow is pointing to.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3159269" xml-lang="en-US" level="2" 
l10n="CHG">&gt;&gt;</paragraph>
+<paragraph role="paragraph" id="par_id3149784" xml-lang="en-US" 
l10n="CHG"><ahelp hid="HID_DLGREPORT_1_CMDMOVEALL">Click to move all fields to 
the box that the arrow is pointing to.</ahelp></paragraph>
 </section>
 <section id="entfernen">
 <bookmark xml-lang="en-US" 
branch="hid/WIZARDS_HID_DLGREPORT_1_CMDREMOVESELECTED" id="bm_id3153824" 
localize="false"/>
-<paragraph role="heading" id="hd_id3153146" xml-lang="en-US" level="2" 
l10n="CHG" oldref="14">&lt;</paragraph>
-<paragraph role="paragraph" id="par_id3150275" xml-lang="en-US" l10n="CHG" 
oldref="15"><ahelp hid="HID_DLGREPORT_1_CMDREMOVESELECTED">Click to move the 
selected field(s) to the box that the arrow is pointing to.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153146" xml-lang="en-US" level="2" 
l10n="CHG">&lt;</paragraph>
+<paragraph role="paragraph" id="par_id3150275" xml-lang="en-US" 
l10n="CHG"><ahelp hid="HID_DLGREPORT_1_CMDREMOVESELECTED">Click to move the 
selected field(s) to the box that the arrow is pointing to.</ahelp></paragraph>
 </section>
 <section id="entfernealle">
 <bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGREPORT_1_CMDREMOVEALL" 
id="bm_id3156002" localize="false"/>
-<paragraph role="heading" id="hd_id3149233" xml-lang="en-US" level="2" 
l10n="CHG" oldref="16">&lt;&lt;</paragraph>
-<paragraph role="paragraph" id="par_id3150084" xml-lang="en-US" l10n="CHG" 
oldref="17"><ahelp hid="HID_DLGREPORT_1_CMDREMOVEALL">Click to move all fields 
to the box that the arrow is pointing to.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3149233" xml-lang="en-US" level="2" 
l10n="CHG">&lt;&lt;</paragraph>
+<paragraph role="paragraph" id="par_id3150084" xml-lang="en-US" 
l10n="CHG"><ahelp hid="HID_DLGREPORT_1_CMDREMOVEALL">Click to move all fields 
to the box that the arrow is pointing to.</ahelp></paragraph>
 </section>
-<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US" l10n="U" 
oldref="18"><link href="text/shared/autopi/01100150.xhp" name="More about 
Report Wizard - Labeling Fields">More about Report Wizard - Labeling 
Fields</link></paragraph>
+<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US" l10n="U"><link 
href="text/shared/autopi/01100150.xhp" name="More about Report Wizard - 
Labeling Fields">More about Report Wizard - Labeling Fields</link></paragraph>
 </body>
 </helpdocument>
diff --git 
a/main/helpcontent2/source/text/shared/explorer/database/02010101.xhp 
b/main/helpcontent2/source/text/shared/explorer/database/02010101.xhp
index ddd3b4fcd2..d2fd485ba8 100644
--- a/main/helpcontent2/source/text/shared/explorer/database/02010101.xhp
+++ b/main/helpcontent2/source/text/shared/explorer/database/02010101.xhp
@@ -37,34 +37,29 @@
 <bookmark_value>right joins (Base)</bookmark_value>
 <bookmark_value>full joins (Base)</bookmark_value>
 </bookmark><comment>mw deleted "join properties" and changed "link 
properties..." to "links;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3154015" role="heading" level="1" 
l10n="CHG"
-oldref="1">Join Properties</paragraph>
-<paragraph xml-lang="en-US" id="par_id3151205" role="paragraph" l10n="U" 
oldref="2">If you double-click a connection between two linked fields in the 
query design, or if you choose <emph>Insert - New Relation</emph>, the 
<emph>Join Properties</emph> dialog appears. These properties will be used in 
all queries created in the future.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3154015" role="heading" level="1" 
l10n="CHG">Join Properties</paragraph>
+<paragraph xml-lang="en-US" id="par_id3151205" role="paragraph" l10n="U">If 
you double-click a connection between two linked fields in the query design, or 
if you choose <emph>Insert - New Relation</emph>, the <emph>Join 
Properties</emph> dialog appears. These properties will be used in all queries 
created in the future.</paragraph>
 <section id="howtoget">
 <embed href="text/shared/00/00000450.xhp#Joins"/>
 </section>
 <bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_DLG_QRY_LEFT_TABLE" 
id="bm_id3150749" localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_DLG_QRY_RIGHT_TABLE" 
id="bm_id3150752" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3155066" role="heading" level="2" l10n="U"
-oldref="17">Tables involved</paragraph>
-<paragraph xml-lang="en-US" id="par_id3153924" role="paragraph" l10n="U" 
oldref="16"><ahelp hid="HID_DLG_QRY_RIGHT_TABLE">Specifies two different tables 
that you want to join.</ahelp></paragraph>
-<paragraph xml-lang="en-US" id="hd_id3155766" role="heading" level="2" l10n="U"
-oldref="15">Fields involved</paragraph>
-<paragraph xml-lang="en-US" id="par_id3148994" role="paragraph" l10n="CHG" 
oldref="14"><ahelp hid=".">Specifies two data fields that will be joined by a 
relation.</ahelp></paragraph>
-<paragraph xml-lang="en-US" id="hd_id3159267" role="heading" level="2" 
l10n="U" oldref="3">Options</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3155066" role="heading" level="2" 
l10n="U">Tables involved</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153924" role="paragraph" 
l10n="U"><ahelp hid="HID_DLG_QRY_RIGHT_TABLE">Specifies two different tables 
that you want to join.</ahelp></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3155766" role="heading" level="2" 
l10n="U">Fields involved</paragraph>
+<paragraph xml-lang="en-US" id="par_id3148994" role="paragraph" 
l10n="CHG"><ahelp hid=".">Specifies two data fields that will be joined by a 
relation.</ahelp></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3159267" role="heading" level="2" 
l10n="U">Options</paragraph>
 <bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_DLG_QRY_JOINTYPE" 
id="bm_id3147321" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3147340" role="heading" level="3" l10n="U"
-oldref="13">Type</paragraph>
-<paragraph xml-lang="en-US" id="par_id3152482" role="paragraph" l10n="CHG" 
oldref="4"><ahelp hid="HID_DLG_QRY_JOINTYPE">Specifies the link type of the 
selected link.</ahelp> Some databases support only a subset of the possible 
types.</paragraph>
-<paragraph xml-lang="en-US" id="hd_id3155334" role="heading" level="3" 
l10n="U" oldref="5">Inner Join</paragraph>
-<paragraph xml-lang="en-US" id="par_id3155936" role="paragraph" l10n="U" 
oldref="6"><ahelp hid="HID_DLG_QRY_JOINTYPE">With the internal join, the 
results table contains only the records for which the content of the linked 
fields is the same.</ahelp> In $[officename] SQL this type of link is created 
by a corresponding WHERE clause.</paragraph>
-<paragraph xml-lang="en-US" id="hd_id3156372" role="heading" level="3" 
l10n="U" oldref="7">Left Join</paragraph>
-<paragraph xml-lang="en-US" id="par_id3166450" role="paragraph" l10n="U" 
oldref="8"><ahelp hid="HID_DLG_QRY_JOINTYPE">With the left join, the results 
table contains all fields of the left table and only those fields of the right 
table for which the content of the linked fields is the same.</ahelp> In 
$[officename] SQL this type of link corresponds to the LEFT OUTER JOIN 
command.</paragraph>
-<paragraph xml-lang="en-US" id="hd_id3155607" role="heading" level="3" 
l10n="U" oldref="9">Right Join</paragraph>
-<paragraph xml-lang="en-US" id="par_id3150647" role="paragraph" l10n="U" 
oldref="10"><ahelp hid="HID_DLG_QRY_JOINTYPE">With the right join, the results 
table contains all fields of the right table and only those fields of the left 
table for which the content of the linked fields is the same.</ahelp> In 
$[officename] SQL this type of link corresponds to the RIGHT OUTER JOIN 
command.</paragraph>
-<paragraph xml-lang="en-US" id="hd_id3158215" role="heading" level="3" l10n="U"
-oldref="11">Full Join</paragraph>
-<paragraph xml-lang="en-US" id="par_id3163665" role="paragraph" l10n="U" 
oldref="12"><ahelp hid="HID_DLG_QRY_JOINTYPE">For a full join, the results 
table contains all fields of the left and right tables.</ahelp> In the SQL of 
$[officename] this type of link corresponds to the FULL OUTER JOIN 
command.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3147340" role="heading" level="3" 
l10n="U">Type</paragraph>
+<paragraph xml-lang="en-US" id="par_id3152482" role="paragraph" 
l10n="CHG"><ahelp hid="HID_DLG_QRY_JOINTYPE">Specifies the link type of the 
selected link.</ahelp> Some databases support only a subset of the possible 
types.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3155334" role="heading" level="3" 
l10n="U">Inner Join</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155936" role="paragraph" 
l10n="U"><ahelp hid="HID_DLG_QRY_JOINTYPE">With the internal join, the results 
table contains only the records for which the content of the linked fields is 
the same.</ahelp> In $[officename] SQL this type of link is created by a 
corresponding WHERE clause.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3156372" role="heading" level="3" 
l10n="U">Left Join</paragraph>
+<paragraph xml-lang="en-US" id="par_id3166450" role="paragraph" 
l10n="U"><ahelp hid="HID_DLG_QRY_JOINTYPE">With the left join, the results 
table contains all fields of the left table and only those fields of the right 
table for which the content of the linked fields is the same.</ahelp> In 
$[officename] SQL this type of link corresponds to the LEFT OUTER JOIN 
command.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3155607" role="heading" level="3" 
l10n="U">Right Join</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150647" role="paragraph" 
l10n="U"><ahelp hid="HID_DLG_QRY_JOINTYPE">With the right join, the results 
table contains all fields of the right table and only those fields of the left 
table for which the content of the linked fields is the same.</ahelp> In 
$[officename] SQL this type of link corresponds to the RIGHT OUTER JOIN 
command.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3158215" role="heading" level="3" 
l10n="U">Full Join</paragraph>
+<paragraph xml-lang="en-US" id="par_id3163665" role="paragraph" 
l10n="U"><ahelp hid="HID_DLG_QRY_JOINTYPE">For a full join, the results table 
contains all fields of the left and right tables.</ahelp> In the SQL of 
$[officename] this type of link corresponds to the FULL OUTER JOIN 
command.</paragraph>
 <bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_DLG_QRY_JOIN_CONTROL" 
id="bm_id0305200912022930" localize="false"/>
 <paragraph xml-lang="en-US" id="hd_id0305200912031976" role="heading" 
level="3" l10n="NEW">Natural</paragraph>
 <paragraph xml-lang="en-US" id="par_id0305200912031977" role="paragraph" 
l10n="NEW"><ahelp hid=".">Inserts the keyword NATURAL into the SQL statement 
that defines the relation. The relation joins all columns that have the same 
column name in both tables. The resulting joined table contains only one column 
for each pair of equally named columns.</ahelp></paragraph>
diff --git a/main/helpcontent2/source/text/shared/guide/doc_autosave.xhp 
b/main/helpcontent2/source/text/shared/guide/doc_autosave.xhp
index 67cd636e38..4a10ede077 100644
--- a/main/helpcontent2/source/text/shared/guide/doc_autosave.xhp
+++ b/main/helpcontent2/source/text/shared/guide/doc_autosave.xhp
@@ -41,43 +41,43 @@
 <bookmark_value>drawings; saving automatically</bookmark_value>
 <bookmark_value>presentations; saving automatically</bookmark_value>
 </bookmark>
-<paragraph role="paragraph" id="par_id3152924" xml-lang="en-US" l10n="E" 
oldref="1" localize="false"/>
-<paragraph role="heading" id="hd_id3155536" xml-lang="en-US" level="1" 
l10n="U" oldref="2"><variable id="doc_autosave"><link 
href="text/shared/guide/doc_autosave.xhp" name="Saving Documents 
Automatically">Saving Documents Automatically</link>
+<paragraph role="paragraph" id="par_id3152924" xml-lang="en-US" l10n="E" 
localize="false"/>
+<paragraph role="heading" id="hd_id3155536" xml-lang="en-US" level="1" 
l10n="U"><variable id="doc_autosave"><link 
href="text/shared/guide/doc_autosave.xhp" name="Saving Documents 
Automatically">Saving Documents Automatically</link>
 </variable></paragraph>
-<paragraph role="heading" id="hd_id3166410" xml-lang="en-US" level="2" 
l10n="U" oldref="3">To create a backup file every time you save a 
document</paragraph>
+<paragraph role="heading" id="hd_id3166410" xml-lang="en-US" level="2" 
l10n="U">To create a backup file every time you save a document</paragraph>
 <list type="ordered">
 <listitem>
-<paragraph role="listitem" id="par_id3152780" xml-lang="en-US" l10n="U" 
oldref="4">Choose <emph><switchinline select="sys"><caseinline 
select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - 
Options</defaultinline></switchinline> - <link 
href="text/shared/optionen/01010200.xhp" name="Load/Save - General">Load/Save - 
General</link></emph>.</paragraph>
+<paragraph role="listitem" id="par_id3152780" xml-lang="en-US" l10n="U">Choose 
<emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - 
Preferences</caseinline><defaultinline>Tools - 
Options</defaultinline></switchinline> - <link 
href="text/shared/optionen/01010200.xhp" name="Load/Save - General">Load/Save - 
General</link></emph>.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3148474" xml-lang="en-US" l10n="U" 
oldref="5">Mark <emph>Always create backup copy</emph>.</paragraph>
+<paragraph role="listitem" id="par_id3148474" xml-lang="en-US" l10n="U">Mark 
<emph>Always create backup copy</emph>.</paragraph>
 </listitem>
 </list>
-<paragraph role="paragraph" id="par_id3149797" xml-lang="en-US" l10n="CHG" 
oldref="6">If the <emph>Always create backup copy</emph> option is selected, 
the old version of the file is saved to the backup directory whenever you save 
the current version of the file.</paragraph>
+<paragraph role="paragraph" id="par_id3149797" xml-lang="en-US" l10n="CHG">If 
the <emph>Always create backup copy</emph> option is selected, the old version 
of the file is saved to the backup directory whenever you save the current 
version of the file.</paragraph>
 <list type="unordered">
 <listitem>
-<paragraph role="listitem" id="par_id3148685" xml-lang="en-US" l10n="CHG" 
oldref="7">You can change the backup directory by choosing <emph><switchinline 
select="sys"><caseinline select="MAC">%PRODUCTNAME - 
Preferences</caseinline><defaultinline>Tools - 
Options</defaultinline></switchinline> - $[officename] - Paths</emph>, then 
change the <emph>Backups</emph> path in the dialog.</paragraph>
+<paragraph role="listitem" id="par_id3148685" xml-lang="en-US" l10n="CHG">You 
can change the backup directory by choosing <emph><switchinline 
select="sys"><caseinline select="MAC">%PRODUCTNAME - 
Preferences</caseinline><defaultinline>Tools - 
Options</defaultinline></switchinline> - $[officename] - Paths</emph>, then 
change the <emph>Backups</emph> path in the dialog.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3149415" xml-lang="en-US" l10n="U" 
oldref="8">The backup copy has the same name as the document, but the extension 
is .BAK. If the backup folder already contains such a file, it will be 
overwritten without warning.</paragraph>
+<paragraph role="listitem" id="par_id3149415" xml-lang="en-US" l10n="U">The 
backup copy has the same name as the document, but the extension is .BAK. If 
the backup folder already contains such a file, it will be overwritten without 
warning.</paragraph>
 </listitem>
 </list>
-<paragraph role="heading" id="hd_id3149514" xml-lang="en-US" level="2" 
l10n="CHG" oldref="9">To save recovery information automatically every n 
minutes</paragraph>
+<paragraph role="heading" id="hd_id3149514" xml-lang="en-US" level="2" 
l10n="CHG">To save recovery information automatically every n 
minutes</paragraph>
 <list type="ordered">
 <listitem>
-<paragraph role="listitem" id="par_id3148563" xml-lang="en-US" l10n="U" 
oldref="10">Choose <emph><switchinline select="sys"><caseinline 
select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - 
Options</defaultinline></switchinline> - <link 
href="text/shared/optionen/01010200.xhp" name="Load/Save - General">Load/Save - 
General</link></emph>.</paragraph>
+<paragraph role="listitem" id="par_id3148563" xml-lang="en-US" l10n="U">Choose 
<emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - 
Preferences</caseinline><defaultinline>Tools - 
Options</defaultinline></switchinline> - <link 
href="text/shared/optionen/01010200.xhp" name="Load/Save - General">Load/Save - 
General</link></emph>.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3154760" xml-lang="en-US" l10n="CHG" 
oldref="11">Mark <emph>Save AutoRecovery information every</emph> and select 
the time interval.</paragraph>
+<paragraph role="listitem" id="par_id3154760" xml-lang="en-US" l10n="CHG">Mark 
<emph>Save AutoRecovery information every</emph> and select the time 
interval.</paragraph>
 </listitem>
 </list>
-<paragraph role="paragraph" id="par_id3153526" xml-lang="en-US" l10n="CHG" 
oldref="13">This command saves the information necessary to restore the current 
document in case of a crash. Additionally, in case of a crash %PRODUCTNAME 
tries automatically to save AutoRecovery information for all open documents, if 
possible.</paragraph>
+<paragraph role="paragraph" id="par_id3153526" xml-lang="en-US" 
l10n="CHG">This command saves the information necessary to restore the current 
document in case of a crash. Additionally, in case of a crash %PRODUCTNAME 
tries automatically to save AutoRecovery information for all open documents, if 
possible.</paragraph>
 </section>
 <section id="relatedtopics">
 <embed href="text/shared/guide/export_ms.xhp#export_ms"/>
 <embed href="text/shared/guide/doc_save.xhp#doc_save"/>
-<paragraph role="paragraph" id="par_id3148672" xml-lang="en-US" l10n="U" 
oldref="15"><link href="text/shared/01/01070000.xhp" name="Save As">Save 
As</link></paragraph>
-<paragraph role="paragraph" id="par_id3159150" xml-lang="en-US" l10n="U" 
oldref="16"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - 
Preferences</caseinline><defaultinline>Tools - 
Options</defaultinline></switchinline> - <link 
href="text/shared/optionen/01010200.xhp" name="Load/Save - General">Load/Save - 
General</link></paragraph>
+<paragraph role="paragraph" id="par_id3148672" xml-lang="en-US" l10n="U"><link 
href="text/shared/01/01070000.xhp" name="Save As">Save As</link></paragraph>
+<paragraph role="paragraph" id="par_id3159150" xml-lang="en-US" 
l10n="U"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - 
Preferences</caseinline><defaultinline>Tools - 
Options</defaultinline></switchinline> - <link 
href="text/shared/optionen/01010200.xhp" name="Load/Save - General">Load/Save - 
General</link></paragraph>
 <!-- 
 <paragraph role="paragraph" id="par_idN10838" xml-lang="en-US" 
l10n="NEW"><link href="text/shared/guide/error_report.xhp">Error Report 
Tool</link></paragraph>
 -->
diff --git a/main/helpcontent2/source/text/simpress/01/05120100.xhp 
b/main/helpcontent2/source/text/simpress/01/05120100.xhp
index 8f4bf03601..df52099b52 100644
--- a/main/helpcontent2/source/text/simpress/01/05120100.xhp
+++ b/main/helpcontent2/source/text/simpress/01/05120100.xhp
@@ -29,39 +29,39 @@
 </topic>
 </meta>
 <body>
-<paragraph role="heading" id="hd_id3153728" xml-lang="en-US" level="1" 
l10n="U" oldref="1">Load Slide Design</paragraph>
-<paragraph role="paragraph" id="par_id3150717" xml-lang="en-US" l10n="U" 
oldref="2">Load additional slide designs for your presentation.</paragraph>
-<paragraph role="paragraph" id="par_id3154016" xml-lang="en-US" l10n="U" 
oldref="4">Select a design category, and then a template you want to 
apply.</paragraph>
+<paragraph role="heading" id="hd_id3153728" xml-lang="en-US" level="1" 
l10n="U">Load Slide Design</paragraph>
+<paragraph role="paragraph" id="par_id3150717" xml-lang="en-US" l10n="U">Load 
additional slide designs for your presentation.</paragraph>
+<paragraph role="paragraph" id="par_id3154016" xml-lang="en-US" 
l10n="U">Select a design category, and then a template you want to 
apply.</paragraph>
 <paragraph role="paragraph" id="par_idN105A0" xml-lang="en-US" 
l10n="NEW"><comment>how to get this page?</comment></paragraph>
 <bookmark xml-lang="en-US" branch="hid/sfx2:ListBox:DLG_NEW_FILE:LB_REGION" 
id="bm_id3154756" localize="false"/>
-<paragraph role="heading" id="hd_id3150327" xml-lang="en-US" level="2" 
l10n="U" oldref="27">Categories</paragraph>
-<paragraph role="paragraph" id="par_id3147338" xml-lang="en-US" l10n="U" 
oldref="28"><ahelp hid="SFX2_LISTBOX_DLG_NEW_FILE_LB_REGION">Displays the 
available slide design categories.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3150327" xml-lang="en-US" level="2" 
l10n="U">Categories</paragraph>
+<paragraph role="paragraph" id="par_id3147338" xml-lang="en-US" 
l10n="U"><ahelp hid="SFX2_LISTBOX_DLG_NEW_FILE_LB_REGION">Displays the 
available slide design categories.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/sfx2:ListBox:DLG_NEW_FILE:LB_TEMPLATE" 
id="bm_id3154703" localize="false"/>
-<paragraph role="heading" id="hd_id3155962" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Templates</paragraph>
-<paragraph role="paragraph" id="par_id3155337" xml-lang="en-US" l10n="U" 
oldref="6"><ahelp hid="SFX2_LISTBOX_DLG_NEW_FILE_LB_TEMPLATE">Displays the 
templates for the selected design category.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3155962" xml-lang="en-US" level="2" 
l10n="U">Templates</paragraph>
+<paragraph role="paragraph" id="par_id3155337" xml-lang="en-US" 
l10n="U"><ahelp hid="SFX2_LISTBOX_DLG_NEW_FILE_LB_TEMPLATE">Displays the 
templates for the selected design category.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/sfx2:MoreButton:DLG_NEW_FILE:BT_MORE" 
id="bm_id3159237" localize="false"/>
-<paragraph role="heading" id="hd_id3145791" xml-lang="en-US" level="2" 
l10n="U" oldref="7">More&gt;&gt;</paragraph>
-<paragraph role="paragraph" id="par_id3150344" xml-lang="en-US" l10n="CHG" 
oldref="8"><ahelp hid="SFX2_MOREBUTTON_DLG_NEW_FILE_BT_MORE">Shows or hides a 
preview and the properties of a selected template.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3145791" xml-lang="en-US" level="2" 
l10n="U">More&gt;&gt;</paragraph>
+<paragraph role="paragraph" id="par_id3150344" xml-lang="en-US" 
l10n="CHG"><ahelp hid="SFX2_MOREBUTTON_DLG_NEW_FILE_BT_MORE">Shows or hides a 
preview and the properties of a selected template.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/sfx2:CheckBox:DLG_NEW_FILE:BTN_PREVIEW" 
id="bm_id3145585" localize="false"/>
-<paragraph role="heading" id="hd_id3154659" xml-lang="en-US" level="3" 
l10n="U" oldref="9">Preview</paragraph>
-<paragraph role="paragraph" id="par_id3166431" xml-lang="en-US" l10n="CHG" 
oldref="10"><ahelp hid="SFX2_CHECKBOX_DLG_NEW_FILE_BTN_PREVIEW">Turns on a 
preview of the template.</ahelp></paragraph>
-<paragraph role="heading" id="hd_id3150369" xml-lang="en-US" level="3" 
l10n="U" oldref="11">Preview field</paragraph>
-<paragraph role="paragraph" id="par_id3154485" xml-lang="en-US" l10n="U" 
oldref="12">Displays a preview of the template.</paragraph>
-<paragraph role="note" id="par_id3159206" xml-lang="en-US" l10n="U" 
oldref="13">Some templates may not contain visible text objects or drawing 
objects.</paragraph>
-<paragraph role="heading" id="hd_id3149053" xml-lang="en-US" level="2" 
l10n="U" oldref="14">Description</paragraph>
-<paragraph role="paragraph" id="par_id3150051" xml-lang="en-US" l10n="U" 
oldref="15">Lists the properties of the selected template.</paragraph>
-<paragraph role="note" id="par_id3145234" xml-lang="en-US" l10n="U" 
oldref="29">These properties are optional and the boxes may be blank.You cannot 
edit the properties in this area.</paragraph>
+<paragraph role="heading" id="hd_id3154659" xml-lang="en-US" level="3" 
l10n="U">Preview</paragraph>
+<paragraph role="paragraph" id="par_id3166431" xml-lang="en-US" 
l10n="CHG"><ahelp hid="SFX2_CHECKBOX_DLG_NEW_FILE_BTN_PREVIEW">Turns on a 
preview of the template.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3150369" xml-lang="en-US" level="3" 
l10n="U">Preview field</paragraph>
+<paragraph role="paragraph" id="par_id3154485" xml-lang="en-US" 
l10n="U">Displays a preview of the template.</paragraph>
+<paragraph role="note" id="par_id3159206" xml-lang="en-US" l10n="U">Some 
templates may not contain visible text objects or drawing objects.</paragraph>
+<paragraph role="heading" id="hd_id3149053" xml-lang="en-US" level="2" 
l10n="U">Description</paragraph>
+<paragraph role="paragraph" id="par_id3150051" xml-lang="en-US" l10n="U">Lists 
the properties of the selected template.</paragraph>
+<paragraph role="note" id="par_id3145234" xml-lang="en-US" l10n="U">These 
properties are optional and the boxes may be blank.You cannot edit the 
properties in this area.</paragraph>
 <bookmark xml-lang="en-US" branch="hid/sfx2:Edit:DLG_NEW_FILE:ED_TITLE" 
id="bm_id3144503" localize="false"/>
-<paragraph role="heading" id="hd_id3153124" xml-lang="en-US" level="3" 
l10n="U" oldref="16">Title</paragraph>
-<paragraph role="paragraph" id="par_id3150650" xml-lang="en-US" l10n="U" 
oldref="17"><ahelp hid="SFX2_EDIT_DLG_NEW_FILE_ED_TITLE">Displays the title of 
the template.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153124" xml-lang="en-US" level="3" 
l10n="U">Title</paragraph>
+<paragraph role="paragraph" id="par_id3150650" xml-lang="en-US" 
l10n="U"><ahelp hid="SFX2_EDIT_DLG_NEW_FILE_ED_TITLE">Displays the title of the 
template.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/sfx2:Edit:DLG_NEW_FILE:ED_THEMA" 
id="bm_id3149888" localize="false"/>
-<paragraph role="heading" id="hd_id3157900" xml-lang="en-US" level="3" 
l10n="U" oldref="18">Subject</paragraph>
-<paragraph role="paragraph" id="par_id3146874" xml-lang="en-US" l10n="U" 
oldref="19"><ahelp hid="SFX2_EDIT_DLG_NEW_FILE_ED_THEMA">Displays the subject 
of the template. Some templates are grouped together by 
subject.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3157900" xml-lang="en-US" level="3" 
l10n="U">Subject</paragraph>
+<paragraph role="paragraph" id="par_id3146874" xml-lang="en-US" 
l10n="U"><ahelp hid="SFX2_EDIT_DLG_NEW_FILE_ED_THEMA">Displays the subject of 
the template. Some templates are grouped together by 
subject.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/sfx2:Edit:DLG_NEW_FILE:ED_KEYWORDS" 
id="bm_id3150745" localize="false"/>
-<paragraph role="heading" id="hd_id3148728" xml-lang="en-US" level="3" 
l10n="U" oldref="20">Keywords</paragraph>
-<paragraph role="paragraph" id="par_id3153036" xml-lang="en-US" l10n="U" 
oldref="21"><ahelp hid="SFX2_EDIT_DLG_NEW_FILE_ED_KEYWORDS">Displays the 
keywords for searching.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3148728" xml-lang="en-US" level="3" 
l10n="U">Keywords</paragraph>
+<paragraph role="paragraph" id="par_id3153036" xml-lang="en-US" 
l10n="U"><ahelp hid="SFX2_EDIT_DLG_NEW_FILE_ED_KEYWORDS">Displays the keywords 
for searching.</ahelp></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sfx2:MultiLineEdit:DLG_NEW_FILE:ED_DESC" id="bm_id3149511" 
localize="false"/>
-<paragraph role="heading" id="hd_id3148583" xml-lang="en-US" level="3" 
l10n="U" oldref="22">Description</paragraph>
-<paragraph role="paragraph" id="par_id3155260" xml-lang="en-US" l10n="U" 
oldref="23"><ahelp hid="SFX2_MULTILINEEDIT_DLG_NEW_FILE_ED_DESC">Brief summary 
of the selected template.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3148583" xml-lang="en-US" level="3" 
l10n="U">Description</paragraph>
+<paragraph role="paragraph" id="par_id3155260" xml-lang="en-US" 
l10n="U"><ahelp hid="SFX2_MULTILINEEDIT_DLG_NEW_FILE_ED_DESC">Brief summary of 
the selected template.</ahelp></paragraph>
 </body>
 </helpdocument>
diff --git a/main/helpcontent2/source/text/swriter/01/05040800.xhp 
b/main/helpcontent2/source/text/swriter/01/05040800.xhp
index ca62a5c66e..6be6e42ec7 100644
--- a/main/helpcontent2/source/text/swriter/01/05040800.xhp
+++ b/main/helpcontent2/source/text/swriter/01/05040800.xhp
@@ -33,8 +33,8 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id3150760">
 <bookmark_value>text grid for Asian layout</bookmark_value>
 </bookmark>
-<paragraph role="heading" id="hd_id3150760" xml-lang="en-US" level="1" 
l10n="U" oldref="18"><link href="text/swriter/01/05040800.xhp" name="Text 
Grid">Text Grid</link></paragraph>
-<paragraph role="paragraph" id="par_id3151171" xml-lang="en-US" l10n="U" 
oldref="17"><ahelp hid=".">Adds a text grid to the current page style. This 
option is only available if Asian language support is enabled under 
<emph>Language Settings - Languages</emph> in the Options dialog 
box.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3150760" xml-lang="en-US" level="1" 
l10n="U"><link href="text/swriter/01/05040800.xhp" name="Text Grid">Text 
Grid</link></paragraph>
+<paragraph role="paragraph" id="par_id3151171" xml-lang="en-US" 
l10n="U"><ahelp hid=".">Adds a text grid to the current page style. This option 
is only available if Asian language support is enabled under <emph>Language 
Settings - Languages</emph> in the Options dialog box.</ahelp></paragraph>
 </section>
 <embed href="text/shared/00/00000007.xhp#asiahinweis"/>
 <section id="howtoget">
@@ -43,28 +43,28 @@
 <bookmark xml-lang="en-US" 
branch="hid/sw:RadioButton:TP_TEXTGRID_PAGE:RB_NOGRID" id="bm_id3145579" 
localize="false"/>
 <bookmark xml-lang="en-US" 
branch="hid/sw:RadioButton:TP_TEXTGRID_PAGE:RB_LINESGRID" id="bm_id3145584" 
localize="false"/>
 <bookmark xml-lang="en-US" 
branch="hid/sw:RadioButton:TP_TEXTGRID_PAGE:RB_CHARSGRID" id="bm_id3145588" 
localize="false"/>
-<paragraph role="heading" id="hd_id3154101" xml-lang="en-US" level="2" 
l10n="U" oldref="16">Grid</paragraph>
-<paragraph role="paragraph" id="par_id3149805" xml-lang="en-US" l10n="U" 
oldref="15"><ahelp hid="SW_RADIOBUTTON_TP_TEXTGRID_PAGE_RB_CHARSGRID">Adds or 
removes a text grid for lines or characters to the current page 
style.</ahelp></paragraph>
-<paragraph role="heading" id="hd_id3153537" xml-lang="en-US" level="2" 
l10n="U" oldref="14">Grid layout</paragraph>
+<paragraph role="heading" id="hd_id3154101" xml-lang="en-US" level="2" 
l10n="U">Grid</paragraph>
+<paragraph role="paragraph" id="par_id3149805" xml-lang="en-US" 
l10n="U"><ahelp hid="SW_RADIOBUTTON_TP_TEXTGRID_PAGE_RB_CHARSGRID">Adds or 
removes a text grid for lines or characters to the current page 
style.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153537" xml-lang="en-US" level="2" 
l10n="U">Grid layout</paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sw:NumericField:TP_TEXTGRID_PAGE:NF_LINESPERPAGE" id="bm_id3154570" 
localize="false"/>
-<paragraph role="heading" id="hd_id3154478" xml-lang="en-US" level="3" 
l10n="U" oldref="12">Lines per page</paragraph>
-<paragraph role="paragraph" id="par_id3151308" xml-lang="en-US" l10n="U" 
oldref="11"><ahelp hid="SW_NUMERICFIELD_TP_TEXTGRID_PAGE_NF_LINESPERPAGE">Enter 
the maximum number of lines that you want on a page.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3154478" xml-lang="en-US" level="3" 
l10n="U">Lines per page</paragraph>
+<paragraph role="paragraph" id="par_id3151308" xml-lang="en-US" 
l10n="U"><ahelp hid="SW_NUMERICFIELD_TP_TEXTGRID_PAGE_NF_LINESPERPAGE">Enter 
the maximum number of lines that you want on a page.</ahelp></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sw:NumericField:TP_TEXTGRID_PAGE:NF_CHARSPERLINE" id="bm_id3153668" 
localize="false"/>
-<paragraph role="heading" id="hd_id3152957" xml-lang="en-US" level="3" 
l10n="U" oldref="10">Characters per line</paragraph>
-<paragraph role="paragraph" id="par_id3153674" xml-lang="en-US" l10n="U" 
oldref="9"><ahelp hid="SW_NUMERICFIELD_TP_TEXTGRID_PAGE_NF_CHARSPERLINE">Enter 
the maximum number of characters that you want on a line.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3152957" xml-lang="en-US" level="3" 
l10n="U">Characters per line</paragraph>
+<paragraph role="paragraph" id="par_id3153674" xml-lang="en-US" 
l10n="U"><ahelp hid="SW_NUMERICFIELD_TP_TEXTGRID_PAGE_NF_CHARSPERLINE">Enter 
the maximum number of characters that you want on a line.</ahelp></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sw:MetricField:TP_TEXTGRID_PAGE:MF_TEXTSIZE" id="bm_id3149696" 
localize="false"/>
-<paragraph role="heading" id="hd_id3149684" xml-lang="en-US" level="3" 
l10n="U" oldref="8">Max. base text size</paragraph>
-<paragraph role="paragraph" id="par_id3154193" xml-lang="en-US" l10n="U" 
oldref="7"><ahelp hid="SW_METRICFIELD_TP_TEXTGRID_PAGE_MF_TEXTSIZE">Enter the 
maximum base text size. A large value results in less characters per 
line.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3149684" xml-lang="en-US" level="3" 
l10n="U">Max. base text size</paragraph>
+<paragraph role="paragraph" id="par_id3154193" xml-lang="en-US" 
l10n="U"><ahelp hid="SW_METRICFIELD_TP_TEXTGRID_PAGE_MF_TEXTSIZE">Enter the 
maximum base text size. A large value results in less characters per 
line.</ahelp></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sw:MetricField:TP_TEXTGRID_PAGE:MF_RUBYSIZE" id="bm_id3143276" 
localize="false"/>
-<paragraph role="heading" id="hd_id3155182" xml-lang="en-US" level="3" 
l10n="U" oldref="6">Max. Ruby text size</paragraph>
-<paragraph role="paragraph" id="par_id3143283" xml-lang="en-US" l10n="U" 
oldref="5"><ahelp hid="SW_METRICFIELD_TP_TEXTGRID_PAGE_MF_RUBYSIZE">Enter the 
font size for the Ruby text.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3155182" xml-lang="en-US" level="3" 
l10n="U">Max. Ruby text size</paragraph>
+<paragraph role="paragraph" id="par_id3143283" xml-lang="en-US" 
l10n="U"><ahelp hid="SW_METRICFIELD_TP_TEXTGRID_PAGE_MF_RUBYSIZE">Enter the 
font size for the Ruby text.</ahelp></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sw:CheckBox:TP_TEXTGRID_PAGE:CB_RUBYBELOW" id="bm_id3151259" 
localize="false"/>
-<paragraph role="heading" id="hd_id3149496" xml-lang="en-US" level="3" 
l10n="U" oldref="4">Ruby text below/left from base text</paragraph>
-<paragraph role="paragraph" id="par_id3149816" xml-lang="en-US" l10n="U" 
oldref="3"><ahelp hid="SW_CHECKBOX_TP_TEXTGRID_PAGE_CB_RUBYBELOW">Displays Ruby 
text to the left of or below the base text.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3149496" xml-lang="en-US" level="3" 
l10n="U">Ruby text below/left from base text</paragraph>
+<paragraph role="paragraph" id="par_id3149816" xml-lang="en-US" 
l10n="U"><ahelp hid="SW_CHECKBOX_TP_TEXTGRID_PAGE_CB_RUBYBELOW">Displays Ruby 
text to the left of or below the base text.</ahelp></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sw:CheckBox:TP_TEXTGRID_PAGE:CB_DISPLAY" id="bm_id3154828" 
localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/sw:CheckBox:TP_TEXTGRID_PAGE:CB_PRINT" 
id="bm_id3154832" localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/sw:ListBox:TP_TEXTGRID_PAGE:LB_COLOR" 
id="bm_id3154836" localize="false"/>
-<paragraph role="heading" id="hd_id3149100" xml-lang="en-US" level="2" 
l10n="U" oldref="2">Grid display</paragraph>
-<paragraph role="paragraph" id="par_id3147089" xml-lang="en-US" l10n="U" 
oldref="1"><ahelp hid="SW_LISTBOX_TP_TEXTGRID_PAGE_LB_COLOR">Specifies the 
printing and color options of the text grid.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3149100" xml-lang="en-US" level="2" 
l10n="U">Grid display</paragraph>
+<paragraph role="paragraph" id="par_id3147089" xml-lang="en-US" 
l10n="U"><ahelp hid="SW_LISTBOX_TP_TEXTGRID_PAGE_LB_COLOR">Specifies the 
printing and color options of the text grid.</ahelp></paragraph>
 </body>
 </helpdocument>

Reply via email to