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 06c0d5aa7d Remove 'oldref' entries (work in progress)
06c0d5aa7d is described below
commit 06c0d5aa7d4e97d6b7e241be3bd8f5f4cb09f0b4
Author: mseidel <[email protected]>
AuthorDate: Tue Mar 25 22:11:51 2025 +0100
Remove 'oldref' entries (work in progress)
(cherry picked from commit 097c4aa98e1a2bbd4bb640449e1121d66d54642f)
---
.../source/text/sbasic/shared/01030300.xhp | 42 ++++-----
.../helpcontent2/source/text/scalc/01/04050000.xhp | 48 +++++------
.../source/text/shared/01/05020400.xhp | 48 +++++------
.../source/text/shared/01/05030100.xhp | 99 +++++++++-------------
.../source/text/shared/guide/hyperlink_rel_abs.xhp | 20 ++---
.../source/text/simpress/guide/individual.xhp | 48 +++++------
.../helpcontent2/source/text/simpress/main0203.xhp | 13 ++-
.../source/text/swriter/01/04120227.xhp | 44 +++++-----
.../source/text/swriter/01/04120250.xhp | 54 ++++++------
.../source/text/swriter/guide/fields.xhp | 47 +++++-----
10 files changed, 223 insertions(+), 240 deletions(-)
diff --git a/main/helpcontent2/source/text/sbasic/shared/01030300.xhp
b/main/helpcontent2/source/text/sbasic/shared/01030300.xhp
index 41b8640f41..f0a81e0924 100644
--- a/main/helpcontent2/source/text/sbasic/shared/01030300.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/01030300.xhp
@@ -39,28 +39,28 @@
<bookmark_value>breakpoints</bookmark_value>
<bookmark_value>Call Stack window</bookmark_value>
</bookmark><comment>mw deleted "Basic;"</comment>
-<paragraph role="heading" id="hd_id3153344" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/sbasic/shared/01030300.xhp">Debugging a
Basic Program</link></paragraph>
+<paragraph role="heading" id="hd_id3153344" xml-lang="en-US" level="1"
l10n="U"><link href="text/sbasic/shared/01030300.xhp">Debugging a Basic
Program</link></paragraph>
</section>
-<paragraph role="heading" id="hd_id3159224" xml-lang="en-US" level="2"
l10n="U" oldref="4">Breakpoints and Single Step Execution</paragraph>
-<paragraph role="paragraph" id="par_id3150682" xml-lang="en-US" l10n="U"
oldref="5">You can check each line in your Basic program for errors using
single step execution. Errors are easily traced since you can immediately see
the result of each step. A pointer in the breakpoint column of the Editor
indicates the current line. You can also set a breakpoint if you want to force
the program to be interrupted at a specific position.</paragraph>
-<paragraph role="paragraph" id="par_id3147303" xml-lang="en-US" l10n="U"
oldref="7">Double-click in the <emph>breakpoint</emph> column at the left of
the Editor window to toggle a breakpoint at the corresponding line. When the
program reaches a breakpoint, the program execution is interrupted.</paragraph>
-<paragraph role="paragraph" id="par_id3155805" xml-lang="en-US" l10n="U"
oldref="8">The <emph>single step</emph> execution using the <emph>Single
Step</emph> icon causes the program to branch into procedures and
functions.</paragraph>
-<paragraph role="paragraph" id="par_id3151110" xml-lang="en-US" l10n="U"
oldref="25">The procedure step execution using the <emph>Procedure Step</emph>
icon causes the program to skip over procedures and functions as a single
step.</paragraph>
-<paragraph role="heading" id="hd_id3153825" xml-lang="en-US" level="3"
l10n="U" oldref="9">Properties of a Breakpoint</paragraph>
-<paragraph role="paragraph" id="par_id3147574" xml-lang="en-US" l10n="U"
oldref="26">The properties of a breakpoint are available through its context
menu by right-clicking the breakpoint in the breakpoint column.</paragraph>
-<paragraph role="paragraph" id="par_id3148473" xml-lang="en-US" l10n="U"
oldref="10">You can <emph>activate</emph> and <emph>deactivate</emph> a
breakpoint by selecting <emph>Active</emph> from its context menu. When a
breakpoint is deactivated, it does not interrupt the program
execution.</paragraph>
-<paragraph role="paragraph" id="par_id3159413" xml-lang="en-US" l10n="U"
oldref="27">Select <emph>Properties</emph> from the context menu of a
breakpoint or select <emph>Breakpoints</emph> from the context menu of the
breakpoint column to call the <emph>Breakpoints</emph> dialog where you can
specify other breakpoint options.</paragraph>
-<paragraph role="paragraph" id="par_id3156280" xml-lang="en-US" l10n="U"
oldref="11">The list displays all <emph>breakpoints</emph> with the
corresponding line number in the source code. You can activate or deactivate a
selected breakpoint by checking or clearing the <emph>Active</emph>
box.</paragraph>
-<paragraph role="paragraph" id="par_id3158407" xml-lang="en-US" l10n="U"
oldref="12">The <emph>Pass Count</emph> specifies the number of times the
breakpoint can be passed over before the program is interrupted. If you enter 0
(default setting) the program is always interrupted as soon as a breakpoint is
encountered.</paragraph>
-<paragraph role="paragraph" id="par_id3153968" xml-lang="en-US" l10n="U"
oldref="13">Click <emph>Delete</emph> to remove the breakpoint from the
program.</paragraph>
-<paragraph role="heading" id="hd_id3150439" xml-lang="en-US" level="2"
l10n="U" oldref="14">Observing the Value of Variables</paragraph>
-<paragraph role="paragraph" id="par_id3153368" xml-lang="en-US" l10n="U"
oldref="15">You can monitor the values of a variable by adding it to the
<emph>Watch</emph> window. To add a variable to the list of watched variables,
type the variable name in the <emph>Watch</emph> text box and press
Enter.</paragraph>
-<paragraph role="paragraph" id="par_id3146986" xml-lang="en-US" l10n="U"
oldref="16">The values of variables are only displayed if they are in scope.
Variables that are not defined at the current source code location display
("Out of Scope") instead of a value.</paragraph>
-<paragraph role="paragraph" id="par_id3145272" xml-lang="en-US" l10n="U"
oldref="17">You can also include arrays in the Watch window. If you enter the
name of an array variable without an index value in the Watch text box, the
content of the entire array is displayed.</paragraph>
-<paragraph role="tip" id="par_id3145749" xml-lang="en-US" l10n="U"
oldref="19">If you rest the mouse over a predefined variable in the Editor at
run-time, the content of the variable is displayed in a pop-up
box.</paragraph><comment>UFI: removed help id</comment>
-<paragraph role="heading" id="hd_id3148618" xml-lang="en-US" level="2"
l10n="U" oldref="20">The Call Stack Window</paragraph>
-<paragraph role="paragraph" id="par_id3154491" xml-lang="en-US" l10n="U"
oldref="21"><ahelp hid="HID_BASICIDE_STACKWINDOW_LIST">Provides an overview of
the call hierarchy of procedures and functions.</ahelp> You can determine which
procedures and functions called which other procedures and functions at the
current point in the source code.</paragraph>
-<paragraph role="heading" id="hd_id3150594" xml-lang="en-US" level="2"
l10n="CHG" oldref="24">List of Run-Time Errors</paragraph>
+<paragraph role="heading" id="hd_id3159224" xml-lang="en-US" level="2"
l10n="U">Breakpoints and Single Step Execution</paragraph>
+<paragraph role="paragraph" id="par_id3150682" xml-lang="en-US" l10n="U">You
can check each line in your Basic program for errors using single step
execution. Errors are easily traced since you can immediately see the result of
each step. A pointer in the breakpoint column of the Editor indicates the
current line. You can also set a breakpoint if you want to force the program to
be interrupted at a specific position.</paragraph>
+<paragraph role="paragraph" id="par_id3147303" xml-lang="en-US"
l10n="U">Double-click in the <emph>breakpoint</emph> column at the left of the
Editor window to toggle a breakpoint at the corresponding line. When the
program reaches a breakpoint, the program execution is interrupted.</paragraph>
+<paragraph role="paragraph" id="par_id3155805" xml-lang="en-US" l10n="U">The
<emph>single step</emph> execution using the <emph>Single Step</emph> icon
causes the program to branch into procedures and functions.</paragraph>
+<paragraph role="paragraph" id="par_id3151110" xml-lang="en-US" l10n="U">The
procedure step execution using the <emph>Procedure Step</emph> icon causes the
program to skip over procedures and functions as a single step.</paragraph>
+<paragraph role="heading" id="hd_id3153825" xml-lang="en-US" level="3"
l10n="U">Properties of a Breakpoint</paragraph>
+<paragraph role="paragraph" id="par_id3147574" xml-lang="en-US" l10n="U">The
properties of a breakpoint are available through its context menu by
right-clicking the breakpoint in the breakpoint column.</paragraph>
+<paragraph role="paragraph" id="par_id3148473" xml-lang="en-US" l10n="U">You
can <emph>activate</emph> and <emph>deactivate</emph> a breakpoint by selecting
<emph>Active</emph> from its context menu. When a breakpoint is deactivated, it
does not interrupt the program execution.</paragraph>
+<paragraph role="paragraph" id="par_id3159413" xml-lang="en-US"
l10n="U">Select <emph>Properties</emph> from the context menu of a breakpoint
or select <emph>Breakpoints</emph> from the context menu of the breakpoint
column to call the <emph>Breakpoints</emph> dialog where you can specify other
breakpoint options.</paragraph>
+<paragraph role="paragraph" id="par_id3156280" xml-lang="en-US" l10n="U">The
list displays all <emph>breakpoints</emph> with the corresponding line number
in the source code. You can activate or deactivate a selected breakpoint by
checking or clearing the <emph>Active</emph> box.</paragraph>
+<paragraph role="paragraph" id="par_id3158407" xml-lang="en-US" l10n="U">The
<emph>Pass Count</emph> specifies the number of times the breakpoint can be
passed over before the program is interrupted. If you enter 0 (default setting)
the program is always interrupted as soon as a breakpoint is
encountered.</paragraph>
+<paragraph role="paragraph" id="par_id3153968" xml-lang="en-US" l10n="U">Click
<emph>Delete</emph> to remove the breakpoint from the program.</paragraph>
+<paragraph role="heading" id="hd_id3150439" xml-lang="en-US" level="2"
l10n="U">Observing the Value of Variables</paragraph>
+<paragraph role="paragraph" id="par_id3153368" xml-lang="en-US" l10n="U">You
can monitor the values of a variable by adding it to the <emph>Watch</emph>
window. To add a variable to the list of watched variables, type the variable
name in the <emph>Watch</emph> text box and press Enter.</paragraph>
+<paragraph role="paragraph" id="par_id3146986" xml-lang="en-US" l10n="U">The
values of variables are only displayed if they are in scope. Variables that are
not defined at the current source code location display ("Out of Scope")
instead of a value.</paragraph>
+<paragraph role="paragraph" id="par_id3145272" xml-lang="en-US" l10n="U">You
can also include arrays in the Watch window. If you enter the name of an array
variable without an index value in the Watch text box, the content of the
entire array is displayed.</paragraph>
+<paragraph role="tip" id="par_id3145749" xml-lang="en-US" l10n="U">If you rest
the mouse over a predefined variable in the Editor at run-time, the content of
the variable is displayed in a pop-up box.</paragraph><comment>UFI: removed
help id</comment>
+<paragraph role="heading" id="hd_id3148618" xml-lang="en-US" level="2"
l10n="U">The Call Stack Window</paragraph>
+<paragraph role="paragraph" id="par_id3154491" xml-lang="en-US"
l10n="U"><ahelp hid="HID_BASICIDE_STACKWINDOW_LIST">Provides an overview of the
call hierarchy of procedures and functions.</ahelp> You can determine which
procedures and functions called which other procedures and functions at the
current point in the source code.</paragraph>
+<paragraph role="heading" id="hd_id3150594" xml-lang="en-US" level="2"
l10n="CHG">List of Run-Time Errors</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#allerrors"/>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/scalc/01/04050000.xhp
b/main/helpcontent2/source/text/scalc/01/04050000.xhp
index d8caaeeb05..5fc0037aed 100644
--- a/main/helpcontent2/source/text/scalc/01/04050000.xhp
+++ b/main/helpcontent2/source/text/scalc/01/04050000.xhp
@@ -35,43 +35,43 @@
<bookmark xml-lang="en-US" branch="hid/sc:ModalDialog:RID_SCDLG_INSERT_TABLE"
id="bm_id3151384" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:Insert" id="bm_id1669896"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:Insert" id="bm_id3153896"
localize="false"/>
-<paragraph role="heading" id="hd_id3155629" xml-lang="en-US" level="1"
l10n="U" oldref="1">Insert Sheet</paragraph>
-<paragraph role="paragraph" id="par_id3147264" xml-lang="en-US" l10n="U"
oldref="2"><variable id="tabelleeinfuegentext"><ahelp hid=".uno:Insert">Defines
the options to be used to insert a new sheet.</ahelp> You can create a new
sheet, or insert an existing sheet from a file.
+<paragraph role="heading" id="hd_id3155629" xml-lang="en-US" level="1"
l10n="U">Insert Sheet</paragraph>
+<paragraph role="paragraph" id="par_id3147264" xml-lang="en-US"
l10n="U"><variable id="tabelleeinfuegentext"><ahelp hid=".uno:Insert">Defines
the options to be used to insert a new sheet.</ahelp> You can create a new
sheet, or insert an existing sheet from a file.
</variable></paragraph>
<section id="howtoget">
<embed href="text/scalc/00/00000404.xhp#eitab"/>
</section>
-<paragraph role="heading" id="hd_id3154684" xml-lang="en-US" level="2"
l10n="U" oldref="19">Position</paragraph>
-<paragraph role="paragraph" id="par_id3156281" xml-lang="en-US" l10n="U"
oldref="20">Specifies where the new sheet is to be inserted into your
document.</paragraph>
+<paragraph role="heading" id="hd_id3154684" xml-lang="en-US" level="2"
l10n="U">Position</paragraph>
+<paragraph role="paragraph" id="par_id3156281" xml-lang="en-US"
l10n="U">Specifies where the new sheet is to be inserted into your
document.</paragraph>
<bookmark xml-lang="en-US"
branch="hid/sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_BEFORE" id="bm_id3155131"
localize="false"/>
-<paragraph role="heading" id="hd_id3154123" xml-lang="en-US" level="3"
l10n="U" oldref="21">Before current sheet</paragraph>
-<paragraph role="paragraph" id="par_id3145787" xml-lang="en-US" l10n="U"
oldref="22"><ahelp
hid="SC:RADIOBUTTON:RID_SCDLG_INSERT_TABLE:RB_BEFORE">Inserts a new sheet
directly before the current sheet.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3154123" xml-lang="en-US" level="3"
l10n="U">Before current sheet</paragraph>
+<paragraph role="paragraph" id="par_id3145787" xml-lang="en-US"
l10n="U"><ahelp hid="SC:RADIOBUTTON:RID_SCDLG_INSERT_TABLE:RB_BEFORE">Inserts a
new sheet directly before the current sheet.</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_BEHIND" id="bm_id3147434"
localize="false"/>
-<paragraph role="heading" id="hd_id3155414" xml-lang="en-US" level="3"
l10n="U" oldref="23">After current sheet</paragraph>
-<paragraph role="paragraph" id="par_id3145271" xml-lang="en-US" l10n="U"
oldref="24"><ahelp
hid="SC:RADIOBUTTON:RID_SCDLG_INSERT_TABLE:RB_BEHIND">Inserts a new sheet
directly after the current sheet.</ahelp></paragraph>
-<paragraph role="heading" id="hd_id3147428" xml-lang="en-US" level="2"
l10n="CHG" oldref="25">Sheet</paragraph>
-<paragraph role="paragraph" id="par_id3154012" xml-lang="en-US" l10n="U"
oldref="26">Specifies whether a new sheet or an existing sheet is inserted into
the document.</paragraph>
+<paragraph role="heading" id="hd_id3155414" xml-lang="en-US" level="3"
l10n="U">After current sheet</paragraph>
+<paragraph role="paragraph" id="par_id3145271" xml-lang="en-US"
l10n="U"><ahelp hid="SC:RADIOBUTTON:RID_SCDLG_INSERT_TABLE:RB_BEHIND">Inserts a
new sheet directly after the current sheet.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3147428" xml-lang="en-US" level="2"
l10n="CHG">Sheet</paragraph>
+<paragraph role="paragraph" id="par_id3154012" xml-lang="en-US"
l10n="U">Specifies whether a new sheet or an existing sheet is inserted into
the document.</paragraph>
<bookmark xml-lang="en-US"
branch="hid/sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_NEW" id="bm_id3145750"
localize="false"/>
-<paragraph role="heading" id="hd_id3147350" xml-lang="en-US" level="2"
l10n="CHG" oldref="3">New sheet</paragraph>
-<paragraph role="paragraph" id="par_id3149262" xml-lang="en-US" l10n="CHG"
oldref="4"><ahelp hid="SC_RADIOBUTTON_RID_SCDLG_INSERT_TABLE_RB_NEW">Creates a
new sheet. Enter a sheet name in the <emph>Name</emph> field. Allowed
characters are letters, numbers, spaces, and the underline
character.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3147350" xml-lang="en-US" level="2"
l10n="CHG">New sheet</paragraph>
+<paragraph role="paragraph" id="par_id3149262" xml-lang="en-US"
l10n="CHG"><ahelp hid="SC_RADIOBUTTON_RID_SCDLG_INSERT_TABLE_RB_NEW">Creates a
new sheet. Enter a sheet name in the <emph>Name</emph> field. Allowed
characters are letters, numbers, spaces, and the underline
character.</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/sc:NumericField:RID_SCDLG_INSERT_TABLE:NF_COUNT" id="bm_id3153157"
localize="false"/>
-<paragraph role="heading" id="hd_id3155418" xml-lang="en-US" level="3"
l10n="CHG" oldref="27">No. of sheets</paragraph>
-<paragraph role="paragraph" id="par_id3148457" xml-lang="en-US" l10n="U"
oldref="28"><ahelp
hid="SC:NUMERICFIELD:RID_SCDLG_INSERT_TABLE:NF_COUNT">Specifies the number of
sheets to be created.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3155418" xml-lang="en-US" level="3"
l10n="CHG">No. of sheets</paragraph>
+<paragraph role="paragraph" id="par_id3148457" xml-lang="en-US"
l10n="U"><ahelp hid="SC:NUMERICFIELD:RID_SCDLG_INSERT_TABLE:NF_COUNT">Specifies
the number of sheets to be created.</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/sc:Edit:RID_SCDLG_INSERT_TABLE:ED_TABNAME" id="bm_id3154510"
localize="false"/>
-<paragraph role="heading" id="hd_id3149379" xml-lang="en-US" level="3"
l10n="U" oldref="7">Name</paragraph>
-<paragraph role="paragraph" id="par_id3150718" xml-lang="en-US" l10n="CHG"
oldref="8"><ahelp hid="SC:EDIT:RID_SCDLG_INSERT_TABLE:ED_TABNAME">Specifies the
name of the new sheet.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3149379" xml-lang="en-US" level="3"
l10n="U">Name</paragraph>
+<paragraph role="paragraph" id="par_id3150718" xml-lang="en-US"
l10n="CHG"><ahelp hid="SC:EDIT:RID_SCDLG_INSERT_TABLE:ED_TABNAME">Specifies the
name of the new sheet.</ahelp></paragraph>
<embed href="text/scalc/guide/rename_table.xhp#rename_table"/>
<bookmark xml-lang="en-US"
branch="hid/sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_FROMFILE"
id="bm_id3150328" localize="false"/>
-<paragraph role="heading" id="hd_id3155066" xml-lang="en-US" level="2"
l10n="U" oldref="9">From File</paragraph>
-<paragraph role="paragraph" id="par_id3153714" xml-lang="en-US" l10n="CHG"
oldref="10"><ahelp
hid="SC_RADIOBUTTON_RID_SCDLG_INSERT_TABLE_RB_FROMFILE">Inserts a sheet from an
existing file into the current document.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3155066" xml-lang="en-US" level="2"
l10n="U">From File</paragraph>
+<paragraph role="paragraph" id="par_id3153714" xml-lang="en-US"
l10n="CHG"><ahelp
hid="SC_RADIOBUTTON_RID_SCDLG_INSERT_TABLE_RB_FROMFILE">Inserts a sheet from an
existing file into the current document.</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/sc:PushButton:RID_SCDLG_INSERT_TABLE:BTN_BROWSE" id="bm_id3150044"
localize="false"/>
-<paragraph role="heading" id="hd_id3149020" xml-lang="en-US" level="3"
l10n="U" oldref="15">Browse</paragraph>
-<paragraph role="paragraph" id="par_id3159267" xml-lang="en-US" l10n="CHG"
oldref="16"><ahelp hid="SC:PUSHBUTTON:RID_SCDLG_INSERT_TABLE:BTN_BROWSE">Opens
a dialog for selecting a file.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3149020" xml-lang="en-US" level="3"
l10n="U">Browse</paragraph>
+<paragraph role="paragraph" id="par_id3159267" xml-lang="en-US"
l10n="CHG"><ahelp hid="SC:PUSHBUTTON:RID_SCDLG_INSERT_TABLE:BTN_BROWSE">Opens a
dialog for selecting a file.</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/sc:MultiListBox:RID_SCDLG_INSERT_TABLE:LB_TABLES" id="bm_id3146314"
localize="false"/>
-<paragraph role="heading" id="hd_id3149255" xml-lang="en-US" level="3"
l10n="U" oldref="29">Available Sheets</paragraph>
-<paragraph role="paragraph" id="par_id3155336" xml-lang="en-US" l10n="U"
oldref="30"><ahelp hid="SC:MULTILISTBOX:RID_SCDLG_INSERT_TABLE:LB_TABLES">If
you selected a file by using the <emph>Browse</emph> button, the sheets
contained in it are displayed in the list box. The file path is displayed below
this box. Select the sheet to be inserted from the list box.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3149255" xml-lang="en-US" level="3"
l10n="U">Available Sheets</paragraph>
+<paragraph role="paragraph" id="par_id3155336" xml-lang="en-US"
l10n="U"><ahelp hid="SC:MULTILISTBOX:RID_SCDLG_INSERT_TABLE:LB_TABLES">If you
selected a file by using the <emph>Browse</emph> button, the sheets contained
in it are displayed in the list box. The file path is displayed below this box.
Select the sheet to be inserted from the list box.</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/sc:CheckBox:RID_SCDLG_INSERT_TABLE:CB_LINK" id="bm_id3149814"
localize="false"/>
-<paragraph role="heading" id="hd_id3145791" xml-lang="en-US" level="3"
l10n="U" oldref="17">Link</paragraph>
-<paragraph role="paragraph" id="par_id3152580" xml-lang="en-US" l10n="CHG"
oldref="18"><ahelp hid="SC_CHECKBOX_RID_SCDLG_INSERT_TABLE_CB_LINK">Select to
insert the sheet as a link instead as a copy. The links can be updated to show
the current contents.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3145791" xml-lang="en-US" level="3"
l10n="U">Link</paragraph>
+<paragraph role="paragraph" id="par_id3152580" xml-lang="en-US"
l10n="CHG"><ahelp hid="SC_CHECKBOX_RID_SCDLG_INSERT_TABLE_CB_LINK">Select to
insert the sheet as a link instead as a copy. The links can be updated to show
the current contents.</ahelp></paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/shared/01/05020400.xhp
b/main/helpcontent2/source/text/shared/01/05020400.xhp
index 1f0afa118f..353b082fb4 100644
--- a/main/helpcontent2/source/text/shared/01/05020400.xhp
+++ b/main/helpcontent2/source/text/shared/01/05020400.xhp
@@ -39,52 +39,52 @@
<bookmark xml-lang="en-US" branch="hid/SW_HID_CHAR_URL" id="bm_id3153089"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertHyperlinkDlg"
id="bm_id3389476" localize="false"/><!-- HID added by script -->
<bookmark xml-lang="en-US" branch="hid/.uno:InsertHyperlinkDlg"
id="bm_id3155934" localize="false"/>
-<paragraph role="heading" id="hd_id3152895" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/shared/01/05020400.xhp"
name="Hyperlink">Hyperlink</link></paragraph>
-<paragraph role="paragraph" id="par_id3149388" xml-lang="en-US" l10n="U"
oldref="2"><variable id="hyperlinktext"><ahelp
hid=".uno:InsertHyperlinkDlg">Assigns a new hyperlink or edits the selected
hyperlink.</ahelp>
+<paragraph role="heading" id="hd_id3152895" xml-lang="en-US" level="1"
l10n="U"><link href="text/shared/01/05020400.xhp"
name="Hyperlink">Hyperlink</link></paragraph>
+<paragraph role="paragraph" id="par_id3149388" xml-lang="en-US"
l10n="U"><variable id="hyperlinktext"><ahelp
hid=".uno:InsertHyperlinkDlg">Assigns a new hyperlink or edits the selected
hyperlink.</ahelp>
</variable> A hyperlink is a link to a file on the Internet or on your local
system.</paragraph>
<switch select="appl">
<case select="WRITER">
-<paragraph role="paragraph" id="par_id3145211" xml-lang="en-US" l10n="U"
oldref="38">You can also assign or edit a named HTML anchor, or <link
href="text/swriter/01/04040000.xhp" name="Bookmark">Bookmark</link>, that
refers to a specific place in a document.</paragraph>
+<paragraph role="paragraph" id="par_id3145211" xml-lang="en-US" l10n="U">You
can also assign or edit a named HTML anchor, or <link
href="text/swriter/01/04040000.xhp" name="Bookmark">Bookmark</link>, that
refers to a specific place in a document.</paragraph>
</case>
</switch>
<section id="howtoget">
<embed href="text/shared/00/00040500.xhp#hyperl"/>
</section>
-<paragraph role="heading" id="hd_id3147243" xml-lang="en-US" level="2"
l10n="U" oldref="12">Hyperlink</paragraph>
-<paragraph role="paragraph" id="par_id3156113" xml-lang="en-US" l10n="U"
oldref="13">Specify the properties for the hyperlink.</paragraph>
+<paragraph role="heading" id="hd_id3147243" xml-lang="en-US" level="2"
l10n="U">Hyperlink</paragraph>
+<paragraph role="paragraph" id="par_id3156113" xml-lang="en-US"
l10n="U">Specify the properties for the hyperlink.</paragraph>
<bookmark xml-lang="en-US" branch="hid/sw:Edit:TP_CHAR_URL:ED_URL"
id="bm_id3148685" localize="false"/>
-<paragraph role="heading" id="hd_id3166410" xml-lang="en-US" level="3"
l10n="U" oldref="14">URL</paragraph>
-<paragraph role="paragraph" id="par_id3153332" xml-lang="en-US" l10n="U"
oldref="15"><variable id="texturl"><ahelp
hid="SW:EDIT:TP_CHAR_URL:ED_URL">Enter a <link
href="text/shared/00/00000002.xhp#url" name="URL">URL</link> for the file that
you want to open when you click the hyperlink.</ahelp> If you do not specify a
target frame, the file opens in the current document or frame.
+<paragraph role="heading" id="hd_id3166410" xml-lang="en-US" level="3"
l10n="U">URL</paragraph>
+<paragraph role="paragraph" id="par_id3153332" xml-lang="en-US"
l10n="U"><variable id="texturl"><ahelp hid="SW:EDIT:TP_CHAR_URL:ED_URL">Enter a
<link href="text/shared/00/00000002.xhp#url" name="URL">URL</link> for the file
that you want to open when you click the hyperlink.</ahelp> If you do not
specify a target frame, the file opens in the current document or frame.
</variable></paragraph>
<bookmark xml-lang="en-US" branch="hid/sw:PushButton:TP_CHAR_URL:PB_URL"
id="bm_id3150771" localize="false"/>
-<paragraph role="heading" id="hd_id3153716" xml-lang="en-US" level="3"
l10n="U" oldref="16">Browse</paragraph>
-<paragraph role="paragraph" id="par_id3157910" xml-lang="en-US" l10n="U"
oldref="17"><ahelp hid="SW:PUSHBUTTON:TP_CHAR_URL:PB_URL">Locate the file that
you want to link to, and then click <emph>Open</emph>.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153716" xml-lang="en-US" level="3"
l10n="U">Browse</paragraph>
+<paragraph role="paragraph" id="par_id3157910" xml-lang="en-US"
l10n="U"><ahelp hid="SW:PUSHBUTTON:TP_CHAR_URL:PB_URL">Locate the file that you
want to link to, and then click <emph>Open</emph>.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/sw:Edit:TP_CHAR_URL:ED_TEXT"
id="bm_id3159166" localize="false"/>
-<paragraph role="heading" id="hd_id3156152" xml-lang="en-US" level="3"
l10n="U" oldref="18">Reference</paragraph>
-<paragraph role="paragraph" id="par_id3155450" xml-lang="en-US" l10n="U"
oldref="19"><ahelp hid="SW:EDIT:TP_CHAR_URL:ED_TEXT">Enter the text that you
want to display for the hyperlink.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3156152" xml-lang="en-US" level="3"
l10n="U">Reference</paragraph>
+<paragraph role="paragraph" id="par_id3155450" xml-lang="en-US"
l10n="U"><ahelp hid="SW:EDIT:TP_CHAR_URL:ED_TEXT">Enter the text that you want
to display for the hyperlink.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/sw:PushButton:TP_CHAR_URL:PB_EVENT"
id="bm_id3148491" localize="false"/>
-<paragraph role="heading" id="hd_id3158430" xml-lang="en-US" level="3"
l10n="U" oldref="28">Events</paragraph>
-<paragraph role="paragraph" id="par_id3153257" xml-lang="en-US" l10n="U"
oldref="29"><ahelp hid="SW:PUSHBUTTON:TP_CHAR_URL:PB_EVENT">Specify an event
that triggers when you click the hyperlink.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3158430" xml-lang="en-US" level="3"
l10n="U">Events</paragraph>
+<paragraph role="paragraph" id="par_id3153257" xml-lang="en-US"
l10n="U"><ahelp hid="SW:PUSHBUTTON:TP_CHAR_URL:PB_EVENT">Specify an event that
triggers when you click the hyperlink.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/sw:Edit:TP_CHAR_URL:ED_NAME"
id="bm_id3146847" localize="false"/>
-<paragraph role="heading" id="hd_id3153348" xml-lang="en-US" level="3"
l10n="U" oldref="30">Name</paragraph>
+<paragraph role="heading" id="hd_id3153348" xml-lang="en-US" level="3"
l10n="U">Name</paragraph>
<section id="textname">
-<paragraph role="paragraph" id="par_id3156023" xml-lang="en-US" l10n="U"
oldref="31"><ahelp hid="SW:EDIT:TP_CHAR_URL:ED_NAME">Enter a name for the
hyperlink.</ahelp> $[officename] inserts a NAME tag in the
hyperlink:</paragraph>
-<paragraph role="paragraph" id="par_id3148943" xml-lang="en-US" l10n="U"
oldref="34"><A HREF="http://www.example.com/" NAME="Nametext"
TARGET="_blank">Note</A></paragraph>
+<paragraph role="paragraph" id="par_id3156023" xml-lang="en-US"
l10n="U"><ahelp hid="SW:EDIT:TP_CHAR_URL:ED_NAME">Enter a name for the
hyperlink.</ahelp> $[officename] inserts a NAME tag in the
hyperlink:</paragraph>
+<paragraph role="paragraph" id="par_id3148943" xml-lang="en-US" l10n="U"><A
HREF="http://www.example.com/" NAME="Nametext"
TARGET="_blank">Note</A></paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/sw:ComboBox:TP_CHAR_URL:LB_TARGET"
id="bm_id3146795" localize="false"/>
-<paragraph role="heading" id="hd_id3155923" xml-lang="en-US" level="3"
l10n="U" oldref="20">Frame</paragraph>
+<paragraph role="heading" id="hd_id3155923" xml-lang="en-US" level="3"
l10n="U">Frame</paragraph>
<section id="textframe2">
-<paragraph role="paragraph" id="par_id3147559" xml-lang="en-US" l10n="U"
oldref="21"><variable id="textframe"><ahelp
hid="SW:COMBOBOX:TP_CHAR_URL:LB_TARGET">Enter the name of the frame that you
want the linked file to open in, or select a predefined frame from the
list.</ahelp> If you leave this box blank, the linked file opens in the current
browser window.
+<paragraph role="paragraph" id="par_id3147559" xml-lang="en-US"
l10n="U"><variable id="textframe"><ahelp
hid="SW:COMBOBOX:TP_CHAR_URL:LB_TARGET">Enter the name of the frame that you
want the linked file to open in, or select a predefined frame from the
list.</ahelp> If you leave this box blank, the linked file opens in the current
browser window.
</variable></paragraph>
</section>
-<paragraph role="heading" id="hd_id3149656" xml-lang="en-US" level="2"
l10n="U" oldref="22">Character Styles</paragraph>
-<paragraph role="paragraph" id="par_id3148664" xml-lang="en-US" l10n="U"
oldref="23">Specify the formatting options for the hyperlink.</paragraph>
+<paragraph role="heading" id="hd_id3149656" xml-lang="en-US" level="2"
l10n="U">Character Styles</paragraph>
+<paragraph role="paragraph" id="par_id3148664" xml-lang="en-US"
l10n="U">Specify the formatting options for the hyperlink.</paragraph>
<bookmark xml-lang="en-US" branch="hid/sw:ListBox:TP_CHAR_URL:LB_VISITED"
id="bm_id3148740" localize="false"/>
-<paragraph role="heading" id="hd_id3151056" xml-lang="en-US" level="3"
l10n="U" oldref="24">Visited links</paragraph>
-<paragraph role="paragraph" id="par_id3150359" xml-lang="en-US" l10n="CHG"
oldref="25"><ahelp hid="SW:LISTBOX:TP_CHAR_URL:LB_VISITED">Select a formatting
style to use for visited links from the list. To add or modify a style in this
list, close this dialog, and click the <emph>Styles and Formatting</emph> icon
on the <emph>Formatting</emph> toolbar.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3151056" xml-lang="en-US" level="3"
l10n="U">Visited links</paragraph>
+<paragraph role="paragraph" id="par_id3150359" xml-lang="en-US"
l10n="CHG"><ahelp hid="SW:LISTBOX:TP_CHAR_URL:LB_VISITED">Select a formatting
style to use for visited links from the list. To add or modify a style in this
list, close this dialog, and click the <emph>Styles and Formatting</emph> icon
on the <emph>Formatting</emph> toolbar.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/sw:ListBox:TP_CHAR_URL:LB_NOT_VISITED"
id="bm_id3148676" localize="false"/>
-<paragraph role="heading" id="hd_id3154365" xml-lang="en-US" level="3"
l10n="U" oldref="26">Unvisited links</paragraph>
-<paragraph role="paragraph" id="par_id3154216" xml-lang="en-US" l10n="CHG"
oldref="27"><ahelp hid="SW:LISTBOX:TP_CHAR_URL:LB_NOT_VISITED">Select a
formatting style to use for unvisited links from the list. To add or modify a
style in this list, close this dialog, and click the <emph>Styles and
Formatting</emph> icon on the <emph>Formatting</emph>
toolbar.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3154365" xml-lang="en-US" level="3"
l10n="U">Unvisited links</paragraph>
+<paragraph role="paragraph" id="par_id3154216" xml-lang="en-US"
l10n="CHG"><ahelp hid="SW:LISTBOX:TP_CHAR_URL:LB_NOT_VISITED">Select a
formatting style to use for unvisited links from the list. To add or modify a
style in this list, close this dialog, and click the <emph>Styles and
Formatting</emph> icon on the <emph>Formatting</emph>
toolbar.</ahelp></paragraph>
<section id="relatedtopics">
<paragraph role="paragraph" id="par_id3143231" xml-lang="en-US" l10n="C"><link
href="text/shared/02/09070000.xhp" name="Hyperlink dialog">Hyperlink
dialog</link></paragraph>
<paragraph role="paragraph" id="par_id3152933" xml-lang="en-US" l10n="C"><link
href="text/swriter/01/05060700.xhp" name="Assign macro">Assign
macro</link></paragraph>
diff --git a/main/helpcontent2/source/text/shared/01/05030100.xhp
b/main/helpcontent2/source/text/shared/01/05030100.xhp
index 88d6fdafe0..35361c5ed0 100644
--- a/main/helpcontent2/source/text/shared/01/05030100.xhp
+++ b/main/helpcontent2/source/text/shared/01/05030100.xhp
@@ -41,42 +41,39 @@
<bookmark_value>paragraphs;spacing</bookmark_value>
</bookmark><comment>mw deleted "footnote spacings" and added
"paragraphs;spacing"</comment>
<bookmark xml-lang="en-US" branch="hid/CUI_HID_FORMAT_PARAGRAPH_STD"
id="bm_id3145138" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3154689" role="heading" level="1"
l10n="U" oldref="1"><link href="text/shared/01/05030100.xhp" name="Indents and
Spacing">Indents and Spacing</link></paragraph>
-<paragraph xml-lang="en-US" id="par_id3155069" role="paragraph" l10n="U"
oldref="2"><ahelp hid="HID_FORMAT_PARAGRAPH_STD">Sets the indenting and the
spacing options for the paragraph.</ahelp></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3154689" role="heading" level="1"
l10n="U"><link href="text/shared/01/05030100.xhp" name="Indents and
Spacing">Indents and Spacing</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id3155069" role="paragraph"
l10n="U"><ahelp hid="HID_FORMAT_PARAGRAPH_STD">Sets the indenting and the
spacing options for the paragraph.</ahelp></paragraph>
</section>
-<paragraph xml-lang="en-US" id="par_id3153910" role="note" l10n="U"
oldref="64">To change the measurement units used in this dialog, choose
<switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME -
Preferences</caseinline><defaultinline>Tools -
Options</defaultinline></switchinline> - %PRODUCTNAME Writer - General, and
then select a new measurement unit in the Settings area.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153910" role="note" l10n="U">To change
the measurement units used in this dialog, choose <switchinline
select="sys"><caseinline select="MAC">%PRODUCTNAME -
Preferences</caseinline><defaultinline>Tools -
Options</defaultinline></switchinline> - %PRODUCTNAME Writer - General, and
then select a new measurement unit in the Settings area.</paragraph>
<switch select="appl">
<case select="WRITER">
-<paragraph xml-lang="en-US" id="par_id3154823" role="tip" l10n="CHG"
oldref="11">You can also <link href="text/swriter/guide/ruler.xhp"
name="ruler">set indents using the ruler</link>. To display the ruler, choose
<emph>View - Ruler</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154823" role="tip" l10n="CHG">You can
also <link href="text/swriter/guide/ruler.xhp" name="ruler">set indents using
the ruler</link>. To display the ruler, choose <emph>View -
Ruler</emph>.</paragraph>
</case>
</switch>
<section id="howtoget">
<embed href="text/shared/00/00040500.xhp#einzug"/>
</section>
-<paragraph xml-lang="en-US" id="hd_id3158430" role="heading" level="2"
l10n="U" oldref="3">Indent</paragraph>
-<paragraph xml-lang="en-US" id="par_id3155419" role="paragraph" l10n="U"
oldref="4">Specify the amount of space to leave between the left and the right
page margins and the paragraph.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3158430" role="heading" level="2"
l10n="U">Indent</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155419" role="paragraph"
l10n="U">Specify the amount of space to leave between the left and the right
page margins and the paragraph.</paragraph>
<bookmark xml-lang="en-US"
branch="hid/cui:MetricField:RID_SVXPAGE_STD_PARAGRAPH:ED_LEFTINDENT"
id="bm_id3154898" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3153698" role="heading" level="2"
l10n="U" oldref="5">Before text</paragraph>
-<paragraph xml-lang="en-US" id="par_id3148990" role="paragraph" l10n="CHG"
oldref="6"><ahelp
hid="SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_LEFTINDENT">Enter the amount
of space that you want to indent the paragraph from the page margin. If you
want the paragraph to extend into the page margin, enter a negative number. In
Left-to-Right languages, the left edge of the paragraph is indented with
respect to the left page margin. In Right-to-Left languages, the right edge of
the paragraph [...]
+<paragraph xml-lang="en-US" id="hd_id3153698" role="heading" level="2"
l10n="U">Before text</paragraph>
+<paragraph xml-lang="en-US" id="par_id3148990" role="paragraph"
l10n="CHG"><ahelp
hid="SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_LEFTINDENT">Enter the amount
of space that you want to indent the paragraph from the page margin. If you
want the paragraph to extend into the page margin, enter a negative number. In
Left-to-Right languages, the left edge of the paragraph is indented with
respect to the left page margin. In Right-to-Left languages, the right edge of
the paragraph is indente [...]
<bookmark xml-lang="en-US"
branch="hid/cui:MetricField:RID_SVXPAGE_STD_PARAGRAPH:ED_RIGHTINDENT"
id="bm_id3149656" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3152361" role="heading" level="2"
l10n="U" oldref="9">After text</paragraph>
-<paragraph xml-lang="en-US" id="par_id3154390" role="paragraph" l10n="CHG"
oldref="10"><ahelp
hid="SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_RIGHTINDENT">Enter the amount
of space that you want to indent the paragraph from the page margin. If you
want the paragraph to extend into the page margin, enter a negative number. In
Left-to-Right languages, the right edge of the paragraph is indented with
respect to the right page margin. In Right-to-Left languages, the left edge of
the paragr [...]
+<paragraph xml-lang="en-US" id="hd_id3152361" role="heading" level="2"
l10n="U">After text</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154390" role="paragraph"
l10n="CHG"><ahelp
hid="SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_RIGHTINDENT">Enter the amount
of space that you want to indent the paragraph from the page margin. If you
want the paragraph to extend into the page margin, enter a negative number. In
Left-to-Right languages, the right edge of the paragraph is indented with
respect to the right page margin. In Right-to-Left languages, the left edge of
the paragraph is inden [...]
<bookmark xml-lang="en-US"
branch="hid/cui:MetricField:RID_SVXPAGE_STD_PARAGRAPH:ED_FLINEINDENT"
id="bm_id3144762" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3149169" role="heading" level="2"
l10n="U" oldref="7">First line</paragraph>
-<paragraph xml-lang="en-US" id="par_id3150651" role="paragraph" l10n="CHG"
oldref="8"><ahelp
hid="SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_FLINEINDENT">Indents the
first line of a paragraph by the amount that you enter. To create a hanging
indent enter a positive value for "Before text" and a negative value for "First
line". To indent the first line of a paragraph that uses numbering or bullets,
choose "<link href="text/shared/01/06050600.xhp">Format - Bullets and Numbering
- Positio [...]
+<paragraph xml-lang="en-US" id="hd_id3149169" role="heading" level="2"
l10n="U">First line</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150651" role="paragraph"
l10n="CHG"><ahelp
hid="SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_FLINEINDENT">Indents the
first line of a paragraph by the amount that you enter. To create a hanging
indent enter a positive value for "Before text" and a negative value for "First
line". To indent the first line of a paragraph that uses numbering or bullets,
choose "<link href="text/shared/01/06050600.xhp">Format - Bullets and Numbering
- Position</link>".< [...]
<bookmark xml-lang="en-US"
branch="hid/cui:CheckBox:RID_SVXPAGE_STD_PARAGRAPH:CB_AUTO" id="bm_id3155994"
localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3150288" role="heading" level="2" l10n="U"
-oldref="52"><switchinline select="appl"><caseinline select="WRITER">Automatic
+<paragraph xml-lang="en-US" id="hd_id3150288" role="heading" level="2"
l10n="U"><switchinline select="appl"><caseinline select="WRITER">Automatic
</caseinline></switchinline></paragraph>
-<paragraph xml-lang="en-US" id="par_id3151041" role="paragraph" l10n="CHG"
oldref="53"><switchinline select="appl"><caseinline select="WRITER"><ahelp
hid="SVX:CHECKBOX:RID_SVXPAGE_STD_PARAGRAPH:CB_AUTO">Automatically indents a
paragraph according to the font size and the line spacing. The setting in the
<emph>First Line</emph> box is ignored.</ahelp>
+<paragraph xml-lang="en-US" id="par_id3151041" role="paragraph"
l10n="CHG"><switchinline select="appl"><caseinline select="WRITER"><ahelp
hid="SVX:CHECKBOX:RID_SVXPAGE_STD_PARAGRAPH:CB_AUTO">Automatically indents a
paragraph according to the font size and the line spacing. The setting in the
<emph>First Line</emph> box is ignored.</ahelp>
</caseinline></switchinline></paragraph>
-<paragraph xml-lang="en-US" id="hd_id3157894" role="heading" level="2" l10n="U"
-oldref="22">Spacing</paragraph>
-<paragraph xml-lang="en-US" id="par_id3152462" role="paragraph" l10n="U"
oldref="23">Specify the amount of space to leave between selected
paragraphs.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3157894" role="heading" level="2"
l10n="U">Spacing</paragraph>
+<paragraph xml-lang="en-US" id="par_id3152462" role="paragraph"
l10n="U">Specify the amount of space to leave between selected
paragraphs.</paragraph>
<bookmark xml-lang="en-US"
branch="hid/cui:MetricField:RID_SVXPAGE_STD_PARAGRAPH:ED_TOPDIST"
id="bm_id3147350" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3147216" role="heading" level="2" l10n="U"
-oldref="24">Above paragraph</paragraph>
-<paragraph xml-lang="en-US" id="par_id3146148" role="paragraph" l10n="U"
oldref="25"><ahelp
hid="SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_TOPDIST">Enter the amount of
space that you want to leave above the selected
paragraph(s).</ahelp></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3147216" role="heading" level="2"
l10n="U">Above paragraph</paragraph>
+<paragraph xml-lang="en-US" id="par_id3146148" role="paragraph"
l10n="U"><ahelp
hid="SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_TOPDIST">Enter the amount of
space that you want to leave above the selected
paragraph(s).</ahelp></paragraph>
<switch select="appl">
<case select="DRAW"><embed
href="text/shared/00/00000007.xhp#textobjektleiste"/>
</case>
@@ -102,54 +99,42 @@ oldref="24">Above paragraph</paragraph>
</case>
</switch>
<bookmark xml-lang="en-US"
branch="hid/cui:MetricField:RID_SVXPAGE_STD_PARAGRAPH:ED_BOTTOMDIST"
id="bm_id3154921" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3145590" role="heading" level="2" l10n="U"
-oldref="26">Below paragraph</paragraph>
-<paragraph xml-lang="en-US" id="par_id3163822" role="paragraph" l10n="U"
oldref="27"><ahelp
hid="SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_BOTTOMDIST">Enter the amount
of space that you want to leave below the selected
paragraph(s).</ahelp></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3145590" role="heading" level="2"
l10n="U">Below paragraph</paragraph>
+<paragraph xml-lang="en-US" id="par_id3163822" role="paragraph"
l10n="U"><ahelp
hid="SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_BOTTOMDIST">Enter the amount
of space that you want to leave below the selected
paragraph(s).</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/cui:ListBox:RID_SVXPAGE_STD_PARAGRAPH:LB_LINEDIST"
id="bm_id3153095" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3156441" role="heading" level="2" l10n="U"
-oldref="28">Line spacing</paragraph>
-<paragraph xml-lang="en-US" id="par_id3146985" role="paragraph" l10n="U"
oldref="29"><ahelp
hid="SVX:LISTBOX:RID_SVXPAGE_STD_PARAGRAPH:LB_LINEDIST">Specify the amount of
space to leave between lines of text in a paragraph.</ahelp></paragraph>
-<paragraph xml-lang="en-US" id="hd_id3146923" role="heading" level="2" l10n="U"
-oldref="30">Single</paragraph>
-<paragraph xml-lang="en-US" id="par_id3150011" role="paragraph" l10n="U"
oldref="31"><variable id="einzeiligtext">Applies single line spacing to the
current paragraph. This is the default setting.
+<paragraph xml-lang="en-US" id="hd_id3156441" role="heading" level="2"
l10n="U">Line spacing</paragraph>
+<paragraph xml-lang="en-US" id="par_id3146985" role="paragraph"
l10n="U"><ahelp hid="SVX:LISTBOX:RID_SVXPAGE_STD_PARAGRAPH:LB_LINEDIST">Specify
the amount of space to leave between lines of text in a
paragraph.</ahelp></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3146923" role="heading" level="2"
l10n="U">Single</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150011" role="paragraph"
l10n="U"><variable id="einzeiligtext">Applies single line spacing to the
current paragraph. This is the default setting.
</variable></paragraph>
-<paragraph xml-lang="en-US" id="hd_id3148500" role="heading" level="2" l10n="U"
-oldref="33">1.5 lines</paragraph>
-<paragraph xml-lang="en-US" id="par_id3150094" role="paragraph" l10n="CHG"
oldref="34"><variable id="eineinhalbzeiligtext">Sets the line spacing to 1.5
lines.
+<paragraph xml-lang="en-US" id="hd_id3148500" role="heading" level="2"
l10n="U">1.5 lines</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150094" role="paragraph"
l10n="CHG"><variable id="eineinhalbzeiligtext">Sets the line spacing to 1.5
lines.
</variable></paragraph>
-<paragraph xml-lang="en-US" id="hd_id3149378" role="heading" level="2" l10n="U"
-oldref="36">Double</paragraph>
-<paragraph xml-lang="en-US" id="par_id3154512" role="paragraph" l10n="CHG"
oldref="37"><variable id="zweizeiligtext">Sets the line spacing to two lines.
+<paragraph xml-lang="en-US" id="hd_id3149378" role="heading" level="2"
l10n="U">Double</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154512" role="paragraph"
l10n="CHG"><variable id="zweizeiligtext">Sets the line spacing to two lines.
</variable></paragraph>
-<paragraph xml-lang="en-US" id="hd_id3151206" role="heading" level="2" l10n="U"
-oldref="39">Proportional</paragraph>
-<paragraph xml-lang="en-US" id="par_id3147494" role="paragraph" l10n="U"
oldref="40">Select this option and then enter a percentage value in the box,
where 100% corresponds to single line spacing.</paragraph>
-<paragraph xml-lang="en-US" id="hd_id3156332" role="heading" level="2" l10n="U"
-oldref="41">At Least</paragraph>
-<paragraph xml-lang="en-US" id="par_id3157965" role="paragraph" l10n="U"
oldref="42">Sets the minimum line spacing to the value that you enter in the
box.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3150744" role="tip" l10n="U"
oldref="47">If you use different font sizes within a paragraph, the line
spacing is automatically adjusted to the largest font size. If you prefer to
have identical spacing for all lines, specify a value in <emph>At least</emph>
that corresponds to the largest font size.</paragraph>
-<paragraph xml-lang="en-US" id="hd_id3153927" role="heading" level="2" l10n="U"
-oldref="43">Leading</paragraph>
-<paragraph xml-lang="en-US" id="par_id3153354" role="paragraph" l10n="U"
oldref="44">Sets the height of the vertical space that is inserted between two
lines.</paragraph>
-<paragraph xml-lang="en-US" id="hd_id3155443" role="heading" level="2" l10n="U"
-oldref="54"><switchinline select="appl"><caseinline select="WRITER">Fixed
+<paragraph xml-lang="en-US" id="hd_id3151206" role="heading" level="2"
l10n="U">Proportional</paragraph>
+<paragraph xml-lang="en-US" id="par_id3147494" role="paragraph"
l10n="U">Select this option and then enter a percentage value in the box, where
100% corresponds to single line spacing.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3156332" role="heading" level="2"
l10n="U">At Least</paragraph>
+<paragraph xml-lang="en-US" id="par_id3157965" role="paragraph" l10n="U">Sets
the minimum line spacing to the value that you enter in the box.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150744" role="tip" l10n="U">If you use
different font sizes within a paragraph, the line spacing is automatically
adjusted to the largest font size. If you prefer to have identical spacing for
all lines, specify a value in <emph>At least</emph> that corresponds to the
largest font size.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3153927" role="heading" level="2"
l10n="U">Leading</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153354" role="paragraph" l10n="U">Sets
the height of the vertical space that is inserted between two lines.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3155443" role="heading" level="2"
l10n="U"><switchinline select="appl"><caseinline select="WRITER">Fixed
</caseinline></switchinline></paragraph>
-<paragraph xml-lang="en-US" id="par_id3153711" role="paragraph" l10n="U"
oldref="55"><switchinline select="appl"><caseinline select="WRITER">Sets the
line spacing to exactly match the value that you enter in the box. This can
result in cropped characters.
+<paragraph xml-lang="en-US" id="par_id3153711" role="paragraph"
l10n="U"><switchinline select="appl"><caseinline select="WRITER">Sets the line
spacing to exactly match the value that you enter in the box. This can result
in cropped characters.
</caseinline></switchinline></paragraph>
<bookmark xml-lang="en-US"
branch="hid/cui:MetricField:RID_SVXPAGE_STD_PARAGRAPH:ED_LINEDISTPERCENT"
id="bm_id3147582" localize="false"/>
<bookmark xml-lang="en-US"
branch="hid/cui:MetricField:RID_SVXPAGE_STD_PARAGRAPH:ED_LINEDISTMETRIC"
id="bm_id3147338" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3156383" role="heading" level="2" l10n="U"
-oldref="45">of</paragraph>
-<paragraph xml-lang="en-US" id="par_id3154304" role="paragraph" l10n="U"
oldref="46"><ahelp
hid="SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_LINEDISTMETRIC">Enter the
value to use for the line spacing.</ahelp></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3156383" role="heading" level="2"
l10n="U">of</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154304" role="paragraph"
l10n="U"><ahelp
hid="SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_LINEDISTMETRIC">Enter the
value to use for the line spacing.</ahelp></paragraph>
<embed href="text/shared/00/00000001.xhp#vorschau"/>
-<paragraph xml-lang="en-US" id="hd_id3154965" role="heading" level="2" l10n="U"
-oldref="48"><switchinline select="appl"><caseinline
select="WRITER">Register-true
+<paragraph xml-lang="en-US" id="hd_id3154965" role="heading" level="2"
l10n="U"><switchinline select="appl"><caseinline select="WRITER">Register-true
</caseinline></switchinline></paragraph>
<bookmark xml-lang="en-US"
branch="hid/cui:CheckBox:RID_SVXPAGE_STD_PARAGRAPH:CB_REGISTER"
id="bm_id3147344" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3146316" role="heading" level="2" l10n="U"
-oldref="50"><switchinline select="appl"><caseinline select="WRITER">Activate
+<paragraph xml-lang="en-US" id="hd_id3146316" role="heading" level="2"
l10n="U"><switchinline select="appl"><caseinline select="WRITER">Activate
</caseinline></switchinline></paragraph>
-<paragraph xml-lang="en-US" id="par_id3156315" role="paragraph" l10n="U"
oldref="51"><switchinline select="appl"><caseinline select="WRITER"><ahelp
hid="SVX:CHECKBOX:RID_SVXPAGE_STD_PARAGRAPH:CB_REGISTER">Aligns the baseline of
each line of text to a vertical document grid, so that each line is the same
height. To use this feature, you must first activate the
<emph>Register-true</emph> option for the current page style. To do this,
choose <emph>Format - Page</emph>, click on the <emph>Pa [...]
+<paragraph xml-lang="en-US" id="par_id3156315" role="paragraph"
l10n="U"><switchinline select="appl"><caseinline select="WRITER"><ahelp
hid="SVX:CHECKBOX:RID_SVXPAGE_STD_PARAGRAPH:CB_REGISTER">Aligns the baseline of
each line of text to a vertical document grid, so that each line is the same
height. To use this feature, you must first activate the
<emph>Register-true</emph> option for the current page style. To do this,
choose <emph>Format - Page</emph>, click on the <emph>Page</emph> ta [...]
</caseinline></switchinline></paragraph>
<switch select="appl">
<case select="WRITER">
diff --git a/main/helpcontent2/source/text/shared/guide/hyperlink_rel_abs.xhp
b/main/helpcontent2/source/text/shared/guide/hyperlink_rel_abs.xhp
index 14c8c41aeb..ba17c3895c 100644
--- a/main/helpcontent2/source/text/shared/guide/hyperlink_rel_abs.xhp
+++ b/main/helpcontent2/source/text/shared/guide/hyperlink_rel_abs.xhp
@@ -35,33 +35,33 @@
<bookmark_value>hyperlinks; relative and absolute</bookmark_value>
<bookmark_value>hyperlinks, see also links</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3147399" xml-lang="en-US" level="1"
l10n="U" oldref="45"><variable id="hyperlink_rel_abs"><link
href="text/shared/guide/hyperlink_rel_abs.xhp" name="Relative and Absolute
Links">Relative and Absolute Links</link>
+<paragraph role="heading" id="hd_id3147399" xml-lang="en-US" level="1"
l10n="U"><variable id="hyperlink_rel_abs"><link
href="text/shared/guide/hyperlink_rel_abs.xhp" name="Relative and Absolute
Links">Relative and Absolute Links</link>
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3153345" xml-lang="en-US" l10n="U"
oldref="46">When you include hyperlinks, two factors must be taken into
account: whether they are set as relative or absolute on saving, and whether or
not the file is present.</paragraph>
+<paragraph role="paragraph" id="par_id3153345" xml-lang="en-US" l10n="U">When
you include hyperlinks, two factors must be taken into account: whether they
are set as relative or absolute on saving, and whether or not the file is
present.</paragraph>
<list type="unordered">
<listitem>
-<paragraph role="listitem" id="par_id3147008" xml-lang="en-US" l10n="U"
oldref="47">Choose <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"><emph>Load/Save - General</emph></link> and specify in the <emph>Save
URLs relative to</emph> field if $[officename] creates <link
href="text/shared/00/00000005.xhp#speiche [...]
+<paragraph role="listitem" id="par_id3147008" xml-lang="en-US" l10n="U">Choose
<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"><emph>Load/Save - General</emph></link> and specify in the <emph>Save
URLs relative to</emph> field if $[officename] creates <link
href="text/shared/00/00000005.xhp#speichern" name="re [...]
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3145382" xml-lang="en-US" l10n="U"
oldref="48">You should create the same directory structure on your hard disk as
that which exists in the web space hosted by your Internet provider. Call the
root directory for the homepage on your hard disk "homepage", for example. The
start file is then "index.html", the full path being "C:\homepage\index.html"
(assuming Windows operating system). The URL on your Internet provider's server
might then be as follows: [...]
+<paragraph role="listitem" id="par_id3145382" xml-lang="en-US" l10n="U">You
should create the same directory structure on your hard disk as that which
exists in the web space hosted by your Internet provider. Call the root
directory for the homepage on your hard disk "homepage", for example. The start
file is then "index.html", the full path being "C:\homepage\index.html"
(assuming Windows operating system). The URL on your Internet provider's server
might then be as follows: "http://www [...]
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3159158" xml-lang="en-US" l10n="U"
oldref="49">An absolute path such as "C:\homepage\graphics\picture.gif" would
no longer function on the provider server. Neither a server nor the computer of
a reader needs to have a C hard drive: operating systems such as Unix or MacOS
do not recognize drive letters, and even if the folder homepage\graphics
existed, your picture would not be available. It is better to use relative
addressing for file links.</paragraph>
+<paragraph role="listitem" id="par_id3159158" xml-lang="en-US" l10n="U">An
absolute path such as "C:\homepage\graphics\picture.gif" would no longer
function on the provider server. Neither a server nor the computer of a reader
needs to have a C hard drive: operating systems such as Unix or MacOS do not
recognize drive letters, and even if the folder homepage\graphics existed, your
picture would not be available. It is better to use relative addressing for
file links.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3154046" xml-lang="en-US" l10n="U"
oldref="50">A link to a web page, for example, "www.example.com" or
"www.myprovider.com/mypage/index.html" is an absolute link.</paragraph>
+<paragraph role="listitem" id="par_id3154046" xml-lang="en-US" l10n="U">A link
to a web page, for example, "www.example.com" or
"www.myprovider.com/mypage/index.html" is an absolute link.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3155450" xml-lang="en-US" l10n="U"
oldref="51">$[officename] also reacts differently, depending on whether the
file referred to in the link exists, and where it is located. $[officename]
checks every new link and sets a target and protocol automatically. The result
can be seen in the generated HTML code after saving the source
document.</paragraph>
+<paragraph role="listitem" id="par_id3155450" xml-lang="en-US"
l10n="U">$[officename] also reacts differently, depending on whether the file
referred to in the link exists, and where it is located. $[officename] checks
every new link and sets a target and protocol automatically. The result can be
seen in the generated HTML code after saving the source document.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3145317" xml-lang="en-US" l10n="U"
oldref="52">The following rules apply: A relative reference
("graphic/picture.gif") is only possible when both files exist on the same
drive. If the files are on different drives in your local file system, the
absolute reference follows the "file:" protocol
("file:///data1/xyz/picture.gif"). If the files are on different servers or if
the target of the link is not available, the absolute reference uses the
"http:" pr [...]
+<paragraph role="listitem" id="par_id3145317" xml-lang="en-US" l10n="U">The
following rules apply: A relative reference ("graphic/picture.gif") is only
possible when both files exist on the same drive. If the files are on different
drives in your local file system, the absolute reference follows the "file:"
protocol ("file:///data1/xyz/picture.gif"). If the files are on different
servers or if the target of the link is not available, the absolute reference
uses the "http:" protocol ("htt [...]
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3153541" xml-lang="en-US" l10n="U"
oldref="53">Be sure to organize all files for your homepage on the same drive
as the start file of the homepage. In this way, $[officename] can set the
protocol and target so that the reference on the server is always
correct.</paragraph>
+<paragraph role="listitem" id="par_id3153541" xml-lang="en-US" l10n="U">Be
sure to organize all files for your homepage on the same drive as the start
file of the homepage. In this way, $[officename] can set the protocol and
target so that the reference on the server is always correct.</paragraph>
</listitem>
</list>
-<paragraph role="warning" id="par_id3153897" xml-lang="en-US" l10n="U"
oldref="54">When you rest your mouse on a hyperlink, a help tip displays the
absolute reference, since $[officename] uses absolute path names internally.
The complete path and address can only be seen when you view the result of the
HTML export, by loading the HTML file as "Text" or opening it with a text
editor.</paragraph>
+<paragraph role="warning" id="par_id3153897" xml-lang="en-US" l10n="U">When
you rest your mouse on a hyperlink, a help tip displays the absolute reference,
since $[officename] uses absolute path names internally. The complete path and
address can only be seen when you view the result of the HTML export, by
loading the HTML file as "Text" or opening it with a text editor.</paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
<embed href="text/shared/guide/hyperlink_edit.xhp#hyperlink_edit"/>
</body>
diff --git a/main/helpcontent2/source/text/simpress/guide/individual.xhp
b/main/helpcontent2/source/text/simpress/guide/individual.xhp
index 6967ffb28a..8f21e60b50 100644
--- a/main/helpcontent2/source/text/simpress/guide/individual.xhp
+++ b/main/helpcontent2/source/text/simpress/guide/individual.xhp
@@ -39,64 +39,64 @@
<bookmark_value>showing;hidden slides</bookmark_value>
<bookmark_value>hidden pages;showing</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3146119" xml-lang="en-US" level="1"
l10n="U" oldref="55"><variable id="individual"><link
href="text/simpress/guide/individual.xhp" name="Creating a Custom Slide
Show">Creating a Custom Slide Show</link>
+<paragraph role="heading" id="hd_id3146119" xml-lang="en-US" level="1"
l10n="U"><variable id="individual"><link
href="text/simpress/guide/individual.xhp" name="Creating a Custom Slide
Show">Creating a Custom Slide Show</link>
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3150344" xml-lang="en-US" l10n="CHG"
oldref="71">You can create custom slide shows to meet the needs of your
audience using slides within the current presentation.</paragraph>
-<paragraph role="heading" id="hd_id3150715" xml-lang="en-US" level="3"
l10n="U" oldref="72">To create a custom slide show:</paragraph>
+<paragraph role="paragraph" id="par_id3150344" xml-lang="en-US" l10n="CHG">You
can create custom slide shows to meet the needs of your audience using slides
within the current presentation.</paragraph>
+<paragraph role="heading" id="hd_id3150715" xml-lang="en-US" level="3"
l10n="U">To create a custom slide show:</paragraph>
<list type="ordered">
<listitem>
-<paragraph role="listitem" id="par_id3153712" xml-lang="en-US" l10n="CHG"
oldref="61">Choose <emph>Slide Show - Custom Slide Shows</emph>.</paragraph>
+<paragraph role="listitem" id="par_id3153712" xml-lang="en-US"
l10n="CHG">Choose <emph>Slide Show - Custom Slide Shows</emph>.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3153966" xml-lang="en-US" l10n="U"
oldref="62">Click <emph>New</emph> and enter a name for your slide show in the
<emph>Name</emph> box.</paragraph>
+<paragraph role="listitem" id="par_id3153966" xml-lang="en-US" l10n="U">Click
<emph>New</emph> and enter a name for your slide show in the <emph>Name</emph>
box.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3150249" xml-lang="en-US" l10n="U"
oldref="73">Under <emph>Existing Slides</emph>, select the slides you want to
add to your slide show, and click the <emph>></emph> button. Hold down Shift
to select a range of slides, or Ctrl to select multiple slides.</paragraph>
+<paragraph role="listitem" id="par_id3150249" xml-lang="en-US" l10n="U">Under
<emph>Existing Slides</emph>, select the slides you want to add to your slide
show, and click the <emph>></emph> button. Hold down Shift to select a range
of slides, or Ctrl to select multiple slides.</paragraph>
</listitem>
</list>
-<paragraph role="listitem" id="par_id3153916" xml-lang="en-US" l10n="U"
oldref="64">You can change the order of the slides in your custom slide show,
by dragging and dropping the slides under <emph>Selected
Slides</emph>.</paragraph>
-<paragraph role="heading" id="hd_id3151387" xml-lang="en-US" level="3"
l10n="U" oldref="74">To start a custom slide show:</paragraph>
+<paragraph role="listitem" id="par_id3153916" xml-lang="en-US" l10n="U">You
can change the order of the slides in your custom slide show, by dragging and
dropping the slides under <emph>Selected Slides</emph>.</paragraph>
+<paragraph role="heading" id="hd_id3151387" xml-lang="en-US" level="3"
l10n="U">To start a custom slide show:</paragraph>
<list type="ordered">
<listitem>
-<paragraph role="listitem" id="par_id3147403" xml-lang="en-US" l10n="U"
oldref="75">Choose <emph>Slide Show - Custom Slide Show</emph>.</paragraph>
+<paragraph role="listitem" id="par_id3147403" xml-lang="en-US" l10n="U">Choose
<emph>Slide Show - Custom Slide Show</emph>.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3150538" xml-lang="en-US" l10n="U"
oldref="76">Select the show you want to start from the list.</paragraph>
+<paragraph role="listitem" id="par_id3150538" xml-lang="en-US" l10n="U">Select
the show you want to start from the list.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3149943" xml-lang="en-US" l10n="U"
oldref="77">Click <emph>Start</emph>.</paragraph>
+<paragraph role="listitem" id="par_id3149943" xml-lang="en-US" l10n="U">Click
<emph>Start</emph>.</paragraph>
</listitem>
</list>
-<paragraph role="tip" id="par_id3145593" xml-lang="en-US" l10n="CHG"
oldref="56">If you want the selected custom slide show to start when you click
the <emph>Slide Show</emph> icon on the <emph>Presentation</emph> toolbar, or
when you press F5, select <emph>Use Custom Slide Show</emph>.</paragraph>
-<paragraph role="heading" id="hd_id3145169" xml-lang="en-US" level="2"
l10n="U" oldref="78">Options for Running a Slide Show</paragraph>
-<paragraph role="heading" id="hd_id3150335" xml-lang="en-US" level="3"
l10n="U" oldref="65">To always start a slide show from the current
slide:</paragraph>
+<paragraph role="tip" id="par_id3145593" xml-lang="en-US" l10n="CHG">If you
want the selected custom slide show to start when you click the <emph>Slide
Show</emph> icon on the <emph>Presentation</emph> toolbar, or when you press
F5, select <emph>Use Custom Slide Show</emph>.</paragraph>
+<paragraph role="heading" id="hd_id3145169" xml-lang="en-US" level="2"
l10n="U">Options for Running a Slide Show</paragraph>
+<paragraph role="heading" id="hd_id3150335" xml-lang="en-US" level="3"
l10n="U">To always start a slide show from the current slide:</paragraph>
<list type="ordered">
<listitem>
-<paragraph role="listitem" id="par_id3150014" xml-lang="en-US" l10n="U"
oldref="66">Choose <emph><switchinline select="sys"><caseinline
select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools -
Options</defaultinline></switchinline> - %PRODUCTNAME Impress -
General</emph>.</paragraph>
+<paragraph role="listitem" id="par_id3150014" xml-lang="en-US" l10n="U">Choose
<emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME -
Preferences</caseinline><defaultinline>Tools -
Options</defaultinline></switchinline> - %PRODUCTNAME Impress -
General</emph>.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3155932" xml-lang="en-US" l10n="U"
oldref="67">In the <emph>Start presentation</emph> area, select the
<emph>Always with current page</emph> check box.</paragraph>
+<paragraph role="listitem" id="par_id3155932" xml-lang="en-US" l10n="U">In the
<emph>Start presentation</emph> area, select the <emph>Always with current
page</emph> check box.</paragraph>
</listitem>
</list>
-<paragraph role="warning" id="par_id3155372" xml-lang="en-US" l10n="U"
oldref="68">Do not select this option if you want to run a custom slide
show.</paragraph>
-<paragraph role="heading" id="hd_id3153922" xml-lang="en-US" level="3"
l10n="U" oldref="69">To hide a slide:</paragraph>
+<paragraph role="warning" id="par_id3155372" xml-lang="en-US" l10n="U">Do not
select this option if you want to run a custom slide show.</paragraph>
+<paragraph role="heading" id="hd_id3153922" xml-lang="en-US" level="3"
l10n="U">To hide a slide:</paragraph>
<paragraph role="paragraph" id="par_id883150344" xml-lang="en-US"
l10n="NEW">To hide the current slide, click the Hide Slide action
button.</paragraph>
<list type="ordered">
<listitem>
-<paragraph role="listitem" id="par_id3156261" xml-lang="en-US" l10n="CHG"
oldref="57">To hide several slides, choose <emph>View - Slide Sorter</emph>,
and then select the slide(s) that you want to hide.</paragraph>
+<paragraph role="listitem" id="par_id3156261" xml-lang="en-US" l10n="CHG">To
hide several slides, choose <emph>View - Slide Sorter</emph>, and then select
the slide(s) that you want to hide.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3083278" xml-lang="en-US" l10n="U"
oldref="79">Choose <emph>Slide Show - Show/Hide Slide</emph>.</paragraph>
-<paragraph role="listitem" id="par_id3151264" xml-lang="en-US" l10n="CHG"
oldref="58">The slide is not removed from your document.</paragraph>
+<paragraph role="listitem" id="par_id3083278" xml-lang="en-US" l10n="U">Choose
<emph>Slide Show - Show/Hide Slide</emph>.</paragraph>
+<paragraph role="listitem" id="par_id3151264" xml-lang="en-US" l10n="CHG">The
slide is not removed from your document.</paragraph>
</listitem>
</list>
-<paragraph role="heading" id="hd_id3147570" xml-lang="en-US" level="3"
l10n="U" oldref="80">To show a hidden slide:</paragraph>
+<paragraph role="heading" id="hd_id3147570" xml-lang="en-US" level="3"
l10n="U">To show a hidden slide:</paragraph>
<list type="ordered">
<listitem>
-<paragraph role="listitem" id="par_id3145210" xml-lang="en-US" l10n="U"
oldref="81">Choose <emph>View - Slide Sorter</emph>, and then select the hidden
slide(s) that you want to show.</paragraph>
+<paragraph role="listitem" id="par_id3145210" xml-lang="en-US" l10n="U">Choose
<emph>View - Slide Sorter</emph>, and then select the hidden slide(s) that you
want to show.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3150260" xml-lang="en-US" l10n="U"
oldref="59">Choose <emph>Slide Show - Show/Hide Slide</emph>.</paragraph>
+<paragraph role="listitem" id="par_id3150260" xml-lang="en-US" l10n="U">Choose
<emph>Slide Show - Show/Hide Slide</emph>.</paragraph>
</listitem>
</list>
<section id="relatedtopics">
diff --git a/main/helpcontent2/source/text/simpress/main0203.xhp
b/main/helpcontent2/source/text/simpress/main0203.xhp
index 113eaa3050..1c96443310 100644
--- a/main/helpcontent2/source/text/simpress/main0203.xhp
+++ b/main/helpcontent2/source/text/simpress/main0203.xhp
@@ -30,9 +30,8 @@
</meta>
<body>
<section id="objektleistetext">
-<paragraph xml-lang="en-US" id="hd_id3150010" role="heading" level="1"
l10n="CHG"
-oldref="1"><link href="text/simpress/main0203.xhp" name="Text Formatting
Bar">Text Formatting Bar</link></paragraph>
-<paragraph xml-lang="en-US" id="par_id3152597" role="paragraph" l10n="CHG"
oldref="2">To display the <emph>Text Formatting</emph> Bar, place the cursor
inside a text object.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3150010" role="heading" level="1"
l10n="CHG"><link href="text/simpress/main0203.xhp" name="Text Formatting
Bar">Text Formatting Bar</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id3152597" role="paragraph" l10n="CHG">To
display the <emph>Text Formatting</emph> Bar, place the cursor inside a text
object.</paragraph>
</section>
<embed href="text/shared/02/02020000.xhp#schriftart"/>
<embed href="text/shared/02/02020000.xhp#syschriftart"/>
@@ -44,7 +43,7 @@ oldref="1"><link href="text/simpress/main0203.xhp" name="Text
Formatting Bar">Te
<embed href="text/shared/00/00040502.xhp#sykursiv"/>
<embed href="text/shared/01/05110300.xhp#unter"/>
<embed href="text/shared/00/00040502.xhp#syunterstreichen"/>
-<paragraph xml-lang="en-US" id="hd_id3151391" role="heading" level="2"
l10n="U" oldref="4"><link href="text/shared/01/05020200.xhp" name="Font
Color">Font Color</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3151391" role="heading" level="2"
l10n="U"><link href="text/shared/01/05020200.xhp" name="Font Color">Font
Color</link></paragraph>
<embed href="text/shared/01/05020200.xhp#textfarbe"/>
<embed href="text/shared/00/00000004.xhp#sytextfarbe"/>
<embed href="text/shared/01/05080100.xhp#links"/>
@@ -116,13 +115,13 @@ oldref="1"><link href="text/simpress/main0203.xhp"
name="Text Formatting Bar">Te
<case select="IMPRESS"><embed
href="text/shared/02/06110000.xhp#syhinunterschieben"/>
</case>
</switch>
-<paragraph xml-lang="en-US" id="hd_id3154645" role="heading" level="2"
l10n="U" oldref="5"><link href="text/shared/01/05020000.xhp"
name="Character">Character</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3154645" role="heading" level="2"
l10n="U"><link href="text/shared/01/05020000.xhp"
name="Character">Character</link></paragraph>
<embed href="text/shared/01/05020000.xhp#zeichentext"/>
<embed href="text/shared/00/00040500.xhp#syzeich"/>
-<paragraph xml-lang="en-US" id="hd_id3149984" role="heading" level="2"
l10n="U" oldref="6"><link href="text/shared/01/05030000.xhp"
name="Paragraph">Paragraph</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3149984" role="heading" level="2"
l10n="U"><link href="text/shared/01/05030000.xhp"
name="Paragraph">Paragraph</link></paragraph>
<embed href="text/shared/01/05030000.xhp#absatztext"/>
<embed href="text/shared/00/00040500.xhp#syabsatz"/>
-<paragraph xml-lang="en-US" id="hd_id3153619" role="heading" level="2"
l10n="U" oldref="7"><switchinline select="appl"><caseinline
select="IMPRESS"><link href="text/shared/01/06050000.xhp" name="Numbering
Symbols">Numbering Symbols</link>
+<paragraph xml-lang="en-US" id="hd_id3153619" role="heading" level="2"
l10n="U"><switchinline select="appl"><caseinline select="IMPRESS"><link
href="text/shared/01/06050000.xhp" name="Numbering Symbols">Numbering
Symbols</link>
</caseinline></switchinline></paragraph>
<switch select="appl">
<case select="IMPRESS"><embed href="text/shared/01/06050000.xhp#numauftext"/>
diff --git a/main/helpcontent2/source/text/swriter/01/04120227.xhp
b/main/helpcontent2/source/text/swriter/01/04120227.xhp
index 3232598f06..10f6bba00d 100644
--- a/main/helpcontent2/source/text/swriter/01/04120227.xhp
+++ b/main/helpcontent2/source/text/swriter/01/04120227.xhp
@@ -29,49 +29,49 @@
</topic>
</meta>
<body>
-<paragraph role="heading" id="hd_id3151388" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/swriter/01/04120227.xhp" name="Entries
(bibliography)">Entries (bibliography)</link></paragraph>
-<paragraph role="paragraph" id="par_id3083449" xml-lang="en-US" l10n="U"
oldref="2"><variable id="eintraege">Specify the format for bibliography entries.
+<paragraph role="heading" id="hd_id3151388" xml-lang="en-US" level="1"
l10n="U"><link href="text/swriter/01/04120227.xhp" name="Entries
(bibliography)">Entries (bibliography)</link></paragraph>
+<paragraph role="paragraph" id="par_id3083449" xml-lang="en-US"
l10n="U"><variable id="eintraege">Specify the format for bibliography entries.
</variable></paragraph>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#verz37"/>
</section>
<paragraph role="heading" id="hd_id31544970" xml-lang="en-US" level="2"
l10n="NEW">Type</paragraph>
-<paragraph role="paragraph" id="par_id3150017" xml-lang="en-US" l10n="U"
oldref="3">The types that are displayed depend on the different literature
sources.</paragraph>
+<paragraph role="paragraph" id="par_id3150017" xml-lang="en-US" l10n="U">The
types that are displayed depend on the different literature sources.</paragraph>
<embed href="text/swriter/01/04120221.xhp#aufbau"/>
<embed href="text/swriter/01/04120221.xhp#tabulator"/>
<bookmark xml-lang="en-US" branch="hid/sw:ListBox:TP_TOX_ENTRY:LB_AUTHFIELD"
id="bm_id3147168" localize="false"/>
-<paragraph role="heading" id="hd_id3150570" xml-lang="en-US" level="3"
l10n="U" oldref="4">Type</paragraph>
-<paragraph role="paragraph" id="par_id3147175" xml-lang="en-US" l10n="CHG"
oldref="5">Lists the available bibliography entries. <ahelp hid=".">To add an
entry to the Structure line, click the entry, click in an empty box on the
Structure line, and then click <emph>Insert</emph>.</ahelp> Use the <link
href="text/swriter/01/04120229.xhp" name="Define Bibliography Entry">Define
Bibliography Entry</link> dialog to add new entries.</paragraph>
+<paragraph role="heading" id="hd_id3150570" xml-lang="en-US" level="3"
l10n="U">Type</paragraph>
+<paragraph role="paragraph" id="par_id3147175" xml-lang="en-US"
l10n="CHG">Lists the available bibliography entries. <ahelp hid=".">To add an
entry to the Structure line, click the entry, click in an empty box on the
Structure line, and then click <emph>Insert</emph>.</ahelp> Use the <link
href="text/swriter/01/04120229.xhp" name="Define Bibliography Entry">Define
Bibliography Entry</link> dialog to add new entries.</paragraph>
<bookmark xml-lang="en-US"
branch="hid/sw:PushButton:TP_TOX_ENTRY:PB_AUTHINSERT" id="bm_id3151171"
localize="false"/>
-<paragraph role="heading" id="hd_id3149287" xml-lang="en-US" level="3"
l10n="U" oldref="6">Insert</paragraph>
-<paragraph role="paragraph" id="par_id3151178" xml-lang="en-US" l10n="U"
oldref="7"><ahelp hid="SW:PUSHBUTTON:TP_TOX_ENTRY:PB_AUTHINSERT">Adds the
reference code for the selected bibliography entry to the Structure line.
Select an entry in the list, click in an empty box, and then click this
button.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3149287" xml-lang="en-US" level="3"
l10n="U">Insert</paragraph>
+<paragraph role="paragraph" id="par_id3151178" xml-lang="en-US"
l10n="U"><ahelp hid="SW:PUSHBUTTON:TP_TOX_ENTRY:PB_AUTHINSERT">Adds the
reference code for the selected bibliography entry to the Structure line.
Select an entry in the list, click in an empty box, and then click this
button.</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/sw:PushButton:TP_TOX_ENTRY:PB_AUTHREMOVE" id="bm_id3149800"
localize="false"/>
-<paragraph role="heading" id="hd_id3154096" xml-lang="en-US" level="3"
l10n="U" oldref="8">Remove</paragraph>
-<paragraph role="paragraph" id="par_id3149807" xml-lang="en-US" l10n="U"
oldref="9"><ahelp hid="SW:PUSHBUTTON:TP_TOX_ENTRY:PB_AUTHREMOVE">Removes the
selected reference code from the Structure line.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3154096" xml-lang="en-US" level="3"
l10n="U">Remove</paragraph>
+<paragraph role="paragraph" id="par_id3149807" xml-lang="en-US"
l10n="U"><ahelp hid="SW:PUSHBUTTON:TP_TOX_ENTRY:PB_AUTHREMOVE">Removes the
selected reference code from the Structure line.</ahelp></paragraph>
<embed href="text/swriter/01/04120221.xhp#aufbau2"/>
-<paragraph role="heading" id="hd_id3154470" xml-lang="en-US" level="2"
l10n="U" oldref="10">Sort by</paragraph>
-<paragraph role="paragraph" id="par_id3154482" xml-lang="en-US" l10n="U"
oldref="11">Specify the sorting options for the bibliography
entries.</paragraph>
+<paragraph role="heading" id="hd_id3154470" xml-lang="en-US" level="2"
l10n="U">Sort by</paragraph>
+<paragraph role="paragraph" id="par_id3154482" xml-lang="en-US"
l10n="U">Specify the sorting options for the bibliography entries.</paragraph>
<bookmark xml-lang="en-US" branch="hid/sw:RadioButton:TP_TOX_ENTRY:RB_DOCPOS"
id="bm_id3153677" localize="false"/>
-<paragraph role="heading" id="hd_id3153665" xml-lang="en-US" level="3"
l10n="U" oldref="12">Document position</paragraph>
-<paragraph role="paragraph" id="par_id3151314" xml-lang="en-US" l10n="U"
oldref="13"><ahelp hid="SW:RADIOBUTTON:TP_TOX_ENTRY:RB_DOCPOS">Sorts the
bibliography entries according to the position of their references in the
document.</ahelp> Select this option if you want to use automatically numbered
references.</paragraph>
+<paragraph role="heading" id="hd_id3153665" xml-lang="en-US" level="3"
l10n="U">Document position</paragraph>
+<paragraph role="paragraph" id="par_id3151314" xml-lang="en-US"
l10n="U"><ahelp hid="SW:RADIOBUTTON:TP_TOX_ENTRY:RB_DOCPOS">Sorts the
bibliography entries according to the position of their references in the
document.</ahelp> Select this option if you want to use automatically numbered
references.</paragraph>
<bookmark xml-lang="en-US"
branch="hid/sw:RadioButton:TP_TOX_ENTRY:RB_SORTCONTENT" id="bm_id3155902"
localize="false"/>
-<paragraph role="heading" id="hd_id3154576" xml-lang="en-US" level="3"
l10n="U" oldref="14">Content</paragraph>
-<paragraph role="paragraph" id="par_id3149687" xml-lang="en-US" l10n="U"
oldref="15"><ahelp hid="SW:RADIOBUTTON:TP_TOX_ENTRY:RB_SORTCONTENT">Sorts the
bibliography entries by the Sort keys that you specify, for example, by author
or by year of publication.</ahelp></paragraph>
-<paragraph role="heading" id="hd_id3155175" xml-lang="en-US" level="2"
l10n="U" oldref="16">Sort keys</paragraph>
+<paragraph role="heading" id="hd_id3154576" xml-lang="en-US" level="3"
l10n="U">Content</paragraph>
+<paragraph role="paragraph" id="par_id3149687" xml-lang="en-US"
l10n="U"><ahelp hid="SW:RADIOBUTTON:TP_TOX_ENTRY:RB_SORTCONTENT">Sorts the
bibliography entries by the Sort keys that you specify, for example, by author
or by year of publication.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3155175" xml-lang="en-US" level="2"
l10n="U">Sort keys</paragraph>
<bookmark xml-lang="en-US" branch="hid/sw:ListBox:TP_TOX_ENTRY:LB_FIRSTKEY"
id="bm_id3143281" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/sw:ListBox:TP_TOX_ENTRY:LB_SECONDKEY"
id="bm_id3149481" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/sw:ListBox:TP_TOX_ENTRY:LB_THIRDKEY"
id="bm_id3149486" localize="false"/>
-<paragraph role="heading" id="hd_id3143270" xml-lang="en-US" level="3"
l10n="U" oldref="18">1, 2 or 3</paragraph>
-<paragraph role="paragraph" id="par_id3149491" xml-lang="en-US" l10n="U"
oldref="19"><ahelp hid="SW:LISTBOX:TP_TOX_ENTRY:LB_THIRDKEY">Select the entry
by which to sort the bibliography entries. This option is only available if you
select the <emph>Content</emph> radio button in the <emph>Sort by</emph>
area.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3143270" xml-lang="en-US" level="3"
l10n="U">1, 2 or 3</paragraph>
+<paragraph role="paragraph" id="par_id3149491" xml-lang="en-US"
l10n="U"><ahelp hid="SW:LISTBOX:TP_TOX_ENTRY:LB_THIRDKEY">Select the entry by
which to sort the bibliography entries. This option is only available if you
select the <emph>Content</emph> radio button in the <emph>Sort by</emph>
area.</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP1" id="bm_id3149104"
localize="false"/>
<bookmark xml-lang="en-US"
branch="hid/sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP2" id="bm_id3149108"
localize="false"/>
<bookmark xml-lang="en-US"
branch="hid/sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP3" id="bm_id3147091"
localize="false"/>
-<paragraph role="heading" id="hd_id3149826" xml-lang="en-US" level="3"
l10n="U" oldref="20">AZ</paragraph>
-<paragraph role="paragraph" id="par_id3147098" xml-lang="en-US" l10n="U"
oldref="21"><ahelp hid="SW:IMAGERADIOBUTTON:TP_TOX_ENTRY:RB_SORTUP3">Sorts the
bibliography entries in ascending alphanumerical order.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3149826" xml-lang="en-US" level="3"
l10n="U">AZ</paragraph>
+<paragraph role="paragraph" id="par_id3147098" xml-lang="en-US"
l10n="U"><ahelp hid="SW:IMAGERADIOBUTTON:TP_TOX_ENTRY:RB_SORTUP3">Sorts the
bibliography entries in ascending alphanumerical order.</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTDOWN1" id="bm_id3147221"
localize="false"/>
<bookmark xml-lang="en-US"
branch="hid/sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTDOWN2" id="bm_id3147225"
localize="false"/>
<bookmark xml-lang="en-US"
branch="hid/sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTDOWN3" id="bm_id3149035"
localize="false"/>
-<paragraph role="heading" id="hd_id3148981" xml-lang="en-US" level="3"
l10n="U" oldref="22">ZA</paragraph>
-<paragraph role="paragraph" id="par_id3149041" xml-lang="en-US" l10n="U"
oldref="23"><ahelp hid="SW:IMAGERADIOBUTTON:TP_TOX_ENTRY:RB_SORTDOWN3">Sorts
the bibliography entries in a descending alphanumerical
order.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3148981" xml-lang="en-US" level="3"
l10n="U">ZA</paragraph>
+<paragraph role="paragraph" id="par_id3149041" xml-lang="en-US"
l10n="U"><ahelp hid="SW:IMAGERADIOBUTTON:TP_TOX_ENTRY:RB_SORTDOWN3">Sorts the
bibliography entries in a descending alphanumerical order.</ahelp></paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/swriter/01/04120250.xhp
b/main/helpcontent2/source/text/swriter/01/04120250.xhp
index ff026c1344..4a06937153 100644
--- a/main/helpcontent2/source/text/swriter/01/04120250.xhp
+++ b/main/helpcontent2/source/text/swriter/01/04120250.xhp
@@ -34,51 +34,51 @@
<bookmark_value>concordance files; definition</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/SW_HID_DLG_CREATE_AUTOMARK"
id="bm_id3147169" localize="false"/>
-<paragraph role="heading" id="hd_id3148768" xml-lang="en-US" level="1"
l10n="U" oldref="1">Edit Concordance File</paragraph>
-<paragraph role="paragraph" id="par_id3151180" xml-lang="en-US" l10n="CHG"
oldref="2"><ahelp hid="HID_DLG_CREATE_AUTOMARK">Create or edit a list of words
to include in an Alphabetical Index.</ahelp> A concordance file lists words
that should be referenced in an alphabetical index, together with the page
number(s) where they appear in the document.</paragraph>
+<paragraph role="heading" id="hd_id3148768" xml-lang="en-US" level="1"
l10n="U">Edit Concordance File</paragraph>
+<paragraph role="paragraph" id="par_id3151180" xml-lang="en-US"
l10n="CHG"><ahelp hid="HID_DLG_CREATE_AUTOMARK">Create or edit a list of words
to include in an Alphabetical Index.</ahelp> A concordance file lists words
that should be referenced in an alphabetical index, together with the page
number(s) where they appear in the document.</paragraph>
<paragraph role="paragraph" id="par_id837427" xml-lang="en-US" l10n="NEW">You
can use the Find All button on the Find & Replace dialog to highlight all
places where a word appears, then open the Insert Index Entry dialog to add
that word and places to the alphabetical index. However, if you need the same
set of alphabetical indexes in multiple documents, the concordance file allows
to enter every word just once, then use the list many
times.<comment>i61650</comment></paragraph>
-<paragraph role="heading" id="hd_id3154645" xml-lang="en-US" level="2"
l10n="U" oldref="19">To access the Edit Concordance File dialog:</paragraph>
+<paragraph role="heading" id="hd_id3154645" xml-lang="en-US" level="2"
l10n="U">To access the Edit Concordance File dialog:</paragraph>
<list type="ordered">
<listitem>
-<paragraph role="listitem" id="par_id3149292" xml-lang="en-US" l10n="U"
oldref="20">Choose <emph>Insert - Indexes and Tables - Indexes and Tables -
Index/Table</emph>.</paragraph>
+<paragraph role="listitem" id="par_id3149292" xml-lang="en-US" l10n="U">Choose
<emph>Insert - Indexes and Tables - Indexes and Tables -
Index/Table</emph>.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3145420" xml-lang="en-US" l10n="U"
oldref="21">In the <emph>Type</emph> box, select "Alphabetical
Index".</paragraph>
+<paragraph role="listitem" id="par_id3145420" xml-lang="en-US" l10n="U">In the
<emph>Type</emph> box, select "Alphabetical Index".</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3154107" xml-lang="en-US" l10n="U"
oldref="22">In the <emph>Options</emph> area, select the <emph>Concordance
file</emph> check box.</paragraph>
+<paragraph role="listitem" id="par_id3154107" xml-lang="en-US" l10n="U">In the
<emph>Options</emph> area, select the <emph>Concordance file</emph> check
box.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3153668" xml-lang="en-US" l10n="U"
oldref="23">Click the <emph>File</emph> button, and then choose
<emph>New</emph> or <emph>Edit</emph>.</paragraph>
+<paragraph role="listitem" id="par_id3153668" xml-lang="en-US" l10n="U">Click
the <emph>File</emph> button, and then choose <emph>New</emph> or
<emph>Edit</emph>.</paragraph>
</listitem>
</list>
-<paragraph role="paragraph" id="par_id3154470" xml-lang="en-US" l10n="U"
oldref="24">A concordance file contains the following fields:</paragraph>
-<paragraph role="paragraph" id="par_id3152953" xml-lang="en-US" l10n="U"
oldref="3">"Search term" refers to the index entry that you want to mark in the
document.</paragraph>
-<paragraph role="paragraph" id="par_id3155896" xml-lang="en-US" l10n="U"
oldref="4">"Alternative entry" refers to the index entry that you want to
appear in the index.</paragraph>
-<paragraph role="paragraph" id="par_id3154194" xml-lang="en-US" l10n="U"
oldref="5">The 1st and 2nd Keys are parent index entries. The "Search term" or
the "Alternative entry" appears as a subentry under the 1st and 2nd
Keys.</paragraph>
-<paragraph role="paragraph" id="par_id3155184" xml-lang="en-US" l10n="U"
oldref="6">"Match case" means that uppercase and lowercase letters are
considered.</paragraph>
-<paragraph role="paragraph" id="par_id3143282" xml-lang="en-US" l10n="U"
oldref="7">"Word only" searches for the term as a single word.</paragraph>
-<paragraph role="note" id="par_id3147220" xml-lang="en-US" l10n="U"
oldref="8">To enable the "Match case" or "Word only" options, click in the
corresponding cell, and then select the check box.</paragraph>
-<paragraph role="heading" id="hd_id3153629" xml-lang="en-US" level="2"
l10n="U" oldref="25">To create a concordance file without the Edit Concordance
File dialog:</paragraph>
-<paragraph role="paragraph" id="par_id3153644" xml-lang="en-US" l10n="U"
oldref="9">Use the following format guidelines when you create a concordance
file:</paragraph>
+<paragraph role="paragraph" id="par_id3154470" xml-lang="en-US" l10n="U">A
concordance file contains the following fields:</paragraph>
+<paragraph role="paragraph" id="par_id3152953" xml-lang="en-US"
l10n="U">"Search term" refers to the index entry that you want to mark in the
document.</paragraph>
+<paragraph role="paragraph" id="par_id3155896" xml-lang="en-US"
l10n="U">"Alternative entry" refers to the index entry that you want to appear
in the index.</paragraph>
+<paragraph role="paragraph" id="par_id3154194" xml-lang="en-US" l10n="U">The
1st and 2nd Keys are parent index entries. The "Search term" or the
"Alternative entry" appears as a subentry under the 1st and 2nd
Keys.</paragraph>
+<paragraph role="paragraph" id="par_id3155184" xml-lang="en-US"
l10n="U">"Match case" means that uppercase and lowercase letters are
considered.</paragraph>
+<paragraph role="paragraph" id="par_id3143282" xml-lang="en-US" l10n="U">"Word
only" searches for the term as a single word.</paragraph>
+<paragraph role="note" id="par_id3147220" xml-lang="en-US" l10n="U">To enable
the "Match case" or "Word only" options, click in the corresponding cell, and
then select the check box.</paragraph>
+<paragraph role="heading" id="hd_id3153629" xml-lang="en-US" level="2"
l10n="U">To create a concordance file without the Edit Concordance File
dialog:</paragraph>
+<paragraph role="paragraph" id="par_id3153644" xml-lang="en-US" l10n="U">Use
the following format guidelines when you create a concordance file:</paragraph>
<list type="unordered">
<listitem>
-<paragraph role="listitem" id="par_id3152770" xml-lang="en-US" l10n="U"
oldref="10">Each entry in the concordance file is on a separate
line.</paragraph>
+<paragraph role="listitem" id="par_id3152770" xml-lang="en-US" l10n="U">Each
entry in the concordance file is on a separate line.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3155142" xml-lang="en-US" l10n="U"
oldref="26">Commented lines start with #.</paragraph>
+<paragraph role="listitem" id="par_id3155142" xml-lang="en-US"
l10n="U">Commented lines start with #.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3153354" xml-lang="en-US" l10n="U"
oldref="11">Use the following format for the entries:</paragraph>
+<paragraph role="listitem" id="par_id3153354" xml-lang="en-US" l10n="U">Use
the following format for the entries:</paragraph>
</listitem>
</list>
-<paragraph role="paragraph" id="par_id3149172" xml-lang="en-US" l10n="U"
oldref="12">Search term;Alternative entry;1st key;2nd key;Match case;Word
only</paragraph>
-<paragraph role="paragraph" id="par_id3156270" xml-lang="en-US" l10n="U"
oldref="13">The entries "Match case" and "Word only" are interpreted as "No" or
FALSE if they are empty or zero (0). All other contents are interpreted as
"Yes" or TRUE.</paragraph>
-<paragraph role="heading" id="hd_id3145778" xml-lang="en-US" level="3"
l10n="U" oldref="27">Example</paragraph>
-<paragraph role="paragraph" id="par_id3155907" xml-lang="en-US" l10n="U"
oldref="14">For example, to include the word "Boston" in your alphabetical
index under the "Cities" entry, enter the following line in the concordance
file:</paragraph>
-<paragraph role="paragraph" id="par_id3151370" xml-lang="en-US" l10n="CHG"
oldref="15">Boston;Boston;Cities;;0;0 <comment>UFI: translate this with same
name as in par_id3155907. Pay attention to the following paras
also</comment></paragraph>
-<paragraph role="paragraph" id="par_id3151383" xml-lang="en-US" l10n="U"
oldref="16">This also finds "Boston" if it is written in lowercase
letters.</paragraph>
-<paragraph role="paragraph" id="par_id3155866" xml-lang="en-US" l10n="U"
oldref="17">To include the "Beacon Hill" district in Boston under the "Cities"
entry, enter the following line:</paragraph>
-<paragraph role="paragraph" id="par_id3150116" xml-lang="en-US" l10n="CHG"
oldref="18">Beacon Hill;Boston;Cities;</paragraph>
+<paragraph role="paragraph" id="par_id3149172" xml-lang="en-US"
l10n="U">Search term;Alternative entry;1st key;2nd key;Match case;Word
only</paragraph>
+<paragraph role="paragraph" id="par_id3156270" xml-lang="en-US" l10n="U">The
entries "Match case" and "Word only" are interpreted as "No" or FALSE if they
are empty or zero (0). All other contents are interpreted as "Yes" or
TRUE.</paragraph>
+<paragraph role="heading" id="hd_id3145778" xml-lang="en-US" level="3"
l10n="U">Example</paragraph>
+<paragraph role="paragraph" id="par_id3155907" xml-lang="en-US" l10n="U">For
example, to include the word "Boston" in your alphabetical index under the
"Cities" entry, enter the following line in the concordance file:</paragraph>
+<paragraph role="paragraph" id="par_id3151370" xml-lang="en-US"
l10n="CHG">Boston;Boston;Cities;;0;0 <comment>UFI: translate this with same
name as in par_id3155907. Pay attention to the following paras
also</comment></paragraph>
+<paragraph role="paragraph" id="par_id3151383" xml-lang="en-US" l10n="U">This
also finds "Boston" if it is written in lowercase letters.</paragraph>
+<paragraph role="paragraph" id="par_id3155866" xml-lang="en-US" l10n="U">To
include the "Beacon Hill" district in Boston under the "Cities" entry, enter
the following line:</paragraph>
+<paragraph role="paragraph" id="par_id3150116" xml-lang="en-US"
l10n="CHG">Beacon Hill;Boston;Cities;</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/swriter/guide/fields.xhp
b/main/helpcontent2/source/text/swriter/guide/fields.xhp
index 014c529c59..fb38d35c23 100644
--- a/main/helpcontent2/source/text/swriter/guide/fields.xhp
+++ b/main/helpcontent2/source/text/swriter/guide/fields.xhp
@@ -38,63 +38,62 @@
<bookmark_value>changing;field shadings</bookmark_value>
<bookmark_value>viewing;fields</bookmark_value>
</bookmark><comment>mw changed "fields;..."</comment>
-<paragraph xml-lang="en-US" id="hd_id3145576" role="heading" level="1"
l10n="U" oldref="3"><variable id="fields"><link
href="text/swriter/guide/fields.xhp" name="About Fields">About Fields</link>
+<paragraph xml-lang="en-US" id="hd_id3145576" role="heading" level="1"
l10n="U"><variable id="fields"><link href="text/swriter/guide/fields.xhp"
name="About Fields">About Fields</link>
</variable></paragraph>
-<paragraph xml-lang="en-US" id="par_id3154246" role="paragraph" l10n="U"
oldref="4">Fields are used for data that changes in a document, such as the
current date or the total number of pages in a document.</paragraph>
-<paragraph xml-lang="en-US" id="hd_id3154262" role="heading" level="2"
l10n="U" oldref="5">Viewing Fields</paragraph>
-<paragraph xml-lang="en-US" id="par_id3150509" role="paragraph" l10n="U"
oldref="6">Fields consist of a field name and the field content. To switch the
field display between the field name or the field content, choose <link
href="text/swriter/01/03090000.xhp" name="View - Fields"><emph>View - Field
Names</emph></link>.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3150536" role="paragraph" l10n="U"
oldref="195">To display or hide field highlighting in a document, choose
<emph>View - Field Shadings</emph>. To permanently disable this feature, choose
<emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME -
Preferences</caseinline><defaultinline>Tools -
Options</defaultinline></switchinline> - $[officename] - Appearance</emph>, and
clear the check box in front of <emph>Field shadings</emph>.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3152885" role="paragraph" l10n="U"
oldref="7">To change the color of field shadings, choose <emph><switchinline
select="sys"><caseinline select="MAC">%PRODUCTNAME -
Preferences</caseinline><defaultinline>Tools -
Options</defaultinline></switchinline> - <link
href="text/shared/optionen/01012000.xhp" name="$[officename] -
Appearance"><item type="menuitem">$[officename] -
Appearance</item></link></emph>, locate the <item type="menuitem">Field
shadings</ [...]
-<paragraph xml-lang="en-US" id="hd_id3153166" role="heading" level="2"
l10n="U" oldref="8">Field Properties</paragraph>
-<paragraph xml-lang="en-US" id="par_id3153180" role="paragraph" l10n="U"
oldref="181">Most field types in a document, including database fields, store
and display variable values.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3155533" role="paragraph" l10n="U"
oldref="182">The following field types execute an action when you click the
field:</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154246" role="paragraph"
l10n="U">Fields are used for data that changes in a document, such as the
current date or the total number of pages in a document.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3154262" role="heading" level="2"
l10n="U">Viewing Fields</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150509" role="paragraph"
l10n="U">Fields consist of a field name and the field content. To switch the
field display between the field name or the field content, choose <link
href="text/swriter/01/03090000.xhp" name="View - Fields"><emph>View - Field
Names</emph></link>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150536" role="paragraph" l10n="U">To
display or hide field highlighting in a document, choose <emph>View - Field
Shadings</emph>. To permanently disable this feature, choose
<emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME -
Preferences</caseinline><defaultinline>Tools -
Options</defaultinline></switchinline> - $[officename] - Appearance</emph>, and
clear the check box in front of <emph>Field shadings</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3152885" role="paragraph" l10n="U">To
change the color of field shadings, choose <emph><switchinline
select="sys"><caseinline select="MAC">%PRODUCTNAME -
Preferences</caseinline><defaultinline>Tools -
Options</defaultinline></switchinline> - <link
href="text/shared/optionen/01012000.xhp" name="$[officename] -
Appearance"><item type="menuitem">$[officename] -
Appearance</item></link></emph>, locate the <item type="menuitem">Field
shadings</item> optio [...]
+<paragraph xml-lang="en-US" id="hd_id3153166" role="heading" level="2"
l10n="U">Field Properties</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153180" role="paragraph" l10n="U">Most
field types in a document, including database fields, store and display
variable values.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155533" role="paragraph" l10n="U">The
following field types execute an action when you click the field:</paragraph>
<table id="tbl_id3155548">
<tablerow>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3155582" role="tablehead" l10n="U"
oldref="183">Field Type</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155582" role="tablehead" l10n="U">Field
Type</paragraph>
</tablecell>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3147760" role="tablehead" l10n="U"
oldref="184">Property</paragraph>
+<paragraph xml-lang="en-US" id="par_id3147760" role="tablehead"
l10n="U">Property</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3147789" role="tablecontent" l10n="U"
oldref="185">Placeholder</paragraph>
+<paragraph xml-lang="en-US" id="par_id3147789" role="tablecontent"
l10n="U">Placeholder</paragraph>
</tablecell>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3147812" role="tablecontent" l10n="U"
oldref="186">Opens a dialog to insert the object for which the placeholder was
set.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3147812" role="tablecontent"
l10n="U">Opens a dialog to insert the object for which the placeholder was
set.</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3147216" role="tablecontent" l10n="U"
oldref="187">Insert Reference</paragraph>
+<paragraph xml-lang="en-US" id="par_id3147216" role="tablecontent"
l10n="U">Insert Reference</paragraph>
</tablecell>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3147239" role="tablecontent" l10n="U"
oldref="188">Moves the mouse pointer to the reference.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3147239" role="tablecontent"
l10n="U">Moves the mouse pointer to the reference.</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3147267" role="tablecontent" l10n="U"
oldref="189">Run macro</paragraph>
+<paragraph xml-lang="en-US" id="par_id3147267" role="tablecontent"
l10n="U">Run macro</paragraph>
</tablecell>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3147290" role="tablecontent" l10n="U"
oldref="190">Runs a macro.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3147290" role="tablecontent"
l10n="U">Runs a macro.</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3145614" role="tablecontent" l10n="U"
oldref="191">Input Field</paragraph>
+<paragraph xml-lang="en-US" id="par_id3145614" role="tablecontent"
l10n="U">Input Field</paragraph>
</tablecell>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3145637" role="tablecontent" l10n="U"
oldref="192">Opens a dialog to edit the contents of the field.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3145637" role="tablecontent"
l10n="U">Opens a dialog to edit the contents of the field.</paragraph>
</tablecell>
</tablerow>
</table>
-<paragraph xml-lang="en-US" id="par_id3151244" role="note" l10n="U"
oldref="10">Placeholder, hidden text, insert reference, variable, database, and
user-defined fields display a help tip when you rest the mouse pointer over the
field in a document. To enable this feature, ensure that the Extended Tips
option (<item type="menuitem">What's This?</item>) is selected in the <item
type="menuitem">Help</item> menu.</paragraph>
-<paragraph xml-lang="en-US" id="hd_id3155937" role="heading" level="2" l10n="U"
-oldref="11">Updating Fields</paragraph>
-<paragraph xml-lang="en-US" id="par_id3155963" role="paragraph" l10n="U"
oldref="12">To update all of the fields in a document, press F9, or choose
<emph>Edit - Select All</emph>, and then press F9.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3155984" role="paragraph" l10n="U"
oldref="13">To update a field that was inserted from a database, select the
field, and then press F9.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3151244" role="note"
l10n="U">Placeholder, hidden text, insert reference, variable, database, and
user-defined fields display a help tip when you rest the mouse pointer over the
field in a document. To enable this feature, ensure that the Extended Tips
option (<item type="menuitem">What's This?</item>) is selected in the <item
type="menuitem">Help</item> menu.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3155937" role="heading" level="2"
l10n="U">Updating Fields</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155963" role="paragraph" l10n="U">To
update all of the fields in a document, press F9, or choose <emph>Edit - Select
All</emph>, and then press F9.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155984" role="paragraph" l10n="U">To
update a field that was inserted from a database, select the field, and then
press F9.</paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
<embed href="text/swriter/guide/fields_userdata.xhp#fields_userdata"/>
<embed href="text/swriter/guide/fields_enter.xhp#fields_enter"/>