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 a11cbef834 Remove 'oldref' entries (work in progress)
a11cbef834 is described below
commit a11cbef834b55a16146dd49f1f0178e7e52ac87b
Author: mseidel <[email protected]>
AuthorDate: Wed Nov 13 23:26:42 2024 +0100
Remove 'oldref' entries (work in progress)
---
.../source/text/sbasic/shared/03030106.xhp | 31 +++++++++++-----------
.../helpcontent2/source/text/scalc/01/12090100.xhp | 22 +++++++--------
.../source/text/scalc/guide/print_exact.xhp | 14 +++++-----
.../source/text/shared/01/04150200.xhp | 16 +++++------
.../source/text/shared/02/02130000.xhp | 10 +++----
.../source/text/shared/02/12090000.xhp | 15 +++++------
.../source/text/shared/guide/integratinguno.xhp | 14 +++++-----
.../source/text/swriter/guide/indices_multidoc.xhp | 11 ++++----
.../text/swriter/guide/removing_line_breaks.xhp | 19 +++++++------
.../source/text/swriter/guide/text_centervert.xhp | 19 +++++++------
10 files changed, 83 insertions(+), 88 deletions(-)
diff --git a/main/helpcontent2/source/text/sbasic/shared/03030106.xhp
b/main/helpcontent2/source/text/sbasic/shared/03030106.xhp
index 510c130562..11cdf15b58 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03030106.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03030106.xhp
@@ -33,24 +33,23 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3148664">
<bookmark_value>Year function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3148664" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/sbasic/shared/03030106.xhp" name="Year
Function [Runtime]">Year Function [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3149655" xml-lang="en-US" l10n="U"
oldref="2">Returns the year from a serial date number that is generated by the
DateSerial or the DateValue function.</paragraph>
+<paragraph role="heading" id="hd_id3148664" xml-lang="en-US" level="1"
l10n="U"><link href="text/sbasic/shared/03030106.xhp" name="Year Function
[Runtime]">Year Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3149655" xml-lang="en-US"
l10n="U">Returns the year from a serial date number that is generated by the
DateSerial or the DateValue function.</paragraph>
</section>
-<paragraph role="heading" id="hd_id3154125" xml-lang="en-US" level="2"
l10n="U" oldref="3">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3147229" xml-lang="en-US" l10n="U"
oldref="4">Year (Number)</paragraph>
-<paragraph role="heading" id="hd_id3154685" xml-lang="en-US" level="2"
l10n="U" oldref="5">Return value:</paragraph>
-<paragraph role="paragraph" id="par_id3153970" xml-lang="en-US" l10n="U"
oldref="6">Integer</paragraph>
-<paragraph role="heading" id="hd_id3150440" xml-lang="en-US" level="2"
l10n="U" oldref="7">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id3163712" xml-lang="en-US" l10n="U"
oldref="8">
-<emph>Number:</emph> Integer expression that contains the serial date number
that is used to calculate the year.</paragraph>
-<paragraph role="paragraph" id="par_id3152596" xml-lang="en-US" l10n="U"
oldref="9">This function is the opposite of the <emph>DateSerial</emph>
function, and returns the year of a serial date. For example, the
expression:</paragraph>
-<paragraph role="paragraph" id="par_id3154319" xml-lang="en-US" l10n="U"
oldref="10">Print Year(DateSerial(1994, 12, 20))</paragraph>
-<paragraph role="paragraph" id="par_id3149483" xml-lang="en-US" l10n="U"
oldref="11">returns the value 1994.</paragraph>
+<paragraph role="heading" id="hd_id3154125" xml-lang="en-US" level="2"
l10n="U">Syntax:</paragraph>
+<paragraph role="paragraph" id="par_id3147229" xml-lang="en-US" l10n="U">Year
(Number)</paragraph>
+<paragraph role="heading" id="hd_id3154685" xml-lang="en-US" level="2"
l10n="U">Return value:</paragraph>
+<paragraph role="paragraph" id="par_id3153970" xml-lang="en-US"
l10n="U">Integer</paragraph>
+<paragraph role="heading" id="hd_id3150440" xml-lang="en-US" level="2"
l10n="U">Parameters:</paragraph>
+<paragraph role="paragraph" id="par_id3163712" xml-lang="en-US"
l10n="U"><emph>Number:</emph> Integer expression that contains the serial date
number that is used to calculate the year.</paragraph>
+<paragraph role="paragraph" id="par_id3152596" xml-lang="en-US" l10n="U">This
function is the opposite of the <emph>DateSerial</emph> function, and returns
the year of a serial date. For example, the expression:</paragraph>
+<paragraph role="paragraph" id="par_id3154319" xml-lang="en-US" l10n="U">Print
Year(DateSerial(1994, 12, 20))</paragraph>
+<paragraph role="paragraph" id="par_id3149483" xml-lang="en-US"
l10n="U">returns the value 1994.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
-<paragraph role="heading" id="hd_id3146985" xml-lang="en-US" level="2"
l10n="U" oldref="12">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3153952" xml-lang="en-US" l10n="U"
oldref="13">Sub ExampleYear</paragraph>
-<paragraph role="paragraph" id="par_id3153363" xml-lang="en-US" l10n="U"
oldref="14">MsgBox "" & Year(Now) ,64,"Current year"</paragraph>
-<paragraph role="paragraph" id="par_id3145274" xml-lang="en-US" l10n="U"
oldref="15">End sub</paragraph>
+<paragraph role="heading" id="hd_id3146985" xml-lang="en-US" level="2"
l10n="U">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3153952" xml-lang="en-US" l10n="U">Sub
ExampleYear</paragraph>
+<paragraph role="paragraph" id="par_id3153363" xml-lang="en-US"
l10n="U">MsgBox "" & Year(Now) ,64,"Current year"</paragraph>
+<paragraph role="paragraph" id="par_id3145274" xml-lang="en-US" l10n="U">End
sub</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/scalc/01/12090100.xhp
b/main/helpcontent2/source/text/scalc/01/12090100.xhp
index 8a871f954a..05b48cc980 100644
--- a/main/helpcontent2/source/text/scalc/01/12090100.xhp
+++ b/main/helpcontent2/source/text/scalc/01/12090100.xhp
@@ -30,25 +30,25 @@
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/.uno:DataDataPilotRun"
id="bm_id3153822" localize="false"/>
-<paragraph role="heading" id="hd_id3153663" xml-lang="en-US" level="1"
l10n="U" oldref="1">Select Source</paragraph>
+<paragraph role="heading" id="hd_id3153663" xml-lang="en-US" level="1"
l10n="U">Select Source</paragraph>
<section id="datenpilot">
-<paragraph role="paragraph" id="par_id3145119" xml-lang="en-US" l10n="U"
oldref="2"><ahelp hid=".uno:DataDataPilotRun">Opens a dialog where you can
select the source for your pivot table, and then create your
table.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3145119" xml-lang="en-US"
l10n="U"><ahelp hid=".uno:DataDataPilotRun">Opens a dialog where you can select
the source for your pivot table, and then create your table.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/scalc/00/00000412.xhp#dndpa"/>
</section>
-<paragraph role="heading" id="hd_id3154760" xml-lang="en-US" level="2"
l10n="U" oldref="5">Selection</paragraph>
-<paragraph role="paragraph" id="par_id3150543" xml-lang="en-US" l10n="U"
oldref="6">Select a data source for the pivot table.</paragraph>
+<paragraph role="heading" id="hd_id3154760" xml-lang="en-US" level="2"
l10n="U">Selection</paragraph>
+<paragraph role="paragraph" id="par_id3150543" xml-lang="en-US"
l10n="U">Select a data source for the pivot table.</paragraph>
<bookmark xml-lang="en-US"
branch="hid/sc:RadioButton:RID_SCDLG_DAPITYPE:BTN_SELECTION" id="bm_id3154908"
localize="false"/>
-<paragraph role="heading" id="hd_id3148799" xml-lang="en-US" level="3"
l10n="U" oldref="7">Current Selection</paragraph>
-<paragraph role="paragraph" id="par_id3125865" xml-lang="en-US" l10n="U"
oldref="8"><ahelp hid=".">Uses the selected cells as the data source for the
pivot table.</ahelp></paragraph>
-<paragraph role="note" id="par_id3150011" xml-lang="en-US" l10n="U"
oldref="13">The data columns in the pivot table use the same number format as
the first data row in the current selection.</paragraph>
+<paragraph role="heading" id="hd_id3148799" xml-lang="en-US" level="3"
l10n="U">Current Selection</paragraph>
+<paragraph role="paragraph" id="par_id3125865" xml-lang="en-US"
l10n="U"><ahelp hid=".">Uses the selected cells as the data source for the
pivot table.</ahelp></paragraph>
+<paragraph role="note" id="par_id3150011" xml-lang="en-US" l10n="U">The data
columns in the pivot table use the same number format as the first data row in
the current selection.</paragraph>
<bookmark xml-lang="en-US"
branch="hid/sc:RadioButton:RID_SCDLG_DAPITYPE:BTN_DATABASE" id="bm_id3149664"
localize="false"/>
-<paragraph role="heading" id="hd_id3147348" xml-lang="en-US" level="3"
l10n="U" oldref="9">Data source registered in $[officename]</paragraph>
-<paragraph role="paragraph" id="par_id3145271" xml-lang="en-US" l10n="U"
oldref="10"><ahelp hid=".">Uses a table or query in a database that is
registered in $[officename] as the data source for the pivot
table.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3147348" xml-lang="en-US" level="3"
l10n="U">Data source registered in $[officename]</paragraph>
+<paragraph role="paragraph" id="par_id3145271" xml-lang="en-US"
l10n="U"><ahelp hid=".">Uses a table or query in a database that is registered
in $[officename] as the data source for the pivot table.</ahelp></paragraph>
<bookmark xml-lang="en-US"
branch="hid/sc:RadioButton:RID_SCDLG_DAPITYPE:BTN_EXTERNAL" id="bm_id3153876"
localize="false"/>
-<paragraph role="heading" id="hd_id3146119" xml-lang="en-US" level="3"
l10n="U" oldref="11">External source/interface</paragraph>
-<paragraph role="paragraph" id="par_id3145647" xml-lang="en-US" l10n="U"
oldref="12"><ahelp hid=".">Opens the <emph>External Source</emph> dialog where
you can select the OLAP data source for the pivot table.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3146119" xml-lang="en-US" level="3"
l10n="U">External source/interface</paragraph>
+<paragraph role="paragraph" id="par_id3145647" xml-lang="en-US"
l10n="U"><ahelp hid=".">Opens the <emph>External Source</emph> dialog where you
can select the OLAP data source for the pivot table.</ahelp></paragraph>
<paragraph role="paragraph" id="par_idN10670" xml-lang="en-US"
l10n="NEW"><link href="text/scalc/01/12090102.xhp" name="Pivot table
dialog">Pivot table dialog</link></paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/scalc/guide/print_exact.xhp
b/main/helpcontent2/source/text/scalc/guide/print_exact.xhp
index 67e82bac9a..858b6e9da1 100644
--- a/main/helpcontent2/source/text/scalc/guide/print_exact.xhp
+++ b/main/helpcontent2/source/text/scalc/guide/print_exact.xhp
@@ -37,25 +37,25 @@
<bookmark_value>viewing;print ranges</bookmark_value>
<bookmark_value>previews;page breaks for printing</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153194" xml-lang="en-US" level="1"
l10n="U" oldref="1"><variable id="print_exact"><link
href="text/scalc/guide/print_exact.xhp" name="Defining Number of Pages for
Printing">Defining Number of Pages for Printing</link>
+<paragraph role="heading" id="hd_id3153194" xml-lang="en-US" level="1"
l10n="U"><variable id="print_exact"><link
href="text/scalc/guide/print_exact.xhp" name="Defining Number of Pages for
Printing">Defining Number of Pages for Printing</link>
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3153771" xml-lang="en-US" l10n="U"
oldref="2">If a sheet is too large for a single printed page, $[officename]
Calc will print the current sheet evenly divided over several pages. Since the
automatic page break does not always take place in the optimal position, you
can define the page distribution yourself.</paragraph>
+<paragraph role="paragraph" id="par_id3153771" xml-lang="en-US" l10n="U">If a
sheet is too large for a single printed page, $[officename] Calc will print the
current sheet evenly divided over several pages. Since the automatic page break
does not always take place in the optimal position, you can define the page
distribution yourself.</paragraph>
<list type="ordered">
<listitem>
-<paragraph role="listitem" id="par_id3159155" xml-lang="en-US" l10n="U"
oldref="3">Go to the sheet to be printed.</paragraph>
+<paragraph role="listitem" id="par_id3159155" xml-lang="en-US" l10n="U">Go to
the sheet to be printed.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3150012" xml-lang="en-US" l10n="U"
oldref="4">Choose <emph>View - Page Break Preview</emph>.</paragraph>
+<paragraph role="listitem" id="par_id3150012" xml-lang="en-US" l10n="U">Choose
<emph>View - Page Break Preview</emph>.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3146974" xml-lang="en-US" l10n="U"
oldref="5">You will see the automatic distribution of the sheet across the
print pages. The automatically created print ranges are indicated by dark blue
lines, and the user-defined ones by light blue lines. The page breaks (line
breaks and column breaks) are marked as black lines.</paragraph>
+<paragraph role="listitem" id="par_id3146974" xml-lang="en-US" l10n="U">You
will see the automatic distribution of the sheet across the print pages. The
automatically created print ranges are indicated by dark blue lines, and the
user-defined ones by light blue lines. The page breaks (line breaks and column
breaks) are marked as black lines.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3152578" xml-lang="en-US" l10n="U"
oldref="6">You can move the blue lines with the mouse. You will find further
options in the Context menu, including adding an additional print range,
removing the scaling and inserting additional manual line and column
breaks.</paragraph>
+<paragraph role="listitem" id="par_id3152578" xml-lang="en-US" l10n="U">You
can move the blue lines with the mouse. You will find further options in the
Context menu, including adding an additional print range, removing the scaling
and inserting additional manual line and column breaks.</paragraph>
</listitem>
</list>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3151073" xml-lang="en-US" l10n="U"
oldref="7"><link href="text/scalc/01/03100000.xhp" name="View - Page Break
Preview">View - Page Break Preview</link></paragraph>
+<paragraph role="paragraph" id="par_id3151073" xml-lang="en-US" l10n="U"><link
href="text/scalc/01/03100000.xhp" name="View - Page Break Preview">View - Page
Break Preview</link></paragraph>
<embed href="text/scalc/guide/print_landscape.xhp#print_landscape"/>
<embed href="text/scalc/guide/print_details.xhp#print_details"/>
</section>
diff --git a/main/helpcontent2/source/text/shared/01/04150200.xhp
b/main/helpcontent2/source/text/shared/01/04150200.xhp
index 73d31312d7..e5ac54313e 100644
--- a/main/helpcontent2/source/text/shared/01/04150200.xhp
+++ b/main/helpcontent2/source/text/shared/01/04150200.xhp
@@ -36,20 +36,20 @@
<!-- removed HID SO3:MODALDIALOG:MD_INSERT_OBJECT_PLUGIN -->
<bookmark xml-lang="en-US" branch="hid/.uno:InsertPlugin" id="bm_id9254880"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertPlugin" id="bm_id3152952"
localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3149962" role="heading" level="1"
l10n="U" oldref="1">Insert Plug-In</paragraph>
-<paragraph xml-lang="en-US" id="par_id3155599" role="paragraph" l10n="U"
oldref="2"><variable id="plugin"><ahelp hid=".uno:InsertPlugin">Inserts a
plug-in into the current document.</ahelp>
+<paragraph xml-lang="en-US" id="hd_id3149962" role="heading" level="1"
l10n="U">Insert Plug-In</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155599" role="paragraph"
l10n="U"><variable id="plugin"><ahelp hid=".uno:InsertPlugin">Inserts a plug-in
into the current document.</ahelp>
</variable> A <link href="text/shared/00/00000002.xhp#plugin"
name="plug-in">plug-in</link> is a software component that extends the
capabilities of a web browser.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000404.xhp#objektplugin"/>
</section>
<!-- removed HID SO3:EDIT:MD_INSERT_OBJECT_PLUGIN:ED_FILEURL -->
-<paragraph xml-lang="en-US" id="hd_id3148585" role="heading" level="2"
l10n="U" oldref="3">File/URL</paragraph>
-<paragraph xml-lang="en-US" id="par_id3147399" role="paragraph" l10n="U"
oldref="4"><ahelp hid="SO3:EDIT:MD_INSERT_OBJECT_PLUGIN:ED_FILEURL">Enter the
URL for the plug-in or click <emph>Browse</emph>, and then locate the plug-in
that you want to insert.</ahelp></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3148585" role="heading" level="2"
l10n="U">File/URL</paragraph>
+<paragraph xml-lang="en-US" id="par_id3147399" role="paragraph"
l10n="U"><ahelp hid="SO3:EDIT:MD_INSERT_OBJECT_PLUGIN:ED_FILEURL">Enter the URL
for the plug-in or click <emph>Browse</emph>, and then locate the plug-in that
you want to insert.</ahelp></paragraph>
<!-- removed HID SO3:PUSHBUTTON:MD_INSERT_OBJECT_PLUGIN:BTN_FILEURL -->
-<paragraph xml-lang="en-US" id="hd_id3155552" role="heading" level="3"
l10n="U" oldref="5">Browse</paragraph>
-<paragraph xml-lang="en-US" id="par_id3143267" role="paragraph" l10n="U"
oldref="6"><ahelp
hid="SO3:PUSHBUTTON:MD_INSERT_OBJECT_PLUGIN:BTN_FILEURL">Locate the plug-in
that you want to insert, and then click <emph>Open</emph>.</ahelp></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3155552" role="heading" level="3"
l10n="U">Browse</paragraph>
+<paragraph xml-lang="en-US" id="par_id3143267" role="paragraph"
l10n="U"><ahelp hid="SO3:PUSHBUTTON:MD_INSERT_OBJECT_PLUGIN:BTN_FILEURL">Locate
the plug-in that you want to insert, and then click
<emph>Open</emph>.</ahelp></paragraph>
<!-- removed HID SO3:MULTILINEEDIT:MD_INSERT_OBJECT_PLUGIN:ED_PLUGINS_OPTIONS
-->
-<paragraph xml-lang="en-US" id="hd_id3149750" role="heading" level="2"
l10n="U" oldref="7">Options</paragraph>
-<paragraph xml-lang="en-US" id="par_id3150774" role="paragraph" l10n="U"
oldref="8"><ahelp
hid="SO3:MULTILINEEDIT:MD_INSERT_OBJECT_PLUGIN:ED_PLUGINS_OPTIONS">Enter the
parameters for the plug-in using the format <emph>parameter1="some
text"</emph>.</ahelp></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3149750" role="heading" level="2"
l10n="U">Options</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150774" role="paragraph"
l10n="U"><ahelp
hid="SO3:MULTILINEEDIT:MD_INSERT_OBJECT_PLUGIN:ED_PLUGINS_OPTIONS">Enter the
parameters for the plug-in using the format <emph>parameter1="some
text"</emph>.</ahelp></paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/shared/02/02130000.xhp
b/main/helpcontent2/source/text/shared/02/02130000.xhp
index 842a1ff282..7af0b6c07b 100644
--- a/main/helpcontent2/source/text/shared/02/02130000.xhp
+++ b/main/helpcontent2/source/text/shared/02/02130000.xhp
@@ -32,10 +32,10 @@
<section id="einzvermindern">
<bookmark xml-lang="en-US" branch="hid/.uno:DecrementIndent" id="bm_id8935294"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:DecrementIndent" id="bm_id3153089"
localize="false"/>
-<paragraph role="heading" id="hd_id3154228" xml-lang="en-US" level="1"
l10n="U" oldref="1"><link href="text/shared/02/02130000.xhp" name="Decrease
Indent">Decrease Indent</link></paragraph>
-<paragraph role="paragraph" id="par_id3150247" xml-lang="en-US" l10n="CHG"
oldref="5"><ahelp hid=".uno:DecrementIndent">Click the <emph>Decrease
Indent</emph> icon to reduce the left indent of the current paragraph or cell
content and set it to the previous default tab position.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3154228" xml-lang="en-US" level="1"
l10n="U"><link href="text/shared/02/02130000.xhp" name="Decrease
Indent">Decrease Indent</link></paragraph>
+<paragraph role="paragraph" id="par_id3150247" xml-lang="en-US"
l10n="CHG"><ahelp hid=".uno:DecrementIndent">Click the <emph>Decrease
Indent</emph> icon to reduce the left indent of the current paragraph or cell
content and set it to the previous default tab position.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3154186" xml-lang="en-US" l10n="CHG"
oldref="7"><switchinline select="appl"><caseinline select="WRITER">If you
previously increased the indentation for several collectively selected
paragraphs, this command can decrease the indentation for all of the selected
paragraphs.
+<paragraph role="paragraph" id="par_id3154186" xml-lang="en-US"
l10n="CHG"><switchinline select="appl"><caseinline select="WRITER">If you
previously increased the indentation for several collectively selected
paragraphs, this command can decrease the indentation for all of the selected
paragraphs.
</caseinline><caseinline select="CALC">The cell content refers to the current
value under <link href="text/shared/01/05340300.xhp" name="Format - Cell -
Alignment"><emph>Format - Cell - Alignment</emph></link>.
</caseinline></switchinline></paragraph>
<section id="syeinzvermindern">
@@ -46,11 +46,11 @@
<image id="img_id3150506" src="res/commandimagelist/sc_decrementindent.png"
width="0.222inch" height="0.222inch"><alt id="alt_id3150506"
xml-lang="en-US">Icon</alt></image></paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3155942" xml-lang="en-US" l10n="U"
oldref="4">Decrease Indent</paragraph>
+<paragraph role="paragraph" id="par_id3155942" xml-lang="en-US"
l10n="U">Decrease Indent</paragraph>
</tablecell>
</tablerow>
</table>
</section>
-<paragraph role="paragraph" id="par_id3153031" xml-lang="en-US" l10n="CHG"
oldref="6"><switchinline select="appl"><caseinline select="WRITER">If you click
the <emph>Decrease Indent</emph> icon while holding down the <switchinline
select="sys"><caseinline select="MAC">Command </caseinline><defaultinline>Ctrl
</defaultinline></switchinline>key, the indent for the selected paragraph is
moved by the default tab stop that has been set under <link
href="text/shared/optionen/01040200.xhp" name= [...]
+<paragraph role="paragraph" id="par_id3153031" xml-lang="en-US"
l10n="CHG"><switchinline select="appl"><caseinline select="WRITER">If you click
the <emph>Decrease Indent</emph> icon while holding down the <switchinline
select="sys"><caseinline select="MAC">Command </caseinline><defaultinline>Ctrl
</defaultinline></switchinline>key, the indent for the selected paragraph is
moved by the default tab stop that has been set under <link
href="text/shared/optionen/01040200.xhp" name="Writer - G [...]
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/shared/02/12090000.xhp
b/main/helpcontent2/source/text/shared/02/12090000.xhp
index f9fb7f7592..f6b0f1b178 100644
--- a/main/helpcontent2/source/text/shared/02/12090000.xhp
+++ b/main/helpcontent2/source/text/shared/02/12090000.xhp
@@ -38,30 +38,29 @@
<bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_DLG_FILTERCRIT"
id="bm_id3154894" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:FilterCrit" id="bm_id2784060"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:FilterCrit" id="bm_id3154094"
localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3109850" role="heading" level="1"
l10n="CHG"
-oldref="1"><link href="text/shared/02/12090000.xhp" name="Standard
Filter">Standard Filter</link></paragraph>
-<paragraph xml-lang="en-US" id="par_id3143281" role="paragraph" l10n="U"
oldref="2"><variable id="standardfilter"><ahelp hid=".uno:FilterCrit">Allows
you to set the filtering options.</ahelp>
+<paragraph xml-lang="en-US" id="hd_id3109850" role="heading" level="1"
l10n="CHG"><link href="text/shared/02/12090000.xhp" name="Standard
Filter">Standard Filter</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id3143281" role="paragraph"
l10n="U"><variable id="standardfilter"><ahelp hid=".uno:FilterCrit">Allows you
to set the filtering options.</ahelp>
</variable></paragraph>
</section>
-<paragraph xml-lang="en-US" id="par_id3149549" role="paragraph" l10n="U"
oldref="8">Use the <emph>Standard Filter</emph> to refine and to combine
<emph>AutoFilter</emph> search options.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149549" role="paragraph" l10n="U">Use
the <emph>Standard Filter</emph> to refine and to combine
<emph>AutoFilter</emph> search options.</paragraph>
<section id="systandardfilter">
<table id="tbl_id3152924">
<tablerow>
<tablecell>
<paragraph xml-lang="en-US" id="par_id3152801" role="paragraph" l10n="E">
-<image id="img_id3147291" src="res/commandimagelist/sc_formfiltered.png"
width="0.1665in" height="0.1665in"><alt xml-lang="en-US"
id="alt_id3147291">Icon</alt>
+<image id="img_id3147291" src="res/commandimagelist/sc_formfiltered.png"><alt
xml-lang="en-US" id="alt_id3147291">Icon</alt>
</image></paragraph>
</tablecell>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3149183" role="paragraph" l10n="U"
oldref="3">Standard Filter</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149183" role="paragraph"
l10n="U">Standard Filter</paragraph>
</tablecell>
</tablerow>
</table>
</section>
<section id="filterdialog">
-<paragraph xml-lang="en-US" id="par_id3143267" role="paragraph" l10n="U"
oldref="6">$[officename] saves the current filter settings for the next time
that you open this dialog.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3143267" role="paragraph"
l10n="U">$[officename] saves the current filter settings for the next time that
you open this dialog.</paragraph>
</section>
-<paragraph xml-lang="en-US" id="par_id3156410" role="paragraph" l10n="CHG"
oldref="7">To remove the current filter, click <link
href="text/shared/02/12040000.xhp" name="Remove Filter/Sorting"><emph>Remove
Filter/Sorting</emph></link> icon.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3156410" role="paragraph" l10n="CHG">To
remove the current filter, click <link href="text/shared/02/12040000.xhp"
name="Remove Filter/Sorting"><emph>Remove Filter/Sorting</emph></link>
icon.</paragraph>
<section id="relatedtopics">
<paragraph xml-lang="en-US" id="par_id3152996" role="paragraph" l10n="C"><link
href="text/shared/02/12030000.xhp"
name="AutoFilter">AutoFilter</link></paragraph>
</section>
diff --git a/main/helpcontent2/source/text/shared/guide/integratinguno.xhp
b/main/helpcontent2/source/text/shared/guide/integratinguno.xhp
index 8f728e5f73..598b78dcdc 100644
--- a/main/helpcontent2/source/text/shared/guide/integratinguno.xhp
+++ b/main/helpcontent2/source/text/shared/guide/integratinguno.xhp
@@ -34,23 +34,23 @@
<bookmark_value>UNO components;integrating new</bookmark_value>
<bookmark_value>installing;UNO components</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3149760" xml-lang="en-US" level="1"
l10n="U" oldref="7"><variable id="integratinguno"><link
href="text/shared/guide/integratinguno.xhp" name="Integrating new UNO
components">Integrating new UNO components</link>
+<paragraph role="heading" id="hd_id3149760" xml-lang="en-US" level="1"
l10n="U"><variable id="integratinguno"><link
href="text/shared/guide/integratinguno.xhp" name="Integrating new UNO
components">Integrating new UNO components</link>
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3147571" xml-lang="en-US" l10n="U"
oldref="1">Programmers can write and integrate their own UNO (Universal Network
Objects) components to $[officename]. Those new components can be added to the
$[officename] menus and toolbars; we call them "Add-Ons".</paragraph>
-<paragraph role="paragraph" id="par_id3154751" xml-lang="en-US" l10n="U"
oldref="2">The integration of new components is supported by some tools and
services. Details can be found in the $[officename] Developer's Guide. The
three main steps are as follows:</paragraph>
+<paragraph role="paragraph" id="par_id3147571" xml-lang="en-US"
l10n="U">Programmers can write and integrate their own UNO (Universal Network
Objects) components to $[officename]. Those new components can be added to the
$[officename] menus and toolbars; we call them "Add-Ons".</paragraph>
+<paragraph role="paragraph" id="par_id3154751" xml-lang="en-US" l10n="U">The
integration of new components is supported by some tools and services. Details
can be found in the $[officename] Developer's Guide. The three main steps are
as follows:</paragraph>
<list type="ordered">
<listitem>
-<paragraph role="listitem" id="par_id3153748" xml-lang="en-US" l10n="CHG"
oldref="3">Register the new components within $[officename]. This can be
accomplished using the tool <item type="literal">unopkg</item>, which can be
found in {installpath}<switchinline select="sys"><caseinline select="UNIX">/
+<paragraph role="listitem" id="par_id3153748" xml-lang="en-US"
l10n="CHG">Register the new components within $[officename]. This can be
accomplished using the tool <item type="literal">unopkg</item>, which can be
found in {installpath}<switchinline select="sys"><caseinline select="UNIX">/
</caseinline><defaultinline>\</defaultinline></switchinline>program.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3153345" xml-lang="en-US" l10n="U"
oldref="4">Integrate the new components as services. The ProtocolHandler and
JobDispatch services assist you; more information can be found in the
$[officename] Developer's Guide.</paragraph>
+<paragraph role="listitem" id="par_id3153345" xml-lang="en-US"
l10n="U">Integrate the new components as services. The ProtocolHandler and
JobDispatch services assist you; more information can be found in the
$[officename] Developer's Guide.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3166460" xml-lang="en-US" l10n="U"
oldref="5">Change the user interface (menus or toolbars). This can be done
almost automatically by writing an XML text file that describes the changes.
More information can be found in the $[officename] Developer's
Guide.</paragraph>
+<paragraph role="listitem" id="par_id3166460" xml-lang="en-US" l10n="U">Change
the user interface (menus or toolbars). This can be done almost automatically
by writing an XML text file that describes the changes. More information can be
found in the $[officename] Developer's Guide.</paragraph>
</listitem>
</list>
-<paragraph role="paragraph" id="par_id3151110" xml-lang="en-US" l10n="U"
oldref="6">The Add-Ons can extend the functionality of $[officename]. They are
not related to the <switchinline select="appl"><caseinline select="CALC"><link
href="text/scalc/01/04060112.xhp" name="Add-Ins">Add-Ins</link>
+<paragraph role="paragraph" id="par_id3151110" xml-lang="en-US" l10n="U">The
Add-Ons can extend the functionality of $[officename]. They are not related to
the <switchinline select="appl"><caseinline select="CALC"><link
href="text/scalc/01/04060112.xhp" name="Add-Ins">Add-Ins</link>
</caseinline><defaultinline>Add-Ins</defaultinline></switchinline> that
provide new functions for $[officename] Calc.</paragraph>
</body>
</helpdocument>
diff --git a/main/helpcontent2/source/text/swriter/guide/indices_multidoc.xhp
b/main/helpcontent2/source/text/swriter/guide/indices_multidoc.xhp
index e463331829..4228a3b853 100644
--- a/main/helpcontent2/source/text/swriter/guide/indices_multidoc.xhp
+++ b/main/helpcontent2/source/text/swriter/guide/indices_multidoc.xhp
@@ -35,19 +35,18 @@
<bookmark_value>merging;indexes</bookmark_value>
<bookmark_value>master documents;indexes</bookmark_value>
</bookmark><comment>MW inserted "master documents;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3153418" role="heading" level="1" l10n="U"
-oldref="43"><variable id="indices_multidoc"><link
href="text/swriter/guide/indices_multidoc.xhp" name="Indexes Covering Several
Documents">Indexes Covering Several Documents</link>
+<paragraph xml-lang="en-US" id="hd_id3153418" role="heading" level="1"
l10n="U"><variable id="indices_multidoc"><link
href="text/swriter/guide/indices_multidoc.xhp" name="Indexes Covering Several
Documents">Indexes Covering Several Documents</link>
</variable></paragraph>
-<paragraph xml-lang="en-US" id="par_id3155872" role="paragraph" l10n="U"
oldref="44">There are several ways to create an index that spans several
documents:</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155872" role="paragraph" l10n="U">There
are several ways to create an index that spans several documents:</paragraph>
<list type="unordered">
<listitem>
-<paragraph xml-lang="en-US" id="par_id3155895" role="listitem" l10n="U"
oldref="42">Create an <link href="text/swriter/01/04120210.xhp" name="index in
each individual document">index in each individual document</link>, copy and
paste the indexes into a single document, and then edit them.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155895" role="listitem" l10n="U">Create
an <link href="text/swriter/01/04120210.xhp" name="index in each individual
document">index in each individual document</link>, copy and paste the indexes
into a single document, and then edit them.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3147118" role="listitem" l10n="CHG"
oldref="45">Select each index, choose <link href="text/swriter/01/04020000.xhp"
name="Insert - Section"><item type="menuitem">Insert - Section</item></link>,
and then enter a name for the index. In a separate document, choose <item
type="menuitem">Insert - Section</item>, select <item
type="menuitem">Link</item>, click the browse button (<item
type="menuitem">...</item>), and then locate and insert a named index se [...]
+<paragraph xml-lang="en-US" id="par_id3147118" role="listitem"
l10n="CHG">Select each index, choose <link href="text/swriter/01/04020000.xhp"
name="Insert - Section"><item type="menuitem">Insert - Section</item></link>,
and then enter a name for the index. In a separate document, choose <item
type="menuitem">Insert - Section</item>, select <item
type="menuitem">Link</item>, click the browse button (<item
type="menuitem">...</item>), and then locate and insert a named index
section.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3150230" role="listitem" l10n="CHG"
oldref="46">Create a <link href="text/shared/01/01010001.xhp" name="master
document">master document</link>, add as subdocuments the files that you want
to include in the index, and then choose <emph>Insert - Index and Tables -
Indexes and Tables</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150230" role="listitem"
l10n="CHG">Create a <link href="text/shared/01/01010001.xhp" name="master
document">master document</link>, add as subdocuments the files that you want
to include in the index, and then choose <emph>Insert - Index and Tables -
Indexes and Tables</emph>.</paragraph>
</listitem>
</list>
<embed href="text/shared/00/00000004.xhp#related"/>
diff --git
a/main/helpcontent2/source/text/swriter/guide/removing_line_breaks.xhp
b/main/helpcontent2/source/text/swriter/guide/removing_line_breaks.xhp
index 510a22d507..cfcd7b0bff 100644
--- a/main/helpcontent2/source/text/swriter/guide/removing_line_breaks.xhp
+++ b/main/helpcontent2/source/text/swriter/guide/removing_line_breaks.xhp
@@ -36,31 +36,30 @@
<bookmark_value>copies;removing line breaks</bookmark_value>
<bookmark_value>paragraph marks;removing</bookmark_value>
</bookmark><comment>MW changed "removing;..." to
"deleting;...".</comment><comment>MW changed "paragraph marks;..."</comment>
-<paragraph xml-lang="en-US" id="hd_id3155916" role="heading" level="1"
l10n="CHG"
-oldref="1"><variable id="removing_line_breaks"><link
href="text/swriter/guide/removing_line_breaks.xhp">Removing Line Breaks</link>
+<paragraph xml-lang="en-US" id="hd_id3155916" role="heading" level="1"
l10n="CHG"><variable id="removing_line_breaks"><link
href="text/swriter/guide/removing_line_breaks.xhp">Removing Line Breaks</link>
</variable></paragraph>
-<paragraph xml-lang="en-US" id="par_id3155858" role="paragraph" l10n="U"
oldref="2">Use the AutoCorrect feature to remove line breaks that occur within
sentences. Unwanted line breaks can occur when you copy text from another
source and paste it into a text document.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3153413" role="note" l10n="U"
oldref="3">This AutoCorrect feature only works on text that is formatted with
the "Default" paragraph style.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155858" role="paragraph" l10n="U">Use
the AutoCorrect feature to remove line breaks that occur within sentences.
Unwanted line breaks can occur when you copy text from another source and paste
it into a text document.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153413" role="note" l10n="U">This
AutoCorrect feature only works on text that is formatted with the "Default"
paragraph style.</paragraph>
<list type="ordered">
<listitem>
-<paragraph xml-lang="en-US" id="par_id3153138" role="listitem" l10n="U"
oldref="5">Choose <item type="menuitem">Tools - AutoCorrect Options</item>
+<paragraph xml-lang="en-US" id="par_id3153138" role="listitem" l10n="U">Choose
<item type="menuitem">Tools - AutoCorrect Options</item>
<emph>.</emph>
</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3149645" role="listitem" l10n="U"
oldref="6">On the <emph>Options</emph> tab, ensure that <emph>Combine single
line paragraphs if length greater than 50%</emph> is selected. To change the
minimum percentage for the line length, double-click the option in the list,
and then enter a new percentage.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149645" role="listitem" l10n="U">On the
<emph>Options</emph> tab, ensure that <emph>Combine single line paragraphs if
length greater than 50%</emph> is selected. To change the minimum percentage
for the line length, double-click the option in the list, and then enter a new
percentage.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3145093" role="listitem" l10n="U"
oldref="12">Click <emph>OK</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3145093" role="listitem" l10n="U">Click
<emph>OK</emph>.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3145118" role="listitem" l10n="U"
oldref="7">Select the text containing the line breaks that you want to
remove.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3145118" role="listitem" l10n="U">Select
the text containing the line breaks that you want to remove.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3156253" role="listitem" l10n="CHG"
oldref="8">In the <item type="menuitem">Apply Style</item> box on the <item
type="menuitem">Formatting</item> bar, choose “Default”.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3156253" role="listitem" l10n="CHG">In
the <item type="menuitem">Apply Style</item> box on the <item
type="menuitem">Formatting</item> bar, choose “Default”.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3153388" role="listitem" l10n="U"
oldref="9">Choose <emph>Format - AutoCorrect - Apply</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153388" role="listitem" l10n="U">Choose
<emph>Format - AutoCorrect - Apply</emph>.</paragraph>
</listitem>
</list>
<section id="relatedtopics">
diff --git a/main/helpcontent2/source/text/swriter/guide/text_centervert.xhp
b/main/helpcontent2/source/text/swriter/guide/text_centervert.xhp
index 55f0126348..edb7882a94 100644
--- a/main/helpcontent2/source/text/swriter/guide/text_centervert.xhp
+++ b/main/helpcontent2/source/text/swriter/guide/text_centervert.xhp
@@ -34,31 +34,30 @@
<bookmark_value>centering;text frames on pages</bookmark_value>
<bookmark_value>title pages; centering text on</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3155177" role="heading" level="1" l10n="U"
-oldref="94"><variable id="text_centervert"><link
href="text/swriter/guide/text_centervert.xhp" name="Using a Frame to Center
Text on a Page">Using a Frame to Center Text on a Page</link>
+<paragraph xml-lang="en-US" id="hd_id3155177" role="heading" level="1"
l10n="U"><variable id="text_centervert"><link
href="text/swriter/guide/text_centervert.xhp" name="Using a Frame to Center
Text on a Page">Using a Frame to Center Text on a Page</link>
</variable></paragraph>
<list type="ordered">
<listitem>
-<paragraph xml-lang="en-US" id="par_id3155920" role="listitem" l10n="U"
oldref="78">Select the text that you want to center on the page.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155920" role="listitem" l10n="U">Select
the text that you want to center on the page.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3155868" role="listitem" l10n="U"
oldref="79">Choose <emph>Insert - Frame</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155868" role="listitem" l10n="U">Choose
<emph>Insert - Frame</emph>.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3152765" role="listitem" l10n="U"
oldref="82">In the <item type="menuitem">Anchor</item> area, select <item
type="menuitem">To page</item>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3152765" role="listitem" l10n="U">In the
<item type="menuitem">Anchor</item> area, select <item type="menuitem">To
page</item>.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3149844" role="listitem" l10n="U"
oldref="95">In the <item type="menuitem">Size</item> area, set the dimensions
of the frame.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149844" role="listitem" l10n="U">In the
<item type="menuitem">Size</item> area, set the dimensions of the
frame.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3156114" role="listitem" l10n="U"
oldref="96">In the <item type="menuitem">Position</item> area, select "Center"
in the <item type="menuitem">Horizontal</item> and <item
type="menuitem">Vertical</item> boxes.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3156114" role="listitem" l10n="U">In the
<item type="menuitem">Position</item> area, select "Center" in the <item
type="menuitem">Horizontal</item> and <item type="menuitem">Vertical</item>
boxes.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3153410" role="listitem" l10n="U"
oldref="97">Click <emph>OK</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153410" role="listitem" l10n="U">Click
<emph>OK</emph>.</paragraph>
</listitem>
</list>
-<paragraph xml-lang="en-US" id="par_id3149615" role="note" l10n="U"
oldref="84">To hide the borders of the frame, select the frame, and then choose
<item type="menuitem">Format - Frame/Object</item>. Click the <item
type="menuitem">Borders</item> tab, and then click in the <item
type="menuitem">Set No Border</item> box in the <item type="menuitem">Line
Arrangement</item> area.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3145098" role="paragraph" l10n="U"
oldref="83">To resize the frame, drag the edges of the frame.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149615" role="note" l10n="U">To hide
the borders of the frame, select the frame, and then choose <item
type="menuitem">Format - Frame/Object</item>. Click the <item
type="menuitem">Borders</item> tab, and then click in the <item
type="menuitem">Set No Border</item> box in the <item type="menuitem">Line
Arrangement</item> area.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3145098" role="paragraph" l10n="U">To
resize the frame, drag the edges of the frame.</paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
<embed href="text/swriter/guide/text_emphasize.xhp#text_emphasize"/>
<embed href="text/swriter/guide/text_frame.xhp#text_frame"/>