summaryrefslogtreecommitdiff
path: root/source/text/shared/01
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2022-12-06 14:05:20 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-12-07 17:39:02 +0000
commit7e42394ecbf921ee53160b495aa12c1cba158604 (patch)
tree9f0b4dcbbf31112c0260a6a6831cbddf86d82c6d /source/text/shared/01
parent490d42493e8dbec31ad58978df5084b080a36fcb (diff)
tdf#152323 drop name attribute from <link> elements
Replacement done with find . -name \*.xhp -print0 |xargs -0 -P 0 perl -CS -pi -e \ 's#(<link[^>]*?) +name *="[^"]*" *( [^>]+|) *>#$1$2>#g' (note some inconsistencies with space between name and = and also having empty value, and some more complicated expression to also clear up double space before/after the attribute) translation files will be prepped with: find */helpcontent2 -name \*.po -print0 |xargs -0 -P 0 perl -CS -pi -e \ $'s#(<link[^>]*?) +name=(?:\\\\"[^"]*\\\\"|\'[^\']*\') *( [^>]+|) *(/?>)#$1$2$3#g unless /^#/' (note that not all languages use the " as quote character for the attributes, but that also single quotes appera in the po file. Hence the use of the shell $'string' syntax to be able to quote ' as \' It also requires to quote the backslash, so that it needs to be escaped once for the shell, then another time for perl. Also don't work on obsolete strings (those are prefixed with #~ in the po files) Also note that <link..></link> gets turned into <link ../> during translation extraction (along with removal of the space between the attribute name and the value), so the pattern needs to be slightly different here) Change-Id: I95e53a08e6b0095cd894109ea0de154cc4859d8f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143713 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'source/text/shared/01')
-rw-r--r--source/text/shared/01/01010000.xhp8
-rw-r--r--source/text/shared/01/01010001.xhp4
-rw-r--r--source/text/shared/01/01010200.xhp4
-rw-r--r--source/text/shared/01/01010201.xhp6
-rw-r--r--source/text/shared/01/01010202.xhp2
-rw-r--r--source/text/shared/01/01010203.xhp4
-rw-r--r--source/text/shared/01/01010300.xhp2
-rw-r--r--source/text/shared/01/01010301.xhp4
-rw-r--r--source/text/shared/01/01010302.xhp2
-rw-r--r--source/text/shared/01/01010303.xhp2
-rw-r--r--source/text/shared/01/01010304.xhp2
-rw-r--r--source/text/shared/01/01020000.xhp14
-rw-r--r--source/text/shared/01/01020001.xhp4
-rw-r--r--source/text/shared/01/01020101.xhp2
-rw-r--r--source/text/shared/01/01050000.xhp8
-rw-r--r--source/text/shared/01/01060000.xhp2
-rw-r--r--source/text/shared/01/01060001.xhp4
-rw-r--r--source/text/shared/01/01060002.xhp8
-rw-r--r--source/text/shared/01/01070000.xhp10
-rw-r--r--source/text/shared/01/01070001.xhp2
-rw-r--r--source/text/shared/01/01070002.xhp2
-rw-r--r--source/text/shared/01/01100000.xhp2
-rw-r--r--source/text/shared/01/01100100.xhp2
-rw-r--r--source/text/shared/01/01100200.xhp2
-rw-r--r--source/text/shared/01/01100300.xhp2
-rw-r--r--source/text/shared/01/01100400.xhp10
-rw-r--r--source/text/shared/01/01100600.xhp2
-rw-r--r--source/text/shared/01/01110000.xhp2
-rw-r--r--source/text/shared/01/01110300.xhp2
-rw-r--r--source/text/shared/01/01110400.xhp2
-rw-r--r--source/text/shared/01/01130000.xhp10
-rw-r--r--source/text/shared/01/01140000.xhp2
-rw-r--r--source/text/shared/01/01160000.xhp10
-rw-r--r--source/text/shared/01/01160300.xhp2
-rw-r--r--source/text/shared/01/01170000.xhp4
-rw-r--r--source/text/shared/01/01180000.xhp4
-rw-r--r--source/text/shared/01/01190000.xhp4
-rw-r--r--source/text/shared/01/01990000.xhp2
-rw-r--r--source/text/shared/01/02010000.xhp2
-rw-r--r--source/text/shared/01/02020000.xhp2
-rw-r--r--source/text/shared/01/02030000.xhp2
-rw-r--r--source/text/shared/01/02040000.xhp2
-rw-r--r--source/text/shared/01/02050000.xhp2
-rw-r--r--source/text/shared/01/02060000.xhp2
-rw-r--r--source/text/shared/01/02070000.xhp4
-rw-r--r--source/text/shared/01/02090000.xhp2
-rw-r--r--source/text/shared/01/02100000.xhp10
-rw-r--r--source/text/shared/01/02100001.xhp6
-rw-r--r--source/text/shared/01/02100100.xhp2
-rw-r--r--source/text/shared/01/02100300.xhp2
-rw-r--r--source/text/shared/01/02180100.xhp6
-rw-r--r--source/text/shared/01/02200000.xhp2
-rw-r--r--source/text/shared/01/02200100.xhp2
-rw-r--r--source/text/shared/01/02200200.xhp2
-rw-r--r--source/text/shared/01/02210101.xhp2
-rw-r--r--source/text/shared/01/02220000.xhp4
-rw-r--r--source/text/shared/01/02230000.xhp6
-rw-r--r--source/text/shared/01/02230100.xhp6
-rw-r--r--source/text/shared/01/02230150.xhp2
-rw-r--r--source/text/shared/01/02230200.xhp6
-rw-r--r--source/text/shared/01/02230300.xhp2
-rw-r--r--source/text/shared/01/02230400.xhp2
-rw-r--r--source/text/shared/01/02230401.xhp4
-rw-r--r--source/text/shared/01/02230402.xhp6
-rw-r--r--source/text/shared/01/02230500.xhp2
-rw-r--r--source/text/shared/01/02240000.xhp2
-rw-r--r--source/text/shared/01/02250000.xhp2
-rw-r--r--source/text/shared/01/03020000.xhp2
-rw-r--r--source/text/shared/01/03050000.xhp2
-rw-r--r--source/text/shared/01/03060000.xhp10
-rw-r--r--source/text/shared/01/03110000.xhp2
-rw-r--r--source/text/shared/01/03170000.xhp2
-rw-r--r--source/text/shared/01/03990000.xhp4
-rw-r--r--source/text/shared/01/04060000.xhp8
-rw-r--r--source/text/shared/01/04140000.xhp2
-rw-r--r--source/text/shared/01/04150000.xhp6
-rw-r--r--source/text/shared/01/04150100.xhp2
-rw-r--r--source/text/shared/01/04160300.xhp2
-rw-r--r--source/text/shared/01/04160500.xhp2
-rw-r--r--source/text/shared/01/04180100.xhp6
-rw-r--r--source/text/shared/01/04990000.xhp2
-rw-r--r--source/text/shared/01/05010000.xhp2
-rw-r--r--source/text/shared/01/05020000.xhp4
-rw-r--r--source/text/shared/01/05020100.xhp6
-rw-r--r--source/text/shared/01/05020200.xhp4
-rw-r--r--source/text/shared/01/05020300.xhp6
-rw-r--r--source/text/shared/01/05020301.xhp2
-rw-r--r--source/text/shared/01/05020400.xhp10
-rw-r--r--source/text/shared/01/05020500.xhp6
-rw-r--r--source/text/shared/01/05020600.xhp2
-rw-r--r--source/text/shared/01/05020700.xhp6
-rw-r--r--source/text/shared/01/05030000.xhp2
-rw-r--r--source/text/shared/01/05030100.xhp6
-rw-r--r--source/text/shared/01/05030300.xhp2
-rw-r--r--source/text/shared/01/05030500.xhp2
-rw-r--r--source/text/shared/01/05030700.xhp4
-rw-r--r--source/text/shared/01/05030800.xhp2
-rw-r--r--source/text/shared/01/05040100.xhp4
-rw-r--r--source/text/shared/01/05040200.xhp6
-rw-r--r--source/text/shared/01/05040300.xhp12
-rw-r--r--source/text/shared/01/05040400.xhp12
-rw-r--r--source/text/shared/01/05060000.xhp4
-rw-r--r--source/text/shared/01/05070000.xhp2
-rw-r--r--source/text/shared/01/05070100.xhp2
-rw-r--r--source/text/shared/01/05070200.xhp2
-rw-r--r--source/text/shared/01/05070300.xhp2
-rw-r--r--source/text/shared/01/05070400.xhp2
-rw-r--r--source/text/shared/01/05070500.xhp2
-rw-r--r--source/text/shared/01/05070600.xhp2
-rw-r--r--source/text/shared/01/05080000.xhp2
-rw-r--r--source/text/shared/01/05080100.xhp2
-rw-r--r--source/text/shared/01/05080200.xhp2
-rw-r--r--source/text/shared/01/05080300.xhp2
-rw-r--r--source/text/shared/01/05080400.xhp2
-rw-r--r--source/text/shared/01/05090000.xhp2
-rw-r--r--source/text/shared/01/05100000.xhp2
-rw-r--r--source/text/shared/01/05100100.xhp2
-rw-r--r--source/text/shared/01/05100200.xhp4
-rw-r--r--source/text/shared/01/05100500.xhp2
-rw-r--r--source/text/shared/01/05100600.xhp2
-rw-r--r--source/text/shared/01/05100700.xhp2
-rw-r--r--source/text/shared/01/05110000.xhp2
-rw-r--r--source/text/shared/01/05110100.xhp2
-rw-r--r--source/text/shared/01/05110200.xhp2
-rw-r--r--source/text/shared/01/05110300.xhp6
-rw-r--r--source/text/shared/01/05110400.xhp2
-rw-r--r--source/text/shared/01/05110500.xhp2
-rw-r--r--source/text/shared/01/05110600m.xhp2
-rw-r--r--source/text/shared/01/05110700.xhp2
-rw-r--r--source/text/shared/01/05110800.xhp2
-rw-r--r--source/text/shared/01/05120000.xhp4
-rw-r--r--source/text/shared/01/05120100.xhp2
-rw-r--r--source/text/shared/01/05120200.xhp2
-rw-r--r--source/text/shared/01/05120300.xhp2
-rw-r--r--source/text/shared/01/05120600.xhp2
-rw-r--r--source/text/shared/01/05140100.xhp6
-rw-r--r--source/text/shared/01/05190100.xhp4
-rw-r--r--source/text/shared/01/05200000.xhp2
-rw-r--r--source/text/shared/01/05200100.xhp4
-rw-r--r--source/text/shared/01/05200200.xhp2
-rw-r--r--source/text/shared/01/05200300.xhp4
-rw-r--r--source/text/shared/01/05210000.xhp2
-rw-r--r--source/text/shared/01/05210100.xhp6
-rw-r--r--source/text/shared/01/05210200.xhp4
-rw-r--r--source/text/shared/01/05210300.xhp2
-rw-r--r--source/text/shared/01/05210400.xhp2
-rw-r--r--source/text/shared/01/05210500.xhp2
-rw-r--r--source/text/shared/01/05210600.xhp2
-rw-r--r--source/text/shared/01/05210700.xhp2
-rw-r--r--source/text/shared/01/05210800.xhp2
-rw-r--r--source/text/shared/01/05220000.xhp2
-rw-r--r--source/text/shared/01/05230000.xhp2
-rw-r--r--source/text/shared/01/05230100.xhp8
-rw-r--r--source/text/shared/01/05230300.xhp2
-rw-r--r--source/text/shared/01/05230400.xhp2
-rw-r--r--source/text/shared/01/05230500.xhp2
-rw-r--r--source/text/shared/01/05240000.xhp2
-rw-r--r--source/text/shared/01/05240100.xhp2
-rw-r--r--source/text/shared/01/05240200.xhp2
-rw-r--r--source/text/shared/01/05250000.xhp2
-rw-r--r--source/text/shared/01/05250100.xhp4
-rw-r--r--source/text/shared/01/05250200.xhp4
-rw-r--r--source/text/shared/01/05250300.xhp4
-rw-r--r--source/text/shared/01/05250400.xhp4
-rw-r--r--source/text/shared/01/05250500.xhp4
-rw-r--r--source/text/shared/01/05250600.xhp4
-rw-r--r--source/text/shared/01/05260000.xhp2
-rw-r--r--source/text/shared/01/05260100.xhp2
-rw-r--r--source/text/shared/01/05260200.xhp2
-rw-r--r--source/text/shared/01/05260300.xhp2
-rw-r--r--source/text/shared/01/05260400.xhp2
-rw-r--r--source/text/shared/01/05260500.xhp2
-rw-r--r--source/text/shared/01/05260600.xhp2
-rw-r--r--source/text/shared/01/05270000.xhp4
-rw-r--r--source/text/shared/01/05280000.xhp2
-rw-r--r--source/text/shared/01/05290000.xhp10
-rw-r--r--source/text/shared/01/05290100.xhp2
-rw-r--r--source/text/shared/01/05290200.xhp2
-rw-r--r--source/text/shared/01/05290300.xhp6
-rw-r--r--source/text/shared/01/05290400.xhp6
-rw-r--r--source/text/shared/01/05320000.xhp2
-rw-r--r--source/text/shared/01/05320001.xhp2
-rw-r--r--source/text/shared/01/05320002.xhp2
-rw-r--r--source/text/shared/01/05340300.xhp2
-rw-r--r--source/text/shared/01/05340400.xhp12
-rw-r--r--source/text/shared/01/05340404.xhp4
-rw-r--r--source/text/shared/01/05340500.xhp2
-rw-r--r--source/text/shared/01/05340600.xhp2
-rw-r--r--source/text/shared/01/05350000.xhp2
-rw-r--r--source/text/shared/01/05350200.xhp2
-rw-r--r--source/text/shared/01/05350300.xhp2
-rw-r--r--source/text/shared/01/05350400.xhp6
-rw-r--r--source/text/shared/01/05350500.xhp2
-rw-r--r--source/text/shared/01/05350600.xhp8
-rw-r--r--source/text/shared/01/05360000.xhp2
-rw-r--r--source/text/shared/01/05990000.xhp2
-rw-r--r--source/text/shared/01/06010000.xhp8
-rw-r--r--source/text/shared/01/06020000.xhp2
-rw-r--r--source/text/shared/01/06030000.xhp2
-rw-r--r--source/text/shared/01/06040000.xhp6
-rw-r--r--source/text/shared/01/06040100.xhp10
-rw-r--r--source/text/shared/01/06040200.xhp2
-rw-r--r--source/text/shared/01/06040300.xhp4
-rw-r--r--source/text/shared/01/06040400.xhp6
-rw-r--r--source/text/shared/01/06040500.xhp2
-rw-r--r--source/text/shared/01/06040600.xhp2
-rw-r--r--source/text/shared/01/06050000.xhp2
-rw-r--r--source/text/shared/01/06050100.xhp6
-rw-r--r--source/text/shared/01/06050200.xhp6
-rw-r--r--source/text/shared/01/06050300.xhp6
-rw-r--r--source/text/shared/01/06050400.xhp6
-rw-r--r--source/text/shared/01/06050500.xhp4
-rw-r--r--source/text/shared/01/06050600.xhp10
-rw-r--r--source/text/shared/01/06130000.xhp6
-rw-r--r--source/text/shared/01/06130001.xhp2
-rw-r--r--source/text/shared/01/06130010.xhp2
-rw-r--r--source/text/shared/01/06130020.xhp2
-rw-r--r--source/text/shared/01/06130300.xhp2
-rw-r--r--source/text/shared/01/06140100.xhp4
-rw-r--r--source/text/shared/01/06140200.xhp4
-rw-r--r--source/text/shared/01/06140300.xhp4
-rw-r--r--source/text/shared/01/06140400.xhp4
-rw-r--r--source/text/shared/01/06140500.xhp6
-rw-r--r--source/text/shared/01/06150000.xhp2
-rw-r--r--source/text/shared/01/06150100.xhp4
-rw-r--r--source/text/shared/01/06150110.xhp4
-rw-r--r--source/text/shared/01/06150120.xhp4
-rw-r--r--source/text/shared/01/06150200.xhp4
-rw-r--r--source/text/shared/01/06150210.xhp4
-rw-r--r--source/text/shared/01/06200000.xhp2
-rw-r--r--source/text/shared/01/06990000.xhp4
-rw-r--r--source/text/shared/01/07010000.xhp2
-rw-r--r--source/text/shared/01/07080000.xhp2
-rw-r--r--source/text/shared/01/about_meta_tags.xhp2
-rw-r--r--source/text/shared/01/addsignatureline.xhp2
-rw-r--r--source/text/shared/01/certificatepath.xhp2
-rw-r--r--source/text/shared/01/classificationbar.xhp8
-rw-r--r--source/text/shared/01/classificationdialog.xhp14
-rw-r--r--source/text/shared/01/font_features.xhp4
-rw-r--r--source/text/shared/01/gallery.xhp4
-rw-r--r--source/text/shared/01/image_compression.xhp4
-rw-r--r--source/text/shared/01/menu_edit_find.xhp2
-rw-r--r--source/text/shared/01/menu_view_sidebar.xhp2
-rw-r--r--source/text/shared/01/minimal_column_width.xhp2
-rw-r--r--source/text/shared/01/minimal_row_height.xhp4
-rw-r--r--source/text/shared/01/moviesound.xhp14
-rw-r--r--source/text/shared/01/notebook_bar.xhp2
-rw-r--r--source/text/shared/01/packagemanager.xhp2
-rw-r--r--source/text/shared/01/password_dlg.xhp2
-rw-r--r--source/text/shared/01/pastecolumnleft.xhp2
-rw-r--r--source/text/shared/01/pastenestedtable.xhp2
-rw-r--r--source/text/shared/01/pasterowabove.xhp2
-rw-r--r--source/text/shared/01/pastespecialmenu.xhp2
-rw-r--r--source/text/shared/01/pasteunformatted.xhp2
-rw-r--r--source/text/shared/01/prop_font_embed.xhp2
-rw-r--r--source/text/shared/01/ref_epub_export.xhp4
-rw-r--r--source/text/shared/01/ref_pdf_export.xhp2
-rw-r--r--source/text/shared/01/ref_pdf_export_digital_signature.xhp2
-rw-r--r--source/text/shared/01/ref_pdf_export_general.xhp2
-rw-r--r--source/text/shared/01/ref_pdf_export_initial_view.xhp2
-rw-r--r--source/text/shared/01/ref_pdf_export_links.xhp2
-rw-r--r--source/text/shared/01/ref_pdf_export_security.xhp2
-rw-r--r--source/text/shared/01/ref_pdf_export_user_interface.xhp2
-rw-r--r--source/text/shared/01/ref_pdf_send_as.xhp2
-rw-r--r--source/text/shared/01/signexistingpdf.xhp2
-rw-r--r--source/text/shared/01/signsignatureline.xhp4
-rw-r--r--source/text/shared/01/timestampauth.xhp4
267 files changed, 473 insertions, 473 deletions
diff --git a/source/text/shared/01/01010000.xhp b/source/text/shared/01/01010000.xhp
index 5482d9bd88..4a8cb0afcb 100644
--- a/source/text/shared/01/01010000.xhp
+++ b/source/text/shared/01/01010000.xhp
@@ -32,7 +32,7 @@
<section id="new">
<bookmark xml-lang="en-US" branch="hid/.uno:AddDirect" id="bm_id8961193" localize="false"/>
-<h1 id="hd_id3154788"><link href="text/shared/01/01010000.xhp" name="New">New</link></h1>
+<h1 id="hd_id3154788"><link href="text/shared/01/01010000.xhp">New</link></h1>
<paragraph role="paragraph" id="par_id3145669" xml-lang="en-US"><ahelp hid=".uno:AddDirect">Creates a new $[officename] document.</ahelp></paragraph>
</section>
@@ -164,7 +164,7 @@
</tablecell>
<tablecell>
<bookmark xml-lang="en-US" branch="hid/private:factory/swriter?slot=21051" id="bm_id9589220" localize="false"/>
- <paragraph role="paragraph" id="par_id3148388" xml-lang="en-US">Opens the <link href="text/shared/01/01010200.xhp" name="Labels"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer.</paragraph>
+ <paragraph role="paragraph" id="par_id3148388" xml-lang="en-US">Opens the <link href="text/shared/01/01010200.xhp"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -176,7 +176,7 @@
</tablecell>
<tablecell>
<bookmark xml-lang="en-US" branch="hid/private:factory/swriter?slot=21052" id="bm_id3158665" localize="false"/>
- <paragraph role="paragraph" id="par_id3150968" xml-lang="en-US">Opens the <link href="text/shared/01/01010300.xhp" name="Business Cards"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer.</paragraph>
+ <paragraph role="paragraph" id="par_id3150968" xml-lang="en-US">Opens the <link href="text/shared/01/01010300.xhp"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -188,7 +188,7 @@
</tablecell>
<tablecell>
<bookmark xml-lang="en-US" branch="hid/private:factory/swriter/GlobalDocument" id="bm_id6132694" localize="false"/>
- <paragraph role="paragraph" id="par_id3150961" xml-lang="en-US">Creates a <link href="text/shared/01/01010001.xhp" name="master document">master document</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id3150961" xml-lang="en-US">Creates a <link href="text/shared/01/01010001.xhp">master document</link>.</paragraph>
</tablecell>
</tablerow>
<tablerow>
diff --git a/source/text/shared/01/01010001.xhp b/source/text/shared/01/01010001.xhp
index b71ad52972..c952d12223 100644
--- a/source/text/shared/01/01010001.xhp
+++ b/source/text/shared/01/01010001.xhp
@@ -28,7 +28,7 @@
</history>
</meta>
<body>
-<paragraph role="heading" id="hd_id3153514" xml-lang="en-US" level="1"><link href="text/shared/01/01010001.xhp" name="Master Document">Master Document</link></paragraph>
+<paragraph role="heading" id="hd_id3153514" xml-lang="en-US" level="1"><link href="text/shared/01/01010001.xhp">Master Document</link></paragraph>
<paragraph role="paragraph" id="par_id3154682" xml-lang="en-US">Use a master document to organize complex projects, such as a book. <ahelp hid=".">A master document can contain the individual files for each chapter of a book, as well as a table of contents, and an index.</ahelp></paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#neuglobal"/>
@@ -38,7 +38,7 @@
<case select="WRITER">
<section id="relatedtopics">
<embed href="text/swriter/guide/globaldoc.xhp#globaldoc"/>
- <paragraph role="paragraph" id="par_id3149828" xml-lang="en-US"><link href="text/shared/01/02110000.xhp" name="Navigator for Master Documents"><emph>Navigator for Master Documents</emph></link></paragraph>
+ <paragraph role="paragraph" id="par_id3149828" xml-lang="en-US"><link href="text/shared/01/02110000.xhp"><emph>Navigator for Master Documents</emph></link></paragraph>
</section>
</case>
</switch>
diff --git a/source/text/shared/01/01010200.xhp b/source/text/shared/01/01010200.xhp
index 460914a6e1..86c13b3584 100644
--- a/source/text/shared/01/01010200.xhp
+++ b/source/text/shared/01/01010200.xhp
@@ -31,7 +31,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:InsertLabels" id="bm_id6021898" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/labeldialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/labeldialog/LabelDialog" id="bm_id3153255" localize="false"/>
-<paragraph role="heading" id="hd_id3154788" xml-lang="en-US" level="1"><link href="text/shared/01/01010200.xhp" name="Labels">Labels</link></paragraph>
+<paragraph role="heading" id="hd_id3154788" xml-lang="en-US" level="1"><link href="text/shared/01/01010200.xhp">Labels</link></paragraph>
<paragraph role="paragraph" id="par_id3145071" xml-lang="en-US"><variable id="etikett"><ahelp hid=".uno:InsertLabels">Allows you to create labels. Labels are created in a text document.</ahelp> You can print labels using a predefined or a custom paper format.</variable></paragraph>
<paragraph role="paragraph" id="par_id3145314" xml-lang="en-US">You can also print a single label or an entire sheet of labels.</paragraph>
<section id="howtoget">
@@ -45,7 +45,7 @@
<paragraph role="paragraph" id="par_id3154810" xml-lang="en-US"><ahelp hid="modules/swriter/ui/labeldialog/ok">Creates a new document for editing.</ahelp></paragraph>
<embed href="text/shared/00/00000001.xhp#reset"/>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id3144438" xml-lang="en-US"><link href="text/shared/guide/labels.xhp" name="Creating labels">Creating labels</link></paragraph>
+ <paragraph role="paragraph" id="par_id3144438" xml-lang="en-US"><link href="text/shared/guide/labels.xhp">Creating labels</link></paragraph>
<embed href="text/shared/guide/data_new.xhp#data_new"/>
</section>
</body>
diff --git a/source/text/shared/01/01010201.xhp b/source/text/shared/01/01010201.xhp
index ebb39cf42e..25f9c92ffd 100644
--- a/source/text/shared/01/01010201.xhp
+++ b/source/text/shared/01/01010201.xhp
@@ -31,7 +31,7 @@
<section id="labels">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/cardmediumpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/cardmediumpage/CardMediumPage" id="bm_id3145348" localize="false"/>
-<paragraph role="heading" id="hd_id3149987" xml-lang="en-US" level="1"><link href="text/shared/01/01010201.xhp" name="Labels">Labels</link></paragraph>
+<paragraph role="heading" id="hd_id3149987" xml-lang="en-US" level="1"><link href="text/shared/01/01010201.xhp">Labels</link></paragraph>
<paragraph role="paragraph" id="par_id3152952" xml-lang="en-US"><ahelp hid="modules/swriter/ui/cardmediumpage/CardMediumPage">Specify the label text and choose the paper size for the label.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -45,7 +45,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/cardmediumpage/address" id="bm_id3154682" localize="false"/>
<paragraph role="heading" id="hd_id3150603" xml-lang="en-US" level="3">Address</paragraph>
<paragraph role="paragraph" id="par_id3153089" xml-lang="en-US"><ahelp hid="modules/swriter/ui/cardmediumpage/address">Creates a label with your return address. Text that is currently in the <emph>Label text</emph> box is overwritten.</ahelp></paragraph>
- <paragraph role="note" id="par_id3155555" xml-lang="en-US">To change your return address, choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href="text/shared/optionen/01010100.xhp" name="%PRODUCTNAME"><emph>%PRODUCTNAME</emph></link>, and then click on the <emph>User Data</emph> tab.</paragraph>
+ <paragraph role="note" id="par_id3155555" xml-lang="en-US">To change your return address, choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href="text/shared/optionen/01010100.xhp"><emph>%PRODUCTNAME</emph></link>, and then click on the <emph>User Data</emph> tab.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/cardmediumpage/database" id="bm_id3153748" localize="false"/>
<paragraph role="heading" id="hd_id3147557" xml-lang="en-US" level="3">Database</paragraph>
<paragraph role="paragraph" id="par_id3148620" xml-lang="en-US"><ahelp hid="modules/swriter/ui/cardmediumpage/database">Select the database that you want to use as the data source for your label.</ahelp></paragraph>
@@ -70,7 +70,7 @@
<paragraph role="paragraph" id="par_id3150466" xml-lang="en-US"><ahelp hid="modules/swriter/ui/cardmediumpage/brand">Select the brand of paper that you want to use.</ahelp> Each brand has its own size formats.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/cardmediumpage/type" id="bm_id3145416" localize="false"/>
<paragraph role="heading" id="hd_id3153821" xml-lang="en-US" level="3">Type</paragraph>
- <paragraph role="paragraph" id="par_id3149235" xml-lang="en-US"><ahelp hid="modules/swriter/ui/cardmediumpage/type">Select the size format that you want to use. The available formats depend on the brand on what you selected in the <emph>Brand</emph> list. If you want to use a custom label format, select <emph>[User]</emph>, and then click the <link href="text/shared/01/01010202.xhp" name="Format"><emph>Format</emph></link> tab to define the format.</ahelp></paragraph>
+ <paragraph role="paragraph" id="par_id3149235" xml-lang="en-US"><ahelp hid="modules/swriter/ui/cardmediumpage/type">Select the size format that you want to use. The available formats depend on the brand on what you selected in the <emph>Brand</emph> list. If you want to use a custom label format, select <emph>[User]</emph>, and then click the <link href="text/shared/01/01010202.xhp"><emph>Format</emph></link> tab to define the format.</ahelp></paragraph>
<paragraph role="heading" id="hd_id3153828" xml-lang="en-US" level="3">Info</paragraph>
<paragraph role="paragraph" id="par_id3152349" xml-lang="en-US">The paper type, the dimensions of the label and the labels grid are displayed at the bottom of the <emph>Format</emph> area.</paragraph>
</body>
diff --git a/source/text/shared/01/01010202.xhp b/source/text/shared/01/01010202.xhp
index affb01f3eb..a809f5aa75 100644
--- a/source/text/shared/01/01010202.xhp
+++ b/source/text/shared/01/01010202.xhp
@@ -31,7 +31,7 @@
<section id="format">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/labelformatpage/LabelFormatPage" id="bm_id3147588" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/labelformatpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
-<paragraph role="heading" id="hd_id3151260" xml-lang="en-US" level="1"><link href="text/shared/01/01010202.xhp" name="Format">Format</link></paragraph>
+<paragraph role="heading" id="hd_id3151260" xml-lang="en-US" level="1"><link href="text/shared/01/01010202.xhp">Format</link></paragraph>
<paragraph role="paragraph" id="par_id3153255" xml-lang="en-US"><ahelp hid="modules/swriter/ui/labelformatpage/LabelFormatPage">Set paper formatting options.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01010203.xhp b/source/text/shared/01/01010203.xhp
index 6a9f93f7cb..377100ecf6 100644
--- a/source/text/shared/01/01010203.xhp
+++ b/source/text/shared/01/01010203.xhp
@@ -31,7 +31,7 @@
<section id="options">
<bookmark branch="hid/modules/swriter/ui/labeloptionspage/@@nowidget@@" xml-lang="en-US" id="bm_@@nowidget@@" localize="false"/>
<bookmark branch="hid/modules/swriter/ui/labeloptionspage/LabelOptionsPage" xml-lang="en-US" id="bm_id3154894" localize="false"/>
-<paragraph id="hd_id3155599" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/01010203.xhp" name="Options">Options</link></paragraph>
+<paragraph id="hd_id3155599" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/01010203.xhp">Options</link></paragraph>
<paragraph role="paragraph" id="par_id3154497" xml-lang="en-US"><ahelp hid="modules/swriter/ui/labeloptionspage/LabelOptionsPage" visibility="visible">Sets additional options for your labels or business cards, including text synchronization and printer settings.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -61,6 +61,6 @@
<paragraph role="paragraph" id="par_id3148990" xml-lang="en-US">Displays the name of the currently selected printer.</paragraph>
<bookmark branch="hid/modules/swriter/ui/labeloptionspage/setup" xml-lang="en-US" id="bm_id3155180" localize="false"/>
<paragraph role="heading" level="2" id="hd_id3153127" xml-lang="en-US">Setup</paragraph>
- <paragraph role="paragraph" id="par_id3144438" xml-lang="en-US"><ahelp visibility="visible" hid="modules/swriter/ui/labeloptionspage/setup">Opens the <link href="text/shared/01/01140000.xhp" name="Printer Setup"><emph>Printer Setup</emph></link> dialog.</ahelp></paragraph>
+ <paragraph role="paragraph" id="par_id3144438" xml-lang="en-US"><ahelp visibility="visible" hid="modules/swriter/ui/labeloptionspage/setup">Opens the <link href="text/shared/01/01140000.xhp"><emph>Printer Setup</emph></link> dialog.</ahelp></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/01/01010300.xhp b/source/text/shared/01/01010300.xhp
index 34060e871f..c0255b64f9 100644
--- a/source/text/shared/01/01010300.xhp
+++ b/source/text/shared/01/01010300.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertBusinessCard" id="bm_id3150431" localize="false"/>
-<paragraph role="heading" id="hd_id3149038" xml-lang="en-US" level="1"><link href="text/shared/01/01010300.xhp" name="Business cards">Business cards</link></paragraph>
+<paragraph role="heading" id="hd_id3149038" xml-lang="en-US" level="1"><link href="text/shared/01/01010300.xhp">Business cards</link></paragraph>
<paragraph role="paragraph" id="par_id3149987" xml-lang="en-US"><ahelp hid=".uno:InsertBusinessCard">Design and create your own business cards.</ahelp> You can choose from a number of pre-defined size formats or create your own.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#visikart"/>
diff --git a/source/text/shared/01/01010301.xhp b/source/text/shared/01/01010301.xhp
index 7f6ef14859..5128cc134e 100644
--- a/source/text/shared/01/01010301.xhp
+++ b/source/text/shared/01/01010301.xhp
@@ -30,7 +30,7 @@
<body>
<bookmark xml-lang="en-US" branch="hid/SW_HID_BUSINESS_FMT_PAGE" id="bm_id3150757" localize="false"/>
<section id="medium">
- <paragraph role="heading" id="hd_id3148765" xml-lang="en-US" level="1"><link href="text/shared/01/01010301.xhp" name="Medium">Medium</link></paragraph>
+ <paragraph role="heading" id="hd_id3148765" xml-lang="en-US" level="1"><link href="text/shared/01/01010301.xhp">Medium</link></paragraph>
<paragraph role="paragraph" id="par_id3150278" xml-lang="en-US"><ahelp hid=".">Select the size of your business card from a number of predefined size formats, or a size format that you specify on the <emph>Format</emph> tab.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -49,7 +49,7 @@
<paragraph role="paragraph" id="par_id3155351" xml-lang="en-US"><ahelp hid=".">Select the brand of paper that you want to use.</ahelp> Each brand has its own size formats.</paragraph>
<bookmark xml-lang="en-US" branch="hid/SW_HID_BUSINESS_FMT_PAGE_TYPE" id="bm_id3158405" localize="false"/>
<paragraph role="heading" id="hd_id3153935" xml-lang="en-US" level="3">Type</paragraph>
- <paragraph role="paragraph" id="par_id3159201" xml-lang="en-US"><ahelp hid=".">Select the size format that you want to use. The available formats depend on what you selected in the <emph>Brand</emph> list. If you want to use a custom size format, select <emph>[User]</emph>, and then click the <link href="text/shared/01/01010202.xhp" name="Format"><emph>Format</emph></link> tab to define the format.</ahelp></paragraph>
+ <paragraph role="paragraph" id="par_id3159201" xml-lang="en-US"><ahelp hid=".">Select the size format that you want to use. The available formats depend on what you selected in the <emph>Brand</emph> list. If you want to use a custom size format, select <emph>[User]</emph>, and then click the <link href="text/shared/01/01010202.xhp"><emph>Format</emph></link> tab to define the format.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/cardmediumpage/formatinfo" id="bm_id3158406" localize="false"/>
<paragraph role="heading" id="hd_id3147226" xml-lang="en-US" level="3">Info</paragraph>
<paragraph role="paragraph" id="par_id3153394" xml-lang="en-US"><ahelp hid=".">The paper type and the dimensions of the business card are displayed at the bottom of the <emph>Format</emph> area.</ahelp></paragraph>
diff --git a/source/text/shared/01/01010302.xhp b/source/text/shared/01/01010302.xhp
index 55c7005bd7..bf68385b54 100644
--- a/source/text/shared/01/01010302.xhp
+++ b/source/text/shared/01/01010302.xhp
@@ -30,7 +30,7 @@
<body>
<section id="business_cards">
<bookmark branch="hid/modules/swriter/ui/cardformatpage/CardFormatPage" xml-lang="en-US" id="bm_id3153071" localize="false"/>
-<paragraph id="hd_id3152414" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/01010302.xhp" name="Business Cards">Business Cards</link></paragraph>
+<paragraph id="hd_id3152414" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/01010302.xhp">Business Cards</link></paragraph>
<paragraph role="paragraph" id="par_id3153882" xml-lang="en-US"><ahelp hid="." visibility="visible">Define the appearance of your business cards.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01010303.xhp b/source/text/shared/01/01010303.xhp
index 36fa607f9f..9eb78772a8 100644
--- a/source/text/shared/01/01010303.xhp
+++ b/source/text/shared/01/01010303.xhp
@@ -28,7 +28,7 @@
<section id="private">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/privateuserpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/privateuserpage/PrivateUserPage" id="bm_id3145313" localize="false"/>
-<paragraph role="heading" id="hd_id3149031" xml-lang="en-US" level="1"><link href="text/shared/01/01010303.xhp" name="Private">Private</link></paragraph>
+<paragraph role="heading" id="hd_id3149031" xml-lang="en-US" level="1"><link href="text/shared/01/01010303.xhp">Private</link></paragraph>
<paragraph role="paragraph" id="par_id3148731" xml-lang="en-US"><ahelp hid=".">Contains personal contact information for business cards. Business card layouts are selected on the <emph>Business Cards</emph> tab.</ahelp></paragraph><comment>removed switched note about autotext not supplied with OOo</comment></section>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#viskartpriv"/>
diff --git a/source/text/shared/01/01010304.xhp b/source/text/shared/01/01010304.xhp
index de1db7d56f..cf15ad654e 100644
--- a/source/text/shared/01/01010304.xhp
+++ b/source/text/shared/01/01010304.xhp
@@ -31,7 +31,7 @@
<section id="business">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/businessdatapage/BusinessDataPage" id="bm_id3147652" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/businessdatapage/@@nowidget@@" id="@@nowidget@@" localize="false"/>
-<paragraph role="heading" id="hd_id3152942" xml-lang="en-US" level="1"><link href="text/shared/01/01010304.xhp" name="Business">Business</link></paragraph>
+<paragraph role="heading" id="hd_id3152942" xml-lang="en-US" level="1"><link href="text/shared/01/01010304.xhp">Business</link></paragraph>
<paragraph role="paragraph" id="par_id3151097" xml-lang="en-US"><ahelp hid=".">Contains contact information for business cards that use a layout from a 'Business Card, Work' category. Business card layouts are selected on the <emph>Business Cards</emph> tab.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01020000.xhp b/source/text/shared/01/01020000.xhp
index 11fe5e2dc2..e5c0346a40 100644
--- a/source/text/shared/01/01020000.xhp
+++ b/source/text/shared/01/01020000.xhp
@@ -48,7 +48,7 @@
<bookmark branch="hid/.uno:OpenFromCalc" id="bm_id3908745" localize="false"/>
<bookmark branch="hid/fps/ui/explorerfiledialog/ExplorerFileDialog" id="bm_id3147069" localize="false"/>
<bookmark branch="hid/fps/ui/explorerfiledialog/ExplorerFileDialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
- <h1 id="hd_id3146936" xml-lang="en-US"><link href="text/shared/01/01020000.xhp" name="Open">Open<switchinline select="appl"><caseinline select="WRITER">, Insert text</caseinline></switchinline></link></h1>
+ <h1 id="hd_id3146936" xml-lang="en-US"><link href="text/shared/01/01020000.xhp">Open<switchinline select="appl"><caseinline select="WRITER">, Insert text</caseinline></switchinline></link></h1>
<paragraph id="par_id3151191" role="paragraph" xml-lang="en-US"><variable id="oeffnentext"><ahelp hid=".">Opens a local or remote file<switchinline select="appl"><caseinline select="WRITER">, or inserts text from a file</caseinline></switchinline>. Opening multiple files is possible.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
@@ -61,15 +61,15 @@
<listitem><paragraph id="par_id341669373654353" role="listitem" xml-lang="en-US">As native file picker dialogs of the window manager of your operating system.</paragraph></listitem>
<listitem><paragraph id="par_id561669373655721" role="listitem" xml-lang="en-US">As built-in %PRODUCTNAME file picker dialogs.</paragraph></listitem>
</list>
- <paragraph role="paragraph" id="par_id371669373673552" xml-lang="en-US">Use <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><link href="text/shared/optionen/01010600.xhp" name="product options"> - <menuitem>%PRODUCTNAME</menuitem> - <menuitem>General</menuitem></link> to shift from one to the other.</paragraph>
+ <paragraph role="paragraph" id="par_id371669373673552" xml-lang="en-US">Use <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><link href="text/shared/optionen/01010600.xhp"> - <menuitem>%PRODUCTNAME</menuitem> - <menuitem>General</menuitem></link> to shift from one to the other.</paragraph>
</section>
- <paragraph id="par_id3150713" role="note" xml-lang="en-US">If the file that you want to open contains styles, <link href="text/shared/01/01020000.xhp#templates" name="special rules">special rules</link> apply.</paragraph>
+ <paragraph id="par_id3150713" role="note" xml-lang="en-US">If the file that you want to open contains styles, <link href="text/shared/01/01020000.xhp#templates">special rules</link> apply.</paragraph>
<section id="fpFolderSelection">
<h2 id="hd_id221669046989152" xml-lang="en-US">Folder selection</h2>
<paragraph role="paragraph" id="par_id831669136604534" xml-lang="en-US">Pick up your preferred folder from the pull-down list or type its path name. <emph>Autocomplete</emph> function can be used to ease typing.</paragraph>
- <paragraph role="paragraph" id="par_id271669379646668" xml-lang="en-US">Connect to a server using the <link href="text/shared/guide/cmis-remote-files-setup.xhp" name="File services">File Services</link> dialog.<br/> Select a parent folder from the folder path with <image id="img_id3149415" src="svtools/res/up_small.png" width="1cm" height="1cm"><alt id="alt_id3149415" xml-lang="en-US">Icon Open</alt></image>.</paragraph>
+ <paragraph role="paragraph" id="par_id271669379646668" xml-lang="en-US">Connect to a server using the <link href="text/shared/guide/cmis-remote-files-setup.xhp">File Services</link> dialog.<br/> Select a parent folder from the folder path with <image id="img_id3149415" src="svtools/res/up_small.png" width="1cm" height="1cm"><alt id="alt_id3149415" xml-lang="en-US">Icon Open</alt></image>.</paragraph>
<paragraph role="paragraph" id="par_id231669379647930" xml-lang="en-US"> Add a subfolder to the current folder with <image id="img_id3149415" src="res/fp015.svg" width="1cm" height="1cm"><alt id="alt_id3145149" xml-lang="en-US">create new folder</alt></image>.</paragraph>
</section>
@@ -137,14 +137,14 @@
<paragraph id="par_id3147581" role="listitem" xml-lang="en-US">To retain the styles that are currently used in the document, click <widget>Keep Old Styles</widget>.</paragraph>
</listitem>
</list>
- <paragraph id="par_id3145367" role="paragraph" xml-lang="en-US">%PRODUCTNAME recognizes templates located in any directory defined for <emph>Templates</emph> in <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - </menuitem><link href="text/shared/optionen/01010300.xhp" name="%PRODUCTNAME - Paths"><menuitem>%PRODUCTNAME - Paths</menuitem></link>.</paragraph>
+ <paragraph id="par_id3145367" role="paragraph" xml-lang="en-US">%PRODUCTNAME recognizes templates located in any directory defined for <emph>Templates</emph> in <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - </menuitem><link href="text/shared/optionen/01010300.xhp"><menuitem>%PRODUCTNAME - Paths</menuitem></link>.</paragraph>
<paragraph id="par_id3154988" role="paragraph" xml-lang="en-US">If a document was created using a template that cannot be found, a dialog is shown that asks you how to proceed next time the document is opened.</paragraph>
<paragraph id="par_id3151351" role="paragraph" xml-lang="en-US">To break the link between the document and the missing template, click <widget>No</widget>, otherwise <item type="productname">%PRODUCTNAME</item> will look for the template the next time you open the document.</paragraph>
<note id="par_id6930143" xml-lang="en-US">When you use <menuitem>File - Save As</menuitem> and select a template filter to save a template in a directory that is <emph>not</emph> specified in the <emph>Templates</emph> path, then the documents based on that template will <emph>not</emph> be checked.</note>
</section>
<section id="relatedtopics">
- <paragraph id="par_id3149417" role="paragraph" xml-lang="en-US"><link href="text/shared/guide/doc_open.xhp" name="Opening Documents">Opening Documents</link></paragraph>
- <paragraph id="par_id3153848" role="paragraph" xml-lang="en-US"><link href="text/shared/00/00000020.xhp" name="Import and Export Filters">Import and Export Filters</link></paragraph>
+ <paragraph id="par_id3149417" role="paragraph" xml-lang="en-US"><link href="text/shared/guide/doc_open.xhp">Opening Documents</link></paragraph>
+ <paragraph id="par_id3153848" role="paragraph" xml-lang="en-US"><link href="text/shared/00/00000020.xhp">Import and Export Filters</link></paragraph>
<embed href="text/shared/guide/cmis-remote-files.xhp#remote-files"/>
<embed href="text/shared/00/00000021.xhp#xmlformat"/>
<embed href="text/shared/guide/ms_user.xhp#ms_user"/>
diff --git a/source/text/shared/01/01020001.xhp b/source/text/shared/01/01020001.xhp
index cdfa8ae21f..c97aa13a0e 100644
--- a/source/text/shared/01/01020001.xhp
+++ b/source/text/shared/01/01020001.xhp
@@ -22,7 +22,7 @@
<bookmark_value>remote file; open</bookmark_value>
<bookmark_value>open; remote file</bookmark_value>
</bookmark>
-<paragraph id="hd_id151513629025611" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/01020001.xhp" name="Open Remote">Open Remote</link></paragraph>
+<paragraph id="hd_id151513629025611" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/01020001.xhp">Open Remote</link></paragraph>
<paragraph id="par_id771513629025613" role="paragraph" xml-lang="en-US"><variable id="openremote1"><ahelp hid=".uno:OpenRemote">Opens a document located in a remote file service.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
@@ -33,7 +33,7 @@
</section>
<paragraph role="paragraph" id="par_id531513630220632" xml-lang="en-US">A <emph>remote file server</emph> is a <emph>web service</emph> that stores documents with or without checkin, checkout, version controls and backups.</paragraph>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id951513629981585" xml-lang="en-US"><link href="text/shared/guide/cmis-remote-files.xhp" name="CMIS">Opening and saving files in remote servers</link></paragraph>
+ <paragraph role="paragraph" id="par_id951513629981585" xml-lang="en-US"><link href="text/shared/guide/cmis-remote-files.xhp">Opening and saving files in remote servers</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/01020101.xhp b/source/text/shared/01/01020101.xhp
index 627d84353c..5b94e5a8fe 100644
--- a/source/text/shared/01/01020101.xhp
+++ b/source/text/shared/01/01020101.xhp
@@ -40,7 +40,7 @@
<paragraph role="heading" level="2" id="hd_id3148585" xml-lang="en-US">Path:</paragraph>
<paragraph role="paragraph" id="par_id3149346" xml-lang="en-US"><ahelp hid="HID_FILEDLG_PATH_FILENAME" visibility="visible">Enter or select the path from the list.</ahelp></paragraph>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id3149750" xml-lang="en-US"><link name="Open Dialog" href="text/shared/01/01020000.xhp">Open dialog</link></paragraph>
+ <paragraph role="paragraph" id="par_id3149750" xml-lang="en-US"><link href="text/shared/01/01020000.xhp">Open dialog</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/01050000.xhp b/source/text/shared/01/01050000.xhp
index f51a544bd9..91a161a314 100644
--- a/source/text/shared/01/01050000.xhp
+++ b/source/text/shared/01/01050000.xhp
@@ -30,19 +30,19 @@
<bookmark_value>closing;documents</bookmark_value>
</bookmark><comment>mw deleted "backing window"</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:CloseDoc" id="bm_id5360279" localize="false"/>
-<h1 id="hd_id3154545" xml-lang="en-US"><link href="text/shared/01/01050000.xhp" name="Close">Close</link></h1>
+<h1 id="hd_id3154545" xml-lang="en-US"><link href="text/shared/01/01050000.xhp">Close</link></h1>
<paragraph role="paragraph" id="par_id3148731" xml-lang="en-US"><ahelp hid=".uno:CloseDoc">Closes the current document without exiting the program.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#schliessen"/>
</section>
<paragraph role="paragraph" id="par_id3149095" xml-lang="en-US">The <emph>Close</emph> command closes all open windows of the current document.</paragraph>
-<paragraph role="paragraph" id="par_id3148620" xml-lang="en-US">If you have made changes to the current document, you are prompted if you want to <link href="text/shared/01/01060000.xhp" name="save"><emph>save</emph></link> your changes.</paragraph>
+<paragraph role="paragraph" id="par_id3148620" xml-lang="en-US">If you have made changes to the current document, you are prompted if you want to <link href="text/shared/01/01060000.xhp"><emph>save</emph></link> your changes.</paragraph>
<comment>no longer the default: id="par_id3159399" If you open a document for printing, and do not make any changes, you are still prompted to save your changes when you close the document. This is because $[officename] keeps track of when a document is printed.</comment>
<paragraph role="paragraph" id="par_id3159201" xml-lang="en-US">When you close the last open document window, you see the <link href="text/shared/guide/startcenter.xhp"><emph>Start Center</emph></link>.</paragraph>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id3153821" xml-lang="en-US"><link href="text/shared/02/10100000.xhp" name="Close the current window">Close the current window</link></paragraph>
- <paragraph role="paragraph" id="par_id3154750" xml-lang="en-US"><link href="text/shared/01/01170000.xhp" name="Exit $[officename]">Exit $[officename]</link></paragraph>
+ <paragraph role="paragraph" id="par_id3153821" xml-lang="en-US"><link href="text/shared/02/10100000.xhp">Close the current window</link></paragraph>
+ <paragraph role="paragraph" id="par_id3154750" xml-lang="en-US"><link href="text/shared/01/01170000.xhp">Exit $[officename]</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/01060000.xhp b/source/text/shared/01/01060000.xhp
index 4497a57cfe..74dcaa5b1b 100644
--- a/source/text/shared/01/01060000.xhp
+++ b/source/text/shared/01/01060000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="save">
<bookmark xml-lang="en-US" branch="hid/.uno:Save" id="bm_id3151097" localize="false"/>
-<paragraph role="heading" id="hd_id3147000" xml-lang="en-US" level="1"><link href="text/shared/01/01060000.xhp" name="Save">Save</link></paragraph>
+<paragraph role="heading" id="hd_id3147000" xml-lang="en-US" level="1"><link href="text/shared/01/01060000.xhp">Save</link></paragraph>
<paragraph role="paragraph" id="par_id3153255" xml-lang="en-US"><ahelp hid=".uno:Save">Saves the current document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01060001.xhp b/source/text/shared/01/01060001.xhp
index eaf8edfd48..8cf3b88cd4 100644
--- a/source/text/shared/01/01060001.xhp
+++ b/source/text/shared/01/01060001.xhp
@@ -21,7 +21,7 @@
<bookmark_value>remote file; save</bookmark_value>
<bookmark_value>save; remote file</bookmark_value>
</bookmark>
-<paragraph id="hd_id151513629025611" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/01060001.xhp" name="Save Remote...">Save Remote...</link></paragraph>
+<paragraph id="hd_id151513629025611" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/01060001.xhp">Save Remote...</link></paragraph>
<paragraph id="par_id771513629025613" role="paragraph" xml-lang="en-US"><variable id="saveremote1"><ahelp hid=".uno:SaveRemote">Saves a document located in a remote file service.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
@@ -31,7 +31,7 @@
</section>
<paragraph role="paragraph" id="par_id531513630220632" xml-lang="en-US">A remote file server is a web service that stores documents with or without checkin, checkout, version controls and backups.</paragraph>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id951513629981585" xml-lang="en-US"><link href="text/shared/guide/cmis-remote-files.xhp" name="CMIS">Opening and saving files in remote servers</link></paragraph>
+ <paragraph role="paragraph" id="par_id951513629981585" xml-lang="en-US"><link href="text/shared/guide/cmis-remote-files.xhp">Opening and saving files in remote servers</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/01060002.xhp b/source/text/shared/01/01060002.xhp
index e562f09264..cb642c56db 100644
--- a/source/text/shared/01/01060002.xhp
+++ b/source/text/shared/01/01060002.xhp
@@ -21,7 +21,7 @@
<bookmark_value>save; save a copy</bookmark_value>
<bookmark_value>save a copy</bookmark_value>
</bookmark>
-<paragraph id="par_id391513471676787" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/01060002.xhp" name="Save a Copy">Save a Copy</link></paragraph>
+<paragraph id="par_id391513471676787" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/01060002.xhp">Save a Copy</link></paragraph>
<paragraph id="par_id1001513471674465" role="paragraph" xml-lang="en-US"><variable id="saveacopy1"><ahelp hid=".uno:SaveACopy">Saves a copy of the actual document with another name or location.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
@@ -49,9 +49,9 @@
<embed href="text/shared/01/01070000.xhp#save"/>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id21513472326060" xml-lang="en-US"><link href="text/shared/01/01060000.xhp" name="Save">Save</link></paragraph>
- <paragraph role="paragraph" id="par_id411513472333495" xml-lang="en-US"><link href="text/shared/01/01070000.xhp" name="Save As">Save as</link></paragraph>
- <paragraph role="paragraph" id="par_id681513472341081" xml-lang="en-US"><link href="text/shared/01/01070001.xhp" name="Export">Export</link></paragraph>
+ <paragraph role="paragraph" id="par_id21513472326060" xml-lang="en-US"><link href="text/shared/01/01060000.xhp">Save</link></paragraph>
+ <paragraph role="paragraph" id="par_id411513472333495" xml-lang="en-US"><link href="text/shared/01/01070000.xhp">Save as</link></paragraph>
+ <paragraph role="paragraph" id="par_id681513472341081" xml-lang="en-US"><link href="text/shared/01/01070001.xhp">Export</link></paragraph>
</section>
</body>
diff --git a/source/text/shared/01/01070000.xhp b/source/text/shared/01/01070000.xhp
index 31bf6aa909..6bb72bca4d 100644
--- a/source/text/shared/01/01070000.xhp
+++ b/source/text/shared/01/01070000.xhp
@@ -30,7 +30,7 @@
</bookmark>
<bookmark branch="hid/SID_SAVEASDOC" id="bm_id294192" localize="false"/>
<bookmark branch="hid/.uno:SaveAs" id="bm_id3149038" localize="false"/>
-<bookmark branch="hid/SVT_HID_FILESAVE_DIALOG" id="bm_id3155619" localize="false"/><paragraph role="heading" id="hd_id3151260" xml-lang="en-US" level="1"><link href="text/shared/01/01070000.xhp" name="Save As">Save As</link></paragraph>
+<bookmark branch="hid/SVT_HID_FILESAVE_DIALOG" id="bm_id3155619" localize="false"/><paragraph role="heading" id="hd_id3151260" xml-lang="en-US" level="1"><link href="text/shared/01/01070000.xhp">Save As</link></paragraph>
<paragraph role="paragraph" id="par_id3146856" xml-lang="en-US"><variable id="speichernuntertext"><ahelp hid=".">Saves the current document in a different location, or with a different file name or file type.</ahelp>
</variable></paragraph>
</section>
@@ -45,7 +45,7 @@
<h2 id="hd_id3154810" xml-lang="en-US">File name</h2>
<section id="filename">
-<paragraph role="paragraph" id="par_id3153626" xml-lang="en-US"><ahelp hid=".">Enter a file name or a path for the file. You can also enter a <link href="text/shared/00/00000002.xhp#url" name="URL">URL</link></ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3153626" xml-lang="en-US"><ahelp hid=".">Enter a file name or a path for the file. You can also enter a <link href="text/shared/00/00000002.xhp#url">URL</link></ahelp></paragraph>
</section>
<bookmark branch="hid/SVT_HID_FILESAVE_FILETYPE" id="bm_id3148552" localize="false"/>
<bookmark branch="hid/SW_HID_SEND_MASTER_CTRL_LISTBOX_FILTER" id="bm_id3153527" localize="false"/>
@@ -53,7 +53,7 @@
<h2 id="hd_id3149669" xml-lang="en-US">File type</h2>
<section id="filetype">
-<paragraph role="paragraph" id="par_id3156343" xml-lang="en-US"><ahelp hid=".">Select the file format for the document that you are saving.</ahelp> In the display area, only the documents with this file type are displayed. File types are described in <link href="text/shared/00/00000020.xhp" name="Information on Import and Export Filters">Information on Import and Export Filters</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3156343" xml-lang="en-US"><ahelp hid=".">Select the file format for the document that you are saving.</ahelp> In the display area, only the documents with this file type are displayed. File types are described in <link href="text/shared/00/00000020.xhp">Information on Import and Export Filters</link>.</paragraph>
</section>
<embed href="text/shared/01/ref_pdf_export.xhp#ref_pdf_export"/>
@@ -67,7 +67,7 @@
<bookmark xml-lang="en-US" branch="hid/SVT_HID_FILESAVE_SAVEWITHPASSWORD" id="bm_id3156282" localize="false"/>
<h2 id="hd_id3145744" xml-lang="en-US">Save with password</h2>
<section id="password">
-<paragraph role="paragraph" id="par_id3145152" xml-lang="en-US"><ahelp hid="HID_FILESAVE_SAVEWITHPASSWORD">Protects the file with a <link href="text/shared/01/password_dlg.xhp" name="password">password</link> that must be entered before a user can open the file.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3145152" xml-lang="en-US"><ahelp hid="HID_FILESAVE_SAVEWITHPASSWORD">Protects the file with a <link href="text/shared/01/password_dlg.xhp">password</link> that must be entered before a user can open the file.</ahelp></paragraph>
<paragraph role="note" id="par_id3152920" xml-lang="en-US">Only documents using the <item type="productname">%PRODUCTNAME</item> XML-based format can be saved with a password.</paragraph>
</section>
@@ -105,7 +105,7 @@
<section id="relatedtopics">
<embed href="text/shared/guide/doc_save.xhp#doc_save"/>
- <paragraph role="paragraph" id="par_id3146986" xml-lang="en-US"><link href="text/shared/00/00000207.xhp" name="Export of Text Files">Export of Text Files</link></paragraph>
+ <paragraph role="paragraph" id="par_id3146986" xml-lang="en-US"><link href="text/shared/00/00000207.xhp">Export of Text Files</link></paragraph>
</section>
</body>
diff --git a/source/text/shared/01/01070001.xhp b/source/text/shared/01/01070001.xhp
index 47d6924c68..62694619f4 100644
--- a/source/text/shared/01/01070001.xhp
+++ b/source/text/shared/01/01070001.xhp
@@ -32,7 +32,7 @@
<bookmark_value>exporting;to foreign formats</bookmark_value>
</bookmark><comment>MW deleted "document types;..."</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:ExportTo" id="bm_id9593822" localize="false"/>
-<paragraph role="heading" id="hd_id3153383" xml-lang="en-US" level="1"><link href="text/shared/01/01070001.xhp" name="Export">Export</link></paragraph>
+<paragraph role="heading" id="hd_id3153383" xml-lang="en-US" level="1"><link href="text/shared/01/01070001.xhp">Export</link></paragraph>
<paragraph role="paragraph" id="par_id3149355" xml-lang="en-US"><variable id="exportieren"><ahelp hid=".uno:ExportTo">Saves the current document with a different name and format to a location that you specify.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01070002.xhp b/source/text/shared/01/01070002.xhp
index 6c8cb6f405..2bb196f7ad 100644
--- a/source/text/shared/01/01070002.xhp
+++ b/source/text/shared/01/01070002.xhp
@@ -22,7 +22,7 @@
<bookmark_value>Export as; PDF</bookmark_value>
<bookmark_value>Export as; EPUB</bookmark_value>
</bookmark>
-<h1 id="hd_id751513634008094"><link href="text/shared/01/01070002.xhp" name="Export As">Export As</link></h1>
+<h1 id="hd_id751513634008094"><link href="text/shared/01/01070002.xhp">Export As</link></h1>
<paragraph id="par_id791513634008095" role="paragraph" xml-lang="en-US"><variable id="exportas1"><ahelp hid=".">Export the document in PDF or EPUB formats.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01100000.xhp b/source/text/shared/01/01100000.xhp
index 776b210806..09cd5adec9 100644
--- a/source/text/shared/01/01100000.xhp
+++ b/source/text/shared/01/01100000.xhp
@@ -33,7 +33,7 @@
</bookmark>
<section id="properties">
<bookmark xml-lang="en-US" branch="hid/.uno:SetDocumentProperties" id="bm_id1332604" localize="false"/>
-<h1 id="hd_id3152876" xml-lang="en-US"><variable id="eigen_von"><link href="text/shared/01/01100000.xhp" name="Document Properties">Properties</link>
+<h1 id="hd_id3152876" xml-lang="en-US"><variable id="eigen_von"><link href="text/shared/01/01100000.xhp">Properties</link>
</variable></h1>
<paragraph role="paragraph" id="par_id3153255" xml-lang="en-US"><variable id="dokumentinfotext"><ahelp hid=".uno:SetDocumentProperties">Displays the properties for the current file, including statistics such as word count and the date the file was created.</ahelp>
</variable></paragraph><comment>UFI: removed a note</comment>
diff --git a/source/text/shared/01/01100100.xhp b/source/text/shared/01/01100100.xhp
index d9022d3eeb..8446ea367d 100644
--- a/source/text/shared/01/01100100.xhp
+++ b/source/text/shared/01/01100100.xhp
@@ -28,7 +28,7 @@
<section id="description">
<bookmark branch="hid/sfx/ui/descriptioninfopage/@@nowidget@@" id="bm_@@nowidget@@" xml-lang="en-US" localize="false"/>
<bookmark branch="hid/sfx/ui/descriptioninfopage/DescriptionInfoPage" id="bm_id3154788" xml-lang="en-US" localize="false"/>
-<h1 id="hd_id3147588" xml-lang="en-US"><link href="text/shared/01/01100100.xhp" name="Description">Description</link></h1>
+<h1 id="hd_id3147588" xml-lang="en-US"><link href="text/shared/01/01100100.xhp">Description</link></h1>
<paragraph role="paragraph" id="par_id3154682" xml-lang="en-US"><ahelp hid="sfx/ui/descriptioninfopage/DescriptionInfoPage">Contains descriptive information about the document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01100200.xhp b/source/text/shared/01/01100200.xhp
index 6caca3d77b..92c1650c13 100644
--- a/source/text/shared/01/01100200.xhp
+++ b/source/text/shared/01/01100200.xhp
@@ -45,7 +45,7 @@
<bookmark branch="hid/sfx/ui/documentinfopage/DocumentInfoPage" id="bm_id3154926" xml-lang="en-US" localize="false"/>
<bookmark branch="hid/sfx/ui/documentinfopage/@@nowidget@@" id="bm_@@nowidget@@" xml-lang="en-US" localize="false"/>
-<h1 id="hd_id3148668" xml-lang="en-US"><link href="text/shared/01/01100200.xhp" name="General">General</link></h1>
+<h1 id="hd_id3148668" xml-lang="en-US"><link href="text/shared/01/01100200.xhp">General</link></h1>
<paragraph role="paragraph" id="par_id3154863" xml-lang="en-US"><ahelp hid="sfx/ui/documentinfopage/DocumentInfoPage">Contains basic information about the current file.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01100300.xhp b/source/text/shared/01/01100300.xhp
index 09f48ae411..4099ac4e1a 100644
--- a/source/text/shared/01/01100300.xhp
+++ b/source/text/shared/01/01100300.xhp
@@ -28,7 +28,7 @@
<section id="custom">
<bookmark branch="hid/sfx/ui/custominfopage/@@nowidget@@" id="bm_@@nowidget@@" xml-lang="en-US" localize="false"/>
<bookmark branch="hid/sfx/ui/custominfopage/CustomInfoPage" id="bm_id3154926" xml-lang="en-US" localize="false"/>
-<paragraph role="heading" level="1" id="hd_id3155069" xml-lang="en-US"><link href="text/shared/01/01100300.xhp" name="Custom Properties">Custom Properties</link></paragraph>
+<paragraph role="heading" level="1" id="hd_id3155069" xml-lang="en-US"><link href="text/shared/01/01100300.xhp">Custom Properties</link></paragraph>
<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US"><ahelp hid="sfx/ui/custominfopage/CustomInfoPage">Allows you to assign custom information fields to your document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01100400.xhp b/source/text/shared/01/01100400.xhp
index d38ae235a8..1a2cf0ede4 100644
--- a/source/text/shared/01/01100400.xhp
+++ b/source/text/shared/01/01100400.xhp
@@ -41,17 +41,17 @@
<bookmark branch="hid/modules/scalc/ui/statisticsinfopage/@@nowidget@@" id="bm_@@nowidget@@" xml-lang="en-US" localize="false"/>
<bookmark branch="hid/modules/swriter/ui/statisticsinfopage/StatisticsInfoPage" id="bm_id3147294" xml-lang="en-US" localize="false"/>
<bookmark branch="hid/modules/swriter/ui/statisticsinfopage/@@nowidget@@" id="bm_@@nowidget@@" xml-lang="en-US" localize="false"/>
-<h1 id="hd_id3149962"><link href="text/shared/01/01100400.xhp" name="Statistics">Statistics</link></h1>
+<h1 id="hd_id3149962"><link href="text/shared/01/01100400.xhp">Statistics</link></h1>
<paragraph role="paragraph" id="par_id3156045" xml-lang="en-US"><ahelp hid=".">Displays statistics for the current file.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#info5"/>
</section>
-<paragraph role="paragraph" id="par_id3156324" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">Some statistic values can be used as <link href="text/swriter/02/14020000.xhp" name="variables in formulas">variables in formulas</link>.</caseinline></switchinline></paragraph>
+<paragraph role="paragraph" id="par_id3156324" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">Some statistic values can be used as <link href="text/swriter/02/14020000.xhp">variables in formulas</link>.</caseinline></switchinline></paragraph>
<h2 id="hd_id3153255">Pages:</h2>
<paragraph role="paragraph" id="par_id3154230" xml-lang="en-US">Number of pages in the file.</paragraph>
<h2 id="hd_id3156027"><switchinline select="appl"><caseinline select="WRITER">Tables:</caseinline><caseinline select="CALC">Sheets:</caseinline></switchinline></h2>
-<paragraph role="paragraph" id="par_id3153527" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">Number of tables in the file.</caseinline><caseinline select="CALC">Number of sheets in the file.</caseinline></switchinline> This statistic <emph>does not</emph> include tables that were inserted as <link href="text/shared/00/00000005.xhp#ole" name="OLE"><emph>OLE</emph></link> objects.</paragraph>
+<paragraph role="paragraph" id="par_id3153527" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">Number of tables in the file.</caseinline><caseinline select="CALC">Number of sheets in the file.</caseinline></switchinline> This statistic <emph>does not</emph> include tables that were inserted as <link href="text/shared/00/00000005.xhp#ole"><emph>OLE</emph></link> objects.</paragraph>
<bookmark branch="hid/modules/swriter/ui/statisticsinfopage/update" id="bm_id3154940" xml-lang="en-US" localize="false"/>
<switch select="appl">
<case select="CALC">
@@ -62,9 +62,9 @@
</case>
<case select="WRITER">
<h2 id="hd_id3147210">Images:</h2>
- <paragraph role="paragraph" id="par_id3166411" xml-lang="en-US">Number of images in the file. This statistic <emph>does not</emph> include images that were inserted as <link href="text/shared/00/00000005.xhp#ole" name="OLE"><emph>OLE</emph></link> objects.</paragraph>
+ <paragraph role="paragraph" id="par_id3166411" xml-lang="en-US">Number of images in the file. This statistic <emph>does not</emph> include images that were inserted as <link href="text/shared/00/00000005.xhp#ole"><emph>OLE</emph></link> objects.</paragraph>
<h2 id="hd_id3147618">OLE Objects:</h2>
- <paragraph role="paragraph" id="par_id3149820" xml-lang="en-US">Number of <link href="text/shared/00/00000005.xhp#ole" name="OLE"><emph>OLE</emph></link> objects in the file, <emph>including</emph> tables and graphics that were inserted as OLE objects.</paragraph>
+ <paragraph role="paragraph" id="par_id3149820" xml-lang="en-US">Number of <link href="text/shared/00/00000005.xhp#ole"><emph>OLE</emph></link> objects in the file, <emph>including</emph> tables and graphics that were inserted as OLE objects.</paragraph>
<h2 id="hd_id3153665">Paragraphs:</h2>
<paragraph role="paragraph" id="par_id3156156" xml-lang="en-US">Number of paragraphs, including blank paragraphs, in the file.</paragraph>
<h2 id="hd_id3155261">Words:</h2>
diff --git a/source/text/shared/01/01100600.xhp b/source/text/shared/01/01100600.xhp
index ef09eda2d3..8f9e8c88eb 100644
--- a/source/text/shared/01/01100600.xhp
+++ b/source/text/shared/01/01100600.xhp
@@ -39,7 +39,7 @@
<bookmark xml-lang="en-US" branch="hid/sfx/ui/securityinfopage/@@nowidget@@" id="bm_id@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/securityinfopage/SecurityInfoPage" id="bm_id82958468" localize="false"/>
-<paragraph role="heading" id="hd_id3149969" xml-lang="en-US" level="1"><link href="text/shared/01/01100600.xhp" name="Security">Security</link></paragraph>
+<paragraph role="heading" id="hd_id3149969" xml-lang="en-US" level="1"><link href="text/shared/01/01100600.xhp">Security</link></paragraph>
<paragraph role="paragraph" id="par_id3156049" xml-lang="en-US"><ahelp hid=".">Sets password options for the current document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01110000.xhp b/source/text/shared/01/01110000.xhp
index a64aa44224..974f00b4f8 100644
--- a/source/text/shared/01/01110000.xhp
+++ b/source/text/shared/01/01110000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="templates">
<bookmark branch="hid/.uno:TemplateMenu" id="bm_id7471541" xml-lang="en-US" localize="false"/>
-<h1 id="hd_id3155577" xml-lang="en-US"><link href="text/shared/01/01110000.xhp" name="Templates">Templates</link></h1>
+<h1 id="hd_id3155577" xml-lang="en-US"><link href="text/shared/01/01110000.xhp">Templates</link></h1>
<paragraph role="paragraph" id="par_id3154894" xml-lang="en-US"><ahelp hid=".">Lets you organize and edit your templates, as well as save the current file as a template.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01110300.xhp b/source/text/shared/01/01110300.xhp
index 132d6209fc..d03214baae 100644
--- a/source/text/shared/01/01110300.xhp
+++ b/source/text/shared/01/01110300.xhp
@@ -29,7 +29,7 @@
<bookmark branch="hid/.uno:SaveAsTemplate" id="bm_id3155069" xml-lang="en-US" localize="false"/>
<bookmark branch="hid/sfx/ui/saveastemplatedlg/SaveAsTemplateDialog" id="bm_id3155070" xml-lang="en-US" localize="false"/>
<bookmark branch="hid/sfx/ui/saveastemplatedlg/@@nowidget@@" id="bm_@@nowidget@@" xml-lang="en-US" localize="false"/>
-<h1 id="hd_id3160463" xml-lang="en-US"><link href="text/shared/01/01110300.xhp" name="Save as Template">Save as Template</link></h1>
+<h1 id="hd_id3160463" xml-lang="en-US"><link href="text/shared/01/01110300.xhp">Save as Template</link></h1>
<paragraph role="paragraph" id="par_id3157898" xml-lang="en-US"><ahelp hid=".">Saves the current document as a template.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01110400.xhp b/source/text/shared/01/01110400.xhp
index a658c2ff43..98574b95c1 100644
--- a/source/text/shared/01/01110400.xhp
+++ b/source/text/shared/01/01110400.xhp
@@ -27,7 +27,7 @@
<body>
<section id="opentemplate">
<bookmark branch="hid/.uno:OpenTemplate" id="bm_id3148668" xml-lang="en-US" localize="false"/>
-<h1 id="hd_id3150620" xml-lang="en-US"><link href="text/shared/01/01110400.xhp" name="Open Template">Edit Template</link></h1>
+<h1 id="hd_id3150620" xml-lang="en-US"><link href="text/shared/01/01110400.xhp">Edit Template</link></h1>
<paragraph role="paragraph" id="par_id3144415" xml-lang="en-US"><ahelp hid=".uno:OpenTemplate">Opens a dialog where you can select a template for editing.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01130000.xhp b/source/text/shared/01/01130000.xhp
index f29e4d5909..40ee9b7ae1 100644
--- a/source/text/shared/01/01130000.xhp
+++ b/source/text/shared/01/01130000.xhp
@@ -45,7 +45,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:Print" id="bm_id1076258" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/vcl/ui/printdialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/vcl/ui/printdialog/PrintDialog" id="bm_id0818200912034231" localize="false"/>
- <h1 xml-lang="en-US" id="hd_id3154621"><link href="text/shared/01/01130000.xhp" name="Print">Print</link></h1>
+ <h1 xml-lang="en-US" id="hd_id3154621"><link href="text/shared/01/01130000.xhp">Print</link></h1>
<paragraph xml-lang="en-US" id="par_id3146946" role="paragraph"><variable id="druckentext"><ahelp hid=".uno:Print">Prints the current document, selection, or the pages that you specify. You can also set the print options for the current document.</ahelp>
</variable> The printing options can vary according to the printer and the operating system that you use.</paragraph>
</section>
@@ -83,9 +83,9 @@
<embed href="text/shared/guide/print_blackwhite.xhp#print_blackwhite"/>
<embed href="text/shared/guide/pageformat_max.xhp#pageformat_max"/>
<paragraph xml-lang="en-US" id="par_id0818200912284952" role="note">The settings that you define in the <emph>Print</emph> dialog are valid <emph>only</emph> for the current print job that you start by clicking the <emph>Print</emph> button. <comment>is this true for Printer Settings, too?</comment>If you want to change some options permanently, open <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME (application name) - Print</menuitem>.</paragraph>
- <paragraph xml-lang="en-US" id="par_id3156080" role="paragraph"><switchinline select="appl"><caseinline select="WRITER">To set the default <item type="productname">%PRODUCTNAME</item> printer options for text documents, choose <link href="text/shared/optionen/01040400.xhp" name="Tools - Options - Writer - Print"><switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Print</menuitem></link>.</caseinline></switchinline></paragraph>
- <paragraph xml-lang="en-US" id="par_idN1099E" role="paragraph"><switchinline select="appl"><caseinline select="CALC">To set the default <item type="productname">%PRODUCTNAME</item> printer options for spreadsheet documents, choose <link href="text/shared/optionen/01060700.xhp" name="Tools - Options - Calc - Print"><switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - Print</menuitem></link>.</caseinline></switchinline></paragraph>
- <paragraph xml-lang="en-US" id="par_idN109CD" role="paragraph"><switchinline select="appl"><caseinline select="IMPRESS">To set the default <item type="productname">%PRODUCTNAME</item> printer options for presentation documents, choose <link href="text/shared/optionen/01070400.xhp" name="Tools - Options - Impress - Print"><switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Impress - Print</menuitem></link>.</caseinline></switchinline></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3156080" role="paragraph"><switchinline select="appl"><caseinline select="WRITER">To set the default <item type="productname">%PRODUCTNAME</item> printer options for text documents, choose <link href="text/shared/optionen/01040400.xhp"><switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Print</menuitem></link>.</caseinline></switchinline></paragraph>
+ <paragraph xml-lang="en-US" id="par_idN1099E" role="paragraph"><switchinline select="appl"><caseinline select="CALC">To set the default <item type="productname">%PRODUCTNAME</item> printer options for spreadsheet documents, choose <link href="text/shared/optionen/01060700.xhp"><switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - Print</menuitem></link>.</caseinline></switchinline></paragraph>
+ <paragraph xml-lang="en-US" id="par_idN109CD" role="paragraph"><switchinline select="appl"><caseinline select="IMPRESS">To set the default <item type="productname">%PRODUCTNAME</item> printer options for presentation documents, choose <link href="text/shared/optionen/01070400.xhp"><switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Impress - Print</menuitem></link>.</caseinline></switchinline></paragraph>
<paragraph xml-lang="en-US" id="par_id0818200901194137" role="note">Press <emph>Shift+F1</emph> or choose <item type="menuitem">Help - What's This?</item> and point to any control element in the <emph>Print</emph> dialog to see an extended help text.</paragraph>
<bookmark xml-lang="en-US" branch="hid/vcl/ui/printdialog/preview" id="bm_id3156954" localize="false"/>
@@ -368,6 +368,6 @@
</case>
</switch>
<h2 xml-lang="en-US" id="hd_id0819200910481678"><switchinline select="sys"><caseinline select="UNIX">Unix hints</caseinline></switchinline></h2>
- <paragraph xml-lang="en-US" id="par_id3150449" role="paragraph"><switchinline select="sys"><caseinline select="UNIX">You can also use the <link href="text/shared/guide/spadmin.xhp" name="printer settings"><emph>Printer Settings</emph></link> to specify additional printer options.</caseinline></switchinline></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3150449" role="paragraph"><switchinline select="sys"><caseinline select="UNIX">You can also use the <link href="text/shared/guide/spadmin.xhp"><emph>Printer Settings</emph></link> to specify additional printer options.</caseinline></switchinline></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/01/01140000.xhp b/source/text/shared/01/01140000.xhp
index 3d6904c18d..74d8c0aab3 100644
--- a/source/text/shared/01/01140000.xhp
+++ b/source/text/shared/01/01140000.xhp
@@ -37,7 +37,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:PrinterSetup" id="bm_id3150620" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svt/ui/printersetupdialog/@@nowidget@@" id="@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svt/ui/printersetupdialog/PrinterSetupDialog" id="bm_id3147000" localize="false"/>
-<paragraph id="hd_id3147294" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/01140000.xhp" name="Printer Settings">Printer Settings</link></paragraph>
+<paragraph id="hd_id3147294" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/01140000.xhp">Printer Settings</link></paragraph>
<paragraph id="par_id3154422" role="paragraph" xml-lang="en-US"><variable id="druckereinstellungtext"><ahelp hid="svt/ui/printersetupdialog/PrinterSetupDialog">Select the default printer for the current document and change printing options.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01160000.xhp b/source/text/shared/01/01160000.xhp
index 66c7a327b1..631c07aa09 100644
--- a/source/text/shared/01/01160000.xhp
+++ b/source/text/shared/01/01160000.xhp
@@ -30,13 +30,13 @@
<body>
<section id="send">
<bookmark xml-lang="en-US" branch="hid/.uno:SendToMenu" id="bm_id2095095" localize="false"/>
-<paragraph role="heading" id="hd_id3152895" xml-lang="en-US" level="1"><link href="text/shared/01/01160000.xhp" name="Send">Send</link></paragraph>
+<paragraph role="heading" id="hd_id3152895" xml-lang="en-US" level="1"><link href="text/shared/01/01160000.xhp">Send</link></paragraph>
<paragraph role="paragraph" id="par_id3151262" xml-lang="en-US"><ahelp hid=".">Sends a copy of the current document to different applications.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#senden"/>
</section>
-<paragraph role="heading" id="hd_id3154398" xml-lang="en-US" level="2"><link href="text/shared/01/01160200.xhp" name="Document as Email">Email Document</link></paragraph>
+<paragraph role="heading" id="hd_id3154398" xml-lang="en-US" level="2"><link href="text/shared/01/01160200.xhp">Email Document</link></paragraph>
<embed href="text/shared/01/01160200.xhp#versendentext"/><comment>New menu commands, see #i46895 and #i63793</comment><comment>UFI: New commands all have the same Help IDs, but different names</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:SendMailDocAsOOo" id="bm_id827967" localize="false"/>
<paragraph role="paragraph" id="par_id4546342" xml-lang="en-US"><ahelp hid="." visibility="hidden">Opens a new window in your default email program with the current document as an attachment. The OpenDocument file format is used.</ahelp></paragraph>
@@ -66,13 +66,13 @@
<embed href="text/shared/01/ref_pdf_send_as.xhp#ref_pdf_send_as_text"/>
<switch select="appl">
<case select="WRITER"><comment>UFI: removed 2 help ids</comment>
-<paragraph role="heading" id="hd_id3155391" xml-lang="en-US" level="2"><link href="text/shared/01/01160300.xhp" name="Create Master Document">Create Master Document</link></paragraph>
+<paragraph role="heading" id="hd_id3155391" xml-lang="en-US" level="2"><link href="text/shared/01/01160300.xhp">Create Master Document</link></paragraph>
<embed href="text/shared/01/01160300.xhp#globtext"/>
-<paragraph role="heading" id="hd_id3153345" xml-lang="en-US" level="2"><link href="text/swriter/01/01160500.xhp" name="Create HTML Document">Create HTML Document</link></paragraph>
+<paragraph role="heading" id="hd_id3153345" xml-lang="en-US" level="2"><link href="text/swriter/01/01160500.xhp">Create HTML Document</link></paragraph>
<embed href="text/swriter/01/01160500.xhp#htmltext"/>
<embed href="text/swriter/01/01160100.xhp#outline_to_presentation"/>
<embed href="text/swriter/01/01160200.xhp#outline_to_clipboard"/>
-<paragraph role="heading" id="hd_id3149811" xml-lang="en-US" level="2"><link href="text/swriter/01/01160300.xhp" name="Create AutoAbstract">Create AutoAbstract</link></paragraph>
+<paragraph role="heading" id="hd_id3149811" xml-lang="en-US" level="2"><link href="text/swriter/01/01160300.xhp">Create AutoAbstract</link></paragraph>
<embed href="text/swriter/01/01160300.xhp#autoabstracttext"/>
<embed href="text/swriter/01/01160400.xhp#autoabstract_to_presentation"/>
</case>
diff --git a/source/text/shared/01/01160300.xhp b/source/text/shared/01/01160300.xhp
index 48d9efd280..66243ba293 100644
--- a/source/text/shared/01/01160300.xhp
+++ b/source/text/shared/01/01160300.xhp
@@ -32,7 +32,7 @@
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#glo"/>
</section>
-<paragraph id="par_id3149999" role="paragraph" xml-lang="en-US">The <link href="text/shared/01/02110000.xhp" name="Navigator"><emph>Navigator</emph></link> appears after you create a master document. To edit a sub-document, double-click the name of a sub-document in the <emph>Navigator</emph>.</paragraph>
+<paragraph id="par_id3149999" role="paragraph" xml-lang="en-US">The <link href="text/shared/01/02110000.xhp"><emph>Navigator</emph></link> appears after you create a master document. To edit a sub-document, double-click the name of a sub-document in the <emph>Navigator</emph>.</paragraph>
<h2 id="hd_id3152425">File name</h2>
<embed href="text/shared/01/01070000.xhp#filename"/>
<bookmark xml-lang="en-US" branch="hid/SW_HID_SEND_MASTER_CTRL_LISTBOX_TEMPLATE" id="bm_id3155392" localize="false"/>
diff --git a/source/text/shared/01/01170000.xhp b/source/text/shared/01/01170000.xhp
index e1cb9ae689..b641c083d2 100644
--- a/source/text/shared/01/01170000.xhp
+++ b/source/text/shared/01/01170000.xhp
@@ -29,14 +29,14 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3154545"><bookmark_value>exiting;$[officename]</bookmark_value>
</bookmark><comment>mw made "exiting..." a two level entry</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:Quit" id="bm_id3155619" localize="false"/>
-<h1 id="hd_id3154545" xml-lang="en-US"><link href="text/shared/01/01170000.xhp" name="Exit">Exit %PRODUCTNAME</link></h1>
+<h1 id="hd_id3154545" xml-lang="en-US"><link href="text/shared/01/01170000.xhp">Exit %PRODUCTNAME</link></h1>
<paragraph role="paragraph" id="par_id3151299" xml-lang="en-US"><ahelp hid=".">Closes all %PRODUCTNAME programs and prompts you to save your changes.</ahelp> This command does not exist on macOS systems.</paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#exit"/>
</section>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3154184" xml-lang="en-US"><link href="text/shared/01/01050000.xhp" name="Close the current document">Close the current document</link></paragraph>
+<paragraph role="paragraph" id="par_id3154184" xml-lang="en-US"><link href="text/shared/01/01050000.xhp">Close the current document</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/01180000.xhp b/source/text/shared/01/01180000.xhp
index e6ba96dbd6..f0ec541ad8 100644
--- a/source/text/shared/01/01180000.xhp
+++ b/source/text/shared/01/01180000.xhp
@@ -27,12 +27,12 @@
<body>
<section id="saveall">
<bookmark xml-lang="en-US" branch="hid/.uno:SaveAll" id="bm_id8186141" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3150347" role="heading" level="1"><link href="text/shared/01/01180000.xhp" name="Save All">Save All</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3150347" role="heading" level="1"><link href="text/shared/01/01180000.xhp">Save All</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3151299" role="paragraph"><ahelp hid=".uno:SaveAll">Saves all modified $[officename] documents.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#saveall"/>
</section>
-<paragraph xml-lang="en-US" id="par_id3148440" role="paragraph">If you are saving a new file or a copy of a read-only file, the <link href="text/shared/01/01070000.xhp" name="Save As"><emph>Save As</emph></link> dialog appears.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3148440" role="paragraph">If you are saving a new file or a copy of a read-only file, the <link href="text/shared/01/01070000.xhp"><emph>Save As</emph></link> dialog appears.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/01/01190000.xhp b/source/text/shared/01/01190000.xhp
index d178b3cf69..a462390142 100644
--- a/source/text/shared/01/01190000.xhp
+++ b/source/text/shared/01/01190000.xhp
@@ -32,7 +32,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:VersionDialog" id="bm_id3149948" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/versionsofdialog/VersionsOfDialog" id="bm_id3149949" localize="false"/>
-<paragraph role="heading" id="hd_id3143272" xml-lang="en-US" level="1"><link href="text/shared/01/01190000.xhp" name="Versions">Versions</link></paragraph>
+<paragraph role="heading" id="hd_id3143272" xml-lang="en-US" level="1"><link href="text/shared/01/01190000.xhp">Versions</link></paragraph>
<paragraph role="paragraph" id="par_id3157898" xml-lang="en-US"><variable id="versionentext"><ahelp hid=".uno:VersionDialog">Saves and organizes multiple versions of the current document in the same file. You can also open, delete and compare previous versions.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
@@ -66,6 +66,6 @@
<paragraph role="paragraph" id="par_id3149669" xml-lang="en-US"><ahelp hid="sfx/ui/versionsofdialog/delete">Deletes the selected version.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/versionsofdialog/compare" id="bm_id3154389" localize="false"/>
<paragraph role="heading" id="hd_id3148739" xml-lang="en-US" level="2">Compare</paragraph>
- <paragraph role="paragraph" id="par_id3152811" xml-lang="en-US"><ahelp hid="sfx/ui/versionsofdialog/compare">Compare the changes that were made in each version.</ahelp> If you want, you can <link href="text/shared/01/02230400.xhp" name="Manage Changes"><emph>Manage Changes</emph></link>.</paragraph>
+ <paragraph role="paragraph" id="par_id3152811" xml-lang="en-US"><ahelp hid="sfx/ui/versionsofdialog/compare">Compare the changes that were made in each version.</ahelp> If you want, you can <link href="text/shared/01/02230400.xhp"><emph>Manage Changes</emph></link>.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/01/01990000.xhp b/source/text/shared/01/01990000.xhp
index c4575f3878..b9a88302bf 100644
--- a/source/text/shared/01/01990000.xhp
+++ b/source/text/shared/01/01990000.xhp
@@ -32,7 +32,7 @@
<section id="recentdocs">
<section id="picklist">
<bookmark xml-lang="en-US" branch="hid/.uno:RecentFileList" id="bm_id1430383" localize="false"/>
-<paragraph role="heading" id="hd_id3150279" xml-lang="en-US" level="1"><variable id="picktitle"><link href="text/shared/01/01990000.xhp" name="Recent Documents">Recent Documents</link>
+<paragraph role="heading" id="hd_id3150279" xml-lang="en-US" level="1"><variable id="picktitle"><link href="text/shared/01/01990000.xhp">Recent Documents</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3154794" xml-lang="en-US"><ahelp hid=".">Lists the most recently opened files. To open a file in the list, click its name.</ahelp></paragraph>
</section>
diff --git a/source/text/shared/01/02010000.xhp b/source/text/shared/01/02010000.xhp
index 3ed657d0fc..b96ed31d9c 100644
--- a/source/text/shared/01/02010000.xhp
+++ b/source/text/shared/01/02010000.xhp
@@ -34,7 +34,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:Undo" id="bm_id87410" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/imapdialog/TBI_UNDO" id="bm_id3148983" localize="false"/>
-<h1 id="hd_id3155069" xml-lang="en-US"><link href="text/shared/01/02010000.xhp" name="Undo">Undo</link></h1>
+<h1 id="hd_id3155069" xml-lang="en-US"><link href="text/shared/01/02010000.xhp">Undo</link></h1>
<paragraph role="paragraph" id="par_id3149205" xml-lang="en-US"><ahelp hid=".">Reverses the last command or the last entry you typed. To select the command that you want to reverse, click the arrow next to the <emph>Undo</emph> icon on the <emph>Standard</emph> bar.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/02020000.xhp b/source/text/shared/01/02020000.xhp
index 5794607ab2..49e89d657a 100644
--- a/source/text/shared/01/02020000.xhp
+++ b/source/text/shared/01/02020000.xhp
@@ -31,7 +31,7 @@
</bookmark><comment>mw made "restoring..." a two level entry</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:Redo" id="bm_id5051868" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/imapdialog/TBI_REDO" id="bm_id3155069" localize="false"/>
-<paragraph role="heading" id="hd_id3149991" xml-lang="en-US" level="1"><link href="text/shared/01/02020000.xhp" name="Redo">Redo</link></paragraph>
+<paragraph role="heading" id="hd_id3149991" xml-lang="en-US" level="1"><link href="text/shared/01/02020000.xhp">Redo</link></paragraph>
<paragraph role="paragraph" id="par_id3157898" xml-lang="en-US"><ahelp hid=".">Reverses the action of the last <emph>Undo</emph> command. To select the <emph>Undo</emph> step that you want to reverse, click the arrow next to the <emph>Redo</emph> icon on the <emph>Standard</emph> bar.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/02030000.xhp b/source/text/shared/01/02030000.xhp
index 3e9dcb4b14..d13677fd2a 100644
--- a/source/text/shared/01/02030000.xhp
+++ b/source/text/shared/01/02030000.xhp
@@ -31,7 +31,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:RepeatAction" id="bm_id5256071" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:Repeat" id="bm_id3145138" localize="false"/>
-<paragraph role="heading" id="hd_id3150279" xml-lang="en-US" level="1"><link href="text/shared/01/02030000.xhp" name="Repeat">Repeat</link></paragraph>
+<paragraph role="heading" id="hd_id3150279" xml-lang="en-US" level="1"><link href="text/shared/01/02030000.xhp">Repeat</link></paragraph>
<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US"><ahelp hid=".uno:Repeat">Repeats the last command. This command is available in Writer and Calc.</ahelp></paragraph>
</section>
<comment>UFI: had to remove switch construct because help-ids don't work any more inside switches, see i47727
diff --git a/source/text/shared/01/02040000.xhp b/source/text/shared/01/02040000.xhp
index 8c52d12220..99dd1ef2b4 100644
--- a/source/text/shared/01/02040000.xhp
+++ b/source/text/shared/01/02040000.xhp
@@ -33,7 +33,7 @@
<bookmark_value>clipboard; cutting</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:Cut" id="bm_id3149991" localize="false"/>
-<paragraph role="heading" id="hd_id3146936" xml-lang="en-US" level="1"><link href="text/shared/01/02040000.xhp" name="Cut">Cut</link></paragraph>
+<paragraph role="heading" id="hd_id3146936" xml-lang="en-US" level="1"><link href="text/shared/01/02040000.xhp">Cut</link></paragraph>
<paragraph role="paragraph" id="par_id3153255" xml-lang="en-US"><ahelp hid=".uno:Cut">Removes and copies the selection to the clipboard.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/02050000.xhp b/source/text/shared/01/02050000.xhp
index da25d06a11..79f374a8e6 100644
--- a/source/text/shared/01/02050000.xhp
+++ b/source/text/shared/01/02050000.xhp
@@ -33,7 +33,7 @@
<bookmark_value>copying; in Unix</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:Copy" id="bm_id3152414" localize="false"/>
-<paragraph role="heading" id="hd_id3152876" xml-lang="en-US" level="1"><link href="text/shared/01/02050000.xhp" name="Copy">Copy</link></paragraph>
+<paragraph role="heading" id="hd_id3152876" xml-lang="en-US" level="1"><link href="text/shared/01/02050000.xhp">Copy</link></paragraph>
<paragraph role="paragraph" id="par_id3154682" xml-lang="en-US"><ahelp hid=".uno:Copy">Copies the selection to the clipboard.</ahelp></paragraph>
</section>
<paragraph role="note" id="par_id3155552" xml-lang="en-US">Each time you copy, the existing content of the clipboard is overwritten.</paragraph>
diff --git a/source/text/shared/01/02060000.xhp b/source/text/shared/01/02060000.xhp
index 27993e859e..95ee670fcb 100644
--- a/source/text/shared/01/02060000.xhp
+++ b/source/text/shared/01/02060000.xhp
@@ -45,7 +45,7 @@
</case>
</switch>
<bookmark xml-lang="en-US" branch="hid/.uno:Paste" id="bm_id1292341" localize="false"/>
-<paragraph role="heading" id="hd_id3149031" xml-lang="en-US" level="1"><link href="text/shared/01/02060000.xhp" name="Paste">Paste</link></paragraph>
+<paragraph role="heading" id="hd_id3149031" xml-lang="en-US" level="1"><link href="text/shared/01/02060000.xhp">Paste</link></paragraph>
<paragraph role="paragraph" id="par_id3149511" xml-lang="en-US"><ahelp hid=".uno:Paste">Inserts the contents of the clipboard at the location of the cursor, and replaces any selected text or objects.</ahelp><comment>UFI: text used for icon and menu</comment></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/02070000.xhp b/source/text/shared/01/02070000.xhp
index 802711c848..891cd55906 100644
--- a/source/text/shared/01/02070000.xhp
+++ b/source/text/shared/01/02070000.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/pastespecial/PasteSpecial" id="bm_id31541011" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/pastespecial/@@nowidget@@" id="bm_id31541011" localize="false"/>
<section id="paste_special">
- <h1 id="hd_id3147477"><variable id="paste_specialh1"><link href="text/shared/01/02070000.xhp" name="Paste Special">Paste Special</link></variable></h1>
+ <h1 id="hd_id3147477"><variable id="paste_specialh1"><link href="text/shared/01/02070000.xhp">Paste Special</link></variable></h1>
<paragraph role="paragraph" id="par_id3147143" xml-lang="en-US"><variable id="inhalteeinfuegentext"><ahelp hid=".uno:PasteSpecial">Inserts the contents of the clipboard into the current file in a format that you can specify.</ahelp></variable></paragraph>
</section>
@@ -134,7 +134,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/pastespecial/link" id="bm_id3154270" localize="false"/>
<h3 id="hd_id3152971">Link</h3>
<paragraph role="paragraph" id="par_id3146969" xml-lang="en-US"><ahelp hid="modules/scalc/ui/pastespecial/link">Inserts the cell range as a link, so that changes made to the cells in the source file are updated in the target file. To ensure that changes made to empty cells in the source file are updated in the target file, ensure that the "Paste All" option is also selected.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3145667" xml-lang="en-US">You can also link sheets within the same spreadsheet. When you link to other files, a <link href="text/shared/00/00000005.xhp#dde" name="DDE link">DDE link</link> is automatically created. A DDE link is inserted as a matrix formula and can only be modified as a whole.</paragraph>
+<paragraph role="paragraph" id="par_id3145667" xml-lang="en-US">You can also link sheets within the same spreadsheet. When you link to other files, a <link href="text/shared/00/00000005.xhp#dde">DDE link</link> is automatically created. A DDE link is inserted as a matrix formula and can only be modified as a whole.</paragraph>
<h2 id="hd_id3146914">Shift Cells</h2>
<paragraph role="paragraph" id="par_id3145169" xml-lang="en-US">Set the shift options for the target cells when the clipboard content is inserted.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/pastespecial/no_shift" id="bm_id3145208" localize="false"/>
diff --git a/source/text/shared/01/02090000.xhp b/source/text/shared/01/02090000.xhp
index af99cede0c..9e9fb47b64 100644
--- a/source/text/shared/01/02090000.xhp
+++ b/source/text/shared/01/02090000.xhp
@@ -31,7 +31,7 @@
<section id="select_all">
<bookmark branch="hid/.uno:SelectAll" xml-lang="en-US" id="bm_id3159079" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:Select" id="bm_id9111451" localize="false"/>
-<paragraph id="hd_id3145138" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/02090000.xhp" name="Select All">Select All</link></paragraph>
+<paragraph id="hd_id3145138" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/02090000.xhp">Select All</link></paragraph>
<paragraph role="paragraph" id="par_id3149999" xml-lang="en-US"><variable id="allestext"><ahelp hid=".">Selects the entire content of the current file, frame, or text object.</ahelp></variable></paragraph>
</section>
<paragraph role="paragraph" id="par_id3155261" xml-lang="en-US"><switchinline select="appl"><caseinline select="CALC">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline></defaultinline></switchinline></paragraph>
diff --git a/source/text/shared/01/02100000.xhp b/source/text/shared/01/02100000.xhp
index cd4591fa41..20ada2481d 100644
--- a/source/text/shared/01/02100000.xhp
+++ b/source/text/shared/01/02100000.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="hid/svx/ui/findreplacedialog/FindReplaceDialog" id="bm_id3149031" localize="false"/>
<h1 xml-lang="en-US" id="hd_id3154044">
<variable id="02100000">
- <link href="text/shared/01/02100000.xhp" name="Find &amp; Replace">Find &amp; Replace</link>
+ <link href="text/shared/01/02100000.xhp">Find &amp; Replace</link>
</variable>
</h1>
<paragraph xml-lang="en-US" id="par_id3149893" role="paragraph">
@@ -245,7 +245,7 @@ Ext help text not found within switches. Solution: Keep switched text for normal
</h3>
<paragraph xml-lang="en-US" id="par_id3145744" role="paragraph">
<variable id="halbnormaltext">
- <ahelp hid="svx/ui/findreplacedialog/matchcharwidth">Distinguishes between <link href="text/shared/00/00000005.xhp#halfwidth" name="halfwidth">half-width and full-width</link> character forms.</ahelp>
+ <ahelp hid="svx/ui/findreplacedialog/matchcharwidth">Distinguishes between <link href="text/shared/00/00000005.xhp#halfwidth">half-width and full-width</link> character forms.</ahelp>
</variable>
</paragraph>
<bookmark xml-lang="en-US" branch="hid/svx/ui/findreplacedialog/soundslike" id="bm_id3156422" localize="false"/>
@@ -266,7 +266,7 @@ Ext help text not found within switches. Solution: Keep switched text for normal
</variable>
</paragraph>
<paragraph xml-lang="en-US" id="par_id3148672" role="paragraph">
- <link href="text/shared/optionen/01150200.xhp" name="Searching in Japanese">Searching in Japanese</link>
+ <link href="text/shared/optionen/01150200.xhp">Searching in Japanese</link>
</paragraph>
<h3 xml-lang="en-US" id="par_id931610137016377">Diacritic-sensitive</h3>
<paragraph xml-lang="en-US" id="par_id411610137146460" role="paragraph">Searches exact match, does not include Unicode combining marks in search. For example, searching for كتب will not match كَتَبَ or كُتُب or كتِب and so on.</paragraph>
@@ -275,7 +275,7 @@ Ext help text not found within switches. Solution: Keep switched text for normal
<h2 xml-lang="en-US" id="hd_id3147348">
<switchinline select="appl">
<caseinline select="WRITER">
- <link href="text/shared/01/02100200.xhp" name="Attributes">Attributes</link>
+ <link href="text/shared/01/02100200.xhp">Attributes</link>
</caseinline>
</switchinline>
</h2>
@@ -288,7 +288,7 @@ Ext help text not found within switches. Solution: Keep switched text for normal
<h2 xml-lang="en-US" id="hd_id3155854">
<switchinline select="appl">
<caseinline select="WRITER">
- <link href="text/shared/01/02100300.xhp" name="Format">Format</link>
+ <link href="text/shared/01/02100300.xhp">Format</link>
</caseinline>
</switchinline>
</h2>
diff --git a/source/text/shared/01/02100001.xhp b/source/text/shared/01/02100001.xhp
index 84de88ea18..427b4e6d06 100644
--- a/source/text/shared/01/02100001.xhp
+++ b/source/text/shared/01/02100001.xhp
@@ -315,7 +315,7 @@
</tablecell>
</tablerow>
</table>
-<paragraph xml-lang="en-US" id="par_id5311440" role="paragraph">For a full list of supported metacharacters and syntax, see <link href="https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters" name="ICU Regular Expressions documentation">ICU Regular Expressions documentation</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id5311440" role="paragraph">For a full list of supported metacharacters and syntax, see <link href="https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters">ICU Regular Expressions documentation</link></paragraph>
<paragraph role="paragraph" id="par_id261559577375317">Regular expression terms can be combined to form complex and sophisticated regular expressions for searches as show in the following examples.</paragraph>
<h2 id="hd_id5311441">Examples</h2>
@@ -408,8 +408,8 @@
<embed href="text/swriter/guide/finding.xhp#finding"/>
</case>
</switch>
-<paragraph xml-lang="en-US" id="par_id1751457" role="paragraph"><link href="https://wiki.documentfoundation.org/Documentation/How_Tos/Regular_Expressions_in_Writer" name="wiki.documentfoundation.org Documentation/HowTo/Writer/Regular Expressions">Wiki page about regular expressions in Writer</link></paragraph>
-<paragraph xml-lang="en-US" id="par_id5483870" role="paragraph"><link href="https://wiki.documentfoundation.org/Documentation/How_Tos/Regular_Expressions_in_Calc" name="wiki.documentfoundation.org Documentation/HowTo/Calc/Regular Expressions">Wiki page about regular expressions in Calc</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id1751457" role="paragraph"><link href="https://wiki.documentfoundation.org/Documentation/How_Tos/Regular_Expressions_in_Writer">Wiki page about regular expressions in Writer</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id5483870" role="paragraph"><link href="https://wiki.documentfoundation.org/Documentation/How_Tos/Regular_Expressions_in_Calc">Wiki page about regular expressions in Calc</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/02100100.xhp b/source/text/shared/01/02100100.xhp
index 5126599997..45c8b23d96 100644
--- a/source/text/shared/01/02100100.xhp
+++ b/source/text/shared/01/02100100.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/similaritysearchdialog/@@nowidget@@" id="bm_id3154815" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/fmsearchdialog/cbApprox" id="bm_id3154814" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/fmsearchdialog/pbApproxSettings" id="bm_id3154817" localize="false"/>
-<h1 id="hd_id3156045" xml-lang="en-US"><link href="text/shared/01/02100100.xhp" name="Similarity Search">Similarity Search</link></h1>
+<h1 id="hd_id3156045" xml-lang="en-US"><link href="text/shared/01/02100100.xhp">Similarity Search</link></h1>
<paragraph role="paragraph" id="par_id3146856" xml-lang="en-US"><ahelp hid="svx/ui/findreplacedialog/similarity">Find terms that are similar to the <emph>Find</emph> text. Select this checkbox, and then click the <emph>Similarities</emph> button to define the similarity options.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/02100300.xhp b/source/text/shared/01/02100300.xhp
index 04d1c03dd8..c4b7dda40f 100644
--- a/source/text/shared/01/02100300.xhp
+++ b/source/text/shared/01/02100300.xhp
@@ -46,7 +46,7 @@
<embed href="text/shared/01/05020600.xhp#asilayout"/>
<embed href="text/shared/01/05020700.xhp#asitypo"/>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3149457" xml-lang="en-US"><link href="text/shared/01/02100200.xhp" name="Attributes">Attributes</link></paragraph>
+<paragraph role="paragraph" id="par_id3149457" xml-lang="en-US"><link href="text/shared/01/02100200.xhp">Attributes</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/02180100.xhp b/source/text/shared/01/02180100.xhp
index 2d833132b7..e1beca7670 100644
--- a/source/text/shared/01/02180100.xhp
+++ b/source/text/shared/01/02180100.xhp
@@ -34,8 +34,8 @@
<bookmark_value>DDE links; modifying</bookmark_value>
<bookmark_value>changing; DDE links</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3149877" xml-lang="en-US" level="1"><link href="text/shared/01/02180100.xhp" name="Modify Links">Modify DDE Links</link></paragraph>
- <paragraph role="paragraph" id="par_id3150838" xml-lang="en-US">Change the properties for the selected <link href="text/shared/00/00000005.xhp#dde" name="DDE link"><emph>DDE link</emph></link>.</paragraph>
+<paragraph role="heading" id="hd_id3149877" xml-lang="en-US" level="1"><link href="text/shared/01/02180100.xhp">Modify DDE Links</link></paragraph>
+ <paragraph role="paragraph" id="par_id3150838" xml-lang="en-US">Change the properties for the selected <link href="text/shared/00/00000005.xhp#dde"><emph>DDE link</emph></link>.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/edit_menu.xhp#linkae"/>
</section>
@@ -46,7 +46,7 @@
<paragraph role="paragraph" id="par_id3154751" xml-lang="en-US"><ahelp hid="sfx/ui/linkeditdialog/app">Lists the application that last saved the source file. %PRODUCTNAME applications have the server name <emph>soffice</emph>.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/linkeditdialog/file" id="bm_id801539689201969" localize="false"/>
<paragraph role="heading" id="hd_id3155338" xml-lang="en-US" level="3">File</paragraph>
-<paragraph role="paragraph" id="par_id3153527" xml-lang="en-US"><ahelp hid="sfx/ui/linkeditdialog/file">Path to the source file. <link href="text/shared/00/00000005.xhp#saving" name="Relative paths">Relative paths</link> must be expressed by full URI, for example, with <emph>file://</emph>.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3153527" xml-lang="en-US"><ahelp hid="sfx/ui/linkeditdialog/file">Path to the source file. <link href="text/shared/00/00000005.xhp#saving">Relative paths</link> must be expressed by full URI, for example, with <emph>file://</emph>.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/linkeditdialog/category" id="bm_id981539689231964" localize="false"/>
<paragraph role="heading" id="hd_id3153577" xml-lang="en-US" level="3">Category</paragraph>
<paragraph role="paragraph" id="par_id3146958" xml-lang="en-US"><ahelp hid="sfx/ui/linkeditdialog/category">Lists the section or object that the link refers to in the source file. If you want, you can enter a new section or object here.</ahelp></paragraph>
diff --git a/source/text/shared/01/02200000.xhp b/source/text/shared/01/02200000.xhp
index b7f4622fdf..ac864cc2b5 100644
--- a/source/text/shared/01/02200000.xhp
+++ b/source/text/shared/01/02200000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="object">
<bookmark xml-lang="en-US" branch="hid/.uno:ObjectMenue" id="bm_id4538964" localize="false"/>
-<h1 id="hd_id3146959" xml-lang="en-US"><link href="text/shared/01/02200000.xhp" name="Object">OLE Object</link></h1>
+<h1 id="hd_id3146959" xml-lang="en-US"><link href="text/shared/01/02200000.xhp">OLE Object</link></h1>
<paragraph id="par_id3154840" role="paragraph" xml-lang="en-US"><variable id="object_text"><ahelp hid=".uno:ObjectMenue">Lets you edit a selected OLE object that you inserted from the <menuitem>Insert - OLE Object</menuitem> submenu.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/02200100.xhp b/source/text/shared/01/02200100.xhp
index 6eff7e2d5c..0add8f24b7 100644
--- a/source/text/shared/01/02200100.xhp
+++ b/source/text/shared/01/02200100.xhp
@@ -30,7 +30,7 @@
<body>
<section id="edit">
<bookmark branch="index" xml-lang="en-US" id="bm_id3145138"><bookmark_value>objects; editing</bookmark_value><bookmark_value>editing; objects</bookmark_value></bookmark>
-<h1 id="hd_id3145138" xml-lang="en-US"><link href="text/shared/01/02200100.xhp" name="Edit">Edit</link></h1>
+<h1 id="hd_id3145138" xml-lang="en-US"><link href="text/shared/01/02200100.xhp">Edit</link></h1>
<paragraph role="paragraph" id="par_id3150008" xml-lang="en-US"><ahelp visibility="visible" hid=".">Lets you edit a selected OLE object that you inserted with the <menuitem>Insert – OLE Object</menuitem> command.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/02200200.xhp b/source/text/shared/01/02200200.xhp
index fb37213978..04f517125f 100644
--- a/source/text/shared/01/02200200.xhp
+++ b/source/text/shared/01/02200200.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3085157"><bookmark_value>objects; opening</bookmark_value>
<bookmark_value>opening; objects</bookmark_value>
</bookmark>
-<h1 id="hd_id3085157" xml-lang="en-US"><link href="text/shared/01/02200200.xhp" name="Open">Open</link></h1>
+<h1 id="hd_id3085157" xml-lang="en-US"><link href="text/shared/01/02200200.xhp">Open</link></h1>
<paragraph role="paragraph" id="par_id3151097" xml-lang="en-US">Opens the selected OLE object with the program that the object was created in.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/02210101.xhp b/source/text/shared/01/02210101.xhp
index ee52fea7b2..86942653ab 100644
--- a/source/text/shared/01/02210101.xhp
+++ b/source/text/shared/01/02210101.xhp
@@ -27,7 +27,7 @@
<body>
<bookmark xml-lang="en-US" branch="hid/cui/ui/insertfloatingframe/InsertFloatingFrameDialog" id="bm_id1442611" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/insertfloatingframe/@@nowidget@@" id="bm_id1442611" localize="false"/>
-<h1 id="hd_id3150347" xml-lang="en-US"><link href="text/shared/01/02210101.xhp" name="Floating Frame Properties">Floating Frame Properties</link></h1>
+<h1 id="hd_id3150347" xml-lang="en-US"><link href="text/shared/01/02210101.xhp">Floating Frame Properties</link></h1>
<paragraph role="paragraph" id="par_id3149031" xml-lang="en-US"><ahelp hid="cui/ui/insertfloatingframe/InsertFloatingFrameDialog">Changes the properties of the selected floating frame. Floating frames work best when they contain an html document, and when they are inserted in another html document.</ahelp></paragraph>
<section id="howtoget">
<embed href="text/shared/00/edit_menu.xhp#frame_properties"/>
diff --git a/source/text/shared/01/02220000.xhp b/source/text/shared/01/02220000.xhp
index e0e8d6ce5c..117b33a9a9 100644
--- a/source/text/shared/01/02220000.xhp
+++ b/source/text/shared/01/02220000.xhp
@@ -238,12 +238,12 @@
<paragraph id="par_id3159090" role="paragraph" xml-lang="en-US"><ahelp hid="svx/ui/imapdialog/text">Enter the text that you want to display when the mouse rests on the hotspot in a browser.</ahelp> If you do not enter any text, the <emph>Address</emph> is displayed.</paragraph>
<h2 id="hd_id3158445">Frame:</h2>
<paragraph id="par_id3150208" role="paragraph" xml-lang="en-US">Enter the name of the target frame that you want to open the URL in. You can also select a standard frame name from the list.</paragraph>
- <paragraph id="par_id3153231" role="paragraph" xml-lang="en-US"><link href="text/shared/01/05020400.xhp#targets" name="List of frame types">List of frame types</link></paragraph>
+ <paragraph id="par_id3153231" role="paragraph" xml-lang="en-US"><link href="text/shared/01/05020400.xhp#targets">List of frame types</link></paragraph>
<bookmark xml-lang="en-US" branch="hid/svx/ui/imapdialog/container" id="bm_id3145131" localize="false"/>
<h2 id="hd_id3150345">Graphic View</h2>
<paragraph id="par_id3150382" role="paragraph" xml-lang="en-US"><ahelp hid="svx/ui/imapdialog/container"><comment>don't hide the imagemap if extended tips are on</comment>Displays the image map, so that you can click and edit the hotspots.</ahelp></paragraph>
<section id="relatedtopics">
- <paragraph id="par_id3150983" role="paragraph" xml-lang="en-US"><link href="text/shared/guide/keyboard.xhp" name="Controlling the ImageMap Editor With the Keyboard">Controlling the ImageMap Editor With the Keyboard</link></paragraph>
+ <paragraph id="par_id3150983" role="paragraph" xml-lang="en-US"><link href="text/shared/guide/keyboard.xhp">Controlling the ImageMap Editor With the Keyboard</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/02230000.xhp b/source/text/shared/01/02230000.xhp
index 33d2424920..1cf241bc1a 100644
--- a/source/text/shared/01/02230000.xhp
+++ b/source/text/shared/01/02230000.xhp
@@ -31,7 +31,7 @@
<section id="track_changes">
<bookmark xml-lang="en-US" branch="hid/.uno:ChangesMenu" id="bm_id8352305" localize="false"/>
-<h1 id="hd_id3152952"><link href="text/shared/01/02230000.xhp" name="Changes">Track Changes</link></h1>
+<h1 id="hd_id3152952"><link href="text/shared/01/02230000.xhp">Track Changes</link></h1>
<paragraph id="par_id3145759" role="paragraph" xml-lang="en-US"><ahelp hid=".">Lists the commands that are available for tracking changes in your file.</ahelp></paragraph>
</section>
@@ -42,10 +42,10 @@
<embed href="text/shared/01/02230150.xhp#red_protect"/>
<embed href="text/shared/01/02230200.xhp#showchanges"/>
-<h2 id="hd_id3153527"><link href="text/shared/01/02230400.xhp" name="Manage">Manage</link></h2>
+<h2 id="hd_id3153527"><link href="text/shared/01/02230400.xhp">Manage</link></h2>
<embed href="text/shared/01/02230400.xhp#redlining"/>
-<h2 id="hd_id3145072"><link href="text/shared/01/02230300.xhp" name="Comment">Comment</link></h2>
+<h2 id="hd_id3145072"><link href="text/shared/01/02230300.xhp">Comment</link></h2>
<embed href="text/shared/01/02230300.xhp#kommentartext"/>
<switch select="appl">
<case select="WRITER">
diff --git a/source/text/shared/01/02230100.xhp b/source/text/shared/01/02230100.xhp
index ac239901f9..611b1d1162 100644
--- a/source/text/shared/01/02230100.xhp
+++ b/source/text/shared/01/02230100.xhp
@@ -31,7 +31,7 @@
<section id="record_changes">
<bookmark xml-lang="en-US" branch="hid/.uno:TrackChanges" id="bm_id3153882" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:TraceChangeMode" id="bm_id3154841" localize="false"/>
-<h1 id="hd_id3150758"><link href="text/shared/01/02230100.xhp" name="Record Changes">Record Changes</link></h1>
+<h1 id="hd_id3150758"><link href="text/shared/01/02230100.xhp">Record Changes</link></h1>
<paragraph role="paragraph" id="par_id3155599" xml-lang="en-US"><ahelp hid=".">Tracks each change that is made in the current document by author and date.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -40,9 +40,9 @@
<embed href="text/swriter/track_changes_toolbar.xhp#icon_record_changes"/>
</section>
<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US"><switchinline select="appl">
-<caseinline select="WRITER">If you choose <emph>Edit - Track Changes - Show</emph>, the lines containing changed text passages are indicated by a vertical line in the left page margin. You can set the properties of the vertical line and the other markup elements by choosing <link href="text/shared/optionen/01040700.xhp" name="Writer - Changes"><emph>%PRODUCTNAME Writer - Changes</emph></link> in the <emph>Options</emph> dialog box.</caseinline></switchinline></paragraph>
+<caseinline select="WRITER">If you choose <emph>Edit - Track Changes - Show</emph>, the lines containing changed text passages are indicated by a vertical line in the left page margin. You can set the properties of the vertical line and the other markup elements by choosing <link href="text/shared/optionen/01040700.xhp"><emph>%PRODUCTNAME Writer - Changes</emph></link> in the <emph>Options</emph> dialog box.</caseinline></switchinline></paragraph>
<paragraph role="paragraph" id="par_id3147261" xml-lang="en-US"><switchinline select="appl">
-<caseinline select="CALC">You can set the properties of the markup elements by choosing <link href="text/shared/optionen/01060600.xhp" name="Calc - Changes"><emph>%PRODUCTNAME Calc - Changes</emph></link> in the <emph>Options</emph> dialog box.</caseinline></switchinline></paragraph>
+<caseinline select="CALC">You can set the properties of the markup elements by choosing <link href="text/shared/optionen/01060600.xhp"><emph>%PRODUCTNAME Calc - Changes</emph></link> in the <emph>Options</emph> dialog box.</caseinline></switchinline></paragraph>
<paragraph role="paragraph" id="par_id3145669" xml-lang="en-US">The following changes are tracked when the record changes command is active:</paragraph>
<switch select="appl">
<case select="WRITER">
diff --git a/source/text/shared/01/02230150.xhp b/source/text/shared/01/02230150.xhp
index 2b004d63ee..e25cbd0ccd 100644
--- a/source/text/shared/01/02230150.xhp
+++ b/source/text/shared/01/02230150.xhp
@@ -31,7 +31,7 @@
<section id="red_protect">
<bookmark xml-lang="en-US" branch="hid/SC_HID_CHG_PROTECT" id="bm_id3153116" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ProtectTraceChangeMode" id="bm_id4566479" localize="false"/>
-<h1 id="hd_id3154349"><link href="text/shared/01/02230150.xhp" name="Protect Changes">Protect Changes</link></h1>
+<h1 id="hd_id3154349"><link href="text/shared/01/02230150.xhp">Protect Changes</link></h1>
<paragraph role="paragraph" id="par_id3150794" xml-lang="en-US"><ahelp hid=".">Prevents a user from deactivating the record changes feature, or from accepting or rejecting changes unless the user enters a password.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/02230200.xhp b/source/text/shared/01/02230200.xhp
index d4b5946150..8a32ea1f6a 100644
--- a/source/text/shared/01/02230200.xhp
+++ b/source/text/shared/01/02230200.xhp
@@ -37,7 +37,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/showchangesdialog/@@nowidget@@" id="bm_id3154349" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ShowChanges" id="bm_id3147240" localize="false"/>
<section id="showchanges">
-<h1 id="hd_id3149988"><link href="text/shared/01/02230200.xhp" name="Show Changes">Show Track Changes</link></h1>
+<h1 id="hd_id3149988"><link href="text/shared/01/02230200.xhp">Show Track Changes</link></h1>
<paragraph role="paragraph" id="par_id3153323" xml-lang="en-US"><variable id="text"><ahelp hid=".">Shows or hides recorded changes.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
@@ -45,7 +45,7 @@
<paragraph role="paragraph" id="par_id251647262886504">On the <emph>Track Changes</emph> toolbar, click</paragraph>
<embed href="text/swriter/track_changes_toolbar.xhp#icon_show_changes"/>
</section>
-<paragraph role="paragraph" id="par_id3152425" xml-lang="en-US">You can change the display properties of the markup elements by choosing <switchinline select="appl"><caseinline select="WRITER"><link href="text/shared/optionen/01060600.xhp" name="Writer - Changes"><emph>%PRODUCTNAME Writer - Changes</emph></link></caseinline></switchinline> <switchinline select="appl"><caseinline select="CALC"><link href="text/shared/optionen/01060600.xhp" name="Calc - Changes"><emph>%PRODUCTNAME Calc - Changes</emph></link></caseinline></switchinline> in the <emph>Options</emph> dialog box.</paragraph>
+<paragraph role="paragraph" id="par_id3152425" xml-lang="en-US">You can change the display properties of the markup elements by choosing <switchinline select="appl"><caseinline select="WRITER"><link href="text/shared/optionen/01060600.xhp"><emph>%PRODUCTNAME Writer - Changes</emph></link></caseinline></switchinline> <switchinline select="appl"><caseinline select="CALC"><link href="text/shared/optionen/01060600.xhp"><emph>%PRODUCTNAME Calc - Changes</emph></link></caseinline></switchinline> in the <emph>Options</emph> dialog box.</paragraph>
<paragraph role="paragraph" id="par_id3155356" xml-lang="en-US">When you rest the mouse pointer over a change markup in the document, a <emph>Tip</emph> displays the author and the date and time that the change was made.<switchinline select="appl"><caseinline select="CALC"> If the <emph>Extended Tips</emph> are activated, the type of change and any attached comments are also displayed.</caseinline></switchinline></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/showchangesdialog/showchanges" id="bm_id3152551" localize="false"/>
@@ -65,7 +65,7 @@
<case select="WRITER">
<paragraph role="paragraph" id="par_id211668109415044">The commands below are available in the <emph>Track Changes toolbar</emph> only.</paragraph>
<h2 id="hd_id321668109420444">All Changes Inline</h2>
- <paragraph role="paragraph" id="par_id581668110199198">The default. Insertions and deletions are displayed in the contents according to the settings in <link href="text/shared/optionen/01060600.xhp" name="Writer - Changes"><switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline> - <menuitem>%PRODUCTNAME Writer - Changes</menuitem></link>.</paragraph>
+ <paragraph role="paragraph" id="par_id581668110199198">The default. Insertions and deletions are displayed in the contents according to the settings in <link href="text/shared/optionen/01060600.xhp"><switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline> - <menuitem>%PRODUCTNAME Writer - Changes</menuitem></link>.</paragraph>
<h2 id="hd_id361668109425108">Deletions in Margin</h2>
<paragraph role="paragraph" id="par_id351668110205116">Show the deleted contents in the margin. Insertions are displayed in the contents.</paragraph>
<h2 id="hd_id71668109429555">Insertions in Margin</h2>
diff --git a/source/text/shared/01/02230300.xhp b/source/text/shared/01/02230300.xhp
index 17781eec26..fd2c6174c4 100644
--- a/source/text/shared/01/02230300.xhp
+++ b/source/text/shared/01/02230300.xhp
@@ -45,6 +45,6 @@
</section>
<note id="par_id3155391">You can attach a comment when <switchinline select="appl"><caseinline select="WRITER">the cursor is in a changed text passage</caseinline><caseinline select="CALC">the changed cell is selected
</caseinline></switchinline>, or in the <emph>Manage Changes</emph> dialog.</note>
-<paragraph role="paragraph" id="par_id3156426" xml-lang="en-US"><switchinline select="appl"><caseinline select="CALC">Comments are displayed as callouts in the sheet when you rest your mouse pointer over a cell with a recorded change. You can also view comments that are attached to a changed cell in the changes list in the <link href="text/shared/01/02230400.xhp" name="Manage Changes"><emph>Manage Changes</emph></link> dialog.</caseinline></switchinline></paragraph>
+<paragraph role="paragraph" id="par_id3156426" xml-lang="en-US"><switchinline select="appl"><caseinline select="CALC">Comments are displayed as callouts in the sheet when you rest your mouse pointer over a cell with a recorded change. You can also view comments that are attached to a changed cell in the changes list in the <link href="text/shared/01/02230400.xhp"><emph>Manage Changes</emph></link> dialog.</caseinline></switchinline></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/01/02230400.xhp b/source/text/shared/01/02230400.xhp
index 74c01210d0..107b773128 100644
--- a/source/text/shared/01/02230400.xhp
+++ b/source/text/shared/01/02230400.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="hid/SW_HID_REDLINE_CTRL" id="bm_id2513258" localize="false"/>
<section id="managechangeshead">
- <h1 id="hd_id3145138"><variable id="Manage changesh1"><link href="text/shared/01/02230400.xhp" name="Manage changes">Manage changes</link></variable></h1>
+ <h1 id="hd_id3145138"><variable id="Manage changesh1"><link href="text/shared/01/02230400.xhp">Manage changes</link></variable></h1>
<paragraph role="paragraph" id="par_id3147240" xml-lang="en-US"><variable id="redlining"><ahelp hid=".">Accept or reject recorded changes.</ahelp></variable></paragraph>
</section>
diff --git a/source/text/shared/01/02230401.xhp b/source/text/shared/01/02230401.xhp
index a14aeca213..e94c0ae56f 100644
--- a/source/text/shared/01/02230401.xhp
+++ b/source/text/shared/01/02230401.xhp
@@ -28,13 +28,13 @@
<bookmark xml-lang="en-US" branch="hid/svx/ui/redlineviewpage/RedlineViewPage" id="bm_id3148919" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/redlineviewpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/SVX_HID_REDLINE_CTRL_VIEW" id="bm_id981646085541111" localize="false"/>
-<h1 id="hd_id3159242"><link href="text/shared/01/02230401.xhp" name="List">List</link></h1>
+<h1 id="hd_id3159242"><link href="text/shared/01/02230401.xhp">List</link></h1>
<paragraph role="paragraph" id="par_id3154894" xml-lang="en-US"><ahelp hid="svx/ui/redlineviewpage/RedlineViewPage">Accept or reject individual changes.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/edit_menu.xhp#list"/>
</section>
-<paragraph role="paragraph" id="par_id3149511" xml-lang="en-US">The <emph>List </emph>tab displays all of the changes that were recorded in the current document. If you want to filter this list, click the <emph>Filter </emph>tab, and then select your <link href="text/shared/01/02230402.xhp" name="filter criteria">filter criteria</link>.<switchinline select="appl"><caseinline select="WRITER"> If the list contains nested changes, the dependencies are shown regardless of the filter.
+<paragraph role="paragraph" id="par_id3149511" xml-lang="en-US">The <emph>List </emph>tab displays all of the changes that were recorded in the current document. If you want to filter this list, click the <emph>Filter </emph>tab, and then select your <link href="text/shared/01/02230402.xhp">filter criteria</link>.<switchinline select="appl"><caseinline select="WRITER"> If the list contains nested changes, the dependencies are shown regardless of the filter.
</caseinline></switchinline></paragraph>
<paragraph role="paragraph" id="par_id3153114" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">Nested changes occur where changes made by different authors overlap.
</caseinline></switchinline></paragraph>
diff --git a/source/text/shared/01/02230402.xhp b/source/text/shared/01/02230402.xhp
index 81ea076aa2..6571192e20 100644
--- a/source/text/shared/01/02230402.xhp
+++ b/source/text/shared/01/02230402.xhp
@@ -26,8 +26,8 @@
</meta>
<body>
<section id="filter">
-<h1 id="hd_id3153323"><link href="text/shared/01/02230402.xhp" name="Filter">Filter</link></h1>
-<paragraph role="paragraph" id="par_id3147088" xml-lang="en-US">Set the criteria for filtering the list of changes on the <link href="text/shared/01/02230401.xhp" name="List"><emph>List</emph></link> tab.</paragraph>
+<h1 id="hd_id3153323"><link href="text/shared/01/02230402.xhp">Filter</link></h1>
+<paragraph role="paragraph" id="par_id3147088" xml-lang="en-US">Set the criteria for filtering the list of changes on the <link href="text/shared/01/02230401.xhp"><emph>List</emph></link> tab.</paragraph>
<bookmark xml-lang="en-US" branch="hid/svx/ui/redlinefilterpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/redlinefilterpage/RedlineFilterPage" id="bm_id3149399" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/SVX_HID_REDLINE_CTRL_FILTER" id="bm_id571646085699728" localize="false"/>
@@ -96,7 +96,7 @@
<bookmark xml-lang="en-US" branch="hid/svx/ui/redlinefilterpage/commentedit" id="bm_id3150105" localize="false"/>
<h2 id="hd_id3155855">Comment</h2>
<paragraph role="paragraph" id="par_id3151114" xml-lang="en-US"><ahelp hid=".">Filters the comments of the changes according to the keyword(s) that you enter.</ahelp></paragraph>
-<tip id="par_id3163820">You can also use <link href="text/shared/01/02100000.xhp" name="regular expressions">regular expressions</link> (wildcards) when you filter the comments.</tip>
+<tip id="par_id3163820">You can also use <link href="text/shared/01/02100000.xhp">regular expressions</link> (wildcards) when you filter the comments.</tip>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/02230500.xhp b/source/text/shared/01/02230500.xhp
index 1dccf43d98..db894918c4 100644
--- a/source/text/shared/01/02230500.xhp
+++ b/source/text/shared/01/02230500.xhp
@@ -30,7 +30,7 @@
<body>
<section id="merge_documents">
<bookmark xml-lang="en-US" branch="hid/.uno:MergeDocuments" id="bm_id2244498" localize="false"/>
-<h1 id="hd_id3149000"><link href="text/shared/01/02230500.xhp" name="Merge Document">Merge Document</link></h1>
+<h1 id="hd_id3149000"><link href="text/shared/01/02230500.xhp">Merge Document</link></h1>
<paragraph role="paragraph" id="par_id3154408" xml-lang="en-US"><variable id="dokzus"><ahelp hid=".uno:MergeDocuments" visibility="visible">Imports changes made to copies of the same document into the original document. Changes made to footnotes, headers, frames and fields are ignored.</ahelp></variable> Identical changes are merged automatically.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/02240000.xhp b/source/text/shared/01/02240000.xhp
index 8fef7ab09e..43a4d601a4 100644
--- a/source/text/shared/01/02240000.xhp
+++ b/source/text/shared/01/02240000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="compare_document">
<bookmark branch="hid/.uno:CompareDocuments" id="bm_id3146807" xml-lang="en-US" localize="false"/>
-<h1 id="hd_id3149877"><variable id="Compare Documenth1"><link href="text/shared/01/02240000.xhp" name="Compare Document">Compare Document</link></variable></h1>
+<h1 id="hd_id3149877"><variable id="Compare Documenth1"><link href="text/shared/01/02240000.xhp">Compare Document</link></variable></h1>
<paragraph role="paragraph" id="par_id3150838" xml-lang="en-US">
<variable id="dokver"><ahelp hid=".uno:CompareDocuments">Compares the current document with a document that you select.</ahelp>
</variable> The contents of the selected document are marked as deletions in the dialog that opens. If you want, you can insert the contents of the selected file into the current document by selecting the relevant deleted entries, clicking <emph>Reject</emph>, and then clicking <emph>Insert</emph>.</paragraph>
diff --git a/source/text/shared/01/02250000.xhp b/source/text/shared/01/02250000.xhp
index 7f5ab8924d..0d0438508b 100644
--- a/source/text/shared/01/02250000.xhp
+++ b/source/text/shared/01/02250000.xhp
@@ -31,7 +31,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/sbibliography/ui/generalpage/@@nowidget@@" id="bm_id3150756" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sbibliography/ui/toolbar" id="bm_id3155354" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3150999" role="heading" level="1"><link href="text/shared/01/02250000.xhp" name="Bibliography Database">Bibliography Database</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3150999" role="heading" level="1"><link href="text/shared/01/02250000.xhp">Bibliography Database</link></paragraph>
</section>
<paragraph xml-lang="en-US" id="par_id3149119" role="paragraph"><variable id="litdattext"><ahelp hid="modules/sbibliography/ui/toolbar/TBC_BT_COL_ASSIGN">Insert, delete, edit, and organize records in the bibliography database.</ahelp></variable></paragraph>
<section id="howtoget">
diff --git a/source/text/shared/01/03020000.xhp b/source/text/shared/01/03020000.xhp
index aba97469d1..0203ddb970 100644
--- a/source/text/shared/01/03020000.xhp
+++ b/source/text/shared/01/03020000.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3150467"><bookmark_value>standard bar on/off</bookmark_value>
</bookmark><comment>mw made "standard bar;..." a one level entry</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:FunctionBarVisible" id="bm_id3152823" localize="false"/>
-<paragraph role="heading" id="hd_id3150467" xml-lang="en-US" level="1"><link href="text/shared/01/03020000.xhp" name="Standard Bar">Standard Bar</link></paragraph>
+<paragraph role="heading" id="hd_id3150467" xml-lang="en-US" level="1"><link href="text/shared/01/03020000.xhp">Standard Bar</link></paragraph>
<paragraph role="paragraph" id="par_id3149495" xml-lang="en-US"><ahelp hid=".uno:FunctionBarVisible">Shows or hides the <emph>Standard</emph> bar.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/03050000.xhp b/source/text/shared/01/03050000.xhp
index 64214960f5..79d47d8126 100644
--- a/source/text/shared/01/03050000.xhp
+++ b/source/text/shared/01/03050000.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3145356"><bookmark_value>tools bar</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ToolBarVisible" id="bm_id3147366" localize="false"/>
-<h1 id="hd_id3145356"><link href="text/shared/01/03050000.xhp" name="Tools Bar">Tools Bar</link></h1>
+<h1 id="hd_id3145356"><link href="text/shared/01/03050000.xhp">Tools Bar</link></h1>
<paragraph role="paragraph" id="par_id3150603" xml-lang="en-US"><ahelp hid=".uno:ToolBarVisible">Shows or hides the <emph>Tools</emph> bar.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/03060000.xhp b/source/text/shared/01/03060000.xhp
index f6cc05e2b0..b142d8d71d 100644
--- a/source/text/shared/01/03060000.xhp
+++ b/source/text/shared/01/03060000.xhp
@@ -31,7 +31,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:TaskBarVisible" id="bm_id5089973" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:StatusBarVisible" id="bm_id9749388" localize="false"/>
-<h1 id="hd_id3152823" xml-lang="en-US"><link href="text/shared/01/03060000.xhp" name="Status Bar">Status Bar</link></h1>
+<h1 id="hd_id3152823" xml-lang="en-US"><link href="text/shared/01/03060000.xhp">Status Bar</link></h1>
<paragraph id="par_id3147000" role="paragraph" xml-lang="en-US"><ahelp hid=".">Shows or hides the <emph>Status</emph> bar at the bottom edge of the window.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -46,10 +46,10 @@
</default>
</switch>
<switch select="appl">
- <case select="WRITER"><paragraph role="paragraph" id="par_id621603817886869"><link href="text/swriter/main0208.xhp" name="writerstatusbar">Status Bar - Overview</link></paragraph></case>
- <case select="CALC"><paragraph role="paragraph" id="par_id971603817903925"><link href="text/scalc/main0208.xhp" name="calcstatusbar">Status Bar - Overview</link></paragraph></case>
- <case select="IMPRESS"><paragraph role="paragraph" id="par_id441603817913885"><link href="text/simpress/main0206.xhp" name="impressstatusbar">Status Bar - Overview</link></paragraph></case>
- <case select="MATH"><paragraph role="paragraph" id="par_id111603817924684"><link href="text/smath/main0202.xhp" name="mathstatusbar">Status Bar - Overview</link></paragraph></case>
+ <case select="WRITER"><paragraph role="paragraph" id="par_id621603817886869"><link href="text/swriter/main0208.xhp">Status Bar - Overview</link></paragraph></case>
+ <case select="CALC"><paragraph role="paragraph" id="par_id971603817903925"><link href="text/scalc/main0208.xhp">Status Bar - Overview</link></paragraph></case>
+ <case select="IMPRESS"><paragraph role="paragraph" id="par_id441603817913885"><link href="text/simpress/main0206.xhp">Status Bar - Overview</link></paragraph></case>
+ <case select="MATH"><paragraph role="paragraph" id="par_id111603817924684"><link href="text/smath/main0202.xhp">Status Bar - Overview</link></paragraph></case>
</switch>
</body>
</helpdocument>
diff --git a/source/text/shared/01/03110000.xhp b/source/text/shared/01/03110000.xhp
index cc5c2a17ee..fe9ccfe23c 100644
--- a/source/text/shared/01/03110000.xhp
+++ b/source/text/shared/01/03110000.xhp
@@ -33,7 +33,7 @@
<bookmark_value>views;full screen</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:FullScreen" id="bm_id2234144" localize="false"/>
-<paragraph id="hd_id3160463" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/03110000.xhp" name="Full Screen">Full Screen</link></paragraph>
+<paragraph id="hd_id3160463" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/03110000.xhp">Full Screen</link></paragraph>
<paragraph id="par_id3148983" role="paragraph" xml-lang="en-US"><ahelp hid=".">Shows or hides the menus and toolbars in Writer or Calc. To exit the full screen mode, click the <emph>Full Screen</emph> button or press the <emph>Esc</emph> key.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/03170000.xhp b/source/text/shared/01/03170000.xhp
index 566b402745..3cf76d44c4 100644
--- a/source/text/shared/01/03170000.xhp
+++ b/source/text/shared/01/03170000.xhp
@@ -34,7 +34,7 @@
<bookmark_value>paint box</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ColorControl" id="bm_id8369955" localize="false"/>
-<h1 id="hd_id3147477"><link href="text/shared/01/03170000.xhp" name="Color Bar">Color Bar</link></h1>
+<h1 id="hd_id3147477"><link href="text/shared/01/03170000.xhp">Color Bar</link></h1>
</section>
<paragraph role="paragraph" id="par_id3153255" xml-lang="en-US"><ahelp hid=".uno:ColorControl"><variable id="colorbar_text">Show or hide the <emph>Color</emph> bar.</variable> To modify or change the color table that is displayed, choose <menuitem>Format - Area</menuitem>, and then click on the <emph>Colors</emph> tab.</ahelp></paragraph>
</section>
diff --git a/source/text/shared/01/03990000.xhp b/source/text/shared/01/03990000.xhp
index 4e111c6ec4..fc463da9f5 100644
--- a/source/text/shared/01/03990000.xhp
+++ b/source/text/shared/01/03990000.xhp
@@ -27,10 +27,10 @@
<body>
<section id="toolbars">
<bookmark xml-lang="en-US" branch="hid/.uno:AvailableToolbars" id="bm_id3563981" localize="false"/>
-<paragraph id="hd_id3160463" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/03990000.xhp" name="Toolbars">Toolbars</link></paragraph>
+<paragraph id="hd_id3160463" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/03990000.xhp">Toolbars</link></paragraph>
<paragraph id="par_id3149748" role="paragraph" xml-lang="en-US"><ahelp hid=".">Opens a submenu to show and hide toolbars.</ahelp> A toolbar contains icons and options that let you quickly access $[officename] commands.</paragraph>
</section>
-<paragraph id="hd_id3153683" role="heading" level="2" xml-lang="en-US"><link href="text/shared/guide/edit_symbolbar.xhp" name="Customize">Customize</link></paragraph>
+<paragraph id="hd_id3153683" role="heading" level="2" xml-lang="en-US"><link href="text/shared/guide/edit_symbolbar.xhp">Customize</link></paragraph>
<paragraph id="par_id2789086" role="paragraph" xml-lang="en-US">Opens a dialog where you can add, edit, and remove icons.</paragraph>
<bookmark xml-lang="en-US" branch="hid/.cmd:RestoreVisibility" id="bm_id9156773" localize="false"/>
<paragraph id="hd_id371715" role="heading" level="2" xml-lang="en-US">Reset</paragraph>
diff --git a/source/text/shared/01/04060000.xhp b/source/text/shared/01/04060000.xhp
index 6c1d98a5fe..edd088fd71 100644
--- a/source/text/shared/01/04060000.xhp
+++ b/source/text/shared/01/04060000.xhp
@@ -29,18 +29,18 @@
<body>
<section id="scan">
<bookmark xml-lang="en-US" branch="hid/.uno:Scan" id="bm_id3147090" localize="false"/>
-<h1 id="hd_id3146902"><link href="text/shared/01/04060000.xhp" name="Scan">Scan</link></h1>
+<h1 id="hd_id3146902"><link href="text/shared/01/04060000.xhp">Scan</link></h1>
<paragraph role="paragraph" id="par_id3154926" xml-lang="en-US"><variable id="scan"><ahelp hid=".uno:Scan">Inserts a scanned image into your document.</ahelp>
</variable></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3153124" xml-lang="en-US">To insert a scanned image, the driver for your scanner must be installed. <switchinline select="sys"><caseinline select="UNIX">Under UNIX systems, install the SANE package found at <link href="http://www.sane-project.org" name="Sane Project">http://www.sane-project.org</link>. The SANE package must use the same libc as $[officename].
+<paragraph role="paragraph" id="par_id3153124" xml-lang="en-US">To insert a scanned image, the driver for your scanner must be installed. <switchinline select="sys"><caseinline select="UNIX">Under UNIX systems, install the SANE package found at <link href="http://www.sane-project.org">http://www.sane-project.org</link>. The SANE package must use the same libc as $[officename].
</caseinline></switchinline></paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000404.xhp#scan"/>
</section>
-<h2 id="hd_id3154673"><link href="text/shared/01/04060100.xhp" name="Select Source">Select Source</link></h2>
+<h2 id="hd_id3154673"><link href="text/shared/01/04060100.xhp">Select Source</link></h2>
<embed href="text/shared/01/04060100.xhp#quellaus"/>
-<h2 id="hd_id3152801"><link href="text/shared/01/04060200.xhp" name="Request">Request</link></h2>
+<h2 id="hd_id3152801"><link href="text/shared/01/04060200.xhp">Request</link></h2>
<embed href="text/shared/01/04060200.xhp#anford"/>
<section id="relatedtopics">
<embed href="text/swriter/guide/insert_graphic_scan.xhp#insert_graphic_scan"/>
diff --git a/source/text/shared/01/04140000.xhp b/source/text/shared/01/04140000.xhp
index 27f19fea92..c5e9f3b6d4 100644
--- a/source/text/shared/01/04140000.xhp
+++ b/source/text/shared/01/04140000.xhp
@@ -29,7 +29,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:InsertGraphic" id="bm_id3150278" localize="false"/>
<section id="insertimageh1">
-<h1 id="hd_id3154350"><link href="text/shared/01/04140000.xhp" name="Inserting Images">Image</link></h1>
+<h1 id="hd_id3154350"><link href="text/shared/01/04140000.xhp">Image</link></h1>
<paragraph id="par_id3159411" role="paragraph" xml-lang="en-US"><variable id="image_text"><variable id="grafiktext"><ahelp hid=".uno:InsertGraphic">Opens a file selection dialog to insert an image into the current document.</ahelp></variable></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/04150000.xhp b/source/text/shared/01/04150000.xhp
index 6aa60e3a96..7629753c83 100644
--- a/source/text/shared/01/04150000.xhp
+++ b/source/text/shared/01/04150000.xhp
@@ -27,16 +27,16 @@
<body>
<section id="object_submenu">
<bookmark xml-lang="en-US" branch="hid/.uno:ObjectMenu" id="bm_id2569353" localize="false"/>
-<h1 id="hd_id3146873"><variable id="oleobjecth1"><link href="text/shared/01/04150000.xhp" name="Object">OLE Object</link></variable></h1>
+<h1 id="hd_id3146873"><variable id="oleobjecth1"><link href="text/shared/01/04150000.xhp">OLE Object</link></variable></h1>
<paragraph id="par_id3159079" role="paragraph" xml-lang="en-US"><ahelp hid=".">Inserts an embedded or linked object into your document, including formulas, QR codes, and OLE objects.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000404.xhp#insert_objects"/>
</section>
-<h2 id="hd_id3153577"><link href="text/shared/01/04160300.xhp" name="Formula">Formula Object</link></h2>
+<h2 id="hd_id3153577"><link href="text/shared/01/04160300.xhp">Formula Object</link></h2>
<embed href="text/shared/01/04160300.xhp#starmath"/>
<embed href="text/shared/guide/qrcode.xhp#qrcodeh1"/>
-<h2 id="hd_id3154894"><link href="text/shared/01/04150100.xhp" name="OLE Object">OLE Object</link></h2>
+<h2 id="hd_id3154894"><link href="text/shared/01/04150100.xhp">OLE Object</link></h2>
<embed href="text/shared/01/04150100.xhp#ole"/>
</body>
</helpdocument>
diff --git a/source/text/shared/01/04150100.xhp b/source/text/shared/01/04150100.xhp
index 2e5a031aa7..e756fc1e9d 100644
--- a/source/text/shared/01/04150100.xhp
+++ b/source/text/shared/01/04150100.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/insertoleobject/@@nowidget@@" id="bm_id9083923" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertObject" id="bm_id3152952" localize="false"/>
<h1 id="hd_id3153116">Insert OLE Object</h1>
- <paragraph role="paragraph" id="par_id3149748" xml-lang="en-US"><variable id="ole"><ahelp hid=".">Inserts an <link href="text/shared/00/00000005.xhp#ole" name="OLE"><emph>OLE</emph></link> object into the current document. The OLE object is inserted as a link or an embedded object.</ahelp></variable></paragraph>
+ <paragraph role="paragraph" id="par_id3149748" xml-lang="en-US"><variable id="ole"><ahelp hid=".">Inserts an <link href="text/shared/00/00000005.xhp#ole"><emph>OLE</emph></link> object into the current document. The OLE object is inserted as a link or an embedded object.</ahelp></variable></paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000404.xhp#ole_object"/>
</section>
diff --git a/source/text/shared/01/04160300.xhp b/source/text/shared/01/04160300.xhp
index 246d42a8a8..d59eb09fb4 100644
--- a/source/text/shared/01/04160300.xhp
+++ b/source/text/shared/01/04160300.xhp
@@ -44,7 +44,7 @@
<switch select="appl">
<case select="MATH">
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id3154317" xml-lang="en-US"><link href="text/smath/main0000.xhp" name="Formulas">Formulas</link></paragraph>
+ <paragraph role="paragraph" id="par_id3154317" xml-lang="en-US"><link href="text/smath/main0000.xhp">Formulas</link></paragraph>
</section>
</case>
</switch>
diff --git a/source/text/shared/01/04160500.xhp b/source/text/shared/01/04160500.xhp
index f7cc60a5d2..ef73456ec2 100644
--- a/source/text/shared/01/04160500.xhp
+++ b/source/text/shared/01/04160500.xhp
@@ -38,7 +38,7 @@
</section>
<note id="par_id3151100">If you want to create HTML pages that use floating frames, choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML compatibility</emph>, and then select the "MS Internet Explorer" option. The floating frame is bounded by &lt;IFRAME&gt; and &lt;/IFRAME&gt; tags.</note>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3151330" xml-lang="en-US"><link href="text/shared/01/02210101.xhp" name="Floating frame properties">Floating frame properties</link></paragraph>
+<paragraph role="paragraph" id="par_id3151330" xml-lang="en-US"><link href="text/shared/01/02210101.xhp">Floating frame properties</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/04180100.xhp b/source/text/shared/01/04180100.xhp
index 60f92c07bf..fca64d9906 100644
--- a/source/text/shared/01/04180100.xhp
+++ b/source/text/shared/01/04180100.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:DataImport" id="bm_id8802771" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ViewDataSourceBrowser" id="bm_id750714" localize="false"/>
-<paragraph id="hd_id3156053" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/04180100.xhp" name="Data Sources">Data Sources</link></paragraph>
+<paragraph id="hd_id3156053" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/04180100.xhp">Data Sources</link></paragraph>
<paragraph id="par_id3149495" role="paragraph" xml-lang="en-US"><ahelp hid=".">Lists the databases that are registered in <item type="productname">%PRODUCTNAME</item> and lets you manage the contents of the databases.</ahelp></paragraph>
</section>
@@ -44,9 +44,9 @@
<paragraph id="par_id3154823" role="paragraph" xml-lang="en-US">You can insert fields from a database into your file or you can create forms to access the database.</paragraph>
<section id="relatedtopics">
-<paragraph id="par_id3156427" role="paragraph" xml-lang="en-US"><link href="text/shared/main0212.xhp" name="Table Data bar">Table Data bar</link></paragraph>
+<paragraph id="par_id3156427" role="paragraph" xml-lang="en-US"><link href="text/shared/main0212.xhp">Table Data bar</link></paragraph>
<embed href="text/shared/guide/dragdrop_beamer.xhp#dragdrop_beamer"/>
-<paragraph id="par_id3153311" role="paragraph" xml-lang="en-US"><link href="text/shared/02/01170000.xhp" name="Forms">Forms</link></paragraph>
+<paragraph id="par_id3153311" role="paragraph" xml-lang="en-US"><link href="text/shared/02/01170000.xhp">Forms</link></paragraph>
</section>
</body>
diff --git a/source/text/shared/01/04990000.xhp b/source/text/shared/01/04990000.xhp
index 510f4451e6..b250f9eb44 100644
--- a/source/text/shared/01/04990000.xhp
+++ b/source/text/shared/01/04990000.xhp
@@ -28,7 +28,7 @@
<body>
<section id="media_submenu">
<bookmark xml-lang="en-US" branch="hid/.uno:GraphicMenu" id="bm_id1919919" localize="false"/>
-<h1 id="hd_id3156045"><link href="text/shared/01/04990000.xhp" name="media">Media</link></h1>
+<h1 id="hd_id3156045"><link href="text/shared/01/04990000.xhp">Media</link></h1>
<paragraph id="par_id3154613" role="paragraph" xml-lang="en-US"><ahelp hid=".">The submenu presents various sources that an image, audio or video can be insert from.</ahelp></paragraph>
</section>
<embed href="text/shared/01/gallery.xhp#stargallery"/>
diff --git a/source/text/shared/01/05010000.xhp b/source/text/shared/01/05010000.xhp
index 924933b2a0..2c916da5ab 100644
--- a/source/text/shared/01/05010000.xhp
+++ b/source/text/shared/01/05010000.xhp
@@ -42,7 +42,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:SetDefault" id="bm_id3244018" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:StandardTextAttributes" id="bm_id2575480" localize="false"/>
-<h1 id="hd_id3153391"><link href="text/shared/01/05010000.xhp" name="Clear Direct Formatting">Clear Direct Formatting</link></h1>
+<h1 id="hd_id3153391"><link href="text/shared/01/05010000.xhp">Clear Direct Formatting</link></h1>
<paragraph role="paragraph" id="par_id3145829" xml-lang="en-US"><ahelp hid=".">Removes direct formatting from the selection.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3147261" xml-lang="en-US"><switchinline select="appl"><caseinline select="CHART">
diff --git a/source/text/shared/01/05020000.xhp b/source/text/shared/01/05020000.xhp
index 130bce205c..465e71005b 100644
--- a/source/text/shared/01/05020000.xhp
+++ b/source/text/shared/01/05020000.xhp
@@ -51,7 +51,7 @@
<switch select="appl">
<case select="WRITER">
<embed href="text/shared/01/05020600.xhp#asilayout"/>
-<h2 id="hd_id3147588"><link href="text/shared/01/05020400.xhp" name="Hyperlink">Hyperlink</link></h2>
+<h2 id="hd_id3147588"><link href="text/shared/01/05020400.xhp">Hyperlink</link></h2>
<embed href="text/shared/01/05020400.xhp#hyperlinktext"/>
<embed href="text/shared/02/02160000.xhp#character_highlight"/>
</case>
@@ -60,7 +60,7 @@
<switch select="appl">
<case select="WRITER">
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id831610541188010"><link href="text/swriter/01/05130002.xhp" name="Character_Style">Character Style</link></paragraph>
+<paragraph role="paragraph" id="par_id831610541188010"><link href="text/swriter/01/05130002.xhp">Character Style</link></paragraph>
</section>
</case>
</switch>
diff --git a/source/text/shared/01/05020100.xhp b/source/text/shared/01/05020100.xhp
index 9bdc2cfa9e..3a326cc01f 100644
--- a/source/text/shared/01/05020100.xhp
+++ b/source/text/shared/01/05020100.xhp
@@ -42,7 +42,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/charnamepage/CharNamePage" id="bm_id3148919" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/charnamepage/@@nowidget@@" id="bm_id3148919" localize="false"/>
<section id="characters">
-<h1 id="hd_id3154812"><switchinline select="appl"><caseinline select="CHART"><link href="text/shared/01/05020100.xhp" name="Characters">Characters</link></caseinline><defaultinline><link href="text/shared/01/05020100.xhp" name="Font">Font</link></defaultinline></switchinline></h1>
+<h1 id="hd_id3154812"><switchinline select="appl"><caseinline select="CHART"><link href="text/shared/01/05020100.xhp">Characters</link></caseinline><defaultinline><link href="text/shared/01/05020100.xhp">Font</link></defaultinline></switchinline></h1>
<paragraph role="paragraph" id="par_id3158405" xml-lang="en-US"><variable id="zn"><ahelp hid="cui/ui/charnamepage/CharNamePage">Specify the formatting and the font that you want to apply.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
@@ -118,8 +118,8 @@
</case>
</switch>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3145364" xml-lang="en-US"><link href="text/shared/optionen/01140000.xhp" name="Asian languages support">Asian languages support</link></paragraph>
-<paragraph role="paragraph" id="par_id3147213" xml-lang="en-US"><link href="text/shared/optionen/01140000.xhp" name="Complex text layout support">Complex text layout support</link></paragraph>
+<paragraph role="paragraph" id="par_id3145364" xml-lang="en-US"><link href="text/shared/optionen/01140000.xhp">Asian languages support</link></paragraph>
+<paragraph role="paragraph" id="par_id3147213" xml-lang="en-US"><link href="text/shared/optionen/01140000.xhp">Complex text layout support</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05020200.xhp b/source/text/shared/01/05020200.xhp
index e714aaf963..7d63481aca 100644
--- a/source/text/shared/01/05020200.xhp
+++ b/source/text/shared/01/05020200.xhp
@@ -49,7 +49,7 @@
</bookmark><comment>ufi inserted "fonts;colors"</comment><comment>MW copied two entries about font colors to text/shared/guide/text_color</comment><comment>mw added 3 index entries about ignored font colors</comment>
<bookmark xml-lang="en-US" branch="hid/cui/ui/effectspage/EffectsPage" id="bm_id3147090" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/effectspage/@@nowidget@@" id="bm_id3147090" localize="false"/>
-<h1 id="hd_id3153514"><link href="text/shared/01/05020200.xhp" name="Font Effects">Font Effects</link></h1>
+<h1 id="hd_id3153514"><link href="text/shared/01/05020200.xhp">Font Effects</link></h1>
<paragraph xml-lang="en-US" id="par_id3149205" role="paragraph"><ahelp hid="cui/ui/effectspage/EffectsPage">Specify the font effects that you want to use.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -78,7 +78,7 @@
</section>
<switch select="appl">
<case select="WRITER">
-<warning id="par_id3150037">The text color is ignored when printing, if the <emph>Print text in black</emph> check box is selected in <link href="text/shared/optionen/01040400.xhp" name="Writer - Print"><emph>%PRODUCTNAME Writer - Print</emph></link> in the <emph>Options</emph> dialog box.</warning>
+<warning id="par_id3150037">The text color is ignored when printing, if the <emph>Print text in black</emph> check box is selected in <link href="text/shared/optionen/01040400.xhp"><emph>%PRODUCTNAME Writer - Print</emph></link> in the <emph>Options</emph> dialog box.</warning>
</case>
</switch>
<warning id="par_id7613757">The text color is ignored on screen, if the <emph>Use automatic font color for screen display</emph> check box is selected in <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph>
diff --git a/source/text/shared/01/05020300.xhp b/source/text/shared/01/05020300.xhp
index f3ad875226..d957bf8821 100644
--- a/source/text/shared/01/05020300.xhp
+++ b/source/text/shared/01/05020300.xhp
@@ -39,11 +39,11 @@
<section id="numbersh1">
<switch select="appl">
<case select="CALC">
-<h1 id="hd_id3162942"><variable id="NumbersLink"><link href="text/shared/01/05020300.xhp" name="Numbers">Numbers</link></variable></h1>
+<h1 id="hd_id3162942"><variable id="NumbersLink"><link href="text/shared/01/05020300.xhp">Numbers</link></variable></h1>
<paragraph xml-lang="en-US" id="par_id3145071" role="paragraph"><variable id="zahlen"><ahelp hid=".uno:TableNumberFormatDialog">Specify the formatting options for the selected cell(s).</ahelp></variable></paragraph>
</case>
<default>
-<h1 id="hd_id3152942"><link href="text/shared/01/05020300.xhp" name="Numbers/Format">Numbers / Format</link></h1>
+<h1 id="hd_id3152942"><link href="text/shared/01/05020300.xhp">Numbers / Format</link></h1>
<paragraph xml-lang="en-US" id="par_id3145086" role="paragraph">Specify the formatting option for the selected variable.</paragraph>
</default>
</switch>
@@ -129,7 +129,7 @@
<paragraph xml-lang="en-US" id="par_id3156060" role="paragraph"><ahelp hid="cui/ui/numberingformatpage/commented">Enter a comment for the selected number format, and then click outside this box.</ahelp></paragraph>
<embed href="text/shared/00/00000001.xhp#preview_field"/>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id3145364" role="paragraph"><link href="text/shared/01/05020301.xhp" name="Number format codes">Number format codes</link>: <link href="text/shared/01/05020301.xhp" name="Custom format codes">custom format codes</link> defined by user.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3145364" role="paragraph"><link href="text/shared/01/05020301.xhp">Number format codes</link>: <link href="text/shared/01/05020301.xhp">custom format codes</link> defined by user.</paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05020301.xhp b/source/text/shared/01/05020301.xhp
index 6cfb83564f..5abf15e519 100644
--- a/source/text/shared/01/05020301.xhp
+++ b/source/text/shared/01/05020301.xhp
@@ -46,7 +46,7 @@
</bookmark>
<comment>mw made "time formats" a two level entry and deleted 2x "formats;"</comment>
-<paragraph id="hd_id3153514" role="heading" level="1" xml-lang="en-US"><variable id="zahlenformatcodes"><link href="text/shared/01/05020301.xhp" name="Number Format Codes">Number Format Codes</link> </variable></paragraph>
+<paragraph id="hd_id3153514" role="heading" level="1" xml-lang="en-US"><variable id="zahlenformatcodes"><link href="text/shared/01/05020301.xhp">Number Format Codes</link> </variable></paragraph>
<paragraph id="par_id3150467" role="paragraph" xml-lang="en-US">Number format codes can consist of up to four sections separated by a semicolon (<emph>;</emph>).</paragraph>
<list type="ordered">
diff --git a/source/text/shared/01/05020400.xhp b/source/text/shared/01/05020400.xhp
index f1887d0e59..129a7d117d 100644
--- a/source/text/shared/01/05020400.xhp
+++ b/source/text/shared/01/05020400.xhp
@@ -37,12 +37,12 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/charurlpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/charurlpage/CharURLPage" id="bm_id3153089" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertHyperlinkDlg" id="bm_id3155934" localize="false"/>
-<paragraph role="heading" id="hd_id3152895" xml-lang="en-US" level="1"><link href="text/shared/01/05020400.xhp" name="Hyperlink">Hyperlink</link></paragraph>
+<paragraph role="heading" id="hd_id3152895" xml-lang="en-US" level="1"><link href="text/shared/01/05020400.xhp">Hyperlink</link></paragraph>
<paragraph role="paragraph" id="par_id3149388" xml-lang="en-US"><variable id="hyperlinktext"><ahelp hid=".uno:InsertHyperlinkDlg">Assigns a new hyperlink or edits the selected hyperlink.</ahelp>
</variable> A hyperlink is a link to a file on the Internet or on your local system.</paragraph>
<switch select="appl">
<case select="WRITER">
-<paragraph role="paragraph" id="par_id3145211" xml-lang="en-US">You can also assign or edit a named HTML anchor, or <link href="text/swriter/01/04040000.xhp" name="Bookmark">Bookmark</link>, that refers to a specific place in a document.</paragraph>
+<paragraph role="paragraph" id="par_id3145211" xml-lang="en-US">You can also assign or edit a named HTML anchor, or <link href="text/swriter/01/04040000.xhp">Bookmark</link>, that refers to a specific place in a document.</paragraph>
</case>
</switch>
<section id="howtoget">
@@ -52,7 +52,7 @@
<paragraph role="paragraph" id="par_id3156113" xml-lang="en-US">Specify the properties for the hyperlink.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/charurlpage/urled" id="bm_id3148685" localize="false"/>
<paragraph role="heading" id="hd_id3166410" xml-lang="en-US" level="3">URL</paragraph>
-<paragraph role="paragraph" id="par_id3153332" xml-lang="en-US"><variable id="texturl"><ahelp hid="modules/swriter/ui/charurlpage/urled">Enter a <link href="text/shared/00/00000002.xhp#url" name="URL">URL</link> for the file that you want to open when you click the hyperlink.</ahelp> If you do not specify a target frame, the file opens in the current document or frame.
+<paragraph role="paragraph" id="par_id3153332" xml-lang="en-US"><variable id="texturl"><ahelp hid="modules/swriter/ui/charurlpage/urled">Enter a <link href="text/shared/00/00000002.xhp#url">URL</link> for the file that you want to open when you click the hyperlink.</ahelp> If you do not specify a target frame, the file opens in the current document or frame.
</variable></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/charurlpage/urlpb" id="bm_id3150771" localize="false"/>
<paragraph role="heading" id="hd_id3153716" xml-lang="en-US" level="3">Browse</paragraph>
@@ -136,8 +136,8 @@
<paragraph role="heading" id="hd_id3154365" xml-lang="en-US" level="3">Unvisited links</paragraph>
<paragraph role="paragraph" id="par_id3154216" xml-lang="en-US"><ahelp hid="modules/swriter/ui/charurlpage/unvisitedlb">Select a formatting style to use for unvisited links from the list. To add or modify a style in this list, close this dialog, and click the <emph>Styles</emph> icon on the <emph>Formatting</emph> toolbar.</ahelp></paragraph>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3143231" xml-lang="en-US"><link href="text/shared/02/09070000.xhp" name="Hyperlink dialog">Hyperlink dialog</link></paragraph>
-<paragraph role="paragraph" id="par_id3152933" xml-lang="en-US"><link href="text/swriter/01/05060700.xhp" name="Assign macro">Assign macro</link></paragraph>
+<paragraph role="paragraph" id="par_id3143231" xml-lang="en-US"><link href="text/shared/02/09070000.xhp">Hyperlink dialog</link></paragraph>
+<paragraph role="paragraph" id="par_id3152933" xml-lang="en-US"><link href="text/swriter/01/05060700.xhp">Assign macro</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05020500.xhp b/source/text/shared/01/05020500.xhp
index 357a6ab63e..1fd1518943 100644
--- a/source/text/shared/01/05020500.xhp
+++ b/source/text/shared/01/05020500.xhp
@@ -41,8 +41,8 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/positionpage/PositionPage" id="bm_id3145138" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/positionpage/@@nowidget@@" id="bm_id3145138" localize="false"/>
-<paragraph role="heading" id="hd_id3154841" xml-lang="en-US" level="1"><switchinline select="appl"><caseinline select="CALC"><link href="text/shared/01/05020500.xhp" name="Font Position">Font Position</link>
-</caseinline><defaultinline><link href="text/shared/01/05020500.xhp" name="Position">Position</link></defaultinline></switchinline></paragraph>
+<paragraph role="heading" id="hd_id3154841" xml-lang="en-US" level="1"><switchinline select="appl"><caseinline select="CALC"><link href="text/shared/01/05020500.xhp">Font Position</link>
+</caseinline><defaultinline><link href="text/shared/01/05020500.xhp">Position</link></defaultinline></switchinline></paragraph>
<paragraph role="paragraph" id="par_id3148585" xml-lang="en-US"><ahelp hid="cui/ui/positionpage/PositionPage">Specify the position, scaling, rotation, and spacing for characters.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -106,7 +106,7 @@
<paragraph role="paragraph" id="par_id3146974" xml-lang="en-US"><ahelp hid=".">Specifies the spacing between the characters of the selected text.</ahelp> Enter the amount by which you want to expand or condense the text in the spin button.</paragraph>
<paragraph role="tip" id="par_id3146975" xml-lang="en-US">To increase the spacing, set a positive value; to reduce it, set a negative value.</paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/positionpage/pairkerning" id="bm_id3153095" localize="false"/>
-<paragraph role="heading" id="hd_id3154127" xml-lang="en-US" level="3"><link href="text/shared/00/00000005.xhp#kerning" name="Pair kerning">Pair kerning</link></paragraph>
+<paragraph role="heading" id="hd_id3154127" xml-lang="en-US" level="3"><link href="text/shared/00/00000005.xhp#kerning">Pair kerning</link></paragraph>
<paragraph role="paragraph" id="par_id3148616" xml-lang="en-US"><ahelp hid="cui/ui/positionpage/pairkerning">Automatically adjust the character spacing for specific letter combinations.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id3150010" xml-lang="en-US">Kerning is only available for certain font types and requires that your printer support this option.</paragraph>
<embed href="text/shared/00/00000001.xhp#preview_field"/>
diff --git a/source/text/shared/01/05020600.xhp b/source/text/shared/01/05020600.xhp
index f4ed7f2812..f938058abd 100644
--- a/source/text/shared/01/05020600.xhp
+++ b/source/text/shared/01/05020600.xhp
@@ -36,7 +36,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/twolinespage/TwoLinesPage" id="bm_id3146324" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/twolinespage/@@nowidget@@" id="bm_id3146324" localize="false"/>
-<paragraph role="heading" id="hd_id3156053" xml-lang="en-US" level="1"><link href="text/shared/01/05020600.xhp" name="Asian Layout">Asian Layout</link></paragraph>
+<paragraph role="heading" id="hd_id3156053" xml-lang="en-US" level="1"><link href="text/shared/01/05020600.xhp">Asian Layout</link></paragraph>
<paragraph role="paragraph" id="par_id3155351" xml-lang="en-US"><ahelp hid=".">Sets the options for double-line writing for Asian languages. Select the characters in your text, and then choose this command.</ahelp></paragraph>
</section>
<embed href="text/shared/00/00000007.xhp#asia_note"/>
diff --git a/source/text/shared/01/05020700.xhp b/source/text/shared/01/05020700.xhp
index 4455f638f5..258abe805a 100644
--- a/source/text/shared/01/05020700.xhp
+++ b/source/text/shared/01/05020700.xhp
@@ -33,7 +33,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/asiantypography/AsianTypography" id="bm_id3155356" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/asiantypography/@@nowidget@@" id="bm_id3155356" localize="false"/>
-<paragraph role="heading" id="hd_id3155620" xml-lang="en-US" level="1"><link href="text/shared/01/05020700.xhp" name="Asian Typography">Asian Typography</link></paragraph>
+<paragraph role="heading" id="hd_id3155620" xml-lang="en-US" level="1"><link href="text/shared/01/05020700.xhp">Asian Typography</link></paragraph>
<paragraph role="paragraph" id="par_id3153124" xml-lang="en-US"><ahelp hid=".">Set the typographic options for cells or paragraphs in Asian language files. To enable Asian language support, choose <emph>Language Settings - Languages</emph> in the <emph>Options</emph> dialog box, and then select the <emph>Enabled</emph> box in the <emph>Asian language support</emph> area.</ahelp> The Asian typography options are ignored in HTML documents.</paragraph>
</section>
<section id="howtoget">
@@ -42,13 +42,13 @@
<paragraph role="heading" id="hd_id3147571" xml-lang="en-US" level="2">Line change</paragraph>
<paragraph role="paragraph" id="par_id3147834" xml-lang="en-US">Set the options for line breaks in Asian language documents.</paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/asiantypography/checkForbidList" id="bm_id3155355" localize="false"/><paragraph role="heading" id="hd_id3145072" xml-lang="en-US" level="3">Apply list of forbidden characters to the beginning and end of line</paragraph>
-<paragraph role="paragraph" id="par_id3153683" xml-lang="en-US"><ahelp hid="cui/ui/asiantypography/checkForbidList">Prevents the characters in the list from starting or ending a line. The characters are relocated to either the previous or the next line.</ahelp> To edit the list of restricted characters, choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - </emph><link href="text/shared/optionen/01150100.xhp" name="Asian Layout"><emph>Asian Layout</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3153683" xml-lang="en-US"><ahelp hid="cui/ui/asiantypography/checkForbidList">Prevents the characters in the list from starting or ending a line. The characters are relocated to either the previous or the next line.</ahelp> To edit the list of restricted characters, choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - </emph><link href="text/shared/optionen/01150100.xhp"><emph>Asian Layout</emph></link>.</paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/asiantypography/checkHangPunct" id="bm_id3156410" localize="false"/><paragraph role="heading" id="hd_id3149751" xml-lang="en-US" level="3">Allow hanging punctuation</paragraph>
<paragraph role="paragraph" id="par_id3149096" xml-lang="en-US"><ahelp hid="cui/ui/asiantypography/checkHangPunct">Prevents commas and periods from breaking the line. Instead, these characters are added to the end of the line, even in the page margin.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/asiantypography/checkApplySpacing" id="bm_id3149811" localize="false"/><paragraph role="heading" id="par_id3147275" xml-lang="en-US" level="3">Apply spacing between Asian and non-Asian text</paragraph>
<paragraph role="paragraph" id="par_id3148539" xml-lang="en-US"><ahelp hid="cui/ui/asiantypography/checkApplySpacing">Inserts a space between ideographic and alphabetic text.</ahelp></paragraph>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3153665" xml-lang="en-US"><link href="text/shared/optionen/01140000.xhp" name="Enabling Asian language support">Enabling Asian language support</link></paragraph>
+<paragraph role="paragraph" id="par_id3153665" xml-lang="en-US"><link href="text/shared/optionen/01140000.xhp">Enabling Asian language support</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05030000.xhp b/source/text/shared/01/05030000.xhp
index 81156dc741..f1853f4492 100644
--- a/source/text/shared/01/05030000.xhp
+++ b/source/text/shared/01/05030000.xhp
@@ -35,7 +35,7 @@
<section id="howtoget">
<embed href="text/shared/00/00040500.xhp#paragraph"/>
</section>
-<paragraph role="paragraph" id="par_id3156042" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">The paragraph style for the current paragraph is displayed at the <emph>Formatting</emph> toolbar, and is highlighted in the <link href="text/swriter/01/05140000.xhp" name="Styles">Styles window</link>.
+<paragraph role="paragraph" id="par_id3156042" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">The paragraph style for the current paragraph is displayed at the <emph>Formatting</emph> toolbar, and is highlighted in the <link href="text/swriter/01/05140000.xhp">Styles window</link>.
</caseinline></switchinline><comment>UFI: changed name of bar</comment></paragraph>
<embed href="text/shared/01/05030100.xhp#indent_space"/>
<embed href="text/shared/01/05030700.xhp#alignment"/>
diff --git a/source/text/shared/01/05030100.xhp b/source/text/shared/01/05030100.xhp
index 9375088d2e..26a856fcaf 100644
--- a/source/text/shared/01/05030100.xhp
+++ b/source/text/shared/01/05030100.xhp
@@ -37,13 +37,13 @@
</bookmark><comment>mw deleted "footnote spacings" and added "paragraphs;spacing"</comment>
<bookmark xml-lang="en-US" branch="hid/cui/ui/paraindentspacing/ParaIndentSpacing" id="bm_id3145138" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/paraindentspacing/@@nowidget@@" id="bm_id3145138" localize="false"/>
-<h1 xml-lang="en-US" id="hd_id3154689"><link href="text/shared/01/05030100.xhp" name="Indents and Spacing">Indents and Spacing</link></h1>
+<h1 xml-lang="en-US" id="hd_id3154689"><link href="text/shared/01/05030100.xhp">Indents and Spacing</link></h1>
<paragraph xml-lang="en-US" id="par_id3155069" role="paragraph"><ahelp hid="cui/ui/paraindentspacing/ParaIndentSpacing">Sets the indenting and the spacing options for the paragraph.</ahelp></paragraph>
</section>
<note xml-lang="en-US" id="par_id3153910">To change the measurement units used in this dialog, choose <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - General</menuitem> , and then select a new measurement unit in the Settings area.</note>
<switch select="appl">
<case select="WRITER">
-<tip xml-lang="en-US" id="par_id3154823">You can also <link href="text/swriter/guide/ruler.xhp" name="ruler">set indents using the ruler</link>. To display the ruler, choose <menuitem>View - Ruler</menuitem>.</tip>
+<tip xml-lang="en-US" id="par_id3154823">You can also <link href="text/swriter/guide/ruler.xhp">set indents using the ruler</link>. To display the ruler, choose <menuitem>View - Ruler</menuitem>.</tip>
</case>
</switch>
<section id="howtoget">
@@ -189,7 +189,7 @@
<case select="WRITER">
<section id="relatedtopics">
<embed href="text/swriter/guide/indenting.xhp#indenting"/>
- <paragraph xml-lang="en-US" id="par_id9267250" role="paragraph"><link href="text/swriter/guide/registertrue.xhp" name="Writing Register-true">Printing with Page line-spacing</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id9267250" role="paragraph"><link href="text/swriter/guide/registertrue.xhp">Printing with Page line-spacing</link></paragraph>
</section>
</case>
</switch>
diff --git a/source/text/shared/01/05030300.xhp b/source/text/shared/01/05030300.xhp
index 557b654f02..2778f20c5c 100644
--- a/source/text/shared/01/05030300.xhp
+++ b/source/text/shared/01/05030300.xhp
@@ -34,7 +34,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/paratabspage/ParagraphTabsPage" id="bm_id3153311" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/paratabspage/@@nowidget@@" id="bm_id3153311" localize="false"/>
-<paragraph role="heading" id="hd_id3156027" xml-lang="en-US" level="1"><link href="text/shared/01/05030300.xhp" name="Tabs">Tabs</link></paragraph>
+<paragraph role="heading" id="hd_id3156027" xml-lang="en-US" level="1"><link href="text/shared/01/05030300.xhp">Tabs</link></paragraph>
<paragraph role="paragraph" id="par_id3153577" xml-lang="en-US"><ahelp hid="cui/ui/paratabspage/ParagraphTabsPage">Set the position of a tab stop in a paragraph.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3147653" xml-lang="en-US">If you want, you can also use the ruler to set the tab positions.</paragraph>
diff --git a/source/text/shared/01/05030500.xhp b/source/text/shared/01/05030500.xhp
index cc696c88c9..197b9aa149 100644
--- a/source/text/shared/01/05030500.xhp
+++ b/source/text/shared/01/05030500.xhp
@@ -28,7 +28,7 @@
<section id="borders">
<bookmark xml-lang="en-US" branch="hid/cui/ui/borderpage/BorderPage" id="bm_id3150756" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/borderpage/@@nowidget@@" id="bm_id3150756" localize="false"/>
- <h1 id="hd_id3154812" xml-lang="en-US"><link href="text/shared/01/05030500.xhp" name="Borders">Borders</link></h1>
+ <h1 id="hd_id3154812" xml-lang="en-US"><link href="text/shared/01/05030500.xhp">Borders</link></h1>
<paragraph role="paragraph" id="par_id3151097" xml-lang="en-US"><ahelp hid="cui/ui/borderpage/BorderPage">Sets the border options for the selected objects in Writer or Calc.</ahelp></paragraph>
</section>
diff --git a/source/text/shared/01/05030700.xhp b/source/text/shared/01/05030700.xhp
index 35933dfe1e..5537b5469a 100644
--- a/source/text/shared/01/05030700.xhp
+++ b/source/text/shared/01/05030700.xhp
@@ -36,7 +36,7 @@
</bookmark><comment>MW deleted "text;"</comment>
<bookmark xml-lang="en-US" branch="hid/cui/ui/paragalignpage/ParaAlignPage" id="bm_id3149495" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/paragalignpage/@@nowidget@@" id="bm_id3149495" localize="false"/>
-<h1 id="hd_id3150008" xml-lang="en-US"><link href="text/shared/01/05030700.xhp" name="Alignment">Alignment</link></h1>
+<h1 id="hd_id3150008" xml-lang="en-US"><link href="text/shared/01/05030700.xhp">Alignment</link></h1>
<paragraph role="paragraph" id="par_id3147399" xml-lang="en-US"><ahelp hid="cui/ui/paragalignpage/ParaAlignPage">Sets the alignment of the paragraph relative to the margins of page.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -83,7 +83,7 @@
</switch>
<bookmark xml-lang="en-US" branch="hid/cui/ui/paragalignpage/checkCB_SNAP" id="bm_id3154123" localize="false"/>
<paragraph role="heading" id="hd_id3150495" xml-lang="en-US" level="3">Snap to text grid (if active)</paragraph>
-<paragraph role="paragraph" id="par_id3154331" xml-lang="en-US"><ahelp hid="cui/ui/paragalignpage/checkCB_SNAP">Aligns the paragraph to a text grid. To activate the text grid, choose <link href="text/swriter/01/05040800.xhp" name="Format - Page Style - Text Grid"><emph>Format - Page Style - Text Grid</emph></link>.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3154331" xml-lang="en-US"><ahelp hid="cui/ui/paragalignpage/checkCB_SNAP">Aligns the paragraph to a text grid. To activate the text grid, choose <link href="text/swriter/01/05040800.xhp"><emph>Format - Page Style - Text Grid</emph></link>.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/paragalignpage/comboLB_VERTALIGN" id="bm_id3384807" localize="false"/>
<h2 id="hd_id3148672" xml-lang="en-US">Text-to-text</h2>
<h3 id="hd_id3154451" xml-lang="en-US">Alignment</h3>
diff --git a/source/text/shared/01/05030800.xhp b/source/text/shared/01/05030800.xhp
index 303287ff39..c760c7ecdc 100644
--- a/source/text/shared/01/05030800.xhp
+++ b/source/text/shared/01/05030800.xhp
@@ -40,7 +40,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/croppage/CropPage" id="bm_id3154752" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/croppage/@@nowidget@@" id="bm_id3154752" localize="false"/>
-<paragraph role="heading" id="hd_id3154044" xml-lang="en-US" level="1"><link href="text/shared/01/05030800.xhp" name="Crop">Crop</link></paragraph>
+<paragraph role="heading" id="hd_id3154044" xml-lang="en-US" level="1"><link href="text/shared/01/05030800.xhp">Crop</link></paragraph>
<paragraph role="paragraph" id="par_id3150603" xml-lang="en-US"><ahelp hid=".">Trims or scales the selected graphic. You can also restore the graphic to its original size.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05040100.xhp b/source/text/shared/01/05040100.xhp
index ccfe8b328a..6ef5c49e9b 100644
--- a/source/text/shared/01/05040100.xhp
+++ b/source/text/shared/01/05040100.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="hid/sfx/ui/managestylepage/ManageStylePage" id="bm_id3145356" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/managestylepage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<section id="organizer">
-<h1 id="hd_id3153383"><link href="text/shared/01/05040100.xhp" name="Organizer">Organizer</link></h1>
+<h1 id="hd_id3153383"><link href="text/shared/01/05040100.xhp">Organizer</link></h1>
<paragraph xml-lang="en-US" id="par_id3147588" role="paragraph"><ahelp hid="sfx/ui/managestylepage/ManageStylePage">Set the options for the selected style.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -90,7 +90,7 @@
</default>
</switch>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id3145085" role="paragraph"><link href="text/swriter/01/05140000.xhp" name="Update Style">Update Style</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3145085" role="paragraph"><link href="text/swriter/01/05140000.xhp">Update Style</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05040200.xhp b/source/text/shared/01/05040200.xhp
index f9359b3eb2..083331fbfd 100644
--- a/source/text/shared/01/05040200.xhp
+++ b/source/text/shared/01/05040200.xhp
@@ -44,7 +44,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/pageformatpage/PageFormatPage" id="bm_id3149877" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/pageformatpage/@@nowidget@@" id="bm_id3149877" localize="false"/>
<section id="page">
-<h1 id="hd_id3150620"><link href="text/shared/01/05040200.xhp" name="Page"><switchinline select="appl"><caseinline select="IMPRESS">Slide</caseinline><defaultinline>Page</defaultinline></switchinline></link></h1>
+<h1 id="hd_id3150620"><link href="text/shared/01/05040200.xhp"><switchinline select="appl"><caseinline select="IMPRESS">Slide</caseinline><defaultinline>Page</defaultinline></switchinline></link></h1>
<paragraph role="paragraph" id="par_id3153255" xml-lang="en-US"><ahelp hid="cui/ui/pageformatpage/PageFormatPage">Allows you to define page layouts for single and multiple-page documents, as well as a numbering and paper formats.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -181,10 +181,10 @@
</switch>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3149123" xml-lang="en-US"><link href="text/shared/00/00000003.xhp#measurement_units" name="Changing measurement units">Changing measurement units</link></paragraph>
+<paragraph role="paragraph" id="par_id3149123" xml-lang="en-US"><link href="text/shared/00/00000003.xhp#measurement_units">Changing measurement units</link></paragraph>
<switch select="appl">
<case select="WRITER">
-<paragraph role="paragraph" id="par_id3153730" xml-lang="en-US"><link href="text/swriter/guide/registertrue.xhp" name="Writing Register-true">Printing with Page line-spacing (register-true)</link></paragraph>
+<paragraph role="paragraph" id="par_id3153730" xml-lang="en-US"><link href="text/swriter/guide/registertrue.xhp">Printing with Page line-spacing (register-true)</link></paragraph>
</case>
</switch>
</section>
diff --git a/source/text/shared/01/05040300.xhp b/source/text/shared/01/05040300.xhp
index 2b65432410..3c2f1d2fd6 100644
--- a/source/text/shared/01/05040300.xhp
+++ b/source/text/shared/01/05040300.xhp
@@ -31,7 +31,7 @@
<bookmark xml-lang="en-US" branch="hid/svx/ui/headfootformatpage/HFFormatPage" id="bm_id3154925" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/headfootformatpage/HFormatPage" id="bm_id3154926" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/headfootformatpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
-<h1 id="hd_id3155599"><link href="text/shared/01/05040300.xhp" name="Header">Header</link></h1>
+<h1 id="hd_id3155599"><link href="text/shared/01/05040300.xhp">Header</link></h1>
<paragraph xml-lang="en-US" id="par_id3156027" role="paragraph"><ahelp hid="svx/ui/headfootformatpage/HFormatPage">Adds a header to the current page style. A header is an area in the top page margin, where you can add text or graphics.</ahelp></paragraph>
</section>
<paragraph xml-lang="en-US" id="par_id3150693" role="paragraph">If you want, you can also add borders or a background fill to a header.</paragraph>
@@ -89,13 +89,13 @@
<h2 id="hd_id3155306"><switchinline select="appl"><caseinline select="CALC">Edit
</caseinline></switchinline></h2>
<paragraph xml-lang="en-US" id="par_id0609200910261473" role="paragraph"><ahelp hid="." visibility="hidden">Add or edit header text.</ahelp></paragraph>
- <paragraph xml-lang="en-US" id="par_id3145749" role="paragraph"><ahelp hid="svx/ui/headfootformatpage/buttonEdit"><switchinline select="appl"><caseinline select="CALC"><link href="text/scalc/01/02120000.xhp" name="Add or edit">Add or edit</link> header text.
+ <paragraph xml-lang="en-US" id="par_id3145749" role="paragraph"><ahelp hid="svx/ui/headfootformatpage/buttonEdit"><switchinline select="appl"><caseinline select="CALC"><link href="text/scalc/01/02120000.xhp">Add or edit</link> header text.
</caseinline></switchinline></ahelp></paragraph>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id3163716" role="paragraph"><link href="text/swriter/01/04220000.xhp" name="Headers">Headers</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3150032" role="paragraph"><link href="text/shared/00/00000003.xhp#measurement_units" name="Changing measurement units">Changing measurement units</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3150873" role="paragraph"><link href="text/shared/01/05030500.xhp" name="Borders">Borders</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3147326" role="paragraph"><link href="text/shared/01/05210100.xhp" name="Backgrounds">Area</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3163716" role="paragraph"><link href="text/swriter/01/04220000.xhp">Headers</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3150032" role="paragraph"><link href="text/shared/00/00000003.xhp#measurement_units">Changing measurement units</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3150873" role="paragraph"><link href="text/shared/01/05030500.xhp">Borders</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3147326" role="paragraph"><link href="text/shared/01/05210100.xhp">Area</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05040400.xhp b/source/text/shared/01/05040400.xhp
index a1c89a7d16..5c8e33930d 100644
--- a/source/text/shared/01/05040400.xhp
+++ b/source/text/shared/01/05040400.xhp
@@ -30,7 +30,7 @@
<section id="footer">
<bookmark xml-lang="en-US" branch="hid/svx/ui/headfootformatpage/HFFormatPage" id="bm_id3154926" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/headfootformatpage/FFormatPage" id="bm_id3154927" localize="false"/>
-<h1 id="hd_id3155620"><link href="text/shared/01/05040400.xhp" name="Footer">Footer</link></h1>
+<h1 id="hd_id3155620"><link href="text/shared/01/05040400.xhp">Footer</link></h1>
<paragraph xml-lang="en-US" id="par_id3156553" role="paragraph"><ahelp hid="svx/ui/headfootformatpage/FFormatPage">Adds a footer to the current page style. A footer is an area in the bottom page margin, where you can add text or graphics.</ahelp></paragraph>
</section>
<paragraph xml-lang="en-US" id="par_id3145136" role="paragraph">If you want, you can also add borders or a background fill to a footer.</paragraph>
@@ -99,13 +99,13 @@
<h2 id="hd_id3157892"><switchinline select="appl"><caseinline select="CALC">Edit
</caseinline></switchinline></h2>
<paragraph xml-lang="en-US" id="par_id0609200910255518" role="paragraph"><ahelp hid="." visibility="hidden">Add or edit footer text.</ahelp></paragraph>
- <paragraph xml-lang="en-US" id="par_id3150439" role="paragraph"><ahelp hid="HID_SC_FOOTER_EDIT"><switchinline select="appl"><caseinline select="CALC"><link href="text/scalc/01/02120000.xhp" name="Add or edit footer text.">Add or edit footer text.</link>
+ <paragraph xml-lang="en-US" id="par_id3150439" role="paragraph"><ahelp hid="HID_SC_FOOTER_EDIT"><switchinline select="appl"><caseinline select="CALC"><link href="text/scalc/01/02120000.xhp">Add or edit footer text.</link>
</caseinline></switchinline></ahelp></paragraph>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id3151112" role="paragraph"><link href="text/swriter/01/04230000.xhp" name="Footers">Footers</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3155411" role="paragraph"><link href="text/shared/00/00000003.xhp#measurement_units" name="Changing measurement units">Changing measurement units</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3154189" role="paragraph"><link href="text/shared/01/05030500.xhp" name="Borders">Borders</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3152791" role="paragraph"><link href="text/shared/01/05210100.xhp" name="Backgrounds">Area</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3151112" role="paragraph"><link href="text/swriter/01/04230000.xhp">Footers</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3155411" role="paragraph"><link href="text/shared/00/00000003.xhp#measurement_units">Changing measurement units</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154189" role="paragraph"><link href="text/shared/01/05030500.xhp">Borders</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3152791" role="paragraph"><link href="text/shared/01/05210100.xhp">Area</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05060000.xhp b/source/text/shared/01/05060000.xhp
index f6e7055e1b..da4e1ad8d9 100644
--- a/source/text/shared/01/05060000.xhp
+++ b/source/text/shared/01/05060000.xhp
@@ -36,7 +36,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:RubyDialog" id="bm_id5297284" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/asianphoneticguidedialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/asianphoneticguidedialog/AsianPhoneticGuideDialog" id="bm_id3160463" localize="false"/>
-<paragraph role="heading" id="hd_id3147527" xml-lang="en-US" level="1"><link href="text/shared/01/05060000.xhp" name="Ruby">Asian Phonetic Guide</link></paragraph>
+<paragraph role="heading" id="hd_id3147527" xml-lang="en-US" level="1"><link href="text/shared/01/05060000.xhp">Asian Phonetic Guide</link></paragraph>
<paragraph role="paragraph" id="par_id3083278" xml-lang="en-US"><ahelp hid=".uno:RubyDialog">Allows you to add comments next to Asian characters to serve as a pronunciation guide.</ahelp></paragraph>
<embed href="text/shared/00/00000007.xhp#asia_note"/>
</section>
@@ -71,7 +71,7 @@
<bookmark xml-lang="en-US" branch="hid/svx/ui/asianphoneticguidedialog/stylelb" id="bm_id3143231" localize="false"/><paragraph role="heading" id="hd_id3148672" xml-lang="en-US" level="2">Character Style for ruby text</paragraph>
<paragraph role="paragraph" id="par_id3148676" xml-lang="en-US"><ahelp hid="svx/ui/asianphoneticguidedialog/stylelb">Select a character style for the ruby text.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/svx/ui/asianphoneticguidedialog/styles" id="bm_id3154123" localize="false"/><paragraph role="heading" id="hd_id3150449" xml-lang="en-US" level="2">Styles</paragraph>
-<paragraph role="paragraph" id="par_id3149202" xml-lang="en-US"><ahelp hid="svx/ui/asianphoneticguidedialog/styles">Opens the <switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/01/05140000.xhp" name="Styles">Styles deck of the Sidebar</link>
+<paragraph role="paragraph" id="par_id3149202" xml-lang="en-US"><ahelp hid="svx/ui/asianphoneticguidedialog/styles">Opens the <switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/01/05140000.xhp">Styles deck of the Sidebar</link>
</caseinline><defaultinline>Styles deck of the Sidebar</defaultinline></switchinline> where you can select a character style for the ruby text.</ahelp></paragraph>
<embed href="text/shared/00/00000001.xhp#preview_field"/>
<embed href="text/shared/00/00000001.xhp#apply"/>
diff --git a/source/text/shared/01/05070000.xhp b/source/text/shared/01/05070000.xhp
index ab4757d776..9ab4a2f137 100644
--- a/source/text/shared/01/05070000.xhp
+++ b/source/text/shared/01/05070000.xhp
@@ -30,7 +30,7 @@
<bookmark_value>ordering; objects</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:AlignFrameMenu" id="bm_id0801200803290113" localize="false"/>
-<h1 id="hd_id3149987" xml-lang="en-US"><link href="text/shared/01/05070000.xhp" name="Aligning (Objects)">Align Objects</link></h1>
+<h1 id="hd_id3149987" xml-lang="en-US"><link href="text/shared/01/05070000.xhp">Align Objects</link></h1>
<paragraph role="paragraph" id="par_id3150445" xml-lang="en-US"><ahelp hid=".">Aligns selected objects with respect to one another.</ahelp></paragraph>
</section>
<note id="par_id3150144" xml-lang="en-US">If one of the selected objects is anchored as a character, some of the alignment options do not work.</note>
diff --git a/source/text/shared/01/05070100.xhp b/source/text/shared/01/05070100.xhp
index 781329f526..6a583f1831 100644
--- a/source/text/shared/01/05070100.xhp
+++ b/source/text/shared/01/05070100.xhp
@@ -30,7 +30,7 @@
<section id="left">
<bookmark xml-lang="en-US" branch="hid/.uno:ObjectAlignLeft" id="bm_id4256888" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:AlignLeft" id="bm_id4286842" localize="false"/>
-<paragraph role="heading" id="hd_id3147069" xml-lang="en-US" level="1"><link href="text/shared/01/05070100.xhp" name="Align Left">Align Left</link></paragraph>
+<paragraph role="heading" id="hd_id3147069" xml-lang="en-US" level="1"><link href="text/shared/01/05070100.xhp">Align Left</link></paragraph>
<paragraph role="paragraph" id="par_id3160463" xml-lang="en-US"><ahelp hid=".">Aligns the left edges of the selected objects. If only one object is selected in Draw or Impress, the left edge of the object is aligned to the left page margin.</ahelp></paragraph><comment>UFI: this help id .uno:alignleft is also called from Calc, where it has a different function</comment>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05070200.xhp b/source/text/shared/01/05070200.xhp
index feac83fce3..1a1c899184 100644
--- a/source/text/shared/01/05070200.xhp
+++ b/source/text/shared/01/05070200.xhp
@@ -28,7 +28,7 @@
<section id="center_horizontal">
<bookmark xml-lang="en-US" branch="hid/.uno:AlignCenter" id="bm_id5496441" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:AlignHorizontalCenter" id="bm_id0801200803230775" localize="false"/>
- <h1 id="hd_id3150278"><link href="text/shared/01/05070200.xhp" name="Center Horizontal">Center Horizontal</link></h1>
+ <h1 id="hd_id3150278"><link href="text/shared/01/05070200.xhp">Center Horizontal</link></h1>
<paragraph role="paragraph" id="par_id3145138" xml-lang="en-US"><ahelp hid=".">Horizontally centers the selected objects. If only one object is selected in Draw or Impress, the center of the object is aligned to the horizontal center of the page.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05070300.xhp b/source/text/shared/01/05070300.xhp
index 67ee6afd05..ebc722b07d 100644
--- a/source/text/shared/01/05070300.xhp
+++ b/source/text/shared/01/05070300.xhp
@@ -30,7 +30,7 @@
<section id="right">
<bookmark xml-lang="en-US" branch="hid/.uno:ObjectAlignRight" id="bm_id8583142" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:AlignRight" id="bm_id0801200803235673" localize="false"/>
-<paragraph role="heading" id="hd_id3153383" xml-lang="en-US" level="1"><link href="text/shared/01/05070300.xhp" name="Align Right">Align Right</link></paragraph>
+<paragraph role="heading" id="hd_id3153383" xml-lang="en-US" level="1"><link href="text/shared/01/05070300.xhp">Align Right</link></paragraph>
<paragraph role="paragraph" id="par_id3151264" xml-lang="en-US"><ahelp hid=".">Aligns the right edges of the selected objects. If only one object is selected in Impress or Draw, the right edge of the object is aligned to the right page margin.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05070400.xhp b/source/text/shared/01/05070400.xhp
index 2009480ef6..0473b9f9d3 100644
--- a/source/text/shared/01/05070400.xhp
+++ b/source/text/shared/01/05070400.xhp
@@ -30,7 +30,7 @@
<section id="top">
<bookmark xml-lang="en-US" branch="hid/.uno:AlignUp" id="bm_id7303719" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:AlignTop" id="bm_id0801200803203641" localize="false"/>
-<paragraph role="heading" id="hd_id3160463" xml-lang="en-US" level="1"><link href="text/shared/01/05070400.xhp" name="Align Top">Align Top</link></paragraph>
+<paragraph role="heading" id="hd_id3160463" xml-lang="en-US" level="1"><link href="text/shared/01/05070400.xhp">Align Top</link></paragraph>
<paragraph role="paragraph" id="par_id3154613" xml-lang="en-US"><ahelp hid=".">Vertically aligns the top edges of the selected objects. If only one object is selected in Draw or Impress, the top edge of the object is aligned to the upper page margin.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05070500.xhp b/source/text/shared/01/05070500.xhp
index e0abeb02de..986ed196cd 100644
--- a/source/text/shared/01/05070500.xhp
+++ b/source/text/shared/01/05070500.xhp
@@ -30,7 +30,7 @@
<section id="center_vertical">
<bookmark xml-lang="en-US" branch="hid/.uno:AlignMiddle" id="bm_id5987769" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:AlignVerticalCenter" id="bm_id3151260" localize="false"/>
-<paragraph role="heading" id="hd_id3152876" xml-lang="en-US" level="1"><link href="text/shared/01/05070500.xhp" name="Align Vertical Center">Align Vertical Center</link></paragraph>
+<paragraph role="heading" id="hd_id3152876" xml-lang="en-US" level="1"><link href="text/shared/01/05070500.xhp">Align Vertical Center</link></paragraph>
<paragraph role="paragraph" id="par_id3160463" xml-lang="en-US"><ahelp hid=".">Vertically centers the selected objects. If only one object is selected in Draw or Impress, the center of the object is aligned to the vertical center of the page.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05070600.xhp b/source/text/shared/01/05070600.xhp
index 0b51adde55..2053937c16 100644
--- a/source/text/shared/01/05070600.xhp
+++ b/source/text/shared/01/05070600.xhp
@@ -30,7 +30,7 @@
<section id="bottom">
<bookmark xml-lang="en-US" branch="hid/.uno:AlignDown" id="bm_id6953148" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:AlignBottom" id="bm_id0801200803174823" localize="false"/>
-<paragraph role="heading" id="hd_id3153383" xml-lang="en-US" level="1"><link href="text/shared/01/05070600.xhp" name="Align Bottom">Align Bottom</link></paragraph>
+<paragraph role="heading" id="hd_id3153383" xml-lang="en-US" level="1"><link href="text/shared/01/05070600.xhp">Align Bottom</link></paragraph>
<paragraph role="paragraph" id="par_id3154613" xml-lang="en-US"><ahelp hid=".">Vertically aligns the bottom edges of the selected objects. If only one object is selected in Draw or Impress, the bottom edge of the object is aligned to the lower page margin.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05080000.xhp b/source/text/shared/01/05080000.xhp
index 11d2fa015d..c66535079c 100644
--- a/source/text/shared/01/05080000.xhp
+++ b/source/text/shared/01/05080000.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3152942"><bookmark_value>aligning; text objects</bookmark_value>
<bookmark_value>text objects; alignment</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3152942" xml-lang="en-US" level="1"><link href="text/shared/01/05080000.xhp" name="Alignment (Text Objects)">Alignment (Text Objects)</link></paragraph>
+<paragraph role="heading" id="hd_id3152942" xml-lang="en-US" level="1"><link href="text/shared/01/05080000.xhp">Alignment (Text Objects)</link></paragraph>
<paragraph role="paragraph" id="par_id3150278" xml-lang="en-US">Set the alignment options for the current selection.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05080100.xhp b/source/text/shared/01/05080100.xhp
index 6e1a70137c..d7b870cd1f 100644
--- a/source/text/shared/01/05080100.xhp
+++ b/source/text/shared/01/05080100.xhp
@@ -34,7 +34,7 @@
<section id="left">
<bookmark branch="hid/.uno:LeftPara" xml-lang="en-US" id="bm_id3153383" localize="false"/>
-<paragraph id="hd_id3154349" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05080100.xhp" name="Left">Left</link></paragraph>
+<paragraph id="hd_id3154349" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05080100.xhp">Left</link></paragraph>
<paragraph role="paragraph" id="par_id3150756" xml-lang="en-US"><variable id="linkstext"><ahelp hid=".uno:LeftPara" visibility="visible">Aligns the selected paragraph(s) to the left page margin.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05080200.xhp b/source/text/shared/01/05080200.xhp
index 24a8c6d90f..a407a0e90e 100644
--- a/source/text/shared/01/05080200.xhp
+++ b/source/text/shared/01/05080200.xhp
@@ -34,7 +34,7 @@
<section id="right">
<bookmark branch="hid/.uno:RightPara" xml-lang="en-US" id="bm_id3083278" localize="false"/>
-<paragraph id="hd_id3160463" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05080200.xhp" name="Right">Right</link></paragraph>
+<paragraph id="hd_id3160463" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05080200.xhp">Right</link></paragraph>
<paragraph role="paragraph" id="par_id3144750" xml-lang="en-US"><variable id="rechtstext"><ahelp hid=".uno:RightPara" visibility="visible">Aligns the selected paragraph(s) to the right page margin.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05080300.xhp b/source/text/shared/01/05080300.xhp
index 24aae31457..0fd4520f3b 100644
--- a/source/text/shared/01/05080300.xhp
+++ b/source/text/shared/01/05080300.xhp
@@ -34,7 +34,7 @@
<section id="center">
<bookmark branch="hid/.uno:CenterPara" xml-lang="en-US" id="bm_id3145348" localize="false"/>
-<paragraph id="hd_id3153514" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05080300.xhp" name="Center">Center</link></paragraph>
+<paragraph id="hd_id3153514" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05080300.xhp">Center</link></paragraph>
<paragraph role="paragraph" id="par_id3152876" xml-lang="en-US"><variable id="zentrierttext"><ahelp hid=".uno:CenterPara" visibility="visible">Centers the selected paragraph(s) on the page.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05080400.xhp b/source/text/shared/01/05080400.xhp
index 4464934abe..df88ef563a 100644
--- a/source/text/shared/01/05080400.xhp
+++ b/source/text/shared/01/05080400.xhp
@@ -31,7 +31,7 @@
<body>
<section id="block">
<bookmark xml-lang="en-US" branch="hid/.uno:JustifyPara" id="bm_id3676754" localize="false"/>
-<paragraph role="heading" id="hd_id3152937" xml-lang="en-US" level="1"><link href="text/shared/01/05080400.xhp" name="Justify">Justify</link></paragraph>
+<paragraph role="heading" id="hd_id3152937" xml-lang="en-US" level="1"><link href="text/shared/01/05080400.xhp">Justify</link></paragraph>
<paragraph role="paragraph" id="par_id3146856" xml-lang="en-US"><variable id="blocktext"><ahelp hid=".uno:JustifyPara">Aligns the selected paragraph(s) to the left and the right page margins. If you want, you can also specify the alignment options for the last line of a paragraph by choosing <emph>Format - Paragraph - Alignment</emph>.</ahelp>
</variable><comment>removed link, see i62789</comment></paragraph>
</section>
diff --git a/source/text/shared/01/05090000.xhp b/source/text/shared/01/05090000.xhp
index 45aef3cc62..b0fa0e97ad 100644
--- a/source/text/shared/01/05090000.xhp
+++ b/source/text/shared/01/05090000.xhp
@@ -33,7 +33,7 @@
<section id="font">
- <bookmark branch="index" xml-lang="en-US" id="bm_id3155271"><bookmark_value>fonts; text objects</bookmark_value><bookmark_value>text objects; fonts</bookmark_value></bookmark><paragraph id="hd_id3155271" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05090000.xhp" name="Font">Font</link></paragraph>
+ <bookmark branch="index" xml-lang="en-US" id="bm_id3155271"><bookmark_value>fonts; text objects</bookmark_value><bookmark_value>text objects; fonts</bookmark_value></bookmark><paragraph id="hd_id3155271" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05090000.xhp">Font</link></paragraph>
<paragraph role="paragraph" id="par_id3153383" xml-lang="en-US">Set the font options for the selected text.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05100000.xhp b/source/text/shared/01/05100000.xhp
index 47f35b5e93..a4c2c02345 100644
--- a/source/text/shared/01/05100000.xhp
+++ b/source/text/shared/01/05100000.xhp
@@ -36,7 +36,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3153391"><bookmark_value>text; font sizes</bookmark_value>
<bookmark_value>font sizes; text</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153391" xml-lang="en-US" level="1"><link href="text/shared/01/05100000.xhp" name="Size">Size</link></paragraph>
+<paragraph role="heading" id="hd_id3153391" xml-lang="en-US" level="1"><link href="text/shared/01/05100000.xhp">Size</link></paragraph>
<paragraph role="paragraph" id="par_id3146856" xml-lang="en-US">Set the font size for the selected text.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05100100.xhp b/source/text/shared/01/05100100.xhp
index 5598fc26ec..c4f06e6cad 100644
--- a/source/text/shared/01/05100100.xhp
+++ b/source/text/shared/01/05100100.xhp
@@ -33,7 +33,7 @@
<bookmark_value>merge/merging cells</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:MergeCells" id="bm_id1766491" localize="false"/>
-<h1 id="hd_id451632377983974"><variable id="mergecells"><link href="text/shared/01/05100100.xhp" name="Merging Cells without centering">Merge Cells</link></variable></h1>
+<h1 id="hd_id451632377983974"><variable id="mergecells"><link href="text/shared/01/05100100.xhp">Merge Cells</link></variable></h1>
<paragraph role="paragraph" id="par_id3147406" xml-lang="en-US"><variable id="verbindentext"><ahelp hid=".">Combines the contents of the selected cells into a single cell, retaining the formatting of the first cell in the selection.</ahelp></variable><comment>moved from swriter/01/05100100.xhp, see i86644</comment></paragraph>
</section>
<embed href="text/scalc/01/05060000.xhp#mergecells_warning"/>
diff --git a/source/text/shared/01/05100200.xhp b/source/text/shared/01/05100200.xhp
index 13c8281e57..980a3e8672 100644
--- a/source/text/shared/01/05100200.xhp
+++ b/source/text/shared/01/05100200.xhp
@@ -39,7 +39,7 @@
<case select="CALC">
<section id="split_cell_calc">
<comment>This section moved from /text/calc/01/05100200.xhp and updated for tdf#33749</comment>
-<h1 id="hd_id621632385142590"><variable id="unmergecells"><link href="text/shared/01/05100200.xhp" name="Unmerging Cells">Unmerge Cells</link></variable></h1>
+<h1 id="hd_id621632385142590"><variable id="unmergecells"><link href="text/shared/01/05100200.xhp">Unmerge Cells</link></variable></h1>
<paragraph role="paragraph" id="par_id871632385128307" xml-lang="en-US"><ahelp hid=".">Divides previously merged cells back to the original cells. If the original cells had content that was kept when merged that content is restored.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -53,7 +53,7 @@
</case>
<default>
<section id="split_cell_default">
-<h1 id="hd_id3154654"><variable id="splitcells"><link href="text/shared/01/05100200.xhp" name="Splitting Cells">Split Cells</link></variable></h1>
+<h1 id="hd_id3154654"><variable id="splitcells"><link href="text/shared/01/05100200.xhp">Split Cells</link></variable></h1>
<paragraph role="paragraph" id="par_id3083451" xml-lang="en-US"><variable id="teilentext"><ahelp hid=".">Displays the Split Cells Dialog where the split can be defined as either horizontally or vertically and the number the each cell will be split into.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05100500.xhp b/source/text/shared/01/05100500.xhp
index 68d0095dbc..58b284bc6a 100644
--- a/source/text/shared/01/05100500.xhp
+++ b/source/text/shared/01/05100500.xhp
@@ -29,7 +29,7 @@
<body>
<section id="top">
<bookmark xml-lang="en-US" branch="hid/.uno:CellVertTop" id="bm_id3149048" localize="false"/>
-<paragraph role="heading" id="hd_id3154765" xml-lang="en-US" level="1"><link href="text/shared/01/05100500.xhp" name="Top">Top</link></paragraph>
+<paragraph role="heading" id="hd_id3154765" xml-lang="en-US" level="1"><link href="text/shared/01/05100500.xhp">Top</link></paragraph>
<paragraph role="paragraph" id="par_id3151390" xml-lang="en-US"><ahelp hid=".uno:CellVertTop">Aligns the contents of the cell to the top edge of the cell.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05100600.xhp b/source/text/shared/01/05100600.xhp
index 75ef4719ec..14857a22f5 100644
--- a/source/text/shared/01/05100600.xhp
+++ b/source/text/shared/01/05100600.xhp
@@ -29,7 +29,7 @@
<body>
<section id="center_vertical">
<bookmark xml-lang="en-US" branch="hid/.uno:CellVertCenter" id="bm_id3154766" localize="false"/>
-<paragraph role="heading" id="hd_id3149874" xml-lang="en-US" level="1"><link href="text/shared/01/05100600.xhp" name="Center (vertical)">Center (vertical)</link></paragraph>
+<paragraph role="heading" id="hd_id3149874" xml-lang="en-US" level="1"><link href="text/shared/01/05100600.xhp">Center (vertical)</link></paragraph>
<paragraph role="paragraph" id="par_id3149048" xml-lang="en-US"><ahelp hid=".">Centers the contents of the cell between top and bottom of the cell.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05100700.xhp b/source/text/shared/01/05100700.xhp
index 5e247a6b19..80b8c2c79d 100644
--- a/source/text/shared/01/05100700.xhp
+++ b/source/text/shared/01/05100700.xhp
@@ -29,7 +29,7 @@
<body>
<section id="bottom">
<bookmark xml-lang="en-US" branch="hid/.uno:CellVertBottom" id="bm_id3151244" localize="false"/>
-<paragraph role="heading" id="hd_id3150249" xml-lang="en-US" level="1"><link href="text/shared/01/05100700.xhp" name="Bottom">Bottom</link></paragraph>
+<paragraph role="heading" id="hd_id3150249" xml-lang="en-US" level="1"><link href="text/shared/01/05100700.xhp">Bottom</link></paragraph>
<paragraph role="paragraph" id="par_id3154764" xml-lang="en-US"><ahelp hid=".uno:CellVertBottom">Aligns the contents of the cell to the bottom edge of the cell.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05110000.xhp b/source/text/shared/01/05110000.xhp
index d37c45d399..5e7aef71a3 100644
--- a/source/text/shared/01/05110000.xhp
+++ b/source/text/shared/01/05110000.xhp
@@ -36,7 +36,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3147366"><bookmark_value>text; font styles</bookmark_value>
<bookmark_value>fonts; styles</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3147366" xml-lang="en-US" level="1"><link href="text/shared/01/05110000.xhp" name="Style">Style</link></paragraph>
+<paragraph role="heading" id="hd_id3147366" xml-lang="en-US" level="1"><link href="text/shared/01/05110000.xhp">Style</link></paragraph>
<paragraph role="paragraph" id="par_id3155620" xml-lang="en-US">Use this command to quickly apply font styles to a text selection.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05110100.xhp b/source/text/shared/01/05110100.xhp
index 5e596362e7..d043b7d286 100644
--- a/source/text/shared/01/05110100.xhp
+++ b/source/text/shared/01/05110100.xhp
@@ -36,7 +36,7 @@
<bookmark_value>characters; bold</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:Bold" id="bm_id3154613" localize="false"/>
-<h1 id="hd_id3150278"><link href="text/shared/01/05110100.xhp" name="Bold">Bold</link></h1>
+<h1 id="hd_id3150278"><link href="text/shared/01/05110100.xhp">Bold</link></h1>
<paragraph role="paragraph" id="par_id3153089" xml-lang="en-US"><ahelp hid=".uno:Bold">Makes the selected text bold. If the cursor is in a word, the entire word is made bold. If the selection or word is already bold, the formatting is removed.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3153255" xml-lang="en-US">If the cursor is not inside a word, and no text is selected, then the font style is applied to the text that you type.</paragraph>
diff --git a/source/text/shared/01/05110200.xhp b/source/text/shared/01/05110200.xhp
index 8b41ca1ab2..fcfbe84772 100644
--- a/source/text/shared/01/05110200.xhp
+++ b/source/text/shared/01/05110200.xhp
@@ -38,7 +38,7 @@
<bookmark_value>characters; italics</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:Italic" id="bm_id6296030" localize="false"/>
-<h1 id="hd_id3155182"><link href="text/shared/01/05110200.xhp" name="Italic">Italic</link></h1>
+<h1 id="hd_id3155182"><link href="text/shared/01/05110200.xhp">Italic</link></h1>
<paragraph role="paragraph" id="par_id3148882" xml-lang="en-US"><ahelp hid=".uno:Italic">Makes the selected text italic. If the cursor is in a word, the entire word is made italic. If the selection or word is already italic, the formatting is removed.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3156069" xml-lang="en-US">If the cursor is not inside a word, and no text is selected, then the font style is applied to the text that you type.</paragraph>
diff --git a/source/text/shared/01/05110300.xhp b/source/text/shared/01/05110300.xhp
index 528dc23fac..a321b0c08c 100644
--- a/source/text/shared/01/05110300.xhp
+++ b/source/text/shared/01/05110300.xhp
@@ -34,7 +34,7 @@
<section id="underline">
<bookmark branch="index" xml-lang="en-US" id="bm_id3150756"><bookmark_value>characters;underlining</bookmark_value><bookmark_value>underlining;characters</bookmark_value></bookmark>
-<h1 id="hd_id3150756"><link href="text/shared/01/05110300.xhp" name="Underline">Underline</link></h1>
+<h1 id="hd_id3150756"><link href="text/shared/01/05110300.xhp">Underline</link></h1>
<paragraph role="paragraph" id="par_id3149031" xml-lang="en-US"><ahelp hid=".uno:Underline">Underlines or removes underlining from the selected text.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -42,12 +42,12 @@
</section>
<paragraph role="paragraph" id="par_id3152821" xml-lang="en-US">If the cursor is not in a word, the new text that you enter is underlined.</paragraph>
<section id="single_underline">
-<h2 id="hd_id849353401761432" xml-lang="en-US"><link href="text/shared/01/05110300.xhp" name="SingleUnderline">Single Underline</link></h2>
+<h2 id="hd_id849353401761432" xml-lang="en-US"><link href="text/shared/01/05110300.xhp">Single Underline</link></h2>
<bookmark branch="hid/.uno:Underline" xml-lang="en-US" id="bm_id3144750" localize="false"/>
<paragraph role="paragraph" id="par_id212197604765254" xml-lang="en-US"><ahelp hid=".uno:Underline">Underlines the selected text with a single line.</ahelp></paragraph>
</section>
<section id="double_underline">
-<h2 id="hd_id949353401761432" xml-lang="en-US"><link href="text/shared/01/05110300.xhp" name="DoubleUnderline">Double Underline</link></h2>
+<h2 id="hd_id949353401761432" xml-lang="en-US"><link href="text/shared/01/05110300.xhp">Double Underline</link></h2>
<bookmark branch="hid/.uno:UnderlineDouble" xml-lang="en-US" id="bm_id3147143" localize="false"/>
<paragraph role="paragraph" id="par_id3154894" xml-lang="en-US"><ahelp hid=".uno:UnderlineDouble">Underlines the selected text with two lines.</ahelp></paragraph>
</section>
diff --git a/source/text/shared/01/05110400.xhp b/source/text/shared/01/05110400.xhp
index ba165143cf..0e4c585a53 100644
--- a/source/text/shared/01/05110400.xhp
+++ b/source/text/shared/01/05110400.xhp
@@ -35,7 +35,7 @@
<section id="strikethrough">
<bookmark xml-lang="en-US" branch="index" id="bm_id3152942"><bookmark_value>strikethrough;characters</bookmark_value></bookmark>
<bookmark branch="hid/.uno:Strikeout" xml-lang="en-US" id="bm_id3153899" localize="false"/>
-<h1 id="hd_id3152942"><link href="text/shared/01/05110400.xhp" name="Strikethrough">Strikethrough</link></h1>
+<h1 id="hd_id3152942"><link href="text/shared/01/05110400.xhp">Strikethrough</link></h1>
<paragraph role="paragraph" id="par_id3153391" xml-lang="en-US"><ahelp hid=".uno:Strikeout" visibility="visible">Draws a line through the selected text, or if the cursor is in a word, the entire word.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05110500.xhp b/source/text/shared/01/05110500.xhp
index 854d5c5fc4..c718ebed1b 100644
--- a/source/text/shared/01/05110500.xhp
+++ b/source/text/shared/01/05110500.xhp
@@ -38,7 +38,7 @@
<bookmark_value>shadows;characters, using context menu</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:Shadowed" id="bm_id3350498" localize="false"/>
-<paragraph role="heading" id="hd_id3154545" xml-lang="en-US" level="1"><link href="text/shared/01/05110500.xhp" name="Shadows">Shadows</link></paragraph>
+<paragraph role="heading" id="hd_id3154545" xml-lang="en-US" level="1"><link href="text/shared/01/05110500.xhp">Shadows</link></paragraph>
<paragraph role="paragraph" id="par_id3151299" xml-lang="en-US"><ahelp hid=".uno:Shadowed">Adds a shadow to the selected text, or if the cursor is in a word, to the entire word.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05110600m.xhp b/source/text/shared/01/05110600m.xhp
index 66b9592134..01a34760e7 100644
--- a/source/text/shared/01/05110600m.xhp
+++ b/source/text/shared/01/05110600m.xhp
@@ -31,7 +31,7 @@
<bookmark_value>table rows;distribute height equally</bookmark_value>
<bookmark_value>row height;distribute equally</bookmark_value>
</bookmark>
-<h1 id="hd_id3149871"><link href="text/shared/01/05110600m.xhp" name="Distribute Evenly">Distribute Rows Evenly</link></h1>
+<h1 id="hd_id3149871"><link href="text/shared/01/05110600m.xhp">Distribute Rows Evenly</link></h1>
<paragraph role="paragraph" id="par_id3154766" xml-lang="en-US"><variable id="distribute_rows_text"><ahelp hid=".uno:DistributeRows">Adjust the height of the selected rows to match the height of the tallest row in the selection.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05110700.xhp b/source/text/shared/01/05110700.xhp
index 4f984f536b..3e9f9622cd 100644
--- a/source/text/shared/01/05110700.xhp
+++ b/source/text/shared/01/05110700.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="hoch"><comment>UFI. removed 2 help ids</comment>
-<h1 id="hd_id3083278"><link href="text/shared/01/05110700.xhp" name="Superscript">Superscript</link></h1>
+<h1 id="hd_id3083278"><link href="text/shared/01/05110700.xhp">Superscript</link></h1>
<paragraph role="paragraph" id="par_id3152937" xml-lang="en-US"><ahelp hid=".uno:SuperScript">Reduces the font size of the selected text and raises the text above the baseline.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05110800.xhp b/source/text/shared/01/05110800.xhp
index 0a162b8806..18b62e2cd2 100644
--- a/source/text/shared/01/05110800.xhp
+++ b/source/text/shared/01/05110800.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="subscript">
-<h1 id="hd_id3150278"><link href="text/shared/01/05110800.xhp" name="Subscript">Subscript</link></h1>
+<h1 id="hd_id3150278"><link href="text/shared/01/05110800.xhp">Subscript</link></h1>
<paragraph role="paragraph" id="par_id3152790" xml-lang="en-US"><ahelp hid=".uno:SubScript">Reduces the font size of the selected text and lowers the text below the baseline.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05120000.xhp b/source/text/shared/01/05120000.xhp
index d1d988d361..cb3b95ca41 100644
--- a/source/text/shared/01/05120000.xhp
+++ b/source/text/shared/01/05120000.xhp
@@ -32,7 +32,7 @@
<bookmark_value>text; line spacing</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:LineSpacing" id="bm_id3158442" localize="false"/>
-<h1 id="hd_id3152876" xml-lang="en-US"><link href="text/shared/01/05120000.xhp" name="Line Spacing">Line Spacing</link></h1>
+<h1 id="hd_id3152876" xml-lang="en-US"><link href="text/shared/01/05120000.xhp">Line Spacing</link></h1>
<paragraph role="paragraph" id="par_id3153514" xml-lang="en-US"><ahelp hid=".">Specify the amount of space to leave between lines of text in a paragraph.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -42,7 +42,7 @@
<embed href="text/shared/01/05120200.xhp#lines1_5"/>
<embed href="text/shared/01/05120300.xhp#lines2"/>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3155364" xml-lang="en-US"><link href="text/shared/01/05030100.xhp" name="Indents and Spacing">Indents and Spacing</link></paragraph>
+<paragraph role="paragraph" id="par_id3155364" xml-lang="en-US"><link href="text/shared/01/05030100.xhp">Indents and Spacing</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05120100.xhp b/source/text/shared/01/05120100.xhp
index 91d039beb9..61d061797a 100644
--- a/source/text/shared/01/05120100.xhp
+++ b/source/text/shared/01/05120100.xhp
@@ -29,7 +29,7 @@
<body>
<section id="lines1">
<bookmark branch="hid/.uno:SpacePara1" xml-lang="en-US" id="bm_id3155271" localize="false"/>
-<h1 id="hd_id3154545" xml-lang="en-US"><link href="text/shared/01/05120100.xhp" name="Single Line">Single Line</link></h1>
+<h1 id="hd_id3154545" xml-lang="en-US"><link href="text/shared/01/05120100.xhp">Single Line</link></h1>
<paragraph role="paragraph" id="par_id3154794" xml-lang="en-US"><ahelp hid=".uno:SpacePara1" visibility="visible">Applies single line spacing to the current paragraph. This is the default setting.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05120200.xhp b/source/text/shared/01/05120200.xhp
index 958d738c1a..29d6eb33e6 100644
--- a/source/text/shared/01/05120200.xhp
+++ b/source/text/shared/01/05120200.xhp
@@ -29,7 +29,7 @@
<body>
<section id="lines1_5">
<bookmark xml-lang="en-US" branch="hid/.uno:SpacePara15" id="bm_id4429118" localize="false"/>
-<h1 id="hd_id3152459" xml-lang="en-US"><link href="text/shared/01/05120200.xhp" name="1.5 Lines">1.5 Lines</link></h1>
+<h1 id="hd_id3152459" xml-lang="en-US"><link href="text/shared/01/05120200.xhp">1.5 Lines</link></h1>
<paragraph role="paragraph" id="par_id3146807" xml-lang="en-US"><ahelp hid=".uno:SpacePara15">Sets the line spacing of the current paragraph to one and half lines.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05120300.xhp b/source/text/shared/01/05120300.xhp
index 10af87546d..bb4d0f62ef 100644
--- a/source/text/shared/01/05120300.xhp
+++ b/source/text/shared/01/05120300.xhp
@@ -29,7 +29,7 @@
<body>
<section id="lines2">
<bookmark xml-lang="en-US" branch="hid/.uno:SpacePara2" id="bm_id7139917" localize="false"/>
-<h1 id="hd_id3083278" xml-lang="en-US"><link href="text/shared/01/05120300.xhp" name="Double (Line)">Double (Line)</link></h1>
+<h1 id="hd_id3083278" xml-lang="en-US"><link href="text/shared/01/05120300.xhp">Double (Line)</link></h1>
<paragraph role="paragraph" id="par_id3149783" xml-lang="en-US"><ahelp hid=".uno:SpacePara2">Sets the line spacing of the current paragraph to two lines.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05120600.xhp b/source/text/shared/01/05120600.xhp
index ebe6ed16e4..02000b0ec2 100644
--- a/source/text/shared/01/05120600.xhp
+++ b/source/text/shared/01/05120600.xhp
@@ -30,7 +30,7 @@
<bookmark_value>table columns;distribute columns evenly</bookmark_value>
<bookmark_value>column width;distribute evenly</bookmark_value>
</bookmark>
-<h1 id="hd_id3153811"><link href="text/shared/01/05120600.xhp" name="Distribute Evenly">Distribute Columns Evenly</link></h1>
+<h1 id="hd_id3153811"><link href="text/shared/01/05120600.xhp">Distribute Columns Evenly</link></h1>
<paragraph role="paragraph" id="par_id3151389" xml-lang="en-US"><variable id="distribute_columns_text"><ahelp hid=".uno:DistributeColumns">Adjust the width of selected table columns so that each column has the same width.</ahelp> The table width and unselected columns remain unchanged.</variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05140100.xhp b/source/text/shared/01/05140100.xhp
index fdfb4fead5..44d982c74f 100644
--- a/source/text/shared/01/05140100.xhp
+++ b/source/text/shared/01/05140100.xhp
@@ -82,14 +82,14 @@
<embed href="text/swriter/guide/stylist_update.xhp#stylist_update"/>
</case>
<case select="CALC">
- <paragraph role="paragraph" id="par_id401608258192415"><link href="text/scalc/01/05100000.xhp" name="Calc Styles">Styles in Calc</link></paragraph>
+ <paragraph role="paragraph" id="par_id401608258192415"><link href="text/scalc/01/05100000.xhp">Styles in Calc</link></paragraph>
<embed href="text/scalc/guide/cellstyle_conditional.xhp#cellstyle_conditional"/>
</case>
<case select="IMPRESS">
- <paragraph role="paragraph" id="par_id641608263698887"><link href="text/simpress/01/05100000.xhp" name="Impress Styles">Styles in Impress</link></paragraph>
+ <paragraph role="paragraph" id="par_id641608263698887"><link href="text/simpress/01/05100000.xhp">Styles in Impress</link></paragraph>
</case>
<case select="DRAW">
- <paragraph role="paragraph" id="par_id641369863698831"><link href="text/simpress/01/05100000.xhp" name="Draw Styles">Styles</link></paragraph>
+ <paragraph role="paragraph" id="par_id641369863698831"><link href="text/simpress/01/05100000.xhp">Styles</link></paragraph>
</case>
</switch>
</section>
diff --git a/source/text/shared/01/05190100.xhp b/source/text/shared/01/05190100.xhp
index 43d7898f8f..5643c6ba25 100644
--- a/source/text/shared/01/05190100.xhp
+++ b/source/text/shared/01/05190100.xhp
@@ -48,10 +48,10 @@
<section id="description_field">
<h2 id="hd_id8173467" xml-lang="en-US">Description</h2>
<paragraph role="paragraph" id="par_id693685" xml-lang="en-US"><ahelp hid=".">Enter a longer description of the object, especially if the object is too complex or contains too much detail to be described adequately with the short <menuitem>Text Alternative</menuitem>.</ahelp> Use <menuitem>Description</menuitem> to add additional information to the short description found in <menuitem>Text Alternative</menuitem>. This text is available for use by assistive technologies.</paragraph>
-<note id="par_id561653440782428"> For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href="text/shared/01/ref_pdf_export_universal_accessibility.xhp" name="Link to PDF/UA"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export).</note>
+<note id="par_id561653440782428"> For images, <menuitem>Text Alternative</menuitem> and <menuitem>Description</menuitem> are exported with an appropriate tag in HTML and PDF format (remember to enable the <link href="text/shared/01/ref_pdf_export_universal_accessibility.xhp"><menuitem>Universal Accessibility (PDF/UA)</menuitem></link> option in PDF export).</note>
</section>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id731653238967459"><link href="text/swriter/01/05060900.xhp" name="Options">Options in Object Properties</link></paragraph>
+<paragraph role="paragraph" id="par_id731653238967459"><link href="text/swriter/01/05060900.xhp">Options in Object Properties</link></paragraph>
</section>
</body>
diff --git a/source/text/shared/01/05200000.xhp b/source/text/shared/01/05200000.xhp
index 96d9367322..fe9c509979 100644
--- a/source/text/shared/01/05200000.xhp
+++ b/source/text/shared/01/05200000.xhp
@@ -32,7 +32,7 @@
<body>
<section id="line">
<bookmark xml-lang="en-US" branch="hid/.uno:FormatLine" id="bm_id3154545" localize="false"/>
-<paragraph role="heading" id="hd_id3154350" xml-lang="en-US" level="1"><link href="text/shared/01/05200000.xhp" name="Line">Line</link></paragraph>
+<paragraph role="heading" id="hd_id3154350" xml-lang="en-US" level="1"><link href="text/shared/01/05200000.xhp">Line</link></paragraph>
<paragraph role="paragraph" id="par_id3147588" xml-lang="en-US">
<variable id="linietext"><ahelp hid=".uno:FormatLine">Sets the formatting options for the selected line.</ahelp>
</variable></paragraph>
diff --git a/source/text/shared/01/05200100.xhp b/source/text/shared/01/05200100.xhp
index e16b9c75ba..24acdbb6cd 100644
--- a/source/text/shared/01/05200100.xhp
+++ b/source/text/shared/01/05200100.xhp
@@ -27,7 +27,7 @@
<section id="line">
<bookmark xml-lang="en-US" branch="hid/cui/ui/linetabpage/LineTabPage" id="bm_id3083278" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/linetabpage/@@nowidget@@" id="bm_id3083278" localize="false"/>
-<h1 id="hd_id3148882" xml-lang="en-US"><link href="text/shared/01/05200100.xhp" name="Line">Line</link></h1>
+<h1 id="hd_id3148882" xml-lang="en-US"><link href="text/shared/01/05200100.xhp">Line</link></h1>
<paragraph role="paragraph" id="par_id3153272" xml-lang="en-US"><ahelp hid="cui/ui/linetabpage/LineTabPage">Set the formatting options for the selected line or the line that you want to draw. You can also add arrowheads to a line, or change chart symbols.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -74,7 +74,7 @@
<h3 id="hd_id3147620" xml-lang="en-US">Keep ratio</h3>
<paragraph role="paragraph" id="par_id3156326" xml-lang="en-US"><ahelp hid="cui/ui/linetabpage/CB_SYMBOL_RATIO">Maintains the proportions of the symbol when you enter a new height or width value.</ahelp></paragraph>
<h2 id="hd_id3154579" xml-lang="en-US">Arrow styles</h2>
-<paragraph role="paragraph" id="par_id3161459" xml-lang="en-US">You can add arrowheads to one end, or both ends of the selected line. To add a custom arrow style to the list, select the arrow in your document, and then click on the <link href="text/shared/01/05200300.xhp" name="Arrow Styles"><emph>Arrow Styles</emph></link> tab of this dialog.</paragraph>
+<paragraph role="paragraph" id="par_id3161459" xml-lang="en-US">You can add arrowheads to one end, or both ends of the selected line. To add a custom arrow style to the list, select the arrow in your document, and then click on the <link href="text/shared/01/05200300.xhp"><emph>Arrow Styles</emph></link> tab of this dialog.</paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/linetabpage/LB_START_STYLE" id="bm_id3155922" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/linetabpage/LB_END_STYLE" id="bm_id3144422" localize="false"/>
<h3 id="hd_id3147530" xml-lang="en-US">Style</h3>
diff --git a/source/text/shared/01/05200200.xhp b/source/text/shared/01/05200200.xhp
index c6ad692c1a..00784834ce 100644
--- a/source/text/shared/01/05200200.xhp
+++ b/source/text/shared/01/05200200.xhp
@@ -30,7 +30,7 @@
<section id="line_styles">
<bookmark xml-lang="en-US" branch="hid/CUI_HID_LINE_DEF" id="bm_id3150467" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/linestyletabpage/@@nowidget@@" id="bm_id3150467" localize="false"/>
-<h1 id="hd_id3148919"><link href="text/shared/01/05200200.xhp" name="Line Styles">Line Styles</link></h1>
+<h1 id="hd_id3148919"><link href="text/shared/01/05200200.xhp">Line Styles</link></h1>
<paragraph role="paragraph" id="par_id3150146" xml-lang="en-US"><ahelp hid="HID_LINE_DEF">Edit or create dashed or dotted line styles.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05200300.xhp b/source/text/shared/01/05200300.xhp
index 4f30b1f52c..24d63aeb55 100644
--- a/source/text/shared/01/05200300.xhp
+++ b/source/text/shared/01/05200300.xhp
@@ -28,10 +28,10 @@
<section id="arrow_styles">
<bookmark xml-lang="en-US" branch="hid/cui/ui/lineendstabpage/LineEndPage" id="bm_id3152942" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/lineendstabpage/@@nowidget@@" id="bm_id3152942" localize="false"/>
-<h1 id="hd_id3156045" xml-lang="en-US"><link href="text/shared/01/05200300.xhp" name="Arrow Styles">Arrow Styles</link></h1>
+<h1 id="hd_id3156045" xml-lang="en-US"><link href="text/shared/01/05200300.xhp">Arrow Styles</link></h1>
<paragraph role="paragraph" id="par_id3149031" xml-lang="en-US"><ahelp hid="cui/ui/lineendstabpage/LineEndPage">Edit or create arrow styles.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id711654765705735">You can add arrow styles to the start or end of a line using the <link href="text/shared/01/05200100.xhp" name="Line tab"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog.</paragraph>
+<paragraph role="paragraph" id="par_id711654765705735">You can add arrow styles to the start or end of a line using the <link href="text/shared/01/05200100.xhp"><menuitem>Line</menuitem></link> tab of the <menuitem>Line</menuitem> dialog.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00040502.xhp#ArrowStyle"/>
</section>
diff --git a/source/text/shared/01/05210000.xhp b/source/text/shared/01/05210000.xhp
index ac2ad7f180..de8a7c1e4d 100644
--- a/source/text/shared/01/05210000.xhp
+++ b/source/text/shared/01/05210000.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/areadialog/AreaDialog" id="bm_id3146960" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/areadialog/@@nowidget@@" id="bm_id3146960" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:FormatArea" id="bm_id3154349" localize="false"/>
-<paragraph role="heading" id="hd_id3085157" xml-lang="en-US" level="1"><link href="text/shared/01/05210000.xhp" name="Area">Area</link></paragraph>
+<paragraph role="heading" id="hd_id3085157" xml-lang="en-US" level="1"><link href="text/shared/01/05210000.xhp">Area</link></paragraph>
<paragraph role="paragraph" id="par_id3144436" xml-lang="en-US">
<variable id="flaechetext"><ahelp hid=".uno:FormatArea">Sets the fill properties of the selected drawing object.</ahelp>
</variable></paragraph>
diff --git a/source/text/shared/01/05210100.xhp b/source/text/shared/01/05210100.xhp
index 4fd88fdbe7..61ceec3d94 100644
--- a/source/text/shared/01/05210100.xhp
+++ b/source/text/shared/01/05210100.xhp
@@ -41,7 +41,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/areatabpage/@@nowidget@@" id="bm_id3146959" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/areatabpage/tablelb" id="bm_id3144245" localize="false"/>
<section id="area">
-<h1 id="hd_id3145759"><link href="text/shared/01/05210100.xhp" name="Area"><switchinline select="appl">
+<h1 id="hd_id3145759"><link href="text/shared/01/05210100.xhp"><switchinline select="appl">
<caseinline select="WRITER">Area</caseinline><defaultinline>Background</defaultinline></switchinline></link></h1>
<paragraph role="paragraph" id="par_id3149748" xml-lang="en-US"><ahelp hid="cui/ui/areatabpage/AreaTabPage">Set the fill options for the selected drawing object or document element.</ahelp></paragraph>
<comment>This is not only for drawing objects, but pages, paragraphs and others too. Need better wording</comment>
@@ -61,7 +61,7 @@
<switch select="appl">
<case select="CALC"></case>
<default>
-<h2 id="hd_id3144438"><link href="text/shared/01/05210300.xhp" name="Gradient">Gradient</link></h2>
+<h2 id="hd_id3144438"><link href="text/shared/01/05210300.xhp">Gradient</link></h2>
<paragraph role="paragraph" id="par_id3153716" xml-lang="en-US"><ahelp hid="cui/ui/areatabpage/btngradient">Fills the object with a gradient selected on this page.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/areatabpage/btnbitmap" id="bm_id3161458" localize="false"/>
@@ -70,7 +70,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/areatabpage/btnpattern" id="bm_id3161457" localize="false"/>
<embed href="text/shared/01/05210800.xhp#patternh1"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/areatabpage/btnhatch" id="bm_id3144510" localize="false"/>
-<h2 id="hd_id3154047"><link href="text/shared/01/05210400.xhp" name="Hatch">Hatch</link></h2>
+<h2 id="hd_id3154047"><link href="text/shared/01/05210400.xhp">Hatch</link></h2>
<paragraph role="paragraph" id="par_id3153698" xml-lang="en-US"><ahelp hid="cui/ui/areatabpage/btnhatch">Fills the object with a hatching pattern selected on this page.</ahelp></paragraph>
<tip id="par_id3148548">You can quickly select fill options from the list boxes on the <emph>Drawing Object Properties</emph> toolbar.</tip>
diff --git a/source/text/shared/01/05210200.xhp b/source/text/shared/01/05210200.xhp
index 108aa9b62f..ce9af676ae 100644
--- a/source/text/shared/01/05210200.xhp
+++ b/source/text/shared/01/05210200.xhp
@@ -38,7 +38,7 @@
<bookmark_value>document colors;palette</bookmark_value>
</bookmark>
<section id="colorpagehead">
- <h1 id="hd_id681578759272545"><variable id="colorpageh1"><link href="text/shared/01/05210200.xhp" name="Colors">Colors</link></variable></h1>
+ <h1 id="hd_id681578759272545"><variable id="colorpageh1"><link href="text/shared/01/05210200.xhp">Colors</link></variable></h1>
<paragraph role="paragraph" id="par_id3149119">Select a color to apply, save the current color list, or load a different color list.</paragraph>
</section>
<section id="howtoget">
@@ -67,7 +67,7 @@
<h3 id="hd_id591578758836544">Hex</h3>
<paragraph role="paragraph" id="par_id121578758850944">The color value in hexadecimal notation. You can enter the hexadecimal value in the <emph>Hex</emph> text box.</paragraph>
<h3 id="hd_id891578758832248">Pick</h3>
- <paragraph role="paragraph" id="par_id131578758826856">Opens the <link href="text/shared/optionen/01010501.xhp" name="color picker">color picker dialog</link> for a graphical selection of the desired color.</paragraph>
+ <paragraph role="paragraph" id="par_id131578758826856">Opens the <link href="text/shared/optionen/01010501.xhp">color picker dialog</link> for a graphical selection of the desired color.</paragraph>
<embed href="text/shared/00/00000001.xhp#reset2"/>
<section id="relatedtopics">
<embed href="text/shared/optionen/01010501.xhp#colorpickerh1"/>
diff --git a/source/text/shared/01/05210300.xhp b/source/text/shared/01/05210300.xhp
index cc3ffdb49a..26e7f09d66 100644
--- a/source/text/shared/01/05210300.xhp
+++ b/source/text/shared/01/05210300.xhp
@@ -29,7 +29,7 @@
<section id="gradients">
<bookmark xml-lang="en-US" branch="hid/cui/ui/gradientpage/GradientPage" id="bm_id3149991" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/gradientpage/@@nowidget@@" id="bm_id3149991" localize="false"/>
-<h1 id="hd_id3145356"><link href="text/shared/01/05210300.xhp" name="Gradients">Gradients</link></h1>
+<h1 id="hd_id3145356"><link href="text/shared/01/05210300.xhp">Gradients</link></h1>
<paragraph xml-lang="en-US" id="par_id3154812" role="paragraph"><ahelp hid="cui/ui/gradientpage/GradientPage">Select a gradient, modify the properties of a gradient, or save a new gradient.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05210400.xhp b/source/text/shared/01/05210400.xhp
index 6df6d0e57c..01b3475c0b 100644
--- a/source/text/shared/01/05210400.xhp
+++ b/source/text/shared/01/05210400.xhp
@@ -33,7 +33,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/hatchpage/HatchPage" id="bm_id3155620" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/hatchpage/@@nowidget@@" id="bm_id3155620" localize="false"/>
-<h1 id="hd_id3149962" xml-lang="en-US"><link href="text/shared/01/05210400.xhp" name="Hatching">Hatch</link></h1>
+<h1 id="hd_id3149962" xml-lang="en-US"><link href="text/shared/01/05210400.xhp">Hatch</link></h1>
<paragraph role="paragraph" id="par_id3144436" xml-lang="en-US"><ahelp hid="cui/ui/hatchpage/HatchPage">Set the properties of a hatching pattern, or save a new hatching pattern.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05210500.xhp b/source/text/shared/01/05210500.xhp
index 772cdbde2e..6fbde9c809 100644
--- a/source/text/shared/01/05210500.xhp
+++ b/source/text/shared/01/05210500.xhp
@@ -34,7 +34,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/imagetabpage/ImageTabPage" id="bm_id3154100" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/imagetabpage/@@nowidget@@" id="bm_id3154100" localize="false"/>
-<h1 id="hd_id3155619"><link href="text/shared/01/05210500.xhp" name="Image">Image</link></h1>
+<h1 id="hd_id3155619"><link href="text/shared/01/05210500.xhp">Image</link></h1>
<paragraph role="paragraph" id="par_id3149495" xml-lang="en-US"><ahelp hid="cui/ui/imagetabpage/ImageTabPage">Select an image that you want to use as a fill image, or add your own image pattern.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05210600.xhp b/source/text/shared/01/05210600.xhp
index da8d71c12c..053bd0180b 100644
--- a/source/text/shared/01/05210600.xhp
+++ b/source/text/shared/01/05210600.xhp
@@ -33,7 +33,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/shadowtabpage/ShadowTabPage" id="bm_id3150620" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/shadowtabpage/@@nowidget@@" id="bm_id3150620" localize="false"/>
-<h1 id="hd_id3150014"><link href="text/shared/01/05210600.xhp" name="Shadow">Shadow</link></h1>
+<h1 id="hd_id3150014"><link href="text/shared/01/05210600.xhp">Shadow</link></h1>
<paragraph role="paragraph" id="par_id3155069" xml-lang="en-US"><ahelp hid="cui/ui/shadowtabpage/ShadowTabPage">Add a shadow to the selected drawing object, and define the properties of the shadow.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05210700.xhp b/source/text/shared/01/05210700.xhp
index 34f1007a33..16724cdefe 100644
--- a/source/text/shared/01/05210700.xhp
+++ b/source/text/shared/01/05210700.xhp
@@ -33,7 +33,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/transparencytabpage/TransparencyTabPage" id="bm_id3093441" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/transparencytabpage/@@nowidget@@" id="bm_id3093441" localize="false"/>
-<h1 id="hd_id3146807"><link href="text/shared/01/05210700.xhp" name="Transparency">Transparency</link></h1>
+<h1 id="hd_id3146807"><link href="text/shared/01/05210700.xhp">Transparency</link></h1>
<paragraph role="paragraph" id="par_id3149748" xml-lang="en-US"><ahelp hid=".">Set the transparency options for the fill that you apply to the selected object.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05210800.xhp b/source/text/shared/01/05210800.xhp
index 5bfdc50bd2..1682745eee 100644
--- a/source/text/shared/01/05210800.xhp
+++ b/source/text/shared/01/05210800.xhp
@@ -25,7 +25,7 @@
</bookmark>
<bookmark id="bm_id931592861657874" xml-lang="en-US" branch="hid/cui/ui/patterntabpage/PatternTabPage" localize="false"/>
<bookmark id="bm_id931592861657874" xml-lang="en-US" branch="hid/cui/ui/patterntabpage/@@nowidget@@" localize="false"/>
-<h1 id="hd_id801592861657875"><link href="text/shared/01/05210800.xhp" name="pattern">Pattern</link></h1>
+<h1 id="hd_id801592861657875"><link href="text/shared/01/05210800.xhp">Pattern</link></h1>
<paragraph role="paragraph" id="par_id3153626" xml-lang="en-US"><ahelp hid="cui/ui/areatabpage/btnpattern">Fills the object with a simple two color pattern selected on this page.</ahelp></paragraph>
</section>
<h2 id="hd_id3159147" xml-lang="en-US">Pattern</h2>
diff --git a/source/text/shared/01/05220000.xhp b/source/text/shared/01/05220000.xhp
index 32d64678bb..546e9809cc 100644
--- a/source/text/shared/01/05220000.xhp
+++ b/source/text/shared/01/05220000.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:TextAttributes" id="bm_id3160463" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/textattrtabpage/TextAttributesPage" id="bm_id3153514" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/textattrtabpage/@@nowidget@@" id="bm_id3153514" localize="false"/>
-<h1 xml-lang="en-US" id="hd_id3146856"><link href="text/shared/01/05220000.xhp" name="Text">Text</link></h1>
+<h1 xml-lang="en-US" id="hd_id3146856"><link href="text/shared/01/05220000.xhp">Text</link></h1>
<paragraph xml-lang="en-US" id="par_id3150279" role="paragraph"><ahelp hid="cui/ui/textattrtabpage/TextAttributesPage">Sets the layout and anchoring properties for text in the selected drawing or text object.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05230000.xhp b/source/text/shared/01/05230000.xhp
index 99596483d7..59e799b0a1 100644
--- a/source/text/shared/01/05230000.xhp
+++ b/source/text/shared/01/05230000.xhp
@@ -32,7 +32,7 @@
<body>
<section id="position_and_size">
<bookmark xml-lang="en-US" branch="hid/.uno:TransformDialog" id="bm_id2566032" localize="false"/>
-<paragraph role="heading" id="hd_id3152790" xml-lang="en-US" level="1"><link href="text/shared/01/05230000.xhp" name="Position and Size">Position and Size</link></paragraph>
+<paragraph role="heading" id="hd_id3152790" xml-lang="en-US" level="1"><link href="text/shared/01/05230000.xhp">Position and Size</link></paragraph>
<paragraph role="paragraph" id="par_id3157552" xml-lang="en-US"><variable id="groessetext"><ahelp hid=".uno:TransformDialog">Resizes, moves, rotates, or slants the selected object.</ahelp>
</variable></paragraph>
</section>
diff --git a/source/text/shared/01/05230100.xhp b/source/text/shared/01/05230100.xhp
index 8085a12182..0acfdce8ca 100644
--- a/source/text/shared/01/05230100.xhp
+++ b/source/text/shared/01/05230100.xhp
@@ -43,7 +43,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/swpossizepage/SwPosSizePage" id="bm_id3147407" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/swpossizepage/@@nowidget@@" id="bm_id3147406" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/positionsizedialog/@@nowidget@@" id="bm_id3147408" localize="false"/>
- <h1 id="hd_id3154350" xml-lang="en-US"><link href="text/shared/01/05230100.xhp" name="Position and Size">Position and Size</link></h1>
+ <h1 id="hd_id3154350" xml-lang="en-US"><link href="text/shared/01/05230100.xhp">Position and Size</link></h1>
<paragraph role="paragraph" id="par_id3153255" xml-lang="en-US"><ahelp hid=".">Resizes or moves the selected object.</ahelp></paragraph>
</section>
@@ -183,14 +183,14 @@
<section id="relatedtopics">
<switch select="appl">
<case select="WRITER">
-<paragraph role="paragraph" id="par_id3145606" xml-lang="en-US"><link href="text/swriter/guide/anchor_object.xhp" name="Anchor types">Positioning Objects</link></paragraph>
+<paragraph role="paragraph" id="par_id3145606" xml-lang="en-US"><link href="text/swriter/guide/anchor_object.xhp">Positioning Objects</link></paragraph>
</case>
<case select="CALC"></case>
<default>
-<paragraph role="paragraph" id="par_id31456062468" xml-lang="en-US"><link href="text/sdraw/guide/rotate_object.xhp" name="Rotating Objects">Rotating Objects</link></paragraph>
+<paragraph role="paragraph" id="par_id31456062468" xml-lang="en-US"><link href="text/sdraw/guide/rotate_object.xhp">Rotating Objects</link></paragraph>
</default>
</switch>
-<paragraph role="paragraph" id="par_id3145624967" xml-lang="en-US"><link href="text/shared/01/05230300.xhp" name="Rotation">Rotation</link></paragraph>
+<paragraph role="paragraph" id="par_id3145624967" xml-lang="en-US"><link href="text/shared/01/05230300.xhp">Rotation</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05230300.xhp b/source/text/shared/01/05230300.xhp
index 8f3720ac16..40b49d35f6 100644
--- a/source/text/shared/01/05230300.xhp
+++ b/source/text/shared/01/05230300.xhp
@@ -31,7 +31,7 @@
<section id="rotation">
<bookmark xml-lang="en-US" branch="hid/cui/ui/rotationtabpage/Rotation" id="bm_id3156045" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/rotationtabpage/@@nowidget@@" id="bm_id3156045" localize="false"/>
-<h1 id="hd_id3149741" xml-lang="en-US"><link href="text/shared/01/05230300.xhp" name="Rotation">Rotation</link></h1>
+<h1 id="hd_id3149741" xml-lang="en-US"><link href="text/shared/01/05230300.xhp">Rotation</link></h1>
<paragraph role="paragraph" id="par_id3146873" xml-lang="en-US"><ahelp hid="cui/ui/rotationtabpage/Rotation">Rotates the selected object.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05230400.xhp b/source/text/shared/01/05230400.xhp
index d7868ccb10..320589f2a8 100644
--- a/source/text/shared/01/05230400.xhp
+++ b/source/text/shared/01/05230400.xhp
@@ -36,7 +36,7 @@
</bookmark><comment>mw made "slanting;..." a one level entry</comment>
<bookmark xml-lang="en-US" branch="hid/cui/ui/slantcornertabpage/SlantAndCornerRadius" id="bm_id3143272" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/slantcornertabpage/@@nowidget@@" id="bm_id3143272" localize="false"/>
-<h1 id="hd_id3149988"><link href="text/shared/01/05230400.xhp" name="Slant &amp; Corner Radius">Slant &amp; Corner Radius</link></h1>
+<h1 id="hd_id3149988"><link href="text/shared/01/05230400.xhp">Slant &amp; Corner Radius</link></h1>
<paragraph role="paragraph" id="par_id3154788" xml-lang="en-US"><ahelp hid="cui/ui/slantcornertabpage/SlantAndCornerRadius">Slants the selected object, or rounds the corners of a rectangular object.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05230500.xhp b/source/text/shared/01/05230500.xhp
index 78061b664f..4e99907ac1 100644
--- a/source/text/shared/01/05230500.xhp
+++ b/source/text/shared/01/05230500.xhp
@@ -38,7 +38,7 @@
<bookmark_value>captions, see also labels/callouts</bookmark_value>
<bookmark_value>names, see also labels/callouts</bookmark_value>
</bookmark><comment>mw made "labeling..." a two level entry and added 3 "see also" references</comment>
-<paragraph role="heading" id="hd_id3149038" xml-lang="en-US" level="1"><link href="text/shared/01/05230500.xhp" name="Callout">Callout</link></paragraph>
+<paragraph role="heading" id="hd_id3149038" xml-lang="en-US" level="1"><link href="text/shared/01/05230500.xhp">Callout</link></paragraph>
<paragraph role="paragraph" id="par_id3155069" xml-lang="en-US">Specify the properties of the selected callout.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05240000.xhp b/source/text/shared/01/05240000.xhp
index eda40485f0..68afdecd46 100644
--- a/source/text/shared/01/05240000.xhp
+++ b/source/text/shared/01/05240000.xhp
@@ -37,7 +37,7 @@
<bookmark_value>flipping draw objects</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:FlipMenu" id="bm_id7839594" localize="false"/>
-<paragraph role="heading" id="hd_id3151264" xml-lang="en-US" level="1"><link href="text/shared/01/05240000.xhp" name="Flip">Flip</link></paragraph>
+<paragraph role="heading" id="hd_id3151264" xml-lang="en-US" level="1"><link href="text/shared/01/05240000.xhp">Flip</link></paragraph>
<paragraph role="paragraph" id="par_id3145759" xml-lang="en-US"><ahelp hid=".">Flips the selected object horizontally, or vertically.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05240100.xhp b/source/text/shared/01/05240100.xhp
index 5265448247..f18d130e74 100644
--- a/source/text/shared/01/05240100.xhp
+++ b/source/text/shared/01/05240100.xhp
@@ -32,7 +32,7 @@
<section id="vertically">
<bookmark xml-lang="en-US" branch="hid/.uno:MirrorVert" id="bm_id3130053" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ObjectMirrorVertical" id="bm_id8976524" localize="false"/>
-<paragraph role="heading" id="hd_id3146959" xml-lang="en-US" level="1"><link href="text/shared/01/05240100.xhp" name="Vertically">Vertically</link></paragraph>
+<paragraph role="heading" id="hd_id3146959" xml-lang="en-US" level="1"><link href="text/shared/01/05240100.xhp">Vertically</link></paragraph>
<paragraph role="paragraph" id="par_id3149741" xml-lang="en-US"><ahelp hid=".">Flips the selected object(s) vertically from top to bottom.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05240200.xhp b/source/text/shared/01/05240200.xhp
index 79070464e8..07fe0b989f 100644
--- a/source/text/shared/01/05240200.xhp
+++ b/source/text/shared/01/05240200.xhp
@@ -32,7 +32,7 @@
<section id="horizontally">
<bookmark xml-lang="en-US" branch="hid/.uno:MirrorHorz" id="bm_id961748" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ObjectMirrorHorizontal" id="bm_id6290416" localize="false"/>
-<paragraph role="heading" id="hd_id3147543" xml-lang="en-US" level="1"><link href="text/shared/01/05240200.xhp" name="Horizontally">Horizontally</link></paragraph>
+<paragraph role="heading" id="hd_id3147543" xml-lang="en-US" level="1"><link href="text/shared/01/05240200.xhp">Horizontally</link></paragraph>
<paragraph role="paragraph" id="par_id3146936" xml-lang="en-US"><ahelp hid=".">Flips the selected object(s) horizontally from left to right.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05250000.xhp b/source/text/shared/01/05250000.xhp
index 9f380e709b..9cc2ef50b7 100644
--- a/source/text/shared/01/05250000.xhp
+++ b/source/text/shared/01/05250000.xhp
@@ -43,7 +43,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:ObjectPosition" id="bm_id8728812" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ArrangeMenu" id="bm_id3945738" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ArrangeFrameMenu" id="bm_id0801200803311649" localize="false"/>
-<paragraph role="heading" id="hd_id3152427" xml-lang="en-US" level="1"><link href="text/shared/01/05250000.xhp" name="Arranging Objects">Arrange</link></paragraph>
+<paragraph role="heading" id="hd_id3152427" xml-lang="en-US" level="1"><link href="text/shared/01/05250000.xhp">Arrange</link></paragraph>
<paragraph role="paragraph" id="par_id3154230" xml-lang="en-US"><ahelp hid=".">Changes the stacking order of the selected object(s).</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05250100.xhp b/source/text/shared/01/05250100.xhp
index 6a4163d9fd..6a52293583 100644
--- a/source/text/shared/01/05250100.xhp
+++ b/source/text/shared/01/05250100.xhp
@@ -34,14 +34,14 @@
<section id="bring_to_front">
<bookmark branch="hid/.uno:BringToFront" xml-lang="en-US" id="bm_id3153136" localize="false"/>
-<paragraph id="hd_id3154044" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05250100.xhp" name="Bring to Front">Bring to Front</link></paragraph>
+<paragraph id="hd_id3154044" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05250100.xhp">Bring to Front</link></paragraph>
<paragraph role="paragraph" id="par_id3149991" xml-lang="en-US"><ahelp hid=".uno:BringToFront" visibility="visible">Moves the selected object to the top of the stacking order, so that it is in front of other objects.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00040501.xhp#bring_to_front"/>
</section>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id3147588" xml-lang="en-US"><link href="text/shared/01/05250000.xhp" name="Layer">Layer</link></paragraph>
+ <paragraph role="paragraph" id="par_id3147588" xml-lang="en-US"><link href="text/shared/01/05250000.xhp">Layer</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05250200.xhp b/source/text/shared/01/05250200.xhp
index 3cee57d77c..daa4e63013 100644
--- a/source/text/shared/01/05250200.xhp
+++ b/source/text/shared/01/05250200.xhp
@@ -30,14 +30,14 @@
<section id="bring_forward">
<bookmark xml-lang="en-US" branch="hid/.uno:Forward" id="bm_id9123117" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ObjectForwardOne" id="bm_id0801200803082196" localize="false"/>
-<paragraph role="heading" id="hd_id3152790" xml-lang="en-US" level="1"><link href="text/shared/01/05250200.xhp" name="Bring Forward ">Bring Forward </link></paragraph>
+<paragraph role="heading" id="hd_id3152790" xml-lang="en-US" level="1"><link href="text/shared/01/05250200.xhp">Bring Forward </link></paragraph>
<paragraph role="paragraph" id="par_id3151264" xml-lang="en-US"><ahelp hid=".">Moves the selected object up one level, so that it is closer to top of the stacking order.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00040501.xhp#bring_forward"/>
</section>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3149495" xml-lang="en-US"><link href="text/shared/01/05250000.xhp" name="Layer">Layer</link></paragraph>
+<paragraph role="paragraph" id="par_id3149495" xml-lang="en-US"><link href="text/shared/01/05250000.xhp">Layer</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05250300.xhp b/source/text/shared/01/05250300.xhp
index fd9028183b..9e3a50dce3 100644
--- a/source/text/shared/01/05250300.xhp
+++ b/source/text/shared/01/05250300.xhp
@@ -30,14 +30,14 @@
<section id="send_backward">
<bookmark xml-lang="en-US" branch="hid/.uno:Backward" id="bm_id2505918" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ObjectBackOne" id="bm_id0801200803071063" localize="false"/>
-<paragraph role="heading" id="hd_id3150146" xml-lang="en-US" level="1"><link href="text/shared/01/05250300.xhp" name="Send Backward">Send Backward</link></paragraph>
+<paragraph role="heading" id="hd_id3150146" xml-lang="en-US" level="1"><link href="text/shared/01/05250300.xhp">Send Backward</link></paragraph>
<paragraph role="paragraph" id="par_id3150794" xml-lang="en-US"><ahelp hid=".">Moves the selected object down one level, so that it is closer to the bottom of the stacking order.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00040501.xhp#send_backward"/>
</section>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3150445" xml-lang="en-US"><link href="text/shared/01/05250000.xhp" name="Layer">Layer</link></paragraph>
+<paragraph role="paragraph" id="par_id3150445" xml-lang="en-US"><link href="text/shared/01/05250000.xhp">Layer</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05250400.xhp b/source/text/shared/01/05250400.xhp
index 8af4f5e366..e8b426c6fd 100644
--- a/source/text/shared/01/05250400.xhp
+++ b/source/text/shared/01/05250400.xhp
@@ -34,14 +34,14 @@
<section id="send_to_back">
<bookmark branch="hid/.uno:SendToBack" xml-lang="en-US" id="bm_id3149987" localize="false"/>
-<paragraph id="hd_id3155620" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05250400.xhp" name="Send to Back">Send to Back</link></paragraph>
+<paragraph id="hd_id3155620" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05250400.xhp">Send to Back</link></paragraph>
<paragraph role="paragraph" id="par_id3156116" xml-lang="en-US"><ahelp hid=".uno:SendToBack" visibility="visible">Moves the selected object to the bottom of the stacking order, so that it is behind the other objects.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00040501.xhp#send_to_back"/>
</section>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id3152895" xml-lang="en-US"><link href="text/shared/01/05250000.xhp" name="Layer">Layer</link></paragraph>
+ <paragraph role="paragraph" id="par_id3152895" xml-lang="en-US"><link href="text/shared/01/05250000.xhp">Layer</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05250500.xhp b/source/text/shared/01/05250500.xhp
index c0b4a5bccf..c4eba7a545 100644
--- a/source/text/shared/01/05250500.xhp
+++ b/source/text/shared/01/05250500.xhp
@@ -33,7 +33,7 @@
<section id="to_foreground">
<bookmark xml-lang="en-US" branch="hid/.uno:SetObjectToForeground" id="bm_id3149551" localize="false"/>
<paragraph role="heading" id="hd_id3150278" xml-lang="en-US" level="1">
-<variable id="foreground"><link href="text/shared/01/05250500.xhp" name="To Foreground">To Foreground</link>
+<variable id="foreground"><link href="text/shared/01/05250500.xhp">To Foreground</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3151387" xml-lang="en-US"><ahelp hid=".uno:SetObjectToForeground">Moves the selected object in front of text.</ahelp></paragraph>
</section>
@@ -41,7 +41,7 @@
<embed href="text/shared/00/00040501.xhp#to_foreground"/>
</section>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3147000" xml-lang="en-US"><link href="text/shared/01/05250000.xhp" name="Layer">Layer</link></paragraph>
+<paragraph role="paragraph" id="par_id3147000" xml-lang="en-US"><link href="text/shared/01/05250000.xhp">Layer</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05250600.xhp b/source/text/shared/01/05250600.xhp
index bebbd2dc3f..2e9c06061f 100644
--- a/source/text/shared/01/05250600.xhp
+++ b/source/text/shared/01/05250600.xhp
@@ -33,7 +33,7 @@
<section id="to_background">
<bookmark xml-lang="en-US" branch="hid/.uno:SetObjectToBackground" id="bm_id3149741" localize="false"/>
<paragraph role="heading" id="hd_id3146959" xml-lang="en-US" level="1">
-<variable id="background"><link href="text/shared/01/05250600.xhp" name="To Background">To Background</link>
+<variable id="background"><link href="text/shared/01/05250600.xhp">To Background</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3146902" xml-lang="en-US"><ahelp hid=".uno:SetObjectToBackground">Moves the selected object behind text.</ahelp></paragraph>
</section>
@@ -42,7 +42,7 @@
</section>
<section id="relatedtopics">
<embed href="text/shared/01/05250500.xhp#foreground"/>
-<paragraph role="paragraph" id="par_id3148731" xml-lang="en-US"><link href="text/shared/01/05250000.xhp" name="Layer">Layer</link></paragraph>
+<paragraph role="paragraph" id="par_id3148731" xml-lang="en-US"><link href="text/shared/01/05250000.xhp">Layer</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05260000.xhp b/source/text/shared/01/05260000.xhp
index 18b1377cde..15c61564dc 100644
--- a/source/text/shared/01/05260000.xhp
+++ b/source/text/shared/01/05260000.xhp
@@ -26,7 +26,7 @@
<body>
<section id="anchoring">
<bookmark xml-lang="en-US" branch="hid/.uno:AnchorMenu" id="bm_id9715262" localize="false"/>
-<h1 id="hd_id3155913" xml-lang="en-US"><variable id="anchorh1"><link href="text/shared/01/05260000.xhp" name="Anchoring">Anchor</link></variable></h1>
+<h1 id="hd_id3155913" xml-lang="en-US"><variable id="anchorh1"><link href="text/shared/01/05260000.xhp">Anchor</link></variable></h1>
<paragraph role="paragraph" id="par_id3145356" xml-lang="en-US"><ahelp hid=".">Shows anchoring options for the selected object.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05260100.xhp b/source/text/shared/01/05260100.xhp
index ed03e717d4..6fd6bf315c 100644
--- a/source/text/shared/01/05260100.xhp
+++ b/source/text/shared/01/05260100.xhp
@@ -27,7 +27,7 @@
<body>
<section id="to_page">
<bookmark xml-lang="en-US" branch="hid/.uno:SetAnchorToPage" id="bm_id3156045" localize="false"/>
-<h1 id="hd_id3150278" xml-lang="en-US"><link href="text/shared/01/05260100.xhp" name="To Page">To Page</link></h1>
+<h1 id="hd_id3150278" xml-lang="en-US"><link href="text/shared/01/05260100.xhp">To Page</link></h1>
<paragraph role="paragraph" id="par_id3150756" xml-lang="en-US"><ahelp hid=".uno:SetAnchorToPage">Anchors the selected object so that it always remains on the current page.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05260200.xhp b/source/text/shared/01/05260200.xhp
index ef2b1429ba..442500f075 100644
--- a/source/text/shared/01/05260200.xhp
+++ b/source/text/shared/01/05260200.xhp
@@ -30,7 +30,7 @@
<body>
<section id="to_paragraph">
<bookmark branch="hid/.uno:SetAnchorToPara" xml-lang="en-US" id="bm_id3156053" localize="false"/>
-<h1 id="hd_id3151260" xml-lang="en-US"><link href="text/shared/01/05260200.xhp" name="To Paragraph">To Paragraph</link></h1>
+<h1 id="hd_id3151260" xml-lang="en-US"><link href="text/shared/01/05260200.xhp">To Paragraph</link></h1>
<paragraph role="paragraph" id="par_id3155271" xml-lang="en-US"><ahelp hid=".uno:SetAnchorToPara" visibility="visible">Anchors the selected object to the current paragraph.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05260300.xhp b/source/text/shared/01/05260300.xhp
index ca836d1ff6..23b2203d99 100644
--- a/source/text/shared/01/05260300.xhp
+++ b/source/text/shared/01/05260300.xhp
@@ -29,7 +29,7 @@
<case select="WRITER">
<section id="to_character">
<bookmark xml-lang="en-US" branch="hid/.uno:SetAnchorToChar" id="bm_id9823184" localize="false"/>
-<h1 id="hd_id3154044" xml-lang="en-US"><link href="text/shared/01/05260300.xhp" name="To Character">To Character</link></h1>
+<h1 id="hd_id3154044" xml-lang="en-US"><link href="text/shared/01/05260300.xhp">To Character</link></h1>
<paragraph role="paragraph" id="par_id3147069" xml-lang="en-US"><ahelp hid=".">Anchors the selected object to a character.</ahelp> Use the mouse to drag the anchor to the desired character.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05260400.xhp b/source/text/shared/01/05260400.xhp
index 96fa1584d2..9ac5af6045 100644
--- a/source/text/shared/01/05260400.xhp
+++ b/source/text/shared/01/05260400.xhp
@@ -30,7 +30,7 @@
<body>
<section id="to_cell">
<bookmark branch="hid/.uno:SetAnchorToCell" xml-lang="en-US" id="bm_id3155620" localize="false"/>
-<h1 id="hd_id3147212" xml-lang="en-US"><link href="text/shared/01/05260400.xhp" name="To Cell">To Cell</link></h1>
+<h1 id="hd_id3147212" xml-lang="en-US"><link href="text/shared/01/05260400.xhp">To Cell</link></h1>
<paragraph role="paragraph" id="par_id3150794" xml-lang="en-US"><ahelp hid=".uno:SetAnchorToCell" visibility="visible">Anchors the selected item to a cell.</ahelp> The anchor icon is displayed in the upper left corner of the cell.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05260500.xhp b/source/text/shared/01/05260500.xhp
index 69dd84054f..5d972eb18b 100644
--- a/source/text/shared/01/05260500.xhp
+++ b/source/text/shared/01/05260500.xhp
@@ -30,7 +30,7 @@
<body>
<section id="to_frame">
<bookmark branch="hid/.uno:SetAnchorToFrame" xml-lang="en-US" id="bm_id3146959" localize="false"/>
-<h1 id="hd_id3149991" xml-lang="en-US"><link href="text/shared/01/05260500.xhp" name="To Frame">To Frame</link></h1>
+<h1 id="hd_id3149991" xml-lang="en-US"><link href="text/shared/01/05260500.xhp">To Frame</link></h1>
<paragraph role="paragraph" id="par_id3159242" xml-lang="en-US"><ahelp hid=".uno:SetAnchorToFrame" visibility="visible">Anchors the selected object to a surrounding frame.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05260600.xhp b/source/text/shared/01/05260600.xhp
index 027eadb2c9..9a63e713e2 100644
--- a/source/text/shared/01/05260600.xhp
+++ b/source/text/shared/01/05260600.xhp
@@ -28,7 +28,7 @@
<section id="as_character">
<bookmark xml-lang="en-US" branch="hid/.uno:SetAnchorAsChar" id="bm_id9494613" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:SetAnchorToChar" id="bm_id080120080342379" localize="false"/>
-<h1 id="hd_id3154621" xml-lang="en-US"><link href="text/shared/01/05260600.xhp" name="As Character">As Character</link></h1>
+<h1 id="hd_id3154621" xml-lang="en-US"><link href="text/shared/01/05260600.xhp">As Character</link></h1>
<paragraph role="paragraph" id="par_id3146946" xml-lang="en-US"><ahelp hid=".">Anchors the selected object as a character in the current text. The height of the current line of text is extended, if the object is above (and/or below) the border for the highest character or object in the current line of text.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05270000.xhp b/source/text/shared/01/05270000.xhp
index 7555ae02fa..d997b39673 100644
--- a/source/text/shared/01/05270000.xhp
+++ b/source/text/shared/01/05270000.xhp
@@ -32,7 +32,7 @@
<body>
<section id="edit_points">
<bookmark xml-lang="en-US" branch="hid/.uno:ToggleObjectBezierMode" id="bm_id3155620" localize="false"/>
-<paragraph role="heading" id="hd_id3155271" xml-lang="en-US" level="1"><link href="text/shared/01/05270000.xhp" name="Edit Points">Edit Points</link></paragraph>
+<paragraph role="heading" id="hd_id3155271" xml-lang="en-US" level="1"><link href="text/shared/01/05270000.xhp">Edit Points</link></paragraph>
<paragraph role="paragraph" id="par_id3153391" xml-lang="en-US"><ahelp hid=".uno:ToggleObjectBezierMode">Lets you change the shape of the selected drawing object.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -41,7 +41,7 @@
<paragraph role="paragraph" id="par_id3148668" xml-lang="en-US">To edit the shape of a selected drawing object, click the <emph>Points</emph> icon on the <emph>Drawing</emph> Bar, and then drag one of the points on the object.</paragraph>
<section id="relatedtopics">
<embed href="text/shared/guide/round_corner.xhp#round_corner"/>
-<paragraph role="paragraph" id="par_id3093440" xml-lang="en-US"><link href="text/shared/main0227.xhp" name="Edit Points Bar">Edit Points Bar</link></paragraph>
+<paragraph role="paragraph" id="par_id3093440" xml-lang="en-US"><link href="text/shared/main0227.xhp">Edit Points Bar</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05280000.xhp b/source/text/shared/01/05280000.xhp
index 1e17776e1e..8ecaf36822 100644
--- a/source/text/shared/01/05280000.xhp
+++ b/source/text/shared/01/05280000.xhp
@@ -31,7 +31,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:FontWork" id="bm_id8473091" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/dockingfontwork/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/dockingfontwork/DockingFontwork" id="bm_id3155620" localize="false"/>
-<h1 id="hd_id3146959"><variable id="fntwrk"><link href="text/shared/01/05280000.xhp" name="FontWork">Fontwork Dialog (for putting text along a curve)</link></variable></h1>
+<h1 id="hd_id3146959"><variable id="fntwrk"><link href="text/shared/01/05280000.xhp">Fontwork Dialog (for putting text along a curve)</link></variable></h1>
<paragraph role="paragraph" id="par_id3151097" xml-lang="en-US"><ahelp hid=".uno:FontWork">Simple tool for putting text along a curve without any fancy effects.</ahelp><comment>UFI: see "Fontwork_ui" spec doc.</comment></paragraph>
<note id="par_id3155934">This <emph>Fontwork</emph> dialog is meant for making text follow a curve. Draw a curve, double-click it and type text into it. With the curve selected, you can now activate the Fontwork command. <switchinline select="appl"><caseinline select="WRITER">Access the dialog by choosing <menuitem>Format - Text Box and Shape - Fontwork</menuitem></caseinline><defaultinline>First call <menuitem>Tools - Customize</menuitem> to add a menu command or a toolbar button to open the dialog. The <emph>Fontwork</emph> command is found in the Format category of the Customize dialog</defaultinline></switchinline>.</note>
diff --git a/source/text/shared/01/05290000.xhp b/source/text/shared/01/05290000.xhp
index 6500cf74a7..2406c345d0 100644
--- a/source/text/shared/01/05290000.xhp
+++ b/source/text/shared/01/05290000.xhp
@@ -32,7 +32,7 @@
<body>
<section id="group">
<bookmark xml-lang="en-US" branch="hid/.uno:GroupMenu" id="bm_id6878566" localize="false"/>
-<paragraph role="heading" id="hd_id3150603" xml-lang="en-US" level="1"><link href="text/shared/01/05290000.xhp" name="Group">Group</link></paragraph>
+<paragraph role="heading" id="hd_id3150603" xml-lang="en-US" level="1"><link href="text/shared/01/05290000.xhp">Group</link></paragraph>
<paragraph role="paragraph" id="par_id3153323" xml-lang="en-US"><ahelp hid=".">Groups keep together selected objects, so that they can be moved or formatted as a single object.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -47,13 +47,13 @@
<paragraph role="paragraph" id="par_id3154810" xml-lang="en-US">To exit a group, right-click, and then choose <switchinline select="appl"><caseinline select="DRAW"><emph>Exit Group</emph>
</caseinline><defaultinline>
<emph>Group - Exit Group</emph></defaultinline></switchinline></paragraph>
-<paragraph role="heading" id="hd_id3145120" xml-lang="en-US" level="2"><link href="text/shared/01/05290100.xhp" name="Grouping">Group</link></paragraph>
+<paragraph role="heading" id="hd_id3145120" xml-lang="en-US" level="2"><link href="text/shared/01/05290100.xhp">Group</link></paragraph>
<embed href="text/shared/01/05290100.xhp#gruppierentext"/>
-<paragraph role="heading" id="hd_id3152474" xml-lang="en-US" level="2"><link href="text/shared/01/05290200.xhp" name="Remove">Ungroup</link></paragraph>
+<paragraph role="heading" id="hd_id3152474" xml-lang="en-US" level="2"><link href="text/shared/01/05290200.xhp">Ungroup</link></paragraph>
<embed href="text/shared/01/05290200.xhp#aufhebentext"/>
-<paragraph role="heading" id="hd_id3145609" xml-lang="en-US" level="2"><link href="text/shared/01/05290300.xhp" name="Enter Group">Enter Group</link></paragraph>
+<paragraph role="heading" id="hd_id3145609" xml-lang="en-US" level="2"><link href="text/shared/01/05290300.xhp">Enter Group</link></paragraph>
<embed href="text/shared/01/05290300.xhp#betretentext"/>
-<paragraph role="heading" id="hd_id3145068" xml-lang="en-US" level="2"><link href="text/shared/01/05290400.xhp" name="Exit">Exit Group</link></paragraph>
+<paragraph role="heading" id="hd_id3145068" xml-lang="en-US" level="2"><link href="text/shared/01/05290400.xhp">Exit Group</link></paragraph>
<embed href="text/shared/01/05290400.xhp#verlassentext"/>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05290100.xhp b/source/text/shared/01/05290100.xhp
index 0f6c13b669..2a09995c53 100644
--- a/source/text/shared/01/05290100.xhp
+++ b/source/text/shared/01/05290100.xhp
@@ -32,7 +32,7 @@
<body>
-<bookmark branch="hid/.uno:FormatGroup" xml-lang="en-US" id="bm_id3150502" localize="false"/><paragraph id="hd_id3152823" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05290100.xhp" name="Group">Group</link></paragraph>
+<bookmark branch="hid/.uno:FormatGroup" xml-lang="en-US" id="bm_id3150502" localize="false"/><paragraph id="hd_id3152823" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05290100.xhp">Group</link></paragraph>
<paragraph role="paragraph" id="par_id3154689" xml-lang="en-US"><variable id="gruppierentext"><ahelp hid=".uno:FormatGroup" visibility="visible">Groups the selected objects, so that they can be moved as a single object.</ahelp></variable></paragraph>
<section id="howtoget">
<embed href="text/shared/00/00040502.xhp#group"/>
diff --git a/source/text/shared/01/05290200.xhp b/source/text/shared/01/05290200.xhp
index aa760d4b3b..0cc3241577 100644
--- a/source/text/shared/01/05290200.xhp
+++ b/source/text/shared/01/05290200.xhp
@@ -32,7 +32,7 @@
<body>
-<bookmark branch="hid/.uno:FormatUngroup" xml-lang="en-US" id="bm_id3155577" localize="false"/><paragraph id="hd_id3159217" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05290200.xhp" name="Ungroup">Ungroup</link></paragraph>
+<bookmark branch="hid/.uno:FormatUngroup" xml-lang="en-US" id="bm_id3155577" localize="false"/><paragraph id="hd_id3159217" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05290200.xhp">Ungroup</link></paragraph>
<paragraph role="paragraph" id="par_id3156116" xml-lang="en-US"><variable id="aufhebentext"><ahelp hid=".uno:FormatUngroup" visibility="visible">Breaks apart the selected group into individual objects.</ahelp></variable></paragraph>
<section id="howtoget">
<embed href="text/shared/00/00040502.xhp#ungroup"/>
diff --git a/source/text/shared/01/05290300.xhp b/source/text/shared/01/05290300.xhp
index c819247d05..5571375a90 100644
--- a/source/text/shared/01/05290300.xhp
+++ b/source/text/shared/01/05290300.xhp
@@ -29,15 +29,15 @@
</meta>
<body>
<bookmark branch="hid/.uno:EnterGroup" xml-lang="en-US" id="bm_id3150502" localize="false"/>
-<paragraph id="hd_id3083278" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05290300.xhp" name="Enter Group">Enter Group</link></paragraph>
+<paragraph id="hd_id3083278" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05290300.xhp">Enter Group</link></paragraph>
<paragraph role="paragraph" id="par_id3146856" xml-lang="en-US"><variable id="betretentext"><ahelp hid=".uno:EnterGroup" visibility="visible">Opens the selected group, so that you can edit the individual objects. If the selected group contains nested group, you can repeat this command on the subgroups.</ahelp></variable> This command does not permanently ungroup the objects.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00040502.xhp#enter_group"/>
</section>
<paragraph xml-lang="en-US" role="tip" id="par_id3157991">To select an individual object in a group, hold down <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>, and then click the object.</paragraph>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id3153049" xml-lang="en-US"><link href="text/shared/01/05290000.xhp" name="Groups">Groups</link></paragraph>
- <paragraph role="paragraph" id="par_id3148548" xml-lang="en-US"><link href="text/shared/01/05290400.xhp" name="Exit Group">Exit Group</link></paragraph>
+ <paragraph role="paragraph" id="par_id3153049" xml-lang="en-US"><link href="text/shared/01/05290000.xhp">Groups</link></paragraph>
+ <paragraph role="paragraph" id="par_id3148548" xml-lang="en-US"><link href="text/shared/01/05290400.xhp">Exit Group</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05290400.xhp b/source/text/shared/01/05290400.xhp
index 0cc00af871..7932378360 100644
--- a/source/text/shared/01/05290400.xhp
+++ b/source/text/shared/01/05290400.xhp
@@ -33,14 +33,14 @@
<bookmark branch="hid/.uno:LeaveGroup" xml-lang="en-US" id="bm_id3151260" localize="false"/>
-<paragraph id="hd_id3157552" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05290400.xhp" name="Exit Group">Exit Group</link></paragraph>
+<paragraph id="hd_id3157552" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/05290400.xhp">Exit Group</link></paragraph>
<paragraph role="paragraph" id="par_id3147294" xml-lang="en-US"><variable id="verlassentext"><ahelp hid=".uno:LeaveGroup" visibility="visible">Exits the group, so that you can no longer edit the individual objects in the group.</ahelp></variable> If you are in a nested group, only the nested group is closed.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00040502.xhp#exit_group"/>
</section>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id3153124" xml-lang="en-US"><link href="text/shared/01/05290000.xhp" name="Groups">Groups</link></paragraph>
- <paragraph role="paragraph" id="par_id3148520" xml-lang="en-US"><link href="text/shared/01/05290300.xhp" name="Enter Group">Enter Group</link></paragraph>
+ <paragraph role="paragraph" id="par_id3153124" xml-lang="en-US"><link href="text/shared/01/05290000.xhp">Groups</link></paragraph>
+ <paragraph role="paragraph" id="par_id3148520" xml-lang="en-US"><link href="text/shared/01/05290300.xhp">Enter Group</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05320000.xhp b/source/text/shared/01/05320000.xhp
index ade7f9e733..8c87806bf8 100644
--- a/source/text/shared/01/05320000.xhp
+++ b/source/text/shared/01/05320000.xhp
@@ -32,7 +32,7 @@
<section id="text_animation">
<bookmark xml-lang="en-US" branch="hid/cui/ui/textanimtabpage/TextAnimation" id="bm_id3147477" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/textanimtabpage/@@nowidget@@" id="bm_id3147477" localize="false"/>
-<paragraph role="heading" id="hd_id3150014" xml-lang="en-US" level="1"><link href="text/shared/01/05320000.xhp" name="Text Animation">Text Animation</link></paragraph>
+<paragraph role="heading" id="hd_id3150014" xml-lang="en-US" level="1"><link href="text/shared/01/05320000.xhp">Text Animation</link></paragraph>
<paragraph role="paragraph" id="par_id3154788" xml-lang="en-US"><ahelp hid="cui/ui/textanimtabpage/TextAnimation">Adds an animation effect to the text in the selected drawing object.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05320001.xhp b/source/text/shared/01/05320001.xhp
index c83de7eb8f..04d7c80812 100644
--- a/source/text/shared/01/05320001.xhp
+++ b/source/text/shared/01/05320001.xhp
@@ -27,7 +27,7 @@
<section id="text_animation">
<bookmark xml-lang="en-US" branch="hid/cui/ui/textcolumnstabpage/TextColumnsPage" id="bm_id3147477" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/textcolumnstabpage/@@nowidget@@" id="bm_id3147477" localize="false"/>
-<paragraph role="heading" id="hd_id3150014" xml-lang="en-US" level="1"><link href="text/shared/01/05320001.xhp" name="Text Columns">Text Columns</link></paragraph>
+<paragraph role="heading" id="hd_id3150014" xml-lang="en-US" level="1"><link href="text/shared/01/05320001.xhp">Text Columns</link></paragraph>
<paragraph role="paragraph" id="par_id3154788" xml-lang="en-US"><ahelp hid="cui/ui/textcolumnstabpage/TextColumnsPage">Adds columns to the text in the selected drawing object.</ahelp></paragraph>
</section>
<paragraph role="heading" id="hd_id3152821" xml-lang="en-US" level="2">Number of columns</paragraph>
diff --git a/source/text/shared/01/05320002.xhp b/source/text/shared/01/05320002.xhp
index 92f0100430..77b825e445 100644
--- a/source/text/shared/01/05320002.xhp
+++ b/source/text/shared/01/05320002.xhp
@@ -27,7 +27,7 @@
<section id="theme">
<bookmark xml-lang="en-US" branch="hid/cui/ui/themetabpage/ThemePage" id="bm_id3147477" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/themetabpage/@@nowidget@@" id="bm_id3147477" localize="false"/>
-<paragraph role="heading" id="hd_id3150014" xml-lang="en-US" level="1"><link href="text/shared/01/05320002.xhp" name="Theme">Theme</link></paragraph>
+<paragraph role="heading" id="hd_id3150014" xml-lang="en-US" level="1"><link href="text/shared/01/05320002.xhp">Theme</link></paragraph>
<paragraph role="paragraph" id="par_id3154788" xml-lang="en-US"><ahelp hid="cui/ui/themetabpage/ThemePage">Adds colors to the selected master page.</ahelp></paragraph>
</section>
<paragraph role="heading" id="hd_id3152821" xml-lang="en-US" level="2">General</paragraph>
diff --git a/source/text/shared/01/05340300.xhp b/source/text/shared/01/05340300.xhp
index a9f1c6bcb7..52d3d9b228 100644
--- a/source/text/shared/01/05340300.xhp
+++ b/source/text/shared/01/05340300.xhp
@@ -33,7 +33,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/cellalignment/CellAlignPage" id="bm_id3147477" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/cellalignment/@@nowidget@@" id="bm_id3147477" localize="false"/>
-<paragraph role="heading" id="hd_id3154545" xml-lang="en-US" level="1"><link href="text/shared/01/05340300.xhp" name="Alignment">Alignment</link></paragraph>
+<paragraph role="heading" id="hd_id3154545" xml-lang="en-US" level="1"><link href="text/shared/01/05340300.xhp">Alignment</link></paragraph>
<paragraph role="paragraph" id="par_id3155577" xml-lang="en-US"><ahelp hid="cui/ui/cellalignment/CellAlignPage">Sets the alignment options for the contents of the current cell, or the selected cells.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05340400.xhp b/source/text/shared/01/05340400.xhp
index 89a9afd303..9e34c7d442 100644
--- a/source/text/shared/01/05340400.xhp
+++ b/source/text/shared/01/05340400.xhp
@@ -31,13 +31,13 @@
<bookmark_value>editing; database tables and queries</bookmark_value>
<bookmark_value>queries; editing in data source view</bookmark_value>
</bookmark><comment>mw deleted "database tables," and changed "tables in databases;"</comment>
-<h1 id="hd_id3153323"><link href="text/shared/01/05340400.xhp" name="Data Sources">Data Sources</link></h1>
+<h1 id="hd_id3153323"><link href="text/shared/01/05340400.xhp">Data Sources</link></h1>
<paragraph role="paragraph" id="par_id3149511" xml-lang="en-US">This section contains information on browsing and editing database tables.</paragraph>
</section>
<embed href="text/shared/guide/database_main.xhp#database_main"/>
<note id="par_id3149150">You cannot use the data source browser on a database table that is open in Design view.</note>
<h2 id="hd_id3149235">Data source browser</h2>
-<paragraph role="paragraph" id="par_id3154897" xml-lang="en-US"><ahelp hid=".">The commands for the data source browser are found on the <link href="text/shared/01/05340400.xhp" name="Database Bar">Table Data bar</link> and in <link href="text/shared/01/05340400.xhp" name="context menus">context menus</link>.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3154897" xml-lang="en-US"><ahelp hid=".">The commands for the data source browser are found on the <link href="text/shared/01/05340400.xhp">Table Data bar</link> and in <link href="text/shared/01/05340400.xhp">context menus</link>.</ahelp></paragraph>
<h3 id="hd_id3154514">Selecting records</h3>
<paragraph role="paragraph" id="par_id3149514" xml-lang="en-US">To select a record in a database table, click the row header, or click a row header, and then use the Up or Down arrow keys.</paragraph>
<bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_CTL_TABBROWSER" id="bm_id6056703" localize="false"/><paragraph role="paragraph" id="par_id7812433001" xml-lang="en-US"><ahelp hid="." visibility="hidden">Select database records. Drag-and-drop rows or cells to the document to insert contents. Drag-and-drop column headers to insert fields.</ahelp></paragraph>
@@ -190,14 +190,14 @@
<paragraph role="paragraph" id="par_id3148483" xml-lang="en-US"><ahelp hid=".">Displays the number of records. For example, "Record 7 of 9(2)" indicates that two records (2) are selected in a table containing 9 records, and that the cursor is in record number 7.</ahelp></paragraph>
<h3 id="hd_id3151357">Organizing tables</h3>
<paragraph role="paragraph" id="par_id3153357" xml-lang="en-US">To access the commands for formatting the table, right-click a column header, or a row header.</paragraph>
-<h2 id="hd_id3148405"><link href="text/shared/01/05340402.xhp" name="Table Format">Table Format</link></h2>
+<h2 id="hd_id3148405"><link href="text/shared/01/05340402.xhp">Table Format</link></h2>
<embed href="text/shared/01/05340402.xhp#tabformtext"/>
-<h2 id="hd_id3083283"><link href="text/shared/01/05340100.xhp" name="Row Height">Row Height</link></h2>
+<h2 id="hd_id3083283"><link href="text/shared/01/05340100.xhp">Row Height</link></h2>
<embed href="text/shared/01/05340100.xhp#zeilenhoehetext"/>
<embed href="text/shared/01/05340404.xhp#delete_rows"/>
-<h2 id="hd_id3150321"><link href="text/shared/01/05340405.xhp" name="Column Format">Column Format</link></h2>
+<h2 id="hd_id3150321"><link href="text/shared/01/05340405.xhp">Column Format</link></h2>
<embed href="text/shared/01/05340405.xhp#spaltformtext"/>
-<h2 id="hd_id3147341"><link href="text/shared/01/05340200.xhp" name="Column Width">Column Width</link></h2>
+<h2 id="hd_id3147341"><link href="text/shared/01/05340200.xhp">Column Width</link></h2>
<embed href="text/shared/01/05340200.xhp#spaltetext"/>
<embed href="text/shared/01/05340500.xhp#hide_columns"/>
<embed href="text/shared/01/05340600.xhp#alleeinblenden"/>
diff --git a/source/text/shared/01/05340404.xhp b/source/text/shared/01/05340404.xhp
index 7890d55973..2f01af09cb 100644
--- a/source/text/shared/01/05340404.xhp
+++ b/source/text/shared/01/05340404.xhp
@@ -31,12 +31,12 @@
</meta>
<body>
<section id="delete_rows">
-<paragraph role="heading" id="hd_id3147617" xml-lang="en-US" level="1"><link href="text/shared/01/05340404.xhp" name="Delete Rows">Delete Rows</link></paragraph>
+<paragraph role="heading" id="hd_id3147617" xml-lang="en-US" level="1"><link href="text/shared/01/05340404.xhp">Delete Rows</link></paragraph>
<paragraph role="paragraph" id="par_id3147000" xml-lang="en-US"><ahelp hid=".">Deletes the selected row(s).</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00040503.xhp#zeilenloeschen"/>
</section>
-<paragraph role="paragraph" id="par_id3145129" xml-lang="en-US">This command can be activated only when you select the <link href="text/shared/02/07070000.xhp" name="Edit">Edit</link> icon on the Table Data bar or Standard bar.</paragraph>
+<paragraph role="paragraph" id="par_id3145129" xml-lang="en-US">This command can be activated only when you select the <link href="text/shared/02/07070000.xhp">Edit</link> icon on the Table Data bar or Standard bar.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05340500.xhp b/source/text/shared/01/05340500.xhp
index e80ee76916..7ca333dc0f 100644
--- a/source/text/shared/01/05340500.xhp
+++ b/source/text/shared/01/05340500.xhp
@@ -33,7 +33,7 @@
</meta>
<body>
<section id="hide_columns">
-<paragraph role="heading" id="hd_id3148882" xml-lang="en-US" level="1"><link href="text/shared/01/05340500.xhp" name="Hide Columns">Hide Columns</link></paragraph>
+<paragraph role="heading" id="hd_id3148882" xml-lang="en-US" level="1"><link href="text/shared/01/05340500.xhp">Hide Columns</link></paragraph>
<paragraph role="paragraph" id="par_id3155620" xml-lang="en-US"><ahelp hid=".">Hides the selected column(s). To display hidden columns, right-click any column header, and then choose <emph>Show Columns</emph>.</ahelp></paragraph>
</section>
</body>
diff --git a/source/text/shared/01/05340600.xhp b/source/text/shared/01/05340600.xhp
index 7213169443..32082b40dd 100644
--- a/source/text/shared/01/05340600.xhp
+++ b/source/text/shared/01/05340600.xhp
@@ -33,7 +33,7 @@
</meta>
<body>
<section id="alleeinblenden">
-<paragraph role="heading" id="hd_id3152876" xml-lang="en-US" level="1"><link href="text/shared/01/05340600.xhp" name="Show Columns">Show Columns</link></paragraph>
+<paragraph role="heading" id="hd_id3152876" xml-lang="en-US" level="1"><link href="text/shared/01/05340600.xhp">Show Columns</link></paragraph>
<paragraph role="paragraph" id="par_id3147212" xml-lang="en-US"><ahelp hid=".">Displays hidden columns. Choose the column that you want to display from the list, or click <emph>All </emph>to display all of the hidden columns.</ahelp></paragraph>
</section>
</body>
diff --git a/source/text/shared/01/05350000.xhp b/source/text/shared/01/05350000.xhp
index f3e2599f08..66678b9223 100644
--- a/source/text/shared/01/05350000.xhp
+++ b/source/text/shared/01/05350000.xhp
@@ -35,7 +35,7 @@
<bookmark xml-lang="en-US" branch="hid/svx/ui/docking3deffects/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/docking3deffects/Docking3DEffects" id="bm_id5991850" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:Window3D" id="bm_id3147069" localize="false"/>
-<h1 id="hd_id3153136"><link href="text/shared/01/05350000.xhp" name="3D Effects">3D Effects</link></h1>
+<h1 id="hd_id3153136"><link href="text/shared/01/05350000.xhp">3D Effects</link></h1>
<paragraph role="paragraph" id="par_id3156324" xml-lang="en-US"><ahelp hid=".uno:Window3D">Specifies the properties of 3D object(s) in the current document or converts a 2D object to 3D.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05350200.xhp b/source/text/shared/01/05350200.xhp
index ed822cb086..1b78355490 100644
--- a/source/text/shared/01/05350200.xhp
+++ b/source/text/shared/01/05350200.xhp
@@ -25,7 +25,7 @@
</meta>
<body>
<section id="geometry">
-<bookmark xml-lang="en-US" branch="hid/svx/ui/docking3deffects/geometry" id="bm_id3149783" localize="false"/><h1 id="hd_id3149551"><link href="text/shared/01/05350200.xhp" name="Geometry">Geometry</link></h1>
+<bookmark xml-lang="en-US" branch="hid/svx/ui/docking3deffects/geometry" id="bm_id3149783" localize="false"/><h1 id="hd_id3149551"><link href="text/shared/01/05350200.xhp">Geometry</link></h1>
<paragraph role="paragraph" id="par_id3150008" xml-lang="en-US"><ahelp hid="svx/ui/docking3deffects/geometry">Adjusts the shape of the selected 3D object. You can only modify the shape of a 3D object that was created by converting a 2D object. To convert a 2D object to 3D, select the object, right-click, and then choose <emph>Convert - To 3D</emph>, or <emph>Convert - To 3D Rotation Object</emph>.</ahelp></paragraph>
<table id="tab_id501592540156122">
<tablerow>
diff --git a/source/text/shared/01/05350300.xhp b/source/text/shared/01/05350300.xhp
index d83dd16980..e239058b62 100644
--- a/source/text/shared/01/05350300.xhp
+++ b/source/text/shared/01/05350300.xhp
@@ -29,7 +29,7 @@
<body>
<section id="shading">
<bookmark xml-lang="en-US" branch="hid/svx/ui/docking3deffects/representation" id="bm_id3156053" localize="false"/>
-<h1 id="hd_id3148919"><link href="text/shared/01/05350300.xhp" name="Shading">Shading</link></h1>
+<h1 id="hd_id3148919"><link href="text/shared/01/05350300.xhp">Shading</link></h1>
<paragraph role="paragraph" id="par_id3150008" xml-lang="en-US"><ahelp hid="svx/ui/docking3deffects/representation">Sets the shading and shadow options for the selected 3D object.</ahelp></paragraph>
<table id="tab_id881592540321323">
<tablerow>
diff --git a/source/text/shared/01/05350400.xhp b/source/text/shared/01/05350400.xhp
index a158cde618..5d663287cc 100644
--- a/source/text/shared/01/05350400.xhp
+++ b/source/text/shared/01/05350400.xhp
@@ -29,7 +29,7 @@
<body>
<section id="illumination">
<bookmark xml-lang="en-US" branch="hid/svx/ui/docking3deffects/light" id="bm_id3147273" localize="false"/>
-<h1 id="hd_id3151260"><link href="text/shared/01/05350400.xhp" name="Illumination">Illumination</link></h1>
+<h1 id="hd_id3151260"><link href="text/shared/01/05350400.xhp">Illumination</link></h1>
<paragraph role="paragraph" id="par_id3149741" xml-lang="en-US"><ahelp hid="svx/ui/docking3deffects/light">Define the light source for the selected 3D object.</ahelp></paragraph>
<table id="tab_id181592540760545">
<tablerow>
@@ -89,7 +89,7 @@
<h3 id="hd_id3159166">Color Selection</h3>
<paragraph role="paragraph" id="par_id3155421" xml-lang="en-US"><ahelp hid="svx/ui/docking3deffects/lightcolor1">Select a color for the current light source.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/svx/ui/docking3deffects/colorbutton1" id="bm_id3153349" localize="false"/>
-<h3 id="hd_id3149955"><link href="text/shared/optionen/01010501.xhp" name="Select Color in the color dialog">Select Color in the color dialog</link></h3>
+<h3 id="hd_id3149955"><link href="text/shared/optionen/01010501.xhp">Select Color in the color dialog</link></h3>
<embed href="text/shared/optionen/01010501.xhp#farbentext"/>
<embed href="text/shared/00/00000406.xhp#color_dialog"/>
<h2 id="hd_id3153061">Ambient light</h2>
@@ -97,7 +97,7 @@
<h3 id="hd_id3144511">Color Selection</h3>
<paragraph role="paragraph" id="par_id3153896" xml-lang="en-US"><ahelp hid="svx/ui/docking3deffects/ambientcolor">Select a color for the ambient light.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/svx/ui/docking3deffects/colorbutton2" id="bm_id3154923" localize="false"/>
-<h3 id="hd_id3149670"><link href="text/shared/optionen/01010501.xhp" name="Select Color Through the Color Dialog">Select Color Through the Color Dialog</link></h3>
+<h3 id="hd_id3149670"><link href="text/shared/optionen/01010501.xhp">Select Color Through the Color Dialog</link></h3>
<embed href="text/shared/optionen/01010501.xhp#farbentext"/>
<embed href="text/shared/00/00000406.xhp#color_dialog"/>
<h2 id="hd_id3153961">Preview</h2>
diff --git a/source/text/shared/01/05350500.xhp b/source/text/shared/01/05350500.xhp
index 7c174db791..8a0e42cd63 100644
--- a/source/text/shared/01/05350500.xhp
+++ b/source/text/shared/01/05350500.xhp
@@ -29,7 +29,7 @@
<body>
<section id="textures">
<bookmark xml-lang="en-US" branch="hid/svx/ui/docking3deffects/texture" id="bm_id3148410" localize="false"/>
-<h1 id="hd_id3150014"><link href="text/shared/01/05350500.xhp" name="Textures">Textures</link></h1>
+<h1 id="hd_id3150014"><link href="text/shared/01/05350500.xhp">Textures</link></h1>
<paragraph role="paragraph" id="par_id3147000" xml-lang="en-US"><ahelp hid="svx/ui/docking3deffects/texture">Sets the properties of the surface texture for the selected 3D object. This feature is only available after you apply a surface texture to the selected object. To quickly apply a surface texture, open the <emph>Gallery</emph>, hold down Shift+<switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, and then drag an image onto the selected 3D object.</ahelp></paragraph>
<table id="tab_id861592540872025">
<tablerow>
diff --git a/source/text/shared/01/05350600.xhp b/source/text/shared/01/05350600.xhp
index f4c96fc9b2..1cfca4bc08 100644
--- a/source/text/shared/01/05350600.xhp
+++ b/source/text/shared/01/05350600.xhp
@@ -29,7 +29,7 @@
<body>
<section id="material">
<bookmark xml-lang="en-US" branch="hid/svx/ui/docking3deffects/material" id="bm_id3155182" localize="false"/>
-<h1 id="hd_id3154349"><link href="text/shared/01/05350600.xhp" name="Material">Material</link></h1>
+<h1 id="hd_id3154349"><link href="text/shared/01/05350600.xhp">Material</link></h1>
<paragraph role="paragraph" id="par_id3160463" xml-lang="en-US"><ahelp hid="svx/ui/docking3deffects/material">Changes the coloring of the selected 3D object.</ahelp></paragraph>
<table id="tab_id41592541000677">
<tablerow>
@@ -56,14 +56,14 @@
<h3 id="hd_id3093440">Object color</h3>
<paragraph role="paragraph" id="par_id3157896" xml-lang="en-US"><ahelp hid="svx/ui/docking3deffects/objcolor">Select the color that you want to apply to the object.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/svx/ui/docking3deffects/colorbutton3" id="bm_id3151226" localize="false"/>
-<h3 id="hd_id3147373"><link href="text/shared/optionen/01010501.xhp" name="Select Color Through the Color Dialog">Select Color Through the Color Dialog</link></h3>
+<h3 id="hd_id3147373"><link href="text/shared/optionen/01010501.xhp">Select Color Through the Color Dialog</link></h3>
<embed href="text/shared/optionen/01010501.xhp#farbentext"/>
<embed href="text/shared/00/00000406.xhp#color_dialog"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/docking3deffects/illumcolor" id="bm_id3157864" localize="false"/>
<h3 id="hd_id3147571">Illumination color</h3>
<paragraph role="paragraph" id="par_id3159234" xml-lang="en-US"><ahelp hid="svx/ui/docking3deffects/illumcolor">Select the color to illuminate the object.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/svx/ui/docking3deffects/colorbutton4" id="bm_id3143268" localize="false"/>
-<h3 id="hd_id3153748"><link href="text/shared/optionen/01010501.xhp" name="Select Color Through the Color Dialog">Select Color Through the Color Dialog</link></h3>
+<h3 id="hd_id3153748"><link href="text/shared/optionen/01010501.xhp">Select Color Through the Color Dialog</link></h3>
<embed href="text/shared/optionen/01010501.xhp#farbentext"/>
<embed href="text/shared/00/00000406.xhp#color_dialog"/>
<h2 id="hd_id3154983">Specular</h2>
@@ -72,7 +72,7 @@
<h3 id="hd_id3150355">Color</h3>
<paragraph role="paragraph" id="par_id3151111" xml-lang="en-US"><ahelp hid="svx/ui/docking3deffects/speccolor">Select the color that you want the object to reflect.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/svx/ui/docking3deffects/colorbutton5" id="bm_id3147243" localize="false"/>
-<h3 id="hd_id3152996"><link href="text/shared/optionen/01010501.xhp" name="Select Color Through the Color Dialog">Select Color Through the Color Dialog</link></h3>
+<h3 id="hd_id3152996"><link href="text/shared/optionen/01010501.xhp">Select Color Through the Color Dialog</link></h3>
<embed href="text/shared/optionen/01010501.xhp#farbentext"/>
<embed href="text/shared/00/00000406.xhp#color_dialog"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/docking3deffects/intensity" id="bm_id3149276" localize="false"/>
diff --git a/source/text/shared/01/05360000.xhp b/source/text/shared/01/05360000.xhp
index af9f8d314d..5bce5f6614 100644
--- a/source/text/shared/01/05360000.xhp
+++ b/source/text/shared/01/05360000.xhp
@@ -38,7 +38,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:DistributeSelection" id="bm_id9823972" localize="false"/>
<section id="distribute_selection">
-<h1 id="hd_id3154812"><link href="text/shared/01/05360000.xhp" name="Distribution">Distribute Selection</link></h1>
+<h1 id="hd_id3154812"><link href="text/shared/01/05360000.xhp">Distribute Selection</link></h1>
<paragraph role="paragraph" id="par_id3149119" xml-lang="en-US">
<ahelp hid=".uno:DistributeSelection">Distributes three or more selected objects evenly along the horizontal axis or the vertical axis. You can also evenly distribute the spacing between objects.</ahelp></paragraph>
</section>
diff --git a/source/text/shared/01/05990000.xhp b/source/text/shared/01/05990000.xhp
index 15aae70bf8..b8ebd4b43d 100644
--- a/source/text/shared/01/05990000.xhp
+++ b/source/text/shared/01/05990000.xhp
@@ -25,7 +25,7 @@
</meta>
<body>
<section id="text"><comment>UFI: removed 2 help ids</comment>
-<h1 id="hd_id3155757" xml-lang="en-US"><link href="text/shared/01/05990000.xhp" name="Text">Text Attributes</link></h1>
+<h1 id="hd_id3155757" xml-lang="en-US"><link href="text/shared/01/05990000.xhp">Text Attributes</link></h1>
<paragraph role="paragraph" id="par_id3150467" xml-lang="en-US"><variable id="texttext"><ahelp hid=".uno:TextAttributes">Sets the layout and anchoring properties for text in the selected drawing or text object.</ahelp>
</variable></paragraph>
</section>
diff --git a/source/text/shared/01/06010000.xhp b/source/text/shared/01/06010000.xhp
index 62d5e2b84f..a49fbcd118 100644
--- a/source/text/shared/01/06010000.xhp
+++ b/source/text/shared/01/06010000.xhp
@@ -37,7 +37,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:SpellingAndGrammarDialog" id="bm_id1022200801253693" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/spellingdialog/SpellingDialog" id="bm_id1022200801253694" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/spellingdialog/@@nowidget@@" id="bm_id1022200801253694" localize="false"/>
-<h1 id="hd_id3153882"><link href="text/shared/01/06010000.xhp" name="Spelling">Spelling</link></h1>
+<h1 id="hd_id3153882"><link href="text/shared/01/06010000.xhp">Spelling</link></h1>
<paragraph xml-lang="en-US" id="par_id3154682" role="paragraph"><variable id="recht"><ahelp hid=".">Checks the document or the current selection for spelling errors. If a grammar checking extension is installed, the dialog also checks for grammar errors.</ahelp>
</variable></paragraph>
</section>
@@ -94,9 +94,9 @@
<paragraph xml-lang="en-US" id="par_idN10854" role="paragraph"><ahelp hid=".">Click to undo the last change in the current sentence. Click again to undo the previous change in the same sentence.</ahelp></paragraph>
<section id="relatedtopics">
<embed href="text/swriter/guide/spellcheck_dialog.xhp#spellcheck_dialog"/>
- <paragraph role="paragraph" id="par_id101611835512800"><link href="text/shared/01/06010101.xhp" name="Writing Aids">Spelling Options</link></paragraph>
- <paragraph role="paragraph" id="par_id871611602271367"><link name="AutoCorrect" href="text/swriter/01/05150000.xhp">AutoCorrect Commands</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3147426" role="paragraph"><link href="text/shared/01/06020000.xhp" name="Thesaurus">Thesaurus</link></paragraph>
+ <paragraph role="paragraph" id="par_id101611835512800"><link href="text/shared/01/06010101.xhp">Spelling Options</link></paragraph>
+ <paragraph role="paragraph" id="par_id871611602271367"><link href="text/swriter/01/05150000.xhp">AutoCorrect Commands</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3147426" role="paragraph"><link href="text/shared/01/06020000.xhp">Thesaurus</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/06020000.xhp b/source/text/shared/01/06020000.xhp
index 5f0186e93a..80f2f8877d 100644
--- a/source/text/shared/01/06020000.xhp
+++ b/source/text/shared/01/06020000.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/thesaurus/@@nowidget@@" id="bm_id7966435" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ThesaurusDialog" id="bm_id1644684" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:Thesaurus" id="bm_id3152427" localize="false"/>
-<h1 id="hd_id3146946" xml-lang="en-US"><variable id="Thesaurush1"><link href="text/shared/01/06020000.xhp" name="Thesaurus">Thesaurus</link></variable></h1>
+<h1 id="hd_id3146946" xml-lang="en-US"><variable id="Thesaurush1"><link href="text/shared/01/06020000.xhp">Thesaurus</link></variable></h1>
<paragraph role="paragraph" id="par_id3147366" xml-lang="en-US"><variable id="thesaurustxt"><ahelp hid=".uno:Thesaurus">Opens a dialog box to replace the current word with a synonym, or a related term.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/06030000.xhp b/source/text/shared/01/06030000.xhp
index 4d7cda45a8..07117f650a 100644
--- a/source/text/shared/01/06030000.xhp
+++ b/source/text/shared/01/06030000.xhp
@@ -28,7 +28,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:BmpMask" id="bm_id3085157" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/dockingcolorreplace/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/dockingcolorreplace/DockingColorReplace" id="bm_id3085156" localize="false"/>
-<h1 id="hd_id3156324"><link href="text/shared/01/06030000.xhp" name="Color Replacer">Color Replacer</link></h1>
+<h1 id="hd_id3156324"><link href="text/shared/01/06030000.xhp">Color Replacer</link></h1>
<paragraph role="paragraph" id="par_id3145138" xml-lang="en-US"><ahelp hid=".">Opens the Color Replacer dialog, where you can replace colors in bitmap and meta file graphics.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3151262" xml-lang="en-US">You can replace up to four different colors at one time.</paragraph>
diff --git a/source/text/shared/01/06040000.xhp b/source/text/shared/01/06040000.xhp
index b05d028795..4136f84b4b 100644
--- a/source/text/shared/01/06040000.xhp
+++ b/source/text/shared/01/06040000.xhp
@@ -39,13 +39,13 @@
<paragraph id="par_id3147261" role="paragraph" xml-lang="en-US">To apply an AutoCorrect rule, enter the predefined text in the document and press the <widget>Spacebar</widget>.</paragraph>
<switch select="appl">
<case select="WRITER">
- <note id="par_id791632159942582">To turn off AutoCorrect in %PRODUCTNAME Writer choose <menuitem>Tools - AutoCorrect - While Typing</menuitem>. Refer to the help page <link href="text/swriter/guide/auto_off.xhp" name="auto_off_link1">Turning Off AutoCorrect</link> to learn more about deactivating AutoCorrect in %PRODUCTNAME Writer.</note>
+ <note id="par_id791632159942582">To turn off AutoCorrect in %PRODUCTNAME Writer choose <menuitem>Tools - AutoCorrect - While Typing</menuitem>. Refer to the help page <link href="text/swriter/guide/auto_off.xhp">Turning Off AutoCorrect</link> to learn more about deactivating AutoCorrect in %PRODUCTNAME Writer.</note>
<tip id="par_id561632160115951">To apply AutoCorrect to an entire text document, choose <menuitem>Tools - AutoCorrect - Apply</menuitem>.</tip>
</case>
</switch>
<switch select="appl">
<case select="CALC">
- <note id="par_id911632159367467">To turn off AutoCorrect in %PRODUCTNAME Calc, go to <menuitem>Tools - AutoCorrect Options</menuitem> and uncheck all items in the <emph>Options</emph> and <emph>Localized Options</emph> tabs. Refer to the help page <link href="text/swriter/guide/auto_off.xhp" name="auto_off_link2">Turning Off AutoCorrect</link> to learn more about deactivating AutoCorrect in %PRODUCTNAME Calc.</note>
+ <note id="par_id911632159367467">To turn off AutoCorrect in %PRODUCTNAME Calc, go to <menuitem>Tools - AutoCorrect Options</menuitem> and uncheck all items in the <emph>Options</emph> and <emph>Localized Options</emph> tabs. Refer to the help page <link href="text/swriter/guide/auto_off.xhp">Turning Off AutoCorrect</link> to learn more about deactivating AutoCorrect in %PRODUCTNAME Calc.</note>
</case>
</switch>
<embed href="text/shared/01/06040200.xhp#replace"/>
@@ -62,7 +62,7 @@
<switch select="appl">
<case select="WRITER">
<section id="relatedtopics">
- <paragraph id="par_id3146137" role="paragraph" xml-lang="en-US"><link href="text/swriter/01/05150200.xhp" name="AutoFormat">AutoCorrect</link></paragraph>
+ <paragraph id="par_id3146137" role="paragraph" xml-lang="en-US"><link href="text/swriter/01/05150200.xhp">AutoCorrect</link></paragraph>
</section>
</case>
</switch>
diff --git a/source/text/shared/01/06040100.xhp b/source/text/shared/01/06040100.xhp
index ca1b2a2ee3..7871b5ee14 100644
--- a/source/text/shared/01/06040100.xhp
+++ b/source/text/shared/01/06040100.xhp
@@ -48,7 +48,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/acoroptionspage/@@nowidget@@" id="bm_id3148765" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/applyautofmtpage/ApplyAutoFmtPage" id="bm_id3147527" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/applyautofmtpage/@@nowidget@@" id="bm_id3147527" localize="false"/>
-<h1 xml-lang="en-US" id="hd_id3155620"><link href="text/shared/01/06040100.xhp" name="Options">Options</link></h1>
+<h1 xml-lang="en-US" id="hd_id3155620"><link href="text/shared/01/06040100.xhp">Options</link></h1>
<paragraph xml-lang="en-US" id="par_id3146946" role="paragraph"><ahelp hid="cui/ui/applyautofmtpage/ApplyAutoFmtPage">Select the options for automatically correcting errors as you type, and then click <emph>OK</emph>.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -63,7 +63,7 @@
</switch>
<h2 id="hd_id291612211857255"><switchinline select="appl"><caseinline select="WRITER">[M] and [T] options</caseinline></switchinline></h2>
<h3 xml-lang="en-US" id="hd_id3154398">Use replacement table</h3>
- <paragraph xml-lang="en-US" id="par_id3151234" role="paragraph">If you type a letter combination that matches a shortcut in the <link href="text/shared/01/06040200.xhp" name="replacement table">replacement table</link>, the letter combination is replaced with the replacement text.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3151234" role="paragraph">If you type a letter combination that matches a shortcut in the <link href="text/shared/01/06040200.xhp">replacement table</link>, the letter combination is replaced with the replacement text.</paragraph>
<h3 xml-lang="en-US" id="hd_id3150144">Correct TWo INitial CApitals</h3>
<paragraph xml-lang="en-US" id="par_id3149177" role="paragraph">If you type two uppercase letters at the beginning of a "WOrd", the second uppercase letter is automatically replaced with a lowercase letter.</paragraph>
<note id="par_id831613131464106">No corrections are made to entries found in an applicable spelling dictionary.</note>
@@ -86,9 +86,9 @@
</bookmark>
<h3 xml-lang="en-US" id="hd_id3145072">Automatic *bold*, /italic/, -strikeout- and _underline_</h3>
<paragraph xml-lang="en-US" id="par_id3153577" role="paragraph">Automatically applies bold, italic, strikethrough or underline formatting to text enclosed by asterisks (*), slashes (/), hyphens (-), and underscores (_), respectively. These characters disappear after the formatting is applied.</paragraph>
- <paragraph xml-lang="en-US" id="par_id3153127" role="note">This feature does not work if the formatting characters <item type="literal">* / - _</item> are entered with an <link href="text/shared/00/00000005.xhp#IME" name="Input Method Editor">Input Method Editor</link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3153127" role="note">This feature does not work if the formatting characters <item type="literal">* / - _</item> are entered with an <link href="text/shared/00/00000005.xhp#IME">Input Method Editor</link>.</paragraph>
<h3 xml-lang="en-US" id="hd_id3150275">URL Recognition</h3>
- <paragraph xml-lang="en-US" id="par_id3158430" role="paragraph">Automatically creates a hyperlink when you type a <link href="text/shared/00/00000002.xhp#url" name="URL">URL</link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3158430" role="paragraph">Automatically creates a hyperlink when you type a <link href="text/shared/00/00000002.xhp#url">URL</link>.</paragraph>
<comment>UFI: moved "replace 1st" to Localized Options tab page, cws cbosdo01</comment>
<h3 xml-lang="en-US" id="hd_id3148473">Replace Dashes<comment>UFI: changed switches, added table, #61325#</comment></h3><comment>UFI: see i73558 for name: not the dashes are replaced but the hyphens (or even better the minus signs)</comment>
<paragraph xml-lang="en-US" id="par_id3144439" role="paragraph">Replaces one or two hyphens with a long dash (see the following table).</paragraph>
@@ -297,7 +297,7 @@
<switch select="appl">
<case select="WRITER">
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id871611602271367"><link name="AutoCorrect" href="text/swriter/01/05150000.xhp">AutoCorrect Commands</link></paragraph>
+ <paragraph role="paragraph" id="par_id871611602271367"><link href="text/swriter/01/05150000.xhp">AutoCorrect Commands</link></paragraph>
</section>
</case>
</switch>
diff --git a/source/text/shared/01/06040200.xhp b/source/text/shared/01/06040200.xhp
index 009be77498..445947e850 100644
--- a/source/text/shared/01/06040200.xhp
+++ b/source/text/shared/01/06040200.xhp
@@ -37,7 +37,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/acorreplacepage/AcorReplacePage" id="bm_id3150502" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/acorreplacepage/@@nowidget@@" id="bm_id3150502" localize="false"/>
-<h1 id="hd_id3152876" xml-lang="en-US"><link href="text/shared/01/06040200.xhp" name="Replace">Replace</link></h1>
+<h1 id="hd_id3152876" xml-lang="en-US"><link href="text/shared/01/06040200.xhp">Replace</link></h1>
<paragraph role="paragraph" id="par_id3151262" xml-lang="en-US"><ahelp hid="cui/ui/acorreplacepage/AcorReplacePage">Edits the replacement table for automatically correcting or replacing words or abbreviations in your document.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3149999" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">To enable the replacement table, choose <emph>Tools - AutoCorrect - AutoCorrect Options</emph>, click the <emph>Options</emph> tab, and then select <emph>Use replacement table</emph>. To use the replacement table while you type, check <emph>Tools - AutoCorrect - While Typing</emph>.
diff --git a/source/text/shared/01/06040300.xhp b/source/text/shared/01/06040300.xhp
index 154becdcf4..9a1f8d129b 100644
--- a/source/text/shared/01/06040300.xhp
+++ b/source/text/shared/01/06040300.xhp
@@ -28,7 +28,7 @@
<section id="exceptions">
<bookmark xml-lang="en-US" branch="hid/cui/ui/acorexceptpage/AcorExceptPage" id="bm_id3150347" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/acorexceptpage/@@nowidget@@" id="bm_id3150347" localize="false"/>
-<h1 id="hd_id3150278" xml-lang="en-US"><link href="text/shared/01/06040300.xhp" name="Exceptions">Exceptions</link></h1>
+<h1 id="hd_id3150278" xml-lang="en-US"><link href="text/shared/01/06040300.xhp">Exceptions</link></h1>
<paragraph role="paragraph" id="par_id3152876" xml-lang="en-US"><ahelp hid="cui/ui/acorexceptpage/AcorExceptPage">Specify the abbreviations or letter combinations that you do not want $[officename] to correct automatically.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3154926" xml-lang="en-US">The exceptions that you define depend on the current language setting. If you want, you can change the language setting by selecting a different language in the <emph>Replacements and exceptions for language</emph> box.</paragraph>
@@ -60,7 +60,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/acorexceptpage/autodouble" id="bm_id6384777" localize="false"/>
<h3 id="hd_id3149762" xml-lang="en-US">AutoInclude</h3>
<paragraph role="paragraph" id="par_id3155829" xml-lang="en-US"><ahelp hid="cui/ui/acorexceptpage/autodouble">Adds autocorrected abbreviations or autocorrected words that start with two capital letters to the corresponding list of exceptions, if the autocorrection is immediately undone</ahelp> by pressing <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>.</paragraph>
-<paragraph role="paragraph" id="par_id901613130624924">This feature is relevant when the <emph>Capitalize first letter of every sentence</emph> option or the <emph>Correct TWo INitial CApitals</emph> option are selected in the <emph>[T]</emph> column on the <link href="text/shared/01/06040100.xhp" name="Options"><emph>Options</emph></link> tab of this dialog, and <menuitem>Tools - AutoCorrect - While Typing</menuitem> is enabled.</paragraph>
+<paragraph role="paragraph" id="par_id901613130624924">This feature is relevant when the <emph>Capitalize first letter of every sentence</emph> option or the <emph>Correct TWo INitial CApitals</emph> option are selected in the <emph>[T]</emph> column on the <link href="text/shared/01/06040100.xhp"><emph>Options</emph></link> tab of this dialog, and <menuitem>Tools - AutoCorrect - While Typing</menuitem> is enabled.</paragraph>
<embed href="text/shared/00/00000001.xhp#AutocorrectButtons"/>
</body>
</helpdocument>
diff --git a/source/text/shared/01/06040400.xhp b/source/text/shared/01/06040400.xhp
index 6cfcb465c9..22a7e61273 100644
--- a/source/text/shared/01/06040400.xhp
+++ b/source/text/shared/01/06040400.xhp
@@ -36,7 +36,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/applylocalizedpage/ApplyLocalizedPage" id="bm_id59906554" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/applylocalizedpage/@@nowidget@@" id="bm_id59906554" localize="false"/>
-<paragraph role="heading" id="hd_id3153899" xml-lang="en-US" level="1"><link href="text/shared/01/06040400.xhp" name="Localized Options">Localized Options</link></paragraph>
+<paragraph role="heading" id="hd_id3153899" xml-lang="en-US" level="1"><link href="text/shared/01/06040400.xhp">Localized Options</link></paragraph>
<paragraph role="paragraph" id="par_id3149748" xml-lang="en-US"><ahelp hid=".">Specify the AutoCorrect options for quotation marks and for options that are specific to the language of the text.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -69,11 +69,11 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/applylocalizedpage/startsingle" id="bm_id6259651" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/applylocalizedpage/startdouble" id="bm_id7007354" localize="false"/>
<paragraph role="heading" id="hd_id3153750" xml-lang="en-US" level="3">Start quote</paragraph>
-<paragraph role="paragraph" id="par_id3152425" xml-lang="en-US"><ahelp hid=".">Select the <link href="text/shared/01/04100000.xhp" name="special character">special character</link> that will automatically replace the current opening quotation mark in your document when you choose <emph>Tools - AutoCorrect - Apply</emph>.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3152425" xml-lang="en-US"><ahelp hid=".">Select the <link href="text/shared/01/04100000.xhp">special character</link> that will automatically replace the current opening quotation mark in your document when you choose <emph>Tools - AutoCorrect - Apply</emph>.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/applylocalizedpage/endsingle" id="bm_id6449476" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/applylocalizedpage/enddouble" id="bm_id6838282" localize="false"/>
<paragraph role="heading" id="hd_id3159233" xml-lang="en-US" level="3">End quote</paragraph>
-<paragraph role="paragraph" id="par_id3147008" xml-lang="en-US"><ahelp hid=".">Select the <link href="text/shared/01/04100000.xhp" name="special character">special character</link> that will automatically replace the current closing quotation mark in your document when you choose <emph>Tools - AutoCorrect - Apply</emph>.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3147008" xml-lang="en-US"><ahelp hid=".">Select the <link href="text/shared/01/04100000.xhp">special character</link> that will automatically replace the current closing quotation mark in your document when you choose <emph>Tools - AutoCorrect - Apply</emph>.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/applylocalizedpage/defaultsingle" id="bm_id4603106" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/applylocalizedpage/defaultdouble" id="bm_id3145542" localize="false"/>
<paragraph role="heading" id="hd_id3147089" xml-lang="en-US" level="3">Default</paragraph>
diff --git a/source/text/shared/01/06040500.xhp b/source/text/shared/01/06040500.xhp
index 54be0e695f..e374c8effd 100644
--- a/source/text/shared/01/06040500.xhp
+++ b/source/text/shared/01/06040500.xhp
@@ -41,7 +41,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/spellmenu/spelldialog" id="bm_id3155351" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/spellmenu/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<h2 id="hd_id3153089">Spelling</h2>
-<paragraph role="paragraph" id="par_id3154497"><ahelp hid="modules/swriter/ui/spellmenu/spelldialog">Opens the <link href="text/shared/01/06010000.xhp" name="Spelling">Spelling</link> dialog.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3154497"><ahelp hid="modules/swriter/ui/spellmenu/spelldialog">Opens the <link href="text/shared/01/06010000.xhp">Spelling</link> dialog.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/editeng/ui/spellmenu/insert" id="bm_id3154422" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/editeng/ui/spellmenu/add" id="bm_id3154423" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/spellmenu/add" id="bm_id3153551" localize="false"/>
diff --git a/source/text/shared/01/06040600.xhp b/source/text/shared/01/06040600.xhp
index f3a792c443..1829641a2d 100644
--- a/source/text/shared/01/06040600.xhp
+++ b/source/text/shared/01/06040600.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="word_completion">
- <paragraph xml-lang="en-US" id="hd_id3148882" role="heading" level="1"><link href="text/shared/01/06040600.xhp" name="Word Completion">Word Completion</link></paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3148882" role="heading" level="1"><link href="text/shared/01/06040600.xhp">Word Completion</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3153624" role="paragraph">Set the options for completing frequently occurring words while you type.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/06050000.xhp b/source/text/shared/01/06050000.xhp
index 8bb8d8d218..fc26e59641 100644
--- a/source/text/shared/01/06050000.xhp
+++ b/source/text/shared/01/06050000.xhp
@@ -31,7 +31,7 @@
<section id="bullets_and_numbering">
<bookmark xml-lang="en-US" branch="hid/.uno:OutlineBullet" id="bm_id1362579" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:BulletsAndNumberingDialog" id="bm_id5976445" localize="false"/>
-<h1 id="hd_id3149551" xml-lang="en-US"><link href="text/shared/01/06050000.xhp" name="Numbering/Bullets">Bullets and Numbering</link></h1>
+<h1 id="hd_id3149551" xml-lang="en-US"><link href="text/shared/01/06050000.xhp">Bullets and Numbering</link></h1>
<paragraph role="paragraph" id="par_id3150146" xml-lang="en-US"><variable id="numauftext"><ahelp hid=".">Adds numbering or bullets to the current paragraph or to selected paragraphs, and lets you edit format of the numbering or bullets.</ahelp>
</variable></paragraph>
</section>
diff --git a/source/text/shared/01/06050100.xhp b/source/text/shared/01/06050100.xhp
index d912826a41..09258447e9 100644
--- a/source/text/shared/01/06050100.xhp
+++ b/source/text/shared/01/06050100.xhp
@@ -34,7 +34,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/pickbulletpage/PickBulletPage" id="bm_id3145630" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/pickbulletpage/@@nowidget@@" id="bm_id3145630" localize="false"/>
-<h1 xml-lang="en-US" id="hd_id3150502"><link href="text/shared/01/06050100.xhp" name="Bullets">Unordered</link></h1>
+<h1 xml-lang="en-US" id="hd_id3150502"><link href="text/shared/01/06050100.xhp">Unordered</link></h1>
<paragraph xml-lang="en-US" id="par_id3155069" role="paragraph"><ahelp hid=".">Displays different bullet types that you can apply to a list.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -45,8 +45,8 @@
<h2 xml-lang="en-US" id="hd_id3153255">Selection</h2>
<paragraph xml-lang="en-US" id="par_id3155364" role="paragraph"><ahelp hid="cui/ui/pickbulletpage/valueset">Click the bullet type that you want to use.</ahelp></paragraph>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id3149549" role="paragraph"><link href="text/shared/01/06050600.xhp" name="Position tab (Numbering/Bullets dialog)">Position tab (Bullets and Numbering dialog)</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3154317" role="paragraph"><link href="text/shared/01/06050500.xhp" name="Customize tab (Numbering/Bullets dialog)">Customize tab (Bullets and Numbering dialog)</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3149549" role="paragraph"><link href="text/shared/01/06050600.xhp">Position tab (Bullets and Numbering dialog)</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154317" role="paragraph"><link href="text/shared/01/06050500.xhp">Customize tab (Bullets and Numbering dialog)</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/06050200.xhp b/source/text/shared/01/06050200.xhp
index 9a9e9cd914..b66c5d73c1 100644
--- a/source/text/shared/01/06050200.xhp
+++ b/source/text/shared/01/06050200.xhp
@@ -28,7 +28,7 @@
<section id="numberingtype">
<bookmark xml-lang="en-US" branch="hid/cui/ui/picknumberingpage/PickNumberingPage" id="bm_id3153256" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/picknumberingpage/@@nowidget@@" id="bm_id3153256" localize="false"/>
- <h1 xml-lang="en-US" id="hd_id3146807"><link href="text/shared/01/06050200.xhp" name="Numbering Style">Ordered</link></h1>
+ <h1 xml-lang="en-US" id="hd_id3146807"><link href="text/shared/01/06050200.xhp">Ordered</link></h1>
<paragraph xml-lang="en-US" id="par_id3148765" role="paragraph"><ahelp hid="."><variable id="numbering">Displays different numbering schemes that you can apply.</variable></ahelp></paragraph>
</section>
<section id="howtoget">
@@ -38,8 +38,8 @@
<h2 xml-lang="en-US" id="hd_id3147000">Selection</h2>
<paragraph xml-lang="en-US" id="par_id3151100" role="paragraph"><ahelp hid="cui/ui/picknumberingpage/valueset">Click the numbering that you want to use.</ahelp></paragraph>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id3149355" role="paragraph"><link href="text/shared/01/06050600.xhp" name="Position tab (Numbering/Bullets dialog)">Position tab (Bullets and Numbering dialog)</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3152918" role="paragraph"><link href="text/shared/01/06050500.xhp" name="Options tab (Numbering/Bullets dialog)">Customize tab (Bullets and Numbering dialog)</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3149355" role="paragraph"><link href="text/shared/01/06050600.xhp">Position tab (Bullets and Numbering dialog)</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3152918" role="paragraph"><link href="text/shared/01/06050500.xhp">Customize tab (Bullets and Numbering dialog)</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/06050300.xhp b/source/text/shared/01/06050300.xhp
index b6e0213362..71fb71e02e 100644
--- a/source/text/shared/01/06050300.xhp
+++ b/source/text/shared/01/06050300.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/pickoutlinepage/PickOutlinePage" id="bm_id3148521" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/pickoutlinepage/@@nowidget@@" id="bm_id3148521" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:SetOutline" id="bm_id3148523" localize="false"/>
-<h1 id="hd_id3147543" xml-lang="en-US"><link href="text/shared/01/06050300.xhp" name="Outline">Outline</link></h1>
+<h1 id="hd_id3147543" xml-lang="en-US"><link href="text/shared/01/06050300.xhp">Outline</link></h1>
<paragraph role="paragraph" id="par_id3146936" xml-lang="en-US"><ahelp hid=".">Displays the different formats that you can apply to a hierarchical list. $[officename] supports up to nine outline levels in a list hierarchy.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -42,8 +42,8 @@
<h2 id="hd_id3147000" xml-lang="en-US">Selection</h2>
<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US"><ahelp hid="cui/ui/pickoutlinepage/valueset">Click the outline format that you want to use.</ahelp></paragraph>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3144436" xml-lang="en-US"><link href="text/shared/01/06050600.xhp" name="Position tab (Numbering/Bullets dialog)">Position tab (Bullets and Numbering dialog)</link></paragraph>
-<paragraph role="paragraph" id="par_id3153935" xml-lang="en-US"><link href="text/shared/01/06050500.xhp" name="Options tab (Numbering/Bullets dialog)">Options tab (Bullets and Numbering dialog)</link></paragraph>
+<paragraph role="paragraph" id="par_id3144436" xml-lang="en-US"><link href="text/shared/01/06050600.xhp">Position tab (Bullets and Numbering dialog)</link></paragraph>
+<paragraph role="paragraph" id="par_id3153935" xml-lang="en-US"><link href="text/shared/01/06050500.xhp">Options tab (Bullets and Numbering dialog)</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/06050400.xhp b/source/text/shared/01/06050400.xhp
index be7c326cd2..4f41b643ea 100644
--- a/source/text/shared/01/06050400.xhp
+++ b/source/text/shared/01/06050400.xhp
@@ -29,7 +29,7 @@
<section id="graphics">
<bookmark xml-lang="en-US" branch="hid/cui/ui/pickgraphicpage/PickGraphicPage" id="bm_id0611200904382858" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/pickgraphicpage/@@nowidget@@" id="bm_id0611200904382858" localize="false"/>
- <h1 xml-lang="en-US" id="hd_id0611200904373284"><link href="text/shared/01/06050400.xhp" name="Graphics">Image</link></h1>
+ <h1 xml-lang="en-US" id="hd_id0611200904373284"><link href="text/shared/01/06050400.xhp">Image</link></h1>
<paragraph xml-lang="en-US" id="par_id0611200904373226" role="paragraph"><ahelp hid=".">Displays the different graphics that you can use as bullets in an unordered list.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -42,8 +42,8 @@
<h2 xml-lang="en-US" id="hd_id061120090436157">Link graphics</h2>
<paragraph xml-lang="en-US" id="par_id0611200904361575" role="paragraph"><ahelp hid=".">If enabled, the graphics are inserted as links. If not enabled, the graphics are embedded into the document.</ahelp></paragraph>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id061120090437338" role="paragraph"><link href="text/shared/01/06050600.xhp" name="Position tab (Numbering/Bullets dialog)">Position tab (Bullets and Numbering dialog)</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id0611200904373391" role="paragraph"><link href="text/shared/01/06050500.xhp" name="Options tab (Numbering/Bullets dialog)">Options tab (Bullets and Numbering dialog)</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id061120090437338" role="paragraph"><link href="text/shared/01/06050600.xhp">Position tab (Bullets and Numbering dialog)</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id0611200904373391" role="paragraph"><link href="text/shared/01/06050500.xhp">Options tab (Bullets and Numbering dialog)</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/06050500.xhp b/source/text/shared/01/06050500.xhp
index 25460f6759..c495298c81 100644
--- a/source/text/shared/01/06050500.xhp
+++ b/source/text/shared/01/06050500.xhp
@@ -32,7 +32,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/numberingoptionspage/NumberingOptionsPage" id="bm_id3150041" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/numberingoptionspage/@@nowidget@@" id="bm_id3150041" localize="false"/>
-<h1 xml-lang="en-US" id="hd_id3147240"><link href="text/shared/01/06050500.xhp" name="Options">Customize</link></h1>
+<h1 xml-lang="en-US" id="hd_id3147240"><link href="text/shared/01/06050500.xhp">Customize</link></h1>
<paragraph xml-lang="en-US" id="par_id3147212" role="paragraph">Sets the formatting options for ordered or unordered lists. If you want, you can apply formatting to individual levels in the list hierarchy.</paragraph>
</section>
<section id="howtoget">
@@ -170,7 +170,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/numberingoptionspage/charstyle" id="bm_id3151380" localize="false"/>
<h3 xml-lang="en-US" id="hd_id3156423"><switchinline select="appl"><caseinline select="WRITER">Character Style
</caseinline></switchinline></h3>
- <paragraph xml-lang="en-US" id="par_id3150495" role="paragraph"><switchinline select="appl"><caseinline select="WRITER"><ahelp hid="cui/ui/numberingoptionspage/charstyle">Select the Character Style that you want to use in an ordered list.</ahelp> To create or edit a <link href="text/swriter/01/05130002.xhp" name="Character Style">Character Style</link>, open the <emph>Styles</emph> window, click the Character Styles icon, right-click a style, and then choose <emph>New</emph>.
+ <paragraph xml-lang="en-US" id="par_id3150495" role="paragraph"><switchinline select="appl"><caseinline select="WRITER"><ahelp hid="cui/ui/numberingoptionspage/charstyle">Select the Character Style that you want to use in an ordered list.</ahelp> To create or edit a <link href="text/swriter/01/05130002.xhp">Character Style</link>, open the <emph>Styles</emph> window, click the Character Styles icon, right-click a style, and then choose <emph>New</emph>.
</caseinline></switchinline></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/numberingoptionspage/sublevels" id="bm_id3153768" localize="false"/>
<h3 xml-lang="en-US" id="hd_id3147299"><switchinline select="appl"><caseinline select="WRITER">Show sublevels
diff --git a/source/text/shared/01/06050600.xhp b/source/text/shared/01/06050600.xhp
index 8bcf416791..c08b911ab1 100644
--- a/source/text/shared/01/06050600.xhp
+++ b/source/text/shared/01/06050600.xhp
@@ -30,7 +30,7 @@
<bookmark branch="hid/modules/swriter/ui/outlinepositionpage/OutlinePositionPage" xml-lang="en-US" id="bm_id3150280" localize="false"/>
<bookmark branch="hid/cui/ui/numberingpositionpage/@@nowidget@@" xml-lang="en-US" id="bm_id3150281" localize="false"/>
<bookmark branch="hid/cui/ui/numberingpositionpage/NumberingPositionPage" xml-lang="en-US" id="bm_id3150281" localize="false"/>
-<h1 id="hd_id3150467"><variable id="positionh1"><link href="text/shared/01/06050600.xhp" name="Position">Position</link></variable></h1>
+<h1 id="hd_id3150467"><variable id="positionh1"><link href="text/shared/01/06050600.xhp">Position</link></variable></h1>
<paragraph role="paragraph" id="par_id3158397" xml-lang="en-US"><variable id="positioninfo">Set indent, spacing, and alignment options for numbering symbols, such as numbers or bullets, to ordered and unordered lists.</variable></paragraph>
</section>
<comment>do we have a how-to for numbering/bullets/outlines with/without styles? seems we really need one</comment>
@@ -48,7 +48,7 @@
<section id="positionspacingheading">
<h2 id="hd_id3149261">Position and Spacing</h2>
</section>
-<note id="par_id5004119" xml-lang="en-US">This page shows the position controls used in all versions of %PRODUCTNAME Writer. Some documents (produced by other applications) use another method for positioning and spacing. Opening such documents will show the position controls documented in <link href="text/swriter/01/legacynumbering.xhp" name="Legacy numbering alignment">Position for List styles (legacy)</link>.<comment>see http://specs.openoffice.org/writer/numbering/NewListLevelAttrs.odt</comment></note>
+<note id="par_id5004119" xml-lang="en-US">This page shows the position controls used in all versions of %PRODUCTNAME Writer. Some documents (produced by other applications) use another method for positioning and spacing. Opening such documents will show the position controls documented in <link href="text/swriter/01/legacynumbering.xhp">Position for List styles (legacy)</link>.<comment>see http://specs.openoffice.org/writer/numbering/NewListLevelAttrs.odt</comment></note>
<bookmark xml-lang="en-US" branch="hid/cui/ui/numberingpositionpage/alignedatmf" id="bm_id8847621" localize="false"/>
<h3 id="hd_id1619617">Aligned at</h3>
<paragraph role="paragraph" id="par_id1015655" xml-lang="en-US"><ahelp hid=".">Enter the distance from the left page margin at which the numbering symbol will be aligned.</ahelp></paragraph>
@@ -96,9 +96,9 @@
</case>
</switch>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3116228" xml-lang="en-US"><link href="text/swriter/01/legacynumbering.xhp" name="Legacy numbering alignment">Position for List styles (legacy)</link></paragraph>
-<paragraph role="paragraph" id="par_id3147228" xml-lang="en-US"><link href="text/shared/01/05030700.xhp" name="Paragraph alignment">Paragraph alignment</link></paragraph>
-<paragraph role="paragraph" id="par_id3124378" xml-lang="en-US"><link href="text/swriter/guide/indenting.xhp" name="Paragraph indenting">Indenting Paragraphs</link></paragraph>
+<paragraph role="paragraph" id="par_id3116228" xml-lang="en-US"><link href="text/swriter/01/legacynumbering.xhp">Position for List styles (legacy)</link></paragraph>
+<paragraph role="paragraph" id="par_id3147228" xml-lang="en-US"><link href="text/shared/01/05030700.xhp">Paragraph alignment</link></paragraph>
+<paragraph role="paragraph" id="par_id3124378" xml-lang="en-US"><link href="text/swriter/guide/indenting.xhp">Indenting Paragraphs</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/06130000.xhp b/source/text/shared/01/06130000.xhp
index 0f3d82a03f..492e9b6061 100644
--- a/source/text/shared/01/06130000.xhp
+++ b/source/text/shared/01/06130000.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:MacroDialog" id="bm_id870519" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/BasicIDE/ui/basicmacrodialog/BasicMacroDialog" id="bm_id3149948" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/BasicIDE/ui/basicmacrodialog/@@nowidget@@" id="bm_id3149948" localize="false"/>
-<h1 id="hd_id3157552"><variable id="basicmacros"><link href="text/shared/01/06130000.xhp" name="%PRODUCTNAME Basic Macros">%PRODUCTNAME Basic Macros</link></variable></h1>
+<h1 id="hd_id3157552"><variable id="basicmacros"><link href="text/shared/01/06130000.xhp">%PRODUCTNAME Basic Macros</link></variable></h1>
<paragraph role="paragraph" id="par_id3148765" xml-lang="en-US"><variable id="makro"><ahelp hid=".uno:MacroDialog">Opens a dialog to organize macros.</ahelp>
</variable><comment>UFI: it is not the dialog to run a macro</comment></paragraph>
<section id="howtoget">
@@ -49,7 +49,7 @@
<paragraph role="paragraph" id="par_id3153748" xml-lang="en-US"><ahelp hid="modules/BasicIDE/ui/basicmacrodialog/ok">Runs or saves the current macro.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/BasicIDE/ui/basicmacrodialog/assign" id="bm_id3150694" localize="false"/>
<h2 id="hd_id3149388">Assign</h2>
-<paragraph role="paragraph" id="par_id3153577" xml-lang="en-US"><ahelp hid="modules/BasicIDE/ui/basicmacrodialog/assign">Opens the <link href="text/shared/01/06140000.xhp" name="Customize">Customize</link> dialog, where you can assign the selected macro to a menu command, a toolbar, or an event.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3153577" xml-lang="en-US"><ahelp hid="modules/BasicIDE/ui/basicmacrodialog/assign">Opens the <link href="text/shared/01/06140000.xhp">Customize</link> dialog, where you can assign the selected macro to a menu command, a toolbar, or an event.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/BasicIDE/ui/basicmacrodialog/edit" id="bm_id3147276" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/BasicIDE/ui/macropage/edit" id="bm_id5118869" localize="false"/>
<h2 id="hd_id3153662">Edit</h2>
@@ -67,7 +67,7 @@
<h2 id="hd_id3154173">New Module</h2>
<paragraph role="paragraph" id="par_id3155628" xml-lang="en-US"><ahelp hid="modules/BasicIDE/ui/basicmacrodialog/newmodule">Saves the recorded macro in a new module.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/BasicIDE/ui/basicmacrodialog/organize" id="bm_id3150118" localize="false"/>
-<h2 id="hd_id3153665"><link href="text/shared/01/06130300.xhp" name="organizer">Organizer</link></h2>
+<h2 id="hd_id3153665"><link href="text/shared/01/06130300.xhp">Organizer</link></h2>
<paragraph role="paragraph" id="par_id3147618" xml-lang="en-US"><ahelp hid="modules/BasicIDE/ui/basicmacrodialog/organize">Opens the <emph>Macro Organizer</emph> dialog, where you can add, edit, or delete existing macro modules, dialogs, and libraries.</ahelp></paragraph>
<section id="relatedtopics">
<embed href="text/shared/guide/scripting.xhp#scripting"/>
diff --git a/source/text/shared/01/06130001.xhp b/source/text/shared/01/06130001.xhp
index 9731426c34..afb32b3823 100644
--- a/source/text/shared/01/06130001.xhp
+++ b/source/text/shared/01/06130001.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="macro">
-<h1 id="hd_id3152414"><link href="text/shared/01/06130001.xhp" name="Macros">Macros</link></h1>
+<h1 id="hd_id3152414"><link href="text/shared/01/06130001.xhp">Macros</link></h1>
<paragraph role="paragraph" id="par_id3150008" xml-lang="en-US">Lets you record or organize and edit macros.</paragraph>
</section>
<embed href="text/shared/01/06130010.xhp#recordmacro"/>
diff --git a/source/text/shared/01/06130010.xhp b/source/text/shared/01/06130010.xhp
index efc1e878c3..3709e4bcf7 100644
--- a/source/text/shared/01/06130010.xhp
+++ b/source/text/shared/01/06130010.xhp
@@ -29,7 +29,7 @@
<body>
<section id="recordmacro">
<bookmark xml-lang="en-US" branch="hid/.uno:MacroRecorder" id="bm_id986626" localize="false"/>
-<paragraph role="heading" id="hd_id3153383" xml-lang="en-US" level="1"><link href="text/shared/01/06130010.xhp" name="Record Macro">Record Macro</link></paragraph>
+<paragraph role="heading" id="hd_id3153383" xml-lang="en-US" level="1"><link href="text/shared/01/06130010.xhp">Record Macro</link></paragraph>
<paragraph role="paragraph" id="par_id3152952" xml-lang="en-US"><ahelp hid=".uno:MacroRecorder">Records a new macro.</ahelp> Only available, if macro recording feature is enabled in <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Advanced</emph>.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/06130020.xhp b/source/text/shared/01/06130020.xhp
index ab60521385..fb1fc0bc5f 100644
--- a/source/text/shared/01/06130020.xhp
+++ b/source/text/shared/01/06130020.xhp
@@ -24,7 +24,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/macroselectordialog/MacroSelectorDialog" id="bm_id3083278" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/macroselectordialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<section id="macroselectorsec">
- <h1 id="hd_id131571264310511"><variable id="macroselectorh1"><link href="text/shared/01/06130020.xhp" name="macro selector">Basic Macro selector</link></variable></h1>
+ <h1 id="hd_id131571264310511"><variable id="macroselectorh1"><link href="text/shared/01/06130020.xhp">Basic Macro selector</link></variable></h1>
<paragraph id="par_id761571264310511" role="paragraph" xml-lang="en-US">Selects the Basic macro to run. Locate the macro by selecting the container, library, module and macro name.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/06130300.xhp b/source/text/shared/01/06130300.xhp
index 44d2ef09eb..d7ca0890ff 100644
--- a/source/text/shared/01/06130300.xhp
+++ b/source/text/shared/01/06130300.xhp
@@ -71,7 +71,7 @@
<paragraph role="paragraph" id="par_id3150868" xml-lang="en-US"><ahelp hid="modules/BasicIDE/ui/libpage/edit">Opens the $[officename] Basic editor so that you can modify the selected library.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/BasicIDE/ui/libpage/password" id="bm_id3148561" localize="false"/>
<h3 id="hd_id3153104">Password</h3>
-<paragraph role="paragraph" id="par_id3154299" xml-lang="en-US"><ahelp hid="modules/BasicIDE/ui/libpage/password">Assigns or edits the <link href="text/shared/01/06130100.xhp" name="password">password</link> for the selected library.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3154299" xml-lang="en-US"><ahelp hid="modules/BasicIDE/ui/libpage/password">Assigns or edits the <link href="text/shared/01/06130100.xhp">password</link> for the selected library.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/BasicIDE/ui/libpage/new" id="bm_id3153056" localize="false"/>
<h3 id="hd_id3147502">New</h3>
<paragraph role="paragraph" id="par_id3149560" xml-lang="en-US"><ahelp hid="modules/BasicIDE/ui/libpage/new">Creates a new library.</ahelp></paragraph>
diff --git a/source/text/shared/01/06140100.xhp b/source/text/shared/01/06140100.xhp
index 336a98d1cd..9c59d42c5b 100644
--- a/source/text/shared/01/06140100.xhp
+++ b/source/text/shared/01/06140100.xhp
@@ -24,7 +24,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/menuassignpage/MenuAssignPage" id="bm_id714740" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/menuassignpage/@@nowidget@@" id="bm_id714740" localize="false"/>
- <h1 id="hd_id431514298399070" xml-lang="en-US"><link href="text/shared/01/06140100.xhp" name="Menus">Menus</link></h1>
+ <h1 id="hd_id431514298399070" xml-lang="en-US"><link href="text/shared/01/06140100.xhp">Menus</link></h1>
<paragraph id="par_id991514298399076" role="paragraph" xml-lang="en-US"><ahelp hid="cui/ui/menuassignpage/MenuAssignPage">Lets you customize %PRODUCTNAME menus for all modules.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3146873" xml-lang="en-US">You can add new commands, modify existing commands, or rearrange the menu items. You can also add commands executed by macros and apply all kind of styles directly from the menu.</paragraph>
@@ -112,7 +112,7 @@
<h3 id="hd_id641514311180774" xml-lang="en-US">Defaults</h3>
<paragraph id="par_id851514311086417" role="listitem" xml-lang="en-US"><ahelp hid="cui/ui/menuassignpage/defaultsbtn">Deletes all changes previously made to this menu.</ahelp></paragraph>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id481514299760750" xml-lang="en-US"><link href="text/shared/01/06140300.xhp" name="linkname">Customizing %PRODUCTNAME context menus</link></paragraph>
+ <paragraph role="paragraph" id="par_id481514299760750" xml-lang="en-US"><link href="text/shared/01/06140300.xhp">Customizing %PRODUCTNAME context menus</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/06140200.xhp b/source/text/shared/01/06140200.xhp
index d86b23f8b1..4813e1975b 100644
--- a/source/text/shared/01/06140200.xhp
+++ b/source/text/shared/01/06140200.xhp
@@ -33,7 +33,7 @@
</bookmark><comment>MW deleted "modifying;..."</comment>
<bookmark xml-lang="en-US" branch="hid/cui/ui/accelconfigpage/AccelConfigPage" id="bm_id3154183" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/accelconfigpage/@@nowidget@@" id="bm_id3154183" localize="false"/>
-<h1 id="hd_id3148882"><link href="text/shared/01/06140200.xhp" name="Keyboard">Keyboard</link></h1>
+<h1 id="hd_id3148882"><link href="text/shared/01/06140200.xhp">Keyboard</link></h1>
<paragraph role="paragraph" id="par_id3159411" xml-lang="en-US"><ahelp hid="cui/ui/accelconfigpage/AccelConfigPage">Assigns or edits the shortcut keys for $[officename] commands, or $[officename] Basic macros.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -89,7 +89,7 @@
<embed href="text/shared/00/00000001.xhp#reset"/>
<section id="relatedtopics">
<embed href="text/shared/guide/configure_overview.xhp#configure_overview"/>
-<paragraph role="paragraph" id="par_id261603929349350"><link href="text/shared/main0400.xhp" name="frequentkeys">Shortcut Keys in %PRODUCTNAME</link></paragraph>
+<paragraph role="paragraph" id="par_id261603929349350"><link href="text/shared/main0400.xhp">Shortcut Keys in %PRODUCTNAME</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/06140300.xhp b/source/text/shared/01/06140300.xhp
index b336a58e7b..f57d6b0018 100644
--- a/source/text/shared/01/06140300.xhp
+++ b/source/text/shared/01/06140300.xhp
@@ -22,7 +22,7 @@
<bookmark_value>customizing;context menus</bookmark_value>
<bookmark_value>editing;context menus</bookmark_value>
</bookmark>
- <h1 id="hd_id431514298399070" xml-lang="en-US"><link href="text/shared/01/06140300.xhp" name="Context Menus">Context Menus</link></h1>
+ <h1 id="hd_id431514298399070" xml-lang="en-US"><link href="text/shared/01/06140300.xhp">Context Menus</link></h1>
<paragraph id="par_id991514298399076" role="paragraph" xml-lang="en-US"><ahelp hid="cui/ui/menuassignpage/MenuAssignPage">Lets you customize %PRODUCTNAME context menus for all modules.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3146873" xml-lang="en-US">You can add new commands, modify existing commands, or rearrange the context menu items. You can also add commands executed by macros and apply all kind of styles directly from the context menu.</paragraph>
@@ -66,7 +66,7 @@
<h3 id="hd_id641514311180774" xml-lang="en-US">Defaults</h3>
<paragraph id="par_id851514311086417" role="listitem" xml-lang="en-US">Deletes all changes previously made to this context menu.</paragraph>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id481514299760750" xml-lang="en-US"><link href="text/shared/01/06140100.xhp" name="linkname">Customizing %PRODUCTNAME menus</link></paragraph>
+ <paragraph role="paragraph" id="par_id481514299760750" xml-lang="en-US"><link href="text/shared/01/06140100.xhp">Customizing %PRODUCTNAME menus</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/06140400.xhp b/source/text/shared/01/06140400.xhp
index f8669e62db..da763afc20 100644
--- a/source/text/shared/01/06140400.xhp
+++ b/source/text/shared/01/06140400.xhp
@@ -26,7 +26,7 @@
<body>
<section id="toolbars">
<bookmark xml-lang="en-US" branch="hid/CUI_HID_SVX_CONFIG_TOOLBAR" id="bm_id7147433" localize="false"/>
-<h1 id="hd_id3154100"><link href="text/shared/01/06140400.xhp" name="Toolbars">Toolbars</link></h1>
+<h1 id="hd_id3154100"><link href="text/shared/01/06140400.xhp">Toolbars</link></h1>
<paragraph role="paragraph" id="par_id3150279" xml-lang="en-US"><ahelp hid=".">Lets you customize $[officename] toolbars.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -65,7 +65,7 @@
<paragraph id="par_id111514311020590" role="listitem" xml-lang="en-US"><emph>Rename</emph>: Rename the entry.</paragraph>
</listitem>
<listitem>
- <paragraph role="listitem" id="par_idN106B2" xml-lang="en-US"><emph>Change Icon</emph>: Opens the <link href="text/shared/01/06140402.xhp" name="Change Icon">Change Icon</link> dialog, where you can assign a different icon to the current command.</paragraph>
+ <paragraph role="listitem" id="par_idN106B2" xml-lang="en-US"><emph>Change Icon</emph>: Opens the <link href="text/shared/01/06140402.xhp">Change Icon</link> dialog, where you can assign a different icon to the current command.</paragraph>
</listitem>
<listitem>
<paragraph role="listitem" id="par_idN106B8" xml-lang="en-US"><emph>Reset Icon</emph>: Resets the icon to the default icon.</paragraph>
diff --git a/source/text/shared/01/06140500.xhp b/source/text/shared/01/06140500.xhp
index 0135c464de..40aafa3906 100644
--- a/source/text/shared/01/06140500.xhp
+++ b/source/text/shared/01/06140500.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/macroassignpage/@@nowidget@@" id="bm_id1163922276" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/macroassigndialog/MacroAssignDialog" id="bm_id1163922277" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/macroassigndialog/@@nowidget@@" id="bm_id1163922277" localize="false"/>
- <paragraph role="heading" id="hd_id3152427" xml-lang="en-US" level="1"><link href="text/shared/01/06140500.xhp" name="Events">Events</link></paragraph>
+ <paragraph role="heading" id="hd_id3152427" xml-lang="en-US" level="1"><link href="text/shared/01/06140500.xhp">Events</link></paragraph>
<paragraph role="paragraph" id="par_id3152937" xml-lang="en-US"><variable id="assignaction"><ahelp hid=".">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
@@ -65,9 +65,9 @@
<paragraph role="heading" id="hd_id3154046" xml-lang="en-US" level="2">Remove Macro</paragraph>
<paragraph role="paragraph" id="par_id3152349" xml-lang="en-US"><ahelp hid=".">Deletes the macro or component assignment for the selected event.</ahelp></paragraph>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3159147" xml-lang="en-US"><link href="text/swriter/01/05060700.xhp" name="List of events">List of events</link></paragraph>
+<paragraph role="paragraph" id="par_id3159147" xml-lang="en-US"><link href="text/swriter/01/05060700.xhp">List of events</link></paragraph>
<embed href="text/shared/guide/configure_overview.xhp#configure_overview"/>
- <paragraph role="paragraph" id="par_id831568910303156"><link href="text/sbasic/python/python_handler.xhp" name="Creating a Dialog Handler">Creating a Dialog Handler</link></paragraph>
+ <paragraph role="paragraph" id="par_id831568910303156"><link href="text/sbasic/python/python_handler.xhp">Creating a Dialog Handler</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/06150000.xhp b/source/text/shared/01/06150000.xhp
index 06e6fc5740..082677f7e9 100644
--- a/source/text/shared/01/06150000.xhp
+++ b/source/text/shared/01/06150000.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="hid/filter/ui/xmlfiltersettings/XMLFilterSettingsDialog" id="bm_id3149964" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/filter/ui/xmlfiltersettings/@@nowidget@@" id="bm_id3149964" localize="false"/>
<section id="xmlfilter">
-<h1 id="hd_id3153272" xml-lang="en-US"><link href="text/shared/01/06150000.xhp" name="XML Filter Settings">XML Filter Settings</link></h1>
+<h1 id="hd_id3153272" xml-lang="en-US"><link href="text/shared/01/06150000.xhp">XML Filter Settings</link></h1>
<paragraph role="paragraph" id="par_id3152937" xml-lang="en-US"><ahelp hid=".uno:OpenXMLFilterSettings">Opens the <emph>XML Filter Settings</emph> dialog, where you can create, edit, delete, and test filters to import and to export XML files.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/06150100.xhp b/source/text/shared/01/06150100.xhp
index 864128d691..86a9b727ed 100644
--- a/source/text/shared/01/06150100.xhp
+++ b/source/text/shared/01/06150100.xhp
@@ -30,9 +30,9 @@
</history>
</meta>
<body>
-<paragraph role="heading" id="hd_id3153882" xml-lang="en-US" level="1"><variable id="xml_filter"><link href="text/shared/01/06150100.xhp" name="XML Filter">XML Filter</link>
+<paragraph role="heading" id="hd_id3153882" xml-lang="en-US" level="1"><variable id="xml_filter"><link href="text/shared/01/06150100.xhp">XML Filter</link>
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3153070" xml-lang="en-US"><ahelp hid=".">View and edit the settings of an <link href="text/shared/01/06150000.xhp" name="XML filter">XML filter</link>.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3153070" xml-lang="en-US"><ahelp hid=".">View and edit the settings of an <link href="text/shared/01/06150000.xhp">XML filter</link>.</ahelp></paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#xmlfilteredit"/>
</section>
diff --git a/source/text/shared/01/06150110.xhp b/source/text/shared/01/06150110.xhp
index 54110f9cbf..4c04705128 100644
--- a/source/text/shared/01/06150110.xhp
+++ b/source/text/shared/01/06150110.xhp
@@ -32,9 +32,9 @@
<body>
<bookmark xml-lang="en-US" branch="hid/filter/ui/xmlfiltertabpagegeneral/XmlFilterTabPageGeneral" id="bm_id4698019" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/filter/ui/xmlfiltertabpagegeneral/@@nowidget@@" id="bm_id4698019" localize="false"/>
-<paragraph role="heading" id="hd_id3158442" xml-lang="en-US" level="1"><variable id="general"><link href="text/shared/01/06150110.xhp" name="General">General</link>
+<paragraph role="heading" id="hd_id3158442" xml-lang="en-US" level="1"><variable id="general"><link href="text/shared/01/06150110.xhp">General</link>
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3149038" xml-lang="en-US"><ahelp hid=".">Enter or edit general information for an <link href="text/shared/01/06150000.xhp" name="XML filter">XML filter</link>.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3149038" xml-lang="en-US"><ahelp hid=".">Enter or edit general information for an <link href="text/shared/01/06150000.xhp">XML filter</link>.</ahelp></paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#xmlfilteredit"/>
</section>
diff --git a/source/text/shared/01/06150120.xhp b/source/text/shared/01/06150120.xhp
index bcf4cbdefd..0d022ae2a7 100644
--- a/source/text/shared/01/06150120.xhp
+++ b/source/text/shared/01/06150120.xhp
@@ -32,8 +32,8 @@
<body>
<bookmark branch="hid/filter/ui/xmlfiltertabpagetransformation/XmlFilterTabPageTransformation" xml-lang="en-US" id="bm_id3148731" localize="false"/>
<bookmark branch="hid/filter/ui/xmlfiltertabpagetransformation/@@nowidget@@" xml-lang="en-US" id="bm_id3148731" localize="false"/>
- <paragraph id="hd_id3147477" role="heading" level="1" xml-lang="en-US"><variable id="transformation"><link href="text/shared/01/06150120.xhp" name="Transformation">Transformation</link></variable></paragraph>
- <paragraph role="paragraph" id="par_id3154350" xml-lang="en-US"><ahelp visibility="visible" hid=".">Enter or edit file information for an <link href="text/shared/01/06150000.xhp" name="XML filter">XML filter</link>.</ahelp></paragraph>
+ <paragraph id="hd_id3147477" role="heading" level="1" xml-lang="en-US"><variable id="transformation"><link href="text/shared/01/06150120.xhp">Transformation</link></variable></paragraph>
+ <paragraph role="paragraph" id="par_id3154350" xml-lang="en-US"><ahelp visibility="visible" hid=".">Enter or edit file information for an <link href="text/shared/01/06150000.xhp">XML filter</link>.</ahelp></paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#xmlfilteredit"/>
</section>
diff --git a/source/text/shared/01/06150200.xhp b/source/text/shared/01/06150200.xhp
index 270092f1e6..91f6cca7a5 100644
--- a/source/text/shared/01/06150200.xhp
+++ b/source/text/shared/01/06150200.xhp
@@ -30,11 +30,11 @@
</history>
</meta>
<body>
-<paragraph role="heading" id="hd_id3150379" xml-lang="en-US" level="1"><variable id="testxml"><link href="text/shared/01/06150200.xhp" name="Test XML Filter">Test XML Filter</link>
+<paragraph role="heading" id="hd_id3150379" xml-lang="en-US" level="1"><variable id="testxml"><link href="text/shared/01/06150200.xhp">Test XML Filter</link>
</variable></paragraph>
<bookmark xml-lang="en-US" branch="hid/filter/ui/testxmlfilter/TestXMLFilterDialog" id="bm_id4476453" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/filter/ui/testxmlfilter/@@nowidget@@" id="bm_id4476453" localize="false"/>
-<paragraph role="paragraph" id="par_id3146857" xml-lang="en-US"><ahelp hid=".">Tests the XSLT stylesheets used by the selected <link href="text/shared/01/06150000.xhp" name="XML filter">XML filter</link>.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3146857" xml-lang="en-US"><ahelp hid=".">Tests the XSLT stylesheets used by the selected <link href="text/shared/01/06150000.xhp">XML filter</link>.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id3151260" xml-lang="en-US" localize="false"><link href="text/shared/00/00000406.xhp#xmlfiltertest"></link></paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#xmlfilter"/>
diff --git a/source/text/shared/01/06150210.xhp b/source/text/shared/01/06150210.xhp
index 72f7452ed9..cb77f0edb0 100644
--- a/source/text/shared/01/06150210.xhp
+++ b/source/text/shared/01/06150210.xhp
@@ -32,8 +32,8 @@
<body>
- <bookmark branch="hid/FILTER_HID_XML_FILTER_TEST_VALIDATE_OUTPUT" xml-lang="en-US" id="bm_id3153136" localize="false"/><bookmark branch="hid/FILTER_HID_XML_FILTER_OUTPUT_WINDOW" xml-lang="en-US" id="bm_id3152790" localize="false"/><paragraph id="hd_id3158397" role="heading" level="1" xml-lang="en-US"><variable id="xmlfilteroutput"><link href="text/shared/01/06150210.xhp" name="XML Filter output">XML Filter output</link></variable></paragraph>
- <paragraph role="paragraph" id="par_id3153882" xml-lang="en-US"><ahelp visibility="visible" hid="HID_XML_FILTER_OUTPUT_WINDOW">Lists the test results of an <link href="text/shared/01/06150000.xhp" name="XML filter">XML filter</link>.</ahelp></paragraph>
+ <bookmark branch="hid/FILTER_HID_XML_FILTER_TEST_VALIDATE_OUTPUT" xml-lang="en-US" id="bm_id3153136" localize="false"/><bookmark branch="hid/FILTER_HID_XML_FILTER_OUTPUT_WINDOW" xml-lang="en-US" id="bm_id3152790" localize="false"/><paragraph id="hd_id3158397" role="heading" level="1" xml-lang="en-US"><variable id="xmlfilteroutput"><link href="text/shared/01/06150210.xhp">XML Filter output</link></variable></paragraph>
+ <paragraph role="paragraph" id="par_id3153882" xml-lang="en-US"><ahelp visibility="visible" hid="HID_XML_FILTER_OUTPUT_WINDOW">Lists the test results of an <link href="text/shared/01/06150000.xhp">XML filter</link>.</ahelp></paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#xmlfilter"/>
</section>
diff --git a/source/text/shared/01/06200000.xhp b/source/text/shared/01/06200000.xhp
index 934e2e2472..8b1fefea61 100644
--- a/source/text/shared/01/06200000.xhp
+++ b/source/text/shared/01/06200000.xhp
@@ -37,7 +37,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/hangulhanjaconversiondialog/HangulHanjaConversionDialog" id="bm_id3156130" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/hangulhanjaconversiondialog/@@nowidget@@" id="bm_id3156130" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:HangulHanjaConversion" id="bm_id3150702" localize="false"/>
-<paragraph role="heading" id="hd_id3155757" xml-lang="en-US" level="1"><link href="text/shared/01/06200000.xhp" name="Hangul/Hanja Conversion">Hangul/Hanja Conversion</link></paragraph>
+<paragraph role="heading" id="hd_id3155757" xml-lang="en-US" level="1"><link href="text/shared/01/06200000.xhp">Hangul/Hanja Conversion</link></paragraph>
<paragraph role="paragraph" id="par_id3146060" xml-lang="en-US"><ahelp hid=".">Converts the selected Korean text from Hangul to Hanja or from Hanja to Hangul.</ahelp> The menu command can only be called if you enable Asian language support under <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages</emph>, and if a text formatted in Korean language is selected.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/06990000.xhp b/source/text/shared/01/06990000.xhp
index cc608eafa4..9dbf231d9d 100644
--- a/source/text/shared/01/06990000.xhp
+++ b/source/text/shared/01/06990000.xhp
@@ -32,14 +32,14 @@
<body>
<section id="spelling">
<bookmark xml-lang="en-US" branch="hid/.uno:SpellDialog" id="bm_id9349345" localize="false"/>
-<h1 id="hd_id3147069"><link href="text/shared/01/06990000.xhp" name="Spelling">Spelling</link></h1>
+<h1 id="hd_id3147069"><link href="text/shared/01/06990000.xhp">Spelling</link></h1>
<paragraph role="paragraph" id="par_id3153116" xml-lang="en-US"><ahelp hid=".">Checks spelling manually.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#rechtschreibungmenue"/>
</section>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id2551957"><link href="text/shared/01/06010000.xhp" name="Spelling">Spelling dialog</link></paragraph>
+<paragraph role="paragraph" id="par_id2551957"><link href="text/shared/01/06010000.xhp">Spelling dialog</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/07010000.xhp b/source/text/shared/01/07010000.xhp
index 626196bf06..576db770e8 100644
--- a/source/text/shared/01/07010000.xhp
+++ b/source/text/shared/01/07010000.xhp
@@ -35,7 +35,7 @@
<bookmark_value>windows;new</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:NewWindow" id="bm_id3146856" localize="false"/>
-<paragraph role="heading" id="hd_id3148882" xml-lang="en-US" level="1"><link href="text/shared/01/07010000.xhp" name="New Window">New Window</link></paragraph>
+<paragraph role="heading" id="hd_id3148882" xml-lang="en-US" level="1"><link href="text/shared/01/07010000.xhp">New Window</link></paragraph>
<paragraph role="paragraph" id="par_id3158442" xml-lang="en-US"><ahelp hid=".uno:NewWindow">Opens a new window that displays the contents of the current window.</ahelp> You can now view different parts of the same document at the same time.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/07080000.xhp b/source/text/shared/01/07080000.xhp
index 384190e1db..87d8438d61 100644
--- a/source/text/shared/01/07080000.xhp
+++ b/source/text/shared/01/07080000.xhp
@@ -33,7 +33,7 @@
<section id="document_list">
- <paragraph id="hd_id3155620" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/07080000.xhp" name="Document List">Document List</link></paragraph>
+ <paragraph id="hd_id3155620" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/07080000.xhp">Document List</link></paragraph>
<paragraph role="paragraph" id="par_id3147273" xml-lang="en-US">Lists the currently open documents. Select the name of a document in the list to switch to that document.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/about_meta_tags.xhp b/source/text/shared/01/about_meta_tags.xhp
index 6e1544f600..dc51add0e2 100644
--- a/source/text/shared/01/about_meta_tags.xhp
+++ b/source/text/shared/01/about_meta_tags.xhp
@@ -35,7 +35,7 @@
<bookmark_value>tags; META tags</bookmark_value>
</bookmark>
<h1 id="hd_id3154380">HTML import and export</h1>
-<paragraph role="paragraph" id="par_id3145119" xml-lang="en-US">When you export a file to an HTML document, the description and the user-defined file properties are included as META <link href="text/shared/00/00000002.xhp#tags" name="tags">tags</link> between the HEAD tags of the exported document. META tags are not displayed in a Web browser, and are used to include information, such as keywords for search engines on your Web page. To set the properties of the current document, choose <menuitem>File - Properties</menuitem>, click the <emph>Description</emph> or <emph>Custom Properties</emph> tabs, and then type the information you want.</paragraph>
+<paragraph role="paragraph" id="par_id3145119" xml-lang="en-US">When you export a file to an HTML document, the description and the user-defined file properties are included as META <link href="text/shared/00/00000002.xhp#tags">tags</link> between the HEAD tags of the exported document. META tags are not displayed in a Web browser, and are used to include information, such as keywords for search engines on your Web page. To set the properties of the current document, choose <menuitem>File - Properties</menuitem>, click the <emph>Description</emph> or <emph>Custom Properties</emph> tabs, and then type the information you want.</paragraph>
<paragraph role="paragraph" id="par_id3148552" xml-lang="en-US">The following file properties are converted to META tags when you export a file as an HTML document:</paragraph>
<table id="tbl_id3147304">
<tablerow>
diff --git a/source/text/shared/01/addsignatureline.xhp b/source/text/shared/01/addsignatureline.xhp
index 9682ae87e7..247b9ed332 100644
--- a/source/text/shared/01/addsignatureline.xhp
+++ b/source/text/shared/01/addsignatureline.xhp
@@ -22,7 +22,7 @@
<bookmark_value>digital signature;add signature line</bookmark_value><bookmark_value>signature line;adding</bookmark_value>
</bookmark>
<section id="addsignaturelineh1">
- <h1 id="hd_id501526421873817"><variable id="addsignatureline01"><link href="text/shared/01/addsignatureline.xhp" name="Signature Line">Signature Line</link></variable></h1>
+ <h1 id="hd_id501526421873817"><variable id="addsignatureline01"><link href="text/shared/01/addsignatureline.xhp">Signature Line</link></variable></h1>
<paragraph role="paragraph" id="par_id991526423190756" xml-lang="en-US">Insert a graphic box representing a signature line of the document.</paragraph>
</section>
<paragraph role="paragraph" id="par_id751526436546030" xml-lang="en-US">
diff --git a/source/text/shared/01/certificatepath.xhp b/source/text/shared/01/certificatepath.xhp
index 364f41a4be..56f0391694 100644
--- a/source/text/shared/01/certificatepath.xhp
+++ b/source/text/shared/01/certificatepath.xhp
@@ -24,7 +24,7 @@
<bookmark_value>certificate path</bookmark_value>
</bookmark>
<section id="certificatepathh1">
- <h1 id="hd_id141594763815174"><variable id="Certificateh1"><link href="text/shared/01/certificatepath.xhp" name="Certificate">Certificate</link></variable></h1>
+ <h1 id="hd_id141594763815174"><variable id="Certificateh1"><link href="text/shared/01/certificatepath.xhp">Certificate</link></variable></h1>
<paragraph id="par_id841594763815175" role="paragraph" xml-lang="en-US"><ahelp hid="cui/ui/certdialog/CertDialog">Select or add the correct Network Security Services Certificate directory to use for digital signatures.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/classificationbar.xhp b/source/text/shared/01/classificationbar.xhp
index e05fd9396a..ce82ec30be 100644
--- a/source/text/shared/01/classificationbar.xhp
+++ b/source/text/shared/01/classificationbar.xhp
@@ -22,7 +22,7 @@
<bookmark_value>classification toolbar;display</bookmark_value>
</bookmark>
<section id="toolbar">
-<h1 id="hd_id3150342"><variable id="classbarh1"><link href="text/shared/01/classificationbar.xhp" name="Classification Bar">Classification Toolbar</link></variable></h1>
+<h1 id="hd_id3150342"><variable id="classbarh1"><link href="text/shared/01/classificationbar.xhp">Classification Toolbar</link></variable></h1>
<paragraph id="par_id3150202" role="paragraph" xml-lang="en-US">The <emph>Classification</emph> bar contains tools to help secure document handling.</paragraph>
<paragraph id="par_id030820161754171423" role="paragraph" xml-lang="en-US">The <emph>Classification</emph> toolbar contains listboxes to help in selecting the security of the document, according to the <item type="acronym">BAF</item> category policy and <item type="acronym">BAILS</item> levels. %PRODUCTNAME will add custom fields in the document properties (<item type="menuitem">File - Properties</item>, <emph>Custom Properties</emph> tab) to store the classification policy as document metadata.</paragraph>
</section>
@@ -36,10 +36,10 @@
<case select="WRITER">
<section id="mandocclas">
<h2 id="hd_id891623158683293">Manage Document Classification</h2>
-<paragraph role="paragraph" id="par_id501623161122070">Opens the <link href="text/shared/01/classificationdialog.xhp" name="classification dialog">Classification dialog</link> for document classification.</paragraph>
+<paragraph role="paragraph" id="par_id501623161122070">Opens the <link href="text/shared/01/classificationdialog.xhp">Classification dialog</link> for document classification.</paragraph>
</section>
<h2 id="hd_id971623158688684">Manage Paragraph Classification</h2>
-<paragraph role="paragraph" id="par_id871623161127282">Opens the <link href="text/shared/01/classificationdialog.xhp" name="classification dialog">Classification dialog</link> for paragraph classification.</paragraph>
+<paragraph role="paragraph" id="par_id871623161127282">Opens the <link href="text/shared/01/classificationdialog.xhp">Classification dialog</link> for paragraph classification.</paragraph>
</case>
<case select="IMPRESS">
<embed href="text/shared/01/classificationbar.xhp#mandocclas"/>
@@ -48,7 +48,7 @@
<section id="relatedtopics">
<embed href="text/shared/guide/classification.xhp#classdoc"/>
<embed href="text/shared/01/classificationdialog.xhp#classdialogh1"/>
-<paragraph role="paragraph" id="par_id51623177298121"><link href="https://wiki.documentfoundation.org/TSCP-classification" name="wiki classification">Wiki page on document classification</link></paragraph>
+<paragraph role="paragraph" id="par_id51623177298121"><link href="https://wiki.documentfoundation.org/TSCP-classification">Wiki page on document classification</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/classificationdialog.xhp b/source/text/shared/01/classificationdialog.xhp
index aa4c71079b..0bc39d156f 100644
--- a/source/text/shared/01/classificationdialog.xhp
+++ b/source/text/shared/01/classificationdialog.xhp
@@ -27,15 +27,15 @@
<bookmark_value>paragraph;classification</bookmark_value>
</bookmark>
<section id="classificationdialog">
- <h1 id="hd_id21623159004194"><variable id="classdialogh1"><link href="text/shared/01/classificationdialog.xhp" name="classificationdialog">Document and Paragraph Classification Dialog</link></variable></h1>
+ <h1 id="hd_id21623159004194"><variable id="classdialogh1"><link href="text/shared/01/classificationdialog.xhp">Document and Paragraph Classification Dialog</link></variable></h1>
</section>
-<paragraph role="paragraph" id="par_id461623164674397">Applies classification policy to the current document or paragraph. The dialog helps to assemble the classification policy terms of the document or paragraph by using predefined classification terms or by entering custom classification terms. The dialog display several lists of predefined items, which are loaded from the <link href="text/shared/guide/classification.xhp#configfile" name="config file">BAILS-xml TSCP policy file</link>.</paragraph>
+<paragraph role="paragraph" id="par_id461623164674397">Applies classification policy to the current document or paragraph. The dialog helps to assemble the classification policy terms of the document or paragraph by using predefined classification terms or by entering custom classification terms. The dialog display several lists of predefined items, which are loaded from the <link href="text/shared/guide/classification.xhp#configfile">BAILS-xml TSCP policy file</link>.</paragraph>
<section id="howtoget">
<paragraph role="paragraph" id="par_id201623197455516">Enable the <emph>TSCP Classification</emph> toolbar in <menuitem>View - Toolbars - TSCP Classification</menuitem> and click on the <menuitem>Manage Document Classification</menuitem> or <menuitem>Manage Paragraph Classification</menuitem> buttons.</paragraph>
</section>
<h2 id="hd_id831623165018680">Content</h2>
-<paragraph role="paragraph" id="par_id301623172724879">The <emph>Content</emph> text box displays the classification text created by the dialog and displays the existing document or paragraph classification terms. You can add your own terms in addition to the existing text in the box and the classification terms from the <link href="text/shared/guide/classification.xhp#configfile" name="config file">classification policy configuration file</link>.</paragraph>
+<paragraph role="paragraph" id="par_id301623172724879">The <emph>Content</emph> text box displays the classification text created by the dialog and displays the existing document or paragraph classification terms. You can add your own terms in addition to the existing text in the box and the classification terms from the <link href="text/shared/guide/classification.xhp#configfile">classification policy configuration file</link>.</paragraph>
<h3 id="hd_id951623171171522">Bold icon (document classification only)</h3>
<paragraph role="paragraph" id="par_id931623171330037">Apply bold character formatting to the document or paragraph classification terms.</paragraph>
<h3 id="hd_id921623171177576">Sign Paragraph (paragraph classification only)</h3>
@@ -62,11 +62,11 @@
</listitem></list>
<note id="par_id411623172250101">The Classification and International drop-down lists are actually the same list. A change in one list changes the other.</note>
<h2 id="hd_id811623165656089">Marking</h2>
-<paragraph role="paragraph" id="par_id41623173977713">Display a list of pre-existing markings available to be added to the Contents text box. Double click one entry to have it added to the contents text box at the cursor location. The markings are defined in the <link href="text/shared/guide/classification.xhp#configfile" name="config file">classification policy configuration file</link>.</paragraph>
+<paragraph role="paragraph" id="par_id41623173977713">Display a list of pre-existing markings available to be added to the Contents text box. Double click one entry to have it added to the contents text box at the cursor location. The markings are defined in the <link href="text/shared/guide/classification.xhp#configfile">classification policy configuration file</link>.</paragraph>
<h2 id="hd_id941623165039690">License</h2>
- <paragraph role="paragraph" id="par_id1001623174051869">Displays the existing intellectual property licenses. Double click the license to have it displayed in the <emph>Part text</emph> box below. Click the <emph>Add</emph> button to place the license text in the <emph>Content</emph> box.The licenses are defined in the <link href="text/shared/guide/classification.xhp#configfile" name="config file">classification policy configuration file</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id1001623174051869">Displays the existing intellectual property licenses. Double click the license to have it displayed in the <emph>Part text</emph> box below. Click the <emph>Add</emph> button to place the license text in the <emph>Content</emph> box.The licenses are defined in the <link href="text/shared/guide/classification.xhp#configfile">classification policy configuration file</link>.</paragraph>
<h2 id="hd_id741623165044190">Part number</h2>
- <paragraph role="paragraph" id="par_id191623174046018">Displays the existing intellectual property part numbers. Double click the part number to have it displayed in the <emph>Part text</emph> box below and click the <emph>Add</emph> button to place the part number in the <emph>Content</emph> text box. The part numbers are defined in the <link href="text/shared/guide/classification.xhp#configfile" name="config file">classification policy configuration file</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id191623174046018">Displays the existing intellectual property part numbers. Double click the part number to have it displayed in the <emph>Part text</emph> box below and click the <emph>Add</emph> button to place the part number in the <emph>Content</emph> text box. The part numbers are defined in the <link href="text/shared/guide/classification.xhp#configfile">classification policy configuration file</link>.</paragraph>
<h2 id="hd_id791623165049158">Part text:</h2>
<paragraph role="paragraph" id="par_id471623174526628">Use this box to enter contents to be added to the <emph>Content</emph> text box.</paragraph>
<h2 id="hd_id491623165052989">Add</h2>
@@ -75,7 +75,7 @@
<section id="relatedtopics">
<embed href="text/shared/guide/classification.xhp#classdoc"/>
<embed href="text/shared/01/classificationbar.xhp#classbarh1"/>
-<paragraph role="paragraph" id="par_id51623177298121"><link href="https://wiki.documentfoundation.org/TSCP-classification" name="wiki classification">Wiki page on document classification</link></paragraph>
+<paragraph role="paragraph" id="par_id51623177298121"><link href="https://wiki.documentfoundation.org/TSCP-classification">Wiki page on document classification</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/font_features.xhp b/source/text/shared/01/font_features.xhp
index 101d7eadeb..6ca4fe5a9f 100644
--- a/source/text/shared/01/font_features.xhp
+++ b/source/text/shared/01/font_features.xhp
@@ -24,7 +24,7 @@
<section id="fontresourcesentry">
<bookmark id="bm_id351541769624075" xml-lang="en-US" branch="hid/cui/ui/fontfeaturesdialog/FontFeaturesDialog" localize="false"/>
<bookmark id="bm_id351541769624075" xml-lang="en-US" branch="hid/cui/ui/fontfeaturesdialog/@@nowidget@@" localize="false"/>
- <paragraph id="hd_id581541769624076" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/font_features.xhp" name="Features">Font Features</link></paragraph>
+ <paragraph id="hd_id581541769624076" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/font_features.xhp">Font Features</link></paragraph>
<paragraph id="par_id501541769624078" role="paragraph" xml-lang="en-US"><variable id="variable name"><ahelp hid=".">Select and apply font typographical features to characters.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
@@ -38,7 +38,7 @@
<paragraph role="heading" id="hd_id511541778721077" level="2" xml-lang="en-US">Font feature visualization window</paragraph>
<paragraph role="paragraph" id="par_id31541778666390" xml-lang="en-US">The feature visualization window displays a default text where the selected features can be inspected.</paragraph>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id801541774734588" xml-lang="en-US"><link href="https://en.wikipedia.org/wiki/OpenType" name="OpenType">Wikipedia on OpenType</link></paragraph>
+ <paragraph role="paragraph" id="par_id801541774734588" xml-lang="en-US"><link href="https://en.wikipedia.org/wiki/OpenType">Wikipedia on OpenType</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/gallery.xhp b/source/text/shared/01/gallery.xhp
index 9f3dd1d3b8..db0967c9ba 100644
--- a/source/text/shared/01/gallery.xhp
+++ b/source/text/shared/01/gallery.xhp
@@ -37,7 +37,7 @@
<section id="stargallery">
<bookmark xml-lang="en-US" branch="hid/.uno:Gallery" id="bm_id2975847" localize="false"/>
-<h1 id="hd_id3153894"><link href="text/shared/01/gallery.xhp" name="Gallery">Gallery</link></h1>
+<h1 id="hd_id3153894"><link href="text/shared/01/gallery.xhp">Gallery</link></h1>
<paragraph id="par_id3150789" role="paragraph" xml-lang="en-US"><variable id="media_gallery_text"><ahelp hid=".">Opens the Gallery deck of the Sidebar, where you can select images and audio clips to insert into your document.</ahelp></variable></paragraph>
</section>
</section>
@@ -71,7 +71,7 @@
<paragraph id="par_id3148990" role="paragraph" xml-lang="en-US">The <emph>Properties of (Theme)</emph> dialog contains the following tabs:</paragraph>
<embed href="text/shared/00/01050000.xhp#general"/>
-<h2 id="hd_id3151384"><link href="text/shared/01/gallery_files.xhp" name="Files">Files</link></h2>
+<h2 id="hd_id3151384"><link href="text/shared/01/gallery_files.xhp">Files</link></h2>
<embed href="text/shared/01/gallery_files.xhp#stargallerymanager"/>
<embed href="text/shared/00/00000010.xhp#insert"/>
<embed href="text/shared/00/00000010.xhp#preview"/>
diff --git a/source/text/shared/01/image_compression.xhp b/source/text/shared/01/image_compression.xhp
index fdc1fbeb40..89e5b4c751 100644
--- a/source/text/shared/01/image_compression.xhp
+++ b/source/text/shared/01/image_compression.xhp
@@ -25,7 +25,7 @@
<section id="imagecompression">
<bookmark id="bm_id501534528193620" xml-lang="en-US" branch="hid/svx/ui/compressgraphicdialog/CompressGraphicDialog" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/compressgraphicdialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
- <paragraph id="hd_id581534528193621" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/image_compression.xhp" name="compress graphics">Compress Image</link></paragraph>
+ <paragraph id="hd_id581534528193621" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/image_compression.xhp">Compress Image</link></paragraph>
<paragraph id="par_id951534528193622" role="paragraph" xml-lang="en-US"><variable id="variable name"><ahelp hid=".">Compress the selected image to reduce its data size and resize the image in the document.</ahelp></variable></paragraph>
</section>
<paragraph role="paragraph" id="par_id881534528843361" xml-lang="en-US">
@@ -60,7 +60,7 @@
<paragraph role="heading" id="hd_id501534716852913" level="3" xml-lang="en-US">Calculate New Size</paragraph>
<paragraph role="paragraph" id="par_id141534716860224" xml-lang="en-US">Click to calculate the size of the image data, based on the settings of the dialog box.</paragraph>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id121534718376301" xml-lang="en-US"><link href="https://en.wikipedia.org/wiki/Image_file_formats" name="wikipedia">Wikipedia on image file formats.</link></paragraph>
+ <paragraph role="paragraph" id="par_id121534718376301" xml-lang="en-US"><link href="https://en.wikipedia.org/wiki/Image_file_formats">Wikipedia on image file formats.</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/menu_edit_find.xhp b/source/text/shared/01/menu_edit_find.xhp
index eef02d9715..a7cce8d284 100644
--- a/source/text/shared/01/menu_edit_find.xhp
+++ b/source/text/shared/01/menu_edit_find.xhp
@@ -22,7 +22,7 @@
<section id="find">
<bookmark xml-lang="en-US" branch="hid/vnd.sun.star.findbar:FocusToFindbar" id="bm_id102920151224228356" localize="false"/>
-<paragraph id="hd_id102920151222294818" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/menu_edit_find.xhp" name="Find">Find</link></paragraph>
+<paragraph id="hd_id102920151222294818" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/menu_edit_find.xhp">Find</link></paragraph>
<paragraph id="par_id10292015122231415" role="paragraph" xml-lang="en-US"><ahelp hid=".">Toggle the visibility of the <emph>Find</emph> toolbar to search for text or navigate a document by element.</ahelp></paragraph>
</section>
diff --git a/source/text/shared/01/menu_view_sidebar.xhp b/source/text/shared/01/menu_view_sidebar.xhp
index f9a8e51875..276290aa5d 100644
--- a/source/text/shared/01/menu_view_sidebar.xhp
+++ b/source/text/shared/01/menu_view_sidebar.xhp
@@ -22,7 +22,7 @@
<section id="sidebar">
<bookmark xml-lang="en-US" branch="hid/.uno:Sidebar" id="bm_id102720150841275009" localize="false"/>
-<paragraph id="hd_id102720150837294513" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/menu_view_sidebar.xhp" name="Sidebar">Sidebar</link></paragraph>
+<paragraph id="hd_id102720150837294513" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/menu_view_sidebar.xhp">Sidebar</link></paragraph>
<paragraph id="par_id10272015084124189" role="paragraph" xml-lang="en-US"><ahelp hid=".">The Sidebar is a vertical graphical user interface that primarily provides contextual properties, style management, document navigation, and media gallery features.</ahelp></paragraph>
</section>
<paragraph id="par_id10272015084124198" role="paragraph" xml-lang="en-US">The sidebar is docked on the right or left side of the document view area and contains a tab bar with tab buttons, that when clicked show a different tab deck.</paragraph>
diff --git a/source/text/shared/01/minimal_column_width.xhp b/source/text/shared/01/minimal_column_width.xhp
index b95548ef91..690500c884 100644
--- a/source/text/shared/01/minimal_column_width.xhp
+++ b/source/text/shared/01/minimal_column_width.xhp
@@ -18,7 +18,7 @@
<body>
<section id="minimal_column_width">
<bookmark xml-lang="en-US" branch="hid/.uno:SetMinimalColumnWidth" id="bm_id171654218330763" localize="false"/>
-<h1 id="hd_id421654218230011"><variable id="minimalcolh1"><link href="text/shared/01/minimal_column_width.xhp" name="Minimal Column Width">Minimal Column Width</link></variable></h1>
+<h1 id="hd_id421654218230011"><variable id="minimalcolh1"><link href="text/shared/01/minimal_column_width.xhp">Minimal Column Width</link></variable></h1>
<section id="minimal_column_width_text">
<switch select="appl">
<case select="WRITER">
diff --git a/source/text/shared/01/minimal_row_height.xhp b/source/text/shared/01/minimal_row_height.xhp
index e1f86069a6..fbcca0391f 100644
--- a/source/text/shared/01/minimal_row_height.xhp
+++ b/source/text/shared/01/minimal_row_height.xhp
@@ -18,7 +18,7 @@
<body>
<section id="minimal_row_height">
<bookmark xml-lang="en-US" branch="hid/.uno:SetMinimalRowHeight" id="bm_id451654218902796" localize="false"/>
-<h1 id="hd_id421654218230011"><variable id="minimalrowh1"><link href="text/shared/01/minimal_row_height.xhp" name="Minimal Row Height">Minimal Row Height</link></variable></h1>
+<h1 id="hd_id421654218230011"><variable id="minimalrowh1"><link href="text/shared/01/minimal_row_height.xhp">Minimal Row Height</link></variable></h1>
<section id="minimal_row_height_text">
<paragraph role="paragraph" id="par_id581605991965966">Adjust the row height for selected row(s) so that the tallest content in each selected row fits exactly.</paragraph>
</section>
@@ -28,7 +28,7 @@
</section>
<switch select="appl">
<case select="WRITER">
- <note id="par_id211656116102899">This option is only available if the selection contains a row with a fixed height. The command has the same effect as selecting the <menuitem>Fit to size</menuitem> option for <link href="text/swriter/01/05110100.xhp" name="Row Height">Row Height</link>.</note>
+ <note id="par_id211656116102899">This option is only available if the selection contains a row with a fixed height. The command has the same effect as selecting the <menuitem>Fit to size</menuitem> option for <link href="text/swriter/01/05110100.xhp">Row Height</link>.</note>
</case>
</switch>
<paragraph role="paragraph" id="par_id971654479023479">To minimize a single row, it is sufficient to place the cursor in a cell in the row.</paragraph>
diff --git a/source/text/shared/01/moviesound.xhp b/source/text/shared/01/moviesound.xhp
index a8f3ac5db2..1e36a437cc 100644
--- a/source/text/shared/01/moviesound.xhp
+++ b/source/text/shared/01/moviesound.xhp
@@ -80,21 +80,21 @@
<paragraph role="paragraph" id="par_id971511208248862" xml-lang="en-US">%PRODUCTNAME relies on the operating system's installed media support.</paragraph>
<list type="unordered">
<listitem>
- <paragraph id="par_id231511209745892" role="listitem" xml-lang="en-US"><emph>For Microsoft Windows</emph>: %PRODUCTNAME can open anything for which <emph>DirectShow</emph> filters are installed (<link href="https://msdn.microsoft.com/en-us/library/ms787745%28VS.85%29.aspx" name="mediaplayer">list of default formats</link>).</paragraph>
+ <paragraph id="par_id231511209745892" role="listitem" xml-lang="en-US"><emph>For Microsoft Windows</emph>: %PRODUCTNAME can open anything for which <emph>DirectShow</emph> filters are installed (<link href="https://msdn.microsoft.com/en-us/library/ms787745%28VS.85%29.aspx">list of default formats</link>).</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id601511209768414" role="listitem" xml-lang="en-US"><emph>For GNU/Linux</emph>: %PRODUCTNAME uses <emph>gstreamer</emph>, so whatever you can play using gstreamer can be used with %PRODUCTNAME (<link href="https://gstreamer.freedesktop.org/documentation/plugin-development/advanced/media-types.html#list-of-defined-types" name="gstreamer1">list of defined types</link>).</paragraph>
+ <paragraph id="par_id601511209768414" role="listitem" xml-lang="en-US"><emph>For GNU/Linux</emph>: %PRODUCTNAME uses <emph>gstreamer</emph>, so whatever you can play using gstreamer can be used with %PRODUCTNAME (<link href="https://gstreamer.freedesktop.org/documentation/plugin-development/advanced/media-types.html#list-of-defined-types">list of defined types</link>).</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id841511209784505" role="finalcutpro" xml-lang="en-US"><emph>For Apple macOS</emph>: %PRODUCTNAME uses <emph>QuickTime</emph> supported media formats (<link href="https://help.apple.com/finalcutpro/mac/10.4.6/en.lproj/ver2833f855.html" name="quicktime2">list of media formats</link>).</paragraph>
+ <paragraph id="par_id841511209784505" role="finalcutpro" xml-lang="en-US"><emph>For Apple macOS</emph>: %PRODUCTNAME uses <emph>QuickTime</emph> supported media formats (<link href="https://help.apple.com/finalcutpro/mac/10.4.6/en.lproj/ver2833f855.html">list of media formats</link>).</paragraph>
</listitem>
</list>
<section id="relatedtopics">
<embed href="text/shared/01/mediaplayer.xhp#mediaplayertitle"/>
- <paragraph role="paragraph" id="par_id391511209364018" xml-lang="en-US"><link href="https://docs.microsoft.com/en-us/windows/win32/directshow/supported-formats-in-directshow" name="directshow">List of default formats for Microsoft Windows DirectShow</link>.</paragraph>
- <paragraph role="paragraph" id="par_id921511209448360" xml-lang="en-US"><link href="https://gstreamer.freedesktop.org/documentation/plugin-development/advanced/media-types.html#list-of-defined-types" name="gstreamer">List of defined types for gstreamer in GNU/Linux</link>.</paragraph>
- <paragraph role="paragraph" id="par_id591511209548848" xml-lang="en-US"><link href="https://help.apple.com/finalcutpro/mac/10.4.6/en.lproj/ver2833f855.html" name="quicktime">List of media formats for Apple macOS QuickTime</link>.</paragraph>
- <paragraph role="paragraph" id="par_id561511210645479" xml-lang="en-US"><link href="https://ask.libreoffice.org/t/what-video-formats-does-libreoffice-impress-support/291" name="AskLO">“What video formats does Impress support?” on Ask</link></paragraph>
+ <paragraph role="paragraph" id="par_id391511209364018" xml-lang="en-US"><link href="https://docs.microsoft.com/en-us/windows/win32/directshow/supported-formats-in-directshow">List of default formats for Microsoft Windows DirectShow</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id921511209448360" xml-lang="en-US"><link href="https://gstreamer.freedesktop.org/documentation/plugin-development/advanced/media-types.html#list-of-defined-types">List of defined types for gstreamer in GNU/Linux</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id591511209548848" xml-lang="en-US"><link href="https://help.apple.com/finalcutpro/mac/10.4.6/en.lproj/ver2833f855.html">List of media formats for Apple macOS QuickTime</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id561511210645479" xml-lang="en-US"><link href="https://ask.libreoffice.org/t/what-video-formats-does-libreoffice-impress-support/291">“What video formats does Impress support?” on Ask</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/notebook_bar.xhp b/source/text/shared/01/notebook_bar.xhp
index d82c7b0f02..25dba5d502 100644
--- a/source/text/shared/01/notebook_bar.xhp
+++ b/source/text/shared/01/notebook_bar.xhp
@@ -85,7 +85,7 @@
<section id="relatedtopics">
<paragraph id="par_id190920161744072842" role="paragraph" xml-lang="en-US"><link href="text/shared/guide/floating_toolbar.xhp">Toolbars</link></paragraph>
-<paragraph role="paragraph" id="par_id921589901261168"><link href="text/shared/optionen/01010800.xhp" name="view">View</link> options</paragraph>
+<paragraph role="paragraph" id="par_id921589901261168"><link href="text/shared/optionen/01010800.xhp">View</link> options</paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/01/packagemanager.xhp b/source/text/shared/01/packagemanager.xhp
index c0287f3e7d..ac1deba270 100644
--- a/source/text/shared/01/packagemanager.xhp
+++ b/source/text/shared/01/packagemanager.xhp
@@ -37,7 +37,7 @@
<h1 id="par_idN10543"><link href="text/shared/01/packagemanager.xhp">Extension Manager</link></h1>
<paragraph id="par_idN10553" role="paragraph" xml-lang="en-US"><ahelp hid="desktop/ui/extensionmanager/ExtensionManagerDialog">The Extension Manager adds, removes, disables, enables, and updates %PRODUCTNAME extensions.</ahelp></paragraph>
</section>
-<note id="par_id941619265371175">For security reasons, the installation and removal of extensions are controlled by settings in the <link href="text/shared/optionen/expertconfig.xhp" name="expert configuration">Expert Configuration</link>. By default, installation and removal are enabled.</note>
+<note id="par_id941619265371175">For security reasons, the installation and removal of extensions are controlled by settings in the <link href="text/shared/optionen/expertconfig.xhp">Expert Configuration</link>. By default, installation and removal are enabled.</note>
<section id="howtoget"><embed href="text/shared/00/00000406.xhp#packagemanager"/>
</section>
<paragraph id="par_idN10615" role="paragraph" xml-lang="en-US">The following are examples of %PRODUCTNAME extensions:</paragraph>
diff --git a/source/text/shared/01/password_dlg.xhp b/source/text/shared/01/password_dlg.xhp
index feeccb25c8..fcd17d4c75 100644
--- a/source/text/shared/01/password_dlg.xhp
+++ b/source/text/shared/01/password_dlg.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="hid/uui/ui/password/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/password/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/password/PasswordDialog" id="bm_id3152877" localize="false"/>
- <paragraph xml-lang="en-US" id="hd_id3146902" role="heading" level="1"><link href="text/shared/01/password_dlg.xhp" name="Password">Password</link></paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3146902" role="heading" level="1"><link href="text/shared/01/password_dlg.xhp">Password</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3154350" role="paragraph">Assigns a password to prevent users from making unauthorized changes.</paragraph>
<embed href="text/shared/01/password_main.xhp#password_rules"/>
diff --git a/source/text/shared/01/pastecolumnleft.xhp b/source/text/shared/01/pastecolumnleft.xhp
index 0809b66345..2523267afd 100644
--- a/source/text/shared/01/pastecolumnleft.xhp
+++ b/source/text/shared/01/pastecolumnleft.xhp
@@ -18,7 +18,7 @@
<body>
<section id="pastecolumnleft">
<bookmark id="bm_id1001584810952163" xml-lang="en-US" branch="hid/.uno:PasteColumnsBefore" localize="false"/>
- <h1 id="hd_id211584810952165"><variable id="pastecolumnlefth1"><link href="text/shared/01/pastecolumnleft.xhp" name="Paste Column Before">Paste as Column Before</link></variable></h1>
+ <h1 id="hd_id211584810952165"><variable id="pastecolumnlefth1"><link href="text/shared/01/pastecolumnleft.xhp">Paste as Column Before</link></variable></h1>
<paragraph id="par_id31584810952167" role="paragraph" xml-lang="en-US"><ahelp hid=".">Insert clipboard table data in a table as new columns before instead of overwriting the content of the original cells of the target table.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/pastenestedtable.xhp b/source/text/shared/01/pastenestedtable.xhp
index 87f4de6134..7bdac5702b 100644
--- a/source/text/shared/01/pastenestedtable.xhp
+++ b/source/text/shared/01/pastenestedtable.xhp
@@ -23,7 +23,7 @@
<bookmark_value>paste nested table</bookmark_value>
</bookmark>
<section id="pastenestedtable">
- <h1 id="hd_id81584806817671"><variable id="pastenestedtableh1"><link href="text/shared/01/pastenestedtable.xhp" name="Paste Nested Table">Paste Nested Table</link></variable></h1>
+ <h1 id="hd_id81584806817671"><variable id="pastenestedtableh1"><link href="text/shared/01/pastenestedtable.xhp">Paste Nested Table</link></variable></h1>
<paragraph id="par_id91584806817674" role="paragraph" xml-lang="en-US"><ahelp hid=".">Paste clipboard content (including native tables or tables copied from Calc or other spreadsheets) as nested tables in empty cells and at cell starting cursor position.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/pasterowabove.xhp b/source/text/shared/01/pasterowabove.xhp
index df55e31126..a8c0cbe076 100644
--- a/source/text/shared/01/pasterowabove.xhp
+++ b/source/text/shared/01/pasterowabove.xhp
@@ -18,7 +18,7 @@
<body>
<section id="pasterowabove">
<bookmark id="bm_id1001584810952163" xml-lang="en-US" branch="hid/.uno:PasteRowsBefore" localize="false"/>
- <h1 id="hd_id211584810952165"><variable id="pasterowaboveh1"><link href="text/shared/01/pasterowabove.xhp" name="Paste as Row Above">Paste as Row Above</link></variable></h1>
+ <h1 id="hd_id211584810952165"><variable id="pasterowaboveh1"><link href="text/shared/01/pasterowabove.xhp">Paste as Row Above</link></variable></h1>
<paragraph id="par_id31584810952167" role="paragraph" xml-lang="en-US"><ahelp hid=".">Insert clipboard table data in a table as new rows instead of overwriting the content of the original cells of the target table.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/pastespecialmenu.xhp b/source/text/shared/01/pastespecialmenu.xhp
index 93c4b8edf7..470f178596 100644
--- a/source/text/shared/01/pastespecialmenu.xhp
+++ b/source/text/shared/01/pastespecialmenu.xhp
@@ -17,7 +17,7 @@
</meta>
<body>
<section id="pastespecialmenu">
- <h1 id="hd_id361584804540671"><variable id="pastespecialmenuh1"><link href="text/shared/01/pastespecialmenu.xhp" name="paste special">Paste Special</link></variable></h1>
+ <h1 id="hd_id361584804540671"><variable id="pastespecialmenuh1"><link href="text/shared/01/pastespecialmenu.xhp">Paste Special</link></variable></h1>
<paragraph id="par_id721584804540674" role="paragraph" xml-lang="en-US"><ahelp hid=".">Inserts the contents of the clipboard into the current file in a format that you can specify.</ahelp></paragraph>
</section>
<embed href="text/shared/01/pasteunformatted.xhp#pasteunformatted"/>
diff --git a/source/text/shared/01/pasteunformatted.xhp b/source/text/shared/01/pasteunformatted.xhp
index 0cb601129b..699a3f9132 100644
--- a/source/text/shared/01/pasteunformatted.xhp
+++ b/source/text/shared/01/pasteunformatted.xhp
@@ -23,7 +23,7 @@
<bookmark_value>unformatted text;paste special</bookmark_value>
</bookmark>
<section id="pasteunformatted">
- <h1 id="hd_id41584805874368"><variable id="pasteunformattedh1"><link href="text/shared/01/pasteunformatted.xhp" name="Paste Unformatted Text">Paste Unformatted Text</link></variable></h1>
+ <h1 id="hd_id41584805874368"><variable id="pasteunformattedh1"><link href="text/shared/01/pasteunformatted.xhp">Paste Unformatted Text</link></variable></h1>
<paragraph id="par_id41584805874371" role="paragraph" xml-lang="en-US"><ahelp hid=".">Paste only the text contents, without any formatting.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/prop_font_embed.xhp b/source/text/shared/01/prop_font_embed.xhp
index 90cf95a590..7d63fc574d 100644
--- a/source/text/shared/01/prop_font_embed.xhp
+++ b/source/text/shared/01/prop_font_embed.xhp
@@ -28,7 +28,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/documentfontspage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/documentfontspage/DocumentFontsPage" id="bm_id3154926" localize="false"/>
- <h1 id="hd_id3148668"><link href="text/shared/01/prop_font_embed.xhp" name="Fonts">Font</link></h1>
+ <h1 id="hd_id3148668"><link href="text/shared/01/prop_font_embed.xhp">Font</link></h1>
<paragraph xml-lang="en-US" id="par_id3154863" role="paragraph"><ahelp hid="sfx/ui/documentfontspage/DocumentFontsPage">Embed document fonts in the current file.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/ref_epub_export.xhp b/source/text/shared/01/ref_epub_export.xhp
index fdfed48286..42b19915e5 100644
--- a/source/text/shared/01/ref_epub_export.xhp
+++ b/source/text/shared/01/ref_epub_export.xhp
@@ -37,8 +37,8 @@
<bookmark xml-lang="en-US" branch="hid/writerperfect/ui/exportepub/EpubDialog" id="bm_id1033968" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/writerperfect/ui/exportepub/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
-<h1 id="hd_id3149532"><variable id="ref_epub_export"><link href="text/shared/01/ref_epub_export.xhp" name="Export as EPUB">Export as EPUB</link></variable></h1>
-<paragraph id="par_id3154044" role="paragraph" xml-lang="en-US">Export the current file to <link href="text/shared/00/00000002.xhp#epub" name="epub">EPUB</link>.</paragraph>
+<h1 id="hd_id3149532"><variable id="ref_epub_export"><link href="text/shared/01/ref_epub_export.xhp">Export as EPUB</link></variable></h1>
+<paragraph id="par_id3154044" role="paragraph" xml-lang="en-US">Export the current file to <link href="text/shared/00/00000002.xhp#epub">EPUB</link>.</paragraph>
<paragraph role="paragraph" id="par_id701525003241759" xml-lang="en-US" localize="false"><embedvar href="text/shared/00/00000002.xhp#epubv" markup="keep"/></paragraph>
</section>
diff --git a/source/text/shared/01/ref_pdf_export.xhp b/source/text/shared/01/ref_pdf_export.xhp
index 08cca8e193..333f7d65d7 100644
--- a/source/text/shared/01/ref_pdf_export.xhp
+++ b/source/text/shared/01/ref_pdf_export.xhp
@@ -37,7 +37,7 @@
<comment>MW made "PDF export a two level entry"</comment><comment>UFI: write guide and move bookmarks there</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:ExportToPDF" id="bm_id2491692" localize="false"/>
-<h1 id="hd_id3149532"><variable id="ref_pdf_export"><link href="text/shared/01/ref_pdf_export.xhp" name="Export as PDF">Export as PDF</link></variable></h1>
+<h1 id="hd_id3149532"><variable id="ref_pdf_export"><link href="text/shared/01/ref_pdf_export.xhp">Export as PDF</link></variable></h1>
<paragraph id="par_id3154044" role="paragraph" xml-lang="en-US"><variable id="export"><ahelp hid=".">Saves the current file to Portable Document Format (PDF) version 1.4.</ahelp> A PDF file can be viewed and printed on any platform with the original formatting intact, provided that supporting software is installed.</variable></paragraph>
</section>
diff --git a/source/text/shared/01/ref_pdf_export_digital_signature.xhp b/source/text/shared/01/ref_pdf_export_digital_signature.xhp
index 8fff630a00..3544ac5e26 100644
--- a/source/text/shared/01/ref_pdf_export_digital_signature.xhp
+++ b/source/text/shared/01/ref_pdf_export_digital_signature.xhp
@@ -24,7 +24,7 @@
<section id="pdfexportdigitalsignature">
<bookmark xml-lang="en-US" branch="hid/filter/ui/pdfsignpage/pdfsignpage" id="bm_id18720359" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/filter/ui/pdfsignpage/@@nowidget@@" id="bm_id18720359" localize="false"/>
- <h1 id="hd_id13068636"><variable id="pdfexportdigitalsignatureh1"><link href="text/shared/01/ref_pdf_export_digital_signature.xhp" name="Digital Signatures">Digital Signatures</link></variable></h1>
+ <h1 id="hd_id13068636"><variable id="pdfexportdigitalsignatureh1"><link href="text/shared/01/ref_pdf_export_digital_signature.xhp">Digital Signatures</link></variable></h1>
<paragraph id="par_id22107303" role="paragraph" xml-lang="en-US">This tab contains the options related to exporting to a digitally signed PDF.</paragraph>
</section>
diff --git a/source/text/shared/01/ref_pdf_export_general.xhp b/source/text/shared/01/ref_pdf_export_general.xhp
index 08ff8827c9..61f2ae0503 100644
--- a/source/text/shared/01/ref_pdf_export_general.xhp
+++ b/source/text/shared/01/ref_pdf_export_general.xhp
@@ -24,7 +24,7 @@
<section id="pdfexportgeneral">
<bookmark xml-lang="en-US" branch="hid/filter/ui/pdfgeneralpage/PdfGeneralPage" id="bm_id1033968" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/filter/ui/pdfgeneralpage/@@nowidget@@" id="bm_id1033968" localize="false"/>
- <h1 id="hd_id746482"><variable id="pdfexportgeneralh1"><link href="text/shared/01/ref_pdf_export_general.xhp" name="General tab">General</link></variable></h1>
+ <h1 id="hd_id746482"><variable id="pdfexportgeneralh1"><link href="text/shared/01/ref_pdf_export_general.xhp">General</link></variable></h1>
<paragraph role="paragraph" id="par_id641574099149998">Sets the general options for exporting your document to a PDF file. Range, images, watermark, forms and other parameters.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/ref_pdf_export_initial_view.xhp b/source/text/shared/01/ref_pdf_export_initial_view.xhp
index b0240ba70c..e4a74ede30 100644
--- a/source/text/shared/01/ref_pdf_export_initial_view.xhp
+++ b/source/text/shared/01/ref_pdf_export_initial_view.xhp
@@ -22,7 +22,7 @@
<section id="pdfexportinitialview">
<bookmark xml-lang="en-US" branch="hid/filter/ui/pdfviewpage/PdfViewPage" id="bm_id4472793" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/filter/ui/pdfviewpage/@@nowidget@@" id="bm_id4472793" localize="false"/>
- <h1 id="hd_id9796441"><variable id="pdfexportinitialviewh1"><link href="text/shared/01/ref_pdf_export_initial_view.xhp" name="Initial View tab">Initial View</link></variable></h1>
+ <h1 id="hd_id9796441"><variable id="pdfexportinitialviewh1"><link href="text/shared/01/ref_pdf_export_initial_view.xhp">Initial View</link></variable></h1>
<paragraph role="paragraph" id="par_id631574099455028">Sets the options for the initial view of the PDF file in the external PDF viewer.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/ref_pdf_export_links.xhp b/source/text/shared/01/ref_pdf_export_links.xhp
index fcafe8f337..719e9855d6 100644
--- a/source/text/shared/01/ref_pdf_export_links.xhp
+++ b/source/text/shared/01/ref_pdf_export_links.xhp
@@ -22,7 +22,7 @@
<section id="pdfexportlinks">
<bookmark xml-lang="en-US" branch="hid/filter/ui/pdflinkspage/PdfLinksPage" id="bm_id5594043" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/filter/ui/pdflinkspage/@@nowidget@@" id="bm_id5594043" localize="false"/>
- <h1 id="hd_id9464094"><variable id="pdfexportlinksh1"><link href="text/shared/01/ref_pdf_export_links.xhp" name="Links tab">Links</link></variable></h1>
+ <h1 id="hd_id9464094"><variable id="pdfexportlinksh1"><link href="text/shared/01/ref_pdf_export_links.xhp">Links</link></variable></h1>
<paragraph id="par_id9302346" role="paragraph" xml-lang="en-US">Specify how to export outlines and hyperlinks in your document.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/ref_pdf_export_security.xhp b/source/text/shared/01/ref_pdf_export_security.xhp
index 50bbaedff1..31d604ce19 100644
--- a/source/text/shared/01/ref_pdf_export_security.xhp
+++ b/source/text/shared/01/ref_pdf_export_security.xhp
@@ -22,7 +22,7 @@
<section id="pdfexportsecurity">
<bookmark xml-lang="en-US" branch="hid/filter/ui/pdfsecuritypage/PdfSecurityPage" id="bm_id8720359" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/filter/ui/pdfsecuritypage/@@nowidget@@" id="bm_id8720359" localize="false"/>
- <h1 id="hd_id3068636"><variable id="pdfexportsecurityh1"><link href="text/shared/01/ref_pdf_export_security.xhp" name="Security tab">Security</link></variable></h1>
+ <h1 id="hd_id3068636"><variable id="pdfexportsecurityh1"><link href="text/shared/01/ref_pdf_export_security.xhp">Security</link></variable></h1>
<paragraph role="paragraph" id="par_id291574099537389">Specifies the security options of the exported PDF file.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/ref_pdf_export_user_interface.xhp b/source/text/shared/01/ref_pdf_export_user_interface.xhp
index bc83f27d6a..83ac938ccc 100644
--- a/source/text/shared/01/ref_pdf_export_user_interface.xhp
+++ b/source/text/shared/01/ref_pdf_export_user_interface.xhp
@@ -22,7 +22,7 @@
<section id="pdfexportuserinterface">
<bookmark xml-lang="en-US" branch="hid/filter/ui/pdfuserinterfacepage/PdfUserInterfacePage" id="bm_id4184393" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/filter/ui/pdfuserinterfacepage/@@nowidget@@" id="bm_id4184393" localize="false"/>
- <h1 id="hd_id18005"><variable id="pdfexportuserinterfaceh1"><link href="text/shared/01/ref_pdf_export_user_interface.xhp" name="User Interface tab">User Interface</link></variable></h1>
+ <h1 id="hd_id18005"><variable id="pdfexportuserinterfaceh1"><link href="text/shared/01/ref_pdf_export_user_interface.xhp">User Interface</link></variable></h1>
<paragraph role="paragraph" id="par_id261574099621912">Specifies the options for the external PDF viewer user interface.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/ref_pdf_send_as.xhp b/source/text/shared/01/ref_pdf_send_as.xhp
index 79aa0678c7..81a05cf8f2 100644
--- a/source/text/shared/01/ref_pdf_send_as.xhp
+++ b/source/text/shared/01/ref_pdf_send_as.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/.uno:SendMailDocAsPDF" id="bm_id4080921" localize="false"/>
-<paragraph role="heading" id="hd_id3146902" xml-lang="en-US" level="1"><variable id="ref_pdf_send_as"><link href="text/shared/01/ref_pdf_send_as.xhp" name="Email as PDF">Email as PDF</link>
+<paragraph role="heading" id="hd_id3146902" xml-lang="en-US" level="1"><variable id="ref_pdf_send_as"><link href="text/shared/01/ref_pdf_send_as.xhp">Email as PDF</link>
</variable></paragraph><comment>UFI: name changed with #i46895</comment>
<paragraph role="paragraph" id="par_id3150756" xml-lang="en-US"><variable id="ref_pdf_send_as_text"><ahelp hid=".uno:SendMailDocAsPDF">Shows the Export as PDF dialog, exports the current document to Portable Document Format (PDF), and then opens an email sending window with the PDF as an attachment.</ahelp>
</variable><comment>see i70482</comment></paragraph>
diff --git a/source/text/shared/01/signexistingpdf.xhp b/source/text/shared/01/signexistingpdf.xhp
index 1570d30e9c..c29e7ef087 100644
--- a/source/text/shared/01/signexistingpdf.xhp
+++ b/source/text/shared/01/signexistingpdf.xhp
@@ -19,7 +19,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id581526779778738">
<bookmark_value>digital signature;signing existing PDF</bookmark_value>
</bookmark>
- <paragraph role="heading" id="hd_id201526432498222" level="1" xml-lang="en-US"><variable id="signexistingpdf"><link href="text/shared/01/signexistingpdf.xhp" name="Sign Existing PDF Files">Signing Existing PDF files</link></variable></paragraph>
+ <paragraph role="heading" id="hd_id201526432498222" level="1" xml-lang="en-US"><variable id="signexistingpdf"><link href="text/shared/01/signexistingpdf.xhp">Signing Existing PDF files</link></variable></paragraph>
<paragraph role="paragraph" id="par_id41526423955118" xml-lang="en-US">%PRODUCTNAME can digitally sign an existing PDF document.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#digitalsignexistingpdf"/>
diff --git a/source/text/shared/01/signsignatureline.xhp b/source/text/shared/01/signsignatureline.xhp
index 06663c4429..d19c06c037 100644
--- a/source/text/shared/01/signsignatureline.xhp
+++ b/source/text/shared/01/signsignatureline.xhp
@@ -21,7 +21,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id651526779220785">
<bookmark_value>digital signature;sign signature line</bookmark_value><bookmark_value>signature line;signing</bookmark_value>
</bookmark>
- <h1 id="hd_id401526575112776"><variable id="signsignatureline01"><link href="text/shared/01/signsignatureline.xhp" name="Sign Signature Line">Digitally Signing the Signature Line</link></variable></h1>
+ <h1 id="hd_id401526575112776"><variable id="signsignatureline01"><link href="text/shared/01/signsignatureline.xhp">Digitally Signing the Signature Line</link></variable></h1>
<paragraph role="paragraph" id="par_id611526575121298" xml-lang="en-US">%PRODUCTNAME lets you sign digitally a signature line in your document.</paragraph>
<paragraph role="paragraph" id="par_id511526575127337" xml-lang="en-US">On signing a signature line, %PRODUCTNAME fills the line with the name of signer, adds the digital certificate issuer information and optionally insert the date of signature.</paragraph>
<section id="howtoget">
@@ -36,7 +36,7 @@
<note id="par_id251526576138883">The information of the certificate issuer is inserted in the bottom of the Signature Line object.</note>
<h2 id="hd_id301526563985718">Instructions from the document creator</h2>
<bookmark branch="hid/cui/ui/signsignatureline/label_hint_text" id="bm_id30514" localize="false"/>
- <paragraph role="paragraph" id="par_id271526564228571" xml-lang="en-US"><ahelp hid=".">This area displays the instructions entered by the document creator when <link href="text/swriter/01/addsignatureline.xhp" name="Adding the Signature Line">adding the signature line</link>.</ahelp></paragraph>
+ <paragraph role="paragraph" id="par_id271526564228571" xml-lang="en-US"><ahelp hid=".">This area displays the instructions entered by the document creator when <link href="text/swriter/01/addsignatureline.xhp">adding the signature line</link>.</ahelp></paragraph>
<bookmark branch="hid/cui/ui/signsignatureline/edit_comment" id="bm_id25348" localize="false"/>
<h2 id="hd_id161526563992082">Add comments</h2>
<paragraph role="paragraph" id="par_id21526564234712" xml-lang="en-US"><ahelp hid=".">Enter comments about the signature. The comments are displayed in the <emph>Description</emph> field of the certificate.</ahelp></paragraph>
diff --git a/source/text/shared/01/timestampauth.xhp b/source/text/shared/01/timestampauth.xhp
index 905680abd0..4ba637a0aa 100644
--- a/source/text/shared/01/timestampauth.xhp
+++ b/source/text/shared/01/timestampauth.xhp
@@ -26,7 +26,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/tsaurldialog/TSAURLDialog" id="bm_id251597347799541" localize="false"/>
<section id="timestampauthority">
<bookmark xml-lang="en-US" branch="hid/cui/ui/optsecuritypage/tsas" id="bm_id37269201" localize="false"/>
- <h1 id="hd_id901597433114069"><variable id="timestampauthorityh1"><link href="text/shared/01/timestampauth.xhp" name="tsa">Time Stamp Authority</link></variable></h1>
+ <h1 id="hd_id901597433114069"><variable id="timestampauthorityh1"><link href="text/shared/01/timestampauth.xhp">Time Stamp Authority</link></variable></h1>
<paragraph id="par_id961597433114070" role="paragraph" xml-lang="en-US">Time Stamp Authorities (TSA) issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export.</paragraph>
</section>
<paragraph role="paragraph" id="par_id571597434502189">Adding a trusted timestamp to an electronic signature provides a digital seal of data integrity and a trusted date and time of when the transaction took place. Recipients of documents with a trusted timestamp can verify when the document was digitally or electronically signed, as well as verify that the document was not altered after the date the timestamp vouches for.</paragraph>
@@ -38,7 +38,7 @@
<paragraph role="paragraph" id="par_id701597438367251">Display the list of existing TSAs.</paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/tsaurldialog/add" id="bm_id921597438563568" localize="false"/>
<h2 id="par_idN106871">Add</h2>
-<paragraph role="paragraph" id="par_idN1068B1" xml-lang="en-US">Opens the <link href="text/shared/02/namedialog.xhp" name="name dialog">Name dialog</link> to enter a new Time Stamping Authority URL.</paragraph>
+<paragraph role="paragraph" id="par_idN1068B1" xml-lang="en-US">Opens the <link href="text/shared/02/namedialog.xhp">Name dialog</link> to enter a new Time Stamping Authority URL.</paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/tsaurldialog/delete" id="bm_id541597438602560" localize="false"/>
<h2 id="hd_id251597435168013">Delete</h2>
<paragraph role="paragraph" id="par_id381597435161810">Deletes the selected entry in the list. Deletion is immediate and does not display a confirmation dialog.</paragraph>