This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 322872bd34 Remove 'oldref' entries (work in progress)
322872bd34 is described below
commit 322872bd341cc93c4eeab5ac2a04145030b085f5
Author: mseidel <[email protected]>
AuthorDate: Mon Feb 24 22:21:23 2025 +0100
Remove 'oldref' entries (work in progress)
---
.../source/text/sbasic/shared/03030205.xhp | 57 ++++++++++-----------
.../source/text/scalc/guide/csv_files.xhp | 6 +--
.../source/text/shared/guide/dragdrop.xhp | 24 ++++-----
.../source/text/shared/guide/line_intext.xhp | 30 +++++------
.../source/text/simpress/01/05100000.xhp | 42 ++++++++--------
.../source/text/simpress/01/06040000.xhp | 18 +++----
.../source/text/simpress/guide/footer.xhp | 18 +++----
.../helpcontent2/source/text/simpress/main0210.xhp | 22 ++++----
.../source/text/swriter/guide/protection.xhp | 49 +++++++++---------
.../source/text/swriter/guide/text_frame.xhp | 58 ++++++++++------------
10 files changed, 156 insertions(+), 168 deletions(-)
diff --git a/main/helpcontent2/source/text/sbasic/shared/03030205.xhp
b/main/helpcontent2/source/text/sbasic/shared/03030205.xhp
index 6454c65140..eff8653c7b 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03030205.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03030205.xhp
@@ -33,39 +33,34 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3143271">
<bookmark_value>TimeSerial function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3143271" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/sbasic/shared/03030205.xhp"
name="TimeSerial Function [Runtime]">TimeSerial Function
[Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3156344" xml-lang="en-US" l10n="U"
oldref="2">Calculates a serial time value for the specified hour, minute, and
second parameters that are passed as numeric value. You can then use this value
to calculate the difference between times.</paragraph>
+<paragraph role="heading" id="hd_id3143271" xml-lang="en-US" level="1"
l10n="U"><link href="text/sbasic/shared/03030205.xhp" name="TimeSerial Function
[Runtime]">TimeSerial Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3156344" xml-lang="en-US"
l10n="U">Calculates a serial time value for the specified hour, minute, and
second parameters that are passed as numeric value. You can then use this value
to calculate the difference between times.</paragraph>
</section>
-<paragraph role="heading" id="hd_id3146794" xml-lang="en-US" level="2"
l10n="U" oldref="4">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3150792" xml-lang="en-US" l10n="U"
oldref="5">TimeSerial (hour, minute, second)</paragraph>
-<paragraph role="heading" id="hd_id3148797" xml-lang="en-US" level="2"
l10n="U" oldref="6">Return value:</paragraph>
-<paragraph role="paragraph" id="par_id3154908" xml-lang="en-US" l10n="U"
oldref="7">Date</paragraph>
-<paragraph role="heading" id="hd_id3154124" xml-lang="en-US" level="2"
l10n="U" oldref="8">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3153193" xml-lang="en-US" l10n="U"
oldref="9">
-<emph>hour:</emph> Any integer expression that indicates the hour of the time
that is used to determine the serial time value. Valid values: 0-23.</paragraph>
-<paragraph role="paragraph" id="par_id3159252" xml-lang="en-US" l10n="U"
oldref="10">
-<emph>minute:</emph> Any integer expression that indicates the minute of the
time that is used to determine the serial time value. In general, use values
between 0 and 59. However, you can also use values that lie outside of this
range, where the number of minutes influence the hour value.</paragraph>
-<paragraph role="paragraph" id="par_id3161831" xml-lang="en-US" l10n="U"
oldref="11">
-<emph>second:</emph> Any integer expression that indicates the second of the
time that is used to determine the serial time value. In general, you can use
values between 0 and 59. However, you can also use values that lie outside of
this range, where the number seconds influences the minute value.</paragraph>
-<paragraph role="paragraph" id="par_id3155854" xml-lang="en-US" l10n="U"
oldref="12">
-<emph>Examples:</emph>
-</paragraph>
-<paragraph role="paragraph" id="par_id3153952" xml-lang="en-US" l10n="U"
oldref="13">12, -5, 45 corresponds to 11, 55, 45</paragraph>
-<paragraph role="paragraph" id="par_id3147349" xml-lang="en-US" l10n="U"
oldref="14">12, 61, 45 corresponds to 13, 2, 45</paragraph>
-<paragraph role="paragraph" id="par_id3147426" xml-lang="en-US" l10n="U"
oldref="15">12, 20, -2 corresponds to 12, 19, 58</paragraph>
-<paragraph role="paragraph" id="par_id3153365" xml-lang="en-US" l10n="U"
oldref="16">12, 20, 63 corresponds to 12, 21, 4</paragraph>
-<paragraph role="paragraph" id="par_id3146985" xml-lang="en-US" l10n="U"
oldref="17">You can use the TimeSerial function to convert any time into a
single value that you can use to calculate time differences.</paragraph>
-<paragraph role="paragraph" id="par_id3155308" xml-lang="en-US" l10n="U"
oldref="18">The TimeSerial function returns the type Variant with VarType 7
(Date). This value is stored internally as a double-precision number between 0
and 0.9999999999. As opposed to the DateSerial or DateValue function, where the
serial date values are calculated as days relative to a fixed date, you can
calculate with values returned by the TimeSerial function, but you cannot
evaluate them.</paragraph>
-<paragraph role="paragraph" id="par_id3149482" xml-lang="en-US" l10n="U"
oldref="19">In the TimeValue function, you can pass a string as a parameter
containing the time. For the TimeSerial function, however, you can pass the
individual parameters (hour, minute, second) as separate numeric
expressions.</paragraph>
+<paragraph role="heading" id="hd_id3146794" xml-lang="en-US" level="2"
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3150792" xml-lang="en-US"
l10n="U">TimeSerial (hour, minute, second)</paragraph>
+<paragraph role="heading" id="hd_id3148797" xml-lang="en-US" level="2"
l10n="U">Return value:</paragraph>
+<paragraph role="paragraph" id="par_id3154908" xml-lang="en-US"
l10n="U">Date</paragraph>
+<paragraph role="heading" id="hd_id3154124" xml-lang="en-US" level="2"
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3153193" xml-lang="en-US"
l10n="U"><emph>hour:</emph> Any integer expression that indicates the hour of
the time that is used to determine the serial time value. Valid values:
0-23.</paragraph>
+<paragraph role="paragraph" id="par_id3159252" xml-lang="en-US"
l10n="U"><emph>minute:</emph> Any integer expression that indicates the minute
of the time that is used to determine the serial time value. In general, use
values between 0 and 59. However, you can also use values that lie outside of
this range, where the number of minutes influence the hour value.</paragraph>
+<paragraph role="paragraph" id="par_id3161831" xml-lang="en-US"
l10n="U"><emph>second:</emph> Any integer expression that indicates the second
of the time that is used to determine the serial time value. In general, you
can use values between 0 and 59. However, you can also use values that lie
outside of this range, where the number seconds influences the minute
value.</paragraph>
+<paragraph role="paragraph" id="par_id3155854" xml-lang="en-US"
l10n="U"><emph>Examples:</emph></paragraph>
+<paragraph role="paragraph" id="par_id3153952" xml-lang="en-US" l10n="U">12,
-5, 45 corresponds to 11, 55, 45</paragraph>
+<paragraph role="paragraph" id="par_id3147349" xml-lang="en-US" l10n="U">12,
61, 45 corresponds to 13, 2, 45</paragraph>
+<paragraph role="paragraph" id="par_id3147426" xml-lang="en-US" l10n="U">12,
20, -2 corresponds to 12, 19, 58</paragraph>
+<paragraph role="paragraph" id="par_id3153365" xml-lang="en-US" l10n="U">12,
20, 63 corresponds to 12, 21, 4</paragraph>
+<paragraph role="paragraph" id="par_id3146985" xml-lang="en-US" l10n="U">You
can use the TimeSerial function to convert any time into a single value that
you can use to calculate time differences.</paragraph>
+<paragraph role="paragraph" id="par_id3155308" xml-lang="en-US" l10n="U">The
TimeSerial function returns the type Variant with VarType 7 (Date). This value
is stored internally as a double-precision number between 0 and 0.9999999999.
As opposed to the DateSerial or DateValue function, where the serial date
values are calculated as days relative to a fixed date, you can calculate with
values returned by the TimeSerial function, but you cannot evaluate
them.</paragraph>
+<paragraph role="paragraph" id="par_id3149482" xml-lang="en-US" l10n="U">In
the TimeValue function, you can pass a string as a parameter containing the
time. For the TimeSerial function, however, you can pass the individual
parameters (hour, minute, second) as separate numeric expressions.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
-<paragraph role="heading" id="hd_id3154790" xml-lang="en-US" level="2"
l10n="U" oldref="20">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3145252" xml-lang="en-US" l10n="U"
oldref="21">Sub ExampleTimeSerial</paragraph>
-<paragraph role="paragraph" id="par_id3153157" xml-lang="en-US" l10n="U"
oldref="22">Dim dDate As Double, sDate As String</paragraph>
-<paragraph role="paragraph" id="par_id3156286" xml-lang="en-US" l10n="U"
oldref="23">dDate = TimeSerial(8,30,15)</paragraph>
-<paragraph role="paragraph" id="par_id3148456" xml-lang="en-US" l10n="U"
oldref="24">sDate = TimeSerial(8,30,15)</paragraph>
-<paragraph role="paragraph" id="par_id3155600" xml-lang="en-US" l10n="U"
oldref="25">MsgBox dDate,64,"Time as a number"</paragraph>
-<paragraph role="paragraph" id="par_id3153417" xml-lang="en-US" l10n="U"
oldref="26">MsgBox sDate,64,"Formatted time"</paragraph>
-<paragraph role="paragraph" id="par_id3153836" xml-lang="en-US" l10n="U"
oldref="27">End Sub</paragraph>
+<paragraph role="heading" id="hd_id3154790" xml-lang="en-US" level="2"
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3145252" xml-lang="en-US" l10n="U">Sub
ExampleTimeSerial</paragraph>
+<paragraph role="paragraph" id="par_id3153157" xml-lang="en-US" l10n="U">Dim
dDate As Double, sDate As String</paragraph>
+<paragraph role="paragraph" id="par_id3156286" xml-lang="en-US" l10n="U">dDate
= TimeSerial(8,30,15)</paragraph>
+<paragraph role="paragraph" id="par_id3148456" xml-lang="en-US" l10n="U">sDate
= TimeSerial(8,30,15)</paragraph>
+<paragraph role="paragraph" id="par_id3155600" xml-lang="en-US"
l10n="U">MsgBox dDate,64,"Time as a number"</paragraph>
+<paragraph role="paragraph" id="par_id3153417" xml-lang="en-US"
l10n="U">MsgBox sDate,64,"Formatted time"</paragraph>
+<paragraph role="paragraph" id="par_id3153836" xml-lang="en-US" l10n="U">End
Sub</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/scalc/guide/csv_files.xhp
b/main/helpcontent2/source/text/scalc/guide/csv_files.xhp
index d7aac2f1a9..82e263847b 100644
--- a/main/helpcontent2/source/text/scalc/guide/csv_files.xhp
+++ b/main/helpcontent2/source/text/scalc/guide/csv_files.xhp
@@ -100,9 +100,9 @@
<section id="relatedtopics">
<embed href="text/scalc/guide/csv_formula.xhp#csv_formula"/>
<embed href="text/shared/guide/data_im_export.xhp#data_im_export"/>
-<paragraph xml-lang="en-US" id="par_id3153487" role="paragraph" l10n="U"
oldref="20"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME -
Preferences</caseinline><defaultinline>Tools -
Options</defaultinline></switchinline> - <link
href="text/shared/optionen/01060100.xhp" name="Spreadsheet - View">%PRODUCTNAME
Calc - View</link></paragraph>
-<paragraph xml-lang="en-US" id="par_id3153008" role="paragraph" l10n="U"
oldref="21"><link href="text/shared/00/00000207.xhp" name="Export text
files">Export text files</link></paragraph>
-<paragraph xml-lang="en-US" id="par_id3155595" role="paragraph" l10n="U"
oldref="22"><link href="text/shared/00/00000208.xhp" name="Import text
files">Import text files</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id3153487" role="paragraph"
l10n="U"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME -
Preferences</caseinline><defaultinline>Tools -
Options</defaultinline></switchinline> - <link
href="text/shared/optionen/01060100.xhp" name="Spreadsheet - View">%PRODUCTNAME
Calc - View</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id3153008" role="paragraph" l10n="U"><link
href="text/shared/00/00000207.xhp" name="Export text files">Export text
files</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id3155595" role="paragraph" l10n="U"><link
href="text/shared/00/00000208.xhp" name="Import text files">Import text
files</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/shared/guide/dragdrop.xhp
b/main/helpcontent2/source/text/shared/guide/dragdrop.xhp
index d6d03493f5..bcf9f5cf84 100644
--- a/main/helpcontent2/source/text/shared/guide/dragdrop.xhp
+++ b/main/helpcontent2/source/text/shared/guide/dragdrop.xhp
@@ -35,18 +35,18 @@
<bookmark_value>links;by drag and drop</bookmark_value>
<bookmark_value>copying;by drag and drop</bookmark_value>
</bookmark>
-<paragraph role="paragraph" id="par_id3154927" xml-lang="en-US" l10n="E"
oldref="10" localize="false"/>
-<paragraph role="heading" id="hd_id3147571" xml-lang="en-US" level="1"
l10n="U" oldref="11"><variable id="dragdrop"><link
href="text/shared/guide/dragdrop.xhp" name="Dragging and Dropping Within a
$[officename] Document">Dragging and Dropping Within a $[officename]
Document</link>
+<paragraph role="paragraph" id="par_id3154927" xml-lang="en-US" l10n="E"
localize="false"/>
+<paragraph role="heading" id="hd_id3147571" xml-lang="en-US" level="1"
l10n="U"><variable id="dragdrop"><link href="text/shared/guide/dragdrop.xhp"
name="Dragging and Dropping Within a $[officename] Document">Dragging and
Dropping Within a $[officename] Document</link>
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3147008" xml-lang="en-US" l10n="U"
oldref="3">There are many options for moving or copying objects using
drag-and-drop. Text sections, drawing objects, graphics, form controls,
hyperlinks, cell ranges, and many more can be moved or copied with the
mouse.</paragraph>
-<paragraph role="paragraph" id="par_id3155892" xml-lang="en-US" l10n="U"
oldref="12">Note that the mouse pointer displays a plus sign when copying and
an arrow when creating a link or hyperlink.</paragraph>
+<paragraph role="paragraph" id="par_id3147008" xml-lang="en-US" l10n="U">There
are many options for moving or copying objects using drag-and-drop. Text
sections, drawing objects, graphics, form controls, hyperlinks, cell ranges,
and many more can be moved or copied with the mouse.</paragraph>
+<paragraph role="paragraph" id="par_id3155892" xml-lang="en-US" l10n="U">Note
that the mouse pointer displays a plus sign when copying and an arrow when
creating a link or hyperlink.</paragraph>
<table id="tbl_id3147576">
<tablerow>
<tablecell colspan="" rowspan="">
-<paragraph role="tablehead" id="par_id3146798" xml-lang="en-US" l10n="U"
oldref="5">Mouse Pointer</paragraph>
+<paragraph role="tablehead" id="par_id3146798" xml-lang="en-US" l10n="U">Mouse
Pointer</paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
-<paragraph role="tablehead" id="par_id3147618" xml-lang="en-US" l10n="U"
oldref="6">Description</paragraph>
+<paragraph role="tablehead" id="par_id3147618" xml-lang="en-US"
l10n="U">Description</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -56,7 +56,7 @@
</image></paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
-<paragraph role="tablecontent" id="par_id3154898" xml-lang="en-US" l10n="U"
oldref="7">Moving</paragraph>
+<paragraph role="tablecontent" id="par_id3154898" xml-lang="en-US"
l10n="U">Moving</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -66,7 +66,7 @@
</image></paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
-<paragraph role="tablecontent" id="par_id3153627" xml-lang="en-US" l10n="U"
oldref="8">Copying</paragraph>
+<paragraph role="tablecontent" id="par_id3153627" xml-lang="en-US"
l10n="U">Copying</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -76,11 +76,11 @@
</image></paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
-<paragraph role="tablecontent" id="par_id3154938" xml-lang="en-US" l10n="U"
oldref="9">Creating a link</paragraph>
+<paragraph role="tablecontent" id="par_id3154938" xml-lang="en-US"
l10n="U">Creating a link</paragraph>
</tablecell>
</tablerow>
</table>
-<paragraph role="paragraph" id="par_id3154366" xml-lang="en-US" l10n="U"
oldref="13">If you press <switchinline select="sys"><caseinline
select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>
or Shift+<switchinline select="sys"><caseinline
select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>
while releasing the mouse button, you can control whether the object is
copied, moved, or a link is created.</paragraph>
+<paragraph role="paragraph" id="par_id3154366" xml-lang="en-US" l10n="U">If
you press <switchinline select="sys"><caseinline
select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>
or Shift+<switchinline select="sys"><caseinline
select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>
while releasing the mouse button, you can control whether the object is
copied, moved, or a link is created.</paragraph>
<table id="tbl_id3150768">
<tablerow>
<tablecell colspan="" rowspan="">
@@ -89,11 +89,11 @@
</image></paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3156422" xml-lang="en-US" l10n="U"
oldref="14">If you drag objects out of the <link
href="text/shared/guide/navigator.xhp"
name="Navigator"><emph>Navigator</emph></link>, you can specify in the submenu
of the Navigator's <emph>Drag Mode</emph> icon whether to copy the object,
insert it as a link or insert it as a hyperlink.</paragraph>
+<paragraph role="paragraph" id="par_id3156422" xml-lang="en-US" l10n="U">If
you drag objects out of the <link href="text/shared/guide/navigator.xhp"
name="Navigator"><emph>Navigator</emph></link>, you can specify in the submenu
of the Navigator's <emph>Drag Mode</emph> icon whether to copy the object,
insert it as a link or insert it as a hyperlink.</paragraph>
</tablecell>
</tablerow>
</table>
-<paragraph role="tip" id="par_id3153144" xml-lang="en-US" l10n="U"
oldref="4">You can cancel a drag-and-drop operation in $[officename] at any
time by pressing the Esc key before releasing the mouse button.</paragraph>
+<paragraph role="tip" id="par_id3153144" xml-lang="en-US" l10n="U">You can
cancel a drag-and-drop operation in $[officename] at any time by pressing the
Esc key before releasing the mouse button.</paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
<embed href="text/shared/guide/dragdrop_graphic.xhp#dragdrop_graphic"/>
<embed href="text/shared/guide/dragdrop_table.xhp#dragdrop_table"/>
diff --git a/main/helpcontent2/source/text/shared/guide/line_intext.xhp
b/main/helpcontent2/source/text/shared/guide/line_intext.xhp
index 10aaeab50e..752a400ace 100644
--- a/main/helpcontent2/source/text/shared/guide/line_intext.xhp
+++ b/main/helpcontent2/source/text/shared/guide/line_intext.xhp
@@ -38,10 +38,10 @@
<bookmark_value>drawing lines in text</bookmark_value>
<bookmark_value>automatic lines/borders in text</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3143206" xml-lang="en-US" level="1"
l10n="U" oldref="36"><variable id="line_intext"><link
href="text/shared/guide/line_intext.xhp" name="Drawing Lines in Text">Drawing
Lines in Text</link>
+<paragraph role="heading" id="hd_id3143206" xml-lang="en-US" level="1"
l10n="U"><variable id="line_intext"><link
href="text/shared/guide/line_intext.xhp" name="Drawing Lines in Text">Drawing
Lines in Text</link>
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3144436" xml-lang="en-US" l10n="U"
oldref="37">You can incorporate lines into your text with custom angles, width,
color, and other attributes.</paragraph>
-<paragraph role="paragraph" id="par_id3153345" xml-lang="en-US" l10n="U"
oldref="39">To define the line attributes and direction, use the
<emph>Line</emph> drawing object as follows:</paragraph>
+<paragraph role="paragraph" id="par_id3144436" xml-lang="en-US" l10n="U">You
can incorporate lines into your text with custom angles, width, color, and
other attributes.</paragraph>
+<paragraph role="paragraph" id="par_id3153345" xml-lang="en-US" l10n="U">To
define the line attributes and direction, use the <emph>Line</emph> drawing
object as follows:</paragraph>
<table id="tbl_id3153031">
<tablerow>
<tablecell>
@@ -53,20 +53,20 @@
</image></paragraph>
</tablecell>
<tablecell>
-<paragraph role="paragraph" id="par_id3153254" xml-lang="en-US" l10n="U"
oldref="66">1.</paragraph>
+<paragraph role="paragraph" id="par_id3153254" xml-lang="en-US"
l10n="U">1.</paragraph>
</tablecell>
<tablecell>
-<paragraph role="paragraph" id="par_id3159400" xml-lang="en-US" l10n="CHG"
oldref="41">On the Standard bar, click the <emph>Show Draw Functions</emph>
icon to open the <emph>Drawing</emph> toolbar, and click the <emph>Line</emph>
icon. The mouse pointer changes to a cross-hair symbol with a line beside
it.</paragraph>
+<paragraph role="paragraph" id="par_id3159400" xml-lang="en-US" l10n="CHG">On
the Standard bar, click the <emph>Show Draw Functions</emph> icon to open the
<emph>Drawing</emph> toolbar, and click the <emph>Line</emph> icon. The mouse
pointer changes to a cross-hair symbol with a line beside it.</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
</tablecell>
<tablecell>
-<paragraph role="paragraph" id="par_id3156117" xml-lang="en-US" l10n="U"
oldref="67">2.</paragraph>
+<paragraph role="paragraph" id="par_id3156117" xml-lang="en-US"
l10n="U">2.</paragraph>
</tablecell>
<tablecell>
-<paragraph role="paragraph" id="par_id3152472" xml-lang="en-US" l10n="U"
oldref="42">In your document, click where the line should begin. Hold down the
mouse button and drag to the point where you want the line to end. If you also
hold down the Shift key, you can draw only horizontal, vertical, and diagonal
lines.</paragraph>
+<paragraph role="paragraph" id="par_id3152472" xml-lang="en-US" l10n="U">In
your document, click where the line should begin. Hold down the mouse button
and drag to the point where you want the line to end. If you also hold down the
Shift key, you can draw only horizontal, vertical, and diagonal
lines.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -76,29 +76,29 @@
</image></paragraph>
</tablecell>
<tablecell>
-<paragraph role="paragraph" id="par_id3151056" xml-lang="en-US" l10n="U"
oldref="68">3.</paragraph>
+<paragraph role="paragraph" id="par_id3151056" xml-lang="en-US"
l10n="U">3.</paragraph>
</tablecell>
<tablecell>
-<paragraph role="paragraph" id="par_id3153361" xml-lang="en-US" l10n="CHG"
oldref="43">Release the mouse button once the line has the desired direction
and length. You can then draw more lines. End this function by pressing the Esc
key or by clicking the <emph>Select</emph> icon from the <emph>Drawing</emph>
bar.</paragraph>
+<paragraph role="paragraph" id="par_id3153361" xml-lang="en-US"
l10n="CHG">Release the mouse button once the line has the desired direction and
length. You can then draw more lines. End this function by pressing the Esc key
or by clicking the <emph>Select</emph> icon from the <emph>Drawing</emph>
bar.</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
</tablecell>
<tablecell>
-<paragraph role="paragraph" id="par_id3156422" xml-lang="en-US" l10n="U"
oldref="69">4.</paragraph>
+<paragraph role="paragraph" id="par_id3156422" xml-lang="en-US"
l10n="U">4.</paragraph>
</tablecell>
<tablecell>
-<paragraph role="paragraph" id="par_id3159149" xml-lang="en-US" l10n="U"
oldref="44">After clicking the <emph>Select</emph> icon, you can select all of
the lines at the same time by clicking each line while holding down the Shift
key. This multiple selection enables you to assign all of them a common color,
width or other attribute.</paragraph>
+<paragraph role="paragraph" id="par_id3159149" xml-lang="en-US" l10n="U">After
clicking the <emph>Select</emph> icon, you can select all of the lines at the
same time by clicking each line while holding down the Shift key. This multiple
selection enables you to assign all of them a common color, width or other
attribute.</paragraph>
</tablecell>
</tablerow>
</table>
<list type="ordered">
<listitem>
-<paragraph role="listitem" id="par_id3153049" xml-lang="en-US" l10n="CHG"
oldref="38">Create a horizontal line by applying the preset Paragraph Style
<emph>Horizontal Line</emph>. Click into an empty paragraph, and double-click
the <emph>Horizontal Line</emph> Style in the <emph>Styles and
Formatting</emph> window. If the entry for horizontal lines is not visible in
the list of Paragraph Styles, select "All Styles" in the lower
listbox.</paragraph>
+<paragraph role="listitem" id="par_id3153049" xml-lang="en-US"
l10n="CHG">Create a horizontal line by applying the preset Paragraph Style
<emph>Horizontal Line</emph>. Click into an empty paragraph, and double-click
the <emph>Horizontal Line</emph> Style in the <emph>Styles and
Formatting</emph> window. If the entry for horizontal lines is not visible in
the list of Paragraph Styles, select "All Styles" in the lower
listbox.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3153748" xml-lang="en-US" l10n="CHG"
oldref="64">You can draw a line above, beside or below a paragraph in a Writer
text document by choosing <emph>Format - Paragraph - </emph><link
href="text/shared/01/05030500.xhp"
name="Borders"><emph>Borders</emph></link>.</paragraph>
+<paragraph role="listitem" id="par_id3153748" xml-lang="en-US" l10n="CHG">You
can draw a line above, beside or below a paragraph in a Writer text document by
choosing <emph>Format - Paragraph - </emph><link
href="text/shared/01/05030500.xhp"
name="Borders"><emph>Borders</emph></link>.</paragraph>
</listitem>
</list>
<paragraph role="heading" id="par_idN107C6" xml-lang="en-US" level="2"
l10n="CHG">Automatic lines in Writer</paragraph>
@@ -117,10 +117,10 @@
<paragraph role="listitem" id="par_idN107E0" xml-lang="en-US" l10n="NEW">To
disable the automatic borders, choose <emph>Tools - AutoCorrect Options -
Options</emph> and clear <emph>Apply border</emph>.</paragraph>
</listitem>
</list>
-<paragraph role="warning" id="par_id3145787" xml-lang="en-US" l10n="U"
oldref="45">The lines and other drawing objects that you insert in text are not
defined in <link href="text/shared/00/00000002.xhp#html"
name="HTML">HTML</link>, and are therefore not exported directly into HTML
format. Instead, they are exported as graphics.</paragraph>
+<paragraph role="warning" id="par_id3145787" xml-lang="en-US" l10n="U">The
lines and other drawing objects that you insert in text are not defined in
<link href="text/shared/00/00000002.xhp#html" name="HTML">HTML</link>, and are
therefore not exported directly into HTML format. Instead, they are exported as
graphics.</paragraph>
<paragraph role="tip" id="par_id641804" xml-lang="en-US" l10n="NEW">When you
enter a line width, you can append a measurement unit. A zero line width
results in a hairline with a width of one pixel of the output
medium.</paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
-<paragraph role="paragraph" id="par_id3154188" xml-lang="en-US" l10n="U"
oldref="65"><link href="text/shared/01/05030500.xhp" name="Format - Paragraph -
Borders">Format - Paragraph - Borders</link></paragraph>
+<paragraph role="paragraph" id="par_id3154188" xml-lang="en-US" l10n="U"><link
href="text/shared/01/05030500.xhp" name="Format - Paragraph - Borders">Format -
Paragraph - Borders</link></paragraph>
<embed href="text/swriter/guide/insert_line.xhp#insert_line"/>
<embed href="text/shared/guide/linestyles.xhp#linestyles"/>
</body>
diff --git a/main/helpcontent2/source/text/simpress/01/05100000.xhp
b/main/helpcontent2/source/text/simpress/01/05100000.xhp
index 7850c2d3b8..ab1b005a5d 100644
--- a/main/helpcontent2/source/text/simpress/01/05100000.xhp
+++ b/main/helpcontent2/source/text/simpress/01/05100000.xhp
@@ -34,18 +34,18 @@
<bookmark_value>Styles and Formatting window; graphics
documents</bookmark_value>
<bookmark_value>fill format mode; styles</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3156024" xml-lang="en-US" level="1"
l10n="CHG" oldref="1"><link href="text/simpress/01/05100000.xhp" name="Styles
and Formatting">Styles and Formatting</link></paragraph>
-<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US" l10n="U"
oldref="2">Lists available styles in a <link
href="text/shared/00/00000005.xhp#andocken" name="floating window">floating
window</link>.</paragraph>
+<paragraph role="heading" id="hd_id3156024" xml-lang="en-US" level="1"
l10n="CHG"><link href="text/simpress/01/05100000.xhp" name="Styles and
Formatting">Styles and Formatting</link></paragraph>
+<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US" l10n="U">Lists
available styles in a <link href="text/shared/00/00000005.xhp#andocken"
name="floating window">floating window</link>.</paragraph>
</section>
-<paragraph role="paragraph" id="par_id3150439" xml-lang="en-US" l10n="CHG"
oldref="28">The Styles and Formatting window in <item
type="productname">%PRODUCTNAME</item> Impress behaves differently than in
other <item type="productname">%PRODUCTNAME</item> programs. For example, you
can create, edit and apply <emph>Graphics Styles</emph>, but you can only edit
<emph>Presentation Styles</emph>.</paragraph>
+<paragraph role="paragraph" id="par_id3150439" xml-lang="en-US" l10n="CHG">The
Styles and Formatting window in <item type="productname">%PRODUCTNAME</item>
Impress behaves differently than in other <item
type="productname">%PRODUCTNAME</item> programs. For example, you can create,
edit and apply <emph>Graphics Styles</emph>, but you can only edit
<emph>Presentation Styles</emph>.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00040500.xhp#gestalter"/>
</section>
-<paragraph role="paragraph" id="par_id3146121" xml-lang="en-US" l10n="U"
oldref="3">When you edit a style, the changes are automatically applied to all
of the elements formatted with this style in your document. If you want to
ensure that the styles on a specific slide are not updated, create a new <link
href="text/simpress/guide/masterpage.xhp" name="master page">master page</link>
for the slide.</paragraph>
+<paragraph role="paragraph" id="par_id3146121" xml-lang="en-US" l10n="U">When
you edit a style, the changes are automatically applied to all of the elements
formatted with this style in your document. If you want to ensure that the
styles on a specific slide are not updated, create a new <link
href="text/simpress/guide/masterpage.xhp" name="master page">master page</link>
for the slide.</paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:ParaStyle" id="bm_id9814039"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ParaStyle" id="bm_id3147002"
localize="false"/>
-<paragraph role="heading" id="hd_id3150297" xml-lang="en-US" level="2"
l10n="U" oldref="8">Graphics Styles</paragraph>
-<paragraph role="paragraph" id="par_id3148488" xml-lang="en-US" l10n="U"
oldref="9"><ahelp hid=".uno:ParaStyle">Show styles for formatting graphical
elements, including text objects.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3150297" xml-lang="en-US" level="2"
l10n="U">Graphics Styles</paragraph>
+<paragraph role="paragraph" id="par_id3148488" xml-lang="en-US"
l10n="U"><ahelp hid=".uno:ParaStyle">Show styles for formatting graphical
elements, including text objects.</ahelp></paragraph>
<table id="tbl_id3154659">
<tablerow>
<tablecell colspan="" rowspan="">
@@ -54,14 +54,14 @@
</image></paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3154484" xml-lang="en-US" l10n="U"
oldref="10">Graphics Styles</paragraph>
+<paragraph role="paragraph" id="par_id3154484" xml-lang="en-US"
l10n="U">Graphics Styles</paragraph>
</tablecell>
</tablerow>
</table>
<bookmark xml-lang="en-US" branch="hid/.uno:ListStyle" id="bm_id2536167"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ListStyle" id="bm_id3155600"
localize="false"/>
-<paragraph role="heading" id="hd_id3145251" xml-lang="en-US" level="2"
l10n="U" oldref="5">Presentation Styles</paragraph>
-<paragraph role="paragraph" id="par_id3153418" xml-lang="en-US" l10n="U"
oldref="6"><ahelp hid=".uno:TemplateFamily5">Show styles used in <item
type="productname">%PRODUCTNAME</item> Impress AutoLayouts.</ahelp> You can
only modify Presentation Styles.</paragraph>
+<paragraph role="heading" id="hd_id3145251" xml-lang="en-US" level="2"
l10n="U">Presentation Styles</paragraph>
+<paragraph role="paragraph" id="par_id3153418" xml-lang="en-US"
l10n="U"><ahelp hid=".uno:TemplateFamily5">Show styles used in <item
type="productname">%PRODUCTNAME</item> Impress AutoLayouts.</ahelp> You can
only modify Presentation Styles.</paragraph>
<table id="tbl_id3155064">
<tablerow>
<tablecell colspan="" rowspan="">
@@ -70,13 +70,13 @@
</image></paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3149128" xml-lang="en-US" l10n="U"
oldref="7">Presentation Styles</paragraph>
+<paragraph role="paragraph" id="par_id3149128" xml-lang="en-US"
l10n="U">Presentation Styles</paragraph>
</tablecell>
</tablerow>
</table>
<bookmark xml-lang="en-US" branch="hid/SFX2_HID_TEMPLDLG_WATERCAN"
id="bm_id3152896" localize="false"/>
-<paragraph role="heading" id="hd_id3149404" xml-lang="en-US" level="2"
l10n="U" oldref="11">Fill format mode</paragraph>
-<paragraph role="paragraph" id="par_id3149944" xml-lang="en-US" l10n="U"
oldref="12"><ahelp hid="HID_TEMPLDLG_WATERCAN">Applies the selected style to an
object on your slide. Click the paint bucket icon and then click an object in
your slide to apply the style. Click the paint bucket icon again to exit this
mode.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3149404" xml-lang="en-US" level="2"
l10n="U">Fill format mode</paragraph>
+<paragraph role="paragraph" id="par_id3149944" xml-lang="en-US"
l10n="U"><ahelp hid="HID_TEMPLDLG_WATERCAN">Applies the selected style to an
object on your slide. Click the paint bucket icon and then click an object in
your slide to apply the style. Click the paint bucket icon again to exit this
mode.</ahelp></paragraph>
<table id="tbl_id3148871">
<tablerow>
<tablecell colspan="" rowspan="">
@@ -85,13 +85,13 @@
</image></paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3159228" xml-lang="en-US" l10n="U"
oldref="13">Fill format mode</paragraph>
+<paragraph role="paragraph" id="par_id3159228" xml-lang="en-US" l10n="U">Fill
format mode</paragraph>
</tablecell>
</tablerow>
</table>
<bookmark xml-lang="en-US" branch="hid/SFX2_HID_TEMPLDLG_NEWBYEXAMPLE"
id="bm_id3153810" localize="false"/>
-<paragraph role="heading" id="hd_id3145362" xml-lang="en-US" level="2"
l10n="U" oldref="17">New Style from Selection</paragraph>
-<paragraph role="paragraph" id="par_id3153009" xml-lang="en-US" l10n="CHG"
oldref="18"><ahelp hid="HID_TEMPLDLG_NEWBYEXAMPLE"><link
href="text/shared/01/05140100.xhp" name="Creates a new style">Creates a new
style</link> using the format attributes of a selected
object.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3145362" xml-lang="en-US" level="2"
l10n="U">New Style from Selection</paragraph>
+<paragraph role="paragraph" id="par_id3153009" xml-lang="en-US"
l10n="CHG"><ahelp hid="HID_TEMPLDLG_NEWBYEXAMPLE"><link
href="text/shared/01/05140100.xhp" name="Creates a new style">Creates a new
style</link> using the format attributes of a selected
object.</ahelp></paragraph>
<table id="tbl_id3153076">
<tablerow>
<tablecell colspan="" rowspan="">
@@ -100,13 +100,13 @@
</image></paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3150534" xml-lang="en-US" l10n="U"
oldref="19">New Style from selection</paragraph>
+<paragraph role="paragraph" id="par_id3150534" xml-lang="en-US" l10n="U">New
Style from selection</paragraph>
</tablecell>
</tablerow>
</table>
<bookmark xml-lang="en-US" branch="hid/SFX2_HID_TEMPLDLG_UPDATEBYEXAMPLE"
id="bm_id3157875" localize="false"/>
-<paragraph role="heading" id="hd_id3153119" xml-lang="en-US" level="2"
l10n="U" oldref="20">Update Style</paragraph>
-<paragraph role="paragraph" id="par_id3150653" xml-lang="en-US" l10n="CHG"
oldref="21"><ahelp hid="HID_TEMPLDLG_UPDATEBYEXAMPLE">Updates the Style
selected in the Styles and Formatting window with the current formatting of the
selected object.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153119" xml-lang="en-US" level="2"
l10n="U">Update Style</paragraph>
+<paragraph role="paragraph" id="par_id3150653" xml-lang="en-US"
l10n="CHG"><ahelp hid="HID_TEMPLDLG_UPDATEBYEXAMPLE">Updates the Style selected
in the Styles and Formatting window with the current formatting of the selected
object.</ahelp></paragraph>
<table id="tbl_id3154678">
<tablerow>
<tablecell colspan="" rowspan="">
@@ -115,12 +115,12 @@
</image></paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3153085" xml-lang="en-US" l10n="CHG"
oldref="22">Update Style</paragraph>
+<paragraph role="paragraph" id="par_id3153085" xml-lang="en-US"
l10n="CHG">Update Style</paragraph>
</tablecell>
</tablerow>
</table>
<bookmark xml-lang="en-US" branch="hid/SFX2_HID_TEMPLATE_FMT"
id="bm_id3149506" localize="false"/>
-<paragraph role="heading" id="hd_id3153936" xml-lang="en-US" level="2"
l10n="CHG" oldref="23">Style List / Style Groups / Context menu: New / Modify /
Delete</paragraph>
-<paragraph role="paragraph" id="par_id3145590" xml-lang="en-US" l10n="U"
oldref="24"><ahelp hid="HID_TEMPLATE_FMT">Create, edit, apply and manage
styles.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153936" xml-lang="en-US" level="2"
l10n="CHG">Style List / Style Groups / Context menu: New / Modify /
Delete</paragraph>
+<paragraph role="paragraph" id="par_id3145590" xml-lang="en-US"
l10n="U"><ahelp hid="HID_TEMPLATE_FMT">Create, edit, apply and manage
styles.</ahelp></paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/simpress/01/06040000.xhp
b/main/helpcontent2/source/text/simpress/01/06040000.xhp
index 8ba387a83f..b968ad01c4 100644
--- a/main/helpcontent2/source/text/simpress/01/06040000.xhp
+++ b/main/helpcontent2/source/text/simpress/01/06040000.xhp
@@ -38,31 +38,31 @@
<bookmark xml-lang="en-US" branch="hid/.uno:SlideChangeWindow"
id="bm_id8677792" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:SlideChangeWindow"
id="bm_id3146976" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:Dia" id="bm_id3150012"
localize="false"/>
-<paragraph role="heading" id="hd_id3153142" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/simpress/01/06040000.xhp" name="Slide
Transition">Slide Transition</link></paragraph>
-<paragraph role="paragraph" id="par_id3154011" xml-lang="en-US" l10n="U"
oldref="2"><ahelp hid=".uno:Dia">Defines the special effect that plays when you
display a slide during a slide show.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153142" xml-lang="en-US" level="1"
l10n="U"><link href="text/simpress/01/06040000.xhp" name="Slide
Transition">Slide Transition</link></paragraph>
+<paragraph role="paragraph" id="par_id3154011" xml-lang="en-US"
l10n="U"><ahelp hid=".uno:Dia">Defines the special effect that plays when you
display a slide during a slide show.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/simpress/00/00000407.xhp#etdaw"/>
</section>
-<paragraph role="tip" id="par_id3154704" xml-lang="en-US" l10n="U"
oldref="54">To apply the same transition effect to more than one slide, switch
to the <link href="text/simpress/01/03100000.xhp" name="Slide View">Slide
Sorter</link>, select the slides, and then choose <emph>Slide Show - Slide
Transition</emph>.</paragraph>
+<paragraph role="tip" id="par_id3154704" xml-lang="en-US" l10n="U">To apply
the same transition effect to more than one slide, switch to the <link
href="text/simpress/01/03100000.xhp" name="Slide View">Slide Sorter</link>,
select the slides, and then choose <emph>Slide Show - Slide
Transition</emph>.</paragraph>
<!-- removed HID SD:IMAGEBUTTON:FLT_WIN_SLIDE_CHANGE:BTN_VT_EFFECT -->
<!-- removed HID SD:LISTBOX:FLT_WIN_SLIDE_CHANGE:LB_EFFECT -->
<bookmark xml-lang="en-US"
branch="hid/SD_HID_SD_SLIDETRANSITIONPANE_LB_SLIDE_TRANSITIONS"
id="bm_id9115573" localize="false"/><comment>UFI: removed a help id</comment>
-<paragraph role="heading" id="hd_id3149257" xml-lang="en-US" level="2"
l10n="CHG" oldref="3">Apply to selected slides</paragraph>
-<paragraph role="paragraph" id="par_id3145790" xml-lang="en-US" l10n="CHG"
oldref="17"><ahelp
hid="SD:IMAGEBUTTON:FLT_WIN_SLIDE_CHANGE:BTN_VT_EFFECT">Select the slide
transition you want to use for the selected slides.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3149257" xml-lang="en-US" level="2"
l10n="CHG">Apply to selected slides</paragraph>
+<paragraph role="paragraph" id="par_id3145790" xml-lang="en-US"
l10n="CHG"><ahelp
hid="SD:IMAGEBUTTON:FLT_WIN_SLIDE_CHANGE:BTN_VT_EFFECT">Select the slide
transition you want to use for the selected slides.</ahelp></paragraph>
<paragraph role="heading" id="par_idN106A5" xml-lang="en-US" level="2"
l10n="NEW">Modify transition</paragraph>
<paragraph role="paragraph" id="par_idN106AB" xml-lang="en-US"
l10n="NEW"><ahelp hid=".">Enter the transition properties.</ahelp></paragraph>
<!-- removed HID SD:LISTBOX:FLT_WIN_SLIDE_CHANGE:LB_SPEED -->
<bookmark xml-lang="en-US" branch="hid/.uno:DiaSpeed" id="bm_id3153247"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/SD_HID_SD_SLIDETRANSITIONPANE_LB_SPEED"
id="bm_id1421246" localize="false"/>
-<paragraph role="heading" id="hd_id3159207" xml-lang="en-US" level="3"
l10n="U" oldref="5">Speed</paragraph>
-<paragraph role="paragraph" id="par_id3149048" xml-lang="en-US" l10n="U"
oldref="20"><variable id="geschwindigkeit1"><ahelp hid=".uno:DiaSpeed">Sets the
speed of the slide transition.</ahelp>
+<paragraph role="heading" id="hd_id3159207" xml-lang="en-US" level="3"
l10n="U">Speed</paragraph>
+<paragraph role="paragraph" id="par_id3149048" xml-lang="en-US"
l10n="U"><variable id="geschwindigkeit1"><ahelp hid=".uno:DiaSpeed">Sets the
speed of the slide transition.</ahelp>
</variable><variable id="geschwindigkeit2">
</variable></paragraph>
<!-- removed HID SD:IMAGEBUTTON:FLT_WIN_SLIDE_CHANGE:BTN_SOUND -->
<bookmark xml-lang="en-US" branch="hid/SD_HID_SD_SLIDETRANSITIONPANE_LB_SOUND"
id="bm_id2305673" localize="false"/>
-<paragraph role="heading" id="hd_id3156304" xml-lang="en-US" level="3"
l10n="U" oldref="11">Sound</paragraph>
-<paragraph role="paragraph" id="par_id3153212" xml-lang="en-US" l10n="U"
oldref="29"><ahelp hid="SD:IMAGEBUTTON:FLT_WIN_SLIDE_CHANGE:BTN_SOUND">Lists
sounds that can played during the slide transition.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3156304" xml-lang="en-US" level="3"
l10n="U">Sound</paragraph>
+<paragraph role="paragraph" id="par_id3153212" xml-lang="en-US"
l10n="U"><ahelp hid="SD:IMAGEBUTTON:FLT_WIN_SLIDE_CHANGE:BTN_SOUND">Lists
sounds that can played during the slide transition.</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/SD_HID_SD_SLIDETRANSITIONPANE_CB_LOOP_SOUND" id="bm_id8703573"
localize="false"/>
<paragraph role="heading" id="par_idN1071E" xml-lang="en-US" level="3"
l10n="NEW">Loop until next sound</paragraph>
<paragraph role="paragraph" id="par_idN10724" xml-lang="en-US"
l10n="NEW"><ahelp hid=".">Select to play the sound repeatedly until another
sound starts.</ahelp></paragraph>
diff --git a/main/helpcontent2/source/text/simpress/guide/footer.xhp
b/main/helpcontent2/source/text/simpress/guide/footer.xhp
index 385db78a68..db7afe01c3 100644
--- a/main/helpcontent2/source/text/simpress/guide/footer.xhp
+++ b/main/helpcontent2/source/text/simpress/guide/footer.xhp
@@ -39,7 +39,7 @@
<bookmark_value>date on all slides</bookmark_value>
<bookmark_value>time and date on all slides</bookmark_value>
</bookmark><comment>mw changed "adding;" to "inserting;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3153191" role="heading" level="1"
l10n="U" oldref="1"><variable id="footer"><link
href="text/simpress/guide/footer.xhp" name="Adding a Header or a Footer to All
Slides">Adding a Header or a Footer to All Slides</link>
+<paragraph xml-lang="en-US" id="hd_id3153191" role="heading" level="1"
l10n="U"><variable id="footer"><link href="text/simpress/guide/footer.xhp"
name="Adding a Header or a Footer to All Slides">Adding a Header or a Footer to
All Slides</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id1356547" role="paragraph"
l10n="NEW">Every slide is based on a slide master. The text, pictures, tables,
fields or other objects that you place on the slide master are visible as a
background on all slides that are based on that slide master.</paragraph>
<paragraph xml-lang="en-US" id="par_id704672" role="paragraph"
l10n="NEW">Masters exist for slides, notes, and handouts.</paragraph>
@@ -80,30 +80,30 @@
</listitem>
</list>
<paragraph xml-lang="en-US" id="hd_id4712057" role="heading" level="2"
l10n="NEW">Adding text objects as header or footer objects</paragraph>
-<paragraph xml-lang="en-US" id="par_id3155064" role="paragraph" l10n="CHG"
oldref="16">You can add a text object anywhere on the slide master.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155064" role="paragraph" l10n="CHG">You
can add a text object anywhere on the slide master.</paragraph>
<list type="ordered">
<listitem>
-<paragraph xml-lang="en-US" id="par_id3148866" role="paragraph" l10n="CHG"
oldref="14">Choose <emph>View - Master - Slide Master</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3148866" role="paragraph"
l10n="CHG">Choose <emph>View - Master - Slide Master</emph>.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3147295" role="paragraph" l10n="U"
oldref="12">On the <emph>Drawing</emph> bar, select the <emph>Text</emph> icon
+<paragraph xml-lang="en-US" id="par_id3147295" role="paragraph" l10n="U">On
the <emph>Drawing</emph> bar, select the <emph>Text</emph> icon
<image id="img_id3154654" src="res/commandimagelist/sc_texttoolbox.png"
width="0.222inch" height="0.222inch"><alt xml-lang="en-US"
id="alt_id3154654">Icon</alt>
</image>.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3149947" role="paragraph" l10n="CHG"
oldref="10">Drag in the slide master to draw a text object, and then type or
paste your text.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149947" role="paragraph"
l10n="CHG">Drag in the slide master to draw a text object, and then type or
paste your text.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3155441" role="paragraph" l10n="CHG"
oldref="4">Choose <emph>View - Normal</emph> when you are finished.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155441" role="paragraph"
l10n="CHG">Choose <emph>View - Normal</emph> when you are finished.</paragraph>
</listitem>
</list>
-<paragraph xml-lang="en-US" id="par_id3150476" role="tip" l10n="U"
oldref="17">You can also add fields, such as the date or page number, to a
header or footer by choosing <emph>Insert - Fields</emph>.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3156320" role="note" l10n="CHG"
oldref="18">You can hide the header or footer on the current slide by choosing
<emph>Format</emph> - <link href="text/simpress/01/05130000.xhp" name="Modify
Layout">Slide <emph>Layout</emph></link>, and clearing the <emph>Objects on
background</emph> check box.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150476" role="tip" l10n="U">You can
also add fields, such as the date or page number, to a header or footer by
choosing <emph>Insert - Fields</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3156320" role="note" l10n="CHG">You can
hide the header or footer on the current slide by choosing <emph>Format</emph>
- <link href="text/simpress/01/05130000.xhp" name="Modify Layout">Slide
<emph>Layout</emph></link>, and clearing the <emph>Objects on background</emph>
check box.</paragraph>
<section id="relatedtopics">
<embed href="text/simpress/guide/background.xhp#background"/>
<embed href="text/simpress/guide/masterpage.xhp#masterpage"/>
<embed href="text/simpress/guide/layers.xhp#layers"/>
-<paragraph xml-lang="en-US" id="par_id3155848" role="paragraph" l10n="U"
oldref="21"><link href="text/simpress/01/04990000.xhp" name="Insert
Fields">Insert Fields</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id3155848" role="paragraph" l10n="U"><link
href="text/simpress/01/04990000.xhp" name="Insert Fields">Insert
Fields</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/simpress/main0210.xhp
b/main/helpcontent2/source/text/simpress/main0210.xhp
index c82608ce78..a0bf053553 100644
--- a/main/helpcontent2/source/text/simpress/main0210.xhp
+++ b/main/helpcontent2/source/text/simpress/main0210.xhp
@@ -31,17 +31,17 @@
<body>
<section id="werkzeugleiste">
<!-- removed HID RID_DRAW_TOOLBOX -->
-<paragraph role="heading" id="hd_id3150342" xml-lang="en-US" level="1"
l10n="CHG" oldref="1"><link href="text/simpress/main0210.xhp" name="Drawing
Bar">Drawing Bar</link></paragraph>
-<paragraph role="paragraph" id="par_id3150202" xml-lang="en-US" l10n="CHG"
oldref="2"><ahelp hid=".">The <emph>Drawing</emph> bar contains frequently used
editing tools. Click the arrow next to an icon to open a toolbar that contains
additional commands.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3150342" xml-lang="en-US" level="1"
l10n="CHG"><link href="text/simpress/main0210.xhp" name="Drawing Bar">Drawing
Bar</link></paragraph>
+<paragraph role="paragraph" id="par_id3150202" xml-lang="en-US"
l10n="CHG"><ahelp hid=".">The <emph>Drawing</emph> bar contains frequently used
editing tools. Click the arrow next to an icon to open a toolbar that contains
additional commands.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id31502029" xml-lang="en-US"
l10n="NEW">You can view the Drawing bar also from a text document or
spreadsheet. The set of visible icons can be slightly different according to
the current document type.</paragraph>
<section id="markieren">
-<paragraph role="heading" id="hd_id3155962" xml-lang="en-US" level="3"
l10n="U" oldref="3">Select</paragraph>
-<paragraph role="paragraph" id="par_id3148488" xml-lang="en-US" l10n="CHG"
oldref="4">To select an object on the current slide, click the
<emph>Select</emph> tool (white arrow) on the Drawing bar, and then click the
object.</paragraph>
-<paragraph role="paragraph" id="par_id3148610" xml-lang="en-US" l10n="U"
oldref="5">To select more than one object, hold down Shift while you
click.</paragraph>
-<paragraph role="paragraph" id="par_id3148699" xml-lang="en-US" l10n="U"
oldref="6">To select an object that is behind another object, hold
<switchinline select="sys"><caseinline
select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>,
and then click the object. To select the next underlying object in the
stacking, hold <switchinline select="sys"><caseinline
select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>,
and then click again. [...]
-<paragraph role="paragraph" id="par_id3154651" xml-lang="en-US" l10n="U"
oldref="7">To add text to a selected object, double-click the object and type
or enter your text.</paragraph>
-<paragraph role="paragraph" id="par_id3153812" xml-lang="en-US" l10n="U"
oldref="12">To remove a selection, click anywhere outside the selected object,
or press Escape.</paragraph>
+<paragraph role="heading" id="hd_id3155962" xml-lang="en-US" level="3"
l10n="U">Select</paragraph>
+<paragraph role="paragraph" id="par_id3148488" xml-lang="en-US" l10n="CHG">To
select an object on the current slide, click the <emph>Select</emph> tool
(white arrow) on the Drawing bar, and then click the object.</paragraph>
+<paragraph role="paragraph" id="par_id3148610" xml-lang="en-US" l10n="U">To
select more than one object, hold down Shift while you click.</paragraph>
+<paragraph role="paragraph" id="par_id3148699" xml-lang="en-US" l10n="U">To
select an object that is behind another object, hold <switchinline
select="sys"><caseinline
select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>,
and then click the object. To select the next underlying object in the
stacking, hold <switchinline select="sys"><caseinline
select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>,
and then click again. To return t [...]
+<paragraph role="paragraph" id="par_id3154651" xml-lang="en-US" l10n="U">To
add text to a selected object, double-click the object and type or enter your
text.</paragraph>
+<paragraph role="paragraph" id="par_id3153812" xml-lang="en-US" l10n="U">To
remove a selection, click anywhere outside the selected object, or press
Escape.</paragraph>
</section>
<embed href="text/shared/00/00000001.xhp#wiederholen"/>
<embed href="text/shared/02/18010000.xhp#auswahl"/>
@@ -85,8 +85,8 @@
<embed href="text/shared/00/00000404.xhp#sygrafik"/>
<embed href="text/simpress/02/10110000.xhp#einfuegen"/>
<embed href="text/simpress/02/10110000.xhp#syeinfuegen"/>
-<paragraph role="heading" id="hd_id3153078" xml-lang="en-US" level="2"
l10n="U" oldref="8"><link href="text/simpress/02/10030000.xhp"
name="Rotate">Rotate</link></paragraph>
-<paragraph role="paragraph" id="par_id3154556" xml-lang="en-US" l10n="CHG"
oldref="9">This tool is used to rotate the object.</paragraph>
+<paragraph role="heading" id="hd_id3153078" xml-lang="en-US" level="2"
l10n="U"><link href="text/simpress/02/10030000.xhp"
name="Rotate">Rotate</link></paragraph>
+<paragraph role="paragraph" id="par_id3154556" xml-lang="en-US"
l10n="CHG">This tool is used to rotate the object.</paragraph>
<embed href="text/simpress/02/10030000.xhp#dreh"/>
<embed href="text/shared/02/05110000.xhp#ausrichten"/>
<embed href="text/simpress/00/00000004.xhp#syausrichten"/>
@@ -96,7 +96,7 @@
<paragraph role="paragraph" id="par_idN1080F" xml-lang="en-US"
l10n="NEW">Switches the 3D effects on and off for the selected
objects.</paragraph>
<embed href="text/simpress/01/06060000.xhp#effekt"/>
<embed href="text/simpress/00/00000407.xhp#syeffekt"/>
-<paragraph role="heading" id="hd_id3145350" xml-lang="en-US" level="2"
l10n="U" oldref="11"><link href="text/simpress/01/06070000.xhp"
name="Interaction">Interaction</link></paragraph>
+<paragraph role="heading" id="hd_id3145350" xml-lang="en-US" level="2"
l10n="U"><link href="text/simpress/01/06070000.xhp"
name="Interaction">Interaction</link></paragraph>
<embed href="text/simpress/01/06070000.xhp#interaktiontext"/>
<embed href="text/simpress/00/00000407.xhp#syinteraktion"/>
</body>
diff --git a/main/helpcontent2/source/text/swriter/guide/protection.xhp
b/main/helpcontent2/source/text/swriter/guide/protection.xhp
index 5af6ca3632..347b26b400 100644
--- a/main/helpcontent2/source/text/swriter/guide/protection.xhp
+++ b/main/helpcontent2/source/text/swriter/guide/protection.xhp
@@ -41,74 +41,71 @@
<paragraph xml-lang="en-US" id="hd_id6007263" role="heading" level="1"
l10n="NEW"><variable id="protection"><link
href="text/swriter/guide/protection.xhp" name="Protecting Content in
%PRODUCTNAME Writer">Protecting Content in <item
type="productname">%PRODUCTNAME Writer</item></link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id1924802" role="paragraph" l10n="NEW">The
following is an overview of the different ways of protecting contents in <item
type="productname">%PRODUCTNAME</item> Writer from being modified, deleted or
viewed.</paragraph>
-<paragraph xml-lang="en-US" id="hd_id3150114" role="heading" level="2" l10n="U"
-oldref="29">Protecting Sections in <item
type="productname">%PRODUCTNAME</item> Writer</paragraph>
-<paragraph xml-lang="en-US" id="par_id3150592" role="paragraph" l10n="U"
oldref="30">Any section of a <item type="productname">%PRODUCTNAME</item>
Writer text document can be protected against changes with a
password.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3150114" role="heading" level="2"
l10n="U">Protecting Sections in <item type="productname">%PRODUCTNAME</item>
Writer</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150592" role="paragraph" l10n="U">Any
section of a <item type="productname">%PRODUCTNAME</item> Writer text document
can be protected against changes with a password.</paragraph>
<paragraph xml-lang="en-US" id="par_id4545426" role="warning" l10n="NEW">This
protection is not intended to be a secure protection. It is just a switch to
protect the section against accidental changes.</paragraph>
<table id="tbl_id3154942">
<tablerow>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3166413" role="tablecontent" l10n="U"
oldref="31">Turning on protection</paragraph>
+<paragraph xml-lang="en-US" id="par_id3166413" role="tablecontent"
l10n="U">Turning on protection</paragraph>
</tablecell>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3144764" role="tablecontent" l10n="U"
oldref="32">Select the text. Choose <emph>Insert - Section - Section</emph>,
then under <emph>Write protection</emph> mark the <emph>Protect</emph> and
<emph>With password</emph> check boxes. (If the section already exists:
<emph>Format - Sections</emph>.) Enter and confirm a password of at least 5
characters.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3144764" role="tablecontent"
l10n="U">Select the text. Choose <emph>Insert - Section - Section</emph>, then
under <emph>Write protection</emph> mark the <emph>Protect</emph> and
<emph>With password</emph> check boxes. (If the section already exists:
<emph>Format - Sections</emph>.) Enter and confirm a password of at least 5
characters.</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3147497" role="tablecontent" l10n="U"
oldref="33">Turning off protection</paragraph>
+<paragraph xml-lang="en-US" id="par_id3147497" role="tablecontent"
l10n="U">Turning off protection</paragraph>
</tablecell>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3147173" role="tablecontent" l10n="U"
oldref="34">Choose <emph>Format - Sections - Section</emph> and under
<emph>Write protection</emph> clear the <emph>Protect</emph> check box. Enter
the correct password.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3147173" role="tablecontent"
l10n="U">Choose <emph>Format - Sections - Section</emph> and under <emph>Write
protection</emph> clear the <emph>Protect</emph> check box. Enter the correct
password.</paragraph>
</tablecell>
</tablerow>
</table>
-<paragraph xml-lang="en-US" id="hd_id3146081" role="heading" level="2" l10n="U"
-oldref="35">Protecting Cells in a <item type="productname">%PRODUCTNAME</item>
Writer Table</paragraph>
-<paragraph xml-lang="en-US" id="par_id3154480" role="paragraph" l10n="U"
oldref="36">You can protect the contents of individual cells of a <item
type="productname">%PRODUCTNAME</item> Writer text table from
changes.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3146081" role="heading" level="2"
l10n="U">Protecting Cells in a <item type="productname">%PRODUCTNAME</item>
Writer Table</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154480" role="paragraph" l10n="U">You
can protect the contents of individual cells of a <item
type="productname">%PRODUCTNAME</item> Writer text table from
changes.</paragraph>
<paragraph xml-lang="en-US" id="par_id363170" role="warning" l10n="NEW">This
protection is not intended to be a secure protection. It is just a switch to
protect the cells against accidental changes.</paragraph>
<table id="tbl_id3150321">
<tablerow>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3154360" role="tablecontent" l10n="U"
oldref="37">Turning on protection</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154360" role="tablecontent"
l10n="U">Turning on protection</paragraph>
</tablecell>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3145643" role="tablecontent" l10n="CHG"
oldref="38">Place the cursor in a cell or select cells. Right-click to open the
context menu, then choose <emph>Cell - Protect</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3145643" role="tablecontent"
l10n="CHG">Place the cursor in a cell or select cells. Right-click to open the
context menu, then choose <emph>Cell - Protect</emph>.</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3150042" role="tablecontent" l10n="U"
oldref="39">Turning off protection</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150042" role="tablecontent"
l10n="U">Turning off protection</paragraph>
</tablecell>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3155178" role="tablecontent" l10n="CHG"
oldref="40">Place the cursor in the cell or select the cells. First, if
necessary, choose <emph><switchinline select="sys"><caseinline
select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools -
Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Formatting
Aids</emph> and mark <emph>Cursor in protected areas - Enable</emph>. Then
right-click the cell to open the context menu, choose < [...]
-<paragraph xml-lang="en-US" id="par_id3151189" role="tablecontent" l10n="U"
oldref="41">Select the table in the Navigator, open the context menu and select
<emph>Table - Unprotect</emph>.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3147322" role="tablecontent" l10n="U"
oldref="42">Use Shift+Ctrl+T to remove protection for the entire current table
or all selected tables.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155178" role="tablecontent"
l10n="CHG">Place the cursor in the cell or select the cells. First, if
necessary, choose <emph><switchinline select="sys"><caseinline
select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools -
Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Formatting
Aids</emph> and mark <emph>Cursor in protected areas - Enable</emph>. Then
right-click the cell to open the context menu, choose <emph>Cell - [...]
+<paragraph xml-lang="en-US" id="par_id3151189" role="tablecontent"
l10n="U">Select the table in the Navigator, open the context menu and select
<emph>Table - Unprotect</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3147322" role="tablecontent"
l10n="U">Use Shift+Ctrl+T to remove protection for the entire current table or
all selected tables.</paragraph>
</tablecell>
</tablerow>
</table>
-<paragraph xml-lang="en-US" id="hd_id3149259" role="heading" level="2" l10n="U"
-oldref="43">Automatic Protection of Indexes and Tables</paragraph>
-<paragraph xml-lang="en-US" id="par_id3153966" role="paragraph" l10n="U"
oldref="44">Tables of contents and indexes created automatically in a <item
type="productname">%PRODUCTNAME</item> Writer text are automatically protected
against accidental changes.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3149259" role="heading" level="2"
l10n="U">Automatic Protection of Indexes and Tables</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153966" role="paragraph"
l10n="U">Tables of contents and indexes created automatically in a <item
type="productname">%PRODUCTNAME</item> Writer text are automatically protected
against accidental changes.</paragraph>
<paragraph xml-lang="en-US" id="par_id814539" role="warning" l10n="NEW">This
protection is not intended to be a secure protection. It is just a switch to
protect the contents against accidental changes.</paragraph>
<table id="tbl_id3150644">
<tablerow>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3145767" role="tablecontent" l10n="U"
oldref="45">Turning on protection</paragraph>
+<paragraph xml-lang="en-US" id="par_id3145767" role="tablecontent"
l10n="U">Turning on protection</paragraph>
</tablecell>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3153786" role="tablecontent" l10n="U"
oldref="46">Place the cursor in the index/table of contents.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3159088" role="tablecontent" l10n="U"
oldref="47">From the context menu choose <emph>Edit Index/Table</emph>. On the
Index/Table tab page, mark <emph>Protected against manual
changes</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153786" role="tablecontent"
l10n="U">Place the cursor in the index/table of contents.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3159088" role="tablecontent"
l10n="U">From the context menu choose <emph>Edit Index/Table</emph>. On the
Index/Table tab page, mark <emph>Protected against manual
changes</emph>.</paragraph>
</tablecell>
</tablerow>
<tablerow>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3154118" role="tablecontent" l10n="U"
oldref="48">Turning off protection</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154118" role="tablecontent"
l10n="U">Turning off protection</paragraph>
</tablecell>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3148463" role="tablecontent" l10n="U"
oldref="49">Place the cursor in the index. First of all, if necessary, under
<emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME -
Preferences</caseinline><defaultinline>Tools -
Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Formatting
Aids</emph>, mark <emph>Cursor in protected areas - Enable</emph>.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3152968" role="tablecontent" l10n="U"
oldref="50">From the context menu choose <emph>Edit Index/Table</emph>. On the
Index/Table tab page, unmark <emph>Protected against manual
changes</emph>.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3152774" role="tablecontent" l10n="U"
oldref="51">In the Navigator, select the index, then open the context menu in
the Navigator and select <emph>Index - Read-only</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3148463" role="tablecontent"
l10n="U">Place the cursor in the index. First of all, if necessary, under
<emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME -
Preferences</caseinline><defaultinline>Tools -
Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Formatting
Aids</emph>, mark <emph>Cursor in protected areas - Enable</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3152968" role="tablecontent"
l10n="U">From the context menu choose <emph>Edit Index/Table</emph>. On the
Index/Table tab page, unmark <emph>Protected against manual
changes</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3152774" role="tablecontent" l10n="U">In
the Navigator, select the index, then open the context menu in the Navigator
and select <emph>Index - Read-only</emph>.</paragraph>
</tablecell>
</tablerow>
</table>
diff --git a/main/helpcontent2/source/text/swriter/guide/text_frame.xhp
b/main/helpcontent2/source/text/swriter/guide/text_frame.xhp
index e83e82bed7..d83c0faf39 100644
--- a/main/helpcontent2/source/text/swriter/guide/text_frame.xhp
+++ b/main/helpcontent2/source/text/swriter/guide/text_frame.xhp
@@ -40,83 +40,79 @@
<bookmark_value>frames; linking</bookmark_value>
<bookmark_value>printing;hiding text frames from printing</bookmark_value>
</bookmark><comment>mw deleted "text;" and changed "printing;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3149487" role="heading" level="1"
l10n="U" oldref="3"><variable id="text_frame"><link
href="text/swriter/guide/text_frame.xhp" name="Inserting, Editing, and Linking
Text Frames">Inserting, Editing, and Linking Text Frames</link>
+<paragraph xml-lang="en-US" id="hd_id3149487" role="heading" level="1"
l10n="U"><variable id="text_frame"><link
href="text/swriter/guide/text_frame.xhp" name="Inserting, Editing, and Linking
Text Frames">Inserting, Editing, and Linking Text Frames</link>
</variable></paragraph>
-<paragraph xml-lang="en-US" id="par_id3149842" role="paragraph" l10n="U"
oldref="65">A text frame is a container for text and graphics that you can
place anywhere on a page. You can also use a frame to apply a column layout to
text.</paragraph>
-<paragraph xml-lang="en-US" id="hd_id3156104" role="heading" level="2" l10n="U"
-oldref="64">To Insert a Text Frame</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149842" role="paragraph" l10n="U">A
text frame is a container for text and graphics that you can place anywhere on
a page. You can also use a frame to apply a column layout to text.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3156104" role="heading" level="2"
l10n="U">To Insert a Text Frame</paragraph>
<list type="ordered">
<listitem>
-<paragraph xml-lang="en-US" id="par_id3149961" role="listitem" l10n="CHG"
oldref="5">Select the text that you want to include in the frame.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149961" role="listitem"
l10n="CHG">Select the text that you want to include in the frame.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3149602" role="listitem" l10n="CHG"
oldref="9">Choose <emph>Insert - Frame</emph>, and click OK.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149602" role="listitem"
l10n="CHG">Choose <emph>Insert - Frame</emph>, and click OK.</paragraph>
</listitem>
</list>
-<paragraph xml-lang="en-US" id="hd_id3145115" role="heading" level="2" l10n="U"
-oldref="66">To Edit a Text Frame</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3145115" role="heading" level="2"
l10n="U">To Edit a Text Frame</paragraph>
<list type="unordered">
<listitem>
-<paragraph xml-lang="en-US" id="par_id3149578" role="listitem" l10n="U"
oldref="16">To edit the contents of a text frame, click in the frame, and make
the changes that you want.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149578" role="listitem" l10n="U">To
edit the contents of a text frame, click in the frame, and make the changes
that you want.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3156239" role="listitem" l10n="U"
oldref="14">To edit a frame, select the frame, right-click, and then choose a
formatting option. You can also right-click the selected frame, and choose
<emph>Frame</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3156239" role="listitem" l10n="U">To
edit a frame, select the frame, right-click, and then choose a formatting
option. You can also right-click the selected frame, and choose
<emph>Frame</emph>.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3156261" role="listitem" l10n="U"
oldref="63">To resize a text frame, click an edge of the frame, and drag one of
the edges or corners of the frame. Hold down Shift while you drag to maintain
the proportion of the frame.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3156261" role="listitem" l10n="U">To
resize a text frame, click an edge of the frame, and drag one of the edges or
corners of the frame. Hold down Shift while you drag to maintain the proportion
of the frame.</paragraph>
</listitem>
</list>
-<paragraph xml-lang="en-US" id="hd_id3153386" role="heading" level="2" l10n="U"
-oldref="98">To Hide Text From Printing</paragraph>
-<paragraph xml-lang="en-US" id="par_id3154262" role="paragraph" l10n="CHG"
oldref="99">Any Writer text frame can be set to a mode which allows viewing the
text on screen, but hides the text from printing.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3153386" role="heading" level="2"
l10n="U">To Hide Text From Printing</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154262" role="paragraph" l10n="CHG">Any
Writer text frame can be set to a mode which allows viewing the text on screen,
but hides the text from printing.</paragraph>
<list type="ordered">
<listitem>
-<paragraph xml-lang="en-US" id="par_id3154858" role="listitem" l10n="U"
oldref="100">Select the text frame (you see the eight handles).</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154858" role="listitem" l10n="U">Select
the text frame (you see the eight handles).</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3155875" role="listitem" l10n="U"
oldref="101">Choose <emph>Format - Frame/Object - Options</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155875" role="listitem" l10n="U">Choose
<emph>Format - Frame/Object - Options</emph>.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3155899" role="listitem" l10n="U"
oldref="102">In the <emph>Properties</emph> area, unmark the <emph>Print</emph>
check box and click <emph>OK</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155899" role="listitem" l10n="U">In the
<emph>Properties</emph> area, unmark the <emph>Print</emph> check box and click
<emph>OK</emph>.</paragraph>
</listitem>
</list>
-<paragraph xml-lang="en-US" id="hd_id3148701" role="heading" level="2" l10n="U"
-oldref="83">To Link Text Frames</paragraph>
-<paragraph xml-lang="en-US" id="par_id3149986" role="paragraph" l10n="CHG"
oldref="84">You can link Writer text frames so that their contents
automatically flow from one frame to another.</paragraph>
+<paragraph xml-lang="en-US" id="hd_id3148701" role="heading" level="2"
l10n="U">To Link Text Frames</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149986" role="paragraph" l10n="CHG">You
can link Writer text frames so that their contents automatically flow from one
frame to another.</paragraph>
<list type="ordered">
<listitem>
-<paragraph xml-lang="en-US" id="par_id3153025" role="listitem" l10n="U"
oldref="71">Click the edge of a frame that you want to link. Selection handles
appear on the edges of the frame.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153025" role="listitem" l10n="U">Click
the edge of a frame that you want to link. Selection handles appear on the
edges of the frame.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3150223" role="listitem" l10n="CHG"
oldref="87">On the <item type="menuitem">Frame</item> Bar, click the <item
type="menuitem">Link Frames</item> icon
+<paragraph xml-lang="en-US" id="par_id3150223" role="listitem" l10n="CHG">On
the <item type="menuitem">Frame</item> Bar, click the <item
type="menuitem">Link Frames</item> icon
<image id="img_id3148968" src="res/commandimagelist/sc_chainframes.png"
width="0.222in" height="0.222in"><alt xml-lang="en-US"
id="alt_id3148968">Icon</alt>
</image>.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3150930" role="listitem" l10n="U"
oldref="89">Click the frame that you want to link to.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150930" role="listitem" l10n="U">Click
the frame that you want to link to.</paragraph>
</listitem>
</list>
-<paragraph xml-lang="en-US" id="par_id3150947" role="paragraph" l10n="U"
oldref="75">You can only link frames if:</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150947" role="paragraph" l10n="U">You
can only link frames if:</paragraph>
<list type="unordered">
<listitem>
-<paragraph xml-lang="en-US" id="par_id3150969" role="listitem" l10n="U"
oldref="76">The target frame is empty.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150969" role="listitem" l10n="U">The
target frame is empty.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3154365" role="listitem" l10n="U"
oldref="77">The target frame is not linked to another frame.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154365" role="listitem" l10n="U">The
target frame is not linked to another frame.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3154383" role="listitem" l10n="U"
oldref="78">The source and the target frames are in the same section. For
example, you cannot link a header frame to a footer frame.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154383" role="listitem" l10n="U">The
source and the target frames are in the same section. For example, you cannot
link a header frame to a footer frame.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3145559" role="listitem" l10n="U"
oldref="79">The source frame does not have a next link.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3145559" role="listitem" l10n="U">The
source frame does not have a next link.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3145577" role="listitem" l10n="U"
oldref="81">The target or the source frame are not contained in each
other.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3145577" role="listitem" l10n="U">The
target or the source frame are not contained in each other.</paragraph>
</listitem>
</list>
-<paragraph xml-lang="en-US" id="par_id3151083" role="paragraph" l10n="U"
oldref="90">When you select a linked frame, a line is displayed that connects
the linked frames.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3151083" role="paragraph" l10n="U">When
you select a linked frame, a line is displayed that connects the linked
frames.</paragraph>
<paragraph xml-lang="en-US" id="par_id5853144" role="note" l10n="NEW">The
AutoSize feature is available only for the last frame in a chain of linked
frames.</paragraph><comment>UFI: removed
-id="par_id3147542" l10n="U" oldref="72"You can only change the height of the
last frame in a series of linked frames.
+id="par_id3147542" l10n="U" You can only change the height of the last frame
in a series of linked frames.
Obviously this works now</comment>
<section id="relatedtopics">
<embed href="text/swriter/guide/text_emphasize.xhp#text_emphasize"/>