summaryrefslogtreecommitdiff
path: root/source/text/shared
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
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')
-rw-r--r--source/text/shared/00/00000001.xhp8
-rw-r--r--source/text/shared/00/00000002.xhp22
-rw-r--r--source/text/shared/00/00000005.xhp4
-rw-r--r--source/text/shared/00/00000020.xhp10
-rw-r--r--source/text/shared/00/00000021.xhp6
-rw-r--r--source/text/shared/00/00000099.xhp4
-rw-r--r--source/text/shared/00/00000200.xhp2
-rw-r--r--source/text/shared/00/00000206.xhp2
-rw-r--r--source/text/shared/00/00000208.xhp8
-rw-r--r--source/text/shared/00/00040500.xhp4
-rw-r--r--source/text/shared/00/01000000.xhp2
-rw-r--r--source/text/shared/00/01050000.xhp2
-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
-rw-r--r--source/text/shared/02/01110000.xhp4
-rw-r--r--source/text/shared/02/01140000.xhp10
-rw-r--r--source/text/shared/02/01170000.xhp22
-rw-r--r--source/text/shared/02/01170004.xhp2
-rw-r--r--source/text/shared/02/01170100.xhp2
-rw-r--r--source/text/shared/02/01170101.xhp22
-rw-r--r--source/text/shared/02/01170102.xhp14
-rw-r--r--source/text/shared/02/01170103.xhp10
-rw-r--r--source/text/shared/02/01170200.xhp2
-rw-r--r--source/text/shared/02/01170201.xhp4
-rw-r--r--source/text/shared/02/01170202.xhp2
-rw-r--r--source/text/shared/02/01170203.xhp16
-rw-r--r--source/text/shared/02/01170300.xhp4
-rw-r--r--source/text/shared/02/01170400.xhp6
-rw-r--r--source/text/shared/02/01170500.xhp8
-rw-r--r--source/text/shared/02/01170600.xhp10
-rw-r--r--source/text/shared/02/01170800.xhp4
-rw-r--r--source/text/shared/02/01170801.xhp2
-rw-r--r--source/text/shared/02/01170802.xhp2
-rw-r--r--source/text/shared/02/01170900.xhp4
-rw-r--r--source/text/shared/02/01170901.xhp4
-rw-r--r--source/text/shared/02/01170902.xhp4
-rw-r--r--source/text/shared/02/01170903.xhp6
-rw-r--r--source/text/shared/02/01170904.xhp4
-rw-r--r--source/text/shared/02/01171000.xhp4
-rw-r--r--source/text/shared/02/01171100.xhp2
-rw-r--r--source/text/shared/02/01171300.xhp2
-rw-r--r--source/text/shared/02/01220000.xhp10
-rw-r--r--source/text/shared/02/01230000.xhp10
-rw-r--r--source/text/shared/02/02010000.xhp2
-rw-r--r--source/text/shared/02/02020000.xhp4
-rw-r--r--source/text/shared/02/02030000.xhp2
-rw-r--r--source/text/shared/02/02040000.xhp2
-rw-r--r--source/text/shared/02/02050000.xhp2
-rw-r--r--source/text/shared/02/02130000.xhp6
-rw-r--r--source/text/shared/02/02140000.xhp6
-rw-r--r--source/text/shared/02/02160000.xhp2
-rw-r--r--source/text/shared/02/02170000.xhp2
-rw-r--r--source/text/shared/02/03110000.xhp4
-rw-r--r--source/text/shared/02/03120000.xhp4
-rw-r--r--source/text/shared/02/03130000.xhp4
-rw-r--r--source/text/shared/02/03140000.xhp4
-rw-r--r--source/text/shared/02/03150000.xhp4
-rw-r--r--source/text/shared/02/03200000.xhp4
-rw-r--r--source/text/shared/02/04210000.xhp2
-rw-r--r--source/text/shared/02/05020000.xhp4
-rw-r--r--source/text/shared/02/05090000.xhp4
-rw-r--r--source/text/shared/02/06050000.xhp4
-rw-r--r--source/text/shared/02/06060000.xhp4
-rw-r--r--source/text/shared/02/06100000.xhp4
-rw-r--r--source/text/shared/02/06110000.xhp4
-rw-r--r--source/text/shared/02/06120000.xhp10
-rw-r--r--source/text/shared/02/07010000.xhp2
-rw-r--r--source/text/shared/02/07060000.xhp2
-rw-r--r--source/text/shared/02/07070000.xhp2
-rw-r--r--source/text/shared/02/07070100.xhp2
-rw-r--r--source/text/shared/02/07070200.xhp4
-rw-r--r--source/text/shared/02/07080000.xhp2
-rw-r--r--source/text/shared/02/07090000.xhp2
-rw-r--r--source/text/shared/02/08010000.xhp2
-rw-r--r--source/text/shared/02/08020000.xhp2
-rw-r--r--source/text/shared/02/09070000.xhp4
-rw-r--r--source/text/shared/02/09070100.xhp4
-rw-r--r--source/text/shared/02/09070200.xhp4
-rw-r--r--source/text/shared/02/09070300.xhp4
-rw-r--r--source/text/shared/02/09070400.xhp4
-rw-r--r--source/text/shared/02/10010000.xhp2
-rw-r--r--source/text/shared/02/10020000.xhp2
-rw-r--r--source/text/shared/02/10030000.xhp2
-rw-r--r--source/text/shared/02/10040000.xhp2
-rw-r--r--source/text/shared/02/10100000.xhp4
-rw-r--r--source/text/shared/02/12000000.xhp4
-rw-r--r--source/text/shared/02/12010000.xhp4
-rw-r--r--source/text/shared/02/12020000.xhp2
-rw-r--r--source/text/shared/02/12030000.xhp6
-rw-r--r--source/text/shared/02/12040000.xhp2
-rw-r--r--source/text/shared/02/12050000.xhp2
-rw-r--r--source/text/shared/02/12070000.xhp2
-rw-r--r--source/text/shared/02/12070100.xhp6
-rw-r--r--source/text/shared/02/12070200.xhp4
-rw-r--r--source/text/shared/02/12080000.xhp2
-rw-r--r--source/text/shared/02/12090000.xhp6
-rw-r--r--source/text/shared/02/12090100.xhp6
-rw-r--r--source/text/shared/02/12100000.xhp2
-rw-r--r--source/text/shared/02/12100100.xhp6
-rw-r--r--source/text/shared/02/12100200.xhp6
-rw-r--r--source/text/shared/02/12110000.xhp4
-rw-r--r--source/text/shared/02/12120000.xhp4
-rw-r--r--source/text/shared/02/12130000.xhp2
-rw-r--r--source/text/shared/02/12140000.xhp2
-rw-r--r--source/text/shared/02/13010000.xhp2
-rw-r--r--source/text/shared/02/13020000.xhp2
-rw-r--r--source/text/shared/02/14010000.xhp2
-rw-r--r--source/text/shared/02/14020000.xhp2
-rw-r--r--source/text/shared/02/14020200.xhp2
-rw-r--r--source/text/shared/02/14030000.xhp4
-rw-r--r--source/text/shared/02/14040000.xhp4
-rw-r--r--source/text/shared/02/14050000.xhp4
-rw-r--r--source/text/shared/02/14060000.xhp4
-rw-r--r--source/text/shared/02/14070000.xhp4
-rw-r--r--source/text/shared/02/18010000.xhp4
-rw-r--r--source/text/shared/02/18030000.xhp2
-rw-r--r--source/text/shared/02/19090000.xhp4
-rw-r--r--source/text/shared/02/20020000.xhp10
-rw-r--r--source/text/shared/02/20030000.xhp4
-rw-r--r--source/text/shared/02/20040000.xhp2
-rw-r--r--source/text/shared/02/20050000.xhp2
-rw-r--r--source/text/shared/02/20060000.xhp2
-rw-r--r--source/text/shared/02/20090000.xhp2
-rw-r--r--source/text/shared/02/20100000.xhp2
-rw-r--r--source/text/shared/02/24010000.xhp2
-rw-r--r--source/text/shared/02/24020000.xhp2
-rw-r--r--source/text/shared/02/24030000.xhp2
-rw-r--r--source/text/shared/02/24040000.xhp2
-rw-r--r--source/text/shared/02/24050000.xhp2
-rw-r--r--source/text/shared/02/24060000.xhp2
-rw-r--r--source/text/shared/02/24070000.xhp2
-rw-r--r--source/text/shared/02/24080000.xhp2
-rw-r--r--source/text/shared/02/24090000.xhp2
-rw-r--r--source/text/shared/02/24100000.xhp2
-rw-r--r--source/text/shared/02/limit.xhp2
-rw-r--r--source/text/shared/02/namedialog.xhp2
-rw-r--r--source/text/shared/04/01010000.xhp2
-rw-r--r--source/text/shared/04/01020000.xhp4
-rw-r--r--source/text/shared/05/00000001.xhp2
-rw-r--r--source/text/shared/05/00000002.xhp2
-rw-r--r--source/text/shared/05/00000100.xhp2
-rw-r--r--source/text/shared/05/00000110.xhp10
-rw-r--r--source/text/shared/05/00000120.xhp2
-rw-r--r--source/text/shared/05/00000130.xhp2
-rw-r--r--source/text/shared/05/00000140.xhp2
-rw-r--r--source/text/shared/05/00000150.xhp2
-rw-r--r--source/text/shared/05/00000160.xhp2
-rw-r--r--source/text/shared/05/new_help.xhp10
-rw-r--r--source/text/shared/07/09000000.xhp2
-rw-r--r--source/text/shared/autokorr/01000000.xhp2
-rw-r--r--source/text/shared/autokorr/02000000.xhp2
-rw-r--r--source/text/shared/autokorr/03000000.xhp2
-rw-r--r--source/text/shared/autokorr/04000000.xhp2
-rw-r--r--source/text/shared/autokorr/05000000.xhp2
-rw-r--r--source/text/shared/autokorr/06000000.xhp2
-rw-r--r--source/text/shared/autokorr/07000000.xhp2
-rw-r--r--source/text/shared/autokorr/08000000.xhp2
-rw-r--r--source/text/shared/autokorr/09000000.xhp2
-rw-r--r--source/text/shared/autokorr/10000000.xhp2
-rw-r--r--source/text/shared/autokorr/12000000.xhp2
-rw-r--r--source/text/shared/autokorr/13000000.xhp2
-rw-r--r--source/text/shared/autopi/01000000.xhp12
-rw-r--r--source/text/shared/autopi/01010100.xhp4
-rw-r--r--source/text/shared/autopi/01010200.xhp4
-rw-r--r--source/text/shared/autopi/01010300.xhp4
-rw-r--r--source/text/shared/autopi/01010400.xhp4
-rw-r--r--source/text/shared/autopi/01010500.xhp4
-rw-r--r--source/text/shared/autopi/01010600.xhp2
-rw-r--r--source/text/shared/autopi/01020100.xhp4
-rw-r--r--source/text/shared/autopi/01020200.xhp4
-rw-r--r--source/text/shared/autopi/01020300.xhp4
-rw-r--r--source/text/shared/autopi/01020400.xhp4
-rw-r--r--source/text/shared/autopi/01020500.xhp4
-rw-r--r--source/text/shared/autopi/01040100.xhp4
-rw-r--r--source/text/shared/autopi/01040200.xhp4
-rw-r--r--source/text/shared/autopi/01040300.xhp4
-rw-r--r--source/text/shared/autopi/01040400.xhp4
-rw-r--r--source/text/shared/autopi/01040500.xhp4
-rw-r--r--source/text/shared/autopi/01040600.xhp4
-rw-r--r--source/text/shared/autopi/01090100.xhp4
-rw-r--r--source/text/shared/autopi/01090200.xhp2
-rw-r--r--source/text/shared/autopi/01090210.xhp2
-rw-r--r--source/text/shared/autopi/01090220.xhp2
-rw-r--r--source/text/shared/autopi/01090300.xhp4
-rw-r--r--source/text/shared/autopi/01090400.xhp2
-rw-r--r--source/text/shared/autopi/01090500.xhp2
-rw-r--r--source/text/shared/autopi/01090600.xhp2
-rw-r--r--source/text/shared/autopi/01100100.xhp4
-rw-r--r--source/text/shared/autopi/01100150.xhp4
-rw-r--r--source/text/shared/autopi/01100200.xhp4
-rw-r--r--source/text/shared/autopi/01100300.xhp4
-rw-r--r--source/text/shared/autopi/01100400.xhp4
-rw-r--r--source/text/shared/autopi/01100500.xhp2
-rw-r--r--source/text/shared/autopi/01110100.xhp2
-rw-r--r--source/text/shared/autopi/01110200.xhp4
-rw-r--r--source/text/shared/autopi/01110300.xhp2
-rw-r--r--source/text/shared/autopi/01110400.xhp2
-rw-r--r--source/text/shared/autopi/01110500.xhp2
-rw-r--r--source/text/shared/autopi/01110600.xhp12
-rw-r--r--source/text/shared/autopi/01120000.xhp2
-rw-r--r--source/text/shared/autopi/01120100.xhp4
-rw-r--r--source/text/shared/autopi/01120200.xhp4
-rw-r--r--source/text/shared/autopi/01120300.xhp4
-rw-r--r--source/text/shared/autopi/01120400.xhp4
-rw-r--r--source/text/shared/autopi/01120500.xhp4
-rw-r--r--source/text/shared/autopi/01130100.xhp4
-rw-r--r--source/text/shared/autopi/01130200.xhp4
-rw-r--r--source/text/shared/autopi/01150000.xhp2
-rw-r--r--source/text/shared/autopi/01170000.xhp2
-rw-r--r--source/text/shared/autopi/01170200.xhp2
-rw-r--r--source/text/shared/autopi/01170300.xhp2
-rw-r--r--source/text/shared/autopi/01170400.xhp2
-rw-r--r--source/text/shared/autopi/01170500.xhp4
-rw-r--r--source/text/shared/find_toolbar.xhp4
-rw-r--r--source/text/shared/guide/aaa_start.xhp16
-rw-r--r--source/text/shared/guide/accessibility.xhp12
-rw-r--r--source/text/shared/guide/active_help_on_off.xhp2
-rw-r--r--source/text/shared/guide/activex.xhp2
-rw-r--r--source/text/shared/guide/assistive.xhp10
-rw-r--r--source/text/shared/guide/auto_redact.xhp4
-rw-r--r--source/text/shared/guide/autocorr_url.xhp4
-rw-r--r--source/text/shared/guide/autohide.xhp2
-rw-r--r--source/text/shared/guide/background.xhp4
-rw-r--r--source/text/shared/guide/border_paragraph.xhp2
-rw-r--r--source/text/shared/guide/border_table.xhp2
-rw-r--r--source/text/shared/guide/change_title.xhp4
-rw-r--r--source/text/shared/guide/chart_axis.xhp4
-rw-r--r--source/text/shared/guide/chart_barformat.xhp2
-rw-r--r--source/text/shared/guide/chart_insert.xhp4
-rw-r--r--source/text/shared/guide/chart_legend.xhp4
-rw-r--r--source/text/shared/guide/chart_title.xhp4
-rw-r--r--source/text/shared/guide/classification.xhp2
-rw-r--r--source/text/shared/guide/collab.xhp2
-rw-r--r--source/text/shared/guide/configure_overview.xhp6
-rw-r--r--source/text/shared/guide/contextmenu.xhp2
-rw-r--r--source/text/shared/guide/convertfilters.xhp6
-rw-r--r--source/text/shared/guide/copy_drawfunctions.xhp2
-rw-r--r--source/text/shared/guide/copytable2application.xhp2
-rw-r--r--source/text/shared/guide/copytext2application.xhp2
-rw-r--r--source/text/shared/guide/csv_params.xhp2
-rw-r--r--source/text/shared/guide/ctl.xhp8
-rw-r--r--source/text/shared/guide/data_addressbook.xhp6
-rw-r--r--source/text/shared/guide/data_dbase2office.xhp8
-rw-r--r--source/text/shared/guide/data_enter_sql.xhp4
-rw-r--r--source/text/shared/guide/data_report.xhp4
-rw-r--r--source/text/shared/guide/data_search.xhp4
-rw-r--r--source/text/shared/guide/data_search2.xhp8
-rw-r--r--source/text/shared/guide/data_tabledefine.xhp4
-rw-r--r--source/text/shared/guide/database_main.xhp22
-rw-r--r--source/text/shared/guide/dev_tools.xhp4
-rw-r--r--source/text/shared/guide/digital_signatures.xhp2
-rw-r--r--source/text/shared/guide/digitalsign_receive.xhp2
-rw-r--r--source/text/shared/guide/doc_autosave.xhp10
-rw-r--r--source/text/shared/guide/doc_open.xhp4
-rw-r--r--source/text/shared/guide/doc_save.xhp10
-rw-r--r--source/text/shared/guide/dragdrop.xhp4
-rw-r--r--source/text/shared/guide/dragdrop_beamer.xhp4
-rw-r--r--source/text/shared/guide/dragdrop_fromgallery.xhp2
-rw-r--r--source/text/shared/guide/dragdrop_gallery.xhp2
-rw-r--r--source/text/shared/guide/dragdrop_graphic.xhp2
-rw-r--r--source/text/shared/guide/dragdrop_table.xhp2
-rw-r--r--source/text/shared/guide/edit_symbolbar.xhp2
-rw-r--r--source/text/shared/guide/email.xhp2
-rw-r--r--source/text/shared/guide/error_report.xhp2
-rw-r--r--source/text/shared/guide/export_ms.xhp4
-rw-r--r--source/text/shared/guide/fax.xhp4
-rw-r--r--source/text/shared/guide/flat_icons.xhp2
-rw-r--r--source/text/shared/guide/floating_toolbar.xhp2
-rw-r--r--source/text/shared/guide/formfields.xhp2
-rw-r--r--source/text/shared/guide/gallery_insert.xhp2
-rw-r--r--source/text/shared/guide/hyperlink_edit.xhp4
-rw-r--r--source/text/shared/guide/hyperlink_insert.xhp4
-rw-r--r--source/text/shared/guide/hyperlink_rel_abs.xhp4
-rw-r--r--source/text/shared/guide/import_ms.xhp8
-rw-r--r--source/text/shared/guide/insert_bitmap.xhp4
-rw-r--r--source/text/shared/guide/insert_graphic_drawit.xhp4
-rw-r--r--source/text/shared/guide/insert_specialchar.xhp6
-rw-r--r--source/text/shared/guide/integratinguno.xhp4
-rw-r--r--source/text/shared/guide/keyboard.xhp6
-rw-r--r--source/text/shared/guide/labels.xhp8
-rw-r--r--source/text/shared/guide/labels_database.xhp2
-rw-r--r--source/text/shared/guide/language_select.xhp8
-rw-r--r--source/text/shared/guide/line_intext.xhp8
-rw-r--r--source/text/shared/guide/lineend_define.xhp2
-rw-r--r--source/text/shared/guide/linestyle_define.xhp2
-rw-r--r--source/text/shared/guide/linestyles.xhp2
-rw-r--r--source/text/shared/guide/lotusdbasediff.xhp2
-rw-r--r--source/text/shared/guide/macro_recording.xhp4
-rw-r--r--source/text/shared/guide/main.xhp6
-rw-r--r--source/text/shared/guide/manage_templates.xhp6
-rw-r--r--source/text/shared/guide/measurement_units.xhp6
-rw-r--r--source/text/shared/guide/microsoft_terms.xhp30
-rw-r--r--source/text/shared/guide/ms_doctypes.xhp2
-rw-r--r--source/text/shared/guide/ms_import_export_limitations.xhp6
-rw-r--r--source/text/shared/guide/ms_user.xhp10
-rw-r--r--source/text/shared/guide/navigator.xhp2
-rw-r--r--source/text/shared/guide/navigator_setcursor.xhp2
-rw-r--r--source/text/shared/guide/navpane_on.xhp2
-rw-r--r--source/text/shared/guide/numbering_stop.xhp4
-rw-r--r--source/text/shared/guide/openpgp.xhp4
-rw-r--r--source/text/shared/guide/pageformat_max.xhp4
-rw-r--r--source/text/shared/guide/palette_files.xhp8
-rw-r--r--source/text/shared/guide/print_blackwhite.xhp6
-rw-r--r--source/text/shared/guide/protection.xhp6
-rw-r--r--source/text/shared/guide/qrcode.xhp2
-rw-r--r--source/text/shared/guide/redaction.xhp2
-rw-r--r--source/text/shared/guide/redlining.xhp2
-rw-r--r--source/text/shared/guide/redlining_accept.xhp4
-rw-r--r--source/text/shared/guide/redlining_doccompare.xhp2
-rw-r--r--source/text/shared/guide/redlining_docmerge.xhp2
-rw-r--r--source/text/shared/guide/redlining_enter.xhp8
-rw-r--r--source/text/shared/guide/redlining_navigation.xhp2
-rw-r--r--source/text/shared/guide/redlining_protect.xhp4
-rw-r--r--source/text/shared/guide/redlining_versions.xhp4
-rw-r--r--source/text/shared/guide/round_corner.xhp2
-rw-r--r--source/text/shared/guide/scripting.xhp2
-rw-r--r--source/text/shared/guide/space_hyphen.xhp8
-rw-r--r--source/text/shared/guide/spadmin.xhp2
-rw-r--r--source/text/shared/guide/standard_template.xhp6
-rw-r--r--source/text/shared/guide/start_parameters.xhp10
-rw-r--r--source/text/shared/guide/tabs.xhp16
-rw-r--r--source/text/shared/guide/template_manager.xhp2
-rw-r--r--source/text/shared/guide/text_color.xhp6
-rw-r--r--source/text/shared/guide/textmode_change.xhp4
-rw-r--r--source/text/shared/guide/tipoftheday.xhp2
-rw-r--r--source/text/shared/guide/version_number.xhp2
-rw-r--r--source/text/shared/guide/viewing_file_properties.xhp2
-rw-r--r--source/text/shared/guide/workfolder.xhp4
-rw-r--r--source/text/shared/main0108.xhp6
-rw-r--r--source/text/shared/main0201.xhp6
-rw-r--r--source/text/shared/main0204.xhp12
-rw-r--r--source/text/shared/main0208.xhp2
-rw-r--r--source/text/shared/main0212.xhp2
-rw-r--r--source/text/shared/main0213.xhp12
-rw-r--r--source/text/shared/main0214.xhp4
-rw-r--r--source/text/shared/main0226.xhp12
-rw-r--r--source/text/shared/main0227.xhp6
-rw-r--r--source/text/shared/main0400.xhp2
-rw-r--r--source/text/shared/main0500.xhp2
-rw-r--r--source/text/shared/main0650.xhp4
-rw-r--r--source/text/shared/main0800.xhp4
-rw-r--r--source/text/shared/mediaplay_toolbar.xhp2
-rw-r--r--source/text/shared/menu/forms.xhp2
-rw-r--r--source/text/shared/menu/save_image.xhp2
-rw-r--r--source/text/shared/menu/set_image_background.xhp2
-rw-r--r--source/text/shared/optionen/01000000.xhp26
-rw-r--r--source/text/shared/optionen/01010100.xhp2
-rw-r--r--source/text/shared/optionen/01010200.xhp12
-rw-r--r--source/text/shared/optionen/01010300.xhp4
-rw-r--r--source/text/shared/optionen/01010400.xhp8
-rw-r--r--source/text/shared/optionen/01010401.xhp2
-rw-r--r--source/text/shared/optionen/01010501.xhp2
-rw-r--r--source/text/shared/optionen/01010600.xhp2
-rw-r--r--source/text/shared/optionen/01010700.xhp2
-rw-r--r--source/text/shared/optionen/01010800.xhp2
-rw-r--r--source/text/shared/optionen/01010900.xhp2
-rw-r--r--source/text/shared/optionen/01012000.xhp2
-rw-r--r--source/text/shared/optionen/01013000.xhp2
-rw-r--r--source/text/shared/optionen/01020100.xhp10
-rw-r--r--source/text/shared/optionen/01030300.xhp2
-rw-r--r--source/text/shared/optionen/01030500.xhp4
-rw-r--r--source/text/shared/optionen/01040000.xhp6
-rw-r--r--source/text/shared/optionen/01040200.xhp8
-rw-r--r--source/text/shared/optionen/01040300.xhp6
-rw-r--r--source/text/shared/optionen/01040400.xhp2
-rw-r--r--source/text/shared/optionen/01040500.xhp4
-rw-r--r--source/text/shared/optionen/01040600.xhp6
-rw-r--r--source/text/shared/optionen/01040700.xhp4
-rw-r--r--source/text/shared/optionen/01040800.xhp2
-rw-r--r--source/text/shared/optionen/01040900.xhp4
-rw-r--r--source/text/shared/optionen/01050100.xhp2
-rw-r--r--source/text/shared/optionen/01050300.xhp2
-rw-r--r--source/text/shared/optionen/01060100.xhp10
-rw-r--r--source/text/shared/optionen/01060300.xhp2
-rw-r--r--source/text/shared/optionen/01060400.xhp4
-rw-r--r--source/text/shared/optionen/01060500.xhp8
-rw-r--r--source/text/shared/optionen/01060600.xhp4
-rw-r--r--source/text/shared/optionen/01060700.xhp4
-rw-r--r--source/text/shared/optionen/01060800.xhp2
-rw-r--r--source/text/shared/optionen/01060900.xhp2
-rw-r--r--source/text/shared/optionen/01061000.xhp2
-rw-r--r--source/text/shared/optionen/01070100.xhp8
-rw-r--r--source/text/shared/optionen/01070300.xhp18
-rw-r--r--source/text/shared/optionen/01070400.xhp4
-rw-r--r--source/text/shared/optionen/01070500.xhp8
-rw-r--r--source/text/shared/optionen/01090000.xhp2
-rw-r--r--source/text/shared/optionen/01110100.xhp2
-rw-r--r--source/text/shared/optionen/01130100.xhp4
-rw-r--r--source/text/shared/optionen/01130200.xhp2
-rw-r--r--source/text/shared/optionen/01140000.xhp4
-rw-r--r--source/text/shared/optionen/01150100.xhp4
-rw-r--r--source/text/shared/optionen/01150200.xhp2
-rw-r--r--source/text/shared/optionen/01150300.xhp2
-rw-r--r--source/text/shared/optionen/01160100.xhp2
-rw-r--r--source/text/shared/optionen/detailedcalculation.xhp8
-rw-r--r--source/text/shared/optionen/java.xhp4
-rw-r--r--source/text/shared/optionen/search_commands.xhp2
-rw-r--r--source/text/shared/optionen/securityoptionsdialog.xhp4
663 files changed, 1319 insertions, 1319 deletions
diff --git a/source/text/shared/00/00000001.xhp b/source/text/shared/00/00000001.xhp
index 8cad44d154..caac6a48fa 100644
--- a/source/text/shared/00/00000001.xhp
+++ b/source/text/shared/00/00000001.xhp
@@ -71,7 +71,7 @@
</listitem>
</list>
<paragraph xml-lang="en-US" id="par_id3155599" role="paragraph">You can type a numerical value into the field next to the spin button, or select the value with the <emph>Up Arrow</emph> or <emph>Down Arrow</emph> symbols on the spin button. On the keyboard you can press the <item type="keycode">Up Arrow</item> and <item type="keycode">Down Arrow</item> keys to increase or reduce the value. You can press the <item type="keycode">Page Up</item> and <item type="keycode">Page Down</item> keys to set the maximum and minimum value.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3150264" role="paragraph">If the field next to the spin button defines numerical values, you can also define a <link href="text/shared/00/00000003.xhp#measurement_units" name="measurement unit">measurement unit</link>, for example, <emph>1 cm or 5 mm, 12 pt or 2"</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150264" role="paragraph">If the field next to the spin button defines numerical values, you can also define a <link href="text/shared/00/00000003.xhp#measurement_units">measurement unit</link>, for example, <emph>1 cm or 5 mm, 12 pt or 2"</emph>.</paragraph>
</section>
</section>
<section id="import">
@@ -117,7 +117,7 @@
<paragraph xml-lang="en-US" id="par_id3155338" role="paragraph"><ahelp hid=".">Deletes the selected element or elements without requiring confirmation.</ahelp></paragraph>
</section>
<h2 id="hd_id3148620">Metrics</h2>
- <paragraph xml-lang="en-US" id="par_id3145345" role="paragraph">You can enter values in the input fields in different <link href="text/shared/00/00000003.xhp#measurement_units" name="units of measurement">units of measurement</link>. The default unit is inches. However, if you want a space of exactly 1 cm, then type "1cm". Additional units are available according to the context, for example, 12 pt for a 12 point spacing. If the value of the new unit is unrealistic, the program uses a predefined maximum or minimum value.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3145345" role="paragraph">You can enter values in the input fields in different <link href="text/shared/00/00000003.xhp#measurement_units">units of measurement</link>. The default unit is inches. However, if you want a space of exactly 1 cm, then type "1cm". Additional units are available according to the context, for example, 12 pt for a 12 point spacing. If the value of the new unit is unrealistic, the program uses a predefined maximum or minimum value.</paragraph>
<section id="close">
<h2 id="hd_id3155535">Close</h2>
<paragraph xml-lang="en-US" id="par_id3147008" role="paragraph"><ahelp hid=".">Closes the dialog and saves all changes.</ahelp></paragraph>
@@ -277,13 +277,13 @@
</section>
<paragraph xml-lang="en-US" id="par_id3161659" role="paragraph"><variable id="siehe">See also the following functions:</variable></paragraph>
<section id="regex">
- <paragraph xml-lang="en-US" id="par_id3147418" role="paragraph">The search supports wildcards or <link href="text/shared/01/02100001.xhp" name="regular expressions">regular expressions</link>. With regular expressions enabled, you can enter "all.*", for example to find the first location of "all" followed by any characters. If you want to search for a text that is also a regular expression, you must either precede every regular expression metacharacter or operator with a "\" character, or enclose the text into \Q...\E. You can switch the automatic evaluation of wildcards or regular expression on and off in <link href="text/shared/optionen/01060500.xhp"><switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - Calculate</menuitem></link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3147418" role="paragraph">The search supports wildcards or <link href="text/shared/01/02100001.xhp">regular expressions</link>. With regular expressions enabled, you can enter "all.*", for example to find the first location of "all" followed by any characters. If you want to search for a text that is also a regular expression, you must either precede every regular expression metacharacter or operator with a "\" character, or enclose the text into \Q...\E. You can switch the automatic evaluation of wildcards or regular expression on and off in <link href="text/shared/optionen/01060500.xhp"><switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - Calculate</menuitem></link>.</paragraph>
<section id="regexnumex">
<warning id="par_id651572973288601">When using functions where one or more arguments are search criteria strings that represents a regular expression, the first attempt is to convert the string criteria to numbers. For example, ".0" will convert to 0.0 and so on. If successful, the match will not be a regular expression match but a numeric match. However, when switching to a locale where the decimal separator is not the dot makes the regular expression conversion work. To force the evaluation of the regular expression instead of a numeric expression, use some expression that can not be misread as numeric, such as ".[0]" or ".\0" or "(?i).0". </warning>
</section>
</section>
<paragraph xml-lang="en-US" id="par_id3163714" role="paragraph"><variable id="wahr">If an error occurs, the function returns a logical or numerical value.</variable></paragraph>
-<paragraph xml-lang="en-US" id="par_id3154145" role="paragraph"><variable id="kontext">(This command is only accessible through the <link href="text/shared/00/00000005.xhp#contextmenu" name="context menu">context menu</link>).</variable></paragraph>
+<paragraph xml-lang="en-US" id="par_id3154145" role="paragraph"><variable id="kontext">(This command is only accessible through the <link href="text/shared/00/00000005.xhp#contextmenu">context menu</link>).</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3152791" role="paragraph"><variable id="wiederholen">By double-clicking a tool, you can use it for multiple tasks. If you call the tool with a single-click, it reverts back to the last selection after completing the task.</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id9345377" role="paragraph"><variable id="ShiftF1">Press <emph>Shift+F1</emph> and point to a control to learn more about that control.</variable></paragraph>
<section id="optionsbuttons">
diff --git a/source/text/shared/00/00000002.xhp b/source/text/shared/00/00000002.xhp
index 0cfbc9b60a..baede546f3 100644
--- a/source/text/shared/00/00000002.xhp
+++ b/source/text/shared/00/00000002.xhp
@@ -36,7 +36,7 @@
</bookmark>
<comment>mw changed "Internet...".</comment>
-<h1 id="hd_id3150702" xml-lang="en-US"><link href="text/shared/00/00000002.xhp" name="Glossary of Internet Terms">Glossary of Internet Terms</link></h1>
+<h1 id="hd_id3150702" xml-lang="en-US"><link href="text/shared/00/00000002.xhp">Glossary of Internet Terms</link></h1>
<paragraph id="par_id3155577" role="paragraph" xml-lang="en-US">If you are a newcomer to the Internet, you will be confronted with unfamiliar terms: browser, bookmark, email, homepage, search engine, and many others. To make your first steps easier, this glossary explains some of the more important terminology you may find in the Internet, intranet, mail and news.</paragraph>
</section>
<sort order="asc" descendant="h2">
@@ -50,7 +50,7 @@
<section id="epub">
<h2 id="hd_id151525000078771" xml-lang="en-US">EPUB</h2>
<paragraph role="paragraph" id="par_id11525000863861" xml-lang="en-US"><variable id="epubv">EPUB is standard for electronic book files with the extension <emph>.epub</emph> that can be downloaded and read on devices like smartphones, tablets, computers, or e-readers.</variable></paragraph>
- <paragraph role="paragraph" id="par_id981525003378764" xml-lang="en-US">EPUB is a technical standard published now by the <link href="https://www.w3.org/publishing/" name="IDPF">Publishing group of W3C</link>. EPUB is a popular format because it is open and is based on HTML.</paragraph>
+ <paragraph role="paragraph" id="par_id981525003378764" xml-lang="en-US">EPUB is a technical standard published now by the <link href="https://www.w3.org/publishing/">Publishing group of W3C</link>. EPUB is a popular format because it is open and is based on HTML.</paragraph>
<paragraph role="paragraph" id="par_id291525000873676" xml-lang="en-US">An EPUB publication is delivered as a single file and is an unencrypted zipped archive containing a website. It includes HTML files, images, CSS style sheets, and other assets such as metadata, multimedia and interactivity.</paragraph>
</section>
@@ -63,13 +63,13 @@
<section id="frame">
<h2 id="hd_id3153146" xml-lang="en-US">Frames</h2>
-<paragraph id="par_id3157909" role="paragraph" xml-lang="en-US">Frames are useful for designing the layout of <link href="text/shared/00/00000002.xhp#html" name="HTML">HTML</link> pages. $[officename] uses floating frames into which you can place objects such as graphics, movie files and sound. The context menu of a frame shows the options for restoring or editing frame contents. Some of these commands are also listed in <emph>Edit - Object</emph> when the frame is selected.</paragraph>
+<paragraph id="par_id3157909" role="paragraph" xml-lang="en-US">Frames are useful for designing the layout of <link href="text/shared/00/00000002.xhp#html">HTML</link> pages. $[officename] uses floating frames into which you can place objects such as graphics, movie files and sound. The context menu of a frame shows the options for restoring or editing frame contents. Some of these commands are also listed in <emph>Edit - Object</emph> when the frame is selected.</paragraph>
</section>
<section id="ftp">
<h2 id="hd_id3147077" xml-lang="en-US">FTP</h2>
-<paragraph id="par_id3147335" role="paragraph" xml-lang="en-US">FTP stands for File Transfer Protocol and is the standard transfer protocol for files in the Internet. An FTP server is a program on a computer connected to the Internet which stores files to be transmitted with the aid of FTP. While FTP is responsible for transmitting and downloading Internet files, <link href="text/shared/00/00000002.xhp#http" name="HTTP">HTTP</link> (Hypertext Transfer Protocol) provides the connection setup and data transfer between WWW servers and clients.</paragraph>
+<paragraph id="par_id3147335" role="paragraph" xml-lang="en-US">FTP stands for File Transfer Protocol and is the standard transfer protocol for files in the Internet. An FTP server is a program on a computer connected to the Internet which stores files to be transmitted with the aid of FTP. While FTP is responsible for transmitting and downloading Internet files, <link href="text/shared/00/00000002.xhp#http">HTTP</link> (Hypertext Transfer Protocol) provides the connection setup and data transfer between WWW servers and clients.</paragraph>
</section>
<section id="html">
@@ -79,7 +79,7 @@
<h2 id="hd_id3145609" xml-lang="en-US">HTML</h2>
-<paragraph id="par_id3161459" role="paragraph" xml-lang="en-US">HTML (Hypertext Markup Language) is a document code language, which is used as the file format for WWW documents. It is derived from <link href="text/shared/00/00000002.xhp#sgml" name="SGML">SGML</link> and integrates text, graphics, videos and sound.</paragraph>
+<paragraph id="par_id3161459" role="paragraph" xml-lang="en-US">HTML (Hypertext Markup Language) is a document code language, which is used as the file format for WWW documents. It is derived from <link href="text/shared/00/00000002.xhp#sgml">SGML</link> and integrates text, graphics, videos and sound.</paragraph>
<paragraph id="par_id3154346" role="paragraph" xml-lang="en-US">If you want to type HTML commands directly, for example when doing exercises from one of the many available HTML books, remember that HTML pages are pure text files. Save your document under the document type <emph>Text </emph>and give it the file name extension .HTML. Be sure there are no umlauts or other special characters of the extended character set. If you want to re-open this file in $[officename] and edit the HTML code, you must load it with the file type <emph>Text</emph> and not with the file type <emph>Web pages</emph>.</paragraph>
<paragraph id="par_id3153960" role="paragraph" xml-lang="en-US">There are several references on the Internet providing an introduction to the HTML language.</paragraph>
</section>
@@ -108,8 +108,8 @@
<h2 id="hd_id3152805" xml-lang="en-US">ImageMap</h2>
-<paragraph id="par_id3154685" role="paragraph" xml-lang="en-US">An ImageMap is a reference-sensitive graphic or frame. You can click on defined areas of the graphic or frame to go to a target (<link href="text/shared/00/00000002.xhp#url" name="URL">URL</link>), which is linked with the area. The reference areas, along with the linked URLs and corresponding text displayed when resting the mouse pointer on these areas, are defined in the <link href="text/shared/01/02220000.xhp" name="ImageMap Editor">ImageMap Editor</link>.</paragraph>
-<paragraph id="par_id3153178" role="paragraph" xml-lang="en-US">There are two different types of ImageMaps. A Client Side ImageMap is evaluated on the client computer, which loaded the graphic from the Internet, while a Server Side ImageMap is evaluated on the server computer which provides the <link href="text/shared/00/00000002.xhp#html" name="HTML">HTML</link> page on the Internet. In server evaluation, clicking an ImageMap sends the relative coordinates of the cursor within the image to the server, and a dedicated program on the server responds. In the client evaluation, clicking a defined hotspot of the ImageMap activates the URL, as if it were a normal text link. The URL appears below the mouse pointer when passing across the ImageMap.</paragraph>
+<paragraph id="par_id3154685" role="paragraph" xml-lang="en-US">An ImageMap is a reference-sensitive graphic or frame. You can click on defined areas of the graphic or frame to go to a target (<link href="text/shared/00/00000002.xhp#url">URL</link>), which is linked with the area. The reference areas, along with the linked URLs and corresponding text displayed when resting the mouse pointer on these areas, are defined in the <link href="text/shared/01/02220000.xhp">ImageMap Editor</link>.</paragraph>
+<paragraph id="par_id3153178" role="paragraph" xml-lang="en-US">There are two different types of ImageMaps. A Client Side ImageMap is evaluated on the client computer, which loaded the graphic from the Internet, while a Server Side ImageMap is evaluated on the server computer which provides the <link href="text/shared/00/00000002.xhp#html">HTML</link> page on the Internet. In server evaluation, clicking an ImageMap sends the relative coordinates of the cursor within the image to the server, and a dedicated program on the server responds. In the client evaluation, clicking a defined hotspot of the ImageMap activates the URL, as if it were a normal text link. The URL appears below the mouse pointer when passing across the ImageMap.</paragraph>
<paragraph id="par_id3150740" role="paragraph" xml-lang="en-US">As ImageMaps can be used in different ways, they can be stored in different formats.</paragraph>
<h2 id="hd_id3146874" xml-lang="en-US">ImageMap Formats</h2>
@@ -142,8 +142,8 @@
<h2 id="hd_id3152418" xml-lang="en-US">Client Side ImageMap</h2>
-<paragraph id="par_id3151290" role="paragraph" xml-lang="en-US">The area of the picture or frame where the reader can click is indicated by the appearance of the linked <link href="text/shared/00/00000002.xhp#url" name="URL">URL</link> when the mouse passes over the area. The ImageMap is stored in a layer below the picture and contains information about the referenced regions. The only disadvantage of Client Side ImageMaps is that older Web browsers cannot read them; a disadvantage that will, however, resolve itself in time.</paragraph>
-<paragraph id="par_id3149664" role="paragraph" xml-lang="en-US">When saving the ImageMap, select the file type <emph>SIP - StarView ImageMap</emph>. This saves the ImageMap directly in a format which can be applied to every active picture or frame in your document. However, if you just want to use the ImageMap on the current picture or frame, you do not have to save it in any special format. After defining the regions, simply click <emph>Apply</emph>. Nothing more is necessary. Client Side ImageMaps saved in <link href="text/shared/00/00000002.xhp#html" name="HTML">HTML</link> format are inserted directly into the page in HTML code.</paragraph>
+<paragraph id="par_id3151290" role="paragraph" xml-lang="en-US">The area of the picture or frame where the reader can click is indicated by the appearance of the linked <link href="text/shared/00/00000002.xhp#url">URL</link> when the mouse passes over the area. The ImageMap is stored in a layer below the picture and contains information about the referenced regions. The only disadvantage of Client Side ImageMaps is that older Web browsers cannot read them; a disadvantage that will, however, resolve itself in time.</paragraph>
+<paragraph id="par_id3149664" role="paragraph" xml-lang="en-US">When saving the ImageMap, select the file type <emph>SIP - StarView ImageMap</emph>. This saves the ImageMap directly in a format which can be applied to every active picture or frame in your document. However, if you just want to use the ImageMap on the current picture or frame, you do not have to save it in any special format. After defining the regions, simply click <emph>Apply</emph>. Nothing more is necessary. Client Side ImageMaps saved in <link href="text/shared/00/00000002.xhp#html">HTML</link> format are inserted directly into the page in HTML code.</paragraph>
</section>
<section id="java">
@@ -170,7 +170,7 @@
<h2 id="hd_id3154729" xml-lang="en-US">SGML</h2>
<paragraph id="par_id3147330" role="paragraph" xml-lang="en-US">SGML stands for "Standard Generalized Markup Language". SGML is based on the idea that documents have structural and other semantic elements that can be described without reference to how such elements should be displayed. The actual display of such a document may vary, depending on the output medium and style preferences. In structured texts, SGML not only defines structures (in the DTD = Document Type Definition) but also ensures they are consistently used.</paragraph>
-<paragraph id="par_id3148747" role="paragraph" xml-lang="en-US"><link href="text/shared/00/00000002.xhp#html" name="HTML">HTML</link> is a specialized application of SGML. This means that most Web browsers support only a limited range of SGML standards and that almost all SGML-enabled systems can produce attractive HTML pages.</paragraph>
+<paragraph id="par_id3148747" role="paragraph" xml-lang="en-US"><link href="text/shared/00/00000002.xhp#html">HTML</link> is a specialized application of SGML. This means that most Web browsers support only a limited range of SGML standards and that almost all SGML-enabled systems can produce attractive HTML pages.</paragraph>
</section>
<section id="search_engine">
@@ -190,7 +190,7 @@
<h2 id="hd_id3150751" xml-lang="en-US">Tags</h2>
-<paragraph id="par_id3156360" role="paragraph" xml-lang="en-US"><link href="text/shared/00/00000002.xhp#html" name="HTML">HTML</link> pages contain certain structural and formatting instructions called tags. Tags are code words enclosed by brackets in the document description language HTML. Many tags contain text or hyperlink references between the opening and closing brackets. For example, titles are marked by the tags &lt;h1&gt; at the beginning and &lt;/h1&gt; at the end of the title. Some tags only appear on their own such as &lt;br&gt; for a line break or &lt;img ...&gt; to link a graphic.</paragraph>
+<paragraph id="par_id3156360" role="paragraph" xml-lang="en-US"><link href="text/shared/00/00000002.xhp#html">HTML</link> pages contain certain structural and formatting instructions called tags. Tags are code words enclosed by brackets in the document description language HTML. Many tags contain text or hyperlink references between the opening and closing brackets. For example, titles are marked by the tags &lt;h1&gt; at the beginning and &lt;/h1&gt; at the end of the title. Some tags only appear on their own such as &lt;br&gt; for a line break or &lt;img ...&gt; to link a graphic.</paragraph>
</section>
<section id="url">
diff --git a/source/text/shared/00/00000005.xhp b/source/text/shared/00/00000005.xhp
index da4142f706..30acb1f047 100644
--- a/source/text/shared/00/00000005.xhp
+++ b/source/text/shared/00/00000005.xhp
@@ -31,7 +31,7 @@
<bookmark_value>terminology;general glossary</bookmark_value>
</bookmark>
<comment>mw changed "terminology;glossaries" and deleted one entry</comment>
- <h1 xml-lang="en-US" id="hd_id3154896"><link href="text/shared/00/00000005.xhp" name="General Glossary">General Glossary</link></h1>
+ <h1 xml-lang="en-US" id="hd_id3154896"><link href="text/shared/00/00000005.xhp">General Glossary</link></h1>
<paragraph xml-lang="en-US" id="par_id3154788" role="paragraph">This glossary includes explanations of some of the most important terms you will come across in $[officename].</paragraph>
</section>
<paragraph xml-lang="en-US" id="par_id3154873" role="paragraph">Use the glossary to look up unfamiliar terms found in any $[officename] application.</paragraph>
@@ -199,7 +199,7 @@
</bookmark>
<h2 xml-lang="en-US" id="hd_id3154479">OLE</h2>
<paragraph xml-lang="en-US" id="par_id3157840" role="paragraph">Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object.</paragraph>
- <paragraph role="paragraph" id="par_id781653403974567">If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href="text/shared/optionen/01010200.xhp#relative_saving_option" name="relative"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href="text/shared/optionen/01010200.xhp" name="General Load/Save Options"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href="text/shared/00/00000005.xhp#saving" name="relative saving"><menuitem>relative</menuitem></link> to your filesystem.</paragraph>
+ <paragraph role="paragraph" id="par_id781653403974567">If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the <link href="text/shared/optionen/01010200.xhp#relative_saving_option"><menuitem>Save URLs relative to file system</menuitem></link> option in the <link href="text/shared/optionen/01010200.xhp"><menuitem>General</menuitem></link> section of Load/Save Options to configure your system to save links <link href="text/shared/00/00000005.xhp#saving"><menuitem>relative</menuitem></link> to your filesystem.</paragraph>
</section>
<section id="opengl">
diff --git a/source/text/shared/00/00000020.xhp b/source/text/shared/00/00000020.xhp
index 2fa112daa7..150633a0f0 100644
--- a/source/text/shared/00/00000020.xhp
+++ b/source/text/shared/00/00000020.xhp
@@ -44,11 +44,11 @@
<bookmark_value>exporting;to PostScript format</bookmark_value>
</bookmark>
<h1 id="hd_id3152952">About Import and Export Filters</h1>
-<paragraph role="paragraph" id="par_id3143272" xml-lang="en-US">In $[officename], apart from its own <link href="text/shared/00/00000021.xhp" name="XML formats">XML formats</link> you can also open and save many foreign XML formats.</paragraph>
+<paragraph role="paragraph" id="par_id3143272" xml-lang="en-US">In $[officename], apart from its own <link href="text/shared/00/00000021.xhp">XML formats</link> you can also open and save many foreign XML formats.</paragraph>
<paragraph role="paragraph" id="par_id3152414" xml-lang="en-US"><switchinline select="sys"><caseinline select="UNIX">In UNIX, certain file formats cannot be recognized automatically.
</caseinline><defaultinline>$[officename] normally recognizes the correct file type automatically on opening a file.</defaultinline></switchinline> There may be cases where you have to select the file type yourself in the <emph>Open</emph> dialog. For example, if you have a database table in text format that you want to open as a database table, you need to specify the file type "Text CSV" after selecting the file.</paragraph>
<h2 id="hd_id3148668">BASIC Macros in Microsoft Office Documents</h2>
-<paragraph role="paragraph" id="par_id3156211" xml-lang="en-US">In <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01130100.xhp" name="Load/Save - VBA Properties">Load/Save - VBA Properties</link> you can specify the settings for the VBA macro codes in MS Office documents. VBA macros are unable to run in $[officename]; they must first be converted and adapted. Often you only want to use $[officename] to change the visible content of a Word, Excel or PowerPoint file and then save the file again in Microsoft Office format without changing the macros they contain. You can set the behavior of $[officename] as desired: Either the VBA macros are saved in commented form as a subroutine of $[officename] and when the document is saved in MS Office format are written back correctly again, or you can select the Microsoft Office macros to be removed when loading. The last option is an effective protection against viruses within the Microsoft Office documents.</paragraph>
+<paragraph role="paragraph" id="par_id3156211" xml-lang="en-US">In <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01130100.xhp">Load/Save - VBA Properties</link> you can specify the settings for the VBA macro codes in MS Office documents. VBA macros are unable to run in $[officename]; they must first be converted and adapted. Often you only want to use $[officename] to change the visible content of a Word, Excel or PowerPoint file and then save the file again in Microsoft Office format without changing the macros they contain. You can set the behavior of $[officename] as desired: Either the VBA macros are saved in commented form as a subroutine of $[officename] and when the document is saved in MS Office format are written back correctly again, or you can select the Microsoft Office macros to be removed when loading. The last option is an effective protection against viruses within the Microsoft Office documents.</paragraph>
<h2 id="hd_id3154232">Notes regarding external formats and file types</h2>
<paragraph role="paragraph" id="par_id3154230" xml-lang="en-US">Even if they are not installed, some filters can be selected in the <emph>Open</emph> and <emph>Save</emph> dialogs. If you select such a filter, a message will appear saying that you can still install the filter if you require.</paragraph>
<paragraph role="paragraph" id="par_id3149999" xml-lang="en-US"><switchinline select="sys"><caseinline select="WIN">If you want to install additional filters or remove individual filters from the installation, close %PRODUCTNAME, start the Setup program and select the <emph>Modify</emph> option. Then you will see a dialog in which you can add or remove individual components of %PRODUCTNAME. Graphic filters can be found in "Optional Components".
@@ -68,7 +68,7 @@
<paragraph role="paragraph" id="par_id3149095" xml-lang="en-US"><switchinline select="appl"><caseinline select="CALC">
</caseinline><caseinline select="DRAW">
</caseinline><caseinline select="IMPRESS">
-</caseinline><defaultinline>It is also possible to import and export <link href="text/shared/00/00000005.xhp#rtf" name="RTF">RTF</link> files. This file format can be used to exchange formatted texts across various applications and platforms. In this way, many formats read by most programs will be transferred without a problem. The clipboard uses RTF format when you insert part of a spreadsheet from $[officename] Calc through <link href="text/shared/00/00000005.xhp" name="DDE">DDE</link> into $[officename] Writer.</defaultinline></switchinline></paragraph>
+</caseinline><defaultinline>It is also possible to import and export <link href="text/shared/00/00000005.xhp#rtf">RTF</link> files. This file format can be used to exchange formatted texts across various applications and platforms. In this way, many formats read by most programs will be transferred without a problem. The clipboard uses RTF format when you insert part of a spreadsheet from $[officename] Calc through <link href="text/shared/00/00000005.xhp">DDE</link> into $[officename] Writer.</defaultinline></switchinline></paragraph>
<paragraph role="tip" id="par_id3151378" xml-lang="en-US">The filter <emph>Text Encoded</emph> helps you open and save text documents with another encoding font. The filter opens a dialog that enables you to select character set, default fonts, language and paragraph break.</paragraph>
<h3 id="hd_id3149763">Importing and Exporting in HTML Format </h3>
<paragraph role="paragraph" id="par_id3150244" xml-lang="en-US">With $[officename] Writer, you can insert footnotes and endnotes in your HTML document. They are exported as meta tags. The footnote and endnote characters are exported as hyperlinks.</paragraph>
@@ -76,7 +76,7 @@
<paragraph role="paragraph" id="par_id3149734" xml-lang="en-US">The HTML import of $[officename] Writer is able to read files that have UTF-8 or UCS2 character coding. All characters that are contained in the ANSI character set or in the system's character set can be displayed.</paragraph>
<paragraph role="paragraph" id="par_id3149578" xml-lang="en-US">When exporting to HTML, the character set selected in <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph> is used. Characters not present there are written in a substitute form, which is displayed correctly in modern web browsers. When exporting such characters, you will receive an appropriate warning.</paragraph>
- <paragraph role="paragraph" id="par_id3153146" xml-lang="en-US">If, in <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph>, you select Mozilla Firefox or $[officename] Writer as the export option, upon export all important font attributes are exported as direct attributes (for example, text color, font size, bold, italic, and so on) in CSS1 styles. (<link href="text/shared/00/00000002.xhp" name="CSS">CSS</link> stands for Cascading Style Sheets.) Importing is also carried out according to this standard.</paragraph>
+ <paragraph role="paragraph" id="par_id3153146" xml-lang="en-US">If, in <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph>, you select Mozilla Firefox or $[officename] Writer as the export option, upon export all important font attributes are exported as direct attributes (for example, text color, font size, bold, italic, and so on) in CSS1 styles. (<link href="text/shared/00/00000002.xhp">CSS</link> stands for Cascading Style Sheets.) Importing is also carried out according to this standard.</paragraph>
<paragraph role="paragraph" id="par_id3154143" xml-lang="en-US">The "font" property corresponds to Mozilla Firefox; that is, before the font size you can specify optional values for "font-style" (italic, none), "font-variant" (normal, small-caps) and "font-weight" (normal, bold).</paragraph>
@@ -175,7 +175,7 @@
<paragraph role="paragraph" id="par_id3144441" xml-lang="en-US">When you import an EPS file, a preview of the graphic is displayed in the document. If a preview is not available, a placeholder corresponding to the size of the graphic is displayed in the document. Under Unix and Microsoft Windows you can print the imported file by using a PostScript printer. <switchinline select="sys"><caseinline select="UNIX">
</caseinline><defaultinline>If a different printer is used the preview will be printed.</defaultinline></switchinline> When exporting EPS graphics, a preview is created and has the TIFF or EPSI format. If an EPS graphic together with other graphics is exported in the EPS format then this file will be embedded unchanged in the new file.</paragraph>
<paragraph role="paragraph" id="par_id3146120" xml-lang="en-US">Multipage-TIFFs are allowed when graphics are imported or exported in TIFF format. The graphics are retrieved as a set of individual pictures in a single file, for example, the individual pages of a fax.</paragraph>
-<paragraph role="paragraph" id="par_id3159153" xml-lang="en-US">Some $[officename] Draw and $[officename] Impress options can be accessed through <emph>File - Export</emph>. See <link href="text/shared/00/00000200.xhp" name="Graphics Export Options">Graphics Export Options</link> for more information.</paragraph>
+<paragraph role="paragraph" id="par_id3159153" xml-lang="en-US">Some $[officename] Draw and $[officename] Impress options can be accessed through <emph>File - Export</emph>. See <link href="text/shared/00/00000200.xhp">Graphics Export Options</link> for more information.</paragraph>
<h3 id="hd_id3153213">PostScript</h3>
<paragraph role="paragraph" id="par_id3156444" xml-lang="en-US">To export a document or graphic in PostScript format:</paragraph>
<list type="ordered">
diff --git a/source/text/shared/00/00000021.xhp b/source/text/shared/00/00000021.xhp
index 00d4622895..34286e5cce 100644
--- a/source/text/shared/00/00000021.xhp
+++ b/source/text/shared/00/00000021.xhp
@@ -39,10 +39,10 @@
<bookmark_value>ODF file formats</bookmark_value>
</bookmark><comment>mw changed "file formats;OpenDocument." entry and deleted "file formats;XML". MW made "document types;..." a one level entry</comment><comment>mw changed "defaults;..."</comment>
<bookmark xml-lang="en-US" branch="hid/SFX2_HID_DID_SAVE_PACKED_XML" id="bm_id3159242" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3154408" role="heading" level="1"><variable id="xmlformat"><link href="text/shared/00/00000021.xhp" name="XML File Formats">XML File Formats</link>
+<paragraph xml-lang="en-US" id="hd_id3154408" role="heading" level="1"><variable id="xmlformat"><link href="text/shared/00/00000021.xhp">XML File Formats</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3148919" role="paragraph"><ahelp hid="HID_DID_SAVE_PACKED_XML">By default, $[officename] loads and saves files in the OpenDocument file format.</ahelp></paragraph>
- <paragraph xml-lang="en-US" id="par_idN10725" role="note">The OpenDocument file format (ODF) is a standardized file format used by many software applications. You can find more information at the Wikipedia site: <link href="https://en.wikipedia.org/wiki/OpenDocument" name="English Wikipedia: OpenDocument">wikipedia.org/wiki/OpenDocument</link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_idN10725" role="note">The OpenDocument file format (ODF) is a standardized file format used by many software applications. You can find more information at the Wikipedia site: <link href="https://en.wikipedia.org/wiki/OpenDocument">wikipedia.org/wiki/OpenDocument</link>.</paragraph>
<paragraph xml-lang="en-US" id="hd_id3156324" role="heading" level="2">OpenDocument file format names</paragraph>
<paragraph xml-lang="en-US" id="par_id3154926" role="paragraph">%PRODUCTNAME uses the following file formats:</paragraph>
<table id="tbl_id3109850">
@@ -271,7 +271,7 @@
</tablerow>
</table>
<paragraph role="paragraph" id="par_id0514200811525591" xml-lang="en-US">In current versions, you can select to save your documents using ODF 1.2 or ODF 1.0/1.1 (for backward compatibility). Choose <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Load/Save - General</menuitem> and select the ODF format version.</paragraph>
-<paragraph role="tip" id="par_id3146907" xml-lang="en-US">If you want to define another file format as the default, choose <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/01010200.xhp" name="Load/Save - General"><menuitem>Load/Save - General</menuitem></link> to find alternative file formats for each $[officename] document type.</paragraph>
+<paragraph role="tip" id="par_id3146907" xml-lang="en-US">If you want to define another file format as the default, choose <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/01010200.xhp"><menuitem>Load/Save - General</menuitem></link> to find alternative file formats for each $[officename] document type.</paragraph>
<paragraph role="heading" id="hd_id3150398" xml-lang="en-US" level="2">XML file structure</paragraph>
<paragraph role="paragraph" id="par_id3149649" xml-lang="en-US">Documents in OpenDocument file format are stored as compressed zip archives that contain XML files. To view these XML files, you can open the OpenDocument file with an unzip program. The following files and directories are contained within the OpenDocument files:</paragraph>
<list type="ordered">
diff --git a/source/text/shared/00/00000099.xhp b/source/text/shared/00/00000099.xhp
index 047e3c20d9..23312138c4 100644
--- a/source/text/shared/00/00000099.xhp
+++ b/source/text/shared/00/00000099.xhp
@@ -34,12 +34,12 @@
</variable></paragraph>
<switch select="appl">
<case select="CALC">
-<paragraph role="paragraph" id="par_id3143206" xml-lang="en-US"><variable id="userszenarien"><link href="text/scalc/01/06050000.xhp" name="Tools Menu - Scenarios">Tools Menu - Scenarios</link>
+<paragraph role="paragraph" id="par_id3143206" xml-lang="en-US"><variable id="userszenarien"><link href="text/scalc/01/06050000.xhp">Tools Menu - Scenarios</link>
</variable></paragraph>
</case>
</switch>
<section id="table">
-<paragraph role="paragraph" id="par_id3156069" xml-lang="en-US">On the help page for <link href="text/shared/guide/main.xhp" name="$[officename] general">$[officename] general</link> you can find instructions that are applicable to all modules, such as working with windows and menus, customizing $[officename], data sources, Gallery, and drag and drop.</paragraph>
+<paragraph role="paragraph" id="par_id3156069" xml-lang="en-US">On the help page for <link href="text/shared/guide/main.xhp">$[officename] general</link> you can find instructions that are applicable to all modules, such as working with windows and menus, customizing $[officename], data sources, Gallery, and drag and drop.</paragraph>
<paragraph role="paragraph" id="par_id3149662" xml-lang="en-US">If you want help with another module, switch to the help for that module with the combo box in the navigation area.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3154408" xml-lang="en-US"><variable id="winmanager">The availability of this function depends on your X Window Manager.
diff --git a/source/text/shared/00/00000200.xhp b/source/text/shared/00/00000200.xhp
index c270af62f3..59835425ca 100644
--- a/source/text/shared/00/00000200.xhp
+++ b/source/text/shared/00/00000200.xhp
@@ -112,6 +112,6 @@
<bookmark xml-lang="en-US" branch="hid/svt/ui/graphicexport/compressnone" id="bm_id319947653" localize="false"/>
<paragraph role="paragraph" id="par_id319952780" xml-lang="en-US"><ahelp hid="." visibility="hidden">Specifies that you do not wish to use compression.</ahelp></paragraph>
-<paragraph xml-lang="en-US" role="paragraph" id="par_id3147250">See <link href="text/shared/00/00000020.xhp" name="Import and Export Filter Information">Import and Export Filter Information</link> for more information about filters.</paragraph>
+<paragraph xml-lang="en-US" role="paragraph" id="par_id3147250">See <link href="text/shared/00/00000020.xhp">Import and Export Filter Information</link> for more information about filters.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/00/00000206.xhp b/source/text/shared/00/00000206.xhp
index f118801dae..2f8bc929dd 100644
--- a/source/text/shared/00/00000206.xhp
+++ b/source/text/shared/00/00000206.xhp
@@ -33,6 +33,6 @@
<paragraph role="paragraph" id="par_id3150620" xml-lang="en-US">Defines the options for import/export. These dialogs will be automatically shown if the corresponding file type is selected.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/imoptdialog/charsetlist" id="bm_id3149987" localize="false"/><paragraph role="heading" id="hd_id3149000" xml-lang="en-US" level="2">Character set</paragraph>
<paragraph role="paragraph" id="par_id3152790" xml-lang="en-US"><ahelp hid="modules/scalc/ui/imoptdialog/charsetlist">Select the character set from the options used for import/export.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3152942" xml-lang="en-US">For further information regarding filters, refer to the topic: <link href="text/shared/00/00000020.xhp" name="Information about Import and Export Filters">Information about Import and Export Filters</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3152942" xml-lang="en-US">For further information regarding filters, refer to the topic: <link href="text/shared/00/00000020.xhp">Information about Import and Export Filters</link>.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/00/00000208.xhp b/source/text/shared/00/00000208.xhp
index 91dfefd914..ec3395dff9 100644
--- a/source/text/shared/00/00000208.xhp
+++ b/source/text/shared/00/00000208.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/textimportcsv/TextImportCsvDialog" id="bm_id3148919" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/textimportcsv/@@nowidget@@" id="bm_id3148919" localize="false"/>
-<h1 id="hd_id3150960"><variable id="TextImporth1"><link href="text/shared/00/00000208.xhp" name="Text Import">Text Import</link></variable></h1>
+<h1 id="hd_id3150960"><variable id="TextImporth1"><link href="text/shared/00/00000208.xhp">Text Import</link></variable></h1>
<paragraph id="par_id3149987" role="paragraph" xml-lang="en-US"><ahelp hid="modules/scalc/ui/textimportcsv/TextImportCsvDialog">Sets the import options for delimited data.</ahelp></paragraph>
<section id="howtoget">
@@ -47,7 +47,7 @@
<h3 id="hd_id315478899">Language</h3>
<paragraph id="par_id314949588" role="paragraph" xml-lang="en-US"><ahelp hid=".">Determines how the number strings are imported.</ahelp></paragraph>
<paragraph id="par_id314949587" role="paragraph" xml-lang="en-US">If Language is set to Default (for CSV import) or Automatic (for HTML import), Calc will use the globally set language. If Language is set to a specific language, that language will be used when importing numbers.</paragraph>
-<paragraph id="par_id314949586" role="paragraph" xml-lang="en-US">When importing an HTML document, the Language selection can conflict with the global HTML option <link href="text/shared/optionen/01030500.xhp" name="Use">Use 'English (USA)' locale for numbers</link>. The global HTML option is effective only when the Automatic language option is selected. If you select a specific language in the HTML Import Options dialog, the global HTML option is ignored.</paragraph>
+<paragraph id="par_id314949586" role="paragraph" xml-lang="en-US">When importing an HTML document, the Language selection can conflict with the global HTML option <link href="text/shared/optionen/01030500.xhp">Use 'English (USA)' locale for numbers</link>. The global HTML option is effective only when the Automatic language option is selected. If you select a specific language in the HTML Import Options dialog, the global HTML option is ignored.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/textimportcsv/fromrow" id="bm_id3153377" localize="false"/>
<h3 id="hd_id3154894">From Row</h3>
@@ -238,8 +238,8 @@
<paragraph id="par_id3147377" role="paragraph" xml-lang="en-US"><ahelp hid=".">Shows how the imported text will look after it is separated into columns. To apply a format to a column when it is imported, click a column and select a <emph>Column type</emph>. When you select a <emph>Column type</emph>, the column heading displays the applied format.</ahelp></paragraph>
<paragraph id="par_id3150105" role="paragraph" xml-lang="en-US">If you want to use a fixed width to separate the imported data into columns, click in the ruler to set the width boundaries.</paragraph>
<section id="relatedtopics">
-<paragraph id="par_id3155746" role="paragraph" xml-lang="en-US"><link href="text/shared/guide/keyboard.xhp" name="Navigating Without the Mouse">Navigating Without the Mouse</link></paragraph>
-<paragraph id="par_id3146120" role="paragraph" xml-lang="en-US"><link href="text/shared/00/00000020.xhp" name="Information about Import and Export Filters">Information about Import and Export Filters</link>.</paragraph>
+<paragraph id="par_id3155746" role="paragraph" xml-lang="en-US"><link href="text/shared/guide/keyboard.xhp">Navigating Without the Mouse</link></paragraph>
+<paragraph id="par_id3146120" role="paragraph" xml-lang="en-US"><link href="text/shared/00/00000020.xhp">Information about Import and Export Filters</link>.</paragraph>
<switch select="appl">
<case select="CALC">
<embed href="text/scalc/guide/csv_files.xhp#csv_files"/>
diff --git a/source/text/shared/00/00040500.xhp b/source/text/shared/00/00040500.xhp
index ff73e2e0c2..8db256724a 100644
--- a/source/text/shared/00/00040500.xhp
+++ b/source/text/shared/00/00040500.xhp
@@ -35,11 +35,11 @@
<section id="OpenOptimizeSize">
<switch select="appl">
<case select="WRITER">
- <paragraph role="paragraph" id="par_id3156426" xml-lang="en-US">Open <link href="text/shared/02/04210000.xhp" name="Link to Optimize Size"><menuitem>Optimize Size</menuitem></link> dropdown menu from <link href="text/swriter/main0204.xhp" name="Link to Table Bar"><menuitem>Table</menuitem></link> bar, click</paragraph>
+ <paragraph role="paragraph" id="par_id3156426" xml-lang="en-US">Open <link href="text/shared/02/04210000.xhp"><menuitem>Optimize Size</menuitem></link> dropdown menu from <link href="text/swriter/main0204.xhp"><menuitem>Table</menuitem></link> bar, click</paragraph>
</case>
<case select="CALC"></case>
<default>
- <paragraph role="paragraph" id="par_id481655731478873" xml-lang="en-US">Open <link href="text/shared/02/04210000.xhp" name="Link to Optimize Size"><menuitem>Optimize Size</menuitem></link> dropdown menu from <menuitem>Table</menuitem> bar, click</paragraph>
+ <paragraph role="paragraph" id="par_id481655731478873" xml-lang="en-US">Open <link href="text/shared/02/04210000.xhp"><menuitem>Optimize Size</menuitem></link> dropdown menu from <menuitem>Table</menuitem> bar, click</paragraph>
</default>
</switch>
</section>
diff --git a/source/text/shared/00/01000000.xhp b/source/text/shared/00/01000000.xhp
index 510f1270e7..f46e9eb10c 100644
--- a/source/text/shared/00/01000000.xhp
+++ b/source/text/shared/00/01000000.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<paragraph role="heading" id="hd_id3085157" xml-lang="en-US" level="1">Showing and Hiding Docked Windows</paragraph>
-<paragraph role="paragraph" id="par_id3149948" xml-lang="en-US">Every <link href="text/shared/00/00000005.xhp#docking" name="docked">docked</link> window has an icon to control the display properties of the window.</paragraph>
+<paragraph role="paragraph" id="par_id3149948" xml-lang="en-US">Every <link href="text/shared/00/00000005.xhp#docking">docked</link> window has an icon to control the display properties of the window.</paragraph>
<section id="floaticons">
<paragraph role="paragraph" id="par_id3150502" xml-lang="en-US">To show or hide a docked window, click the icon.</paragraph>
</section>
diff --git a/source/text/shared/00/01050000.xhp b/source/text/shared/00/01050000.xhp
index e4fc5004c9..1ed91bc382 100644
--- a/source/text/shared/00/01050000.xhp
+++ b/source/text/shared/00/01050000.xhp
@@ -30,7 +30,7 @@
<section id="general">
<bookmark xml-lang="en-US" branch="hid/cui/ui/gallerygeneralpage/GalleryGeneralPage" id="bm_id3152895" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/gallerygeneralpage/@@nowidget@@" id="bm_id3152895" localize="false"/>
-<paragraph role="heading" id="hd_id3158397" xml-lang="en-US" level="1"><link href="text/shared/00/01050000.xhp" name="General">General</link><comment>UFI: this is a tab page of the Gallery. Deleted everything else</comment></paragraph>
+<paragraph role="heading" id="hd_id3158397" xml-lang="en-US" level="1"><link href="text/shared/00/01050000.xhp">General</link><comment>UFI: this is a tab page of the Gallery. Deleted everything else</comment></paragraph>
<paragraph role="paragraph" id="par_id3159242" xml-lang="en-US"><ahelp hid=".">The<emph> General </emph>tab page lists the general properties of the current theme.</ahelp></paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/cui/ui/gallerygeneralpage/name" id="bm_id3152896" localize="false"/>
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>
diff --git a/source/text/shared/02/01110000.xhp b/source/text/shared/02/01110000.xhp
index df313347aa..8bfa66cbde 100644
--- a/source/text/shared/02/01110000.xhp
+++ b/source/text/shared/02/01110000.xhp
@@ -32,8 +32,8 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3153539"><bookmark_value>printing; directly</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:PrintDefault" id="bm_id3144436" localize="false"/>
-<h1 id="hd_id3153539" xml-lang="en-US"><link href="text/shared/02/01110000.xhp" name="Print File Directly">Print File Directly</link></h1>
-<paragraph role="paragraph" id="par_id3154398" xml-lang="en-US"><ahelp hid=".uno:PrintDefault">Click the <emph>Print File Directly</emph> icon to print the active document with the current default print settings.</ahelp> These can be found in the <emph>Printer Setup</emph> dialog, which you can call with the <link href="text/shared/01/01140000.xhp" name="Printer Settings"><emph>Printer Settings</emph></link> menu command.</paragraph>
+<h1 id="hd_id3153539" xml-lang="en-US"><link href="text/shared/02/01110000.xhp">Print File Directly</link></h1>
+<paragraph role="paragraph" id="par_id3154398" xml-lang="en-US"><ahelp hid=".uno:PrintDefault">Click the <emph>Print File Directly</emph> icon to print the active document with the current default print settings.</ahelp> These can be found in the <emph>Printer Setup</emph> dialog, which you can call with the <link href="text/shared/01/01140000.xhp"><emph>Printer Settings</emph></link> menu command.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3147275" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">If you select text or a graphic and click the <emph>Print File Direct</emph> icon, you are prompted to print the selection or the document.</caseinline></switchinline></paragraph>
<section id="syprint_directly">
diff --git a/source/text/shared/02/01140000.xhp b/source/text/shared/02/01140000.xhp
index 8842c8ba21..4f68f75da9 100644
--- a/source/text/shared/02/01140000.xhp
+++ b/source/text/shared/02/01140000.xhp
@@ -46,7 +46,7 @@
<paragraph xml-lang="en-US" id="par_id3150476" role="paragraph" localize="false"/>
<section id="show_draw_functions">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertDraw" id="bm_id484265" localize="false"/>
-<h1 id="hd_id3152363"><link href="text/shared/02/01140000.xhp" name="Show Draw Functions">Show Draw Functions</link></h1>
+<h1 id="hd_id3152363"><link href="text/shared/02/01140000.xhp">Show Draw Functions</link></h1>
<paragraph xml-lang="en-US" id="par_id3150789" role="paragraph"><ahelp hid=".uno:InsertDraw">Click to open or close the <emph>Drawing</emph> bar, where you can add shapes, lines, text, and callouts to the current document.</ahelp></paragraph>
</section>
<paragraph xml-lang="en-US" id="par_idN10849" role="paragraph">You can switch on and off the <emph>Drawing</emph> toolbar of Writer and Calc documents using an icon on the <emph>Standard</emph> toolbar.</paragraph>
@@ -123,7 +123,7 @@
<section id="polytext2">
<paragraph xml-lang="en-US" id="par_id3147214" role="paragraph"><ahelp hid=".uno:Polygon_Unfilled">Draws a line composed of a series of straight line segments. Drag to draw a line segment, click to define the endpoint of the line segment, and then drag to draw a new line segment. Double-click to finish drawing the line. To create a closed shape, double-click the starting point of the line.</ahelp></paragraph>
<paragraph xml-lang="en-US" id="par_id3154638" role="paragraph">Hold the <emph>Shift</emph> key while drawing a polygon to position new points at 45 degree angles.</paragraph>
- <paragraph xml-lang="en-US" id="par_id3154319" role="paragraph">The <link href="text/shared/01/05270000.xhp" name="Edit Points"><emph>Edit Points</emph></link> mode enables you to interactively modify the individual points of the polygon.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154319" role="paragraph">The <link href="text/shared/01/05270000.xhp"><emph>Edit Points</emph></link> mode enables you to interactively modify the individual points of the polygon.</paragraph>
</section>
</tablecell>
</tablerow>
@@ -239,11 +239,11 @@
<embed href="text/shared/00/00000404.xhp#sycallouts"/>
<embed href="text/shared/02/stars.xhp#stars"/>
<embed href="text/shared/00/00000404.xhp#systars"/>
-<h2 id="par_idN10E50"><link href="text/shared/01/05270000.xhp" name="Points">Points</link></h2>
+<h2 id="par_idN10E50"><link href="text/shared/01/05270000.xhp">Points</link></h2>
<paragraph xml-lang="en-US" id="par_idN10E60" role="paragraph">Enables you to edit points on your drawing.</paragraph>
<embed href="text/shared/02/fontwork.xhp#fontwork"/>
<embed href="text/shared/00/00000404.xhp#syfontworkgallery"/>
-<h2 id="par_idN10E75"><link href="text/shared/01/04140000.xhp" name="From File">From File</link></h2>
+<h2 id="par_idN10E75"><link href="text/shared/01/04140000.xhp">From File</link></h2>
<embed href="text/shared/01/04140000.xhp#grafiktext"/>
<embed href="text/shared/00/00000404.xhp#syimage"/>
<h2 id="par_idN10E95"><link href="text/sdraw/01/3dsettings_toolbar.xhp">Extrusion On/Off</link></h2>
@@ -278,7 +278,7 @@
</table>
</section>
<section id="relatedtopics">
-<paragraph xml-lang="en-US" id="par_id3155555" role="paragraph"><link href="text/shared/guide/insert_graphic_drawit.xhp" name="Tips">Tips for working with the <emph>Drawing</emph> bar</link>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155555" role="paragraph"><link href="text/shared/guide/insert_graphic_drawit.xhp">Tips for working with the <emph>Drawing</emph> bar</link>.</paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/02/01170000.xhp b/source/text/shared/02/01170000.xhp
index 442bd3e0b0..691761ca9c 100644
--- a/source/text/shared/02/01170000.xhp
+++ b/source/text/shared/02/01170000.xhp
@@ -47,7 +47,7 @@
</bookmark><comment>MW deleted "option field creation", changed "option button" to "push button" and "selections;" to "selecting;"</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:Config" id="bm_id4029443" localize="false"/>
<section id="form_controls">
-<h1 id="hd_id3154142"><link href="text/shared/02/01170000.xhp" name="Form Controls">Form Controls</link></h1>
+<h1 id="hd_id3154142"><link href="text/shared/02/01170000.xhp">Form Controls</link></h1>
<paragraph role="paragraph" id="par_id3151378" xml-lang="en-US"><variable id="formulartext"><ahelp hid=".uno:Config">The <emph>Form Controls</emph> toolbar or sub-menu contains tools that you need to create an interactive form.</ahelp></variable> You can use the toolbar or sub-menu to add controls to a form in a text, drawing, spreadsheet, presentation, or HTML document, for example a button that runs a macro.</paragraph>
</section>
<section id="howtoget">
@@ -199,7 +199,7 @@
<paragraph role="paragraph" id="par_id3152971" xml-lang="en-US"><image id="img_id3152999" src="cmd/lc_radiobutton.svg" width="1cm" height="1cm"><alt id="alt_id3152999" xml-lang="en-US">Icon Option Button</alt></image></paragraph>
</tablecell>
<tablecell>
- <paragraph role="paragraph" id="par_id3149123" xml-lang="en-US"><ahelp hid=".uno:RadioButton">Creates an option button.</ahelp> Option buttons enable the user to choose one of several options. Option buttons with the same functionality are given the same name (<link href="text/shared/02/01170101.xhp" name="Name"><emph>Name</emph></link> <emph>property</emph>). Normally, they are given a <link href="text/shared/02/01170000.xhp" name="group box">group box</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id3149123" xml-lang="en-US"><ahelp hid=".uno:RadioButton">Creates an option button.</ahelp> Option buttons enable the user to choose one of several options. Option buttons with the same functionality are given the same name (<link href="text/shared/02/01170101.xhp"><emph>Name</emph></link> <emph>property</emph>). Normally, they are given a <link href="text/shared/02/01170000.xhp">group box</link>.</paragraph>
</tablecell>
</tablerow>
</table>
@@ -214,7 +214,7 @@
<paragraph role="paragraph" id="par_id3154326" xml-lang="en-US"><image id="img_id3154135" src="cmd/lc_listbox.svg" width="1cm" height="1cm"><alt id="alt_id3154135" xml-lang="en-US">Icon List Box</alt></image></paragraph>
</tablecell>
<tablecell>
- <paragraph role="paragraph" id="par_id3166428" xml-lang="en-US"><ahelp hid=".uno:ListBox">Creates a list box.</ahelp> A list box lets users select an entry from a list. If the form is linked to a database and the database connection is active, the <link href="text/shared/02/01170900.xhp" name="List Box Wizard"><emph>List Box Wizard</emph></link> will automatically appear after the list box is inserted in the document. This wizard helps you create the list box.</paragraph>
+ <paragraph role="paragraph" id="par_id3166428" xml-lang="en-US"><ahelp hid=".uno:ListBox">Creates a list box.</ahelp> A list box lets users select an entry from a list. If the form is linked to a database and the database connection is active, the <link href="text/shared/02/01170900.xhp"><emph>List Box Wizard</emph></link> will automatically appear after the list box is inserted in the document. This wizard helps you create the list box.</paragraph>
</tablecell>
</tablerow>
</table>
@@ -229,7 +229,7 @@
<paragraph role="paragraph" id="par_id3149981" xml-lang="en-US"><image id="img_id3148817" src="cmd/lc_combobox.svg" width="1cm" height="1cm"><alt id="alt_id3148817" xml-lang="en-US">Icon Combo Box</alt></image></paragraph>
</tablecell>
<tablecell>
- <paragraph role="paragraph" id="par_id3149407" xml-lang="en-US"><ahelp hid=".uno:ComboBox">Creates a combo box.</ahelp> A combo box is a single-line list box with a drop-down list from which users choose an option. You can assign the "read-only" property to the combo box so that users cannot enter other entries than those found in the list. If the form is bound to a database and the database connection is active, the <link href="text/shared/02/01170900.xhp" name="Combo Box Wizard"><emph>Combo Box Wizard</emph></link> will automatically appear after you insert the combo box in the document.</paragraph>
+ <paragraph role="paragraph" id="par_id3149407" xml-lang="en-US"><ahelp hid=".uno:ComboBox">Creates a combo box.</ahelp> A combo box is a single-line list box with a drop-down list from which users choose an option. You can assign the "read-only" property to the combo box so that users cannot enter other entries than those found in the list. If the form is bound to a database and the database connection is active, the <link href="text/shared/02/01170900.xhp"><emph>Combo Box Wizard</emph></link> will automatically appear after you insert the combo box in the document.</paragraph>
</tablecell>
</tablerow>
</table>
@@ -276,7 +276,7 @@
</tablecell>
<tablecell>
<paragraph role="paragraph" id="par_id3147547" xml-lang="en-US"><ahelp hid=".uno:FormattedField">Creates a formatted field.</ahelp> A formatted field is a text box in which you can define how the inputs and outputs are formatted, and which limiting values apply.</paragraph>
- <paragraph role="paragraph" id="par_id3155346" xml-lang="en-US">A formatted field has <link href="text/shared/02/01170002.xhp" name="special control properties">special control properties</link> (choose <emph>Format - Control</emph>).</paragraph>
+ <paragraph role="paragraph" id="par_id3155346" xml-lang="en-US">A formatted field has <link href="text/shared/02/01170002.xhp">special control properties</link> (choose <emph>Format - Control</emph>).</paragraph>
</tablecell>
</tablerow>
</table>
@@ -294,7 +294,7 @@
<paragraph role="paragraph" id="par_id3151312" xml-lang="en-US"><ahelp hid=".uno:DateField">Creates a date field.</ahelp> If the form is linked to a database, the date values can be adopted from the database.</paragraph>
<paragraph role="paragraph" id="par_id3151302" xml-lang="en-US">If you assign the "Dropdown" property to the date field, the user can open a calendar to select a date under the date field. This also applies to a date field within a <emph>Table Control</emph> field.</paragraph>
<tip id="par_id3154395" xml-lang="en-US">Date fields can be easily edited by the user with the up arrow and down arrow keys. Depending on the cursor position, the day, month, or the year is can be increased or decreased using the arrow keys.</tip>
- <paragraph role="paragraph" id="par_id3153112" xml-lang="en-US"><link href="text/shared/02/01170003.xhp" name="Specific Remarks on Date Fields">Specific Remarks on Date Fields</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id3153112" xml-lang="en-US"><link href="text/shared/02/01170003.xhp">Specific Remarks on Date Fields</link>.</paragraph>
</tablecell>
</tablerow>
</table>
@@ -325,9 +325,9 @@
</tablecell>
<tablecell>
<paragraph role="paragraph" id="par_id3154572" xml-lang="en-US"><ahelp hid=".uno:GroupBox">Creates a frame to visually group several controls.</ahelp> <emph>Group boxes</emph> allow you to group option buttons in a frame.</paragraph>
- <paragraph role="paragraph" id="par_id3148394" xml-lang="en-US">If you insert a group frame into the document, the <link href="text/shared/autopi/01120000.xhp" name="Group Element Wizard"><emph>Group Element Wizard</emph></link> starts, which allows you to easily create an option group.</paragraph>
+ <paragraph role="paragraph" id="par_id3148394" xml-lang="en-US">If you insert a group frame into the document, the <link href="text/shared/autopi/01120000.xhp"><emph>Group Element Wizard</emph></link> starts, which allows you to easily create an option group.</paragraph>
<paragraph role="paragraph" id="par_id3150567" xml-lang="en-US"><emph>Note:</emph> When you drag a group box over already existing controls and then want to select a control, you have to first open the context menu of the group box and choose <emph>Arrange - Send to Back</emph>. Then select the control while pressing <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>.</paragraph>
-<note id="par_id3145615"><emph>Group boxes</emph> are used only for a visual effect. A functional grouping of option fields can be made through the name definition: under the <link href="text/shared/02/01170101.xhp" name="Name"><emph>Name</emph></link> properties of all option fields, enter the same name in order to group them.</note>
+<note id="par_id3145615"><emph>Group boxes</emph> are used only for a visual effect. A functional grouping of option fields can be made through the name definition: under the <link href="text/shared/02/01170101.xhp"><emph>Name</emph></link> properties of all option fields, enter the same name in order to group them.</note>
</tablecell>
</tablerow>
</table>
@@ -389,8 +389,8 @@
<paragraph role="paragraph" id="par_id3156402" xml-lang="en-US"><image id="img_id3146324" src="cmd/lc_grid.png" width="1cm" height="1cm"><alt id="alt_id3146324" xml-lang="en-US">Icon Table Control</alt></image></paragraph>
</tablecell>
<tablecell>
- <paragraph role="paragraph" id="par_id3154579" xml-lang="en-US"><ahelp hid=".">Creates a <emph>table control</emph> to display a database table.</ahelp> If you create a new table control, the <link href="text/shared/02/01170800.xhp" name="Table Element Wizard"><emph>Table Element Wizard</emph></link> appears.</paragraph>
- <paragraph role="paragraph" id="par_id3154697" xml-lang="en-US"><link href="text/shared/02/01170004.xhp" name="Special Information about Table Controls">Special information about Table Controls</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id3154579" xml-lang="en-US"><ahelp hid=".">Creates a <emph>table control</emph> to display a database table.</ahelp> If you create a new table control, the <link href="text/shared/02/01170800.xhp"><emph>Table Element Wizard</emph></link> appears.</paragraph>
+ <paragraph role="paragraph" id="par_id3154697" xml-lang="en-US"><link href="text/shared/02/01170004.xhp">Special information about Table Controls</link>.</paragraph>
</tablecell>
</tablerow>
</table>
@@ -559,7 +559,7 @@
<paragraph role="paragraph" id="par_idN11D63" xml-lang="en-US">In a Calc spreadsheet, you can use the <emph>Data</emph> tab page to create a two-way link between a scrollbar and a cell.<comment>UFI: see spec doc scrollbar_form_control.sxw</comment></paragraph>
</section>
<section id="relatedtopics">
- <paragraph id="hd_id3149436" role="paragraph"><link href="text/shared/02/01170001.xhp" name="Context Menu Commands">Context Menu Commands</link></paragraph>
+ <paragraph id="hd_id3149436" role="paragraph"><link href="text/shared/02/01170001.xhp">Context Menu Commands</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/02/01170004.xhp b/source/text/shared/02/01170004.xhp
index e97eef837d..2bc8583fb5 100644
--- a/source/text/shared/02/01170004.xhp
+++ b/source/text/shared/02/01170004.xhp
@@ -57,7 +57,7 @@
<paragraph role="heading" id="hd_id3153349" xml-lang="en-US" level="2">Keyboard-only control of <emph>Table Controls</emph></paragraph>
<paragraph role="paragraph" id="par_id3149416" xml-lang="en-US">If you use the keyboard only to travel through controls in your document, you will find one difference to the other types of controls: the <emph>Tab</emph> key does not move the cursor to the next control, but moves to the next column inside the table control. Press <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>+<emph>Tab</emph> to move to the next control, or press <emph>Shift</emph>+<switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>+<emph>Tab</emph> to move to the previous control.</paragraph>
<paragraph role="heading" id="hd_id3153062" xml-lang="en-US" level="3">To enter the special keyboard-only edit mode for <emph>Table Controls</emph>:</paragraph>
-<paragraph role="paragraph" id="par_id3144510" xml-lang="en-US">The form document must be in <link href="text/shared/02/01170500.xhp" name="design mode"><emph>Design mode</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3144510" xml-lang="en-US">The form document must be in <link href="text/shared/02/01170500.xhp"><emph>Design mode</emph></link>.</paragraph>
<list type="ordered">
<listitem>
<paragraph role="listitem" id="par_id3154758" xml-lang="en-US">Press <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>+<emph>F6</emph> to select the document.</paragraph>
diff --git a/source/text/shared/02/01170100.xhp b/source/text/shared/02/01170100.xhp
index 415a7cf34d..845007dc6d 100644
--- a/source/text/shared/02/01170100.xhp
+++ b/source/text/shared/02/01170100.xhp
@@ -34,7 +34,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ControlProperties" id="bm_id9308186" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_FM_PROPDLG_TABCTR" id="bm_id9469283" localize="false"/>
-<h1 id="hd_id3147102"><link href="text/shared/02/01170100.xhp" name="Control Properties">Control Properties</link></h1>
+<h1 id="hd_id3147102"><link href="text/shared/02/01170100.xhp">Control Properties</link></h1>
<paragraph role="paragraph" id="par_id3145345" xml-lang="en-US"><variable id="kontroll"><ahelp hid=".">Opens a dialog for editing the properties of a selected control.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/01170101.xhp b/source/text/shared/02/01170101.xhp
index 6b316f2fad..b813ab14d8 100644
--- a/source/text/shared/02/01170101.xhp
+++ b/source/text/shared/02/01170101.xhp
@@ -26,7 +26,7 @@
</meta>
<body>
<section id="general">
-<h1 id="hd_id3153681"><link href="text/shared/02/01170101.xhp" name="General">General</link></h1><comment>UFI: had to remove all internal links to this file because all the targets vanished and no time to reinsert them all</comment>
+<h1 id="hd_id3153681"><link href="text/shared/02/01170101.xhp">General</link></h1><comment>UFI: had to remove all internal links to this file because all the targets vanished and no time to reinsert them all</comment>
<paragraph xml-lang="en-US" id="par_id3159233" role="paragraph">This <emph>General</emph> tab enables you to define the general properties of a form control. These properties differ, depending on the control type. Not all of the following properties are available for every control.</paragraph>
</section>
<section id="howtoget">
@@ -71,7 +71,7 @@
<paragraph xml-lang="en-US" id="par_id3154216" role="tablecontent">Submit form</paragraph>
</tablecell>
<tablecell>
- <paragraph xml-lang="en-US" id="par_id3147228" role="tablecontent">Sends the data that is entered in other control fields of the current form to the address that is specified in <link href="text/shared/02/01170200.xhp" name="Form Properties"><emph>Form Properties</emph></link> under <link href="text/shared/02/01170201.xhp" name="URL"><emph>URL</emph></link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3147228" role="tablecontent">Sends the data that is entered in other control fields of the current form to the address that is specified in <link href="text/shared/02/01170200.xhp"><emph>Form Properties</emph></link> under <link href="text/shared/02/01170201.xhp"><emph>URL</emph></link>.</paragraph>
<paragraph xml-lang="en-US" id="par_idN107F7" role="tablecontent">Enter the URL into the form's data property "URL" text box when you export to a PDF file.<comment>UFI: see #i36574#</comment></paragraph>
</tablecell>
</tablerow>
@@ -429,7 +429,7 @@
<section id="Section42">
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_BACKGROUNDCOLOR" id="bm_id3149545" localize="false"/>
<h2 id="hd_id3152541">Background color</h2>
- <paragraph xml-lang="en-US" id="par_id3155073" role="paragraph"><ahelp hid="." visibility="hidden">Sets the background color of the control field.</ahelp> A background color is available for most control fields. If you click on <emph>Background color</emph>, a list will open which enables you to select among various colors. The "Standard" option adopts the system setting. If the desired color is not listed, click the <emph>...</emph> button to define a color in the <link href="text/shared/optionen/01010501.xhp" name="Color"><emph>Color</emph></link> dialog.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3155073" role="paragraph"><ahelp hid="." visibility="hidden">Sets the background color of the control field.</ahelp> A background color is available for most control fields. If you click on <emph>Background color</emph>, a list will open which enables you to select among various colors. The "Standard" option adopts the system setting. If the desired color is not listed, click the <emph>...</emph> button to define a color in the <link href="text/shared/optionen/01010501.xhp"><emph>Color</emph></link> dialog.</paragraph>
</section>
<section id="Section41">
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_HSCROLL" id="bm_id3149895" localize="false"/>
@@ -451,10 +451,10 @@
<section id="Section39">
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_STRINGITEMLIST" id="bm_id3153975" localize="false"/>
<h2 id="hd_id3145756">List entries</h2>
- <paragraph xml-lang="en-US" id="par_id3151300" role="paragraph"><ahelp hid="." visibility="hidden">Defines the list entries visible in the document. Open this list and type your text. Use <emph>Shift</emph>+<emph>Enter</emph> for a new line. With list and combo boxes, you can define the list entries that will be visible in the document. Open the <emph>List entries</emph> field and type your text.</ahelp> Please note the <link href="text/shared/02/01170100.xhp" name="tips">tips</link> referring to the keyboard controls.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3151300" role="paragraph"><ahelp hid="." visibility="hidden">Defines the list entries visible in the document. Open this list and type your text. Use <emph>Shift</emph>+<emph>Enter</emph> for a new line. With list and combo boxes, you can define the list entries that will be visible in the document. Open the <emph>List entries</emph> field and type your text.</ahelp> Please note the <link href="text/shared/02/01170100.xhp">tips</link> referring to the keyboard controls.</paragraph>
<paragraph xml-lang="en-US" id="par_id3152874" role="paragraph">The predefined default list entry is entered into the <emph>Default selection combo</emph> box.</paragraph>
<note id="par_id3154610">Note that the list entries entered here are only incorporated into the form if, on the <emph>Data</emph> tab under <emph>List Content Type</emph>, the option "Value List" is selected.</note>
- <paragraph xml-lang="en-US" id="par_id3154767" role="paragraph">If you do not want the list entries to be written to the database or transmitted to the recipient of the Web form, but rather assigned values that are not visible in the form, you can assign the list entries to other values in a value list. The value list is determined on the <link href="text/shared/02/01170102.xhp" name="Data"><emph>Data</emph></link> tab. Under <emph>Type of List Contents</emph>, select the option "Value List". Then enter the values under <emph>List Contents</emph> that are to be assigned to the corresponding visible list entries of the form. For the correct assignment, the order in the value list is relevant.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154767" role="paragraph">If you do not want the list entries to be written to the database or transmitted to the recipient of the Web form, but rather assigned values that are not visible in the form, you can assign the list entries to other values in a value list. The value list is determined on the <link href="text/shared/02/01170102.xhp"><emph>Data</emph></link> tab. Under <emph>Type of List Contents</emph>, select the option "Value List". Then enter the values under <emph>List Contents</emph> that are to be assigned to the corresponding visible list entries of the form. For the correct assignment, the order in the value list is relevant.</paragraph>
<note id="par_id3150511">For HTML documents, a list entry entered on the <emph>General</emph> tab corresponds to the HTML tag &lt;OPTION&gt;; an entry of the value list entered on the <emph>Data</emph> tab under <emph>List Contents</emph> corresponds to the &lt;OPTION VALUE=...&gt; tag.</note>
</section>
<section id="Section38">
@@ -557,14 +557,14 @@
<section id="Section28">
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_NAME" id="bm_id3152469" localize="false"/>
<h2 id="hd_id3151340">Name</h2>
- <paragraph xml-lang="en-US" id="par_id3149819" role="paragraph"><ahelp hid="." visibility="hidden">On the <emph>Properties</emph> tab page, this option specifies the name for the control field. On the <emph>Form Properties</emph> tab page, this option specifies the name for the form.</ahelp> Each control field and each form has a "Name" property through which it can be identified. The name will appear in the <link href="text/shared/02/01170600.xhp" name="Form Navigator"><emph>Form Navigator</emph></link> and, using the name, the control field can be referred to from a macro. The default settings already specify a name which is constructed from using the field's label and number.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3149819" role="paragraph"><ahelp hid="." visibility="hidden">On the <emph>Properties</emph> tab page, this option specifies the name for the control field. On the <emph>Form Properties</emph> tab page, this option specifies the name for the form.</ahelp> Each control field and each form has a "Name" property through which it can be identified. The name will appear in the <link href="text/shared/02/01170600.xhp"><emph>Form Navigator</emph></link> and, using the name, the control field can be referred to from a macro. The default settings already specify a name which is constructed from using the field's label and number.</paragraph>
<note id="par_id3153025">If you work with macros, make sure that the names of the controls are unique.</note>
<bookmark xml-lang="en-US" branch="index" id="bm_id3146325">
<bookmark_value>controls; grouping</bookmark_value>
<bookmark_value>groups; of controls</bookmark_value>
<bookmark_value>forms; grouping controls</bookmark_value>
</bookmark><comment>mw changed "grouping;" to "groups;"</comment>
-<paragraph xml-lang="en-US" id="par_id3146325" role="paragraph">The name is also used to group different controls that belong together functionally, such as radio buttons. To do so, give the same name to all members of the group: controls with identical names form a group. Grouped controls can be represented visually by using a <link href="text/shared/02/01170000.xhp" name="Group Box"><emph>Group Box</emph></link>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3146325" role="paragraph">The name is also used to group different controls that belong together functionally, such as radio buttons. To do so, give the same name to all members of the group: controls with identical names form a group. Grouped controls can be represented visually by using a <link href="text/shared/02/01170000.xhp"><emph>Group Box</emph></link>.</paragraph>
</section>
<section id="Section27">
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_NAVIGATIONBAR" id="bm_id3153020" localize="false"/>
@@ -585,9 +585,9 @@
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_TABINDEX" id="bm_id3157872" localize="false"/>
<h2 id="hd_id3149266">Tab order</h2>
<paragraph xml-lang="en-US" id="par_id3147483" role="paragraph"><ahelp hid=".">The "Tab order" property determines the order in which the controls are focused in the form when you press the <emph>Tab</emph> key.</ahelp> In a form that contains more than one control, the focus moves to the next control when you press the <emph>Tab</emph> key. You can specify the order in which the focus changes with an index under "Tab order".</paragraph>
- <note id="par_id3156207">The "Tab order" property is <emph>not</emph> available to <link href="text/shared/02/01170600.xhp" name="Hidden Controls"><emph>Hidden Controls</emph></link>. If you want, you can also set this property for image buttons and image controls, so that you can select these controls with the <emph>Tab</emph> key.</note>
+ <note id="par_id3156207">The "Tab order" property is <emph>not</emph> available to <link href="text/shared/02/01170600.xhp"><emph>Hidden Controls</emph></link>. If you want, you can also set this property for image buttons and image controls, so that you can select these controls with the <emph>Tab</emph> key.</note>
<paragraph xml-lang="en-US" id="par_id3150378" role="paragraph">When creating a form, an index is automatically assigned to the control fields that are added to this form; every control field added is assigned an index increased by <emph>1</emph>. If you change the index of a control, the indices of the other controls are updated automatically. Elements that cannot be focused ("Tabstop = No") are also assigned a value. However, these controls are skipped when using the <emph>Tab</emph> key.</paragraph>
- <paragraph xml-lang="en-US" id="par_id3150640" role="paragraph">You can also easily define the indices of the different controls in the <link href="text/shared/02/01170300.xhp" name="Tab Order"><emph>Tab Order</emph></link> dialog.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3150640" role="paragraph">You can also easily define the indices of the different controls in the <link href="text/shared/02/01170300.xhp"><emph>Tab Order</emph></link> dialog.</paragraph>
</section>
<section id="Section89">
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_WHEEL_BEHAVIOR" id="bm_id0509200912044845" localize="false"/>
@@ -723,7 +723,7 @@
<section id="Section9">
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_HIDDEN_VALUE" id="bm_id3156100" localize="false"/>
<h2 id="hd_id3144444">Value</h2>
- <paragraph xml-lang="en-US" id="par_id3152417" role="paragraph"><ahelp hid="." visibility="hidden">You can enter the data that is inherited by the hidden control.</ahelp> In a <link href="text/shared/02/01170600.xhp" name="hidden control">hidden control</link>, under <emph>Value</emph>, you can enter the data which is inherited by the hidden control. This data will be transferred when sending the form.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3152417" role="paragraph"><ahelp hid="." visibility="hidden">You can enter the data that is inherited by the hidden control.</ahelp> In a <link href="text/shared/02/01170600.xhp">hidden control</link>, under <emph>Value</emph>, you can enter the data which is inherited by the hidden control. This data will be transferred when sending the form.</paragraph>
</section>
<section id="Section8">
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_ECHO_CHAR" id="bm_id3148694" localize="false"/>
@@ -740,7 +740,7 @@
<section id="Section6">
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_FONT" id="bm_id3151032" localize="false"/>
<h2 id="hd_id3146762">Font<comment>UFI: dba.features "Character set property renamed to Font"</comment></h2>
- <paragraph xml-lang="en-US" id="par_id3151037" role="paragraph"><ahelp hid="." visibility="hidden">Select the font for the text that is in the control field.</ahelp> For control fields which have visible text or titles, select the display font that you want to use. To open the <link href="text/shared/01/05020100.xhp" name="Font"><emph>Font</emph></link> dialog, click the <emph>...</emph> button. The selected font is used in control fields names and to display data in table control fields.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3151037" role="paragraph"><ahelp hid="." visibility="hidden">Select the font for the text that is in the control field.</ahelp> For control fields which have visible text or titles, select the display font that you want to use. To open the <link href="text/shared/01/05020100.xhp"><emph>Font</emph></link> dialog, click the <emph>...</emph> button. The selected font is used in control fields names and to display data in table control fields.</paragraph>
</section>
<section id="Section5">
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_ROWHEIGHT" id="bm_id3160449" localize="false"/>
diff --git a/source/text/shared/02/01170102.xhp b/source/text/shared/02/01170102.xhp
index 65a442d865..0194f0c3ff 100644
--- a/source/text/shared/02/01170102.xhp
+++ b/source/text/shared/02/01170102.xhp
@@ -34,13 +34,13 @@
<bookmark_value>links;between cells and controls</bookmark_value>
<bookmark_value>controls;assigning data sources</bookmark_value>
</bookmark><comment>MW made "cells..." a two level entry, changed "linked cells;" to "links;" and "list contents" to "lists;"</comment>
-<h1 id="hd_id3155413"><link href="text/shared/02/01170102.xhp" name="Data">Data</link></h1>
+<h1 id="hd_id3155413"><link href="text/shared/02/01170102.xhp">Data</link></h1>
<paragraph role="paragraph" id="par_id3155306" xml-lang="en-US">The <emph>Data</emph> tab page allows you to assign a data source to the selected control.</paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00040501.xhp#control_properties_data"/>
</section>
-<note id="par_id3148773">For forms with database links, the associated database is defined in the <link href="text/shared/02/01170200.xhp" name="Form Properties"><emph>Form Properties</emph></link>. You will find the functions for this on the <link href="text/shared/02/01170203.xhp" name="Data"><emph>Data</emph></link> tab page.</note>
+<note id="par_id3148773">For forms with database links, the associated database is defined in the <link href="text/shared/02/01170200.xhp"><emph>Form Properties</emph></link>. You will find the functions for this on the <link href="text/shared/02/01170203.xhp"><emph>Data</emph></link> tab page.</note>
<paragraph role="paragraph" id="par_id3149377" xml-lang="en-US">The possible settings of the <emph>Data</emph> tab page of a control depend on the respective control. You will only see the options that are available for the current control and context.<br/>The following fields are available:</paragraph>
<sort order="asc" descendant="h2">
<section id="Section10">
@@ -75,11 +75,11 @@
</list>
<list type="ordered">
<listitem>
- <paragraph role="listitem" id="par_id3153949" xml-lang="en-US">Third case: <link href="text/shared/02/01170900.xhp" name="Combo Boxes">Combo Boxes</link></paragraph>
+ <paragraph role="listitem" id="par_id3153949" xml-lang="en-US">Third case: <link href="text/shared/02/01170900.xhp">Combo Boxes</link></paragraph>
<paragraph role="listitem" id="par_id3147494" xml-lang="en-US">For combo boxes, the field of the data source table in which the values entered or selected by the user should be stored is specified under <emph>Data field</emph>. The values displayed in the list of the combo box are based on an SQL statement, which is entered under <emph>List content</emph>.</paragraph>
</listitem>
<listitem>
- <paragraph role="listitem" id="par_id3145167" xml-lang="en-US">Fourth case: <link href="text/shared/02/01170900.xhp" name="List Boxes">List Boxes</link></paragraph>
+ <paragraph role="listitem" id="par_id3145167" xml-lang="en-US">Fourth case: <link href="text/shared/02/01170900.xhp">List Boxes</link></paragraph>
<paragraph role="listitem" id="par_id3153764" xml-lang="en-US">The data source table does not contain the data to be displayed, but rather a table linked to the data source table through a common data field.</paragraph>
<paragraph role="listitem" id="par_id3149021" xml-lang="en-US">If you want a list box to display data from a table that is linked to the current data source table, under <emph>Data field</emph> specify the field of the data source table to which the content of the list box refers. Or you can specify the database field that controls the display of the data in the form. This data field provides the link to the other table if both tables can be linked through a common data field. It is usually a data field in which unique identification numbers are stored. The data field whose contents are displayed in the form is specified by an SQL statement under <emph>List content</emph>.</paragraph>
</listitem>
@@ -92,7 +92,7 @@
<paragraph role="paragraph" id="par_id3154967" xml-lang="en-US">where "CustomerName" is the data field from the linked table "Customers", and "CustomerNo" is the field of the table "Customers" that is linked to a field of the form table "Orders" specified under <emph>Data field</emph>.</paragraph>
<paragraph role="paragraph" id="par_id3163808" xml-lang="en-US"><emph>References Using Value Lists</emph></paragraph>
<paragraph role="paragraph" id="par_id3145295" xml-lang="en-US">For list boxes, you can use value lists. Value lists are lists that define reference values. In this way, the control in the form does not directly display the content of a database field, but rather values assigned in the value list.</paragraph>
-<paragraph role="paragraph" id="par_id3151186" xml-lang="en-US">If you work with reference values of a value list, the contents of the data field that you specified under <emph>Data Field</emph> in the form are not visible, but rather the assigned values. If you chose "Valuelist" on the <emph>Data</emph> tab under <emph>Type of list contents</emph> and assigned a reference value to the visible list entries in the form under <emph>List entries</emph> (entered in the <link href="text/shared/02/01170101.xhp" name="General"><emph>General</emph></link> tab), then the reference values are compared with the data content of the given data field. If a reference value corresponds to the content of a data field, the associated list entries are displayed in the form.</paragraph>
+<paragraph role="paragraph" id="par_id3151186" xml-lang="en-US">If you work with reference values of a value list, the contents of the data field that you specified under <emph>Data Field</emph> in the form are not visible, but rather the assigned values. If you chose "Valuelist" on the <emph>Data</emph> tab under <emph>Type of list contents</emph> and assigned a reference value to the visible list entries in the form under <emph>List entries</emph> (entered in the <link href="text/shared/02/01170101.xhp"><emph>General</emph></link> tab), then the reference values are compared with the data content of the given data field. If a reference value corresponds to the content of a data field, the associated list entries are displayed in the form.</paragraph>
</section>
<section id="Section2">
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_BOUNDCOLUMN" id="bm_id3150297" localize="false"/>
@@ -185,7 +185,7 @@
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_LISTSOURCETYPE" id="bm_id3153316" localize="false"/>
<h2 id="hd_id3149772">Type of list contents</h2>
<paragraph role="paragraph" id="par_id3154419" xml-lang="en-US"><ahelp hid="." visibility="hidden">Determines the data to fill the lists in list and combo boxes.</ahelp> Determines the data to fill the lists in list and combo boxes.</paragraph>
- <paragraph role="paragraph" id="par_id3153326" xml-lang="en-US">With the "Valuelist" option, all entries entered in the <emph>List entries</emph> field of the <link href="text/shared/02/01170101.xhp" name="General"><emph>General</emph></link> tab appear in the control. For database forms, you can use reference values (see the <link href="text/shared/02/01170102.xhp" name=" References Using Value Lists"><emph>References Using Value Lists</emph></link> section).</paragraph>
+ <paragraph role="paragraph" id="par_id3153326" xml-lang="en-US">With the "Valuelist" option, all entries entered in the <emph>List entries</emph> field of the <link href="text/shared/02/01170101.xhp"><emph>General</emph></link> tab appear in the control. For database forms, you can use reference values (see the <link href="text/shared/02/01170102.xhp"><emph>References Using Value Lists</emph></link> section).</paragraph>
<paragraph role="paragraph" id="par_id3153067" xml-lang="en-US">If the content of the control is read from a database, you can determine the type of the data source with the other options. For example, you can choose between tables and queries.</paragraph>
</section>
<section id="Section4">
@@ -202,7 +202,7 @@
<paragraph role="paragraph" id="par_id3154344" xml-lang="en-US">Here "field" is a data field from the list table "table" whose content is displayed in the list of the combo box.</paragraph>
<paragraph role="paragraph" id="par_id3149328" xml-lang="en-US"><emph>Value lists for HTML documents</emph></paragraph>
<paragraph role="paragraph" id="par_id3156034" xml-lang="en-US">For HTML forms, you can enter a value list under <emph>List content</emph>. Select the option "Valuelist" under <emph>Type of list contents</emph>. The values entered here will not be visible in the form, and are used to assign values to the visible entries. The entries made under <emph>List content</emph> correspond to the HTML tag &lt;OPTION VALUE=...&gt;.</paragraph>
- <paragraph role="paragraph" id="par_id3154855" xml-lang="en-US">In the data transfer of a selected entry from a list box or a combo box, both the list of the values displayed in the form, which was entered on the <link href="text/shared/02/01170101.xhp" name="General"><emph>General</emph></link> tab under <emph>List entries</emph>, and the value list entered on the <emph>Data</emph> tab under <emph>List content</emph>, are taken into consideration: If a (non-empty) text is at the selected position in the value list (&lt;OPTION VALUE=...&gt;), it will be transmitted. Otherwise, the text displayed in the (&lt;OPTION&gt;) control is sent.</paragraph>
+ <paragraph role="paragraph" id="par_id3154855" xml-lang="en-US">In the data transfer of a selected entry from a list box or a combo box, both the list of the values displayed in the form, which was entered on the <link href="text/shared/02/01170101.xhp"><emph>General</emph></link> tab under <emph>List entries</emph>, and the value list entered on the <emph>Data</emph> tab under <emph>List content</emph>, are taken into consideration: If a (non-empty) text is at the selected position in the value list (&lt;OPTION VALUE=...&gt;), it will be transmitted. Otherwise, the text displayed in the (&lt;OPTION&gt;) control is sent.</paragraph>
<paragraph role="paragraph" id="par_id3163377" xml-lang="en-US">If the value list is to contain an empty string, enter the value "$$$empty$$$" under <emph>List content</emph> at the corresponding position (note uppercase/lowercase). $[officename] interprets this input as an empty string and assigns it to the respective list entry.</paragraph>
<paragraph role="paragraph" id="par_id3156309" xml-lang="en-US">The following table shows the connections between HTML, JavaScript, and the $[officename] field <emph>List content</emph> using an example list box named "ListBox1". In this case, "Item" designates a list entry visible in the form:</paragraph>
<table id="tbl_id3145656">
diff --git a/source/text/shared/02/01170103.xhp b/source/text/shared/02/01170103.xhp
index 366b987ea2..0fdc7674c2 100644
--- a/source/text/shared/02/01170103.xhp
+++ b/source/text/shared/02/01170103.xhp
@@ -31,10 +31,10 @@
<bookmark_value>events; controls</bookmark_value>
<bookmark_value>macros; assigning to events in forms</bookmark_value>
</bookmark>
-<h1 id="hd_id3148643"><link href="text/shared/02/01170103.xhp" name="Events">Events</link></h1>
+<h1 id="hd_id3148643"><link href="text/shared/02/01170103.xhp">Events</link></h1>
<paragraph xml-lang="en-US" id="par_id3152350" role="paragraph">On the <emph>Events</emph> tab page you can link macros to events that occur in a form's control fields.</paragraph>
</section>
-<paragraph xml-lang="en-US" id="par_id3155419" role="paragraph">When the event occurs, the linked macro will be called. To assign a macro to an event, press the <emph>...</emph> button. The <link href="text/shared/01/06140500.xhp" name="Assign Action"><emph>Assign Action</emph></link> dialog opens.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155419" role="paragraph">When the event occurs, the linked macro will be called. To assign a macro to an event, press the <emph>...</emph> button. The <link href="text/shared/01/06140500.xhp"><emph>Assign Action</emph></link> dialog opens.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00040501.xhp#control_properties_events"/>
</section>
@@ -49,7 +49,7 @@
<paragraph xml-lang="en-US" id="par_id3145609" role="paragraph"><ahelp hid=".">The <emph>Execute action</emph> event occurs when an action is started.</ahelp> For example, if you have a "<emph>Submit</emph>" button in your form, the send process represents the action to be initiated.</paragraph>
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_EVT_CHANGED" id="bm_id3154924" localize="false"/>
<h2 id="hd_id3156343">Changed</h2>
-<paragraph xml-lang="en-US" id="par_id3148755" role="paragraph"><ahelp hid=".">The <emph>Changed</emph> event takes place when the control loses the <link href="text/shared/00/00000005.xhp#form_focus" name="focus">focus</link> and the content of the control has changed since it lost the focus.</ahelp></paragraph>
+<paragraph xml-lang="en-US" id="par_id3148755" role="paragraph"><ahelp hid=".">The <emph>Changed</emph> event takes place when the control loses the <link href="text/shared/00/00000005.xhp#form_focus">focus</link> and the content of the control has changed since it lost the focus.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_EVT_TEXTCHANGED" id="bm_id3147084" localize="false"/>
<h2 id="hd_id3153524">Text modified</h2>
<paragraph xml-lang="en-US" id="par_id3150495" role="paragraph"><ahelp hid=".">The <emph>Text modified</emph> event takes place if you enter or modify a text in an input field.</ahelp></paragraph>
@@ -58,10 +58,10 @@
<paragraph xml-lang="en-US" id="par_id3150870" role="paragraph">The <emph>Item status changed</emph> event takes place if the status of the control field has changed, for example, from checked to unchecked.</paragraph>
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_EVT_FOCUSGAINED" id="bm_id3158407" localize="false"/>
<h2 id="hd_id3151176">When receiving focus</h2>
- <paragraph xml-lang="en-US" id="par_id3154218" role="paragraph"><ahelp hid=".">The <emph>When receiving focus</emph> event takes place if a control field receives the <link href="text/shared/00/00000005.xhp#form_focus" name="focus">focus</link>.</ahelp></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154218" role="paragraph"><ahelp hid=".">The <emph>When receiving focus</emph> event takes place if a control field receives the <link href="text/shared/00/00000005.xhp#form_focus">focus</link>.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_EVT_FOCUSLOST" id="bm_id3154684" localize="false"/>
<h2 id="hd_id3150447">When losing focus</h2>
- <paragraph xml-lang="en-US" id="par_id3159252" role="paragraph"><ahelp hid=".">The <emph>When losing focus</emph> event takes place if a control field loses the <link href="text/shared/00/00000005.xhp#form_focus" name="focus">focus</link>.</ahelp></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3159252" role="paragraph"><ahelp hid=".">The <emph>When losing focus</emph> event takes place if a control field loses the <link href="text/shared/00/00000005.xhp#form_focus">focus</link>.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_EVT_KEYTYPED" id="bm_id3145787" localize="false"/>
<h2 id="hd_id3147287">Key pressed</h2>
<paragraph xml-lang="en-US" id="par_id3152940" role="paragraph"><ahelp hid=".">The <emph>Key pressed</emph> event occurs when the user presses any key while the control has the focus.</ahelp> This event may be linked to a macro for checking entries.</paragraph>
diff --git a/source/text/shared/02/01170200.xhp b/source/text/shared/02/01170200.xhp
index 2e00c97ab1..fc5f336aa8 100644
--- a/source/text/shared/02/01170200.xhp
+++ b/source/text/shared/02/01170200.xhp
@@ -34,7 +34,7 @@
<section id="form_properties">
<bookmark branch="index" xml-lang="en-US" id="bm_id3147285"><bookmark_value>forms; properties</bookmark_value><bookmark_value>properties; forms</bookmark_value></bookmark>
<bookmark branch="hid/.uno:FormProperties" xml-lang="en-US" id="bm_id3145669" localize="false"/>
-<paragraph id="hd_id3147285" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/01170200.xhp" name="Form Properties">Form Properties</link></paragraph>
+<paragraph id="hd_id3147285" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/01170200.xhp">Form Properties</link></paragraph>
<paragraph role="paragraph" id="par_id3147088" xml-lang="en-US"><variable id="form"><ahelp hid=".uno:FormProperties" visibility="visible">In this dialog you can specify, among others, the data source and the events for the whole form.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/01170201.xhp b/source/text/shared/02/01170201.xhp
index 17a2dcf1ea..e2141e8717 100644
--- a/source/text/shared/02/01170201.xhp
+++ b/source/text/shared/02/01170201.xhp
@@ -35,14 +35,14 @@
<bookmark_value>get method for form transmissions</bookmark_value>
<bookmark_value>post method for form transmissions</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3151100" xml-lang="en-US" level="1"><link href="text/shared/02/01170201.xhp" name="General">General</link></paragraph>
+<paragraph role="heading" id="hd_id3151100" xml-lang="en-US" level="1"><link href="text/shared/02/01170201.xhp">General</link></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00040501.xhp#form_properties_general"/>
</section>
<paragraph role="paragraph" id="par_id3153539" xml-lang="en-US">A form is a text document or spreadsheet with different form controls. If you create a form for a Web page, the user can enter data into it to send over the Internet. The data from the form controls of a form is transmitted to a server by specifying a URL and can be processed on the server.</paragraph>
<paragraph role="heading" id="hd_id3149283" xml-lang="en-US" level="2">Name</paragraph>
-<paragraph role="paragraph" id="par_id3150789" xml-lang="en-US">Specifies a name for the form. This name is used to identify the form in the <link href="text/shared/02/01170600.xhp" name="Form Navigator">Form Navigator</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3150789" xml-lang="en-US">Specifies a name for the form. This name is used to identify the form in the <link href="text/shared/02/01170600.xhp">Form Navigator</link>.</paragraph>
<paragraph role="heading" id="hd_id3152425" xml-lang="en-US" level="2">URL</paragraph>
<paragraph role="paragraph" id="par_id3147226" xml-lang="en-US">Specifies the URL to which the data of the completed form is to be transmitted.</paragraph>
<paragraph role="heading" id="hd_id3154751" xml-lang="en-US" level="2">Frame</paragraph>
diff --git a/source/text/shared/02/01170202.xhp b/source/text/shared/02/01170202.xhp
index 13a93e6c36..ca9a553b49 100644
--- a/source/text/shared/02/01170202.xhp
+++ b/source/text/shared/02/01170202.xhp
@@ -32,7 +32,7 @@
<bookmark_value>events;in database forms</bookmark_value>
<bookmark_value>forms;database events</bookmark_value>
</bookmark>
- <paragraph xml-lang="en-US" id="hd_id3150499" role="heading" level="1"><link href="text/shared/02/01170202.xhp" name="Events">Database Form Events</link></paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3150499" role="heading" level="1"><link href="text/shared/02/01170202.xhp">Database Form Events</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3147043" role="paragraph">The<emph> Events </emph>tab page, allows you to assign a macro to certain events which occur in a database form.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/01170203.xhp b/source/text/shared/02/01170203.xhp
index 5df43b4fcd..c467f17a9c 100644
--- a/source/text/shared/02/01170203.xhp
+++ b/source/text/shared/02/01170203.xhp
@@ -30,17 +30,17 @@
<bookmark_value>forms; subforms</bookmark_value>
<bookmark_value>subforms; description</bookmark_value>
</bookmark>
-<h1 id="hd_id3150040"><link href="text/shared/02/01170203.xhp" name="Data">Data</link></h1>
+<h1 id="hd_id3150040"><link href="text/shared/02/01170203.xhp">Data</link></h1>
<paragraph role="paragraph" id="par_id3147242" xml-lang="en-US">The<emph> Data </emph>tab page defines the form properties that refer to the database that is linked to the form.</paragraph>
</section>
-<paragraph role="paragraph" id="par_id3149398" xml-lang="en-US">Defines the data source on which the form is based, or specifies whether the data can be edited by the user. Apart from the sort and filter functions, you will also find all the necessary properties to create a <link href="text/shared/02/01170203.xhp" name="subform">subform</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3149398" xml-lang="en-US">Defines the data source on which the form is based, or specifies whether the data can be edited by the user. Apart from the sort and filter functions, you will also find all the necessary properties to create a <link href="text/shared/02/01170203.xhp">subform</link>.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00040501.xhp#form_properties_data"/>
</section>
<sort order="asc" descendant="h2">
<section id="Section1">
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_DATASOURCE" id="bm_id3153146" localize="false"/><h2 id="hd_id3154810">Data source<comment>UFI: was Database</comment></h2>
-<paragraph role="paragraph" id="par_id3152349" xml-lang="en-US"><ahelp hid=".">Defines the data source to which the form should refer.</ahelp> If you click the <emph>...</emph> button, you call the <link href="text/shared/01/01020000.xhp" name="Open"><emph>Open</emph></link> dialog, where you can choose a data source.</paragraph>
+<paragraph role="paragraph" id="par_id3152349" xml-lang="en-US"><ahelp hid=".">Defines the data source to which the form should refer.</ahelp> If you click the <emph>...</emph> button, you call the <link href="text/shared/01/01020000.xhp"><emph>Open</emph></link> dialog, where you can choose a data source.</paragraph>
</section>
<section id="Section2">
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_CURSORSOURCE" id="bm_id3150275" localize="false"/><h2 id="hd_id3146948">Content<comment>UFI: was Data source</comment></h2>
@@ -50,7 +50,7 @@
<section id="Section3">
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_CURSORSOURCETYPE" id="bm_id3153381" localize="false"/><h2 id="hd_id3148755">Content type</h2>
<paragraph role="paragraph" id="par_id3150541" xml-lang="en-US"><ahelp hid="HID_PROP_CURSORSOURCETYPE">Defines whether the data source is to be an existing database table or query, or if the form is to be generated based on an SQL statement.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3153192" xml-lang="en-US">If you choose "Table" or "Query", the form will refer to the table or query that you specify under <emph>Content</emph>. If you want to create a new query or a <link href="text/shared/02/01170203.xhp" name="subform">subform</link>, then you have to choose the "SQL" option. You can then enter the statement for the SQL query or the subform directly in the <emph>List content</emph> box on the Control properties Data tab page.</paragraph>
+<paragraph role="paragraph" id="par_id3153192" xml-lang="en-US">If you choose "Table" or "Query", the form will refer to the table or query that you specify under <emph>Content</emph>. If you want to create a new query or a <link href="text/shared/02/01170203.xhp">subform</link>, then you have to choose the "SQL" option. You can then enter the statement for the SQL query or the subform directly in the <emph>List content</emph> box on the Control properties Data tab page.</paragraph>
</section>
<section id="Section4">
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_ESCAPE_PROCESSING" id="bm_id3144433" localize="false"/><h2 id="hd_id3158409">Analyze SQL command</h2>
@@ -60,12 +60,12 @@
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_FILTER" id="bm_id3144434" localize="false"/>
<h2 id="hd_id3154684">Filter</h2>
<paragraph role="paragraph" id="par_id3150449" xml-lang="en-US"><ahelp hid=".">Enter the required conditions for filtering the data in the form. The filter specifications follow SQL rules without using the WHERE clause.</ahelp> For example, if you want to display all records with the "Mike" forename, type into the data field: Forename = 'Mike'. You can also combine conditions: Forename = 'Mike' OR Forename = 'Peter'. All records matching either of these two conditions will be displayed.</paragraph>
-<paragraph role="paragraph" id="par_id3156212" xml-lang="en-US">The filter function is available in user mode through the <link href="text/shared/02/12030000.xhp" name="AutoFilter"><emph>AutoFilter</emph></link> and <link href="text/shared/02/12090000.xhp" name="Default Filter"><emph>Default Filter</emph></link> icons on the <link href="text/shared/main0213.xhp" name="Form Navigation Bar"><emph>Form Navigation</emph> Bar</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3156212" xml-lang="en-US">The filter function is available in user mode through the <link href="text/shared/02/12030000.xhp"><emph>AutoFilter</emph></link> and <link href="text/shared/02/12090000.xhp"><emph>Default Filter</emph></link> icons on the <link href="text/shared/main0213.xhp"><emph>Form Navigation</emph> Bar</link>.</paragraph>
</section>
<section id="Section6">
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_SORT_CRITERIA" id="bm_id3151353" localize="false"/><h2 id="hd_id3156005">Sort</h2>
<paragraph role="paragraph" id="par_id3163712" xml-lang="en-US"><ahelp hid=".">Specifies the conditions to sort the data in the form. The specification of the sorting conditions follows SQL rules without the use of the ORDER BY clause.</ahelp> For example, if you want all records of a database to be sorted in one field in an ascending order and in another field in a descending order, enter Forename ASC, Name DESC (presuming Forename and Name are the names of the data fields).</paragraph>
-<paragraph role="paragraph" id="par_id3156444" xml-lang="en-US">The appropriate icons on the <link href="text/shared/main0213.xhp" name="Form Navigation Bar"><emph>Form Navigation</emph> Bar</link> can be used in User mode to sort: <link href="text/shared/02/12010000.xhp" name="Sort Ascending"><emph>Sort Ascending</emph></link>, <link href="text/shared/02/12020000.xhp" name="Sort Descending"><emph>Sort Descending</emph></link>, <link href="text/shared/02/12100100.xhp" name="Sort"><emph>Sort</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3156444" xml-lang="en-US">The appropriate icons on the <link href="text/shared/main0213.xhp"><emph>Form Navigation</emph> Bar</link> can be used in User mode to sort: <link href="text/shared/02/12010000.xhp"><emph>Sort Ascending</emph></link>, <link href="text/shared/02/12020000.xhp"><emph>Sort Descending</emph></link>, <link href="text/shared/02/12100100.xhp"><emph>Sort</emph></link>.</paragraph>
</section>
<section id="Section7">
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_DATAENTRY" id="bm_id3154129" localize="false"/><h2 id="hd_id3148616">Add data only</h2>
@@ -137,8 +137,8 @@
</section>
<section id="Section13">
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_MASTERFIELDS" id="bm_id3147097" localize="false"/><h2 id="hd_id3153714">Link master fields</h2>
-<paragraph role="paragraph" id="par_id3147339" xml-lang="en-US"><ahelp hid=".">If you create a <link href="text/shared/02/01170203.xhp" name="subform">subform</link>, enter the data field of the parent form responsible for the synchronization between parent and subform.</ahelp> To enter multiple values, press Shift + Enter after each input line.<comment>UFI: fixes #i22439#</comment></paragraph>
-<paragraph role="paragraph" id="par_id3149568" xml-lang="en-US">The subform is based on an <link href="text/shared/00/00000005.xhp#sql" name="SQL">SQL</link> query; more specifically, on a <link href="text/sdatabase/02010100.xhp" name="Parameter Query">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box.</paragraph>
+<paragraph role="paragraph" id="par_id3147339" xml-lang="en-US"><ahelp hid=".">If you create a <link href="text/shared/02/01170203.xhp">subform</link>, enter the data field of the parent form responsible for the synchronization between parent and subform.</ahelp> To enter multiple values, press Shift + Enter after each input line.<comment>UFI: fixes #i22439#</comment></paragraph>
+<paragraph role="paragraph" id="par_id3149568" xml-lang="en-US">The subform is based on an <link href="text/shared/00/00000005.xhp#sql">SQL</link> query; more specifically, on a <link href="text/sdatabase/02010100.xhp">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box.</paragraph>
<paragraph role="paragraph" id="par_id3156089" xml-lang="en-US">Consider the following example:</paragraph>
<paragraph role="paragraph" id="par_id3151017" xml-lang="en-US">The database table on which the form is based is, for example, a customer database ("Customer"), where every customer has been given a unique number in a data field named "Cust_ID". A customer's orders are maintained in another database table. You now want to see each customer's orders after entering them into the form. In order to do this you should create a subform. Under <emph>Link master fields</emph> enter the data field from the customer database which clearly identifies the customer, that is, Cust_ID. Under <emph>Link slave fields</emph> enter the name of a variable which is to accept the data of the field Cust_ID, for example, x.</paragraph>
<paragraph role="paragraph" id="par_id3151248" xml-lang="en-US">The subform should show the appropriate data from the orders table ("Orders") for each customer ID (Customer_ID -&gt; x). This is only possible if each order is uniquely assigned to one customer in the orders table. Alternatively, you can use another field called Customer_ID; however, to make sure that this field is not confused with the same field from the main form, the field is called Customer_Number.</paragraph>
diff --git a/source/text/shared/02/01170300.xhp b/source/text/shared/02/01170300.xhp
index 2824f0bd6a..1be2e4e77c 100644
--- a/source/text/shared/02/01170300.xhp
+++ b/source/text/shared/02/01170300.xhp
@@ -28,7 +28,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:TabDialog" id="bm_id9009761" localize="false"/>
<bookmark xml-lang="en-US" branch="modules/spropctrlr/ui/taborder/TabOrderDialog" id="bm_id3154841" localize="false"/>
<bookmark xml-lang="en-US" branch="modules/spropctrlr/ui/taborder/@@nowidget@@" id="bm_id3154841" localize="false"/>
-<h1 id="hd_id3146959"><link href="text/shared/02/01170300.xhp" name="Tab Order">Activation Order</link></h1>
+<h1 id="hd_id3146959"><link href="text/shared/02/01170300.xhp">Activation Order</link></h1>
<paragraph role="paragraph" id="par_id3150347" xml-lang="en-US"><variable id="text"><ahelp hid=".uno:TabDialog">Opens the <emph>Tab Order</emph> dialog so you can modify the order in which control fields get the focus when the user presses the tab key.</ahelp>
</variable><comment>the button Activation Order on Form Design toolbar opens the Tab Order dialog</comment></paragraph>
</section>
@@ -36,7 +36,7 @@
<embed href="text/shared/00/00040501.xhp#taborder"/>
</section>
<paragraph role="paragraph" id="par_id3109850" xml-lang="en-US">If form elements are inserted into a document, <item type="productname">%PRODUCTNAME</item> automatically determines in which order to move from one control to the next when using the Tab key. Every new control added is automatically placed at the end of this series. In the <emph>Tab Order</emph> dialog, you can adapt the order of this series to your individual needs.</paragraph>
-<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US">You can also define the index of a control through its specific properties by entering the desired value under <link href="text/shared/02/01170101.xhp" name="Order"><emph>Order</emph></link> in the <emph>Properties</emph> dialog of the control.</paragraph>
+<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US">You can also define the index of a control through its specific properties by entering the desired value under <link href="text/shared/02/01170101.xhp"><emph>Order</emph></link> in the <emph>Properties</emph> dialog of the control.</paragraph>
<paragraph role="paragraph" id="par_id3149760" xml-lang="en-US">A radio button inside a group can only be accessed by the Tab key when one of the radio buttons is set to "selected". If you have designed a group of radio buttons where no button is set to "selected", then the user will not be able to access the group or any of the radio buttons by keyboard.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/spropctrlr/ui/taborder/CTRLtree" id="bm_id3153114" localize="false"/><h2 id="hd_id3149140">Controls</h2>
<paragraph role="paragraph" id="par_id3150789" xml-lang="en-US"><ahelp hid="modules/spropctrlr/ui/taborder/CTRLtree">Lists all controls in the form. These controls can be selected with the tab key in the given order from top to bottom.</ahelp> Select a control from the <emph>Controls </emph>list to assign the desired position in the tab order.</paragraph>
diff --git a/source/text/shared/02/01170400.xhp b/source/text/shared/02/01170400.xhp
index 6df2946e58..f028979029 100644
--- a/source/text/shared/02/01170400.xhp
+++ b/source/text/shared/02/01170400.xhp
@@ -32,15 +32,15 @@
<bookmark_value>report;add database field</bookmark_value>
</bookmark>
<section id="add_field_Head">
- <h1 id="hd_id3144436"><link href="text/shared/02/01170400.xhp" name="Add Field">Add Field</link></h1>
+ <h1 id="hd_id3144436"><link href="text/shared/02/01170400.xhp">Add Field</link></h1>
<paragraph role="paragraph" id="par_id3166460" xml-lang="en-US"><variable id="text"><ahelp hid=".uno:AddField">Opens a window where you can select a database field to add to the form or report.</ahelp></variable><comment>same help id used for forms and reports</comment></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00040501.xhp#add_field"/>
</section>
<bookmark xml-lang="en-US" branch="hid/SVX_HID_FIELD_SEL" id="bm_id3155503" localize="false"/>
-<paragraph role="paragraph" id="par_id3156114" xml-lang="en-US"><ahelp hid="HID_FIELD_SEL">The field selection window lists all database fields of the table or query that was specified as the data source in the <link href="text/shared/02/01170201.xhp" name="Form Properties">Form Properties</link>.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3156114" xml-lang="en-US"><ahelp hid="HID_FIELD_SEL">The field selection window lists all database fields of the table or query that was specified as the data source in the <link href="text/shared/02/01170201.xhp">Form Properties</link>.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id3147620" xml-lang="en-US">You can insert a field into the current document by dragging and dropping. A field is then inserted which contains a link to the database.</paragraph>
-<paragraph role="paragraph" id="par_id3153541" xml-lang="en-US">If you add fields to a form and you switch off the <link href="text/shared/02/01170500.xhp" name="Design Mode">Design Mode</link>, you can see that $[officename] adds a labeled input field for every inserted database field.<comment>may be different for reports</comment></paragraph>
+<paragraph role="paragraph" id="par_id3153541" xml-lang="en-US">If you add fields to a form and you switch off the <link href="text/shared/02/01170500.xhp">Design Mode</link>, you can see that $[officename] adds a labeled input field for every inserted database field.<comment>may be different for reports</comment></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/02/01170500.xhp b/source/text/shared/02/01170500.xhp
index 23029402ea..42c7d4e08a 100644
--- a/source/text/shared/02/01170500.xhp
+++ b/source/text/shared/02/01170500.xhp
@@ -33,13 +33,13 @@
<section id="designmodus">
<bookmark xml-lang="en-US" branch="hid/.uno:SwitchControlDesignMode" id="bm_id3153255" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:SwitchXFormsDesignMode" id="bm_id1942197" localize="false"/>
-<paragraph role="heading" id="hd_id3151100" xml-lang="en-US" level="1"><link href="text/shared/02/01170500.xhp" name="Design Mode On/Off">Design Mode On/Off</link></paragraph>
-<paragraph role="paragraph" id="par_id3150040" xml-lang="en-US"><ahelp hid=".">Toggles the Design mode on or off. This function is used to switch quickly between <link href="text/sdatabase/04030000.xhp" name="Design">Design</link> and User mode. Activate to edit the form controls, deactivate to use the form controls.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3151100" xml-lang="en-US" level="1"><link href="text/shared/02/01170500.xhp">Design Mode On/Off</link></paragraph>
+<paragraph role="paragraph" id="par_id3150040" xml-lang="en-US"><ahelp hid=".">Toggles the Design mode on or off. This function is used to switch quickly between <link href="text/sdatabase/04030000.xhp">Design</link> and User mode. Activate to edit the form controls, deactivate to use the form controls.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00040501.xhp#design"/>
</section>
-<paragraph role="note" id="par_id3153528" xml-lang="en-US">Please note the <link href="text/shared/02/01171000.xhp" name="Open in Design Mode"><emph>Open in Design Mode</emph></link> function. If <emph>Open in Design Mode</emph> is activated, the document is always opened in Design mode, regardless of the state in which it is saved.</paragraph>
-<paragraph role="paragraph" id="par_id3147088" xml-lang="en-US">If your form is linked to a database and you turn off the Design mode, the <link href="text/shared/main0213.xhp" name="Form Bar">Form Bar</link> is displayed at the lower margin of the document window. You can edit the link to the database in the <link href="text/shared/02/01170201.xhp" name="Form Properties">Form Properties</link>.</paragraph>
+<paragraph role="note" id="par_id3153528" xml-lang="en-US">Please note the <link href="text/shared/02/01171000.xhp"><emph>Open in Design Mode</emph></link> function. If <emph>Open in Design Mode</emph> is activated, the document is always opened in Design mode, regardless of the state in which it is saved.</paragraph>
+<paragraph role="paragraph" id="par_id3147088" xml-lang="en-US">If your form is linked to a database and you turn off the Design mode, the <link href="text/shared/main0213.xhp">Form Bar</link> is displayed at the lower margin of the document window. You can edit the link to the database in the <link href="text/shared/02/01170201.xhp">Form Properties</link>.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/02/01170600.xhp b/source/text/shared/02/01170600.xhp
index f74cf75edd..a77ec288e7 100644
--- a/source/text/shared/02/01170600.xhp
+++ b/source/text/shared/02/01170600.xhp
@@ -33,7 +33,7 @@
<bookmark_value>hidden controls in Form Navigator</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ShowFmExplorer" id="bm_id7827565" localize="false"/>
-<h1 id="hd_id3143284"><link href="text/shared/02/01170600.xhp" name="Form Navigator">Form Navigator</link></h1>
+<h1 id="hd_id3143284"><link href="text/shared/02/01170600.xhp">Form Navigator</link></h1>
<paragraph role="paragraph" id="par_id3149760" xml-lang="en-US"><ahelp hid=".uno:ShowFmExplorer">Opens the <emph>Form Navigator</emph>. The <emph>Form Navigator</emph> displays all forms and subforms of the current document with their respective controls.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3147399" xml-lang="en-US">When using several forms, the Form Navigator gives an overview of all forms, and also provides various functions for editing them.</paragraph>
@@ -48,9 +48,9 @@
<bookmark xml-lang="en-US" branch="hid/SVX_HID_FM_NEW" id="bm_id3154285" localize="false"/><h2 id="hd_id3153252">New</h2>
<paragraph role="paragraph" id="par_id3153561" xml-lang="en-US"><ahelp hid="SID_FM_NEW">Adds new elements to the form. The<emph> Add </emph>function can only be called if a form is selected in the <emph>Form Navigator</emph>.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/SVX_HID_FM_NEW_FORM" id="bm_id3156326" localize="false"/><h3 id="hd_id3149763">Form</h3>
-<paragraph role="paragraph" id="par_id3156117" xml-lang="en-US"><ahelp hid="SID_FM_NEW_FORM">Creates a new form in the document. </ahelp> To create a <link href="text/shared/02/01170203.xhp" name="subform">subform</link>, add the new form under the desired parent form.</paragraph>
+<paragraph role="paragraph" id="par_id3156117" xml-lang="en-US"><ahelp hid="SID_FM_NEW_FORM">Creates a new form in the document. </ahelp> To create a <link href="text/shared/02/01170203.xhp">subform</link>, add the new form under the desired parent form.</paragraph>
<bookmark xml-lang="en-US" branch="hid/SVX_HID_FM_NEW_HIDDEN" id="bm_id3147618" localize="false"/><h3 id="hd_id3155342">Hidden Control</h3>
-<paragraph role="paragraph" id="par_id3158430" xml-lang="en-US"><ahelp hid="SID_FM_NEW_HIDDEN">Creates a hidden control in the selected form that is not displayed on the screen. A hidden control serves to include data that is transmitted together with the form.</ahelp> It contains additional information or clarifying text that you can specify when creating the form through the <link href="text/shared/02/01170101.xhp" name="Special Properties">Special Properties</link> of the control. Select the entry of the hidden control in the <emph>Form Navigator</emph> and select the <emph>Properties</emph> command.</paragraph>
+<paragraph role="paragraph" id="par_id3158430" xml-lang="en-US"><ahelp hid="SID_FM_NEW_HIDDEN">Creates a hidden control in the selected form that is not displayed on the screen. A hidden control serves to include data that is transmitted together with the form.</ahelp> It contains additional information or clarifying text that you can specify when creating the form through the <link href="text/shared/02/01170101.xhp">Special Properties</link> of the control. Select the entry of the hidden control in the <emph>Form Navigator</emph> and select the <emph>Properties</emph> command.</paragraph>
<paragraph role="paragraph" id="par_id3159147" xml-lang="en-US">You can copy controls in the document through the clipboard (shortcut keys <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C for copying and <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V for inserting). You can copy hidden controls in the <emph>Form Navigator</emph> by using drag-and-drop while keeping the <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key pressed.</paragraph>
<paragraph role="paragraph" id="par_id3145068" xml-lang="en-US">Drag and drop to copy controls within the same document or between documents. Open another form document and drag the hidden control from the <emph>Form Navigator</emph> into the <emph>Form Navigator</emph> of the target document. Click a visible control directly in the document, rest the mouse for a moment so that a copy of the control is added to the drag-and-drop clipboard, then drag the copy into the other document. If you want a copy in the same document, press <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while dragging.</paragraph>
<bookmark xml-lang="en-US" branch="hid/SVX_HID_FM_DELETE" id="bm_id3154073" localize="false"/>
@@ -58,14 +58,14 @@
<paragraph role="paragraph" id="par_id3154938" xml-lang="en-US"><ahelp hid="SID_FM_DELETE">Deletes the selected entry.</ahelp> This allows you to delete individual form components as well as whole forms with one mouse click.</paragraph>
<section id="taborder">
<h2 id="hd_id3153799">Tab order</h2>
-<paragraph role="paragraph" id="par_id3156282" xml-lang="en-US">When a form is selected, it opens the <link href="text/shared/02/01170300.xhp" name="Tab Order"><emph>Tab Order</emph></link> dialog, where the indices for focusing the control elements on the Tab key are defined.</paragraph>
+<paragraph role="paragraph" id="par_id3156282" xml-lang="en-US">When a form is selected, it opens the <link href="text/shared/02/01170300.xhp"><emph>Tab Order</emph></link> dialog, where the indices for focusing the control elements on the Tab key are defined.</paragraph>
<bookmark xml-lang="en-US" branch="hid/SVX_HID_FM_RENAME_OBJECT" id="bm_id3153180" localize="false"/>
</section>
<h2 id="hd_id3150869">Rename</h2>
<paragraph role="paragraph" id="par_id3145607" xml-lang="en-US"><ahelp hid="SID_FM_RENAME_OBJECT">Renames the selected object.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:ShowPropertyBrowser" id="bm_id4632447" localize="false"/>
<h2 id="hd_id3153194">Properties</h2>
-<paragraph role="paragraph" id="par_id3149766" xml-lang="en-US"><ahelp hid=".uno:ShowPropertyBrowser">Starts the <emph>Properties</emph> dialog for the selected entry.</ahelp> If a form is selected, the <link href="text/shared/02/01170200.xhp" name="Form Properties">Form Properties</link> dialog opens. If a control is selected, the <link href="text/shared/02/01170100.xhp" name="Control Properties">Control Properties</link> dialog opens.</paragraph>
+<paragraph role="paragraph" id="par_id3149766" xml-lang="en-US"><ahelp hid=".uno:ShowPropertyBrowser">Starts the <emph>Properties</emph> dialog for the selected entry.</ahelp> If a form is selected, the <link href="text/shared/02/01170200.xhp">Form Properties</link> dialog opens. If a control is selected, the <link href="text/shared/02/01170100.xhp">Control Properties</link> dialog opens.</paragraph>
<embed href="text/shared/02/01171000.xhp#open_in_design_mode"/>
</body>
</helpdocument>
diff --git a/source/text/shared/02/01170800.xhp b/source/text/shared/02/01170800.xhp
index a37aec4353..f64731e6c5 100644
--- a/source/text/shared/02/01170800.xhp
+++ b/source/text/shared/02/01170800.xhp
@@ -30,12 +30,12 @@
</history>
</meta>
<body>
-<paragraph role="heading" id="hd_id3150620" xml-lang="en-US" level="1"><link href="text/shared/02/01170800.xhp" name="Table Element Wizard">Table Element Wizard</link></paragraph>
+<paragraph role="heading" id="hd_id3150620" xml-lang="en-US" level="1"><link href="text/shared/02/01170800.xhp">Table Element Wizard</link></paragraph>
<paragraph role="paragraph" id="par_id3155354" xml-lang="en-US">If you insert a table control in a document, the <emph>Table Element Wizard</emph> starts automatically. In this wizard, you can interactively specify which information is displayed in the table control.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00040501.xhp#aupitab"/>
</section>
-<paragraph role="note" id="par_id3154422" xml-lang="en-US">You can use the <link href="text/shared/02/01171100.xhp" name="Wizards On/Off"><emph>Wizards On/Off</emph></link> icon to keep the wizard from starting automatically.</paragraph>
+<paragraph role="note" id="par_id3154422" xml-lang="en-US">You can use the <link href="text/shared/02/01171100.xhp"><emph>Wizards On/Off</emph></link> icon to keep the wizard from starting automatically.</paragraph>
<embed href="text/shared/02/01170801.xhp#page1"/>
<embed href="text/shared/02/01170802.xhp#page2"/>
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_GRIDWIZARD_CANCEL" id="bm_id3155552" localize="false"/><embed href="text/shared/00/00000001.xhp#cancel"/>
diff --git a/source/text/shared/02/01170801.xhp b/source/text/shared/02/01170801.xhp
index e1552fc490..2296c975c5 100644
--- a/source/text/shared/02/01170801.xhp
+++ b/source/text/shared/02/01170801.xhp
@@ -33,7 +33,7 @@
<section id="page1">
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/tableselectionpage/TableSelectionPage" id="bm_id3150808" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/tableselectionpage/@@nowidget@@" id="bm_id3150808" localize="false"/>
-<paragraph role="heading" id="hd_id3153323" xml-lang="en-US" level="1"><link href="text/shared/02/01170801.xhp" name="Table Element / List Box / Combo Box Wizard: Data">Table Element / List Box / Combo Box Wizard: Data</link></paragraph>
+<paragraph role="heading" id="hd_id3153323" xml-lang="en-US" level="1"><link href="text/shared/02/01170801.xhp">Table Element / List Box / Combo Box Wizard: Data</link></paragraph>
<paragraph role="paragraph" id="par_id3150476" xml-lang="en-US">Select the data source and table to which the form field corresponds. If you insert the form field in a document that is already linked to a data source, this page becomes invisible.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/01170802.xhp b/source/text/shared/02/01170802.xhp
index 2061563d7e..5fdf6b25bd 100644
--- a/source/text/shared/02/01170802.xhp
+++ b/source/text/shared/02/01170802.xhp
@@ -30,7 +30,7 @@
<section id="page2">
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/contentfieldpage/FieldSelectionPage" id="bm_id3150808" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/contentfieldpage/@@nowidget@@" id="bm_id3150808" localize="false"/>
-<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/shared/02/01170802.xhp" name="Table Element Wizard: Field Selection">Table Element Wizard: Field Selection</link></paragraph>
+<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/shared/02/01170802.xhp">Table Element Wizard: Field Selection</link></paragraph>
<paragraph role="paragraph" id="par_id3150476" xml-lang="en-US">Specifies which fields in the table control field should be displayed.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/01170900.xhp b/source/text/shared/02/01170900.xhp
index e39f2106db..e1dfaba713 100644
--- a/source/text/shared/02/01170900.xhp
+++ b/source/text/shared/02/01170900.xhp
@@ -29,12 +29,12 @@
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3159233"><bookmark_value>forms; Combo Box/List Box Wizard</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3154094" xml-lang="en-US" level="1"><link href="text/shared/02/01170900.xhp" name="Combo Box/List Box Wizard">Combo Box/List Box Wizard</link></paragraph>
+<paragraph role="heading" id="hd_id3154094" xml-lang="en-US" level="1"><link href="text/shared/02/01170900.xhp">Combo Box/List Box Wizard</link></paragraph>
<paragraph role="paragraph" id="par_id3152363" xml-lang="en-US">If you insert a combo box or a list box in a document, a wizard starts automatically. This wizard allows you to interactively specify which information is shown.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00040501.xhp#aupikomli"/>
</section>
-<paragraph role="note" id="par_id3145211" xml-lang="en-US">You can use the <link href="text/shared/02/01171100.xhp" name="Wizards On/Off"><emph>Wizards On/Off</emph></link> icon to keep the wizard from starting automatically.</paragraph>
+<paragraph role="note" id="par_id3145211" xml-lang="en-US">You can use the <link href="text/shared/02/01171100.xhp"><emph>Wizards On/Off</emph></link> icon to keep the wizard from starting automatically.</paragraph>
<paragraph role="paragraph" id="par_id3155391" xml-lang="en-US">The wizards for combo boxes and list boxes differ from each other in their final step. This is because the nature of control fields:</paragraph>
<paragraph role="paragraph" id="par_id3159233" xml-lang="en-US">
<emph>List Boxes</emph>
diff --git a/source/text/shared/02/01170901.xhp b/source/text/shared/02/01170901.xhp
index a9b42495e0..9d58b41e8d 100644
--- a/source/text/shared/02/01170901.xhp
+++ b/source/text/shared/02/01170901.xhp
@@ -33,7 +33,7 @@
<section id="page1">
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/contenttablepage/TableSelectionPage" id="bm_id3150808" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/contenttablepage/@@nowidget@@" id="bm_id3150808" localize="false"/>
-<paragraph role="heading" id="hd_id3154228" xml-lang="en-US" level="1"><link href="text/shared/02/01170901.xhp" name="Combo Box / List Box Wizard: Table Selection">Combo Box / List Box Wizard: Table Selection</link></paragraph>
+<paragraph role="heading" id="hd_id3154228" xml-lang="en-US" level="1"><link href="text/shared/02/01170901.xhp">Combo Box / List Box Wizard: Table Selection</link></paragraph>
<paragraph role="paragraph" id="par_id3149716" xml-lang="en-US">Specifies a table from the available database tables that contains the data field whose content should be displayed as a list entry.</paragraph>
</section>
<section id="howtoget">
@@ -43,6 +43,6 @@
<paragraph role="paragraph" id="par_id3155555" xml-lang="en-US">For combo boxes, there must be a relationship between the form table and the table containing the data to be displayed in the combo box.</paragraph>
<paragraph role="heading" id="hd_id3147226" xml-lang="en-US" level="2">Table</paragraph>
<paragraph role="paragraph" id="par_id3155338" xml-lang="en-US"><ahelp hid="modules/sabpilot/ui/contenttablepage/table">In the<emph> Table </emph>field, select the table containing the data field whose content should be displayed in the control field.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3159233" xml-lang="en-US">The table given here appears in the <link href="text/shared/02/01170102.xhp" name="Control properties">Control properties</link> as an element of an SQL statement in the <emph>List Contents</emph> field.</paragraph>
+<paragraph role="paragraph" id="par_id3159233" xml-lang="en-US">The table given here appears in the <link href="text/shared/02/01170102.xhp">Control properties</link> as an element of an SQL statement in the <emph>List Contents</emph> field.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/02/01170902.xhp b/source/text/shared/02/01170902.xhp
index b21fc31a9d..daf7c52d20 100644
--- a/source/text/shared/02/01170902.xhp
+++ b/source/text/shared/02/01170902.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="page2">
-<paragraph role="heading" id="hd_id3153323" xml-lang="en-US" level="1"><link href="text/shared/02/01170902.xhp" name="Combo/List Box Wizard: Field Selection">Combo/List Box Wizard: Field Selection</link></paragraph>
+<paragraph role="heading" id="hd_id3153323" xml-lang="en-US" level="1"><link href="text/shared/02/01170902.xhp">Combo/List Box Wizard: Field Selection</link></paragraph>
<paragraph role="paragraph" id="par_id3154228" xml-lang="en-US">Select the data field specified in the table on the previous page, whose contents should be displayed in the list or combo box.</paragraph>
</section>
<section id="howtoget">
@@ -40,6 +40,6 @@
<paragraph role="paragraph" id="par_id3093440" xml-lang="en-US"><ahelp hid="DBP_LISTBOX_RID_PAGE_LCW_CONTENTSELECTION_FIELD_LB_SELECTFIELD">Displays all table fields chosen on the previous Wizard page.</ahelp></paragraph>
<!-- removed HID DBP_EDIT_RID_PAGE_LCW_CONTENTSELECTION_FIELD_ET_DISPLAYEDFIELD --><paragraph role="heading" id="hd_id3145669" xml-lang="en-US" level="2">Display Field</paragraph>
<paragraph role="paragraph" id="par_id3145136" xml-lang="en-US"><ahelp hid="DBP_EDIT_RID_PAGE_LCW_CONTENTSELECTION_FIELD_ET_DISPLAYEDFIELD">Specifies the field whose data are to be shown in the combo or list boxes.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3145345" xml-lang="en-US">The field name given here appears in the <link href="text/shared/02/01170102.xhp" name="Control properties">Control properties</link> as an element of an SQL statement in the <emph>List Contents</emph> field.</paragraph>
+<paragraph role="paragraph" id="par_id3145345" xml-lang="en-US">The field name given here appears in the <link href="text/shared/02/01170102.xhp">Control properties</link> as an element of an SQL statement in the <emph>List Contents</emph> field.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/02/01170903.xhp b/source/text/shared/02/01170903.xhp
index 95a5515a76..24edaed4fb 100644
--- a/source/text/shared/02/01170903.xhp
+++ b/source/text/shared/02/01170903.xhp
@@ -32,7 +32,7 @@
<section id="page3a">
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/fieldlinkpage/FieldLinkPage" id="bm_id3150808" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/fieldlinkpage/@@nowidget@@" id="bm_id3150808" localize="false"/>
-<paragraph role="heading" id="hd_id3149119" xml-lang="en-US" level="1"><link href="text/shared/02/01170903.xhp" name="List Box Wizard: Field Link">List Box Wizard: Field Link</link></paragraph>
+<paragraph role="heading" id="hd_id3149119" xml-lang="en-US" level="1"><link href="text/shared/02/01170903.xhp">List Box Wizard: Field Link</link></paragraph>
<paragraph role="paragraph" id="par_id3159224" xml-lang="en-US">Indicates through which fields tables of values and list tables are linked.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3150499" xml-lang="en-US">The value table is the table of the current form where the list field is inserted. The list table is the table whose data is to be shown in the list field. Both tables must be linked over a mutual data field. These links are to be entered on this page of the wizard. The field names must not necessarily be the same (this depends upon how the field names are defined in both tables), but both fields must have the same field type.</paragraph>
@@ -41,9 +41,9 @@
</section>
<paragraph role="heading" id="hd_id3149180" xml-lang="en-US" level="2">Value table field</paragraph>
<paragraph role="paragraph" id="par_id3150789" xml-lang="en-US"><ahelp hid="modules/sabpilot/ui/fieldlinkpage/valuefield">Specifies the current form data field which should be related to a field in the linked table.</ahelp> In addition, click the desired data field in the list field below.</paragraph>
-<paragraph role="paragraph" id="par_id3145669" xml-lang="en-US">In <link href="text/shared/02/01170102.xhp" name="Control - Properties">Control - Properties</link>, the specified field will appear as an entry in the <emph>Data</emph> tab page under <emph>Data field</emph>.</paragraph>
+<paragraph role="paragraph" id="par_id3145669" xml-lang="en-US">In <link href="text/shared/02/01170102.xhp">Control - Properties</link>, the specified field will appear as an entry in the <emph>Data</emph> tab page under <emph>Data field</emph>.</paragraph>
<paragraph role="heading" id="hd_id3149827" xml-lang="en-US" level="2">List table field</paragraph>
<paragraph role="paragraph" id="par_id3155391" xml-lang="en-US"><ahelp hid="modules/sabpilot/ui/fieldlinkpage/listtable">Specifies the linked table data field, which is related to the specified value table field.</ahelp> In addition, click the data field in the lower list field.</paragraph>
-<paragraph role="paragraph" id="par_id3154823" xml-lang="en-US">In <link href="text/shared/02/01170102.xhp" name="Control - Properties">Control - Properties</link>, the specified field will appear in the <emph>Data</emph> tab page of a SQL statement under <emph>List Contents</emph>.</paragraph>
+<paragraph role="paragraph" id="par_id3154823" xml-lang="en-US">In <link href="text/shared/02/01170102.xhp">Control - Properties</link>, the specified field will appear in the <emph>Data</emph> tab page of a SQL statement under <emph>List Contents</emph>.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/02/01170904.xhp b/source/text/shared/02/01170904.xhp
index cf171216a0..f8b5cfc9fb 100644
--- a/source/text/shared/02/01170904.xhp
+++ b/source/text/shared/02/01170904.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="page3b">
-<paragraph role="heading" id="hd_id3144740" xml-lang="en-US" level="1"><link href="text/shared/02/01170904.xhp" name="Combo Box Wizard: Database Field">Combo Box Wizard: Database Field</link></paragraph>
+<paragraph role="heading" id="hd_id3144740" xml-lang="en-US" level="1"><link href="text/shared/02/01170904.xhp">Combo Box Wizard: Database Field</link></paragraph>
<paragraph role="paragraph" id="par_id3153323" xml-lang="en-US">With the combination fields, you can either save the value of a field in a database or display this value in a form.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3155150" xml-lang="en-US">The user values entered in the combination field or selected in the list can be saved in the database table that is accessed in the form. Note that the saving of values in another table is not possible. If the values are not to be saved in a database, they will be saved only in the form. This is especially helpful in HTML forms, where the user's entered or selected values are to be assigned to a server.</paragraph>
@@ -42,7 +42,7 @@
<paragraph role="paragraph" id="par_id3150178" xml-lang="en-US">Two options are available for this question:</paragraph>
<paragraph role="heading" id="hd_id3153394" xml-lang="en-US" level="3">Yes, I want to save it in the following database field</paragraph>
<paragraph role="paragraph" id="par_id3147043" xml-lang="en-US"><ahelp hid="modules/sabpilot/ui/optiondbfieldpage/yesRadiobutton">Specifies whether the user's entered or selected combination field value should be saved in a database field.</ahelp> Several database table fields are offered which can be accessed in the current form.</paragraph>
-<paragraph role="paragraph" id="par_id3145212" xml-lang="en-US">In <link href="text/shared/02/01170102.xhp" name="Control - Properties">Control - Properties</link> the selected field appears as an entry in the <emph>Data</emph> tab page under <emph>Data field</emph>.</paragraph>
+<paragraph role="paragraph" id="par_id3145212" xml-lang="en-US">In <link href="text/shared/02/01170102.xhp">Control - Properties</link> the selected field appears as an entry in the <emph>Data</emph> tab page under <emph>Data field</emph>.</paragraph>
<paragraph role="heading" id="hd_id3149177" xml-lang="en-US" level="3">List field</paragraph>
<paragraph role="paragraph" id="par_id3147008" xml-lang="en-US"><ahelp hid="modules/sabpilot/ui/optiondbfieldpage/storeInFieldCombobox">Specifies the data field where the combination field value should be saved.</ahelp></paragraph>
<paragraph role="heading" id="hd_id3148538" xml-lang="en-US" level="3">No, I only want to save the value in the form</paragraph>
diff --git a/source/text/shared/02/01171000.xhp b/source/text/shared/02/01171000.xhp
index f4929cfaf2..46ed49073c 100644
--- a/source/text/shared/02/01171000.xhp
+++ b/source/text/shared/02/01171000.xhp
@@ -35,8 +35,8 @@
<bookmark_value>edit mode; after opening</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:OpenReadOnly" id="bm_id3148520" localize="false"/>
-<h1 id="hd_id3156211"><link href="text/shared/02/01171000.xhp" name="Open in Design Mode">Open in Design Mode</link></h1>
-<paragraph role="paragraph" id="par_id3146130" xml-lang="en-US"><ahelp hid=".uno:OpenReadOnly">Opens forms in <link href="text/sdatabase/04030000.xhp" name="Design Mode">Design Mode</link> so that the form can be edited.</ahelp></paragraph>
+<h1 id="hd_id3156211"><link href="text/shared/02/01171000.xhp">Open in Design Mode</link></h1>
+<paragraph role="paragraph" id="par_id3146130" xml-lang="en-US"><ahelp hid=".uno:OpenReadOnly">Opens forms in <link href="text/sdatabase/04030000.xhp">Design Mode</link> so that the form can be edited.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3155805" xml-lang="en-US">You cannot activate the controls of the form or edit contents of database records in Design Mode. However, you can change the position and size of the controls, edit other properties, and add or delete controls in Design Mode.</paragraph>
<section id="howtoget">
diff --git a/source/text/shared/02/01171100.xhp b/source/text/shared/02/01171100.xhp
index c171e9b832..221506c576 100644
--- a/source/text/shared/02/01171100.xhp
+++ b/source/text/shared/02/01171100.xhp
@@ -32,7 +32,7 @@
<body>
<section id="wizards_on_off">
<bookmark xml-lang="en-US" branch="hid/.uno:UseWizards" id="bm_id3156211" localize="false"/>
-<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/shared/02/01171100.xhp" name="Wizards On/Off">Wizards On/Off</link></paragraph>
+<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/shared/02/01171100.xhp">Wizards On/Off</link></paragraph>
<paragraph role="paragraph" id="par_id3147143" xml-lang="en-US"><ahelp hid=".uno:UseWizards">Specifies whether to start the wizard automatically when inserting a new control.</ahelp> This setting applies globally to all documents.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/01171300.xhp b/source/text/shared/02/01171300.xhp
index 0e68601db3..254f9e1b13 100644
--- a/source/text/shared/02/01171300.xhp
+++ b/source/text/shared/02/01171300.xhp
@@ -24,7 +24,7 @@
</topic>
</meta>
<body>
-<h1 id="hd_id3151262"><link href="text/shared/02/01171300.xhp" name="Snap to Grid">Snap to Grid</link></h1>
+<h1 id="hd_id3151262"><link href="text/shared/02/01171300.xhp">Snap to Grid</link></h1>
<paragraph role="paragraph" id="par_id3149495" xml-lang="en-US"><ahelp hid=".">Specifies whether to move frames, drawing elements, and controls only between grid points.</ahelp></paragraph>
<section id="sysnap_to_grid">
<table id="tbl_id3154230">
diff --git a/source/text/shared/02/01220000.xhp b/source/text/shared/02/01220000.xhp
index a1f31b170e..bac3a4bd0f 100644
--- a/source/text/shared/02/01220000.xhp
+++ b/source/text/shared/02/01220000.xhp
@@ -26,14 +26,14 @@
</meta>
<body>
<section id="navigator">
-<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/shared/02/01220000.xhp" name="Navigator">Navigator</link></paragraph>
+<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/shared/02/01220000.xhp">Navigator</link></paragraph>
<paragraph role="paragraph" id="par_id3148983" xml-lang="en-US">Click the <emph>Navigator On/Off</emph> icon to hide or show the <emph>Navigator</emph>.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3152594" xml-lang="en-US">You can also call the <emph>Navigator</emph> by selecting <switchinline select="appl">
-<caseinline select="WRITER"><link href="text/swriter/01/02110000.xhp" name="View - Navigator"><emph>View - Navigator</emph></link></caseinline>
-<caseinline select="CALC"><link href="text/scalc/01/02110000.xhp" name="View - Navigator"><emph>View - Navigator</emph></link></caseinline>
-<caseinline select="DRAW"><link href="text/simpress/01/02110000.xhp" name="View - Navigator"><emph>View - Navigator</emph></link></caseinline>
-<caseinline select="IMPRESS"><link href="text/simpress/01/02110000.xhp" name="View - Navigator"><emph>View - Navigator</emph></link></caseinline>
+<caseinline select="WRITER"><link href="text/swriter/01/02110000.xhp"><emph>View - Navigator</emph></link></caseinline>
+<caseinline select="CALC"><link href="text/scalc/01/02110000.xhp"><emph>View - Navigator</emph></link></caseinline>
+<caseinline select="DRAW"><link href="text/simpress/01/02110000.xhp"><emph>View - Navigator</emph></link></caseinline>
+<caseinline select="IMPRESS"><link href="text/simpress/01/02110000.xhp"><emph>View - Navigator</emph></link></caseinline>
<defaultinline><emph>View - Navigator</emph></defaultinline></switchinline>.</paragraph>
<section id="synavigator">
<table id="tbl_id3156136">
diff --git a/source/text/shared/02/01230000.xhp b/source/text/shared/02/01230000.xhp
index a61d21a1b9..1b3b53496d 100644
--- a/source/text/shared/02/01230000.xhp
+++ b/source/text/shared/02/01230000.xhp
@@ -30,13 +30,13 @@
<body>
<section id="stylist">
<bookmark xml-lang="en-US" branch="hid/.uno:DesignerDialog" id="bm_id3154894" localize="false"/>
-<h1 id="hd_id3154228" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/01/05140000.xhp" name="text documents">Styles</link></caseinline><caseinline select="CALC"><link href="text/scalc/01/05100000.xhp" name="spreadsheets">Styles</link></caseinline><defaultinline><link href="text/simpress/01/05100000.xhp" name="presentations/drawing documents">Styles</link></defaultinline></switchinline></h1>
+<h1 id="hd_id3154228" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/01/05140000.xhp">Styles</link></caseinline><caseinline select="CALC"><link href="text/scalc/01/05100000.xhp">Styles</link></caseinline><defaultinline><link href="text/simpress/01/05100000.xhp">Styles</link></defaultinline></switchinline></h1>
<paragraph role="paragraph" id="par_id3144436" xml-lang="en-US"><ahelp hid=".uno:DesignerDialog">Specifies whether to show or hide the <emph>Styles</emph> window, which is where you can assign and organize styles.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3153894" xml-lang="en-US">Each $[officename] application has its own <emph>Styles</emph> window. Hence there are separate windows for <switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/01/05140000.xhp" name="text documents">text documents</link>
-</caseinline><defaultinline>text documents</defaultinline></switchinline>, for <switchinline select="appl"><caseinline select="CALC"><link href="text/scalc/01/05100000.xhp" name="spreadsheets">spreadsheets</link>
-</caseinline><defaultinline>spreadsheets</defaultinline></switchinline> and for <switchinline select="appl"><caseinline select="IMPRESS"><link href="text/simpress/01/05100000.xhp" name="presentations/drawing documents">presentations/drawing documents</link>
-</caseinline><caseinline select="DRAW"><link href="text/simpress/01/05100000.xhp" name="presentations/drawing documents">presentations/drawing documents</link>
+<paragraph role="paragraph" id="par_id3153894" xml-lang="en-US">Each $[officename] application has its own <emph>Styles</emph> window. Hence there are separate windows for <switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/01/05140000.xhp">text documents</link>
+</caseinline><defaultinline>text documents</defaultinline></switchinline>, for <switchinline select="appl"><caseinline select="CALC"><link href="text/scalc/01/05100000.xhp">spreadsheets</link>
+</caseinline><defaultinline>spreadsheets</defaultinline></switchinline> and for <switchinline select="appl"><caseinline select="IMPRESS"><link href="text/simpress/01/05100000.xhp">presentations/drawing documents</link>
+</caseinline><caseinline select="DRAW"><link href="text/simpress/01/05100000.xhp">presentations/drawing documents</link>
</caseinline><defaultinline>presentations/drawing documents</defaultinline></switchinline>.</paragraph>
<section id="systylist">
<table id="tbl_id3153345">
diff --git a/source/text/shared/02/02010000.xhp b/source/text/shared/02/02010000.xhp
index e73dbd1ec8..0cd4b14884 100644
--- a/source/text/shared/02/02010000.xhp
+++ b/source/text/shared/02/02010000.xhp
@@ -29,7 +29,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:StyleApplyState" id="bm_id3361219" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:StyleApply" id="bm_id3154863" localize="false"/>
<section id="paragraph_style">
-<paragraph id="hd_id3148520" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/02010000.xhp" name="Set Paragraph Style">Set Paragraph Style</link></paragraph>
+<paragraph id="hd_id3148520" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/02010000.xhp">Set Paragraph Style</link></paragraph>
<paragraph id="par_id3155351" role="paragraph" xml-lang="en-US"><ahelp hid=".">Assigns a style to the current paragraph, selected paragraphs, or to a selected object.</ahelp></paragraph>
</section>
<paragraph id="par_idN10621" role="paragraph" xml-lang="en-US">To reset the selected objects to the default paragraph style, select <emph>Clear formatting</emph>. Select <emph>More Styles</emph> to open the <emph>Styles</emph> window.</paragraph>
diff --git a/source/text/shared/02/02020000.xhp b/source/text/shared/02/02020000.xhp
index 7ee25b43fb..46ccbb838a 100644
--- a/source/text/shared/02/02020000.xhp
+++ b/source/text/shared/02/02020000.xhp
@@ -32,7 +32,7 @@
</bookmark>
<paragraph xml-lang="en-US" id="par_id3148983" role="paragraph" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:CharFontName" id="bm_id4814517" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3150808" role="heading" level="1"><link href="text/shared/02/02020000.xhp" name="Font Name">Font Name</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3150808" role="heading" level="1"><link href="text/shared/02/02020000.xhp">Font Name</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3156414" role="paragraph"><variable id="schriftarttext"><ahelp hid=".uno:CharFontName">Allows you to select a font name from the list or enter a font name directly.</ahelp></variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3153750" role="paragraph">You can enter several fonts, separated by semicolons. $[officename] uses each named font in succession if the previous fonts are not available.</paragraph>
</section>
@@ -51,7 +51,7 @@
</table>
</section>
<paragraph xml-lang="en-US" id="par_id3156024" role="note">In $[officename] you see the available fonts only if a printer is installed as the default printer in your system. In order to install a printer as the default printer please refer to your operating system documentation.</paragraph>
-<paragraph xml-lang="en-US" id="par_id3148550" role="paragraph"><variable id="vorschautext">You can see the name of the fonts formatted in their respective font if you mark the <emph>Show preview of fonts</emph> field in <link href="text/shared/optionen/01010800.xhp" name="$[officename] - View"><emph>$[officename] - View</emph></link> in the <emph>Options</emph> dialog box.</variable></paragraph>
+<paragraph xml-lang="en-US" id="par_id3148550" role="paragraph"><variable id="vorschautext">You can see the name of the fonts formatted in their respective font if you mark the <emph>Show preview of fonts</emph> field in <link href="text/shared/optionen/01010800.xhp"><emph>$[officename] - View</emph></link> in the <emph>Options</emph> dialog box.</variable></paragraph>
<switch select="sys">
<case select="WIN">
<paragraph xml-lang="en-US" id="par_id3154125" role="warning">If you receive an error message that states that certain fonts have not been found, you can install them with <emph>$[officename] Setup</emph> in the <emph>Repair</emph> mode if it is a $[officename] font.</paragraph>
diff --git a/source/text/shared/02/02030000.xhp b/source/text/shared/02/02030000.xhp
index e9965554fc..9e716d9009 100644
--- a/source/text/shared/02/02030000.xhp
+++ b/source/text/shared/02/02030000.xhp
@@ -29,7 +29,7 @@
</meta>
<body>
<section id="font_size">
-<bookmark branch="hid/.uno:FontHeight" xml-lang="en-US" id="bm_id3154545" localize="false"/><paragraph id="hd_id3085157" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/02030000.xhp" name="Font Size">Font Size</link></paragraph>
+<bookmark branch="hid/.uno:FontHeight" xml-lang="en-US" id="bm_id3154545" localize="false"/><paragraph id="hd_id3085157" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/02030000.xhp">Font Size</link></paragraph>
<paragraph role="paragraph" id="par_id3150014" xml-lang="en-US"><variable id="schriftgroessetext"><ahelp hid=".uno:FontHeight" visibility="visible">Allows you to choose between different font sizes from the list, or to enter a size manually.</ahelp></variable></paragraph>
</section>
<section id="syfont_size">
diff --git a/source/text/shared/02/02040000.xhp b/source/text/shared/02/02040000.xhp
index 9be679f1d3..6810c72964 100644
--- a/source/text/shared/02/02040000.xhp
+++ b/source/text/shared/02/02040000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="text_left_to_right">
<bookmark branch="hid/.uno:TextdirectionLeftToRight" xml-lang="en-US" id="bm_id3148520" localize="false"/>
-<h1 id="hd_id3153255"><link href="text/shared/02/02040000.xhp" name="Text running from left to right">Text running from left to right</link></h1>
+<h1 id="hd_id3153255"><link href="text/shared/02/02040000.xhp">Text running from left to right</link></h1>
<paragraph role="paragraph" id="par_id3153539" xml-lang="en-US"><ahelp hid=".uno:TextdirectionLeftToRight">Specifies the horizontal direction of the text.</ahelp></paragraph>
</section>
<section id="sytext_left_to_right">
diff --git a/source/text/shared/02/02050000.xhp b/source/text/shared/02/02050000.xhp
index 8f7316d4a2..6e47fd4129 100644
--- a/source/text/shared/02/02050000.xhp
+++ b/source/text/shared/02/02050000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="text_top_to_bottom">
<bookmark branch="hid/.uno:TextdirectionTopToBottom" xml-lang="en-US" id="bm_id3148520" localize="false"/>
-<h1 id="hd_id3149119"><link href="text/shared/02/02050000.xhp" name="Text running from top to bottom">Text running from top to bottom</link></h1>
+<h1 id="hd_id3149119"><link href="text/shared/02/02050000.xhp">Text running from top to bottom</link></h1>
<paragraph role="paragraph" id="par_id3153089" xml-lang="en-US"><ahelp hid=".uno:TextdirectionTopToBottom" visibility="visible">Specifies the vertical direction of the text.</ahelp></paragraph>
</section>
<section id="sytext_top_to_bottom">
diff --git a/source/text/shared/02/02130000.xhp b/source/text/shared/02/02130000.xhp
index 9e001110c2..b4af2655b7 100644
--- a/source/text/shared/02/02130000.xhp
+++ b/source/text/shared/02/02130000.xhp
@@ -31,10 +31,10 @@
<bookmark_value>paragraphs;decreasing indents of</bookmark_value>
<bookmark_value>decrease indent of paragraph</bookmark_value>
</bookmark>
- <h1 id="hd_id3154228" xml-lang="en-US"><variable id="decreaseindent_h1"> <link href="text/shared/02/02130000.xhp" name="Decrease Indent">Decrease Indent</link></variable></h1>
+ <h1 id="hd_id3154228" xml-lang="en-US"><variable id="decreaseindent_h1"> <link href="text/shared/02/02130000.xhp">Decrease Indent</link></variable></h1>
<paragraph role="paragraph" id="par_id3150247" xml-lang="en-US"><ahelp hid=".uno:DecrementIndent">Click the <emph>Decrease Indent</emph> icon to reduce the left indent of the current paragraph or cell content and set it to the previous default tab position.</ahelp></paragraph>
</section>
- <paragraph role="paragraph" id="par_id3154186" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">If you previously increased the indentation for several collectively selected paragraphs, this command can decrease the indentation for all of the selected paragraphs.</caseinline><caseinline select="CALC">The cell content refers to the current value under <link href="text/shared/01/05340300.xhp" name="Format - Cells - Alignment"><emph>Format - Cells - Alignment</emph></link>.</caseinline></switchinline></paragraph>
+ <paragraph role="paragraph" id="par_id3154186" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">If you previously increased the indentation for several collectively selected paragraphs, this command can decrease the indentation for all of the selected paragraphs.</caseinline><caseinline select="CALC">The cell content refers to the current value under <link href="text/shared/01/05340300.xhp"><emph>Format - Cells - Alignment</emph></link>.</caseinline></switchinline></paragraph>
<section id="indentdecreaseicon">
<table id="tbl_id3147576">
<tablerow>
@@ -47,7 +47,7 @@
</tablerow>
</table>
</section>
- <paragraph role="paragraph" id="par_id3153031" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline> key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href="text/shared/optionen/01040200.xhp" name="Writer - General"><emph>%PRODUCTNAME Writer - General</emph></link> in the <emph>Options</emph> dialog box.</caseinline></switchinline></paragraph>
+ <paragraph role="paragraph" id="par_id3153031" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline> key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href="text/shared/optionen/01040200.xhp"><emph>%PRODUCTNAME Writer - General</emph></link> in the <emph>Options</emph> dialog box.</caseinline></switchinline></paragraph>
<section id="relatedtopics">
<embed href="text/shared/02/02140000.xhp#increaseindent_h1"/>
<embed href="text/swriter/guide/indenting.xhp#indenting"/>
diff --git a/source/text/shared/02/02140000.xhp b/source/text/shared/02/02140000.xhp
index 3de6d3bb3d..168ba59a2b 100644
--- a/source/text/shared/02/02140000.xhp
+++ b/source/text/shared/02/02140000.xhp
@@ -31,11 +31,11 @@
<bookmark_value>increase indent of paragraph</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:IncrementIndent" id="bm_id636827" localize="false"/>
- <h1 xml-lang="en-US" id="hd_id3148520"><variable id="increaseindent_h1"><link href="text/shared/02/02140000.xhp" name="Increase Indent">Increase Indent</link></variable></h1>
+ <h1 xml-lang="en-US" id="hd_id3148520"><variable id="increaseindent_h1"><link href="text/shared/02/02140000.xhp">Increase Indent</link></variable></h1>
<paragraph xml-lang="en-US" id="par_id3151330" role="paragraph"><ahelp hid=".">Click the <emph>Increase Indent</emph> icon to increase the left indent of the current paragraph or cell content and set it to the next default tab position.</ahelp></paragraph>
</section>
<paragraph xml-lang="en-US" id="par_id3149798" role="paragraph"><switchinline select="appl"><caseinline select="WRITER">If several paragraphs are selected, the indentation of all selected paragraphs is increased.
- </caseinline><caseinline select="CALC">The cell content refers to the current value under <link href="text/shared/01/05340300.xhp" name="Format - Cells - Alignment"><emph>Format - Cells - Alignment</emph></link> tab.
+ </caseinline><caseinline select="CALC">The cell content refers to the current value under <link href="text/shared/01/05340300.xhp"><emph>Format - Cells - Alignment</emph></link> tab.
</caseinline></switchinline></paragraph>
<section id="indentincreaseicon">
<table id="tbl_id3155535">
@@ -49,7 +49,7 @@
</tablerow>
</table>
</section>
- <paragraph xml-lang="en-US" id="par_id3152996" role="paragraph"><switchinline select="appl"><caseinline select="WRITER">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline> key to move the indenting of the selected paragraph by the default tab distance set under <link href="text/shared/optionen/01040200.xhp" name="Writer - General"><emph>%PRODUCTNAME Writer - General</emph></link> in the <emph>Options</emph> dialog box.</caseinline></switchinline></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3152996" role="paragraph"><switchinline select="appl"><caseinline select="WRITER">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline> key to move the indenting of the selected paragraph by the default tab distance set under <link href="text/shared/optionen/01040200.xhp"><emph>%PRODUCTNAME Writer - General</emph></link> in the <emph>Options</emph> dialog box.</caseinline></switchinline></paragraph>
<paragraph xml-lang="en-US" id="par_id3157910" role="paragraph"><switchinline select="appl"><caseinline select="WRITER">Example:</caseinline></switchinline></paragraph>
<paragraph xml-lang="en-US" id="par_id3153698" role="paragraph"><switchinline select="appl"><caseinline select="WRITER">The indents of two paragraphs are moved with the <emph>Increase Indent</emph> function to a standard tab distance of 2 cm:</caseinline></switchinline></paragraph>
<switch select="appl">
diff --git a/source/text/shared/02/02160000.xhp b/source/text/shared/02/02160000.xhp
index 411189d3e4..96649e47ba 100644
--- a/source/text/shared/02/02160000.xhp
+++ b/source/text/shared/02/02160000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="character_highlight">
<bookmark xml-lang="en-US" branch="hid/.uno:BackColor" id="bm_id3153323" localize="false"/>
-<h1 id="hd_id3109850"><link href="text/shared/02/02160000.xhp" name="Highlight Color">Highlighting</link></h1>
+<h1 id="hd_id3109850"><link href="text/shared/02/02160000.xhp">Highlighting</link></h1>
<paragraph role="paragraph" id="par_id3154927" xml-lang="en-US"><variable id="highlight_color"><ahelp hid=".uno:BackColor">Applies current highlighting color to the <switchinline select="appl"><caseinline select="WRITER">character style or</caseinline></switchinline> text selection.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/02170000.xhp b/source/text/shared/02/02170000.xhp
index 9c6655d6bf..612cb7ecb7 100644
--- a/source/text/shared/02/02170000.xhp
+++ b/source/text/shared/02/02170000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="background_color">
<bookmark xml-lang="en-US" branch="hid/.uno:BackgroundColor" id="bm_id3148983" localize="false"/>
-<h1 id="hd_id3154232"><link href="text/shared/02/02170000.xhp" name="Background Color">Background Color</link></h1>
+<h1 id="hd_id3154232"><link href="text/shared/02/02170000.xhp">Background Color</link></h1>
<paragraph role="paragraph" id="par_id3149140" xml-lang="en-US"><variable id="hintergrundfarbetext"><ahelp hid=".">Click to open a toolbar where you can click a background color for a paragraph. The color is applied to the background of the current paragraph or the selected paragraphs.</ahelp></variable></paragraph>
</section>
<embed href="text/shared/guide/background.xhp#background"/>
diff --git a/source/text/shared/02/03110000.xhp b/source/text/shared/02/03110000.xhp
index f620fd361d..fcea979a40 100644
--- a/source/text/shared/02/03110000.xhp
+++ b/source/text/shared/02/03110000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="increase_spacing">
<bookmark xml-lang="en-US" branch="hid/.uno:ParaspaceIncrease" id="bm_id7509975" localize="false"/>
-<paragraph role="heading" id="hd_id3154873" xml-lang="en-US" level="1"><link href="text/shared/02/03110000.xhp" name="Increase Spacing">Increase Spacing</link></paragraph>
+<paragraph role="heading" id="hd_id3154873" xml-lang="en-US" level="1"><link href="text/shared/02/03110000.xhp">Increase Spacing</link></paragraph>
<paragraph role="paragraph" id="par_id3156211" xml-lang="en-US"><ahelp hid=".uno:ParaspaceIncrease">Click the <emph>Increase Spacing</emph> icon to increase the paragraph spacing above the selected paragraph.</ahelp></paragraph>
</section>
<section id="syincrease_spacing">
@@ -45,6 +45,6 @@
</tablerow>
</table>
</section>
-<paragraph role="paragraph" id="par_id3155391" xml-lang="en-US">You can make additional adjustments to the spacing by selecting <link href="text/shared/01/05030100.xhp" name="Format - Paragraph - Indents &amp; Spacing"><emph>Format - Paragraph - Indents &amp; Spacing</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3155391" xml-lang="en-US">You can make additional adjustments to the spacing by selecting <link href="text/shared/01/05030100.xhp"><emph>Format - Paragraph - Indents &amp; Spacing</emph></link>.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/02/03120000.xhp b/source/text/shared/02/03120000.xhp
index 5978371994..bd04790c2b 100644
--- a/source/text/shared/02/03120000.xhp
+++ b/source/text/shared/02/03120000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="decrease_spacing">
<bookmark xml-lang="en-US" branch="hid/.uno:ParaspaceDecrease" id="bm_id4194635" localize="false"/>
-<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/shared/02/03120000.xhp" name="Decrease Spacing">Decrease Spacing</link></paragraph>
+<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/shared/02/03120000.xhp">Decrease Spacing</link></paragraph>
<paragraph role="paragraph" id="par_id3147143" xml-lang="en-US"><ahelp hid=".uno:ParaspaceDecrease">Click the <emph>Decrease Spacing</emph> icon to decrease the paragraph spacing above the selected paragraph.</ahelp></paragraph>
</section>
<section id="sydecrease_spacing">
@@ -45,6 +45,6 @@
</tablerow>
</table>
</section>
-<paragraph role="paragraph" id="par_id3156410" xml-lang="en-US">You can make additional adjustments to the spacing by selecting <link href="text/shared/01/05030100.xhp" name="Format - Paragraph - Indents &amp; Spacing"><emph>Format - Paragraph - Indents &amp; Spacing</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3156410" xml-lang="en-US">You can make additional adjustments to the spacing by selecting <link href="text/shared/01/05030100.xhp"><emph>Format - Paragraph - Indents &amp; Spacing</emph></link>.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/02/03130000.xhp b/source/text/shared/02/03130000.xhp
index 2ffae46f0e..1f4c164ef3 100644
--- a/source/text/shared/02/03130000.xhp
+++ b/source/text/shared/02/03130000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="borders">
<bookmark xml-lang="en-US" branch="hid/.uno:SetBorderStyle" id="bm_id5165835" localize="false"/>
-<h1 id="hd_id3143284"><link href="text/shared/02/03130000.xhp" name="Borders">Borders</link></h1>
+<h1 id="hd_id3143284"><link href="text/shared/02/03130000.xhp">Borders</link></h1>
<paragraph role="paragraph" id="par_id3153255" xml-lang="en-US"><ahelp hid=".uno:SetBorderStyle">Click the <emph>Borders</emph> icon to open the <emph>Borders</emph> toolbar, where you can modify the border of a sheet area or an object.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3147261" xml-lang="en-US"><switchinline select="appl"><caseinline select="CALC">
@@ -49,7 +49,7 @@
</tablerow>
</table>
</section>
-<paragraph role="paragraph" id="par_id3148990" xml-lang="en-US">Further information can be found in the Help in <link href="text/shared/01/05030500.xhp" name="Borders"><emph>Borders</emph></link>. You can also find information on how to <link href="text/shared/guide/border_table.xhp" name="format a text table"><emph>format a text table</emph></link> with the <emph>Borders</emph> icon.</paragraph>
+<paragraph role="paragraph" id="par_id3148990" xml-lang="en-US">Further information can be found in the Help in <link href="text/shared/01/05030500.xhp"><emph>Borders</emph></link>. You can also find information on how to <link href="text/shared/guide/border_table.xhp"><emph>format a text table</emph></link> with the <emph>Borders</emph> icon.</paragraph>
<section id="relatedtopics">
<switch select="appl">
<case select="WRITER"><embed href="text/swriter/guide/border_object.xhp#border_object"/><comment>UFI: moved border_object into Writer switch</comment><embed href="text/swriter/guide/border_page.xhp#border_page"/>
diff --git a/source/text/shared/02/03140000.xhp b/source/text/shared/02/03140000.xhp
index 4841850c85..ff9f625d6e 100644
--- a/source/text/shared/02/03140000.xhp
+++ b/source/text/shared/02/03140000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="line_style">
<bookmark xml-lang="en-US" branch="hid/.uno:LineStyle" id="bm_id3154545" localize="false"/>
-<h1 id="hd_id3146936"><link href="text/shared/02/03140000.xhp" name="Line Style">Line Style</link></h1>
+<h1 id="hd_id3146936"><link href="text/shared/02/03140000.xhp">Line Style</link></h1>
<paragraph role="paragraph" id="par_id3155577" xml-lang="en-US"><ahelp hid=".uno:LineStyle">Click this icon to open the <emph>Line Style</emph> toolbar, where you can modify the border line style.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3154926" xml-lang="en-US">This border can be the border of a frame, graphic or table. The <emph>Line Style</emph> icon will only be visible if a graphic, table, chart object or frame has been selected.</paragraph>
@@ -43,6 +43,6 @@
</tablerow>
</table>
</section>
-<paragraph role="paragraph" id="par_id3153114" xml-lang="en-US">For more information, see the <link href="text/shared/01/05030500.xhp" name="Borders"><emph>Borders</emph></link> section of the Help.</paragraph>
+<paragraph role="paragraph" id="par_id3153114" xml-lang="en-US">For more information, see the <link href="text/shared/01/05030500.xhp"><emph>Borders</emph></link> section of the Help.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/02/03150000.xhp b/source/text/shared/02/03150000.xhp
index f54a3ea307..7dca71c094 100644
--- a/source/text/shared/02/03150000.xhp
+++ b/source/text/shared/02/03150000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="border_color">
<bookmark xml-lang="en-US" branch="hid/.uno:FrameLineColor" id="bm_id3109850" localize="false"/>
-<paragraph role="heading" id="hd_id3154873" xml-lang="en-US" level="1"><link href="text/shared/02/03150000.xhp" name="Border Color">Border Color</link></paragraph>
+<paragraph role="heading" id="hd_id3154873" xml-lang="en-US" level="1"><link href="text/shared/02/03150000.xhp">Border Color</link></paragraph>
<paragraph role="paragraph" id="par_id3163829" xml-lang="en-US"><ahelp hid=".uno:FrameLineColor">Click the <emph>Line Color (of the border)</emph> icon to open the <emph>Border Color</emph> toolbar, which enables you to change the border color of an object.</ahelp></paragraph>
</section>
<section id="syborder_color">
@@ -42,6 +42,6 @@
</tablerow>
</table>
</section>
-<paragraph role="paragraph" id="par_id3154317" xml-lang="en-US">For more information, see the <link href="text/shared/01/05030500.xhp" name="Borders"><emph>Borders</emph></link> section in the Help.</paragraph>
+<paragraph role="paragraph" id="par_id3154317" xml-lang="en-US">For more information, see the <link href="text/shared/01/05030500.xhp"><emph>Borders</emph></link> section in the Help.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/02/03200000.xhp b/source/text/shared/02/03200000.xhp
index 3f0e1b37b1..331eb90655 100644
--- a/source/text/shared/02/03200000.xhp
+++ b/source/text/shared/02/03200000.xhp
@@ -29,11 +29,11 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3153323"><bookmark_value>anchors; changing</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ToggleAnchorType" id="bm_id571270" localize="false"/>
-<h1 id="hd_id3153323" xml-lang="en-US"><link href="text/shared/02/03200000.xhp" name="Change Anchor">Anchor</link></h1>
+<h1 id="hd_id3153323" xml-lang="en-US"><link href="text/shared/02/03200000.xhp">Anchor</link></h1>
</section>
<paragraph role="paragraph" id="par_id3150499" xml-lang="en-US"><variable id="verankerungtext"><ahelp hid=".uno:ToggleAnchorType">Allows you to switch between anchoring options.</ahelp>
</variable> The <menuitem>Anchor</menuitem> icon is only visible when an object such as a graphic or control field <switchinline select="appl"><caseinline select="WRITER">or frame</caseinline></switchinline> is selected.</paragraph>
-<paragraph role="paragraph" id="par_id3155555" xml-lang="en-US">Further information about the anchoring is contained in the <link href="text/shared/01/05260000.xhp" name="Anchoring"><emph>Anchoring</emph></link> help section.</paragraph>
+<paragraph role="paragraph" id="par_id3155555" xml-lang="en-US">Further information about the anchoring is contained in the <link href="text/shared/01/05260000.xhp"><emph>Anchoring</emph></link> help section.</paragraph>
<switch select="appl">
<case select="WRITER"><embed href="text/shared/00/00040501.xhp#syanchoring"/>
</case>
diff --git a/source/text/shared/02/04210000.xhp b/source/text/shared/02/04210000.xhp
index aeff823d00..acad30ec89 100644
--- a/source/text/shared/02/04210000.xhp
+++ b/source/text/shared/02/04210000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="optimize">
<bookmark xml-lang="en-US" branch="hid/.uno:OptimizeTable" id="bm_id6810577" localize="false"/>
-<h1 id="hd_id3151185" xml-lang="en-US"><variable id="optimizeh1"><link href="text/shared/02/04210000.xhp" name="Optimize Size">Optimize Size</link></variable></h1>
+<h1 id="hd_id3151185" xml-lang="en-US"><variable id="optimizeh1"><link href="text/shared/02/04210000.xhp">Optimize Size</link></variable></h1>
<paragraph role="paragraph" id="par_id3145412" xml-lang="en-US"><ahelp hid=".uno:OptimizeTable">Opens a toolbar that contains functions for optimizing the rows and columns in a table.</ahelp></paragraph>
</section>
<section id="syoptimize">
diff --git a/source/text/shared/02/05020000.xhp b/source/text/shared/02/05020000.xhp
index 0530ff4bae..895344df97 100644
--- a/source/text/shared/02/05020000.xhp
+++ b/source/text/shared/02/05020000.xhp
@@ -30,10 +30,10 @@
<body>
<section id="arrow_style">
<bookmark xml-lang="en-US" branch="hid/.uno:LineEndStyle" id="bm_id3109850" localize="false"/>
-<h1 id="hd_id3148520"><link href="text/shared/02/05020000.xhp" name="Arrow Style">Arrow Style</link></h1>
+<h1 id="hd_id3148520"><link href="text/shared/02/05020000.xhp">Arrow Style</link></h1>
<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US"><ahelp hid=".uno:LineEndStyle">Opens the <emph>Arrowheads</emph> toolbar. Use the symbols shown to define the style for the end of the selected line.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3150808" xml-lang="en-US">The <emph>Arrow Style</emph> icon is only displayed when you create a drawing with the drawing functions. For more information, see the <link href="text/shared/01/05200300.xhp" name="Line Styles"><emph>Line Styles</emph></link> section of the Help.</paragraph>
+<paragraph role="paragraph" id="par_id3150808" xml-lang="en-US">The <emph>Arrow Style</emph> icon is only displayed when you create a drawing with the drawing functions. For more information, see the <link href="text/shared/01/05200300.xhp"><emph>Line Styles</emph></link> section of the Help.</paragraph>
<section id="syarrow_style">
<table id="tbl_id3147261">
<tablerow>
diff --git a/source/text/shared/02/05090000.xhp b/source/text/shared/02/05090000.xhp
index e4d0c79b6a..4efbef9b22 100644
--- a/source/text/shared/02/05090000.xhp
+++ b/source/text/shared/02/05090000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="rotate">
<bookmark xml-lang="en-US" branch="hid/.uno:ToggleObjectRotateMode" id="bm_id3148520" localize="false"/>
-<paragraph role="heading" id="hd_id3154863" xml-lang="en-US" level="1"><link href="text/shared/02/05090000.xhp" name="Rotate">Rotate</link></paragraph>
+<paragraph role="heading" id="hd_id3154863" xml-lang="en-US" level="1"><link href="text/shared/02/05090000.xhp">Rotate</link></paragraph>
<paragraph role="paragraph" id="par_id3149119" xml-lang="en-US"><ahelp hid=".uno:ToggleObjectRotateMode">Rotates the selected object.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3149716" xml-lang="en-US"><switchinline select="appl"><caseinline select="IMPRESS">Select an object and click the <emph>Rotate</emph> icon on the <emph>Drawing</emph> toolbar.
@@ -49,7 +49,7 @@
</table>
</section>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3156113" xml-lang="en-US"><link href="text/shared/01/05230300.xhp" name="Format - Position and Size - Rotate"><emph>Format - Position and Size - Rotate</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3156113" xml-lang="en-US"><link href="text/shared/01/05230300.xhp"><emph>Format - Position and Size - Rotate</emph></link>.</paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/02/06050000.xhp b/source/text/shared/02/06050000.xhp
index 70941518a0..51089004b3 100644
--- a/source/text/shared/02/06050000.xhp
+++ b/source/text/shared/02/06050000.xhp
@@ -31,10 +31,10 @@
<section id="demote_one_level">
<bookmark xml-lang="en-US" branch="hid/.uno:OutlineRight" id="bm_id7638577" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:DecrementLevel" id="bm_id6945277" localize="false"/>
- <h1 id="hd_id3148983"><link href="text/shared/02/06050000.xhp" name="Demote One Level">Demote<switchinline select="appl"><caseinline select="WRITER"> Outline Level</caseinline></switchinline></link></h1>
+ <h1 id="hd_id3148983"><link href="text/shared/02/06050000.xhp">Demote<switchinline select="appl"><caseinline select="WRITER"> Outline Level</caseinline></switchinline></link></h1>
<paragraph role="paragraph" id="par_id3147285" xml-lang="en-US"><ahelp hid="."><switchinline select="appl"><caseinline select="WRITER">Moves a chapter heading where the cursor is located, or selected chapter headings, down one outline level. </caseinline></switchinline>Moves a list paragraph where the cursor is located, or selected list paragraphs, down one list level.</ahelp><comment>UFI: need two files for numbering and outline, also for 06060000.xhp</comment></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3149549" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">The <menuitem>Demote Outline Level</menuitem> icon is on the <link href="text/swriter/main0206.xhp" name="BulletNumberingBar"><menuitem>Bullets and Numbering</menuitem></link> bar, which appears when the cursor is positioned on a numbered chapter heading or a list paragraph.</caseinline>
+<paragraph role="paragraph" id="par_id3149549" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">The <menuitem>Demote Outline Level</menuitem> icon is on the <link href="text/swriter/main0206.xhp"><menuitem>Bullets and Numbering</menuitem></link> bar, which appears when the cursor is positioned on a numbered chapter heading or a list paragraph.</caseinline>
<caseinline select="IMPRESS">The <menuitem>Demote</menuitem> icon is on the <menuitem>Outline</menuitem> bar, which appears when working in the outline view. This function can also be called by pressing <keycode>Alt+Shift+Right Arrow</keycode>.</caseinline></switchinline></paragraph>
<section id="sydemote_one_level">
<table id="tbl_id3153394">
diff --git a/source/text/shared/02/06060000.xhp b/source/text/shared/02/06060000.xhp
index 45b26e90fb..9977ec7956 100644
--- a/source/text/shared/02/06060000.xhp
+++ b/source/text/shared/02/06060000.xhp
@@ -31,10 +31,10 @@
<section id="promote_one_level">
<bookmark xml-lang="en-US" branch="hid/.uno:OutlineLeft" id="bm_id1102480" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:IncrementLevel" id="bm_id8156328" localize="false"/>
-<h1 id="hd_id3159225"><link href="text/shared/02/06060000.xhp" name="Promote One Level">Promote<switchinline select="appl"><caseinline select="WRITER"> Outline Level</caseinline></switchinline></link></h1>
+<h1 id="hd_id3159225"><link href="text/shared/02/06060000.xhp">Promote<switchinline select="appl"><caseinline select="WRITER"> Outline Level</caseinline></switchinline></link></h1>
<paragraph role="paragraph" id="par_id3149999" xml-lang="en-US"><ahelp hid="."><switchinline select="appl"><caseinline select="WRITER">Moves a chapter heading where the cursor is located, or selected chapter headings, up one outline level. </caseinline></switchinline>Moves a list paragraph where the cursor is located, or selected list paragraphs, up one list level.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3149205" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">The <menuitem>Promote Outline Level</menuitem> icon is on the <link href="text/swriter/main0206.xhp" name="BulletNumberingBar"><menuitem>Bullets and Numbering</menuitem></link> bar, which appears when the cursor is positioned on a numbered chapter heading or a list paragraph.</caseinline><caseinline select="IMPRESS">The <menuitem>Promote</menuitem> icon is on the <menuitem>Outline</menuitem> bar, which appears when working in the outline view. This function can also be called by pressing <keycode>Alt+Shift+Left Arrow</keycode>.</caseinline></switchinline></paragraph>
+<paragraph role="paragraph" id="par_id3149205" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">The <menuitem>Promote Outline Level</menuitem> icon is on the <link href="text/swriter/main0206.xhp"><menuitem>Bullets and Numbering</menuitem></link> bar, which appears when the cursor is positioned on a numbered chapter heading or a list paragraph.</caseinline><caseinline select="IMPRESS">The <menuitem>Promote</menuitem> icon is on the <menuitem>Outline</menuitem> bar, which appears when working in the outline view. This function can also be called by pressing <keycode>Alt+Shift+Left Arrow</keycode>.</caseinline></switchinline></paragraph>
<section id="sypromote_one_level">
<table id="tbl_id3147008">
<tablerow>
diff --git a/source/text/shared/02/06100000.xhp b/source/text/shared/02/06100000.xhp
index ec2ad68357..3d06061ba9 100644
--- a/source/text/shared/02/06100000.xhp
+++ b/source/text/shared/02/06100000.xhp
@@ -31,13 +31,13 @@
<section id="move_up">
<bookmark xml-lang="en-US" branch="hid/.uno:OutlineUp" id="bm_id3154094" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:MoveUp" id="bm_id3148520" localize="false"/>
-<h1 id="hd_id3144740"><link href="text/shared/02/06100000.xhp" name="Move Up"><switchinline select="appl"><caseinline select="WRITER">Move Item Up</caseinline><defaultinline>Move Up</defaultinline></switchinline></link></h1>
+<h1 id="hd_id3144740"><link href="text/shared/02/06100000.xhp"><switchinline select="appl"><caseinline select="WRITER">Move Item Up</caseinline><defaultinline>Move Up</defaultinline></switchinline></link></h1>
<paragraph role="paragraph" id="par_id3109850" xml-lang="en-US"><ahelp hid=".">Moves the paragraph where the cursor is located, or selected paragraphs, to before the previous paragraph.</ahelp></paragraph>
</section>
<switch select="appl">
<case select="WRITER">
<paragraph role="paragraph" id="par_id3149283" xml-lang="en-US">If you have numbered paragraphs and use the <menuitem>Move Item Up</menuitem> command, then the numbers are adjusted automatically to the current order.</paragraph>
-<paragraph role="paragraph" id="par_id681650030725110">The <menuitem>Move Item Up</menuitem> icon appears on the <link href="text/swriter/main0206.xhp" name="BulletNumberingBar"><menuitem>Bullets and Numbering</menuitem></link> bar.</paragraph>
+<paragraph role="paragraph" id="par_id681650030725110">The <menuitem>Move Item Up</menuitem> icon appears on the <link href="text/swriter/main0206.xhp"><menuitem>Bullets and Numbering</menuitem></link> bar.</paragraph>
<paragraph role="paragraph" id="par_id3155555" xml-lang="en-US">The <menuitem>Move Item Up</menuitem> command is always active. This function can also be called by pressing <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>Alt</keycode>+<keycode>Up Arrow</keycode>.</paragraph>
</case>
<case select="IMPRESS">
diff --git a/source/text/shared/02/06110000.xhp b/source/text/shared/02/06110000.xhp
index 3d99053de1..73b5a56820 100644
--- a/source/text/shared/02/06110000.xhp
+++ b/source/text/shared/02/06110000.xhp
@@ -31,13 +31,13 @@
<section id="move_down">
<bookmark xml-lang="en-US" branch="hid/.uno:OutlineDown" id="bm_id3154894" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:MoveDown" id="bm_id3149495" localize="false"/>
-<h1 id="hd_id3148520"><link href="text/shared/02/06110000.xhp" name="Move Down"><switchinline select="appl"><caseinline select="WRITER">Move Item Down</caseinline><defaultinline>Move Down</defaultinline></switchinline></link></h1>
+<h1 id="hd_id3148520"><link href="text/shared/02/06110000.xhp"><switchinline select="appl"><caseinline select="WRITER">Move Item Down</caseinline><defaultinline>Move Down</defaultinline></switchinline></link></h1>
<paragraph role="paragraph" id="par_id3154228" xml-lang="en-US"><ahelp hid=".">Moves the paragraph where the cursor is located, or selected paragraphs, to after the next paragraph.</ahelp></paragraph>
</section>
<switch select="appl">
<case select="WRITER">
<paragraph role="paragraph" id="par_id3158405" xml-lang="en-US">If you have numbered paragraphs and use <menuitem>Move Item Down</menuitem>, then the numbers are adjusted automatically to the current order.</paragraph>
-<paragraph role="paragraph" id="par_id431650033515260">The <menuitem>Move Item Down</menuitem> icon appears on the <link href="text/swriter/main0206.xhp" name="BulletNumberingBar"><menuitem>Bullets and Numbering</menuitem></link> bar.</paragraph>
+<paragraph role="paragraph" id="par_id431650033515260">The <menuitem>Move Item Down</menuitem> icon appears on the <link href="text/swriter/main0206.xhp"><menuitem>Bullets and Numbering</menuitem></link> bar.</paragraph>
<paragraph role="paragraph" id="par_id3149751" xml-lang="en-US">The <menuitem>Move Item Down</menuitem> command is always active. This function can also be called by pressing <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>Alt</keycode>+<keycode>Down Arrow</keycode>.</paragraph>
</case>
<case select="IMPRESS">
diff --git a/source/text/shared/02/06120000.xhp b/source/text/shared/02/06120000.xhp
index 09826d05ee..30bbd59367 100644
--- a/source/text/shared/02/06120000.xhp
+++ b/source/text/shared/02/06120000.xhp
@@ -30,13 +30,13 @@
<body>
<section id="toggle_bullets">
<bookmark xml-lang="en-US" branch="hid/.uno:DefaultBullet" id="bm_id5921827" localize="false"/>
-<h1 id="hd_id3154228" xml-lang="en-US"><link href="text/shared/02/06120000.xhp" name="Bullets On/Off">Toggle Unordered List</link></h1>
+<h1 id="hd_id3154228" xml-lang="en-US"><link href="text/shared/02/06120000.xhp">Toggle Unordered List</link></h1>
<paragraph role="paragraph" id="par_id3148520" xml-lang="en-US"><ahelp hid=".uno:DefaultBullet">Assigns bullet points to the selected paragraphs, or removes them from bulleted paragraphs.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3155150" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">Bullet options such as type and position are defined in the <link href="text/shared/01/06050000.xhp" name="Bullets and Numbering"><emph>Bullets and Numbering</emph></link> dialog. To open this dialog, click the <emph>Bullets and Numbering</emph> icon on the <link href="text/swriter/main0206.xhp" name="Bullets and Numbering Bar"><emph>Bullets and Numbering</emph> bar</link>.</caseinline></switchinline></paragraph>
-<paragraph role="paragraph" id="par_id3145669" xml-lang="en-US"><switchinline select="appl"><caseinline select="IMPRESS">Bullet options such as type and position are defined in the <link href="text/shared/01/06050000.xhp" name="Bullets and Numbering"><emph>Bullets and Numbering</emph></link> dialog. To open this dialog, click the <emph>Bullets and Numbering</emph> icon on the <emph>Text Formatting</emph> bar.</caseinline></switchinline></paragraph>
-<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">In the <link href="text/swriter/01/03120000.xhp" name="Web Layout"><emph>Web Layout</emph></link>, some numbering/bullet options are not available.</caseinline></switchinline></paragraph>
-<paragraph role="paragraph" id="par_id3154317" xml-lang="en-US"><switchinline select="appl"><caseinline select="IMPRESS">The distance between the text and the left text box and the position of the bullets can be determined in the dialog under <link href="text/shared/01/05030100.xhp" name="Format - Paragraph"><emph>Format - Paragraph</emph></link> by entering the left indent and the first-line indent.</caseinline></switchinline></paragraph>
+<paragraph role="paragraph" id="par_id3155150" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">Bullet options such as type and position are defined in the <link href="text/shared/01/06050000.xhp"><emph>Bullets and Numbering</emph></link> dialog. To open this dialog, click the <emph>Bullets and Numbering</emph> icon on the <link href="text/swriter/main0206.xhp"><emph>Bullets and Numbering</emph> bar</link>.</caseinline></switchinline></paragraph>
+<paragraph role="paragraph" id="par_id3145669" xml-lang="en-US"><switchinline select="appl"><caseinline select="IMPRESS">Bullet options such as type and position are defined in the <link href="text/shared/01/06050000.xhp"><emph>Bullets and Numbering</emph></link> dialog. To open this dialog, click the <emph>Bullets and Numbering</emph> icon on the <emph>Text Formatting</emph> bar.</caseinline></switchinline></paragraph>
+<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">In the <link href="text/swriter/01/03120000.xhp"><emph>Web Layout</emph></link>, some numbering/bullet options are not available.</caseinline></switchinline></paragraph>
+<paragraph role="paragraph" id="par_id3154317" xml-lang="en-US"><switchinline select="appl"><caseinline select="IMPRESS">The distance between the text and the left text box and the position of the bullets can be determined in the dialog under <link href="text/shared/01/05030100.xhp"><emph>Format - Paragraph</emph></link> by entering the left indent and the first-line indent.</caseinline></switchinline></paragraph>
<section id="sytoggle_bullets">
<table id="tbl_id3146798">
<tablerow>
diff --git a/source/text/shared/02/07010000.xhp b/source/text/shared/02/07010000.xhp
index 6921a10dd9..ca50727f24 100644
--- a/source/text/shared/02/07010000.xhp
+++ b/source/text/shared/02/07010000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="urlladen">
<bookmark xml-lang="en-US" branch="hid/.uno:OpenURL" id="bm_id7760961" localize="false"/>
-<paragraph role="heading" id="hd_id3149119" xml-lang="en-US" level="1"><link href="text/shared/02/07010000.xhp" name="Load URL">Load URL</link></paragraph>
+<paragraph role="heading" id="hd_id3149119" xml-lang="en-US" level="1"><link href="text/shared/02/07010000.xhp">Load URL</link></paragraph>
<paragraph role="paragraph" id="par_id3155364" xml-lang="en-US"><ahelp hid=".">Loads a document specified by an entered URL. You can type a new URL, edit an URL, or select one from the list. Displays the full path of the current document.</ahelp></paragraph>
<paragraph role="tip" id="par_idN108C6" xml-lang="en-US">Enable <emph>Load URL</emph> with the <emph>Visible Buttons</emph> command (right-click the toolbar).<comment>i73505</comment></paragraph>
</section>
diff --git a/source/text/shared/02/07060000.xhp b/source/text/shared/02/07060000.xhp
index 08d64a67a8..b24dc65f47 100644
--- a/source/text/shared/02/07060000.xhp
+++ b/source/text/shared/02/07060000.xhp
@@ -31,7 +31,7 @@
<section id="reload">
<bookmark branch="index" xml-lang="en-US" id="bm_id3153089"><bookmark_value>reloading; documents</bookmark_value><bookmark_value>documents; reloading</bookmark_value><bookmark_value>loading; reloading</bookmark_value></bookmark>
<bookmark branch="hid/.uno:Reload" xml-lang="en-US" id="bm_id3144740" localize="false"/>
-<paragraph id="hd_id3153089" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/07060000.xhp" name="Reload">Reload</link></paragraph>
+<paragraph id="hd_id3153089" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/07060000.xhp">Reload</link></paragraph>
<paragraph role="paragraph" id="par_id3151315" xml-lang="en-US"><ahelp hid=".uno:Reload" visibility="visible">Replaces the current document with the last saved version.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3159201" xml-lang="en-US">Any changes made after the last save will be lost.</paragraph>
diff --git a/source/text/shared/02/07070000.xhp b/source/text/shared/02/07070000.xhp
index f486e28ab2..f325143be0 100644
--- a/source/text/shared/02/07070000.xhp
+++ b/source/text/shared/02/07070000.xhp
@@ -38,7 +38,7 @@
<bookmark_value>Edit Mode icon</bookmark_value>
</bookmark><comment>mw inserted "Edit File icon" entry</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:EditDoc" id="bm_id2451362" localize="false"/>
-<h1 id="hd_id3148520" xml-lang="en-US"><link href="text/shared/02/07070000.xhp" name="Edit File">Edit Mode</link></h1>
+<h1 id="hd_id3148520" xml-lang="en-US"><link href="text/shared/02/07070000.xhp">Edit Mode</link></h1>
<paragraph role="paragraph" id="par_id3153089" xml-lang="en-US"><ahelp hid=".uno:EditDoc" visibility="hidden">Enables you to edit a read-only document or database table.</ahelp> Use the<emph> Edit Mode</emph> icon to activate or deactivate the edit mode.</paragraph>
</section>
<section id="syedit_mode">
diff --git a/source/text/shared/02/07070100.xhp b/source/text/shared/02/07070100.xhp
index 338cb3548d..54ac715d52 100644
--- a/source/text/shared/02/07070100.xhp
+++ b/source/text/shared/02/07070100.xhp
@@ -30,7 +30,7 @@
<body>
<section id="edit_data">
<bookmark xml-lang="en-US" branch="hid/.uno:DSBEditDoc" id="bm_id9004181" localize="false"/>
-<paragraph role="heading" id="hd_id3144415" xml-lang="en-US" level="1"><link href="text/shared/02/07070100.xhp" name="Edit Data">Edit Data</link></paragraph>
+<paragraph role="heading" id="hd_id3144415" xml-lang="en-US" level="1"><link href="text/shared/02/07070100.xhp">Edit Data</link></paragraph>
<bookmark xml-lang="en-US" branch="index" id="bm_id3144740"><bookmark_value>read-only documents; database tables on/off </bookmark_value>
<bookmark_value>protected database tables</bookmark_value>
<bookmark_value>data; read-only</bookmark_value>
diff --git a/source/text/shared/02/07070200.xhp b/source/text/shared/02/07070200.xhp
index 06ca1721f8..49e723e49b 100644
--- a/source/text/shared/02/07070200.xhp
+++ b/source/text/shared/02/07070200.xhp
@@ -29,10 +29,10 @@
</meta>
<body>
<section id="save_record">
-<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"><link href="text/shared/02/07070200.xhp" name="Save Record">Save Record</link></paragraph>
+<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"><link href="text/shared/02/07070200.xhp">Save Record</link></paragraph>
<bookmark xml-lang="en-US" branch="index" id="bm_id3163829"><bookmark_value>records; saving</bookmark_value>
</bookmark>
-<paragraph role="paragraph" id="par_id3163829" xml-lang="en-US"><ahelp hid=".">Saves the current database table record.</ahelp> The <emph>Save Record</emph> icon is found on the <link href="text/shared/main0212.xhp" name="Database Bar"><emph>Table Data</emph> bar</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3163829" xml-lang="en-US"><ahelp hid=".">Saves the current database table record.</ahelp> The <emph>Save Record</emph> icon is found on the <link href="text/shared/main0212.xhp"><emph>Table Data</emph> bar</link>.</paragraph>
</section>
<embed href="text/shared/00/00000401.xhp#sysave"/>
<paragraph role="paragraph" id="par_id3152372" xml-lang="en-US">Changes to the contents of a record are automatically saved as soon as you select another record. To save changes without selecting another record, click the <emph>Save Record</emph> icon.</paragraph>
diff --git a/source/text/shared/02/07080000.xhp b/source/text/shared/02/07080000.xhp
index 3004adbe15..cd330a0d2e 100644
--- a/source/text/shared/02/07080000.xhp
+++ b/source/text/shared/02/07080000.xhp
@@ -28,7 +28,7 @@
<section id="stop">
<bookmark xml-lang="en-US" branch="hid/SID_BROWSE_STOP" id="bm_id1158113" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:Stop" id="bm_id3148520" localize="false"/>
-<paragraph role="heading" id="hd_id3154228" xml-lang="en-US" level="1"><link href="text/shared/02/07080000.xhp" name="Stop Loading">Stop Loading</link></paragraph>
+<paragraph role="heading" id="hd_id3154228" xml-lang="en-US" level="1"><link href="text/shared/02/07080000.xhp">Stop Loading</link></paragraph>
<paragraph role="paragraph" id="par_id3149495" xml-lang="en-US"><ahelp hid=".uno:Stop">Click to interrupt the current loading process, <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>+click to interrupt all loading processes.</ahelp></paragraph>
</section>
</body>
diff --git a/source/text/shared/02/07090000.xhp b/source/text/shared/02/07090000.xhp
index b6f9728c56..05f66563c2 100644
--- a/source/text/shared/02/07090000.xhp
+++ b/source/text/shared/02/07090000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="exportpdf">
<bookmark branch="hid/.uno:ExportDirectToPDF" xml-lang="en-US" id="bm_id3154545" localize="false"/>
-<paragraph id="hd_id3146946" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/07090000.xhp" name="Export Directly as PDF">Export Directly as PDF</link></paragraph>
+<paragraph id="hd_id3146946" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/07090000.xhp">Export Directly as PDF</link></paragraph>
<paragraph role="paragraph" id="par_id3085157" xml-lang="en-US"><ahelp hid=".uno:ExportDirectToPDF" visibility="visible">Exports the current document directly as <emph>PDF</emph>. No settings dialog is shown.</ahelp></paragraph>
</section>
<embed href="text/shared/00/00000401.xhp#syexportpdf"/>
diff --git a/source/text/shared/02/08010000.xhp b/source/text/shared/02/08010000.xhp
index 9813017a81..44fdb9dcbf 100644
--- a/source/text/shared/02/08010000.xhp
+++ b/source/text/shared/02/08010000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="document_information">
<bookmark branch="hid/.uno:StatusGetTitle" xml-lang="en-US" id="bm_id3149991" localize="false"/>
-<paragraph id="hd_id3153383" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/08010000.xhp" name="Document Information">Document Information</link></paragraph>
+<paragraph id="hd_id3153383" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/08010000.xhp">Document Information</link></paragraph>
<paragraph role="paragraph" id="par_id3155271" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:StatusGetTitle">Displays information about the active <item type="productname">%PRODUCTNAME</item> Basic document.</ahelp> The names of the document, the library, and the module are displayed, separated by dots.</paragraph>
</section>
</body>
diff --git a/source/text/shared/02/08020000.xhp b/source/text/shared/02/08020000.xhp
index c58048d4d8..ab37997474 100644
--- a/source/text/shared/02/08020000.xhp
+++ b/source/text/shared/02/08020000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="position_in_document">
<bookmark xml-lang="en-US" branch="hid/.uno:StatusGetPosition" id="bm_id3467432" localize="false"/>
-<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"><link href="text/shared/02/08020000.xhp" name="Position in Document">Position in Document</link></paragraph>
+<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"><link href="text/shared/02/08020000.xhp">Position in Document</link></paragraph>
<paragraph role="paragraph" id="par_id3143284" xml-lang="en-US"><ahelp hid=".uno:StatusGetPosition">Displays the current cursor position in the <emph>%PRODUCTNAME</emph> Basic document. The row number is specified, then the column number.</ahelp></paragraph>
</section>
</body>
diff --git a/source/text/shared/02/09070000.xhp b/source/text/shared/02/09070000.xhp
index 05c01e7ef5..a2211a6c3e 100644
--- a/source/text/shared/02/09070000.xhp
+++ b/source/text/shared/02/09070000.xhp
@@ -30,14 +30,14 @@
<bookmark xml-lang="en-US" branch="hid/.uno:HyperlinkDialog" id="bm_id4087126" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:EditHyperlink" id="bm_id6121214" localize="false"/>
-<h1 xml-lang="en-US" id="hd_id3145759"><variable id="hyperdia"><link href="text/shared/02/09070000.xhp" name="Hyperlink Dialog">Hyperlink</link></variable></h1>
+<h1 xml-lang="en-US" id="hd_id3145759"><variable id="hyperdia"><link href="text/shared/02/09070000.xhp">Hyperlink</link></variable></h1>
<paragraph xml-lang="en-US" id="par_id3156183" role="paragraph"><variable id="hyperdiatext"><ahelp hid=".">Opens a dialog that enables you to edit hyperlinks.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
<paragraph role="paragraph" id="par_id511616406933483">Choose <menuitem>Insert - Hyperlink</menuitem>.</paragraph>
<paragraph role="paragraph" id="par_id771616410590648">Choose <menuitem>Edit - Hyperlink</menuitem>, when the cursor is placed in a hyperlink.</paragraph>
-<paragraph role="paragraph" id="par_id161616407054506">On <link href="text/shared/main0201.xhp" name="Standard Bar"><emph>Standard</emph></link> bar, click</paragraph>
+<paragraph role="paragraph" id="par_id161616407054506">On <link href="text/shared/main0201.xhp"><emph>Standard</emph></link> bar, click</paragraph>
</section>
<section id="syhyperdia">
diff --git a/source/text/shared/02/09070100.xhp b/source/text/shared/02/09070100.xhp
index f1ac31d90a..81aa41fa0f 100644
--- a/source/text/shared/02/09070100.xhp
+++ b/source/text/shared/02/09070100.xhp
@@ -28,8 +28,8 @@
<section id="internet">
<bookmark xml-lang="en-US" branch="hid/cui/ui/hyperlinkinternetpage/HyperlinkInternetPage" id="bm_id3149119" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/hyperlinkinternetpage/@@nowidget@@" id="bm_id3149119" localize="false"/>
-<h1 id="hd_id3151100"><link href="text/shared/02/09070100.xhp" name="Internet">Internet</link></h1>
-<paragraph role="paragraph" id="par_id3154230" xml-lang="en-US"><ahelp hid=".">Use the <emph>Internet</emph> page of the <link href="text/shared/02/09070000.xhp" name="Hyperlink dialog"><emph>Hyperlink</emph> dialog</link> to edit hyperlinks with <emph>WWW</emph> or <emph>FTP</emph> addresses.</ahelp></paragraph>
+<h1 id="hd_id3151100"><link href="text/shared/02/09070100.xhp">Internet</link></h1>
+<paragraph role="paragraph" id="par_id3154230" xml-lang="en-US"><ahelp hid=".">Use the <emph>Internet</emph> page of the <link href="text/shared/02/09070000.xhp"><emph>Hyperlink</emph> dialog</link> to edit hyperlinks with <emph>WWW</emph> or <emph>FTP</emph> addresses.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000403.xhp#hypdiainternet"/>
diff --git a/source/text/shared/02/09070200.xhp b/source/text/shared/02/09070200.xhp
index 9858b5574f..439e3ac6c7 100644
--- a/source/text/shared/02/09070200.xhp
+++ b/source/text/shared/02/09070200.xhp
@@ -28,8 +28,8 @@
<section id="mailnews">
<bookmark xml-lang="en-US" branch="hid/cui/ui/hyperlinkmailpage/HyperlinkMailPage" id="bm_id3152918" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/hyperlinkmailpage/@@nowidget@@" id="bm_id3152918" localize="false"/>
-<h1 id="hd_id3147102"><link href="text/shared/02/09070200.xhp" name="Mail">Mail</link></h1>
-<paragraph role="paragraph" id="par_id3153049" xml-lang="en-US"><ahelp hid=".">On the <emph>Mail</emph> page in the <link href="text/shared/02/09070000.xhp" name="Hyperlink dialog"><emph>Hyperlink</emph> dialog</link> you can edit hyperlinks for email addresses.</ahelp></paragraph>
+<h1 id="hd_id3147102"><link href="text/shared/02/09070200.xhp">Mail</link></h1>
+<paragraph role="paragraph" id="par_id3153049" xml-lang="en-US"><ahelp hid=".">On the <emph>Mail</emph> page in the <link href="text/shared/02/09070000.xhp"><emph>Hyperlink</emph> dialog</link> you can edit hyperlinks for email addresses.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000403.xhp#hypdiamailnews"/>
diff --git a/source/text/shared/02/09070300.xhp b/source/text/shared/02/09070300.xhp
index 29de0ff1b5..fb9ebe99e3 100644
--- a/source/text/shared/02/09070300.xhp
+++ b/source/text/shared/02/09070300.xhp
@@ -28,8 +28,8 @@
<section id="document">
<bookmark xml-lang="en-US" branch="hid/cui/ui/hyperlinkdocpage/HyperlinkDocPage" id="bm_id3154094" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/hyperlinkdocpage/@@nowidget@@" id="bm_id3154094" localize="false"/>
-<h1 id="hd_id3143284"><link href="text/shared/02/09070300.xhp" name="Document">Document</link></h1>
-<paragraph role="paragraph" id="par_id3154682" xml-lang="en-US"><ahelp hid=".">Hyperlinks to any document or targets in documents can be edited using the <emph>Document</emph> tab from the <link href="text/shared/02/09070000.xhp" name="Hyperlink dialog"><emph>Hyperlink</emph> dialog</link>.</ahelp></paragraph>
+<h1 id="hd_id3143284"><link href="text/shared/02/09070300.xhp">Document</link></h1>
+<paragraph role="paragraph" id="par_id3154682" xml-lang="en-US"><ahelp hid=".">Hyperlinks to any document or targets in documents can be edited using the <emph>Document</emph> tab from the <link href="text/shared/02/09070000.xhp"><emph>Hyperlink</emph> dialog</link>.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000403.xhp#hypdiadok"/>
diff --git a/source/text/shared/02/09070400.xhp b/source/text/shared/02/09070400.xhp
index d51548670c..86e9708491 100644
--- a/source/text/shared/02/09070400.xhp
+++ b/source/text/shared/02/09070400.xhp
@@ -28,8 +28,8 @@
<section id="new_document">
<bookmark xml-lang="en-US" branch="hid/cui/ui/hyperlinknewdocpage/HyperlinkNewDocPage" id="bm_id3159224" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/hyperlinknewdocpage/@@nowidget@@" id="bm_id3159224" localize="false"/>
-<h1 id="hd_id3154873"><link href="text/shared/02/09070400.xhp" name="New Document">New Document</link></h1>
-<paragraph role="paragraph" id="par_id3150445" xml-lang="en-US"><ahelp hid=".">Use the <emph>New Document</emph> tab from the <link href="text/shared/02/09070000.xhp" name="Hyperlink dialog"><emph>Hyperlink</emph> dialog</link> to set up a hyperlink to a new document and create the new document simultaneously.</ahelp></paragraph>
+<h1 id="hd_id3154873"><link href="text/shared/02/09070400.xhp">New Document</link></h1>
+<paragraph role="paragraph" id="par_id3150445" xml-lang="en-US"><ahelp hid=".">Use the <emph>New Document</emph> tab from the <link href="text/shared/02/09070000.xhp"><emph>Hyperlink</emph> dialog</link> to set up a hyperlink to a new document and create the new document simultaneously.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000403.xhp#hypdianeudok"/>
diff --git a/source/text/shared/02/10010000.xhp b/source/text/shared/02/10010000.xhp
index d5b03db672..597b543372 100644
--- a/source/text/shared/02/10010000.xhp
+++ b/source/text/shared/02/10010000.xhp
@@ -31,7 +31,7 @@
<section id="previous_page">
<bookmark branch="hid/.uno:PageUp" xml-lang="en-US" id="bm_id3154682" localize="false"/>
<bookmark branch="hid/.uno:PreviousPage" xml-lang="en-US" id="bm_id3143284" localize="false"/>
-<h1 id="hd_id3154228"><link href="text/shared/02/10010000.xhp" name="Previous Page">Previous Page</link></h1>
+<h1 id="hd_id3154228"><link href="text/shared/02/10010000.xhp">Previous Page</link></h1>
<paragraph xml-lang="en-US" role="paragraph" id="par_id3150445"><ahelp hid=".">Moves back to the previous page in the document.</ahelp> This function is only active when you select the <emph>Print Preview</emph> function on the <emph>File</emph> menu.</paragraph>
</section>
<section id="syprevious_page">
diff --git a/source/text/shared/02/10020000.xhp b/source/text/shared/02/10020000.xhp
index bd5fa882a8..7a701220ac 100644
--- a/source/text/shared/02/10020000.xhp
+++ b/source/text/shared/02/10020000.xhp
@@ -31,7 +31,7 @@
<section id="next_page">
<bookmark branch="hid/.uno:PageDown" xml-lang="en-US" id="bm_id3150476" localize="false"/>
<bookmark branch="hid/.uno:NextPage" xml-lang="en-US" id="bm_id3148520" localize="false"/>
-<h1 id="hd_id3156183"><link href="text/shared/02/10020000.xhp" name="Next Page">Next Page</link></h1>
+<h1 id="hd_id3156183"><link href="text/shared/02/10020000.xhp">Next Page</link></h1>
<paragraph xml-lang="en-US" role="paragraph" id="par_id3159224"><ahelp hid=".">Moves forward to the next page in the document.</ahelp> This function is only active when you select the <emph>Print Preview</emph> function on the <emph>File</emph> menu.</paragraph>
</section>
<section id="synext_page">
diff --git a/source/text/shared/02/10030000.xhp b/source/text/shared/02/10030000.xhp
index ce4ba3f4ed..7996d74c3a 100644
--- a/source/text/shared/02/10030000.xhp
+++ b/source/text/shared/02/10030000.xhp
@@ -31,7 +31,7 @@
<section id="first_page">
<bookmark branch="hid/.uno:GoToStartOfDoc" xml-lang="en-US" id="bm_id3154894" localize="false"/>
<bookmark branch="hid/.uno:FirstPage" xml-lang="en-US" id="bm_id3163829" localize="false"/>
-<h1 id="hd_id3149031"><switchinline select="appl"> <caseinline select="WRITER"><link href="text/shared/02/10030000.xhp" name="To Document Begin">To Document Begin</link></caseinline> <defaultinline><link href="text/shared/02/10030000.xhp" name="First Page">First Page</link></defaultinline> </switchinline></h1>
+<h1 id="hd_id3149031"><switchinline select="appl"> <caseinline select="WRITER"><link href="text/shared/02/10030000.xhp">To Document Begin</link></caseinline> <defaultinline><link href="text/shared/02/10030000.xhp">First Page</link></defaultinline> </switchinline></h1>
<paragraph xml-lang="en-US" role="paragraph" id="par_id3153539"><ahelp hid=".">Moves to the first page of the document.</ahelp> This function is only active when you select the <emph>Print Preview</emph> function on the <emph>File</emph> menu.</paragraph>
</section>
<section id="syfirst_page">
diff --git a/source/text/shared/02/10040000.xhp b/source/text/shared/02/10040000.xhp
index cc570578eb..19fbf2eb68 100644
--- a/source/text/shared/02/10040000.xhp
+++ b/source/text/shared/02/10040000.xhp
@@ -31,7 +31,7 @@
<section id="last_page">
<bookmark branch="hid/.uno:GoToEndOfDoc" xml-lang="en-US" id="bm_id3156183" localize="false"/>
<bookmark branch="hid/.uno:LastPage" xml-lang="en-US" id="bm_id3149119" localize="false"/>
-<h1 id="hd_id3154840"><switchinline select="appl"> <caseinline select="WRITER"><link href="text/shared/02/10040000.xhp" name="To Document End">To Document End</link></caseinline><defaultinline><link href="text/shared/02/10040000.xhp" name="Last Page">Last Page</link></defaultinline></switchinline></h1>
+<h1 id="hd_id3154840"><switchinline select="appl"> <caseinline select="WRITER"><link href="text/shared/02/10040000.xhp">To Document End</link></caseinline><defaultinline><link href="text/shared/02/10040000.xhp">Last Page</link></defaultinline></switchinline></h1>
<paragraph xml-lang="en-US" role="paragraph" id="par_id3149716"><ahelp hid=".">Moves to the last page of the document.</ahelp> This function is only active when you select the <emph>Print Preview</emph> function on the <emph>File</emph> menu.</paragraph>
</section>
<section id="sylast_page">
diff --git a/source/text/shared/02/10100000.xhp b/source/text/shared/02/10100000.xhp
index e86f5b7e6b..de71b043fd 100644
--- a/source/text/shared/02/10100000.xhp
+++ b/source/text/shared/02/10100000.xhp
@@ -27,12 +27,12 @@
<body>
<section id="close">
<bookmark xml-lang="en-US" branch="hid/.uno:CloseWin" id="bm_id8159155" localize="false"/>
-<paragraph role="heading" id="hd_id3152895" xml-lang="en-US" level="1"><link href="text/shared/02/10100000.xhp" name="Close Window">Close Window</link></paragraph>
+<paragraph role="heading" id="hd_id3152895" xml-lang="en-US" level="1"><link href="text/shared/02/10100000.xhp">Close Window</link></paragraph>
<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US"><ahelp hid=".uno:CloseWin">Closes the current window.</ahelp> Choose <emph>Window - Close Window</emph>, or press <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>+<emph>F4</emph>. In the print preview of $[officename] Writer and Calc, you can close the current window by clicking the <emph>Close Preview</emph> button.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3147143" xml-lang="en-US">If additional views of the current document were opened by <emph>Window - New Window</emph>, this command will close only the current view.</paragraph>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3153910" 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_id3153910" 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/02/12000000.xhp b/source/text/shared/02/12000000.xhp
index 6546d6f5c9..b901f68314 100644
--- a/source/text/shared/02/12000000.xhp
+++ b/source/text/shared/02/12000000.xhp
@@ -29,8 +29,8 @@
<body>
<section id="explorer">
<bookmark xml-lang="en-US" branch="hid/.uno:DSBrowserExplorer" id="bm_id6761446" localize="false"/>
-<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"><link href="text/shared/02/12000000.xhp" name="Explorer On/Off">Explorer On/Off</link></paragraph>
-<paragraph role="paragraph" id="par_id3144740" xml-lang="en-US"><ahelp hid=".uno:DSBrowserExplorer">Turns on and off the view of the data source explorer.</ahelp> The <emph>Explorer On/Off</emph> icon is visible on the <link href="text/shared/main0212.xhp" name="Database Bar">Table Data bar</link>.</paragraph>
+<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"><link href="text/shared/02/12000000.xhp">Explorer On/Off</link></paragraph>
+<paragraph role="paragraph" id="par_id3144740" xml-lang="en-US"><ahelp hid=".uno:DSBrowserExplorer">Turns on and off the view of the data source explorer.</ahelp> The <emph>Explorer On/Off</emph> icon is visible on the <link href="text/shared/main0212.xhp">Table Data bar</link>.</paragraph>
</section>
<section id="syexplorer">
<table id="tbl_id3153894">
diff --git a/source/text/shared/02/12010000.xhp b/source/text/shared/02/12010000.xhp
index d2f0454296..510dea5545 100644
--- a/source/text/shared/02/12010000.xhp
+++ b/source/text/shared/02/12010000.xhp
@@ -25,7 +25,7 @@
</meta>
<body>
<section id="sortascending">
-<h1 id="hd_id3152594"><link href="text/shared/02/12010000.xhp" name="Sort Ascending">Sort Ascending</link></h1>
+<h1 id="hd_id3152594"><link href="text/shared/02/12010000.xhp">Sort Ascending</link></h1>
<paragraph role="paragraph" id="par_id3150693" xml-lang="en-US"><ahelp hid="." visibility="hidden">Sorts the data of the selected field in ascending order. </ahelp>Text fields are sorted alphabetically, numerical fields are sorted by number.<comment>UFI: Help ID .uno:Sortup is found in text/sdatabase/11090000.xhp so I deleted it here</comment></paragraph>
</section>
<section id="howtoget">
@@ -37,7 +37,7 @@
</section>
<paragraph role="paragraph" id="par_id3154380" xml-lang="en-US"><variable id="selektionsortieren">Data of the currently selected field are always sorted. A field is always selected as soon as you place the cursor in the field. To sort within tables, you can also click the corresponding column header.
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3150504" xml-lang="en-US"><variable id="dialogsortieren">To sort more than one data field, choose <emph>Data - Sort</emph>, then choose the <link href="text/shared/02/12100100.xhp" name="Sort Criteria">Sort Criteria</link> tab, where you can combine several sort criteria.
+<paragraph role="paragraph" id="par_id3150504" xml-lang="en-US"><variable id="dialogsortieren">To sort more than one data field, choose <emph>Data - Sort</emph>, then choose the <link href="text/shared/02/12100100.xhp">Sort Criteria</link> tab, where you can combine several sort criteria.
</variable></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/02/12020000.xhp b/source/text/shared/02/12020000.xhp
index e15cf5871e..82e080d39d 100644
--- a/source/text/shared/02/12020000.xhp
+++ b/source/text/shared/02/12020000.xhp
@@ -26,7 +26,7 @@
<body>
<section id="sortdescending">
<bookmark xml-lang="en-US" branch="hid/.uno:SortDown" id="bm_id5470183" localize="false"/>
-<h1 id="hd_id3154689"><link href="text/shared/02/12020000.xhp" name="Sort Descending">Sort Descending</link></h1>
+<h1 id="hd_id3154689"><link href="text/shared/02/12020000.xhp">Sort Descending</link></h1>
<paragraph role="paragraph" id="par_id3149987" xml-lang="en-US"><ahelp hid=".uno:SortDown" visibility="hidden">Sorts the data of the selected field in descending order.</ahelp> Text fields are sorted alphabetically, number fields are sorted by number.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/12030000.xhp b/source/text/shared/02/12030000.xhp
index 5faf2c5897..f05f562e3e 100644
--- a/source/text/shared/02/12030000.xhp
+++ b/source/text/shared/02/12030000.xhp
@@ -26,7 +26,7 @@
<body>
<section id="autofilter">
<bookmark xml-lang="en-US" branch="hid/.uno:AutoFilter" id="bm_id8419293" localize="false"/>
-<h1 id="hd_id3149495"><link href="text/shared/02/12030000.xhp" name="AutoFilter">AutoFilter</link></h1>
+<h1 id="hd_id3149495"><link href="text/shared/02/12030000.xhp">AutoFilter</link></h1>
<paragraph role="paragraph" id="par_id3148983" xml-lang="en-US"><ahelp hid=".uno:AutoFilter">Filters the records, based on the content of the currently selected data field.</ahelp></paragraph>
</section>
<section id="syautofilter">
@@ -44,7 +44,7 @@
</section>
<paragraph role="paragraph" id="par_id3155355" xml-lang="en-US">Place the cursor in a field name whose content you want to filter and then click the <emph>AutoFilter</emph> icon. Only those records with content identical to the selected field name are visible.</paragraph>
<paragraph role="paragraph" id="par_id3159234" xml-lang="en-US">For example, to view all the customers from New York, click a field name with the entry "New York". AutoFilter then filters all customers from New York from the database.</paragraph>
-<paragraph role="paragraph" id="par_id3153577" xml-lang="en-US">You can remove the current AutoFilter with the <link href="text/shared/02/12040000.xhp" name="Reset Filter/Sorting">Reset Filter/Sorting</link> icon or with <emph>Data - Filter - Reset Filter</emph>.</paragraph>
-<paragraph role="paragraph" id="par_id3145345" xml-lang="en-US">To filter with several field names simultaneously, click the <emph>Default Filter </emph>icon. The <link href="text/shared/02/12090000.xhp" name="Default Filter dialog">Default Filter</link> dialog appears, in which you can combine several filter criteria.</paragraph>
+<paragraph role="paragraph" id="par_id3153577" xml-lang="en-US">You can remove the current AutoFilter with the <link href="text/shared/02/12040000.xhp">Reset Filter/Sorting</link> icon or with <emph>Data - Filter - Reset Filter</emph>.</paragraph>
+<paragraph role="paragraph" id="par_id3145345" xml-lang="en-US">To filter with several field names simultaneously, click the <emph>Default Filter </emph>icon. The <link href="text/shared/02/12090000.xhp">Default Filter</link> dialog appears, in which you can combine several filter criteria.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/02/12040000.xhp b/source/text/shared/02/12040000.xhp
index c2ca975cba..8c7aa02845 100644
--- a/source/text/shared/02/12040000.xhp
+++ b/source/text/shared/02/12040000.xhp
@@ -32,7 +32,7 @@
<body>
<section id="reset_filter">
<bookmark branch="hid/.uno:RemoveFilterSort" xml-lang="en-US" id="bm_id3144740" localize="false"/>
-<paragraph id="hd_id3155069" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/12040000.xhp" name="Reset Filter/Sorting">Reset Filter/Sorting</link></paragraph>
+<paragraph id="hd_id3155069" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/12040000.xhp">Reset Filter/Sorting</link></paragraph>
<paragraph role="paragraph" id="par_id3154094" xml-lang="en-US"><ahelp hid=".uno:RemoveFilterSort" visibility="visible">Cancels the filter settings and displays all of the records in the current table.</ahelp></paragraph>
</section>
<section id="syreset_filter">
diff --git a/source/text/shared/02/12050000.xhp b/source/text/shared/02/12050000.xhp
index 1e79559179..948cdff48e 100644
--- a/source/text/shared/02/12050000.xhp
+++ b/source/text/shared/02/12050000.xhp
@@ -29,7 +29,7 @@
<body>
<section id="refresh">
<bookmark xml-lang="en-US" branch="hid/.uno:Refresh" id="bm_id3154894" localize="false"/>
-<h1 id="hd_id3154926"><link href="text/shared/02/12050000.xhp" name="Refresh">Refresh</link></h1>
+<h1 id="hd_id3154926"><link href="text/shared/02/12050000.xhp">Refresh</link></h1>
<paragraph role="paragraph" id="par_id3156183" xml-lang="en-US"><ahelp hid=".uno:Refresh">Refreshes the displayed data.</ahelp> In a multi-user environment, refreshing the data ensures that it remains current.</paragraph>
</section>
<section id="syrefresh">
diff --git a/source/text/shared/02/12070000.xhp b/source/text/shared/02/12070000.xhp
index 738ee5f8ef..73a57d39e0 100644
--- a/source/text/shared/02/12070000.xhp
+++ b/source/text/shared/02/12070000.xhp
@@ -51,7 +51,7 @@
</section>
<paragraph role="paragraph" id="par_id3153577" xml-lang="en-US"><switchinline select="appl"><caseinline select="CALC">In the data source browser, select the record that you want to insert into the document and then click the <emph>Data to Text</emph> icon. The record is inserted in the document at the cursor position, with the contents of each individual field of the record copied to a table column. You can also select multiple records and transfer them into the document by clicking the <emph>Data to Text </emph>icon. Each individual record is then written to a new row.
</caseinline></switchinline></paragraph>
-<paragraph role="paragraph" id="par_id3145345" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">In the data source browser, select the records that you want to insert into the document and then click the <emph>Data to Text</emph> icon, or drag-and-drop data from the data source browser into the document. This opens the <emph>Insert Database Columns </emph>dialog. Select whether the data should be inserted as a <link href="text/shared/02/12070100.xhp" name="table">table</link>, as <link href="text/shared/02/12070200.xhp" name="fields">fields</link> or as <link href="text/shared/02/12070300.xhp" name="text">text</link>.
+<paragraph role="paragraph" id="par_id3145345" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">In the data source browser, select the records that you want to insert into the document and then click the <emph>Data to Text</emph> icon, or drag-and-drop data from the data source browser into the document. This opens the <emph>Insert Database Columns </emph>dialog. Select whether the data should be inserted as a <link href="text/shared/02/12070100.xhp">table</link>, as <link href="text/shared/02/12070200.xhp">fields</link> or as <link href="text/shared/02/12070300.xhp">text</link>.
</caseinline></switchinline></paragraph>
<paragraph role="paragraph" id="par_id3153031" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">The preferences you set in the<emph> Insert Database Columns </emph>dialog are saved and will be active the next time the dialog is called. This save process is independent of the database and can record the preferences for a maximum of 5 databases.
</caseinline></switchinline></paragraph>
diff --git a/source/text/shared/02/12070100.xhp b/source/text/shared/02/12070100.xhp
index 002d84302f..fb4dd2966f 100644
--- a/source/text/shared/02/12070100.xhp
+++ b/source/text/shared/02/12070100.xhp
@@ -57,7 +57,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertdbcolumnsdialog/userdefined" id="bm_id3159177" localize="false"/>
<paragraph role="heading" id="hd_id3159148" xml-lang="en-US" level="3">Select</paragraph>
<paragraph role="paragraph" id="par_id3152349" xml-lang="en-US"><ahelp hid="modules/swriter/ui/insertdbcolumnsdialog/numformat">Specifies a format from the list, if the format information of certain data fields is not accepted.</ahelp> The formats supplied here are only available for certain database fields, such as numeric or Boolean fields. If you select a database field in text format, you will not be able to select any format from the selection list, since the text format will be automatically maintained.</paragraph>
-<paragraph role="paragraph" id="par_id3144511" xml-lang="en-US">If the format you want is not listed, select "Other Formats..." and define the desired format in the <link href="text/shared/01/05020300.xhp" name="Number Format"><emph>Number Format</emph></link> dialog.</paragraph>
+<paragraph role="paragraph" id="par_id3144511" xml-lang="en-US">If the format you want is not listed, select "Other Formats..." and define the desired format in the <link href="text/shared/01/05020300.xhp"><emph>Number Format</emph></link> dialog.</paragraph>
<paragraph role="paragraph" id="par_id3154282" xml-lang="en-US">The number format assigned using the selection list always refers to the database field selected in the <emph>Database columns</emph> list box.</paragraph>
</section>
<paragraph role="note" id="par_id3154138" xml-lang="en-US">To insert the data into the document in the form of a table, the correct <emph>Table</emph> option must be active. You can then select a database field from the <emph>Table column(s)</emph> list box to define the formatting of the database field. The changes to the number formats will be applied to the last selection. It does not matter whether the database field was selected from the <emph>Database columns</emph> list box or from the <emph>Table column(s)</emph> list box.</paragraph>
@@ -68,11 +68,11 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertdbcolumnsdialog/rowonly" id="bm_id3148920" localize="false"/><paragraph role="heading" id="hd_id3158407" xml-lang="en-US" level="3">Create row only</paragraph>
<paragraph role="paragraph" id="par_id3153194" xml-lang="en-US"><ahelp hid="modules/swriter/ui/insertdbcolumnsdialog/rowonly">Inserts an empty heading line into the text table.</ahelp> Using the<emph> Create row only </emph>option, you can define headings in the document, which do not correspond to the database field names.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertdbcolumnsdialog/tableformat" id="bm_id3155133" localize="false"/><paragraph role="heading" id="hd_id3153369" xml-lang="en-US" level="3">Properties</paragraph>
-<paragraph role="paragraph" id="par_id3154299" xml-lang="en-US"><ahelp hid="modules/swriter/ui/insertdbcolumnsdialog/tableformat">Opens the <switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/01/05090000.xhp" name="Table Format"><emph>Table Format</emph></link>
+<paragraph role="paragraph" id="par_id3154299" xml-lang="en-US"><ahelp hid="modules/swriter/ui/insertdbcolumnsdialog/tableformat">Opens the <switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/01/05090000.xhp"><emph>Table Format</emph></link>
</caseinline><defaultinline>
<emph>Table Format</emph></defaultinline></switchinline> dialog, which enables you to define the table properties such as borders, background, and column width.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertdbcolumnsdialog/autoformat" id="bm_id3155411" localize="false"/><paragraph role="heading" id="hd_id3153728" xml-lang="en-US" level="3">AutoFormat</paragraph>
-<paragraph role="paragraph" id="par_id3154988" xml-lang="en-US"><ahelp hid="modules/swriter/ui/insertdbcolumnsdialog/autoformat">Opens the <switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/01/05150101.xhp" name="AutoFormat"><emph>AutoFormat</emph></link>
+<paragraph role="paragraph" id="par_id3154988" xml-lang="en-US"><ahelp hid="modules/swriter/ui/insertdbcolumnsdialog/autoformat">Opens the <switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/01/05150101.xhp"><emph>AutoFormat</emph></link>
</caseinline><defaultinline>
<emph>AutoFormat</emph></defaultinline></switchinline> dialog, in which you can select format styles that are immediately applied when inserting the table.</ahelp></paragraph>
</body>
diff --git a/source/text/shared/02/12070200.xhp b/source/text/shared/02/12070200.xhp
index aa7d7ffd74..2261a93abf 100644
--- a/source/text/shared/02/12070200.xhp
+++ b/source/text/shared/02/12070200.xhp
@@ -33,7 +33,7 @@
<switch select="appl"><case select="WRITER">
<bookmark branch="hid/modules/swriter/ui/insertdbcolumnsdialog/asfields" xml-lang="en-US" id="bm_id3153116" localize="false"/><paragraph role="heading" level="1" id="hd_id3149991" xml-lang="en-US">Fields</paragraph>
- <bookmark xml-lang="en-US" branch="index" id="bm_id3149987"><bookmark_value>database contents; inserting as fields</bookmark_value></bookmark><paragraph xml-lang="en-US" id="par_id3149987" role="paragraph"><ahelp hid="modules/swriter/ui/insertdbcolumnsdialog/asfields" visibility="hidden">Inserts data selected from the data source browser into the document as fields.</ahelp> In the <emph>Insert Database Columns</emph> dialog, select the <link href="text/swriter/01/04090000.xhp" name="Fields">Fields</link> to insert the selected data into the document as fields. These <link href="text/swriter/01/04090006.xhp" name="database fields">database fields</link> work as wildcards for the individual database columns and can be used for form letters. Click the <link href="text/shared/02/12080000.xhp" name="Data to Fields"><emph>Data to Fields</emph></link> icon to match the contents of the fields to the currently selected record.</paragraph>
+ <bookmark xml-lang="en-US" branch="index" id="bm_id3149987"><bookmark_value>database contents; inserting as fields</bookmark_value></bookmark><paragraph xml-lang="en-US" id="par_id3149987" role="paragraph"><ahelp hid="modules/swriter/ui/insertdbcolumnsdialog/asfields" visibility="hidden">Inserts data selected from the data source browser into the document as fields.</ahelp> In the <emph>Insert Database Columns</emph> dialog, select the <link href="text/swriter/01/04090000.xhp">Fields</link> to insert the selected data into the document as fields. These <link href="text/swriter/01/04090006.xhp">database fields</link> work as wildcards for the individual database columns and can be used for form letters. Click the <link href="text/shared/02/12080000.xhp"><emph>Data to Fields</emph></link> icon to match the contents of the fields to the currently selected record.</paragraph>
<paragraph xml-lang="en-US" role="note" id="par_id3153114">If several records are selected when you choose the <emph>Data to Text</emph> function, the mail merge fields will be inserted according to the number of records. Also, a field command such as "Next record" will be inserted automatically between individual field command blocks.</paragraph>
<paragraph xml-lang="en-US" role="paragraph" id="par_id3145090">The <emph>Insert Database Columns</emph> dialog lets you define which database fields to insert into the document and how to format the paragraphs.</paragraph>
<paragraph role="heading" level="2" id="hd_id3156136" xml-lang="en-US">Fields</paragraph>
@@ -47,7 +47,7 @@
<paragraph role="paragraph" id="par_id3163802" xml-lang="en-US"><ahelp hid="modules/swriter/ui/insertdbcolumnsdialog/textview" visibility="visible">Lists the database columns that you selected to be inserted into the document. You can also enter text here. This text will be also inserted into the document.</ahelp> The entries' order in the selection field corresponds to the data order in the document.</paragraph>
<embed href="text/shared/02/12070100.xhp#format"/>
<bookmark branch="hid/modules/swriter/ui/insertdbcolumnsdialog/parastyle" xml-lang="en-US" id="bm_id3154852" localize="false"/><paragraph role="heading" level="3" id="hd_id3153257" xml-lang="en-US">Paragraph Style</paragraph>
- <paragraph xml-lang="en-US" id="par_id3158430" role="paragraph">By default, the inserted paragraphs are formatted with the current Paragraph Styles. This format corresponds to the "none" entry in the <emph>Paragraph Style</emph> list box. <ahelp hid="modules/swriter/ui/insertdbcolumnsdialog/parastyle" visibility="visible">This is where you can select other Paragraph Styles to apply to the paragraph you want to insert into the document.</ahelp> The list box displays the available Paragraph Styles defined in <item type="productname">%PRODUCTNAME</item> and managed in the <link href="text/swriter/01/05130000.xhp" name="Style Catalog">Style Catalog</link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3158430" role="paragraph">By default, the inserted paragraphs are formatted with the current Paragraph Styles. This format corresponds to the "none" entry in the <emph>Paragraph Style</emph> list box. <ahelp hid="modules/swriter/ui/insertdbcolumnsdialog/parastyle" visibility="visible">This is where you can select other Paragraph Styles to apply to the paragraph you want to insert into the document.</ahelp> The list box displays the available Paragraph Styles defined in <item type="productname">%PRODUCTNAME</item> and managed in the <link href="text/swriter/01/05130000.xhp">Style Catalog</link>.</paragraph>
</section>
</case></switch>
</body>
diff --git a/source/text/shared/02/12080000.xhp b/source/text/shared/02/12080000.xhp
index 8fcf4e72b6..a3a0cd8ce8 100644
--- a/source/text/shared/02/12080000.xhp
+++ b/source/text/shared/02/12080000.xhp
@@ -33,7 +33,7 @@
<section id="data_to_fields">
<bookmark xml-lang="en-US" branch="hid/.uno:DataSourceBrowser/InsertContent" id="bm_id3147588" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:DSBInsertContent" id="bm_id901211" localize="false"/>
-<paragraph role="heading" id="hd_id3149031" xml-lang="en-US" level="1"><link href="text/shared/02/12080000.xhp" name="Data to Fields">Data to Fields</link></paragraph>
+<paragraph role="heading" id="hd_id3149031" xml-lang="en-US" level="1"><link href="text/shared/02/12080000.xhp">Data to Fields</link></paragraph>
<paragraph role="paragraph" id="par_id3150476" xml-lang="en-US"><ahelp hid=".">Updates the contents of the existing database fields by the marked records.</ahelp> The <emph>Data to Fields </emph>icon is only available if the current document is a text document.</paragraph>
</section>
<section id="sydata_to_fields">
diff --git a/source/text/shared/02/12090000.xhp b/source/text/shared/02/12090000.xhp
index ff7eaf6c3f..d1b9e45ee0 100644
--- a/source/text/shared/02/12090000.xhp
+++ b/source/text/shared/02/12090000.xhp
@@ -34,7 +34,7 @@
</bookmark><comment>mw converted "standard filters..." into a two level entry and "default filters;" into a cross reference</comment>
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/queryfilterdialog/QueryFilterDialog" id="bm_id3154894" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:FilterCrit" id="bm_id2784060" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3109850" role="heading" level="1"><link href="text/shared/02/12090000.xhp" name="Standard Filter">Standard Filter</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3109850" role="heading" level="1"><link href="text/shared/02/12090000.xhp">Standard Filter</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3143281" role="paragraph"><variable id="standardfilter"><ahelp hid=".uno:FilterCrit">Allows you to set the filtering options.</ahelp>
</variable></paragraph>
</section>
@@ -57,9 +57,9 @@
<section id="filterdialog">
<paragraph xml-lang="en-US" id="par_id3143267" role="paragraph">$[officename] saves the current filter settings for the next time that you open this dialog.</paragraph>
</section>
- <paragraph xml-lang="en-US" id="par_id3156410" role="paragraph">To remove the current filter, click <link href="text/shared/02/12040000.xhp" name="Remove Filter/Sorting"><emph>Reset Filter/Sorting</emph></link> icon.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3156410" role="paragraph">To remove the current filter, click <link href="text/shared/02/12040000.xhp"><emph>Reset Filter/Sorting</emph></link> icon.</paragraph>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id3152996" role="paragraph"><link href="text/shared/02/12030000.xhp" name="AutoFilter">AutoFilter</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3152996" role="paragraph"><link href="text/shared/02/12030000.xhp">AutoFilter</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/02/12090100.xhp b/source/text/shared/02/12090100.xhp
index 8830deef69..c5df126339 100644
--- a/source/text/shared/02/12090100.xhp
+++ b/source/text/shared/02/12090100.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/standardfilterdialog/@@nowidget@@" id="bm_id3154232" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/queryfilterdialog/QueryFilterDialog" id="bm_id3155888" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/queryfilterdialog/@@nowidget@@" id="bm_id3155888" localize="false"/>
- <h1 id="hd_id3151097"><variable id="StandardFilter_h1"><link href="text/shared/02/12090100.xhp" name="StandardFilter_link">Standard Filter</link></variable></h1>
+ <h1 id="hd_id3151097"><variable id="StandardFilter_h1"><link href="text/shared/02/12090100.xhp">Standard Filter</link></variable></h1>
<paragraph xml-lang="en-US" id="par_id3149716" role="paragraph"><ahelp hid=".">Specifies the logical conditions to filter your table data.</ahelp> This dialog is available for spreadsheet documents, database tables and database forms. The dialog for databases does not contain the <emph>More Options</emph> button.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000409.xhp#standard_filter"/>
@@ -67,7 +67,7 @@
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/queryfilterdialog/cond2" id="bm_id3148990" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/queryfilterdialog/cond3" id="bm_id3153252" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3147653" role="heading" level="2">Condition</paragraph>
- <paragraph xml-lang="en-US" id="par_id3150254" role="paragraph"><ahelp hid=".">Specifies the <link href="text/shared/02/12090101.xhp" name="comparative operators">comparative operators</link> through which the entries in the <emph>Field name</emph> and <emph>Value</emph> fields can be linked.</ahelp></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3150254" role="paragraph"><ahelp hid=".">Specifies the <link href="text/shared/02/12090101.xhp">comparative operators</link> through which the entries in the <emph>Field name</emph> and <emph>Value</emph> fields can be linked.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/standardfilterdialog/val1" id="bm_id3155136" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/standardfilterdialog/val2" id="bm_id3148492" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/standardfilterdialog/val3" id="bm_id3150276" localize="false"/>
@@ -80,7 +80,7 @@
<paragraph xml-lang="en-US" id="par_id3156118" role="paragraph">If you use the filter function in database tables or forms, then type the value in the <emph>Value </emph>text box to be used for filtering.</paragraph>
<switch select="appl">
<case select="CALC">
-<paragraph xml-lang="en-US" id="hd_id3153061" role="heading" level="2"><link href="text/scalc/01/12040201.xhp" name="Options">Options</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3153061" role="heading" level="2"><link href="text/scalc/01/12040201.xhp">Options</link></paragraph>
<embed href="text/scalc/01/12040201.xhp#zusaetzetext"/>
</case>
</switch>
diff --git a/source/text/shared/02/12100000.xhp b/source/text/shared/02/12100000.xhp
index 58f48d45ea..94805185e2 100644
--- a/source/text/shared/02/12100000.xhp
+++ b/source/text/shared/02/12100000.xhp
@@ -28,7 +28,7 @@
</history>
</meta>
<body>
-<h1 id="hd_id3149988"><link href="text/shared/02/12100000.xhp" name="Sort Order">Sort Order</link></h1>
+<h1 id="hd_id3149988"><link href="text/shared/02/12100000.xhp">Sort Order</link></h1>
<table id="tbl_id3153255">
<tablerow>
<tablecell>
diff --git a/source/text/shared/02/12100100.xhp b/source/text/shared/02/12100100.xhp
index 9bb2ad3447..cdf261c10c 100644
--- a/source/text/shared/02/12100100.xhp
+++ b/source/text/shared/02/12100100.xhp
@@ -32,14 +32,14 @@
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/sortdialog/SortDialog" id="bm_id3154788" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/sortdialog/@@nowidget@@" id="bm_id3451788" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:OrderCrit" id="bm_id3154682" localize="false"/><section id="sortorder">
-<h1 id="hd_id3147000"><variable id="sortierung"><link href="text/shared/02/12100100.xhp" name="Sort Order">Sort Order</link></variable></h1>
+<h1 id="hd_id3147000"><variable id="sortierung"><link href="text/shared/02/12100100.xhp">Sort Order</link></variable></h1>
<paragraph role="paragraph" id="par_id3163829" xml-lang="en-US"><variable id="sortierentext"><ahelp hid=".uno:OrderCrit">Specifies the sort criteria for the data display.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000450.xhp#sort_order"/>
</section>
-<paragraph role="paragraph" id="par_id3149549" xml-lang="en-US">While the functions <link href="text/shared/02/12010000.xhp" name="Sort in Ascending Order"><emph>Sort in Ascending Order</emph></link> and <link href="text/shared/02/12020000.xhp" name="Sort in Descending Order"><emph>Sort in Descending Order</emph></link> sort by one criterion only, you can combine several criteria in the <emph>Sort Order</emph> dialog.</paragraph>
-<paragraph role="paragraph" id="par_id3145136" xml-lang="en-US">You can remove a sorting that has been performed with the <link href="text/shared/02/12040000.xhp" name="Reset Filter/Sorting"><emph>Reset Filter/Sorting</emph></link> icon.</paragraph>
+<paragraph role="paragraph" id="par_id3149549" xml-lang="en-US">While the functions <link href="text/shared/02/12010000.xhp"><emph>Sort in Ascending Order</emph></link> and <link href="text/shared/02/12020000.xhp"><emph>Sort in Descending Order</emph></link> sort by one criterion only, you can combine several criteria in the <emph>Sort Order</emph> dialog.</paragraph>
+<paragraph role="paragraph" id="par_id3145136" xml-lang="en-US">You can remove a sorting that has been performed with the <link href="text/shared/02/12040000.xhp"><emph>Reset Filter/Sorting</emph></link> icon.</paragraph>
<h2 id="hd_id3148548">Sorting</h2>
<paragraph role="paragraph" id="par_id3155941" xml-lang="en-US">Use this area to enter sorting criteria. If you enter additional sorting criteria under <emph>and then</emph>, the data matching the content of the higher-order criterion is ordered according to the next criterion.</paragraph>
<paragraph role="paragraph" id="par_id3148620" xml-lang="en-US">If you sort the field name "First name" in ascending order and the field name "Last name" in descending order, all records will be sorted in ascending order by first name, and then within the first names, in descending order by last name.</paragraph>
diff --git a/source/text/shared/02/12100200.xhp b/source/text/shared/02/12100200.xhp
index 250f0a5381..c1921daac0 100644
--- a/source/text/shared/02/12100200.xhp
+++ b/source/text/shared/02/12100200.xhp
@@ -35,14 +35,14 @@
<bookmark xml-lang="en-US" branch="hid/.uno:RecSearch" id="bm_id9750501" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/fmsearchdialog/RecordSearchDialog" id="bm_id3154812" localize="false"/>
<section id="findrecord">
-<h1 id="hd_id3146936"><variable id="datensatzsuche"><link href="text/shared/02/12100200.xhp" name="Find Record">Find Record</link></variable></h1>
+<h1 id="hd_id3146936"><variable id="datensatzsuche"><link href="text/shared/02/12100200.xhp">Find Record</link></variable></h1>
<paragraph xml-lang="en-US" id="par_id3147588" role="paragraph"><variable id="suchentext"><ahelp hid=".uno:RecSearch" visibility="hidden">Searches database tables and forms.</ahelp> In forms or database tables, you can search through data fields, list boxes, and check boxes for specific values.</variable></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000450.xhp#find_record"/>
</section>
<paragraph xml-lang="en-US" id="par_id3149355" role="paragraph">When searching a table, the data fields of the current table are searched. When searching in a form, the data fields of the table linked with the form are searched.</paragraph>
-<tip id="par_id3153394">The search described here is carried out by <item type="productname">%PRODUCTNAME</item>. If you want to use the SQL server to search in a database, then you should use the <link href="text/shared/02/12110000.xhp" name="Form-based Filters"><emph>Form-based Filters</emph></link> icon on the <link href="text/shared/main0213.xhp" name="Form Bar"><emph>Form</emph> bar</link>.</tip>
+<tip id="par_id3153394">The search described here is carried out by <item type="productname">%PRODUCTNAME</item>. If you want to use the SQL server to search in a database, then you should use the <link href="text/shared/02/12110000.xhp"><emph>Form-based Filters</emph></link> icon on the <link href="text/shared/main0213.xhp"><emph>Form</emph> bar</link>.</tip>
<paragraph xml-lang="en-US" id="par_id3149095" role="paragraph">The search function is also available for table controls. When calling the search function from a table control, you can search each column of the table control corresponding to the database columns of the linked database table.</paragraph>
<h2 id="hd_id3143267">Search for</h2>
<paragraph xml-lang="en-US" id="par_id3153527" role="paragraph">Specifies the type of search.</paragraph>
@@ -248,7 +248,7 @@
<paragraph xml-lang="en-US" id="par_id3145762" role="paragraph">If you want to search for the actual characters <emph>?</emph> or <emph>*</emph>, precede them with a backslash: "<emph>\?</emph>" or "<emph>\*</emph>". However, this is only necessary when <emph>Wildcard expression</emph> is enabled. When the option is not enabled, the wildcard characters are processed like normal characters.</paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/fmsearchdialog/cbRegular" id="bm_id3150663" localize="false"/>
<h2 id="hd_id3147130">Regular expression</h2>
-<paragraph xml-lang="en-US" id="par_id3150982" role="paragraph"><ahelp hid="cui/ui/fmsearchdialog/cbRegular">Searches with regular expressions.</ahelp> The same regular expressions that are supported here are also supported in the <item type="productname">%PRODUCTNAME</item> <link href="text/shared/01/02100000.xhp" name="Find &amp; Replace dialog"><emph>Find &amp; Replace</emph> dialog</link>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3150982" role="paragraph"><ahelp hid="cui/ui/fmsearchdialog/cbRegular">Searches with regular expressions.</ahelp> The same regular expressions that are supported here are also supported in the <item type="productname">%PRODUCTNAME</item> <link href="text/shared/01/02100000.xhp"><emph>Find &amp; Replace</emph> dialog</link>.</paragraph>
<paragraph xml-lang="en-US" id="par_id3154718" role="paragraph">Searching with regular expressions offers more options than searching with wildcard expressions. If you search with regular expressions, the following characters correspond to those used in searches with wildcards:</paragraph>
<table id="tbl_id3148682">
<tablerow>
diff --git a/source/text/shared/02/12110000.xhp b/source/text/shared/02/12110000.xhp
index 46f7932f0c..c643766cf1 100644
--- a/source/text/shared/02/12110000.xhp
+++ b/source/text/shared/02/12110000.xhp
@@ -30,10 +30,10 @@
<body>
<bookmark xml-lang="en-US" branch="hid/.uno:FormFilter" id="bm_id3154894" localize="false"/>
<section id="formbasedfilters">
-<h1 id="hd_id3147000"><variable id="formfilter"><link href="text/shared/02/12110000.xhp" name="Form-based Filters">Form-based Filters</link></variable></h1>
+<h1 id="hd_id3147000"><variable id="formfilter"><link href="text/shared/02/12110000.xhp">Form-based Filters</link></variable></h1>
<paragraph role="paragraph" id="par_id3154230" xml-lang="en-US"><variable id="formfiltertext"><ahelp hid=".uno:FormFilter">Prompts the database server to filter the visible data by specified criteria.</ahelp></variable></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3152918" xml-lang="en-US">Unlike the normal search, which is activated by the <link href="text/shared/02/12100200.xhp" name="Find Record"><emph>Find Record</emph></link> icon on the <emph>Form</emph> bar, you can search more quickly by using the form-based filter. Usually a quick database server is charged with the search. Also, you can enter more complex search conditions.</paragraph>
+<paragraph role="paragraph" id="par_id3152918" xml-lang="en-US">Unlike the normal search, which is activated by the <link href="text/shared/02/12100200.xhp"><emph>Find Record</emph></link> icon on the <emph>Form</emph> bar, you can search more quickly by using the form-based filter. Usually a quick database server is charged with the search. Also, you can enter more complex search conditions.</paragraph>
<section id="syformfilter">
<table id="tbl_id3156136">
<tablerow>
diff --git a/source/text/shared/02/12120000.xhp b/source/text/shared/02/12120000.xhp
index 364410a83a..61597bdd63 100644
--- a/source/text/shared/02/12120000.xhp
+++ b/source/text/shared/02/12120000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="apply_filter">
<bookmark branch="hid/.uno:FormFiltered" xml-lang="en-US" id="bm_id3151097" localize="false"/>
-<h1 id="hd_id3149748"><link href="text/shared/02/12120000.xhp" name="Apply Filter">Apply Filter</link></h1>
+<h1 id="hd_id3149748"><link href="text/shared/02/12120000.xhp">Apply Filter</link></h1>
<paragraph role="paragraph" id="par_id3149495" xml-lang="en-US"><ahelp hid=".uno:FormFiltered" visibility="visible">Switches between the filtered and unfiltered view of the table.</ahelp></paragraph>
</section>
<section id="syapply_filter">
@@ -45,6 +45,6 @@
</tablerow>
</table>
</section>
-<paragraph xml-lang="en-US" role="paragraph" id="par_id3147226">The <emph>Apply Filter</emph> function retains <link href="text/shared/02/12110000.xhp" name="form-based filters"><emph>form-based filters</emph></link> that have been set. You do not need to redefine them.</paragraph>
+<paragraph xml-lang="en-US" role="paragraph" id="par_id3147226">The <emph>Apply Filter</emph> function retains <link href="text/shared/02/12110000.xhp"><emph>form-based filters</emph></link> that have been set. You do not need to redefine them.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/02/12130000.xhp b/source/text/shared/02/12130000.xhp
index 655d185219..371af06ea8 100644
--- a/source/text/shared/02/12130000.xhp
+++ b/source/text/shared/02/12130000.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3152895"><bookmark_value>data sources; as tables</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ViewFormAsGrid" id="bm_id1551702" localize="false"/>
-<h1 id="hd_id3152895"><link href="text/shared/02/12130000.xhp" name="Data source as table">Data source as table</link></h1>
+<h1 id="hd_id3152895"><link href="text/shared/02/12130000.xhp">Data source as table</link></h1>
<paragraph role="paragraph" id="par_id3163829" xml-lang="en-US"><ahelp hid=".uno:ViewFormAsGrid">Activates an additional table view when in the form view.</ahelp> When the <emph>Data source as table</emph> function is activated, you see the table in an area above the form.</paragraph>
</section>
<section id="sydata_source_as_table">
diff --git a/source/text/shared/02/12140000.xhp b/source/text/shared/02/12140000.xhp
index 4af6c441a7..ef8ba8cb64 100644
--- a/source/text/shared/02/12140000.xhp
+++ b/source/text/shared/02/12140000.xhp
@@ -33,7 +33,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:DataSourceBrowser/DocumentDataSource" id="bm_id3154230" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:DSBDocumentDataSource" id="bm_id9344157" localize="false"/>
-<paragraph role="heading" id="hd_id3154682" xml-lang="en-US" level="1"><link href="text/shared/02/12140000.xhp" name="Data Source of Current Document">Data Source of Current Document</link></paragraph>
+<paragraph role="heading" id="hd_id3154682" xml-lang="en-US" level="1"><link href="text/shared/02/12140000.xhp">Data Source of Current Document</link></paragraph>
<paragraph role="paragraph" id="par_id3150247" xml-lang="en-US"><ahelp hid=".">Displays, in the data source browser, the table that is linked to the current document.</ahelp></paragraph>
</section>
<section id="sycurrent_doc_data">
diff --git a/source/text/shared/02/13010000.xhp b/source/text/shared/02/13010000.xhp
index bcb170ae0a..a845635597 100644
--- a/source/text/shared/02/13010000.xhp
+++ b/source/text/shared/02/13010000.xhp
@@ -29,7 +29,7 @@
</meta>
<body>
<section id="setting_tabs">
-<paragraph id="hd_id3148668" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/13010000.xhp" name="Setting Tabs">Setting Tabs</link></paragraph>
+<paragraph id="hd_id3148668" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/13010000.xhp">Setting Tabs</link></paragraph>
<paragraph role="paragraph" id="par_id3154873" xml-lang="en-US">On the ruler, set the tabs for the current paragraph, or all selected paragraphs, using the mouse.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3148520" xml-lang="en-US">Initially the default tabs are shown on the horizontal ruler. Once you set a tab, only the default tabs to the right of the tab that you have set are available.</paragraph>
diff --git a/source/text/shared/02/13020000.xhp b/source/text/shared/02/13020000.xhp
index 03d38f6d0c..8096e69476 100644
--- a/source/text/shared/02/13020000.xhp
+++ b/source/text/shared/02/13020000.xhp
@@ -41,7 +41,7 @@
</bookmark>
</case>
</switch>
-<h1 id="hd_id3148668" xml-lang="en-US"><variable id="setting_margins"><link href="text/shared/02/13020000.xhp" name="Setting Indents, Margins, and Columns">Setting Indents, Margins, and Columns</link></variable></h1>
+<h1 id="hd_id3148668" xml-lang="en-US"><variable id="setting_margins"><link href="text/shared/02/13020000.xhp">Setting Indents, Margins, and Columns</link></variable></h1>
<paragraph role="paragraph" id="par_id3155364" xml-lang="en-US">You can define the indents and margins for the current paragraph, or for all selected paragraphs, using the mouse.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3152594" xml-lang="en-US">If you split the page into columns, or the cursor is placed in a multiple-column frame, you can change the column width and the column spacing by dragging them on the ruler with the mouse.</paragraph>
diff --git a/source/text/shared/02/14010000.xhp b/source/text/shared/02/14010000.xhp
index 826e223acc..b422767c81 100644
--- a/source/text/shared/02/14010000.xhp
+++ b/source/text/shared/02/14010000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="run_query">
<bookmark xml-lang="en-US" branch="hid/.uno:SbaExecuteSql" id="bm_id3149495" localize="false"/>
-<h1 id="hd_id3156183"><link href="text/shared/02/14010000.xhp" name="Run">Run Query</link></h1>
+<h1 id="hd_id3156183"><link href="text/shared/02/14010000.xhp">Run Query</link></h1>
<paragraph role="paragraph" id="par_id3109850" xml-lang="en-US"><ahelp hid=".uno:SbaExecuteSql">Runs the SQL query and displays the query result.</ahelp> The <emph>Run Query</emph> function does not save the query.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3149893" xml-lang="en-US">The <emph>Run Query</emph> function allows you to check the query. When you save the query, it is stored in the <emph>Query</emph> tab page.</paragraph>
diff --git a/source/text/shared/02/14020000.xhp b/source/text/shared/02/14020000.xhp
index 36fd6d8269..c73a1946c4 100644
--- a/source/text/shared/02/14020000.xhp
+++ b/source/text/shared/02/14020000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="clear_query">
<bookmark branch="hid/.uno:DBClearQuery" xml-lang="en-US" id="bm_id3147000" localize="false"/>
-<h1 id="hd_id3146946"><link href="text/shared/02/14020000.xhp" name="Clear query">Clear query</link></h1>
+<h1 id="hd_id3146946"><link href="text/shared/02/14020000.xhp">Clear query</link></h1>
<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US"><ahelp hid=".uno:DBClearQuery" visibility="visible">Clears the query and removes all tables from the design window.</ahelp></paragraph>
</section>
<section id="syclear_query">
diff --git a/source/text/shared/02/14020200.xhp b/source/text/shared/02/14020200.xhp
index e9d93dace5..07e5383f47 100644
--- a/source/text/shared/02/14020200.xhp
+++ b/source/text/shared/02/14020200.xhp
@@ -30,7 +30,7 @@
<body>
<section id="design_view">
<bookmark xml-lang="en-US" branch="hid/.uno:DBChangeDesignMode" id="bm_id3151262" localize="false"/>
-<h1 id="hd_id3159411"><link href="text/shared/02/14020200.xhp" name="Switch Design View On / Off">Switch Design View On/Off</link></h1>
+<h1 id="hd_id3159411"><link href="text/shared/02/14020200.xhp">Switch Design View On/Off</link></h1>
<paragraph role="paragraph" id="par_id3149495" xml-lang="en-US"><ahelp hid=".uno:DBChangeDesignMode">Displays the design view or the SQL view of the query.</ahelp></paragraph>
</section>
<section id="sydesign_view">
diff --git a/source/text/shared/02/14030000.xhp b/source/text/shared/02/14030000.xhp
index fd15006c2c..d688930fb7 100644
--- a/source/text/shared/02/14030000.xhp
+++ b/source/text/shared/02/14030000.xhp
@@ -31,7 +31,7 @@
<section id="native">
<paragraph role="paragraph" id="par_id3149748" xml-lang="en-US" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:SbaNativeSql" id="bm_id3143284" localize="false"/>
-<h1 id="hd_id3151100"><link href="text/shared/02/14030000.xhp" name="Run SQL command directly">Run SQL command directly</link></h1>
+<h1 id="hd_id3151100"><link href="text/shared/02/14030000.xhp">Run SQL command directly</link></h1>
<paragraph role="paragraph" id="par_id3155364" xml-lang="en-US"><ahelp hid=".uno:SbaNativeSql">In <emph>Native SQL</emph> mode you can enter SQL commands that are not interpreted by $[officename], but are instead passed directly to the data source.</ahelp> If you do not display these changes in the design view, you cannot change back to the design view.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3149999" xml-lang="en-US">For native SQL, the SQL string is forwarded directly to the connected database system without a previous evaluation by $[officename]. For example, if you access a database through an ODBC interface, the SQL string is passed to the ODBC driver and processed by it.</paragraph>
@@ -47,6 +47,6 @@
</tablerow>
</table>
</section>
-<paragraph role="paragraph" id="par_id3155535" xml-lang="en-US">Click the icon again to return to normal mode, in which the changes in the <link href="text/sdatabase/02010100.xhp" name="New Query Design"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL.</paragraph>
+<paragraph role="paragraph" id="par_id3155535" xml-lang="en-US">Click the icon again to return to normal mode, in which the changes in the <link href="text/sdatabase/02010100.xhp"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/02/14040000.xhp b/source/text/shared/02/14040000.xhp
index 1b8b1ca312..42a750501a 100644
--- a/source/text/shared/02/14040000.xhp
+++ b/source/text/shared/02/14040000.xhp
@@ -30,8 +30,8 @@
<body>
<section id="functions">
<bookmark branch="hid/.uno:DBViewFunctions" xml-lang="en-US" id="bm_id3154840" localize="false"/>
-<h1 id="hd_id3153514"><link href="text/shared/02/14040000.xhp" name="Functions">Functions</link></h1>
-<paragraph role="paragraph" id="par_id3159224" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:DBViewFunctions">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href="text/sdatabase/02010100.xhp" name="Query Design"><emph>Query Design</emph></link> window.</ahelp></paragraph>
+<h1 id="hd_id3153514"><link href="text/shared/02/14040000.xhp">Functions</link></h1>
+<paragraph role="paragraph" id="par_id3159224" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:DBViewFunctions">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href="text/sdatabase/02010100.xhp"><emph>Query Design</emph></link> window.</ahelp></paragraph>
</section>
<section id="syfunctions">
<table id="tbl_id3149119">
diff --git a/source/text/shared/02/14050000.xhp b/source/text/shared/02/14050000.xhp
index 220e432aca..ad4fdf7ae6 100644
--- a/source/text/shared/02/14050000.xhp
+++ b/source/text/shared/02/14050000.xhp
@@ -30,8 +30,8 @@
<body>
<section id="table_name">
<bookmark xml-lang="en-US" branch="hid/.uno:DBViewTableNames" id="bm_id2447279" localize="false"/>
-<paragraph role="heading" id="hd_id3149991" xml-lang="en-US" level="1"><link href="text/shared/02/14050000.xhp" name="Table Name">Table Name</link></paragraph>
-<paragraph role="paragraph" id="par_id3154232" xml-lang="en-US"><ahelp hid=".">Displays the <emph>Table</emph> row in the lower part of the <link href="text/sdatabase/02010100.xhp" name="Query Design"><emph>Query Design</emph></link>.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3149991" xml-lang="en-US" level="1"><link href="text/shared/02/14050000.xhp">Table Name</link></paragraph>
+<paragraph role="paragraph" id="par_id3154232" xml-lang="en-US"><ahelp hid=".">Displays the <emph>Table</emph> row in the lower part of the <link href="text/sdatabase/02010100.xhp"><emph>Query Design</emph></link>.</ahelp></paragraph>
</section>
<section id="sytable_name">
<table id="tbl_id3147102">
diff --git a/source/text/shared/02/14060000.xhp b/source/text/shared/02/14060000.xhp
index db7ef69a19..bd40478eb9 100644
--- a/source/text/shared/02/14060000.xhp
+++ b/source/text/shared/02/14060000.xhp
@@ -30,8 +30,8 @@
<body>
<section id="aliasname">
<bookmark branch="hid/.uno:DBViewAliases" xml-lang="en-US" id="bm_id3151299" localize="false"/>
-<h1 id="hd_id3150758"><link href="text/shared/02/14060000.xhp" name="Alias">Alias</link></h1>
-<paragraph role="paragraph" id="par_id3148731" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:DBViewAliases">Displays the <emph>Alias</emph> row in the lower part of the <link href="text/sdatabase/02010100.xhp" name="Query Design"><emph>Query Design</emph></link>.</ahelp></paragraph>
+<h1 id="hd_id3150758"><link href="text/shared/02/14060000.xhp">Alias</link></h1>
+<paragraph role="paragraph" id="par_id3148731" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:DBViewAliases">Displays the <emph>Alias</emph> row in the lower part of the <link href="text/sdatabase/02010100.xhp"><emph>Query Design</emph></link>.</ahelp></paragraph>
</section>
<section id="syaliasname">
<table id="tbl_id3149716">
diff --git a/source/text/shared/02/14070000.xhp b/source/text/shared/02/14070000.xhp
index 3fe2ee6728..a4597c2b23 100644
--- a/source/text/shared/02/14070000.xhp
+++ b/source/text/shared/02/14070000.xhp
@@ -33,8 +33,8 @@
<bookmark_value>distinct values in SQL queries</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:DBDistinctValues" id="bm_id3147588" localize="false"/>
-<h1 id="hd_id3149991"><link href="text/shared/02/14070000.xhp" name="Distinct Values">Distinct Values</link></h1>
-<paragraph role="paragraph" id="par_id3154894" xml-lang="en-US"><ahelp hid=".uno:DBDistinctValues">Expands the created select statement of the <link href="text/sdatabase/02010100.xhp" name="SQL Query"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once.</paragraph>
+<h1 id="hd_id3149991"><link href="text/shared/02/14070000.xhp">Distinct Values</link></h1>
+<paragraph role="paragraph" id="par_id3154894" xml-lang="en-US"><ahelp hid=".uno:DBDistinctValues">Expands the created select statement of the <link href="text/sdatabase/02010100.xhp"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once.</paragraph>
</section>
<section id="sydistinct_values">
<table id="tbl_id3150935">
diff --git a/source/text/shared/02/18010000.xhp b/source/text/shared/02/18010000.xhp
index 2edf2a2f1e..5b27743db9 100644
--- a/source/text/shared/02/18010000.xhp
+++ b/source/text/shared/02/18010000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="selection">
<bookmark xml-lang="en-US" branch="hid/.uno:SelectObject" id="bm_id8570964" localize="false"/>
-<h1 id="hd_id3151299"><link href="text/shared/02/18010000.xhp" name="Selection">Selection</link></h1>
+<h1 id="hd_id3151299"><link href="text/shared/02/18010000.xhp">Selection</link></h1>
<paragraph role="paragraph" id="par_id3148520" xml-lang="en-US"><ahelp hid=".uno:SelectObject">Allows you to select objects in the current document.</ahelp></paragraph>
</section>
<section id="syselection">
@@ -46,7 +46,7 @@
</caseinline><caseinline select="CALC">
</caseinline><caseinline select="CHART">
</caseinline><caseinline select="MATH">
-</caseinline><defaultinline>The objects selected together can then be defined as a <link href="text/shared/01/05290000.xhp" name="group">group</link>, turning them into a single group object.</defaultinline></switchinline></paragraph>
+</caseinline><defaultinline>The objects selected together can then be defined as a <link href="text/shared/01/05290000.xhp">group</link>, turning them into a single group object.</defaultinline></switchinline></paragraph>
<paragraph role="paragraph" id="par_id3143267" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER">
</caseinline><caseinline select="CALC">
</caseinline><caseinline select="CHART">
diff --git a/source/text/shared/02/18030000.xhp b/source/text/shared/02/18030000.xhp
index b1557389bb..1077565057 100644
--- a/source/text/shared/02/18030000.xhp
+++ b/source/text/shared/02/18030000.xhp
@@ -29,7 +29,7 @@
</meta>
<body>
<section id="auto_spell_check">
-<h1 id="hd_id3155599" xml-lang="en-US"><link href="text/shared/02/18030000.xhp" name="Automatic Spell Checking On/Off">Automatic Spell Checking On/Off</link></h1>
+<h1 id="hd_id3155599" xml-lang="en-US"><link href="text/shared/02/18030000.xhp">Automatic Spell Checking On/Off</link></h1>
<embed href="text/shared/optionen/01010400.xhp#automatisch"/>
</section>
<section id="syauto_spell_check">
diff --git a/source/text/shared/02/19090000.xhp b/source/text/shared/02/19090000.xhp
index d7aebad0ef..495e86f4ff 100644
--- a/source/text/shared/02/19090000.xhp
+++ b/source/text/shared/02/19090000.xhp
@@ -31,12 +31,12 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/SW_HID_SOURCEVIEW" id="bm_id3146938" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:SourceView" id="bm_id7218494" localize="false"/>
-<paragraph id="hd_id3154788" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/19090000.xhp" name="HTML Source">HTML Source</link></paragraph>
+<paragraph id="hd_id3154788" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/19090000.xhp">HTML Source</link></paragraph>
<paragraph id="par_id3156183" role="paragraph" xml-lang="en-US"><ahelp hid=".">Displays the source text of the current HTML document. This view is available when creating a new HTML document or opening an existing one.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000403.xhp#htmlsource"/>
</section>
-<paragraph id="par_id3149760" role="paragraph" xml-lang="en-US">In <emph>HTML Source</emph> mode, you can view and edit the <link href="text/shared/00/00000002.xhp#tags" name="tags">tags</link> of <link href="text/shared/00/00000002.xhp#html" name="HTML">HTML</link>. Save the document as a plain text document. Assign an <emph>.html</emph> or <emph>.htm</emph> extension to designate the document as HTML.<comment>UFI: is this so? test it</comment></paragraph>
+<paragraph id="par_id3149760" role="paragraph" xml-lang="en-US">In <emph>HTML Source</emph> mode, you can view and edit the <link href="text/shared/00/00000002.xhp#tags">tags</link> of <link href="text/shared/00/00000002.xhp#html">HTML</link>. Save the document as a plain text document. Assign an <emph>.html</emph> or <emph>.htm</emph> extension to designate the document as HTML.<comment>UFI: is this so? test it</comment></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/02/20020000.xhp b/source/text/shared/02/20020000.xhp
index d9f606950f..03d5baeffd 100644
--- a/source/text/shared/02/20020000.xhp
+++ b/source/text/shared/02/20020000.xhp
@@ -31,12 +31,12 @@
<bookmark xml-lang="en-US" branch="hid/.uno:PageStyleName" id="bm_id5848088" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:StatusPageStyle" id="bm_id3325105" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:LayoutStatus" id="bm_id2005580" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3083278" role="heading" level="1"><link href="text/shared/02/20020000.xhp" name="Current Page Style">Current Page Style</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3083278" role="heading" level="1"><link href="text/shared/02/20020000.xhp">Current Page Style</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3148731" role="paragraph"><ahelp hid=".">Displays the current <emph>Page Style</emph>. Double-click to edit the style, right-click to select another style.</ahelp></paragraph>
</section>
-<paragraph xml-lang="en-US" id="par_id3149283" role="paragraph"><switchinline select="appl"><caseinline select="WRITER">Double-click the <emph>Page Style</emph> field to open the <link href="text/swriter/01/05040000.xhp" name="Page Style"><emph>Page Style</emph></link> dialog, in which you can edit the style for the current page. In the context menu of this field, you can apply a page style.</caseinline></switchinline></paragraph>
-<paragraph xml-lang="en-US" id="par_id3151234" role="paragraph"><switchinline select="appl"><caseinline select="CALC">Double-click the <emph>Page Style</emph> field to open the <link href="text/scalc/01/05070000.xhp" name="Page Style"><emph>Page Style</emph></link> dialog, in which you can edit the style for the current page.</caseinline></switchinline></paragraph>
-<paragraph id="par_id3149346" role="paragraph"><switchinline select="appl"><caseinline select="IMPRESS">Double-click this field to open the <link href="text/simpress/01/05120000.xhp" name="Available Master Slides"><emph>Available Master Slides</emph></link> dialog in which you can select the style for the current slide. You can select a different paper format or background.</caseinline></switchinline></paragraph>
-<paragraph id="par_id3147008" role="paragraph"><switchinline select="appl"><caseinline select="DRAW">Double-click this field to open the <link href="text/simpress/01/05120000.xhp" name="Available Master Slides"><emph>Available Master Slides</emph></link> dialog in which you select the style for the current page. You can select a different paper format or background.</caseinline></switchinline></paragraph>
+<paragraph xml-lang="en-US" id="par_id3149283" role="paragraph"><switchinline select="appl"><caseinline select="WRITER">Double-click the <emph>Page Style</emph> field to open the <link href="text/swriter/01/05040000.xhp"><emph>Page Style</emph></link> dialog, in which you can edit the style for the current page. In the context menu of this field, you can apply a page style.</caseinline></switchinline></paragraph>
+<paragraph xml-lang="en-US" id="par_id3151234" role="paragraph"><switchinline select="appl"><caseinline select="CALC">Double-click the <emph>Page Style</emph> field to open the <link href="text/scalc/01/05070000.xhp"><emph>Page Style</emph></link> dialog, in which you can edit the style for the current page.</caseinline></switchinline></paragraph>
+<paragraph id="par_id3149346" role="paragraph"><switchinline select="appl"><caseinline select="IMPRESS">Double-click this field to open the <link href="text/simpress/01/05120000.xhp"><emph>Available Master Slides</emph></link> dialog in which you can select the style for the current slide. You can select a different paper format or background.</caseinline></switchinline></paragraph>
+<paragraph id="par_id3147008" role="paragraph"><switchinline select="appl"><caseinline select="DRAW">Double-click this field to open the <link href="text/simpress/01/05120000.xhp"><emph>Available Master Slides</emph></link> dialog in which you select the style for the current page. You can select a different paper format or background.</caseinline></switchinline></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/02/20030000.xhp b/source/text/shared/02/20030000.xhp
index 9b07ac037a..8d4315724f 100644
--- a/source/text/shared/02/20030000.xhp
+++ b/source/text/shared/02/20030000.xhp
@@ -30,10 +30,10 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3155619"><bookmark_value>zooming; status bar</bookmark_value>
</bookmark><comment>mw deleted "scaling;"</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:StateZoom" id="bm_id3165732" localize="false"/>
-<h1 id="hd_id3155619" xml-lang="en-US"><link href="text/shared/02/20030000.xhp" name="Zoom">Zoom</link></h1>
+<h1 id="hd_id3155619" xml-lang="en-US"><link href="text/shared/02/20030000.xhp">Zoom</link></h1>
<paragraph role="paragraph" id="par_id3148983" xml-lang="en-US"><ahelp hid=".uno:StateZoom">Specifies the current page display zoom factor.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3150935" xml-lang="en-US">Click this field to open the <link href="text/shared/01/03010000.xhp" name="Zoom"><emph>Zoom</emph></link> dialog, where you can change the current zoom factor.</paragraph>
+<paragraph role="paragraph" id="par_id3150935" xml-lang="en-US">Click this field to open the <link href="text/shared/01/03010000.xhp"><emph>Zoom</emph></link> dialog, where you can change the current zoom factor.</paragraph>
<paragraph role="paragraph" id="par_id3159194" xml-lang="en-US">Right-click to open the context menu on this field to see a selection of available zoom factors.</paragraph>
</section>
</body>
diff --git a/source/text/shared/02/20040000.xhp b/source/text/shared/02/20040000.xhp
index b927bdf7c1..c0009a3db2 100644
--- a/source/text/shared/02/20040000.xhp
+++ b/source/text/shared/02/20040000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="insert_mode">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertMode" id="bm_id1407203" localize="false"/>
-<paragraph role="heading" id="hd_id3149748" xml-lang="en-US" level="1"><link href="text/shared/02/20040000.xhp" name="Insert Mode">Insert Mode</link></paragraph>
+<paragraph role="heading" id="hd_id3149748" xml-lang="en-US" level="1"><link href="text/shared/02/20040000.xhp">Insert Mode</link></paragraph>
<paragraph role="paragraph" id="par_id3152363" xml-lang="en-US"><ahelp hid=".uno:InsertMode">Displays the current insert mode. You can toggle between <emph>INSRT</emph> = insert and <emph>OVER</emph> = overwrite.</ahelp><switchinline select="appl"><caseinline select="CALC"> This field is only active if the cursor is in the input line of the formula bar or in a cell.</caseinline></switchinline></paragraph>
</section>
<paragraph role="paragraph" id="par_id3154422" xml-lang="en-US">Click in the field to toggle the modes (except in the $[officename] Basic IDE, where only the <emph>Insert</emph> mode is active). If the cursor is positioned in a text document, you may also use the <emph>Insert</emph> key (if available on your keyboard) to toggle the modes.</paragraph>
diff --git a/source/text/shared/02/20050000.xhp b/source/text/shared/02/20050000.xhp
index 53911bb642..dbccf62682 100644
--- a/source/text/shared/02/20050000.xhp
+++ b/source/text/shared/02/20050000.xhp
@@ -36,7 +36,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:SelectionMode" id="bm_id7365159" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:StatusSelectionMode" id="bm_id2039489" localize="false"/>
- <h1 id="hd_id3148668"><link href="text/shared/02/20050000.xhp" name="Selection Mode">Selection Mode</link></h1>
+ <h1 id="hd_id3148668"><link href="text/shared/02/20050000.xhp">Selection Mode</link></h1>
<paragraph role="paragraph" id="par_id3146130" xml-lang="en-US"><ahelp hid=".">Switches between different selection modes.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3153894" xml-lang="en-US">Click this field to open a popup menu with the following options:</paragraph>
diff --git a/source/text/shared/02/20060000.xhp b/source/text/shared/02/20060000.xhp
index 8b3e692918..4e4169a307 100644
--- a/source/text/shared/02/20060000.xhp
+++ b/source/text/shared/02/20060000.xhp
@@ -28,7 +28,7 @@
<section id="document_modification">
<bookmark xml-lang="en-US" branch="hid/.uno:ModifiedStatus" id="bm_id8313236" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:Modified" id="bm_id1803964" localize="false"/>
-<bookmark xml-lang="en-US" branch="hid/.uno:ModifyStatus" id="bm_id3154682" localize="false"/><paragraph role="heading" id="hd_id3147477" xml-lang="en-US" level="1"><link href="text/shared/02/20060000.xhp" name="Document Modification">Document Modification</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/.uno:ModifyStatus" id="bm_id3154682" localize="false"/><paragraph role="heading" id="hd_id3147477" xml-lang="en-US" level="1"><link href="text/shared/02/20060000.xhp">Document Modification</link></paragraph>
<paragraph role="paragraph" id="par_id3148731" xml-lang="en-US"><ahelp hid=".">If changes to the document have not yet been saved, a "<emph>*</emph>" is displayed in this field on the <emph>Status</emph> bar. This also applies to new, not yet saved documents.</ahelp></paragraph>
</section>
</body>
diff --git a/source/text/shared/02/20090000.xhp b/source/text/shared/02/20090000.xhp
index 0ac22ff870..6346ecc848 100644
--- a/source/text/shared/02/20090000.xhp
+++ b/source/text/shared/02/20090000.xhp
@@ -29,7 +29,7 @@
</meta>
<body>
<bookmark branch="hid/.uno:CurrentTime" xml-lang="en-US" id="bm_id3150620" localize="false"/>
-<paragraph id="hd_id3152823" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/20090000.xhp" name="Time">Time</link></paragraph>
+<paragraph id="hd_id3152823" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/20090000.xhp">Time</link></paragraph>
<paragraph role="paragraph" id="par_id3151299" xml-lang="en-US"><ahelp hid=".uno:CurrentTime" visibility="visible">Displays the current time.</ahelp></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/02/20100000.xhp b/source/text/shared/02/20100000.xhp
index 88f8baebed..b60a14959f 100644
--- a/source/text/shared/02/20100000.xhp
+++ b/source/text/shared/02/20100000.xhp
@@ -29,7 +29,7 @@
</meta>
<body>
<bookmark branch="hid/.uno:CurrentDate" xml-lang="en-US" id="bm_id3156045" localize="false"/>
-<paragraph id="hd_id3146902" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/20100000.xhp" name="Date">Date</link></paragraph>
+<paragraph id="hd_id3146902" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/20100000.xhp">Date</link></paragraph>
<paragraph role="paragraph" id="par_id3154926" xml-lang="en-US"><ahelp hid=".uno:CurrentDate" visibility="visible">Displays the current date.</ahelp></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/02/24010000.xhp b/source/text/shared/02/24010000.xhp
index 965277e201..cf03ce19dd 100644
--- a/source/text/shared/02/24010000.xhp
+++ b/source/text/shared/02/24010000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="filter">
<bookmark xml-lang="en-US" branch="hid/.uno:GraphicFilterToolbox" id="bm_id3153255" localize="false"/>
-<paragraph role="heading" id="hd_id3151299" xml-lang="en-US" level="1"><link href="text/shared/02/24010000.xhp" name="Image Filter Bar">Image Filter Bar</link></paragraph>
+<paragraph role="heading" id="hd_id3151299" xml-lang="en-US" level="1"><link href="text/shared/02/24010000.xhp">Image Filter Bar</link></paragraph>
<paragraph role="paragraph" id="par_id3156183" xml-lang="en-US"><ahelp hid=".uno:GraphicFilterToolbox">This icon on the <emph>Image</emph> bar opens the <emph>Image Filter</emph> bar, where you can use various filters on the selected picture.</ahelp></paragraph>
</section>
<section id="syfilter">
diff --git a/source/text/shared/02/24020000.xhp b/source/text/shared/02/24020000.xhp
index ba30d1f36c..04df6e0c09 100644
--- a/source/text/shared/02/24020000.xhp
+++ b/source/text/shared/02/24020000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="graphics_mode">
<bookmark xml-lang="en-US" branch="hid/.uno:GrafMode" id="bm_id6768787" localize="false"/>
-<paragraph role="heading" id="hd_id3149762" xml-lang="en-US" level="1"><link href="text/shared/02/24020000.xhp" name="Graphics Mode">Graphics Mode</link></paragraph>
+<paragraph role="heading" id="hd_id3149762" xml-lang="en-US" level="1"><link href="text/shared/02/24020000.xhp">Graphics Mode</link></paragraph>
<paragraph role="paragraph" id="par_id3150255" xml-lang="en-US"><ahelp hid=".uno:GrafMode">Lists view attributes for the selected graphic object. The embedded or linked graphic object in the current file will not be changed, only the view of the object.</ahelp></paragraph>
</section>
<section id="sygraphics_mode">
diff --git a/source/text/shared/02/24030000.xhp b/source/text/shared/02/24030000.xhp
index b2deff09ef..f02aaccfa6 100644
--- a/source/text/shared/02/24030000.xhp
+++ b/source/text/shared/02/24030000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="red">
<bookmark xml-lang="en-US" branch="hid/.uno:GrafRed" id="bm_id6070231" localize="false"/>
-<paragraph role="heading" id="hd_id3151097" xml-lang="en-US" level="1"><link href="text/shared/02/24030000.xhp" name="Red">Red</link></paragraph>
+<paragraph role="heading" id="hd_id3151097" xml-lang="en-US" level="1"><link href="text/shared/02/24030000.xhp">Red</link></paragraph>
<paragraph role="paragraph" id="par_id3151100" xml-lang="en-US"><ahelp hid=".uno:GrafRed">Specifies the proportion of red RGB color components for the selected graphic object.</ahelp> Values from -100% (no red) to +100% (full red) are possible.</paragraph>
</section>
<section id="syred">
diff --git a/source/text/shared/02/24040000.xhp b/source/text/shared/02/24040000.xhp
index b5fa8fbf04..05b09676a8 100644
--- a/source/text/shared/02/24040000.xhp
+++ b/source/text/shared/02/24040000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="green">
<bookmark xml-lang="en-US" branch="hid/.uno:GrafGreen" id="bm_id4972033" localize="false"/>
-<paragraph role="heading" id="hd_id3154840" xml-lang="en-US" level="1"><link href="text/shared/02/24040000.xhp" name="Green">Green</link></paragraph>
+<paragraph role="heading" id="hd_id3154840" xml-lang="en-US" level="1"><link href="text/shared/02/24040000.xhp">Green</link></paragraph>
<paragraph role="paragraph" id="par_id3143284" xml-lang="en-US"><ahelp hid=".uno:GrafGreen">Specifies the proportion of green RGB color components for the selected graphic object.</ahelp> Values from -100% (no green) to +100% (full green) are possible.</paragraph>
</section>
<section id="sygreen">
diff --git a/source/text/shared/02/24050000.xhp b/source/text/shared/02/24050000.xhp
index 37eaec6d48..93188c616d 100644
--- a/source/text/shared/02/24050000.xhp
+++ b/source/text/shared/02/24050000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="blue">
<bookmark xml-lang="en-US" branch="hid/.uno:GrafBlue" id="bm_id5123550" localize="false"/>
-<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"><link href="text/shared/02/24050000.xhp" name="Blue">Blue</link></paragraph>
+<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"><link href="text/shared/02/24050000.xhp">Blue</link></paragraph>
<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US"><ahelp hid=".uno:GrafBlue">Specifies the proportion of blue RGB color components for the selected graphic.</ahelp> Values from -100% (no blue) to +100% (full blue) are possible.</paragraph>
</section>
<section id="syblue">
diff --git a/source/text/shared/02/24060000.xhp b/source/text/shared/02/24060000.xhp
index 90a2dd2548..df5bb7f733 100644
--- a/source/text/shared/02/24060000.xhp
+++ b/source/text/shared/02/24060000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="brightness">
<bookmark branch="hid/.uno:GrafLuminance" xml-lang="en-US" id="bm_id3147000" localize="false"/>
-<h1 id="hd_id3153514"><link href="text/shared/02/24060000.xhp" name="Brightness">Brightness</link></h1>
+<h1 id="hd_id3153514"><link href="text/shared/02/24060000.xhp">Brightness</link></h1>
<paragraph role="paragraph" id="par_id3152821" xml-lang="en-US"><ahelp hid=".uno:GrafLuminance" visibility="visible">Specifies the brightness for the selected graphic object.</ahelp> Values from -100% (only black) to +100% (only white) are possible.</paragraph>
</section>
<section id="sybrightness">
diff --git a/source/text/shared/02/24070000.xhp b/source/text/shared/02/24070000.xhp
index dbe6c0b5be..2cf47b268c 100644
--- a/source/text/shared/02/24070000.xhp
+++ b/source/text/shared/02/24070000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="contrast">
<bookmark branch="hid/.uno:GrafContrast" xml-lang="en-US" id="bm_id3154682" localize="false"/>
-<h1 id="hd_id3154926"><link href="text/shared/02/24070000.xhp" name="Contrast">Contrast</link></h1>
+<h1 id="hd_id3154926"><link href="text/shared/02/24070000.xhp">Contrast</link></h1>
<paragraph role="paragraph" id="par_id3149495" xml-lang="en-US"><ahelp hid=".uno:GrafContrast" visibility="visible">Specifies the contrast for viewing the selected graphic image.</ahelp> Values from -100% (no contrast at all) to +100% (full contrast) are possible.</paragraph>
</section>
<section id="sycontrast">
diff --git a/source/text/shared/02/24080000.xhp b/source/text/shared/02/24080000.xhp
index 012f7a6ac3..29daf42aa8 100644
--- a/source/text/shared/02/24080000.xhp
+++ b/source/text/shared/02/24080000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="gamma">
<bookmark xml-lang="en-US" branch="hid/.uno:GrafGamma" id="bm_id211906" localize="false"/>
-<paragraph role="heading" id="hd_id3154100" xml-lang="en-US" level="1"><link href="text/shared/02/24080000.xhp" name="Gamma">Gamma</link></paragraph>
+<paragraph role="heading" id="hd_id3154100" xml-lang="en-US" level="1"><link href="text/shared/02/24080000.xhp">Gamma</link></paragraph>
<paragraph role="paragraph" id="par_id3154873" xml-lang="en-US"><ahelp hid=".uno:GrafGamma">Specifies the gamma value for the view of the selected object, which affects the brightness of the midtone values.</ahelp> Values from 0.10 (minimum Gamma) to 10 (maximum Gamma) are possible.</paragraph>
</section>
<section id="sygamma">
diff --git a/source/text/shared/02/24090000.xhp b/source/text/shared/02/24090000.xhp
index cb73e2670b..9944fc560b 100644
--- a/source/text/shared/02/24090000.xhp
+++ b/source/text/shared/02/24090000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="transparency">
<bookmark xml-lang="en-US" branch="hid/.uno:GrafTransparence" id="bm_id196900" localize="false"/>
-<paragraph role="heading" id="hd_id3159411" xml-lang="en-US" level="1"><link href="text/shared/02/24090000.xhp" name="Transparency">Transparency</link></paragraph>
+<paragraph role="heading" id="hd_id3159411" xml-lang="en-US" level="1"><link href="text/shared/02/24090000.xhp">Transparency</link></paragraph>
<paragraph role="paragraph" id="par_id3150445" xml-lang="en-US"><ahelp hid=".uno:GrafTransparence">Specifies the transparency in the graphic object.</ahelp> Values from 0% (fully opaque) to +100% (fully transparent) are possible.</paragraph>
</section>
<section id="sytransparency">
diff --git a/source/text/shared/02/24100000.xhp b/source/text/shared/02/24100000.xhp
index dd401518e9..6d6abfbd48 100644
--- a/source/text/shared/02/24100000.xhp
+++ b/source/text/shared/02/24100000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="crop">
<bookmark xml-lang="en-US" branch="hid/.uno:GrafAttrCrop" id="bm_id9106091" localize="false"/>
-<paragraph role="heading" id="hd_id3154044" xml-lang="en-US" level="1"><link href="text/shared/02/24100000.xhp" name="Crop">Crop</link></paragraph>
+<paragraph role="heading" id="hd_id3154044" xml-lang="en-US" level="1"><link href="text/shared/02/24100000.xhp">Crop</link></paragraph>
<paragraph role="paragraph" id="par_id3154863" xml-lang="en-US"><ahelp hid=".uno:GrafAttrCrop">Allows to crop the display of an inserted picture. Only the display gets cropped, the inserted picture is not changed.</ahelp> A picture must be selected to enable cropping.</paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:Crop" id="bm_id0514200804065077" localize="false"/>
<paragraph role="paragraph" id="par_id0514200804261097" xml-lang="en-US">In Impress and Draw no dialog is shown when you click the icon, but you see eight cropping handles. Open the context menu of a selected picture and choose <item type="menuitem">Crop Image</item>, if you want to use the <link href="text/shared/01/05030800.xhp">dialog</link> for cropping.</paragraph>
diff --git a/source/text/shared/02/limit.xhp b/source/text/shared/02/limit.xhp
index 9378df9ae9..443f9e7d45 100644
--- a/source/text/shared/02/limit.xhp
+++ b/source/text/shared/02/limit.xhp
@@ -21,6 +21,6 @@
</bookmark>
<paragraph role="heading" id="hd_id3149991" xml-lang="en-US" level="1">Limit</paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:DBLimit" id="bm_id3147588" localize="false"/>
-<paragraph role="paragraph" id="par_id3154894" xml-lang="en-US"><ahelp hid=".">Expands the created select statement of the <link href="text/sdatabase/02010100.xhp" name="SQL Query">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it.</paragraph>
+<paragraph role="paragraph" id="par_id3154894" xml-lang="en-US"><ahelp hid=".">Expands the created select statement of the <link href="text/sdatabase/02010100.xhp">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/02/namedialog.xhp b/source/text/shared/02/namedialog.xhp
index 4bb6b0438d..baa728e7ef 100644
--- a/source/text/shared/02/namedialog.xhp
+++ b/source/text/shared/02/namedialog.xhp
@@ -20,7 +20,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/namedialog/name_entry" id="bm_id3445313" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/namedialog/@@nowidget@@" id="bm_id3145313" localize="false"/>
<section id="namedialog">
-<h1 id="hd_id581597430248366"><variable id="namedialogh1"><link href="text/shared/02/namedialog.xhp" name="Name">Enter Name Dialog</link></variable></h1>
+<h1 id="hd_id581597430248366"><variable id="namedialogh1"><link href="text/shared/02/namedialog.xhp">Enter Name Dialog</link></variable></h1>
<paragraph role="paragraph" id="par_id3153681" xml-lang="en-US">Enter a name or any requested text on the label.</paragraph>
</section>
</body>
diff --git a/source/text/shared/04/01010000.xhp b/source/text/shared/04/01010000.xhp
index 7bcbd011ce..ea1b10d9ab 100644
--- a/source/text/shared/04/01010000.xhp
+++ b/source/text/shared/04/01010000.xhp
@@ -36,7 +36,7 @@
<bookmark_value>Unicode; shortcut keys</bookmark_value>
<bookmark_value>shortcut keys; Unicode</bookmark_value>
</bookmark>
-<h1 id="hd_id3149991"><variable id="common_keys"><link href="text/shared/04/01010000.xhp" name="General Shortcut Keys in $[officename]">General Shortcut Keys in $[officename]</link></variable></h1>
+<h1 id="hd_id3149991"><variable id="common_keys"><link href="text/shared/04/01010000.xhp">General Shortcut Keys in $[officename]</link></variable></h1>
</section>
<embed href="text/shared/00/00000099.xhp#keys"/>
<h2 id="hd_id3150702">Using Shortcut Keys</h2>
diff --git a/source/text/shared/04/01020000.xhp b/source/text/shared/04/01020000.xhp
index 85c5e41af7..b5774b18e2 100644
--- a/source/text/shared/04/01020000.xhp
+++ b/source/text/shared/04/01020000.xhp
@@ -29,9 +29,9 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3149809"><bookmark_value>shortcut keys; in databases</bookmark_value>
<bookmark_value>databases; shortcut keys</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3149809" xml-lang="en-US" level="1"><variable id="DB_keys"><link href="text/shared/04/01020000.xhp" name="Database Shortcut Keys">Database Shortcut Keys</link></variable></paragraph>
+<paragraph role="heading" id="hd_id3149809" xml-lang="en-US" level="1"><variable id="DB_keys"><link href="text/shared/04/01020000.xhp">Database Shortcut Keys</link></variable></paragraph>
<paragraph role="paragraph" id="par_id3152462" xml-lang="en-US">The following is a list of shortcut keys available within databases.</paragraph>
- <paragraph role="paragraph" id="par_id3147350" xml-lang="en-US">The general <link href="text/shared/04/01010000.xhp" name="shortcut keys in $[officename]">shortcut keys in $[officename]</link> also apply.</paragraph>
+ <paragraph role="paragraph" id="par_id3147350" xml-lang="en-US">The general <link href="text/shared/04/01010000.xhp">shortcut keys in $[officename]</link> also apply.</paragraph>
<embed href="text/shared/00/00000099.xhp#keys"/>
</section>
<section id="keydb">
diff --git a/source/text/shared/05/00000001.xhp b/source/text/shared/05/00000001.xhp
index 2cf89e9a30..eb8f28b17a 100644
--- a/source/text/shared/05/00000001.xhp
+++ b/source/text/shared/05/00000001.xhp
@@ -32,7 +32,7 @@
<bookmark_value>forums and support</bookmark_value>
<bookmark_value>Web support</bookmark_value>
</bookmark>
-<paragraph id="hd_id3146873" role="heading" level="1" xml-lang="en-US"><variable id="00000001"><link href="text/shared/05/00000001.xhp" name="Getting Support">Getting Support</link></variable></paragraph>
+<paragraph id="hd_id3146873" role="heading" level="1" xml-lang="en-US"><variable id="00000001"><link href="text/shared/05/00000001.xhp">Getting Support</link></variable></paragraph>
<paragraph id="par_id3150667" role="paragraph" xml-lang="en-US">You can find support on <link href="https://www.libreoffice.org/get-help/feedback/">the %PRODUCTNAME website</link>.</paragraph>
<paragraph id="par_id3154230" role="paragraph" xml-lang="en-US">For a summary of the current support services refer to the <emph>Readme</emph> file in the %PRODUCTNAME folder.</paragraph>
<paragraph id="hd_id26327" role="heading" level="2" xml-lang="en-US">Local language support pages</paragraph>
diff --git a/source/text/shared/05/00000002.xhp b/source/text/shared/05/00000002.xhp
index c4d697c96f..6c4de3e098 100644
--- a/source/text/shared/05/00000002.xhp
+++ b/source/text/shared/05/00000002.xhp
@@ -29,7 +29,7 @@
</meta>
<body>
<bookmark branch="hid/HID_INTERFACE_SFXHELP_VIEWSH" xml-lang="en-US" id="bm_id3156421" localize="false"/>
-<paragraph id="hd_id3153116" role="heading" level="1" xml-lang="en-US"><link href="text/shared/05/00000002.xhp" name="Icons in the Documentation">Icons in the Documentation</link></paragraph>
+<paragraph id="hd_id3153116" role="heading" level="1" xml-lang="en-US"><link href="text/shared/05/00000002.xhp">Icons in the Documentation</link></paragraph>
<section id="symbole">
<paragraph role="heading" level="2" id="hd_id3154962" xml-lang="en-US">Icons in the Documentation</paragraph>
<paragraph role="paragraph" id="par_id3146961" xml-lang="en-US">There are three icons used to call your attention to additional helpful information.</paragraph>
diff --git a/source/text/shared/05/00000100.xhp b/source/text/shared/05/00000100.xhp
index 1ae3c72985..e215ac8fe7 100644
--- a/source/text/shared/05/00000100.xhp
+++ b/source/text/shared/05/00000100.xhp
@@ -28,6 +28,6 @@
<section id="help"><comment>this section is displayed on all module main pages above the other "Help about Help" links.</comment>
<paragraph role="paragraph" id="par_id3150699" xml-lang="en-US">The Help references the default settings of the program on a system that is set to defaults. Descriptions of colors, mouse actions, or other configurable items can be different for your program and system.</paragraph>
</section>
- <paragraph role="paragraph" id="par_id3150618" xml-lang="en-US">The <emph>$[officename] Help system</emph> provides easy access to information and support. There are several ways to find what you are looking for in the <link href="text/shared/05/00000110.xhp" name="Help environment"><emph>Help environment</emph></link>: You can search for a specific keyword in the <link href="text/shared/05/00000130.xhp" name="Index"><emph>Index</emph></link>, carry out a full-text search under <link href="text/shared/05/00000140.xhp" name="Find"><emph>Find</emph></link>, or look through a hierarchical list of the <link href="text/shared/05/00000160.xhp" name="Topics"><emph>Topics</emph></link>.</paragraph>
+ <paragraph role="paragraph" id="par_id3150618" xml-lang="en-US">The <emph>$[officename] Help system</emph> provides easy access to information and support. There are several ways to find what you are looking for in the <link href="text/shared/05/00000110.xhp"><emph>Help environment</emph></link>: You can search for a specific keyword in the <link href="text/shared/05/00000130.xhp"><emph>Index</emph></link>, carry out a full-text search under <link href="text/shared/05/00000140.xhp"><emph>Find</emph></link>, or look through a hierarchical list of the <link href="text/shared/05/00000160.xhp"><emph>Topics</emph></link>.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/05/00000110.xhp b/source/text/shared/05/00000110.xhp
index 32fb87ddee..c6fc546dcd 100644
--- a/source/text/shared/05/00000110.xhp
+++ b/source/text/shared/05/00000110.xhp
@@ -28,7 +28,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:HelpOnHelp" id="bm_id3706162" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/searchdialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/searchdialog/SearchDialog" id="bm_id3153244" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3153884" role="heading" level="1"><variable id="00000110"><link href="text/shared/05/00000110.xhp" name="The %PRODUCTNAME Help Window">The <item type="productname">%PRODUCTNAME</item> Help Window</link></variable></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3153884" role="heading" level="1"><variable id="00000110"><link href="text/shared/05/00000110.xhp">The <item type="productname">%PRODUCTNAME</item> Help Window</link></variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3156183" role="warning">The Help system for all versions of the software is based on the same source files. Some of the functions described in Help may not be included in this particular distribution. Some features specific to a distribution may not be mentioned in this Help.</paragraph>
<paragraph xml-lang="en-US" id="par_id3147143" role="paragraph"><ahelp hid="." visibility="hidden">Provides an overview of the Help system.</ahelp> The <emph>Help</emph> window shows the currently selected Help page.</paragraph>
<bookmark xml-lang="en-US" branch="hid/SFX2_HID_HELP_TOOLBOX" id="bm_id3153114" localize="false"/>
@@ -147,7 +147,7 @@
<table id="tbl_id3144434">
<tablerow>
<tablecell>
- <paragraph xml-lang="en-US" id="par_id3149983" role="tablecontent"><link href="text/shared/05/00000160.xhp" name="Contents">Contents</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3149983" role="tablecontent"><link href="text/shared/05/00000160.xhp">Contents</link></paragraph>
</tablecell>
<tablecell>
<paragraph xml-lang="en-US" id="par_id3145748" role="tablecontent">Displays an index of the main topics of all modules.</paragraph>
@@ -155,7 +155,7 @@
</tablerow>
<tablerow>
<tablecell>
- <paragraph xml-lang="en-US" id="par_id3155366" role="tablecontent"><link href="text/shared/05/00000130.xhp" name="Index">Index</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3155366" role="tablecontent"><link href="text/shared/05/00000130.xhp">Index</link></paragraph>
</tablecell>
<tablecell>
<paragraph xml-lang="en-US" id="par_id3151351" role="tablecontent">Displays a list of index keywords for the currently selected %PRODUCTNAME module.</paragraph>
@@ -163,7 +163,7 @@
</tablerow>
<tablerow>
<tablecell>
- <paragraph xml-lang="en-US" id="par_id3149260" role="tablecontent"><link href="text/shared/05/00000140.xhp" name="Find">Find</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3149260" role="tablecontent"><link href="text/shared/05/00000140.xhp">Find</link></paragraph>
</tablecell>
<tablecell>
<paragraph xml-lang="en-US" id="par_id3154188" role="tablecontent">Allows you to carry out a full-text search. The search will include the entire Help contents of the currently selected <item type="productname">%PRODUCTNAME</item> module.</paragraph>
@@ -171,7 +171,7 @@
</tablerow>
<tablerow>
<tablecell>
- <paragraph xml-lang="en-US" id="par_id3154985" role="tablecontent"><link href="text/shared/05/00000150.xhp" name="Bookmarks">Bookmarks</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154985" role="tablecontent"><link href="text/shared/05/00000150.xhp">Bookmarks</link></paragraph>
</tablecell>
<tablecell>
<paragraph xml-lang="en-US" id="par_id3156062" role="tablecontent">Contains user-defined bookmarks. You can edit or delete bookmarks, or click them to go to the corresponding pages.</paragraph>
diff --git a/source/text/shared/05/00000120.xhp b/source/text/shared/05/00000120.xhp
index 313a9e5104..bbb962714c 100644
--- a/source/text/shared/05/00000120.xhp
+++ b/source/text/shared/05/00000120.xhp
@@ -28,7 +28,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3150672"><bookmark_value>Help; Help tips</bookmark_value><bookmark_value>tooltips; help</bookmark_value>
</bookmark>
<paragraph xml-lang="en-US" id="par_id3150672" role="paragraph" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3155599" role="heading" level="1"><variable id="00000120"><link href="text/shared/05/00000120.xhp" name="Tips and Extended Tips">Tips and Extended Tips</link></variable></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3155599" role="heading" level="1"><variable id="00000120"><link href="text/shared/05/00000120.xhp">Tips and Extended Tips</link></variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3148520" role="paragraph">Tips and Extended Tips provide help while you work.</paragraph>
<paragraph xml-lang="en-US" id="hd_id3149140" role="heading" level="2">Tips</paragraph>
<paragraph xml-lang="en-US" id="par_id3157896" role="paragraph"><emph>Tips</emph> provide you with the names of toolbar buttons. To display a tip, rest the pointer over a toolbar button until the name of the button appears.</paragraph>
diff --git a/source/text/shared/05/00000130.xhp b/source/text/shared/05/00000130.xhp
index 7448f64f03..782e609924 100644
--- a/source/text/shared/05/00000130.xhp
+++ b/source/text/shared/05/00000130.xhp
@@ -32,7 +32,7 @@
<bookmark_value>Help; keywords</bookmark_value>
</bookmark>
<paragraph role="paragraph" id="par_id3149428" xml-lang="en-US" localize="false"/>
-<paragraph role="heading" id="hd_id3153884" xml-lang="en-US" level="1"><variable id="00000130"><link href="text/shared/05/00000130.xhp" name="Index - Keyword Search in the Help">Index - Keyword Search in the Help</link></variable></paragraph>
+<paragraph role="heading" id="hd_id3153884" xml-lang="en-US" level="1"><variable id="00000130"><link href="text/shared/05/00000130.xhp">Index - Keyword Search in the Help</link></variable></paragraph>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/helpindexpage/HelpIndexPage" id="bm_id3149662" localize="false"/>
<paragraph role="paragraph" id="par_id3150960" xml-lang="en-US"><ahelp hid="sfx/ui/helpindexpage/HelpIndexPage" visibility="hidden">Double-click an entry or type the word you want to find in the index.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/helpindexpage/display" id="bm_id3150476" localize="false"/>
diff --git a/source/text/shared/05/00000140.xhp b/source/text/shared/05/00000140.xhp
index d8364126d2..1d7aab383c 100644
--- a/source/text/shared/05/00000140.xhp
+++ b/source/text/shared/05/00000140.xhp
@@ -33,7 +33,7 @@
<bookmark_value>full-text search in Help</bookmark_value>
</bookmark>
<paragraph role="paragraph" id="par_id3148532" xml-lang="en-US" localize="false"/>
-<paragraph role="heading" id="hd_id3148523" xml-lang="en-US" level="1"><variable id="00000140"><link href="text/shared/05/00000140.xhp" name="Find - The Full-Text Search">Find - The Full-Text Search</link></variable></paragraph>
+<paragraph role="heading" id="hd_id3148523" xml-lang="en-US" level="1"><variable id="00000140"><link href="text/shared/05/00000140.xhp">Find - The Full-Text Search</link></variable></paragraph>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/helpsearchpage/search" id="bm_id3151100" localize="false"/>
<paragraph role="paragraph" id="par_id3155599" xml-lang="en-US"><ahelp hid="sfx/ui/helpsearchpage/search" visibility="hidden">Enter the search term here. The search is not case-sensitive.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/helpsearchpage/find" id="bm_id3109850" localize="false"/>
diff --git a/source/text/shared/05/00000150.xhp b/source/text/shared/05/00000150.xhp
index 85e9c9843b..80430d215b 100644
--- a/source/text/shared/05/00000150.xhp
+++ b/source/text/shared/05/00000150.xhp
@@ -30,7 +30,7 @@
<body>
<bookmark branch="index" xml-lang="en-US" id="bm_id3153244"><bookmark_value>Help; bookmarks</bookmark_value><bookmark_value>bookmarks; Help</bookmark_value></bookmark>
<paragraph role="paragraph" id="par_id3153244" xml-lang="en-US" localize="false"/>
- <h1 id="hd_id3154349"><variable id="doc_title"><link href="text/shared/05/00000150.xhp" name="Managing Bookmarks">Managing Bookmarks</link></variable></h1>
+ <h1 id="hd_id3154349"><variable id="doc_title"><link href="text/shared/05/00000150.xhp">Managing Bookmarks</link></variable></h1>
<bookmark branch="hid/sfx/ui/bookmarkdialog/@@nowidget@@" xml-lang="en-US" id="bm_@@nowidget@@" localize="false"/>
<bookmark branch="hid/sfx/ui/bookmarkdialog/BookmarkDialog" xml-lang="en-US" id="bm_id3143284" localize="false"/>
<paragraph role="paragraph" id="par_id3154840" xml-lang="en-US"><ahelp hid="sfx/ui/bookmarkdialog/BookmarkDialog" visibility="hidden">Displays the name of the bookmarked page. You can also type a new name for the bookmark.</ahelp></paragraph>
diff --git a/source/text/shared/05/00000160.xhp b/source/text/shared/05/00000160.xhp
index b8a77d9588..11431ef0e3 100644
--- a/source/text/shared/05/00000160.xhp
+++ b/source/text/shared/05/00000160.xhp
@@ -33,7 +33,7 @@
</bookmark>
<paragraph role="paragraph" id="par_id3147090" xml-lang="en-US" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/helpcontentpage/HelpContentPage" id="bm_id3155354" localize="false"/>
-<paragraph role="heading" id="hd_id3146856" xml-lang="en-US" level="1"><variable id="doc_title"><link href="text/shared/05/00000160.xhp" name="Contents - The Main Help Topics">Contents - The Main Help Topics</link></variable></paragraph>
+<paragraph role="heading" id="hd_id3146856" xml-lang="en-US" level="1"><variable id="doc_title"><link href="text/shared/05/00000160.xhp">Contents - The Main Help Topics</link></variable></paragraph>
<paragraph role="paragraph" id="par_id3147000" xml-lang="en-US"><ahelp hid="sfx/ui/helpcontentpage/HelpContentPage">Displays the main help themes, arranged in a similar way to folders in a file manager.</ahelp></paragraph>
<table id="tbl_id3150476">
<tablerow>
diff --git a/source/text/shared/05/new_help.xhp b/source/text/shared/05/new_help.xhp
index 1ed2a3706d..07b20a4c5b 100644
--- a/source/text/shared/05/new_help.xhp
+++ b/source/text/shared/05/new_help.xhp
@@ -24,14 +24,14 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:HelpOnHelp" id="bm_id3706162" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:HelpIndex" id="bm_id3806162" localize="false"/>
- <h1 id="hd_id3153884"><variable id="newhlp"><link href="text/shared/05/new_help.xhp" name="The %PRODUCTNAME Help Window">The %PRODUCTNAME Help</link></variable></h1>
+ <h1 id="hd_id3153884"><variable id="newhlp"><link href="text/shared/05/new_help.xhp">The %PRODUCTNAME Help</link></variable></h1>
<embed href="text/shared/06/youtubevideos.xhp#whatisit"/>
<bookmark xml-lang="en-US" branch="hid/SFX2_HID_HELP_TOOLBOX" id="bm_id3153114" localize="false"/>
<paragraph role="paragraph" id="par_id171534888116942" xml-lang="en-US">%PRODUCTNAME Help pages are displayed in your system default web browser.</paragraph>
<embed href="text/shared/05/00000100.xhp#help"/>
<warning id="par_id3156183">The Help system for all versions of the software is based on the same source files. Some of the functions described in Help may not be included in this particular distribution. Some features specific to a distribution may not be mentioned in this Help.</warning>
<paragraph xml-lang="en-US" id="par_id3147143" role="paragraph"><ahelp hid=".uno:HelpOnHelp" visibility="hidden">Provides an overview of the Help system.</ahelp></paragraph>
- <note id="par_id341534965962279">Help pages of %PRODUCTNAME Extensions still use the old Help system. The old Help system help pages <link href="text/shared/05/00000110.xhp" name="oldhelp">are available from here</link>.</note>
+ <note id="par_id341534965962279">Help pages of %PRODUCTNAME Extensions still use the old Help system. The old Help system help pages <link href="text/shared/05/00000110.xhp">are available from here</link>.</note>
<h2 id="hd_id701534964258231">The %PRODUCTNAME Help pages features</h2>
<h3 id="hd_id561534964266978">The Module List</h3>
<paragraph role="paragraph" id="par_id851534964274673" xml-lang="en-US">Located on the top of the page, click to open the drop-down list and select the %PRODUCTNAME module to display the module Help main entry page.</paragraph>
@@ -39,7 +39,7 @@
<paragraph role="paragraph" id="par_id801534964285706" xml-lang="en-US">Available only in the online version, select the language to display the current help page.</paragraph>
<section id="helpindx">
- <h3 id="hd_id821534891267696"><variable id="hlpindx01"><link href="text/shared/05/new_help.xhp#helpindx" name="The Help Index">The Help Index</link></variable></h3>
+ <h3 id="hd_id821534891267696"><variable id="hlpindx01"><link href="text/shared/05/new_help.xhp#helpindx">The Help Index</link></variable></h3>
<paragraph xml-lang="en-US" id="par_id3151351" role="paragraph">The Help Index displays a list of keywords for all %PRODUCTNAME modules. Click on any keyword in the list to open the linked Help page.</paragraph>
<h3 id="hd_id151534901836252">Searching the Help Index</h3>
<paragraph role="paragraph" id="par_id311534901893169" xml-lang="en-US">Type the keyword in the Search text box. The search is performed immediately, while you type the keyword.</paragraph>
@@ -49,7 +49,7 @@
</section>
<section id="hlpcnts">
- <h3 id="hd_id901534891620807"><variable id="hlpcnts01"><link href="text/shared/05/new_help.xhp#hlpcnts" name="Contents - The Main Help Topics">Contents - The Main Help Topics</link></variable></h3>
+ <h3 id="hd_id901534891620807"><variable id="hlpcnts01"><link href="text/shared/05/new_help.xhp#hlpcnts">Contents - The Main Help Topics</link></variable></h3>
<paragraph xml-lang="en-US" id="par_id3145748" role="paragraph">Displays an index of the main topics of all modules.</paragraph>
<list type="unordered">
<listitem>
@@ -68,7 +68,7 @@
<paragraph role="paragraph" id="par_id871534889171418" xml-lang="en-US">Use the <emph>Back</emph> and <emph>Forward</emph> buttons of the browser to navigate between pages. In most browsers, a long click on the <emph>Back</emph> button displays a dropdown list of previously visited pages and a long click on the <emph>Forward</emph> button display a list of visited pages after the current one.</paragraph>
<section id="bkmhlppag">
- <h3 id="hd_id321534889287756"><variable id="bkm01"><link href="text/shared/05/new_help.xhp#bkmhlppag" name="Bookmarking Help pages">Bookmarking Help pages</link></variable></h3>
+ <h3 id="hd_id321534889287756"><variable id="bkm01"><link href="text/shared/05/new_help.xhp#bkmhlppag">Bookmarking Help pages</link></variable></h3>
<paragraph role="paragraph" id="par_id581534889349758" xml-lang="en-US">Use the bookmark feature of the browser for quick access to relevant Help pages. To bookmark a page in most browsers:</paragraph>
<list type="ordered">
<listitem>
diff --git a/source/text/shared/07/09000000.xhp b/source/text/shared/07/09000000.xhp
index 8a3630f2e9..1755633441 100644
--- a/source/text/shared/07/09000000.xhp
+++ b/source/text/shared/07/09000000.xhp
@@ -29,7 +29,7 @@
</meta>
<body>
<section id="web_pages">
-<paragraph role="heading" id="hd_id3156014" xml-lang="en-US" level="1"><link href="text/shared/07/09000000.xhp" name="Web Pages">Web Pages</link></paragraph>
+<paragraph role="heading" id="hd_id3156014" xml-lang="en-US" level="1"><link href="text/shared/07/09000000.xhp">Web Pages</link></paragraph>
<paragraph role="paragraph" id="par_id3146946" xml-lang="en-US">To create a new web page for the Internet, open a new <emph>HTML Document</emph> by choosing <item type="menuitem">File - New</item>.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3143284" xml-lang="en-US">A tool for creating new web pages is the Web Layout mode, which you enable with <item type="menuitem">View - Web</item>.</paragraph>
diff --git a/source/text/shared/autokorr/01000000.xhp b/source/text/shared/autokorr/01000000.xhp
index d03b206664..ea78e753c7 100644
--- a/source/text/shared/autokorr/01000000.xhp
+++ b/source/text/shared/autokorr/01000000.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="hid/EDITENG_HID_AUTOCORR_HELP_WORDENEMDASH" id="bm_id3152459" localize="false"/>
<paragraph role="heading" id="hd_id3148410" xml-lang="en-US" level="1">AutoCorrect has been activated</paragraph>
<paragraph role="heading" id="hd_id3146946" xml-lang="en-US" level="3">TWo INitial CApitals have been corrected</paragraph>
-<paragraph role="paragraph" id="par_id3158397" xml-lang="en-US">Typing errors such as "WOrd" have been corrected and replaced by the <link href="text/shared/01/06040000.xhp" name="AutoCorrect">AutoCorrect</link> function to "Word".</paragraph>
+<paragraph role="paragraph" id="par_id3158397" xml-lang="en-US">Typing errors such as "WOrd" have been corrected and replaced by the <link href="text/shared/01/06040000.xhp">AutoCorrect</link> function to "Word".</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#autokooptionen"/>
</section>
diff --git a/source/text/shared/autokorr/02000000.xhp b/source/text/shared/autokorr/02000000.xhp
index 4359cbc9c3..a685938094 100644
--- a/source/text/shared/autokorr/02000000.xhp
+++ b/source/text/shared/autokorr/02000000.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="hid/EDITENG_HID_AUTOCORR_HELP_SENTENEMDASH" id="bm_id3149976" localize="false"/>
<paragraph role="heading" id="hd_id3155354" xml-lang="en-US" level="1">AutoCorrect has been activated</paragraph>
<paragraph role="heading" id="hd_id3150502" xml-lang="en-US" level="3">Start each sentence with a capital letter</paragraph>
-<paragraph role="paragraph" id="par_id3158397" xml-lang="en-US">Your text was corrected with <link href="text/shared/01/06040000.xhp" name="AutoCorrect">AutoCorrect</link> so that the current word began with a capital letter. AutoCorrect changes words at the beginning of a paragraph, and words after the character at the end of a sentence (period, exclamation point, question mark).</paragraph>
+<paragraph role="paragraph" id="par_id3158397" xml-lang="en-US">Your text was corrected with <link href="text/shared/01/06040000.xhp">AutoCorrect</link> so that the current word began with a capital letter. AutoCorrect changes words at the beginning of a paragraph, and words after the character at the end of a sentence (period, exclamation point, question mark).</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#autokooptionen"/>
</section>
diff --git a/source/text/shared/autokorr/03000000.xhp b/source/text/shared/autokorr/03000000.xhp
index f3fc8e4a3c..119f30ba3a 100644
--- a/source/text/shared/autokorr/03000000.xhp
+++ b/source/text/shared/autokorr/03000000.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="hid/EDITENG_HID_AUTOCORR_HELP_SENTWORDENEMDASH" id="bm_id3145759" localize="false"/>
<paragraph role="heading" id="hd_id3152459" xml-lang="en-US" level="1">AutoCorrect has been activated</paragraph>
<paragraph role="heading" id="hd_id3146946" xml-lang="en-US" level="3">Two capital letters at the beginning of a word and a sentence have been corrected to one capital letter</paragraph>
-<paragraph role="paragraph" id="par_id3158397" xml-lang="en-US"><link href="text/shared/01/06040000.xhp" name="AutoCorrect">AutoCorrect</link> has modified your text so that a word beginning with two capital letters at the beginning of a sentence now starts with one capital letter.</paragraph>
+<paragraph role="paragraph" id="par_id3158397" xml-lang="en-US"><link href="text/shared/01/06040000.xhp">AutoCorrect</link> has modified your text so that a word beginning with two capital letters at the beginning of a sentence now starts with one capital letter.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#autokooptionen"/>
</section>
diff --git a/source/text/shared/autokorr/04000000.xhp b/source/text/shared/autokorr/04000000.xhp
index 4cb9277da9..99c8beffa2 100644
--- a/source/text/shared/autokorr/04000000.xhp
+++ b/source/text/shared/autokorr/04000000.xhp
@@ -35,7 +35,7 @@
<bookmark xml-lang="en-US" branch="hid/EDITENG_HID_AUTOCORR_HELP_ACORSENTWORDENEMDASH" id="bm_id3145759" localize="false"/>
<paragraph role="heading" id="hd_id3154283" xml-lang="en-US" level="1">AutoCorrect has been activated</paragraph>
<paragraph role="heading" id="hd_id3154812" xml-lang="en-US" level="3">A replacement has been carried out</paragraph>
-<paragraph role="paragraph" id="par_id3159241" xml-lang="en-US"><link href="text/shared/01/06040000.xhp" name="AutoCorrect">AutoCorrect</link> has replaced a word.</paragraph>
+<paragraph role="paragraph" id="par_id3159241" xml-lang="en-US"><link href="text/shared/01/06040000.xhp">AutoCorrect</link> has replaced a word.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#autokooptionen"/>
</section>
diff --git a/source/text/shared/autokorr/05000000.xhp b/source/text/shared/autokorr/05000000.xhp
index d849041cc1..44ef0f4287 100644
--- a/source/text/shared/autokorr/05000000.xhp
+++ b/source/text/shared/autokorr/05000000.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="hid/EDITENG_HID_AUTOCORR_HELP_ACORSENTWORD" id="bm_id3159242" localize="false"/>
<paragraph role="heading" id="hd_id3155354" xml-lang="en-US" level="1">AutoCorrect has been activated</paragraph>
<paragraph role="heading" id="hd_id3156418" xml-lang="en-US" level="3">AutoCorrect has performed a replacement. The beginning of the sentence now starts with a capital letter</paragraph>
-<paragraph role="paragraph" id="par_id3153341" xml-lang="en-US"><link href="text/shared/01/06040000.xhp" name="AutoCorrect">AutoCorrect</link> has performed a replacement, and the beginning of the sentence now starts with a capital letter.</paragraph>
+<paragraph role="paragraph" id="par_id3153341" xml-lang="en-US"><link href="text/shared/01/06040000.xhp">AutoCorrect</link> has performed a replacement, and the beginning of the sentence now starts with a capital letter.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#autokooptionen"/>
</section>
diff --git a/source/text/shared/autokorr/06000000.xhp b/source/text/shared/autokorr/06000000.xhp
index b41b751199..f3af0bb153 100644
--- a/source/text/shared/autokorr/06000000.xhp
+++ b/source/text/shared/autokorr/06000000.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="hid/EDITENG_HID_AUTOCORR_HELP_CHGQUOTES" id="bm_id3156116" localize="false"/>
<paragraph role="heading" id="hd_id3148932" xml-lang="en-US" level="1">AutoCorrect has been activated</paragraph>
<paragraph role="heading" id="hd_id3158421" xml-lang="en-US" level="3">Double quotation marks (") have been replaced</paragraph>
-<paragraph role="paragraph" id="par_id3146060" xml-lang="en-US">Your text was corrected by <link href="text/shared/01/06040000.xhp" name="Autocorrect">Autocorrect</link> so that double quotation marks were replaced by <link href="text/shared/01/06040400.xhp" name="typographical quotation marks">typographical quotation marks</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3146060" xml-lang="en-US">Your text was corrected by <link href="text/shared/01/06040000.xhp">Autocorrect</link> so that double quotation marks were replaced by <link href="text/shared/01/06040400.xhp">typographical quotation marks</link>.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#autokotyafz"/>
</section>
diff --git a/source/text/shared/autokorr/07000000.xhp b/source/text/shared/autokorr/07000000.xhp
index 26b8a8b052..946dfd7d51 100644
--- a/source/text/shared/autokorr/07000000.xhp
+++ b/source/text/shared/autokorr/07000000.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="hid/EDITENG_HID_AUTOCORR_HELP_CHGSGLQUOTES" id="bm_id3147477" localize="false"/>
<paragraph role="heading" id="hd_id3153629" xml-lang="en-US" level="1">AutoCorrect has been activated</paragraph>
<paragraph role="heading" id="hd_id3149987" xml-lang="en-US" level="3">Single quotes have been replaced</paragraph>
-<paragraph role="paragraph" id="par_id3154688" xml-lang="en-US">Your text was corrected by <link href="text/shared/01/06040000.xhp" name="Autocorrect">Autocorrect</link> so that single quotation marks were replaced by <link href="text/shared/01/06040400.xhp" name="typographical quotation marks">typographical quotation marks</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3154688" xml-lang="en-US">Your text was corrected by <link href="text/shared/01/06040000.xhp">Autocorrect</link> so that single quotation marks were replaced by <link href="text/shared/01/06040400.xhp">typographical quotation marks</link>.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#autokotyafz"/>
</section>
diff --git a/source/text/shared/autokorr/08000000.xhp b/source/text/shared/autokorr/08000000.xhp
index 96350addb9..f3ce3a6cc7 100644
--- a/source/text/shared/autokorr/08000000.xhp
+++ b/source/text/shared/autokorr/08000000.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="hid/EDITENG_HID_AUTOCORR_HELP_SETINETATTR" id="bm_id3155354" localize="false"/>
<paragraph role="heading" id="hd_id3147240" xml-lang="en-US" level="1">AutoCorrect has been activated</paragraph>
<paragraph role="heading" id="hd_id3152823" xml-lang="en-US" level="3">An URL has been detected and a hyperlink attribute has been set</paragraph>
-<paragraph role="paragraph" id="par_id3150278" xml-lang="en-US"><link href="text/shared/01/06040000.xhp" name="AutoCorrect">AutoCorrect</link> has modified your text. A string has been detected as an URL and is now shown as a hyperlink.</paragraph>
+<paragraph role="paragraph" id="par_id3150278" xml-lang="en-US"><link href="text/shared/01/06040000.xhp">AutoCorrect</link> has modified your text. A string has been detected as an URL and is now shown as a hyperlink.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#autokooptionen"/>
</section>
diff --git a/source/text/shared/autokorr/09000000.xhp b/source/text/shared/autokorr/09000000.xhp
index 27b7c2e644..73a9cc1909 100644
--- a/source/text/shared/autokorr/09000000.xhp
+++ b/source/text/shared/autokorr/09000000.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="hid/EDITENG_HID_AUTOCORR_HELP_IGNOREDOUBLESPACE" id="bm_id3153882" localize="false"/>
<paragraph role="heading" id="hd_id3149976" xml-lang="en-US" level="1">AutoCorrect has been activated</paragraph>
<paragraph role="heading" id="hd_id3147543" xml-lang="en-US" level="3">Double spaces have been ignored</paragraph>
-<paragraph role="paragraph" id="par_id3149297" xml-lang="en-US"><link href="text/shared/01/06040000.xhp" name="AutoCorrect">AutoCorrect</link> has corrected your text so that the multiple spaces you have entered have now been reduced to one single space.</paragraph>
+<paragraph role="paragraph" id="par_id3149297" xml-lang="en-US"><link href="text/shared/01/06040000.xhp">AutoCorrect</link> has corrected your text so that the multiple spaces you have entered have now been reduced to one single space.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#autokooptionen"/>
</section>
diff --git a/source/text/shared/autokorr/10000000.xhp b/source/text/shared/autokorr/10000000.xhp
index 383f9300b0..df51bc1941 100644
--- a/source/text/shared/autokorr/10000000.xhp
+++ b/source/text/shared/autokorr/10000000.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="hid/EDITENG_HID_AUTOCORR_HELP_CHGWEIGHTUNDERL" id="bm_id3150618" localize="false"/>
<paragraph role="heading" id="hd_id3147446" xml-lang="en-US" level="1">AutoCorrect has been activated</paragraph>
<paragraph role="heading" id="hd_id3155577" xml-lang="en-US" level="3">Bold and underline attributes have been recognized and applied</paragraph>
-<paragraph role="paragraph" id="par_id3156014" xml-lang="en-US"><link href="text/shared/01/06040000.xhp" name="AutoCorrect">AutoCorrect</link> has modified your text, and the bold and/or underline text attributes have been automatically applied.</paragraph>
+<paragraph role="paragraph" id="par_id3156014" xml-lang="en-US"><link href="text/shared/01/06040000.xhp">AutoCorrect</link> has modified your text, and the bold and/or underline text attributes have been automatically applied.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#autokooptionen"/>
</section>
diff --git a/source/text/shared/autokorr/12000000.xhp b/source/text/shared/autokorr/12000000.xhp
index 8728b88863..7b33374764 100644
--- a/source/text/shared/autokorr/12000000.xhp
+++ b/source/text/shared/autokorr/12000000.xhp
@@ -31,7 +31,7 @@
<body>
<bookmark xml-lang="en-US" branch="hid/EDITENG_HID_AUTOCORR_HELP_CHGTOENEMDASH" id="bm_id3146936" localize="false"/><paragraph role="heading" id="hd_id3153116" xml-lang="en-US" level="1">AutoCorrect has been activated</paragraph>
<paragraph role="heading" id="hd_id3149551" xml-lang="en-US" level="3">Minus signs have been replaced<comment>i73558</comment></paragraph>
-<paragraph role="paragraph" id="par_id3148932" xml-lang="en-US"><link href="text/shared/01/06040000.xhp" name="AutoCorrect">AutoCorrect</link> has modified your text, and minus signs have been replaced with dashes.</paragraph>
+<paragraph role="paragraph" id="par_id3148932" xml-lang="en-US"><link href="text/shared/01/06040000.xhp">AutoCorrect</link> has modified your text, and minus signs have been replaced with dashes.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#autokooptionen"/>
</section>
diff --git a/source/text/shared/autokorr/13000000.xhp b/source/text/shared/autokorr/13000000.xhp
index 05fc50950a..d6bebea610 100644
--- a/source/text/shared/autokorr/13000000.xhp
+++ b/source/text/shared/autokorr/13000000.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="hid/EDITENG_HID_AUTOCORR_HELP_CHGORDINALNUMBER" id="bm_id3147519" localize="false"/>
<paragraph role="heading" id="hd_id3149513" xml-lang="en-US" level="1">AutoCorrect has been activated</paragraph>
<paragraph role="heading" id="hd_id3147090" xml-lang="en-US" level="3">1st ... has been replaced with 1st ...</paragraph>
-<paragraph role="paragraph" id="par_id3153220" xml-lang="en-US"><link href="text/shared/01/06040000.xhp" name="AutoCorrect">AutoCorrect</link> has corrected your text so that ordinal number suffixes have been superscripted.</paragraph>
+<paragraph role="paragraph" id="par_id3153220" xml-lang="en-US"><link href="text/shared/01/06040000.xhp">AutoCorrect</link> has corrected your text so that ordinal number suffixes have been superscripted.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#autokooptionen"/>
</section>
diff --git a/source/text/shared/autopi/01000000.xhp b/source/text/shared/autopi/01000000.xhp
index bcf0bee622..d074b2b2ff 100644
--- a/source/text/shared/autopi/01000000.xhp
+++ b/source/text/shared/autopi/01000000.xhp
@@ -36,22 +36,22 @@
<bookmark_value>AutoPilots, see wizards</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:AutoPilotMenu" id="bm_id3149827" localize="false"/>
-<paragraph role="heading" id="hd_id3152551" xml-lang="en-US" level="1"><link href="text/shared/autopi/01000000.xhp" name="Wizards">Wizards</link></paragraph>
+<paragraph role="heading" id="hd_id3152551" xml-lang="en-US" level="1"><link href="text/shared/autopi/01000000.xhp">Wizards</link></paragraph>
<paragraph role="paragraph" id="par_id3153527" xml-lang="en-US"><ahelp hid=".uno:AutoPilotMenu">Guides you through creating business and personal letters, faxes, agendas, and more.</ahelp></paragraph>
</section>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#autobrief"/>
</section>
-<paragraph role="heading" id="hd_id3154750" xml-lang="en-US" level="2"><link href="text/shared/autopi/01010000.xhp" name="Letter">Letter</link></paragraph>
+<paragraph role="heading" id="hd_id3154750" xml-lang="en-US" level="2"><link href="text/shared/autopi/01010000.xhp">Letter</link></paragraph>
<embed href="text/shared/autopi/01010000.xhp#brief"/>
-<paragraph role="heading" id="hd_id3153662" xml-lang="en-US" level="2"><link href="text/shared/autopi/01020000.xhp" name="Fax">Fax</link></paragraph>
+<paragraph role="heading" id="hd_id3153662" xml-lang="en-US" level="2"><link href="text/shared/autopi/01020000.xhp">Fax</link></paragraph>
<embed href="text/shared/autopi/01020000.xhp#fax"/>
-<paragraph role="heading" id="hd_id3153561" xml-lang="en-US" level="2"><link href="text/shared/autopi/01040000.xhp" name="Agenda">Agenda</link></paragraph>
+<paragraph role="heading" id="hd_id3153561" xml-lang="en-US" level="2"><link href="text/shared/autopi/01040000.xhp">Agenda</link></paragraph>
<embed href="text/shared/autopi/01040000.xhp#agenda"/>
-<paragraph role="heading" id="hd_id3147530" xml-lang="en-US" level="2"><link href="text/shared/autopi/01130000.xhp" name="Document Converter">Document Converter</link></paragraph>
+<paragraph role="heading" id="hd_id3147530" xml-lang="en-US" level="2"><link href="text/shared/autopi/01130000.xhp">Document Converter</link></paragraph>
<embed href="text/shared/autopi/01130000.xhp#ms"/>
-<paragraph role="heading" id="hd_id3147303" xml-lang="en-US" level="2"><link href="text/shared/autopi/01150000.xhp" name="Euro Converter">Euro Converter</link></paragraph>
+<paragraph role="heading" id="hd_id3147303" xml-lang="en-US" level="2"><link href="text/shared/autopi/01150000.xhp">Euro Converter</link></paragraph>
<embed href="text/shared/autopi/01150000.xhp#eurokonv"/>
<embed href="text/shared/autopi/01170000.xhp#address_data_source"/>
</body>
diff --git a/source/text/shared/autopi/01010100.xhp b/source/text/shared/autopi/01010100.xhp
index 4a7a9b33fa..ee0ac86989 100644
--- a/source/text/shared/autopi/01010100.xhp
+++ b/source/text/shared/autopi/01010100.xhp
@@ -32,7 +32,7 @@
<body>
<section id="page1">
<bookmark xml-lang="en-US" branch="hid/SW_HID_LETTER_PAGE1" id="bm_id3147291" localize="false"/>
-<paragraph role="heading" id="hd_id3147102" xml-lang="en-US" level="1"><link href="text/shared/autopi/01010100.xhp" name="Letter Wizard - Page design">Letter Wizard - Page design</link></paragraph>
+<paragraph role="heading" id="hd_id3147102" xml-lang="en-US" level="1"><link href="text/shared/autopi/01010100.xhp">Letter Wizard - Page design</link></paragraph>
<paragraph role="paragraph" id="par_id3147226" xml-lang="en-US"><ahelp hid=".">Specifies whether you want to create a personal or a business letter.</ahelp> The available options on the following pages vary depending on your choice.</paragraph>
</section>
<section id="howtoget">
@@ -57,6 +57,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_LTRWIZ_CHKBUSINESSPAPER" id="bm_id1687673" localize="false"/>
<paragraph role="heading" id="par_idN106A7" xml-lang="en-US" level="3">Use letterhead paper with pre-printed elements</paragraph>
<paragraph role="paragraph" id="par_idN106AB" xml-lang="en-US"><ahelp hid=".">Specifies whether paper is used that already contains an imprinted logo, address, or footer line. The Wizard shows the Letterhead layout page next.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3150254" xml-lang="en-US"><link href="text/shared/autopi/01010200.xhp" name="Go to Letter Wizard - Letterhead layout">Go to Letter Wizard - Letterhead layout</link></paragraph>
+<paragraph role="paragraph" id="par_id3150254" xml-lang="en-US"><link href="text/shared/autopi/01010200.xhp">Go to Letter Wizard - Letterhead layout</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01010200.xhp b/source/text/shared/autopi/01010200.xhp
index cdf4a3386c..e913f55c27 100644
--- a/source/text/shared/autopi/01010200.xhp
+++ b/source/text/shared/autopi/01010200.xhp
@@ -32,7 +32,7 @@
<body>
<section id="page2">
<bookmark xml-lang="en-US" branch="hid/SW_HID_LETTER_PAGE2" id="bm_id3148671" localize="false"/>
-<paragraph role="heading" id="hd_id3155354" xml-lang="en-US" level="1"><link href="text/shared/autopi/01010200.xhp" name="Letter Wizard - Letterhead layout">Letter Wizard - Letterhead layout</link></paragraph>
+<paragraph role="heading" id="hd_id3155354" xml-lang="en-US" level="1"><link href="text/shared/autopi/01010200.xhp">Letter Wizard - Letterhead layout</link></paragraph>
<paragraph role="paragraph" id="par_id3146856" xml-lang="en-US"><ahelp hid=".">Allows you to specify the elements that are already imprinted on your letterhead paper.</ahelp> Those elements are not printed, and the space they occupy is left blank by the printer.</paragraph>
</section>
<section id="howtoget">
@@ -70,6 +70,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_LTRWIZ_NUMFOOTERHEIGHT" id="bm_id1415753" localize="false"/>
<paragraph role="heading" id="par_idN106E0" xml-lang="en-US" level="3">Height</paragraph>
<paragraph role="paragraph" id="par_idN106E4" xml-lang="en-US"><ahelp hid=".">Enter the height of the footer area that is already imprinted on your letterhead paper. %PRODUCTNAME does not print in that area.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3153367" xml-lang="en-US"><link href="text/shared/autopi/01010300.xhp" name="Go to Letter Wizard - Printed items">Go to Letter Wizard - Printed items</link></paragraph>
+<paragraph role="paragraph" id="par_id3153367" xml-lang="en-US"><link href="text/shared/autopi/01010300.xhp">Go to Letter Wizard - Printed items</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01010300.xhp b/source/text/shared/autopi/01010300.xhp
index a59471116b..216a7ac7e2 100644
--- a/source/text/shared/autopi/01010300.xhp
+++ b/source/text/shared/autopi/01010300.xhp
@@ -32,7 +32,7 @@
<body>
<section id="page3">
<bookmark xml-lang="en-US" branch="hid/SW_HID_LETTER_PAGE3" id="bm_id3154230" localize="false"/>
-<paragraph role="heading" id="hd_id3148520" xml-lang="en-US" level="1"><link href="text/shared/autopi/01010300.xhp" name="Letter Wizard - Printed items">Letter Wizard - Printed items</link></paragraph>
+<paragraph role="heading" id="hd_id3148520" xml-lang="en-US" level="1"><link href="text/shared/autopi/01010300.xhp">Letter Wizard - Printed items</link></paragraph>
<paragraph role="paragraph" id="par_id3152594" xml-lang="en-US"><ahelp hid=".">Defines the items to be included in the letter template.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -64,6 +64,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_LTRWIZ_CHKUSEFOOTER" id="bm_id1231116" localize="false"/>
<paragraph role="heading" id="par_idN106C7" xml-lang="en-US" level="3">Footer</paragraph>
<paragraph role="paragraph" id="par_idN106CB" xml-lang="en-US"><ahelp hid=".">Includes a footer on the letter template.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3149666" xml-lang="en-US"><link href="text/shared/autopi/01010400.xhp" name="Go to Letter Wizard - Recipient and sender">Go to Letter Wizard - Recipient and sender</link></paragraph>
+<paragraph role="paragraph" id="par_id3149666" xml-lang="en-US"><link href="text/shared/autopi/01010400.xhp">Go to Letter Wizard - Recipient and sender</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01010400.xhp b/source/text/shared/autopi/01010400.xhp
index deb1c7172c..54cb90c6ef 100644
--- a/source/text/shared/autopi/01010400.xhp
+++ b/source/text/shared/autopi/01010400.xhp
@@ -32,7 +32,7 @@
<body>
<section id="page4">
<bookmark xml-lang="en-US" branch="hid/SW_HID_LETTER_PAGE4" id="bm_id3153311" localize="false"/>
-<paragraph role="heading" id="hd_id3154288" xml-lang="en-US" level="1"><link href="text/shared/autopi/01010400.xhp" name="Letter Wizard - Recipient and sender">Letter Wizard - Recipient and sender</link></paragraph>
+<paragraph role="heading" id="hd_id3154288" xml-lang="en-US" level="1"><link href="text/shared/autopi/01010400.xhp">Letter Wizard - Recipient and sender</link></paragraph>
<paragraph role="paragraph" id="par_id3159233" xml-lang="en-US"><ahelp hid=".">Specifies the sender and recipient information.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -65,6 +65,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_LTRWIZ_OPTRECEIVERDATABASE" id="bm_id7027497" localize="false"/>
<paragraph role="heading" id="par_idN1069C" xml-lang="en-US" level="3">Use address database for mail merge</paragraph>
<paragraph role="paragraph" id="par_idN1069F" xml-lang="en-US"><ahelp hid=".">Address database fields are inserted into the letter template.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3154365" xml-lang="en-US"><link href="text/shared/autopi/01010500.xhp" name="Go to Letter Wizard - Footer">Go to Letter Wizard - Footer</link></paragraph>
+<paragraph role="paragraph" id="par_id3154365" xml-lang="en-US"><link href="text/shared/autopi/01010500.xhp">Go to Letter Wizard - Footer</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01010500.xhp b/source/text/shared/autopi/01010500.xhp
index 33cff460e5..190950b226 100644
--- a/source/text/shared/autopi/01010500.xhp
+++ b/source/text/shared/autopi/01010500.xhp
@@ -32,7 +32,7 @@
<body>
<section id="page5">
<bookmark xml-lang="en-US" branch="hid/SW_HID_LETTER_PAGE5" id="bm_id3149205" localize="false"/>
-<paragraph role="heading" id="hd_id3143281" xml-lang="en-US" level="1"><link href="text/shared/autopi/01010500.xhp" name="Letter Wizard - Footer">Letter Wizard - Footer</link></paragraph>
+<paragraph role="heading" id="hd_id3143281" xml-lang="en-US" level="1"><link href="text/shared/autopi/01010500.xhp">Letter Wizard - Footer</link></paragraph>
<paragraph role="paragraph" id="par_id3147834" xml-lang="en-US"><ahelp hid=".">Specifies the information to include in the footer space.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -47,6 +47,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_LTRWIZ_CHKFOOTERPAGENUMBERS" id="bm_id9485152.00000001" localize="false"/>
<paragraph role="heading" id="hd_id3153093" xml-lang="en-US" level="2">Include page numbers</paragraph>
<paragraph role="paragraph" id="par_id3155414" xml-lang="en-US"><ahelp hid=".">Includes page numbers in your letter template.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3154988" xml-lang="en-US"><link href="text/shared/autopi/01010600.xhp" name="Go to Letter Wizard - Name and location">Go to Letter Wizard - Name and location</link></paragraph>
+<paragraph role="paragraph" id="par_id3154988" xml-lang="en-US"><link href="text/shared/autopi/01010600.xhp">Go to Letter Wizard - Name and location</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01010600.xhp b/source/text/shared/autopi/01010600.xhp
index 643a835641..b70751fe94 100644
--- a/source/text/shared/autopi/01010600.xhp
+++ b/source/text/shared/autopi/01010600.xhp
@@ -32,7 +32,7 @@
<body>
<section id="page6">
<bookmark xml-lang="en-US" branch="hid/SW_HID_LETTER_PAGE6" id="bm_id3156346" localize="false"/>
-<paragraph role="heading" id="hd_id3150355" xml-lang="en-US" level="1"><link href="text/shared/autopi/01010600.xhp" name="Letter Wizard - Name and Location">Letter Wizard - Name and Location</link></paragraph>
+<paragraph role="heading" id="hd_id3150355" xml-lang="en-US" level="1"><link href="text/shared/autopi/01010600.xhp">Letter Wizard - Name and Location</link></paragraph>
<paragraph role="paragraph" id="par_id3152996" xml-lang="en-US"><ahelp hid=".">Specifies where and under which name you want to save the document and template.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01020100.xhp b/source/text/shared/autopi/01020100.xhp
index 8263689054..4571bf6ad0 100644
--- a/source/text/shared/autopi/01020100.xhp
+++ b/source/text/shared/autopi/01020100.xhp
@@ -32,7 +32,7 @@
<body>
<section id="page1">
<bookmark xml-lang="en-US" branch="hid/SW_HID_FAX_PAGE1" id="bm_id3155364" localize="false"/>
-<paragraph role="heading" id="hd_id3109850" xml-lang="en-US" level="1"><link href="text/shared/autopi/01020100.xhp" name="Fax Wizard - Page Design">Fax Wizard - Page Design</link></paragraph>
+<paragraph role="heading" id="hd_id3109850" xml-lang="en-US" level="1"><link href="text/shared/autopi/01020100.xhp">Fax Wizard - Page Design</link></paragraph>
<paragraph role="paragraph" id="par_id3156027" xml-lang="en-US"><ahelp hid="HID_FAX_PAGE1">Defines the style of your fax document.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -50,6 +50,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_LSTPRIVATESTYLE" id="bm_id9333780" localize="false"/>
<paragraph role="heading" id="par_idN105EC" xml-lang="en-US" level="3">Style</paragraph>
<paragraph role="paragraph" id="par_idN105F0" xml-lang="en-US"><ahelp hid=".">Specifies the predefined style.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3156002" xml-lang="en-US"><link href="text/shared/autopi/01020200.xhp" name="Go to Fax Wizard - Items to include">Go to Fax Wizard - Items to include</link></paragraph>
+<paragraph role="paragraph" id="par_id3156002" xml-lang="en-US"><link href="text/shared/autopi/01020200.xhp">Go to Fax Wizard - Items to include</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01020200.xhp b/source/text/shared/autopi/01020200.xhp
index 4330db9a41..9f44cae2cf 100644
--- a/source/text/shared/autopi/01020200.xhp
+++ b/source/text/shared/autopi/01020200.xhp
@@ -34,7 +34,7 @@
<body>
<section id="page2">
<bookmark xml-lang="en-US" branch="hid/SW_HID_FAX_PAGE2" id="bm_id3150808" localize="false"/>
-<paragraph role="heading" id="hd_id3157898" xml-lang="en-US" level="1"><link href="text/shared/autopi/01020200.xhp" name="Fax Wizard - Items to include">Fax Wizard - Items to include</link></paragraph>
+<paragraph role="heading" id="hd_id3157898" xml-lang="en-US" level="1"><link href="text/shared/autopi/01020200.xhp">Fax Wizard - Items to include</link></paragraph>
<paragraph role="paragraph" id="par_id3147571" xml-lang="en-US"><ahelp hid="HID_FAX_PAGE2">Specifies the fax elements to be printed.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -64,6 +64,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_CHKUSEFOOTER" id="bm_id5031891" localize="false"/>
<paragraph role="heading" id="par_idN10601" xml-lang="en-US" level="2">Footer</paragraph>
<paragraph role="paragraph" id="par_idN10605" xml-lang="en-US"><ahelp hid=".">Includes a footer.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3148491" xml-lang="en-US"><link href="text/shared/autopi/01020300.xhp" name="Go to Fax Wizard - Sender and Recipient">Go to Fax Wizard - Sender and Recipient</link></paragraph>
+<paragraph role="paragraph" id="par_id3148491" xml-lang="en-US"><link href="text/shared/autopi/01020300.xhp">Go to Fax Wizard - Sender and Recipient</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01020300.xhp b/source/text/shared/autopi/01020300.xhp
index 11fca67811..e63c49d776 100644
--- a/source/text/shared/autopi/01020300.xhp
+++ b/source/text/shared/autopi/01020300.xhp
@@ -34,7 +34,7 @@
<body>
<section id="page3">
<bookmark xml-lang="en-US" branch="hid/SW_HID_FAX_PAGE3" id="bm_id3147102" localize="false"/>
-<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/shared/autopi/01020300.xhp" name="Fax Wizard - Sender and Recipient">Fax Wizard - Sender and Recipient</link></paragraph>
+<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/shared/autopi/01020300.xhp">Fax Wizard - Sender and Recipient</link></paragraph>
<paragraph role="paragraph" id="par_id3150808" xml-lang="en-US"><ahelp hid="HID_FAX_PAGE3">Specifies the receiver and sender information for the fax.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -60,6 +60,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_OPTRECEIVERDATABASE" id="bm_id6142765" localize="false"/>
<paragraph role="heading" id="par_idN10600" xml-lang="en-US" level="3">Use address database for mail merge</paragraph>
<paragraph role="paragraph" id="par_idN10604" xml-lang="en-US"><ahelp hid=".">Inserts database fields for a later mail merge with the fax document.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3154938" xml-lang="en-US"><link href="text/shared/autopi/01020400.xhp" name="Go to Fax Wizard - Footer">Go to Fax Wizard - Footer</link></paragraph>
+<paragraph role="paragraph" id="par_id3154938" xml-lang="en-US"><link href="text/shared/autopi/01020400.xhp">Go to Fax Wizard - Footer</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01020400.xhp b/source/text/shared/autopi/01020400.xhp
index 21fc708df2..771f26ada1 100644
--- a/source/text/shared/autopi/01020400.xhp
+++ b/source/text/shared/autopi/01020400.xhp
@@ -34,7 +34,7 @@
<body>
<section id="page4">
<bookmark xml-lang="en-US" branch="hid/SW_HID_FAX_PAGE4" id="bm_id3152425" localize="false"/>
-<paragraph role="heading" id="hd_id3147143" xml-lang="en-US" level="1"><link href="text/shared/autopi/01020400.xhp" name="Fax Wizard - Footer">Fax Wizard - Footer</link></paragraph>
+<paragraph role="heading" id="hd_id3147143" xml-lang="en-US" level="1"><link href="text/shared/autopi/01020400.xhp">Fax Wizard - Footer</link></paragraph>
<paragraph role="paragraph" id="par_id3155805" xml-lang="en-US"><ahelp hid="HID_FAX_PAGE4">Specifies the footer data.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -49,6 +49,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_CHKFOOTERPAGENUMBERS" id="bm_id9666737" localize="false"/>
<paragraph role="heading" id="par_idN105E4" xml-lang="en-US" level="3">Include page number</paragraph>
<paragraph role="paragraph" id="par_idN105E7" xml-lang="en-US"><ahelp hid=".">Prints a page number in the footer area.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3152812" xml-lang="en-US"><link href="text/shared/autopi/01020500.xhp" name="Go to Fax Wizard - Name and location">Go to Fax Wizard - Name and location</link></paragraph>
+<paragraph role="paragraph" id="par_id3152812" xml-lang="en-US"><link href="text/shared/autopi/01020500.xhp">Go to Fax Wizard - Name and location</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01020500.xhp b/source/text/shared/autopi/01020500.xhp
index 35ef9685db..1856d7b890 100644
--- a/source/text/shared/autopi/01020500.xhp
+++ b/source/text/shared/autopi/01020500.xhp
@@ -34,7 +34,7 @@
<body>
<section id="page5">
<bookmark xml-lang="en-US" branch="hid/SW_HID_FAX_PAGE5" id="bm_id3156027" localize="false"/>
-<paragraph role="heading" id="hd_id3150247" xml-lang="en-US" level="1"><link href="text/shared/autopi/01020500.xhp" name="Fax Wizard - Name and location">Fax Wizard - Name and location</link></paragraph>
+<paragraph role="heading" id="hd_id3150247" xml-lang="en-US" level="1"><link href="text/shared/autopi/01020500.xhp">Fax Wizard - Name and location</link></paragraph>
<paragraph role="paragraph" id="par_id3155552" xml-lang="en-US"><ahelp hid="HID_FAX_PAGE5">Defines the template name and location.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -52,6 +52,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_OPTMAKECHANGES" id="bm_id9666740" localize="false"/>
<paragraph role="heading" id="par_idN105EC" xml-lang="en-US" level="3">Make manual changes to this fax template</paragraph>
<paragraph role="paragraph" id="par_idN105F0" xml-lang="en-US"><ahelp hid=".">Creates and saves the fax template, then opens the template for further editing.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3151119" xml-lang="en-US"><link href="text/shared/autopi/01020000.xhp" name="Go to Fax Wizard">Go to Fax Wizard</link></paragraph>
+<paragraph role="paragraph" id="par_id3151119" xml-lang="en-US"><link href="text/shared/autopi/01020000.xhp">Go to Fax Wizard</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01040100.xhp b/source/text/shared/autopi/01040100.xhp
index b57d44c8ad..25518077a5 100644
--- a/source/text/shared/autopi/01040100.xhp
+++ b/source/text/shared/autopi/01040100.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="page1">
-<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE1" id="bm_id3154230" localize="false"/><paragraph role="heading" id="hd_id3151100" xml-lang="en-US" level="1"><link href="text/shared/autopi/01040100.xhp" name="Agenda Wizard - Page Design">Agenda Wizard - Page Design</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE1" id="bm_id3154230" localize="false"/><paragraph role="heading" id="hd_id3151100" xml-lang="en-US" level="1"><link href="text/shared/autopi/01040100.xhp">Agenda Wizard - Page Design</link></paragraph>
<paragraph role="paragraph" id="par_id3152594" xml-lang="en-US"><ahelp hid="HID_AGENDA_PAGE1">Specifies a page design for the agenda.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -40,6 +40,6 @@
<paragraph role="paragraph" id="par_idN105DB" xml-lang="en-US"><ahelp hid=".">Select the page design from the list box.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_AGWIZ_1_CHK_MINUTES" id="bm_id989410" localize="false"/><paragraph role="heading" id="par_idN105DE" xml-lang="en-US" level="2">Include form for recording minutes</paragraph>
<paragraph role="paragraph" id="par_idN105E2" xml-lang="en-US"><ahelp hid=".">Prints out a page on which you can write down the minutes during the meeting.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3153087" xml-lang="en-US"><link href="text/shared/autopi/01040200.xhp" name="Go to Agenda Wizard - General information">Go to Agenda Wizard - General information</link></paragraph>
+<paragraph role="paragraph" id="par_id3153087" xml-lang="en-US"><link href="text/shared/autopi/01040200.xhp">Go to Agenda Wizard - General information</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01040200.xhp b/source/text/shared/autopi/01040200.xhp
index c4f9cddcf3..2f96f562b1 100644
--- a/source/text/shared/autopi/01040200.xhp
+++ b/source/text/shared/autopi/01040200.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="page2">
-<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE2" id="bm_id3147143" localize="false"/><paragraph role="heading" id="hd_id3150247" xml-lang="en-US" level="1"><link href="text/shared/autopi/01040200.xhp" name="Agenda Wizard - General Information">Agenda Wizard - General Information</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE2" id="bm_id3147143" localize="false"/><paragraph role="heading" id="hd_id3150247" xml-lang="en-US" level="1"><link href="text/shared/autopi/01040200.xhp">Agenda Wizard - General Information</link></paragraph>
<paragraph role="paragraph" id="par_id3150616" xml-lang="en-US"><ahelp hid="HID_AGENDA_PAGE2">Specifies the date, time, title, and location of the meeting.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -48,6 +48,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_AGWIZ_2_TXT_LOCATION" id="bm_id4133121" localize="false"/><paragraph role="heading" id="hd_id3150355" xml-lang="en-US" level="2">Location</paragraph>
<paragraph role="paragraph" id="par_id3159400" xml-lang="en-US"><ahelp hid="WIZARDS_HID_AGWIZ_2_TXT_LOCATION">Specifies the location of the meeting.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3148946" xml-lang="en-US"><link href="text/shared/autopi/01040300.xhp" name="Go to Agenda Wizard - Headings to include">Go to Agenda Wizard - Headings to include</link></paragraph>
+<paragraph role="paragraph" id="par_id3148946" xml-lang="en-US"><link href="text/shared/autopi/01040300.xhp">Go to Agenda Wizard - Headings to include</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01040300.xhp b/source/text/shared/autopi/01040300.xhp
index 62fd0e3df1..deffc3a4fe 100644
--- a/source/text/shared/autopi/01040300.xhp
+++ b/source/text/shared/autopi/01040300.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="page3">
-<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE3" id="bm_id3155150" localize="false"/><paragraph role="heading" id="hd_id3109850" xml-lang="en-US" level="1"><link href="text/shared/autopi/01040300.xhp" name="Agenda Wizard - Headings to include">Agenda Wizard - Headings to include</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE3" id="bm_id3155150" localize="false"/><paragraph role="heading" id="hd_id3109850" xml-lang="en-US" level="1"><link href="text/shared/autopi/01040300.xhp">Agenda Wizard - Headings to include</link></paragraph>
<paragraph role="paragraph" id="par_id3157898" xml-lang="en-US"><ahelp hid="HID_AGENDA_PAGE3">Specifies the headings that you want to include in the agenda.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -44,6 +44,6 @@
<paragraph role="paragraph" id="par_idN105EC" xml-lang="en-US"><ahelp hid=".">Specifies whether to print a Please bring line.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_AGWIZ_3_CHK_NOTES" id="bm_id9465620" localize="false"/><paragraph role="heading" id="par_idN105EF" xml-lang="en-US" level="2">Notes</paragraph>
<paragraph role="paragraph" id="par_idN105F3" xml-lang="en-US"><ahelp hid=".">Specifies whether to print a Notes line.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3163802" xml-lang="en-US"><link href="text/shared/autopi/01040400.xhp" name="Go to Agenda Wizard - Names">Go to Agenda Wizard - Names</link></paragraph>
+<paragraph role="paragraph" id="par_id3163802" xml-lang="en-US"><link href="text/shared/autopi/01040400.xhp">Go to Agenda Wizard - Names</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01040400.xhp b/source/text/shared/autopi/01040400.xhp
index 00fe3dc1f5..8778e226be 100644
--- a/source/text/shared/autopi/01040400.xhp
+++ b/source/text/shared/autopi/01040400.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="page4">
-<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE4" id="bm_id3154894" localize="false"/><paragraph role="heading" id="hd_id3143284" xml-lang="en-US" level="1"><link href="text/shared/autopi/01040400.xhp" name="Agenda Wizard - Names">Agenda Wizard - Names</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE4" id="bm_id3154894" localize="false"/><paragraph role="heading" id="hd_id3143284" xml-lang="en-US" level="1"><link href="text/shared/autopi/01040400.xhp">Agenda Wizard - Names</link></paragraph>
<paragraph role="paragraph" id="par_id3152363" xml-lang="en-US"><ahelp hid="HID_AGENDA_PAGE4">Specifies the names to be printed on the agenda.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -50,6 +50,6 @@
<paragraph role="paragraph" id="par_idN10601" xml-lang="en-US"><ahelp hid=".">Specifies whether to print a line where you can enter the observers.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_AGWIZ_4_CHK_RESOURCEPERSONS" id="bm_id3342997" localize="false"/><paragraph role="heading" id="par_idN10604" xml-lang="en-US" level="2">Facility personnel</paragraph>
<paragraph role="paragraph" id="par_idN10608" xml-lang="en-US"><ahelp hid=".">Specifies whether to print a line where you can enter the facility personnel.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3150275" xml-lang="en-US"><link href="text/shared/autopi/01040500.xhp" name="Go to Agenda Wizard - Agenda Items">Go to Agenda Wizard - Agenda Items</link></paragraph>
+<paragraph role="paragraph" id="par_id3150275" xml-lang="en-US"><link href="text/shared/autopi/01040500.xhp">Go to Agenda Wizard - Agenda Items</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01040500.xhp b/source/text/shared/autopi/01040500.xhp
index 0a1c8b8f55..2947104431 100644
--- a/source/text/shared/autopi/01040500.xhp
+++ b/source/text/shared/autopi/01040500.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="page5">
-<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE5" id="bm_id3155934" localize="false"/><paragraph role="heading" id="hd_id3159224" xml-lang="en-US" level="1"><link href="text/shared/autopi/01040500.xhp" name="Agenda Wizard - Agenda Items">Agenda Wizard - Agenda Items</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE5" id="bm_id3155934" localize="false"/><paragraph role="heading" id="hd_id3159224" xml-lang="en-US" level="1"><link href="text/shared/autopi/01040500.xhp">Agenda Wizard - Agenda Items</link></paragraph>
<paragraph role="paragraph" id="par_id3147143" xml-lang="en-US"><ahelp hid="HID_AGENDA_PAGE5">Specifies the topics to be printed on the agenda template.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -48,6 +48,6 @@
<paragraph role="paragraph" id="par_idN105EC" xml-lang="en-US"><ahelp hid=".">Moves the current topic row up.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_AGWIZ_5_BTN_DOWN" id="bm_id479750" localize="false"/><paragraph role="heading" id="par_idN105EF" xml-lang="en-US" level="2">Move down</paragraph>
<paragraph role="paragraph" id="par_idN105F2" xml-lang="en-US"><ahelp hid=".">Moves the current topic row down.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3146798" xml-lang="en-US"><link href="text/shared/autopi/01040600.xhp" name="Go to Agenda Wizard - Name and location">Go to Agenda Wizard - Name and location</link></paragraph>
+<paragraph role="paragraph" id="par_id3146798" xml-lang="en-US"><link href="text/shared/autopi/01040600.xhp">Go to Agenda Wizard - Name and location</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01040600.xhp b/source/text/shared/autopi/01040600.xhp
index b17dc1b33e..41aa29ae6a 100644
--- a/source/text/shared/autopi/01040600.xhp
+++ b/source/text/shared/autopi/01040600.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="page6">
-<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE6" id="bm_id3152363" localize="false"/><paragraph role="heading" id="hd_id3144740" xml-lang="en-US" level="1"><link href="text/shared/autopi/01040600.xhp" name="Agenda Wizard - Name and Location">Agenda Wizard - Name and Location</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE6" id="bm_id3152363" localize="false"/><paragraph role="heading" id="hd_id3144740" xml-lang="en-US" level="1"><link href="text/shared/autopi/01040600.xhp">Agenda Wizard - Name and Location</link></paragraph>
<paragraph role="paragraph" id="par_id3147102" xml-lang="en-US"><ahelp hid="HID_AGENDA_PAGE6">Choose the title and location for the agenda template.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -45,6 +45,6 @@
<paragraph role="paragraph" id="par_idN105EC" xml-lang="en-US"><ahelp hid=".">Creates and saves the agenda template, then opens a new agenda document based on that template.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_AGWIZ_6_OPT_MAKECHANGES" id="bm_id2786034" localize="false"/><paragraph role="heading" id="par_idN105EF" xml-lang="en-US" level="2">Make manual changes to this template</paragraph>
<paragraph role="paragraph" id="par_idN105F3" xml-lang="en-US"><ahelp hid=".">Creates and saves the agenda template, then opens the template for further editing.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_idN105F6" xml-lang="en-US"><link href="text/shared/autopi/01040000.xhp" name="Go to Agenda Wizard">Go to Agenda Wizard</link></paragraph>
+<paragraph role="paragraph" id="par_idN105F6" xml-lang="en-US"><link href="text/shared/autopi/01040000.xhp">Go to Agenda Wizard</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01090100.xhp b/source/text/shared/autopi/01090100.xhp
index 3930c29479..2c9bb80627 100644
--- a/source/text/shared/autopi/01090100.xhp
+++ b/source/text/shared/autopi/01090100.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="fieldselection">
-<paragraph role="heading" id="hd_id3155599" xml-lang="en-US" level="1"><link href="text/shared/autopi/01090100.xhp" name="Form Wizard - Field Selection">Form Wizard - Field Selection</link></paragraph>
+<paragraph role="heading" id="hd_id3155599" xml-lang="en-US" level="1"><link href="text/shared/autopi/01090100.xhp">Form Wizard - Field Selection</link></paragraph>
<paragraph role="paragraph" id="par_id3150445" xml-lang="en-US">On this page of the <link href="text/shared/autopi/01090000.xhp">Form Wizard</link>, you can specify the table or query that you need to create the form as well as the fields that you want to include in the form.</paragraph>
</section>
<section id="howtoget">
@@ -116,6 +116,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGFORM_MASTER_FIELDSSELECTED" id="bm_id2010864" localize="false"/>
<paragraph role="heading" id="hd_id3147618" xml-lang="en-US" level="2">Fields in the form</paragraph>
<paragraph role="paragraph" id="par_id3156194" xml-lang="en-US"><ahelp hid=".">Displays the fields that are in the new form.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US"><link href="text/shared/autopi/01090200.xhp" name="Form Wizard - Set up a subform">Form Wizard - Set up a subform</link></paragraph>
+<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US"><link href="text/shared/autopi/01090200.xhp">Form Wizard - Set up a subform</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01090200.xhp b/source/text/shared/autopi/01090200.xhp
index 248d5f2c63..a455a1da0f 100644
--- a/source/text/shared/autopi/01090200.xhp
+++ b/source/text/shared/autopi/01090200.xhp
@@ -49,6 +49,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGFORM_OPTSELECTMANUALLY" id="bm_id542008" localize="false"/>
<paragraph role="heading" id="par_idN105D1" xml-lang="en-US" level="3">Sub form based on manual selection of fields</paragraph>
<paragraph role="paragraph" id="par_idN105DF" xml-lang="en-US"><ahelp hid=".">Click to add a subform based on a manual selection of fields. </ahelp></paragraph>
-<paragraph role="paragraph" id="par_idN105E2" xml-lang="en-US"><link href="text/shared/autopi/01090210.xhp" name="Form Wizard - Add subform fields">Form Wizard - Add subform fields</link></paragraph>
+<paragraph role="paragraph" id="par_idN105E2" xml-lang="en-US"><link href="text/shared/autopi/01090210.xhp">Form Wizard - Add subform fields</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01090210.xhp b/source/text/shared/autopi/01090210.xhp
index c66108e03b..113df86218 100644
--- a/source/text/shared/autopi/01090210.xhp
+++ b/source/text/shared/autopi/01090210.xhp
@@ -46,6 +46,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGFORM_SUB_FIELDSSELECTED" id="bm_id7471541" localize="false"/>
<paragraph role="heading" id="par_idN10590" xml-lang="en-US" level="2">Fields in my subform</paragraph>
<paragraph role="paragraph" id="par_idN10594" xml-lang="en-US"><ahelp hid=".">Displays all fields that will be included in the new subform.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_idN10597" xml-lang="en-US"><link href="text/shared/autopi/01090220.xhp" name="Form Wizard - Get joined fields">Form Wizard - Get joined fields</link></paragraph>
+<paragraph role="paragraph" id="par_idN10597" xml-lang="en-US"><link href="text/shared/autopi/01090220.xhp">Form Wizard - Get joined fields</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01090220.xhp b/source/text/shared/autopi/01090220.xhp
index 70c10b19c7..29e44bc369 100644
--- a/source/text/shared/autopi/01090220.xhp
+++ b/source/text/shared/autopi/01090220.xhp
@@ -61,6 +61,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGFORM_LINKER_LSTMASTERLINK4" id="bm_id6420789" localize="false"/>
<paragraph role="heading" id="par_idN105F1" xml-lang="en-US" level="2">Fourth joined main form field</paragraph>
<paragraph role="paragraph" id="par_idN105F5" xml-lang="en-US"><ahelp hid=".">Select the main form field that is joined to the subform field, which you select in the list box next to this list box.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_idN105F8" xml-lang="en-US"><link href="text/shared/autopi/01090300.xhp" name="Form Wizard - Arrange controls">Form Wizard - Arrange controls</link></paragraph>
+<paragraph role="paragraph" id="par_idN105F8" xml-lang="en-US"><link href="text/shared/autopi/01090300.xhp">Form Wizard - Arrange controls</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01090300.xhp b/source/text/shared/autopi/01090300.xhp
index a3e8e38a42..1b69214ac2 100644
--- a/source/text/shared/autopi/01090300.xhp
+++ b/source/text/shared/autopi/01090300.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="arrangecontrols">
-<paragraph role="heading" id="hd_id3163829" xml-lang="en-US" level="1"><link href="text/shared/autopi/01090300.xhp" name="Form Wizard - Arrange Controls">Form Wizard - Arrange Controls</link></paragraph>
+<paragraph role="heading" id="hd_id3163829" xml-lang="en-US" level="1"><link href="text/shared/autopi/01090300.xhp">Form Wizard - Arrange Controls</link></paragraph>
<paragraph role="paragraph" id="par_id3153539" xml-lang="en-US">On this page of the Wizard, you can select the layout of the created form. </paragraph>
</section>
<section id="howtoget">
@@ -70,6 +70,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGFORM_CMDTOPJUSTIFIED2" id="bm_id3149766" localize="false"/>
<paragraph role="heading" id="par_idN106EA" xml-lang="en-US" level="3">In Blocks - Labels Above</paragraph>
<paragraph role="paragraph" id="par_idN106EE" xml-lang="en-US"><ahelp hid=".">Arranges the labels above the corresponding data.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_idN106F3" xml-lang="en-US"><link href="text/shared/autopi/01090400.xhp" name="Form Wizard - Set data entry">Form Wizard - Set data entry</link></paragraph>
+<paragraph role="paragraph" id="par_idN106F3" xml-lang="en-US"><link href="text/shared/autopi/01090400.xhp">Form Wizard - Set data entry</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01090400.xhp b/source/text/shared/autopi/01090400.xhp
index 87da064268..8dd2996573 100644
--- a/source/text/shared/autopi/01090400.xhp
+++ b/source/text/shared/autopi/01090400.xhp
@@ -52,6 +52,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGFORM_CHKNOADDITION" id="bm_id3928952" localize="false"/>
<paragraph role="heading" id="par_idN105E6" xml-lang="en-US" level="3">Do not allow addition of new data</paragraph>
<paragraph role="paragraph" id="par_idN105EC" xml-lang="en-US"><ahelp hid=".">Select to disallow adding new data.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_idN105E4" xml-lang="en-US"><link href="text/shared/autopi/01090500.xhp" name="Form Wizard - Apply styles">Form Wizard - Apply styles</link></paragraph>
+<paragraph role="paragraph" id="par_idN105E4" xml-lang="en-US"><link href="text/shared/autopi/01090500.xhp">Form Wizard - Apply styles</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01090500.xhp b/source/text/shared/autopi/01090500.xhp
index b7d5efb93e..4357d709eb 100644
--- a/source/text/shared/autopi/01090500.xhp
+++ b/source/text/shared/autopi/01090500.xhp
@@ -52,6 +52,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGFORM_CMDSIMPLEBORDER" id="bm_id2400585" localize="false"/>
<paragraph role="heading" id="par_idN10572" xml-lang="en-US" level="3">Flat</paragraph>
<paragraph role="paragraph" id="par_idN10576" xml-lang="en-US"><ahelp hid=".">Specifies that the field borders look flat.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_idN10579" xml-lang="en-US"><link href="text/shared/autopi/01090600.xhp" name="Form Wizard - Set name">Form Wizard - Set name</link></paragraph>
+<paragraph role="paragraph" id="par_idN10579" xml-lang="en-US"><link href="text/shared/autopi/01090600.xhp">Form Wizard - Set name</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01090600.xhp b/source/text/shared/autopi/01090600.xhp
index c18f2a8a30..6c90ca1a53 100644
--- a/source/text/shared/autopi/01090600.xhp
+++ b/source/text/shared/autopi/01090600.xhp
@@ -46,6 +46,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGFORM_OPTMODIFYFORM" id="bm_id9930417" localize="false"/>
<paragraph role="heading" id="par_idN10563" xml-lang="en-US" level="2">Modify the form</paragraph>
<paragraph role="paragraph" id="par_idN105D2" xml-lang="en-US"><ahelp hid=".">Saves the form, and opens it in edit mode to change the layout.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_idN10569" xml-lang="en-US"><link href="text/shared/autopi/01090000.xhp" name="Form Wizard">Form Wizard</link></paragraph>
+<paragraph role="paragraph" id="par_idN10569" xml-lang="en-US"><link href="text/shared/autopi/01090000.xhp">Form Wizard</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01100100.xhp b/source/text/shared/autopi/01100100.xhp
index 10795d1a57..15eba78f88 100644
--- a/source/text/shared/autopi/01100100.xhp
+++ b/source/text/shared/autopi/01100100.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="field_selection">
-<paragraph role="heading" id="hd_id3155599" xml-lang="en-US" level="1"><link href="text/shared/autopi/01100100.xhp" name="Report Wizard - Field Selection">Report Wizard - Field Selection</link></paragraph>
+<paragraph role="heading" id="hd_id3155599" xml-lang="en-US" level="1"><link href="text/shared/autopi/01100100.xhp">Report Wizard - Field Selection</link></paragraph>
<paragraph role="paragraph" id="par_id3150476" xml-lang="en-US">Specifies the table or query for which you are creating the report, and which fields you wish to include in the report.</paragraph>
</section>
<section id="howtoget">
@@ -60,6 +60,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGREPORT_1_CMDREMOVEALL" id="bm_id3156002" localize="false"/><paragraph role="heading" id="hd_id3149233" xml-lang="en-US" level="2">&lt;&lt;</paragraph>
<paragraph role="paragraph" id="par_id3150084" xml-lang="en-US"><ahelp hid=".">Click to move all fields to the box that the arrow is pointing to.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US"><link href="text/shared/autopi/01100150.xhp" name="More about Report Wizard - Labeling Fields">More about Report Wizard - Labeling Fields</link></paragraph>
+<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US"><link href="text/shared/autopi/01100150.xhp">More about Report Wizard - Labeling Fields</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01100150.xhp b/source/text/shared/autopi/01100150.xhp
index 7f370eb8a5..8f0aa59e04 100644
--- a/source/text/shared/autopi/01100150.xhp
+++ b/source/text/shared/autopi/01100150.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="labelingfields">
-<paragraph role="heading" id="hd_id3144415" xml-lang="en-US" level="1"><link href="text/shared/autopi/01100150.xhp" name="Report Wizard - Labeling Fields">Report Wizard - Labeling Fields</link></paragraph>
+<paragraph role="heading" id="hd_id3144415" xml-lang="en-US" level="1"><link href="text/shared/autopi/01100150.xhp">Report Wizard - Labeling Fields</link></paragraph>
<paragraph role="paragraph" id="par_id3147102" xml-lang="en-US">Specifies how you want to label the fields.</paragraph>
</section>
<section id="howtoget">
@@ -45,6 +45,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGREPORT_6_TXTTITLE_6" id="bm_id3154288" localize="false"/>
<paragraph role="heading" id="hd_id3155805" xml-lang="en-US" level="2">Field list</paragraph>
<paragraph role="paragraph" id="par_id3150774" xml-lang="en-US"><ahelp hid=".">Displays the names of the fields to be included in the report. At the right you can enter a label for each field that will be printed in the report.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3153748" xml-lang="en-US"><link href="text/shared/autopi/01100200.xhp" name="More about Report Wizard - Grouping">More about Report Wizard - Grouping</link></paragraph>
+<paragraph role="paragraph" id="par_id3153748" xml-lang="en-US"><link href="text/shared/autopi/01100200.xhp">More about Report Wizard - Grouping</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01100200.xhp b/source/text/shared/autopi/01100200.xhp
index d3c0a4a226..413a87cafe 100644
--- a/source/text/shared/autopi/01100200.xhp
+++ b/source/text/shared/autopi/01100200.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="grouping">
-<paragraph role="heading" id="hd_id3147000" xml-lang="en-US" level="1"><link href="text/shared/autopi/01100200.xhp" name="Report Wizard - Grouping">Report Wizard - Grouping</link></paragraph>
+<paragraph role="heading" id="hd_id3147000" xml-lang="en-US" level="1"><link href="text/shared/autopi/01100200.xhp">Report Wizard - Grouping</link></paragraph>
<paragraph role="paragraph" id="par_id3163829" xml-lang="en-US">You can group records in a report based on the values in one or more fields. Select the fields by which the resulting report will be grouped. You can group up to four fields in a report. When you group more than one field, $[officename] nests the groups according to their group level.</paragraph>
</section>
<section id="howtoget">
@@ -44,6 +44,6 @@
<paragraph role="paragraph" id="par_id3157958" xml-lang="en-US"><ahelp hid=".">Click to move the selected field to the box that the arrow is pointing to.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGREPORT_2_CMDUNGROUP" id="bm_id3166460" localize="false"/><paragraph role="heading" id="hd_id3154823" xml-lang="en-US" level="2">&lt;</paragraph>
<paragraph role="paragraph" id="par_id3149811" xml-lang="en-US"><ahelp hid=".">Click to move the selected field to the box that the arrow is pointing to.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3150355" xml-lang="en-US"><link href="text/shared/autopi/01100300.xhp" name="More about Report Wizard - Sort Options">More about Report Wizard - Sort Options</link></paragraph>
+<paragraph role="paragraph" id="par_id3150355" xml-lang="en-US"><link href="text/shared/autopi/01100300.xhp">More about Report Wizard - Sort Options</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01100300.xhp b/source/text/shared/autopi/01100300.xhp
index cd4be63ec7..dea83f665e 100644
--- a/source/text/shared/autopi/01100300.xhp
+++ b/source/text/shared/autopi/01100300.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="sortoptions">
-<paragraph role="heading" id="hd_id3148668" xml-lang="en-US" level="1"><link href="text/shared/autopi/01100300.xhp" name="Report Wizard - Sort Options">Report Wizard - Sort Options</link></paragraph>
+<paragraph role="heading" id="hd_id3148668" xml-lang="en-US" level="1"><link href="text/shared/autopi/01100300.xhp">Report Wizard - Sort Options</link></paragraph>
<paragraph role="paragraph" id="par_id3148520" xml-lang="en-US">Select the fields by which to sort the report. Fields can be sorted by up to four levels, each either ascending or descending. Grouped fields can only be sorted within each group.</paragraph>
</section>
<section id="howtoget">
@@ -57,6 +57,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGREPORT_3_OPTDESCEND4" id="bm_id3152780" localize="false"/>
<paragraph role="heading" id="hd_id3147653" xml-lang="en-US" level="2">Descending</paragraph>
<paragraph role="paragraph" id="par_id3156113" xml-lang="en-US"><ahelp hid=".">Sorts the field contents in descending order.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3156329" xml-lang="en-US"><link href="text/shared/autopi/01100400.xhp" name="More about Report Wizard - Choose Layout">More about Report Wizard - Choose Layout</link></paragraph>
+<paragraph role="paragraph" id="par_id3156329" xml-lang="en-US"><link href="text/shared/autopi/01100400.xhp">More about Report Wizard - Choose Layout</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01100400.xhp b/source/text/shared/autopi/01100400.xhp
index 0cc315d00b..10b0ff3391 100644
--- a/source/text/shared/autopi/01100400.xhp
+++ b/source/text/shared/autopi/01100400.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="chooselayout">
-<paragraph role="heading" id="hd_id3148668" xml-lang="en-US" level="1"><link href="text/shared/autopi/01100400.xhp" name="Report Wizard - Choose Layout">Report Wizard - Choose Layout</link></paragraph>
+<paragraph role="heading" id="hd_id3148668" xml-lang="en-US" level="1"><link href="text/shared/autopi/01100400.xhp">Report Wizard - Choose Layout</link></paragraph>
<paragraph role="paragraph" id="par_id3154894" xml-lang="en-US">Choose the layout from different templates and styles, and choose landscape or portrait page orientation.</paragraph>
</section>
<section id="howtoget">
@@ -51,6 +51,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGREPORT_4_PORTRAIT" id="bm_id3147335" localize="false"/>
<paragraph role="heading" id="hd_id3149233" xml-lang="en-US" level="3">Portrait</paragraph>
<paragraph role="paragraph" id="par_id3154285" xml-lang="en-US"><ahelp hid=".">Selects a portrait page orientation for the report.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3148491" xml-lang="en-US"><link href="text/shared/autopi/01100500.xhp" name="More about Report Wizard - Create Report">More about Report Wizard - Create Report</link></paragraph>
+<paragraph role="paragraph" id="par_id3148491" xml-lang="en-US"><link href="text/shared/autopi/01100500.xhp">More about Report Wizard - Create Report</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01100500.xhp b/source/text/shared/autopi/01100500.xhp
index 128d13dbcb..fd09defc31 100644
--- a/source/text/shared/autopi/01100500.xhp
+++ b/source/text/shared/autopi/01100500.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="savereport">
-<paragraph role="heading" id="hd_id3156211" xml-lang="en-US" level="1"><link href="text/shared/autopi/01100500.xhp" name="Report Wizard - Create Report">Report Wizard - Create Report</link></paragraph>
+<paragraph role="heading" id="hd_id3156211" xml-lang="en-US" level="1"><link href="text/shared/autopi/01100500.xhp">Report Wizard - Create Report</link></paragraph>
<paragraph role="paragraph" id="par_id3159224" xml-lang="en-US">You can create the report as a static or dynamic report. When you open a dynamic report, it will display with the current data contents. When you open a static report, it will always display the same data from the time when the static report was created.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01110100.xhp b/source/text/shared/autopi/01110100.xhp
index b7b38dbf14..62ef80be3d 100644
--- a/source/text/shared/autopi/01110100.xhp
+++ b/source/text/shared/autopi/01110100.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/page1" id="bm_id7226172" localize="false"/>
<comment>inserted this dialog id, see i72163</comment>
-<paragraph role="heading" id="hd_id3153323" xml-lang="en-US" level="1"><link href="text/shared/autopi/01110100.xhp" name="HTML Export - Page 1">HTML Export - Page 1</link></paragraph>
+<paragraph role="heading" id="hd_id3153323" xml-lang="en-US" level="1"><link href="text/shared/autopi/01110100.xhp">HTML Export - Page 1</link></paragraph>
<paragraph role="paragraph" id="par_id3163829" xml-lang="en-US">On the first page you can select an existing design or create a new one.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3152363" xml-lang="en-US">The settings you select for the export will be automatically saved as a design for other exports. You can enter the design name after clicking <emph>Create</emph>.</paragraph>
diff --git a/source/text/shared/autopi/01110200.xhp b/source/text/shared/autopi/01110200.xhp
index ec17292ab3..813e00d354 100644
--- a/source/text/shared/autopi/01110200.xhp
+++ b/source/text/shared/autopi/01110200.xhp
@@ -38,7 +38,7 @@
<bookmark_value>Internet; presentations</bookmark_value>
<bookmark_value>WebCast export</bookmark_value>
</bookmark><comment>changed "in the Internet" to "on the Internet", see i73714</comment>
-<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/page2" id="bm_id7226173" localize="false"/><comment>inserted this dialog id, see i72163</comment><paragraph role="heading" id="hd_id3154840" xml-lang="en-US" level="1"><link href="text/shared/autopi/01110200.xhp" name="HTML Export - Page 2">HTML Export - Page 2</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/page2" id="bm_id7226173" localize="false"/><comment>inserted this dialog id, see i72163</comment><paragraph role="heading" id="hd_id3154840" xml-lang="en-US" level="1"><link href="text/shared/autopi/01110200.xhp">HTML Export - Page 2</link></paragraph>
<paragraph role="paragraph" id="par_id3154094" xml-lang="en-US">Determines the type of publication.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3151330" xml-lang="en-US">You can specify if you want to include frames, create a title, or display presentation notes.</paragraph>
@@ -67,7 +67,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/endlessCheckbutton" id="bm_id3149294" localize="false"/><paragraph role="heading" id="hd_id3154347" xml-lang="en-US" level="3">Endless</paragraph>
<paragraph role="paragraph" id="par_id3149655" xml-lang="en-US"><ahelp hid="modules/simpress/ui/publishingdialog/endlessCheckbutton">Automatically restarts the HTML presentation after the last slide has been displayed.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/webCastRadiobutton" id="bm_id3152811" localize="false"/><paragraph role="heading" id="hd_id3151054" xml-lang="en-US" level="2">WebCast</paragraph>
-<paragraph role="paragraph" id="par_id3150543" xml-lang="en-US"><ahelp hid="modules/simpress/ui/publishingdialog/webCastRadiobutton">In a WebCast export, automatic scripts will be generated with Perl or ASP support.</ahelp> This enables the speaker (for example, a speaker in a telephone conference using a slide show on the Internet) to change the slides in the audience's web browsers. You will find more information on <link href="text/shared/autopi/01110200.xhp" name="WebCast">WebCast</link> later in this section.</paragraph>
+<paragraph role="paragraph" id="par_id3150543" xml-lang="en-US"><ahelp hid="modules/simpress/ui/publishingdialog/webCastRadiobutton">In a WebCast export, automatic scripts will be generated with Perl or ASP support.</ahelp> This enables the speaker (for example, a speaker in a telephone conference using a slide show on the Internet) to change the slides in the audience's web browsers. You will find more information on <link href="text/shared/autopi/01110200.xhp">WebCast</link> later in this section.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/ASPRadiobutton" id="bm_id3154684" localize="false"/><paragraph role="heading" id="hd_id3154365" xml-lang="en-US" level="3">Active Server Pages (ASP)</paragraph>
<paragraph role="paragraph" id="par_id3148922" xml-lang="en-US"><ahelp hid="modules/simpress/ui/publishingdialog/ASPRadiobutton">When you select the<emph> ASP </emph>option, the WebCast export creates ASP pages. Note that the HTML presentation can only be offered by a web server supporting ASP.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/perlRadiobutton" id="bm_id3152920" localize="false"/><paragraph role="heading" id="hd_id3149765" xml-lang="en-US" level="3">Perl</paragraph>
diff --git a/source/text/shared/autopi/01110300.xhp b/source/text/shared/autopi/01110300.xhp
index e4f7e133c6..a773d2947c 100644
--- a/source/text/shared/autopi/01110300.xhp
+++ b/source/text/shared/autopi/01110300.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="page3">
-<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/page3" id="bm_id7226174" localize="false"/><comment>inserted this dialog id, see i72163</comment><paragraph role="heading" id="hd_id3153323" xml-lang="en-US" level="1"><link href="text/shared/autopi/01110300.xhp" name="HTML Export - Page 3">HTML Export - Page 3</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/page3" id="bm_id7226174" localize="false"/><comment>inserted this dialog id, see i72163</comment><paragraph role="heading" id="hd_id3153323" xml-lang="en-US" level="1"><link href="text/shared/autopi/01110300.xhp">HTML Export - Page 3</link></paragraph>
<paragraph role="paragraph" id="par_id3147102" xml-lang="en-US">Specifies the graphics type and the target screen resolution.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01110400.xhp b/source/text/shared/autopi/01110400.xhp
index 8978a18142..9b6fe38693 100644
--- a/source/text/shared/autopi/01110400.xhp
+++ b/source/text/shared/autopi/01110400.xhp
@@ -32,7 +32,7 @@
<body>
<section id="page4">
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/page4" id="bm_id7226175" localize="false"/><comment>inserted this dialog id, see i72163</comment>
-<paragraph role="heading" id="hd_id3151100" xml-lang="en-US" level="1"><link href="text/shared/autopi/01110400.xhp" name="HTML Export - Page 4">HTML Export - Page 4</link></paragraph>
+<paragraph role="heading" id="hd_id3151100" xml-lang="en-US" level="1"><link href="text/shared/autopi/01110400.xhp">HTML Export - Page 4</link></paragraph>
<paragraph role="paragraph" id="par_id3109850" xml-lang="en-US">Specifies the information to be displayed on the title page of the publication.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3149549" xml-lang="en-US">You can skip this page if you unmark the <emph>Create title page</emph> option, or if you select Automatic or WebCast, in previous pages of the Wizard.</paragraph>
diff --git a/source/text/shared/autopi/01110500.xhp b/source/text/shared/autopi/01110500.xhp
index 6c26fc30c7..94d5158e58 100644
--- a/source/text/shared/autopi/01110500.xhp
+++ b/source/text/shared/autopi/01110500.xhp
@@ -32,7 +32,7 @@
<body>
<section id="page5">
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/page5" id="bm_id7226176" localize="false"/><comment>inserted this dialog id, see i72163</comment>
-<paragraph role="heading" id="hd_id3144415" xml-lang="en-US" level="1"><link href="text/shared/autopi/01110500.xhp" name="HTML Export - Page 5">HTML Export - Page 5</link></paragraph>
+<paragraph role="heading" id="hd_id3144415" xml-lang="en-US" level="1"><link href="text/shared/autopi/01110500.xhp">HTML Export - Page 5</link></paragraph>
<paragraph role="paragraph" id="par_id3151100" xml-lang="en-US">Defines a button style for navigation through the presentation slides.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3155351" xml-lang="en-US">This page is not visible if you have unmarked the <emph>Create title page</emph> check box, or if you have selected either automatic or WebCast export.</paragraph>
diff --git a/source/text/shared/autopi/01110600.xhp b/source/text/shared/autopi/01110600.xhp
index 04f39f95ce..9f901c1f18 100644
--- a/source/text/shared/autopi/01110600.xhp
+++ b/source/text/shared/autopi/01110600.xhp
@@ -32,7 +32,7 @@
<body>
<section id="page6">
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/page6" id="bm_id7226177" localize="false"/><comment>inserted this dialog id, see i72163</comment>
-<paragraph role="heading" id="hd_id3154926" xml-lang="en-US" level="1"><link href="text/shared/autopi/01110600.xhp" name="HTML Export - Page 6">HTML Export - Page 6</link></paragraph>
+<paragraph role="heading" id="hd_id3154926" xml-lang="en-US" level="1"><link href="text/shared/autopi/01110600.xhp">HTML Export - Page 6</link></paragraph>
<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US">Defines the colors for the publication.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3150247" xml-lang="en-US">Text formatting is obtained from the drawing or presentation. This page is skipped if you unmark the <emph>Create title page</emph> check box or if you select automatic or WebCast export.</paragraph>
@@ -52,18 +52,18 @@
<paragraph role="paragraph" id="par_id3149399" xml-lang="en-US"><ahelp hid="modules/simpress/ui/publishingdialog/userRadiobutton">Allows you to define your own colors for some presentation objects.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/textButton" id="bm_id3145382" localize="false"/>
<paragraph role="heading" id="hd_id3166410" xml-lang="en-US" level="3">Text</paragraph>
-<paragraph role="paragraph" id="par_id3149762" xml-lang="en-US"><ahelp hid="modules/simpress/ui/publishingdialog/textButton">Opens the <link href="text/shared/optionen/01010501.xhp" name="Color"><emph>Color</emph></link> dialog, where you can select the text color of the presentation.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3149762" xml-lang="en-US"><ahelp hid="modules/simpress/ui/publishingdialog/textButton">Opens the <link href="text/shared/optionen/01010501.xhp"><emph>Color</emph></link> dialog, where you can select the text color of the presentation.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/linkButton" id="bm_id3155389" localize="false"/>
<paragraph role="heading" id="hd_id3156192" xml-lang="en-US" level="3">Hyperlink</paragraph>
-<paragraph role="paragraph" id="par_id3143270" xml-lang="en-US"><ahelp hid="modules/simpress/ui/publishingdialog/linkButton">Opens the <link href="text/shared/optionen/01010501.xhp" name="Color"><emph>Color</emph></link> dialog, where you can select the hyperlink color of the presentation.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3143270" xml-lang="en-US"><ahelp hid="modules/simpress/ui/publishingdialog/linkButton">Opens the <link href="text/shared/optionen/01010501.xhp"><emph>Color</emph></link> dialog, where you can select the hyperlink color of the presentation.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/aLinkButton" id="bm_id3153825" localize="false"/>
<paragraph role="heading" id="hd_id3149234" xml-lang="en-US" level="3">Active Link</paragraph>
-<paragraph role="paragraph" id="par_id3156152" xml-lang="en-US"><ahelp hid="modules/simpress/ui/publishingdialog/aLinkButton">Opens the <link href="text/shared/optionen/01010501.xhp" name="Color"><emph>Color</emph></link> dialog, where you can select the active link color of the presentation.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3156152" xml-lang="en-US"><ahelp hid="modules/simpress/ui/publishingdialog/aLinkButton">Opens the <link href="text/shared/optionen/01010501.xhp"><emph>Color</emph></link> dialog, where you can select the active link color of the presentation.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/vLinkButton" id="bm_id3153822" localize="false"/>
<paragraph role="heading" id="hd_id3148474" xml-lang="en-US" level="3">Visited Link</paragraph>
-<paragraph role="paragraph" id="par_id3150670" xml-lang="en-US"><ahelp hid="modules/simpress/ui/publishingdialog/vLinkButton">Opens the <link href="text/shared/optionen/01010501.xhp" name="Color"><emph>Color</emph></link> dialog, where you can select the visited link color of the presentation.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3150670" xml-lang="en-US"><ahelp hid="modules/simpress/ui/publishingdialog/vLinkButton">Opens the <link href="text/shared/optionen/01010501.xhp"><emph>Color</emph></link> dialog, where you can select the visited link color of the presentation.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/publishingdialog/backButton" id="bm_id3152360" localize="false"/>
<paragraph role="heading" id="hd_id3156024" xml-lang="en-US" level="3">Background</paragraph>
-<paragraph role="paragraph" id="par_id3159413" xml-lang="en-US"><ahelp hid="modules/simpress/ui/publishingdialog/backButton">Opens the <link href="text/shared/optionen/01010501.xhp" name="Color"><emph>Color</emph></link> dialog, where you can select the background color of the presentation.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3159413" xml-lang="en-US"><ahelp hid="modules/simpress/ui/publishingdialog/backButton">Opens the <link href="text/shared/optionen/01010501.xhp"><emph>Color</emph></link> dialog, where you can select the background color of the presentation.</ahelp></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01120000.xhp b/source/text/shared/autopi/01120000.xhp
index 83d876e4b1..8933b21eb8 100644
--- a/source/text/shared/autopi/01120000.xhp
+++ b/source/text/shared/autopi/01120000.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<paragraph role="heading" id="hd_id3149031" xml-lang="en-US" level="1">Group Element Wizard</paragraph>
-<paragraph role="paragraph" id="par_id3151097" xml-lang="en-US">The Group Element Wizard starts automatically when you insert a <link href="text/shared/02/01170000.xhp" name="Group Box">Group Box</link> into a document.</paragraph>
+<paragraph role="paragraph" id="par_id3151097" xml-lang="en-US">The Group Element Wizard starts automatically when you insert a <link href="text/shared/02/01170000.xhp">Group Box</link> into a document.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#gruppen"/>
</section>
diff --git a/source/text/shared/autopi/01120100.xhp b/source/text/shared/autopi/01120100.xhp
index d0deab228a..5ef03ab67e 100644
--- a/source/text/shared/autopi/01120100.xhp
+++ b/source/text/shared/autopi/01120100.xhp
@@ -35,14 +35,14 @@
<section id="page1">
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/groupradioselectionpage/GroupRadioSelectionPage" id="bm_id3150808" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/groupradioselectionpage/@@nowidget@@" id="bm_id3150808" localize="false"/>
- <paragraph id="hd_id3155599" role="heading" level="1" xml-lang="en-US"><link href="text/shared/autopi/01120100.xhp" name="Group Element Wizard: Data">Group Element Wizard: Data</link></paragraph>
+ <paragraph id="hd_id3155599" role="heading" level="1" xml-lang="en-US"><link href="text/shared/autopi/01120100.xhp">Group Element Wizard: Data</link></paragraph>
<paragraph role="paragraph" id="par_id3154894" xml-lang="en-US">Specifies which option fields are contained inside the group box.</paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#gruppen1"/>
</section>
<paragraph role="heading" level="2" id="hd_id3153894" xml-lang="en-US">Which names do you want to give the option fields?</paragraph>
- <paragraph xml-lang="en-US" role="paragraph" id="par_id3154673"><ahelp hid="modules/sabpilot/ui/groupradioselectionpage/radiolabels" visibility="visible">Specifies the respective label for each option field. You will see the label of the option field in the form.</ahelp> This entry corresponds to the <link href="text/shared/02/01170101.xhp" name="Label">Label</link> property of the option field.</paragraph>
+ <paragraph xml-lang="en-US" role="paragraph" id="par_id3154673"><ahelp hid="modules/sabpilot/ui/groupradioselectionpage/radiolabels" visibility="visible">Specifies the respective label for each option field. You will see the label of the option field in the form.</ahelp> This entry corresponds to the <link href="text/shared/02/01170101.xhp">Label</link> property of the option field.</paragraph>
<paragraph role="heading" level="3" id="hd_id3155805" xml-lang="en-US">Accept</paragraph>
<table id="tbl_id3145211">
diff --git a/source/text/shared/autopi/01120200.xhp b/source/text/shared/autopi/01120200.xhp
index 3ddd319f7f..26266c1cbd 100644
--- a/source/text/shared/autopi/01120200.xhp
+++ b/source/text/shared/autopi/01120200.xhp
@@ -33,10 +33,10 @@
<section id="page2">
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/defaultfieldselectionpage/DefaultFieldSelectionPage" id="bm_id3865170" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/defaultfieldselectionpage/@@nowidget@@" id="bm_id3865170" localize="false"/>
- <paragraph id="hd_id3151299" role="heading" level="1" xml-lang="en-US"><link href="text/shared/autopi/01120200.xhp" name="Group Element Wizard: Default Field Selection">Group Element Wizard: Default Field Selection</link></paragraph>
+ <paragraph id="hd_id3151299" role="heading" level="1" xml-lang="en-US"><link href="text/shared/autopi/01120200.xhp">Group Element Wizard: Default Field Selection</link></paragraph>
<paragraph role="paragraph" id="par_id3144740" xml-lang="en-US">Determines that you want one option field to be selected as the default choice.</paragraph>
</section>
- <paragraph xml-lang="en-US" role="paragraph" id="par_id3154094">The default settings will be accepted if you open the form in the user mode. With these settings you determine the control property <link href="text/shared/02/01170101.xhp" name="Default Status">Default Status</link>.</paragraph>
+ <paragraph xml-lang="en-US" role="paragraph" id="par_id3154094">The default settings will be accepted if you open the form in the user mode. With these settings you determine the control property <link href="text/shared/02/01170101.xhp">Default Status</link>.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#gruppen2"/>
</section>
diff --git a/source/text/shared/autopi/01120300.xhp b/source/text/shared/autopi/01120300.xhp
index 6d65e0d74d..39bd03e305 100644
--- a/source/text/shared/autopi/01120300.xhp
+++ b/source/text/shared/autopi/01120300.xhp
@@ -33,10 +33,10 @@
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/optionvaluespage/OptionValuesPage" id="bm_id3865170" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/optionvaluespage/@@nowidget@@" id="bm_id3865170" localize="false"/>
<section id="page3">
- <paragraph id="hd_id3151097" role="heading" level="1" xml-lang="en-US"><link href="text/shared/autopi/01120300.xhp" name="Group Element Wizard: Field Values">Group Element Wizard: Field Values</link></paragraph>
+ <paragraph id="hd_id3151097" role="heading" level="1" xml-lang="en-US"><link href="text/shared/autopi/01120300.xhp">Group Element Wizard: Field Values</link></paragraph>
<paragraph role="paragraph" id="par_id3151100" xml-lang="en-US">Assigns a reference value to each option field.</paragraph>
</section>
- <paragraph xml-lang="en-US" role="paragraph" id="par_id3153323">Select a field from the option fields list and enter the corresponding <link href="text/shared/02/01170101.xhp" name="reference value">reference value</link>.</paragraph>
+ <paragraph xml-lang="en-US" role="paragraph" id="par_id3153323">Select a field from the option fields list and enter the corresponding <link href="text/shared/02/01170101.xhp">reference value</link>.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#gruppen3"/>
</section>
diff --git a/source/text/shared/autopi/01120400.xhp b/source/text/shared/autopi/01120400.xhp
index 511b5b0b11..8e705d9e28 100644
--- a/source/text/shared/autopi/01120400.xhp
+++ b/source/text/shared/autopi/01120400.xhp
@@ -31,10 +31,10 @@
</meta>
<body>
<section id="page4">
-<paragraph role="heading" id="hd_id3149748" xml-lang="en-US" level="1"><link href="text/shared/autopi/01120400.xhp" name="Group Element Wizard: Database Field">Group Element Wizard: Database Field</link></paragraph>
+<paragraph role="heading" id="hd_id3149748" xml-lang="en-US" level="1"><link href="text/shared/autopi/01120400.xhp">Group Element Wizard: Database Field</link></paragraph>
<paragraph role="paragraph" id="par_id3154094" xml-lang="en-US">This page is only visible if the document is linked to a database. It specifies whether the reference values should be saved in the database.</paragraph>
</section>
-<paragraph role="paragraph" id="par_id3153255" xml-lang="en-US">Indicate where to save the <link href="text/shared/02/01170101.xhp" name="reference values">reference values</link>. A reference value can represent the current state of the group box in a database.</paragraph>
+<paragraph role="paragraph" id="par_id3153255" xml-lang="en-US">Indicate where to save the <link href="text/shared/02/01170101.xhp">reference values</link>. A reference value can represent the current state of the group box in a database.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#gruppen4"/>
</section>
diff --git a/source/text/shared/autopi/01120500.xhp b/source/text/shared/autopi/01120500.xhp
index b432bc8519..5fa980d354 100644
--- a/source/text/shared/autopi/01120500.xhp
+++ b/source/text/shared/autopi/01120500.xhp
@@ -33,13 +33,13 @@
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/optionsfinalpage/OptionsFinalPage" id="bm_id3865170" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/optionsfinalpage/@@nowidget@@" id="bm_id3865170" localize="false"/>
<section id="page5">
- <paragraph id="hd_id3143206" role="heading" level="1" xml-lang="en-US"><link href="text/shared/autopi/01120500.xhp" name="Group Element Wizard: Create Option Group">Group Element Wizard: Create Option Group</link></paragraph>
+ <paragraph id="hd_id3143206" role="heading" level="1" xml-lang="en-US"><link href="text/shared/autopi/01120500.xhp">Group Element Wizard: Create Option Group</link></paragraph>
<paragraph role="paragraph" id="par_id3154812" xml-lang="en-US">Specifies a label for the option group.</paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#gruppen5"/>
</section>
<paragraph role="heading" level="2" id="hd_id3144415" xml-lang="en-US">Which caption is to be given to your option group?</paragraph>
- <paragraph xml-lang="en-US" role="paragraph" id="par_id3163829"><ahelp hid="modules/sabpilot/ui/optionsfinalpage/nameit" visibility="visible">Specifies the label for the option box. You will see the label of the group box displayed in the form.</ahelp> The text you enter here will correspond to the <link href="text/shared/02/01170101.xhp" name="Label">Label</link> property of the group box.</paragraph>
+ <paragraph xml-lang="en-US" role="paragraph" id="par_id3163829"><ahelp hid="modules/sabpilot/ui/optionsfinalpage/nameit" visibility="visible">Specifies the label for the option box. You will see the label of the group box displayed in the form.</ahelp> The text you enter here will correspond to the <link href="text/shared/02/01170101.xhp">Label</link> property of the group box.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01130100.xhp b/source/text/shared/autopi/01130100.xhp
index 2ac1e37584..f0060de2cf 100644
--- a/source/text/shared/autopi/01130100.xhp
+++ b/source/text/shared/autopi/01130100.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="page1">
-<paragraph role="heading" id="hd_id3151299" xml-lang="en-US" level="1"><link href="text/shared/autopi/01130100.xhp" name="Document Converter Page 1">Document Converter Page 1</link></paragraph>
+<paragraph role="heading" id="hd_id3151299" xml-lang="en-US" level="1"><link href="text/shared/autopi/01130100.xhp">Document Converter Page 1</link></paragraph>
<paragraph role="paragraph" id="par_id3150445" xml-lang="en-US">Specifies the type of Microsoft Office documents that will be converted.</paragraph>
</section>
<section id="howtoget">
@@ -46,6 +46,6 @@
<paragraph role="paragraph" id="par_id3149786" xml-lang="en-US"><ahelp hid="HID_DLGIMPORT_2_CHKPOWERPOINT">Converts documents in Microsoft PowerPoint format *.ppt into OpenDocument *.odp documents.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGIMPORT_0_CHKLOGFILE" id="bm_id3149415" localize="false"/><paragraph role="heading" id="hd_id3153088" xml-lang="en-US" level="3">Create Log file</paragraph>
<paragraph role="paragraph" id="par_id3149797" xml-lang="en-US"><ahelp hid="HID_DLGIMPORT_0_CHKLOGFILE">Creates a log file in your work directory showing which documents have been converted.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3149578" xml-lang="en-US">Continue to the next page of the <link href="text/shared/autopi/01130200.xhp" name="Document Converter">Document Converter</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3149578" xml-lang="en-US">Continue to the next page of the <link href="text/shared/autopi/01130200.xhp">Document Converter</link>.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01130200.xhp b/source/text/shared/autopi/01130200.xhp
index 4f98e128ab..451e4fc4d8 100644
--- a/source/text/shared/autopi/01130200.xhp
+++ b/source/text/shared/autopi/01130200.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="page2">
-<paragraph role="heading" id="hd_id3149748" xml-lang="en-US" level="1"><link href="text/shared/autopi/01130200.xhp" name="Document converter continuation pages">Document converter continuation pages</link></paragraph>
+<paragraph role="heading" id="hd_id3149748" xml-lang="en-US" level="1"><link href="text/shared/autopi/01130200.xhp">Document converter continuation pages</link></paragraph>
<paragraph role="paragraph" id="par_id3147143" xml-lang="en-US">Specifies, for each template type and document type, the directory to be read from and the directory to be written to.</paragraph>
</section>
<section id="howtoget">
@@ -61,6 +61,6 @@
<paragraph role="paragraph" id="par_id3148564" xml-lang="en-US">Note that the "Text documents" label can change, depending on the selections from the previous page. For example, if Microsoft Word documents have been selected, the label reads "Word documents".</paragraph>
<paragraph role="paragraph" id="par_id3148944" xml-lang="en-US"><ahelp hid="HID_DLGIMPORT_2_CBDOCUMENT">Indicates that the documents are to be converted.</ahelp></paragraph>
<embed href="text/shared/autopi/01130200.xhp#double"/>
-<paragraph role="paragraph" id="par_id3156344" xml-lang="en-US">Here you can return to the main page of the <link href="text/shared/autopi/01130000.xhp" name="Document Converter">Document Converter Wizard</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3156344" xml-lang="en-US">Here you can return to the main page of the <link href="text/shared/autopi/01130000.xhp">Document Converter Wizard</link>.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/autopi/01150000.xhp b/source/text/shared/autopi/01150000.xhp
index 419edf9dfd..29d3bbed3c 100644
--- a/source/text/shared/autopi/01150000.xhp
+++ b/source/text/shared/autopi/01150000.xhp
@@ -39,7 +39,7 @@
<paragraph role="heading" id="hd_id3154840" xml-lang="en-US" level="1">Euro Converter Wizard</paragraph>
<paragraph role="paragraph" id="par_id3149140" xml-lang="en-US"><variable id="eurokonv"><ahelp hid=".">Converts the currency amounts found in $[officename] Calc documents and in fields and tables of $[officename] Writer documents into euros.</ahelp>
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3145669" xml-lang="en-US">Only closed files are converted. It is possible, however, to use the Euro Converter in an open $[officename] Calc document. In this case, a separate dialog opens. This dialog is described <link href="text/shared/autopi/01150000.xhp" name="at the end of this section">at the end of this section</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3145669" xml-lang="en-US">Only closed files are converted. It is possible, however, to use the Euro Converter in an open $[officename] Calc document. In this case, a separate dialog opens. This dialog is described <link href="text/shared/autopi/01150000.xhp">at the end of this section</link>.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#euro"/>
</section>
diff --git a/source/text/shared/autopi/01170000.xhp b/source/text/shared/autopi/01170000.xhp
index cec29dfa57..78e8d8f3a2 100644
--- a/source/text/shared/autopi/01170000.xhp
+++ b/source/text/shared/autopi/01170000.xhp
@@ -31,7 +31,7 @@
<bookmark xml-lang="en-US" branch="hid/slot:10934" id="bm_id3581347" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_ABSPILOT" id="bm_id3581348" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:AutoPilotAddressDataSource" id="bm_id6961272" localize="false"/>
-<h1 id="hd_id3147285" xml-lang="en-US"><link href="text/shared/autopi/01170000.xhp" name="Address Data Source">Address Data Source</link></h1>
+<h1 id="hd_id3147285" xml-lang="en-US"><link href="text/shared/autopi/01170000.xhp">Address Data Source</link></h1>
<paragraph role="paragraph" id="par_id3153910" xml-lang="en-US"><ahelp hid=".">This wizard registers an existing address book as a data source in $[officename].</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01170200.xhp b/source/text/shared/autopi/01170200.xhp
index 7a28c06cd9..6226f72cdf 100644
--- a/source/text/shared/autopi/01170200.xhp
+++ b/source/text/shared/autopi/01170200.xhp
@@ -30,7 +30,7 @@
<section id="additional_settings">
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/invokeadminpage/InvokeAdminPage" id="bm_id3153682" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/invokeadminpage/@@nowidget@@" id="bm_id3153682" localize="false"/>
-<h1 id="hd_id3154094"><link href="text/shared/autopi/01170200.xhp" name="Additional Settings">Additional Settings</link></h1>
+<h1 id="hd_id3154094"><link href="text/shared/autopi/01170200.xhp">Additional Settings</link></h1>
<paragraph role="paragraph" id="par_id3143281" xml-lang="en-US"><ahelp hid=".">Allows you to enter additional settings for other external data sources.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01170300.xhp b/source/text/shared/autopi/01170300.xhp
index 959ad6b366..e6d58540e3 100644
--- a/source/text/shared/autopi/01170300.xhp
+++ b/source/text/shared/autopi/01170300.xhp
@@ -30,7 +30,7 @@
<section id="select_table">
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/selecttablepage/SelectTablePage" id="bm_id3147400" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/selecttablepage/@@nowidget@@" id="bm_id3147400" localize="false"/>
-<paragraph role="heading" id="hd_id3149748" xml-lang="en-US" level="1"><link href="text/shared/autopi/01170300.xhp" name="Select Table">Select Table</link></paragraph>
+<paragraph role="heading" id="hd_id3149748" xml-lang="en-US" level="1"><link href="text/shared/autopi/01170300.xhp">Select Table</link></paragraph>
<paragraph role="paragraph" id="par_id3156211" xml-lang="en-US"><ahelp hid=".">Specifies a table from the Seamonkey / Netscape address book source that is used as the address book in $[officename].</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01170400.xhp b/source/text/shared/autopi/01170400.xhp
index 9b8420960e..9a2620e156 100644
--- a/source/text/shared/autopi/01170400.xhp
+++ b/source/text/shared/autopi/01170400.xhp
@@ -32,7 +32,7 @@
<section id="data_source_title">
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/datasourcepage/DataSourcePage" id="bm_id3865170" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/datasourcepage/@@nowidget@@" id="bm_id3865170" localize="false"/>
-<paragraph role="heading" id="hd_id3147000" xml-lang="en-US" level="1"><link href="text/shared/autopi/01170400.xhp" name="Data Source Name">Data Source Title</link></paragraph>
+<paragraph role="heading" id="hd_id3147000" xml-lang="en-US" level="1"><link href="text/shared/autopi/01170400.xhp">Data Source Title</link></paragraph>
<paragraph role="paragraph" id="par_id3144740" xml-lang="en-US"><ahelp hid=".">Specifies a location for the address book file and a name under which the data source will be listed in the data source explorer.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01170500.xhp b/source/text/shared/autopi/01170500.xhp
index 2829f24fb5..c23cee0fcb 100644
--- a/source/text/shared/autopi/01170500.xhp
+++ b/source/text/shared/autopi/01170500.xhp
@@ -33,7 +33,7 @@
<section id="field_assignment">
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/fieldassignpage/FieldAssignPage" id="bm_id3152593" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/fieldassignpage/@@nowidget@@" id="bm_id3152593" localize="false"/>
-<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"><link href="text/shared/autopi/01170500.xhp" name="Field Assignment">Field Assignment</link></paragraph>
+<paragraph role="heading" id="hd_id3147588" xml-lang="en-US" level="1"><link href="text/shared/autopi/01170500.xhp">Field Assignment</link></paragraph>
<paragraph role="paragraph" id="par_id3143284" xml-lang="en-US"><ahelp hid=".">Opens a dialog that allows you to specify the field assignment.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -41,6 +41,6 @@
</section>
<bookmark xml-lang="en-US" branch="hid/modules/sabpilot/ui/fieldassignpage/assign" id="bm_id3152594" localize="false"/>
<paragraph role="heading" id="hd_id3152372" xml-lang="en-US" level="2">Field Assignment</paragraph>
-<paragraph role="paragraph" id="par_id3149549" xml-lang="en-US"><ahelp hid="modules/sabpilot/ui/fieldassignpage/assign">Opens the <link href="text/shared/01/01110101.xhp" name="Templates: Address Book Assignment">Templates: Address Book Assignment</link> dialog.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3149549" xml-lang="en-US"><ahelp hid="modules/sabpilot/ui/fieldassignpage/assign">Opens the <link href="text/shared/01/01110101.xhp">Templates: Address Book Assignment</link> dialog.</ahelp></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/find_toolbar.xhp b/source/text/shared/find_toolbar.xhp
index f42674ce3a..b70db37080 100644
--- a/source/text/shared/find_toolbar.xhp
+++ b/source/text/shared/find_toolbar.xhp
@@ -24,7 +24,7 @@
<bookmark xml-lang="en-US" branch="hid/.HelpId:findbar" id="bm_id591641583284889" localize="false"/>
<section id="Find_Bar">
- <h1 id="hd_id701641581066778"><link href="/text/shared/find_toolbar.xhp" name="Find Bar">Find Bar</link></h1>
+ <h1 id="hd_id701641581066778"><link href="/text/shared/find_toolbar.xhp">Find Bar</link></h1>
<paragraph xml-lang="en-US" id="par_id3147762" role="paragraph">The <menuitem>Find</menuitem> toolbar can be used to quickly search the contents of %PRODUCTNAME documents.</paragraph>
</section>
<tip id="par_id211641581251728">Use the shortcut <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F</keycode> to quickly open the <menuitem>Find</menuitem> toolbar.</tip>
@@ -76,7 +76,7 @@
</switch>
<h2 id="hd_id171641582176913">Find and Replace</h2>
- <paragraph role="paragraph" id="par_id761641582194558">Opens the <link href="text/swriter/guide/finding.xhp" name="Find_Replace">Find and Replace</link> dialog, which provides more options for searching the document.</paragraph>
+ <paragraph role="paragraph" id="par_id761641582194558">Opens the <link href="text/swriter/guide/finding.xhp">Find and Replace</link> dialog, which provides more options for searching the document.</paragraph>
<table id="tab_id171641582176913">
<tablerow>
<tablecell>
diff --git a/source/text/shared/guide/aaa_start.xhp b/source/text/shared/guide/aaa_start.xhp
index eda6b989dc..3b9ce48afe 100644
--- a/source/text/shared/guide/aaa_start.xhp
+++ b/source/text/shared/guide/aaa_start.xhp
@@ -29,7 +29,7 @@
<bookmark_value>templates; new documents from templates</bookmark_value>
<bookmark_value>business cards; using templates</bookmark_value>
</bookmark>
-<h1 id="hd_id3156324" xml-lang="en-US"><variable id="aaa_start"><link href="text/shared/guide/aaa_start.xhp" name="First Steps">First Steps</link></variable></h1>
+<h1 id="hd_id3156324" xml-lang="en-US"><variable id="aaa_start"><link href="text/shared/guide/aaa_start.xhp">First Steps</link></variable></h1>
<h2 id="hd_id3156211" xml-lang="en-US">How to simplify your work using samples and templates</h2>
<paragraph role="paragraph" id="par_id3144436" xml-lang="en-US">
<item type="productname">%PRODUCTNAME</item> includes many sample documents and ready-to-use templates. You can access these by choosing <emph>File - New - Templates</emph>, or press Shift+<switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+N.</paragraph>
@@ -37,18 +37,18 @@
<paragraph role="paragraph" id="par_id0820200803563860" xml-lang="en-US">Click the <emph>Browse online templates</emph> button in the dialog to select and download more templates.</paragraph>
<paragraph role="paragraph" id="par_id0820200803563974" xml-lang="en-US">You can also use the various wizards (under the <emph>File - Wizards</emph> menu) to create your own templates, which you can use as a basis for further documents.</paragraph>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3149177" xml-lang="en-US"><link href="text/shared/guide/main.xhp" name="Working with %PRODUCTNAME">Working with <item type="productname">%PRODUCTNAME</item></link></paragraph>
-<paragraph role="paragraph" id="par_id401607339239056"><switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/guide/template_styles.xhp" name="Working with Templates">Working with Templates</link>
+<paragraph role="paragraph" id="par_id3149177" xml-lang="en-US"><link href="text/shared/guide/main.xhp">Working with <item type="productname">%PRODUCTNAME</item></link></paragraph>
+<paragraph role="paragraph" id="par_id401607339239056"><switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/guide/template_styles.xhp">Working with Templates</link>
</caseinline></switchinline></paragraph>
-<paragraph role="paragraph" id="par_id3149095" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/guide/main.xhp" name="Working with Text Documents">Working with Text Documents</link>
+<paragraph role="paragraph" id="par_id3149095" xml-lang="en-US"><switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/guide/main.xhp">Working with Text Documents</link>
</caseinline></switchinline></paragraph>
-<paragraph role="paragraph" id="par_id3152997" xml-lang="en-US"><switchinline select="appl"><caseinline select="CALC"><link href="text/scalc/guide/main.xhp" name="Working with Spreadsheets">Working with Spreadsheets</link>
+<paragraph role="paragraph" id="par_id3152997" xml-lang="en-US"><switchinline select="appl"><caseinline select="CALC"><link href="text/scalc/guide/main.xhp">Working with Spreadsheets</link>
</caseinline></switchinline></paragraph>
-<paragraph role="paragraph" id="par_id3147243" xml-lang="en-US"><switchinline select="appl"><caseinline select="IMPRESS"><link href="text/simpress/guide/main.xhp" name="Working with Presentations">Working with Presentations</link>
+<paragraph role="paragraph" id="par_id3147243" xml-lang="en-US"><switchinline select="appl"><caseinline select="IMPRESS"><link href="text/simpress/guide/main.xhp">Working with Presentations</link>
</caseinline></switchinline></paragraph>
-<paragraph role="paragraph" id="par_id3154047" xml-lang="en-US"><switchinline select="appl"><caseinline select="DRAW"><link href="text/sdraw/guide/main.xhp" name="Working with Drawings">Working with Drawings</link>
+<paragraph role="paragraph" id="par_id3154047" xml-lang="en-US"><switchinline select="appl"><caseinline select="DRAW"><link href="text/sdraw/guide/main.xhp">Working with Drawings</link>
</caseinline></switchinline></paragraph>
-<paragraph role="paragraph" id="par_id3153824" xml-lang="en-US"><switchinline select="appl"><caseinline select="MATH"><link href="text/smath/guide/main.xhp" name="Working with Formulas">Working with Formulas</link>
+<paragraph role="paragraph" id="par_id3153824" xml-lang="en-US"><switchinline select="appl"><caseinline select="MATH"><link href="text/smath/guide/main.xhp">Working with Formulas</link>
</caseinline></switchinline></paragraph>
</section>
</body>
diff --git a/source/text/shared/guide/accessibility.xhp b/source/text/shared/guide/accessibility.xhp
index 248de3bae6..0c1101b655 100644
--- a/source/text/shared/guide/accessibility.xhp
+++ b/source/text/shared/guide/accessibility.xhp
@@ -27,14 +27,14 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3150502">
<bookmark_value>accessibility; %PRODUCTNAME features</bookmark_value>
</bookmark>
- <h1 id="hd_id3150502"><variable id="accessibility"><link name="Accessibility in %PRODUCTNAME" href="text/shared/guide/accessibility.xhp">Accessibility in <item type="productname">%PRODUCTNAME</item></link></variable></h1>
+ <h1 id="hd_id3150502"><variable id="accessibility"><link href="text/shared/guide/accessibility.xhp">Accessibility in <item type="productname">%PRODUCTNAME</item></link></variable></h1>
<paragraph xml-lang="en-US" role="paragraph" id="par_id3154894">The following accessibility features are part of <item type="productname">%PRODUCTNAME</item>:</paragraph>
<list type="unordered">
<listitem>
- <paragraph role="listitem" id="par_id3153894" xml-lang="en-US">Support of <link href="text/shared/guide/assistive.xhp" name="external devices and applications">external devices and applications</link></paragraph>
+ <paragraph role="listitem" id="par_id3153894" xml-lang="en-US">Support of <link href="text/shared/guide/assistive.xhp">external devices and applications</link></paragraph>
</listitem>
<listitem>
- <paragraph role="listitem" id="par_id3155552" xml-lang="en-US">Access to all functions by keyboard. The keys that replace the mouse actions are listed in the <link name="%PRODUCTNAME Help" href="text/shared/guide/keyboard.xhp"><item type="productname">%PRODUCTNAME</item> Help</link></paragraph>
+ <paragraph role="listitem" id="par_id3155552" xml-lang="en-US">Access to all functions by keyboard. The keys that replace the mouse actions are listed in the <link href="text/shared/guide/keyboard.xhp"><item type="productname">%PRODUCTNAME</item> Help</link></paragraph>
</listitem>
<listitem>
<paragraph role="listitem" id="par_id3149177" xml-lang="en-US">Improved readability of screen contents</paragraph>
@@ -47,9 +47,9 @@
<note id="par_id3152349">Please note that accessibility support relies on Java technology for communications with assistive technology tools. This means that the first program startup may take a few seconds longer, because the Java runtime environment has to be started as well.</note>
<section id="relatedtopics">
<embed href="text/shared/guide/assistive.xhp#assistive"/>
- <paragraph role="paragraph" id="par_id3149578" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link name="%PRODUCTNAME - View" href="text/shared/optionen/01010800.xhp"><item type="productname">%PRODUCTNAME</item> - View</link></paragraph>
- <paragraph role="paragraph" id="par_id3150084" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link name="%PRODUCTNAME - Application Colors" href="text/shared/optionen/01012000.xhp"><item type="productname">%PRODUCTNAME</item> - Application Colors</link></paragraph>
- <paragraph role="paragraph" id="par_id3150771" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link name="%PRODUCTNAME - Accessibility" href="text/shared/optionen/01013000.xhp"><item type="productname">%PRODUCTNAME</item> - Accessibility</link></paragraph>
+ <paragraph role="paragraph" id="par_id3149578" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01010800.xhp"><item type="productname">%PRODUCTNAME</item> - View</link></paragraph>
+ <paragraph role="paragraph" id="par_id3150084" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01012000.xhp"><item type="productname">%PRODUCTNAME</item> - Application Colors</link></paragraph>
+ <paragraph role="paragraph" id="par_id3150771" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01013000.xhp"><item type="productname">%PRODUCTNAME</item> - Accessibility</link></paragraph>
<embed href="text/shared/guide/keyboard.xhp#keyboard"/>
<embed href="text/shared/04/01010000.xhp#common_keys"/>
<embed href="text/swriter/01/accessibility_check.xhp#accessibilitycheckh1"/>
diff --git a/source/text/shared/guide/active_help_on_off.xhp b/source/text/shared/guide/active_help_on_off.xhp
index b047530f30..c8df5d4db9 100644
--- a/source/text/shared/guide/active_help_on_off.xhp
+++ b/source/text/shared/guide/active_help_on_off.xhp
@@ -36,7 +36,7 @@
<bookmark_value>tooltips;extended tips</bookmark_value>
<bookmark_value>activating;extended help tips</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3156414" xml-lang="en-US" level="1"><variable id="active_help_on_off"><link href="text/shared/guide/active_help_on_off.xhp" name="Turning Extended Tips On and Off">Turning Extended Tips On and Off</link>
+<paragraph role="heading" id="hd_id3156414" xml-lang="en-US" level="1"><variable id="active_help_on_off"><link href="text/shared/guide/active_help_on_off.xhp">Turning Extended Tips On and Off</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3157958" xml-lang="en-US">
<emph>Extended tips</emph> provide a brief description of the function of a particular icon, text box or menu command when you rest your cursor on that item.</paragraph>
diff --git a/source/text/shared/guide/activex.xhp b/source/text/shared/guide/activex.xhp
index 8505f56fa3..c15cd81871 100644
--- a/source/text/shared/guide/activex.xhp
+++ b/source/text/shared/guide/activex.xhp
@@ -36,7 +36,7 @@
<bookmark_value>viewing;%PRODUCTNAME documents in Internet Explorer</bookmark_value>
<bookmark_value>editing;%PRODUCTNAME documents in Internet Explorer</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3143267" xml-lang="en-US" level="1"><variable id="activex"><link href="text/shared/guide/activex.xhp" name="ActiveX Control to Display Documents in Internet Explorer">ActiveX Control to Display Documents in Internet Explorer</link>
+<paragraph role="heading" id="hd_id3143267" xml-lang="en-US" level="1"><variable id="activex"><link href="text/shared/guide/activex.xhp">ActiveX Control to Display Documents in Internet Explorer</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3166410" xml-lang="en-US">Under Windows only, you can view any $[officename] document in a window of the Microsoft Internet Explorer. Install the ActiveX control in the $[officename] Setup program.</paragraph>
<paragraph role="heading" id="hd_id3156346" xml-lang="en-US" level="2">Installing the ActiveX control</paragraph>
diff --git a/source/text/shared/guide/assistive.xhp b/source/text/shared/guide/assistive.xhp
index 710b79fb76..074208656d 100644
--- a/source/text/shared/guide/assistive.xhp
+++ b/source/text/shared/guide/assistive.xhp
@@ -35,10 +35,10 @@
<bookmark_value>screen magnifiers</bookmark_value>
<bookmark_value>magnifiers</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3147399" xml-lang="en-US" level="1"><variable id="assistive"><link href="text/shared/guide/assistive.xhp" name="Assistive Tools in $[officename]">Assistive Tools in $[officename]</link>
+<paragraph role="heading" id="hd_id3147399" xml-lang="en-US" level="1"><variable id="assistive"><link href="text/shared/guide/assistive.xhp">Assistive Tools in $[officename]</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3143267" xml-lang="en-US">$[officename] supports some assistive technology tools like screen magnification software, screen readers, and on-screen keyboards.</paragraph>
-<paragraph role="tip" id="par_id8847010" xml-lang="en-US">A current list of supported assistive tools can be found on the Wiki at <link href="https://wiki.documentfoundation.org/Accessibility" name="wiki.documentfoundation.org Accessibility">https://wiki.documentfoundation.org/Accessibility</link>.</paragraph>
+<paragraph role="tip" id="par_id8847010" xml-lang="en-US">A current list of supported assistive tools can be found on the Wiki at <link href="https://wiki.documentfoundation.org/Accessibility">https://wiki.documentfoundation.org/Accessibility</link>.</paragraph>
<paragraph role="heading" id="hd_id3153061" xml-lang="en-US" level="2">Supported Input Devices</paragraph>
<paragraph role="paragraph" id="par_id3156024" xml-lang="en-US">$[officename] provides the ability to use alternative input devices for access to all functions of $[officename].</paragraph>
<list type="unordered">
@@ -54,9 +54,9 @@
</list>
<section id="relatedtopics">
<embed href="text/shared/guide/accessibility.xhp#accessibility"/>
-<paragraph role="paragraph" id="par_id3152933" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01010800.xhp" name="$[officename] - View">$[officename] - View</link></paragraph>
-<paragraph role="paragraph" id="par_id3155430" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01012000.xhp" name="$[officename] - Application Colors">$[officename] - Application Colors</link></paragraph>
-<paragraph role="paragraph" id="par_id3148617" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01013000.xhp" name="$[officename] - Accessibility">$[officename] - Accessibility</link></paragraph>
+<paragraph role="paragraph" id="par_id3152933" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01010800.xhp">$[officename] - View</link></paragraph>
+<paragraph role="paragraph" id="par_id3155430" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01012000.xhp">$[officename] - Application Colors</link></paragraph>
+<paragraph role="paragraph" id="par_id3148617" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01013000.xhp">$[officename] - Accessibility</link></paragraph>
<embed href="text/shared/guide/keyboard.xhp#keyboard"/>
<embed href="text/shared/04/01010000.xhp#common_keys"/>
</section>
diff --git a/source/text/shared/guide/auto_redact.xhp b/source/text/shared/guide/auto_redact.xhp
index 1b61e109a3..7877b390b1 100644
--- a/source/text/shared/guide/auto_redact.xhp
+++ b/source/text/shared/guide/auto_redact.xhp
@@ -25,7 +25,7 @@
<section id="autoredact01">
<bookmark id="bm_id981562795247716" branch="hid/.uno:AutoRedactDoc" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/autoredactdialog/" id="bm_id3145208" localize="false"/>
- <h1 id="hd_id171562795247122"><variable id="autoredact_h1"><link href="text/shared/guide/auto_redact.xhp" name="auto_redact">Auto-Redact</link></variable></h1>
+ <h1 id="hd_id171562795247122"><variable id="autoredact_h1"><link href="text/shared/guide/auto_redact.xhp">Auto-Redact</link></variable></h1>
<paragraph id="par_id4715627952214572" role="paragraph"><variable id="auto_redact_var"><ahelp hid="sfx/ui/autoredactdialog/">Use automatic redaction to define words and patterns that are automatically marked for redaction.</ahelp></variable></paragraph>
</section>
<paragraph role="paragraph" id="par_id641647277510873">Automatic redaction makes it easier to redact %PRODUCTNAME documents that have multiple portions of text that need to be hidden due to sensitivity or privacy issues.</paragraph>
@@ -51,7 +51,7 @@
<paragraph role="paragraph" id="par_id181626029575406">Add all targets that you want to apply to your document and click <emph>OK</emph>. This opens the document as a drawing in %PRODUCTNAME Draw with all targets automatically redacted with the <emph>Rectangle Redaction</emph> tool.</paragraph>
<paragraph role="paragraph" id="par_id611626029791762">Continue redacting other portions of the generated document and then print or export it to PDF.</paragraph>
- <tip id="par_id581626101004089">Refer to the help page <link href="text/shared/01/02100001.xhp" name="regex_link">List of Regular Expressions</link> to learn more about how to use regular expressions in %PRODUCTNAME.</tip>
+ <tip id="par_id581626101004089">Refer to the help page <link href="text/shared/01/02100001.xhp">List of Regular Expressions</link> to learn more about how to use regular expressions in %PRODUCTNAME.</tip>
<h2 id="hd_id951626029985729">Exporting and Importing Targets</h2>
<paragraph role="paragraph" id="par_id701626030005749">Click the <emph>Save Targets</emph> button to save all defined targets in the document as a JSON (JavaScript Object Notation) file.</paragraph>
<paragraph role="paragraph" id="par_id971626030103135">Click the <emph>Load Targets</emph> button to import and apply the targets defined in a JSON file to another %PRODUCTNAME document.</paragraph>
diff --git a/source/text/shared/guide/autocorr_url.xhp b/source/text/shared/guide/autocorr_url.xhp
index 630010dfc8..ecebf3dbc8 100644
--- a/source/text/shared/guide/autocorr_url.xhp
+++ b/source/text/shared/guide/autocorr_url.xhp
@@ -32,9 +32,9 @@
<bookmark_value>links;turning off automatic recognition</bookmark_value>
<bookmark_value>predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion</bookmark_value>
</bookmark>
-<h1 xml-lang="en-US" id="hd_id3149346"><variable id="autocorr_url"><link href="text/shared/guide/autocorr_url.xhp" name="Turning off Automatic URL Recognition">Turning off Automatic URL Recognition</link>
+<h1 xml-lang="en-US" id="hd_id3149346"><variable id="autocorr_url"><link href="text/shared/guide/autocorr_url.xhp">Turning off Automatic URL Recognition</link>
</variable></h1>
- <paragraph xml-lang="en-US" id="par_id3166410" role="paragraph">When you enter text, $[officename] automatically recognizes a word that may be a <link href="text/shared/00/00000002.xhp#url" name="URL">URL</link> and replaces the word with a hyperlink. $[officename] formats the hyperlink with direct font attributes (color and underline) the properties of which are obtained from certain Character Styles.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3166410" role="paragraph">When you enter text, $[officename] automatically recognizes a word that may be a <link href="text/shared/00/00000002.xhp#url">URL</link> and replaces the word with a hyperlink. $[officename] formats the hyperlink with direct font attributes (color and underline) the properties of which are obtained from certain Character Styles.</paragraph>
<paragraph role="paragraph" id="par_id501605796731176">The following texts are changed to hyperlinks:</paragraph>
diff --git a/source/text/shared/guide/autohide.xhp b/source/text/shared/guide/autohide.xhp
index 20c0e12642..667c314e94 100644
--- a/source/text/shared/guide/autohide.xhp
+++ b/source/text/shared/guide/autohide.xhp
@@ -40,7 +40,7 @@
<bookmark_value>hiding;docked windows</bookmark_value>
</bookmark>
<paragraph role="paragraph" id="par_id3150713" xml-lang="en-US" localize="false"/>
-<paragraph role="heading" id="hd_id3145346" xml-lang="en-US" level="1"><variable id="autohide"><link href="text/shared/guide/autohide.xhp" name="Showing, Docking and Hiding Windows">Showing, Docking and Hiding Windows</link>
+<paragraph role="heading" id="hd_id3145346" xml-lang="en-US" level="1"><variable id="autohide"><link href="text/shared/guide/autohide.xhp">Showing, Docking and Hiding Windows</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3147242" xml-lang="en-US">Some windows in $[officename] are dockable, such as the Navigator window. You can move these windows, re-size them or dock them to an edge.</paragraph>
<paragraph role="heading" id="hd_id3154750" xml-lang="en-US" level="2">Docking and Undocking Windows</paragraph>
diff --git a/source/text/shared/guide/background.xhp b/source/text/shared/guide/background.xhp
index 730a8c763f..151150c0f0 100644
--- a/source/text/shared/guide/background.xhp
+++ b/source/text/shared/guide/background.xhp
@@ -32,7 +32,7 @@
<bookmark_value>text, see also text documents, paragraphs and characters</bookmark_value>
</bookmark>
<comment>MW deleted 6 entries and changed "pages;"</comment>
- <h1 id="hd_id3149346"><variable id="background"><link href="text/shared/guide/background.xhp" name="Defining Graphics or Colors in the Background of Pages (Watermark)">Defining Graphics or Colors in the Background of Pages (Watermark)</link>
+ <h1 id="hd_id3149346"><variable id="background"><link href="text/shared/guide/background.xhp">Defining Graphics or Colors in the Background of Pages (Watermark)</link>
</variable></h1>
<list type="ordered">
<listitem>
@@ -49,7 +49,7 @@
<embed href="text/simpress/guide/background.xhp#background"/>
</case>
</switch>
- <paragraph xml-lang="en-US" id="par_id3156180" role="paragraph"><link href="text/shared/01/05210100.xhp" name="Background tab page"><emph>Area</emph> tab page</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3156180" role="paragraph"><link href="text/shared/01/05210100.xhp"><emph>Area</emph> tab page</link></paragraph>
<paragraph xml-lang="en-US" id="par_id2711569" role="paragraph"><link href="text/swriter/guide/background.xhp">Backgrounds in Text</link></paragraph>
<paragraph xml-lang="en-US" id="par_id8591570" role="paragraph"><link href="text/scalc/guide/background.xhp">Backgrounds in Spreadsheets</link></paragraph>
</section>
diff --git a/source/text/shared/guide/border_paragraph.xhp b/source/text/shared/guide/border_paragraph.xhp
index 3e349d64a3..609b9a35af 100644
--- a/source/text/shared/guide/border_paragraph.xhp
+++ b/source/text/shared/guide/border_paragraph.xhp
@@ -40,7 +40,7 @@
<bookmark_value>defining;paragraph borders</bookmark_value>
</bookmark>
<comment>mw changed "adding;" to "inserting;"</comment>
- <paragraph xml-lang="en-US" id="hd_id3147571" role="heading" level="1"><variable id="border_paragraph"><link href="text/shared/guide/border_paragraph.xhp" name="Defining Borders for Paragraphs">Defining Borders for Paragraphs</link>
+ <paragraph xml-lang="en-US" id="hd_id3147571" role="heading" level="1"><variable id="border_paragraph"><link href="text/shared/guide/border_paragraph.xhp">Defining Borders for Paragraphs</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="hd_id3159233" role="heading" level="2">Setting a Predefined Border Style</paragraph>
<list type="ordered">
diff --git a/source/text/shared/guide/border_table.xhp b/source/text/shared/guide/border_table.xhp
index 178ea94571..aab10f137b 100644
--- a/source/text/shared/guide/border_table.xhp
+++ b/source/text/shared/guide/border_table.xhp
@@ -33,7 +33,7 @@
<bookmark_value>defining;table borders</bookmark_value>
</bookmark>
<comment>mw deleted "adding;"</comment>
- <h1 xml-lang="en-US" id="hd_id3155805"><variable id="border_table"><link href="text/shared/guide/border_table.xhp" name="Defining Borders for Tables and Table Cells">Defining Borders for Tables and Table Cells</link>
+ <h1 xml-lang="en-US" id="hd_id3155805"><variable id="border_table"><link href="text/shared/guide/border_table.xhp">Defining Borders for Tables and Table Cells</link>
</variable></h1>
<h2 xml-lang="en-US" id="hd_id3147008">Setting a Predefined Border Style</h2>
<list type="ordered">
diff --git a/source/text/shared/guide/change_title.xhp b/source/text/shared/guide/change_title.xhp
index d5bfcf881f..70cf26c514 100644
--- a/source/text/shared/guide/change_title.xhp
+++ b/source/text/shared/guide/change_title.xhp
@@ -35,7 +35,7 @@
<bookmark_value>changing;document titles</bookmark_value>
<bookmark_value>documents; changing titles</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3156324" xml-lang="en-US" level="1"><variable id="change_title"><link href="text/shared/guide/change_title.xhp" name="Changing the Title of a Document">Changing the Title of a Document</link>
+<paragraph role="heading" id="hd_id3156324" xml-lang="en-US" level="1"><variable id="change_title"><link href="text/shared/guide/change_title.xhp">Changing the Title of a Document</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3152801" xml-lang="en-US">You can specify a title for your document. Some file manager utilities can display the titles next to the filenames of your documents.</paragraph>
<paragraph role="heading" id="hd_id3156136" xml-lang="en-US" level="2">How to change the title of the current document</paragraph>
@@ -52,7 +52,7 @@
</list>
</section>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3163802" xml-lang="en-US"><link href="text/shared/01/01100000.xhp" name="Document Properties">Document Properties</link></paragraph>
+<paragraph role="paragraph" id="par_id3163802" xml-lang="en-US"><link href="text/shared/01/01100000.xhp">Document Properties</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/guide/chart_axis.xhp b/source/text/shared/guide/chart_axis.xhp
index b6b6c48ebb..aa82902c33 100644
--- a/source/text/shared/guide/chart_axis.xhp
+++ b/source/text/shared/guide/chart_axis.xhp
@@ -35,7 +35,7 @@
<bookmark_value>editing; chart axes</bookmark_value>
<bookmark_value>formatting; axes in charts</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3155555" xml-lang="en-US" level="1"><variable id="chart_axis"><link href="text/shared/guide/chart_axis.xhp" name="Editing Chart Axes">Editing Chart Axes</link>
+<paragraph role="heading" id="hd_id3155555" xml-lang="en-US" level="1"><variable id="chart_axis"><link href="text/shared/guide/chart_axis.xhp">Editing Chart Axes</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3156426" xml-lang="en-US">To edit the axes of a chart that you have inserted:</paragraph>
<list type="ordered">
@@ -54,7 +54,7 @@
</listitem>
</list>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3147335" xml-lang="en-US"><link href="text/schart/01/05010000.xhp" name="Format - Object properties">Format - Object properties</link></paragraph>
+<paragraph role="paragraph" id="par_id3147335" xml-lang="en-US"><link href="text/schart/01/05010000.xhp">Format - Object properties</link></paragraph>
<embed href="text/shared/guide/chart_legend.xhp#chart_legend"/>
<embed href="text/shared/guide/chart_title.xhp#chart_title"/>
</section>
diff --git a/source/text/shared/guide/chart_barformat.xhp b/source/text/shared/guide/chart_barformat.xhp
index 5b421d4412..a50202580f 100644
--- a/source/text/shared/guide/chart_barformat.xhp
+++ b/source/text/shared/guide/chart_barformat.xhp
@@ -37,7 +37,7 @@
<bookmark_value>inserting;textures on chart bars</bookmark_value>
</bookmark>
<comment>MW changed "adding;" to "inserting;"</comment>
- <paragraph xml-lang="en-US" id="hd_id3149798" role="heading" level="1"><variable id="chart_barformat"><link href="text/shared/guide/chart_barformat.xhp" name="Adding Texture to Chart Bars">Adding Texture to Chart Bars</link>
+ <paragraph xml-lang="en-US" id="hd_id3149798" role="heading" level="1"><variable id="chart_barformat"><link href="text/shared/guide/chart_barformat.xhp">Adding Texture to Chart Bars</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3156136" role="paragraph">You can add texture to the bars in a graph or chart (instead of the default colors) via graphics:</paragraph>
<list type="ordered">
diff --git a/source/text/shared/guide/chart_insert.xhp b/source/text/shared/guide/chart_insert.xhp
index 3b2e07f106..d318b8e41d 100644
--- a/source/text/shared/guide/chart_insert.xhp
+++ b/source/text/shared/guide/chart_insert.xhp
@@ -37,7 +37,7 @@
<bookmark_value>charts; editing data</bookmark_value>
<bookmark_value>editing; chart data</bookmark_value>
</bookmark><comment>moved many index entries to new schart/01 files</comment>
-<paragraph role="heading" id="hd_id3153910" xml-lang="en-US" level="1"><variable id="chart_insert"><link href="text/shared/guide/chart_insert.xhp" name="Inserting Charts">Inserting Charts</link>
+<paragraph role="heading" id="hd_id3153910" xml-lang="en-US" level="1"><variable id="chart_insert"><link href="text/shared/guide/chart_insert.xhp">Inserting Charts</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3139133" xml-lang="en-US">Different methods exist to start a chart:</paragraph>
<list type="unordered">
@@ -88,7 +88,7 @@
<paragraph role="listitem" id="par_id6944792" xml-lang="en-US">In Writer, Draw or Impress, choose <emph>Insert - Chart</emph> to insert a chart based on default data.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3152960" xml-lang="en-US">You can change the default data values by double-clicking on the chart and then choosing <link href="text/schart/01/03010000.xhp" name="View - Chart Data Table"><emph>View - Chart Data Table</emph></link>.</paragraph>
+<paragraph role="listitem" id="par_id3152960" xml-lang="en-US">You can change the default data values by double-clicking on the chart and then choosing <link href="text/schart/01/03010000.xhp"><emph>View - Chart Data Table</emph></link>.</paragraph>
</listitem>
</list>
<section id="relatedtopics">
diff --git a/source/text/shared/guide/chart_legend.xhp b/source/text/shared/guide/chart_legend.xhp
index c6c95d76eb..64b4c2afa0 100644
--- a/source/text/shared/guide/chart_legend.xhp
+++ b/source/text/shared/guide/chart_legend.xhp
@@ -35,7 +35,7 @@
<bookmark_value>editing; chart legends</bookmark_value>
<bookmark_value>formatting; chart legends</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3147291" xml-lang="en-US" level="1"><variable id="chart_legend"><link href="text/shared/guide/chart_legend.xhp" name="Editing Chart Legends">Editing Chart Legends</link>
+<paragraph role="heading" id="hd_id3147291" xml-lang="en-US" level="1"><variable id="chart_legend"><link href="text/shared/guide/chart_legend.xhp">Editing Chart Legends</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3147008" xml-lang="en-US">To edit a chart legend:</paragraph>
<list type="ordered">
@@ -52,7 +52,7 @@
</list>
<paragraph role="note" id="par_id3145674" xml-lang="en-US">To select the legend, first double-click on the chart (see step 1), then click on the legend. You can now move the legend within the chart using the mouse.</paragraph><comment>ufi: removed an obsolete note</comment>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3154347" xml-lang="en-US"><link href="text/schart/01/05010000.xhp" name="Format - Object Properties">Format - Object Properties</link></paragraph>
+<paragraph role="paragraph" id="par_id3154347" xml-lang="en-US"><link href="text/schart/01/05010000.xhp">Format - Object Properties</link></paragraph>
<embed href="text/shared/guide/chart_axis.xhp#chart_axis"/>
<embed href="text/shared/guide/chart_title.xhp#chart_title"/>
</section>
diff --git a/source/text/shared/guide/chart_title.xhp b/source/text/shared/guide/chart_title.xhp
index e3bf5d5887..40e9675d60 100644
--- a/source/text/shared/guide/chart_title.xhp
+++ b/source/text/shared/guide/chart_title.xhp
@@ -34,7 +34,7 @@
<bookmark_value>editing; chart titles</bookmark_value>
<bookmark_value>titles; editing in charts</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3156136" xml-lang="en-US" level="1"><variable id="chart_title"><link href="text/shared/guide/chart_title.xhp" name="Editing Chart Titles">Editing Chart Titles</link>
+<paragraph role="heading" id="hd_id3156136" xml-lang="en-US" level="1"><variable id="chart_title"><link href="text/shared/guide/chart_title.xhp">Editing Chart Titles</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3153527" xml-lang="en-US">To edit a chart title that you have inserted into a $[officename] document:</paragraph>
<list type="ordered">
@@ -60,7 +60,7 @@
</listitem>
</list>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3154046" xml-lang="en-US"><link href="text/schart/01/05010000.xhp" name="Format - Object properties">Format - Object properties</link></paragraph>
+<paragraph role="paragraph" id="par_id3154046" xml-lang="en-US"><link href="text/schart/01/05010000.xhp">Format - Object properties</link></paragraph>
<embed href="text/shared/guide/chart_legend.xhp#chart_legend"/>
<embed href="text/shared/guide/chart_axis.xhp#chart_axis"/>
</section>
diff --git a/source/text/shared/guide/classification.xhp b/source/text/shared/guide/classification.xhp
index e90ec88750..b406b00368 100644
--- a/source/text/shared/guide/classification.xhp
+++ b/source/text/shared/guide/classification.xhp
@@ -18,7 +18,7 @@
<body>
-<h1 id="hd_id3156324"><variable id="classdoc"><link href="text/shared/guide/classification.xhp" name="Document Classification">Document Classification</link></variable></h1>
+<h1 id="hd_id3156324"><variable id="classdoc"><link href="text/shared/guide/classification.xhp">Document Classification</link></variable></h1>
<bookmark xml-lang="en-US" branch="index" id="bm_id030820161847569710">
<bookmark_value>classification;BAILS levels</bookmark_value>
<bookmark_value>classification;BAF category</bookmark_value>
diff --git a/source/text/shared/guide/collab.xhp b/source/text/shared/guide/collab.xhp
index 3d9515b35c..abc7397d83 100644
--- a/source/text/shared/guide/collab.xhp
+++ b/source/text/shared/guide/collab.xhp
@@ -121,7 +121,7 @@
</listitem></list>
<warning id="par_id71864981">Write access also enables other users to (accidentally or deliberately) delete or change a file.</warning>
<section id="relatedtopics">
-<paragraph id="par_id4263740" role="paragraph" xml-lang="en-US"><link href="text/shared/01/01070000.xhp" name="Save As">Save As</link></paragraph>
+<paragraph id="par_id4263740" role="paragraph" xml-lang="en-US"><link href="text/shared/01/01070000.xhp">Save As</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/guide/configure_overview.xhp b/source/text/shared/guide/configure_overview.xhp
index 7293d80948..1523608c32 100644
--- a/source/text/shared/guide/configure_overview.xhp
+++ b/source/text/shared/guide/configure_overview.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3152801"><bookmark_value>configuring; $[officename]</bookmark_value>
<bookmark_value>customizing; $[officename]</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3152801" xml-lang="en-US" level="1"><variable id="configure_overview"><link href="text/shared/guide/configure_overview.xhp" name="Configuring $[officename]">Configuring $[officename]</link>
+<paragraph role="heading" id="hd_id3152801" xml-lang="en-US" level="1"><variable id="configure_overview"><link href="text/shared/guide/configure_overview.xhp">Configuring $[officename]</link>
</variable></paragraph>
<section id="conftext">
<paragraph role="paragraph" id="par_id3153345" xml-lang="en-US">You can customize your $[officename] to suit your needs.</paragraph>
@@ -47,10 +47,10 @@
<paragraph role="listitem" id="par_id3150443" xml-lang="en-US">You can change the shortcut keys.</paragraph>
</listitem>
</list>
-<paragraph role="paragraph" id="par_id3155421" xml-lang="en-US">To change these, choose <link href="text/shared/01/06140000.xhp" name="Tools - Customize"><emph>Tools - Customize</emph></link> to open the <emph>Customize</emph> dialog.</paragraph>
+<paragraph role="paragraph" id="par_id3155421" xml-lang="en-US">To change these, choose <link href="text/shared/01/06140000.xhp"><emph>Tools - Customize</emph></link> to open the <emph>Customize</emph> dialog.</paragraph>
</section>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3155388" xml-lang="en-US"><link href="text/shared/01/06140000.xhp" name="Tools - Customize">Tools - Customize</link></paragraph>
+<paragraph role="paragraph" id="par_id3155388" xml-lang="en-US"><link href="text/shared/01/06140000.xhp">Tools - Customize</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/guide/contextmenu.xhp b/source/text/shared/guide/contextmenu.xhp
index e072fee629..bc03768505 100644
--- a/source/text/shared/guide/contextmenu.xhp
+++ b/source/text/shared/guide/contextmenu.xhp
@@ -37,7 +37,7 @@
<bookmark_value>opening; context menus</bookmark_value>
<bookmark_value>activating;context menus</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153394" xml-lang="en-US" level="1"><variable id="contextmenu"><link href="text/shared/guide/contextmenu.xhp" name="Using Context Menus">Using Context Menus</link>
+<paragraph role="heading" id="hd_id3153394" xml-lang="en-US" level="1"><variable id="contextmenu"><link href="text/shared/guide/contextmenu.xhp">Using Context Menus</link>
</variable></paragraph>
<embed href="text/shared/00/00000001.xhp#context"/>
<section id="relatedtopics">
diff --git a/source/text/shared/guide/convertfilters.xhp b/source/text/shared/guide/convertfilters.xhp
index a599646e1b..85f4519575 100644
--- a/source/text/shared/guide/convertfilters.xhp
+++ b/source/text/shared/guide/convertfilters.xhp
@@ -24,16 +24,16 @@
<bookmark_value>module file filters</bookmark_value>
</bookmark>
<h1 id="hd_id771554399002497">
- <variable id="convertfilters_h1"><link href="text/shared/guide/convertfilters.xhp" name="conversion filter names">File Conversion Filter Names</link></variable>
+ <variable id="convertfilters_h1"><link href="text/shared/guide/convertfilters.xhp">File Conversion Filter Names</link></variable>
</h1>
<paragraph id="par_id581554399002498" role="paragraph" xml-lang="en-US">
<variable id="commandline_intro">
- <ahelp hid=".">Tables with filter names for <link href="text/shared/guide/start_parameters.xhp" name="commandline">command line</link> document conversion.</ahelp>
+ <ahelp hid=".">Tables with filter names for <link href="text/shared/guide/start_parameters.xhp">command line</link> document conversion.</ahelp>
</variable>
</paragraph>
</section>
<h2 id="hd_id531633524464103">Usage</h2>
-<paragraph role="paragraph" id="par_id801633524474460">Filter names are used when importing and exporting files in alien formats and converting files formats through the <link href="text/shared/guide/start_parameters.xhp" name="commandline">command line</link>.</paragraph>
+<paragraph role="paragraph" id="par_id801633524474460">Filter names are used when importing and exporting files in alien formats and converting files formats through the <link href="text/shared/guide/start_parameters.xhp">command line</link>.</paragraph>
<paragraph role="paragraph" id="par_id314959p" localize="false" xml-lang="en-US"><emph>soffice --convert-to OutputFileExtension[:OutputFilterName[:OutputFilterParams[,param]]] [--outdir output_dir]</emph></paragraph>
<embed href="text/shared/guide/start_parameters.xhp#convertto"/>
<paragraph role="tablecontent" id="par_id314959o" localize="false" xml-lang="en-US"><emph>soffice --infilter=&quot;InputFilterName[:InputFilterParams[,param]]&quot;</emph></paragraph>
diff --git a/source/text/shared/guide/copy_drawfunctions.xhp b/source/text/shared/guide/copy_drawfunctions.xhp
index cac529d163..08fe87806a 100644
--- a/source/text/shared/guide/copy_drawfunctions.xhp
+++ b/source/text/shared/guide/copy_drawfunctions.xhp
@@ -35,7 +35,7 @@
<bookmark_value>copying; draw objects between documents</bookmark_value>
<bookmark_value>pasting;draw objects from other documents</bookmark_value>
</bookmark><comment>mw added "pasting;"</comment>
-<paragraph role="heading" id="hd_id3153394" xml-lang="en-US" level="1"><variable id="copy_drawfunctions"><link href="text/shared/guide/copy_drawfunctions.xhp" name="Copying Drawing Objects Into Other Documents">Copying Drawing Objects Into Other Documents</link>
+<paragraph role="heading" id="hd_id3153394" xml-lang="en-US" level="1"><variable id="copy_drawfunctions"><link href="text/shared/guide/copy_drawfunctions.xhp">Copying Drawing Objects Into Other Documents</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3153345" xml-lang="en-US">In $[officename] it is possible to copy drawing objects between text, spreadsheets and presentation documents. </paragraph>
<list type="ordered">
diff --git a/source/text/shared/guide/copytable2application.xhp b/source/text/shared/guide/copytable2application.xhp
index 8a036be8d8..aedd63e863 100644
--- a/source/text/shared/guide/copytable2application.xhp
+++ b/source/text/shared/guide/copytable2application.xhp
@@ -37,7 +37,7 @@
<bookmark_value>text documents;inserting spreadsheet cells</bookmark_value>
<bookmark_value>tables in spreadsheets;copying data to other applications</bookmark_value>
</bookmark><comment>mw deleted "tables;" and added "charts;" and "tables in spreadsheets;"</comment>
-<paragraph role="heading" id="hd_id3154186" xml-lang="en-US" level="1"><variable id="copytable2application"><link href="text/shared/guide/copytable2application.xhp" name="Inserting Data From Spreadsheets">Inserting Data From Spreadsheets</link>
+<paragraph role="heading" id="hd_id3154186" xml-lang="en-US" level="1"><variable id="copytable2application"><link href="text/shared/guide/copytable2application.xhp">Inserting Data From Spreadsheets</link>
</variable></paragraph>
<list type="unordered">
<listitem>
diff --git a/source/text/shared/guide/copytext2application.xhp b/source/text/shared/guide/copytext2application.xhp
index 2cd158c087..e48abba93d 100644
--- a/source/text/shared/guide/copytext2application.xhp
+++ b/source/text/shared/guide/copytext2application.xhp
@@ -39,7 +39,7 @@
<bookmark_value>copying;data from text documents</bookmark_value>
<bookmark_value>pasting;data from text documents</bookmark_value>
</bookmark><comment>mw added "pasting; and changed "drag and drop;""</comment>
-<paragraph role="heading" id="hd_id3152924" xml-lang="en-US" level="1"><variable id="copytext2application"><link href="text/shared/guide/copytext2application.xhp" name="Inserting Data From Text Documents">Inserting Data From Text Documents</link>
+<paragraph role="heading" id="hd_id3152924" xml-lang="en-US" level="1"><variable id="copytext2application"><link href="text/shared/guide/copytext2application.xhp">Inserting Data From Text Documents</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3156426" xml-lang="en-US">You can insert text into other document types, such as spreadsheets and presentations. Note that there is a difference between whether the text is inserted into a frame, a spreadsheet cell, or into the outline view of a presentation.</paragraph>
<list type="unordered">
diff --git a/source/text/shared/guide/csv_params.xhp b/source/text/shared/guide/csv_params.xhp
index 5881c41fbd..c9f2c9cf92 100644
--- a/source/text/shared/guide/csv_params.xhp
+++ b/source/text/shared/guide/csv_params.xhp
@@ -24,7 +24,7 @@
<bookmark_value>CSV;command line filter options</bookmark_value>
</bookmark>
<section id="csv_params_Head">
- <h1 id="hd_id551634734576194"><variable id="csv_params_h1"><link href="text/shared/guide/csv_params.xhp" name="filter options">CSV Filter Options</link></variable></h1>
+ <h1 id="hd_id551634734576194"><variable id="csv_params_h1"><link href="text/shared/guide/csv_params.xhp">CSV Filter Options</link></variable></h1>
<paragraph id="par_id401634734576197" role="paragraph" xml-lang="en-US">The CSV filter accepts an option string containing five to thirteen tokens, separated by commas. Tokens 6 to 13 are optional.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
diff --git a/source/text/shared/guide/ctl.xhp b/source/text/shared/guide/ctl.xhp
index edf50297f6..c4aace0702 100644
--- a/source/text/shared/guide/ctl.xhp
+++ b/source/text/shared/guide/ctl.xhp
@@ -38,9 +38,9 @@
<bookmark_value>Arabic;entering text</bookmark_value>
<bookmark_value>Thai;entering text</bookmark_value>
</bookmark><comment>mw made "text layout;" a one level entry</comment>
-<paragraph role="heading" id="hd_id3153662" xml-lang="en-US" level="1"><variable id="ctl"><link href="text/shared/guide/ctl.xhp" name="Languages Using Complex Text Layout">Languages Using Complex Text Layout</link>
+<paragraph role="heading" id="hd_id3153662" xml-lang="en-US" level="1"><variable id="ctl"><link href="text/shared/guide/ctl.xhp">Languages Using Complex Text Layout</link>
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3147618" xml-lang="en-US">Currently, $[officename] supports Hindi, Thai, Hebrew, and Arabic as <link href="text/shared/00/00000005.xhp#ctl" name="CTL languages">CTL languages</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3147618" xml-lang="en-US">Currently, $[officename] supports Hindi, Thai, Hebrew, and Arabic as <link href="text/shared/00/00000005.xhp#ctl">CTL languages</link>.</paragraph>
<paragraph role="paragraph" id="par_id3155420" xml-lang="en-US">If you select the text flow from right to left, embedded Western text still runs from left to right. The cursor responds to the arrow keys in that Right Arrow moves it "to the text end" and Left Arrow "to the text start".</paragraph>
<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US">You can change the text writing direction directly by pressing one of the following key combinations:</paragraph>
<list type="unordered">
@@ -69,7 +69,7 @@
</list>
<embed href="text/shared/00/00000004.xhp#related"/>
<embed href="text/shared/guide/language_select.xhp#language_select"/>
-<paragraph role="paragraph" id="par_id3145786" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01140000.xhp" name="Language Settings - Languages">Language Settings - Languages</link></paragraph>
-<paragraph role="paragraph" id="par_id3153770" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01150300.xhp" name="Language Settings - Complex Text Layout">Language Settings - Complex Text Layout</link></paragraph>
+<paragraph role="paragraph" id="par_id3145786" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01140000.xhp">Language Settings - Languages</link></paragraph>
+<paragraph role="paragraph" id="par_id3153770" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01150300.xhp">Language Settings - Complex Text Layout</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/guide/data_addressbook.xhp b/source/text/shared/guide/data_addressbook.xhp
index f6d4b0381a..40df278af3 100644
--- a/source/text/shared/guide/data_addressbook.xhp
+++ b/source/text/shared/guide/data_addressbook.xhp
@@ -36,7 +36,7 @@
<bookmark_value>registering; address books</bookmark_value>
</bookmark>
<paragraph role="paragraph" id="par_id3152823" xml-lang="en-US" localize="false"/>
-<paragraph role="heading" id="hd_id3154228" xml-lang="en-US" level="1"><variable id="data_addressbook"><link href="text/shared/guide/data_addressbook.xhp" name="Registering an Address Book">Registering an Address Book</link>
+<paragraph role="heading" id="hd_id3154228" xml-lang="en-US" level="1"><variable id="data_addressbook"><link href="text/shared/guide/data_addressbook.xhp">Registering an Address Book</link>
</variable></paragraph>
<section id="address_book">
<paragraph role="paragraph" id="par_id3154927" xml-lang="en-US">In <item type="productname">%PRODUCTNAME</item> you can register different data sources. The contents of the data fields are then available to you for use in various fields and controls. Your system address book is such a data source.</paragraph>
@@ -46,11 +46,11 @@
<paragraph role="paragraph" id="par_id3147399" xml-lang="en-US">In order for the replacement to take place, you must tell <item type="productname">%PRODUCTNAME</item> which address book you use. The wizard asking for this information appears automatically the first time you activate, for example, a business letter template. You can also call the wizard by following the steps listed below.</paragraph>
<paragraph role="note" id="par_id5941648" xml-lang="en-US">The address book data is read-only in %PRODUCTNAME Base. It is not possible to add, edit, or delete address data from within Base.</paragraph>
<paragraph role="heading" id="hd_id3149096" xml-lang="en-US" level="2">Address Data Source Wizard</paragraph>
-<paragraph role="paragraph" id="par_id3147008" xml-lang="en-US">To call the <link href="text/shared/autopi/01170000.xhp" name="Address Data Source">Address Data Source</link> wizard, choose <emph>File - Wizards - Address Data Source</emph>.</paragraph>
+<paragraph role="paragraph" id="par_id3147008" xml-lang="en-US">To call the <link href="text/shared/autopi/01170000.xhp">Address Data Source</link> wizard, choose <emph>File - Wizards - Address Data Source</emph>.</paragraph>
<paragraph role="heading" id="hd_id3149811" xml-lang="en-US" level="2">Registering An Existing Address Book Manually</paragraph>
<list type="ordered">
<listitem>
-<paragraph role="paragraph" id="par_id3150771" xml-lang="en-US">Choose <emph>Tools - Address Book Source</emph>. The <link href="text/shared/01/01110101.xhp" name="Templates: Address Book Assignment"><emph>Templates: Address Book Assignment</emph></link> dialog appears.</paragraph>
+<paragraph role="paragraph" id="par_id3150771" xml-lang="en-US">Choose <emph>Tools - Address Book Source</emph>. The <link href="text/shared/01/01110101.xhp"><emph>Templates: Address Book Assignment</emph></link> dialog appears.</paragraph>
</listitem>
<listitem>
<paragraph role="paragraph" id="par_id3148491" xml-lang="en-US">In the <emph>Data source</emph> combo box, select the system address book or the data source you want to use as an address book.</paragraph>
diff --git a/source/text/shared/guide/data_dbase2office.xhp b/source/text/shared/guide/data_dbase2office.xhp
index a352b229f8..559b867bd1 100644
--- a/source/text/shared/guide/data_dbase2office.xhp
+++ b/source/text/shared/guide/data_dbase2office.xhp
@@ -34,7 +34,7 @@
<bookmark_value>importing; tables in text format</bookmark_value>
<bookmark_value>exporting; spreadsheets to text format</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3154824" xml-lang="en-US" level="1"><variable id="data_dbase2office"><link href="text/shared/guide/data_dbase2office.xhp" name="Importing and Exporting Data in Text Format">Importing and Exporting Data in Text Format</link>
+<paragraph role="heading" id="hd_id3154824" xml-lang="en-US" level="1"><variable id="data_dbase2office"><link href="text/shared/guide/data_dbase2office.xhp">Importing and Exporting Data in Text Format</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3147088" xml-lang="en-US">If you want to exchange data with a database that does not have an ODBC link and does not allow dBASE import and export, you can use a common text format.</paragraph>
<paragraph role="heading" id="hd_id3145313" xml-lang="en-US" level="2">Importing Data into $[officename]</paragraph>
@@ -44,13 +44,13 @@
<paragraph role="listitem" id="par_id3145382" xml-lang="en-US">Export the desired data from the source database in a text format. The CSV text format is recommended. This format separates data fields by using delimiters such as commas or semi-colons, and separates records by inserting line breaks.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3153821" xml-lang="en-US">Choose <emph>File - </emph><link href="text/shared/01/01020000.xhp" name="Open"><emph>Open</emph></link> and click the file to import.</paragraph>
+<paragraph role="listitem" id="par_id3153821" xml-lang="en-US">Choose <emph>File - </emph><link href="text/shared/01/01020000.xhp"><emph>Open</emph></link> and click the file to import.</paragraph>
</listitem>
<listitem>
<paragraph role="listitem" id="par_id1977904" xml-lang="en-US">Select "Text CSV" from the <emph>File type</emph> combo box. Click <emph>Open</emph>.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3150771" xml-lang="en-US">The <link href="text/shared/00/00000208.xhp" name="Text Import"><emph>Text Import</emph></link> dialog appears. Decide which data to include from the text document.</paragraph>
+<paragraph role="listitem" id="par_id3150771" xml-lang="en-US">The <link href="text/shared/00/00000208.xhp"><emph>Text Import</emph></link> dialog appears. Decide which data to include from the text document.</paragraph>
</listitem>
</list>
<paragraph role="paragraph" id="par_id3150986" xml-lang="en-US">Once the data is in a $[officename] Calc spreadsheet, you can edit it as needed. Save the data as a $[officename] data source:</paragraph>
@@ -69,7 +69,7 @@
<paragraph role="listitem" id="par_id3154216" xml-lang="en-US">In <emph>File type</emph> select the filter "Text CSV". Enter a file name and click <emph>Save</emph>.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3154908" xml-lang="en-US">This opens the <link href="text/shared/00/00000207.xhp" name="dBase Export"><emph>Export of text files</emph></link> dialog, in which you can select the character set, field delimiter and text delimiter. Click <emph>OK</emph>. A warning informs you that only the active sheet was saved.</paragraph>
+<paragraph role="listitem" id="par_id3154908" xml-lang="en-US">This opens the <link href="text/shared/00/00000207.xhp"><emph>Export of text files</emph></link> dialog, in which you can select the character set, field delimiter and text delimiter. Click <emph>OK</emph>. A warning informs you that only the active sheet was saved.</paragraph>
</listitem>
</list>
<embed href="text/shared/00/00000004.xhp#related"/>
diff --git a/source/text/shared/guide/data_enter_sql.xhp b/source/text/shared/guide/data_enter_sql.xhp
index c7268b251c..c74b4eae24 100644
--- a/source/text/shared/guide/data_enter_sql.xhp
+++ b/source/text/shared/guide/data_enter_sql.xhp
@@ -32,7 +32,7 @@
<bookmark_value>commands;SQL</bookmark_value>
<bookmark_value>executing SQL commands</bookmark_value>
</bookmark><comment>mw changed "SQL;executing commands"</comment><comment>mw made "executing;" a one level entry</comment>
-<paragraph xml-lang="en-US" id="hd_id3152801" role="heading" level="1"><variable id="data_enter_sql"><link href="text/shared/guide/data_enter_sql.xhp" name="Executing SQL Commands">Executing SQL Commands</link>
+<paragraph xml-lang="en-US" id="hd_id3152801" role="heading" level="1"><variable id="data_enter_sql"><link href="text/shared/guide/data_enter_sql.xhp">Executing SQL Commands</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3147008" role="paragraph">With the help of SQL commands you can control the database directly, and can also create and edit tables and queries.</paragraph>
<paragraph xml-lang="en-US" id="par_id3153562" role="note">Not all database types support all SQL instructions. If necessary, find out which SQL commands are supported by your database system.</paragraph>
@@ -67,7 +67,7 @@
</listitem>
</list>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id3153223" role="paragraph"><link href="text/sdatabase/02010100.xhp" name="Query Design">Query Design</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3153223" role="paragraph"><link href="text/sdatabase/02010100.xhp">Query Design</link></paragraph>
<embed href="text/shared/guide/database_main.xhp#database_main"/>
</section>
</body>
diff --git a/source/text/shared/guide/data_report.xhp b/source/text/shared/guide/data_report.xhp
index 91389473c0..a55cf7e9b8 100644
--- a/source/text/shared/guide/data_report.xhp
+++ b/source/text/shared/guide/data_report.xhp
@@ -38,7 +38,7 @@
<bookmark_value>reports;templates</bookmark_value>
</bookmark>
<paragraph role="paragraph" id="par_id3147834" xml-lang="en-US" localize="false"/>
-<paragraph role="heading" id="hd_id3149178" xml-lang="en-US" level="1"><variable id="data_report"><link href="text/shared/guide/data_report.xhp" name="Create, Use, and Edit Database Reports">Using and Editing Database Reports</link>
+<paragraph role="heading" id="hd_id3149178" xml-lang="en-US" level="1"><variable id="data_report"><link href="text/shared/guide/data_report.xhp">Using and Editing Database Reports</link>
</variable></paragraph>
<paragraph role="heading" id="hd_id3145609" xml-lang="en-US" level="2">Using a Report</paragraph>
<paragraph role="paragraph" id="par_id3147265" xml-lang="en-US">%PRODUCTNAME stores the information about the created reports in the database file.</paragraph>
@@ -66,7 +66,7 @@
<paragraph role="heading" id="hd_id3153104" xml-lang="en-US" level="2">Editing a Report Created by the Report Wizard</paragraph>
<list type="unordered">
<listitem>
-<paragraph role="listitem" id="par_id3125863" xml-lang="en-US">On the <link href="text/shared/autopi/01100500.xhp" name="last dialog page of the Report AutoPilot">last dialog page of the Report Wizard</link>, you can choose to edit the report template before you use the report.</paragraph>
+<paragraph role="listitem" id="par_id3125863" xml-lang="en-US">On the <link href="text/shared/autopi/01100500.xhp">last dialog page of the Report Wizard</link>, you can choose to edit the report template before you use the report.</paragraph>
</listitem>
</list>
<paragraph role="paragraph" id="par_id3155431" xml-lang="en-US">You can edit the page styles for the first page and the following pages of the report as well as the paragraph styles, the number formats, the printed field labels, and more.</paragraph>
diff --git a/source/text/shared/guide/data_search.xhp b/source/text/shared/guide/data_search.xhp
index 9356b22a20..16e431ce7c 100644
--- a/source/text/shared/guide/data_search.xhp
+++ b/source/text/shared/guide/data_search.xhp
@@ -34,7 +34,7 @@
<bookmark_value>forms;finding records</bookmark_value>
<bookmark_value>searching;tables and forms</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3154186" xml-lang="en-US" level="1"><variable id="data_search"><link href="text/shared/guide/data_search.xhp" name="Searching Tables and Form Documents">Searching Tables and Form Documents</link>
+<paragraph role="heading" id="hd_id3154186" xml-lang="en-US" level="1"><variable id="data_search"><link href="text/shared/guide/data_search.xhp">Searching Tables and Form Documents</link>
</variable></paragraph>
<table id="tbl_id3149346">
<tablerow>
@@ -49,7 +49,7 @@
</tablerow>
</table>
-<paragraph role="paragraph" id="par_id3149811" xml-lang="en-US">You can search in one or in all data fields. You can select whether the text must be at the beginning, end or any location of the data field. You also can use the ? and * wildcards, as in the <emph>Find &amp; Replace</emph> dialog. You can find additional information about the database search function in the <link href="text/shared/02/12100200.xhp" name="$[officename] Help">$[officename] Help</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3149811" xml-lang="en-US">You can search in one or in all data fields. You can select whether the text must be at the beginning, end or any location of the data field. You also can use the ? and * wildcards, as in the <emph>Find &amp; Replace</emph> dialog. You can find additional information about the database search function in the <link href="text/shared/02/12100200.xhp">$[officename] Help</link>.</paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
<embed href="text/shared/guide/data_search2.xhp#data_search2"/>
</body>
diff --git a/source/text/shared/guide/data_search2.xhp b/source/text/shared/guide/data_search2.xhp
index bcfbe5d5c7..928fbe6ac5 100644
--- a/source/text/shared/guide/data_search2.xhp
+++ b/source/text/shared/guide/data_search2.xhp
@@ -37,7 +37,7 @@
<bookmark_value>data;filtering in forms</bookmark_value>
<bookmark_value>forms; filtering data</bookmark_value>
<bookmark_value>data, see also values</bookmark_value>
-</bookmark><comment>MW inserted a cross-reference</comment><paragraph role="heading" id="hd_id3156042" xml-lang="en-US" level="1"><variable id="data_search2"><link href="text/shared/guide/data_search2.xhp" name="Searching With a Form Filter">Searching With a Form Filter</link>
+</bookmark><comment>MW inserted a cross-reference</comment><paragraph role="heading" id="hd_id3156042" xml-lang="en-US" level="1"><variable id="data_search2"><link href="text/shared/guide/data_search2.xhp">Searching With a Form Filter</link>
</variable></paragraph>
<list type="ordered">
<listitem>
@@ -58,15 +58,15 @@
<paragraph role="paragraph" id="par_id3149666" xml-lang="en-US">Enter the filter conditions into one or several fields. Note that if you enter filter conditions into several fields, all of the entered conditions must match (Boolean AND).</paragraph>
</listitem>
</list>
-<paragraph role="paragraph" id="par_id3149481" xml-lang="en-US">More information about wildcards and operators can be found in <link href="text/sdatabase/02010100.xhp" name="Query Design">Query Design</link>. </paragraph>
+<paragraph role="paragraph" id="par_id3149481" xml-lang="en-US">More information about wildcards and operators can be found in <link href="text/sdatabase/02010100.xhp">Query Design</link>. </paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:FormFilterExecute" id="bm_id9819688" localize="false"/>
<paragraph role="paragraph" id="par_id3152462" xml-lang="en-US"><ahelp hid=".uno:FormFilterExecute">If you click the <emph>Apply Form-Based Filter</emph> icon on the <emph>Form Filter</emph> toolbar, the filter will be applied.</ahelp> You see the <emph>Form Navigation</emph> toolbar and can browse through the found records.</paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:FormFilterExit" id="bm_id2865336" localize="false"/>
<paragraph role="paragraph" id="par_id3145273" xml-lang="en-US"><ahelp hid=".uno:FormFilterExit">If you click on the <emph>Close</emph> button on the <emph>Form Filter</emph> toolbar, the form is displayed without a filter.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3150114" xml-lang="en-US">Click the <link href="text/shared/02/12120000.xhp" name="Apply Filter"><emph>Apply Filter</emph></link> icon
+<paragraph role="paragraph" id="par_id3150114" xml-lang="en-US">Click the <link href="text/shared/02/12120000.xhp"><emph>Apply Filter</emph></link> icon
<image id="img_id3144764" src="cmd/sc_datafilterstandardfilter.png" width="0.222inch" height="0.222inch"><alt id="alt_id3144764" xml-lang="en-US">Icon</alt>
</image> on the <emph>Form Navigation</emph> toolbar to change to the filtered view.</paragraph>
-<paragraph role="paragraph" id="par_id3146898" xml-lang="en-US">The filter that has been set can be removed by clicking <link href="text/shared/02/12040000.xhp" name="Remove Filter/Sort"><emph>Reset Filter/Sort</emph></link> icon
+<paragraph role="paragraph" id="par_id3146898" xml-lang="en-US">The filter that has been set can be removed by clicking <link href="text/shared/02/12040000.xhp"><emph>Reset Filter/Sort</emph></link> icon
<image id="img_id3151318" src="cmd/sc_removefiltersort.png" width="0.222inch" height="0.222inch"><alt id="alt_id3151318" xml-lang="en-US">Icon</alt>
</image>.</paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
diff --git a/source/text/shared/guide/data_tabledefine.xhp b/source/text/shared/guide/data_tabledefine.xhp
index b1f0f1656d..f7d39b5cd8 100644
--- a/source/text/shared/guide/data_tabledefine.xhp
+++ b/source/text/shared/guide/data_tabledefine.xhp
@@ -35,9 +35,9 @@
<bookmark_value>primary keys;design view</bookmark_value>
</bookmark><comment>MW deleted "database tables;" and changed "tables in databases;"</comment><comment>UFI added AutoValue and Primary Key entry - i48831</comment><comment>MW changed Tables in databases, AutoValue and Primary Key entries</comment>
<paragraph xml-lang="en-US" id="par_id3155448" role="paragraph" localize="false"/>
- <paragraph xml-lang="en-US" id="hd_id3149798" role="heading" level="1"><variable id="data_tabledefine"><link href="text/shared/guide/data_tabledefine.xhp" name="Table Design">Table Design</link>
+ <paragraph xml-lang="en-US" id="hd_id3149798" role="heading" level="1"><variable id="data_tabledefine"><link href="text/shared/guide/data_tabledefine.xhp">Table Design</link>
</variable></paragraph>
- <paragraph xml-lang="en-US" id="par_id3155535" role="paragraph">This section contains information about how to create a new database table in the <link href="text/sdatabase/05010000.xhp" name="design view">design view</link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3155535" role="paragraph">This section contains information about how to create a new database table in the <link href="text/sdatabase/05010000.xhp">design view</link>.</paragraph>
<paragraph xml-lang="en-US" id="par_id3154288" role="paragraph">Open the database file of the database where you want a new table. Click the <emph>Tables</emph> icon. Choose <emph>Create Table in Design View</emph> to create a new table.</paragraph>
<paragraph xml-lang="en-US" id="par_id3146798" role="paragraph">In the Design view, you can now create the fields for your table.</paragraph>
<list type="unordered">
diff --git a/source/text/shared/guide/database_main.xhp b/source/text/shared/guide/database_main.xhp
index ec874dc4e4..7f22016ed3 100644
--- a/source/text/shared/guide/database_main.xhp
+++ b/source/text/shared/guide/database_main.xhp
@@ -33,28 +33,28 @@
<bookmark_value>explorer of data sources</bookmark_value>
</bookmark>
<paragraph role="paragraph" id="par_id3153031" xml-lang="en-US" localize="false"/>
-<h1 id="hd_id3148474"><variable id="database_main"><link href="text/shared/guide/database_main.xhp" name="Data Source Overview">Database Overview</link>
+<h1 id="hd_id3148474"><variable id="database_main"><link href="text/shared/guide/database_main.xhp">Database Overview</link>
</variable><comment>remove this file when all links are resolved</comment></h1>
<paragraph role="paragraph" id="par_idN105F1" xml-lang="en-US"><link href="text/sdatabase/main.xhp">Working with databases in %PRODUCTNAME</link></paragraph>
<h2 id="hd_id3153821">Data Source View</h2>
<paragraph role="paragraph" id="par_id3149415" xml-lang="en-US">Choose <emph>View - Data Sources</emph> or press <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Shift + F4 keys to call the data source view from a text document or spreadsheet.</paragraph>
-<paragraph role="paragraph" id="par_id3147531" xml-lang="en-US">On the left you can see the <link href="text/shared/02/12000000.xhp" name="Data source explorer">Data source explorer</link>. If you select a table or query there, you see the contents of this table or query on the right. At the top margin is the <link href="text/shared/main0212.xhp" name="Database bar">Table Data bar</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3147531" xml-lang="en-US">On the left you can see the <link href="text/shared/02/12000000.xhp">Data source explorer</link>. If you select a table or query there, you see the contents of this table or query on the right. At the top margin is the <link href="text/shared/main0212.xhp">Table Data bar</link>.</paragraph>
<h2 id="hd_id3149047">Data Sources</h2>
-<paragraph role="paragraph" id="par_id3145069" xml-lang="en-US"><link href="text/shared/guide/data_addressbook.xhp" name="address book as data source">Address book as data source</link></paragraph>
-<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US"><link href="text/shared/01/04180100.xhp" name="View data source contents">View data source contents</link></paragraph>
+<paragraph role="paragraph" id="par_id3145069" xml-lang="en-US"><link href="text/shared/guide/data_addressbook.xhp">Address book as data source</link></paragraph>
+<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US"><link href="text/shared/01/04180100.xhp">View data source contents</link></paragraph>
<paragraph role="paragraph" id="par_idN106A4" xml-lang="en-US"><link href="text/sdatabase/menubar.xhp">Menu bar of a database file</link></paragraph>
<h2 id="hd_id3154123">Forms and Reports</h2>
-<paragraph role="paragraph" id="par_id3154909" xml-lang="en-US"><link href="text/sdatabase/04030000.xhp" name="Create new form document">Create new form document</link>, <link href="text/shared/02/01170000.xhp" name="edit form functions">edit form controls</link>, <link href="text/shared/autopi/01090000.xhp">Form Wizard</link></paragraph>
-<paragraph role="paragraph" id="par_id3152920" xml-lang="en-US"><link href="text/shared/02/01170500.xhp" name="entering data versus editing form">Entering data versus editing form</link></paragraph>
-<paragraph role="paragraph" id="par_id3151380" xml-lang="en-US"><link href="text/shared/autopi/01100000.xhp" name="Report AutoPilot">Report Wizard</link></paragraph>
+<paragraph role="paragraph" id="par_id3154909" xml-lang="en-US"><link href="text/sdatabase/04030000.xhp">Create new form document</link>, <link href="text/shared/02/01170000.xhp">edit form controls</link>, <link href="text/shared/autopi/01090000.xhp">Form Wizard</link></paragraph>
+<paragraph role="paragraph" id="par_id3152920" xml-lang="en-US"><link href="text/shared/02/01170500.xhp">Entering data versus editing form</link></paragraph>
+<paragraph role="paragraph" id="par_id3151380" xml-lang="en-US"><link href="text/shared/autopi/01100000.xhp">Report Wizard</link></paragraph>
<embed href="text/shared/guide/data_report.xhp#data_report"/>
<h2 id="hd_id3145606">Queries</h2>
-<paragraph role="paragraph" id="par_id3125864" xml-lang="en-US"><link href="text/sdatabase/02000000.xhp" name="Create new query or table view, edit query structure">Create new query or table view, edit query structure</link></paragraph>
+<paragraph role="paragraph" id="par_id3125864" xml-lang="en-US"><link href="text/sdatabase/02000000.xhp">Create new query or table view, edit query structure</link></paragraph>
<paragraph role="paragraph" id="par_idN1072A" xml-lang="en-US"><link href="text/sdatabase/querywizard00.xhp">Query Wizard</link></paragraph>
-<paragraph role="paragraph" id="par_id3155430" xml-lang="en-US"><link href="text/shared/01/05340400.xhp" name="Enter, edit and copy records">Enter, edit and copy records</link></paragraph>
+<paragraph role="paragraph" id="par_id3155430" xml-lang="en-US"><link href="text/shared/01/05340400.xhp">Enter, edit and copy records</link></paragraph>
<h2 id="hd_id3147287">Tables</h2>
-<paragraph role="paragraph" id="par_id3163713" xml-lang="en-US"><link href="text/sdatabase/05010000.xhp" name="Create new table, edit table structure">Create new table, edit table structure</link>, <link href="text/sdatabase/05010100.xhp" name="index">index</link>, <link href="text/sdatabase/05020000.xhp" name="relations">relations</link></paragraph>
+<paragraph role="paragraph" id="par_id3163713" xml-lang="en-US"><link href="text/sdatabase/05010000.xhp">Create new table, edit table structure</link>, <link href="text/sdatabase/05010100.xhp">index</link>, <link href="text/sdatabase/05020000.xhp">relations</link></paragraph>
<paragraph role="paragraph" id="par_idN1078F" xml-lang="en-US"><link href="text/sdatabase/tablewizard00.xhp">Table Wizard</link></paragraph>
-<paragraph role="paragraph" id="par_id3159196" xml-lang="en-US"><link href="text/shared/01/05340400.xhp" name="Enter, edit and copy records">Enter, edit and copy records</link></paragraph>
+<paragraph role="paragraph" id="par_id3159196" xml-lang="en-US"><link href="text/shared/01/05340400.xhp">Enter, edit and copy records</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/guide/dev_tools.xhp b/source/text/shared/guide/dev_tools.xhp
index 5463a73128..73c0fd8ed0 100644
--- a/source/text/shared/guide/dev_tools.xhp
+++ b/source/text/shared/guide/dev_tools.xhp
@@ -32,7 +32,7 @@
<bookmark branch="hid/.uno:DevelopmentToolsDockingWindow" id="bm_id5584892" localize="false"/>
<bookmark branch="hid/.uno:InspectSelectedObject" id="bm_id2672962" localize="false"/>
<section id="devtoolsHead">
- <h1 id="hd_id951627860296699"><variable id="DevTools_h1"><link href="text/shared/guide/dev_tools.xhp" name="DevTools_help">Development Tools</link></variable></h1>
+ <h1 id="hd_id951627860296699"><variable id="DevTools_h1"><link href="text/shared/guide/dev_tools.xhp">Development Tools</link></variable></h1>
<paragraph role="paragraph" id="par_id3155069"><variable id="DevTools_intro"><ahelp hid=".uno:LoadToolBox">Inspects objects in %PRODUCTNAME documents and shows supported UNO services, as well as available methods, properties and implemented interfaces.</ahelp></variable></paragraph>
</section>
<paragraph role="paragraph" id="par_id791647281944610">This feature also allows to explore the document structure using the Document Object Model (DOM).</paragraph>
@@ -119,7 +119,7 @@
<h2 id="hd_id731627913346236">Object Inspection Panel</h2>
<paragraph role="paragraph" id="par_id571627913372273">The right side of the window is the <emph>Object Inspection Panel</emph> that displays information about the object being inspected.</paragraph>
<paragraph role="paragraph" id="par_id361627930602108"><emph>Class Name</emph>: is the name of the object class.</paragraph>
- <tip id="par_id111627931046662">Use the class name to search more information in the API documentation. For example, the top-level object in a Writer document is an instance of the class <emph>SwXTextDocument</emph>, which is documented at <link href="https://docs.libreoffice.org/sw/html/classSwXTextDocument.html" name="SwXTextDocument_API">SwXTextDocument Class Reference</link>.</tip>
+ <tip id="par_id111627931046662">Use the class name to search more information in the API documentation. For example, the top-level object in a Writer document is an instance of the class <emph>SwXTextDocument</emph>, which is documented at <link href="https://docs.libreoffice.org/sw/html/classSwXTextDocument.html">SwXTextDocument Class Reference</link>.</tip>
<paragraph role="paragraph" id="par_id371627930700568">You can inspect the object further by using the four tabs available that display its <emph>Interfaces</emph>, <emph>Services</emph>, <emph>Properties</emph> and <emph>Methods</emph>.</paragraph>
<paragraph role="paragraph" id="par_id71627913884995">The information about the object is organized in columns in each tab. The set of columns displayed depend on the selected tab.</paragraph>
<h3 id="hd_id511627914011995">Interfaces tab</h3>
diff --git a/source/text/shared/guide/digital_signatures.xhp b/source/text/shared/guide/digital_signatures.xhp
index c57804bb98..6bd0633073 100644
--- a/source/text/shared/guide/digital_signatures.xhp
+++ b/source/text/shared/guide/digital_signatures.xhp
@@ -101,7 +101,7 @@
<warning id="par_id6819971">The messages about validation of a signature that you see in %PRODUCTNAME are the messages that the validation files return. The %PRODUCTNAME software has no way to ensure that the messages reflect the true status of any certificate. The %PRODUCTNAME software only displays the messages that other files that are not under control of %PRODUCTNAME report. There is no legal responsibility of %PRODUCTNAME that the displayed messages reflect the true status of a digital signature.</warning>
<section id="relatedtopics">
<paragraph role="paragraph" id="par_id681543699425744" localize="false"><embedvar href="text/shared/guide/openpgp.xhp#openpgph1" markup="ignore"/></paragraph>
- <paragraph xml-lang="en-US" id="par_id3204443" role="paragraph"><link href="https://wiki.documentfoundation.org/How_to_use_digital_Signatures" name="wiki.documentfoundation.org: How to use digital Signatures">English Wiki page on digital signatures</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3204443" role="paragraph"><link href="https://wiki.documentfoundation.org/How_to_use_digital_Signatures">English Wiki page on digital signatures</link></paragraph>
<paragraph role="paragraph" id="par_id221638101291847" localize="false"><embedvar href="text/shared/guide/digitalsign_send.xhp#digitalsign_send" markup="ignore"/></paragraph>
<paragraph xml-lang="en-US" id="par_id3448591" role="paragraph"><link href="text/shared/guide/digitalsign_receive.xhp">Opening a document using WebDAV over HTTPS</link></paragraph>
</section>
diff --git a/source/text/shared/guide/digitalsign_receive.xhp b/source/text/shared/guide/digitalsign_receive.xhp
index ae690d7d7b..4eec633261 100644
--- a/source/text/shared/guide/digitalsign_receive.xhp
+++ b/source/text/shared/guide/digitalsign_receive.xhp
@@ -85,7 +85,7 @@
<paragraph xml-lang="en-US" id="par_id3397320" role="paragraph"><ahelp hid="." visibility="hidden">If you enable <emph>Remember password till end of session</emph>, your password will be remembered for subsequent WebDAV connections until you exit %PRODUCTNAME.</ahelp></paragraph>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id3204443" role="paragraph"><link href="https://wiki.documentfoundation.org/How_to_use_digital_Signatures" name="wiki.documentfoundation.org How to use digital Signatures">English Wiki page on digital signatures</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3204443" role="paragraph"><link href="https://wiki.documentfoundation.org/How_to_use_digital_Signatures">English Wiki page on digital signatures</link></paragraph>
<paragraph xml-lang="en-US" id="par_id2182378" role="paragraph"><link href="text/shared/guide/digital_signatures.xhp">About digital signatures</link></paragraph>
</section>
diff --git a/source/text/shared/guide/doc_autosave.xhp b/source/text/shared/guide/doc_autosave.xhp
index 2b00429e5f..befc2b3adc 100644
--- a/source/text/shared/guide/doc_autosave.xhp
+++ b/source/text/shared/guide/doc_autosave.xhp
@@ -44,12 +44,12 @@
<bookmark_value>presentations; saving automatically</bookmark_value>
</bookmark>
<paragraph role="paragraph" id="par_id3152924" xml-lang="en-US" localize="false"/>
-<paragraph role="heading" id="hd_id3155536" xml-lang="en-US" level="1"><variable id="doc_autosave"><link href="text/shared/guide/doc_autosave.xhp" name="Saving Documents Automatically">Saving Documents Automatically</link>
+<paragraph role="heading" id="hd_id3155536" xml-lang="en-US" level="1"><variable id="doc_autosave"><link href="text/shared/guide/doc_autosave.xhp">Saving Documents Automatically</link>
</variable></paragraph>
<paragraph role="heading" id="hd_id3166410" xml-lang="en-US" level="2">To create a backup file every time you save a document</paragraph>
<list type="ordered">
<listitem>
-<paragraph role="listitem" id="par_id3152780" xml-lang="en-US">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/01010200.xhp" name="Load/Save - General"><emph>Load/Save - General</emph></link>.</paragraph>
+<paragraph role="listitem" id="par_id3152780" xml-lang="en-US">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/01010200.xhp"><emph>Load/Save - General</emph></link>.</paragraph>
</listitem>
<listitem>
<paragraph role="listitem" id="par_id3148474" xml-lang="en-US">Mark <emph>Always create backup copy</emph>.</paragraph>
@@ -67,7 +67,7 @@
<paragraph role="heading" id="hd_id3149514" xml-lang="en-US" level="2">To save recovery information automatically every n minutes</paragraph>
<list type="ordered">
<listitem>
-<paragraph role="listitem" id="par_id3148563" xml-lang="en-US">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/01010200.xhp" name="Load/Save - General"><emph>Load/Save - General</emph></link>.</paragraph>
+<paragraph role="listitem" id="par_id3148563" xml-lang="en-US">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/01010200.xhp"><emph>Load/Save - General</emph></link>.</paragraph>
</listitem>
<listitem>
<paragraph role="listitem" id="par_id3154760" xml-lang="en-US">Mark <emph>Save AutoRecovery information every</emph> and select the time interval.</paragraph>
@@ -78,8 +78,8 @@
<section id="relatedtopics">
<embed href="text/shared/guide/export_ms.xhp#export_ms"/>
<embed href="text/shared/guide/doc_save.xhp#doc_save"/>
-<paragraph role="paragraph" id="par_id3148672" xml-lang="en-US"><link href="text/shared/01/01070000.xhp" name="Save As">Save As</link></paragraph>
-<paragraph role="paragraph" id="par_id3159150" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01010200.xhp" name="Load/Save - General">Load/Save - General</link></paragraph>
+<paragraph role="paragraph" id="par_id3148672" xml-lang="en-US"><link href="text/shared/01/01070000.xhp">Save As</link></paragraph>
+<paragraph role="paragraph" id="par_id3159150" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01010200.xhp">Load/Save - General</link></paragraph>
<paragraph role="paragraph" id="par_idN10838" xml-lang="en-US"><link href="text/shared/guide/error_report.xhp">Error Report Tool</link></paragraph>
</section>
</body>
diff --git a/source/text/shared/guide/doc_open.xhp b/source/text/shared/guide/doc_open.xhp
index 7161b37ef7..8952d16a18 100644
--- a/source/text/shared/guide/doc_open.xhp
+++ b/source/text/shared/guide/doc_open.xhp
@@ -43,7 +43,7 @@
</bookmark>
<comment>mw changed "tables;..." to "spreadsheets;..."</comment><comment>mw made one entry out of two for "spreadsheets;", "presentations;" and "text (documents);"</comment>
- <paragraph id="hd_id3147834" role="heading" level="1" xml-lang="en-US"><variable id="doc_open"><link href="text/shared/guide/doc_open.xhp" name="Opening Documents">Opening Documents</link></variable></paragraph>
+ <paragraph id="hd_id3147834" role="heading" level="1" xml-lang="en-US"><variable id="doc_open"><link href="text/shared/guide/doc_open.xhp">Opening Documents</link></variable></paragraph>
<paragraph id="hd_id3147653" role="heading" level="2" xml-lang="en-US">Opening an existing document</paragraph>
@@ -76,7 +76,7 @@
<section id="relatedtopics">
<embed href="text/shared/guide/cmis-remote-files.xhp#remote-files"/>
- <paragraph id="par_id3148616" role="paragraph" xml-lang="en-US"><link href="text/shared/01/01020000.xhp" name="File - Open">File - Open</link></paragraph>
+ <paragraph id="par_id3148616" role="paragraph" xml-lang="en-US"><link href="text/shared/01/01020000.xhp">File - Open</link></paragraph>
<embed href="text/shared/00/00000021.xhp#xmlformat"/>
<embed href="text/shared/guide/ms_user.xhp#ms_user"/>
</section>
diff --git a/source/text/shared/guide/doc_save.xhp b/source/text/shared/guide/doc_save.xhp
index 30c0a6cdda..17657e9893 100644
--- a/source/text/shared/guide/doc_save.xhp
+++ b/source/text/shared/guide/doc_save.xhp
@@ -38,7 +38,7 @@
<bookmark_value>drawings; saving</bookmark_value>
<bookmark_value>presentations; saving</bookmark_value>
<bookmark_value>FTP; saving documents</bookmark_value>
-</bookmark><comment>mw changed "tables;..." to "spreadsheets;..."</comment><comment>mw changed "text;" to "text documents;"</comment><paragraph role="heading" id="hd_id3147226" xml-lang="en-US" level="1"><variable id="doc_save"><link href="text/shared/guide/doc_save.xhp" name="Saving Documents">Saving Documents</link>
+</bookmark><comment>mw changed "tables;..." to "spreadsheets;..."</comment><comment>mw changed "text;" to "text documents;"</comment><paragraph role="heading" id="hd_id3147226" xml-lang="en-US" level="1"><variable id="doc_save"><link href="text/shared/guide/doc_save.xhp">Saving Documents</link>
</variable></paragraph>
<list type="unordered">
<listitem>
@@ -56,8 +56,8 @@
</tablecell>
</tablerow>
</table>
-<paragraph role="paragraph" id="par_id3150984" xml-lang="en-US">When you save a new file for the first time, the <link href="text/shared/01/01070000.xhp" name="Save As">Save As</link> dialog opens, in which you can enter a name, folder and drive or volume for the file. To open this dialog, choose <emph>File - Save As</emph>.</paragraph>
-<paragraph role="note" id="par_id3152472" xml-lang="en-US">You can set the automatic creation of a backup copy under <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/01010200.xhp" name="Load/Save - General"><emph>Load/Save - General</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3150984" xml-lang="en-US">When you save a new file for the first time, the <link href="text/shared/01/01070000.xhp">Save As</link> dialog opens, in which you can enter a name, folder and drive or volume for the file. To open this dialog, choose <emph>File - Save As</emph>.</paragraph>
+<paragraph role="note" id="par_id3152472" xml-lang="en-US">You can set the automatic creation of a backup copy under <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/01010200.xhp"><emph>Load/Save - General</emph></link>.</paragraph>
<paragraph role="heading" id="hd_id7146824" xml-lang="en-US" level="2">Automatic extension to the file name</paragraph>
<paragraph role="paragraph" id="par_id9359111" xml-lang="en-US">When saving a file, %PRODUCTNAME always appends an extension to the file name, except when the file name already has an extension that matches the file type. See the list of <link href="text/shared/00/00000021.xhp">ODF extensions</link>. </paragraph>
<paragraph role="paragraph" id="par_id6709494" xml-lang="en-US">Some examples for the automatic extensions are listed in the following table:</paragraph>
@@ -122,9 +122,9 @@
<embed href="text/shared/guide/export_ms.xhp#export_ms"/>
<embed href="text/shared/guide/doc_autosave.xhp#doc_autosave"/>
<embed href="text/shared/00/00000021.xhp#xmlformat"/>
-<paragraph role="paragraph" id="par_id3153524" xml-lang="en-US"><link href="text/shared/01/01070000.xhp" name="Save As">Save As</link></paragraph>
+<paragraph role="paragraph" id="par_id3153524" xml-lang="en-US"><link href="text/shared/01/01070000.xhp">Save As</link></paragraph>
<embed href="text/shared/guide/ms_user.xhp#ms_user"/>
-<paragraph role="paragraph" id="par_id3154140" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01010200.xhp" name="Load/Save - General">Load/Save - General</link></paragraph>
+<paragraph role="paragraph" id="par_id3154140" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01010200.xhp">Load/Save - General</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/guide/dragdrop.xhp b/source/text/shared/guide/dragdrop.xhp
index edc25b9687..7075ee9543 100644
--- a/source/text/shared/guide/dragdrop.xhp
+++ b/source/text/shared/guide/dragdrop.xhp
@@ -36,7 +36,7 @@
<bookmark_value>copying;by drag and drop</bookmark_value>
</bookmark>
<paragraph role="paragraph" id="par_id3154927" xml-lang="en-US" localize="false"/>
-<paragraph role="heading" id="hd_id3147571" xml-lang="en-US" level="1"><variable id="dragdrop"><link href="text/shared/guide/dragdrop.xhp" name="Dragging and Dropping Within a $[officename] Document">Dragging and Dropping Within a $[officename] Document</link>
+<paragraph role="heading" id="hd_id3147571" xml-lang="en-US" level="1"><variable id="dragdrop"><link href="text/shared/guide/dragdrop.xhp">Dragging and Dropping Within a $[officename] Document</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3147008" xml-lang="en-US">There are many options for moving or copying objects using drag-and-drop. Text sections, drawing objects, graphics, form controls, hyperlinks, cell ranges, and many more can be moved or copied with the mouse.</paragraph>
<paragraph role="paragraph" id="par_id3155892" xml-lang="en-US">Note that the mouse pointer displays a plus sign when copying and an arrow when creating a link or hyperlink.</paragraph>
@@ -90,7 +90,7 @@
</image></paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3156422" xml-lang="en-US">If you drag objects out of the <link href="text/shared/guide/navigator.xhp" name="Navigator"><emph>Navigator</emph></link>, you can specify in the submenu of the Navigator's <emph>Drag Mode</emph> icon whether to copy the object, insert it as a link or insert it as a hyperlink.</paragraph>
+<paragraph role="paragraph" id="par_id3156422" xml-lang="en-US">If you drag objects out of the <link href="text/shared/guide/navigator.xhp"><emph>Navigator</emph></link>, you can specify in the submenu of the Navigator's <emph>Drag Mode</emph> icon whether to copy the object, insert it as a link or insert it as a hyperlink.</paragraph>
</tablecell>
</tablerow>
</table>
diff --git a/source/text/shared/guide/dragdrop_beamer.xhp b/source/text/shared/guide/dragdrop_beamer.xhp
index e2ef53609b..5dd037495c 100644
--- a/source/text/shared/guide/dragdrop_beamer.xhp
+++ b/source/text/shared/guide/dragdrop_beamer.xhp
@@ -36,7 +36,7 @@
<bookmark_value>copying;from data source view</bookmark_value>
<bookmark_value>pasting;from data source view</bookmark_value>
</bookmark><comment>mw added "pasting;"</comment>
-<paragraph role="heading" id="hd_id3145071" xml-lang="en-US" level="1"><variable id="dragdrop_beamer"><link href="text/shared/guide/dragdrop_beamer.xhp" name="Drag-and-Drop With the Data Source View">Drag-and-Drop With the Data Source View</link>
+<paragraph role="heading" id="hd_id3145071" xml-lang="en-US" level="1"><variable id="dragdrop_beamer"><link href="text/shared/guide/dragdrop_beamer.xhp">Drag-and-Drop With the Data Source View</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3151111" xml-lang="en-US">A fast way of copying from a data source into a text or spreadsheet document, or of creating forms based on a data source, is by drag-and-drop.</paragraph>
<table id="tbl_id3149578">
@@ -58,7 +58,7 @@
<paragraph role="tip" id="par_id3151211" xml-lang="en-US">Plain text can be copied using drag-and-drop from one document to a data field in the data source view.</paragraph>
<paragraph role="heading" id="hd_id3145421" xml-lang="en-US" level="3">Using data in a text document</paragraph>
<paragraph role="paragraph" id="par_id3154685" xml-lang="en-US">You can insert a database field in a text document by dragging a field name from the column header of the data source view into the document. This is especially useful when designing form letters. Simply drag the desired fields - home address, form of address, and so on - into your document.</paragraph>
-<paragraph role="paragraph" id="par_id3153105" xml-lang="en-US">To insert a complete record, select the corresponding header and drag it into the document. When you release the mouse button, the <link href="text/shared/02/12070000.xhp" name="Insert database columns"><emph>Insert database columns</emph></link> dialog appears, in which you can decide whether to use all database fields, and whether to copy the data into the document as text, a table or fields. All currently selected records will be inserted.</paragraph>
+<paragraph role="paragraph" id="par_id3153105" xml-lang="en-US">To insert a complete record, select the corresponding header and drag it into the document. When you release the mouse button, the <link href="text/shared/02/12070000.xhp"><emph>Insert database columns</emph></link> dialog appears, in which you can decide whether to use all database fields, and whether to copy the data into the document as text, a table or fields. All currently selected records will be inserted.</paragraph>
<paragraph role="heading" id="hd_id3147230" xml-lang="en-US" level="3">Applying data to a table document</paragraph>
<paragraph role="paragraph" id="par_id3125864" xml-lang="en-US">You can insert one or more records into the current sheet of a spreadsheet by selecting the rows in the data source view and dragging and dropping them into the spreadsheet. The data is inserted at the place where you release the mouse button.</paragraph>
<paragraph role="heading" id="hd_id3149766" xml-lang="en-US" level="3">Inserting controls in a text form</paragraph>
diff --git a/source/text/shared/guide/dragdrop_fromgallery.xhp b/source/text/shared/guide/dragdrop_fromgallery.xhp
index 60b2828d78..9eb4d5c7fc 100644
--- a/source/text/shared/guide/dragdrop_fromgallery.xhp
+++ b/source/text/shared/guide/dragdrop_fromgallery.xhp
@@ -36,7 +36,7 @@
<bookmark_value>draw objects;dropping Gallery pictures</bookmark_value>
<bookmark_value>drag and drop;from Gallery to draw objects</bookmark_value>
</bookmark><comment>mw deleted "Gallery;copying..." and copied "copying;..." to Shared guide gallery_insert.xhp.</comment>
-<paragraph role="heading" id="hd_id3145345" xml-lang="en-US" level="1"><variable id="dragdrop_fromgallery"><link href="text/shared/guide/dragdrop_fromgallery.xhp" name="Copying Graphics From the Gallery">Copying Graphics From the Gallery</link>
+<paragraph role="heading" id="hd_id3145345" xml-lang="en-US" level="1"><variable id="dragdrop_fromgallery"><link href="text/shared/guide/dragdrop_fromgallery.xhp">Copying Graphics From the Gallery</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3155535" xml-lang="en-US">If you drag a graphic from the Gallery into a text, spreadsheet or presentation document, the graphic will be inserted there.</paragraph>
</section>
diff --git a/source/text/shared/guide/dragdrop_gallery.xhp b/source/text/shared/guide/dragdrop_gallery.xhp
index e0eba5bee9..6ddd0fcb9b 100644
--- a/source/text/shared/guide/dragdrop_gallery.xhp
+++ b/source/text/shared/guide/dragdrop_gallery.xhp
@@ -40,7 +40,7 @@
<bookmark_value>pasting;to Gallery</bookmark_value>
</bookmark>
<comment>mw changed "adding;" to "inserting;"</comment>
- <paragraph xml-lang="en-US" id="hd_id3154927" role="heading" level="1"><variable id="dragdrop_gallery"><link href="text/shared/guide/dragdrop_gallery.xhp" name="Adding Graphics to the Gallery">Adding Graphics to the Gallery</link>
+ <paragraph xml-lang="en-US" id="hd_id3154927" role="heading" level="1"><variable id="dragdrop_gallery"><link href="text/shared/guide/dragdrop_gallery.xhp">Adding Graphics to the Gallery</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3143267" role="paragraph">You can place a graphic from a document such as an HTML page in the Gallery by drag-and-drop.</paragraph>
<list type="ordered">
diff --git a/source/text/shared/guide/dragdrop_graphic.xhp b/source/text/shared/guide/dragdrop_graphic.xhp
index ca3136cae9..f5a344e3a8 100644
--- a/source/text/shared/guide/dragdrop_graphic.xhp
+++ b/source/text/shared/guide/dragdrop_graphic.xhp
@@ -36,7 +36,7 @@
<bookmark_value>copying;pictures, between documents</bookmark_value>
<bookmark_value>pasting;pictures from other documents</bookmark_value>
</bookmark><comment>mw added "pasting;"</comment>
-<paragraph role="heading" id="hd_id3159201" xml-lang="en-US" level="1"><variable id="dragdrop_graphic"><link href="text/shared/guide/dragdrop_graphic.xhp" name="Copying Graphics Between Documents">Copying Graphics Between Documents</link>
+<paragraph role="heading" id="hd_id3159201" xml-lang="en-US" level="1"><variable id="dragdrop_graphic"><link href="text/shared/guide/dragdrop_graphic.xhp">Copying Graphics Between Documents</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3155805" xml-lang="en-US">You can copy a graphic from one document to another by drag-and-drop. If you plan to publish your document, please observe copyright laws and obtain the consent of the authors.</paragraph>
<list type="ordered">
diff --git a/source/text/shared/guide/dragdrop_table.xhp b/source/text/shared/guide/dragdrop_table.xhp
index 8b6375d6d3..5d03aae9e0 100644
--- a/source/text/shared/guide/dragdrop_table.xhp
+++ b/source/text/shared/guide/dragdrop_table.xhp
@@ -34,7 +34,7 @@
<bookmark_value>copying; sheet areas, to text documents</bookmark_value>
<bookmark_value>pasting;sheet areas in text documents</bookmark_value>
</bookmark><comment>mw added "pasting;"</comment>
-<h1 id="hd_id3154927" xml-lang="en-US"><variable id="dragdrop_table"><link href="text/shared/guide/dragdrop_table.xhp" name="Copying Spreadsheet Areas to Text Documents">Copying Spreadsheet Areas to Text Documents</link></variable></h1>
+<h1 id="hd_id3154927" xml-lang="en-US"><variable id="dragdrop_table"><link href="text/shared/guide/dragdrop_table.xhp">Copying Spreadsheet Areas to Text Documents</link></variable></h1>
<list type="ordered">
<listitem>
<paragraph role="listitem" id="par_id3155892" xml-lang="en-US">Open both the text document and the spreadsheet.</paragraph>
diff --git a/source/text/shared/guide/edit_symbolbar.xhp b/source/text/shared/guide/edit_symbolbar.xhp
index 71c649e011..31e8be39c1 100644
--- a/source/text/shared/guide/edit_symbolbar.xhp
+++ b/source/text/shared/guide/edit_symbolbar.xhp
@@ -34,7 +34,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/newtoolbardialog/NewToolbarDialog" id="bm_id3148647" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/newtoolbardialog/@@nowidget@@" id="bm_id3148647" localize="false"/>
-<h1 id="hd_id3159201" xml-lang="en-US"><variable id="edit_symbolbar"><link href="text/shared/guide/edit_symbolbar.xhp" name="Adding Buttons to Toolbars">Adding Buttons to Toolbars</link></variable></h1>
+<h1 id="hd_id3159201" xml-lang="en-US"><variable id="edit_symbolbar"><link href="text/shared/guide/edit_symbolbar.xhp">Adding Buttons to Toolbars</link></variable></h1>
<section id="edtext">
<h2 id="hd_id3153561" xml-lang="en-US">To make a button visible on a toolbar</h2>
<paragraph role="paragraph" id="par_id3159157" xml-lang="en-US">Open the context menu of the toolbar (right click) and choose <menuitem>Visible Buttons</menuitem> and then select the button you want to display.</paragraph>
diff --git a/source/text/shared/guide/email.xhp b/source/text/shared/guide/email.xhp
index 3c7907f491..53d6687d79 100644
--- a/source/text/shared/guide/email.xhp
+++ b/source/text/shared/guide/email.xhp
@@ -40,7 +40,7 @@
<bookmark_value>presentations; sending as email</bookmark_value>
<bookmark_value>attachments in emails</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153345" xml-lang="en-US" level="1"><variable id="email"><link href="text/shared/guide/email.xhp" name="Sending Documents as Email">Sending Documents as Email</link></variable></paragraph>
+<paragraph role="heading" id="hd_id3153345" xml-lang="en-US" level="1"><variable id="email"><link href="text/shared/guide/email.xhp">Sending Documents as Email</link></variable></paragraph>
<paragraph role="paragraph" id="par_id3154897" xml-lang="en-US">Working in $[officename], you can send the current document as an email attachment.</paragraph>
<list type="ordered">
<listitem>
diff --git a/source/text/shared/guide/error_report.xhp b/source/text/shared/guide/error_report.xhp
index 6574a0d13f..3956cdc221 100644
--- a/source/text/shared/guide/error_report.xhp
+++ b/source/text/shared/guide/error_report.xhp
@@ -34,7 +34,7 @@
<bookmark_value>activating;Crash Report Tool</bookmark_value>
</bookmark>
-<h1 id="hd_id3150616" xml-lang="en-US"><variable id="error_report"><link href="text/shared/guide/error_report.xhp" name="Error Report Tool">Crash Report Tool</link></variable></h1>
+<h1 id="hd_id3150616" xml-lang="en-US"><variable id="error_report"><link href="text/shared/guide/error_report.xhp">Crash Report Tool</link></variable></h1>
<paragraph id="par_id3153345" role="paragraph" xml-lang="en-US">The Crash Report Tool starts automatically after a program crash occurs.</paragraph>
<paragraph id="par_id3147088" role="paragraph" xml-lang="en-US">The Crash Report Tool gathers necessary information that can help the program developers to improve the code, so that in later versions this error can possibly be avoided. Please help us to improve the software and send the generated crash report.</paragraph>
diff --git a/source/text/shared/guide/export_ms.xhp b/source/text/shared/guide/export_ms.xhp
index 1474a57510..0936b10f04 100644
--- a/source/text/shared/guide/export_ms.xhp
+++ b/source/text/shared/guide/export_ms.xhp
@@ -42,7 +42,7 @@
<bookmark_value>Excel; saving as</bookmark_value>
<bookmark_value>PowerPoint export</bookmark_value>
</bookmark><comment>mw made "PowerPoint;..." a one level entry</comment><paragraph role="paragraph" id="par_id3159233" xml-lang="en-US" localize="false"/>
-<paragraph role="heading" id="hd_id3149416" xml-lang="en-US" level="1"><variable id="export_ms"><link href="text/shared/guide/export_ms.xhp" name="Saving Documents in Other Formats">Saving Documents in Other Formats</link>
+<paragraph role="heading" id="hd_id3149416" xml-lang="en-US" level="1"><variable id="export_ms"><link href="text/shared/guide/export_ms.xhp">Saving Documents in Other Formats</link>
</variable></paragraph>
<list type="ordered">
<listitem>
@@ -59,7 +59,7 @@
</section>
<embed href="text/shared/00/00000004.xhp#related"/>
<embed href="text/shared/guide/doc_save.xhp#doc_save"/>
-<paragraph role="paragraph" id="par_id3149669" xml-lang="en-US"><link href="text/shared/01/01070000.xhp" name="Save As">Save As</link></paragraph>
+<paragraph role="paragraph" id="par_id3149669" xml-lang="en-US"><link href="text/shared/01/01070000.xhp">Save As</link></paragraph>
<embed href="text/shared/guide/ms_user.xhp#ms_user"/>
</body>
</helpdocument>
diff --git a/source/text/shared/guide/fax.xhp b/source/text/shared/guide/fax.xhp
index 768bdeeffb..fdaaadff56 100644
--- a/source/text/shared/guide/fax.xhp
+++ b/source/text/shared/guide/fax.xhp
@@ -35,7 +35,7 @@
<bookmark_value>sending; documents as faxes </bookmark_value>
<bookmark_value>configuring;fax icon</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3156426" xml-lang="en-US" level="1"><variable id="fax"><link href="text/shared/guide/fax.xhp" name="Sending Faxes and Configuring $[officename] for Faxing">Sending Faxes and Configuring $[officename] for Faxing</link>
+<paragraph role="heading" id="hd_id3156426" xml-lang="en-US" level="1"><variable id="fax"><link href="text/shared/guide/fax.xhp">Sending Faxes and Configuring $[officename] for Faxing</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3156410" xml-lang="en-US">To send a fax directly from $[officename], you need a fax modem and a fax driver that allows applications to communicate with the fax modem.</paragraph>
<paragraph role="heading" id="hd_id3166410" xml-lang="en-US" level="3">Sending a Fax Through the Print Dialog</paragraph>
@@ -51,7 +51,7 @@
<paragraph role="paragraph" id="par_id3153822" xml-lang="en-US">You can configure $[officename] so that a single click on an icon automatically sends the current document as a fax:</paragraph>
<list type="ordered">
<listitem>
-<paragraph role="listitem" id="par_id3145315" xml-lang="en-US">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/01040400.xhp" name="Writer - Print"><emph>%PRODUCTNAME Writer - Print</emph></link>.</paragraph>
+<paragraph role="listitem" id="par_id3145315" xml-lang="en-US">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/01040400.xhp"><emph>%PRODUCTNAME Writer - Print</emph></link>.</paragraph>
</listitem>
<listitem>
<paragraph role="listitem" id="par_id3150985" xml-lang="en-US">Select the fax driver from the <emph>Fax</emph> list box and click <emph>OK</emph>.</paragraph>
diff --git a/source/text/shared/guide/flat_icons.xhp b/source/text/shared/guide/flat_icons.xhp
index ef4eaeca40..d3de992269 100644
--- a/source/text/shared/guide/flat_icons.xhp
+++ b/source/text/shared/guide/flat_icons.xhp
@@ -39,7 +39,7 @@
<bookmark_value>large icons</bookmark_value>
<bookmark_value>small icons</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3145669" xml-lang="en-US" level="1"><variable id="flat_icons"><link href="text/shared/guide/flat_icons.xhp" name="Changing Icon Views">Changing Icon Size</link>
+<paragraph role="heading" id="hd_id3145669" xml-lang="en-US" level="1"><variable id="flat_icons"><link href="text/shared/guide/flat_icons.xhp">Changing Icon Size</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3155535" xml-lang="en-US">You can change the icon view between small and large icons.</paragraph>
<list type="ordered">
diff --git a/source/text/shared/guide/floating_toolbar.xhp b/source/text/shared/guide/floating_toolbar.xhp
index 3a4dfb82fd..2400b9dcf2 100644
--- a/source/text/shared/guide/floating_toolbar.xhp
+++ b/source/text/shared/guide/floating_toolbar.xhp
@@ -49,7 +49,7 @@
<bookmark_value>button bars, see toolbars</bookmark_value>
</bookmark>
-<h1 id="hd_id3152801" xml-lang="en-US"><variable id="floating_toolbar"><link href="text/shared/guide/floating_toolbar.xhp" name="Using Toolbars">Using Toolbars</link> </variable></h1>
+<h1 id="hd_id3152801" xml-lang="en-US"><variable id="floating_toolbar"><link href="text/shared/guide/floating_toolbar.xhp">Using Toolbars</link> </variable></h1>
<paragraph id="par_id201608908867251" role="paragraph" xml-lang="en-US">Toolbars in %PRODUCTNAME can be either docked as part of the main window, or floating as a separate window. By default, the visible toolbars and the ones you open with <menuitem>View – Toolbars</menuitem> are docked, and their positions are locked.</paragraph>
<paragraph id="par_id3143267" role="paragraph" xml-lang="en-US">Some toolbar icons, for example the <emph>Font Color</emph> icon, can open another toolbar. Click the arrow next to the icon to open a toolbar containing further icons.</paragraph>
<paragraph id="par_id3155450" role="paragraph" xml-lang="en-US">You now have a choice: either click the icon that you want to activate, or seize the toolbar by its title bar and drag it while holding down the mouse button. </paragraph>
diff --git a/source/text/shared/guide/formfields.xhp b/source/text/shared/guide/formfields.xhp
index 5e249e6cdd..25cc408b87 100644
--- a/source/text/shared/guide/formfields.xhp
+++ b/source/text/shared/guide/formfields.xhp
@@ -35,7 +35,7 @@
<bookmark_value>press buttons, see push buttons</bookmark_value>
<bookmark_value>push buttons;adding to documents</bookmark_value>
</bookmark><comment>MW changed "adding;" to "inserting;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3149798" role="heading" level="1"><variable id="formfields"><link href="text/shared/guide/formfields.xhp" name="Inserting and Editing Buttons">Adding a Command Button to a Document</link>
+<paragraph xml-lang="en-US" id="hd_id3149798" role="heading" level="1"><variable id="formfields"><link href="text/shared/guide/formfields.xhp">Adding a Command Button to a Document</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_idN10731" role="paragraph">You can use the Form Controls toolbar to add checkboxes, buttons, tables showing data records, and other controls to a document.</paragraph>
<paragraph xml-lang="en-US" id="par_idN1077F" role="heading" level="2">To Add a Button to a Document </paragraph>
diff --git a/source/text/shared/guide/gallery_insert.xhp b/source/text/shared/guide/gallery_insert.xhp
index aaa8cebb1c..81c8110f65 100644
--- a/source/text/shared/guide/gallery_insert.xhp
+++ b/source/text/shared/guide/gallery_insert.xhp
@@ -42,7 +42,7 @@
<bookmark_value>copying;from Gallery</bookmark_value>
</bookmark>
<comment>mw deleted "adding;"</comment>
- <paragraph xml-lang="en-US" id="hd_id3145136" role="heading" level="1"><variable id="gallery_insert"><link href="text/shared/guide/gallery_insert.xhp" name="Inserting Objects From the Gallery">Inserting Objects From the Gallery</link>
+ <paragraph xml-lang="en-US" id="hd_id3145136" role="heading" level="1"><variable id="gallery_insert"><link href="text/shared/guide/gallery_insert.xhp">Inserting Objects From the Gallery</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3145345" role="paragraph">You can insert an object in a document either as a <emph>copy</emph> or as a <emph>link</emph>. A copy of an object is independent of the original object. Changes to the original object have no effect on the copy. A link remains dependent on the original object. Changes to the original object are also reflected in the link.</paragraph>
<paragraph xml-lang="en-US" id="hd_id3145313" role="heading" level="2">Inserting an object as a copy</paragraph>
diff --git a/source/text/shared/guide/hyperlink_edit.xhp b/source/text/shared/guide/hyperlink_edit.xhp
index 720d3b0c10..50638c5ed6 100644
--- a/source/text/shared/guide/hyperlink_edit.xhp
+++ b/source/text/shared/guide/hyperlink_edit.xhp
@@ -36,7 +36,7 @@
<bookmark_value>buttons;editing hyperlink buttons</bookmark_value>
<bookmark_value>URL;changing hyperlink URLs</bookmark_value>
</bookmark><comment>MW deleted "changing;"</comment>
-<h1 id="hd_id3153910"><variable id="hyperlink_edit"><link href="text/shared/guide/hyperlink_edit.xhp" name="Editing Hyperlinks">Editing Hyperlinks</link></variable></h1>
+<h1 id="hd_id3153910"><variable id="hyperlink_edit"><link href="text/shared/guide/hyperlink_edit.xhp">Editing Hyperlinks</link></variable></h1>
<paragraph role="paragraph" id="par_id4124881" xml-lang="en-US">When you <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-click a hyperlink in a Writer document, your web browser opens with the requested web address. If you don't use a mouse, position the cursor inside the hyperlink and open the context menu by Shift+F10, then choose Open Hyperlink.</paragraph>
<h2 id="hd_id3145071">Changing the text of a hyperlink</h2>
@@ -47,7 +47,7 @@
<h2 id="hd_id3158432">Changing the URL of a hyperlink</h2>
<list type="unordered">
<listitem>
-<paragraph role="listitem" id="par_id3150503" xml-lang="en-US">As described above, open <link href="text/shared/02/09070000.xhp" name="Hyperlink Dialog">Hyperlink Dialog</link>.</paragraph>
+<paragraph role="listitem" id="par_id3150503" xml-lang="en-US">As described above, open <link href="text/shared/02/09070000.xhp">Hyperlink Dialog</link>.</paragraph>
</listitem>
</list>
<h2 id="hd_id3148686">Changing the attribute of all hyperlinks</h2>
diff --git a/source/text/shared/guide/hyperlink_insert.xhp b/source/text/shared/guide/hyperlink_insert.xhp
index f243a177ad..debd886e72 100644
--- a/source/text/shared/guide/hyperlink_insert.xhp
+++ b/source/text/shared/guide/hyperlink_insert.xhp
@@ -33,10 +33,10 @@
<bookmark_value>links; inserting</bookmark_value>
<bookmark_value>inserting; hyperlinks</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3150789" xml-lang="en-US" level="1"><variable id="hyperlink_insert"><link href="text/shared/guide/hyperlink_insert.xhp" name="Inserting Hyperlinks">Inserting Hyperlinks</link>
+<paragraph role="heading" id="hd_id3150789" xml-lang="en-US" level="1"><variable id="hyperlink_insert"><link href="text/shared/guide/hyperlink_insert.xhp">Inserting Hyperlinks</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3149095" xml-lang="en-US">You can insert hyperlinks in two ways: as text or as a button. In both cases, the visible text can be different from the URL.</paragraph>
-<paragraph role="paragraph" id="par_id3149811" xml-lang="en-US">Place the text cursor in the document at the point where you want to insert the hyperlink or select the text that you want to put the hyperlink on. Select <emph>Hyperlink</emph> command from the <emph>Insert</emph> menu. Alternatively click on the <image id="img_id3149763" src="cmd/sc_hyperlinkdialog.png" width="0.222inch" height="0.222inch"><alt id="alt_id3149763" xml-lang="en-US">Icon</alt></image> Hyperlink icon on the <emph>Standard</emph> toolbar. The <link href="text/shared/02/09070000.xhp" name="Hyperlink dialog">Hyperlink dialog</link> appears.</paragraph>
+<paragraph role="paragraph" id="par_id3149811" xml-lang="en-US">Place the text cursor in the document at the point where you want to insert the hyperlink or select the text that you want to put the hyperlink on. Select <emph>Hyperlink</emph> command from the <emph>Insert</emph> menu. Alternatively click on the <image id="img_id3149763" src="cmd/sc_hyperlinkdialog.png" width="0.222inch" height="0.222inch"><alt id="alt_id3149763" xml-lang="en-US">Icon</alt></image> Hyperlink icon on the <emph>Standard</emph> toolbar. The <link href="text/shared/02/09070000.xhp">Hyperlink dialog</link> appears.</paragraph>
<list type="unordered">
<listitem>
<paragraph role="paragraph" id="par_id3154685" xml-lang="en-US">To jump to a specific line in a text document, first enter a bookmark at that position (<emph>Insert - Bookmark</emph>). </paragraph>
diff --git a/source/text/shared/guide/hyperlink_rel_abs.xhp b/source/text/shared/guide/hyperlink_rel_abs.xhp
index 32503d6097..9a7e817075 100644
--- a/source/text/shared/guide/hyperlink_rel_abs.xhp
+++ b/source/text/shared/guide/hyperlink_rel_abs.xhp
@@ -34,12 +34,12 @@
<bookmark_value>hyperlinks; relative and absolute</bookmark_value>
<bookmark_value>hyperlinks, see also links</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3147399" xml-lang="en-US" level="1"><variable id="hyperlink_rel_abs"><link href="text/shared/guide/hyperlink_rel_abs.xhp" name="Relative and Absolute Links">Relative and Absolute Links</link>
+<paragraph role="heading" id="hd_id3147399" xml-lang="en-US" level="1"><variable id="hyperlink_rel_abs"><link href="text/shared/guide/hyperlink_rel_abs.xhp">Relative and Absolute Links</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3153345" xml-lang="en-US">When you include hyperlinks, two factors must be taken into account: whether they are set as relative or absolute on saving, and whether or not the file is present.</paragraph>
<list type="unordered">
<listitem>
-<paragraph role="listitem" id="par_id3147008" xml-lang="en-US">Choose <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01010200.xhp" name="Load/Save - General"><emph>Load/Save - General</emph></link> and specify in the <emph>Save URLs relative to</emph> field if $[officename] creates <link href="text/shared/00/00000005.xhp#saving" name="relative or absolute hyperlinks">relative or absolute hyperlinks</link>. Relative linking is only possible when the document you are working on and the link destination are on the same drive.</paragraph>
+<paragraph role="listitem" id="par_id3147008" xml-lang="en-US">Choose <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01010200.xhp"><emph>Load/Save - General</emph></link> and specify in the <emph>Save URLs relative to</emph> field if $[officename] creates <link href="text/shared/00/00000005.xhp#saving">relative or absolute hyperlinks</link>. Relative linking is only possible when the document you are working on and the link destination are on the same drive.</paragraph>
</listitem>
<listitem>
<paragraph role="listitem" id="par_id3145382" xml-lang="en-US">You should create the same directory structure on your hard disk as that which exists in the web space hosted by your Internet provider. Call the root directory for the homepage on your hard disk "homepage", for example. The start file is then "index.html", the full path being "C:\homepage\index.html" (assuming Windows operating system). The URL on your Internet provider's server might then be as follows: "http://www.myprovider.com/mypage/index.html". With relative addressing, you indicate the link relative to the location of the output document. For example, if you placed all the graphics for your homepage in a subfolder called "C:\homepage\images", you would need to give the following path to access the graphic "picture.gif": "images\picture.gif". This is the relative path, starting from the location of the file "index.html". On the provider's server, you would place the picture in the folder "mypage/images". When you transfer the document "index.html" to the provider's server through the <emph>File - Save As</emph> dialog, and if you have marked the option <emph>Copy local images to Internet</emph> under <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph>, $[officename] will automatically copy the graphic to the correct directory on the server.</paragraph>
diff --git a/source/text/shared/guide/import_ms.xhp b/source/text/shared/guide/import_ms.xhp
index 48056d273c..814328f885 100644
--- a/source/text/shared/guide/import_ms.xhp
+++ b/source/text/shared/guide/import_ms.xhp
@@ -46,7 +46,7 @@
<bookmark_value>converters; document converter</bookmark_value>
<bookmark_value>files, see also documents</bookmark_value>
</bookmark><comment>MW inserted cross-reference "files, see also documents"</comment><comment>MW changed "defaults;..."</comment><comment>ufi added "converters;document converter"</comment>
-<paragraph xml-lang="en-US" id="hd_id3145313" role="heading" level="1"><variable id="import_ms"><link href="text/shared/guide/import_ms.xhp" name="Opening documents saved in other formats">Opening documents saved in other formats</link>
+<paragraph xml-lang="en-US" id="hd_id3145313" role="heading" level="1"><variable id="import_ms"><link href="text/shared/guide/import_ms.xhp">Opening documents saved in other formats</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3145345" xml-lang="en-US">You can open a document saved in another format by using the following procedure:</paragraph>
<list type="ordered">
@@ -65,7 +65,7 @@
<paragraph role="paragraph" id="par_id3147336" xml-lang="en-US">Open the wizard, which guides you through the operation, to copy and convert all documents from Microsoft Word, Microsoft Excel or Microsoft PowerPoint into OpenDocument file format documents. You can select a source and target directory, specify whether to convert documents and/or templates, and more besides.</paragraph>
<list type="unordered">
<listitem>
-<paragraph role="listitem" id="par_id3153824" xml-lang="en-US">Choose <link href="text/shared/autopi/01130000.xhp" name="File - AutoPilot - Document Converter"><emph>File - Wizards - Document Converter</emph></link>.</paragraph>
+<paragraph role="listitem" id="par_id3153824" xml-lang="en-US">Choose <link href="text/shared/autopi/01130000.xhp"><emph>File - Wizards - Document Converter</emph></link>.</paragraph>
</listitem>
</list>
<switch select="appl">
@@ -89,8 +89,8 @@
<embed href="text/shared/guide/export_ms.xhp#export_ms"/>
<embed href="text/shared/guide/ms_import_export_limitations.xhp#about"/>
<embed href="text/shared/guide/ms_user.xhp#ms_user"/>
- <paragraph xml-lang="en-US" id="par_id3148944" role="paragraph"><link href="text/shared/optionen/01130100.xhp" name="Working with VBA code">Working with VBA code</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3147264" role="paragraph"><link href="text/shared/optionen/01010200.xhp" name="Setting the default file format">Setting the default file format</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3148944" role="paragraph"><link href="text/shared/optionen/01130100.xhp">Working with VBA code</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3147264" role="paragraph"><link href="text/shared/optionen/01010200.xhp">Setting the default file format</link></paragraph>
<embed href="text/shared/guide/ms_doctypes.xhp#ms_doctypes"/>
</section>
</body>
diff --git a/source/text/shared/guide/insert_bitmap.xhp b/source/text/shared/guide/insert_bitmap.xhp
index d40579549e..8c13a86626 100644
--- a/source/text/shared/guide/insert_bitmap.xhp
+++ b/source/text/shared/guide/insert_bitmap.xhp
@@ -50,7 +50,7 @@
<bookmark_value>pictures;filters</bookmark_value>
<bookmark_value>filters;pictures</bookmark_value>
</bookmark><comment>mw made "illustrations,..." a see-reference</comment>
-<h1 id="hd_id3154136"><variable id="insert_bitmap"><link href="text/shared/guide/insert_bitmap.xhp" name="Inserting, Editing, Saving Bitmaps">Inserting, Editing, Saving Bitmaps Images</link>
+<h1 id="hd_id3154136"><variable id="insert_bitmap"><link href="text/shared/guide/insert_bitmap.xhp">Inserting, Editing, Saving Bitmaps Images</link>
</variable></h1>
<h2 id="hd_id3149811">Inserting Bitmaps</h2>
<paragraph role="paragraph" id="par_id3153031" xml-lang="en-US">A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, $[officename] Draw and $[officename] Impress documents.</paragraph>
@@ -81,7 +81,7 @@
<h3 id="hd_id187078">Icons on the Image bar</h3>
<paragraph role="paragraph" id="par_id3148552" xml-lang="en-US">When you select the bitmap image, the <emph>Image</emph> Bar offers you the tools for editing the image. Only a local copy is edited in the document, even if you have inserted an image as a link.</paragraph>
<note id="par_id3159413">The <emph>Image</emph> Bar may look slightly different depending to the module you are using.</note>
-<paragraph role="paragraph" id="par_id3154124" xml-lang="en-US">A number of filters are located on the <link href="text/shared/02/24010000.xhp" name="Image Filter"><emph>Image Filter</emph></link> toolbar, which you can open with the icon on the <emph>Image</emph> Bar. </paragraph>
+<paragraph role="paragraph" id="par_id3154124" xml-lang="en-US">A number of filters are located on the <link href="text/shared/02/24010000.xhp"><emph>Image Filter</emph></link> toolbar, which you can open with the icon on the <emph>Image</emph> Bar. </paragraph>
<paragraph role="paragraph" id="par_id7055574" xml-lang="en-US">The original image file will not be changed by the filters. Filters are applied to an image only inside the document. </paragraph>
<paragraph role="paragraph" id="par_id3145273" xml-lang="en-US">Some of the filters open a dialog, which you can use to select, for example, the intensity of the filter. Most filters can be applied multiple times to increase the filter effect.</paragraph>
<note id="par_id3150105">In $[officename] Draw and $[officename] Impress, you can add text and graphics, select these objects together with the bitmap, and export the selection as a new bitmap image.</note>
diff --git a/source/text/shared/guide/insert_graphic_drawit.xhp b/source/text/shared/guide/insert_graphic_drawit.xhp
index 5953a3966b..9491c8b9ff 100644
--- a/source/text/shared/guide/insert_graphic_drawit.xhp
+++ b/source/text/shared/guide/insert_graphic_drawit.xhp
@@ -47,7 +47,7 @@
<bookmark_value>editing;draw objects</bookmark_value>
<bookmark_value>pictures;scaling/resizing</bookmark_value>
</bookmark><comment>MW added "graphic objects, see also..."</comment>
-<paragraph xml-lang="en-US" id="hd_id3145136" role="heading" level="1"><variable id="insert_graphic_drawit"><link href="text/shared/guide/insert_graphic_drawit.xhp" name="Editing Graphic Objects">Editing Graphic Objects</link>
+<paragraph xml-lang="en-US" id="hd_id3145136" role="heading" level="1"><variable id="insert_graphic_drawit"><link href="text/shared/guide/insert_graphic_drawit.xhp">Editing Graphic Objects</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3153345" role="paragraph">Choose <emph>View - Toolbars - Drawing</emph> to open the <emph>Drawing</emph> toolbar, if it is not already open.</paragraph>
<paragraph xml-lang="en-US" id="par_id3166460" role="paragraph">Drawing objects can be subsequently edited and modified. Drawing objects created in this way are vector graphics, which you can scale freely without any loss of quality.</paragraph>
@@ -87,7 +87,7 @@
</list>
<paragraph xml-lang="en-US" id="par_id3156422" role="note">To revert to normal mode after creating and editing draw objects, click in an area of the document containing no objects. If you see a drawing cursor, first exit this mode by clicking the <emph>Select</emph> icon.</paragraph>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id3145785" role="paragraph"><link href="text/shared/02/01140000.xhp" name="Information about the individual icons">Information about the individual icons</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3145785" role="paragraph"><link href="text/shared/02/01140000.xhp">Information about the individual icons</link></paragraph>
<switch select="appl">
<case select="WRITER"><embed href="text/swriter/guide/insert_graphic.xhp#insert_graphic"/>
</case>
diff --git a/source/text/shared/guide/insert_specialchar.xhp b/source/text/shared/guide/insert_specialchar.xhp
index 59d385b4c0..df26285b79 100644
--- a/source/text/shared/guide/insert_specialchar.xhp
+++ b/source/text/shared/guide/insert_specialchar.xhp
@@ -36,7 +36,7 @@
<bookmark_value>accents</bookmark_value>
<bookmark_value>compose key to insert special characters</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3154927" xml-lang="en-US" level="1"><variable id="insert_specialchar"><link href="text/shared/guide/insert_specialchar.xhp" name="Inserting Special Characters">Inserting Special Characters</link>
+<paragraph role="heading" id="hd_id3154927" xml-lang="en-US" level="1"><variable id="insert_specialchar"><link href="text/shared/guide/insert_specialchar.xhp">Inserting Special Characters</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US">This function allows you to insert special characters, such as check marks, boxes, and telephone symbols, into your text.</paragraph>
<list type="unordered">
@@ -59,7 +59,7 @@
<paragraph role="paragraph" id="par_id3148943" xml-lang="en-US"><switchinline select="sys"><caseinline select="UNIX"><emph>All Unix systems:</emph> (Alt Graph) as additional compose key. The (Alt Graph) key can work in $[officename] like the Compose key, if you set the environment variable SAL_ALTGR_COMPOSE. The (Alt Graph) key must trigger a mode_switch, so, for example, xmodmap -e "keysym Alt_R = Mode_switch" must be set. First press (Alt Graph), then the first modifier, then the second modifier. The characters are combined as described on a Solaris system in the file /usr/openwin/include/X11/Suncompose.h.
</caseinline></switchinline></paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
-<paragraph role="paragraph" id="par_id3149047" xml-lang="en-US"><link href="text/shared/01/04100000.xhp" name="Special Characters">Special Characters</link></paragraph>
-<paragraph role="paragraph" id="par_id3153896" xml-lang="en-US"><link href="text/shared/01/06040200.xhp" name="AutoCorrect">AutoCorrect</link></paragraph>
+<paragraph role="paragraph" id="par_id3149047" xml-lang="en-US"><link href="text/shared/01/04100000.xhp">Special Characters</link></paragraph>
+<paragraph role="paragraph" id="par_id3153896" xml-lang="en-US"><link href="text/shared/01/06040200.xhp">AutoCorrect</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/guide/integratinguno.xhp b/source/text/shared/guide/integratinguno.xhp
index 5a709a6c14..f3a2e001e6 100644
--- a/source/text/shared/guide/integratinguno.xhp
+++ b/source/text/shared/guide/integratinguno.xhp
@@ -34,7 +34,7 @@
<bookmark_value>UNO components;integrating new</bookmark_value>
<bookmark_value>installing;UNO components</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3149760" xml-lang="en-US" level="1"><variable id="integratinguno"><link href="text/shared/guide/integratinguno.xhp" name="Integrating new UNO components">Integrating new UNO components</link>
+<paragraph role="heading" id="hd_id3149760" xml-lang="en-US" level="1"><variable id="integratinguno"><link href="text/shared/guide/integratinguno.xhp">Integrating new UNO components</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3147571" xml-lang="en-US">Programmers can write and integrate their own UNO (Universal Network Objects) components to $[officename]. Those new components can be added to the $[officename] menus and toolbars; we call them "Add-Ons".</paragraph>
<paragraph role="paragraph" id="par_id3154751" xml-lang="en-US">The integration of new components is supported by some tools and services. Details can be found in the $[officename] Developer's Guide. The three main steps are as follows:</paragraph>
@@ -50,7 +50,7 @@
<paragraph role="listitem" id="par_id3166460" xml-lang="en-US">Change the user interface (menus or toolbars). This can be done almost automatically by writing an XML text file that describes the changes. More information can be found in the $[officename] Developer's Guide.</paragraph>
</listitem>
</list>
-<paragraph role="paragraph" id="par_id3151110" xml-lang="en-US">The Add-Ons can extend the functionality of $[officename]. They are not related to the <switchinline select="appl"><caseinline select="CALC"><link href="text/scalc/01/04060112.xhp" name="Add-Ins">Add-Ins</link>
+<paragraph role="paragraph" id="par_id3151110" xml-lang="en-US">The Add-Ons can extend the functionality of $[officename]. They are not related to the <switchinline select="appl"><caseinline select="CALC"><link href="text/scalc/01/04060112.xhp">Add-Ins</link>
</caseinline><defaultinline>Add-Ins</defaultinline></switchinline> that provide new functions for $[officename] Calc.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/guide/keyboard.xhp b/source/text/shared/guide/keyboard.xhp
index 253aea1aa9..d7abfce703 100644
--- a/source/text/shared/guide/keyboard.xhp
+++ b/source/text/shared/guide/keyboard.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3158421"><bookmark_value>accessibility;general shortcuts</bookmark_value>
<bookmark_value>shortcut keys; %PRODUCTNAME accessibility</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3158421" role="heading" level="1"><variable id="keyboard"><link href="text/shared/guide/keyboard.xhp" name="Shortcuts (%PRODUCTNAME Accessibility)">Shortcuts (<item type="productname">%PRODUCTNAME</item> Accessibility)</link>
+<paragraph xml-lang="en-US" id="hd_id3158421" role="heading" level="1"><variable id="keyboard"><link href="text/shared/guide/keyboard.xhp">Shortcuts (<item type="productname">%PRODUCTNAME</item> Accessibility)</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3159201" role="paragraph">You can control <item type="productname">%PRODUCTNAME</item> without using a mouse device, using only the keyboard.</paragraph>
<paragraph xml-lang="en-US" id="par_id3149177" role="paragraph">On each module's main help page (for example, the <item type="productname">%PRODUCTNAME</item> Writer or <item type="productname">%PRODUCTNAME</item> Calc main help page) there is a link to access the keyboard shortcuts' help for that module.</paragraph>
@@ -99,7 +99,7 @@
</table>
<paragraph xml-lang="en-US" id="hd_id3150685" role="heading" level="3">Selection in Tables</paragraph>
- <paragraph xml-lang="en-US" id="par_id3154320" role="paragraph">In several windows, dialogs, and in the table control field, there are tables to select data, for instance, in the right part of the <link href="text/shared/guide/database_main.xhp" name="Data Source View">Data Source View</link>. The following keys are used for selections in these tables:</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154320" role="paragraph">In several windows, dialogs, and in the table control field, there are tables to select data, for instance, in the right part of the <link href="text/shared/guide/database_main.xhp">Data Source View</link>. The following keys are used for selections in these tables:</paragraph>
<list type="unordered">
<listitem>
<paragraph xml-lang="en-US" id="par_id3154014" role="listitem">Spacebar: switches from selection of the current row and cancellation of any selection, but not if the current cell is in edit mode.</paragraph>
@@ -290,7 +290,7 @@
</list>
</section>
<paragraph xml-lang="en-US" id="hd_id3145377" role="heading" level="2">Controlling the Help</paragraph>
- <paragraph xml-lang="en-US" id="par_id3149441" role="paragraph">Press Shift+F1 to display the <link href="text/shared/main0108.xhp" name="Extended Tips">Extended Tips</link> for the currently selected command, icon or control.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3149441" role="paragraph">Press Shift+F1 to display the <link href="text/shared/main0108.xhp">Extended Tips</link> for the currently selected command, icon or control.</paragraph>
<paragraph xml-lang="en-US" id="hd_id3154960" role="heading" level="3">Navigating the main help pages</paragraph>
<list type="unordered">
<listitem>
diff --git a/source/text/shared/guide/labels.xhp b/source/text/shared/guide/labels.xhp
index 2faefa4862..f9b920b606 100644
--- a/source/text/shared/guide/labels.xhp
+++ b/source/text/shared/guide/labels.xhp
@@ -34,15 +34,15 @@
<bookmark_value>business cards; creating and synchronizing</bookmark_value>
<bookmark_value>synchronizing;labels and business cards</bookmark_value>
</bookmark><comment>mw made "synchronizing..." a two level entry</comment>
-<paragraph role="heading" id="hd_id3150774" xml-lang="en-US" level="1"><variable id="labels"><link href="text/shared/guide/labels.xhp" name="Creating and Printing Labels and Business Cards">Creating and Printing Labels and Business Cards</link>
+<paragraph role="heading" id="hd_id3150774" xml-lang="en-US" level="1"><variable id="labels"><link href="text/shared/guide/labels.xhp">Creating and Printing Labels and Business Cards</link>
</variable></paragraph>
<paragraph role="heading" id="hd_id3153345" xml-lang="en-US" level="2">Designing Business Cards Through a Dialog</paragraph>
-<paragraph role="paragraph" id="par_id3146798" xml-lang="en-US">Choose <link href="text/shared/01/01010300.xhp" name="File - New - Business Cards"><emph>File - New - Business Cards</emph></link> to open the<emph> Business Cards </emph>dialog, which allows you to choose how your business cards will look.</paragraph>
+<paragraph role="paragraph" id="par_id3146798" xml-lang="en-US">Choose <link href="text/shared/01/01010300.xhp"><emph>File - New - Business Cards</emph></link> to open the<emph> Business Cards </emph>dialog, which allows you to choose how your business cards will look.</paragraph>
<paragraph role="heading" id="hd_id3147654" xml-lang="en-US" level="2">Designing Labels and Business Cards</paragraph>
<paragraph role="paragraph" id="par_id3152349" xml-lang="en-US">You can design both labels and business cards through the <emph>Labels</emph> dialog.</paragraph>
<list type="ordered">
<listitem>
-<paragraph role="listitem" id="par_id3153880" xml-lang="en-US">Choose <link href="text/shared/01/01010200.xhp" name="File - New - Labels"><emph>File - New - Labels</emph></link> to open the <emph>Labels</emph> dialog.</paragraph>
+<paragraph role="listitem" id="par_id3153880" xml-lang="en-US">Choose <link href="text/shared/01/01010200.xhp"><emph>File - New - Labels</emph></link> to open the <emph>Labels</emph> dialog.</paragraph>
</listitem>
<listitem>
<paragraph role="listitem" id="par_id3149233" xml-lang="en-US">On the <emph>Labels</emph> tab, under <emph>Format</emph>, define the label format.</paragraph>
@@ -67,6 +67,6 @@
<embed href="text/shared/00/00000004.xhp#related"/>
<embed href="text/shared/guide/labels_database.xhp#labels_database"/>
<embed href="text/shared/guide/data_new.xhp#data_new"/>
-<paragraph role="paragraph" id="par_id3150449" xml-lang="en-US"><link href="text/shared/01/01010300.xhp" name="Business Cards">Business Cards</link></paragraph>
+<paragraph role="paragraph" id="par_id3150449" xml-lang="en-US"><link href="text/shared/01/01010300.xhp">Business Cards</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/guide/labels_database.xhp b/source/text/shared/guide/labels_database.xhp
index 6102fa5827..16fba62714 100644
--- a/source/text/shared/guide/labels_database.xhp
+++ b/source/text/shared/guide/labels_database.xhp
@@ -32,7 +32,7 @@
<bookmark_value>stickers</bookmark_value>
<bookmark_value>databases;creating labels</bookmark_value>
</bookmark><comment>mw deleted "creating;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3147399" role="heading" level="1"><variable id="labels_database"><link href="text/shared/guide/labels_database.xhp" name="Printing Address Labels">Printing Address Labels</link>
+<paragraph xml-lang="en-US" id="hd_id3147399" role="heading" level="1"><variable id="labels_database"><link href="text/shared/guide/labels_database.xhp">Printing Address Labels</link>
</variable></paragraph>
<list type="ordered">
<listitem>
diff --git a/source/text/shared/guide/language_select.xhp b/source/text/shared/guide/language_select.xhp
index 83f1827efe..de98380b0f 100644
--- a/source/text/shared/guide/language_select.xhp
+++ b/source/text/shared/guide/language_select.xhp
@@ -37,7 +37,7 @@
<bookmark_value>spelling; default languages</bookmark_value>
<bookmark_value>dictionaries, see also languages</bookmark_value>
</bookmark><comment>mw deleted "applying;" and changed "languages;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3083278" role="heading" level="1"><variable id="language_select"><link href="text/shared/guide/language_select.xhp" name="Selecting the Document Language">Selecting the Document Language</link>
+<paragraph xml-lang="en-US" id="hd_id3083278" role="heading" level="1"><variable id="language_select"><link href="text/shared/guide/language_select.xhp">Selecting the Document Language</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3150040" role="paragraph">The language you select for your document determines the dictionary used for spellcheck, thesaurus and hyphenation, the decimal and thousands delimiter used and the default currency format.</paragraph>
<list type="unordered">
@@ -54,7 +54,7 @@
<paragraph xml-lang="en-US" id="hd_id3146121" role="heading" level="2">Selecting a language for the whole document</paragraph>
<list type="ordered">
<listitem>
- <paragraph xml-lang="en-US" id="par_id3083443" role="listitem">Choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline>. Go to <link href="text/shared/optionen/01140000.xhp" name="Language Settings - Languages"><emph>Language Settings - Languages</emph></link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3083443" role="listitem">Choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline>. Go to <link href="text/shared/optionen/01140000.xhp"><emph>Language Settings - Languages</emph></link>.</paragraph>
</listitem>
<listitem>
<paragraph xml-lang="en-US" id="par_id3149664" role="listitem">Under <emph>Default languages for documents</emph>, select the document language for all newly created documents. If you mark <emph>For the current document only</emph>, your choice will only apply to the current document. Close the dialog with <emph>OK</emph>.</paragraph>
@@ -202,7 +202,7 @@
</case>
</switch>
<embed href="text/shared/00/00000004.xhp#related"/>
- <paragraph xml-lang="en-US" id="par_id3150043" role="paragraph"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01140000.xhp" name="Language Settings - Languages">Language Settings - Languages</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3152483" role="paragraph"><link href="text/shared/01/05020100.xhp" name="Format - Character - Font">Format - Character - Font</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3150043" role="paragraph"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01140000.xhp">Language Settings - Languages</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3152483" role="paragraph"><link href="text/shared/01/05020100.xhp">Format - Character - Font</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/guide/line_intext.xhp b/source/text/shared/guide/line_intext.xhp
index 06575b3899..9ea1f41fd7 100644
--- a/source/text/shared/guide/line_intext.xhp
+++ b/source/text/shared/guide/line_intext.xhp
@@ -35,7 +35,7 @@
<bookmark_value>drawing lines in text</bookmark_value>
<bookmark_value>automatic lines/borders in text</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3143206" xml-lang="en-US" level="1"><variable id="line_intext"><link href="text/shared/guide/line_intext.xhp" name="Drawing Lines in Text">Drawing Lines in Text</link>
+<paragraph role="heading" id="hd_id3143206" xml-lang="en-US" level="1"><variable id="line_intext"><link href="text/shared/guide/line_intext.xhp">Drawing Lines in Text</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3144436" xml-lang="en-US">You can incorporate lines into your text with custom angles, width, color, and other attributes.</paragraph>
<paragraph role="paragraph" id="par_id3153345" xml-lang="en-US">To define the line attributes and direction, use the <emph>Line</emph> drawing object as follows:</paragraph>
@@ -96,7 +96,7 @@
<paragraph role="listitem" id="par_id3153049" xml-lang="en-US">Create a horizontal line by applying the preset Paragraph Style <emph>Horizontal Line</emph>. Click into an empty paragraph, and double-click the <emph>Horizontal Line</emph> Style in the <emph>Styles</emph> window. If the entry for horizontal lines is not visible in the list of Paragraph Styles, select "All Styles" in the lower listbox.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3153748" xml-lang="en-US">You can draw a line above, beside or below a paragraph in a Writer text document by choosing <emph>Format - Paragraph - </emph><link href="text/shared/01/05030500.xhp" name="Borders"><emph>Borders</emph></link>.</paragraph>
+<paragraph role="listitem" id="par_id3153748" xml-lang="en-US">You can draw a line above, beside or below a paragraph in a Writer text document by choosing <emph>Format - Paragraph - </emph><link href="text/shared/01/05030500.xhp"><emph>Borders</emph></link>.</paragraph>
</listitem>
</list>
<paragraph role="heading" id="par_idN107C6" xml-lang="en-US" level="2">Automatic lines in Writer</paragraph>
@@ -115,10 +115,10 @@
<paragraph role="listitem" id="par_idN107E0" xml-lang="en-US">To disable the automatic borders, choose <emph>Tools - AutoCorrect - AutoCorrect Options - Options</emph> and clear <emph>Apply border</emph>.</paragraph>
</listitem>
</list>
-<paragraph role="warning" id="par_id3145787" xml-lang="en-US">The lines and other drawing objects that you insert in text are not defined in <link href="text/shared/00/00000002.xhp#html" name="HTML">HTML</link>, and are therefore not exported directly into HTML format. Instead, they are exported as graphics.</paragraph>
+<paragraph role="warning" id="par_id3145787" xml-lang="en-US">The lines and other drawing objects that you insert in text are not defined in <link href="text/shared/00/00000002.xhp#html">HTML</link>, and are therefore not exported directly into HTML format. Instead, they are exported as graphics.</paragraph>
<paragraph role="tip" id="par_id641804" xml-lang="en-US">When you enter a line width, you can append a measurement unit. A zero line width results in a hairline with a width of one pixel of the output medium.</paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
-<paragraph role="paragraph" id="par_id3154188" xml-lang="en-US"><link href="text/shared/01/05030500.xhp" name="Format - Paragraph - Borders">Format - Paragraph - Borders</link></paragraph>
+<paragraph role="paragraph" id="par_id3154188" xml-lang="en-US"><link href="text/shared/01/05030500.xhp">Format - Paragraph - Borders</link></paragraph>
<embed href="text/shared/guide/linestyles.xhp#linestyles"/>
</body>
</helpdocument>
diff --git a/source/text/shared/guide/lineend_define.xhp b/source/text/shared/guide/lineend_define.xhp
index 791e02aa15..206eaf711b 100644
--- a/source/text/shared/guide/lineend_define.xhp
+++ b/source/text/shared/guide/lineend_define.xhp
@@ -29,7 +29,7 @@
<bookmark_value>arrows; defining arrow heads</bookmark_value>
<bookmark_value>lines;defining ends</bookmark_value>
</bookmark>
-<h1 id="hd_id3146117" xml-lang="en-US"><variable id="lineend_define"><link href="text/shared/guide/lineend_define.xhp" name="Defining Line Ends">Defining Arrow Styles</link></variable></h1>
+<h1 id="hd_id3146117" xml-lang="en-US"><variable id="lineend_define"><link href="text/shared/guide/lineend_define.xhp">Defining Arrow Styles</link></variable></h1>
<paragraph role="paragraph" id="par_id3153750" xml-lang="en-US">You can define any shape to be included in the list of available arrow styles. Only the form of the shape is added as a black filled arrowhead.</paragraph>
<list type="ordered">
<listitem>
diff --git a/source/text/shared/guide/linestyle_define.xhp b/source/text/shared/guide/linestyle_define.xhp
index 834b3e6546..b457101039 100644
--- a/source/text/shared/guide/linestyle_define.xhp
+++ b/source/text/shared/guide/linestyle_define.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3153825"><bookmark_value>line styles;defining</bookmark_value>
<bookmark_value>defining;line styles</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153825" xml-lang="en-US" level="1"><variable id="linestyle_define"><link href="text/shared/guide/linestyle_define.xhp" name="Defining Line Styles">Defining Line Styles</link>
+<paragraph role="heading" id="hd_id3153825" xml-lang="en-US" level="1"><variable id="linestyle_define"><link href="text/shared/guide/linestyle_define.xhp">Defining Line Styles</link>
</variable></paragraph>
<list type="ordered">
<listitem>
diff --git a/source/text/shared/guide/linestyles.xhp b/source/text/shared/guide/linestyles.xhp
index c24942c2cf..ada9b17bf7 100644
--- a/source/text/shared/guide/linestyles.xhp
+++ b/source/text/shared/guide/linestyles.xhp
@@ -35,7 +35,7 @@
<bookmark_value>arrows; defining arrow lines</bookmark_value>
<bookmark_value>line styles; applying</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153884" xml-lang="en-US" level="1"><variable id="linestyles"><link href="text/shared/guide/linestyles.xhp" name="Applying Line Styles Using the Toolbar">Applying Line Styles Using the Toolbar</link>
+<paragraph role="heading" id="hd_id3153884" xml-lang="en-US" level="1"><variable id="linestyles"><link href="text/shared/guide/linestyles.xhp">Applying Line Styles Using the Toolbar</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3150669" xml-lang="en-US">The <emph>Drawing Object Properties</emph> toolbar contains icons and combo boxes to define various line attributes.</paragraph>
<list type="unordered">
diff --git a/source/text/shared/guide/lotusdbasediff.xhp b/source/text/shared/guide/lotusdbasediff.xhp
index d23eb13569..7a723b9f62 100644
--- a/source/text/shared/guide/lotusdbasediff.xhp
+++ b/source/text/shared/guide/lotusdbasediff.xhp
@@ -22,7 +22,7 @@
<bookmark_value>Diff;command line filter options</bookmark_value>
</bookmark>
<section id="lotusdbasediff_head">
- <h1 id="hd_id871634727961723"><variable id="lotusbasediff_h1"><link href="text/shared/guide/lotusdbasediff.xhp" name="LotusdBaseDiff">Lotus, dBase and Diff filter parameters</link></variable></h1>
+ <h1 id="hd_id871634727961723"><variable id="lotusbasediff_h1"><link href="text/shared/guide/lotusdbasediff.xhp">Lotus, dBase and Diff filter parameters</link></variable></h1>
<paragraph id="par_id951634727961726" role="paragraph" xml-lang="en-US">The Lotus, dBase and Diff filters accept a string containing the numerical index of the used character set for single-byte characters, that is, 0 for the system character set. The numerical indexes assigned to the character sets are in the table below.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
diff --git a/source/text/shared/guide/macro_recording.xhp b/source/text/shared/guide/macro_recording.xhp
index fe2c4ea56f..bb1821ccee 100644
--- a/source/text/shared/guide/macro_recording.xhp
+++ b/source/text/shared/guide/macro_recording.xhp
@@ -30,7 +30,7 @@
<bookmark_value>recording; macros</bookmark_value>
<bookmark_value>Basic; recording macros</bookmark_value>
</bookmark>
- <paragraph role="heading" id="hd_id3093440" xml-lang="en-US" level="1"><variable id="macro_recording"><link href="text/shared/guide/macro_recording.xhp" name="Recording a Macro">Recording a Macro</link>
+ <paragraph role="heading" id="hd_id3093440" xml-lang="en-US" level="1"><variable id="macro_recording"><link href="text/shared/guide/macro_recording.xhp">Recording a Macro</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id101513461219184" role="paragraph">%PRODUCTNAME can record commands executed with the keyboard and mouse in Writer and Calc</paragraph>
<list type="ordered">
@@ -90,7 +90,7 @@
</listitem>
</list>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id3156422" xml-lang="en-US"><link href="text/shared/01/06130000.xhp" name="Macro">Macro</link></paragraph>
+ <paragraph role="paragraph" id="par_id3156422" xml-lang="en-US"><link href="text/shared/01/06130000.xhp">Macro</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/guide/main.xhp b/source/text/shared/guide/main.xhp
index a3f45acf2e..e74fda9a6f 100644
--- a/source/text/shared/guide/main.xhp
+++ b/source/text/shared/guide/main.xhp
@@ -31,7 +31,7 @@
<bookmark_value>instructions; general</bookmark_value>
</bookmark>
-<h1 id="hd_id3151097" xml-lang="en-US"><variable id="main"><link href="text/shared/guide/main.xhp" name="General Instructions for %PRODUCTNAME">General Instructions for <item type="productname">%PRODUCTNAME</item></link></variable></h1>
+<h1 id="hd_id3151097" xml-lang="en-US"><variable id="main"><link href="text/shared/guide/main.xhp">General Instructions for <item type="productname">%PRODUCTNAME</item></link></variable></h1>
<h2 id="hd_id3153681" xml-lang="en-US">Opening and Saving Documents and Templates</h2>
<embed href="text/shared/guide/aaa_start.xhp#aaa_start"/>
@@ -168,8 +168,8 @@
<embed href="text/shared/guide/chart_legend.xhp#chart_legend"/>
<h2 id="hd_id3157846" xml-lang="en-US">Miscellaneous</h2>
-<paragraph id="par_id3147173" role="paragraph" xml-lang="en-US"><link href="text/shared/00/00000005.xhp" name="General Terminology">General Terminology</link></paragraph>
-<paragraph id="par_id3156332" role="paragraph" xml-lang="en-US"><link href="text/shared/00/00000002.xhp" name="Internet Terminology">Internet Terminology</link></paragraph>
+<paragraph id="par_id3147173" role="paragraph" xml-lang="en-US"><link href="text/shared/00/00000005.xhp">General Terminology</link></paragraph>
+<paragraph id="par_id3156332" role="paragraph" xml-lang="en-US"><link href="text/shared/00/00000002.xhp">Internet Terminology</link></paragraph>
<embed href="text/shared/guide/ctl.xhp#ctl"/>
<embed href="text/shared/guide/insert_bitmap.xhp#insert_bitmap"/>
<embed href="text/shared/guide/groups.xhp#groups"/>
diff --git a/source/text/shared/guide/manage_templates.xhp b/source/text/shared/guide/manage_templates.xhp
index 5cf2239c38..c88404b0d8 100644
--- a/source/text/shared/guide/manage_templates.xhp
+++ b/source/text/shared/guide/manage_templates.xhp
@@ -22,8 +22,8 @@
<bookmark_value>file extensions;in templates</bookmark_value>
</bookmark>
-<h1 id="hd_id901607893176311"><variable id="manage_templates"><link href="text/shared/guide/manage_templates.xhp" name="Manage_Templates">Templates in the Template Manager</link></variable></h1>
-<paragraph role="paragraph" id="par_id411607893606359">The recommended method for working with templates is to use the <link href="text/shared/guide/template_manager.xhp" name="template_manager">Template Manager</link> and the commands in the <link href="text/shared/01/01110000.xhp" name="template_submenu"><menuitem>File - Templates</menuitem></link> submenu, <menuitem>Edit Template</menuitem> and <menuitem>Save as Template</menuitem>. These commands are sufficient for basic management of templates in %PRODUCTNAME.</paragraph>
+<h1 id="hd_id901607893176311"><variable id="manage_templates"><link href="text/shared/guide/manage_templates.xhp">Templates in the Template Manager</link></variable></h1>
+<paragraph role="paragraph" id="par_id411607893606359">The recommended method for working with templates is to use the <link href="text/shared/guide/template_manager.xhp">Template Manager</link> and the commands in the <link href="text/shared/01/01110000.xhp"><menuitem>File - Templates</menuitem></link> submenu, <menuitem>Edit Template</menuitem> and <menuitem>Save as Template</menuitem>. These commands are sufficient for basic management of templates in %PRODUCTNAME.</paragraph>
<paragraph role="paragraph" id="par_id911607894878048">This guide explains how the file system interacts with the Template Manager. This information is particularly useful if you want to manage directories directly, but still be coordinated with the Template Manager.</paragraph>
<h2 id="hd_id101607896260383">Working with Template Files</h2>
@@ -70,7 +70,7 @@
</tablecell>
</tablerow>
</table>
-<paragraph role="paragraph" id="par_id941607989961367">For information about the meaning of the extensions see <link href="text/shared/guide/convertfilters.xhp" name="File Extensions">Filter Conversion</link>.</paragraph>
+<paragraph role="paragraph" id="par_id941607989961367">For information about the meaning of the extensions see <link href="text/shared/guide/convertfilters.xhp">Filter Conversion</link>.</paragraph>
<h2 id="hd_id991607990069687">Working with Template Names</h2>
<paragraph role="paragraph" id="par_id531607967664414">The Template Manager shows the Title field of a document as the Template Name. As long as the Title field is not empty, the filename has no consequences for the Template Name shown in the Template Manager. If the Title field is empty, the filename, without extension, is shown as the Template Name.</paragraph>
<note id="par_id841607968899084">If two templates have the exact same entry in the Title field and belong to the same Category, then only one template appears in the Template Manager.</note>
diff --git a/source/text/shared/guide/measurement_units.xhp b/source/text/shared/guide/measurement_units.xhp
index 156859f351..55b308ac21 100644
--- a/source/text/shared/guide/measurement_units.xhp
+++ b/source/text/shared/guide/measurement_units.xhp
@@ -38,7 +38,7 @@
<bookmark_value>distances</bookmark_value>
<bookmark_value>selecting;measurement units</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3159201" xml-lang="en-US" level="1"><variable id="measurement_units"><link href="text/shared/guide/measurement_units.xhp" name="Selecting Measurement Units">Selecting Measurement Units</link>
+<paragraph role="heading" id="hd_id3159201" xml-lang="en-US" level="1"><variable id="measurement_units"><link href="text/shared/guide/measurement_units.xhp">Selecting Measurement Units</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3146957" xml-lang="en-US">You can select separate measurement units for $[officename] Writer, $[officename] Writer/Web, $[officename] Calc, $[officename] Impress and $[officename] Draw documents.</paragraph>
<list type="ordered">
@@ -60,7 +60,7 @@
</listitem>
</list>
<embed href="text/shared/00/00000004.xhp#related"/>
-<paragraph role="paragraph" id="par_id3153126" xml-lang="en-US"><link href="text/shared/00/00000003.xhp" name="Entering measurement units directly">Entering measurement units directly</link></paragraph>
-<paragraph role="paragraph" id="par_id3148473" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01040200.xhp" name="Writer - General">%PRODUCTNAME Writer - General</link></paragraph>
+<paragraph role="paragraph" id="par_id3153126" xml-lang="en-US"><link href="text/shared/00/00000003.xhp">Entering measurement units directly</link></paragraph>
+<paragraph role="paragraph" id="par_id3148473" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01040200.xhp">%PRODUCTNAME Writer - General</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/guide/microsoft_terms.xhp b/source/text/shared/guide/microsoft_terms.xhp
index 3fbd667217..a6d6959409 100644
--- a/source/text/shared/guide/microsoft_terms.xhp
+++ b/source/text/shared/guide/microsoft_terms.xhp
@@ -29,7 +29,7 @@
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3156136"><bookmark_value>Microsoft Office;feature comparisons</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3156136" xml-lang="en-US" level="1"><variable id="microsoft_terms"><link href="text/shared/guide/microsoft_terms.xhp" name="Comparing Microsoft Office and $[officename] Terms">Comparing Microsoft Office and $[officename] Terms</link>
+<paragraph role="heading" id="hd_id3156136" xml-lang="en-US" level="1"><variable id="microsoft_terms"><link href="text/shared/guide/microsoft_terms.xhp">Comparing Microsoft Office and $[officename] Terms</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3149177" xml-lang="en-US">The following table lists Microsoft Office features and their $[officename] equivalents.</paragraph>
<table id="tbl_id3147088">
@@ -46,7 +46,7 @@
<paragraph role="tablecontent" id="par_id3153252" xml-lang="en-US">AutoShapes</paragraph>
</tablecell>
<tablecell>
-<paragraph role="tablecontent" id="par_id3154897" xml-lang="en-US"><link href="text/shared/guide/gallery_insert.xhp" name="Gallery Objects">Gallery Objects</link><br/>Shapes are on the <emph>Drawing</emph> toolbar (menu <item type="menuitem">View - Toolbars - Drawing</item>)</paragraph>
+<paragraph role="tablecontent" id="par_id3154897" xml-lang="en-US"><link href="text/shared/guide/gallery_insert.xhp">Gallery Objects</link><br/>Shapes are on the <emph>Drawing</emph> toolbar (menu <item type="menuitem">View - Toolbars - Drawing</item>)</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -54,7 +54,7 @@
<paragraph role="tablecontent" id="par_id3157910" xml-lang="en-US">Change Case</paragraph>
</tablecell>
<tablecell>
-<paragraph role="tablecontent" id="par_id3153825" xml-lang="en-US"><link href="text/shared/01/05050000.xhp" name="Change Case">Case/Characters</link></paragraph>
+<paragraph role="tablecontent" id="par_id3153825" xml-lang="en-US"><link href="text/shared/01/05050000.xhp">Case/Characters</link></paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -70,7 +70,7 @@
<paragraph role="tablecontent" id="par_id3148946" xml-lang="en-US">Compare and Merge Documents</paragraph>
</tablecell>
<tablecell>
-<paragraph role="tablecontent" id="par_id3153524" xml-lang="en-US"><link href="text/shared/guide/redlining_doccompare.xhp" name="Compare">Compare</link></paragraph>
+<paragraph role="tablecontent" id="par_id3153524" xml-lang="en-US"><link href="text/shared/guide/redlining_doccompare.xhp">Compare</link></paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -78,7 +78,7 @@
<paragraph role="tablecontent" id="par_id3151041" xml-lang="en-US">Document Map</paragraph>
</tablecell>
<tablecell>
-<paragraph role="tablecontent" id="par_id3156280" xml-lang="en-US"><link href="text/shared/guide/navigator_setcursor.xhp" name="Navigator">Navigator</link></paragraph>
+<paragraph role="tablecontent" id="par_id3156280" xml-lang="en-US"><link href="text/shared/guide/navigator_setcursor.xhp">Navigator</link></paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -86,7 +86,7 @@
<paragraph role="tablecontent" id="par_id3153768" xml-lang="en-US">Formula Auditing</paragraph>
</tablecell>
<tablecell>
-<paragraph role="tablecontent" id="par_id3154013" xml-lang="en-US"><link href="text/scalc/01/06030000.xhp" name="Detective">Detective</link></paragraph>
+<paragraph role="tablecontent" id="par_id3154013" xml-lang="en-US"><link href="text/scalc/01/06030000.xhp">Detective</link></paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -94,7 +94,7 @@
<paragraph role="tablecontent" id="par_id3153573" xml-lang="en-US">Lines and Page Breaks</paragraph>
</tablecell>
<tablecell>
-<paragraph role="tablecontent" id="par_id3151116" xml-lang="en-US"><link href="text/swriter/01/05030200.xhp" name="Text Flow">Text Flow</link></paragraph>
+<paragraph role="tablecontent" id="par_id3151116" xml-lang="en-US"><link href="text/swriter/01/05030200.xhp">Text Flow</link></paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -111,7 +111,7 @@
<paragraph role="tablecontent" id="par_id3152940" xml-lang="en-US">Markup</paragraph>
</tablecell>
<tablecell>
-<paragraph role="tablecontent" id="par_id3147048" xml-lang="en-US"><link href="text/shared/01/02230200.xhp" name="Track Changes - Show">Track Changes - Show</link></paragraph>
+<paragraph role="tablecontent" id="par_id3147048" xml-lang="en-US"><link href="text/shared/01/02230200.xhp">Track Changes - Show</link></paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -127,7 +127,7 @@
<paragraph role="tablecontent" id="par_id3145643" xml-lang="en-US">Replace text as you type</paragraph>
</tablecell>
<tablecell>
-<paragraph role="tablecontent" id="par_id3152962" xml-lang="en-US"><link href="text/shared/optionen/01010400.xhp" name="AutoCorrect">AutoCorrect</link></paragraph>
+<paragraph role="tablecontent" id="par_id3152962" xml-lang="en-US"><link href="text/shared/optionen/01010400.xhp">AutoCorrect</link></paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -135,7 +135,7 @@
<paragraph role="tablecontent" id="par_id3154755" xml-lang="en-US">Show/Hide</paragraph>
</tablecell>
<tablecell>
-<paragraph role="tablecontent" id="par_id3150045" xml-lang="en-US"><link href="text/swriter/01/03100000.xhp" name="Nonprinting Characters">Nonprinting Characters</link>, <link href="text/swriter/01/03140000.xhp" name="Hidden Paragraphs">Hidden Paragraphs</link></paragraph>
+<paragraph role="tablecontent" id="par_id3150045" xml-lang="en-US"><link href="text/swriter/01/03100000.xhp">Nonprinting Characters</link>, <link href="text/swriter/01/03140000.xhp">Hidden Paragraphs</link></paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -143,7 +143,7 @@
<paragraph role="tablecontent" id="par_id3156373" xml-lang="en-US">Spelling and Grammar</paragraph>
</tablecell>
<tablecell>
-<paragraph role="tablecontent" id="par_id3150297"><link href="text/shared/01/06010000.xhp" name="Spelling">Spelling</link></paragraph>
+<paragraph role="tablecontent" id="par_id3150297"><link href="text/shared/01/06010000.xhp">Spelling</link></paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -151,7 +151,7 @@
<paragraph role="tablecontent" id="par_id3154205" xml-lang="en-US">Track changes</paragraph>
</tablecell>
<tablecell>
-<paragraph role="tablecontent" id="par_id3146810" xml-lang="en-US"><link href="text/shared/01/02230000.xhp" name="Changes - Record">Changes - Record</link></paragraph>
+<paragraph role="tablecontent" id="par_id3146810" xml-lang="en-US"><link href="text/shared/01/02230000.xhp">Changes - Record</link></paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -159,7 +159,7 @@
<paragraph role="tablecontent" id="par_id3151214" xml-lang="en-US">Validation</paragraph>
</tablecell>
<tablecell>
-<paragraph role="tablecontent" id="par_id3156138" xml-lang="en-US"><link href="text/scalc/01/12120000.xhp" name="Validity">Validity</link></paragraph>
+<paragraph role="tablecontent" id="par_id3156138" xml-lang="en-US"><link href="text/scalc/01/12120000.xhp">Validity</link></paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -167,7 +167,7 @@
<paragraph role="tablecontent" id="par_id3166431" xml-lang="en-US">Workbook</paragraph>
</tablecell>
<tablecell>
-<paragraph role="tablecontent" id="par_id3155379" xml-lang="en-US"><link href="text/scalc/main0503.xhp" name="Spreadsheet">Spreadsheet</link></paragraph>
+<paragraph role="tablecontent" id="par_id3155379" xml-lang="en-US"><link href="text/scalc/main0503.xhp">Spreadsheet</link></paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -175,7 +175,7 @@
<paragraph role="tablecontent" id="par_id3153228" xml-lang="en-US">Worksheet</paragraph>
</tablecell>
<tablecell>
-<paragraph role="tablecontent" id="par_id3148593" xml-lang="en-US"><link href="text/scalc/01/04050000.xhp" name="Sheet">Sheet</link></paragraph>
+<paragraph role="tablecontent" id="par_id3148593" xml-lang="en-US"><link href="text/scalc/01/04050000.xhp">Sheet</link></paragraph>
</tablecell>
</tablerow>
<tablerow>
diff --git a/source/text/shared/guide/ms_doctypes.xhp b/source/text/shared/guide/ms_doctypes.xhp
index 06d277b274..7c7dc4576b 100644
--- a/source/text/shared/guide/ms_doctypes.xhp
+++ b/source/text/shared/guide/ms_doctypes.xhp
@@ -31,7 +31,7 @@
<bookmark_value>file associations for Microsoft Office</bookmark_value>
<bookmark_value>changing;file associations in Setup program</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3143267" xml-lang="en-US" level="1"><variable id="ms_doctypes"><link href="text/shared/guide/ms_doctypes.xhp" name="Changing the Association of Microsoft Office Document Types">Changing the Association of Microsoft Office Document Types</link>
+<paragraph role="heading" id="hd_id3143267" xml-lang="en-US" level="1"><variable id="ms_doctypes"><link href="text/shared/guide/ms_doctypes.xhp">Changing the Association of Microsoft Office Document Types</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3152780" xml-lang="en-US">To change the association of Microsoft Office file name extensions to open the files either in $[officename] or in Microsoft Office, using Microsoft Windows:</paragraph>
<section id="ms_extensions">
diff --git a/source/text/shared/guide/ms_import_export_limitations.xhp b/source/text/shared/guide/ms_import_export_limitations.xhp
index 3be46e3086..4e5d98eacf 100644
--- a/source/text/shared/guide/ms_import_export_limitations.xhp
+++ b/source/text/shared/guide/ms_import_export_limitations.xhp
@@ -31,7 +31,7 @@
<bookmark_value>Microsoft Office;importing password protected files</bookmark_value>
</bookmark><comment>MW moved "Microsoft Office;" from shared/guide/protection.xhp</comment>
<paragraph role="paragraph" id="par_id3149760" xml-lang="en-US" localize="false"/>
-<paragraph role="heading" id="hd_id3152425" xml-lang="en-US" level="1"><variable id="about"><link href="text/shared/guide/ms_import_export_limitations.xhp" name="About Converting Microsoft Office Documents">About Converting Microsoft Office Documents</link></variable></paragraph>
+<paragraph role="heading" id="hd_id3152425" xml-lang="en-US" level="1"><variable id="about"><link href="text/shared/guide/ms_import_export_limitations.xhp">About Converting Microsoft Office Documents</link></variable></paragraph>
<paragraph role="paragraph" id="par_id3147834" xml-lang="en-US">$[officename] can automatically open Microsoft Office 97/2000/XP documents. However, some layout features and formatting attributes in more complex Microsoft Office documents are handled differently in $[officename] or are unsupported. As a result, converted files require some degree of manual reformatting. The amount of reformatting that can be expected is proportional to the complexity of the structure and formatting of the source document. $[officename] cannot run Visual Basic Scripts, but can load them for you to analyze.</paragraph>
<paragraph role="note" id="par_id0804200804174819" xml-lang="en-US">The most recent versions of %PRODUCTNAME can load and save the Microsoft Office Open XML document formats with the extensions docx, xlsx, and pptx. The same versions can also run some Excel Visual Basic scripts, if you enable this feature at <switchinline select="sys"><caseinline select="MAC"><item type="menuitem">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type="menuitem">Tools - Options</item></defaultinline></switchinline><item type="menuitem"> - Load/Save - VBA Properties</item>.</paragraph>
<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US">The following lists provide a general overview of Microsoft Office features that may cause conversion challenges. These will not affect your ability to use or work with the content of the converted document.</paragraph>
@@ -116,7 +116,7 @@
<paragraph role="paragraph" id="par_id0811200801491972" xml-lang="en-US">In Excel, the formula =A1+A2 returns 2, but the formula =SUM(A1,A2) returns 0.<comment>in SUM(A1&lt;limiter&gt;A2), use the Excel limiter comma , in English and semicolon ; in German</comment></paragraph>
</listitem>
</list>
-<paragraph role="note" id="par_id3150439" xml-lang="en-US">For a detailed overview about converting documents to and from Microsoft Office format, see the <link href="https://wiki.documentfoundation.org/Documentation/OOoAuthors_User_Manual/Migration_Guide" name="wiki.dcoumentfoundation.org OOoAuthors User Manual: Migration Guide">Migration Guide</link>.</paragraph>
+<paragraph role="note" id="par_id3150439" xml-lang="en-US">For a detailed overview about converting documents to and from Microsoft Office format, see the <link href="https://wiki.documentfoundation.org/Documentation/OOoAuthors_User_Manual/Migration_Guide">Migration Guide</link>.</paragraph>
<paragraph role="heading" id="par_idN10A9F" xml-lang="en-US" level="2">Opening Microsoft Office Documents That Are Protected With a Password</paragraph>
<paragraph role="paragraph" id="par_id8699606" xml-lang="en-US">%PRODUCTNAME can open the following Microsoft Office document types that are protected by a password.</paragraph>
<table id="tbl_id4497512">
@@ -181,7 +181,7 @@
<section id="relatedtopics">
<embed href="text/shared/guide/ms_user.xhp#ms_user"/>
<embed href="text/shared/guide/ms_doctypes.xhp#ms_doctypes"/>
- <paragraph xml-lang="en-US" id="par_id3147318" role="paragraph"><link href="text/shared/optionen/01010200.xhp" name="Setting the default file format">Setting the default file format</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3147318" role="paragraph"><link href="text/shared/optionen/01010200.xhp">Setting the default file format</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/guide/ms_user.xhp b/source/text/shared/guide/ms_user.xhp
index dc9cffe50e..2dbd45aeec 100644
--- a/source/text/shared/guide/ms_user.xhp
+++ b/source/text/shared/guide/ms_user.xhp
@@ -33,7 +33,7 @@
<bookmark_value>saving;in Microsoft Office file format</bookmark_value>
<bookmark_value>macros; in MS Office documents</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3150789" xml-lang="en-US" level="1"><variable id="ms_user"><link href="text/shared/guide/ms_user.xhp" name="Using Microsoft Office and $[officename]">Using Microsoft Office and $[officename]</link>
+<paragraph role="heading" id="hd_id3150789" xml-lang="en-US" level="1"><variable id="ms_user"><link href="text/shared/guide/ms_user.xhp">Using Microsoft Office and $[officename]</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3152801" xml-lang="en-US">$[officename] can open and save documents in the Microsoft Office file formats, including Microsoft Office Open XML formats.</paragraph>
<paragraph role="heading" id="hd_id3145345" xml-lang="en-US" level="2">Opening a Microsoft Office File</paragraph>
@@ -89,7 +89,7 @@
<paragraph role="heading" id="hd_id3154138" xml-lang="en-US" level="2">Saving Documents by Default in Microsoft Office Formats</paragraph>
<list type="ordered">
<listitem>
-<paragraph role="listitem" id="par_id3144760" xml-lang="en-US">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/01010200.xhp" name="Load/Save - General"><emph>Load/Save - General</emph></link>.</paragraph>
+<paragraph role="listitem" id="par_id3144760" xml-lang="en-US">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/01010200.xhp"><emph>Load/Save - General</emph></link>.</paragraph>
</listitem>
<listitem>
<paragraph role="listitem" id="par_id3148453" xml-lang="en-US">In the <emph>Default file format and ODF settings</emph> area, first select a document type, then select the file type for saving.</paragraph>
@@ -106,19 +106,19 @@
<paragraph role="paragraph" id="par_id3146986" xml-lang="en-US">The <emph>Document Converter Wizard</emph> will copy and convert all Microsoft Office files in a folder into $[officename] documents in the OpenDocument file format. You can specify the folder to be read, and the folder where the converted files are to be saved.</paragraph>
<list type="ordered">
<listitem>
-<paragraph role="listitem" id="par_id3150486" xml-lang="en-US">Choose <link href="text/shared/autopi/01130000.xhp" name="File - AutoPilot - Document Converter"><emph>File - Wizards - Document Converter</emph></link> to start the wizard.</paragraph>
+<paragraph role="listitem" id="par_id3150486" xml-lang="en-US">Choose <link href="text/shared/autopi/01130000.xhp"><emph>File - Wizards - Document Converter</emph></link> to start the wizard.</paragraph>
</listitem>
</list>
<paragraph role="heading" id="hd_id3154319" xml-lang="en-US" level="2">Macros in Microsoft Office and $[officename]</paragraph>
<paragraph role="paragraph" id="par_id3154921" xml-lang="en-US">With a few exceptions, Microsoft Office and $[officename] cannot run the same macro code. Microsoft Office uses VBA (Visual Basic for Applications) code, and $[officename] uses Basic code based on the $[officename] API (Application Program Interface) environment. Although the programming language is the same, the objects and methods are different.</paragraph>
<paragraph role="note" id="par_id0804200804173539" xml-lang="en-US">The most recent versions of %PRODUCTNAME can run some Excel Visual Basic scripts if you enable this feature at <switchinline select="sys"><caseinline select="MAC"><item type="menuitem">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type="menuitem">Tools - Options</item></defaultinline></switchinline><item type="menuitem"> - Load/Save - VBA Properties</item>.</paragraph>
-<paragraph role="paragraph" id="par_id3152577" xml-lang="en-US">If you use macros in one of the applications and want to use the same functionality in the other application, you must edit the macros. $[officename] can load the macros that are contained within Microsoft Office files and you can then view and edit the macro code in the $[officename] <link href="text/shared/main0600.xhp" name="Basic IDE">Basic IDE</link> editor.</paragraph>
+<paragraph role="paragraph" id="par_id3152577" xml-lang="en-US">If you use macros in one of the applications and want to use the same functionality in the other application, you must edit the macros. $[officename] can load the macros that are contained within Microsoft Office files and you can then view and edit the macro code in the $[officename] <link href="text/shared/main0600.xhp">Basic IDE</link> editor.</paragraph>
<paragraph role="heading" id="hd_id3152596" xml-lang="en-US" level="3">You can choose to preserve or delete VBA macros</paragraph>
<paragraph role="paragraph" id="par_id3153144" xml-lang="en-US">Open a Microsoft Office document that contains VBA macro code. Change only the normal contents (text, cells, graphics), and do not edit the macros. Save the document as a Microsoft Office file type. Open the file in Microsoft Office, and the VBA macros will run as before.</paragraph>
<paragraph role="paragraph" id="par_id3150011" xml-lang="en-US">You may delete the VBA macros from the Microsoft Office file on loading or on saving.</paragraph>
<list type="ordered">
<listitem>
-<paragraph role="listitem" id="par_id3155366" xml-lang="en-US">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/01130100.xhp" name="Load/Save - VBA Properties"><emph>Load/Save - VBA Properties</emph></link> to set the VBA macro handling of $[officename].</paragraph>
+<paragraph role="listitem" id="par_id3155366" xml-lang="en-US">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/01130100.xhp"><emph>Load/Save - VBA Properties</emph></link> to set the VBA macro handling of $[officename].</paragraph>
</listitem>
</list>
<embed href="text/shared/00/00000004.xhp#related"/>
diff --git a/source/text/shared/guide/navigator.xhp b/source/text/shared/guide/navigator.xhp
index 467dd52b14..478aebdff6 100644
--- a/source/text/shared/guide/navigator.xhp
+++ b/source/text/shared/guide/navigator.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3147008"><bookmark_value>documents; contents as lists</bookmark_value>
<bookmark_value>Navigator; contents as lists</bookmark_value>
</bookmark>
-<h1 id="hd_id3147008"><variable id="navigator"><link href="text/shared/guide/navigator.xhp" name="Navigator for Document Overview">Navigator for Document Overview</link>
+<h1 id="hd_id3147008"><variable id="navigator"><link href="text/shared/guide/navigator.xhp">Navigator for Document Overview</link>
</variable></h1>
<paragraph role="paragraph" id="par_id3154823" xml-lang="en-US">All contents of the Navigator window are referred to here as "categories," whether headings, sheets, tables, frames, graphics, OLE objects, sections, hyperlinks, references, indexes, comments, or drawing objects.</paragraph>
<paragraph role="paragraph" id="par_id3153662" xml-lang="en-US">The Navigator displays types of objects contained in a document. If a plus sign appears next to a category, this indicates that at least one object of this kind exists. If you rest the mouse pointer on the category name, the number of objects is displayed in an extended tip.</paragraph>
diff --git a/source/text/shared/guide/navigator_setcursor.xhp b/source/text/shared/guide/navigator_setcursor.xhp
index d2d70a7693..6796c812f7 100644
--- a/source/text/shared/guide/navigator_setcursor.xhp
+++ b/source/text/shared/guide/navigator_setcursor.xhp
@@ -36,7 +36,7 @@
<bookmark_value>navigating;in documents</bookmark_value>
<bookmark_value>Navigator;working with</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3150774" xml-lang="en-US" level="1"><variable id="navigator_setcursor"><link href="text/shared/guide/navigator_setcursor.xhp" name="Navigation to Quickly Reach Objects">Navigation to Quickly Reach Objects</link>
+<paragraph role="heading" id="hd_id3150774" xml-lang="en-US" level="1"><variable id="navigator_setcursor"><link href="text/shared/guide/navigator_setcursor.xhp">Navigation to Quickly Reach Objects</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3145071" xml-lang="en-US">This is a common use of the Navigator.</paragraph>
<list type="unordered">
diff --git a/source/text/shared/guide/navpane_on.xhp b/source/text/shared/guide/navpane_on.xhp
index 659ce4c2d1..25959d9510 100644
--- a/source/text/shared/guide/navpane_on.xhp
+++ b/source/text/shared/guide/navpane_on.xhp
@@ -37,7 +37,7 @@
<bookmark_value>indexes;showing/hiding Help index tab</bookmark_value>
</bookmark>
<paragraph role="paragraph" id="par_id3155364" xml-lang="en-US" localize="false"/>
-<paragraph role="heading" id="hd_id3150178" xml-lang="en-US" level="1"><variable id="navpane_on"><link href="text/shared/guide/navpane_on.xhp" name="Showing Navigation Pane of the Help">Showing Navigation Pane of the Help</link>
+<paragraph role="heading" id="hd_id3150178" xml-lang="en-US" level="1"><variable id="navpane_on"><link href="text/shared/guide/navpane_on.xhp">Showing Navigation Pane of the Help</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3147571" xml-lang="en-US">In the Help window, you can show or hide the navigation pane as needed.</paragraph>
<table id="tbl_id3149827">
diff --git a/source/text/shared/guide/numbering_stop.xhp b/source/text/shared/guide/numbering_stop.xhp
index d1b1f62ea7..8904df1762 100644
--- a/source/text/shared/guide/numbering_stop.xhp
+++ b/source/text/shared/guide/numbering_stop.xhp
@@ -31,7 +31,7 @@
<bookmark_value>removing;bullets and numbering</bookmark_value>
<bookmark_value>keyboard;removing numbering</bookmark_value>
</bookmark>
- <h1 xml-lang="en-US" id="hd_id3154186"><variable id="numbering_stop"><link href="text/shared/guide/numbering_stop.xhp" name="Turning off Bullets and Numbering for Individual Paragraphs">Turning off Bullets and Numbering for Individual Paragraphs</link></variable></h1>
+ <h1 xml-lang="en-US" id="hd_id3154186"><variable id="numbering_stop"><link href="text/shared/guide/numbering_stop.xhp">Turning off Bullets and Numbering for Individual Paragraphs</link></variable></h1>
<switch select="appl">
<case select="CALC"><comment>no bullets for Calc</comment>
<note xml-lang="en-US" id="par_id0202200910470118">Bullets and Numbering of paragraphs is supported only in Writer, Impress and Draw.</note>
@@ -82,7 +82,7 @@
<note id="par_id911614326873271">Press <keycode>Shift+Backspace</keycode> at the beginning of a list paragraph to return the number or bullet.</note>
<paragraph xml-lang="en-US" id="par_id3154123" role="paragraph">Press the <keycode>Enter</keycode> key in an empty numbered paragraph to stop the numbering.</paragraph>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id3151043" role="paragraph"><link href="text/shared/01/06050000.xhp" name="Format - Bullets/Numbering">Format - Bullets and Numbering</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3151043" role="paragraph"><link href="text/shared/01/06050000.xhp">Format - Bullets and Numbering</link></paragraph>
<embed href="text/swriter/guide/using_numbering.xhp#using_numbering"/>
<embed href="text/swriter/guide/using_numbered_lists.xhp#using_numbered_lists"/>
<embed href="text/swriter/guide/using_numbered_lists2.xhp#using_numbered_lists2"/>
diff --git a/source/text/shared/guide/openpgp.xhp b/source/text/shared/guide/openpgp.xhp
index f53e4e7720..7a71bc032f 100644
--- a/source/text/shared/guide/openpgp.xhp
+++ b/source/text/shared/guide/openpgp.xhp
@@ -24,7 +24,7 @@
<bookmark_value>file encryption;symmetric keys</bookmark_value>
</bookmark>
<section id="openpgphead">
- <h1 id="hd_id131543693200115"><variable id="openpgph1"><link href="text/shared/guide/openpgp.xhp" name="openpgp">Encrypting Documents with OpenPGP</link></variable></h1>
+ <h1 id="hd_id131543693200115"><variable id="openpgph1"><link href="text/shared/guide/openpgp.xhp">Encrypting Documents with OpenPGP</link></variable></h1>
<paragraph id="par_id531543693200117" role="paragraph" xml-lang="en-US"><ahelp hid=".">%PRODUCTNAME can encrypt documents using OpenPGP public key cryptography. The document is encrypted using a symmetric encryption algorithm.</ahelp></paragraph>
</section>
<comment>According to https://bugs.documentfoundation.org/show_bug.cgi?id=125636#c16 , only ODF files can be signed with GPG</comment>
@@ -100,7 +100,7 @@
<paragraph role="paragraph" id="par_id681543694965846">With document OpenPGP encryption, you define the set of users that can decrypt the document and you don’t need to send passwords through channels which security is unknown. Besides, the OpenPGP application manages the key chain of public keys more efficiently.</paragraph>
<section id="relatedtopics">
<paragraph role="paragraph" id="par_id681543699425744" localize="false"><embedvar href="text/shared/guide/digital_signatures.xhp#digital_signatures" markup="ignore"/></paragraph>
- <paragraph role="paragraph" id="par_id51543697316590"><link href="https://en.wikipedia.org/wiki/Pretty_Good_Privacy#OpenPGP" name="Wikipedia on OpenPGP">Wikipedia on OpenPGP</link></paragraph>
+ <paragraph role="paragraph" id="par_id51543697316590"><link href="https://en.wikipedia.org/wiki/Pretty_Good_Privacy#OpenPGP">Wikipedia on OpenPGP</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/guide/pageformat_max.xhp b/source/text/shared/guide/pageformat_max.xhp
index 60a45f1be7..309e17a795 100644
--- a/source/text/shared/guide/pageformat_max.xhp
+++ b/source/text/shared/guide/pageformat_max.xhp
@@ -33,7 +33,7 @@
<bookmark_value>formats; maximizing page formats</bookmark_value>
<bookmark_value>printers; maximum page formats</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3149180" xml-lang="en-US" level="1"><variable id="pageformat_max"><link href="text/shared/guide/pageformat_max.xhp" name="Selecting the Maximum Printable Area on a Page">Selecting the Maximum Printable Area on a Page</link>
+<paragraph role="heading" id="hd_id3149180" xml-lang="en-US" level="1"><variable id="pageformat_max"><link href="text/shared/guide/pageformat_max.xhp">Selecting the Maximum Printable Area on a Page</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3156426" xml-lang="en-US">Not all printers can print a paper up to its edges. Most of them leave an unprinted margin.</paragraph>
<paragraph role="paragraph" id="par_id3149182" xml-lang="en-US">$[officename] offers a semi-automatic feature that enables you to print as close to the paper's edge as is possible.</paragraph>
@@ -59,6 +59,6 @@
<case select="WRITER"><embed href="text/swriter/guide/printing_order.xhp#printing_order"/>
</case>
</switch>
-<paragraph role="paragraph" id="par_id3155388" xml-lang="en-US"><link href="text/shared/01/01130000.xhp" name="Printing">Printing</link></paragraph>
+<paragraph role="paragraph" id="par_id3155388" xml-lang="en-US"><link href="text/shared/01/01130000.xhp">Printing</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/guide/palette_files.xhp b/source/text/shared/guide/palette_files.xhp
index 144382fe94..52847a3102 100644
--- a/source/text/shared/guide/palette_files.xhp
+++ b/source/text/shared/guide/palette_files.xhp
@@ -33,7 +33,7 @@
<bookmark_value>hatching;loading lists</bookmark_value>
<bookmark_value>loading;colors/gradients/hatchings</bookmark_value>
</bookmark>
- <h1 id="hd_id3154510"><variable id="palette_files"><link href="text/shared/guide/palette_files.xhp" name="Loading Color, Gradient, and Hatching palettes">Loading Color, Gradient, and Hatching Palettes</link></variable></h1>
+ <h1 id="hd_id3154510"><variable id="palette_files"><link href="text/shared/guide/palette_files.xhp">Loading Color, Gradient, and Hatching Palettes</link></variable></h1>
<paragraph role="paragraph" id="par_id3156385" xml-lang="en-US">You can use %PRODUCTNAME extensions to add colors palettes, gradients lists, or hatching patterns lists.</paragraph>
<h3 id="hd_id3155961">To load a color palette:</h3>
<section id="extenmanag">
@@ -41,7 +41,7 @@
<paragraph role="paragraph" id="par_id951653832957956">If you have a custom palette available as an extension, use the Extension Manager to load the palette in %PRODUCTNAME:</paragraph>
<list type="ordered">
<listitem>
- <paragraph id="par_id31653832012564" role="listitem">Open the <link href="text/shared/01/packagemanager.xhp" name="Extension Manager">Extension Manager</link>.</paragraph>
+ <paragraph id="par_id31653832012564" role="listitem">Open the <link href="text/shared/01/packagemanager.xhp">Extension Manager</link>.</paragraph>
</listitem>
<listitem>
<paragraph id="par_id251653832314161" role="listitem">Click <widget>Add</widget></paragraph>
@@ -89,8 +89,8 @@
<h3 id="hd_id3150435">To load a gradient and hatching palette:</h3>
<embed href="text/shared/guide/palette_files.xhp#extenmanag"/>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id961653834430135"><link href="https://extensions.libreoffice.org/" name="Extensions website">Extensions Website</link>.</paragraph>
- <paragraph role="paragraph" id="par_id3155437" xml-lang="en-US"><link href="text/shared/01/05210000.xhp" name="Format - Area">Format - Area</link></paragraph>
+ <paragraph role="paragraph" id="par_id961653834430135"><link href="https://extensions.libreoffice.org/">Extensions Website</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id3155437" xml-lang="en-US"><link href="text/shared/01/05210000.xhp">Format - Area</link></paragraph>
<embed href="text/simpress/guide/line_arrow_styles.xhp#line_arrow_styles"/>
</section>
</body>
diff --git a/source/text/shared/guide/print_blackwhite.xhp b/source/text/shared/guide/print_blackwhite.xhp
index 142cabb1ea..98015c1cd6 100644
--- a/source/text/shared/guide/print_blackwhite.xhp
+++ b/source/text/shared/guide/print_blackwhite.xhp
@@ -32,7 +32,7 @@
<bookmark_value>colors; not printing</bookmark_value>
<bookmark_value>text; printing in black</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3150125" role="heading" level="1"><variable id="print_blackwhite"><link href="text/shared/guide/print_blackwhite.xhp" name="Printing in Black and White">Printing in Black and White</link>
+<paragraph xml-lang="en-US" id="hd_id3150125" role="heading" level="1"><variable id="print_blackwhite"><link href="text/shared/guide/print_blackwhite.xhp">Printing in Black and White</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="hd_id3150499" role="heading" level="2">Printing Text and Images in Black and White</paragraph>
<list type="ordered">
@@ -94,7 +94,7 @@
<list type="ordered">
</list>
<embed href="text/shared/00/00000004.xhp#related"/>
- <paragraph xml-lang="en-US" id="par_id3153726" role="paragraph"><link href="text/shared/01/01130000.xhp" name="Printing dialogs">Printing dialogs</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3154146" role="paragraph"><link href="text/shared/optionen/01000000.xhp" name="Tools - Options dialog"><switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline> dialog</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3153726" role="paragraph"><link href="text/shared/01/01130000.xhp">Printing dialogs</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154146" role="paragraph"><link href="text/shared/optionen/01000000.xhp"><switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline> dialog</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/guide/protection.xhp b/source/text/shared/guide/protection.xhp
index cb8a3f5eb9..de60a51fd5 100644
--- a/source/text/shared/guide/protection.xhp
+++ b/source/text/shared/guide/protection.xhp
@@ -38,11 +38,11 @@
<bookmark_value>graphics;protecting</bookmark_value>
<bookmark_value>frames;protecting</bookmark_value>
</bookmark>
- <h1 id="hd_id3155364"><variable id="protection"><link href="text/shared/guide/protection.xhp" name="Protecting Contents in %PRODUCTNAME">Protecting Contents in <item type="productname">%PRODUCTNAME</item></link>
+ <h1 id="hd_id3155364"><variable id="protection"><link href="text/shared/guide/protection.xhp">Protecting Contents in <item type="productname">%PRODUCTNAME</item></link>
</variable></h1>
<paragraph xml-lang="en-US" id="par_id3153394" role="paragraph">The following is an overview of the different ways of protecting contents in <item type="productname">%PRODUCTNAME</item> from being modified, deleted or viewed.</paragraph>
<h2 id="hd_id3146957">Protecting Documents With Passwords When Saving</h2>
- <paragraph xml-lang="en-US" id="par_id3150775" role="paragraph">All documents that are saved in <link href="text/shared/00/00000021.xhp" name="OpenDocument format">OpenDocument format</link> can be saved with a password. Documents that are saved with a password cannot be opened without the password. The content is secured so that it cannot be read with an external editor. This applies to content, graphics and OLE objects.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3150775" role="paragraph">All documents that are saved in <link href="text/shared/00/00000021.xhp">OpenDocument format</link> can be saved with a password. Documents that are saved with a password cannot be opened without the password. The content is secured so that it cannot be read with an external editor. This applies to content, graphics and OLE objects.</paragraph>
<table id="tbl_id3145071">
<tablerow>
<tablecell>
@@ -61,7 +61,7 @@
</tablecell>
</tablerow>
</table>
- <tip id="par_id761632164002322">It is possible to use OpenPGP to define private and public keys to be used to encrypt %PRODUCTNAME documents. Read <link href="text/shared/guide/openpgp.xhp" name="openpgp_link">Encrypting Documents with OpenPGP</link> to learn more on how to set up OpenPGP encryption keys.</tip>
+ <tip id="par_id761632164002322">It is possible to use OpenPGP to define private and public keys to be used to encrypt %PRODUCTNAME documents. Read <link href="text/shared/guide/openpgp.xhp">Encrypting Documents with OpenPGP</link> to learn more on how to set up OpenPGP encryption keys.</tip>
<h2 id="hd_id3149294">Protecting Revision Marking</h2>
<paragraph xml-lang="en-US" id="par_id3161646" role="paragraph">With every change made in <item type="productname">%PRODUCTNAME</item> Calc and <item type="productname">%PRODUCTNAME</item> Writer, the review function records who made the change. This function can be turned on with protection, so that it can only be turned off when the correct password is entered. Until then, all changes will continue to be recorded. Acceptance or rejection of changes is not possible.</paragraph>
<table id="tbl_id3148797">
diff --git a/source/text/shared/guide/qrcode.xhp b/source/text/shared/guide/qrcode.xhp
index 9864ab8fec..1011109987 100644
--- a/source/text/shared/guide/qrcode.xhp
+++ b/source/text/shared/guide/qrcode.xhp
@@ -20,7 +20,7 @@
<bookmark_value>QR code;barcode</bookmark_value>
</bookmark>
<section id="qrcodeh1">
- <h1 id="hd_id461566315781439"><link href="text/shared/guide/qrcode.xhp" name="QR and Barcode">QR and Barcode</link></h1>
+ <h1 id="hd_id461566315781439"><link href="text/shared/guide/qrcode.xhp">QR and Barcode</link></h1>
<bookmark id="bm_id971566315781438" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/QrCodeGenDialog" localize="false"/>
<bookmark id="bm_id971566315781436" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/@@nowidget@@" localize="false"/>
<paragraph id="par_id381566315781439" role="paragraph" xml-lang="en-US">Generate linear and matrix codes for any text or URL.</paragraph>
diff --git a/source/text/shared/guide/redaction.xhp b/source/text/shared/guide/redaction.xhp
index 851834bd7d..f8cbdd7fdb 100644
--- a/source/text/shared/guide/redaction.xhp
+++ b/source/text/shared/guide/redaction.xhp
@@ -24,7 +24,7 @@
</bookmark>
<section id="redaction01">
<bookmark id="bm_id981562795247716" xml-lang="en-US" branch="hid/.uno:RedactDoc" localize="false"/>
- <h1 id="hd_id171562795247717"><variable id="redaction_h1"><link href="text/shared/guide/redaction.xhp" name="redaction_link">Redaction</link></variable></h1>
+ <h1 id="hd_id171562795247717"><variable id="redaction_h1"><link href="text/shared/guide/redaction.xhp">Redaction</link></variable></h1>
<paragraph id="par_id471562795247717" role="paragraph" xml-lang="en-US"><variable id="redaction_desc"><ahelp hid=".">Redacting documents blocks out words or portions of a document for authorized use or viewing.</ahelp></variable></paragraph>
</section>
<paragraph role="paragraph" id="par_id291647277725275">Redaction protects sensitive information and helps enterprises and organizations to comply with regulations on confidentiality or privacy.</paragraph>
diff --git a/source/text/shared/guide/redlining.xhp b/source/text/shared/guide/redlining.xhp
index 724029a74a..cb21935b63 100644
--- a/source/text/shared/guide/redlining.xhp
+++ b/source/text/shared/guide/redlining.xhp
@@ -33,7 +33,7 @@
<bookmark_value>review function; recording changes example</bookmark_value>
<bookmark_value>Track Changes, see review function</bookmark_value>
</bookmark>
-<h1 id="hd_id3150499"><variable id="redlining"><link href="text/shared/guide/redlining.xhp" name="Recording and Displaying Changes">Recording and Displaying Changes</link>
+<h1 id="hd_id3150499"><variable id="redlining"><link href="text/shared/guide/redlining.xhp">Recording and Displaying Changes</link>
</variable></h1>
<note id="par_id4013794">The review function is available in %PRODUCTNAME for text documents and spreadsheet documents.</note>
<paragraph xml-lang="en-US" id="par_id3153681" role="paragraph">When several authors are working on the same text or spreadsheet, the review function records and displays who made the various changes. On the final edit of the document, it is then possible to look at each individual change and decide whether it should be accepted or rejected.</paragraph>
diff --git a/source/text/shared/guide/redlining_accept.xhp b/source/text/shared/guide/redlining_accept.xhp
index d2d59ac307..ed2abc3552 100644
--- a/source/text/shared/guide/redlining_accept.xhp
+++ b/source/text/shared/guide/redlining_accept.xhp
@@ -30,7 +30,7 @@
<bookmark_value>changes; accepting or rejecting</bookmark_value>
<bookmark_value>review function;accepting or rejecting changes</bookmark_value>
</bookmark>
- <h1 id="hd_id3150247"><variable id="redlining_accept"><link href="text/shared/guide/redlining_accept.xhp" name="Accepting or Rejecting Changes">Accepting or Rejecting Changes</link></variable></h1>
+ <h1 id="hd_id3150247"><variable id="redlining_accept"><link href="text/shared/guide/redlining_accept.xhp">Accepting or Rejecting Changes</link></variable></h1>
<paragraph role="paragraph" id="par_id1491134" xml-lang="en-US">The review function is available in %PRODUCTNAME for text documents and spreadsheet documents.</paragraph>
<switch select="appl">
<case select="WRITER">
@@ -40,7 +40,7 @@
<paragraph role="paragraph" id="par_id3147571" xml-lang="en-US">When you edit a document in which others have made changes, you can accept or reject the changes individually or all together.</paragraph>
<list type="ordered">
<listitem>
-<paragraph role="listitem" id="par_id3147008" xml-lang="en-US">If you have put multiple copies of the document in circulation, first merge these into one document (see <link href="text/shared/guide/redlining_docmerge.xhp" name="redlining_docmerge_link">Merging Versions</link>).</paragraph>
+<paragraph role="listitem" id="par_id3147008" xml-lang="en-US">If you have put multiple copies of the document in circulation, first merge these into one document (see <link href="text/shared/guide/redlining_docmerge.xhp">Merging Versions</link>).</paragraph>
</listitem>
<listitem>
<paragraph role="listitem" id="par_id3153748" xml-lang="en-US">Open the document and choose <emph>Edit - Track Changes - Manage</emph>. The <emph>Manage Changes</emph> dialog appears.</paragraph>
diff --git a/source/text/shared/guide/redlining_doccompare.xhp b/source/text/shared/guide/redlining_doccompare.xhp
index 3f9161a4d6..a1870542dc 100644
--- a/source/text/shared/guide/redlining_doccompare.xhp
+++ b/source/text/shared/guide/redlining_doccompare.xhp
@@ -33,7 +33,7 @@
<bookmark_value>changes;comparing to original</bookmark_value>
<bookmark_value>review function; comparing documents</bookmark_value>
</bookmark><comment>mw made "comparing..." a two level entry</comment>
-<h1 id="hd_id3154788"><variable id="redlining_doccompare"><link href="text/shared/guide/redlining_doccompare.xhp" name="Comparing Versions of a Document">Comparing Versions of a Document</link>
+<h1 id="hd_id3154788"><variable id="redlining_doccompare"><link href="text/shared/guide/redlining_doccompare.xhp">Comparing Versions of a Document</link>
</variable></h1>
<note id="par_id4186223">The review function is available in %PRODUCTNAME for text documents and spreadsheet documents.</note>
<paragraph role="paragraph" id="par_id3995178" xml-lang="en-US">Imagine you have some co-authors or reviewers who collaborate with you writing your original document. One day you send out copies of your document to all reviewers. You ask them to edit the copy and send it back.</paragraph>
diff --git a/source/text/shared/guide/redlining_docmerge.xhp b/source/text/shared/guide/redlining_docmerge.xhp
index 3a31a80dc9..55fef82db4 100644
--- a/source/text/shared/guide/redlining_docmerge.xhp
+++ b/source/text/shared/guide/redlining_docmerge.xhp
@@ -31,7 +31,7 @@
<bookmark_value>merging; documents</bookmark_value>
<bookmark_value>versions;merging document versions</bookmark_value>
</bookmark>
-<h1 id="hd_id3154230"><variable id="redlining_docmerge"><link href="text/shared/guide/redlining_docmerge.xhp" name="Merging Versions">Merging Versions</link>
+<h1 id="hd_id3154230"><variable id="redlining_docmerge"><link href="text/shared/guide/redlining_docmerge.xhp">Merging Versions</link>
</variable></h1>
<note id="par_id2136295">The review function is available in %PRODUCTNAME for text documents and spreadsheet documents.</note>
<paragraph role="paragraph" id="par_id3153049" xml-lang="en-US">When a document has been edited by more than one person, it is possible to merge the edited copies into the original. The only requirement is that the documents differ only and exclusively in the recorded changes - all other original text must be identical.</paragraph>
diff --git a/source/text/shared/guide/redlining_enter.xhp b/source/text/shared/guide/redlining_enter.xhp
index dc8a94a031..af9fd5f45b 100644
--- a/source/text/shared/guide/redlining_enter.xhp
+++ b/source/text/shared/guide/redlining_enter.xhp
@@ -32,13 +32,13 @@
<bookmark_value>comments; on changes</bookmark_value>
<bookmark_value>review function;tracking changes</bookmark_value>
</bookmark><comment>UFI: deleted index review function;recording changes</comment><comment>MW changed "settings;tracking changes" </comment>
-<h1 id="hd_id3155364"><variable id="redlining_enter"><link href="text/shared/guide/redlining_enter.xhp" name="Recording Changes">Recording Changes</link>
+<h1 id="hd_id3155364"><variable id="redlining_enter"><link href="text/shared/guide/redlining_enter.xhp">Recording Changes</link>
</variable></h1>
<note id="par_id7271645">The review function is available in %PRODUCTNAME for text documents and spreadsheet documents.</note>
<paragraph xml-lang="en-US" id="par_id3145669" role="paragraph">Not all changes are recorded. For example, the changing of a tab stop from align left to align right is not recorded. However, all usual changes made by a proofreader are recorded, such as additions, deletions, text alterations, and usual formatting.</paragraph>
<list type="ordered">
<listitem>
- <paragraph xml-lang="en-US" id="par_id3149095" role="listitem">To start recording changes, open the document to be edited and choose <link href="text/shared/01/02230000.xhp" name="Edit - Track Changes"><emph>Edit - Track Changes</emph></link> and then choose <emph>Record</emph>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3149095" role="listitem">To start recording changes, open the document to be edited and choose <link href="text/shared/01/02230000.xhp"><emph>Edit - Track Changes</emph></link> and then choose <emph>Record</emph>.</paragraph>
</listitem>
<listitem>
<paragraph xml-lang="en-US" id="par_id3163802" role="listitem">Now start making your changes. You will note that all new text passages that you enter are underlined in color, while all text that you delete remains visible but is crossed out and shown in color.</paragraph>
@@ -49,10 +49,10 @@
</list>
<paragraph role="paragraph" id="par_id3156119" xml-lang="en-US">Changes in a spreadsheet document are highlighted by a border around the cells; when you point to the cell you can see more detailed information on this change in the Help Tip.</paragraph>
-<paragraph role="paragraph" id="par_id3148473" xml-lang="en-US">You can enter a comment on each recorded change by placing the cursor in the area of the change and then choosing <emph>Edit - Track Changes - Comment</emph>. In addition to Extended Tips, the comment is also displayed in the list in the <link href="text/shared/01/02230400.xhp" name="Manage Changes"><emph>Manage Changes</emph></link> dialog.</paragraph>
+<paragraph role="paragraph" id="par_id3148473" xml-lang="en-US">You can enter a comment on each recorded change by placing the cursor in the area of the change and then choosing <emph>Edit - Track Changes - Comment</emph>. In addition to Extended Tips, the comment is also displayed in the list in the <link href="text/shared/01/02230400.xhp"><emph>Manage Changes</emph></link> dialog.</paragraph>
<paragraph role="paragraph" id="par_id3153542" xml-lang="en-US">To stop recording changes, choose <emph>Edit - Track Changes - Record</emph> again. The check mark is removed and you can now save the document.</paragraph>
<paragraph role="paragraph" id="par_id3153627" xml-lang="en-US">In a text document, you can highlight all lines that you have changed with an additional colored marking. This can be in the form of a red line in the margin, for example.</paragraph>
-<paragraph role="paragraph" id="par_id3147530" xml-lang="en-US">To change the settings for tracking changes, choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer</emph> - <link href="text/shared/optionen/01040700.xhp" name="Changes"><emph>Changes</emph></link> or on the <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc</emph> - <link href="text/shared/optionen/01060600.xhp" name="Changes"><emph>Changes</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3147530" xml-lang="en-US">To change the settings for tracking changes, choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer</emph> - <link href="text/shared/optionen/01040700.xhp"><emph>Changes</emph></link> or on the <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc</emph> - <link href="text/shared/optionen/01060600.xhp"><emph>Changes</emph></link>.</paragraph>
<section id="relatedtopics">
<embed href="text/shared/guide/redlining.xhp#redlining"/>
<switch select="appl">
diff --git a/source/text/shared/guide/redlining_navigation.xhp b/source/text/shared/guide/redlining_navigation.xhp
index 455005b6cd..ea5b2a8785 100644
--- a/source/text/shared/guide/redlining_navigation.xhp
+++ b/source/text/shared/guide/redlining_navigation.xhp
@@ -22,7 +22,7 @@
<bookmark_value>changes; navigating</bookmark_value>
<bookmark_value>review function; navigating changes</bookmark_value>
</bookmark>
- <h1 id="par_id3153880"><variable id="redlining_navigation"><link href="text/shared/guide/redlining_navigation.xhp" name="Navigating Changes">Navigating Changes</link></variable></h1>
+ <h1 id="par_id3153880"><variable id="redlining_navigation"><link href="text/shared/guide/redlining_navigation.xhp">Navigating Changes</link></variable></h1>
<note id="par_id3153881">This feature is Writer-specific.</note>
<paragraph id="par_id3153882" role="paragraph" xml-lang="en-US">There are two available commands to navigate changes in a Writer document:</paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:NextTrackedChange" id="bm_next_tracked_change" localize="false"/>
diff --git a/source/text/shared/guide/redlining_protect.xhp b/source/text/shared/guide/redlining_protect.xhp
index 014357029a..963572c73a 100644
--- a/source/text/shared/guide/redlining_protect.xhp
+++ b/source/text/shared/guide/redlining_protect.xhp
@@ -33,13 +33,13 @@
<bookmark_value>review function;protecting records</bookmark_value>
</bookmark>
<comment>mw added an index entry</comment>
- <h1 id="hd_id3159201"><variable id="redlining_protect"><link href="text/shared/guide/redlining_protect.xhp" name="Protecting Changes">Protecting Changes</link>
+ <h1 id="hd_id3159201"><variable id="redlining_protect"><link href="text/shared/guide/redlining_protect.xhp">Protecting Changes</link>
</variable></h1>
<note id="par_id1631824">The review function is available in %PRODUCTNAME for text documents and spreadsheet documents.</note>
<paragraph xml-lang="en-US" id="par_id3154751" role="paragraph">To protect the changes made in a document during editing, choose <emph>Edit - Track Changes - Protect</emph>. To turn off the function or to accept or reject changes it is necessary to enter the correct password first.</paragraph>
<list type="ordered">
<listitem>
- <paragraph xml-lang="en-US" id="par_id3147088" role="listitem">Choose <emph>Protect</emph>. This opens the <link href="text/shared/01/password_dlg.xhp" name="Password"><emph>Password</emph></link> dialog.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3147088" role="listitem">Choose <emph>Protect</emph>. This opens the <link href="text/shared/01/password_dlg.xhp"><emph>Password</emph></link> dialog.</paragraph>
</listitem>
<listitem>
<paragraph xml-lang="en-US" id="par_id3153345" role="listitem">Enter a password consisting of at least one character and confirm it. Click <emph>OK</emph>.</paragraph>
diff --git a/source/text/shared/guide/redlining_versions.xhp b/source/text/shared/guide/redlining_versions.xhp
index 8b86ac495c..c177cb36b1 100644
--- a/source/text/shared/guide/redlining_versions.xhp
+++ b/source/text/shared/guide/redlining_versions.xhp
@@ -28,9 +28,9 @@
<bookmark_value>documents; version management</bookmark_value>
<bookmark_value>version management</bookmark_value>
</bookmark>
-<h1 id="hd_id3154230"><variable id="redlining_versions"><link href="text/shared/guide/redlining_versions.xhp" name="Version Management">Version Management</link>
+<h1 id="hd_id3154230"><variable id="redlining_versions"><link href="text/shared/guide/redlining_versions.xhp">Version Management</link>
</variable></h1>
-<paragraph role="paragraph" id="par_id3153394" xml-lang="en-US">The <emph>File</emph> menu contains a <link href="text/shared/01/01190000.xhp" name="Versions"><emph>Versions</emph></link> command that enables you to save multiple versions of a document in the same file.</paragraph>
+<paragraph role="paragraph" id="par_id3153394" xml-lang="en-US">The <emph>File</emph> menu contains a <link href="text/shared/01/01190000.xhp"><emph>Versions</emph></link> command that enables you to save multiple versions of a document in the same file.</paragraph>
<paragraph role="paragraph" id="par_id3149399" xml-lang="en-US">You can choose to view individual versions of a document, or you can display the differences between versions with color markings.</paragraph>
<paragraph role="paragraph" id="par_id3149811" xml-lang="en-US">In the dialog to open a document, you can select from a combo box which version of this document you want to open.</paragraph>
<section id="relatedtopics">
diff --git a/source/text/shared/guide/round_corner.xhp b/source/text/shared/guide/round_corner.xhp
index 3efdffd88e..646c7eda08 100644
--- a/source/text/shared/guide/round_corner.xhp
+++ b/source/text/shared/guide/round_corner.xhp
@@ -37,7 +37,7 @@
<bookmark_value>round corners</bookmark_value>
<bookmark_value>customizing;round corners</bookmark_value>
</bookmark><comment>mw made "rectangles;..." a one level entry</comment>
-<paragraph role="heading" id="hd_id3150040" xml-lang="en-US" level="1"><variable id="round_corner"><link href="text/shared/guide/round_corner.xhp" name="Creating Round Corners">Creating Round Corners</link>
+<paragraph role="heading" id="hd_id3150040" xml-lang="en-US" level="1"><variable id="round_corner"><link href="text/shared/guide/round_corner.xhp">Creating Round Corners</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3156136" xml-lang="en-US">When you insert a rectangle or a callout box using the drawing functions and activate the <emph>Points</emph> icon on the <emph>Drawing</emph> toolbar, you see a small frame at the upper left corner of the object. The frame indicates the amount by which the corners are rounded. When the frame is positioned at the top left corner, no rounding occurs. When the frame is positioned on the handle centered at the top of the object, the corners are rounded as much as possible. You adjust the degree of rounding by moving the frame between these two positions.</paragraph>
<table id="tbl_id3155892">
diff --git a/source/text/shared/guide/scripting.xhp b/source/text/shared/guide/scripting.xhp
index ac9b091aec..b3986ad59c 100644
--- a/source/text/shared/guide/scripting.xhp
+++ b/source/text/shared/guide/scripting.xhp
@@ -54,7 +54,7 @@
<paragraph xml-lang="en-US" id="par_id6797082" role="paragraph">Python</paragraph>
</listitem>
</list>
- <paragraph xml-lang="en-US" id="par_idN1091F" role="paragraph">In addition, developers can use high-level languages, for example Java programming language, to control %PRODUCTNAME externally. The API reference is online at <link href="https://api.libreoffice.org/" name="api.libreoffice.org">api.libreoffice.org</link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_idN1091F" role="paragraph">In addition, developers can use high-level languages, for example Java programming language, to control %PRODUCTNAME externally. The API reference is online at <link href="https://api.libreoffice.org/">api.libreoffice.org</link>.</paragraph>
<paragraph xml-lang="en-US" id="par_idN10751" role="heading" level="2">To assign a script to a new menu entry</paragraph>
<list type="ordered">
<listitem>
diff --git a/source/text/shared/guide/space_hyphen.xhp b/source/text/shared/guide/space_hyphen.xhp
index e415a6f45f..86fc245a62 100644
--- a/source/text/shared/guide/space_hyphen.xhp
+++ b/source/text/shared/guide/space_hyphen.xhp
@@ -40,7 +40,7 @@
<bookmark_value>protected hyphens</bookmark_value>
<bookmark_value>exchanging, see also replacing</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3155364" xml-lang="en-US" level="1"><variable id="space_hyphen"><link href="text/shared/guide/space_hyphen.xhp" name="Inserting Non-breaking Spaces, Hyphens and Soft Hyphens">Inserting Non-breaking Spaces, Hyphens and Soft Hyphens</link>
+<paragraph role="heading" id="hd_id3155364" xml-lang="en-US" level="1"><variable id="space_hyphen"><link href="text/shared/guide/space_hyphen.xhp">Inserting Non-breaking Spaces, Hyphens and Soft Hyphens</link>
</variable></paragraph>
<paragraph role="heading" id="hd_id3156136" xml-lang="en-US" level="2">Non-breaking spaces</paragraph>
<paragraph role="paragraph" id="par_id3147008" xml-lang="en-US">To prevent two words from being separated at the end of a line, hold down the <switchinline select="sys"><caseinline select="MAC">Command key
@@ -49,14 +49,14 @@
<paragraph role="heading" id="hd_id3146957" xml-lang="en-US" level="2">Non-breaking hyphen</paragraph>
<paragraph role="paragraph" id="par_id3148538" xml-lang="en-US">An example of a non-breaking hyphen is a company name such as A-Z. Obviously you would not want A- to appear at the end of a line and Z at the beginning of the next line. To solve this problem, press <keycode>Shift+</keycode><switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+ minus</keycode> sign. In other words, hold down the <keycode>Shift</keycode> and <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> keys and press the <keycode>minus</keycode> key.</paragraph>
<paragraph role="heading" id="hd_id3163802" xml-lang="en-US" level="2">Replacing hyphens by dashes</paragraph>
-<paragraph role="paragraph" id="par_id3154749" xml-lang="en-US">In order to enter dashes, you can find under <emph>Tools - AutoCorrect - AutoCorrect Options - Options</emph> the <emph>Replace dashes</emph> option. This option replaces one or two hyphens under certain conditions with an en-dash or an em-dash (see <link href="text/shared/01/06040100.xhp" name="AutoCorrect Options">AutoCorrect Options</link>).</paragraph>
+<paragraph role="paragraph" id="par_id3154749" xml-lang="en-US">In order to enter dashes, you can find under <emph>Tools - AutoCorrect - AutoCorrect Options - Options</emph> the <emph>Replace dashes</emph> option. This option replaces one or two hyphens under certain conditions with an en-dash or an em-dash (see <link href="text/shared/01/06040100.xhp">AutoCorrect Options</link>).</paragraph>
<paragraph role="paragraph" id="par_id3153561" xml-lang="en-US">For additional replacements see the replacements table under <emph>Tools - AutoCorrect - AutoCorrect Options</emph>
-<emph>- </emph><link href="text/shared/01/06040200.xhp" name="Replace"><emph>Replace</emph></link>. Here you can, among other things, replace a shortcut automatically by a dash, even in another font.</paragraph>
+<emph>- </emph><link href="text/shared/01/06040200.xhp"><emph>Replace</emph></link>. Here you can, among other things, replace a shortcut automatically by a dash, even in another font.</paragraph>
<paragraph role="heading" id="hd_id3153825" xml-lang="en-US" level="2">Soft hyphen</paragraph>
<paragraph role="paragraph" id="par_id3154306" xml-lang="en-US">To support automatic hyphenation by entering a soft hyphen inside a word yourself, use the keys <switchinline select="sys"><caseinline select="MAC">Command
</caseinline><defaultinline>Ctrl</defaultinline></switchinline><keycode>+minus</keycode> sign. The word is separated at this position when it is at the end of the line, even if automatic hyphenation for this paragraph is switched off.</paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
-<paragraph role="paragraph" id="par_id3151245" xml-lang="en-US"><link href="text/shared/01/04100000.xhp" name="Special characters">Special characters</link></paragraph>
+<paragraph role="paragraph" id="par_id3151245" xml-lang="en-US"><link href="text/shared/01/04100000.xhp">Special characters</link></paragraph>
<embed href="text/shared/01/formatting_mark.xhp#formattingmark"/>
</body>
</helpdocument>
diff --git a/source/text/shared/guide/spadmin.xhp b/source/text/shared/guide/spadmin.xhp
index 12275cf25d..f3b0becff4 100644
--- a/source/text/shared/guide/spadmin.xhp
+++ b/source/text/shared/guide/spadmin.xhp
@@ -36,7 +36,7 @@
<bookmark_value>printers; faxes under UNIX</bookmark_value>
</bookmark>
<paragraph role="paragraph" id="par_id3154422" xml-lang="en-US" localize="false"/>
-<paragraph role="heading" id="hd_id3147834" xml-lang="en-US" level="1"><variable id="spadmin"><link href="text/shared/guide/spadmin.xhp" name="Setting up Printer and Fax Under UNIX Based Platforms">Setting up Printer and Fax Under UNIX Based Platforms</link>
+<paragraph role="heading" id="hd_id3147834" xml-lang="en-US" level="1"><variable id="spadmin"><link href="text/shared/guide/spadmin.xhp">Setting up Printer and Fax Under UNIX Based Platforms</link>
</variable></paragraph>
<section id="chapter_body">
<paragraph role="paragraph" id="par_id3159876" xml-lang="en-US">%PRODUCTNAME uses the installed fonts of your system. In a text document you can select from all printable fonts. In an HTML document or in Web layout, only fonts that are visible on screen are offered. In spreadsheets and drawings you can select from all installed fonts.</paragraph>
diff --git a/source/text/shared/guide/standard_template.xhp b/source/text/shared/guide/standard_template.xhp
index 74a7f95f41..2d90d42dfd 100644
--- a/source/text/shared/guide/standard_template.xhp
+++ b/source/text/shared/guide/standard_template.xhp
@@ -37,7 +37,7 @@
<bookmark_value>saving;templates</bookmark_value>
<bookmark_value>resetting;templates</bookmark_value>
</bookmark>
-<h1 id="hd_id3154285" xml-lang="en-US"><variable id="standard_template"><link href="text/shared/guide/standard_template.xhp" name="Changing Default Templates">Creating and Changing Default and Custom Templates</link>
+<h1 id="hd_id3154285" xml-lang="en-US"><variable id="standard_template"><link href="text/shared/guide/standard_template.xhp">Creating and Changing Default and Custom Templates</link>
</variable></h1>
<section id="text">
<paragraph role="paragraph" id="par_id3152811" xml-lang="en-US">When you open a new document with <emph>File - New</emph>, a blank document appears based on a $[officename] template. You can edit, modify, or replace this template so that the new document contains your customized Styles or other contents.</paragraph>
@@ -123,7 +123,7 @@
<h2 id="hd_id3149109" xml-lang="en-US">Saving a Template in the Template Folder</h2>
<paragraph role="paragraph" id="par_id3146918" xml-lang="en-US">You can save any document as a template by selecting "Template" file type in the Save dialog. To access the template from the Template Manager, save the template in the <emph>User Paths</emph> directory specified for <emph>Templates</emph> in <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><emph> - %PRODUCTNAME - Paths</emph>. It is often easier to save a document with <menuitem>File - Templates - Save As Template</menuitem>, because it automatically places the template in the appropriate directory.</paragraph>
-<tip id="par_id271605485719890">The <link href="text/shared/guide/template_manager.xhp" name="templatemanager">Template Manager</link> is the preferred method for working with templates. <menuitem>File - New - Templates</menuitem> and <menuitem>File - Templates - Manage Templates</menuitem> are equivalent for opening the <emph>Template Manager</emph>. <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+N</keycode> is the predefined shortcut key.</tip>
+<tip id="par_id271605485719890">The <link href="text/shared/guide/template_manager.xhp">Template Manager</link> is the preferred method for working with templates. <menuitem>File - New - Templates</menuitem> and <menuitem>File - Templates - Manage Templates</menuitem> are equivalent for opening the <emph>Template Manager</emph>. <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+N</keycode> is the predefined shortcut key.</tip>
</section>
<section id="relatedtopics">
<switch select="appl">
@@ -131,7 +131,7 @@
<embed href="text/swriter/guide/templates_styles.xhp#templates_styles"/>
</case>
</switch>
-<paragraph role="paragraph" id="par_id3147315" xml-lang="en-US"><link href="text/shared/01/01110000.xhp" name="Templates">Templates</link></paragraph>
+<paragraph role="paragraph" id="par_id3147315" xml-lang="en-US"><link href="text/shared/01/01110000.xhp">Templates</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/guide/start_parameters.xhp b/source/text/shared/guide/start_parameters.xhp
index 3c6c1e6164..c08734f447 100644
--- a/source/text/shared/guide/start_parameters.xhp
+++ b/source/text/shared/guide/start_parameters.xhp
@@ -272,7 +272,7 @@
</tablecell>
<tablecell>
<paragraph role="tablecontent" id="par_id3154756" xml-lang="en-US">Starts in invisible mode.</paragraph>
- <paragraph role="tablecontent" id="par_id3148914" xml-lang="en-US">Neither the start-up logo nor the initial program window will be visible. $[officename] software can be controlled, and documents and dialogs can be controlled and opened via the <link href="https://api.libreoffice.org" name="API">API</link>.</paragraph>
+ <paragraph role="tablecontent" id="par_id3148914" xml-lang="en-US">Neither the start-up logo nor the initial program window will be visible. $[officename] software can be controlled, and documents and dialogs can be controlled and opened via the <link href="https://api.libreoffice.org">API</link>.</paragraph>
<paragraph role="tablecontent" id="par_id3147341" xml-lang="en-US">Using the parameter, $[officename] can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems).</paragraph>
<paragraph role="tablecontent" id="par_id3150388" xml-lang="en-US">It cannot be used in conjunction with <emph>--quickstart</emph>.</paragraph>
<paragraph role="tablecontent" id="par_id3145147" xml-lang="en-US">More information is found in <emph>$[officename] Developer's Guide</emph>.</paragraph>
@@ -284,7 +284,7 @@
</tablecell>
<tablecell>
<paragraph role="tablecontent" id="par_id3150530" xml-lang="en-US">Starts in "headless mode" which allows using the application without user interface.</paragraph>
- <paragraph role="tablecontent" id="par_id3156353" xml-lang="en-US">This special mode can be used when the application is controlled by external clients via the <link href="https://api.libreoffice.org" name="API">API</link>.</paragraph>
+ <paragraph role="tablecontent" id="par_id3156353" xml-lang="en-US">This special mode can be used when the application is controlled by external clients via the <link href="https://api.libreoffice.org">API</link>.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -551,9 +551,9 @@
<paragraph role="tablecontent" id="par_id211550932999288" localize="false"><input>--convert-to "txt:Text (encoded):UTF8" *.doc</input></paragraph>
</section>
<section id="seefilters">
- <paragraph role="tablecontent" id="par_id781554408625219">See the <link href="text/shared/guide/convertfilters.xhp" name="list of document filters">list of document filters</link> for file conversion.</paragraph>
- <paragraph role="paragraph" id="par_id51634741869672">The list of <link href="text/shared/guide/lotusdbasediff.xhp" name="lotusparams">filter options for Lotus, dBase and Diff files</link>.</paragraph>
- <paragraph role="paragraph" id="par_id1001634741874640">The list of <link href="text/shared/guide/csv_params.xhp" name="csvparams">filter options for CSV files</link>.</paragraph>
+ <paragraph role="tablecontent" id="par_id781554408625219">See the <link href="text/shared/guide/convertfilters.xhp">list of document filters</link> for file conversion.</paragraph>
+ <paragraph role="paragraph" id="par_id51634741869672">The list of <link href="text/shared/guide/lotusdbasediff.xhp">filter options for Lotus, dBase and Diff files</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id1001634741874640">The list of <link href="text/shared/guide/csv_params.xhp">filter options for CSV files</link>.</paragraph>
</section>
</tablecell>
</tablerow>
diff --git a/source/text/shared/guide/tabs.xhp b/source/text/shared/guide/tabs.xhp
index 5ae535ee77..a1b093786a 100644
--- a/source/text/shared/guide/tabs.xhp
+++ b/source/text/shared/guide/tabs.xhp
@@ -42,7 +42,7 @@
<bookmark_value>rulers; measurement units</bookmark_value>
<bookmark_value>measurement units; changing on rulers</bookmark_value>
</bookmark><comment>MW deleted "text;"</comment>
-<paragraph role="heading" id="hd_id3144436" xml-lang="en-US" level="1"><variable id="tabs"><link href="text/shared/guide/tabs.xhp" name="Inserting and Editing Tab Stops">Inserting and Editing Tab Stops</link>
+<paragraph role="heading" id="hd_id3144436" xml-lang="en-US" level="1"><variable id="tabs"><link href="text/shared/guide/tabs.xhp">Inserting and Editing Tab Stops</link>
</variable></paragraph>
<switch select="appl">
<case select="CALC">
@@ -115,7 +115,7 @@
</tablerow>
</table>
-<paragraph role="paragraph" id="par_id3154150" xml-lang="en-US">Double-click the ruler to open the <link href="text/shared/01/05030300.xhp" name="Paragraph"><emph>Paragraph</emph></link> dialog.</paragraph>
+<paragraph role="paragraph" id="par_id3154150" xml-lang="en-US">Double-click the ruler to open the <link href="text/shared/01/05030300.xhp"><emph>Paragraph</emph></link> dialog.</paragraph>
<paragraph role="paragraph" id="par_id3154145" xml-lang="en-US">Double-click the white area of the ruler to set one tab. The <emph>Paragraph</emph> dialog appears with the <emph>Tabs</emph> tab page open.</paragraph>
<paragraph role="heading" id="hd_id3145748" xml-lang="en-US" level="3">Moving Tabs on the Ruler</paragraph>
<list type="unordered">
@@ -137,22 +137,22 @@
</default>
</switch>
<paragraph role="heading" id="hd_id3151074" xml-lang="en-US" level="3">Changing the Defaults</paragraph>
-<paragraph role="paragraph" id="par_id3151059" xml-lang="en-US">If you want to change the settings of your default tab stops, you will find further information under <switchinline select="appl"><caseinline select="WRITER"><link href="text/shared/optionen/01040900.xhp" name="Text Document - General">%PRODUCTNAME Writer - General</link>
-</caseinline><caseinline select="CALC"><link href="text/shared/optionen/01060300.xhp" name="Spreadsheet - General">%PRODUCTNAME Calc - General</link>
-</caseinline><caseinline select="DRAW"><link href="text/shared/optionen/01070500.xhp" name="Drawing - General">%PRODUCTNAME Draw - General</link>
-</caseinline><caseinline select="IMPRESS"><link href="text/shared/optionen/01070500.xhp" name="Presentation - General">%PRODUCTNAME Impress - General</link>
+<paragraph role="paragraph" id="par_id3151059" xml-lang="en-US">If you want to change the settings of your default tab stops, you will find further information under <switchinline select="appl"><caseinline select="WRITER"><link href="text/shared/optionen/01040900.xhp">%PRODUCTNAME Writer - General</link>
+</caseinline><caseinline select="CALC"><link href="text/shared/optionen/01060300.xhp">%PRODUCTNAME Calc - General</link>
+</caseinline><caseinline select="DRAW"><link href="text/shared/optionen/01070500.xhp">%PRODUCTNAME Draw - General</link>
+</caseinline><caseinline select="IMPRESS"><link href="text/shared/optionen/01070500.xhp">%PRODUCTNAME Impress - General</link>
</caseinline><defaultinline>(module name) - General</defaultinline></switchinline> in the Options dialog box.</paragraph>
<switch select="appl">
<case select="CALC">
</case>
<default>
- <paragraph role="paragraph" id="par_id3146972" xml-lang="en-US">The <link href="text/shared/00/00000001.xhp#contextmenu" name="context menu">context menu</link> of the ruler allows you to change the displayed units of measurement. These changes are only valid until you exit $[officename], and they only apply to the ruler on whose context menu you made the change. If you want to change the ruler measurement units permanently, choose <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - [Document type] - View</menuitem> and change the measurement unit there.</paragraph>
+ <paragraph role="paragraph" id="par_id3146972" xml-lang="en-US">The <link href="text/shared/00/00000001.xhp#contextmenu">context menu</link> of the ruler allows you to change the displayed units of measurement. These changes are only valid until you exit $[officename], and they only apply to the ruler on whose context menu you made the change. If you want to change the ruler measurement units permanently, choose <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - [Document type] - View</menuitem> and change the measurement unit there.</paragraph>
</default>
</switch>
<switch select="appl">
<case select="WRITER">
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3148429" xml-lang="en-US"><link href="text/swriter/main0213.xhp" name="Ruler">Ruler</link></paragraph>
+<paragraph role="paragraph" id="par_id3148429" xml-lang="en-US"><link href="text/swriter/main0213.xhp">Ruler</link></paragraph>
</section>
</case>
</switch>
diff --git a/source/text/shared/guide/template_manager.xhp b/source/text/shared/guide/template_manager.xhp
index e6eef9ae61..23788d0bd5 100644
--- a/source/text/shared/guide/template_manager.xhp
+++ b/source/text/shared/guide/template_manager.xhp
@@ -85,7 +85,7 @@
</tablerow>
</table>
-<note id="par_id3155306">To show templates from another folder in the <emph>My Templates</emph> category, choose <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences - </menuitem></caseinline><defaultinline><menuitem>Tools - Options - </menuitem></defaultinline></switchinline><link href="text/shared/optionen/01010300.xhp" name="$[officename] - Paths"><menuitem>$[officename] - Paths</menuitem></link>, select <emph>Templates</emph>, press <widget>Edit</widget>, then press <widget>Add</widget> to open the file dialog for selecting the folder to add.</note>
+<note id="par_id3155306">To show templates from another folder in the <emph>My Templates</emph> category, choose <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences - </menuitem></caseinline><defaultinline><menuitem>Tools - Options - </menuitem></defaultinline></switchinline><link href="text/shared/optionen/01010300.xhp"><menuitem>$[officename] - Paths</menuitem></link>, select <emph>Templates</emph>, press <widget>Edit</widget>, then press <widget>Add</widget> to open the file dialog for selecting the folder to add.</note>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/templatedlg/search_filter" id="bm_id041620170649376935" localize="false"/>
<h2 id="hd_id041620170723501731">Search</h2>
diff --git a/source/text/shared/guide/text_color.xhp b/source/text/shared/guide/text_color.xhp
index f21424b18c..3dcabedbcd 100644
--- a/source/text/shared/guide/text_color.xhp
+++ b/source/text/shared/guide/text_color.xhp
@@ -32,9 +32,9 @@
<bookmark_value>colors; fonts</bookmark_value>
<bookmark_value>fonts;colors</bookmark_value>
</bookmark><comment>MW added two entries from text/shared/01/05020200.xhp and deleted "colors;fill format"</comment>
-<paragraph xml-lang="en-US" id="hd_id3156014" role="heading" level="1"><variable id="text_color"><link href="text/shared/guide/text_color.xhp" name="Changing the Color of Text">Changing the Color of Text</link>
+<paragraph xml-lang="en-US" id="hd_id3156014" role="heading" level="1"><variable id="text_color"><link href="text/shared/guide/text_color.xhp">Changing the Color of Text</link>
</variable></paragraph>
- <paragraph xml-lang="en-US" id="par_id3150040" role="paragraph">Click the arrow next to the <emph>Font Color</emph> icon to activate a <link href="text/shared/00/00000001.xhp#toolbars" name="toolbar">toolbar</link> from which you can choose from a range of colors.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3150040" role="paragraph">Click the arrow next to the <emph>Font Color</emph> icon to activate a <link href="text/shared/00/00000001.xhp#toolbars">toolbar</link> from which you can choose from a range of colors.</paragraph>
<table id="tbl_id3152801">
<tablerow>
<tablecell>
@@ -66,6 +66,6 @@
<paragraph xml-lang="en-US" id="par_id3145120" role="paragraph">The following applies to all modules (<item type="productname">%PRODUCTNAME</item> Writer, Calc, Draw, Impress): Select the text that is to take another color, then click the color you want on the toolbar.</paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
<embed href="text/shared/guide/paintbrush.xhp#formatpaintbrush"/>
- <paragraph xml-lang="en-US" id="par_id3154285" role="paragraph"><link href="text/shared/01/05020100.xhp" name="Font color">Font color</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154285" role="paragraph"><link href="text/shared/01/05020100.xhp">Font color</link></paragraph>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/shared/guide/textmode_change.xhp b/source/text/shared/guide/textmode_change.xhp
index a15381b89e..6699dd6665 100644
--- a/source/text/shared/guide/textmode_change.xhp
+++ b/source/text/shared/guide/textmode_change.xhp
@@ -34,7 +34,7 @@
</bookmark>
<h1 id="hd_id3159233">
<variable id="textmode_change">
- <link href="text/shared/guide/textmode_change.xhp" name="Switching Between Insert Mode and Overwrite Mode">Switching Between Insert Mode and Overwrite Mode</link>
+ <link href="text/shared/guide/textmode_change.xhp">Switching Between Insert Mode and Overwrite Mode</link>
</variable>
</h1>
<switch select="sys">
@@ -71,7 +71,7 @@
</list>
<embed href="text/shared/00/00000004.xhp#related" />
<paragraph role="paragraph" id="par_id3154346">
- <link href="text/shared/04/01010000.xhp" name="Keyboard commands">Keyboard commands</link>
+ <link href="text/shared/04/01010000.xhp">Keyboard commands</link>
</paragraph>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/shared/guide/tipoftheday.xhp b/source/text/shared/guide/tipoftheday.xhp
index 927f18f768..e1a9a39058 100644
--- a/source/text/shared/guide/tipoftheday.xhp
+++ b/source/text/shared/guide/tipoftheday.xhp
@@ -22,7 +22,7 @@
</bookmark>
<section id="tipofthedayheader">
<bookmark id="bm_id531630843025885" xml-lang="en-US" branch="hid/zzzz" localize="false"/>
- <h1 id="hd_id161630843025887"><link href="text/shared/guide/tipoftheday.xhp" name="tod">Tip of the Day</link></h1>
+ <h1 id="hd_id161630843025887"><link href="text/shared/guide/tipoftheday.xhp">Tip of the Day</link></h1>
<paragraph id="par_id731630843025888" role="paragraph" xml-lang="en-US"><variable id="variable name"><ahelp hid="hid path or command">The Tip of the Day dialog displays useful tips for the user.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/guide/version_number.xhp b/source/text/shared/guide/version_number.xhp
index eaa75da29b..5567c7fea8 100644
--- a/source/text/shared/guide/version_number.xhp
+++ b/source/text/shared/guide/version_number.xhp
@@ -30,7 +30,7 @@
<bookmark_value>build numbers of $[officename]</bookmark_value>
<bookmark_value>copyright for $[officename]</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3144436" xml-lang="en-US" level="1"><variable id="version_number"><link href="text/shared/guide/version_number.xhp" name="Versions and Build Numbers">Versions and Build Numbers</link></variable></paragraph>
+<paragraph role="heading" id="hd_id3144436" xml-lang="en-US" level="1"><variable id="version_number"><link href="text/shared/guide/version_number.xhp">Versions and Build Numbers</link></variable></paragraph>
<list type="ordered">
<listitem>
<paragraph role="listitem" id="par_id3149346" xml-lang="en-US">Choose <emph>Help - About $[officename]</emph>. This opens a dialog containing information about the program.</paragraph>
diff --git a/source/text/shared/guide/viewing_file_properties.xhp b/source/text/shared/guide/viewing_file_properties.xhp
index 5bc8d566bb..b451262ef3 100644
--- a/source/text/shared/guide/viewing_file_properties.xhp
+++ b/source/text/shared/guide/viewing_file_properties.xhp
@@ -35,7 +35,7 @@
<bookmark_value>files;properties</bookmark_value>
<bookmark_value>viewing;file properties</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3152594" xml-lang="en-US" level="1"><variable id="viewing_file_properties"><variable id="viewing"><link href="text/shared/guide/viewing_file_properties.xhp" name="Viewing File Properties">Viewing File Properties</link>
+<paragraph role="heading" id="hd_id3152594" xml-lang="en-US" level="1"><variable id="viewing_file_properties"><variable id="viewing"><link href="text/shared/guide/viewing_file_properties.xhp">Viewing File Properties</link>
</variable>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3147399" xml-lang="en-US">File properties, such as author name, subject, and keywords, help you manage and identify your documents. $[officename] also tracks file statistics, including the number of words and the number of pages in a document, and automatically adds the statistics as part of the file property.</paragraph>
diff --git a/source/text/shared/guide/workfolder.xhp b/source/text/shared/guide/workfolder.xhp
index e83e2768e5..96fe54a9b5 100644
--- a/source/text/shared/guide/workfolder.xhp
+++ b/source/text/shared/guide/workfolder.xhp
@@ -34,7 +34,7 @@
<bookmark_value>pictures; changing paths</bookmark_value>
<bookmark_value>changing;work directory</bookmark_value>
</bookmark><comment>work --&gt; working, i85615</comment>
-<paragraph xml-lang="en-US" id="hd_id3149346" role="heading" level="1"><variable id="workfolder"><link href="text/shared/guide/workfolder.xhp" name="Changing Your Working Directory">Changing Your Working Directory</link>
+<paragraph xml-lang="en-US" id="hd_id3149346" role="heading" level="1"><variable id="workfolder"><link href="text/shared/guide/workfolder.xhp">Changing Your Working Directory</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3150774" role="paragraph">When you start a dialog to open or save a document, $[officename] initially displays your working directory. To change this directory:</paragraph>
<list type="ordered">
@@ -51,6 +51,6 @@
<paragraph xml-lang="en-US" id="par_id3158430" role="paragraph">You also use this procedure to change the directory displayed by $[officename] when you want to insert a graphic. Choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Paths - Images</emph>, then follow step 3.</paragraph>
</section>
<embed href="text/shared/00/00000004.xhp#related"/>
- <paragraph xml-lang="en-US" id="par_id3154286" role="paragraph"><link href="text/shared/optionen/01010300.xhp" name="Paths">Paths</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154286" role="paragraph"><link href="text/shared/optionen/01010300.xhp">Paths</link></paragraph>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/shared/main0108.xhp b/source/text/shared/main0108.xhp
index ef54e2ff98..e705796546 100644
--- a/source/text/shared/main0108.xhp
+++ b/source/text/shared/main0108.xhp
@@ -31,7 +31,7 @@
<section id="help">
<bookmark xml-lang="en-US" branch="hid/.uno:HelpMenu" id="bm_id3153539" localize="false"/>
-<h1 id="hd_id3155364"><link href="text/shared/main0108.xhp" name="Help">Help</link></h1>
+<h1 id="hd_id3155364"><link href="text/shared/main0108.xhp">Help</link></h1>
<paragraph id="par_id3153990" role="paragraph" xml-lang="en-US"><ahelp hid=".uno:HelpMenu">The Help menu allows you to start and control the $[officename] Help system.</ahelp></paragraph>
</section>
@@ -75,12 +75,12 @@
</ahelp></paragraph>
<h2 id="hd_id561629934889067">Get Involved</h2>
- <paragraph role="paragraph" id="par_id501629934998665">Opens the <link href="https://www.libreoffice.org/community/get-involved/" name="get involved">community Get Involved page</link> in the web browser. The page describe areas of interest where you can collaborate with the %PRODUCTNAME community.</paragraph>
+ <paragraph role="paragraph" id="par_id501629934998665">Opens the <link href="https://www.libreoffice.org/community/get-involved/">community Get Involved page</link> in the web browser. The page describe areas of interest where you can collaborate with the %PRODUCTNAME community.</paragraph>
<h2 id="hd_id431629934866702">Donate to %PRODUCTNAME</h2>
<paragraph role="paragraph" id="par_id691629934873388">%PRODUCTNAME is Free Software and is made available free of charge.</paragraph>
<paragraph role="paragraph" id="par_id651629934878405">Your donation, which is purely optional, supports our worldwide community.</paragraph>
-<paragraph role="paragraph" id="par_id611629934882669">If you like the software, <link href="https://www.libreoffice.org/donate/" name="donation">please consider a donation</link>.</paragraph>
+<paragraph role="paragraph" id="par_id611629934882669">If you like the software, <link href="https://www.libreoffice.org/donate/">please consider a donation</link>.</paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:ShowLicense" id="bm_id4151385" localize="false"/>
<h2 id="hd_id4153881">License Information</h2>
diff --git a/source/text/shared/main0201.xhp b/source/text/shared/main0201.xhp
index 10dfacdb72..abadee0915 100644
--- a/source/text/shared/main0201.xhp
+++ b/source/text/shared/main0201.xhp
@@ -26,12 +26,12 @@
<body>
<section id="standardbar">
<bookmark xml-lang="en-US" branch="hid/RID_ENVTOOLBOX" id="bm_id3155805" localize="false"/>
-<h1 id="hd_id3154186"><link href="text/shared/main0201.xhp" name="Standard Bar">Standard Bar</link></h1>
+<h1 id="hd_id3154186"><link href="text/shared/main0201.xhp">Standard Bar</link></h1>
<paragraph role="paragraph" id="par_id3145136" xml-lang="en-US"><ahelp hid="RID_ENVTOOLBOX">The <emph>Standard</emph> bar is available in every $[officename] application.</ahelp></paragraph>
</section>
<embed href="text/shared/01/01010000.xhp#new"/>
<embed href="text/shared/00/00000401.xhp#newtextdoc"/>
-<h2 id="hd_id3166460"><link href="text/shared/01/01020000.xhp" name="Open File">Open File</link></h2>
+<h2 id="hd_id3166460"><link href="text/shared/01/01020000.xhp">Open File</link></h2>
<embed href="text/shared/01/01020000.xhp#oeffnentext"/>
<embed href="text/shared/00/00000401.xhp#syopen"/>
<embed href="text/shared/01/01060000.xhp#save"/>
@@ -108,7 +108,7 @@
<embed href="text/shared/00/00000404.xhp#systarchart"/>
<embed href="text/simpress/01/04080100.xhp#inserttable"/>
<embed href="text/swriter/00/00000404.xhp#syinsert_table"/>
-<h2 id="par_idN108C4"><link href="text/shared/02/01171200.xhp" name="Display Grid">Display Grid</link></h2>
+<h2 id="par_idN108C4"><link href="text/shared/02/01171200.xhp">Display Grid</link></h2>
<embed href="text/shared/optionen/01050100.xhp#rastersicht"/>
<embed href="text/shared/02/01171200.xhp#sydisplay_grid"/>
</case>
diff --git a/source/text/shared/main0204.xhp b/source/text/shared/main0204.xhp
index e06961ffae..153054f4a4 100644
--- a/source/text/shared/main0204.xhp
+++ b/source/text/shared/main0204.xhp
@@ -27,7 +27,7 @@
<body>
<section id="tablebar">
<bookmark xml-lang="en-US" branch="hid/.HelpId:tableobjectbar" id="bm_id3154243" localize="false"/>
-<h1 id="hd_id3145587"><link href="text/shared/main0204.xhp" name="Table Bar">Table Bar</link></h1>
+<h1 id="hd_id3145587"><link href="text/shared/main0204.xhp">Table Bar</link></h1>
<paragraph role="paragraph" id="par_id3154252" xml-lang="en-US"><ahelp hid=".">The <emph>Table</emph> Bar contains functions you need when working with tables. It appears when you move the cursor into a table.</ahelp></paragraph>
</section>
<embed href="text/simpress/01/04080100.xhp#inserttable"/>
@@ -38,9 +38,9 @@
<embed href="text/shared/02/03150000.xhp#syborder_color"/>
<embed href="text/shared/02/03130000.xhp#borders"/>
<embed href="text/shared/02/03130000.xhp#syborders"/>
-<h2 id="hd_id319945759"><link href="text/shared/01/05210100.xhp" name="Area Style / Filling">Area Style / Filling</link></h2>
+<h2 id="hd_id319945759"><link href="text/shared/01/05210100.xhp">Area Style / Filling</link></h2>
<embed href="text/shared/01/05210100.xhp#sytext"/>
-<h2 id="hd_id3147592"><link href="text/shared/01/05100100.xhp" name="Merge Cells">Merge Cells</link></h2>
+<h2 id="hd_id3147592"><link href="text/shared/01/05100100.xhp">Merge Cells</link></h2>
<embed href="text/shared/01/05100100.xhp#verbindentext"/>
<embed href="text/swriter/00/00000405.xhp#symerge_cells"/>
<embed href="text/swriter/00/00000405.xhp#sysplit_cells"/>
@@ -53,10 +53,10 @@
<embed href="text/swriter/02/04090000.xhp#syinsert_rows"/>
<embed href="text/swriter/02/04100000.xhp#insert_column"/>
<embed href="text/swriter/02/04100000.xhp#syinsert_column"/>
-<h2 id="hd_id3147820"><link href="text/swriter/01/05110500.xhp" name="Delete Row">Delete Row</link></h2>
+<h2 id="hd_id3147820"><link href="text/swriter/01/05110500.xhp">Delete Row</link></h2>
<embed href="text/swriter/01/05110500.xhp#loeschentext"/>
<embed href="text/swriter/00/00000405.xhp#sydelete_row"/>
-<h2 id="hd_id3147231"><link href="text/swriter/01/05120500.xhp" name="Delete Column">Delete Column</link></h2>
+<h2 id="hd_id3147231"><link href="text/swriter/01/05120500.xhp">Delete Column</link></h2>
<embed href="text/swriter/01/05120500.xhp#loeschentext"/>
<embed href="text/swriter/00/00000405.xhp#sydelete_columns"/>
<comment>following only optional, ext.help is available: Select Table Select Column Select Row</comment>
@@ -76,7 +76,7 @@
</tablerow>
</table>
</section>
-<h2 id="hd_id947820"><link href="text/simpress/01/05090000m.xhp" name="Table Properties">Table Properties</link></h2>
+<h2 id="hd_id947820"><link href="text/simpress/01/05090000m.xhp">Table Properties</link></h2>
<embed href="text/simpress/01/05090000m.xhp#tabelletext"/>
</body>
</helpdocument>
diff --git a/source/text/shared/main0208.xhp b/source/text/shared/main0208.xhp
index be505447d5..c47329a79f 100644
--- a/source/text/shared/main0208.xhp
+++ b/source/text/shared/main0208.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="status_bar_basic">
-<paragraph role="heading" id="hd_id3148520" xml-lang="en-US" level="1"><link href="text/shared/main0208.xhp" name="Status Bar in $[officename] Basic Documents">Status Bar in $[officename] Basic Documents</link></paragraph>
+<paragraph role="heading" id="hd_id3148520" xml-lang="en-US" level="1"><link href="text/shared/main0208.xhp">Status Bar in $[officename] Basic Documents</link></paragraph>
<paragraph role="paragraph" id="par_id3154136" xml-lang="en-US">The <emph>Status</emph> Bar displays information about the current $[officename] Basic document.</paragraph>
</section>
<embed href="text/shared/02/08010000.xhp#document_information"/>
diff --git a/source/text/shared/main0212.xhp b/source/text/shared/main0212.xhp
index 506d56dbb1..42008d137f 100644
--- a/source/text/shared/main0212.xhp
+++ b/source/text/shared/main0212.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="database">
- <paragraph xml-lang="en-US" id="hd_id3147102" role="heading" level="1"><link href="text/shared/main0212.xhp" name="Table Data Bar">Table Data Bar</link></paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3147102" role="heading" level="1"><link href="text/shared/main0212.xhp">Table Data Bar</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3153394" role="paragraph"><ahelp hid=".">Use the Table Data bar to control the data view. </ahelp></paragraph>
</section>
<paragraph xml-lang="en-US" id="par_id3149346" role="paragraph">The filtered data view is active until you change or cancel the sorting or filtering criteria. If a filter is active, the <emph>Apply Filter</emph> icon on the <emph>Table Data</emph> bar is activated.</paragraph>
diff --git a/source/text/shared/main0213.xhp b/source/text/shared/main0213.xhp
index fc76bd411e..0cf4354a81 100644
--- a/source/text/shared/main0213.xhp
+++ b/source/text/shared/main0213.xhp
@@ -35,18 +35,18 @@
</bookmark><comment>MW changed "toolbars;..."</comment>
<section id="formnavigationbar">
- <h1 id="hd_id3157896"><link href="text/shared/main0213.xhp" name="Form Navigation Bar">Form Navigation Bar</link></h1>
+ <h1 id="hd_id3157896"><link href="text/shared/main0213.xhp">Form Navigation Bar</link></h1>
<paragraph role="paragraph" id="par_id3154751" xml-lang="en-US">The <emph>Form Navigation</emph> bar contains icons to edit a database table or to control the data view. The bar is displayed at the bottom of a document that contains fields that are linked to a database.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3157958" xml-lang="en-US">You can use the <emph>Form Navigation</emph> bar to move within records as well as to insert and to delete records. If data is saved in a form, the changes are transferred to the database. The <emph>Form Navigation</emph> bar also contains sort, filter, and search functions for data records.</paragraph>
<tip id="par_idN10717">You can use the Navigation bar icon on the <link href="text/shared/02/01170000.xhp">More Controls </link> bar to add a Navigation bar to a form.</tip>
- <note id="par_id3157910">The Navigation bar is only visible for forms connected to a database. In the <link href="text/sdatabase/04030000.xhp" name="Design view">Design view</link> of a form, the Navigation bar is not available. See also <link href="text/shared/main0212.xhp" name="Database Bar">Table Data bar</link>.</note>
+ <note id="par_id3157910">The Navigation bar is only visible for forms connected to a database. In the <link href="text/sdatabase/04030000.xhp">Design view</link> of a form, the Navigation bar is not available. See also <link href="text/shared/main0212.xhp">Table Data bar</link>.</note>
<paragraph role="paragraph" id="par_id3153880" xml-lang="en-US">You can control the view of data with the sorting and filtering functions. Original tables are not changed.</paragraph>
- <paragraph role="paragraph" id="par_id3153062" xml-lang="en-US">The current sort order or filter is saved with the current document. If a filter is set, the <emph>Apply Filter</emph> icon on the <emph>Navigation</emph> bar is activated. Sorting and filtering features in the document can also be configured in the <emph>Form Properties</emph> dialog. (Choose <emph>Form Properties - Data</emph> - properties <link href="text/shared/02/01170203.xhp" name="Sort"><emph>Sort</emph></link> and <link href="text/shared/02/01170203.xhp" name="Filter"><emph>Filter</emph></link>).</paragraph>
- <note id="par_id3149810">If an SQL statement is the basis for a form (see <emph>Form Properties</emph> - tab <emph>Data</emph> - <link href="text/shared/02/01170203.xhp" name="Data Source"><emph>Data Source</emph></link>), then the filter and sort functions are only available when the SQL statement refers to only one table and is not written in the native SQL mode.</note>
+ <paragraph role="paragraph" id="par_id3153062" xml-lang="en-US">The current sort order or filter is saved with the current document. If a filter is set, the <emph>Apply Filter</emph> icon on the <emph>Navigation</emph> bar is activated. Sorting and filtering features in the document can also be configured in the <emph>Form Properties</emph> dialog. (Choose <emph>Form Properties - Data</emph> - properties <link href="text/shared/02/01170203.xhp"><emph>Sort</emph></link> and <link href="text/shared/02/01170203.xhp"><emph>Filter</emph></link>).</paragraph>
+ <note id="par_id3149810">If an SQL statement is the basis for a form (see <emph>Form Properties</emph> - tab <emph>Data</emph> - <link href="text/shared/02/01170203.xhp"><emph>Data Source</emph></link>), then the filter and sort functions are only available when the SQL statement refers to only one table and is not written in the native SQL mode.</note>
- <h2 id="hd_id3156448"><link href="text/shared/02/12100200.xhp" name="Find Record">Find Record</link></h2>
+ <h2 id="hd_id3156448"><link href="text/shared/02/12100200.xhp">Find Record</link></h2>
<embed href="text/shared/02/12100200.xhp#suchentext"/>
<embed href="text/shared/00/00000450.xhp#syfind_record"/>
@@ -181,7 +181,7 @@
</tablerow>
</table>
- <h2 id="hd_id3148599"><link href="text/shared/02/12100100.xhp" name="Sort">Sort</link></h2>
+ <h2 id="hd_id3148599"><link href="text/shared/02/12100100.xhp">Sort</link></h2>
<embed href="text/shared/02/12100100.xhp#sortierentext"/>
<embed href="text/shared/00/00000450.xhp#sysort_order"/>
diff --git a/source/text/shared/main0214.xhp b/source/text/shared/main0214.xhp
index 8261b30db1..dcc5868c5a 100644
--- a/source/text/shared/main0214.xhp
+++ b/source/text/shared/main0214.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="sql">
-<h1 id="hd_id3159176"><link href="text/shared/main0214.xhp" name="Query Design Bar">Query Design Bar</link></h1>
+<h1 id="hd_id3159176"><link href="text/shared/main0214.xhp">Query Design Bar</link></h1>
<paragraph role="paragraph" id="par_id3150085" xml-lang="en-US"><ahelp hid=".">When creating or editing an SQL query, use the icons in the <emph>Query Design</emph> Bar to control the display of data.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3150276" xml-lang="en-US">Depending on whether you have created the query or view in the <emph>Design</emph> or <emph>SQL</emph> tab page, the following icons appear:</paragraph>
@@ -41,7 +41,7 @@
<embed href="text/shared/02/14020000.xhp#syclear_query"/>
<embed href="text/shared/02/14020200.xhp#design_view"/>
<embed href="text/shared/02/14020200.xhp#sydesign_view"/>
-<paragraph role="heading" id="hd_id3151384" xml-lang="en-US" level="2"><link href="text/shared/02/14020100.xhp" name="Add Tables">Add Tables</link></paragraph>
+<paragraph role="heading" id="hd_id3151384" xml-lang="en-US" level="2"><link href="text/shared/02/14020100.xhp">Add Tables</link></paragraph>
<embed href="text/shared/02/14020100.xhp#tabellehinzufuegentext"/>
<embed href="text/shared/00/00000450.xhp#syinsert_table"/>
<embed href="text/shared/02/14040000.xhp#functions"/>
diff --git a/source/text/shared/main0226.xhp b/source/text/shared/main0226.xhp
index a57050d265..225a4afdf2 100644
--- a/source/text/shared/main0226.xhp
+++ b/source/text/shared/main0226.xhp
@@ -27,7 +27,7 @@
</history>
</meta>
<body>
-<h1 id="hd_id3148520"><link href="text/shared/main0226.xhp" name="Form Design Toolbar">Form Design Toolbar</link></h1>
+<h1 id="hd_id3148520"><link href="text/shared/main0226.xhp">Form Design Toolbar</link></h1>
<paragraph role="paragraph" id="par_id3155364" xml-lang="en-US">The Form Design toolbar becomes visible as soon as you select a form object when working in the design mode.</paragraph>
<embed href="text/shared/02/03200000.xhp#anchoring"/>
@@ -56,7 +56,7 @@
<embed href="text/shared/02/01170600.xhp#form_navigator"/>
<embed href="text/shared/00/00040501.xhp#syform_navigator"/>
-<h2 id="hd_id3163802"><link href="text/shared/02/01170400.xhp" name="Add Field">Add Field</link></h2>
+<h2 id="hd_id3163802"><link href="text/shared/02/01170400.xhp">Add Field</link></h2>
<embed href="text/shared/02/01170400.xhp#text"/>
<embed href="text/shared/00/00040501.xhp#syadd_field"/>
@@ -75,7 +75,7 @@
<paragraph role="paragraph" id="par_id3150261" xml-lang="en-US"><image id="img_id3149351" src="cmd/sc_autocontrolfocus.png" width="1cm" height="1cm"><alt id="alt_id3149351" xml-lang="en-US">Icon</alt></image></paragraph>
</tablecell>
<tablecell>
- <paragraph role="paragraph" id="par_id3109848" xml-lang="en-US"><ahelp hid=".uno:AutoControlFocus">If <emph>Automatic Control Focus</emph> is activated, the first form control will be selected when you open the document. If the button is not activated, the text will be selected after opening. The <link href="text/shared/02/01170300.xhp" name="Tab Order">Tab Order</link> that you have specified determines which is the first form control.</ahelp></paragraph>
+ <paragraph role="paragraph" id="par_id3109848" xml-lang="en-US"><ahelp hid=".uno:AutoControlFocus">If <emph>Automatic Control Focus</emph> is activated, the first form control will be selected when you open the document. If the button is not activated, the text will be selected after opening. The <link href="text/shared/02/01170300.xhp">Tab Order</link> that you have specified determines which is the first form control.</ahelp></paragraph>
</tablecell>
</tablerow>
</table>
@@ -84,16 +84,16 @@
<embed href="text/shared/01/05230000.xhp#position_and_size"/>
<embed href="text/shared/00/00040502.xhp#syposition"/>
-<h2 id="hd_id3150398"><link href="text/shared/02/01171200.xhp" name="Display Grid">Display Grid</link></h2>
+<h2 id="hd_id3150398"><link href="text/shared/02/01171200.xhp">Display Grid</link></h2>
<embed href="text/shared/optionen/01050100.xhp#rastersicht"/>
<embed href="text/shared/02/01171200.xhp#sydisplay_grid"/>
<bookmark xml-lang="en-US" branch="hid/.uno:GridUse" id="bm_id5272811" localize="false"/>
-<h2 id="hd_id3148798"><link href="text/shared/02/01171300.xhp" name="Snap to Grid">Snap to Grid</link></h2>
+<h2 id="hd_id3148798"><link href="text/shared/02/01171300.xhp">Snap to Grid</link></h2>
<paragraph role="paragraph" id="par_id3145419" xml-lang="en-US"><ahelp hid=".uno:GridUse">Specifies that you can move objects only between grid points.</ahelp></paragraph>
<embed href="text/shared/02/01171300.xhp#sysnap_to_grid"/>
-<h2 id="hd_id3148920"><link href="text/shared/02/01171400.xhp" name="Helplines While Moving">Helplines While Moving</link></h2>
+<h2 id="hd_id3148920"><link href="text/shared/02/01171400.xhp">Helplines While Moving</link></h2>
<embed href="text/shared/optionen/01070100.xhp#verschieb"/>
<embed href="text/shared/02/01171400.xhp#syhline"/>
</body>
diff --git a/source/text/shared/main0227.xhp b/source/text/shared/main0227.xhp
index 3873ef4bda..f304cc4802 100644
--- a/source/text/shared/main0227.xhp
+++ b/source/text/shared/main0227.xhp
@@ -30,7 +30,7 @@
<bookmark_value>curves; editing points</bookmark_value>
<bookmark_value>Edit Points bar</bookmark_value>
</bookmark><comment>mw deleted "points;editing"</comment>
-<h1 id="hd_id3149987"><link href="text/shared/main0227.xhp" name="Edit Points Bar">Edit Points Bar</link></h1>
+<h1 id="hd_id3149987"><link href="text/shared/main0227.xhp">Edit Points Bar</link></h1>
<paragraph role="paragraph" id="par_id3150402" xml-lang="en-US">The <emph>Edit Points </emph>Bar appears when you select a polygon object and click <emph>Edit Points</emph>.</paragraph>
</section>
<switch select="appl">
@@ -41,7 +41,7 @@
</switch>
<paragraph role="paragraph" id="par_id3144762" xml-lang="en-US">The functions provided allow you to edit the points of a curve or an object converted to a curve. The following icons are available:</paragraph>
<h2 id="hd_id3153105">Edit Points</h2>
-<paragraph role="paragraph" id="par_id3159151" xml-lang="en-US">The <link href="text/shared/01/05270000.xhp" name="Edit Points"><emph>Edit Points</emph></link> icon allows you to activate or deactivate the edit mode for Bézier objects. In the edit mode, individual points of the drawing object can be selected.</paragraph>
+<paragraph role="paragraph" id="par_id3159151" xml-lang="en-US">The <link href="text/shared/01/05270000.xhp"><emph>Edit Points</emph></link> icon allows you to activate or deactivate the edit mode for Bézier objects. In the edit mode, individual points of the drawing object can be selected.</paragraph>
<table id="tbl_id3149664">
<tablerow>
<tablecell>
@@ -185,7 +185,7 @@
</table>
<bookmark xml-lang="en-US" branch="hid/.uno:BezierEliminatePoints" id="bm_id3240924" localize="false"/>
<h2 id="hd_id3156351">Eliminate Points</h2>
-<paragraph role="paragraph" id="par_id3149441" xml-lang="en-US"><ahelp hid=".uno:BezierEliminatePoints">Marks the current point or the selected points for deletion.</ahelp> This happens in the event that the point is located on a straight line. If you convert a curve or a polygon with the <emph>Convert to Curve </emph>icon into a straight line or you change a curve with the mouse so that a point lies on the straight line, it is removed. The angle from which the point reduction is to take place <switchinline select="appl"><caseinline select="DRAW">can be set by choosing <link href="text/shared/optionen/01070300.xhp" name="Drawing - Grid"><emph>%PRODUCTNAME Draw - Grid</emph></link> in the Options dialog box</caseinline><caseinline select="IMPRESS">can be set by choosing <link href="text/shared/optionen/01070300.xhp" name="Presentation - Grid"><emph>%PRODUCTNAME Impress - Grid</emph></link> in the Options dialog box</caseinline><defaultinline>is 15° by default.</defaultinline></switchinline></paragraph>
+<paragraph role="paragraph" id="par_id3149441" xml-lang="en-US"><ahelp hid=".uno:BezierEliminatePoints">Marks the current point or the selected points for deletion.</ahelp> This happens in the event that the point is located on a straight line. If you convert a curve or a polygon with the <emph>Convert to Curve </emph>icon into a straight line or you change a curve with the mouse so that a point lies on the straight line, it is removed. The angle from which the point reduction is to take place <switchinline select="appl"><caseinline select="DRAW">can be set by choosing <link href="text/shared/optionen/01070300.xhp"><emph>%PRODUCTNAME Draw - Grid</emph></link> in the Options dialog box</caseinline><caseinline select="IMPRESS">can be set by choosing <link href="text/shared/optionen/01070300.xhp"><emph>%PRODUCTNAME Impress - Grid</emph></link> in the Options dialog box</caseinline><defaultinline>is 15° by default.</defaultinline></switchinline></paragraph>
<table id="tbl_id3150892">
<tablerow>
<tablecell>
diff --git a/source/text/shared/main0400.xhp b/source/text/shared/main0400.xhp
index 9de8d025b6..21c0be9623 100644
--- a/source/text/shared/main0400.xhp
+++ b/source/text/shared/main0400.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="shortcutkeys">
- <h1 id="hd_id3149495" xml-lang="en-US"><link href="text/shared/main0400.xhp" name="Shortcut Keys">Shortcut Keys</link></h1>
+ <h1 id="hd_id3149495" xml-lang="en-US"><link href="text/shared/main0400.xhp">Shortcut Keys</link></h1>
<paragraph role="paragraph" id="par_id3150040" xml-lang="en-US">This section contains descriptions of frequently used shortcut keys in $[officename].</paragraph>
</section>
<embed href="text/shared/04/01010000.xhp#general"/>
diff --git a/source/text/shared/main0500.xhp b/source/text/shared/main0500.xhp
index f2f7c94888..04180b8e9b 100644
--- a/source/text/shared/main0500.xhp
+++ b/source/text/shared/main0500.xhp
@@ -29,7 +29,7 @@
<body>
- <paragraph id="hd_id3156183" role="heading" level="1" xml-lang="en-US"><link href="text/shared/main0500.xhp" name="Glossaries">Glossaries</link></paragraph>
+ <paragraph id="hd_id3156183" role="heading" level="1" xml-lang="en-US"><link href="text/shared/main0500.xhp">Glossaries</link></paragraph>
<paragraph role="paragraph" id="par_id3157898" xml-lang="en-US">This section provides a general glossary of technical terms used in $[officename], along with a list of Internet terms.</paragraph>
<embed href="text/shared/00/00000005.xhp#general_glossary"/>
<embed href="text/shared/00/00000002.xhp#internet_glossary"/>
diff --git a/source/text/shared/main0650.xhp b/source/text/shared/main0650.xhp
index c50c21440f..1cb22faffd 100644
--- a/source/text/shared/main0650.xhp
+++ b/source/text/shared/main0650.xhp
@@ -30,14 +30,14 @@
</meta>
<body>
<section id="java">
-<paragraph role="heading" id="hd_id3153089" xml-lang="en-US" level="1"><link href="text/shared/main0650.xhp" name="Java Platform Support">Java Platform Support</link></paragraph>
+<paragraph role="heading" id="hd_id3153089" xml-lang="en-US" level="1"><link href="text/shared/main0650.xhp">Java Platform Support</link></paragraph>
<paragraph role="paragraph" id="par_id3152363" xml-lang="en-US">$[officename] supports the Java platform for running applications and components based on the JavaBeans architecture.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3154751" xml-lang="en-US">For $[officename] to support the Java platform, you must install the Java 2 Runtime Environment software. When you installed $[officename], you automatically received the option to install these files if they were not yet installed. You can also install these files now if required.</paragraph>
<paragraph role="paragraph" id="par_id3155338" xml-lang="en-US">The Java platform support needs to be activated under $[officename] to run Java applications.</paragraph>
<list type="unordered">
<listitem>
-<paragraph role="listitem" id="par_id3155892" xml-lang="en-US">Enable Java platform support by choosing <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/java.xhp" name="$[officename] - Advanced"><emph>$[officename] - Advanced</emph></link>.</paragraph>
+<paragraph role="listitem" id="par_id3155892" xml-lang="en-US">Enable Java platform support by choosing <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/java.xhp"><emph>$[officename] - Advanced</emph></link>.</paragraph>
</listitem>
</list>
<paragraph role="note" id="par_id9116183" xml-lang="en-US">Before you can use a JDBC driver, you need to add its class path. Choose <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Advanced, and click the Class Path button. After you add the path information, restart %PRODUCTNAME.</paragraph>
diff --git a/source/text/shared/main0800.xhp b/source/text/shared/main0800.xhp
index ffe79351a6..dcb8f67bfb 100644
--- a/source/text/shared/main0800.xhp
+++ b/source/text/shared/main0800.xhp
@@ -31,8 +31,8 @@
</meta>
<body>
<section id="internet">
-<paragraph role="heading" id="hd_id3153089" xml-lang="en-US" level="1"><link href="text/shared/main0800.xhp" name="$[officename] and the Internet">$[officename] and the Internet</link></paragraph>
-<paragraph role="paragraph" id="par_id3155150" xml-lang="en-US">This section provides information on the subject of the Internet. An <link href="text/shared/00/00000002.xhp" name="Internet glossary">Internet glossary</link> explains the most important terms.</paragraph>
+<paragraph role="heading" id="hd_id3153089" xml-lang="en-US" level="1"><link href="text/shared/main0800.xhp">$[officename] and the Internet</link></paragraph>
+<paragraph role="paragraph" id="par_id3155150" xml-lang="en-US">This section provides information on the subject of the Internet. An <link href="text/shared/00/00000002.xhp">Internet glossary</link> explains the most important terms.</paragraph>
</section>
<embed href="text/shared/07/09000000.xhp#web_pages"/>
</body>
diff --git a/source/text/shared/mediaplay_toolbar.xhp b/source/text/shared/mediaplay_toolbar.xhp
index 9955aeedb6..0c0f2e6ae4 100644
--- a/source/text/shared/mediaplay_toolbar.xhp
+++ b/source/text/shared/mediaplay_toolbar.xhp
@@ -17,7 +17,7 @@
</meta>
<body>
<section id="mediaplaybacktoolbarHead">
- <h1 id="hd_id701655505104052"><variable id="h1"><link href="text/shared/mediaplay_toolbar.xhp" name="Media Playback Toolbar">Media Playback Toolbar</link></variable></h1>
+ <h1 id="hd_id701655505104052"><variable id="h1"><link href="text/shared/mediaplay_toolbar.xhp">Media Playback Toolbar</link></variable></h1>
<paragraph id="par_id821655505104055" role="paragraph" xml-lang="en-US">Open the Media Playback toolbar</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/menu/forms.xhp b/source/text/shared/menu/forms.xhp
index dfb906c58b..e273b70df1 100644
--- a/source/text/shared/menu/forms.xhp
+++ b/source/text/shared/menu/forms.xhp
@@ -18,7 +18,7 @@
<body>
<section id="forms_submenu_Head">
<bookmark id="bm_id381647289210347" xml-lang="en-US" branch="hid/zzzz" localize="false"/>
- <h1 id="hd_id491647289210348"><variable id="h1"><link href="text/shared/menu/forms.xhp" name="Forms Submenu">Forms Submenu</link></variable></h1>
+ <h1 id="hd_id491647289210348"><variable id="h1"><link href="text/shared/menu/forms.xhp">Forms Submenu</link></variable></h1>
<embed href="text/swriter/main0120.xhp#form_intro"/>
</section>
<section id="howtoget">
diff --git a/source/text/shared/menu/save_image.xhp b/source/text/shared/menu/save_image.xhp
index dae5465fcc..601d9389e5 100644
--- a/source/text/shared/menu/save_image.xhp
+++ b/source/text/shared/menu/save_image.xhp
@@ -24,7 +24,7 @@
</bookmark>
<section id="saveimageh1">
<bookmark id="bm_id761566143431255" xml-lang="en-US" branch="hid/.uno:SaveBackgroundImage" localize="false"/>
- <h1 id="hd_id881566143431255"><link href="text/shared/menu/save_image.xhp" name="savebackgroundimage">Save Background Image</link></h1>
+ <h1 id="hd_id881566143431255"><link href="text/shared/menu/save_image.xhp">Save Background Image</link></h1>
<paragraph id="par_id121566143431256" role="paragraph" xml-lang="en-US"><variable id="variable name"><ahelp hid=".uno:SaveBackground">Saves the background image of the current <switchinline select="appl"><caseinline select="IMPRESS">slide</caseinline><defaultinline>page</defaultinline></switchinline>.</ahelp></variable></paragraph>
</section>
diff --git a/source/text/shared/menu/set_image_background.xhp b/source/text/shared/menu/set_image_background.xhp
index 812e69a4d8..ef37f819a6 100644
--- a/source/text/shared/menu/set_image_background.xhp
+++ b/source/text/shared/menu/set_image_background.xhp
@@ -24,7 +24,7 @@
</bookmark>
<section id="setimageh1">
<bookmark id="bm_id761566143431255" xml-lang="en-US" branch="hid/.uno:SelectBackground" localize="false"/>
- <h1 id="hd_id881566143431255"><link href="text/shared/menu/set_image_background.xhp" name="setbackgroundimage">Set Background Image</link></h1>
+ <h1 id="hd_id881566143431255"><link href="text/shared/menu/set_image_background.xhp">Set Background Image</link></h1>
<paragraph id="par_id121566143431256" role="paragraph" xml-lang="en-US"><variable id="setimagebackground"><ahelp hid=".uno:SelectBackground">Set the image background of the <switchinline select="appl"><caseinline select="IMPRESS">slide</caseinline><defaultinline>page</defaultinline></switchinline>.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01000000.xhp b/source/text/shared/optionen/01000000.xhp
index e60ae3bc57..2938f324cc 100644
--- a/source/text/shared/optionen/01000000.xhp
+++ b/source/text/shared/optionen/01000000.xhp
@@ -33,7 +33,7 @@
<bookmark_value>settings; program configuration</bookmark_value>
</bookmark><comment>mw changed "settings;options" and "defaults;..."</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:OptionsTreeDialog" id="bm_id8304653" localize="false"/>
-<h1 id="hd_id3153665"><link href="text/shared/optionen/01000000.xhp" name="Options">Options</link></h1>
+<h1 id="hd_id3153665"><link href="text/shared/optionen/01000000.xhp">Options</link></h1>
<paragraph xml-lang="en-US" id="par_id3151384" role="paragraph"><ahelp hid=".uno:OptionsTreeDialog">This command opens a dialog for a customized program configuration.</ahelp></paragraph>
</section>
<paragraph xml-lang="en-US" id="par_id3156344" role="paragraph">All your settings are saved automatically. To expand an entry either double click this entry or click the plus sign. To collapse the entry, click the minus sign or double click the entry.</paragraph>
@@ -46,29 +46,29 @@
<embed href="text/shared/00/00000001.xhp#optionsbuttons"/>
<h3 id="hd_id551527692881035">Help</h3>
<paragraph role="paragraph" id="par_id831527692885723" xml-lang="en-US">Opens the help contents for the Options page displayed.</paragraph>
- <h2 id="hd_id3159149"><link href="text/shared/optionen/01010000.xhp" name="$[officename]">%PRODUCTNAME</link></h2>
+ <h2 id="hd_id3159149"><link href="text/shared/optionen/01010000.xhp">%PRODUCTNAME</link></h2>
<embed href="text/shared/optionen/01010000.xhp#optionenallgemein"/>
- <h2 id="hd_id3145787"><link href="text/shared/optionen/01020000.xhp" name="Load/Save">Load/Save</link></h2>
+ <h2 id="hd_id3145787"><link href="text/shared/optionen/01020000.xhp">Load/Save</link></h2>
<embed href="text/shared/optionen/01020000.xhp#laden"/>
- <h2 id="hd_id3153726"><link href="text/shared/optionen/01150000.xhp" name="Language Settings">Language Settings</link></h2>
+ <h2 id="hd_id3153726"><link href="text/shared/optionen/01150000.xhp">Language Settings</link></h2>
<embed href="text/shared/optionen/01150000.xhp#typotext"/>
- <h2 id="hd_id3153188"><link href="text/shared/optionen/01040000.xhp" name="Text Document">%PRODUCTNAME Writer</link></h2>
+ <h2 id="hd_id3153188"><link href="text/shared/optionen/01040000.xhp">%PRODUCTNAME Writer</link></h2>
<embed href="text/shared/optionen/01040000.xhp#optionentextdokument"/>
- <h2 id="hd_id3150104"><link href="text/shared/optionen/01050000.xhp" name="HTML Document">%PRODUCTNAME Writer/Web</link></h2>
+ <h2 id="hd_id3150104"><link href="text/shared/optionen/01050000.xhp">%PRODUCTNAME Writer/Web</link></h2>
<embed href="text/shared/optionen/01050000.xhp#webbrowser"/>
- <h2 id="hd_id3154918"><link href="text/shared/optionen/01060000.xhp" name="Spreadsheet">%PRODUCTNAME Calc</link></h2>
+ <h2 id="hd_id3154918"><link href="text/shared/optionen/01060000.xhp">%PRODUCTNAME Calc</link></h2>
<embed href="text/shared/optionen/01060000.xhp#allgemein"/>
- <h2 id="hd_id3153142"><link href="text/shared/optionen/01070000.xhp" name="Presentation">%PRODUCTNAME Impress</link></h2>
+ <h2 id="hd_id3153142"><link href="text/shared/optionen/01070000.xhp">%PRODUCTNAME Impress</link></h2>
<embed href="text/shared/optionen/01070000.xhp#allgemein"/>
- <h2 id="hd_id3147434"><link href="text/shared/optionen/01080000.xhp" name="Drawing">%PRODUCTNAME Draw</link></h2>
+ <h2 id="hd_id3147434"><link href="text/shared/optionen/01080000.xhp">%PRODUCTNAME Draw</link></h2>
<embed href="text/shared/optionen/01080000.xhp#allgemein"/>
- <h2 id="hd_id3154732"><link href="text/shared/optionen/01090000.xhp" name="Formula">%PRODUCTNAME Math</link></h2>
+ <h2 id="hd_id3154732"><link href="text/shared/optionen/01090000.xhp">%PRODUCTNAME Math</link></h2>
<embed href="text/shared/optionen/01090000.xhp#druckentext"/>
- <h2 id="hd_id3149420"><link href="text/shared/optionen/01160000.xhp" name="Data Sources">%PRODUCTNAME Base</link></h2>
+ <h2 id="hd_id3149420"><link href="text/shared/optionen/01160000.xhp">%PRODUCTNAME Base</link></h2>
<embed href="text/shared/optionen/01160000.xhp#daten"/>
- <h2 id="hd_id3155418"><link href="text/shared/optionen/01110000.xhp" name="Chart">Charts</link></h2>
+ <h2 id="hd_id3155418"><link href="text/shared/optionen/01110000.xhp">Charts</link></h2>
<embed href="text/shared/optionen/01110000.xhp#farbe"/>
- <h2 id="hd_id3150872"><link href="text/shared/optionen/01030000.xhp" name="Internet">Internet</link></h2>
+ <h2 id="hd_id3150872"><link href="text/shared/optionen/01030000.xhp">Internet</link></h2>
<embed href="text/shared/optionen/01030000.xhp#laden"/>
</body>
</helpdocument>
diff --git a/source/text/shared/optionen/01010100.xhp b/source/text/shared/optionen/01010100.xhp
index 62ddd79d89..01342c26f7 100644
--- a/source/text/shared/optionen/01010100.xhp
+++ b/source/text/shared/optionen/01010100.xhp
@@ -37,7 +37,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optuserpage/OptUserPage" id="bm_id3152801" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optuserpage/@@nowidget@@" id="bm_id3152801" localize="false"/>
-<paragraph role="heading" id="hd_id3155805" xml-lang="en-US" level="1"><link href="text/shared/optionen/01010100.xhp" name="User Data">User Data</link></paragraph>
+<paragraph role="heading" id="hd_id3155805" xml-lang="en-US" level="1"><link href="text/shared/optionen/01010100.xhp">User Data</link></paragraph>
<paragraph role="paragraph" id="par_id3156410" xml-lang="en-US"><ahelp hid="cui/ui/optuserpage/OptUserPage">Use this tab page to enter or edit user data.</ahelp> Some of the data may have already been entered by the user or system administrator when installing $[officename].</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01010200.xhp b/source/text/shared/optionen/01010200.xhp
index c709475bf3..cb86ccdefc 100644
--- a/source/text/shared/optionen/01010200.xhp
+++ b/source/text/shared/optionen/01010200.xhp
@@ -36,7 +36,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/optsavepage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/alienwarndialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optsavepage/OptSavePage" id="bm_id3109850" localize="false"/>
-<h1 id="hd_id3143284"><link href="text/shared/optionen/01010200.xhp" name="General">General</link></h1>
+<h1 id="hd_id3143284"><link href="text/shared/optionen/01010200.xhp">General</link></h1>
<paragraph xml-lang="en-US" id="par_id3145669" role="paragraph"><ahelp hid="cui/ui/optsavepage/OptSavePage">In the <emph>General</emph> section, you can select default settings for saving documents, and can select default file formats.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -94,7 +94,7 @@
<h3 id="hd_id3154909">Automatically save the document too</h3>
<paragraph xml-lang="en-US" id="par_id3149561" role="paragraph"><ahelp hid="cui/ui/optsavepage/userautosave">Specifies that <item type="productname">%PRODUCTNAME</item> saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</ahelp></paragraph>
<h3 id="hd_id3153575"><variable id="relative_saving_option">Save URLs relative to file system</variable></h3>
- <paragraph xml-lang="en-US" id="par_id3149484" role="paragraph">This option allows you to select the default for <link href="text/shared/00/00000005.xhp#saving" name="relative"><emph>relative</emph></link> addressing of URLs in the file system and on the Internet. Relative addressing is only possible if the source document and the referenced document are both on the same drive.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3149484" role="paragraph">This option allows you to select the default for <link href="text/shared/00/00000005.xhp#saving"><emph>relative</emph></link> addressing of URLs in the file system and on the Internet. Relative addressing is only possible if the source document and the referenced document are both on the same drive.</paragraph>
<paragraph xml-lang="en-US" id="par_id3145799" role="paragraph">A relative address always starts from the directory in which the current document is located. In contrast, absolute addressing always starts from a root directory. The following table demonstrates the difference in syntax between relative and absolute referencing:</paragraph>
<table id="">
<tablerow>
@@ -133,15 +133,15 @@
</table>
<warning id="par_id3145148">The Help tip always displays an absolute path. However, if a document is saved in HTML format, <item type="productname">%PRODUCTNAME</item> will enter a relative path if the appropriate check box is selected.</warning>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optsavepage/relative_fsys" id="bm_id3151187" localize="false"/>
-<paragraph xml-lang="en-US" id="par_id3155176" role="paragraph"><ahelp hid="cui/ui/optsavepage/relative_fsys">Select this box for <link href="text/shared/00/00000005.xhp#saving" name="relative saving"><emph>relative saving</emph></link> of URLs in the file system.</ahelp></paragraph>
+<paragraph xml-lang="en-US" id="par_id3155176" role="paragraph"><ahelp hid="cui/ui/optsavepage/relative_fsys">Select this box for <link href="text/shared/00/00000005.xhp#saving"><emph>relative saving</emph></link> of URLs in the file system.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optsavepage/relative_inet" id="bm_id3154664" localize="false"/>
<h3 id="hd_id3155334">Save URLs relative to internet</h3>
- <paragraph xml-lang="en-US" id="par_id3155608" role="paragraph"><ahelp hid="cui/ui/optsavepage/relative_inet">Select this box for <link href="text/shared/00/00000005.xhp#saving" name="relative saving"><emph>relative saving</emph></link> of URLs to the Internet.</ahelp></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3155608" role="paragraph"><ahelp hid="cui/ui/optsavepage/relative_inet">Select this box for <link href="text/shared/00/00000005.xhp#saving"><emph>relative saving</emph></link> of URLs to the Internet.</ahelp></paragraph>
<h2 id="hd_id2016968">Default file format and ODF settings</h2>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optsavepage/odfversion" id="bm_id810266" localize="false"/>
<h3 id="hd_id2659077">ODF format version</h3>
- <paragraph xml-lang="en-US" id="par_id6944182" role="paragraph">LibreOffice 7.0 supports the <link href="https://en.wikipedia.org/wiki/OpenDocument" name="English Wikipedia: OpenDocument"><emph>OpenDocument</emph></link> format (ODF) version 1.3. The prior versions of LibreOffice support the file format ODF 1.2. Prior file formats cannot store all new features of the new software.</paragraph>
- <paragraph xml-lang="en-US" id="par_id6944181" role="paragraph">OpenOffice.org 3 and StarOffice 9 introduced new features which have to be saved using the <link href="https://en.wikipedia.org/wiki/OpenDocument" name="English Wikipedia: OpenDocument"><emph>OpenDocument</emph></link> format (ODF) version 1.2. The prior versions of OpenOffice.org 2 and StarOffice 8 support the file formats ODF 1.0/1.1. Those prior file formats cannot store all new features of the new software.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id6944182" role="paragraph">LibreOffice 7.0 supports the <link href="https://en.wikipedia.org/wiki/OpenDocument"><emph>OpenDocument</emph></link> format (ODF) version 1.3. The prior versions of LibreOffice support the file format ODF 1.2. Prior file formats cannot store all new features of the new software.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id6944181" role="paragraph">OpenOffice.org 3 and StarOffice 9 introduced new features which have to be saved using the <link href="https://en.wikipedia.org/wiki/OpenDocument"><emph>OpenDocument</emph></link> format (ODF) version 1.2. The prior versions of OpenOffice.org 2 and StarOffice 8 support the file formats ODF 1.0/1.1. Those prior file formats cannot store all new features of the new software.</paragraph>
<paragraph xml-lang="en-US" id="par_id886257" role="paragraph">Current %PRODUCTNAME versions can open documents in ODF formats 1.0/1.1, 1.2, and 1.3.</paragraph>
<paragraph xml-lang="en-US" id="par_id8892483" role="paragraph">When you save a document, you can select whether to save the document in the format ODF 1.3, ODF 1.3 Extended, ODF 1.2, ODF 1.2 Extended, ODF 1.2 Extended (compatibility mode), or in the prior format ODF 1.0/1.1.</paragraph>
<note id="par_id0915200911205367">Currently, the ODF 1.2 (Extended) or newer formats enable files of Draw and Impress to contain comments. Those comments can be inserted by <item type="menuitem">Insert - Comment</item> in the latest software version. The comments get lost when loading files into prior software versions that were saved by the latest software version.</note>
diff --git a/source/text/shared/optionen/01010300.xhp b/source/text/shared/optionen/01010300.xhp
index 86f01a1088..849c33c788 100644
--- a/source/text/shared/optionen/01010300.xhp
+++ b/source/text/shared/optionen/01010300.xhp
@@ -32,7 +32,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optpathspage/OptPathsPage" id="bm_id3159399" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optpathspage/@@nowidget@@" id="bm_id3159399" localize="false"/>
-<h1 id="hd_id3149514"><variable id="pathsh1"><link href="text/shared/optionen/01010300.xhp" name="Paths">Paths</link></variable></h1>
+<h1 id="hd_id3149514"><variable id="pathsh1"><link href="text/shared/optionen/01010300.xhp">Paths</link></variable></h1>
<paragraph role="paragraph" id="par_id3151384" xml-lang="en-US"><ahelp hid="cui/ui/optpathspage/OptPathsPage">This section contains the default paths to important folders in $[officename]. These paths can be edited by the user.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -45,7 +45,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/optpathspage/edit" id="bm_id3150448" localize="false"/><h2 id="hd_id3147229">Edit</h2>
<paragraph role="paragraph" id="par_id3151177" xml-lang="en-US"><ahelp hid="cui/ui/optpathspage/edit">Click to display the <emph>Select Path</emph> or <emph>Edit Paths</emph> dialog.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id3153193" xml-lang="en-US">You can change the sequence of entries by clicking the bar in the <emph>Type</emph> column. The column width can be changed by moving the separator between the columns with the mouse.</paragraph>
-<paragraph role="paragraph" id="par_id691607812924039">The <emph>{user profile}</emph> directory and its subdirectories contain user data.<variable id="userprofile_location">The location of the <emph>{user profile}</emph> directory is determined when %PRODUCTNAME is installed. See the <link href="https://wiki.documentfoundation.org/UserProfile#Default_locations" name="Default_location">Default location</link> section in the Wiki page about <emph>LibreOffice user profile</emph> for more information about typical locations of the <emph>user profile</emph> in different operating systems.</variable></paragraph>
+<paragraph role="paragraph" id="par_id691607812924039">The <emph>{user profile}</emph> directory and its subdirectories contain user data.<variable id="userprofile_location">The location of the <emph>{user profile}</emph> directory is determined when %PRODUCTNAME is installed. See the <link href="https://wiki.documentfoundation.org/UserProfile#Default_locations">Default location</link> section in the Wiki page about <emph>LibreOffice user profile</emph> for more information about typical locations of the <emph>user profile</emph> in different operating systems.</variable></paragraph>
<paragraph role="paragraph" id="par_id601607813017831"> The following list shows the default predefined paths for storing user data, and explains what type of user data is stored in each path. Use the <emph>Edit</emph> dialog to change, add, or delete paths for the different types.</paragraph>
<table id="tbl_id3145364">
diff --git a/source/text/shared/optionen/01010400.xhp b/source/text/shared/optionen/01010400.xhp
index 2b0193e19b..f799f4ff39 100644
--- a/source/text/shared/optionen/01010400.xhp
+++ b/source/text/shared/optionen/01010400.xhp
@@ -44,7 +44,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/optlingupage/OptLinguPage" id="bm_id3147291" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optlingupage/@@nowidget@@" id="bm_id3147291" localize="false"/>
<comment>removed "german" references, i78879</comment>
-<h1 id="hd_id3145136"><link href="text/shared/optionen/01010400.xhp" name="Writing Aids">Writing Aids</link></h1>
+<h1 id="hd_id3145136"><link href="text/shared/optionen/01010400.xhp">Writing Aids</link></h1>
<paragraph role="paragraph" id="par_id3153527"><ahelp hid="cui/ui/optlingupage/OptLinguPage">Specifies the properties of the spelling, thesaurus and hyphenation.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -54,11 +54,11 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/optlingupage/lingumodules" id="bm_id3147653" localize="false"/>
<h2 id="hd_id3149096">Available Language Modules</h2>
<paragraph role="paragraph" id="par_id3154749" xml-lang="en-US"><ahelp hid="cui/ui/optlingupage/lingumodules">Contains the installed language modules.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3153663">A language module can contain one, two or three submodules: Spelling, hyphenation and thesaurus. Each sub-module can be available in one or more languages. If you click in front of the name of the module, you activate all the available sub-modules simultaneously. If you remove a set mark, you deactivate all the available sub-modules simultaneously. If you wish to activate or deactivate individual sub-modules, click the <emph>Edit</emph> button to open the <link href="text/shared/optionen/01010401.xhp" name="Edit Modules"><emph>Edit Modules</emph></link> dialog.</paragraph>
+<paragraph role="paragraph" id="par_id3153663">A language module can contain one, two or three submodules: Spelling, hyphenation and thesaurus. Each sub-module can be available in one or more languages. If you click in front of the name of the module, you activate all the available sub-modules simultaneously. If you remove a set mark, you deactivate all the available sub-modules simultaneously. If you wish to activate or deactivate individual sub-modules, click the <emph>Edit</emph> button to open the <link href="text/shared/optionen/01010401.xhp"><emph>Edit Modules</emph></link> dialog.</paragraph>
<note id="par_id3294778">The configuration allows two different directories: one folder where the user has write permissions, and one without write permissions. The user can only edit and delete the user dictionaries that are located in the writable path. Other dictionaries can be read only.</note>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optlingupage/lingumodulesedit" id="bm_id3154898" localize="false"/>
<h3 id="hd_id3154307">Edit</h3>
-<paragraph role="paragraph" id="par_id3145673" xml-lang="en-US"><ahelp hid="cui/ui/optlingupage/lingumodulesedit">To edit a language module, select it and click <emph>Edit</emph>.</ahelp> The <link href="text/shared/optionen/01010401.xhp" name="Edit Modules"><emph>Edit Modules</emph></link> dialog appears.</paragraph>
+<paragraph role="paragraph" id="par_id3145673" xml-lang="en-US"><ahelp hid="cui/ui/optlingupage/lingumodulesedit">To edit a language module, select it and click <emph>Edit</emph>.</ahelp> The <link href="text/shared/optionen/01010401.xhp"><emph>Edit Modules</emph></link> dialog appears.</paragraph>
<section id="user_dictionaries">
<bookmark xml-lang="en-US" branch="hid/cui/ui/optlingupage/lingudicts" id="bm_id3150503" localize="false"/>
<h2 id="hd_id3153348">User-defined dictionaries</h2>
@@ -128,7 +128,7 @@
</variable></paragraph>
<section id="autocorrect_future">
<paragraph role="paragraph" id="par_id3156291" xml-lang="en-US">Typing errors are highlighted in the document with a red underline. If you place the cursor over a word marked in this way, you can open the context menu to obtain a list of corrections. Select a correction to replace the word. If you make the same mistake again while editing the document, it will be marked as an error again.</paragraph><comment>UFI: changed para, removed note, see i60431</comment>
-<paragraph role="paragraph" id="par_id3153815" xml-lang="en-US">To place the word pair in the <link href="text/shared/01/06040200.xhp" name="AutoCorrect replacement table">AutoCorrect replacement table</link>, open the <link href="text/shared/01/06040500.xhp" name="AutoCorrect context menu">AutoCorrect context menu</link> and choose <emph>AutoCorrect</emph>. Make your selection from the submenu. The word is replaced and at the same time the word pair is placed in the replacement table.</paragraph>
+<paragraph role="paragraph" id="par_id3153815" xml-lang="en-US">To place the word pair in the <link href="text/shared/01/06040200.xhp">AutoCorrect replacement table</link>, open the <link href="text/shared/01/06040500.xhp">AutoCorrect context menu</link> and choose <emph>AutoCorrect</emph>. Make your selection from the submenu. The word is replaced and at the same time the word pair is placed in the replacement table.</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/cui/ui/breaknumberoption/wordlength" id="bm_id3159095" localize="false"/>
<h3 id="hd_id3150111">Minimal number of characters for hyphenation </h3>
diff --git a/source/text/shared/optionen/01010401.xhp b/source/text/shared/optionen/01010401.xhp
index b27f0a16b8..bb06ae491a 100644
--- a/source/text/shared/optionen/01010401.xhp
+++ b/source/text/shared/optionen/01010401.xhp
@@ -37,7 +37,7 @@
</bookmark>
<paragraph role="paragraph" id="par_id3154230" xml-lang="en-US" localize="false"/>
<section id="module">
-<h1 id="hd_id3154046"><link href="text/shared/optionen/01010401.xhp" name="Edit module">Edit module</link></h1>
+<h1 id="hd_id3154046"><link href="text/shared/optionen/01010401.xhp">Edit module</link></h1>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#language_modules"/>
diff --git a/source/text/shared/optionen/01010501.xhp b/source/text/shared/optionen/01010501.xhp
index aba083d333..f96325cdf8 100644
--- a/source/text/shared/optionen/01010501.xhp
+++ b/source/text/shared/optionen/01010501.xhp
@@ -32,7 +32,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/colorpickerdialog/ColorPicker" id="bm_id3151211" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/colorpickerdialog/@@nowidget@@" id="bm_id3151211" localize="false"/>
-<h1 id="hd_id3153126"><variable id="colorpickerh1"><link href="text/shared/optionen/01010501.xhp" name="Selecting a new color">Selecting a new color</link></variable></h1>
+<h1 id="hd_id3153126"><variable id="colorpickerh1"><link href="text/shared/optionen/01010501.xhp">Selecting a new color</link></variable></h1>
<paragraph id="par_id3150771" role="paragraph" xml-lang="en-US"><variable id="farbentext"><ahelp hid=".">%PRODUCTNAME lets you define custom colors using a two-dimensional graphic and numerical gradient chart of the <emph>Pick a Color</emph> dialog.</ahelp></variable></paragraph>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01010600.xhp b/source/text/shared/optionen/01010600.xhp
index 3bf8a3a5c4..e03ab2e8a7 100644
--- a/source/text/shared/optionen/01010600.xhp
+++ b/source/text/shared/optionen/01010600.xhp
@@ -35,7 +35,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/optgeneralpage/@@nowidget@@" id="bm_id3539840" localize="false"/>
<paragraph xml-lang="en-US" id="par_id3155450" role="paragraph" localize="false"/>
<section id="general">
- <h1 id="hd_id3154514"><link href="text/shared/optionen/01010600.xhp" name="General">General</link></h1>
+ <h1 id="hd_id3154514"><link href="text/shared/optionen/01010600.xhp">General</link></h1>
<paragraph xml-lang="en-US" id="par_id3150085" role="paragraph"><ahelp hid=".">Specifies the general settings for $[officename].</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01010700.xhp b/source/text/shared/optionen/01010700.xhp
index 967018c728..298d96497d 100644
--- a/source/text/shared/optionen/01010700.xhp
+++ b/source/text/shared/optionen/01010700.xhp
@@ -35,7 +35,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optfontspage/OptFontsPage" id="bm_id3147209" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optfontspage/@@nowidget@@" id="bm_id3147209" localize="false"/>
-<paragraph role="heading" id="hd_id3149398" xml-lang="en-US" level="1"><link href="text/shared/optionen/01010700.xhp" name="Fonts">Fonts</link></paragraph>
+<paragraph role="heading" id="hd_id3149398" xml-lang="en-US" level="1"><link href="text/shared/optionen/01010700.xhp">Fonts</link></paragraph>
<paragraph role="paragraph" id="par_id3153665" xml-lang="en-US"><ahelp hid="cui/ui/optfontspage/replacements">Substitutes a font with a font of your choice. The substitution replaces a font only when it is displayed on screen, or on screen and when printing. The replacement does not change the font settings that are saved in the document.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3155419" xml-lang="en-US">If you want, you can override the default substitution font that your operating system uses when it encounters an unavailable font in a document.</paragraph>
diff --git a/source/text/shared/optionen/01010800.xhp b/source/text/shared/optionen/01010800.xhp
index 8e8c78258d..339657ee90 100644
--- a/source/text/shared/optionen/01010800.xhp
+++ b/source/text/shared/optionen/01010800.xhp
@@ -49,7 +49,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/optviewpage/OptViewPage" id="bm_id3156330" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optviewpage/@@nowidget@@" id="bm_id3156330" localize="false"/>
-<h1 id="hd_id3155341"><link href="text/shared/optionen/01010800.xhp" name="View">View</link></h1>
+<h1 id="hd_id3155341"><link href="text/shared/optionen/01010800.xhp">View</link></h1>
<paragraph id="par_id3155630" role="paragraph" xml-lang="en-US">Specifies view options.</paragraph>
</section>
diff --git a/source/text/shared/optionen/01010900.xhp b/source/text/shared/optionen/01010900.xhp
index b23553bcc6..2230f93a70 100644
--- a/source/text/shared/optionen/01010900.xhp
+++ b/source/text/shared/optionen/01010900.xhp
@@ -38,7 +38,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/optprintpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/sfx/ui/optprintpage/OptPrintPage" id="bm_id3149809" localize="false"/>
-<paragraph role="heading" id="hd_id3148946" xml-lang="en-US" level="1"><link href="text/shared/optionen/01010900.xhp" name="Print Options">Print Options</link></paragraph>
+<paragraph role="heading" id="hd_id3148946" xml-lang="en-US" level="1"><link href="text/shared/optionen/01010900.xhp">Print Options</link></paragraph>
<paragraph role="paragraph" id="par_id3150359" xml-lang="en-US"><ahelp hid=".">Specifies the print setting options.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01012000.xhp b/source/text/shared/optionen/01012000.xhp
index d84cad3d74..12ce49d1ad 100644
--- a/source/text/shared/optionen/01012000.xhp
+++ b/source/text/shared/optionen/01012000.xhp
@@ -38,7 +38,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optappearancepage/OptAppearancePage" id="bm_id3154899" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optappearancepage/@@nowidget@@" id="bm_id3154899" localize="false"/>
-<paragraph role="heading" id="hd_id3153527" xml-lang="en-US" level="1"><link href="text/shared/optionen/01012000.xhp" name="Application Colors">Application Colors</link></paragraph>
+<paragraph role="heading" id="hd_id3153527" xml-lang="en-US" level="1"><link href="text/shared/optionen/01012000.xhp">Application Colors</link></paragraph>
<paragraph role="paragraph" id="par_id3145120" xml-lang="en-US"><ahelp hid=".">Sets the colors for the $[officename] user interface.</ahelp> You can save the current settings as color scheme and load them later.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01013000.xhp b/source/text/shared/optionen/01013000.xhp
index ead0620607..b95ee5cf5b 100644
--- a/source/text/shared/optionen/01013000.xhp
+++ b/source/text/shared/optionen/01013000.xhp
@@ -35,7 +35,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optaccessibilitypage/OptAccessibilityPage" id="bm_id3254982" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optaccessibilitypage/@@nowidget@@" id="bm_id3254982" localize="false"/>
-<h1 id="hd_id3159411"><link href="text/shared/optionen/01013000.xhp" name="Accessibility">Accessibility</link></h1>
+<h1 id="hd_id3159411"><link href="text/shared/optionen/01013000.xhp">Accessibility</link></h1>
<paragraph role="paragraph" id="par_id3149827" xml-lang="en-US"><ahelp hid=".">Sets options that make <item type="productname">%PRODUCTNAME</item> programs more accessible for users with reduced sight, limited dexterity or other disabilities.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01020100.xhp b/source/text/shared/optionen/01020100.xhp
index a82b40e426..cc102e9461 100644
--- a/source/text/shared/optionen/01020100.xhp
+++ b/source/text/shared/optionen/01020100.xhp
@@ -35,15 +35,15 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optproxypage/OptProxyPage" id="bm_id3154927" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optproxypage/@@nowidget@@" id="bm_id3154927" localize="false"/>
-<paragraph role="heading" id="hd_id3156414" xml-lang="en-US" level="1"><link href="text/shared/optionen/01020100.xhp" name="Proxy">Proxy</link></paragraph>
+<paragraph role="heading" id="hd_id3156414" xml-lang="en-US" level="1"><link href="text/shared/optionen/01020100.xhp">Proxy</link></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3145090" xml-lang="en-US"><link href="text/shared/00/00000002.xhp#proxy" name="Proxy servers">Proxy servers</link> for accessing the Internet can be set up manually as needed.</paragraph>
+<paragraph role="paragraph" id="par_id3145090" xml-lang="en-US"><link href="text/shared/00/00000002.xhp#proxy">Proxy servers</link> for accessing the Internet can be set up manually as needed.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#internet1"/>
</section>
<embed href="text/shared/00/00000001.xhp#optionsbuttonwarn01" />
<paragraph role="heading" id="hd_id3147577" xml-lang="en-US" level="2">Settings</paragraph>
-<paragraph role="paragraph" id="par_id3153748" xml-lang="en-US">Defines the settings for the <link href="text/shared/00/00000002.xhp#proxy" name="proxy server">proxy server</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3153748" xml-lang="en-US">Defines the settings for the <link href="text/shared/00/00000002.xhp#proxy">proxy server</link>.</paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optproxypage/proxymode" id="bm_id3156347" localize="false"/><paragraph role="heading" id="hd_id3151110" xml-lang="en-US" level="3">Proxy server</paragraph>
<paragraph role="paragraph" id="par_id3147275" xml-lang="en-US"><ahelp hid="cui/ui/optproxypage/proxymode">Specifies the type of proxy definition.</ahelp></paragraph>
<paragraph role="heading" id="hd_id3147574" xml-lang="en-US" level="4">None</paragraph>
@@ -54,11 +54,11 @@
<paragraph role="heading" id="par_idN10684" xml-lang="en-US" level="4">System</paragraph>
<paragraph role="paragraph" id="par_idN10688" xml-lang="en-US">On Windows or UNIX systems using GNOME or KDE, this option tells %PRODUCTNAME to use the system settings. You must restart %PRODUCTNAME to initiate this setting.<comment>UFI: see spec "System-Settings"</comment></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optproxypage/http" id="bm_id3154346" localize="false"/><paragraph role="heading" id="hd_id3148948" xml-lang="en-US" level="3">HTTP proxy</paragraph>
-<paragraph role="paragraph" id="par_id3154923" xml-lang="en-US"><ahelp hid="cui/ui/optproxypage/http">Type the name of the proxy server for <link href="text/shared/00/00000002.xhp#http" name="HTTP">HTTP</link>.</ahelp> Type the port in the right-hand field.</paragraph>
+<paragraph role="paragraph" id="par_id3154923" xml-lang="en-US"><ahelp hid="cui/ui/optproxypage/http">Type the name of the proxy server for <link href="text/shared/00/00000002.xhp#http">HTTP</link>.</ahelp> Type the port in the right-hand field.</paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optproxypage/https" id="bm_id431531" localize="false"/><paragraph role="heading" id="hd_id9971922" xml-lang="en-US" level="3">HTTPS proxy</paragraph>
<paragraph role="paragraph" id="par_id5319071" xml-lang="en-US"><ahelp hid=".">Type the name of the proxy server for HTTPS. Type the port in the right-hand field.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optproxypage/ftp" id="bm_id3153360" localize="false"/><paragraph role="heading" id="hd_id3150543" xml-lang="en-US" level="3">FTP proxy</paragraph>
-<paragraph role="paragraph" id="par_id3154138" xml-lang="en-US"><ahelp hid="cui/ui/optproxypage/ftp">Type the name of the proxy server for <link href="text/shared/00/00000002.xhp#ftp" name="FTP">FTP</link>.</ahelp> Type the port in the right-hand field.</paragraph>
+<paragraph role="paragraph" id="par_id3154138" xml-lang="en-US"><ahelp hid="cui/ui/optproxypage/ftp">Type the name of the proxy server for <link href="text/shared/00/00000002.xhp#ftp">FTP</link>.</ahelp> Type the port in the right-hand field.</paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optproxypage/noproxy" id="bm_id3154908" localize="false"/><paragraph role="heading" id="hd_id3125863" xml-lang="en-US" level="3">No proxy for</paragraph>
<paragraph role="paragraph" id="par_id3151178" xml-lang="en-US"><ahelp hid="cui/ui/optproxypage/noproxy">Specifies the names of the servers that do not require any proxy servers, separated by semicolons.</ahelp> These are servers addressed in your local network, and servers used for video and audio streaming, for example.</paragraph>
<paragraph role="paragraph" id="par_id3145171" xml-lang="en-US">You can also use placeholders for the names of hosts and domains. For example, type *.sun.com to address all the hosts in the sun.com domain without proxy.</paragraph>
diff --git a/source/text/shared/optionen/01030300.xhp b/source/text/shared/optionen/01030300.xhp
index 0ff65090ff..15bf6d5b42 100644
--- a/source/text/shared/optionen/01030300.xhp
+++ b/source/text/shared/optionen/01030300.xhp
@@ -31,7 +31,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optsecuritypage/OptSecurityPage" id="bm_id9049654" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optsecuritypage/@@nowidget@@" id="bm_id9049654" localize="false"/>
-<h1 id="hd_id3147588"><link href="text/shared/optionen/01030300.xhp" name="Security">Security</link></h1>
+<h1 id="hd_id3147588"><link href="text/shared/optionen/01030300.xhp">Security</link></h1>
<paragraph role="paragraph" id="par_id3153255" xml-lang="en-US"><ahelp hid=".">Defines the security options for saving documents, for web connections, and for opening documents that contain macros.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01030500.xhp b/source/text/shared/optionen/01030500.xhp
index b83606ce84..8ac360c70b 100644
--- a/source/text/shared/optionen/01030500.xhp
+++ b/source/text/shared/optionen/01030500.xhp
@@ -30,7 +30,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/opthtmlpage/OptHtmlPage" id="bm_id6074099" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/opthtmlpage/@@nowidget@@" id="bm_id6074099" localize="false"/>
-<h1 id="hd_id3153821"><link href="text/shared/optionen/01030500.xhp" name="HTML compatibility">HTML compatibility</link></h1>
+<h1 id="hd_id3153821"><link href="text/shared/optionen/01030500.xhp">HTML compatibility</link></h1>
<paragraph role="paragraph" id="par_id3156326" xml-lang="en-US"><ahelp hid="cui/ui/opthtmlpage/OptHtmlPage">Defines settings for HTML pages.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -54,7 +54,7 @@
<paragraph role="paragraph" id="par_id7658314" xml-lang="en-US"><ahelp hid=".">If not checked, numbers will be interpreted according to the setting in <emph>Language Settings - Language of - Locale setting</emph> in the Options dialog box. If checked, numbers will be interpreted as 'English (USA)' locale.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/opthtmlpage/unknowntag" id="bm_id2516251" localize="false"/>
<h3 id="hd_id3145068">Import unknown HTML tags as fields</h3>
-<paragraph role="paragraph" id="par_id3149295" xml-lang="en-US"><ahelp hid="cui/ui/opthtmlpage/unknowntag">Mark this check box if you want <link href="text/shared/00/00000002.xhp#tags" name="tags">tags</link> that are not recognized by $[officename] to be imported as fields.</ahelp> For an opening tag, an HTML_ON field will be created with the value of the tag name. For a closing tag, an HTML_OFF will be created. These fields will be converted to tags in the HTML export.</paragraph>
+<paragraph role="paragraph" id="par_id3149295" xml-lang="en-US"><ahelp hid="cui/ui/opthtmlpage/unknowntag">Mark this check box if you want <link href="text/shared/00/00000002.xhp#tags">tags</link> that are not recognized by $[officename] to be imported as fields.</ahelp> For an opening tag, an HTML_ON field will be created with the value of the tag name. For a closing tag, an HTML_OFF will be created. These fields will be converted to tags in the HTML export.</paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/opthtmlpage/ignorefontnames" id="bm_id5614185" localize="false"/>
<h3 id="hd_id3148797">Ignore font settings</h3>
<paragraph role="paragraph" id="par_id3149202" xml-lang="en-US"><ahelp hid="cui/ui/opthtmlpage/ignorefontnames">Mark this check box to ignore all font settings when importing. The fonts that were defined in the HTML Page Style will be the fonts that will be used. </ahelp></paragraph>
diff --git a/source/text/shared/optionen/01040000.xhp b/source/text/shared/optionen/01040000.xhp
index 9cf83e19ee..390bd8eea7 100644
--- a/source/text/shared/optionen/01040000.xhp
+++ b/source/text/shared/optionen/01040000.xhp
@@ -38,12 +38,12 @@
<embed href="text/shared/optionen/01040200.xhp#layout"/>
<embed href="text/shared/optionen/01040600.xhp#formatting_aids"/>
<embed href="text/shared/optionen/01050100.xhp#grid"/>
-<h2 id="hd_id3159399" xml-lang="en-US"><link href="text/shared/optionen/01040300.xhp" name="Basic Fonts (Western)">Basic Fonts (Western)</link></h2>
+<h2 id="hd_id3159399" xml-lang="en-US"><link href="text/shared/optionen/01040300.xhp">Basic Fonts (Western)</link></h2>
<paragraph role="paragraph" id="par_id3151385" xml-lang="en-US">Specifies the settings for the basic fonts.</paragraph>
-<h2 id="hd_id3148563" xml-lang="en-US"><link href="text/shared/optionen/01040300.xhp" name="Basic Fonts (Asian)">Basic Fonts (Asian)</link></h2>
+<h2 id="hd_id3148563" xml-lang="en-US"><link href="text/shared/optionen/01040300.xhp">Basic Fonts (Asian)</link></h2>
<paragraph role="paragraph" id="par_id3147304" xml-lang="en-US">Specifies the settings for the basic Asian fonts if Asian language support has been activated under <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages.</emph>
</paragraph>
-<h2 id="hd_id3149294" xml-lang="en-US"><link href="text/shared/optionen/01040300.xhp" name="Basic Fonts (CTL)">Basic Fonts (CTL)</link></h2>
+<h2 id="hd_id3149294" xml-lang="en-US"><link href="text/shared/optionen/01040300.xhp">Basic Fonts (CTL)</link></h2>
<paragraph role="paragraph" id="par_id3150792" xml-lang="en-US">Specifies the settings for basic fonts for complex text layout languages if their support has been activated under <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages</emph>.</paragraph>
<embed href="text/shared/optionen/01040400.xhp#print"/>
<embed href="text/shared/optionen/01040500.xhp#table"/>
diff --git a/source/text/shared/optionen/01040200.xhp b/source/text/shared/optionen/01040200.xhp
index 2cc1f0a8f6..e1d8c699e4 100644
--- a/source/text/shared/optionen/01040200.xhp
+++ b/source/text/shared/optionen/01040200.xhp
@@ -46,7 +46,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/viewoptionspage/ViewOptionsPage" id="bm_id3151111" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/viewoptionspage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
-<h1 id="hd_id3145090"><link href="text/shared/optionen/01040200.xhp" name="View">View</link></h1>
+<h1 id="hd_id3145090"><link href="text/shared/optionen/01040200.xhp">View</link></h1>
<paragraph role="paragraph" id="par_id3147088" xml-lang="en-US"><ahelp hid=".">Defines the default settings for displaying objects in your text documents and also the default settings for the window elements.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -63,7 +63,7 @@
<h3 id="hd_id3153143">Images and objects</h3>
<paragraph role="paragraph" id="par_id3149261" xml-lang="en-US"><variable id="grafikenaus"><ahelp hid="modules/swriter/ui/viewoptionspage/graphics">Specifies whether to display images and objects on the screen.</ahelp>
</variable> If these elements are hidden, you will see empty frames as placeholders.</paragraph>
-<paragraph role="paragraph" id="par_id3154944" xml-lang="en-US">You can also control the display of graphics through the <link href="text/swriter/02/18120000.xhp" name="Graphics"><emph>Images and Charts</emph></link> icon. If a text document is open, this icon is displayed on the <emph>Tools</emph> bar.</paragraph>
+<paragraph role="paragraph" id="par_id3154944" xml-lang="en-US">You can also control the display of graphics through the <link href="text/swriter/02/18120000.xhp"><emph>Images and Charts</emph></link> icon. If a text document is open, this icon is displayed on the <emph>Tools</emph> bar.</paragraph>
<note id="par_id3146898">If the <emph>Images and objects</emph> option is not selected, no graphics will be loaded from the Internet. Graphics within a table and without an indication of their size can cause display problems when using an older HTML standard on the browsed page.</note>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/viewoptionspage/tables" id="bm_id3154164" localize="false"/>
<h3 id="hd_id3156332">Tables</h3>
@@ -79,7 +79,7 @@
<paragraph role="paragraph" id="par_id3149413" xml-lang="en-US"><ahelp hid="modules/swriter/ui/optformataidspage/hiddentextfield">Displays text that is hidden by <emph>Conditional Text</emph> or <emph>Hidden Text</emph> fields.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/optformataidspage/hiddenparafield" id="bm_id468764" localize="false"/>
<h3 id="hd_id3149300" xml-lang="en-US">Hidden paragraphs</h3>
-<paragraph role="paragraph" id="par_id3149418" xml-lang="en-US"><ahelp hid="modules/swriter/ui/optformataidspage/hiddenparafield">Display paragraphs that contain a <emph>Hidden Paragraph</emph> field.</ahelp> This option has the same function as the menu command <switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/01/03140000.xhp" name="View - Hidden Paragraphs"><menuitem>View - Field Hidden Paragraphs</menuitem></link></caseinline><defaultinline>View - Hidden Paragraphs</defaultinline></switchinline>.</paragraph>
+<paragraph role="paragraph" id="par_id3149418" xml-lang="en-US"><ahelp hid="modules/swriter/ui/optformataidspage/hiddenparafield">Display paragraphs that contain a <emph>Hidden Paragraph</emph> field.</ahelp> This option has the same function as the menu command <switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/01/03140000.xhp"><menuitem>View - Field Hidden Paragraphs</menuitem></link></caseinline><defaultinline>View - Hidden Paragraphs</defaultinline></switchinline>.</paragraph>
<h2 id="hd_id3149416" xml-lang="en-US">View</h2>
<paragraph role="paragraph" id="par_id3155922" xml-lang="en-US">Specifies whether scrollbars and rulers are displayed.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/viewoptionspage/hruler" id="bm_id3156422" localize="false"/>
@@ -110,6 +110,6 @@
<h2 id="hd_id3147001" xml-lang="en-US">Settings (for HTML document only)</h2>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/viewoptionspage/measureunit" id="bm_id3149814" localize="false"/>
<h3 id="hd_id3149926" xml-lang="en-US">Measurement unit</h3>
-<paragraph role="paragraph" id="par_id3154716" xml-lang="en-US"><ahelp hid="modules/swriter/ui/viewoptionspage/measureunit">Specifies the <link href="text/shared/00/00000003.xhp#measurement_units" name="Unit">Unit</link> for HTML documents.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3154716" xml-lang="en-US"><ahelp hid="modules/swriter/ui/viewoptionspage/measureunit">Specifies the <link href="text/shared/00/00000003.xhp#measurement_units">Unit</link> for HTML documents.</ahelp></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/optionen/01040300.xhp b/source/text/shared/optionen/01040300.xhp
index c4dbd44194..9e76b4dc30 100644
--- a/source/text/shared/optionen/01040300.xhp
+++ b/source/text/shared/optionen/01040300.xhp
@@ -39,11 +39,11 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/optfonttabpage/OptFontTabPage" id="bm_id3154894" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/optfonttabpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
-<h1 id="hd_id3151299" xml-lang="en-US"><link href="text/shared/optionen/01040300.xhp" name="Basic Fonts">Basic Fonts</link></h1>
+<h1 id="hd_id3151299" xml-lang="en-US"><link href="text/shared/optionen/01040300.xhp">Basic Fonts</link></h1>
<paragraph role="paragraph" id="par_id3149786" xml-lang="en-US"><ahelp hid="modules/swriter/ui/optfonttabpage/OptFontTabPage">Specifies the settings for the basic fonts in your documents.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3152349" xml-lang="en-US">You can also change the basic fonts for Asian and complex text layout languages if their support is enabled in <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages</emph>.</paragraph>
-<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US">These settings define the basic fonts for the predefined templates. You can also modify or customize the <link href="text/shared/guide/standard_template.xhp" name="default text templates">default text templates</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US">These settings define the basic fonts for the predefined templates. You can also modify or customize the <link href="text/shared/guide/standard_template.xhp">default text templates</link>.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#basic_fonts"/>
</section>
@@ -64,7 +64,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/optfonttabpage/listbox" id="bm_id3152922" localize="false"/>
<h3 id="hd_id3147228" xml-lang="en-US">List</h3>
<paragraph role="paragraph" id="par_id3144433" xml-lang="en-US"><ahelp hid="modules/swriter/ui/optfonttabpage/listbox">Specifies the font and font size for the <emph>List</emph> paragraph style, which is inherited by all derived paragraph styles.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3150767" xml-lang="en-US">When you choose <switchinline select="appl"><caseinline select="WRITER"><link href="text/shared/01/06050000.xhp" name="Format - Numbering/Bullets"><menuitem>Format - Bullets and Numbering</menuitem></link>
+<paragraph role="paragraph" id="par_id3150767" xml-lang="en-US">When you choose <switchinline select="appl"><caseinline select="WRITER"><link href="text/shared/01/06050000.xhp"><menuitem>Format - Bullets and Numbering</menuitem></link>
</caseinline><defaultinline>
<menuitem>Format - Bullets and Numbering</menuitem></defaultinline></switchinline> to format a paragraph with numbers or bullets in a text document, the program assigns these Paragraph Styles automatically.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/optfonttabpage/labelbox" id="bm_id3155307" localize="false"/>
diff --git a/source/text/shared/optionen/01040400.xhp b/source/text/shared/optionen/01040400.xhp
index 99bfd89787..0a8b535b5c 100644
--- a/source/text/shared/optionen/01040400.xhp
+++ b/source/text/shared/optionen/01040400.xhp
@@ -47,7 +47,7 @@
</bookmark><comment>mw made "fax machine selection" a two level entry</comment>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/printoptionspage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/printoptionspage/PrintOptionsPage" id="bm_id3153750" localize="false"/>
-<h1 xml-lang="en-US" id="hd_id3156414"><link href="text/shared/optionen/01040400.xhp" name="Print">Print</link></h1>
+<h1 xml-lang="en-US" id="hd_id3156414"><link href="text/shared/optionen/01040400.xhp">Print</link></h1>
<paragraph xml-lang="en-US" id="par_id3152801" role="paragraph"><ahelp hid="modules/swriter/ui/printoptionspage/PrintOptionsPage">Specifies print settings within a text or HTML document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01040500.xhp b/source/text/shared/optionen/01040500.xhp
index 379af95e4e..89e9c6890b 100644
--- a/source/text/shared/optionen/01040500.xhp
+++ b/source/text/shared/optionen/01040500.xhp
@@ -36,10 +36,10 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/opttablepage/OptTablePage" id="bm_id3148685" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/opttablepage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
-<h1 id="hd_id3153087" xml-lang="en-US"><link href="text/shared/optionen/01040500.xhp" name="Table">Table</link></h1>
+<h1 id="hd_id3153087" xml-lang="en-US"><link href="text/shared/optionen/01040500.xhp">Table</link></h1>
<paragraph role="paragraph" id="par_id3145674" xml-lang="en-US"><ahelp hid="modules/swriter/ui/opttablepage/OptTablePage">Defines the attributes of tables in text documents.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US">Specifies the default settings for columns and rows and the table mode. Also specifies the standard values for moving and inserting columns and rows. For further information see <switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/01/05090201.xhp" name="Editing Tables Using the Keyboard">Editing Tables Using the Keyboard</link>
+<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US">Specifies the default settings for columns and rows and the table mode. Also specifies the standard values for moving and inserting columns and rows. For further information see <switchinline select="appl"><caseinline select="WRITER"><link href="text/swriter/01/05090201.xhp">Editing Tables Using the Keyboard</link>
</caseinline><defaultinline> in the $[officename] Writer Help</defaultinline></switchinline>.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#registertabelle"/>
diff --git a/source/text/shared/optionen/01040600.xhp b/source/text/shared/optionen/01040600.xhp
index d5d131ab2c..4a7742b93e 100644
--- a/source/text/shared/optionen/01040600.xhp
+++ b/source/text/shared/optionen/01040600.xhp
@@ -55,7 +55,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/optformataidspage/OptFormatAidsPage" id="bm_id3155388" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/optformataidspage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
-<h1 id="hd_id3154285" xml-lang="en-US"><link href="text/shared/optionen/01040600.xhp" name="Formatting Aids">Formatting Aids</link></h1>
+<h1 id="hd_id3154285" xml-lang="en-US"><link href="text/shared/optionen/01040600.xhp">Formatting Aids</link></h1>
<paragraph role="paragraph" id="par_id3155450" xml-lang="en-US"><ahelp hid="modules/swriter/ui/optformataidspage/OptFormatAidsPage">In $[officename] text and HTML documents, defines the display for certain characters and for the direct cursor.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -65,7 +65,7 @@
<h3 id="hd_id971663355698696">Math baseline alignment</h3>
<paragraph role="paragraph" id="par_id911663355661468">Specifies whether Math formula objects are aligned using the text baseline as reference. Uncheck this option to be able to change the vertical position of Math objects in a paragraph.</paragraph>
<h2 id="hd_id3144510" xml-lang="en-US">Display formatting</h2>
-<paragraph role="paragraph" id="par_id3156343" xml-lang="en-US">Defines which formatting marks are visible on screen. Activate the <link href="text/swriter/01/03100000.xhp" name="Formatting marks On/Off"><emph>Formatting Marks</emph></link> icon on the <emph>Standard</emph> bar. All characters that you have selected on the <emph>Formatting Aids</emph> tab page will be displayed.</paragraph>
+<paragraph role="paragraph" id="par_id3156343" xml-lang="en-US">Defines which formatting marks are visible on screen. Activate the <link href="text/swriter/01/03100000.xhp"><emph>Formatting Marks</emph></link> icon on the <emph>Standard</emph> bar. All characters that you have selected on the <emph>Formatting Aids</emph> tab page will be displayed.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/optformataidspage/paragraph" id="bm_id3150871" localize="false"/>
<h3 id="hd_id3154140" xml-lang="en-US">Paragraph end</h3>
<paragraph role="paragraph" id="par_id3154123" xml-lang="en-US"><ahelp hid="modules/swriter/ui/optformataidspage/paragraph">Specifies whether paragraph delimiters are displayed. The paragraph delimiters also contain paragraph format information.</ahelp></paragraph>
@@ -101,7 +101,7 @@
<paragraph role="paragraph" id="par_id3146900" xml-lang="en-US">Defines all the properties of the direct cursor.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/optformataidspage/cursoronoff" id="bm_id3150327" localize="false"/>
<h3 id="hd_id3154273" xml-lang="en-US">Direct cursor</h3>
-<paragraph role="paragraph" id="par_id3150749" xml-lang="en-US"><ahelp hid="modules/swriter/ui/optformataidspage/cursoronoff">Activates the direct cursor.</ahelp> You can also activate this function by clicking the <link href="text/swriter/02/18130000.xhp" name="Direct Cursor Mode">Toggle Direct Cursor Mode</link> icon on the Tools bar or by choosing the <emph>Edit - Direct Cursor Mode</emph> command in a text document.</paragraph>
+<paragraph role="paragraph" id="par_id3150749" xml-lang="en-US"><ahelp hid="modules/swriter/ui/optformataidspage/cursoronoff">Activates the direct cursor.</ahelp> You can also activate this function by clicking the <link href="text/swriter/02/18130000.xhp">Toggle Direct Cursor Mode</link> icon on the Tools bar or by choosing the <emph>Edit - Direct Cursor Mode</emph> command in a text document.</paragraph>
<h2 id="hd_id3152962" xml-lang="en-US">Insert</h2>
<paragraph role="paragraph" id="par_id3149020" xml-lang="en-US">Defines the insert options for the direct cursor. If you click at any position in your document, a new paragraph can be written or inserted exactly at this position. The properties of this paragraph depend on the selected option. You can select from the following options:</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/optformataidspage/filltab" id="bm_id3153966" localize="false"/>
diff --git a/source/text/shared/optionen/01040700.xhp b/source/text/shared/optionen/01040700.xhp
index 7e2bff3b3d..33efd47f1d 100644
--- a/source/text/shared/optionen/01040700.xhp
+++ b/source/text/shared/optionen/01040700.xhp
@@ -30,10 +30,10 @@
<section id="changes">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/optredlinepage/OptRedLinePage" id="bm_id3149795" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/optredlinepage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3153823" role="heading" level="1"><link href="text/shared/optionen/01040700.xhp" name="Changes">Changes</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3153823" role="heading" level="1"><link href="text/shared/optionen/01040700.xhp">Changes</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3149416" role="paragraph"><ahelp hid="modules/swriter/ui/optredlinepage/OptRedLinePage">Defines the appearance of changes in the document.</ahelp></paragraph>
</section>
- <paragraph xml-lang="en-US" id="par_id3156153" role="paragraph">To record or show changes in your text or spreadsheet document, choose <link href="text/shared/01/02230000.xhp" name="Edit - Track Changes"><emph>Edit - Track Changes - Record</emph></link> or <emph>Edit - Track Changes - Show</emph>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3156153" role="paragraph">To record or show changes in your text or spreadsheet document, choose <link href="text/shared/01/02230000.xhp"><emph>Edit - Track Changes - Record</emph></link> or <emph>Edit - Track Changes - Show</emph>.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#registeraenderungen"/>
</section>
diff --git a/source/text/shared/optionen/01040800.xhp b/source/text/shared/optionen/01040800.xhp
index d3f82c5c6d..6848ac4660 100644
--- a/source/text/shared/optionen/01040800.xhp
+++ b/source/text/shared/optionen/01040800.xhp
@@ -25,7 +25,7 @@
</bookmark>
<section id="comparisonoption">
<bookmark id="bm_id491597320214148" xml-lang="en-US" branch="hid/modules/swriter/ui/optcomparison/OptComparison" localize="false"/>
- <h1 id="hd_id801597320214148"><variable id="comparisonoptionh1"><link href="text/shared/optionen/01040800.xhp" name="Comparison">Document Comparison Options</link></variable></h1>
+ <h1 id="hd_id801597320214148"><variable id="comparisonoptionh1"><link href="text/shared/optionen/01040800.xhp">Document Comparison Options</link></variable></h1>
<paragraph id="par_id761597320214148" role="paragraph">Defines the comparison options for the document.</paragraph>
</section>
<embed href="text/shared/need_help.xhp#needhelp"/>
diff --git a/source/text/shared/optionen/01040900.xhp b/source/text/shared/optionen/01040900.xhp
index 734d6d1d15..60c627cd1a 100644
--- a/source/text/shared/optionen/01040900.xhp
+++ b/source/text/shared/optionen/01040900.xhp
@@ -41,7 +41,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/optgeneralpage/OptGeneralPage" id="bm_id3150443" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/optgeneralpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
-<h1 id="hd_id3155892"><link href="text/shared/optionen/01040900.xhp" name="General">General</link></h1>
+<h1 id="hd_id3155892"><link href="text/shared/optionen/01040900.xhp">General</link></h1>
<paragraph id="par_id3145382" role="paragraph" xml-lang="en-US"><ahelp hid="modules/swriter/ui/optgeneralpage/OptGeneralPage">Specifies general settings for text documents.</ahelp></paragraph>
</section>
@@ -163,7 +163,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/optgeneralpage/metric" id="bm_id3152578" localize="false"/>
<h3 id="hd_id3153364">Measurement unit</h3>
-<paragraph id="par_id3146147" role="paragraph" xml-lang="en-US"><ahelp hid="modules/swriter/ui/optgeneralpage/metric">Specifies the <link href="text/shared/00/00000003.xhp#measurement_units" name="unit of measurement">unit of measurement</link> for text documents.</ahelp></paragraph>
+<paragraph id="par_id3146147" role="paragraph" xml-lang="en-US"><ahelp hid="modules/swriter/ui/optgeneralpage/metric">Specifies the <link href="text/shared/00/00000003.xhp#measurement_units">unit of measurement</link> for text documents.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/optgeneralpage/tab" id="bm_id3154729" localize="false"/>
<h3 id="hd_id3154944">Tab stops</h3>
diff --git a/source/text/shared/optionen/01050100.xhp b/source/text/shared/optionen/01050100.xhp
index 391fd75fe4..d2fbc16b65 100644
--- a/source/text/shared/optionen/01050100.xhp
+++ b/source/text/shared/optionen/01050100.xhp
@@ -34,7 +34,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/svx/ui/optgridpage/OptGridPage" id="bm_id3155552" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/optgridpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3147226" role="heading" level="1"><link href="text/shared/optionen/01050100.xhp" name="Grid">Grid</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3147226" role="heading" level="1"><link href="text/shared/optionen/01050100.xhp">Grid</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3147088" role="paragraph"><ahelp hid="svx/ui/optgridpage/OptGridPage">Specifies the settings for the configurable grid on your document pages. This grid helps you determine the exact position of your objects. You can also set this grid in line with the "magnetic" snap grid.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01050300.xhp b/source/text/shared/optionen/01050300.xhp
index 349b938025..2c35ac0189 100644
--- a/source/text/shared/optionen/01050300.xhp
+++ b/source/text/shared/optionen/01050300.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="background">
- <h1 id="hd_id3147653"><link href="text/shared/optionen/01050300.xhp" name="Background">Background</link></h1>
+ <h1 id="hd_id3147653"><link href="text/shared/optionen/01050300.xhp">Background</link></h1>
<paragraph role="paragraph" id="par_id3150443" xml-lang="en-US">Specifies the background for HTML documents. The background is valid for both new HTML documents and for those that you load, as long as these have not defined their own background.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01060100.xhp b/source/text/shared/optionen/01060100.xhp
index ff2243182d..ff96c446da 100644
--- a/source/text/shared/optionen/01060100.xhp
+++ b/source/text/shared/optionen/01060100.xhp
@@ -56,7 +56,7 @@
</bookmark><comment>MW copied "displaying;comments" over to Calc guide note_insert.xhp and deleted "comments;displaying"</comment>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/tpviewpage/TpViewPage" id="bm_id3157898" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/tpviewpage/@@nowidget@@" id="bm_id3157898" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3150445" role="heading" level="1"><link href="text/shared/optionen/01060100.xhp" name="View">View</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3150445" role="heading" level="1"><link href="text/shared/optionen/01060100.xhp">View</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3153988" role="paragraph"><ahelp hid="modules/scalc/ui/tpviewpage/TpViewPage">Defines which elements of the <item type="productname">%PRODUCTNAME</item> Calc main window are displayed. You can also show or hide highlighting of values in tables.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -66,7 +66,7 @@
<paragraph xml-lang="en-US" id="par_id3153311" role="paragraph">Specifies which lines are displayed.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/tpviewpage/grid" id="bm_id3148538" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3147242" role="heading" level="3">Grid lines</paragraph>
- <paragraph xml-lang="en-US" id="par_id3153088" role="paragraph"><ahelp hid="modules/scalc/ui/tpviewpage/grid" visibility="visible">Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them.</ahelp> For printing, choose <emph>Format - Page Style - </emph><link href="text/scalc/01/05070500.xhp" name="Sheet"><emph>Sheet</emph></link> and mark the <emph>Grid</emph> check box.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3153088" role="paragraph"><ahelp hid="modules/scalc/ui/tpviewpage/grid" visibility="visible">Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them.</ahelp> For printing, choose <emph>Format - Page Style - </emph><link href="text/scalc/01/05070500.xhp"><emph>Sheet</emph></link> and mark the <emph>Grid</emph> check box.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/tpviewpage/color" id="bm_id3150504" localize="false"/>
<paragraph role="heading" id="hd_id3156326" xml-lang="en-US" level="3">Color</paragraph>
<paragraph role="paragraph" id="par_id3154286" xml-lang="en-US"><ahelp hid="modules/scalc/ui/tpviewpage/color">Specifies a color for the grid lines in the current document.</ahelp> To see the grid line color that was saved with the document, go to <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Application Colors</emph>, under <emph>Scheme</emph> find the entry <emph>Spreadsheet - Grid lines</emph> and set the color to "Automatic".</paragraph>
@@ -89,7 +89,7 @@
<paragraph role="paragraph" id="par_id3146974" xml-lang="en-US"><ahelp hid="modules/scalc/ui/tpviewpage/annot">Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under <emph>%PRODUCTNAME - General</emph> in the Options dialog box.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:NoteVisible" id="bm_id3153574" localize="false"/>
<paragraph xml-lang="en-US" id="par_id3150487" role="paragraph"><ahelp hid=".uno:NoteVisible">To display a comment permanently, select the <emph>Show comment</emph> command from the cell's context menu.</ahelp></paragraph>
- <paragraph xml-lang="en-US" id="par_id3149667" role="paragraph">You can type and edit comments with the <link href="text/shared/01/04050000.xhp" name="Insert - Comment"><emph>Insert - Comment</emph></link> command. Comments that are permanently displayed can be edited by clicking the comment box. Click the Navigator and under the <emph>Comments</emph> entry you can view all comments in the current document. By double clicking a comment in Navigator, the cursor will jump to the corresponding cell containing the comment.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3149667" role="paragraph">You can type and edit comments with the <link href="text/shared/01/04050000.xhp"><emph>Insert - Comment</emph></link> command. Comments that are permanently displayed can be edited by clicking the comment box. Click the Navigator and under the <emph>Comments</emph> entry you can view all comments in the current document. By double clicking a comment in Navigator, the cursor will jump to the corresponding cell containing the comment.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/tpviewpage/value" id="bm_id3155306" localize="false"/>
<paragraph role="heading" id="hd_id3150872" xml-lang="en-US" level="3">Value highlighting</paragraph>
<paragraph role="paragraph" id="par_id3154792" xml-lang="en-US"><ahelp hid="modules/scalc/ui/tpviewpage/value">Mark the <emph>Value highlighting</emph> box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted.</ahelp></paragraph>
@@ -131,11 +131,11 @@
<paragraph xml-lang="en-US" id="par_id3147128" role="paragraph"><ahelp hid="modules/scalc/ui/tpviewpage/vscroll">Specifies whether to display a vertical scrollbar at the right of the document window.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/tpviewpage/tblreg" id="bm_id3158214" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3150826" role="heading" level="3">Sheet tabs</paragraph>
- <paragraph xml-lang="en-US" id="par_id3154658" role="paragraph"><ahelp hid="modules/scalc/ui/tpviewpage/tblreg">Specifies whether to display the sheet tabs at the bottom of the spreadsheet document.</ahelp> If this box is not checked, you will only be able to switch between the sheets through the <switchinline select="appl"><caseinline select="CALC"><link href="text/scalc/01/02110000.xhp" name="Navigator">Navigator</link>
+ <paragraph xml-lang="en-US" id="par_id3154658" role="paragraph"><ahelp hid="modules/scalc/ui/tpviewpage/tblreg">Specifies whether to display the sheet tabs at the bottom of the spreadsheet document.</ahelp> If this box is not checked, you will only be able to switch between the sheets through the <switchinline select="appl"><caseinline select="CALC"><link href="text/scalc/01/02110000.xhp">Navigator</link>
</caseinline><defaultinline>Navigator</defaultinline></switchinline>.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/tpviewpage/outline" id="bm_id3154199" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3152584" role="heading" level="3">Outline symbols</paragraph>
- <paragraph xml-lang="en-US" id="par_id3145135" role="paragraph"><ahelp hid="modules/scalc/ui/tpviewpage/outline">If you have defined an <switchinline select="appl"><caseinline select="CALC"><link href="text/scalc/01/12080000.xhp" name="outline">outline</link>
+ <paragraph xml-lang="en-US" id="par_id3145135" role="paragraph"><ahelp hid="modules/scalc/ui/tpviewpage/outline">If you have defined an <switchinline select="appl"><caseinline select="CALC"><link href="text/scalc/01/12080000.xhp">outline</link>
</caseinline><defaultinline>outline</defaultinline></switchinline>, the <emph>Outline symbols</emph> option specifies whether to view the outline symbols at the border of the sheet.</ahelp></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/optionen/01060300.xhp b/source/text/shared/optionen/01060300.xhp
index e069df80b1..6f81916291 100644
--- a/source/text/shared/optionen/01060300.xhp
+++ b/source/text/shared/optionen/01060300.xhp
@@ -39,7 +39,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/scgeneralpage/ScGeneralPage" id="bm_id3147211" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/scgeneralpage/@@nowidget@@" id="bm_id3147211" localize="false"/>
<paragraph role="heading" id="hd_id3153311" xml-lang="en-US" level="1">
- <link href="text/shared/optionen/01060300.xhp" name="General">General</link>
+ <link href="text/shared/optionen/01060300.xhp">General</link>
</paragraph>
<paragraph role="paragraph" id="par_id3156410" xml-lang="en-US">Defines general settings for spreadsheet documents.</paragraph>
</section>
diff --git a/source/text/shared/optionen/01060400.xhp b/source/text/shared/optionen/01060400.xhp
index f253c111f8..56bfb99daf 100644
--- a/source/text/shared/optionen/01060400.xhp
+++ b/source/text/shared/optionen/01060400.xhp
@@ -30,7 +30,7 @@
<section id="sort_lists">
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optsortlists/OptSortLists" id="bm_id3148538" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optsortlists/@@nowidget@@" id="bm_id3148538" localize="false"/>
-<paragraph role="heading" id="hd_id3145382" xml-lang="en-US" level="1"><link href="text/shared/optionen/01060400.xhp" name="Sort Lists">Sort Lists</link></paragraph>
+<paragraph role="heading" id="hd_id3145382" xml-lang="en-US" level="1"><link href="text/shared/optionen/01060400.xhp">Sort Lists</link></paragraph>
<paragraph role="paragraph" id="par_id3153825" xml-lang="en-US"><ahelp hid="modules/scalc/ui/optsortlists/OptSortLists">All user-defined lists are displayed in the<emph> Sort Lists </emph>dialog. You can also define and edit your own lists. Only text can be used as sort lists, no numbers.</ahelp><comment>UFI: fix to #111848#</comment></paragraph>
</section>
<section id="howtoget">
@@ -55,7 +55,7 @@
<paragraph role="paragraph" id="par_id3149457" xml-lang="en-US"><ahelp hid="modules/scalc/ui/optsortlists/copyfrom">Defines the spreadsheet and the cells to copy, in order to include them in the <emph>Lists</emph> box. The currently selected range in the spreadsheet is the default.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optsortlists/copy" id="bm_id3145606" localize="false"/>
<paragraph role="heading" id="hd_id3151211" xml-lang="en-US" level="2">Copy</paragraph>
-<paragraph role="paragraph" id="par_id3158409" xml-lang="en-US"><ahelp hid="modules/scalc/ui/optsortlists/copy">Copies the contents of the cells in the <emph>Copy list from</emph> box. If you select a reference to related rows and columns, the <link href="text/shared/optionen/01060401.xhp" name="Copy List"><emph>Copy List</emph></link> dialog appears after clicking the button. You can use this dialog to define if the reference is converted to sort lists by row or by column.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3158409" xml-lang="en-US"><ahelp hid="modules/scalc/ui/optsortlists/copy">Copies the contents of the cells in the <emph>Copy list from</emph> box. If you select a reference to related rows and columns, the <link href="text/shared/optionen/01060401.xhp"><emph>Copy List</emph></link> dialog appears after clicking the button. You can use this dialog to define if the reference is converted to sort lists by row or by column.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optsortlists/new" id="bm_id3147084" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optsortlists/discard" id="bm_id3147085" localize="false"/>
<paragraph role="heading" id="hd_id3154684" xml-lang="en-US" level="2">New/Discard</paragraph>
diff --git a/source/text/shared/optionen/01060500.xhp b/source/text/shared/optionen/01060500.xhp
index 14625f669a..fca2206281 100644
--- a/source/text/shared/optionen/01060500.xhp
+++ b/source/text/shared/optionen/01060500.xhp
@@ -45,7 +45,7 @@
</bookmark><comment>UFI: removed a double entry</comment><comment>mw changed "cell contents;" to "case sensitivity;.."</comment><comment>mw deleted "numbers;decimal places (Calc)"</comment>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optcalculatepage/OptCalculatePage" id="bm_id3149095" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optcalculatepage/@@nowidget@@" id="bm_id3149095" localize="false"/>
-<h1 id="hd_id3145071"><link href="text/shared/optionen/01060500.xhp" name="Calculate">Calculate</link></h1>
+<h1 id="hd_id3145071"><link href="text/shared/optionen/01060500.xhp">Calculate</link></h1>
<paragraph xml-lang="en-US" id="par_id3147576" role="paragraph"><ahelp hid=".">Defines the calculation settings for spreadsheets.</ahelp> Defines the behavior of spreadsheets with iterative references, the date settings, the number of decimal places, and if capitalization or lower cases are to be considered when searching within sheets.</paragraph>
</section>
<section id="howtoget">
@@ -197,7 +197,7 @@
<section id="wildcards">
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optcalculatepage/formulawildcards" id="bm_id3154420" localize="false"/>
<h2 id="hd_id3156449">Enable wildcards in formulas</h2>
- <paragraph xml-lang="en-US" id="par_id3155093" role="paragraph"><ahelp hid="modules/scalc/ui/optcalculatepage/formulawildcards">Specifies that wildcards are enabled when searching and also for character string comparisons.</ahelp><switchinline select="appl"><caseinline select="CALC"> This relates to the <link href="text/scalc/01/04060101.xhp" name="database functions">database functions</link>, and to LOOKUP, VLOOKUP, HLOOKUP, MATCH, AVERAGEIF, AVERAGEIFS, COUNTIF, COUNTIFS, SUMIF, SUMIFS and SEARCH.</caseinline></switchinline></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3155093" role="paragraph"><ahelp hid="modules/scalc/ui/optcalculatepage/formulawildcards">Specifies that wildcards are enabled when searching and also for character string comparisons.</ahelp><switchinline select="appl"><caseinline select="CALC"> This relates to the <link href="text/scalc/01/04060101.xhp">database functions</link>, and to LOOKUP, VLOOKUP, HLOOKUP, MATCH, AVERAGEIF, AVERAGEIFS, COUNTIF, COUNTIFS, SUMIF, SUMIFS and SEARCH.</caseinline></switchinline></paragraph>
<list type="unordered">
<listitem>
<paragraph xml-lang="en-US" id="par_id3155100" role="listitem"><emph>?</emph> (question mark) matches any single character</paragraph>
@@ -214,13 +214,13 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optcalculatepage/formularegex" id="bm_id3154419" localize="false"/>
<h2 id="hd_id3156448">Enable regular expressions in formulas</h2>
- <paragraph xml-lang="en-US" id="par_id3155092" role="paragraph"><ahelp hid="modules/scalc/ui/optcalculatepage/formularegex">Specifies that <link href="text/shared/01/02100001.xhp" name="list of regular expressions">regular expressions</link> instead of simple wildcards are enabled when searching and also for character string comparisons.</ahelp><switchinline select="appl"><caseinline select="CALC"> This relates to the <link href="text/scalc/01/04060101.xhp" name="database functions">database functions</link>, and to LOOKUP, VLOOKUP, HLOOKUP, MATCH, AVERAGEIF, AVERAGEIFS, COUNTIF, COUNTIFS, SUMIF, SUMIFS and SEARCH.
+ <paragraph xml-lang="en-US" id="par_id3155092" role="paragraph"><ahelp hid="modules/scalc/ui/optcalculatepage/formularegex">Specifies that <link href="text/shared/01/02100001.xhp">regular expressions</link> instead of simple wildcards are enabled when searching and also for character string comparisons.</ahelp><switchinline select="appl"><caseinline select="CALC"> This relates to the <link href="text/scalc/01/04060101.xhp">database functions</link>, and to LOOKUP, VLOOKUP, HLOOKUP, MATCH, AVERAGEIF, AVERAGEIFS, COUNTIF, COUNTIFS, SUMIF, SUMIFS and SEARCH.
</caseinline></switchinline><comment>Sorry, no more switches allowed inside AVIS tags</comment></paragraph>
<warning id="par_id3155095">Do not enable regular expressions in formulas for spreadsheets that need to be interoperable with Microsoft Excel.</warning>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optcalculatepage/formulaliteral" id="bm_id3154421" localize="false"/>
<h2 id="hd_id3156450">No wildcards or regular expressions in formulas</h2>
- <paragraph xml-lang="en-US" id="par_id3155097" role="paragraph"><ahelp hid="modules/scalc/ui/optcalculatepage/formulaliteral">Specifies that only literal strings are used when searching and also for character string comparisons.</ahelp><switchinline select="appl"><caseinline select="CALC"> This relates to the <link href="text/scalc/01/04060101.xhp" name="database functions">database functions</link>, and to LOOKUP, VLOOKUP, HLOOKUP, MATCH, AVERAGEIF, AVERAGEIFS, COUNTIF, COUNTIFS, SUMIF, SUMIFS and SEARCH.
+ <paragraph xml-lang="en-US" id="par_id3155097" role="paragraph"><ahelp hid="modules/scalc/ui/optcalculatepage/formulaliteral">Specifies that only literal strings are used when searching and also for character string comparisons.</ahelp><switchinline select="appl"><caseinline select="CALC"> This relates to the <link href="text/scalc/01/04060101.xhp">database functions</link>, and to LOOKUP, VLOOKUP, HLOOKUP, MATCH, AVERAGEIF, AVERAGEIFS, COUNTIF, COUNTIFS, SUMIF, SUMIFS and SEARCH.
</caseinline></switchinline></paragraph>
<warning id="par_id3155098">Do not disable wildcards in formulas for spreadsheets that need to be interoperable with Microsoft Excel.</warning>
diff --git a/source/text/shared/optionen/01060600.xhp b/source/text/shared/optionen/01060600.xhp
index 85ffe2ca55..f2fba4a56a 100644
--- a/source/text/shared/optionen/01060600.xhp
+++ b/source/text/shared/optionen/01060600.xhp
@@ -33,10 +33,10 @@
<section id="changes">
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optchangespage/OptChangesPage" id="bm_id3149233" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optchangespage/@@nowidget@@" id="bm_id3149233" localize="false"/>
-<paragraph role="heading" id="hd_id3159399" xml-lang="en-US" level="1"><link href="text/shared/optionen/01060600.xhp" name="Changes">Changes</link></paragraph>
+<paragraph role="heading" id="hd_id3159399" xml-lang="en-US" level="1"><link href="text/shared/optionen/01060600.xhp">Changes</link></paragraph>
<paragraph role="paragraph" id="par_id3155390" xml-lang="en-US"><ahelp hid="modules/scalc/ui/optchangespage/OptChangesPage">The<emph> Changes </emph>dialog specifies various options for highlighting recorded changes in documents.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3156343" xml-lang="en-US">To record changes to your work, choose <link href="text/shared/01/02230000.xhp" name="Edit - Track Changes - Record"><emph>Edit - Track Changes - Record</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3156343" xml-lang="en-US">To record changes to your work, choose <link href="text/shared/01/02230000.xhp"><emph>Edit - Track Changes - Record</emph></link>.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#exopaen"/>
</section>
diff --git a/source/text/shared/optionen/01060700.xhp b/source/text/shared/optionen/01060700.xhp
index 6be8fcf9d0..6382ea4e1a 100644
--- a/source/text/shared/optionen/01060700.xhp
+++ b/source/text/shared/optionen/01060700.xhp
@@ -29,7 +29,7 @@
<section id="print">
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optdlg/optCalcPrintPage" id="bm_id3149580" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optdlg/@@nowidget@@" id="bm_id3149580" localize="false"/>
-<h1 id="hd_id3153311"><link href="text/shared/optionen/01060700.xhp" name="Print">Print</link></h1>
+<h1 id="hd_id3153311"><link href="text/shared/optionen/01060700.xhp">Print</link></h1>
<paragraph role="paragraph" id="par_id3143267" xml-lang="en-US"><ahelp hid=".">Determines the printer settings for spreadsheets.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3155892" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Print</emph> defines the settings for all spreadsheets. To define settings for the current document only, choose <emph>File - Print</emph>, then click the <emph>Options</emph> button.</paragraph>
@@ -42,7 +42,7 @@
<bookmark_value>printing;manual breaks</bookmark_value>
</bookmark>
<h3 id="hd_id191642185354689">Always apply manual breaks</h3>
-<paragraph role="paragraph" id="par_id921642185374234">Setting this option gives manual row breaks precedence over automatic page breaks done using the <link href="text/scalc/01/05070500.xhp#par_idN1096D" name="Scaling_link">Reduce/enlarge printout</link> scaling mode.</paragraph>
+<paragraph role="paragraph" id="par_id921642185374234">Setting this option gives manual row breaks precedence over automatic page breaks done using the <link href="text/scalc/01/05070500.xhp#par_idN1096D">Reduce/enlarge printout</link> scaling mode.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optdlg/suppressCB" id="bm_id3149579" localize="false"/>
<h3 id="hd_id3156155">Suppress output of empty pages</h3>
<paragraph role="paragraph" id="par_id3158430" xml-lang="en-US"><ahelp hid="modules/scalc/ui/optdlg/suppressCB">Specifies that empty pages that have no cell contents or draw objects are not printed.</ahelp> Cell attributes such as borders or background colors are not considered cell contents. Empty pages are not counted for page numbering.</paragraph>
diff --git a/source/text/shared/optionen/01060800.xhp b/source/text/shared/optionen/01060800.xhp
index af721498b8..94d97496ba 100644
--- a/source/text/shared/optionen/01060800.xhp
+++ b/source/text/shared/optionen/01060800.xhp
@@ -23,7 +23,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optcompatibilitypage/OptCompatibilityPage" id="bm_id3149095" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optcompatibilitypage/@@nowidget@@" id="bm_id3149095" localize="false"/>
- <paragraph xml-lang="en-US" id="hd_id3145071" role="heading" level="1"><link href="text/shared/optionen/01060800.xhp" name="Compatibility">Compatibility</link></paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3145071" role="heading" level="1"><link href="text/shared/optionen/01060800.xhp">Compatibility</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3147576" role="paragraph"><ahelp hid=".">Defines compatibility options for %PRODUCTNAME Calc.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01060900.xhp b/source/text/shared/optionen/01060900.xhp
index 790c3851a1..ae6ca2244a 100644
--- a/source/text/shared/optionen/01060900.xhp
+++ b/source/text/shared/optionen/01060900.xhp
@@ -43,7 +43,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optformula/OptFormula" id="bm_id3149095" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optformula/@@nowidget@@" id="@@nowidget@@" localize="false"/>
- <h1 id="hd_id3145071"><link href="text/shared/optionen/01060900.xhp" name="Formula">Formula</link></h1>
+ <h1 id="hd_id3145071"><link href="text/shared/optionen/01060900.xhp">Formula</link></h1>
<paragraph id="par_id3147576" role="paragraph" xml-lang="en-US"><ahelp hid=".">Defines formula syntax options and loading options for %PRODUCTNAME Calc.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01061000.xhp b/source/text/shared/optionen/01061000.xhp
index 99375130e6..de5f1aa57d 100644
--- a/source/text/shared/optionen/01061000.xhp
+++ b/source/text/shared/optionen/01061000.xhp
@@ -26,7 +26,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optdefaultpage/OptDefaultPage" id="bm_id3149095" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/optdefaultpage/@@nowidget@@" id="bm_id3149095" localize="false"/>
- <paragraph xml-lang="en-US" id="hd_id3145071" role="heading" level="1"><link href="text/shared/optionen/01061000.xhp" name="Defaults">Defaults</link></paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3145071" role="heading" level="1"><link href="text/shared/optionen/01061000.xhp">Defaults</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3147576" role="paragraph"><ahelp hid=".">Defines default settings for new spreadsheet documents.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01070100.xhp b/source/text/shared/optionen/01070100.xhp
index b20196029c..89628c18a3 100644
--- a/source/text/shared/optionen/01070100.xhp
+++ b/source/text/shared/optionen/01070100.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/sdviewpage/SdViewPage" id="bm_id3109850" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/sdviewpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
-<h1 id="hd_id3147000"><link href="text/shared/optionen/01070100.xhp" name="View">View</link></h1>
+<h1 id="hd_id3147000"><link href="text/shared/optionen/01070100.xhp">View</link></h1>
<paragraph role="paragraph" id="par_id3157898" xml-lang="en-US"><ahelp hid="modules/simpress/ui/sdviewpage/SdViewPage">Specifies the available display modes.</ahelp> By selecting an alternative display, you can speed up the screen display while editing your presentation.</paragraph>
</section><comment>removed 4 options, see i81634</comment>
<embed href="text/shared/06/simpress_screenshots.xhp#sdviewpage"/>
@@ -47,11 +47,11 @@
</variable></variable></paragraph>
<paragraph role="paragraph" id="par_id3150488" xml-lang="en-US"><variable id="vertext"><item type="productname">%PRODUCTNAME</item> creates dotted guides that extend beyond the box containing the selected object and which cover the entire work area, helping you position the object.
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3153365" xml-lang="en-US">You also can use this function through the <switchinline select="appl"><caseinline select="IMPRESS"><link href="text/shared/02/01171400.xhp" name="Icon">icon</link>
-</caseinline><caseinline select="DRAW"><link href="text/shared/02/01171400.xhp" name="Icon">icon</link>
+<paragraph role="paragraph" id="par_id3153365" xml-lang="en-US">You also can use this function through the <switchinline select="appl"><caseinline select="IMPRESS"><link href="text/shared/02/01171400.xhp">icon</link>
+</caseinline><caseinline select="DRAW"><link href="text/shared/02/01171400.xhp">icon</link>
</caseinline><defaultinline>icon</defaultinline></switchinline> with the same name in the <emph>Options</emph> bar if a presentation or a drawing document is opened.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/sdviewpage/handlesbezier" id="bm_id3153188" localize="false"/><h3 id="hd_id3155306">All control points in Bézier editor</h3>
-<paragraph role="paragraph" id="par_id3153877" xml-lang="en-US"><ahelp hid="modules/simpress/ui/sdviewpage/handlesbezier">Displays the control points of all Bézier points if you have previously selected a <link href="text/shared/00/00000005.xhp#bezierobject" name="Bézier curve">Bézier curve</link>. If the <emph>All control points in Bézier</emph> editor option is not marked, only the control points of the selected Bézier points will be visible.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3153877" xml-lang="en-US"><ahelp hid="modules/simpress/ui/sdviewpage/handlesbezier">Displays the control points of all Bézier points if you have previously selected a <link href="text/shared/00/00000005.xhp#bezierobject">Bézier curve</link>. If the <emph>All control points in Bézier</emph> editor option is not marked, only the control points of the selected Bézier points will be visible.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/sdviewpage/moveoutline" id="bm_id3150115" localize="false"/><h3 id="hd_id3149418">Contour of each individual object</h3>
<paragraph role="paragraph" id="par_id3156284" xml-lang="en-US"><ahelp hid="modules/simpress/ui/sdviewpage/moveoutline"><item type="productname">%PRODUCTNAME</item> displays the contour line of each individual object when moving this object.</ahelp> The <emph>Contour of each individual object </emph>option enables you to see if single objects conflict with other objects in the target position. If you do not mark the <emph>Contour of each individual object </emph>option, <item type="productname">%PRODUCTNAME</item> only displays a square contour that includes all selected objects.</paragraph>
</body>
diff --git a/source/text/shared/optionen/01070300.xhp b/source/text/shared/optionen/01070300.xhp
index 36cfd8bc0c..f071fe67d9 100644
--- a/source/text/shared/optionen/01070300.xhp
+++ b/source/text/shared/optionen/01070300.xhp
@@ -29,7 +29,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3163802"><bookmark_value>snapping in presentations and drawings</bookmark_value>
<bookmark_value>points;reducing editing points when snapping (Impress/Draw)</bookmark_value>
</bookmark>
-<h1 xml-lang="en-US" id="hd_id3147571"><link href="text/shared/optionen/01070300.xhp" name="Grid">Grid</link></h1>
+<h1 xml-lang="en-US" id="hd_id3147571"><link href="text/shared/optionen/01070300.xhp">Grid</link></h1>
<paragraph xml-lang="en-US" id="par_id3152801" role="paragraph">Defines the grid settings for creating and moving objects.</paragraph>
</section>
<section id="howtoget">
@@ -44,8 +44,8 @@
<h3 xml-lang="en-US" id="hd_id3163802">To snap guides</h3>
<paragraph xml-lang="en-US" id="par_id3149516" role="paragraph"><variable id="anlinie"><ahelp hid=".">Snaps the edge of a dragged object to the nearest snap guide when you release the mouse.</ahelp>
</variable></paragraph>
- <paragraph xml-lang="en-US" id="par_id3154142" role="paragraph">You can also define this setting by using the <switchinline select="appl"><caseinline select="IMPRESS"><link href="text/simpress/02/13140000.xhp" name="Snap to Snap Lines"><emph>Snap to Snap Guides</emph></link>
-</caseinline><caseinline select="DRAW"><link href="text/simpress/02/13140000.xhp" name="Snap to Snap Lines"><emph>Snap to Snap Guides</emph></link>
+ <paragraph xml-lang="en-US" id="par_id3154142" role="paragraph">You can also define this setting by using the <switchinline select="appl"><caseinline select="IMPRESS"><link href="text/simpress/02/13140000.xhp"><emph>Snap to Snap Guides</emph></link>
+</caseinline><caseinline select="DRAW"><link href="text/simpress/02/13140000.xhp"><emph>Snap to Snap Guides</emph></link>
</caseinline><defaultinline><emph>Snap to Snap Guides</emph></defaultinline></switchinline> icon, which is available in the <emph>Options</emph> bar in a presentation or drawing document.</paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:SnapBorder" id="bm_id3153254" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/optgridpage/snapborder" id="bm_id3153063" localize="false"/>
@@ -54,8 +54,8 @@
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3149670" role="paragraph"><variable id="seittext">The cursor or a contour line of the graphics object must be in the snap range.
</variable></paragraph>
- <paragraph xml-lang="en-US" id="par_id3148947" role="paragraph">In a presentation or drawing document, this function can also be accessed with the <switchinline select="appl"><caseinline select="IMPRESS"><link href="text/simpress/02/13150000.xhp" name="Snap to Page Margins"><emph>Snap to Page Margins</emph></link>
-</caseinline><caseinline select="DRAW"><link href="text/simpress/02/13150000.xhp" name="Snap to Page Margins"><emph>Snap to Page Margins</emph></link>
+ <paragraph xml-lang="en-US" id="par_id3148947" role="paragraph">In a presentation or drawing document, this function can also be accessed with the <switchinline select="appl"><caseinline select="IMPRESS"><link href="text/simpress/02/13150000.xhp"><emph>Snap to Page Margins</emph></link>
+</caseinline><caseinline select="DRAW"><link href="text/simpress/02/13150000.xhp"><emph>Snap to Page Margins</emph></link>
</caseinline><defaultinline><emph>Snap to Page Margins</emph></defaultinline></switchinline> icon in the <emph>Options</emph> bar.</paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:SnapFrame" id="bm_id3153194" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/optgridpage/snapframe" id="bm_id3151380" localize="false"/>
@@ -64,8 +64,8 @@
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3147228" role="paragraph"><variable id="rahmtext">The cursor or a contour line of the graphics object must be in the snap range.
</variable></paragraph>
- <paragraph xml-lang="en-US" id="par_id3148922" role="paragraph">In a presentation or drawing document, this function can also be accessed with the <switchinline select="appl"><caseinline select="IMPRESS"><link href="text/simpress/02/13160000.xhp" name="Snap to Object Border"><emph>Snap to Object Border</emph></link>
-</caseinline><caseinline select="DRAW"><link href="text/simpress/02/13160000.xhp" name="Snap to Object Border"><emph>Snap to Object Border</emph></link>
+ <paragraph xml-lang="en-US" id="par_id3148922" role="paragraph">In a presentation or drawing document, this function can also be accessed with the <switchinline select="appl"><caseinline select="IMPRESS"><link href="text/simpress/02/13160000.xhp"><emph>Snap to Object Border</emph></link>
+</caseinline><caseinline select="DRAW"><link href="text/simpress/02/13160000.xhp"><emph>Snap to Object Border</emph></link>
</caseinline><defaultinline><emph>Snap to Object Border</emph></defaultinline></switchinline> icon in the <emph>Options</emph> bar.</paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:SnapPoints" id="bm_id3155131" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/optgridpage/snappoints" id="bm_id3147288" localize="false"/>
@@ -74,8 +74,8 @@
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3149483" role="paragraph"><variable id="opunktetext">This only applies if the cursor or a contour line of the graphics object is in the snap range.
</variable></paragraph>
- <paragraph xml-lang="en-US" id="par_id3146146" role="paragraph">In a presentation or drawing document, this function can also be accessed with the <switchinline select="appl"><caseinline select="IMPRESS"><link href="text/simpress/02/13170000.xhp" name="Snap to Object Points"><emph>Snap to Object Points</emph></link>
-</caseinline><caseinline select="DRAW"><link href="text/simpress/02/13170000.xhp" name="Snap to Object Points"><emph>Snap to Object Points</emph></link>
+ <paragraph xml-lang="en-US" id="par_id3146146" role="paragraph">In a presentation or drawing document, this function can also be accessed with the <switchinline select="appl"><caseinline select="IMPRESS"><link href="text/simpress/02/13170000.xhp"><emph>Snap to Object Points</emph></link>
+</caseinline><caseinline select="DRAW"><link href="text/simpress/02/13170000.xhp"><emph>Snap to Object Points</emph></link>
</caseinline><defaultinline><emph>Snap to Object Points</emph></defaultinline></switchinline> icon in the <emph>Options</emph> bar.</paragraph>
<bookmark xml-lang="en-US" branch="hid/svx/ui/optgridpage/mtrfldsnaparea" id="bm_id3152460" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3148645" role="heading" level="3">Snap range</paragraph>
diff --git a/source/text/shared/optionen/01070400.xhp b/source/text/shared/optionen/01070400.xhp
index d58cd47ef3..7e3803da91 100644
--- a/source/text/shared/optionen/01070400.xhp
+++ b/source/text/shared/optionen/01070400.xhp
@@ -44,7 +44,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/prntopts/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/prntopts/prntopts" id="bm_id3158430" localize="false"/>
- <h1 id="hd_id3155419"><link href="text/shared/optionen/01070400.xhp" name="Print">Print</link></h1>
+ <h1 id="hd_id3155419"><link href="text/shared/optionen/01070400.xhp">Print</link></h1>
<paragraph role="paragraph" id="par_id3155341"><ahelp hid="modules/simpress/ui/prntopts/prntopts">Specifies print settings within a drawing or presentation document.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -66,7 +66,7 @@
<h3 id="hd_id3154097">Hidden pages</h3>
<paragraph role="paragraph" id="par_id3154792"><ahelp hid="modules/simpress/ui/prntopts/hiddenpgcb">Specifies whether to print the pages that are currently hidden from the presentation.</ahelp></paragraph>
<h2 id="hd_id3154686">Quality</h2>
- <paragraph role="paragraph" id="par_id3147229">See also <link href="text/shared/guide/print_blackwhite.xhp" name="print_blackwhite_link">Printing in Black and White</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id3147229">See also <link href="text/shared/guide/print_blackwhite.xhp">Printing in Black and White</link>.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/prntopts/defaultrb" id="bm_id3145419" localize="false"/>
<h3 id="hd_id3159149">Default</h3>
<paragraph role="paragraph" id="par_id3145608"><ahelp hid="modules/simpress/ui/prntopts/defaultrb">Specifies that you want to print in original colors.</ahelp></paragraph>
diff --git a/source/text/shared/optionen/01070500.xhp b/source/text/shared/optionen/01070500.xhp
index 4118fdc815..dca01427c2 100644
--- a/source/text/shared/optionen/01070500.xhp
+++ b/source/text/shared/optionen/01070500.xhp
@@ -37,7 +37,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/optimpressgeneralpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/optimpressgeneralpage/OptSavePage" id="bm_id3153824" localize="false"/>
-<h1 id="hd_id3143270"><link href="text/shared/optionen/01070500.xhp" name="General">General</link></h1>
+<h1 id="hd_id3143270"><link href="text/shared/optionen/01070500.xhp">General</link></h1>
<paragraph role="paragraph" id="par_id3149578" xml-lang="en-US"><ahelp hid="modules/simpress/ui/optimpressgeneralpage/OptSavePage">Defines the general options for drawing or presentation documents.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -62,7 +62,7 @@
</caseinline><caseinline select="CALC">
</caseinline><caseinline select="CHART">
</caseinline><caseinline select="MATH">
-</caseinline><defaultinline>In a presentation or drawing document, you can also activate the text editing mode through the <emph>Allow Quick Editing</emph> <link href="text/simpress/02/13180000.xhp" name="icon">icon</link> in the <emph>Options</emph> bar.</defaultinline></switchinline></paragraph>
+</caseinline><defaultinline>In a presentation or drawing document, you can also activate the text editing mode through the <emph>Allow Quick Editing</emph> <link href="text/simpress/02/13180000.xhp">icon</link> in the <emph>Options</emph> bar.</defaultinline></switchinline></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/optimpressgeneralpage/textselected" id="bm_id3148920" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:PickThrough" id="bm_id3153969" localize="false"/>
<h3 id="hd_id3154686">Only text area selectable</h3>
@@ -74,7 +74,7 @@
</caseinline><caseinline select="CALC">
</caseinline><caseinline select="CHART">
</caseinline><caseinline select="MATH">
-</caseinline><defaultinline>In a presentation or drawing document, you can also activate this mode through the<emph> Select Text Area Only </emph><link href="text/simpress/02/13190000.xhp" name="icon">icon</link> in the <emph>Options</emph> bar.</defaultinline></switchinline></paragraph>
+</caseinline><defaultinline>In a presentation or drawing document, you can also activate this mode through the<emph> Select Text Area Only </emph><link href="text/simpress/02/13190000.xhp">icon</link> in the <emph>Options</emph> bar.</defaultinline></switchinline></paragraph>
<h2 id="hd_id3154638">Settings</h2>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/optimpressgeneralpage/backgroundback" id="bm_id3145750" localize="false"/>
@@ -91,7 +91,7 @@
<paragraph role="paragraph" id="par_id3154270" xml-lang="en-US"><ahelp hid="modules/simpress/ui/optimpressgeneralpage/distrotcb">Maintains relative alignment of Bézier points and 2D drawing objects to each other when you distort the object.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/optimpressgeneralpage/units" id="bm_id3153709" localize="false"/>
<h3 id="hd_id3154163">Unit of measurement</h3>
-<paragraph role="paragraph" id="par_id3155066" xml-lang="en-US"><ahelp hid="modules/simpress/ui/optimpressgeneralpage/units">Determines the <link href="text/shared/00/00000003.xhp#measurement_units" name="Unit of measurement">Unit of measurement</link> for presentations.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3155066" xml-lang="en-US"><ahelp hid="modules/simpress/ui/optimpressgeneralpage/units">Determines the <link href="text/shared/00/00000003.xhp#measurement_units">Unit of measurement</link> for presentations.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/optimpressgeneralpage/metricFields" id="bm_id3154757" localize="false"/>
<h3 id="hd_id3152960">Tab stops</h3>
<paragraph role="paragraph" id="par_id3155443" xml-lang="en-US"><ahelp hid="modules/simpress/ui/optimpressgeneralpage/metricFields">Defines the spacing between tab stops.</ahelp></paragraph>
diff --git a/source/text/shared/optionen/01090000.xhp b/source/text/shared/optionen/01090000.xhp
index d0afda1691..7d68dd7965 100644
--- a/source/text/shared/optionen/01090000.xhp
+++ b/source/text/shared/optionen/01090000.xhp
@@ -37,7 +37,7 @@
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#etsodr"/>
</section>
-<paragraph role="heading" id="hd_id3154143" xml-lang="en-US" level="2"><link href="text/shared/optionen/01090100.xhp" name="Options">Options</link></paragraph>
+<paragraph role="heading" id="hd_id3154143" xml-lang="en-US" level="2"><link href="text/shared/optionen/01090100.xhp">Options</link></paragraph>
<embed href="text/shared/optionen/01090100.xhp#einst"/>
<embed href="text/shared/00/00000001.xhp#reset"/>
</body>
diff --git a/source/text/shared/optionen/01110100.xhp b/source/text/shared/optionen/01110100.xhp
index f2b4f94e43..0524a04fd9 100644
--- a/source/text/shared/optionen/01110100.xhp
+++ b/source/text/shared/optionen/01110100.xhp
@@ -35,7 +35,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optchartcolorspage/OptChartColorsPage" id="bm_id4940946" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optchartcolorspage/@@nowidget@@" id="bm_id4940946" localize="false"/>
-<paragraph role="heading" id="hd_id3149760" xml-lang="en-US" level="1"><link href="text/shared/optionen/01110100.xhp" name="Default colors">Default colors</link></paragraph>
+<paragraph role="heading" id="hd_id3149760" xml-lang="en-US" level="1"><link href="text/shared/optionen/01110100.xhp">Default colors</link></paragraph>
<paragraph role="paragraph" id="par_id3150713" xml-lang="en-US">Assigns colors to the data rows. The settings only apply for all newly created charts.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01130100.xhp b/source/text/shared/optionen/01130100.xhp
index 18971986fc..9173ad78df 100644
--- a/source/text/shared/optionen/01130100.xhp
+++ b/source/text/shared/optionen/01130100.xhp
@@ -42,7 +42,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/optfltrpage/OptFltrPage" id="bm_id1012200911063620" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optfltrpage/@@nowidget@@" id="bm_id1012200911063620" localize="false"/>
-<h1 id="hd_id3143267"><link href="text/shared/optionen/01130100.xhp" name="VBA Properties">VBA Properties</link></h1>
+<h1 id="hd_id3143267"><link href="text/shared/optionen/01130100.xhp">VBA Properties</link></h1>
<paragraph id="par_id3150443" role="paragraph" xml-lang="en-US"><ahelp hid=".">Specifies the general properties for loading and saving Microsoft Office documents with VBA (Visual Basic for Applications) code.</ahelp></paragraph>
</section>
@@ -101,7 +101,7 @@
<section id="relatedtopics">
<embed href="text/shared/guide/ms_doctypes.xhp#ms_doctypes"/>
<embed href="text/shared/guide/ms_import_export_limitations.xhp#about"/>
-<paragraph id="par_id3153768" role="paragraph" xml-lang="en-US"><link href="text/shared/optionen/01010200.xhp" name="Setting the default file format">Setting the default file format</link></paragraph>
+<paragraph id="par_id3153768" role="paragraph" xml-lang="en-US"><link href="text/shared/optionen/01010200.xhp">Setting the default file format</link></paragraph>
<paragraph id="par_id051720170430585307" role="paragraph" xml-lang="en-US"><link href="text/sbasic/shared/vbasupport.xhp">VBA support in %PRODUCTNAME</link></paragraph>
</section>
</body>
diff --git a/source/text/shared/optionen/01130200.xhp b/source/text/shared/optionen/01130200.xhp
index 2d838ec3a7..8c06f269ed 100644
--- a/source/text/shared/optionen/01130200.xhp
+++ b/source/text/shared/optionen/01130200.xhp
@@ -40,7 +40,7 @@
<bookmark_value>character highlighting;Microsoft Office export</bookmark_value>
<bookmark_value>character shading;Microsoft Office export</bookmark_value>
</bookmark>
-<h1 id="hd_id3156410"><link href="text/shared/optionen/01130200.xhp" name="Microsoft Office">Microsoft Office</link></h1>
+<h1 id="hd_id3156410"><link href="text/shared/optionen/01130200.xhp">Microsoft Office</link></h1>
<paragraph xml-lang="en-US" id="par_id3149095" role="paragraph"><ahelp hid=".">Specifies the settings for importing and exporting Microsoft Office and other documents.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01140000.xhp b/source/text/shared/optionen/01140000.xhp
index ab67c9772a..27f7f0dcab 100644
--- a/source/text/shared/optionen/01140000.xhp
+++ b/source/text/shared/optionen/01140000.xhp
@@ -40,7 +40,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optlanguagespage/OptLanguagesPage" id="bm_id7035738" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optlanguagespage/@@nowidget@@" id="bm_id7035738" localize="false"/>
-<h1 id="hd_id3151299"><link href="text/shared/optionen/01140000.xhp" name="Languages">Languages</link></h1>
+<h1 id="hd_id3151299"><link href="text/shared/optionen/01140000.xhp">Languages</link></h1>
<paragraph xml-lang="en-US" id="par_id3148520" role="paragraph"><ahelp hid=".">Defines the default languages and some other locale settings for documents.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -93,7 +93,7 @@
</list>
<paragraph role="paragraph" id="par_id181606257326394">If you change the <emph>Locale setting</emph>, the date acceptance pattern will be reset to the new locale default, and any user-defined modifications or additions will be lost.</paragraph>
<paragraph role="paragraph" id="par_id821606257357323">In addition to the explicit patterns defined in the edit box, input matching the <literal>Y-M-D</literal> pattern is implicitly recognized and converted automatically to a date. Input that starts from 1 to 31 is not interpreted with this implicit Y-M-D pattern. Since %PRODUCTNAME 3.5, this input is formatted as <literal>YYYY-MM-DD</literal> (ISO 8601).</paragraph>
- <paragraph role="paragraph" id="par_id391606902516870">For all patterns, two-digit year input is interpreted according to the setting in <link href="text/shared/optionen/01010600.xhp#sectionyear2digit" name="twodigityears">Tools - Options - General - Year (Two Digits)</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id391606902516870">For all patterns, two-digit year input is interpreted according to the setting in <link href="text/shared/optionen/01010600.xhp#sectionyear2digit">Tools - Options - General - Year (Two Digits)</link>.</paragraph>
<h2 id="hd_id3153127">Default languages for documents</h2>
<paragraph id="par_id3149763" role="paragraph">Specifies the languages for spelling, thesaurus and hyphenation.</paragraph>
<embed href="text/shared/guide/language_select.xhp#language_select"/>
diff --git a/source/text/shared/optionen/01150100.xhp b/source/text/shared/optionen/01150100.xhp
index 2db9d1a9dd..60e5a3c5c0 100644
--- a/source/text/shared/optionen/01150100.xhp
+++ b/source/text/shared/optionen/01150100.xhp
@@ -30,7 +30,7 @@
<section id="asialayout">
<bookmark xml-lang="en-US" branch="hid/cui/ui/optasianpage/OptAsianPage" id="bm_id3149811" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optasianpage/@@nowidget@@" id="bm_id3149811" localize="false"/>
-<h1 id="hd_id3156414"><link href="text/shared/optionen/01150100.xhp" name="Asian Layout">Asian Layout</link></h1>
+<h1 id="hd_id3156414"><link href="text/shared/optionen/01150100.xhp">Asian Layout</link></h1>
<paragraph role="paragraph" id="par_id3145136" xml-lang="en-US">Defines the typographic default settings for Asian text.</paragraph>
<embed href="text/shared/00/00000007.xhp#asia_note"/>
</section>
@@ -60,7 +60,7 @@
<h3 id="hd_id3151245">Compress punctuation and Japanese Kana</h3>
<paragraph role="paragraph" id="par_id3154346" xml-lang="en-US"><ahelp hid="cui/ui/optasianpage/punctkanacompression">Specifies that punctuation and Japanese Kana are compressed.</ahelp></paragraph>
<h2 id="hd_id3148552">First and last characters</h2>
-<paragraph role="paragraph" id="par_id3149295" xml-lang="en-US">Defines the default settings for 'first' and 'last' characters. In the dialog that appears when you choose <emph>Format -</emph><link href="text/shared/01/05020700.xhp" name="Asian Typography"><emph>Asian Typography</emph></link>, you can specify whether the list of forbidden characters applies to those at the beginning or end of a line in a paragraph.</paragraph>
+<paragraph role="paragraph" id="par_id3149295" xml-lang="en-US">Defines the default settings for 'first' and 'last' characters. In the dialog that appears when you choose <emph>Format -</emph><link href="text/shared/01/05020700.xhp"><emph>Asian Typography</emph></link>, you can specify whether the list of forbidden characters applies to those at the beginning or end of a line in a paragraph.</paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optasianpage/language" id="bm_id3154138" localize="false"/>
<h3 id="hd_id3154071">Language</h3>
<paragraph role="paragraph" id="par_id3151210" xml-lang="en-US"><ahelp hid="cui/ui/optasianpage/language">Specifies the language for which you want to define first and last characters.</ahelp></paragraph>
diff --git a/source/text/shared/optionen/01150200.xhp b/source/text/shared/optionen/01150200.xhp
index 64f5445f29..a03d74d48a 100644
--- a/source/text/shared/optionen/01150200.xhp
+++ b/source/text/shared/optionen/01150200.xhp
@@ -35,7 +35,7 @@
<section id="japan">
<bookmark branch="hid/cui/ui/optjsearchpage/OptJSearchPage" xml-lang="en-US" id="bm_id3150279" localize="false"/>
<bookmark branch="hid/cui/ui/optjsearchpage/@@nowidget@@" xml-lang="en-US" id="bm_id3150279" localize="false"/>
- <paragraph id="hd_id3155338" role="heading" level="1" xml-lang="en-US"><link href="text/shared/optionen/01150200.xhp" name="Searching in Japanese">Searching in Japanese</link></paragraph>
+ <paragraph id="hd_id3155338" role="heading" level="1" xml-lang="en-US"><link href="text/shared/optionen/01150200.xhp">Searching in Japanese</link></paragraph>
<paragraph role="paragraph" id="par_id3152996" xml-lang="en-US">Defines the search options for Japanese.</paragraph>
<embed href="text/shared/00/00000007.xhp#asia_note"/>
</section>
diff --git a/source/text/shared/optionen/01150300.xhp b/source/text/shared/optionen/01150300.xhp
index b0ab9fa43c..6964359301 100644
--- a/source/text/shared/optionen/01150300.xhp
+++ b/source/text/shared/optionen/01150300.xhp
@@ -32,7 +32,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optctlpage/OptCTLPage" id="bm_id3153682" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optctlpage/@@nowidget@@" id="bm_id3153682" localize="false"/>
-<h1 id="hd_id3148668"><link href="text/shared/optionen/01150300.xhp" name="Complex Text Layout">Complex Text Layout</link></h1>
+<h1 id="hd_id3148668"><link href="text/shared/optionen/01150300.xhp">Complex Text Layout</link></h1>
<paragraph role="paragraph" id="par_id3150247" xml-lang="en-US"><ahelp hid=".">Defines the options for documents with complex text layouts.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/01160100.xhp b/source/text/shared/optionen/01160100.xhp
index 5546786b5e..ec2245208f 100644
--- a/source/text/shared/optionen/01160100.xhp
+++ b/source/text/shared/optionen/01160100.xhp
@@ -35,7 +35,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_DSBROWSER_DISCONNECTING" id="bm_id3149798" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/connpooloptions/@@nowidget@@" id="bm_id3451788" localize="false"/>
-<h1 id="hd_id3154136" xml-lang="en-US"><link href="text/shared/optionen/01160100.xhp" name="Connections">Connections</link></h1>
+<h1 id="hd_id3154136" xml-lang="en-US"><link href="text/shared/optionen/01160100.xhp">Connections</link></h1>
<paragraph role="paragraph" id="par_id3147571" xml-lang="en-US">Defines how the connections to data sources are pooled.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3147088" xml-lang="en-US"><ahelp hid="cui/ui/connpooloptions/ConnPoolPage"></ahelp>The<emph> Connections </emph>facility allows you to stipulate that connections that are no longer needed are not deleted immediately, but are kept free<comment>UFI: better: idle ?</comment> for a certain period of time. If a new connection to the data source is needed in that period, the free connection can be used for this purpose.</paragraph>
diff --git a/source/text/shared/optionen/detailedcalculation.xhp b/source/text/shared/optionen/detailedcalculation.xhp
index b14c0a9b36..f5d09372e3 100644
--- a/source/text/shared/optionen/detailedcalculation.xhp
+++ b/source/text/shared/optionen/detailedcalculation.xhp
@@ -35,7 +35,7 @@
<section id="detailed_calculation">
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/formulacalculationoptions/FormulaCalculationOptions" id="bm_id2745673" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/formulacalculationoptions/@@nowidget@@" id="@@nowidget@@" localize="false"/>
- <h1 id="hd_id371535153017185"><variable id="detailed_heading"><link href="text/shared/optionen/detailedcalculation.xhp" name="detailedcalc">Detailed Calculation Settings</link></variable></h1>
+ <h1 id="hd_id371535153017185"><variable id="detailed_heading"><link href="text/shared/optionen/detailedcalculation.xhp">Detailed Calculation Settings</link></variable></h1>
<paragraph id="par_id461535153017196" role="paragraph"><variable id="variable name"><ahelp hid=".">Sets the rules for conversion from strings values to numeric values, string values to cell references, and strings values to date and time values. This affects built-in functions such as INDIRECT that takes a reference as a string value or date and time functions that takes arguments as string values in local or ISO 8601 formats.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
@@ -46,7 +46,7 @@
<paragraph role="paragraph" id="par_id396740">How to treat text when encountered as operand in an arithmetic operation or as argument to a function that expects a number instead. Unambiguous conversion is possible for integer numbers including exponents and ISO 8601 dates and times in their extended formats with separators. Fractional numeric values with decimal separators or dates other than ISO 8601 are locale dependent. Note that in locale dependent conversions the resulting numeric value may differ between locales!</paragraph>
<paragraph role="paragraph" id="par_id4086428"><emph>Generate #VALUE! error:</emph> Text found where numeric data is expected will generate #VALUE! error. Example: <item type="input">"123.45"</item> will generate a #VALUE! error, while <item type="input">123.45</item> not.</paragraph>
<paragraph role="paragraph" id="par_id9024628"><emph>Treat as zero:</emph> Any text found where numeric data is expected will be considered as a number of value zero. Example: <item type="input">"123.45"</item> will map to zero, while <item type="input">123.45</item> not.</paragraph>
- <paragraph role="paragraph" id="par_id3067110"><emph>Convert only if unambiguous:</emph> If the text represents a valid and unambiguous numeric value, convert it. Example: <item type="input">"123.456"</item> will generate a #VALUE! error because the text contains a separator, while <item type="input">"123456"</item> will not.<br/>See <link href="text/scalc/guide/numbers_text.xhp" name="numbers_text_link">Converting Text to Numbers</link> for details.</paragraph>
+ <paragraph role="paragraph" id="par_id3067110"><emph>Convert only if unambiguous:</emph> If the text represents a valid and unambiguous numeric value, convert it. Example: <item type="input">"123.456"</item> will generate a #VALUE! error because the text contains a separator, while <item type="input">"123456"</item> will not.<br/>See <link href="text/scalc/guide/numbers_text.xhp">Converting Text to Numbers</link> for details.</paragraph>
<paragraph role="paragraph" id="par_id8841822"><emph>Convert also locale dependent:</emph> convert values valid in the locale representation. Example: <item type="input">"123,45"</item> is a valid number in some locales because the comma is the decimal separator there.</paragraph>
<h3 id="par_id4077578">Treat empty string as zero</h3>
<paragraph role="paragraph" id="par_id9094515">This option determines how an empty string is treated when used in arithmetic operations. If you have set "Conversion from text to number" to either "Generate #VALUE! error" or "Treat as zero", you cannot choose (here) if conversion of an empty string to a number will generate an error or if it will treat empty strings as zero. Otherwise this option determines how empty strings are treated.</paragraph>
@@ -72,8 +72,8 @@
<h3 id="hd_id71645215179431">Apply those settings to current document only</h3>
<paragraph role="paragraph" id="par_id111645215251396">Mark this checkbox to apply the settings to the document only.</paragraph>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id191535211862982"><link href="text/scalc/01/04060102.xhp" name="dateandtime">Date and time functions</link></paragraph>
- <paragraph role="paragraph" id="par_id261535211868627"><link href="text/scalc/01/04060109.xhp#Section6" name="indirect">INDIRECT function</link></paragraph>
+ <paragraph role="paragraph" id="par_id191535211862982"><link href="text/scalc/01/04060102.xhp">Date and time functions</link></paragraph>
+ <paragraph role="paragraph" id="par_id261535211868627"><link href="text/scalc/01/04060109.xhp#Section6">INDIRECT function</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/shared/optionen/java.xhp b/source/text/shared/optionen/java.xhp
index ee6849843a..f8490f81f7 100644
--- a/source/text/shared/optionen/java.xhp
+++ b/source/text/shared/optionen/java.xhp
@@ -52,7 +52,7 @@
<embed href="text/shared/00/00000001.xhp#optionsbuttonwarn01"/>
<h2 id="par_idN1056B">Java options</h2>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optadvancedpage/javaenabled" id="bm_id68828391" localize="false"/>
-<note id="par_id181614855578590">The current list of %PRODUCTNAME modules and resources that depends on Java is available <link href="https://wiki.documentfoundation.org/Faq/General/015" name="Java wiki">in the wiki</link>.</note>
+<note id="par_id181614855578590">The current list of %PRODUCTNAME modules and resources that depends on Java is available <link href="https://wiki.documentfoundation.org/Faq/General/015">in the wiki</link>.</note>
<h3 id="par_idN1057F">Use a Java runtime environment</h3>
<paragraph id="par_idN10583" role="paragraph" xml-lang="en-US"><ahelp hid="cui/ui/optadvancedpage/javaenabled">Allows you to run Java applications in %PRODUCTNAME.</ahelp> When a Java application attempts to access your hard drive, a prompt opens.<comment>UFI: moved this para here from Security tab page</comment></paragraph>
<switch select="sys">
@@ -101,7 +101,7 @@
<paragraph id="par_id3156344" role="paragraph" xml-lang="en-US">Enables features that are not yet complete or may contain known bugs. The list of these features is different version by version, or even it can be empty.</paragraph>
<h3 id="hd_id3148610"><ahelp hid="cui/ui/optadvancedpage/macrorecording">Enable macro recording</ahelp></h3>
-<paragraph id="par_id3156345" role="paragraph" xml-lang="en-US">Enables macro recording. The <link href="text/shared/guide/macro_recording.xhp" name="Tools - Macros - Record Macro"><item type="menuitem">Tools - Macros - Record Macro</item></link> menu item is available.</paragraph>
+<paragraph id="par_id3156345" role="paragraph" xml-lang="en-US">Enables macro recording. The <link href="text/shared/guide/macro_recording.xhp"><item type="menuitem">Tools - Macros - Record Macro</item></link> menu item is available.</paragraph>
<h2 id="hd_id0609201521211497"><link href="text/shared/optionen/expertconfig.xhp">Expert Configuration</link></h2>
<paragraph id="par_id0609201521444658" role="paragraph" xml-lang="en-US"><ahelp hid="cui/ui/optadvancedpage/expertconfig">Opens the Expert Configuration dialog for advanced settings and configuration of %PRODUCTNAME.</ahelp></paragraph>
diff --git a/source/text/shared/optionen/search_commands.xhp b/source/text/shared/optionen/search_commands.xhp
index 91f85e305a..a047a43221 100644
--- a/source/text/shared/optionen/search_commands.xhp
+++ b/source/text/shared/optionen/search_commands.xhp
@@ -22,7 +22,7 @@
<bookmark_value>head-up display (hud)</bookmark_value>
</bookmark>
<bookmark branch="hid/.uno:CommandPopup" id="bm_id5584838" localize="false"/>
- <h1 id="hd_id951627860296699"><variable id="SearchCommands_h1"><link href="text/shared/optionen/search_commands.xhp" name="SearchCommands_help">Search Commands</link></variable></h1>
+ <h1 id="hd_id951627860296699"><variable id="SearchCommands_h1"><link href="text/shared/optionen/search_commands.xhp">Search Commands</link></variable></h1>
<paragraph role="paragraph" id="par_id3155069"><variable id="SearchCommands_intro"><ahelp hid=".uno:CommandPopup">Allows to search and execute all commands available in application menus by their names.</ahelp></variable></paragraph>
<section id="howtoget">
<paragraph role="paragraph" id="par_id961562795750725">Choose <menuitem>Help - Search Commands</menuitem></paragraph>
diff --git a/source/text/shared/optionen/securityoptionsdialog.xhp b/source/text/shared/optionen/securityoptionsdialog.xhp
index 101c13c87d..a5342fccaa 100644
--- a/source/text/shared/optionen/securityoptionsdialog.xhp
+++ b/source/text/shared/optionen/securityoptionsdialog.xhp
@@ -39,7 +39,7 @@
<paragraph id="par_id201704161715253349" role="paragraph" xml-lang="en-US"><ahelp hid=".">Set security related options and warnings about hidden information in documents.</ahelp></paragraph>
</section>
<section id="howtoget">
- <paragraph role="paragraph" id="par_id5616645" xml-lang="en-US">Press the <emph>Options</emph> button on the <link href="text/shared/optionen/01030300.xhp" name="Security">Security</link> page.</paragraph>
+ <paragraph role="paragraph" id="par_id5616645" xml-lang="en-US">Press the <emph>Options</emph> button on the <link href="text/shared/optionen/01030300.xhp">Security</link> page.</paragraph>
</section>
<paragraph role="paragraph" id="par_id5616626" xml-lang="en-US">The Security options and warnings dialog contains the following controls:</paragraph>
@@ -65,7 +65,7 @@
<paragraph role="paragraph" id="par_id79042" xml-lang="en-US"><ahelp hid="cui/ui/securityoptionsdialog/ctrlclick">If enabled, you must hold down the <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/securityoptionsdialog/blockuntrusted" id="bm_id5288858" localize="false"/><paragraph role="heading" id="hd_id1972107" xml-lang="en-US" level="3">Block any links from documents not among the trusted locations (see Macro Security)</paragraph>
- <paragraph role="paragraph" id="par_id79043" xml-lang="en-US"><ahelp hid="cui/ui/securityoptionsdialog/blockuntrusted">Blocks the use of linked images by documents not in the trusted locations defined on the <link href="text/shared/optionen/macrosecurity_ts.xhp" name="Trusted Sources">Trusted Sources</link> tab of the Macro Security dialog.</ahelp> This can increase security in case you work with documents from untrusted sources (e.g. the internet) and are worried about vulnerabilities in image processing software components. Blocking the use of links means that images are not loaded in untrusted documents, only a placeholder frame is visible.</paragraph>
+ <paragraph role="paragraph" id="par_id79043" xml-lang="en-US"><ahelp hid="cui/ui/securityoptionsdialog/blockuntrusted">Blocks the use of linked images by documents not in the trusted locations defined on the <link href="text/shared/optionen/macrosecurity_ts.xhp">Trusted Sources</link> tab of the Macro Security dialog.</ahelp> This can increase security in case you work with documents from untrusted sources (e.g. the internet) and are worried about vulnerabilities in image processing software components. Blocking the use of links means that images are not loaded in untrusted documents, only a placeholder frame is visible.</paragraph>
</body>
</helpdocument>