summaryrefslogtreecommitdiff
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
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>
-rw-r--r--source/text/sbasic/guide/access2base.xhp2
-rw-r--r--source/text/sbasic/guide/basic_2_python.xhp10
-rw-r--r--source/text/sbasic/guide/basic_examples.xhp2
-rw-r--r--source/text/sbasic/guide/calc_borders.xhp12
-rw-r--r--source/text/sbasic/guide/control_properties.xhp2
-rw-r--r--source/text/sbasic/guide/create_dialog.xhp2
-rw-r--r--source/text/sbasic/guide/insert_control.xhp2
-rw-r--r--source/text/sbasic/guide/read_write_values.xhp2
-rw-r--r--source/text/sbasic/guide/sample_code.xhp4
-rw-r--r--source/text/sbasic/guide/show_dialog.xhp2
-rw-r--r--source/text/sbasic/python/main0000.xhp12
-rw-r--r--source/text/sbasic/python/python_2_basic.xhp12
-rw-r--r--source/text/sbasic/python/python_dialogs.xhp4
-rw-r--r--source/text/sbasic/python/python_document_events.xhp8
-rw-r--r--source/text/sbasic/python/python_examples.xhp2
-rw-r--r--source/text/sbasic/python/python_handler.xhp12
-rw-r--r--source/text/sbasic/python/python_ide.xhp6
-rw-r--r--source/text/sbasic/python/python_import.xhp2
-rw-r--r--source/text/sbasic/python/python_listener.xhp10
-rw-r--r--source/text/sbasic/python/python_locations.xhp4
-rw-r--r--source/text/sbasic/python/python_platform.xhp2
-rw-r--r--source/text/sbasic/python/python_programming.xhp18
-rw-r--r--source/text/sbasic/python/python_screen.xhp12
-rw-r--r--source/text/sbasic/python/python_session.xhp2
-rw-r--r--source/text/sbasic/python/python_shell.xhp6
-rw-r--r--source/text/sbasic/shared/00000002.xhp6
-rw-r--r--source/text/sbasic/shared/00000003.xhp6
-rw-r--r--source/text/sbasic/shared/01/06130000.xhp2
-rw-r--r--source/text/sbasic/shared/01000000.xhp2
-rw-r--r--source/text/sbasic/shared/01010210.xhp8
-rw-r--r--source/text/sbasic/shared/01020000.xhp2
-rw-r--r--source/text/sbasic/shared/01020100.xhp12
-rw-r--r--source/text/sbasic/shared/01020300.xhp6
-rw-r--r--source/text/sbasic/shared/01020500.xhp2
-rw-r--r--source/text/sbasic/shared/01030000.xhp2
-rw-r--r--source/text/sbasic/shared/01030100.xhp10
-rw-r--r--source/text/sbasic/shared/01030200.xhp4
-rw-r--r--source/text/sbasic/shared/01030400.xhp2
-rw-r--r--source/text/sbasic/shared/01040000.xhp4
-rw-r--r--source/text/sbasic/shared/01050000.xhp4
-rw-r--r--source/text/sbasic/shared/01050200.xhp2
-rw-r--r--source/text/sbasic/shared/01050300.xhp2
-rw-r--r--source/text/sbasic/shared/01170100.xhp2
-rw-r--r--source/text/sbasic/shared/01170101.xhp2
-rw-r--r--source/text/sbasic/shared/01170103.xhp2
-rw-r--r--source/text/sbasic/shared/02/11010000.xhp2
-rw-r--r--source/text/sbasic/shared/02/11020000.xhp2
-rw-r--r--source/text/sbasic/shared/02/11030000.xhp2
-rw-r--r--source/text/sbasic/shared/02/11040000.xhp2
-rw-r--r--source/text/sbasic/shared/02/11050000.xhp6
-rw-r--r--source/text/sbasic/shared/02/11060000.xhp6
-rw-r--r--source/text/sbasic/shared/02/11070000.xhp4
-rw-r--r--source/text/sbasic/shared/02/11080000.xhp2
-rw-r--r--source/text/sbasic/shared/02/11090000.xhp2
-rw-r--r--source/text/sbasic/shared/02/11100000.xhp2
-rw-r--r--source/text/sbasic/shared/02/11110000.xhp4
-rw-r--r--source/text/sbasic/shared/02/11120000.xhp2
-rw-r--r--source/text/sbasic/shared/02/11140000.xhp2
-rw-r--r--source/text/sbasic/shared/02/11150000.xhp2
-rw-r--r--source/text/sbasic/shared/02/11160000.xhp2
-rw-r--r--source/text/sbasic/shared/02/11170000.xhp4
-rw-r--r--source/text/sbasic/shared/02/11180000.xhp2
-rw-r--r--source/text/sbasic/shared/02/11190000.xhp2
-rw-r--r--source/text/sbasic/shared/02/20000000.xhp6
-rw-r--r--source/text/sbasic/shared/03/lib_ScriptForge.xhp58
-rw-r--r--source/text/sbasic/shared/03/lib_depot.xhp2
-rw-r--r--source/text/sbasic/shared/03/lib_euro.xhp6
-rw-r--r--source/text/sbasic/shared/03/lib_formwizard.xhp2
-rw-r--r--source/text/sbasic/shared/03/lib_gimmicks.xhp6
-rw-r--r--source/text/sbasic/shared/03/lib_importwiz.xhp6
-rw-r--r--source/text/sbasic/shared/03/lib_schedule.xhp2
-rw-r--r--source/text/sbasic/shared/03/lib_script.xhp6
-rw-r--r--source/text/sbasic/shared/03/lib_template.xhp2
-rw-r--r--source/text/sbasic/shared/03/lib_tools.xhp16
-rw-r--r--source/text/sbasic/shared/03/lib_wikieditor.xhp2
-rw-r--r--source/text/sbasic/shared/03/sf_array.xhp72
-rw-r--r--source/text/sbasic/shared/03/sf_base.xhp24
-rw-r--r--source/text/sbasic/shared/03/sf_basic.xhp84
-rw-r--r--source/text/sbasic/shared/03/sf_calc.xhp116
-rw-r--r--source/text/sbasic/shared/03/sf_chart.xhp16
-rw-r--r--source/text/sbasic/shared/03/sf_database.xhp30
-rw-r--r--source/text/sbasic/shared/03/sf_dialog.xhp34
-rw-r--r--source/text/sbasic/shared/03/sf_dialogcontrol.xhp38
-rw-r--r--source/text/sbasic/shared/03/sf_dictionary.xhp30
-rw-r--r--source/text/sbasic/shared/03/sf_document.xhp36
-rw-r--r--source/text/sbasic/shared/03/sf_exception.xhp32
-rw-r--r--source/text/sbasic/shared/03/sf_filesystem.xhp64
-rw-r--r--source/text/sbasic/shared/03/sf_form.xhp42
-rw-r--r--source/text/sbasic/shared/03/sf_formcontrol.xhp22
-rw-r--r--source/text/sbasic/shared/03/sf_intro.xhp12
-rw-r--r--source/text/sbasic/shared/03/sf_l10n.xhp20
-rw-r--r--source/text/sbasic/shared/03/sf_menu.xhp12
-rw-r--r--source/text/sbasic/shared/03/sf_methods.xhp2
-rw-r--r--source/text/sbasic/shared/03/sf_platform.xhp4
-rw-r--r--source/text/sbasic/shared/03/sf_popupmenu.xhp10
-rw-r--r--source/text/sbasic/shared/03/sf_region.xhp32
-rw-r--r--source/text/sbasic/shared/03/sf_services.xhp4
-rw-r--r--source/text/sbasic/shared/03/sf_session.xhp42
-rw-r--r--source/text/sbasic/shared/03/sf_string.xhp100
-rw-r--r--source/text/sbasic/shared/03/sf_textstream.xhp18
-rw-r--r--source/text/sbasic/shared/03/sf_timer.xhp2
-rw-r--r--source/text/sbasic/shared/03/sf_ui.xhp36
-rw-r--r--source/text/sbasic/shared/03/sf_unittest.xhp66
-rw-r--r--source/text/sbasic/shared/03/sf_writer.xhp12
-rw-r--r--source/text/sbasic/shared/03000000.xhp2
-rw-r--r--source/text/sbasic/shared/03010000.xhp2
-rw-r--r--source/text/sbasic/shared/03010100.xhp2
-rw-r--r--source/text/sbasic/shared/03010102.xhp2
-rw-r--r--source/text/sbasic/shared/03010103.xhp2
-rw-r--r--source/text/sbasic/shared/03010200.xhp2
-rw-r--r--source/text/sbasic/shared/03010201.xhp4
-rw-r--r--source/text/sbasic/shared/03010300.xhp2
-rw-r--r--source/text/sbasic/shared/03010301.xhp4
-rw-r--r--source/text/sbasic/shared/03010302.xhp2
-rw-r--r--source/text/sbasic/shared/03010303.xhp6
-rw-r--r--source/text/sbasic/shared/03010304.xhp4
-rw-r--r--source/text/sbasic/shared/03010305.xhp8
-rw-r--r--source/text/sbasic/shared/03010306.xhp4
-rw-r--r--source/text/sbasic/shared/03020000.xhp2
-rw-r--r--source/text/sbasic/shared/03020100.xhp2
-rw-r--r--source/text/sbasic/shared/03020101.xhp2
-rw-r--r--source/text/sbasic/shared/03020102.xhp2
-rw-r--r--source/text/sbasic/shared/03020103.xhp2
-rw-r--r--source/text/sbasic/shared/03020200.xhp2
-rw-r--r--source/text/sbasic/shared/03020201.xhp2
-rw-r--r--source/text/sbasic/shared/03020202.xhp2
-rw-r--r--source/text/sbasic/shared/03020203.xhp2
-rw-r--r--source/text/sbasic/shared/03020204.xhp2
-rw-r--r--source/text/sbasic/shared/03020205.xhp2
-rw-r--r--source/text/sbasic/shared/03020301.xhp2
-rw-r--r--source/text/sbasic/shared/03020302.xhp2
-rw-r--r--source/text/sbasic/shared/03020303.xhp4
-rw-r--r--source/text/sbasic/shared/03020304.xhp4
-rw-r--r--source/text/sbasic/shared/03020305.xhp4
-rw-r--r--source/text/sbasic/shared/03020400.xhp2
-rw-r--r--source/text/sbasic/shared/03020401.xhp4
-rw-r--r--source/text/sbasic/shared/03020402.xhp4
-rw-r--r--source/text/sbasic/shared/03020404.xhp4
-rw-r--r--source/text/sbasic/shared/03020405.xhp4
-rw-r--r--source/text/sbasic/shared/03020406.xhp4
-rw-r--r--source/text/sbasic/shared/03020407.xhp4
-rw-r--r--source/text/sbasic/shared/03020408.xhp8
-rw-r--r--source/text/sbasic/shared/03020409.xhp4
-rw-r--r--source/text/sbasic/shared/03020410.xhp4
-rw-r--r--source/text/sbasic/shared/03020411.xhp4
-rw-r--r--source/text/sbasic/shared/03020412.xhp4
-rw-r--r--source/text/sbasic/shared/03020413.xhp4
-rw-r--r--source/text/sbasic/shared/03020414.xhp4
-rw-r--r--source/text/sbasic/shared/03020415.xhp4
-rw-r--r--source/text/sbasic/shared/03030000.xhp2
-rw-r--r--source/text/sbasic/shared/03030100.xhp2
-rw-r--r--source/text/sbasic/shared/03030101.xhp2
-rw-r--r--source/text/sbasic/shared/03030102.xhp2
-rw-r--r--source/text/sbasic/shared/03030103.xhp2
-rw-r--r--source/text/sbasic/shared/03030104.xhp2
-rw-r--r--source/text/sbasic/shared/03030105.xhp6
-rw-r--r--source/text/sbasic/shared/03030106.xhp2
-rw-r--r--source/text/sbasic/shared/03030107.xhp2
-rw-r--r--source/text/sbasic/shared/03030108.xhp4
-rw-r--r--source/text/sbasic/shared/03030111.xhp2
-rw-r--r--source/text/sbasic/shared/03030112.xhp2
-rw-r--r--source/text/sbasic/shared/03030113.xhp2
-rw-r--r--source/text/sbasic/shared/03030114.xhp2
-rw-r--r--source/text/sbasic/shared/03030115.xhp2
-rw-r--r--source/text/sbasic/shared/03030116.xhp2
-rw-r--r--source/text/sbasic/shared/03030200.xhp2
-rw-r--r--source/text/sbasic/shared/03030201.xhp2
-rw-r--r--source/text/sbasic/shared/03030202.xhp2
-rw-r--r--source/text/sbasic/shared/03030203.xhp4
-rw-r--r--source/text/sbasic/shared/03030204.xhp2
-rw-r--r--source/text/sbasic/shared/03030205.xhp2
-rw-r--r--source/text/sbasic/shared/03030206.xhp2
-rw-r--r--source/text/sbasic/shared/03030300.xhp2
-rw-r--r--source/text/sbasic/shared/03030301.xhp2
-rw-r--r--source/text/sbasic/shared/03030302.xhp2
-rw-r--r--source/text/sbasic/shared/03030303.xhp4
-rw-r--r--source/text/sbasic/shared/03050000.xhp2
-rw-r--r--source/text/sbasic/shared/03050100.xhp2
-rw-r--r--source/text/sbasic/shared/03050200.xhp2
-rw-r--r--source/text/sbasic/shared/03050300.xhp2
-rw-r--r--source/text/sbasic/shared/03050500.xhp2
-rw-r--r--source/text/sbasic/shared/03060000.xhp2
-rw-r--r--source/text/sbasic/shared/03060100.xhp2
-rw-r--r--source/text/sbasic/shared/03060200.xhp2
-rw-r--r--source/text/sbasic/shared/03060300.xhp2
-rw-r--r--source/text/sbasic/shared/03060400.xhp2
-rw-r--r--source/text/sbasic/shared/03060500.xhp2
-rw-r--r--source/text/sbasic/shared/03060600.xhp2
-rw-r--r--source/text/sbasic/shared/03070000.xhp2
-rw-r--r--source/text/sbasic/shared/03070600.xhp6
-rw-r--r--source/text/sbasic/shared/03080000.xhp2
-rw-r--r--source/text/sbasic/shared/03080100.xhp2
-rw-r--r--source/text/sbasic/shared/03080101.xhp4
-rw-r--r--source/text/sbasic/shared/03080102.xhp2
-rw-r--r--source/text/sbasic/shared/03080103.xhp2
-rw-r--r--source/text/sbasic/shared/03080104.xhp2
-rw-r--r--source/text/sbasic/shared/03080200.xhp2
-rw-r--r--source/text/sbasic/shared/03080201.xhp2
-rw-r--r--source/text/sbasic/shared/03080202.xhp2
-rw-r--r--source/text/sbasic/shared/03080300.xhp2
-rw-r--r--source/text/sbasic/shared/03080301.xhp2
-rw-r--r--source/text/sbasic/shared/03080302.xhp2
-rw-r--r--source/text/sbasic/shared/03080400.xhp2
-rw-r--r--source/text/sbasic/shared/03080401.xhp2
-rw-r--r--source/text/sbasic/shared/03080500.xhp2
-rw-r--r--source/text/sbasic/shared/03080501.xhp6
-rw-r--r--source/text/sbasic/shared/03080502.xhp6
-rw-r--r--source/text/sbasic/shared/03080503.xhp6
-rw-r--r--source/text/sbasic/shared/03080600.xhp2
-rw-r--r--source/text/sbasic/shared/03080601.xhp2
-rw-r--r--source/text/sbasic/shared/03080700.xhp2
-rw-r--r--source/text/sbasic/shared/03080701.xhp2
-rw-r--r--source/text/sbasic/shared/03080800.xhp2
-rw-r--r--source/text/sbasic/shared/03080801.xhp2
-rw-r--r--source/text/sbasic/shared/03080802.xhp2
-rw-r--r--source/text/sbasic/shared/03090000.xhp2
-rw-r--r--source/text/sbasic/shared/03090100.xhp2
-rw-r--r--source/text/sbasic/shared/03090101.xhp6
-rw-r--r--source/text/sbasic/shared/03090102.xhp6
-rw-r--r--source/text/sbasic/shared/03090103.xhp6
-rw-r--r--source/text/sbasic/shared/03090200.xhp2
-rw-r--r--source/text/sbasic/shared/03090201.xhp6
-rw-r--r--source/text/sbasic/shared/03090202.xhp2
-rw-r--r--source/text/sbasic/shared/03090203.xhp8
-rw-r--r--source/text/sbasic/shared/03090300.xhp2
-rw-r--r--source/text/sbasic/shared/03090301.xhp2
-rw-r--r--source/text/sbasic/shared/03090302.xhp2
-rw-r--r--source/text/sbasic/shared/03090303.xhp2
-rw-r--r--source/text/sbasic/shared/03090400.xhp2
-rw-r--r--source/text/sbasic/shared/03090401.xhp8
-rw-r--r--source/text/sbasic/shared/03090402.xhp2
-rw-r--r--source/text/sbasic/shared/03090403.xhp4
-rw-r--r--source/text/sbasic/shared/03090404.xhp2
-rw-r--r--source/text/sbasic/shared/03090405.xhp4
-rw-r--r--source/text/sbasic/shared/03090406.xhp4
-rw-r--r--source/text/sbasic/shared/03090407.xhp2
-rw-r--r--source/text/sbasic/shared/03090408.xhp2
-rw-r--r--source/text/sbasic/shared/03090409.xhp4
-rw-r--r--source/text/sbasic/shared/03090410.xhp2
-rw-r--r--source/text/sbasic/shared/03090411.xhp4
-rw-r--r--source/text/sbasic/shared/03090412.xhp2
-rw-r--r--source/text/sbasic/shared/03090413.xhp8
-rw-r--r--source/text/sbasic/shared/03100000.xhp2
-rw-r--r--source/text/sbasic/shared/03100100.xhp6
-rw-r--r--source/text/sbasic/shared/03100300.xhp2
-rw-r--r--source/text/sbasic/shared/03100400.xhp2
-rw-r--r--source/text/sbasic/shared/03100500.xhp2
-rw-r--r--source/text/sbasic/shared/03100600.xhp2
-rw-r--r--source/text/sbasic/shared/03100700.xhp6
-rw-r--r--source/text/sbasic/shared/03100900.xhp6
-rw-r--r--source/text/sbasic/shared/03101000.xhp2
-rw-r--r--source/text/sbasic/shared/03101100.xhp2
-rw-r--r--source/text/sbasic/shared/03101300.xhp2
-rw-r--r--source/text/sbasic/shared/03101400.xhp2
-rw-r--r--source/text/sbasic/shared/03101500.xhp2
-rw-r--r--source/text/sbasic/shared/03101600.xhp2
-rw-r--r--source/text/sbasic/shared/03101700.xhp2
-rw-r--r--source/text/sbasic/shared/03102000.xhp2
-rw-r--r--source/text/sbasic/shared/03102100.xhp6
-rw-r--r--source/text/sbasic/shared/03102101.xhp2
-rw-r--r--source/text/sbasic/shared/03102200.xhp2
-rw-r--r--source/text/sbasic/shared/03102300.xhp2
-rw-r--r--source/text/sbasic/shared/03102400.xhp2
-rw-r--r--source/text/sbasic/shared/03102600.xhp2
-rw-r--r--source/text/sbasic/shared/03102700.xhp4
-rw-r--r--source/text/sbasic/shared/03102800.xhp12
-rw-r--r--source/text/sbasic/shared/03102900.xhp2
-rw-r--r--source/text/sbasic/shared/03103000.xhp2
-rw-r--r--source/text/sbasic/shared/03103100.xhp2
-rw-r--r--source/text/sbasic/shared/03103200.xhp2
-rw-r--r--source/text/sbasic/shared/03103300.xhp2
-rw-r--r--source/text/sbasic/shared/03103350.xhp2
-rw-r--r--source/text/sbasic/shared/03103400.xhp2
-rw-r--r--source/text/sbasic/shared/03103450.xhp2
-rw-r--r--source/text/sbasic/shared/03103500.xhp2
-rw-r--r--source/text/sbasic/shared/03103600.xhp2
-rw-r--r--source/text/sbasic/shared/03103700.xhp4
-rw-r--r--source/text/sbasic/shared/03103800.xhp4
-rw-r--r--source/text/sbasic/shared/03103900.xhp4
-rw-r--r--source/text/sbasic/shared/03104000.xhp6
-rw-r--r--source/text/sbasic/shared/03104100.xhp6
-rw-r--r--source/text/sbasic/shared/03104200.xhp4
-rw-r--r--source/text/sbasic/shared/03104300.xhp4
-rw-r--r--source/text/sbasic/shared/03104400.xhp2
-rw-r--r--source/text/sbasic/shared/03104500.xhp2
-rw-r--r--source/text/sbasic/shared/03104600.xhp2
-rw-r--r--source/text/sbasic/shared/03104700.xhp6
-rw-r--r--source/text/sbasic/shared/03110100.xhp2
-rw-r--r--source/text/sbasic/shared/03120000.xhp2
-rw-r--r--source/text/sbasic/shared/03120100.xhp2
-rw-r--r--source/text/sbasic/shared/03120101.xhp2
-rw-r--r--source/text/sbasic/shared/03120102.xhp4
-rw-r--r--source/text/sbasic/shared/03120103.xhp2
-rw-r--r--source/text/sbasic/shared/03120104.xhp2
-rw-r--r--source/text/sbasic/shared/03120105.xhp2
-rw-r--r--source/text/sbasic/shared/03120111.xhp2
-rw-r--r--source/text/sbasic/shared/03120112.xhp2
-rw-r--r--source/text/sbasic/shared/03120200.xhp2
-rw-r--r--source/text/sbasic/shared/03120201.xhp2
-rw-r--r--source/text/sbasic/shared/03120202.xhp2
-rw-r--r--source/text/sbasic/shared/03120300.xhp2
-rw-r--r--source/text/sbasic/shared/03120301.xhp4
-rw-r--r--source/text/sbasic/shared/03120302.xhp4
-rw-r--r--source/text/sbasic/shared/03120303.xhp2
-rw-r--r--source/text/sbasic/shared/03120304.xhp2
-rw-r--r--source/text/sbasic/shared/03120305.xhp2
-rw-r--r--source/text/sbasic/shared/03120306.xhp2
-rw-r--r--source/text/sbasic/shared/03120307.xhp4
-rw-r--r--source/text/sbasic/shared/03120308.xhp2
-rw-r--r--source/text/sbasic/shared/03120309.xhp4
-rw-r--r--source/text/sbasic/shared/03120310.xhp4
-rw-r--r--source/text/sbasic/shared/03120311.xhp2
-rw-r--r--source/text/sbasic/shared/03120312.xhp2
-rw-r--r--source/text/sbasic/shared/03120313.xhp2
-rw-r--r--source/text/sbasic/shared/03120314.xhp2
-rw-r--r--source/text/sbasic/shared/03120315.xhp2
-rw-r--r--source/text/sbasic/shared/03120400.xhp2
-rw-r--r--source/text/sbasic/shared/03120401.xhp2
-rw-r--r--source/text/sbasic/shared/03120402.xhp2
-rw-r--r--source/text/sbasic/shared/03120403.xhp2
-rw-r--r--source/text/sbasic/shared/03120411.xhp2
-rw-r--r--source/text/sbasic/shared/03120412.xhp2
-rw-r--r--source/text/sbasic/shared/03130000.xhp2
-rw-r--r--source/text/sbasic/shared/03130100.xhp2
-rw-r--r--source/text/sbasic/shared/03130500.xhp2
-rw-r--r--source/text/sbasic/shared/03130600.xhp4
-rw-r--r--source/text/sbasic/shared/03130610.xhp4
-rw-r--r--source/text/sbasic/shared/03130700.xhp2
-rw-r--r--source/text/sbasic/shared/03130800.xhp2
-rw-r--r--source/text/sbasic/shared/03131000.xhp2
-rw-r--r--source/text/sbasic/shared/03131300.xhp2
-rw-r--r--source/text/sbasic/shared/03131400.xhp2
-rw-r--r--source/text/sbasic/shared/03131500.xhp2
-rw-r--r--source/text/sbasic/shared/03131600.xhp6
-rw-r--r--source/text/sbasic/shared/03131700.xhp2
-rw-r--r--source/text/sbasic/shared/03131800.xhp4
-rw-r--r--source/text/sbasic/shared/03131900.xhp6
-rw-r--r--source/text/sbasic/shared/03132000.xhp22
-rw-r--r--source/text/sbasic/shared/03132100.xhp2
-rw-r--r--source/text/sbasic/shared/03132200.xhp16
-rw-r--r--source/text/sbasic/shared/03132300.xhp2
-rw-r--r--source/text/sbasic/shared/03132500.xhp2
-rw-r--r--source/text/sbasic/shared/03140000.xhp2
-rw-r--r--source/text/sbasic/shared/03140001.xhp2
-rw-r--r--source/text/sbasic/shared/03140002.xhp2
-rw-r--r--source/text/sbasic/shared/03140003.xhp2
-rw-r--r--source/text/sbasic/shared/03140004.xhp2
-rw-r--r--source/text/sbasic/shared/03140005.xhp2
-rw-r--r--source/text/sbasic/shared/03140006.xhp2
-rw-r--r--source/text/sbasic/shared/03140007.xhp2
-rw-r--r--source/text/sbasic/shared/03140008.xhp2
-rw-r--r--source/text/sbasic/shared/03140009.xhp2
-rw-r--r--source/text/sbasic/shared/03140010.xhp2
-rw-r--r--source/text/sbasic/shared/03140011.xhp2
-rw-r--r--source/text/sbasic/shared/03140012.xhp2
-rw-r--r--source/text/sbasic/shared/03150000.xhp2
-rw-r--r--source/text/sbasic/shared/03150001.xhp2
-rw-r--r--source/text/sbasic/shared/03150002.xhp2
-rw-r--r--source/text/sbasic/shared/03160000.xhp2
-rw-r--r--source/text/sbasic/shared/03170000.xhp4
-rw-r--r--source/text/sbasic/shared/03170010.xhp8
-rw-r--r--source/text/sbasic/shared/05060700.xhp2
-rw-r--r--source/text/sbasic/shared/CallByName.xhp4
-rw-r--r--source/text/sbasic/shared/Compiler_options.xhp4
-rw-r--r--source/text/sbasic/shared/CreateUnoSvcWithArgs.xhp8
-rw-r--r--source/text/sbasic/shared/ErrVBA.xhp14
-rw-r--r--source/text/sbasic/shared/GetPathSeparator.xhp8
-rw-r--r--source/text/sbasic/shared/Resume.xhp2
-rw-r--r--source/text/sbasic/shared/calc_functions.xhp4
-rw-r--r--source/text/sbasic/shared/classmodule.xhp2
-rw-r--r--source/text/sbasic/shared/collection.xhp4
-rw-r--r--source/text/sbasic/shared/compatibilitymode.xhp6
-rw-r--r--source/text/sbasic/shared/compatible.xhp4
-rw-r--r--source/text/sbasic/shared/conventions.xhp2
-rw-r--r--source/text/sbasic/shared/doEvents.xhp2
-rw-r--r--source/text/sbasic/shared/enum.xhp10
-rw-r--r--source/text/sbasic/shared/fragments.xhp10
-rw-r--r--source/text/sbasic/shared/is_keyword.xhp2
-rw-r--r--source/text/sbasic/shared/keys.xhp6
-rw-r--r--source/text/sbasic/shared/main0211.xhp2
-rw-r--r--source/text/sbasic/shared/main0601.xhp6
-rw-r--r--source/text/sbasic/shared/new_keyword.xhp2
-rw-r--r--source/text/sbasic/shared/partition.xhp2
-rw-r--r--source/text/sbasic/shared/property.xhp8
-rw-r--r--source/text/sbasic/shared/replace.xhp2
-rw-r--r--source/text/sbasic/shared/stardesktop.xhp2
-rw-r--r--source/text/sbasic/shared/strconv.xhp8
-rw-r--r--source/text/sbasic/shared/thisdbdoc.xhp10
-rw-r--r--source/text/sbasic/shared/uno_objects.xhp8
-rw-r--r--source/text/scalc/01/01120000.xhp2
-rw-r--r--source/text/scalc/01/02110000.xhp6
-rw-r--r--source/text/scalc/01/02120000.xhp4
-rw-r--r--source/text/scalc/01/02120100.xhp4
-rw-r--r--source/text/scalc/01/02140000.xhp10
-rw-r--r--source/text/scalc/01/02140100.xhp2
-rw-r--r--source/text/scalc/01/02140200.xhp2
-rw-r--r--source/text/scalc/01/02140300.xhp2
-rw-r--r--source/text/scalc/01/02140400.xhp2
-rw-r--r--source/text/scalc/01/02140500.xhp2
-rw-r--r--source/text/scalc/01/02160000.xhp2
-rw-r--r--source/text/scalc/01/02190000.xhp2
-rw-r--r--source/text/scalc/01/02190100.xhp2
-rw-r--r--source/text/scalc/01/02190200.xhp2
-rw-r--r--source/text/scalc/01/02200000.xhp2
-rw-r--r--source/text/scalc/01/02220000.xhp2
-rw-r--r--source/text/scalc/01/03070000.xhp4
-rw-r--r--source/text/scalc/01/03080000.xhp2
-rw-r--r--source/text/scalc/01/03090000.xhp2
-rw-r--r--source/text/scalc/01/03100000.xhp2
-rw-r--r--source/text/scalc/01/04010000.xhp4
-rw-r--r--source/text/scalc/01/04010100.xhp2
-rw-r--r--source/text/scalc/01/04010200.xhp2
-rw-r--r--source/text/scalc/01/04020000.xhp2
-rw-r--r--source/text/scalc/01/04030000.xhp2
-rw-r--r--source/text/scalc/01/04040000.xhp2
-rw-r--r--source/text/scalc/01/04060000.xhp8
-rw-r--r--source/text/scalc/01/04060100.xhp26
-rw-r--r--source/text/scalc/01/04060101.xhp10
-rw-r--r--source/text/scalc/01/04060103.xhp8
-rw-r--r--source/text/scalc/01/04060106.xhp16
-rw-r--r--source/text/scalc/01/04060107.xhp6
-rw-r--r--source/text/scalc/01/04060108.xhp2
-rw-r--r--source/text/scalc/01/04060109.xhp10
-rw-r--r--source/text/scalc/01/04060110.xhp30
-rw-r--r--source/text/scalc/01/04060111.xhp6
-rw-r--r--source/text/scalc/01/04060112.xhp8
-rw-r--r--source/text/scalc/01/04060115.xhp4
-rw-r--r--source/text/scalc/01/04060116.xhp4
-rw-r--r--source/text/scalc/01/04060118.xhp8
-rw-r--r--source/text/scalc/01/04060119.xhp10
-rw-r--r--source/text/scalc/01/04060182.xhp4
-rw-r--r--source/text/scalc/01/04060183.xhp6
-rw-r--r--source/text/scalc/01/04060184.xhp2
-rw-r--r--source/text/scalc/01/04060185.xhp6
-rw-r--r--source/text/scalc/01/04070000.xhp12
-rw-r--r--source/text/scalc/01/04070100.xhp2
-rw-r--r--source/text/scalc/01/04080000.xhp6
-rw-r--r--source/text/scalc/01/04090000.xhp4
-rw-r--r--source/text/scalc/01/05020600.xhp2
-rw-r--r--source/text/scalc/01/05030000.xhp6
-rw-r--r--source/text/scalc/01/05030200.xhp2
-rw-r--r--source/text/scalc/01/05030300.xhp6
-rw-r--r--source/text/scalc/01/05030400.xhp2
-rw-r--r--source/text/scalc/01/05040000.xhp6
-rw-r--r--source/text/scalc/01/05040200.xhp2
-rw-r--r--source/text/scalc/01/05050000.xhp6
-rw-r--r--source/text/scalc/01/05060000.xhp2
-rw-r--r--source/text/scalc/01/05070000.xhp2
-rw-r--r--source/text/scalc/01/05070500.xhp4
-rw-r--r--source/text/scalc/01/05080000.xhp4
-rw-r--r--source/text/scalc/01/05080100.xhp2
-rw-r--r--source/text/scalc/01/05080200.xhp2
-rw-r--r--source/text/scalc/01/05080400.xhp2
-rw-r--r--source/text/scalc/01/05100000.xhp10
-rw-r--r--source/text/scalc/01/05110000.xhp2
-rw-r--r--source/text/scalc/01/05120000.xhp6
-rw-r--r--source/text/scalc/01/05120100.xhp6
-rw-r--r--source/text/scalc/01/05120200.xhp2
-rw-r--r--source/text/scalc/01/05120300.xhp2
-rw-r--r--source/text/scalc/01/05120400.xhp8
-rw-r--r--source/text/scalc/01/05120500.xhp2
-rw-r--r--source/text/scalc/01/06020000.xhp2
-rw-r--r--source/text/scalc/01/06030000.xhp2
-rw-r--r--source/text/scalc/01/06030100.xhp2
-rw-r--r--source/text/scalc/01/06030200.xhp2
-rw-r--r--source/text/scalc/01/06030300.xhp2
-rw-r--r--source/text/scalc/01/06030400.xhp2
-rw-r--r--source/text/scalc/01/06030500.xhp2
-rw-r--r--source/text/scalc/01/06030600.xhp2
-rw-r--r--source/text/scalc/01/06030700.xhp4
-rw-r--r--source/text/scalc/01/06030800.xhp4
-rw-r--r--source/text/scalc/01/06030900.xhp2
-rw-r--r--source/text/scalc/01/06031000.xhp2
-rw-r--r--source/text/scalc/01/06050000.xhp2
-rw-r--r--source/text/scalc/01/06060000.xhp6
-rw-r--r--source/text/scalc/01/06060100.xhp4
-rw-r--r--source/text/scalc/01/06070000.xhp2
-rw-r--r--source/text/scalc/01/06080000.xhp4
-rw-r--r--source/text/scalc/01/06130000.xhp2
-rw-r--r--source/text/scalc/01/07080000.xhp4
-rw-r--r--source/text/scalc/01/07090000.xhp2
-rw-r--r--source/text/scalc/01/07090100.xhp2
-rw-r--r--source/text/scalc/01/12010000.xhp4
-rw-r--r--source/text/scalc/01/12020000.xhp4
-rw-r--r--source/text/scalc/01/12030000.xhp4
-rw-r--r--source/text/scalc/01/12030100.xhp2
-rw-r--r--source/text/scalc/01/12030200.xhp6
-rw-r--r--source/text/scalc/01/12040000.xhp6
-rw-r--r--source/text/scalc/01/12040100.xhp6
-rw-r--r--source/text/scalc/01/12040201.xhp4
-rw-r--r--source/text/scalc/01/12040400.xhp2
-rw-r--r--source/text/scalc/01/12040500.xhp2
-rw-r--r--source/text/scalc/01/12050000.xhp2
-rw-r--r--source/text/scalc/01/12050100.xhp2
-rw-r--r--source/text/scalc/01/12050200.xhp2
-rw-r--r--source/text/scalc/01/12060000.xhp2
-rw-r--r--source/text/scalc/01/12070000.xhp4
-rw-r--r--source/text/scalc/01/12080000.xhp6
-rw-r--r--source/text/scalc/01/12080100.xhp4
-rw-r--r--source/text/scalc/01/12080200.xhp4
-rw-r--r--source/text/scalc/01/12080300.xhp4
-rw-r--r--source/text/scalc/01/12080400.xhp2
-rw-r--r--source/text/scalc/01/12080500.xhp4
-rw-r--r--source/text/scalc/01/12080600.xhp2
-rw-r--r--source/text/scalc/01/12090000.xhp6
-rw-r--r--source/text/scalc/01/12090100.xhp4
-rw-r--r--source/text/scalc/01/12090101.xhp2
-rw-r--r--source/text/scalc/01/12090102.xhp4
-rw-r--r--source/text/scalc/01/12090103.xhp2
-rw-r--r--source/text/scalc/01/12090104.xhp4
-rw-r--r--source/text/scalc/01/12090105.xhp2
-rw-r--r--source/text/scalc/01/12090200.xhp2
-rw-r--r--source/text/scalc/01/12090300.xhp2
-rw-r--r--source/text/scalc/01/12100000.xhp2
-rw-r--r--source/text/scalc/01/12120000.xhp2
-rw-r--r--source/text/scalc/01/12120100.xhp2
-rw-r--r--source/text/scalc/01/12120200.xhp2
-rw-r--r--source/text/scalc/01/12120300.xhp4
-rw-r--r--source/text/scalc/01/calculate.xhp2
-rw-r--r--source/text/scalc/01/calculation_accuracy.xhp8
-rw-r--r--source/text/scalc/01/cell_styles.xhp2
-rw-r--r--source/text/scalc/01/common_func.xhp2
-rw-r--r--source/text/scalc/01/data_form.xhp2
-rw-r--r--source/text/scalc/01/databar_more_options.xhp2
-rw-r--r--source/text/scalc/01/ex_data_stat_func.xhp4
-rw-r--r--source/text/scalc/01/exponsmooth_embd.xhp2
-rw-r--r--source/text/scalc/01/formula2value.xhp2
-rw-r--r--source/text/scalc/01/func_arabic.xhp2
-rw-r--r--source/text/scalc/01/func_asc.xhp4
-rw-r--r--source/text/scalc/01/func_ceiling.xhp14
-rw-r--r--source/text/scalc/01/func_concat.xhp4
-rw-r--r--source/text/scalc/01/func_convert.xhp6
-rw-r--r--source/text/scalc/01/func_error_type.xhp2
-rw-r--r--source/text/scalc/01/func_findb.xhp2
-rw-r--r--source/text/scalc/01/func_floor.xhp8
-rw-r--r--source/text/scalc/01/func_fourier.xhp4
-rw-r--r--source/text/scalc/01/func_ifs.xhp4
-rw-r--r--source/text/scalc/01/func_jis.xhp4
-rw-r--r--source/text/scalc/01/func_numbervalue.xhp4
-rw-r--r--source/text/scalc/01/func_opt_barrier.xhp2
-rw-r--r--source/text/scalc/01/func_opt_prob_hit.xhp2
-rw-r--r--source/text/scalc/01/func_opt_prob_inmoney.xhp2
-rw-r--r--source/text/scalc/01/func_opt_touch.xhp4
-rw-r--r--source/text/scalc/01/func_regex.xhp8
-rw-r--r--source/text/scalc/01/func_replaceb.xhp4
-rw-r--r--source/text/scalc/01/func_roman.xhp2
-rw-r--r--source/text/scalc/01/func_rounddown.xhp4
-rw-r--r--source/text/scalc/01/func_roundsig.xhp4
-rw-r--r--source/text/scalc/01/func_searchb.xhp2
-rw-r--r--source/text/scalc/01/func_sum.xhp6
-rw-r--r--source/text/scalc/01/func_switch.xhp4
-rw-r--r--source/text/scalc/01/func_textjoin.xhp4
-rw-r--r--source/text/scalc/01/func_trunc.xhp4
-rw-r--r--source/text/scalc/01/func_value.xhp4
-rw-r--r--source/text/scalc/01/func_webservice.xhp6
-rw-r--r--source/text/scalc/01/func_year.xhp2
-rw-r--r--source/text/scalc/01/recalculate_hard.xhp4
-rw-r--r--source/text/scalc/01/shared_spreadsheet.xhp2
-rw-r--r--source/text/scalc/01/solver.xhp4
-rw-r--r--source/text/scalc/01/solver_options.xhp4
-rw-r--r--source/text/scalc/01/solver_options_algo.xhp12
-rw-r--r--source/text/scalc/01/sparklines.xhp4
-rw-r--r--source/text/scalc/01/statistics.xhp2
-rw-r--r--source/text/scalc/01/statistics_anova.xhp4
-rw-r--r--source/text/scalc/01/statistics_correlation.xhp4
-rw-r--r--source/text/scalc/01/statistics_covariance.xhp4
-rw-r--r--source/text/scalc/01/statistics_descriptive.xhp4
-rw-r--r--source/text/scalc/01/statistics_exposmooth.xhp4
-rw-r--r--source/text/scalc/01/statistics_fourier.xhp6
-rw-r--r--source/text/scalc/01/statistics_movingavg.xhp4
-rw-r--r--source/text/scalc/01/statistics_regression.xhp4
-rw-r--r--source/text/scalc/01/statistics_sampling.xhp2
-rw-r--r--source/text/scalc/01/statistics_test_chisqr.xhp4
-rw-r--r--source/text/scalc/01/statistics_test_f.xhp4
-rw-r--r--source/text/scalc/01/statistics_test_t.xhp4
-rw-r--r--source/text/scalc/01/statistics_test_z.xhp4
-rw-r--r--source/text/scalc/01/xml_source.xhp2
-rw-r--r--source/text/scalc/02/02130000.xhp4
-rw-r--r--source/text/scalc/02/02140000.xhp4
-rw-r--r--source/text/scalc/02/02150000.xhp4
-rw-r--r--source/text/scalc/02/02160000.xhp2
-rw-r--r--source/text/scalc/02/02170000.xhp2
-rw-r--r--source/text/scalc/02/06010000.xhp2
-rw-r--r--source/text/scalc/02/06030000.xhp2
-rw-r--r--source/text/scalc/02/06040000.xhp2
-rw-r--r--source/text/scalc/02/06050000.xhp4
-rw-r--r--source/text/scalc/02/06060000.xhp2
-rw-r--r--source/text/scalc/02/06070000.xhp2
-rw-r--r--source/text/scalc/02/06080000.xhp2
-rw-r--r--source/text/scalc/02/08010000.xhp2
-rw-r--r--source/text/scalc/02/08080000.xhp4
-rw-r--r--source/text/scalc/02/10050000.xhp2
-rw-r--r--source/text/scalc/02/10060000.xhp2
-rw-r--r--source/text/scalc/02/18010000.xhp14
-rw-r--r--source/text/scalc/02/18020000.xhp10
-rw-r--r--source/text/scalc/04/01020000.xhp8
-rw-r--r--source/text/scalc/05/02140000.xhp2
-rw-r--r--source/text/scalc/guide/address_auto.xhp2
-rw-r--r--source/text/scalc/guide/auto_off.xhp8
-rw-r--r--source/text/scalc/guide/autofilter.xhp8
-rw-r--r--source/text/scalc/guide/autoformat.xhp4
-rw-r--r--source/text/scalc/guide/background.xhp6
-rw-r--r--source/text/scalc/guide/calc_date.xhp2
-rw-r--r--source/text/scalc/guide/calc_series.xhp4
-rw-r--r--source/text/scalc/guide/calc_timevalues.xhp2
-rw-r--r--source/text/scalc/guide/calculate.xhp2
-rw-r--r--source/text/scalc/guide/cell_protect.xhp4
-rw-r--r--source/text/scalc/guide/cell_unprotect.xhp2
-rw-r--r--source/text/scalc/guide/cellcopy.xhp4
-rw-r--r--source/text/scalc/guide/cellreference_dragdrop.xhp4
-rw-r--r--source/text/scalc/guide/cellreferences.xhp4
-rw-r--r--source/text/scalc/guide/cellreferences_url.xhp6
-rw-r--r--source/text/scalc/guide/cellstyle_by_formula.xhp4
-rw-r--r--source/text/scalc/guide/cellstyle_conditional.xhp8
-rw-r--r--source/text/scalc/guide/cellstyle_minusvalue.xhp2
-rw-r--r--source/text/scalc/guide/change_image_anchor.xhp2
-rw-r--r--source/text/scalc/guide/consolidate.xhp4
-rw-r--r--source/text/scalc/guide/csv_files.xhp6
-rw-r--r--source/text/scalc/guide/csv_formula.xhp8
-rw-r--r--source/text/scalc/guide/currency_format.xhp4
-rw-r--r--source/text/scalc/guide/database_define.xhp2
-rw-r--r--source/text/scalc/guide/database_filter.xhp4
-rw-r--r--source/text/scalc/guide/database_sort.xhp4
-rw-r--r--source/text/scalc/guide/datapilot.xhp4
-rw-r--r--source/text/scalc/guide/datapilot_createtable.xhp6
-rw-r--r--source/text/scalc/guide/datapilot_deletetable.xhp2
-rw-r--r--source/text/scalc/guide/datapilot_edittable.xhp2
-rw-r--r--source/text/scalc/guide/datapilot_filtertable.xhp4
-rw-r--r--source/text/scalc/guide/datapilot_formatting.xhp2
-rw-r--r--source/text/scalc/guide/datapilot_tipps.xhp2
-rw-r--r--source/text/scalc/guide/datapilot_updatetable.xhp2
-rw-r--r--source/text/scalc/guide/design.xhp4
-rw-r--r--source/text/scalc/guide/edit_multitables.xhp2
-rw-r--r--source/text/scalc/guide/filters.xhp2
-rw-r--r--source/text/scalc/guide/format_table.xhp4
-rw-r--r--source/text/scalc/guide/format_value.xhp2
-rw-r--r--source/text/scalc/guide/format_value_userdef.xhp2
-rw-r--r--source/text/scalc/guide/formula_copy.xhp2
-rw-r--r--source/text/scalc/guide/formula_enter.xhp8
-rw-r--r--source/text/scalc/guide/formula_value.xhp4
-rw-r--r--source/text/scalc/guide/formulas.xhp6
-rw-r--r--source/text/scalc/guide/fraction_enter.xhp2
-rw-r--r--source/text/scalc/guide/goalseek.xhp4
-rw-r--r--source/text/scalc/guide/html_doc.xhp6
-rw-r--r--source/text/scalc/guide/integer_leading_zero.xhp2
-rw-r--r--source/text/scalc/guide/keyboard.xhp4
-rw-r--r--source/text/scalc/guide/line_fix.xhp8
-rw-r--r--source/text/scalc/guide/main.xhp2
-rw-r--r--source/text/scalc/guide/mark_cells.xhp4
-rw-r--r--source/text/scalc/guide/matrixformula.xhp2
-rw-r--r--source/text/scalc/guide/multi_tables.xhp2
-rw-r--r--source/text/scalc/guide/multioperation.xhp4
-rw-r--r--source/text/scalc/guide/multitables.xhp2
-rw-r--r--source/text/scalc/guide/note_insert.xhp6
-rw-r--r--source/text/scalc/guide/numbers_text.xhp6
-rw-r--r--source/text/scalc/guide/pivotchart.xhp6
-rw-r--r--source/text/scalc/guide/pivotchart_create.xhp6
-rw-r--r--source/text/scalc/guide/pivotchart_delete.xhp2
-rw-r--r--source/text/scalc/guide/pivotchart_edit.xhp2
-rw-r--r--source/text/scalc/guide/pivotchart_filter.xhp4
-rw-r--r--source/text/scalc/guide/pivotchart_update.xhp2
-rw-r--r--source/text/scalc/guide/print_details.xhp4
-rw-r--r--source/text/scalc/guide/print_exact.xhp4
-rw-r--r--source/text/scalc/guide/print_landscape.xhp4
-rw-r--r--source/text/scalc/guide/print_title_row.xhp8
-rw-r--r--source/text/scalc/guide/relativ_absolut_ref.xhp2
-rw-r--r--source/text/scalc/guide/remove_duplicates.xhp4
-rw-r--r--source/text/scalc/guide/rename_table.xhp2
-rw-r--r--source/text/scalc/guide/rounding_numbers.xhp6
-rw-r--r--source/text/scalc/guide/row_height.xhp10
-rw-r--r--source/text/scalc/guide/scenario.xhp4
-rw-r--r--source/text/scalc/guide/sorted_list.xhp4
-rw-r--r--source/text/scalc/guide/specialfilter.xhp2
-rw-r--r--source/text/scalc/guide/subtotaltool.xhp4
-rw-r--r--source/text/scalc/guide/super_subscript.xhp4
-rw-r--r--source/text/scalc/guide/table_cellmerge.xhp2
-rw-r--r--source/text/scalc/guide/table_rotate.xhp4
-rw-r--r--source/text/scalc/guide/table_view.xhp2
-rw-r--r--source/text/scalc/guide/text_numbers.xhp4
-rw-r--r--source/text/scalc/guide/text_rotate.xhp6
-rw-r--r--source/text/scalc/guide/text_wrap.xhp4
-rw-r--r--source/text/scalc/guide/userdefined_function.xhp4
-rw-r--r--source/text/scalc/guide/validity.xhp10
-rw-r--r--source/text/scalc/guide/value_with_name.xhp4
-rw-r--r--source/text/scalc/guide/webquery.xhp4
-rw-r--r--source/text/scalc/guide/wildcards.xhp2
-rw-r--r--source/text/scalc/guide/year2000.xhp2
-rw-r--r--source/text/scalc/main0000.xhp2
-rw-r--r--source/text/scalc/main0100.xhp2
-rw-r--r--source/text/scalc/main0101.xhp2
-rw-r--r--source/text/scalc/main0102.xhp6
-rw-r--r--source/text/scalc/main0103.xhp6
-rw-r--r--source/text/scalc/main0104.xhp10
-rw-r--r--source/text/scalc/main0105.xhp18
-rw-r--r--source/text/scalc/main0106.xhp12
-rw-r--r--source/text/scalc/main0107.xhp2
-rw-r--r--source/text/scalc/main0112.xhp4
-rw-r--r--source/text/scalc/main0116.xhp12
-rw-r--r--source/text/scalc/main0200.xhp2
-rw-r--r--source/text/scalc/main0202.xhp20
-rw-r--r--source/text/scalc/main0203.xhp10
-rw-r--r--source/text/scalc/main0205.xhp26
-rw-r--r--source/text/scalc/main0206.xhp2
-rw-r--r--source/text/scalc/main0208.xhp2
-rw-r--r--source/text/scalc/main0210.xhp4
-rw-r--r--source/text/scalc/main0214.xhp2
-rw-r--r--source/text/scalc/main0218.xhp12
-rw-r--r--source/text/scalc/main0503.xhp8
-rw-r--r--source/text/schart/01/03010000.xhp2
-rw-r--r--source/text/schart/01/04030000.xhp2
-rw-r--r--source/text/schart/01/04050000.xhp2
-rw-r--r--source/text/schart/01/04060000.xhp2
-rw-r--r--source/text/schart/01/05010000.xhp16
-rw-r--r--source/text/schart/01/05010100.xhp2
-rw-r--r--source/text/schart/01/05010200.xhp4
-rw-r--r--source/text/schart/01/05020000.xhp14
-rw-r--r--source/text/schart/01/05020101.xhp2
-rw-r--r--source/text/schart/01/05020201.xhp2
-rw-r--r--source/text/schart/01/05030000.xhp2
-rw-r--r--source/text/schart/01/05040000.xhp14
-rw-r--r--source/text/schart/01/05040100.xhp2
-rw-r--r--source/text/schart/01/05040201.xhp2
-rw-r--r--source/text/schart/01/05040202.xhp2
-rw-r--r--source/text/schart/01/05050000.xhp16
-rw-r--r--source/text/schart/01/05120000.xhp2
-rw-r--r--source/text/schart/01/data_table.xhp2
-rw-r--r--source/text/schart/02/01190000.xhp2
-rw-r--r--source/text/schart/02/01200000.xhp2
-rw-r--r--source/text/schart/02/01210000.xhp2
-rw-r--r--source/text/schart/02/01220000.xhp2
-rw-r--r--source/text/schart/02/02020000.xhp2
-rw-r--r--source/text/schart/04/01020000.xhp4
-rw-r--r--source/text/schart/main0000.xhp2
-rw-r--r--source/text/schart/main0202.xhp2
-rw-r--r--source/text/schart/main0503.xhp2
-rw-r--r--source/text/sdatabase/02000000.xhp14
-rw-r--r--source/text/sdatabase/02000002.xhp4
-rw-r--r--source/text/sdatabase/02010100.xhp10
-rw-r--r--source/text/sdatabase/04000000.xhp12
-rw-r--r--source/text/sdatabase/04030000.xhp10
-rw-r--r--source/text/sdatabase/05000000.xhp8
-rw-r--r--source/text/sdatabase/05000001.xhp4
-rw-r--r--source/text/sdatabase/05010000.xhp6
-rw-r--r--source/text/sdatabase/05010100.xhp2
-rw-r--r--source/text/sdatabase/05020000.xhp8
-rw-r--r--source/text/sdatabase/05030000.xhp2
-rw-r--r--source/text/sdatabase/05030100.xhp6
-rw-r--r--source/text/sdatabase/05030200.xhp4
-rw-r--r--source/text/sdatabase/05030300.xhp2
-rw-r--r--source/text/sdatabase/05030400.xhp2
-rw-r--r--source/text/sdatabase/05040000.xhp2
-rw-r--r--source/text/sdatabase/05040100.xhp2
-rw-r--r--source/text/sdatabase/05040200.xhp2
-rw-r--r--source/text/sdatabase/11000002.xhp4
-rw-r--r--source/text/sdatabase/11020000.xhp4
-rw-r--r--source/text/sdatabase/11030000.xhp4
-rw-r--r--source/text/sdatabase/11030100.xhp2
-rw-r--r--source/text/sdatabase/11080000.xhp4
-rw-r--r--source/text/sdatabase/11090000.xhp2
-rw-r--r--source/text/sdatabase/dabaadvpropdat.xhp2
-rw-r--r--source/text/sdatabase/dabawiz02access.xhp2
-rw-r--r--source/text/sdatabase/dabawiz02jdbc.xhp2
-rw-r--r--source/text/sdatabase/dabawiz02odbc.xhp4
-rw-r--r--source/text/sdatabase/dabawiz02pgsql.xhp4
-rw-r--r--source/text/sdatabase/dabawiz03auth.xhp2
-rw-r--r--source/text/sdatabase/main.xhp2
-rw-r--r--source/text/sdatabase/migrate_macros.xhp2
-rw-r--r--source/text/sdatabase/querywizard00.xhp2
-rw-r--r--source/text/sdatabase/querywizard01.xhp2
-rw-r--r--source/text/sdatabase/querywizard02.xhp2
-rw-r--r--source/text/sdatabase/querywizard03.xhp2
-rw-r--r--source/text/sdatabase/querywizard04.xhp2
-rw-r--r--source/text/sdatabase/querywizard05.xhp2
-rw-r--r--source/text/sdatabase/querywizard06.xhp2
-rw-r--r--source/text/sdatabase/querywizard07.xhp2
-rw-r--r--source/text/sdatabase/querywizard08.xhp2
-rw-r--r--source/text/sdatabase/rep_insertfield.xhp2
-rw-r--r--source/text/sdatabase/rep_main.xhp2
-rw-r--r--source/text/sdatabase/rep_navigator.xhp4
-rw-r--r--source/text/sdatabase/rep_prop.xhp2
-rw-r--r--source/text/sdatabase/tablewizard00.xhp2
-rw-r--r--source/text/sdatabase/tablewizard01.xhp2
-rw-r--r--source/text/sdatabase/tablewizard02.xhp2
-rw-r--r--source/text/sdatabase/tablewizard03.xhp2
-rw-r--r--source/text/sdatabase/tablewizard04.xhp2
-rw-r--r--source/text/sdatabase/toolbar_form.xhp2
-rw-r--r--source/text/sdatabase/toolbar_query.xhp2
-rw-r--r--source/text/sdatabase/toolbar_report.xhp2
-rw-r--r--source/text/sdatabase/toolbar_table.xhp2
-rw-r--r--source/text/sdraw/01/consolidatetext.xhp2
-rw-r--r--source/text/sdraw/01/delete_page.xhp2
-rw-r--r--source/text/sdraw/01/duplicate_page.xhp2
-rw-r--r--source/text/sdraw/01/navigate_page.xhp2
-rw-r--r--source/text/sdraw/01/new_page.xhp2
-rw-r--r--source/text/sdraw/01/rename_page.xhp2
-rw-r--r--source/text/sdraw/04/01020000.xhp6
-rw-r--r--source/text/sdraw/guide/align_arrange.xhp4
-rw-r--r--source/text/sdraw/guide/color_define.xhp6
-rw-r--r--source/text/sdraw/guide/combine_etc.xhp4
-rw-r--r--source/text/sdraw/guide/cross_fading.xhp4
-rw-r--r--source/text/sdraw/guide/draw_sector.xhp2
-rw-r--r--source/text/sdraw/guide/duplicate_object.xhp4
-rw-r--r--source/text/sdraw/guide/eyedropper.xhp4
-rw-r--r--source/text/sdraw/guide/gradient.xhp2
-rw-r--r--source/text/sdraw/guide/graphic_insert.xhp2
-rw-r--r--source/text/sdraw/guide/groups.xhp2
-rw-r--r--source/text/sdraw/guide/join_objects.xhp2
-rw-r--r--source/text/sdraw/guide/join_objects3d.xhp4
-rw-r--r--source/text/sdraw/guide/keyboard.xhp2
-rw-r--r--source/text/sdraw/guide/layer_move.xhp2
-rw-r--r--source/text/sdraw/guide/layer_new.xhp2
-rw-r--r--source/text/sdraw/guide/layer_tipps.xhp2
-rw-r--r--source/text/sdraw/guide/layers.xhp2
-rw-r--r--source/text/sdraw/guide/main.xhp2
-rw-r--r--source/text/sdraw/guide/rotate_object.xhp2
-rw-r--r--source/text/sdraw/guide/text_enter.xhp2
-rw-r--r--source/text/sdraw/main0100.xhp2
-rw-r--r--source/text/sdraw/main0101.xhp2
-rw-r--r--source/text/sdraw/main0103.xhp6
-rw-r--r--source/text/sdraw/main0200.xhp2
-rw-r--r--source/text/sdraw/main0202.xhp12
-rw-r--r--source/text/sdraw/main0210.xhp12
-rw-r--r--source/text/sdraw/main0213.xhp20
-rw-r--r--source/text/sdraw/main0503.xhp2
-rw-r--r--source/text/sdraw/main_edit.xhp18
-rw-r--r--source/text/sdraw/main_format.xhp18
-rw-r--r--source/text/sdraw/main_insert.xhp18
-rw-r--r--source/text/sdraw/main_page.xhp2
-rw-r--r--source/text/sdraw/main_shape.xhp2
-rw-r--r--source/text/sdraw/main_tools.xhp8
-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
-rw-r--r--source/text/simpress/01/01170000.xhp10
-rw-r--r--source/text/simpress/01/02110000.xhp8
-rw-r--r--source/text/simpress/01/02120000.xhp2
-rw-r--r--source/text/simpress/01/02130000.xhp2
-rw-r--r--source/text/simpress/01/02150000.xhp2
-rw-r--r--source/text/simpress/01/03050000.xhp2
-rw-r--r--source/text/simpress/01/03060000.xhp4
-rw-r--r--source/text/simpress/01/03070000.xhp8
-rw-r--r--source/text/simpress/01/03080000.xhp2
-rw-r--r--source/text/simpress/01/03090000.xhp4
-rw-r--r--source/text/simpress/01/03100000.xhp2
-rw-r--r--source/text/simpress/01/03110000.xhp2
-rw-r--r--source/text/simpress/01/03120000.xhp2
-rw-r--r--source/text/simpress/01/03130000.xhp4
-rw-r--r--source/text/simpress/01/03150000.xhp2
-rw-r--r--source/text/simpress/01/03150100.xhp2
-rw-r--r--source/text/simpress/01/03150300.xhp2
-rw-r--r--source/text/simpress/01/03151000.xhp2
-rw-r--r--source/text/simpress/01/03180000.xhp2
-rw-r--r--source/text/simpress/01/04030000.xhp6
-rw-r--r--source/text/simpress/01/04030000m.xhp2
-rw-r--r--source/text/simpress/01/04030100.xhp2
-rw-r--r--source/text/simpress/01/04040000m.xhp2
-rw-r--r--source/text/simpress/01/04110100.xhp2
-rw-r--r--source/text/simpress/01/04120000.xhp2
-rw-r--r--source/text/simpress/01/04130000.xhp2
-rw-r--r--source/text/simpress/01/04140000.xhp2
-rw-r--r--source/text/simpress/01/04990000.xhp2
-rw-r--r--source/text/simpress/01/04990100.xhp4
-rw-r--r--source/text/simpress/01/04990200.xhp2
-rw-r--r--source/text/simpress/01/04990300.xhp2
-rw-r--r--source/text/simpress/01/04990400.xhp2
-rw-r--r--source/text/simpress/01/04990500.xhp2
-rw-r--r--source/text/simpress/01/04990600.xhp4
-rw-r--r--source/text/simpress/01/04990700.xhp2
-rw-r--r--source/text/simpress/01/05100000.xhp6
-rw-r--r--source/text/simpress/01/05110500m.xhp2
-rw-r--r--source/text/simpress/01/05120000.xhp8
-rw-r--r--source/text/simpress/01/05120500m.xhp2
-rw-r--r--source/text/simpress/01/05130000.xhp2
-rw-r--r--source/text/simpress/01/05150000.xhp8
-rw-r--r--source/text/simpress/01/05170000.xhp4
-rw-r--r--source/text/simpress/01/05250000.xhp2
-rw-r--r--source/text/simpress/01/05250500.xhp2
-rw-r--r--source/text/simpress/01/05250600.xhp2
-rw-r--r--source/text/simpress/01/05250700.xhp2
-rw-r--r--source/text/simpress/01/06030000.xhp2
-rw-r--r--source/text/simpress/01/06040000.xhp4
-rw-r--r--source/text/simpress/01/06050000.xhp2
-rw-r--r--source/text/simpress/01/06060000.xhp2
-rw-r--r--source/text/simpress/01/06070000.xhp2
-rw-r--r--source/text/simpress/01/06080000.xhp2
-rw-r--r--source/text/simpress/01/06100000.xhp6
-rw-r--r--source/text/simpress/01/13050000.xhp2
-rw-r--r--source/text/simpress/01/13050100.xhp2
-rw-r--r--source/text/simpress/01/13050200.xhp4
-rw-r--r--source/text/simpress/01/13050300.xhp4
-rw-r--r--source/text/simpress/01/13050400.xhp2
-rw-r--r--source/text/simpress/01/13050500.xhp4
-rw-r--r--source/text/simpress/01/13050600.xhp4
-rw-r--r--source/text/simpress/01/13050700.xhp2
-rw-r--r--source/text/simpress/01/13140000.xhp4
-rw-r--r--source/text/simpress/01/13150000.xhp4
-rw-r--r--source/text/simpress/01/13160000.xhp2
-rw-r--r--source/text/simpress/01/13170000.xhp2
-rw-r--r--source/text/simpress/01/13180000.xhp2
-rw-r--r--source/text/simpress/01/13180100.xhp2
-rw-r--r--source/text/simpress/01/13180200.xhp2
-rw-r--r--source/text/simpress/01/13180300.xhp2
-rw-r--r--source/text/simpress/01/bulletandposition.xhp2
-rw-r--r--source/text/simpress/01/new_slide.xhp2
-rw-r--r--source/text/simpress/01/remoteconnections.xhp4
-rw-r--r--source/text/simpress/02/04010000.xhp2
-rw-r--r--source/text/simpress/02/04020000.xhp2
-rw-r--r--source/text/simpress/02/04030000.xhp2
-rw-r--r--source/text/simpress/02/04060000.xhp2
-rw-r--r--source/text/simpress/02/04070000.xhp4
-rw-r--r--source/text/simpress/02/08020000.xhp4
-rw-r--r--source/text/simpress/02/08060000.xhp2
-rw-r--r--source/text/simpress/02/10020000.xhp2
-rw-r--r--source/text/simpress/02/10030000.xhp2
-rw-r--r--source/text/simpress/02/10030200.xhp2
-rw-r--r--source/text/simpress/02/10050000.xhp2
-rw-r--r--source/text/simpress/02/10060000.xhp2
-rw-r--r--source/text/simpress/02/10070000.xhp2
-rw-r--r--source/text/simpress/02/10080000.xhp2
-rw-r--r--source/text/simpress/02/10090000.xhp4
-rw-r--r--source/text/simpress/02/10100000.xhp4
-rw-r--r--source/text/simpress/02/10110000.xhp14
-rw-r--r--source/text/simpress/02/10120000.xhp4
-rw-r--r--source/text/simpress/02/11060000.xhp4
-rw-r--r--source/text/simpress/02/11070000.xhp4
-rw-r--r--source/text/simpress/02/11080000.xhp4
-rw-r--r--source/text/simpress/02/11090000.xhp4
-rw-r--r--source/text/simpress/02/11100000.xhp2
-rw-r--r--source/text/simpress/02/11110000.xhp2
-rw-r--r--source/text/simpress/02/13010000.xhp4
-rw-r--r--source/text/simpress/02/13020000.xhp2
-rw-r--r--source/text/simpress/02/13030000.xhp2
-rw-r--r--source/text/simpress/02/13040000.xhp2
-rw-r--r--source/text/simpress/02/13050000.xhp2
-rw-r--r--source/text/simpress/02/13060000.xhp2
-rw-r--r--source/text/simpress/02/13090000.xhp2
-rw-r--r--source/text/simpress/02/13100000.xhp2
-rw-r--r--source/text/simpress/02/13140000.xhp2
-rw-r--r--source/text/simpress/02/13150000.xhp2
-rw-r--r--source/text/simpress/02/13160000.xhp2
-rw-r--r--source/text/simpress/02/13170000.xhp2
-rw-r--r--source/text/simpress/02/13180000.xhp2
-rw-r--r--source/text/simpress/02/13190000.xhp2
-rw-r--r--source/text/simpress/04/01020000.xhp6
-rw-r--r--source/text/simpress/format_submenu_lists.xhp2
-rw-r--r--source/text/simpress/guide/3d_create.xhp2
-rw-r--r--source/text/simpress/guide/animated_gif_create.xhp2
-rw-r--r--source/text/simpress/guide/animated_gif_save.xhp2
-rw-r--r--source/text/simpress/guide/animated_objects.xhp2
-rw-r--r--source/text/simpress/guide/animated_slidechange.xhp4
-rw-r--r--source/text/simpress/guide/arrange_slides.xhp4
-rw-r--r--source/text/simpress/guide/background.xhp2
-rw-r--r--source/text/simpress/guide/change_scale.xhp4
-rw-r--r--source/text/simpress/guide/footer.xhp4
-rw-r--r--source/text/simpress/guide/html_export.xhp6
-rw-r--r--source/text/simpress/guide/html_import.xhp2
-rw-r--r--source/text/simpress/guide/impress_remote.xhp6
-rw-r--r--source/text/simpress/guide/individual.xhp2
-rw-r--r--source/text/simpress/guide/keyboard.xhp4
-rw-r--r--source/text/simpress/guide/line_arrow_styles.xhp4
-rw-r--r--source/text/simpress/guide/line_draw.xhp2
-rw-r--r--source/text/simpress/guide/line_edit.xhp4
-rw-r--r--source/text/simpress/guide/main.xhp2
-rw-r--r--source/text/simpress/guide/masterpage.xhp4
-rw-r--r--source/text/simpress/guide/move_object.xhp2
-rw-r--r--source/text/simpress/guide/orgchart.xhp8
-rw-r--r--source/text/simpress/guide/page_copy.xhp2
-rw-r--r--source/text/simpress/guide/presenter_console.xhp2
-rw-r--r--source/text/simpress/guide/print_tofit.xhp2
-rw-r--r--source/text/simpress/guide/printing.xhp2
-rw-r--r--source/text/simpress/guide/rehearse_timings.xhp4
-rw-r--r--source/text/simpress/guide/select_object.xhp2
-rw-r--r--source/text/simpress/guide/show.xhp2
-rw-r--r--source/text/simpress/guide/table_insert.xhp6
-rw-r--r--source/text/simpress/guide/text2curve.xhp2
-rw-r--r--source/text/simpress/guide/vectorize.xhp6
-rw-r--r--source/text/simpress/main0100.xhp2
-rw-r--r--source/text/simpress/main0101.xhp2
-rw-r--r--source/text/simpress/main0103.xhp4
-rw-r--r--source/text/simpress/main0104.xhp12
-rw-r--r--source/text/simpress/main0107.xhp2
-rw-r--r--source/text/simpress/main0113.xhp14
-rw-r--r--source/text/simpress/main0114.xhp8
-rw-r--r--source/text/simpress/main0200.xhp2
-rw-r--r--source/text/simpress/main0202.xhp10
-rw-r--r--source/text/simpress/main0203.xhp10
-rw-r--r--source/text/simpress/main0204.xhp2
-rw-r--r--source/text/simpress/main0206.xhp2
-rw-r--r--source/text/simpress/main0209.xhp6
-rw-r--r--source/text/simpress/main0210.xhp12
-rw-r--r--source/text/simpress/main0211.xhp2
-rw-r--r--source/text/simpress/main0212.xhp4
-rw-r--r--source/text/simpress/main0213.xhp20
-rw-r--r--source/text/simpress/main0214.xhp2
-rw-r--r--source/text/simpress/main0503.xhp2
-rw-r--r--source/text/simpress/main_edit.xhp12
-rw-r--r--source/text/simpress/main_format.xhp10
-rw-r--r--source/text/simpress/main_tools.xhp8
-rw-r--r--source/text/simpress/submenu_object_shape.xhp2
-rw-r--r--source/text/smath/01/02080000.xhp2
-rw-r--r--source/text/smath/01/02090000.xhp2
-rw-r--r--source/text/smath/01/02100000.xhp2
-rw-r--r--source/text/smath/01/02110000.xhp2
-rw-r--r--source/text/smath/01/03040000.xhp4
-rw-r--r--source/text/smath/01/03050000.xhp4
-rw-r--r--source/text/smath/01/03060000.xhp4
-rw-r--r--source/text/smath/01/03070000.xhp2
-rw-r--r--source/text/smath/01/03080000.xhp2
-rw-r--r--source/text/smath/01/03090000.xhp4
-rw-r--r--source/text/smath/01/03090100.xhp4
-rw-r--r--source/text/smath/01/03090200.xhp4
-rw-r--r--source/text/smath/01/03090300.xhp6
-rw-r--r--source/text/smath/01/03090400.xhp4
-rw-r--r--source/text/smath/01/03090500.xhp6
-rw-r--r--source/text/smath/01/03090600.xhp12
-rw-r--r--source/text/smath/01/03090700.xhp8
-rw-r--r--source/text/smath/01/03090800.xhp4
-rw-r--r--source/text/smath/01/03090900.xhp2
-rw-r--r--source/text/smath/01/03090901.xhp2
-rw-r--r--source/text/smath/01/03090902.xhp2
-rw-r--r--source/text/smath/01/03090903.xhp2
-rw-r--r--source/text/smath/01/03090904.xhp2
-rw-r--r--source/text/smath/01/03090905.xhp2
-rw-r--r--source/text/smath/01/03090906.xhp2
-rw-r--r--source/text/smath/01/03090907.xhp2
-rw-r--r--source/text/smath/01/03090908.xhp2
-rw-r--r--source/text/smath/01/03090909.xhp2
-rw-r--r--source/text/smath/01/03090910.xhp2
-rw-r--r--source/text/smath/01/03091100.xhp2
-rw-r--r--source/text/smath/01/03091200.xhp2
-rw-r--r--source/text/smath/01/03091300.xhp2
-rw-r--r--source/text/smath/01/03091400.xhp4
-rw-r--r--source/text/smath/01/03091500.xhp2
-rw-r--r--source/text/smath/01/03091501.xhp2
-rw-r--r--source/text/smath/01/03091502.xhp2
-rw-r--r--source/text/smath/01/03091503.xhp2
-rw-r--r--source/text/smath/01/03091504.xhp2
-rw-r--r--source/text/smath/01/03091505.xhp2
-rw-r--r--source/text/smath/01/03091506.xhp2
-rw-r--r--source/text/smath/01/03091507.xhp2
-rw-r--r--source/text/smath/01/03091508.xhp2
-rw-r--r--source/text/smath/01/03091509.xhp2
-rw-r--r--source/text/smath/01/03091600.xhp2
-rw-r--r--source/text/smath/01/05010000.xhp4
-rw-r--r--source/text/smath/01/05020000.xhp2
-rw-r--r--source/text/smath/01/05050000.xhp2
-rw-r--r--source/text/smath/01/06010000.xhp4
-rw-r--r--source/text/smath/01/06020000.xhp4
-rw-r--r--source/text/smath/01/chemical.xhp2
-rw-r--r--source/text/smath/04/01020000.xhp4
-rw-r--r--source/text/smath/guide/align.xhp2
-rw-r--r--source/text/smath/guide/attributes.xhp2
-rw-r--r--source/text/smath/guide/brackets.xhp2
-rw-r--r--source/text/smath/guide/color.xhp4
-rw-r--r--source/text/smath/guide/comment.xhp2
-rw-r--r--source/text/smath/guide/keyboard.xhp2
-rw-r--r--source/text/smath/guide/main.xhp2
-rw-r--r--source/text/smath/guide/newline.xhp2
-rw-r--r--source/text/smath/guide/parentheses.xhp2
-rw-r--r--source/text/smath/guide/text.xhp2
-rw-r--r--source/text/smath/main0000.xhp2
-rw-r--r--source/text/smath/main0100.xhp2
-rw-r--r--source/text/smath/main0101.xhp2
-rw-r--r--source/text/smath/main0102.xhp2
-rw-r--r--source/text/smath/main0103.xhp6
-rw-r--r--source/text/smath/main0105.xhp10
-rw-r--r--source/text/smath/main0106.xhp8
-rw-r--r--source/text/smath/main0107.xhp2
-rw-r--r--source/text/smath/main0200.xhp2
-rw-r--r--source/text/smath/main0202.xhp2
-rw-r--r--source/text/smath/main0203.xhp4
-rw-r--r--source/text/smath/main0503.xhp4
-rw-r--r--source/text/swriter/01/01120000.xhp2
-rw-r--r--source/text/swriter/01/01150000.xhp2
-rw-r--r--source/text/swriter/01/01160100.xhp2
-rw-r--r--source/text/swriter/01/01160200.xhp2
-rw-r--r--source/text/swriter/01/01160300.xhp2
-rw-r--r--source/text/swriter/01/01160400.xhp2
-rw-r--r--source/text/swriter/01/02110000.xhp16
-rw-r--r--source/text/swriter/01/02110100.xhp4
-rw-r--r--source/text/swriter/01/02120000.xhp8
-rw-r--r--source/text/swriter/01/02130000.xhp6
-rw-r--r--source/text/swriter/01/02140000.xhp8
-rw-r--r--source/text/swriter/01/02150000.xhp4
-rw-r--r--source/text/swriter/01/02160000.xhp4
-rw-r--r--source/text/swriter/01/02170000.xhp4
-rw-r--r--source/text/swriter/01/03050000.xhp2
-rw-r--r--source/text/swriter/01/03070000.xhp2
-rw-r--r--source/text/swriter/01/03080000.xhp4
-rw-r--r--source/text/swriter/01/03090000.xhp4
-rw-r--r--source/text/swriter/01/03100000.xhp4
-rw-r--r--source/text/swriter/01/03120000.xhp2
-rw-r--r--source/text/swriter/01/03130000.xhp2
-rw-r--r--source/text/swriter/01/03140000.xhp6
-rw-r--r--source/text/swriter/01/04010000.xhp6
-rw-r--r--source/text/swriter/01/04020000.xhp6
-rw-r--r--source/text/swriter/01/04020100.xhp8
-rw-r--r--source/text/swriter/01/04020200.xhp4
-rw-r--r--source/text/swriter/01/04030000.xhp6
-rw-r--r--source/text/swriter/01/04040000.xhp2
-rw-r--r--source/text/swriter/01/04060000.xhp4
-rw-r--r--source/text/swriter/01/04060100.xhp2
-rw-r--r--source/text/swriter/01/04070000.xhp2
-rw-r--r--source/text/swriter/01/04070100.xhp2
-rw-r--r--source/text/swriter/01/04070200.xhp2
-rw-r--r--source/text/swriter/01/04090000.xhp2
-rw-r--r--source/text/swriter/01/04090001.xhp14
-rw-r--r--source/text/swriter/01/04090002.xhp6
-rw-r--r--source/text/swriter/01/04090003.xhp14
-rw-r--r--source/text/swriter/01/04090004.xhp14
-rw-r--r--source/text/swriter/01/04090005.xhp8
-rw-r--r--source/text/swriter/01/04090006.xhp4
-rw-r--r--source/text/swriter/01/04090007.xhp2
-rw-r--r--source/text/swriter/01/04090300.xhp2
-rw-r--r--source/text/swriter/01/04120000.xhp8
-rw-r--r--source/text/swriter/01/04120100.xhp4
-rw-r--r--source/text/swriter/01/04120200.xhp2
-rw-r--r--source/text/swriter/01/04120201.xhp2
-rw-r--r--source/text/swriter/01/04120210.xhp22
-rw-r--r--source/text/swriter/01/04120211.xhp4
-rw-r--r--source/text/swriter/01/04120212.xhp6
-rw-r--r--source/text/swriter/01/04120213.xhp4
-rw-r--r--source/text/swriter/01/04120214.xhp4
-rw-r--r--source/text/swriter/01/04120215.xhp6
-rw-r--r--source/text/swriter/01/04120216.xhp4
-rw-r--r--source/text/swriter/01/04120217.xhp6
-rw-r--r--source/text/swriter/01/04120219.xhp2
-rw-r--r--source/text/swriter/01/04120220.xhp18
-rw-r--r--source/text/swriter/01/04120221.xhp2
-rw-r--r--source/text/swriter/01/04120222.xhp4
-rw-r--r--source/text/swriter/01/04120223.xhp2
-rw-r--r--source/text/swriter/01/04120224.xhp2
-rw-r--r--source/text/swriter/01/04120225.xhp2
-rw-r--r--source/text/swriter/01/04120226.xhp2
-rw-r--r--source/text/swriter/01/04120227.xhp4
-rw-r--r--source/text/swriter/01/04120229.xhp4
-rw-r--r--source/text/swriter/01/04120300.xhp6
-rw-r--r--source/text/swriter/01/04130000.xhp2
-rw-r--r--source/text/swriter/01/04130100.xhp2
-rw-r--r--source/text/swriter/01/04150000.xhp4
-rw-r--r--source/text/swriter/01/04180400.xhp2
-rw-r--r--source/text/swriter/01/04200000.xhp2
-rw-r--r--source/text/swriter/01/04220000.xhp4
-rw-r--r--source/text/swriter/01/04230000.xhp4
-rw-r--r--source/text/swriter/01/04990000.xhp4
-rw-r--r--source/text/swriter/01/05030200.xhp8
-rw-r--r--source/text/swriter/01/05030400.xhp2
-rw-r--r--source/text/swriter/01/05030800.xhp8
-rw-r--r--source/text/swriter/01/05040000.xhp2
-rw-r--r--source/text/swriter/01/05040500.xhp4
-rw-r--r--source/text/swriter/01/05040600.xhp2
-rw-r--r--source/text/swriter/01/05040700.xhp2
-rw-r--r--source/text/swriter/01/05040800.xhp2
-rw-r--r--source/text/swriter/01/05060000.xhp4
-rw-r--r--source/text/swriter/01/05060100.xhp8
-rw-r--r--source/text/swriter/01/05060200.xhp4
-rw-r--r--source/text/swriter/01/05060201.xhp2
-rw-r--r--source/text/swriter/01/05060300.xhp6
-rw-r--r--source/text/swriter/01/05060700.xhp4
-rw-r--r--source/text/swriter/01/05060800.xhp12
-rw-r--r--source/text/swriter/01/05060900.xhp4
-rw-r--r--source/text/swriter/01/05080000.xhp2
-rw-r--r--source/text/swriter/01/05090000.xhp4
-rw-r--r--source/text/swriter/01/05090100.xhp4
-rw-r--r--source/text/swriter/01/05090200.xhp2
-rw-r--r--source/text/swriter/01/05090201.xhp6
-rw-r--r--source/text/swriter/01/05090300.xhp2
-rw-r--r--source/text/swriter/01/05100000.xhp2
-rw-r--r--source/text/swriter/01/05100300.xhp4
-rw-r--r--source/text/swriter/01/05100400.xhp4
-rw-r--r--source/text/swriter/01/05110000.xhp8
-rw-r--r--source/text/swriter/01/05110100.xhp2
-rw-r--r--source/text/swriter/01/05110200.xhp4
-rw-r--r--source/text/swriter/01/05110300.xhp2
-rw-r--r--source/text/swriter/01/05110500.xhp2
-rw-r--r--source/text/swriter/01/05120000.xhp6
-rw-r--r--source/text/swriter/01/05120200.xhp2
-rw-r--r--source/text/swriter/01/05120300.xhp2
-rw-r--r--source/text/swriter/01/05120500.xhp2
-rw-r--r--source/text/swriter/01/05130000.xhp2
-rw-r--r--source/text/swriter/01/05130002.xhp2
-rw-r--r--source/text/swriter/01/05130004.xhp8
-rw-r--r--source/text/swriter/01/05130100.xhp2
-rw-r--r--source/text/swriter/01/05140000.xhp16
-rw-r--r--source/text/swriter/01/05150000.xhp4
-rw-r--r--source/text/swriter/01/05150100.xhp10
-rw-r--r--source/text/swriter/01/05150200.xhp4
-rw-r--r--source/text/swriter/01/05150300.xhp4
-rw-r--r--source/text/swriter/01/05170000.xhp2
-rw-r--r--source/text/swriter/01/05190000.xhp2
-rw-r--r--source/text/swriter/01/05200000.xhp2
-rw-r--r--source/text/swriter/01/06030000.xhp8
-rw-r--r--source/text/swriter/01/06040000.xhp2
-rw-r--r--source/text/swriter/01/06060000.xhp2
-rw-r--r--source/text/swriter/01/06060100.xhp2
-rw-r--r--source/text/swriter/01/06080000.xhp2
-rw-r--r--source/text/swriter/01/06080100.xhp4
-rw-r--r--source/text/swriter/01/06080200.xhp2
-rw-r--r--source/text/swriter/01/06090000.xhp2
-rw-r--r--source/text/swriter/01/06110000.xhp2
-rw-r--r--source/text/swriter/01/06120000.xhp2
-rw-r--r--source/text/swriter/01/06160000.xhp2
-rw-r--r--source/text/swriter/01/06170000.xhp2
-rw-r--r--source/text/swriter/01/06180000.xhp2
-rw-r--r--source/text/swriter/01/06190000.xhp2
-rw-r--r--source/text/swriter/01/06200000.xhp2
-rw-r--r--source/text/swriter/01/06210000.xhp2
-rw-r--r--source/text/swriter/01/06220000.xhp2
-rw-r--r--source/text/swriter/01/06990000.xhp2
-rw-r--r--source/text/swriter/01/accessibility_check.xhp2
-rw-r--r--source/text/swriter/01/edit_reference_submenu.xhp8
-rw-r--r--source/text/swriter/01/legacynumbering.xhp10
-rw-r--r--source/text/swriter/01/mailmerge00.xhp2
-rw-r--r--source/text/swriter/01/mailmerge01.xhp2
-rw-r--r--source/text/swriter/01/mailmerge02.xhp2
-rw-r--r--source/text/swriter/01/mailmerge03.xhp2
-rw-r--r--source/text/swriter/01/mailmerge04.xhp2
-rw-r--r--source/text/swriter/01/outlinecontent_visibility.xhp10
-rw-r--r--source/text/swriter/01/protectdocument.xhp2
-rw-r--r--source/text/swriter/01/show_whitespace.xhp2
-rw-r--r--source/text/swriter/01/style_inspector.xhp8
-rw-r--r--source/text/swriter/01/watermark.xhp8
-rw-r--r--source/text/swriter/02/02110000.xhp6
-rw-r--r--source/text/swriter/02/03210000.xhp2
-rw-r--r--source/text/swriter/02/03220000.xhp2
-rw-r--r--source/text/swriter/02/04090000.xhp2
-rw-r--r--source/text/swriter/02/04100000.xhp2
-rw-r--r--source/text/swriter/02/04220000.xhp2
-rw-r--r--source/text/swriter/02/04230000.xhp2
-rw-r--r--source/text/swriter/02/04240000.xhp2
-rw-r--r--source/text/swriter/02/04250000.xhp2
-rw-r--r--source/text/swriter/02/06040000.xhp2
-rw-r--r--source/text/swriter/02/06070000.xhp2
-rw-r--r--source/text/swriter/02/06080000.xhp2
-rw-r--r--source/text/swriter/02/06090000.xhp2
-rw-r--r--source/text/swriter/02/06120000.xhp2
-rw-r--r--source/text/swriter/02/06130000.xhp2
-rw-r--r--source/text/swriter/02/06140000.xhp6
-rw-r--r--source/text/swriter/02/08010000.xhp2
-rw-r--r--source/text/swriter/02/08080000.xhp4
-rw-r--r--source/text/swriter/02/10010000.xhp2
-rw-r--r--source/text/swriter/02/10020000.xhp2
-rw-r--r--source/text/swriter/02/10030000.xhp2
-rw-r--r--source/text/swriter/02/10040000.xhp2
-rw-r--r--source/text/swriter/02/10050000.xhp2
-rw-r--r--source/text/swriter/02/10070000.xhp2
-rw-r--r--source/text/swriter/02/10090000.xhp2
-rw-r--r--source/text/swriter/02/14010000.xhp2
-rw-r--r--source/text/swriter/02/14020000.xhp4
-rw-r--r--source/text/swriter/02/14030000.xhp2
-rw-r--r--source/text/swriter/02/14040000.xhp2
-rw-r--r--source/text/swriter/02/14050000.xhp2
-rw-r--r--source/text/swriter/02/18010000.xhp32
-rw-r--r--source/text/swriter/02/18030000.xhp4
-rw-r--r--source/text/swriter/02/18030100.xhp4
-rw-r--r--source/text/swriter/02/18030200.xhp4
-rw-r--r--source/text/swriter/02/18030300.xhp4
-rw-r--r--source/text/swriter/02/18030400.xhp6
-rw-r--r--source/text/swriter/02/18030500.xhp4
-rw-r--r--source/text/swriter/02/18030600.xhp4
-rw-r--r--source/text/swriter/02/18030700.xhp4
-rw-r--r--source/text/swriter/02/18120000.xhp2
-rw-r--r--source/text/swriter/02/18130000.xhp4
-rw-r--r--source/text/swriter/02/19010000.xhp4
-rw-r--r--source/text/swriter/02/19020000.xhp4
-rw-r--r--source/text/swriter/02/19030000.xhp16
-rw-r--r--source/text/swriter/02/19040000.xhp6
-rw-r--r--source/text/swriter/02/19050000.xhp2
-rw-r--r--source/text/swriter/02/add_to_list.xhp2
-rw-r--r--source/text/swriter/02/word_count_stb.xhp4
-rw-r--r--source/text/swriter/04/01020000.xhp10
-rw-r--r--source/text/swriter/guide/anchor_object.xhp4
-rw-r--r--source/text/swriter/guide/arrange_chapters.xhp2
-rw-r--r--source/text/swriter/guide/auto_numbering.xhp4
-rw-r--r--source/text/swriter/guide/auto_off.xhp2
-rw-r--r--source/text/swriter/guide/auto_spellcheck.xhp4
-rw-r--r--source/text/swriter/guide/autocorr_except.xhp2
-rw-r--r--source/text/swriter/guide/autotext.xhp8
-rw-r--r--source/text/swriter/guide/background.xhp4
-rw-r--r--source/text/swriter/guide/border_character.xhp2
-rw-r--r--source/text/swriter/guide/border_object.xhp2
-rw-r--r--source/text/swriter/guide/border_page.xhp2
-rw-r--r--source/text/swriter/guide/calculate.xhp2
-rw-r--r--source/text/swriter/guide/calculate_clipboard.xhp2
-rw-r--r--source/text/swriter/guide/calculate_intable.xhp2
-rw-r--r--source/text/swriter/guide/calculate_intext.xhp2
-rw-r--r--source/text/swriter/guide/calculate_intext2.xhp2
-rw-r--r--source/text/swriter/guide/calculate_multitable.xhp2
-rw-r--r--source/text/swriter/guide/captions.xhp2
-rw-r--r--source/text/swriter/guide/captions_numbers.xhp6
-rw-r--r--source/text/swriter/guide/change_header.xhp2
-rw-r--r--source/text/swriter/guide/chapter_numbering.xhp2
-rw-r--r--source/text/swriter/guide/conditional_text.xhp4
-rw-r--r--source/text/swriter/guide/conditional_text2.xhp2
-rw-r--r--source/text/swriter/guide/delete_from_dict.xhp2
-rw-r--r--source/text/swriter/guide/dragdroptext.xhp2
-rw-r--r--source/text/swriter/guide/even_odd_sdw.xhp4
-rw-r--r--source/text/swriter/guide/field_convert.xhp4
-rw-r--r--source/text/swriter/guide/fields.xhp6
-rw-r--r--source/text/swriter/guide/fields_date.xhp2
-rw-r--r--source/text/swriter/guide/fields_enter.xhp2
-rw-r--r--source/text/swriter/guide/fields_userdata.xhp4
-rw-r--r--source/text/swriter/guide/footer_nextpage.xhp2
-rw-r--r--source/text/swriter/guide/footer_pagenumber.xhp2
-rw-r--r--source/text/swriter/guide/footnote_usage.xhp12
-rw-r--r--source/text/swriter/guide/footnote_with_line.xhp6
-rw-r--r--source/text/swriter/guide/form_letters_main.xhp2
-rw-r--r--source/text/swriter/guide/globaldoc.xhp2
-rw-r--r--source/text/swriter/guide/globaldoc_howtos.xhp2
-rw-r--r--source/text/swriter/guide/header_footer.xhp8
-rw-r--r--source/text/swriter/guide/header_pagestyles.xhp2
-rw-r--r--source/text/swriter/guide/header_with_chapter.xhp2
-rw-r--r--source/text/swriter/guide/header_with_line.xhp2
-rw-r--r--source/text/swriter/guide/hidden_text.xhp12
-rw-r--r--source/text/swriter/guide/hidden_text_display.xhp6
-rw-r--r--source/text/swriter/guide/hyperlinks.xhp2
-rw-r--r--source/text/swriter/guide/hyphen_prevent.xhp4
-rw-r--r--source/text/swriter/guide/indenting.xhp6
-rw-r--r--source/text/swriter/guide/indices_delete.xhp4
-rw-r--r--source/text/swriter/guide/indices_edit.xhp2
-rw-r--r--source/text/swriter/guide/indices_enter.xhp2
-rw-r--r--source/text/swriter/guide/indices_form.xhp2
-rw-r--r--source/text/swriter/guide/indices_index.xhp4
-rw-r--r--source/text/swriter/guide/indices_literature.xhp8
-rw-r--r--source/text/swriter/guide/indices_multidoc.xhp8
-rw-r--r--source/text/swriter/guide/indices_toc.xhp4
-rw-r--r--source/text/swriter/guide/indices_userdef.xhp2
-rw-r--r--source/text/swriter/guide/insert_beforetable.xhp2
-rw-r--r--source/text/swriter/guide/insert_graphic.xhp2
-rw-r--r--source/text/swriter/guide/insert_graphic_dialog.xhp2
-rw-r--r--source/text/swriter/guide/insert_graphic_fromchart.xhp2
-rw-r--r--source/text/swriter/guide/insert_graphic_fromdraw.xhp2
-rw-r--r--source/text/swriter/guide/insert_graphic_gallery.xhp2
-rw-r--r--source/text/swriter/guide/insert_graphic_scan.xhp4
-rw-r--r--source/text/swriter/guide/insert_tab_innumbering.xhp4
-rw-r--r--source/text/swriter/guide/join_numbered_lists.xhp4
-rw-r--r--source/text/swriter/guide/jump2statusbar.xhp4
-rw-r--r--source/text/swriter/guide/keyboard.xhp2
-rw-r--r--source/text/swriter/guide/load_styles.xhp4
-rw-r--r--source/text/swriter/guide/main.xhp2
-rw-r--r--source/text/swriter/guide/navigator.xhp4
-rw-r--r--source/text/swriter/guide/nonprintable_text.xhp4
-rw-r--r--source/text/swriter/guide/number_date_conv.xhp4
-rw-r--r--source/text/swriter/guide/number_sequence.xhp2
-rw-r--r--source/text/swriter/guide/numbering_lines.xhp8
-rw-r--r--source/text/swriter/guide/numbering_paras.xhp4
-rw-r--r--source/text/swriter/guide/page_break.xhp6
-rw-r--r--source/text/swriter/guide/pagenumbers.xhp2
-rw-r--r--source/text/swriter/guide/pagestyles.xhp6
-rw-r--r--source/text/swriter/guide/print_preview.xhp4
-rw-r--r--source/text/swriter/guide/print_selection.xhp2
-rw-r--r--source/text/swriter/guide/print_small.xhp4
-rw-r--r--source/text/swriter/guide/printer_tray.xhp4
-rw-r--r--source/text/swriter/guide/printing_order.xhp4
-rw-r--r--source/text/swriter/guide/protection.xhp2
-rw-r--r--source/text/swriter/guide/references.xhp10
-rw-r--r--source/text/swriter/guide/references_modify.xhp2
-rw-r--r--source/text/swriter/guide/registertrue.xhp8
-rw-r--r--source/text/swriter/guide/reset_format.xhp2
-rw-r--r--source/text/swriter/guide/resize_navigator.xhp2
-rw-r--r--source/text/swriter/guide/ruler.xhp4
-rw-r--r--source/text/swriter/guide/section_edit.xhp8
-rw-r--r--source/text/swriter/guide/section_insert.xhp2
-rw-r--r--source/text/swriter/guide/sections.xhp4
-rw-r--r--source/text/swriter/guide/send2html.xhp2
-rw-r--r--source/text/swriter/guide/shortcut_writing.xhp6
-rw-r--r--source/text/swriter/guide/spellcheck_dialog.xhp4
-rw-r--r--source/text/swriter/guide/stylist_fillformat.xhp4
-rw-r--r--source/text/swriter/guide/stylist_fromselect.xhp6
-rw-r--r--source/text/swriter/guide/stylist_update.xhp4
-rw-r--r--source/text/swriter/guide/subscript.xhp6
-rw-r--r--source/text/swriter/guide/table_cellmerge.xhp2
-rw-r--r--source/text/swriter/guide/table_delete.xhp2
-rw-r--r--source/text/swriter/guide/table_insert.xhp2
-rw-r--r--source/text/swriter/guide/table_repeat_multiple_headers.xhp2
-rw-r--r--source/text/swriter/guide/table_sizing.xhp4
-rw-r--r--source/text/swriter/guide/tablemode.xhp2
-rw-r--r--source/text/swriter/guide/templates_styles.xhp2
-rw-r--r--source/text/swriter/guide/text_animation.xhp2
-rw-r--r--source/text/swriter/guide/text_capital.xhp2
-rw-r--r--source/text/swriter/guide/text_centervert.xhp2
-rw-r--r--source/text/swriter/guide/text_direct_cursor.xhp2
-rw-r--r--source/text/swriter/guide/text_emphasize.xhp2
-rw-r--r--source/text/swriter/guide/text_frame.xhp2
-rw-r--r--source/text/swriter/guide/text_nav_keyb.xhp4
-rw-r--r--source/text/swriter/guide/text_rotate.xhp8
-rw-r--r--source/text/swriter/guide/textdoc_inframe.xhp2
-rw-r--r--source/text/swriter/guide/using_hyphen.xhp6
-rw-r--r--source/text/swriter/guide/using_numbered_lists.xhp2
-rw-r--r--source/text/swriter/guide/using_numbered_lists2.xhp4
-rw-r--r--source/text/swriter/guide/using_numbering.xhp12
-rw-r--r--source/text/swriter/guide/using_thesaurus.xhp4
-rw-r--r--source/text/swriter/guide/words_count.xhp4
-rw-r--r--source/text/swriter/guide/wrap.xhp8
-rw-r--r--source/text/swriter/librelogo/LibreLogo.xhp2
-rw-r--r--source/text/swriter/main0100.xhp2
-rw-r--r--source/text/swriter/main0101.xhp2
-rw-r--r--source/text/swriter/main0102.xhp12
-rw-r--r--source/text/swriter/main0103.xhp6
-rw-r--r--source/text/swriter/main0104.xhp14
-rw-r--r--source/text/swriter/main0105.xhp16
-rw-r--r--source/text/swriter/main0106.xhp22
-rw-r--r--source/text/swriter/main0107.xhp2
-rw-r--r--source/text/swriter/main0110.xhp10
-rw-r--r--source/text/swriter/main0115.xhp12
-rw-r--r--source/text/swriter/main0120.xhp2
-rw-r--r--source/text/swriter/main0200.xhp2
-rw-r--r--source/text/swriter/main0202.xhp6
-rw-r--r--source/text/swriter/main0203.xhp8
-rw-r--r--source/text/swriter/main0204.xhp12
-rw-r--r--source/text/swriter/main0205.xhp10
-rw-r--r--source/text/swriter/main0206.xhp2
-rw-r--r--source/text/swriter/main0208.xhp2
-rw-r--r--source/text/swriter/main0210.xhp2
-rw-r--r--source/text/swriter/main0213.xhp4
-rw-r--r--source/text/swriter/main0214.xhp2
-rw-r--r--source/text/swriter/main0215.xhp12
-rw-r--r--source/text/swriter/main0216.xhp10
-rw-r--r--source/text/swriter/main0220.xhp12
-rw-r--r--source/text/swriter/main0503.xhp24
-rw-r--r--source/text/swriter/menu/insert_footnote_endnote.xhp2
-rw-r--r--source/text/swriter/menu/insert_frame.xhp2
-rw-r--r--source/text/swriter/menu/submenu_more_breaks.xhp4
-rw-r--r--source/text/swriter/navigate_toolbar.xhp2
-rw-r--r--source/text/swriter/track_changes_toolbar.xhp2
2085 files changed, 4560 insertions, 4560 deletions
diff --git a/source/text/sbasic/guide/access2base.xhp b/source/text/sbasic/guide/access2base.xhp
index 507a63c9dd..afb44b345f 100644
--- a/source/text/sbasic/guide/access2base.xhp
+++ b/source/text/sbasic/guide/access2base.xhp
@@ -45,7 +45,7 @@
<paragraph role="paragraph" id="par_idA2B004" xml-lang="en-US">Access2Base is a %PRODUCTNAME BASIC library of macros for (business or personal) application developers and advanced users. It is one of the libraries stored in "Application macros and dialogs".</paragraph>
<paragraph role="paragraph" id="par_idA2B005" xml-lang="en-US">The functionalities provided by the implemented macros are all directly inspired by Microsoft Access. The macros are callable mainly from a %PRODUCTNAME <emph>Base</emph> application, but also from <emph>any</emph> %PRODUCTNAME document (Writer, Calc, ...) where access to data stored in a database makes sense.</paragraph>
<paragraph role="paragraph" id="par_idA2B006" xml-lang="en-US">The API provided by Access2Base is intended to be more concise, intuitive and easy to learn than the standard UNO API (API = Application Programming Interface).</paragraph>
- <paragraph role="warning" id="par_idA2B007" xml-lang="en-US"><emph>The library is documented online on </emph><link href="http://www.access2base.com" name="http://www.access2base.com"><emph>http://www.access2base.com</emph></link>.</paragraph>
+ <paragraph role="warning" id="par_idA2B007" xml-lang="en-US"><emph>The library is documented online on </emph><link href="http://www.access2base.com"><emph>http://www.access2base.com</emph></link>.</paragraph>
<paragraph role="heading" id="hd_idA2B008" xml-lang="en-US" level="2">The implemented macros include:</paragraph>
<list type="ordered" format="1">
<listitem>
diff --git a/source/text/sbasic/guide/basic_2_python.xhp b/source/text/sbasic/guide/basic_2_python.xhp
index 4ea2d89f4e..0022270329 100644
--- a/source/text/sbasic/guide/basic_2_python.xhp
+++ b/source/text/sbasic/guide/basic_2_python.xhp
@@ -21,17 +21,17 @@
<bookmark_value>API;PathSettings</bookmark_value>
<bookmark_value>API;XScript</bookmark_value>
</bookmark>
- <h1 id="hd_id811571848401485"><variable id="basic2python"><link href="text/sbasic/guide/basic_2_python.xhp" name="Basic Programming Examples">Calling Python Scripts from Basic</link></variable></h1>
+ <h1 id="hd_id811571848401485"><variable id="basic2python"><link href="text/sbasic/guide/basic_2_python.xhp">Calling Python Scripts from Basic</link></variable></h1>
<paragraph role="paragraph" id="N0432">Calling Python scripts from %PRODUCTNAME Basic macros is possible, and valuable features can be obtained such as:</paragraph>
<list type="unordered">
<listitem><paragraph role="listitem" id="N0433"><literal>ComputerName</literal> identification or <literal>OSName</literal> detection are possible,</paragraph></listitem>
- <listitem><paragraph role="listitem" id="N0434">Basic <literal>FileLen()</literal> function and <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1ucb_1_1SimpleFileAccess.html" name="ucb.SimpleFileAccess">com.sun.star.ucb.SimpleFileAccess.</link><literal>getSize()</literal> API function exhibit a 2 Gigabytes file size upper limit that Python helps to overcome,</paragraph></listitem>
- <listitem><paragraph role="listitem" id="N0435"><link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1util_1_1PathSettings.html" name="util.PathSettings">com.sun.star.util.PathSettings</link> can be normalized,</paragraph></listitem>
+ <listitem><paragraph role="listitem" id="N0434">Basic <literal>FileLen()</literal> function and <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1ucb_1_1SimpleFileAccess.html">com.sun.star.ucb.SimpleFileAccess.</link><literal>getSize()</literal> API function exhibit a 2 Gigabytes file size upper limit that Python helps to overcome,</paragraph></listitem>
+ <listitem><paragraph role="listitem" id="N0435"><link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1util_1_1PathSettings.html">com.sun.star.util.PathSettings</link> can be normalized,</paragraph></listitem>
<listitem><paragraph role="listitem" id="N0436">and many more.</paragraph></listitem>
</list>
- <tip id="N0437">A reasonable exposure to %PRODUCTNAME Basic and to <link href="https://api.libreoffice.org/" name="Application Programming Interface">Application Programming Interface (API)</link> features is recommended prior to perform inter-language calls from Basic to Python, to JavaScript or any other script engine.</tip>
+ <tip id="N0437">A reasonable exposure to %PRODUCTNAME Basic and to <link href="https://api.libreoffice.org/">Application Programming Interface (API)</link> features is recommended prior to perform inter-language calls from Basic to Python, to JavaScript or any other script engine.</tip>
<h2 id="N0438">Retrieving Python Scripts</h2>
- <paragraph role="paragraph" id="N0439">Python scripts can be personal, shared, or embedded in documents. In order to execute them, %PRODUCTNAME Basic needs to be provided with Python script locations. Locating <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1script_1_1provider_1_1XScript.html" name="script.provider.XScript">com.sun.star.script.provider.XScript</link> interface compliant UNO objects allows the execution of Python scripts:</paragraph>
+ <paragraph role="paragraph" id="N0439">Python scripts can be personal, shared, or embedded in documents. In order to execute them, %PRODUCTNAME Basic needs to be provided with Python script locations. Locating <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1script_1_1provider_1_1XScript.html">com.sun.star.script.provider.XScript</link> interface compliant UNO objects allows the execution of Python scripts:</paragraph>
<bascode>
<paragraph role="bascode" localize="false" id="N0440">Option Explicit</paragraph>
<paragraph role="bascode" localize="false" id="N0441"> </paragraph>
diff --git a/source/text/sbasic/guide/basic_examples.xhp b/source/text/sbasic/guide/basic_examples.xhp
index 97b11c0659..9a21e1cf32 100644
--- a/source/text/sbasic/guide/basic_examples.xhp
+++ b/source/text/sbasic/guide/basic_examples.xhp
@@ -19,7 +19,7 @@
<bookmark_value>Basic;programming examples</bookmark_value>
</bookmark>
<section id="basicexamplesh1">
- <h1 id="hd_id471559139063621"><variable id="basicexamplestit"><link href="text/sbasic/guide/basic_examples.xhp" name="Basic Programming Examples">Basic Programming Examples</link></variable></h1>
+ <h1 id="hd_id471559139063621"><variable id="basicexamplestit"><link href="text/sbasic/guide/basic_examples.xhp">Basic Programming Examples</link></variable></h1>
</section>
<embed href="text/sbasic/python/python_handler.xhp#pythonhandler_h1"/>
<embed href="text/sbasic/python/python_listener.xhp#pythonlistener"/>
diff --git a/source/text/sbasic/guide/calc_borders.xhp b/source/text/sbasic/guide/calc_borders.xhp
index 23fa7b885a..8295c0ad98 100644
--- a/source/text/sbasic/guide/calc_borders.xhp
+++ b/source/text/sbasic/guide/calc_borders.xhp
@@ -20,7 +20,7 @@
<bookmark localize="false" branch="index" id="bm_id41582391760114">
<bookmark_value>macros;format borders</bookmark_value>
</bookmark>
- <h1 id="hd_id461623364876507"><variable id="title"><link href="text/sbasic/guide/calc_borders.xhp" name="Calc_Borders_h1">Formatting Borders in Calc with Macros</link></variable></h1>
+ <h1 id="hd_id461623364876507"><variable id="title"><link href="text/sbasic/guide/calc_borders.xhp">Formatting Borders in Calc with Macros</link></variable></h1>
<paragraph role="paragraph" id="par_id461630536347127">By using Basic or Python programming languages it is possible to write macros that apply formats to ranges of cells in Calc.</paragraph>
<h2 id="hd_id81630536486560">Formatting Borders in Ranges of Cells</h2>
@@ -48,13 +48,13 @@
<paragraph id="par_id841630538209958" role="listitem"><emph>cellAddress</emph> is a string denoting the range to be formatted in the format "A1".</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id821630538210271" role="listitem"><emph>newStyle</emph> is an integer value that corresponds to the border line style (see <link href="text/sbasic/guide/calc_borders.xhp#LineStyles_h2" name="LineStyles_link">Line Styles</link> below).</paragraph>
+ <paragraph id="par_id821630538210271" role="listitem"><emph>newStyle</emph> is an integer value that corresponds to the border line style (see <link href="text/sbasic/guide/calc_borders.xhp#LineStyles_h2">Line Styles</link> below).</paragraph>
</listitem>
<listitem>
<paragraph id="par_id191630538210607" role="listitem"><emph>newWidth</emph> is an integer value that defines the line width.</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id71630538211142" role="listitem"><emph>newColor</emph> is an integer value corresponding to a color defined using the <link href="text/sbasic/shared/03010305.xhp" name="RGB_link">RGB</link> function.</paragraph>
+ <paragraph id="par_id71630538211142" role="listitem"><emph>newColor</emph> is an integer value corresponding to a color defined using the <link href="text/sbasic/shared/03010305.xhp">RGB</link> function.</paragraph>
</listitem>
</list>
<paragraph role="paragraph" id="par_id201630538522838">To call <literal>FormatCellBorder</literal> create a new macro and pass the desired arguments, as shown below:</paragraph>
@@ -97,7 +97,7 @@
<paragraph role="pycode" localize="false" id="pyc_id531630541792043"> formatCellBorder("B5", cStyle.SOLID, 20, bas.RGB(0, 0, 255))</paragraph>
<paragraph role="pycode" localize="false" id="pyc_id601630541792230"> formatCellBorder("D2:F6", cStyle.DOTTED, 20, bas.RGB(255, 0, 0))</paragraph>
</pycode>
- <note id="par_id261630541889040">The Python code presented above uses the <link href="text/sbasic/shared/03/lib_ScriptForge.xhp" name="SF_link">ScriptForge library</link> that is available since %PRODUCTNAME 7.2.</note>
+ <note id="par_id261630541889040">The Python code presented above uses the <link href="text/sbasic/shared/03/lib_ScriptForge.xhp">ScriptForge library</link> that is available since %PRODUCTNAME 7.2.</note>
<section id="LineStyles_h2">
<h2 id="hd_id361630539136798">Line Styles</h2>
@@ -193,7 +193,7 @@
</tablecell>
</tablerow>
</table>
- <tip id="par_id751630539680866">Refer to the <link href="https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1table_1_1BorderLineStyle.html" name="BorderLineStyle_link">BorderLineStyle Constant Reference</link> in the LibreOffice API documentation to learn more about line style constants.</tip>
+ <tip id="par_id751630539680866">Refer to the <link href="https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1table_1_1BorderLineStyle.html">BorderLineStyle Constant Reference</link> in the LibreOffice API documentation to learn more about line style constants.</tip>
<h2 id="hd_id31630542361666">Formatting Borders Using TableBorder2</h2>
<paragraph role="paragraph" id="par_id11630542436346">Range objects have a property named <literal>TableBorder2</literal> that can be used to format range borders as it is done in the <menuitem>Format - Cells - Borders</menuitem> dialog in the <emph>Line Arrangement</emph> section.</paragraph>
@@ -239,7 +239,7 @@
<paragraph role="pycode" localize="false" id="pyc_id341630544115915"> cell = doc.XCellRange("B2:E5")</paragraph>
<paragraph role="pycode" localize="false" id="pyc_id841630544116128"> cell.TableBorder2 = table_format</paragraph>
</pycode>
- <tip id="par_id751630539680102">Refer to the <link href="https://api.libreoffice.org/docs/idl/ref/structcom_1_1sun_1_1star_1_1table_1_1TableBorder2.html" name="BorderLineStyle_link">TableBorder2 Struct Reference</link> in the LibreOffice API documentation to learn more about its attributes.</tip>
+ <tip id="par_id751630539680102">Refer to the <link href="https://api.libreoffice.org/docs/idl/ref/structcom_1_1sun_1_1star_1_1table_1_1TableBorder2.html">TableBorder2 Struct Reference</link> in the LibreOffice API documentation to learn more about its attributes.</tip>
<section id="relatedtopics">
<embed href="text/sbasic/shared/03/lib_ScriptForge.xhp#ScriptForge_lib"/>
diff --git a/source/text/sbasic/guide/control_properties.xhp b/source/text/sbasic/guide/control_properties.xhp
index 7d8ff2c3eb..3de28c42df 100644
--- a/source/text/sbasic/guide/control_properties.xhp
+++ b/source/text/sbasic/guide/control_properties.xhp
@@ -35,7 +35,7 @@
<bookmark_value>controls;changing properties</bookmark_value>
<bookmark_value>dialog editor;changing control properties</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3145786" xml-lang="en-US" level="1"><variable id="control_properties"><link href="text/sbasic/guide/control_properties.xhp" name="Changing the Properties of Controls in the Dialog Editor">Changing the Properties of Controls in the Dialog Editor</link>
+<paragraph role="heading" id="hd_id3145786" xml-lang="en-US" level="1"><variable id="control_properties"><link href="text/sbasic/guide/control_properties.xhp">Changing the Properties of Controls in the Dialog Editor</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3147317" xml-lang="en-US">You can set the properties of control that you add to a dialog. For example, you can change the color, name, and size of a button that you added. You can change most control properties when you create or edit a dialog. However, you can only change some properties at runtime.</paragraph>
<paragraph role="paragraph" id="par_id3145749" xml-lang="en-US">To change the properties of a control in design mode, right-click the control, and then choose <emph>Properties</emph>.</paragraph>
diff --git a/source/text/sbasic/guide/create_dialog.xhp b/source/text/sbasic/guide/create_dialog.xhp
index e948d44672..434cc6647b 100644
--- a/source/text/sbasic/guide/create_dialog.xhp
+++ b/source/text/sbasic/guide/create_dialog.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3149346"><bookmark_value>dialogs;creating Basic dialogs</bookmark_value>
-</bookmark><paragraph role="heading" id="hd_id3149346" xml-lang="en-US" level="1"><variable id="create_dialog"><link href="text/sbasic/guide/create_dialog.xhp" name="Creating a Basic Dialog">Creating a Basic Dialog</link>
+</bookmark><paragraph role="heading" id="hd_id3149346" xml-lang="en-US" level="1"><variable id="create_dialog"><link href="text/sbasic/guide/create_dialog.xhp">Creating a Basic Dialog</link>
</variable></paragraph>
<list type="ordered">
<listitem>
diff --git a/source/text/sbasic/guide/insert_control.xhp b/source/text/sbasic/guide/insert_control.xhp
index cbc6fdbdbd..605040b8a9 100644
--- a/source/text/sbasic/guide/insert_control.xhp
+++ b/source/text/sbasic/guide/insert_control.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3149182"><bookmark_value>controls; creating in the dialog editor</bookmark_value>
<bookmark_value>dialog editor;creating controls</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3149182" xml-lang="en-US" level="1"><variable id="insert_control"><link href="text/sbasic/guide/insert_control.xhp" name="Creating Controls in the Dialog Editor">Creating Controls in the Dialog Editor</link>
+<paragraph role="heading" id="hd_id3149182" xml-lang="en-US" level="1"><variable id="insert_control"><link href="text/sbasic/guide/insert_control.xhp">Creating Controls in the Dialog Editor</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3146797" xml-lang="en-US">Use the tools on the <emph>Toolbox </emph>of the BASIC dialog editor to add controls to your dialog.</paragraph>
<list type="ordered">
diff --git a/source/text/sbasic/guide/read_write_values.xhp b/source/text/sbasic/guide/read_write_values.xhp
index b8dab321c1..2ac928a2d6 100644
--- a/source/text/sbasic/guide/read_write_values.xhp
+++ b/source/text/sbasic/guide/read_write_values.xhp
@@ -21,7 +21,7 @@
<bookmark_value>macros;read values from cells</bookmark_value>
<bookmark_value>macros;write values to cells</bookmark_value>
</bookmark>
- <h1 id="hd_id461623364876507"><variable id="title"><link href="text/sbasic/guide/read_write_values.xhp" name="ReadWriteValues_h1">Reading and Writing values to Ranges</link></variable></h1>
+ <h1 id="hd_id461623364876507"><variable id="title"><link href="text/sbasic/guide/read_write_values.xhp">Reading and Writing values to Ranges</link></variable></h1>
<paragraph role="paragraph" id="par_id781633210592228">Macros in %PRODUCTNAME Calc often need to read and write values from/to sheets. This help page describes the various approaches to accessing sheets and ranges to read or write their values.</paragraph>
<note id="par_id191633214565965">All examples presented in this page can be implemented both in Basic and Python.</note>
diff --git a/source/text/sbasic/guide/sample_code.xhp b/source/text/sbasic/guide/sample_code.xhp
index cdb79e3837..3b38f6946c 100644
--- a/source/text/sbasic/guide/sample_code.xhp
+++ b/source/text/sbasic/guide/sample_code.xhp
@@ -38,10 +38,10 @@
<bookmark_value>Tools;LoadDialog</bookmark_value>
</bookmark>
<section id="samplecode">
- <paragraph role="heading" id="hd_id3155338" xml-lang="en-US" level="1"><variable id="sample_code"><link href="text/sbasic/guide/sample_code.xhp" name="Programming Examples for Controls in the Dialog Editor">Programming Examples for Controls in the Dialog Editor</link>
+ <paragraph role="heading" id="hd_id3155338" xml-lang="en-US" level="1"><variable id="sample_code"><link href="text/sbasic/guide/sample_code.xhp">Programming Examples for Controls in the Dialog Editor</link>
</variable></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3153031" xml-lang="en-US">The following examples are for a new <link href="text/sbasic/guide/create_dialog.xhp" name="dialog">dialog</link> called "Dialog1". Use the tools on the <emph>Toolbox</emph> bar in the dialog editor to create the dialog and add the following controls: a <emph>Check Box</emph> called "CheckBox1", a <emph>Label Field</emph> called "Label1", a <emph>Button</emph> called "CommandButton1", and a <emph>List Box</emph> called "ListBox1".</paragraph>
+<paragraph role="paragraph" id="par_id3153031" xml-lang="en-US">The following examples are for a new <link href="text/sbasic/guide/create_dialog.xhp">dialog</link> called "Dialog1". Use the tools on the <emph>Toolbox</emph> bar in the dialog editor to create the dialog and add the following controls: a <emph>Check Box</emph> called "CheckBox1", a <emph>Label Field</emph> called "Label1", a <emph>Button</emph> called "CommandButton1", and a <emph>List Box</emph> called "ListBox1".</paragraph>
<paragraph role="warning" id="par_id3154141" xml-lang="en-US">Be consistent with uppercase and lowercase letter when you attach a control to an object variable.</paragraph>
<paragraph role="heading" id="hd_id3154909" xml-lang="en-US" level="3">Global Function for Loading Dialogs</paragraph>
<bascode>
diff --git a/source/text/sbasic/guide/show_dialog.xhp b/source/text/sbasic/guide/show_dialog.xhp
index 117ff796c2..00872c9732 100644
--- a/source/text/sbasic/guide/show_dialog.xhp
+++ b/source/text/sbasic/guide/show_dialog.xhp
@@ -30,7 +30,7 @@
<bookmark_value>examples; showing a dialog with Basic</bookmark_value>
<bookmark_value>Tools;LoadDialog</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3154140" xml-lang="en-US" level="1"><variable id="show_dialog"><link href="text/sbasic/guide/show_dialog.xhp" name="Opening a Dialog With Basic">Opening a Dialog With Basic</link>
+<paragraph role="heading" id="hd_id3154140" xml-lang="en-US" level="1"><variable id="show_dialog"><link href="text/sbasic/guide/show_dialog.xhp">Opening a Dialog With Basic</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3145171" xml-lang="en-US">In the <item type="productname">%PRODUCTNAME</item> BASIC window for a dialog that you created, leave the dialog editor by clicking the name tab of the Module that the dialog is assigned to. The name tab is at the bottom of the window.</paragraph>
<paragraph role="paragraph" id="par_id3153968" xml-lang="en-US">Enter the following code for a subroutine called <emph>Dialog1Show</emph>. In this example, the name of the dialog that you created is "Dialog1":</paragraph>
diff --git a/source/text/sbasic/python/main0000.xhp b/source/text/sbasic/python/main0000.xhp
index 40aaa194ea..8898ca3e1e 100644
--- a/source/text/sbasic/python/main0000.xhp
+++ b/source/text/sbasic/python/main0000.xhp
@@ -20,11 +20,11 @@
<bookmark_value>Python;macros</bookmark_value>
<bookmark_value>scripts;Python</bookmark_value>
</bookmark>
- <h1 id="hd_id3154232"><variable id="pythonscriptshelp"><link href="text/sbasic/python/main0000.xhp" name="mainpython">%PRODUCTNAME Python Scripts Help</link></variable></h1>
+ <h1 id="hd_id3154232"><variable id="pythonscriptshelp"><link href="text/sbasic/python/main0000.xhp">%PRODUCTNAME Python Scripts Help</link></variable></h1>
<section id="pythonold">
- <paragraph id="par_id3153894" role="paragraph" xml-lang="en-US">%PRODUCTNAME provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit <link href="https://api.libreoffice.org/" name="api.libreoffice.org">https://api.libreoffice.org</link></paragraph>
- <paragraph id="par_id3147226" role="paragraph" xml-lang="en-US">This help section explains the most common Python script functions for %PRODUCTNAME. For more in-depth information please refer to the <link href="https://wiki.documentfoundation.org/Macros/Python_Design_Guide" name="wiki.documentfoundation.org PYTHON Guide">Designing &amp; Developing Python Applications</link> on the Wiki.</paragraph>
+ <paragraph id="par_id3153894" role="paragraph" xml-lang="en-US">%PRODUCTNAME provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit <link href="https://api.libreoffice.org/">https://api.libreoffice.org</link></paragraph>
+ <paragraph id="par_id3147226" role="paragraph" xml-lang="en-US">This help section explains the most common Python script functions for %PRODUCTNAME. For more in-depth information please refer to the <link href="https://wiki.documentfoundation.org/Macros/Python_Design_Guide">Designing &amp; Developing Python Applications</link> on the Wiki.</paragraph>
</section>
<h2 id="hd_id3146957">Working with Python Scripts in %PRODUCTNAME</h2>
<paragraph role="paragraph" id="N0102">You can execute Python scripts choosing <menuitem>Tools - Macros - Run Macro</menuitem>. Editing scripts can be done with your preferred text editor. Python scripts are present in various locations detailed hereafter. You can refer to Programming examples for macros illustrating how to run the Python interactive console from %PRODUCTNAME.</paragraph>
@@ -46,9 +46,9 @@
<section id="pyModules">
<h2 id="hd_id901655365903313">%PRODUCTNAME Python Modules</h2>
- <paragraph role="paragraph" id="par_id21655367848705"><link href="text/sbasic/python/python_screen.xhp" name="msgbox module"><literal>msgbox</literal> module</link></paragraph>
- <paragraph role="paragraph" id="par_id801655368030968"><link href="text/sbasic/shared/03/lib_ScriptForge.xhp" name="scriptforge module"><literal>scriptforge</literal> module</link></paragraph>
- <paragraph role="paragraph" id="par_id12655637848750"><link href="text/sbasic/python/python_programming.xhp#uno" name="uno module"><literal>uno</literal> module</link></paragraph>
+ <paragraph role="paragraph" id="par_id21655367848705"><link href="text/sbasic/python/python_screen.xhp"><literal>msgbox</literal> module</link></paragraph>
+ <paragraph role="paragraph" id="par_id801655368030968"><link href="text/sbasic/shared/03/lib_ScriptForge.xhp"><literal>scriptforge</literal> module</link></paragraph>
+ <paragraph role="paragraph" id="par_id12655637848750"><link href="text/sbasic/python/python_programming.xhp#uno"><literal>uno</literal> module</link></paragraph>
</section>
<embed href="text/swriter/main0000.xhp#helpabouthelp"/>
diff --git a/source/text/sbasic/python/python_2_basic.xhp b/source/text/sbasic/python/python_2_basic.xhp
index 0ce9f44177..11c4a7ab7d 100644
--- a/source/text/sbasic/python/python_2_basic.xhp
+++ b/source/text/sbasic/python/python_2_basic.xhp
@@ -19,7 +19,7 @@
<bookmark_value>Python;Calling Basic</bookmark_value>
<bookmark_value>ParamArray</bookmark_value>
</bookmark>
- <h1 id="N0331"><variable id="py2ba_h1"><link href="text/sbasic/python/python_2_basic.xhp" name="Calling Basic macros from Python">Calling Basic Macros from Python</link></variable></h1>
+ <h1 id="N0331"><variable id="py2ba_h1"><link href="text/sbasic/python/python_2_basic.xhp">Calling Basic Macros from Python</link></variable></h1>
<paragraph role="paragraph" id="N0332">You can call %PRODUCTNAME Basic macros from Python scripts, and notable features can be obtained in return such as:</paragraph>
<list type="unordered">
<listitem><paragraph role="listitem" id="N0333">Simple logging facilities out of <literal>Access2Base</literal> library Trace console,</paragraph></listitem>
@@ -31,9 +31,9 @@
</section>
<tip id="N0337">It is recommended to have knowledge of Python standard modules and %PRODUCTNAME API features prior to perform inter-language calls from Python to Basic, JavaScript or any other script engine.</tip>
<!-- WIP - Context clarifications needed in below warning -->
- <warning id="N0338">When running Python scripts from an Integrated Development Environment (IDE), the %PRODUCTNAME-embedded Basic engine may be absent. Avoid Python-to-%PRODUCTNAME Basic calls in such contexts. However Python environment and Universal Networks Objects (UNO) are fully available. Refer to <link href="text/sbasic/python/python_ide.xhp" name ="Setting Up an Integrated IDE for Python">Setting Up an Integrated IDE for Python</link> for more information.</warning>
+ <warning id="N0338">When running Python scripts from an Integrated Development Environment (IDE), the %PRODUCTNAME-embedded Basic engine may be absent. Avoid Python-to-%PRODUCTNAME Basic calls in such contexts. However Python environment and Universal Networks Objects (UNO) are fully available. Refer to <link href="text/sbasic/python/python_ide.xhp">Setting Up an Integrated IDE for Python</link> for more information.</warning>
<h2 id="N0339">Retrieving %PRODUCTNAME Basic Scripts</h2>
- <paragraph role="paragraph" id="N0340">%PRODUCTNAME Basic macros can be personal, shared, or embedded in documents. In order to execute them, Python run time needs to be provided with Basic macro locations. Implementing the <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1script_1_1provider_1_1XScript.html" name ="XScriptProvider interface">com.sun.star.script.provider.XScriptProvider</link> interface allows the retrieval of executable scripts:</paragraph>
+ <paragraph role="paragraph" id="N0340">%PRODUCTNAME Basic macros can be personal, shared, or embedded in documents. In order to execute them, Python run time needs to be provided with Basic macro locations. Implementing the <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1script_1_1provider_1_1XScript.html">com.sun.star.script.provider.XScriptProvider</link> interface allows the retrieval of executable scripts:</paragraph>
<section id="Python_getBasicScript" >
<bookmark branch="index" id="N0341">
<bookmark_value>API;script.provider.MasterScriptProviderFactory: Retrieving Basic scripts</bookmark_value>
@@ -69,7 +69,7 @@
<bookmark branch="index" id="N0364ndx">
<bookmark_value>API;script.provider.XScript : Executing Basic scripts</bookmark_value>
</bookmark>
- <paragraph role="paragraph" id="N0364">The %PRODUCTNAME Software Development Kit (SDK) documentation for <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1script_1_1provider_1_1XScript.html#a11a551f5a2520f74c5109cd8c9f8c7b7" name ="XScript interface">com.sun.star.script.provider.XScript</link> interface details the calling convention for inter-language calls. Invocation of functions requires three arrays:</paragraph>
+ <paragraph role="paragraph" id="N0364">The %PRODUCTNAME Software Development Kit (SDK) documentation for <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1script_1_1provider_1_1XScript.html#a11a551f5a2520f74c5109cd8c9f8c7b7">com.sun.star.script.provider.XScript</link> interface details the calling convention for inter-language calls. Invocation of functions requires three arrays:</paragraph>
<list type="unordered">
<listitem><paragraph role="listitem" id="N0365">the first lists the arguments of the called routine</paragraph></listitem>
<listitem><paragraph role="listitem" id="N0366">the second identifies modified arguments</paragraph></listitem>
@@ -81,8 +81,8 @@
<paragraph role="paragraph" localize="false" id="N0370"><input>script.invoke((message,), tuple, ())</input></paragraph>
<paragraph role="paragraph" localize="false" id="N0371"><input>script.invoke((args), (), results)</input></paragraph>
<h3 id="N0372">Examples of Personal or Shared Scripts</h3>
- <paragraph role="paragraph" id="N0373">Examples in <link href="text/sbasic/python/python_screen.xhp" name ="Input/Output to Screen">Input/Output to Screen</link> detail Python to Basic invocation calls. <link href="text/sbasic/python/python_document_events.xhp" name ="Monitoring Document Events">Monitoring Document Events</link> illustrates the usage of *args Python idiom to print a variable number of parameters to <literal>Access2Base</literal> logging console dialog.</paragraph>
- <tip id="N0374">At time of development you can interrupt Python script execution using <link href="https://berma.pagesperso-orange.fr/index2.html" name ="Xray extension">Xray extension</link> in order to inspect properties and methods of UNO objects. The APSO extension debugger allows object introspection using either Xray either MRI extensions.</tip>
+ <paragraph role="paragraph" id="N0373">Examples in <link href="text/sbasic/python/python_screen.xhp">Input/Output to Screen</link> detail Python to Basic invocation calls. <link href="text/sbasic/python/python_document_events.xhp">Monitoring Document Events</link> illustrates the usage of *args Python idiom to print a variable number of parameters to <literal>Access2Base</literal> logging console dialog.</paragraph>
+ <tip id="N0374">At time of development you can interrupt Python script execution using <link href="https://berma.pagesperso-orange.fr/index2.html">Xray extension</link> in order to inspect properties and methods of UNO objects. The APSO extension debugger allows object introspection using either Xray either MRI extensions.</tip>
<pycode>
<paragraph role="pycode" id="N0375" localize="false">def xray(myObject):</paragraph>
<paragraph role="pycode" id="N0376" localize="false"> script = getBasicScript(library=&quot;XrayTool&quot;, module=&quot;_Main&quot;, macro=&quot;Xray&quot;)</paragraph>
diff --git a/source/text/sbasic/python/python_dialogs.xhp b/source/text/sbasic/python/python_dialogs.xhp
index ee6c6ee0fc..cd10848260 100644
--- a/source/text/sbasic/python/python_dialogs.xhp
+++ b/source/text/sbasic/python/python_dialogs.xhp
@@ -21,9 +21,9 @@
<bookmark_value>dialogs;Python</bookmark_value>
</bookmark>
<section id="pythondialog1">
- <h1 id="N0336"><variable id="pythondialog"><link href="text/sbasic/python/python_dialogs.xhp" name="command_name">Opening a Dialog with Python</link></variable></h1>
+ <h1 id="N0336"><variable id="pythondialog"><link href="text/sbasic/python/python_dialogs.xhp">Opening a Dialog with Python</link></variable></h1>
</section>
- <paragraph role="paragraph" id="N0337">%PRODUCTNAME static dialogs are created with the <link href="text/sbasic/guide/create_dialog.xhp" name="dialog editor">Dialog editor</link> and are stored in varying places according to their personal (My Macros), shared (Application Macros) or document-embedded nature. In reverse, dynamic dialogs are constructed at runtime, from Basic or Python scripts, or using any other <link href="text/shared/guide/scripting.xhp">%PRODUCTNAME supported language</link> for that matter. Opening static dialogs with Python is illustrated herewith. Exception handling and internationalization are omitted for clarity.</paragraph>
+ <paragraph role="paragraph" id="N0337">%PRODUCTNAME static dialogs are created with the <link href="text/sbasic/guide/create_dialog.xhp">Dialog editor</link> and are stored in varying places according to their personal (My Macros), shared (Application Macros) or document-embedded nature. In reverse, dynamic dialogs are constructed at runtime, from Basic or Python scripts, or using any other <link href="text/shared/guide/scripting.xhp">%PRODUCTNAME supported language</link> for that matter. Opening static dialogs with Python is illustrated herewith. Exception handling and internationalization are omitted for clarity.</paragraph>
<h2 id="N0338">My Macros or Application Macros dialogs</h2>
<paragraph role="paragraph" id="N0339">The examples below open <literal>Access2Base Trace</literal> console or the imported <literal>TutorialsDialog</literal> dialog with <menuitem>Tools - Macros - Run Macro</menuitem> menu:</paragraph>
<pycode>
diff --git a/source/text/sbasic/python/python_document_events.xhp b/source/text/sbasic/python/python_document_events.xhp
index 814047b1be..883f7697ef 100644
--- a/source/text/sbasic/python/python_document_events.xhp
+++ b/source/text/sbasic/python/python_document_events.xhp
@@ -26,7 +26,7 @@
<bookmark_value>API;lang.EventObject: Monitoring Document Event</bookmark_value>
</bookmark>
<section id="pythonmonitor1">
- <h1 id="N0527"><variable id="pythonmonitor"><link href="text/sbasic/python/python_document_events.xhp" name="Monitoring Document Events">Listening to Document Events</link></variable></h1>
+ <h1 id="N0527"><variable id="pythonmonitor"><link href="text/sbasic/python/python_document_events.xhp">Listening to Document Events</link></variable></h1>
<paragraph role="paragraph" id="par_id641630582314861">Listening to document events can help in the following situations:</paragraph>
<list type="unordered">
<listitem>
@@ -42,7 +42,7 @@
<paragraph id="par_id601630582398998" role="listitem">Import math Python packages before opening a Calc document. Release these packages when the document closes.</paragraph>
</listitem>
</list>
- <paragraph role="paragraph" id="N0528">Next to <link href="text/sbasic/shared/01040000.xhp" name ="assigning macros to events">assigning macros to events</link>, one can monitor events raised by %PRODUCTNAME documents. Application Programming Interface (API) broadcasters are responsible for calling event scripts. Unlike listeners that require to define all supported methods, even if unused, document monitors require only two methods next to hooked event scripts.</paragraph>
+ <paragraph role="paragraph" id="N0528">Next to <link href="text/sbasic/shared/01040000.xhp">assigning macros to events</link>, one can monitor events raised by %PRODUCTNAME documents. Application Programming Interface (API) broadcasters are responsible for calling event scripts. Unlike listeners that require to define all supported methods, even if unused, document monitors require only two methods next to hooked event scripts.</paragraph>
</section>
<h2 id="N0529">Monitoring Document Events</h2>
<paragraph role="paragraph" id="N0530">Monitoring is illustrated herewith for Basic and Python languages using object-oriented programming. Assigning <literal>OnLoad</literal> script, to the <menuitem>Open Document</menuitem> event, suffices to initiate and terminate document event monitoring. <menuitem>Tools - Customize</menuitem> menu <menuitem>Events</menuitem> tab is used to assign either scripts.</paragraph>
@@ -163,7 +163,7 @@
<paragraph role="pycode" localize="false" id="N0646"> return xScript</paragraph>
</pycode>
<warning id="N0647">Mind the misspelled <literal>documentEventOccured</literal> method that inherits a typo from %PRODUCTNAME Application Programming Interface (API).</warning>
- <paragraph role="tip" id="N0648"><menuitem>Start application</menuitem> and <menuitem>Close application</menuitem> events can respectively be used to set and to unset Python path for user scripts or %PRODUCTNAME scripts. In a similar fashion, document based Python libraries or modules can be loaded and released using <menuitem>Open document</menuitem> and <menuitem>Document closed</menuitem> events. Refer to <link href="text/sbasic/python/python_import.xhp" name ="Importing Python Modules">Importing Python Modules</link> for more information.</paragraph>
+ <paragraph role="tip" id="N0648"><menuitem>Start application</menuitem> and <menuitem>Close application</menuitem> events can respectively be used to set and to unset Python path for user scripts or %PRODUCTNAME scripts. In a similar fashion, document based Python libraries or modules can be loaded and released using <menuitem>Open document</menuitem> and <menuitem>Document closed</menuitem> events. Refer to <link href="text/sbasic/python/python_import.xhp">Importing Python Modules</link> for more information.</paragraph>
<h3 id="N0649">With %PRODUCTNAME Basic</h3>
<bookmark xml-lang="en-US" branch="index" id="bm_id591622446367707">
<bookmark_value>API;GlobalScope.BasicLibraries</bookmark_value>
@@ -269,7 +269,7 @@
<paragraph role="pycode" localize="false" id="N0745"> </paragraph>
<paragraph role="pycode" localize="false" id="N0746">g_exportedScripts = (displayAvailableEvents,)</paragraph>
</pycode>
- <note id="N0747">The <link href="https://extensions.libreoffice.org/extensions/apso-alternative-script-organizer-for-python" name ="Alternative Python Script Organizer">Alternative Python Script Organizer (APSO)</link> extension is used to render events information on screen.</note>
+ <note id="N0747">The <link href="https://extensions.libreoffice.org/extensions/apso-alternative-script-organizer-for-python">Alternative Python Script Organizer (APSO)</link> extension is used to render events information on screen.</note>
<h3 id="N0748">With %PRODUCTNAME Basic</h3>
<bascode>
<paragraph role="bascode" localize="false" id="N0749">Sub DisplayAvailableEvents</paragraph>
diff --git a/source/text/sbasic/python/python_examples.xhp b/source/text/sbasic/python/python_examples.xhp
index 90913e6528..6085266cd5 100644
--- a/source/text/sbasic/python/python_examples.xhp
+++ b/source/text/sbasic/python/python_examples.xhp
@@ -22,7 +22,7 @@
<bookmark_value>Python;session</bookmark_value>
<bookmark_value>Python;screen input/output</bookmark_value>
</bookmark>
- <h1 id="hd_id201901031407"><variable id="pythonexamples2"><link href="text/sbasic/python/python_examples.xhp" name="python examples">Python programming examples</link></variable></h1>
+ <h1 id="hd_id201901031407"><variable id="pythonexamples2"><link href="text/sbasic/python/python_examples.xhp">Python programming examples</link></variable></h1>
</section>
<embed href="text/sbasic/python/python_session.xhp#pythonsession"/>
<embed href="text/sbasic/python/python_platform.xhp#pythonplatform"/>
diff --git a/source/text/sbasic/python/python_handler.xhp b/source/text/sbasic/python/python_handler.xhp
index 87887105e3..0378032847 100644
--- a/source/text/sbasic/python/python_handler.xhp
+++ b/source/text/sbasic/python/python_handler.xhp
@@ -24,8 +24,8 @@
<bookmark_value>API;XDialogEventHandler</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/cui/ui/assigncomponentdialog/AssignComponent" id="bm_id66701251" localize="false"/>
- <h1 id="N0665"><variable id="pythonhandler_h1"><link href="text/sbasic/python/python_handler.xhp" name="Creating a Dialog Handler">Creating a Dialog Handler</link></variable></h1>
- <paragraph role="paragraph" id="N0666">Next to <link href="text/sbasic/shared/01040000.xhp" name ="Assigning macros to events">assigning macros to events</link> or <link href="text/sbasic/basic/python/python_listener" name ="creating event listeners">creating event listeners</link>, one can use dialog handlers, whose principle is to define UNO keywords, or methods, that are mapped to events to watch for. The event handler is responsible for executing methods using the <literal>vnd.sun.star.UNO:&lt;method_name&gt;</literal> protocol. Unlike listeners that require to define all supported methods, even if unused, dialog handlers require only two methods on top of intended control hook scripts.</paragraph>
+ <h1 id="N0665"><variable id="pythonhandler_h1"><link href="text/sbasic/python/python_handler.xhp">Creating a Dialog Handler</link></variable></h1>
+ <paragraph role="paragraph" id="N0666">Next to <link href="text/sbasic/shared/01040000.xhp">assigning macros to events</link> or <link href="text/sbasic/basic/python/python_listener">creating event listeners</link>, one can use dialog handlers, whose principle is to define UNO keywords, or methods, that are mapped to events to watch for. The event handler is responsible for executing methods using the <literal>vnd.sun.star.UNO:&lt;method_name&gt;</literal> protocol. Unlike listeners that require to define all supported methods, even if unused, dialog handlers require only two methods on top of intended control hook scripts.</paragraph>
<paragraph role="paragraph" id="N0667">The advantages of this approach are:</paragraph>
<list type="unordered">
<listitem><paragraph role="listitem" id="N0668">It packs the code that handles event-driven macros,</paragraph></listitem>
@@ -34,7 +34,7 @@
<paragraph role="paragraph" id="N0670">This mechanism is illustrated herewith for Basic and Python languages using an imported copy of <literal>Access2Base</literal> <literal>dlgTrace</literal> dialog. Exception handling and localisation are omitted for clarity.</paragraph>
<h2 id="N0671">Assigning Dialog methods</h2>
<paragraph role="paragraph" id="N0672">Export <literal>Access2Base</literal> <literal>dlgTrace</literal> dialog and import it into <literal>MyLib</literal> application library.</paragraph>
- <paragraph role="paragraph" id="N0673">Inside the control properties pane of the <link href="text/sbasic/guide/create_dialog.xhp" name ="Dialog Editor">Dialog Editor</link>, use the Events tab to replace macro assignments by component assignments, and type in the intended method names:</paragraph>
+ <paragraph role="paragraph" id="N0673">Inside the control properties pane of the <link href="text/sbasic/guide/create_dialog.xhp">Dialog Editor</link>, use the Events tab to replace macro assignments by component assignments, and type in the intended method names:</paragraph>
<list type="unordered">
<listitem><paragraph role="listitem" id="N0674">Set <literal>Dump to file</literal> dialog button component method name to <literal>_dump2File</literal></paragraph></listitem>
<listitem><paragraph role="listitem" id="N0675">Optionally define <literal>txtTracelog</literal> key pressed and mouse button pressed events component method names as <literal>_openHelp</literal></paragraph></listitem>
@@ -42,7 +42,7 @@
</list>
<paragraph role="paragraph" id="N0677">Events assigned actions should mention the <literal>vnd.sun.star.UNO:</literal> protocol.</paragraph>
<h2 id="N0678">Creating the handler</h2>
- <paragraph role="paragraph" id="N0679"><literal>createDialogWithHandler</literal> method of <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1awt_1_1DialogProvider2.html" name ="com.sun.star.awt.DialogProvider2">com.sun.star.awt.DialogProvider2</link> service is used to set the dialog and its handler. The handler is responsible for implementing <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1XDialogEventHandler.html" name ="com.sun.star.awt.XDialogEventHandler">com.sun.star.awt.XDialogEventHandler</link> interface.</paragraph>
+ <paragraph role="paragraph" id="N0679"><literal>createDialogWithHandler</literal> method of <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1awt_1_1DialogProvider2.html">com.sun.star.awt.DialogProvider2</link> service is used to set the dialog and its handler. The handler is responsible for implementing <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1XDialogEventHandler.html">com.sun.star.awt.XDialogEventHandler</link> interface.</paragraph>
<warning id="N0680">All component method names must be explicitly declared when using a dialog handler.</warning>
<h3 id="N0681">With Python</h3>
<paragraph role="paragraph" id="N0682">In this example the dialog is located on the computer.</paragraph>
@@ -110,7 +110,7 @@
<paragraph role="pycode" localize="false" id="N0739"> </paragraph>
</pycode>
<note id="N0740">As expected, <literal>onOkHasFocus</literal> missing method throws an exception.</note>
- <tip id="N0741">Refer to <link href="text/sbasic/python/python_2_basic.xhp" name ="Python calls to %PRODUCTNAME Basic">Python calls to %PRODUCTNAME Basic</link> page for <literal>getBasicScript</literal> routine description and for details about cross-language scripting execution.</tip>
+ <tip id="N0741">Refer to <link href="text/sbasic/python/python_2_basic.xhp">Python calls to %PRODUCTNAME Basic</link> page for <literal>getBasicScript</literal> routine description and for details about cross-language scripting execution.</tip>
<h3 id="N0742">With %PRODUCTNAME Basic</h3>
<paragraph role="paragraph" id="N0743">In this example the dialog is embedded in a document, and can equally be located on the computer.</paragraph>
<bascode>
@@ -158,7 +158,7 @@
<section id="relatedtopics" >
<embed href="text/sbasic/python/python_2_basic.xhp#py2ba_h1"/>
<embed href="text/sbasic/guide/show_dialog.xhp#show_dialog"/>
- <paragraph role="paragraph" id="N0505"><link href="text/sbasic/shared/03132000.xhp" name ="CreateUnoListener Function">CreateUnoListener Function</link></paragraph>
+ <paragraph role="paragraph" id="N0505"><link href="text/sbasic/shared/03132000.xhp">CreateUnoListener Function</link></paragraph>
<embed href="text/sbasic/python/python_listener.xhp#pythonlistener"/>
<embed href="text/sbasic/python/python_dialogs.xhp#pythondialog"/>
<embed href="text/sbasic/python/python_document_events.xhp#pythonmonitor"/>
diff --git a/source/text/sbasic/python/python_ide.xhp b/source/text/sbasic/python/python_ide.xhp
index e6d715630e..2f14ea9f64 100644
--- a/source/text/sbasic/python/python_ide.xhp
+++ b/source/text/sbasic/python/python_ide.xhp
@@ -23,12 +23,12 @@
<bookmark_value>python;IDE - integrated development environment</bookmark_value>
<bookmark_value>python;editor</bookmark_value>
</bookmark>
- <h1 id="hd_id151543348965464"><variable id="pythonideh1"><link href="text/sbasic/python/python_ide.xhp" name="Python IDE Setup">Setting up an Integrated Development Environment (IDE) for Python</link></variable></h1>
+ <h1 id="hd_id151543348965464"><variable id="pythonideh1"><link href="text/sbasic/python/python_ide.xhp">Setting up an Integrated Development Environment (IDE) for Python</link></variable></h1>
<paragraph id="par_id541543348965465" role="paragraph" xml-lang="en-US">Writing Python macros requires extra configuration steps to set an IDE of choice.</paragraph>
</section>
- <paragraph role="paragraph" id="N0106">Unlike Basic language macros development in %PRODUCTNAME, developing Python scripts for %PRODUCTNAME requires to configure an external Integrated Development Environment (IDE). Multiple IDEs are available that range from beginners to advanced Python coders. While using a Python IDE programmers benefit from numerous features such as syntax highlighting, code folding, class browsing, code completion, coding standard enforcement, test driven development, debugging, version control and many more. You can refer to <link href="https://wiki.documentfoundation.org/Macros/Python_Design_Guide" name="Designing &amp; Developing Python Applications">Designing &amp; Developing Python Applications</link> on the Wiki for more in-depth information about the setup of a bridge between your IDE and a running instance %PRODUCTNAME.</paragraph>
+ <paragraph role="paragraph" id="N0106">Unlike Basic language macros development in %PRODUCTNAME, developing Python scripts for %PRODUCTNAME requires to configure an external Integrated Development Environment (IDE). Multiple IDEs are available that range from beginners to advanced Python coders. While using a Python IDE programmers benefit from numerous features such as syntax highlighting, code folding, class browsing, code completion, coding standard enforcement, test driven development, debugging, version control and many more. You can refer to <link href="https://wiki.documentfoundation.org/Macros/Python_Design_Guide">Designing &amp; Developing Python Applications</link> on the Wiki for more in-depth information about the setup of a bridge between your IDE and a running instance %PRODUCTNAME.</paragraph>
<h2 id="hd_id761544698669786">The APSO Extension</h2>
- <paragraph role="paragraph" id="N0104">The <link href="https://extensions.libreoffice.org/extensions/apso-alternative-script-organizer-for-python" name="Alternative Python Script Organizer (APSO)">Alternative Python Script Organizer (APSO)</link> extension eases the edition of Python scripts, in particular when embedded in a document. Using APSO you can configure your preferred source code editor, start the integrated Python shell and debug Python scripts. Extensions exist that help inspect arbitrary UNO objects, refer to <link href="https://wiki.documentfoundation.org/Macros/Python_Design_Guide" name="eDesigning &amp; Developing Python Applications">Designing &amp; Developing Python Applications</link> for additional details on such extensions.</paragraph>
+ <paragraph role="paragraph" id="N0104">The <link href="https://extensions.libreoffice.org/extensions/apso-alternative-script-organizer-for-python">Alternative Python Script Organizer (APSO)</link> extension eases the edition of Python scripts, in particular when embedded in a document. Using APSO you can configure your preferred source code editor, start the integrated Python shell and debug Python scripts. Extensions exist that help inspect arbitrary UNO objects, refer to <link href="https://wiki.documentfoundation.org/Macros/Python_Design_Guide">Designing &amp; Developing Python Applications</link> for additional details on such extensions.</paragraph>
<section id="relatedtopics">
<embed href="text/sbasic/python/main0000.xhp#pythonscriptshelp"/>
</section>
diff --git a/source/text/sbasic/python/python_import.xhp b/source/text/sbasic/python/python_import.xhp
index af3b243d3b..da92932beb 100644
--- a/source/text/sbasic/python/python_import.xhp
+++ b/source/text/sbasic/python/python_import.xhp
@@ -21,7 +21,7 @@
<bookmark_value>Python;pythonpath</bookmark_value>
<bookmark_value>PythonLibraries</bookmark_value>
</bookmark>
- <h1 id="N0462"><variable id="pythonimporth1"><link href="text/sbasic/python/python_import.xhp" name="python imports">Importing Python Modules</link></variable></h1>
+ <h1 id="N0462"><variable id="pythonimporth1"><link href="text/sbasic/python/python_import.xhp">Importing Python Modules</link></variable></h1>
<paragraph role="paragraph" id="N0463">%PRODUCTNAME Python scripts come in three distinct flavors, they can be personal, shared or embedded in documents. They are stored in varying places described in <link href="text/sbasic/python/python_locations.xhp">Python Scripts Organization and Location</link>. In order to import Python modules, their locations must be known from Python at run time.</paragraph>
<paragraph role="paragraph" id="N0464">This mechanism is illustrated for file system based modules and document based modules. Exception handling is omitted for clarity. The terms library or directory, scripts or modules are used interchangeably. A Python macro refers to a function inside a module.</paragraph>
<warning id="N0465">Note that <literal>&lt;User Profile&gt;/Scripts/python/pythonpath</literal> local directory is always explored when running a Python macro from <literal>&lt;User Profile&gt;/Scripts/python</literal>.</warning>
diff --git a/source/text/sbasic/python/python_listener.xhp b/source/text/sbasic/python/python_listener.xhp
index c9f97398a8..f4f88165c3 100644
--- a/source/text/sbasic/python/python_listener.xhp
+++ b/source/text/sbasic/python/python_listener.xhp
@@ -26,9 +26,9 @@
<bookmark_value>API;XActionListener</bookmark_value>
</bookmark>
<section id="pythonlistener1">
- <h1 id="N0386"><variable id="pythonlistener"><link href="text/sbasic/python/python_listener.xhp" name="python listeners">Creating Event Listeners</link></variable></h1>
+ <h1 id="N0386"><variable id="pythonlistener"><link href="text/sbasic/python/python_listener.xhp">Creating Event Listeners</link></variable></h1>
</section>
- <paragraph role="paragraph" id="N0387">Events raised by dialogs, documents, forms or graphical controls can be linked to macros, which is referred to as event-driven programming. The most common method to relate events to macros are the <literal>Events</literal> tab in <menuitem>Tools – Customize</menuitem> menu and the <link href="text/sbasic/guide/create_dialog.xhp" name ="Create dialog">Dialog Editor</link> Control properties pane from <menuitem>Tools - Macros – Organise Dialogs...</menuitem> menu.</paragraph>
+ <paragraph role="paragraph" id="N0387">Events raised by dialogs, documents, forms or graphical controls can be linked to macros, which is referred to as event-driven programming. The most common method to relate events to macros are the <literal>Events</literal> tab in <menuitem>Tools – Customize</menuitem> menu and the <link href="text/sbasic/guide/create_dialog.xhp">Dialog Editor</link> Control properties pane from <menuitem>Tools - Macros – Organise Dialogs...</menuitem> menu.</paragraph>
<paragraph role="paragraph" id="N0388">Graphical artifacts, keyboard inputs, mouse moves and other man/machine interactions can be controlled using UNO listeners that watch for the user’s behavior. Listeners are dynamic program code alternatives to macro assignments. One may create as many UNO listeners as events to watch for. A single listener can also handle multiple user interface controls.</paragraph>
<h2 id="N0389">Creating an event listener</h2>
<paragraph role="paragraph" id="N0390">Listeners get attached to controls held in dialogs, as well as to document or form events. Listeners are also used when creating runtime dialogs or when adding controls to a dialog on the fly.</paragraph>
@@ -152,13 +152,13 @@
<paragraph role="bascode" localize="false" id="N0497">End Sub &apos; awt_disposing</paragraph>
</bascode>
<h2 id="N0498">Other Event Listeners</h2>
- <paragraph role="paragraph" id="N0499">Listeners are usually coded along with <link href="text/sbasic/python/python_dialogs.xhp" name ="dialog opening">dialog opening</link>. Numerous listener approaches are possible such as event handlers for dialogs or event monitors for documents or forms.</paragraph>
+ <paragraph role="paragraph" id="N0499">Listeners are usually coded along with <link href="text/sbasic/python/python_dialogs.xhp">dialog opening</link>. Numerous listener approaches are possible such as event handlers for dialogs or event monitors for documents or forms.</paragraph>
<section id="relatedtopics" >
<embed href="text/sbasic/guide/sample_code.xhp#sample_code"/>
<embed href="text/sbasic/shared/03132000.xhp#CreateUnoListener"/>
<embed href="text/swriter/01/05060700.xhp#"/>
- <paragraph role="paragraph" id="N0506"><link href="text/swriter/01/05060700.xhp" name ="Events mapping to objects">Events mapping to objects</link></paragraph>
- <paragraph role="paragraph" id="N0509">See also <link href="text/sbasic/shared/01040000.xhp" name ="Document events">Document events</link>, <link href="text/shared/02/01170202.xhp" name ="Form events">Form events</link>.</paragraph>
+ <paragraph role="paragraph" id="N0506"><link href="text/swriter/01/05060700.xhp">Events mapping to objects</link></paragraph>
+ <paragraph role="paragraph" id="N0509">See also <link href="text/sbasic/shared/01040000.xhp">Document events</link>, <link href="text/shared/02/01170202.xhp">Form events</link>.</paragraph>
<embed href="text/sbasic/python/python_handler.xhp#pythonhandler_h1"/>
<embed href="text/sbasic/python/python_document_events.xhp#pythonmonitor"/>
<embed href="text/sbasic/python/python_examples.xhp#pythonexamples2"/>
diff --git a/source/text/sbasic/python/python_locations.xhp b/source/text/sbasic/python/python_locations.xhp
index 9f145416a8..6895faa1b0 100644
--- a/source/text/sbasic/python/python_locations.xhp
+++ b/source/text/sbasic/python/python_locations.xhp
@@ -17,7 +17,7 @@
</meta>
<body>
<section id="pythonlocation">
- <paragraph id="hd_id391543358231021" role="heading" level="1" xml-lang="en-US"><variable id="pythonlocations1"><link href="text/sbasic/python/python_locations.xhp" name="command_name">Python Scripts Organization and Location</link></variable></paragraph>
+ <paragraph id="hd_id391543358231021" role="heading" level="1" xml-lang="en-US"><variable id="pythonlocations1"><link href="text/sbasic/python/python_locations.xhp">Python Scripts Organization and Location</link></variable></paragraph>
<paragraph id="par_id481636114810038" role="paragraph" xml-lang="en-US">%PRODUCTNAME macros are grouped in module files, modules are usually grouped in library folders, and libraries are grouped in library containers although containers can contain modules too.</paragraph>
<paragraph role="paragraph" id="par_id771543358231022">A library is used as a major grouping for either an entire category of macros, or for an entire application. Modules usually split functionality, such as user interaction and calculations. Individual macros are subroutines and functions. The Figure below shows an example of the hierarchical structure of macro libraries in %PRODUCTNAME.</paragraph>
<paragraph role="image" id="par_id771636279690940"><image src="media/helpimg/sbasic/Library-Container.svg" id="img_id121636285791637" width="8cm" height="5.5cm"><alt id="alt_id471636279690940">Library Container diagram</alt></image></paragraph>
@@ -37,7 +37,7 @@
</list>
</section>
<h2 id="hd_id911544049584458">Python Script Locations</h2>
- <paragraph id="par_id121551089455774" role="paragraph" xml-lang="en-US">Refer to <link href="text/sbasic/python/python_session.xhp" name="Getting Session Information">Getting Session Information</link> in order to get programmatic access to Python script locations.</paragraph>
+ <paragraph id="par_id121551089455774" role="paragraph" xml-lang="en-US">Refer to <link href="text/sbasic/python/python_session.xhp">Getting Session Information</link> in order to get programmatic access to Python script locations.</paragraph>
<h3 id="hd_id591544049572647">Application Macros</h3>
<paragraph role="paragraph" id="par_id261544049064421">Existing macros in this location (container) were copied by the installation program and are available to every computer user, and any open document can access macros stored the container. You need administrative rights to store or edit macros here.</paragraph>
<paragraph role="paragraph" id="par_id861544210028670">The %PRODUCTNAME Macros container location in the file system depends on the operating system:</paragraph>
diff --git a/source/text/sbasic/python/python_platform.xhp b/source/text/sbasic/python/python_platform.xhp
index 9056ffaf3f..a96c01fc54 100644
--- a/source/text/sbasic/python/python_platform.xhp
+++ b/source/text/sbasic/python/python_platform.xhp
@@ -24,7 +24,7 @@
<bookmark_value>API;ConfigurationAccess</bookmark_value>
<bookmark_value>Tools;GetRegistryContent</bookmark_value>
</bookmark>
- <h1 id="N0509"><variable id="pythonplatform"><link href="text/sbasic/python/python_platform.xhp" name="platform01">Identifying the operating system</link></variable></h1>
+ <h1 id="N0509"><variable id="pythonplatform"><link href="text/sbasic/python/python_platform.xhp">Identifying the operating system</link></variable></h1>
<paragraph role="paragraph" id="N0510">Identifying the operating system can be performed with Python or Basic language.</paragraph>
<note id="N0511">ComputerName property is solely available for Windows. Basic calls to Python macros help overcome %PRODUCTNAME Basic limitations.</note>
<h2 id="N0512">Using a Python class:</h2>
diff --git a/source/text/sbasic/python/python_programming.xhp b/source/text/sbasic/python/python_programming.xhp
index f70148d687..71ba96cbc1 100644
--- a/source/text/sbasic/python/python_programming.xhp
+++ b/source/text/sbasic/python/python_programming.xhp
@@ -26,11 +26,11 @@
<bookmark_value>uno.py;getDocument</bookmark_value>
</bookmark>
<section id="pythonprogramming">
- <h1 id="hd_id691546462755220"><variable id="pythonprogrammingheading"><link href="text/sbasic/python/python_programming.xhp" name="python programming">Programming with Python Scripts</link></variable></h1>
+ <h1 id="hd_id691546462755220"><variable id="pythonprogrammingheading"><link href="text/sbasic/python/python_programming.xhp">Programming with Python Scripts</link></variable></h1>
</section>
- <paragraph role="paragraph" id="N0220">A Python macro is a function within a .py file, identified as a module. Unlike %PRODUCTNAME Basic and its dozen of <link href="text/sbasic/shared/uno_objects.xhp" name="UNO objects functions or services">UNO objects functions or services</link>, Python macros use the <literal>XSCRIPTCONTEXT</literal> UNO single object, shared with JavaScript and BeanShell. The <literal>g_exportedScripts</literal> global tuple explicitly lists selectable macros from a module. Python modules hold autonomous code logic, and are independent from one another.</paragraph>
+ <paragraph role="paragraph" id="N0220">A Python macro is a function within a .py file, identified as a module. Unlike %PRODUCTNAME Basic and its dozen of <link href="text/sbasic/shared/uno_objects.xhp">UNO objects functions or services</link>, Python macros use the <literal>XSCRIPTCONTEXT</literal> UNO single object, shared with JavaScript and BeanShell. The <literal>g_exportedScripts</literal> global tuple explicitly lists selectable macros from a module. Python modules hold autonomous code logic, and are independent from one another.</paragraph>
<h2 id="N0221">XSCRIPTCONTEXT Global Variable</h2>
- <paragraph role="paragraph" id="N0222">Genuine Basic UNO facilities can be inferred from <literal>XSCRIPTCONTEXT</literal> global variable. Refer to %PRODUCTNAME API for a complete <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1script_1_1provider_1_1XScriptContext.html" name="description of XSCRIPTCONTEXT">description of XSCRIPTCONTEXT</link>. <literal>XSCRIPTCONTEXT</literal> methods summarize as:</paragraph>
+ <paragraph role="paragraph" id="N0222">Genuine Basic UNO facilities can be inferred from <literal>XSCRIPTCONTEXT</literal> global variable. Refer to %PRODUCTNAME API for a complete <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1script_1_1provider_1_1XScriptContext.html">description of XSCRIPTCONTEXT</link>. <literal>XSCRIPTCONTEXT</literal> methods summarize as:</paragraph>
<table id="N0223">
<tablerow>
<tablecell>
@@ -82,10 +82,10 @@
<h2 id="N0239">Module import</h2>
<warning id="N0240"><literal>XSCRIPTCONTEXT</literal> is not provided to imported modules.</warning>
<section id="PythonFileSystemImport" >
- <paragraph role="paragraph" id="N0241">%PRODUCTNAME Basic libraries contain classes, routines and variables, Python modules contain classes, functions and variables. Common pieces of reusable Python or UNO features must be stored in <link href="text/sbasic/python/python_locations.xhp" name="My macros">My macros</link> within <literal>(User Profile)/Scripts/python/pythonpath</literal>. Python libraries help organize modules in order to prevent module name collisions. Import <literal>uno.py</literal> inside shared modules.</paragraph>
+ <paragraph role="paragraph" id="N0241">%PRODUCTNAME Basic libraries contain classes, routines and variables, Python modules contain classes, functions and variables. Common pieces of reusable Python or UNO features must be stored in <link href="text/sbasic/python/python_locations.xhp">My macros</link> within <literal>(User Profile)/Scripts/python/pythonpath</literal>. Python libraries help organize modules in order to prevent module name collisions. Import <literal>uno.py</literal> inside shared modules.</paragraph>
</section>
<section id="uno">
- <paragraph role="paragraph" id="N0242">Genuine BASIC UNO facilities can be inferred using <literal>uno.py</literal> module. Use <link href="text/sbasic/python/python_shell.xhp" name="Python interactive shell">Python interactive shell</link> to get a complete module description using <literal>dir()</literal> and <literal>help()</literal> Python commands.</paragraph>
+ <paragraph role="paragraph" id="N0242">Genuine BASIC UNO facilities can be inferred using <literal>uno.py</literal> module. Use <link href="text/sbasic/python/python_shell.xhp">Python interactive shell</link> to get a complete module description using <literal>dir()</literal> and <literal>help()</literal> Python commands.</paragraph>
<bookmark xml-lang="en-US" branch="index" id="bm_id391659034206678">
<bookmark_value>uno.py</bookmark_value>
<bookmark_value>uno.py;absolutize</bookmark_value>
@@ -221,7 +221,7 @@
</tablerow>
<tablerow>
<tablecell>
- <paragraph role="tablecontent" id="N0284">See <link href="text/sbasic/python/python_dialogs.xhp" name="Opening a Dialog">Opening a Dialog</link></paragraph>
+ <paragraph role="tablecontent" id="N0284">See <link href="text/sbasic/python/python_dialogs.xhp">Opening a Dialog</link></paragraph>
</tablecell>
<tablecell>
<paragraph role="tablecontent" localize="false" id="N0285">CreateUnoDialog()</paragraph>
@@ -229,7 +229,7 @@
</tablerow>
<tablerow>
<tablecell>
- <paragraph role="tablecontent" id="N0286">See <link href="text/sbasic/python/python_listener.xhp" name="Creating a Listener">Creating a Listener</link></paragraph>
+ <paragraph role="tablecontent" id="N0286">See <link href="text/sbasic/python/python_listener.xhp">Creating a Listener</link></paragraph>
</tablecell>
<tablecell>
<paragraph role="tablecontent" localize="false" id="N0287">CreateUnoListener()</paragraph>
@@ -303,7 +303,7 @@
</table>
<h2 id="N1297">Importing an embedded Module</h2>
<section id="PythonEmbeddedImport" >
- <paragraph role="paragraph" id="N1298">Similarly to %PRODUCTNAME Basic that supports browsing and dynamic loading of libraries, Python libraries can be explored and imported on demand. For more information on library containers, visit <link href="https://api.libreoffice.org/" name="API Documentation site">%PRODUCTNAME Application Programming Interface</link> (API) or download <link href="https://www.libreoffice.org/download/download/" name="SDK download page">%PRODUCTNAME Software Development Kit</link> (SDK).</paragraph>
+ <paragraph role="paragraph" id="N1298">Similarly to %PRODUCTNAME Basic that supports browsing and dynamic loading of libraries, Python libraries can be explored and imported on demand. For more information on library containers, visit <link href="https://api.libreoffice.org/">%PRODUCTNAME Application Programming Interface</link> (API) or download <link href="https://www.libreoffice.org/download/download/">%PRODUCTNAME Software Development Kit</link> (SDK).</paragraph>
<paragraph role="paragraph" id="N3299">Importing a Python document embedded module is illustrated below, exception handling is not detailed:</paragraph>
<pycode>
<paragraph role="pycode" localize="false" id="N1300">import uno, sys</paragraph>
@@ -329,7 +329,7 @@
</pycode>
</section>
<section id="relatedtopics">
- <paragraph role="paragraph" id="N0321"><link href="text/sbasic/shared/uno_objects.xhp" name="UNO objects page">Basic UNO Objects, Functions and Services</link></paragraph>
+ <paragraph role="paragraph" id="N0321"><link href="text/sbasic/shared/uno_objects.xhp">Basic UNO Objects, Functions and Services</link></paragraph>
<embed href="text/sbasic/python/python_import.xhp#pythonimporth1"/>
<embed href="text/sbasic/python/python_screen.xhp#ioscreen"/>
<embed href="text/sbasic/python/main0000.xhp#pythonscriptshelp"/>
diff --git a/source/text/sbasic/python/python_screen.xhp b/source/text/sbasic/python/python_screen.xhp
index a40c6bc793..2cfc4c23cf 100644
--- a/source/text/sbasic/python/python_screen.xhp
+++ b/source/text/sbasic/python/python_screen.xhp
@@ -22,9 +22,9 @@
<bookmark_value>API;script.provider.MasterScriptProvider: Screen Input/Output</bookmark_value>
<bookmark_value>API;script.provider.XScript: Screen Input/Output</bookmark_value>
</bookmark>
- <h1 id="N0434"><variable id="ioscreen"><link href="text/sbasic/python/python_screen.xhp" name="IO to screen">Input/Output to Screen</link></variable></h1>
+ <h1 id="N0434"><variable id="ioscreen"><link href="text/sbasic/python/python_screen.xhp">Input/Output to Screen</link></variable></h1>
<paragraph role="paragraph" id="N0435">Python standard output file is not available when running Python macros from <menuitem>Tools – Macros - Run Macro</menuitem>... menu. Presenting the output of a module requires the Python interactive console. Features such as <literal>input()</literal>, <literal>print()</literal>, <literal>repr()</literal> and <literal>str()</literal> are available from the Python shell.</paragraph>
- <tip id="msgbox_tip">%PRODUCTNAME <literal>msgbox</literal> Python module proposes a <literal>msgbox()</literal> method that is illustrated in <link href="text/sbasic/python/python_handler.xhp" name="msgbox example">Creating Event Listeners</link> and <link href="text/sbasic/python/python_handler.xhp" name="msgbox_example">Creating a dialog handler</link> example pages.</tip>
+ <tip id="msgbox_tip">%PRODUCTNAME <literal>msgbox</literal> Python module proposes a <literal>msgbox()</literal> method that is illustrated in <link href="text/sbasic/python/python_handler.xhp">Creating Event Listeners</link> and <link href="text/sbasic/python/python_handler.xhp">Creating a dialog handler</link> example pages.</tip>
<paragraph role="paragraph" id="N0437">%PRODUCTNAME Basic proposes <literal>InputBox()</literal>, <literal>Msgbox()</literal> and <literal>Print()</literal> screen I/O functions. Python alternatives exist relying either on %PRODUCTNAME API Abstract Windowing Toolkit, either on Python to Basic function calls. The latter proposes a syntax that is intentionally close to that of Basic, and uses a Python module next to a Basic module. The API Scripting Framework is used to perform Basic, BeanShell, JavaScript and Python inter-languages function calls.</paragraph>
<h2 id="N0438">Python syntax:</h2>
<paragraph role="code" id="N0439" localize="false">MsgBox(txt, buttons=0, title=None)<br/></paragraph>
@@ -39,10 +39,10 @@
<h2 id="N0449">Installation:</h2>
<list type="unordered">
<listitem>
- <paragraph role="listitem" id="N0450">Copy <literal>screen_io</literal> Python module in <link href="text/sbasic/python/python_locations.xhp" name="User macros">My macros</link> within &lt;UserProfile&gt;/Scripts/python/pythonpath,</paragraph>
+ <paragraph role="listitem" id="N0450">Copy <literal>screen_io</literal> Python module in <link href="text/sbasic/python/python_locations.xhp">My macros</link> within &lt;UserProfile&gt;/Scripts/python/pythonpath,</paragraph>
</listitem>
<listitem>
- <paragraph role="listitem" id="N0451">Copy <literal>uiScripts</literal> Basic module in <link href="text/sbasic/python/python_locations.xhp" name="User macros">My macros</link> Standard Basic library,</paragraph>
+ <paragraph role="listitem" id="N0451">Copy <literal>uiScripts</literal> Basic module in <link href="text/sbasic/python/python_locations.xhp">My macros</link> Standard Basic library,</paragraph>
</listitem>
<listitem>
<paragraph role="listitem" id="N0452">Restart %PRODUCTNAME.</paragraph>
@@ -80,7 +80,7 @@
<paragraph role="pycode" localize="false" id="N0490"> xScript = scriptPro.getScript(scriptName)</paragraph>
<paragraph role="pycode" localize="false" id="N0491"> return xScript</paragraph>
</pycode>
- <note id="par_id161655364816553"><literal>MsgBox</literal> and <literal>InputBox</literal> methods from the <link href="text/sbasic/shared/03/sf_basic.xhp" name="Basic service">Basic service</link> included in <link href="text/sbasic/shared/03/lib_ScriptForge.xhp" name="scriptforge module"> the ScriptForge libraries</link> call directly their native Basic counterparts.</note>
+ <note id="par_id161655364816553"><literal>MsgBox</literal> and <literal>InputBox</literal> methods from the <link href="text/sbasic/shared/03/sf_basic.xhp">Basic service</link> included in <link href="text/sbasic/shared/03/lib_ScriptForge.xhp"> the ScriptForge libraries</link> call directly their native Basic counterparts.</note>
<h3 id="N0492"><literal>uiScripts</literal> Basic module</h3>
<bascode>
<paragraph role="bascode" localize="false" id="N0493">Option Explicit</paragraph>
@@ -96,7 +96,7 @@
<paragraph role="bascode" localize="false" id="N0503"> Print msg</paragraph>
<paragraph role="bascode" localize="false" id="N0504">End Sub</paragraph>
</bascode>
- <tip id="tip_APSO">The <link href="https://extensions.libreoffice.org/extensions/apso-alternative-script-organizer-for-python" name="apso">Alternative Python Script Organizer</link> (APSO) extension offers a msgbox() function out of its <literal>apso_utils</literal> module.</tip>
+ <tip id="tip_APSO">The <link href="https://extensions.libreoffice.org/extensions/apso-alternative-script-organizer-for-python">Alternative Python Script Organizer</link> (APSO) extension offers a msgbox() function out of its <literal>apso_utils</literal> module.</tip>
<section id="relatedtopics">
<embed href="text/sbasic/shared/03010000.xhp#BasicScreenIO"/>
<embed href="text/sbasic/python/python_examples.xhp#pythonexamples2"/>
diff --git a/source/text/sbasic/python/python_session.xhp b/source/text/sbasic/python/python_session.xhp
index f8c378dee7..57538dc779 100644
--- a/source/text/sbasic/python/python_session.xhp
+++ b/source/text/sbasic/python/python_session.xhp
@@ -24,7 +24,7 @@
<bookmark_value>Session;UserPythonScripts</bookmark_value>
<bookmark_value>API;PathSubstitution</bookmark_value>
</bookmark>
- <h1 id="N0340"><variable id="pythonsession"><link href="text/sbasic/python/python_session.xhp" name="session01">Getting Session Information</link></variable></h1>
+ <h1 id="N0340"><variable id="pythonsession"><link href="text/sbasic/python/python_session.xhp">Getting Session Information</link></variable></h1>
<paragraph role="paragraph" id="N0341">Computing %PRODUCTNAME user profile and shared modules system file paths can be performed with Python or with Basic languages. BeanShell, Java, JavaScript and Python scripts locations can be derived from this information.</paragraph>
<h2 id="N0343">Examples:</h2>
<paragraph role="paragraph" id="N0344">With Python shell.</paragraph>
diff --git a/source/text/sbasic/python/python_shell.xhp b/source/text/sbasic/python/python_shell.xhp
index 9fd47cf964..2734089c6d 100644
--- a/source/text/sbasic/python/python_shell.xhp
+++ b/source/text/sbasic/python/python_shell.xhp
@@ -21,7 +21,7 @@
<bookmark_value>Python;Shell</bookmark_value>
</bookmark>
<section id="pythonshell">
- <h1 id="N0118"><variable id="pythonshell1"><link href="text/sbasic/python/python_shell.xhp" name="python shell">Running Python Interactive Console</link></variable></h1>
+ <h1 id="N0118"><variable id="pythonshell1"><link href="text/sbasic/python/python_shell.xhp">Running Python Interactive Console</link></variable></h1>
</section>
<paragraph role="paragraph" id="N0119">The Python interactive console, also known as Python interpreter or Python shell, provides programmers with a quick way to execute commands and try out and test code without creating a file. UNO objects introspection as well as %PRODUCTNAME Python modules documentation can be obtained from the terminal.</paragraph>
@@ -68,14 +68,14 @@
</switch>
<h2 id="hd_id311633513620803">Alternative console</h2>
- <paragraph role="paragraph" id="par_id81632760673283">Use <link href="https://extensions.libreoffice.org/extensions/apso-alternative-script-organizer-for-Python" name="APSO extension">APSO extension</link> console as an alternative:</paragraph>
+ <paragraph role="paragraph" id="par_id81632760673283">Use <link href="https://extensions.libreoffice.org/extensions/apso-alternative-script-organizer-for-Python">APSO extension</link> console as an alternative:</paragraph>
<paragraph role="paragraph" id="N0144">
<image src="media/helpimg/python/python_shell.png" id="N0144"><alt id="N0144">APSO console</alt></image>
</paragraph>
<section id="relatedtopics">
<embed href="text/sbasic/python/python_examples.xhp#pythonexamples2"/>
<embed href="text/sbasic/python/main0000.xhp#pythonscriptshelp"/>
- <paragraph role="paragraph" id="par_id351633599611244"><link href="text/sbasic/shared/03/sf_exception.xhp?#PythonShell" name="PythonShell method"><literal>PythonShell</literal></link> function in <link href="text/sbasic/shared/03/sf_exception.xhp" name="ScriptForge.Exception service"><literal>ScriptForge.Exception</literal></link> service</paragraph>
+ <paragraph role="paragraph" id="par_id351633599611244"><link href="text/sbasic/shared/03/sf_exception.xhp?#PythonShell"><literal>PythonShell</literal></link> function in <link href="text/sbasic/shared/03/sf_exception.xhp"><literal>ScriptForge.Exception</literal></link> service</paragraph>
</section>
</body>
diff --git a/source/text/sbasic/shared/00000002.xhp b/source/text/sbasic/shared/00000002.xhp
index 295664a71c..8bc58a475d 100644
--- a/source/text/sbasic/shared/00000002.xhp
+++ b/source/text/sbasic/shared/00000002.xhp
@@ -27,17 +27,17 @@
</history>
</meta>
<body>
-<h1 id="hd_id3145068"><link href="text/sbasic/shared/00000002.xhp" name="$[officename] Basic Glossary">$[officename] Basic Glossary</link></h1>
+<h1 id="hd_id3145068"><link href="text/sbasic/shared/00000002.xhp">$[officename] Basic Glossary</link></h1>
<paragraph role="paragraph" id="par_id3150792" xml-lang="en-US">This glossary explains some technical terms that you may come across when working with $[officename] Basic.</paragraph>
<sort order="asc" descendant="h2">
<section id="dezimal">
<h2 id="hd_id3155133">Decimal Point</h2>
<paragraph role="paragraph" id="par_id3156443" xml-lang="en-US">When converting numbers, $[officename] Basic uses the locale settings of the system for determining the type of decimal and thousand separator.</paragraph>
-<paragraph role="paragraph" id="par_id3153092" xml-lang="en-US">The behavior has an effect on both the implicit conversion ( 1 + "2.3" = 3.3 ) as well as the function <link href="text/sbasic/shared/03102700.xhp" name="IsNumeric">IsNumeric</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3153092" xml-lang="en-US">The behavior has an effect on both the implicit conversion ( 1 + "2.3" = 3.3 ) as well as the function <link href="text/sbasic/shared/03102700.xhp">IsNumeric</link>.</paragraph>
</section>
<section id="colors">
<h2 id="hd_id3155854">Colors</h2>
-<paragraph role="paragraph" id="par_id3145366" xml-lang="en-US">In $[officename] Basic, colors are treated as long integer value. The return value of color queries is also always a long integer value. When defining properties, colors can be specified using their RGB code that is converted to a long integer value using the <link href="text/sbasic/shared/03010305.xhp" name="RGB function">RGB function</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3145366" xml-lang="en-US">In $[officename] Basic, colors are treated as long integer value. The return value of color queries is also always a long integer value. When defining properties, colors can be specified using their RGB code that is converted to a long integer value using the <link href="text/sbasic/shared/03010305.xhp">RGB function</link>.</paragraph>
</section>
<section id="measurementunits">
<h2 id="hd_id3146119">Measurement Units</h2>
diff --git a/source/text/sbasic/shared/00000003.xhp b/source/text/sbasic/shared/00000003.xhp
index 05b5794789..538ce5a35e 100644
--- a/source/text/sbasic/shared/00000003.xhp
+++ b/source/text/sbasic/shared/00000003.xhp
@@ -181,7 +181,7 @@
<paragraph role="paragraph" id="par_id971529072633266" xml-lang="en-US"><variable id="basiclibrarynote">This library must be loaded before execution. Execute the following statement before running any macro that uses this library:</variable></paragraph>
</section>
<section id="vbasupport">
- <warning id="par_id051920171018124524">This constant, function or object is enabled with the statement <link href="text/sbasic/shared/03103350.xhp" name="optionvbasupport"><literal>Option VBASupport 1</literal></link> placed before the executable program code in a module.</warning>
+ <warning id="par_id051920171018124524">This constant, function or object is enabled with the statement <link href="text/sbasic/shared/03103350.xhp"><literal>Option VBASupport 1</literal></link> placed before the executable program code in a module.</warning>
</section>
<section id="beforeexecutable">
<warning id="par_id3145172">This statement must be added before the executable program code in a module.</warning>
@@ -211,12 +211,12 @@
<note id="par_id701621038131336">This method is only available for <emph>Python</emph> scripts.</note>
</section>
<section id="Requires_APSO">
-<warning id="par_id81621427048241">This method requires the installation of the <link href="https://extensions.libreoffice.org/en/extensions/show/apso-alternative-script-organizer-for-python" name="APSO Link">APSO (Alternative Script Organizer for Python)</link> extension. In turn APSO requires the presence of %PRODUCTNAME Python scripting framework. If APSO or Python are missing, an error occurs.</warning>
+<warning id="par_id81621427048241">This method requires the installation of the <link href="https://extensions.libreoffice.org/en/extensions/show/apso-alternative-script-organizer-for-python">APSO (Alternative Script Organizer for Python)</link> extension. In turn APSO requires the presence of %PRODUCTNAME Python scripting framework. If APSO or Python are missing, an error occurs.</warning>
</section>
<section id="Python_Support">
<note id="par_id21624295605301">This service is fully supported in both Basic and Python languages. All examples are expressed using the Basic programming language and can be easily converted to Python.</note>
</section>
-<paragraph role="paragraph" id="par_id161599082457466"><variable id="stringfunctions"><link href="text/sbasic/shared/03120300.xhp" name="string functions">String functions</link></variable></paragraph>
+<paragraph role="paragraph" id="par_id161599082457466"><variable id="stringfunctions"><link href="text/sbasic/shared/03120300.xhp">String functions</link></variable></paragraph>
<paragraph id="par_id06142017015837916" role="paragraph" xml-lang="en-US"><variable id="VBA-Financial"><link href="text/sbasic/shared/special_vba_func.xhp#VBAFinancial">VBA financial functions</link></variable></paragraph>
<paragraph id="par_id06142017016837917" role="paragraph" xml-lang="en-US"><variable id="VBATimeAndDate"><link href="text/sbasic/shared/special_vba_func.xhp#VBADateTime">VBA Time and Date functions</link></variable></paragraph>
<paragraph id="par_id06142017016837918" role="paragraph" xml-lang="en-US"><variable id="VBAIO"><link href="text/sbasic/shared/special_vba_func.xhp#VBAIO">VBA I/O functions</link></variable></paragraph>
diff --git a/source/text/sbasic/shared/01/06130000.xhp b/source/text/sbasic/shared/01/06130000.xhp
index 5bf476bffc..56fc4ac1cc 100644
--- a/source/text/sbasic/shared/01/06130000.xhp
+++ b/source/text/sbasic/shared/01/06130000.xhp
@@ -69,7 +69,7 @@
<paragraph role="heading" id="hd_id3145134" xml-lang="en-US" level="3">Edit</paragraph>
<paragraph role="paragraph" id="par_id3150518" 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>
<paragraph role="heading" id="hd_id3150371" xml-lang="en-US" level="3">Password</paragraph>
-<paragraph role="paragraph" id="par_id3166430" xml-lang="en-US"><ahelp hid="modules/BasicIDE/ui/libpage/password">Assigns or edits the <link href="text/sbasic/shared/01/06130100.xhp" name="password">password</link> for the selected library. "Standard" libraries cannot have a password.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3166430" xml-lang="en-US"><ahelp hid="modules/BasicIDE/ui/libpage/password">Assigns or edits the <link href="text/sbasic/shared/01/06130100.xhp">password</link> for the selected library. "Standard" libraries cannot have a password.</ahelp></paragraph>
<paragraph role="heading" id="hd_id3154372" xml-lang="en-US" level="3">New</paragraph>
<paragraph role="paragraph" id="par_id3145387" xml-lang="en-US"><ahelp hid="modules/BasicIDE/ui/libpage/new">Creates a new library.</ahelp></paragraph>
<paragraph role="heading" id="hd_id3154259" xml-lang="en-US" level="3">Name</paragraph>
diff --git a/source/text/sbasic/shared/01000000.xhp b/source/text/sbasic/shared/01000000.xhp
index 7869376341..0e8b8e39a7 100644
--- a/source/text/sbasic/shared/01000000.xhp
+++ b/source/text/sbasic/shared/01000000.xhp
@@ -33,7 +33,7 @@
<section id="programming">
- <paragraph id="hd_id3156027" role="heading" level="1" xml-lang="en-US"><variable id="doc_title"><link href="text/sbasic/shared/01000000.xhp" name="Programming with $[officename] Basic ">Programming with $[officename] Basic </link></variable></paragraph>
+ <paragraph id="hd_id3156027" role="heading" level="1" xml-lang="en-US"><variable id="doc_title"><link href="text/sbasic/shared/01000000.xhp">Programming with $[officename] Basic </link></variable></paragraph>
<paragraph role="paragraph" id="par_id3153708" xml-lang="en-US">This is where you find general information about working with macros and $[officename] Basic.</paragraph>
</section>
<embed href="text/sbasic/shared/01010210.xhp#modular"/>
diff --git a/source/text/sbasic/shared/01010210.xhp b/source/text/sbasic/shared/01010210.xhp
index e60bdab227..adc5175207 100644
--- a/source/text/sbasic/shared/01010210.xhp
+++ b/source/text/sbasic/shared/01010210.xhp
@@ -34,10 +34,10 @@
<bookmark_value>subroutines</bookmark_value>
<bookmark_value>variables;global and local</bookmark_value>
<bookmark_value>modules;subroutines and functions</bookmark_value>
-</bookmark><paragraph role="heading" id="hd_id3154927" xml-lang="en-US" level="1"><link href="text/sbasic/shared/01010210.xhp" name="Basics">Basics</link></paragraph>
+</bookmark><paragraph role="heading" id="hd_id3154927" xml-lang="en-US" level="1"><link href="text/sbasic/shared/01010210.xhp">Basics</link></paragraph>
<paragraph role="paragraph" id="par_id3156023" xml-lang="en-US">This section provides the fundamentals for working with $[officename] Basic.</paragraph>
</section>
-<paragraph role="paragraph" id="par_id3147560" xml-lang="en-US">$[officename] Basic code is based on subroutines and functions that are specified between <emph>sub...end sub</emph> and <emph>function...end function</emph> sections. Each Sub or Function can call other Subs and Functions. If you take care to write generic code for a Sub or Function, you can probably re-use it in other programs. See also <link href="text/sbasic/shared/01020300.xhp" name="Procedures and Functions">Procedures and Functions</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3147560" xml-lang="en-US">$[officename] Basic code is based on subroutines and functions that are specified between <emph>sub...end sub</emph> and <emph>function...end function</emph> sections. Each Sub or Function can call other Subs and Functions. If you take care to write generic code for a Sub or Function, you can probably re-use it in other programs. See also <link href="text/sbasic/shared/01020300.xhp">Procedures and Functions</link>.</paragraph>
<paragraph role="note" id="par_id314756320" xml-lang="en-US">Some restrictions apply for the names of your public variables, subs, and functions. You must not use the same name as one of the modules of the same library.</paragraph>
@@ -52,7 +52,7 @@
<paragraph role="paragraph" id="par_id3151112" xml-lang="en-US">Global variables are valid for all subs and functions inside a module. They are declared at the beginning of a module before the first sub or function starts.</paragraph>
<paragraph role="paragraph" id="par_id3154012" xml-lang="en-US">Variables that you declare within a sub or function are valid only inside this sub or function. These variables override global variables with the same name and local variables with the same name coming from superordinate subs or functions.</paragraph>
<paragraph role="heading" id="hd_id3150010" xml-lang="en-US" level="2">Structuring</paragraph>
-<paragraph role="paragraph" id="par_id3153727" xml-lang="en-US">After separating your program into procedures and functions (Subs and Functions), you can save these procedures and functions as files for reuse in other projects. $[officename] Basic supports <link href="text/sbasic/shared/01020500.xhp" name="Modules and Libraries">Modules and Libraries</link>. Subs and functions are always contained in modules. You can define modules to be global or part of a document. Multiple modules can be combined to a library.</paragraph>
-<paragraph role="paragraph" id="par_id3152578" xml-lang="en-US">You can copy or move subs, functions, modules and libraries from one file to another by using the <link href="text/sbasic/shared/01/06130000.xhp" name="Macro">Macro</link> dialog.</paragraph>
+<paragraph role="paragraph" id="par_id3153727" xml-lang="en-US">After separating your program into procedures and functions (Subs and Functions), you can save these procedures and functions as files for reuse in other projects. $[officename] Basic supports <link href="text/sbasic/shared/01020500.xhp">Modules and Libraries</link>. Subs and functions are always contained in modules. You can define modules to be global or part of a document. Multiple modules can be combined to a library.</paragraph>
+<paragraph role="paragraph" id="par_id3152578" xml-lang="en-US">You can copy or move subs, functions, modules and libraries from one file to another by using the <link href="text/sbasic/shared/01/06130000.xhp">Macro</link> dialog.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/sbasic/shared/01020000.xhp b/source/text/sbasic/shared/01020000.xhp
index ccec8f5093..f0cc8fd9f2 100644
--- a/source/text/sbasic/shared/01020000.xhp
+++ b/source/text/sbasic/shared/01020000.xhp
@@ -33,7 +33,7 @@
<section id="syntax">
- <paragraph id="hd_id3148946" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/01020000.xhp" name="Syntax">Syntax</link></paragraph>
+ <paragraph id="hd_id3148946" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/01020000.xhp">Syntax</link></paragraph>
<paragraph role="paragraph" id="par_id3150793" xml-lang="en-US">This section describes the basic syntax elements of $[officename] Basic. For a detailed description please refer to the $[officename] Basic Guide which is available separately.</paragraph>
</section>
<embed href="text/sbasic/shared/01020100.xhp#variable"/>
diff --git a/source/text/sbasic/shared/01020100.xhp b/source/text/sbasic/shared/01020100.xhp
index 64cdb0a4ce..6b01d6ef3a 100644
--- a/source/text/sbasic/shared/01020100.xhp
+++ b/source/text/sbasic/shared/01020100.xhp
@@ -43,7 +43,7 @@
</bookmark>
-<h1 id="hd_id3149346"><link href="text/sbasic/shared/01020100.xhp" name="Using Variables">Using Variables</link></h1>
+<h1 id="hd_id3149346"><link href="text/sbasic/shared/01020100.xhp">Using Variables</link></h1>
<paragraph id="par_id3154346" role="paragraph" xml-lang="en-US">The following describes the basic use of variables in $[officename] Basic.</paragraph>
</section>
@@ -84,7 +84,7 @@
<paragraph role="bascode" id="bas_id161619555482237">' A variable can also be explicitly declared as a Variant</paragraph>
<paragraph role="bascode" localize="false" id="bas_id601619552527089">Dim e As Variant, f As Double</paragraph>
</bascode>
-<note id="par_id521619551687371">The <emph>Variant</emph> type is a special data type that can store any kind of value. To learn more, refer to the section <link href="text/sbasic/shared/01020100.xhp#VariantTypeH2" name="Variant Type">The Variant type</link> below.</note>
+<note id="par_id521619551687371">The <emph>Variant</emph> type is a special data type that can store any kind of value. To learn more, refer to the section <link href="text/sbasic/shared/01020100.xhp#VariantTypeH2">The Variant type</link> below.</note>
<h3 id="hd_id3149331">Forcing Variable Declarations</h3>
<paragraph id="par_id3149443" role="paragraph" xml-lang="en-US">To force declaration of variables, use the following command:</paragraph>
@@ -176,7 +176,7 @@
</bascode>
<h3 id="hd_id3149722">Date Variables</h3>
-<paragraph id="par_id3159116" role="paragraph" xml-lang="en-US">Date variables can only contain dates and time values stored in an internal format. Values assigned to Date variables with <link href="text/sbasic/shared/03030101.xhp" name="Dateserial"><emph>Dateserial</emph></link>, <link href="text/sbasic/shared/03030102.xhp" name="Datevalue"><emph>Datevalue</emph></link>, <link href="text/sbasic/shared/03030205.xhp" name="Timeserial"><emph>Timeserial</emph></link> or <link href="text/sbasic/shared/03030206.xhp" name="Timevalue"><emph>Timevalue</emph></link> are automatically converted to the internal format. Date-variables are converted to normal numbers by using the <link href="text/sbasic/shared/03030103.xhp" name="Day"><emph>Day</emph></link>, <link href="text/sbasic/shared/03030104.xhp" name="Month"><emph>Month</emph></link>, <link href="text/sbasic/shared/03030106.xhp" name="Year"><emph>Year</emph></link> or the <link href="text/sbasic/shared/03030201.xhp" name="Hour"><emph>Hour</emph></link>, <link href="text/sbasic/shared/03030202.xhp" name="Minute"><emph>Minute</emph></link>, <link href="text/sbasic/shared/03030204.xhp" name="Second"><emph>Second</emph></link> function. The internal format enables a comparison of date/time values by calculating the difference between two numbers. These variables can only be declared with the key word <emph>Date</emph>.</paragraph>
+<paragraph id="par_id3159116" role="paragraph" xml-lang="en-US">Date variables can only contain dates and time values stored in an internal format. Values assigned to Date variables with <link href="text/sbasic/shared/03030101.xhp"><emph>Dateserial</emph></link>, <link href="text/sbasic/shared/03030102.xhp"><emph>Datevalue</emph></link>, <link href="text/sbasic/shared/03030205.xhp"><emph>Timeserial</emph></link> or <link href="text/sbasic/shared/03030206.xhp"><emph>Timevalue</emph></link> are automatically converted to the internal format. Date-variables are converted to normal numbers by using the <link href="text/sbasic/shared/03030103.xhp"><emph>Day</emph></link>, <link href="text/sbasic/shared/03030104.xhp"><emph>Month</emph></link>, <link href="text/sbasic/shared/03030106.xhp"><emph>Year</emph></link> or the <link href="text/sbasic/shared/03030201.xhp"><emph>Hour</emph></link>, <link href="text/sbasic/shared/03030202.xhp"><emph>Minute</emph></link>, <link href="text/sbasic/shared/03030204.xhp"><emph>Second</emph></link> function. The internal format enables a comparison of date/time values by calculating the difference between two numbers. These variables can only be declared with the key word <emph>Date</emph>.</paragraph>
<bascode>
<paragraph id="par_idm1341092144" role="bascode" localize="false" xml-lang="en-US">Dim Variable As Date</paragraph>
</bascode>
@@ -217,7 +217,7 @@
<paragraph role="bascode" id="bas_id181619554965451">Dim varB as Variant ' The variable is explicitly declared as a Variant</paragraph>
<paragraph role="bascode" id="bas_id371619554853094">varC = "abc" ' Previously undeclared variables are treated as Variants</paragraph>
</bascode>
-<paragraph role="paragraph" id="par_id631619552417343">The example below uses the <link href="text/sbasic/shared/03103600.xhp" name="TypeName function">TypeName function</link> to show how the type of a <emph>Variant</emph> variable changes upon assignment.</paragraph>
+<paragraph role="paragraph" id="par_id631619552417343">The example below uses the <link href="text/sbasic/shared/03103600.xhp">TypeName function</link> to show how the type of a <emph>Variant</emph> variable changes upon assignment.</paragraph>
<bascode>
<paragraph role="bascode" localize="false" id="bas_id221619552494450">Dim myVar As Variant</paragraph>
<paragraph role="bascode" localize="false" id="bas_id221619553194424">MsgBox TypeName(myVar) ' Empty</paragraph>
@@ -226,7 +226,7 @@
<paragraph role="bascode" localize="false" id="bas_id731619553195384">myVar = 10</paragraph>
<paragraph role="bascode" localize="false" id="bas_id211619553195648">MsgBox TypeName(myVar) ' Integer</paragraph>
</bascode>
-<note id="par_id141619553442668">A <emph>Variant</emph> variable is initialized with the <link href="text/sbasic/shared/03040000.xhp#objectconstants" name=" object constants">Empty</link> special data type. You can use the <link href="text/sbasic/shared/03102400.xhp" name="IsEmpty function">IsEmpty function</link> to test if a variable is an <emph>Empty Variant</emph>.</note>
+<note id="par_id141619553442668">A <emph>Variant</emph> variable is initialized with the <link href="text/sbasic/shared/03040000.xhp#objectconstants">Empty</link> special data type. You can use the <link href="text/sbasic/shared/03102400.xhp">IsEmpty function</link> to test if a variable is an <emph>Empty Variant</emph>.</note>
<paragraph role="paragraph" id="par_id541619552755706">You can also use the keyword <emph>Any</emph> to declare a variable as a <emph>Variant</emph>. However, <emph>Any</emph> is deprecated and is available for backward compatibility.</paragraph>
<warning id="par_id711619622934043">Arguments with type <emph>Variant</emph> or <emph>Any</emph> passed in function calls are not checked for their types.</warning>
<bascode>
@@ -236,7 +236,7 @@
<h2 id="hd_id3148732">Initial Variable Values</h2>
<paragraph id="par_id3154549" role="paragraph" xml-lang="en-US">As soon as the variable has been declared, it is automatically set to the "Null" value. Note the following conventions:</paragraph>
<paragraph id="par_id3143222" role="paragraph" xml-lang="en-US"> <emph>Numeric</emph> variables are automatically assigned the value "0" as soon as they are declared.</paragraph>
-<paragraph id="par_id3150693" role="paragraph" xml-lang="en-US"> <emph>Date variables</emph> are assigned the value 0 internally; equivalent to converting the value to "0" with the <link href="text/sbasic/shared/03030103.xhp" name="Day"><emph>Day</emph></link>, <link href="text/sbasic/shared/03030104.xhp" name="Month"><emph>Month</emph></link>, <link href="text/sbasic/shared/03030106.xhp" name="Year"><emph>Year</emph></link> or the <link href="text/sbasic/shared/03030201.xhp" name="Hour"><emph>Hour</emph></link>, <link href="text/sbasic/shared/03030202.xhp" name="Minute"><emph>Minute</emph></link>, <link href="text/sbasic/shared/03030204.xhp" name="Second"><emph>Second</emph></link> function.</paragraph>
+<paragraph id="par_id3150693" role="paragraph" xml-lang="en-US"> <emph>Date variables</emph> are assigned the value 0 internally; equivalent to converting the value to "0" with the <link href="text/sbasic/shared/03030103.xhp"><emph>Day</emph></link>, <link href="text/sbasic/shared/03030104.xhp"><emph>Month</emph></link>, <link href="text/sbasic/shared/03030106.xhp"><emph>Year</emph></link> or the <link href="text/sbasic/shared/03030201.xhp"><emph>Hour</emph></link>, <link href="text/sbasic/shared/03030202.xhp"><emph>Minute</emph></link>, <link href="text/sbasic/shared/03030204.xhp"><emph>Second</emph></link> function.</paragraph>
<paragraph id="par_id3154807" role="paragraph" xml-lang="en-US"> <emph>String variables</emph> are assigned an empty-string ("") when they are declared.</paragraph>
<h2 id="hd_id3153936">Arrays</h2>
diff --git a/source/text/sbasic/shared/01020300.xhp b/source/text/sbasic/shared/01020300.xhp
index b50699fe2a..999c5645eb 100644
--- a/source/text/sbasic/shared/01020300.xhp
+++ b/source/text/sbasic/shared/01020300.xhp
@@ -161,9 +161,9 @@
<section id="relatedtopics">
<embed href="text/sbasic/shared/compatibilitymode.xhp#compatibilitymodeh1"/>
<embed href="text/sbasic/shared/03103300.xhp#explicitstatement"/>
- <paragraph role="paragraph" id="N0237"><link href="text/sbasic/shared/03104100.xhp" name ="Optional keyword">Optional keyword</link></paragraph>
- <paragraph role="paragraph" id="N0238"><link href="text/sbasic/shared/property.xhp" name ="Property Statement">Property Statement</link></paragraph>
- <paragraph role="paragraph" id="N0239"><link href="text/sbasic/shared/03103500.xhp" name ="Static Statement">Static Statement</link></paragraph>
+ <paragraph role="paragraph" id="N0237"><link href="text/sbasic/shared/03104100.xhp">Optional keyword</link></paragraph>
+ <paragraph role="paragraph" id="N0238"><link href="text/sbasic/shared/property.xhp">Property Statement</link></paragraph>
+ <paragraph role="paragraph" id="N0239"><link href="text/sbasic/shared/03103500.xhp">Static Statement</link></paragraph>
</section>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/sbasic/shared/01020500.xhp b/source/text/sbasic/shared/01020500.xhp
index 4be972c382..30e1bea828 100644
--- a/source/text/sbasic/shared/01020500.xhp
+++ b/source/text/sbasic/shared/01020500.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="biblio">
-<paragraph role="heading" id="hd_id3147317" xml-lang="en-US" level="1"><link href="text/sbasic/shared/01020500.xhp" name="Libraries, Modules and Dialogs">Libraries, Modules and Dialogs</link></paragraph>
+<paragraph role="heading" id="hd_id3147317" xml-lang="en-US" level="1"><link href="text/sbasic/shared/01020500.xhp">Libraries, Modules and Dialogs</link></paragraph>
<paragraph role="paragraph" id="par_id3147427" xml-lang="en-US">The following describes the basic use of libraries, modules and dialogs in $[officename] Basic.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3146120" xml-lang="en-US">$[officename] Basic provides tools to help you structuring your projects. It supports various "units" which enable you to group individual SUBS and FUNCTIONS in a Basic project.</paragraph>
diff --git a/source/text/sbasic/shared/01030000.xhp b/source/text/sbasic/shared/01030000.xhp
index da133db881..167b1e0dfc 100644
--- a/source/text/sbasic/shared/01030000.xhp
+++ b/source/text/sbasic/shared/01030000.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3145090"><bookmark_value>Basic IDE;Integrated Development Environment</bookmark_value>
<bookmark_value>IDE;Integrated Development Environment</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3145090" xml-lang="en-US" level="1"><link href="text/sbasic/shared/01030000.xhp" name="Integrated Development Environment (IDE)">Integrated Development Environment (IDE)</link></paragraph>
+<paragraph role="heading" id="hd_id3145090" xml-lang="en-US" level="1"><link href="text/sbasic/shared/01030000.xhp">Integrated Development Environment (IDE)</link></paragraph>
<paragraph role="paragraph" id="par_id3146795" xml-lang="en-US">This section describes the Integrated Development Environment for $[officename] Basic.</paragraph>
</section>
<embed href="text/sbasic/shared/01030100.xhp#overview"/>
diff --git a/source/text/sbasic/shared/01030100.xhp b/source/text/sbasic/shared/01030100.xhp
index 027ee28067..95d8c89b02 100644
--- a/source/text/sbasic/shared/01030100.xhp
+++ b/source/text/sbasic/shared/01030100.xhp
@@ -32,14 +32,14 @@
<body>
<bookmark xml-lang="en-US" branch="hid/BASCTL_HID_BASICIDE_MODULWINDOW" id="bm_id3093440" localize="false"/>
<section id="overview">
-<paragraph role="heading" id="hd_id3147291" xml-lang="en-US" level="1"><link href="text/sbasic/shared/01030100.xhp" name="IDE Overview">IDE Overview</link></paragraph>
+<paragraph role="heading" id="hd_id3147291" xml-lang="en-US" level="1"><link href="text/sbasic/shared/01030100.xhp">IDE Overview</link></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3156344" xml-lang="en-US">The <link href="text/sbasic/shared/main0211.xhp" name="Macro Toolbar"><emph>Macro Toolbar</emph></link> in the IDE provides various icons for editing and testing programs.</paragraph>
-<paragraph role="paragraph" id="par_id3151210" xml-lang="en-US">In the <link href="text/sbasic/shared/01030200.xhp" name="Editor window"><emph>Editor window</emph></link>, directly below the Macro toolbar, you can edit the Basic program code. The column on the left side is used to set breakpoints in the program code.</paragraph>
-<paragraph role="paragraph" id="par_id3154686" xml-lang="en-US">The <link href="text/sbasic/shared/01050100.xhp" name="Watch"><emph>Watch window</emph></link> (observer) is located below the Editor window at the left, and displays the contents of variables or arrays during a single step process.</paragraph>
+<paragraph role="paragraph" id="par_id3156344" xml-lang="en-US">The <link href="text/sbasic/shared/main0211.xhp"><emph>Macro Toolbar</emph></link> in the IDE provides various icons for editing and testing programs.</paragraph>
+<paragraph role="paragraph" id="par_id3151210" xml-lang="en-US">In the <link href="text/sbasic/shared/01030200.xhp"><emph>Editor window</emph></link>, directly below the Macro toolbar, you can edit the Basic program code. The column on the left side is used to set breakpoints in the program code.</paragraph>
+<paragraph role="paragraph" id="par_id3154686" xml-lang="en-US">The <link href="text/sbasic/shared/01050100.xhp"><emph>Watch window</emph></link> (observer) is located below the Editor window at the left, and displays the contents of variables or arrays during a single step process.</paragraph>
<paragraph role="paragraph" id="par_id3145787" xml-lang="en-US">The <emph>Call Stack</emph> window to the right provides information about the call stack of SUBS and FUNCTIONS when a program runs.</paragraph>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3147434" xml-lang="en-US"><link href="text/sbasic/shared/01050000.xhp" name="Basic IDE">Basic IDE</link></paragraph>
+<paragraph role="paragraph" id="par_id3147434" xml-lang="en-US"><link href="text/sbasic/shared/01050000.xhp">Basic IDE</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/sbasic/shared/01030200.xhp b/source/text/sbasic/shared/01030200.xhp
index bafdfa0ec1..32299fc69b 100644
--- a/source/text/sbasic/shared/01030200.xhp
+++ b/source/text/sbasic/shared/01030200.xhp
@@ -34,7 +34,7 @@
<bookmark_value>lines of text;in Basic editor</bookmark_value>
<bookmark_value>continuation;long lines in editor</bookmark_value>
</bookmark>
-<h1 id="hd_id3147264"><variable id="thebasiceditorh1"><link href="text/sbasic/shared/01030200.xhp" name="The Basic Editor">The Basic Editor</link></variable></h1>
+<h1 id="hd_id3147264"><variable id="thebasiceditorh1"><link href="text/sbasic/shared/01030200.xhp">The Basic Editor</link></variable></h1>
</section>
<paragraph role="paragraph" id="par_id3145069" xml-lang="en-US">The Basic Editor provides the standard editing functions you are familiar with when working in a text document. It supports the functions of the <emph>Edit</emph> menu (Cut, Delete, Paste), the ability to select text with the Shift key, as well as cursor positioning functions (for example, moving from word to word with <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and the arrow keys).</paragraph>
<paragraph role="paragraph" id="par_id3154686" xml-lang="en-US">Long lines can be split into several parts by inserting a space and an underline character _ as the last two characters of a line. This connects the line with the following line to one logical line. (If "Option Compatible" is used in the same Basic module, the line continuation feature is also valid for comment lines.)</paragraph>
@@ -76,7 +76,7 @@
</listitem>
</list>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3153198" xml-lang="en-US"><link href="text/sbasic/shared/01050000.xhp" name="Basic IDE">Basic IDE</link></paragraph>
+<paragraph role="paragraph" id="par_id3153198" xml-lang="en-US"><link href="text/sbasic/shared/01050000.xhp">Basic IDE</link></paragraph>
<embed href="text/sbasic/shared/01020200.xhp#01020200"/>
</section>
</body>
diff --git a/source/text/sbasic/shared/01030400.xhp b/source/text/sbasic/shared/01030400.xhp
index 5ac8afe43e..e16c47eb6d 100644
--- a/source/text/sbasic/shared/01030400.xhp
+++ b/source/text/sbasic/shared/01030400.xhp
@@ -52,7 +52,7 @@
<paragraph id="par_id581574080384335" role="listitem"><emph>Document</emph>: libraries stored in the document container are only available for the document and are accessible only when the document is open. You cannot access macros of a document from another document.</paragraph>
</listitem>
</list>
-<paragraph role="paragraph" id="par_id881574081445896">To access macros stored in libraries of <emph>Application Macros</emph> or <emph>My Macros</emph> from another container, including the document container, use the <link href="text/sbasic/shared/03131900.xhp" name="GlobalScope">GlobalScope specifier</link>.</paragraph>
+<paragraph role="paragraph" id="par_id881574081445896">To access macros stored in libraries of <emph>Application Macros</emph> or <emph>My Macros</emph> from another container, including the document container, use the <link href="text/sbasic/shared/03131900.xhp">GlobalScope specifier</link>.</paragraph>
<h2 id="hd_id3150868">Organizing Libraries</h2>
<h3 id="hd_id3125864">Creating a New Library</h3>
<list type="ordered">
diff --git a/source/text/sbasic/shared/01040000.xhp b/source/text/sbasic/shared/01040000.xhp
index 942be5ce68..140b75693d 100644
--- a/source/text/sbasic/shared/01040000.xhp
+++ b/source/text/sbasic/shared/01040000.xhp
@@ -36,7 +36,7 @@
<bookmark_value>events; in documents</bookmark_value>
<bookmark_value>API; XDocumentEventListener</bookmark_value>
</bookmark>
- <h1 id="hd_id3147348"><link href="text/sbasic/shared/01040000.xhp" name="Event-Driven Macros">Document Event-Driven Macros</link></h1>
+ <h1 id="hd_id3147348"><link href="text/sbasic/shared/01040000.xhp">Document Event-Driven Macros</link></h1>
<paragraph id="par_id3146120" role="paragraph">This section describes how to assign scripts to application, document or form events.</paragraph>
</section>
<paragraph id="par_id3149263" role="paragraph">You can automatically execute a macro when a specified software event occurs by assigning the desired macro to the event. The following table provides an overview of document events and at what point an assigned macro is executed.</paragraph>
@@ -248,7 +248,7 @@
</list>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id341600162682135">In addition to assigning macros to events, one can <link href="text/sbasic/python/python_document_events.xhp" name="Monitor events">monitor events</link> triggered in %PRODUCTNAME documents.</paragraph>
+ <paragraph role="paragraph" id="par_id341600162682135">In addition to assigning macros to events, one can <link href="text/sbasic/python/python_document_events.xhp">monitor events</link> triggered in %PRODUCTNAME documents.</paragraph>
</section>
</body>
diff --git a/source/text/sbasic/shared/01050000.xhp b/source/text/sbasic/shared/01050000.xhp
index d243b61022..cd8b5573ce 100644
--- a/source/text/sbasic/shared/01050000.xhp
+++ b/source/text/sbasic/shared/01050000.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="IDE">
-<paragraph role="heading" id="hd_id3154422" xml-lang="en-US" level="1"><variable id="01050000"><link href="text/sbasic/shared/01050000.xhp" name="$[officename] Basic IDE">$[officename] Basic IDE</link>
+<paragraph role="heading" id="hd_id3154422" xml-lang="en-US" level="1"><variable id="01050000"><link href="text/sbasic/shared/01050000.xhp">$[officename] Basic IDE</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3153142" xml-lang="en-US">This section describes the structure of the Basic IDE.</paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:BasicIDEAppear" id="bm_id1676992" localize="false"/>
@@ -60,6 +60,6 @@
<paragraph role="heading" id="hd_id3150043" xml-lang="en-US" level="3">Hide</paragraph>
<paragraph role="paragraph" id="par_id3145147" xml-lang="en-US"><ahelp hid=".uno:HideCurPage">Hides the current module.</ahelp></paragraph>
<paragraph role="heading" id="hd_id3163805" xml-lang="en-US" level="3">Modules</paragraph>
-<paragraph role="paragraph" id="par_id3153965" xml-lang="en-US">Opens the <link href="text/sbasic/shared/01/06130000.xhp" name="Macro Organizer"><emph>Macro Organizer</emph></link> dialog.</paragraph>
+<paragraph role="paragraph" id="par_id3153965" xml-lang="en-US">Opens the <link href="text/sbasic/shared/01/06130000.xhp"><emph>Macro Organizer</emph></link> dialog.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/sbasic/shared/01050200.xhp b/source/text/sbasic/shared/01050200.xhp
index ef08103325..767b5bfa63 100644
--- a/source/text/sbasic/shared/01050200.xhp
+++ b/source/text/sbasic/shared/01050200.xhp
@@ -32,7 +32,7 @@
<body>
<section id="callstack">
<bookmark xml-lang="en-US" branch="hid/BASCTL_HID_BASICIDE_STACKWINDOW_LIST" id="bm_id3150541" localize="false"/>
-<paragraph role="heading" id="hd_id3146794" xml-lang="en-US" level="1"><link href="text/sbasic/shared/01050200.xhp" name="Call Stack Window (Calls)">Call Stack Window (Calls)</link></paragraph>
+<paragraph role="heading" id="hd_id3146794" xml-lang="en-US" level="1"><link href="text/sbasic/shared/01050200.xhp">Call Stack Window (Calls)</link></paragraph>
<paragraph role="paragraph" id="par_id3150400" xml-lang="en-US"><ahelp hid="HID_BASICIDE_STACKWINDOW_LIST" visibility="hidden">Displays the sequence of procedures and functions during the execution of a program.</ahelp> The <emph>Call Stack</emph> allows you to monitor the sequence of procedures and functions during the execution of a program. The procedures are functions are displayed bottom to top with the most recent function or procedure call at the top of the list.</paragraph>
</section>
</body>
diff --git a/source/text/sbasic/shared/01050300.xhp b/source/text/sbasic/shared/01050300.xhp
index 15537dcce6..24001568a1 100644
--- a/source/text/sbasic/shared/01050300.xhp
+++ b/source/text/sbasic/shared/01050300.xhp
@@ -35,7 +35,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/BasicIDE/ui/breakpointmenus/properties" id="bm_id3147291" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/BasicIDE/ui/managebreakpoints/ManageBreakpointsDialog" id="bm_id3149656" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/BasicIDE/ui/managebreakpoints/@@nowidget@@" id="bm_id3149656" localize="false"/>
-<paragraph role="heading" id="hd_id3154927" xml-lang="en-US" level="1"><link href="text/sbasic/shared/01050300.xhp" name="Manage Breakpoints">Manage Breakpoints</link></paragraph>
+<paragraph role="heading" id="hd_id3154927" xml-lang="en-US" level="1"><link href="text/sbasic/shared/01050300.xhp">Manage Breakpoints</link></paragraph>
<paragraph role="paragraph" id="par_id3148550" xml-lang="en-US"><ahelp hid="modules/BasicIDE/ui/managebreakpoints/ManageBreakpointsDialog">Specifies the options for breakpoints.</ahelp></paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/modules/BasicIDE/ui/managebreakpoints/entries" id="bm_id31496561" localize="false"/>
diff --git a/source/text/sbasic/shared/01170100.xhp b/source/text/sbasic/shared/01170100.xhp
index 8a532491c9..35c5c02926 100644
--- a/source/text/sbasic/shared/01170100.xhp
+++ b/source/text/sbasic/shared/01170100.xhp
@@ -35,7 +35,7 @@
<bookmark_value>properties; controls and dialogs</bookmark_value>
<bookmark_value>dialogs; properties</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153379" xml-lang="en-US" level="1"><link href="text/sbasic/shared/01170100.xhp" name="Control and Dialog Properties">Control and Dialog Properties</link></paragraph>
+<paragraph role="heading" id="hd_id3153379" xml-lang="en-US" level="1"><link href="text/sbasic/shared/01170100.xhp">Control and Dialog Properties</link></paragraph>
</section>
<paragraph role="paragraph" id="par_id3156280" xml-lang="en-US"><ahelp hid=".">Specifies the properties of the selected dialog or control.</ahelp> You must be in the design mode to be able to use this command.</paragraph>
<paragraph role="heading" id="hd_id3151043" xml-lang="en-US" level="2">Entering Data in the Properties Dialog</paragraph>
diff --git a/source/text/sbasic/shared/01170101.xhp b/source/text/sbasic/shared/01170101.xhp
index 35768089c6..735f268a13 100644
--- a/source/text/sbasic/shared/01170101.xhp
+++ b/source/text/sbasic/shared/01170101.xhp
@@ -25,7 +25,7 @@
</meta>
<body>
<section id="general">
-<h1 id="hd_id3147436"><link href="text/sbasic/shared/01170101.xhp" name="General">General</link></h1>
+<h1 id="hd_id3147436"><link href="text/sbasic/shared/01170101.xhp">General</link></h1>
<paragraph role="paragraph" id="par_id3155855" xml-lang="en-US">Define the properties for the selected control or dialog. The available properties depend on the type of control selected. The following properties therefore are not available for every type of control.</paragraph>
</section>
<sort order="asc" descendant="h2">
diff --git a/source/text/sbasic/shared/01170103.xhp b/source/text/sbasic/shared/01170103.xhp
index fd3d25ae86..3ab5d1b940 100644
--- a/source/text/sbasic/shared/01170103.xhp
+++ b/source/text/sbasic/shared/01170103.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="events">
-<paragraph role="heading" id="hd_id3155506" xml-lang="en-US" level="1"><link href="text/sbasic/shared/01170103.xhp" name="Events">Events</link></paragraph>
+<paragraph role="heading" id="hd_id3155506" xml-lang="en-US" level="1"><link href="text/sbasic/shared/01170103.xhp">Events</link></paragraph>
<paragraph role="paragraph" id="par_id3146114" xml-lang="en-US">Define event assignments for the selected control or dialog. The available events depend on the type of control selected.</paragraph>
</section>
<paragraph role="heading" id="hd_id3145387" xml-lang="en-US" level="2">When receiving focus</paragraph>
diff --git a/source/text/sbasic/shared/02/11010000.xhp b/source/text/sbasic/shared/02/11010000.xhp
index ad5f0a5c14..283c81aaba 100644
--- a/source/text/sbasic/shared/02/11010000.xhp
+++ b/source/text/sbasic/shared/02/11010000.xhp
@@ -34,7 +34,7 @@
<section id="bibliothek">
<bookmark branch="hid/.uno:LibSelector" xml-lang="en-US" id="bm_id3154230" localize="false"/>
-<paragraph id="hd_id3151100" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/02/11010000.xhp" name="Library">Library</link></paragraph>
+<paragraph id="hd_id3151100" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/02/11010000.xhp">Library</link></paragraph>
<paragraph role="paragraph" id="par_id3154136" xml-lang="en-US"><ahelp hid=".uno:LibSelector" visibility="visible">Select the library that you want to edit.</ahelp> The first module of the library that you select is displayed in the Basic IDE.</paragraph>
</section>
<section id="sybibliothek">
diff --git a/source/text/sbasic/shared/02/11020000.xhp b/source/text/sbasic/shared/02/11020000.xhp
index ce53ee4382..0f5c165b7f 100644
--- a/source/text/sbasic/shared/02/11020000.xhp
+++ b/source/text/sbasic/shared/02/11020000.xhp
@@ -31,7 +31,7 @@
<section id="compile">
<bookmark branch="hid/.uno:CompileBasic" xml-lang="en-US" id="bm_id3154230" localize="false"/>
-<h1 id="hd_id3148983"><link href="text/sbasic/shared/02/11020000.xhp" name="Compile">Compile</link></h1>
+<h1 id="hd_id3148983"><link href="text/sbasic/shared/02/11020000.xhp">Compile</link></h1>
<paragraph role="paragraph" id="par_id3159201" xml-lang="en-US"><ahelp hid=".uno:CompileBasic" visibility="visible">Compiles the Basic macro.</ahelp> You need to compile a macro after you make changes to it, or if the macro uses single or procedure steps.</paragraph>
</section>
<section id="sycompile">
diff --git a/source/text/sbasic/shared/02/11030000.xhp b/source/text/sbasic/shared/02/11030000.xhp
index 91d2c92f42..a4ec8225d2 100644
--- a/source/text/sbasic/shared/02/11030000.xhp
+++ b/source/text/sbasic/shared/02/11030000.xhp
@@ -32,7 +32,7 @@
<body>
<section id="run">
<bookmark xml-lang="en-US" branch="hid/.uno:RunBasic" id="bm_id3150247" localize="false"/>
-<paragraph role="heading" id="hd_id3153255" xml-lang="en-US" level="1"><link href="text/sbasic/shared/02/11030000.xhp" name="Run">Run</link></paragraph>
+<paragraph role="heading" id="hd_id3153255" xml-lang="en-US" level="1"><link href="text/sbasic/shared/02/11030000.xhp">Run</link></paragraph>
<paragraph role="paragraph" id="par_id3159201" xml-lang="en-US"><ahelp hid=".uno:RunBasic">Runs the first macro of the current module.</ahelp></paragraph>
</section>
<section id="syrun">
diff --git a/source/text/sbasic/shared/02/11040000.xhp b/source/text/sbasic/shared/02/11040000.xhp
index a8a7aa4152..7cda6b8586 100644
--- a/source/text/sbasic/shared/02/11040000.xhp
+++ b/source/text/sbasic/shared/02/11040000.xhp
@@ -35,7 +35,7 @@
<bookmark_value>stopping macros</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:BasicStop" id="bm_id2398331" localize="false"/>
-<paragraph role="heading" id="hd_id3154863" xml-lang="en-US" level="1"><link href="text/sbasic/shared/02/11040000.xhp" name="Stop">Stop</link></paragraph>
+<paragraph role="heading" id="hd_id3154863" xml-lang="en-US" level="1"><link href="text/sbasic/shared/02/11040000.xhp">Stop</link></paragraph>
<paragraph role="paragraph" id="par_id3147226" xml-lang="en-US"><ahelp hid=".uno:BasicStop">Stops running the current macro.</ahelp><switchinline select="sys"><caseinline select="MAC">
</caseinline><defaultinline> You can also press Shift+Ctrl+Q.</defaultinline></switchinline></paragraph>
</section>
diff --git a/source/text/sbasic/shared/02/11050000.xhp b/source/text/sbasic/shared/02/11050000.xhp
index 57a75a94e4..20091efef0 100644
--- a/source/text/sbasic/shared/02/11050000.xhp
+++ b/source/text/sbasic/shared/02/11050000.xhp
@@ -32,10 +32,10 @@
<body>
<section id="single_step">
<bookmark xml-lang="en-US" branch="hid/.uno:BasicStepInto" id="bm_id3917322" localize="false"/>
-<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/sbasic/shared/02/11050000.xhp" name="Single Step">Single Step</link></paragraph>
+<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/sbasic/shared/02/11050000.xhp">Single Step</link></paragraph>
<paragraph role="paragraph" id="par_id3146117" xml-lang="en-US"><ahelp hid=".uno:BasicStepInto">Runs the macro and stops it after the next command.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3152801" xml-lang="en-US">You can use this command in conjunction with the <link href="text/sbasic/shared/02/11080000.xhp" name="Watch">Watch</link> command to troubleshoot errors.</paragraph>
+<paragraph role="paragraph" id="par_id3152801" xml-lang="en-US">You can use this command in conjunction with the <link href="text/sbasic/shared/02/11080000.xhp">Watch</link> command to troubleshoot errors.</paragraph>
<section id="sysingle_step">
<table id="tbl_id3153527">
<tablerow>
@@ -52,7 +52,7 @@
</section>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3149235" xml-lang="en-US"><link href="text/sbasic/shared/02/11060000.xhp" name="Procedure Step function">Procedure Step function</link></paragraph>
+<paragraph role="paragraph" id="par_id3149235" xml-lang="en-US"><link href="text/sbasic/shared/02/11060000.xhp">Procedure Step function</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/sbasic/shared/02/11060000.xhp b/source/text/sbasic/shared/02/11060000.xhp
index dd497d1448..d57eee93b2 100644
--- a/source/text/sbasic/shared/02/11060000.xhp
+++ b/source/text/sbasic/shared/02/11060000.xhp
@@ -32,10 +32,10 @@
<body>
<section id="procedure_step">
<bookmark xml-lang="en-US" branch="hid/.uno:BasicStepOver" id="bm_id3926226" localize="false"/>
-<paragraph role="heading" id="hd_id3148520" xml-lang="en-US" level="1"><link href="text/sbasic/shared/02/11060000.xhp" name="Procedure Step">Procedure Step</link></paragraph>
+<paragraph role="heading" id="hd_id3148520" xml-lang="en-US" level="1"><link href="text/sbasic/shared/02/11060000.xhp">Procedure Step</link></paragraph>
<paragraph role="paragraph" id="par_id3152363" xml-lang="en-US"><ahelp hid=".uno:BasicStepOver">Runs the macro and stops it after the next procedure.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3153394" xml-lang="en-US">You can use this command in conjunction with the <link href="text/sbasic/shared/02/11080000.xhp" name="Watch">Watch</link> command to troubleshoot errors.</paragraph>
+<paragraph role="paragraph" id="par_id3153394" xml-lang="en-US">You can use this command in conjunction with the <link href="text/sbasic/shared/02/11080000.xhp">Watch</link> command to troubleshoot errors.</paragraph>
<section id="syprocedure_step">
<table id="tbl_id3146957">
<tablerow>
@@ -52,7 +52,7 @@
</section>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3153562" xml-lang="en-US"><link href="text/sbasic/shared/02/11050000.xhp" name="Single Step function">Single Step function</link></paragraph>
+<paragraph role="paragraph" id="par_id3153562" xml-lang="en-US"><link href="text/sbasic/shared/02/11050000.xhp">Single Step function</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/sbasic/shared/02/11070000.xhp b/source/text/sbasic/shared/02/11070000.xhp
index 8382317d2a..9bf1455c7f 100644
--- a/source/text/sbasic/shared/02/11070000.xhp
+++ b/source/text/sbasic/shared/02/11070000.xhp
@@ -31,10 +31,10 @@
<body>
<section id="breakpoint">
<bookmark xml-lang="en-US" branch="hid/.uno:ToggleBreakPoint" id="bm_id2767094" localize="false"/>
-<paragraph role="heading" id="hd_id3154863" xml-lang="en-US" level="1"><link href="text/sbasic/shared/02/11070000.xhp" name="Breakpoint">Breakpoint</link></paragraph>
+<paragraph role="heading" id="hd_id3154863" xml-lang="en-US" level="1"><link href="text/sbasic/shared/02/11070000.xhp">Breakpoint</link></paragraph>
<paragraph role="paragraph" id="par_id3155364" xml-lang="en-US"><ahelp hid=".uno:ToggleBreakPoint">Inserts a breakpoint in the program line.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3149346" xml-lang="en-US">The breakpoint is inserted at the cursor position. Use a breakpoint to interrupt a program just before an error occurs. You can then troubleshoot the program by running it in <link href="text/sbasic/shared/02/11050000.xhp" name="Single Step">Single Step</link> mode until the error occurs. You can also use the <link href="text/sbasic/shared/02/11080000.xhp" name="Watch">Watch</link> icon to check the content of the relevant variables.</paragraph>
+<paragraph role="paragraph" id="par_id3149346" xml-lang="en-US">The breakpoint is inserted at the cursor position. Use a breakpoint to interrupt a program just before an error occurs. You can then troubleshoot the program by running it in <link href="text/sbasic/shared/02/11050000.xhp">Single Step</link> mode until the error occurs. You can also use the <link href="text/sbasic/shared/02/11080000.xhp">Watch</link> icon to check the content of the relevant variables.</paragraph>
<section id="sybreakpoint">
<table id="tbl_id3149095">
<tablerow>
diff --git a/source/text/sbasic/shared/02/11080000.xhp b/source/text/sbasic/shared/02/11080000.xhp
index 98643b7db2..d461a7243d 100644
--- a/source/text/sbasic/shared/02/11080000.xhp
+++ b/source/text/sbasic/shared/02/11080000.xhp
@@ -32,7 +32,7 @@
<body>
<section id="watch">
<bookmark xml-lang="en-US" branch="hid/.uno:AddWatch" id="bm_id7891299" localize="false"/>
-<paragraph role="heading" id="hd_id3154863" xml-lang="en-US" level="1"><link href="text/sbasic/shared/02/11080000.xhp" name="Enable Watch">Enable Watch</link></paragraph>
+<paragraph role="heading" id="hd_id3154863" xml-lang="en-US" level="1"><link href="text/sbasic/shared/02/11080000.xhp">Enable Watch</link></paragraph>
<paragraph role="paragraph" id="par_id3093440" xml-lang="en-US"><ahelp hid=".uno:AddWatch">Click this icon to view the variables in a macro. The contents of the variable are displayed in a separate window.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3147399" xml-lang="en-US">Click the name of a variable to select it, then click the <emph>Enable Watch</emph> icon. The value that is assigned to the variable is displayed next to its name. This value is constantly updated.</paragraph>
diff --git a/source/text/sbasic/shared/02/11090000.xhp b/source/text/sbasic/shared/02/11090000.xhp
index b4f68b8a9e..fd12cdd830 100644
--- a/source/text/sbasic/shared/02/11090000.xhp
+++ b/source/text/sbasic/shared/02/11090000.xhp
@@ -34,7 +34,7 @@
<body>
<section id="ocatalog">
<bookmark xml-lang="en-US" branch="hid/.uno:ObjectCatalog" id="bm_id8689372" localize="false"/>
-<paragraph role="heading" id="hd_id3153255" xml-lang="en-US" level="1"><link href="text/sbasic/shared/02/11090000.xhp" name="Object Catalog">Object Catalog</link></paragraph>
+<paragraph role="heading" id="hd_id3153255" xml-lang="en-US" level="1"><link href="text/sbasic/shared/02/11090000.xhp">Object Catalog</link></paragraph>
<paragraph role="paragraph" id="par_id3151384" xml-lang="en-US"><ahelp hid=".uno:ObjectCatalog">Opens the <emph>Objects</emph> pane, where you can view Basic objects.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US">Double click the name of a function or sub to load the module that contains that function or sub, and to position the cursor. Double click the name of a module or dialog to load and display that module or dialog.</paragraph>
diff --git a/source/text/sbasic/shared/02/11100000.xhp b/source/text/sbasic/shared/02/11100000.xhp
index 1fe1f49555..bb145b6f3e 100644
--- a/source/text/sbasic/shared/02/11100000.xhp
+++ b/source/text/sbasic/shared/02/11100000.xhp
@@ -31,7 +31,7 @@
<section id="macros">
<bookmark branch="hid/.uno:ChooseMacro" xml-lang="en-US" id="bm_id3155364" localize="false"/>
-<h1 id="hd_id3156183"><link href="text/sbasic/shared/02/11100000.xhp" name="Macros">Macros</link></h1>
+<h1 id="hd_id3156183"><link href="text/sbasic/shared/02/11100000.xhp">Macros</link></h1>
<paragraph role="paragraph" id="par_id3147399" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:ChooseMacro">Opens the <emph>Macro</emph> dialog.</ahelp></paragraph>
</section>
<section id="symacros">
diff --git a/source/text/sbasic/shared/02/11110000.xhp b/source/text/sbasic/shared/02/11110000.xhp
index 9a982589e0..dd7b8d82cf 100644
--- a/source/text/sbasic/shared/02/11110000.xhp
+++ b/source/text/sbasic/shared/02/11110000.xhp
@@ -31,8 +31,8 @@
<section id="module">
<bookmark branch="hid/.uno:ModuleDialog" xml-lang="en-US" id="bm_id3157898" localize="false"/>
-<h1 id="hd_id3148520"><link href="text/sbasic/shared/02/11110000.xhp" name="Modules">Modules</link></h1>
- <paragraph role="paragraph" id="par_id3156414" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:ModuleDialog">Click here to open the <link href="text/sbasic/shared/01/06130000.xhp" name="Macro Organizer"><emph>Macro Organizer</emph></link> dialog.</ahelp></paragraph>
+<h1 id="hd_id3148520"><link href="text/sbasic/shared/02/11110000.xhp">Modules</link></h1>
+ <paragraph role="paragraph" id="par_id3156414" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:ModuleDialog">Click here to open the <link href="text/sbasic/shared/01/06130000.xhp"><emph>Macro Organizer</emph></link> dialog.</ahelp></paragraph>
</section>
<section id="symodule">
<table id="tbl_id3153311">
diff --git a/source/text/sbasic/shared/02/11120000.xhp b/source/text/sbasic/shared/02/11120000.xhp
index 1a9ee3c26b..5c0aa3502c 100644
--- a/source/text/sbasic/shared/02/11120000.xhp
+++ b/source/text/sbasic/shared/02/11120000.xhp
@@ -31,7 +31,7 @@
<section id="parentheses">
<bookmark branch="hid/.uno:MatchGroup" xml-lang="en-US" id="bm_id3148520" localize="false"/>
-<h1 id="hd_id3149497"><link href="text/sbasic/shared/02/11120000.xhp" name="Find Parentheses">Find Parentheses</link></h1>
+<h1 id="hd_id3149497"><link href="text/sbasic/shared/02/11120000.xhp">Find Parentheses</link></h1>
<paragraph role="paragraph" id="par_id3155150" xml-lang="en-US"><ahelp hid=".uno:MatchGroup" visibility="visible">Highlights the text that is enclosed by two corresponding brackets. Place the text cursor in front of an opening or closing bracket, and then click this icon.</ahelp></paragraph>
</section>
<section id="syparentheses">
diff --git a/source/text/sbasic/shared/02/11140000.xhp b/source/text/sbasic/shared/02/11140000.xhp
index a33237355c..416daf65a3 100644
--- a/source/text/sbasic/shared/02/11140000.xhp
+++ b/source/text/sbasic/shared/02/11140000.xhp
@@ -32,7 +32,7 @@
<body>
<section id="insertsource">
<bookmark xml-lang="en-US" branch="hid/.uno:LoadBasic" id="bm_id7976858" localize="false"/>
-<paragraph role="heading" id="hd_id3154044" xml-lang="en-US" level="1"><link href="text/sbasic/shared/02/11140000.xhp" name="Insert Source Text">Insert Source Text</link></paragraph>
+<paragraph role="heading" id="hd_id3154044" xml-lang="en-US" level="1"><link href="text/sbasic/shared/02/11140000.xhp">Insert Source Text</link></paragraph>
<paragraph role="paragraph" id="par_id3150702" xml-lang="en-US"><ahelp hid=".uno:LoadBasic">Opens the Basic source text in the Basic IDE window.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3150445" xml-lang="en-US">Place the cursor in the code where you want to insert the source text, and then click the <emph>Insert source text</emph> icon. Locate the file that contains the Basic source text that you want to insert, and then click <emph>Open</emph>.</paragraph>
diff --git a/source/text/sbasic/shared/02/11150000.xhp b/source/text/sbasic/shared/02/11150000.xhp
index a08b9245b8..e1d99d6a14 100644
--- a/source/text/sbasic/shared/02/11150000.xhp
+++ b/source/text/sbasic/shared/02/11150000.xhp
@@ -32,7 +32,7 @@
<body>
<section id="savesource">
<bookmark xml-lang="en-US" branch="hid/.uno:SaveBasicAs" id="bm_id4562232" localize="false"/>
-<paragraph role="heading" id="hd_id3149497" xml-lang="en-US" level="1"><link href="text/sbasic/shared/02/11150000.xhp" name="Save Source As">Save Source As</link></paragraph>
+<paragraph role="heading" id="hd_id3149497" xml-lang="en-US" level="1"><link href="text/sbasic/shared/02/11150000.xhp">Save Source As</link></paragraph>
<paragraph role="paragraph" id="par_id3147261" xml-lang="en-US"><ahelp hid=".uno:SaveBasicAs">Saves the source code of the selected Basic macro.</ahelp></paragraph>
</section>
<section id="sysavesource">
diff --git a/source/text/sbasic/shared/02/11160000.xhp b/source/text/sbasic/shared/02/11160000.xhp
index 1345affdea..0fd73a2250 100644
--- a/source/text/sbasic/shared/02/11160000.xhp
+++ b/source/text/sbasic/shared/02/11160000.xhp
@@ -31,7 +31,7 @@
<section id="stepout">
<bookmark branch="hid/.uno:BasicStepOut" xml-lang="en-US" id="bm_id3153089" localize="false"/>
-<h1 id="hd_id3148983"><link href="text/sbasic/shared/02/11160000.xhp" name="Step Out">Step Out</link></h1>
+<h1 id="hd_id3148983"><link href="text/sbasic/shared/02/11160000.xhp">Step Out</link></h1>
<paragraph role="paragraph" id="par_id3157898" xml-lang="en-US"><ahelp hid=".uno:BasicStepOut" visibility="visible">Jumps back to the previous routine in the current macro.</ahelp></paragraph>
</section>
<section id="systepout">
diff --git a/source/text/sbasic/shared/02/11170000.xhp b/source/text/sbasic/shared/02/11170000.xhp
index f944e2aba8..91ab95c3ad 100644
--- a/source/text/sbasic/shared/02/11170000.xhp
+++ b/source/text/sbasic/shared/02/11170000.xhp
@@ -29,7 +29,7 @@
<body>
<section id="manage_breakpoints">
<bookmark xml-lang="en-US" branch="hid/.uno:ManageBreakPoints" id="bm_id0929200903013963" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3156183" role="heading" level="1"><link href="text/sbasic/shared/02/11170000.xhp" name="Manage Breakpoints">Manage Breakpoints</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3156183" role="heading" level="1"><link href="text/sbasic/shared/02/11170000.xhp">Manage Breakpoints</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3152363" role="paragraph"><ahelp hid=".">Calls a dialog to manage breakpoints.</ahelp></paragraph>
</section>
<section id="sybreakpoints">
@@ -48,7 +48,7 @@
</section>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id3154897" role="paragraph"><link href="text/sbasic/shared/01050300.xhp" name="Manage Breakpoints dialog"><emph>Manage Breakpoints</emph> dialog</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154897" role="paragraph"><link href="text/sbasic/shared/01050300.xhp"><emph>Manage Breakpoints</emph> dialog</link></paragraph>
</section>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/sbasic/shared/02/11180000.xhp b/source/text/sbasic/shared/02/11180000.xhp
index 594c3cc165..7d2a76f121 100644
--- a/source/text/sbasic/shared/02/11180000.xhp
+++ b/source/text/sbasic/shared/02/11180000.xhp
@@ -29,7 +29,7 @@
<body>
<section id="import">
<bookmark xml-lang="en-US" branch="hid/.uno:ImportDialog" id="bm_id092920903013963" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3156183" role="heading" level="1"><link href="text/sbasic/shared/02/11180000.xhp" name="Import Dialog">Import Dialog</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3156183" role="heading" level="1"><link href="text/sbasic/shared/02/11180000.xhp">Import Dialog</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3152363" role="paragraph"><ahelp hid=".">Calls an "Open" dialog to import a BASIC dialog file.</ahelp></paragraph>
<paragraph xml-lang="en-US" id="par_id0929200903505211" role="paragraph">If the imported dialog has a name that already exists in the library, you see a message box where you can decide to rename the imported dialog. In this case the dialog will be renamed to the next free "automatic" name like when creating a new dialog. Or you can replace the existing dialog by the imported dialog. If you click Cancel the dialog is not imported.</paragraph>
<paragraph xml-lang="en-US" id="par_id0929200903505360" role="paragraph">Dialogs can contain localization data. When importing a dialog, a mismatch of the dialogs' localization status can occur.</paragraph>
diff --git a/source/text/sbasic/shared/02/11190000.xhp b/source/text/sbasic/shared/02/11190000.xhp
index dc39139a68..492e2589c7 100644
--- a/source/text/sbasic/shared/02/11190000.xhp
+++ b/source/text/sbasic/shared/02/11190000.xhp
@@ -29,7 +29,7 @@
<body>
<section id="export">
<bookmark xml-lang="en-US" branch="hid/.uno:ExportDialog" id="bm_id099200903013963" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3156183" role="heading" level="1"><link href="text/sbasic/shared/02/11190000.xhp" name="Export Dialog">Export Dialog</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3156183" role="heading" level="1"><link href="text/sbasic/shared/02/11190000.xhp">Export Dialog</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3152363" role="paragraph"><ahelp hid=".">In the dialog editor, this command calls a "Save as" dialog to export the current BASIC dialog.</ahelp></paragraph>
</section>
<section id="syexport">
diff --git a/source/text/sbasic/shared/02/20000000.xhp b/source/text/sbasic/shared/02/20000000.xhp
index c6c9c97f8c..716911532e 100644
--- a/source/text/sbasic/shared/02/20000000.xhp
+++ b/source/text/sbasic/shared/02/20000000.xhp
@@ -60,7 +60,7 @@
<bookmark_value>test mode control</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ChooseControls" id="bm_id393577" localize="false"/>
-<h1 id="hd_id3150402"><link href="text/sbasic/shared/02/20000000.xhp" name="Insert Controls">Insert Controls</link></h1>
+<h1 id="hd_id3150402"><link href="text/sbasic/shared/02/20000000.xhp">Insert Controls</link></h1>
<paragraph role="paragraph" id="par_id3147000" xml-lang="en-US"><ahelp hid=".uno:ChooseControls">Opens the <emph>Toolbox</emph> bar.</ahelp></paragraph></section>
<section id="sycontrols">
<table id="tbl_id3153539">
@@ -77,7 +77,7 @@
</section>
<list type="unordered">
<listitem>
-<paragraph role="listitem" id="par_id3157958" xml-lang="en-US">In edit mode, double-click a control to open the <link href="text/sbasic/shared/01170100.xhp" name="properties dialog">properties dialog</link>.</paragraph>
+<paragraph role="listitem" id="par_id3157958" xml-lang="en-US">In edit mode, double-click a control to open the <link href="text/sbasic/shared/01170100.xhp">properties dialog</link>.</paragraph>
</listitem>
<listitem>
<paragraph role="listitem" id="par_id3148538" xml-lang="en-US">In edit mode, you can also right-click a control and choose the cut, copy, and paste command.</paragraph>
@@ -404,7 +404,7 @@
<image id="img_id3146874" src="cmd/sc_controlproperties.png" width="1cm" height="1cm"><alt id="alt_id3146874" xml-lang="en-US">Icon Properties</alt></image></paragraph>
</tablecell>
<tablecell>
-<paragraph role="paragraph" id="par_id3151105" xml-lang="en-US"><ahelp hid=".uno:ShowPropBrowser">Opens a dialog where you can edit the <link href="text/sbasic/shared/01170100.xhp" name="properties">properties</link> of the selected control.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3151105" xml-lang="en-US"><ahelp hid=".uno:ShowPropBrowser">Opens a dialog where you can edit the <link href="text/sbasic/shared/01170100.xhp">properties</link> of the selected control.</ahelp></paragraph>
</tablecell>
</tablerow>
</table>
diff --git a/source/text/sbasic/shared/03/lib_ScriptForge.xhp b/source/text/sbasic/shared/03/lib_ScriptForge.xhp
index 946280ba45..c702e46cfa 100644
--- a/source/text/sbasic/shared/03/lib_ScriptForge.xhp
+++ b/source/text/sbasic/shared/03/lib_ScriptForge.xhp
@@ -16,7 +16,7 @@
</topic>
</meta>
<body>
- <h1 id="hd_id31529004750471" xml-lang="en-US"><variable id="ScriptForge_lib"><link href="text/sbasic/shared/03/lib_ScriptForge.xhp" name="ScriptForge library">The <literal>ScriptForge</literal> Library</link></variable></h1>
+ <h1 id="hd_id31529004750471" xml-lang="en-US"><variable id="ScriptForge_lib"><link href="text/sbasic/shared/03/lib_ScriptForge.xhp">The <literal>ScriptForge</literal> Library</link></variable></h1>
<bookmark xml-lang="en-US" branch="index" id="bm_id491529070339774">
<bookmark_value>BASIC ScriptForge library</bookmark_value>
<bookmark_value>Python scriptforge module</bookmark_value>
@@ -29,7 +29,7 @@
<note id="par_id901528999850603">&#8226; Basic macros require to load <literal>ScriptForge</literal> library using the following statement:<br/><literal>GlobalScope.BasicLibraries.loadLibrary("ScriptForge")</literal><br/><br/>&#8226; Python scripts require an import from <literal>scriptforge</literal> module:<br/><literal>from scriptforge import CreateScriptService</literal>
</note>
</section>
- <tip id="par_id1001623412767893">To learn more about how to create and execute Python scripts using the <literal>ScriptForge</literal> library, read the help page <link href="text/sbasic/shared/03/sf_intro.xhp" name="sfintro_link">Creating Python Scripts with ScriptForge</link>.</tip>
+ <tip id="par_id1001623412767893">To learn more about how to create and execute Python scripts using the <literal>ScriptForge</literal> library, read the help page <link href="text/sbasic/shared/03/sf_intro.xhp">Creating Python Scripts with ScriptForge</link>.</tip>
<h2 id="hd_id781637256119733">Invoking ScriptForge services</h2>
<paragraph role="paragraph" id="par_id781606153472028">The described modules and classes are invoked from user scripts as "Services". A generic constructor of those services has been designed for that purpose for each language.</paragraph>
@@ -67,20 +67,20 @@
</tablecell>
<tablecell>
<paragraph role="tablecontent" localize="false" id="par_id581613836728425">
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Array" name="Array service">Array</link><br/>
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Dictionary" name="Dictionary service">Dictionary</link><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Array">Array</link><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Dictionary">Dictionary</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph role="tablecontent" localize="false" id="par_id731613840022120">
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Exception" name="Exception service">Exception</link><br/>
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#FileSystem" name="FileSystem service">FileSystem</link><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Exception">Exception</link><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#FileSystem">FileSystem</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id701643305576028" localize="false" role="tablecontent">
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#String" name="String service">String</link><br/>
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#TextStream" name="TextStream service">TextStream</link><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#String">String</link><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#TextStream">TextStream</link><br/>
</paragraph>
</tablecell>
</tablerow>
@@ -90,20 +90,20 @@
</tablecell>
<tablecell>
<paragraph role="paragraph" localize="false" id="par_id771613836902464">
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Base" name="Base service">Base</link><br/>
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Calc" name="Calc service">Calc</link><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Base">Base</link><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Calc">Calc</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id441543838858931" localize="false" role="tablecontent">
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Chart" name="Chart service">Chart</link><br/>
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Database" name="Database service">Database</link><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Chart">Chart</link><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Database">Database</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id701643305576137" localize="false" role="tablecontent">
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Document" name="Document service">Document</link><br/>
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Writer" name="Writer service">Writer</link><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Document">Document</link><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Writer">Writer</link><br/>
</paragraph>
</tablecell>
</tablerow>
@@ -113,21 +113,21 @@
</tablecell>
<tablecell>
<paragraph role="tablecontent" localize="false" id="par_id481613837033056">
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Dialog" name="Dialog service">Dialog</link><br/>
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#DialogControl" name="DialogControl service">DialogControl</link><br/>
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Form" name="Form service">Form</link><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Dialog">Dialog</link><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#DialogControl">DialogControl</link><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Form">Form</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id441613885558931" localize="false" role="tablecontent">
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#FormControl" name="FormControl service">FormControl</link><br/>
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Menu" name="Menu service">Menu</link><br/><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#FormControl">FormControl</link><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Menu">Menu</link><br/><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id701643305576632" localize="false" role="tablecontent">
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#PopupMenu" name="PopupMenu service">PopupMenu</link><br/>
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#UI" name="UI service">UI</link><br/><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#PopupMenu">PopupMenu</link><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#UI">UI</link><br/><br/>
</paragraph>
</tablecell>
</tablerow>
@@ -137,22 +137,22 @@
</tablecell>
<tablecell>
<paragraph role="tablecontent" localize="false" id="par_id461613837133275">
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Basic" name="Basic service">Basic</link><br/>
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#L10N" name="L10N service">L10N</link><br/>
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Platform" name="Platform service">Platform</link><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Basic">Basic</link><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#L10N">L10N</link><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Platform">Platform</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id441613723858931" localize="false" role="tablecontent">
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Region" name="Region service">Region</link><br/>
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Services" name="Services service">Services</link><br/>
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Session" name="Session service">Session</link><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Region">Region</link><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Services">Services</link><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Session">Session</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id701643305572058" localize="false" role="tablecontent">
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Timer" name="Timer service">Timer</link><br/>
- <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#UnitTest" name="UnitTest service">UnitTest</link><br/><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#Timer">Timer</link><br/>
+ <link href="text/sbasic/shared/03/lib_ScriptForge.xhp#UnitTest">UnitTest</link><br/><br/>
</paragraph>
</tablecell>
</tablerow>
diff --git a/source/text/sbasic/shared/03/lib_depot.xhp b/source/text/sbasic/shared/03/lib_depot.xhp
index 2c4a01ba1f..5011372503 100644
--- a/source/text/sbasic/shared/03/lib_depot.xhp
+++ b/source/text/sbasic/shared/03/lib_depot.xhp
@@ -16,7 +16,7 @@
</topic>
</meta>
<body>
- <paragraph role="heading" id="hd_id31529004750471" level="1" xml-lang="en-US"><variable id="depot_lib"><link href="text/sbasic/shared/03/lib_depot.xhp" name="Depot library">The <item type="literal">Depot</item> Library</link></variable></paragraph>
+ <paragraph role="heading" id="hd_id31529004750471" level="1" xml-lang="en-US"><variable id="depot_lib"><link href="text/sbasic/shared/03/lib_depot.xhp">The <item type="literal">Depot</item> Library</link></variable></paragraph>
<section id="howtoget">
<embed href="text/sbasic/shared/00000003.xhp#basiclibhowtoget"/>
diff --git a/source/text/sbasic/shared/03/lib_euro.xhp b/source/text/sbasic/shared/03/lib_euro.xhp
index d975c69d40..ef3e59bc5b 100644
--- a/source/text/sbasic/shared/03/lib_euro.xhp
+++ b/source/text/sbasic/shared/03/lib_euro.xhp
@@ -16,7 +16,7 @@
</topic>
</meta>
<body>
- <h1 id="hd_id31529004750471"><variable id="euro_lib"><link href="text/sbasic/shared/03/lib_euro.xhp" name="Euro library">The <item type="literal">Euro</item> Library</link></variable></h1>
+ <h1 id="hd_id31529004750471"><variable id="euro_lib"><link href="text/sbasic/shared/03/lib_euro.xhp">The <item type="literal">Euro</item> Library</link></variable></h1>
<bookmark xml-lang="en-US" branch="index" id="bm_id231529070133574">
<bookmark_value>BASIC Euro library</bookmark_value>
</bookmark>
@@ -39,8 +39,8 @@
</list>
<note id="par_id691593519646426">Basic routine name conflicts may exist when multiple Basic libraries are loaded in memory.</note>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id1001593520257636">ImportWizard and <link href="text/sbasic/shared/03/lib_tools.xhp" name="Tools library">Tools</link> Basic libraries</paragraph>
- <paragraph role="paragraph" id="par_id251593518523704"><link href="text/shared/autopi/01150000.xhp" name="Euro Converter Wizard">Euro Converter Wizard</link> describes what the <emph>Euro</emph> library does.</paragraph>
+ <paragraph role="paragraph" id="par_id1001593520257636">ImportWizard and <link href="text/sbasic/shared/03/lib_tools.xhp">Tools</link> Basic libraries</paragraph>
+ <paragraph role="paragraph" id="par_id251593518523704"><link href="text/shared/autopi/01150000.xhp">Euro Converter Wizard</link> describes what the <emph>Euro</emph> library does.</paragraph>
</section>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/sbasic/shared/03/lib_formwizard.xhp b/source/text/sbasic/shared/03/lib_formwizard.xhp
index c3ff82a118..69f3443fd1 100644
--- a/source/text/sbasic/shared/03/lib_formwizard.xhp
+++ b/source/text/sbasic/shared/03/lib_formwizard.xhp
@@ -16,7 +16,7 @@
</topic>
</meta>
<body>
- <paragraph role="heading" id="hd_id31529004750471" level="1" xml-lang="en-US"><variable id="formwizard_lib"><link href="text/sbasic/shared/03/lib_formwizard.xhp" name="FormWizard library">The <item type="literal">FormWizard</item> Library</link></variable></paragraph>
+ <paragraph role="heading" id="hd_id31529004750471" level="1" xml-lang="en-US"><variable id="formwizard_lib"><link href="text/sbasic/shared/03/lib_formwizard.xhp">The <item type="literal">FormWizard</item> Library</link></variable></paragraph>
<section id="howtoget">
<embed href="text/sbasic/shared/00000003.xhp#basiclibhowtoget"/>
diff --git a/source/text/sbasic/shared/03/lib_gimmicks.xhp b/source/text/sbasic/shared/03/lib_gimmicks.xhp
index 01c7d0171d..8b3d297276 100644
--- a/source/text/sbasic/shared/03/lib_gimmicks.xhp
+++ b/source/text/sbasic/shared/03/lib_gimmicks.xhp
@@ -16,7 +16,7 @@
</topic>
</meta>
<body>
- <paragraph role="heading" id="hd_id31529004750471" level="1" xml-lang="en-US"><variable id="gimmicks_lib"><link href="text/sbasic/shared/03/lib_gimmicks.xhp" name="Gimmicks library">The <item type="literal">Gimmicks</item> Library</link></variable></paragraph>
+ <paragraph role="heading" id="hd_id31529004750471" level="1" xml-lang="en-US"><variable id="gimmicks_lib"><link href="text/sbasic/shared/03/lib_gimmicks.xhp">The <item type="literal">Gimmicks</item> Library</link></variable></paragraph>
<bookmark xml-lang="en-US" branch="index" id="bm_id951529070357301">
<bookmark_value>BASIC Gimmicks library</bookmark_value>
</bookmark>
@@ -44,8 +44,8 @@
<note id="par_id691593519646426">Basic routine name conflicts may exist when multiple Basic libraries are loaded in memory.</note>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id1001593520257636"><link href="text/sbasic/shared/03/lib_tools.xhp" name="Tools library">Tools</link> Basic library</paragraph>
- <paragraph role="paragraph" id="par_id251593518523704"><link href="text/swriter/guide/autotext.xhp" name="Using AutoText">Using AutoText</link> explains what the <emph>Gimmicks</emph> library does.</paragraph>
+ <paragraph role="paragraph" id="par_id1001593520257636"><link href="text/sbasic/shared/03/lib_tools.xhp">Tools</link> Basic library</paragraph>
+ <paragraph role="paragraph" id="par_id251593518523704"><link href="text/swriter/guide/autotext.xhp">Using AutoText</link> explains what the <emph>Gimmicks</emph> library does.</paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/sbasic/shared/03/lib_importwiz.xhp b/source/text/sbasic/shared/03/lib_importwiz.xhp
index 20669ec997..c9b806a794 100644
--- a/source/text/sbasic/shared/03/lib_importwiz.xhp
+++ b/source/text/sbasic/shared/03/lib_importwiz.xhp
@@ -15,7 +15,7 @@
</topic>
</meta>
<body>
- <h1 id="hd_id31529004750471"><variable id="importwiz_lib"><link href="text/sbasic/shared/03/lib_importwiz.xhp" name="ImportWizard library">The <item type="literal">ImportWizard</item> Library</link></variable></h1>
+ <h1 id="hd_id31529004750471"><variable id="importwiz_lib"><link href="text/sbasic/shared/03/lib_importwiz.xhp">The <item type="literal">ImportWizard</item> Library</link></variable></h1>
<bookmark xml-lang="en-US" branch="index" id="bm_id231529070133574">
<bookmark_value>BASIC ImportWizard library</bookmark_value>
</bookmark>
@@ -37,8 +37,8 @@
</list>
<note id="par_id691593519646426">Basic routine name conflicts may exist when multiple Basic libraries are loaded in memory.</note>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id1001593520257636"><link href="text/sbasic/shared/03/lib_tools.xhp" name="Tools library">Tools</link> Basic library</paragraph>
- <paragraph role="paragraph" id="par_id251593518523704"><link href="text/shared/autopi/01130000.xhp" name="Document Converter">Document Converter</link> describes what the <emph>ImportWizard</emph> library does.</paragraph>
+ <paragraph role="paragraph" id="par_id1001593520257636"><link href="text/sbasic/shared/03/lib_tools.xhp">Tools</link> Basic library</paragraph>
+ <paragraph role="paragraph" id="par_id251593518523704"><link href="text/shared/autopi/01130000.xhp">Document Converter</link> describes what the <emph>ImportWizard</emph> library does.</paragraph>
</section>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/sbasic/shared/03/lib_schedule.xhp b/source/text/sbasic/shared/03/lib_schedule.xhp
index 00cf3dcc83..78dc00ed35 100644
--- a/source/text/sbasic/shared/03/lib_schedule.xhp
+++ b/source/text/sbasic/shared/03/lib_schedule.xhp
@@ -16,7 +16,7 @@
</topic>
</meta>
<body>
- <paragraph role="heading" id="hd_id31529004750471" level="1" xml-lang="en-US"><variable id="schedule_lib"><link href="text/sbasic/shared/03/lib_schedule.xhp" name="Schedule library">The <item type="literal">Schedule</item> Library</link></variable></paragraph>
+ <paragraph role="heading" id="hd_id31529004750471" level="1" xml-lang="en-US"><variable id="schedule_lib"><link href="text/sbasic/shared/03/lib_schedule.xhp">The <item type="literal">Schedule</item> Library</link></variable></paragraph>
<bookmark xml-lang="en-US" branch="index" id="bm_id671529070099646">
<bookmark_value>BASIC Schedule library</bookmark_value>
</bookmark>
diff --git a/source/text/sbasic/shared/03/lib_script.xhp b/source/text/sbasic/shared/03/lib_script.xhp
index c2ef92b9b7..334a03e97b 100644
--- a/source/text/sbasic/shared/03/lib_script.xhp
+++ b/source/text/sbasic/shared/03/lib_script.xhp
@@ -16,7 +16,7 @@
</topic>
</meta>
<body>
- <h1 id="hd_id31529004750471"><variable id="script_lib"><link href="text/sbasic/shared/03/lib_script.xhp" name="ScriptBindingLibrary library">The <item type="literal">ScriptBindingLibrary</item> Library</link></variable></h1>
+ <h1 id="hd_id31529004750471"><variable id="script_lib"><link href="text/sbasic/shared/03/lib_script.xhp">The <item type="literal">ScriptBindingLibrary</item> Library</link></variable></h1>
<bookmark xml-lang="en-US" branch="index" id="bm_id851529070366056">
<bookmark_value>BASIC ScriptBindingLibrary library</bookmark_value>
</bookmark>
@@ -28,8 +28,8 @@
<paragraph role="paragraph" id="par_id381593519742529">Running any <emph>Highlight</emph> example script loads the <emph>ScriptBindingLibrary</emph> library in memory.</paragraph>
<note id="par_id131593538122154">This library is not used by %PRODUCTNAME Basic.</note>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id251593524531077"><link href="text/shared/01/06130020.xhp" name="Basic macro selector">Basic macro selector</link></paragraph>
- <paragraph role="paragraph" id="par_id721593525163663">Beanshell, Java and JavaScript <link href="text/shared/01/06130030.xhp" name="Scripts">Scripts</link></paragraph>
+ <paragraph role="paragraph" id="par_id251593524531077"><link href="text/shared/01/06130020.xhp">Basic macro selector</link></paragraph>
+ <paragraph role="paragraph" id="par_id721593525163663">Beanshell, Java and JavaScript <link href="text/shared/01/06130030.xhp">Scripts</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/sbasic/shared/03/lib_template.xhp b/source/text/sbasic/shared/03/lib_template.xhp
index f7e093fa0c..b490b136d6 100644
--- a/source/text/sbasic/shared/03/lib_template.xhp
+++ b/source/text/sbasic/shared/03/lib_template.xhp
@@ -16,7 +16,7 @@
</topic>
</meta>
<body>
- <paragraph role="heading" id="hd_id31529004750471" level="1" xml-lang="en-US"><variable id="template_lib"><link href="text/sbasic/shared/03/lib_template.xhp" name="Template library">The <item type="literal">Template</item> Library</link></variable></paragraph>
+ <paragraph role="heading" id="hd_id31529004750471" level="1" xml-lang="en-US"><variable id="template_lib"><link href="text/sbasic/shared/03/lib_template.xhp">The <item type="literal">Template</item> Library</link></variable></paragraph>
<section id="howtoget">
<embed href="text/sbasic/shared/00000003.xhp#basiclibhowtoget"/>
diff --git a/source/text/sbasic/shared/03/lib_tools.xhp b/source/text/sbasic/shared/03/lib_tools.xhp
index 2ed625b5aa..26e9fbdd6d 100644
--- a/source/text/sbasic/shared/03/lib_tools.xhp
+++ b/source/text/sbasic/shared/03/lib_tools.xhp
@@ -16,7 +16,7 @@
</topic>
</meta>
<body>
- <paragraph role="heading" id="hd_id31529004750471" level="1" xml-lang="en-US"><variable id="tools_lib"><link href="text/sbasic/shared/03/lib_tools.xhp" name="Tools library">The <item type="literal">Tools</item> Library</link></variable></paragraph>
+ <paragraph role="heading" id="hd_id31529004750471" level="1" xml-lang="en-US"><variable id="tools_lib"><link href="text/sbasic/shared/03/lib_tools.xhp">The <item type="literal">Tools</item> Library</link></variable></paragraph>
<bookmark xml-lang="en-US" branch="index" id="bm_id491529070339774">
<bookmark_value>BASIC Tools library</bookmark_value>
</bookmark>
@@ -25,12 +25,12 @@
</section>
<paragraph xml-lang="en-US" id="par_id901528999850603" localize="false" role="note"><embedvar href="text/sbasic/shared/00000003.xhp#basiclibrarynote" markup="keep"/><br/>
<item type="literal">GlobalScope.BasicLibraries.LoadLibrary("Tools")</item></paragraph>
- <paragraph role="paragraph" id="par_id161529001339405" xml-lang="en-US"><link href="text/sbasic/shared/03/lib_tools.xhp#debug_module" name="debug module"><item type="literal">Debug</item> Module</link></paragraph>
- <paragraph role="paragraph" id="par_id41529001348561" xml-lang="en-US"><link href="text/sbasic/shared/03/lib_tools.xhp#listbox_module" name="listbox module"><item type="literal">ListBox</item> Module</link></paragraph>
- <paragraph role="paragraph" id="par_id341529001354451" xml-lang="en-US"><link href="text/sbasic/shared/03/lib_tools.xhp#misc_module" name="misc module"><item type="literal">Misc</item> Module</link></paragraph>
- <paragraph role="paragraph" id="par_id311529001362049" xml-lang="en-US"><link href="text/sbasic/shared/03/lib_tools.xhp#modulecontrols_module" name="module controls module"><item type="literal">ModuleControls</item> Module</link></paragraph>
- <paragraph role="paragraph" id="par_id701529001368064" xml-lang="en-US"><link href="text/sbasic/shared/03/lib_tools.xhp#strings_module" name="strings module"><item type="literal">Strings</item> Module</link></paragraph>
- <paragraph role="paragraph" id="par_id251529001373426" xml-lang="en-US"><link href="text/sbasic/shared/03/lib_tools.xhp#ucb_module" name="ucb module"><item type="literal">UCB</item> Module</link></paragraph>
+ <paragraph role="paragraph" id="par_id161529001339405" xml-lang="en-US"><link href="text/sbasic/shared/03/lib_tools.xhp#debug_module"><item type="literal">Debug</item> Module</link></paragraph>
+ <paragraph role="paragraph" id="par_id41529001348561" xml-lang="en-US"><link href="text/sbasic/shared/03/lib_tools.xhp#listbox_module"><item type="literal">ListBox</item> Module</link></paragraph>
+ <paragraph role="paragraph" id="par_id341529001354451" xml-lang="en-US"><link href="text/sbasic/shared/03/lib_tools.xhp#misc_module"><item type="literal">Misc</item> Module</link></paragraph>
+ <paragraph role="paragraph" id="par_id311529001362049" xml-lang="en-US"><link href="text/sbasic/shared/03/lib_tools.xhp#modulecontrols_module"><item type="literal">ModuleControls</item> Module</link></paragraph>
+ <paragraph role="paragraph" id="par_id701529001368064" xml-lang="en-US"><link href="text/sbasic/shared/03/lib_tools.xhp#strings_module"><item type="literal">Strings</item> Module</link></paragraph>
+ <paragraph role="paragraph" id="par_id251529001373426" xml-lang="en-US"><link href="text/sbasic/shared/03/lib_tools.xhp#ucb_module"><item type="literal">UCB</item> Module</link></paragraph>
<bookmark xml-lang="en-US" branch="index" id="bm_id271529062442803">
<bookmark_value>BASIC Tools library;Debug module</bookmark_value>
</bookmark>
@@ -475,7 +475,7 @@
<paragraph id="par_id061520180728411337" role="bascode" localize="false" xml-lang="en-US">DialogName as String, </paragraph>
<paragraph id="par_id061520180728412212" role="bascode" localize="false" xml-lang="en-US">Optional oLibContainer)</paragraph>
</bascode>
- <paragraph role="paragraph" id="par_id261558858921700">Refer to <link href="text/sbasic/guide/show_dialog.xhp#show_dialog" name="Opening a Dialog with Basic">Opening a Dialog with Basic</link> for an example of LoadDialog function.</paragraph>
+ <paragraph role="paragraph" id="par_id261558858921700">Refer to <link href="text/sbasic/guide/show_dialog.xhp#show_dialog">Opening a Dialog with Basic</link> for an example of LoadDialog function.</paragraph>
<h3 id="hd_id061520180728417528" xml-lang="en-US" localize="false">GetFolderName</h3>
<bascode>
<paragraph id="par_id061520180728414273" role="bascode" localize="false" xml-lang="en-US">Sub GetFolderName(oRefModel as Object)</paragraph>
diff --git a/source/text/sbasic/shared/03/lib_wikieditor.xhp b/source/text/sbasic/shared/03/lib_wikieditor.xhp
index 2bf31fc1a9..d2aec47db2 100644
--- a/source/text/sbasic/shared/03/lib_wikieditor.xhp
+++ b/source/text/sbasic/shared/03/lib_wikieditor.xhp
@@ -15,7 +15,7 @@
</topic>
</meta>
<body>
- <h1 id="hd_id31529004750471"><variable id="wikieditor_lib"><link href="text/sbasic/shared/03/lib_wikieditor.xhp" name="WikiEditor library">The <item type="literal">WikiEditor</item> Library</link></variable></h1>
+ <h1 id="hd_id31529004750471"><variable id="wikieditor_lib"><link href="text/sbasic/shared/03/lib_wikieditor.xhp">The <item type="literal">WikiEditor</item> Library</link></variable></h1>
<bookmark xml-lang="en-US" branch="index" id="bm_id231529070133574">
<bookmark_value>BASIC WikiEditor library</bookmark_value>
</bookmark>
diff --git a/source/text/sbasic/shared/03/sf_array.xhp b/source/text/sbasic/shared/03/sf_array.xhp
index 241bbd4087..e1fe560429 100644
--- a/source/text/sbasic/shared/03/sf_array.xhp
+++ b/source/text/sbasic/shared/03/sf_array.xhp
@@ -21,7 +21,7 @@
<bookmark_value>Array service</bookmark_value>
</bookmark>
- <h1 id="bm_id781582391760253"><variable id="ArrayService"><link href="text/sbasic/shared/03/sf_array.xhp" name="ScriptForge.Array Service"><literal>ScriptForge</literal>.<literal>Array</literal> service</link></variable></h1>
+ <h1 id="bm_id781582391760253"><variable id="ArrayService"><link href="text/sbasic/shared/03/sf_array.xhp"><literal>ScriptForge</literal>.<literal>Array</literal> service</link></variable></h1>
<paragraph role="paragraph" id="par_id991582454416549">Provides a collection of methods for manipulating and transforming arrays of one dimension (vectors) and arrays of two dimensions (matrices). This includes set operations, sorting, importing from and exporting to text files.</paragraph>
<paragraph role="paragraph" id="par_id681609955015503">Arrays with more than two dimensions cannot be used with the methods in this service, the only exception being the <literal>CountDims</literal> method that accepts Arrays with any number of dimensions.</paragraph>
</section>
@@ -56,42 +56,42 @@
</tablerow>
<tablerow>
<tablecell><paragraph id="par_id361606235233835" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_array.xhp#Append" name="Append method">Append</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#AppendColumn" name="AppendColumn method">AppendColumn</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#AppendRow" name="AppendRow method">AppendRow</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#Contains" name="Contains method">Contains</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#ConvertToDictionary" name="ConvertToDictionary method">ConvertToDictionary</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#Copy" name="Copy method">Copy</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#CountDims" name="CountDims method">CountDims</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#Difference" name="Difference method">Difference</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#ExportToTextFile" name="ExportToTextFile method">ExportToTextFile</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#ExtractColumn" name="ExtractColumn">ExtractColumn</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#ExtractRow" name="ExtractRow method">ExtractRow</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#Append">Append</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#AppendColumn">AppendColumn</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#AppendRow">AppendRow</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#Contains">Contains</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#ConvertToDictionary">ConvertToDictionary</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#Copy">Copy</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#CountDims">CountDims</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#Difference">Difference</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#ExportToTextFile">ExportToTextFile</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#ExtractColumn">ExtractColumn</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#ExtractRow">ExtractRow</link><br/>
</paragraph></tablecell>
<tablecell><paragraph id="par_id231606235233835" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_array.xhp#Flatten" name="Flatten method">Flatten</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#ImportFromCSVFile" name="ImportFromCSVFile method">ImportFromCSVFile</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#IndexOf" name="IndexOf method">IndexOf</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#Insert" name="Insert method">Insert</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#InsertSorted" name="InsertSorted method">InsertSorted</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#Intersection" name="Intersection">Intersection</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#Join2D" name="Join2D method">Join2D</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#Prepend" name="Prepend method">Prepend</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#PrependColumn" name="PrependColumn method">PrependColumn</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#PrependRow" name="PrependRow method">PrependRow</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#RangeInit" name="RangeInit method">RangeInit</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#Flatten">Flatten</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#ImportFromCSVFile">ImportFromCSVFile</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#IndexOf">IndexOf</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#Insert">Insert</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#InsertSorted">InsertSorted</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#Intersection">Intersection</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#Join2D">Join2D</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#Prepend">Prepend</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#PrependColumn">PrependColumn</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#PrependRow">PrependRow</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#RangeInit">RangeInit</link><br/>
</paragraph></tablecell>
<tablecell><paragraph id="par_id831606235233835" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_array.xhp#Reverse" name="Reverse method">Reverse</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#Shuffle" name="Shuffle method">Shuffle</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#Slice" name="Slice method">Slice</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#Sort" name="Sort method">Sort</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#SortColumns" name="SortColumns method">SortColumns</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#SortRows" name="SortRows method">SortRows</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#Transpose" name="Transpose method">Transpose</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#TrimArray" name="TrimArray method">TrimArray</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#Union" name="Union method">Union</link><br/>
- <link href="text/sbasic/shared/03/sf_array.xhp#Unique" name="Unique method">Unique</link><br/><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#Reverse">Reverse</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#Shuffle">Shuffle</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#Slice">Slice</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#Sort">Sort</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#SortColumns">SortColumns</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#SortRows">SortRows</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#Transpose">Transpose</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#TrimArray">TrimArray</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#Union">Union</link><br/>
+ <link href="text/sbasic/shared/03/sf_array.xhp#Unique">Unique</link><br/><br/>
</paragraph></tablecell>
</tablerow>
</table>
@@ -202,7 +202,7 @@
<bookmark_value>Array service;ConvertToDictionary</bookmark_value>
</bookmark>
<h2 id="hd_id541582557214489" localize="false">ConvertToDictionary</h2>
- <paragraph role="paragraph" id="par_id71582557214489">Store the content of a 2-columns array into a <link href="text/sbasic/shared/03/sf_dictionary.xhp" name="dictionary">ScriptForge.Dictionary</link> object.
+ <paragraph role="paragraph" id="par_id71582557214489">Store the content of a 2-columns array into a <link href="text/sbasic/shared/03/sf_dictionary.xhp">ScriptForge.Dictionary</link> object.
<br/>The key will be extracted from the first column, the item from the second.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id291626977283235">
@@ -327,7 +327,7 @@
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<paragraph role="paragraph" id="par_id100158617970719"><emph>array_1d</emph>: The array to export. It must contain only strings.</paragraph>
<paragraph role="paragraph" id="par_id101586179707232"><emph>filename</emph>: The name of the text file where the data will be written to. The name must be expressed according to the current <literal>FileNaming</literal> property of the <literal>SF_FileSystem</literal> service.</paragraph>
- <paragraph role="paragraph" id="par_id70158617970791"><emph>encoding</emph>: The character set that should be used. Use one of the names listed in <link href="https://www.iana.org/assignments/character-sets/character-sets.xhtml" name="IANA character sets">IANA character sets</link>. Note that %PRODUCTNAME may not implement all existing character sets (Default is "UTF-8").</paragraph>
+ <paragraph role="paragraph" id="par_id70158617970791"><emph>encoding</emph>: The character set that should be used. Use one of the names listed in <link href="https://www.iana.org/assignments/character-sets/character-sets.xhtml">IANA character sets</link>. Note that %PRODUCTNAME may not implement all existing character sets (Default is "UTF-8").</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<bascode>
<paragraph role="bascode" localize="false" id="bas_id551586179707687">SF_Array.ExportToTextFile(Array("A","B","C","D"), "C:\Temp\A short file.txt")</paragraph>
@@ -434,7 +434,7 @@
</bookmark>
<h2 id="hd_id581585561482142" localize="false">ImportFromCSVFile</h2>
<paragraph role="paragraph" id="par_id611585561482373">Import the data contained in a comma-separated values (CSV) file. The comma may be replaced by any character.</paragraph>
- <paragraph role="paragraph" id="par_id41585562158392">The applicable CSV format is described in <link href="https://tools.ietf.org/html/rfc4180" name="CSV formats">IETF Common Format and MIME Type for CSV Files</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id41585562158392">The applicable CSV format is described in <link href="https://tools.ietf.org/html/rfc4180">IETF Common Format and MIME Type for CSV Files</link>.</paragraph>
<paragraph role="paragraph" id="par_id641585562341028">Each line in the file contains a full record (line splitting is not allowed).
<br/>However sequences like <literal>\n</literal>, <literal>\t</literal>, ... are left unchanged. Use <literal>SF_String</literal>.Unescape() method to manage them.</paragraph>
<paragraph role="paragraph" id="par_id231585562475026">The method returns a two dimension array whose rows correspond to a single record read in the file and whose columns correspond to a field of the record. No check is made about the coherence of the field types across columns. A best guess will be made to identify numeric and date types.</paragraph>
diff --git a/source/text/sbasic/shared/03/sf_base.xhp b/source/text/sbasic/shared/03/sf_base.xhp
index ee0f5b2e80..ad5c858204 100644
--- a/source/text/sbasic/shared/03/sf_base.xhp
+++ b/source/text/sbasic/shared/03/sf_base.xhp
@@ -21,7 +21,7 @@
<bookmark localize="false" branch="index" id="bm_id41582391760252">
<bookmark_value>Base service</bookmark_value>
</bookmark>
- <h1 id="bm_id781582391760253" xml-lang="en-US"><variable id="ctrls_h1"><link href="text/sbasic/shared/03/sf_base.xhp" name="SFDocuments.Base service"><literal>SFDocuments</literal>.<literal>Base</literal> service</link></variable></h1>
+ <h1 id="bm_id781582391760253" xml-lang="en-US"><variable id="ctrls_h1"><link href="text/sbasic/shared/03/sf_base.xhp"><literal>SFDocuments</literal>.<literal>Base</literal> service</link></variable></h1>
<paragraph role="paragraph" id="par_id901619031958273">The <literal>Base</literal> service provides a number of methods and properties to facilitate the management and handling of %PRODUCTNAME Base documents.</paragraph>
<paragraph role="paragraph" id="par_id961619032060880">This service is closely related to the <literal>Document</literal> service, which provides generic methods for handling %PRODUCTNAME documents, including Base documents. Hence, the <literal>Base</literal> service extends the <literal>Document</literal> service and provides additional methods that are specific for Base documents, enabling users to:</paragraph>
@@ -38,7 +38,7 @@
</list>
</section>
- <tip id="par_id241619032941497">Refer to the <link href="text/sbasic/shared/03/sf_document.xhp" name="Document Service"><literal>Document</literal> service</link> to learn more about methods and properties that can be used to manage %PRODUCTNAME documents.</tip>
+ <tip id="par_id241619032941497">Refer to the <link href="text/sbasic/shared/03/sf_document.xhp"><literal>Document</literal> service</link> to learn more about methods and properties that can be used to manage %PRODUCTNAME documents.</tip>
<h2 id="hd_id581582885621841" xml-lang="en-US">Service invocation</h2>
<paragraph role="paragraph" id="par_id141609955500101">Before using the <literal>Base</literal> service the <literal>ScriptForge</literal> library needs to be loaded or imported:</paragraph>
@@ -85,22 +85,22 @@
<tablerow>
<tablecell>
<paragraph id="par_id981619034669263" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_base.xhp#CloseFormDocument" name="CloseFormDocument method">CloseFormDocument</link><br/>
- <link href="text/sbasic/shared/03/sf_base.xhp#FormDocuments" name="FormDocuments method">FormDocuments</link><br/>
- <link href="text/sbasic/shared/03/sf_base.xhp#Forms" name="Forms method">Forms</link><br/>
+ <link href="text/sbasic/shared/03/sf_base.xhp#CloseFormDocument">CloseFormDocument</link><br/>
+ <link href="text/sbasic/shared/03/sf_base.xhp#FormDocuments">FormDocuments</link><br/>
+ <link href="text/sbasic/shared/03/sf_base.xhp#Forms">Forms</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id721619034669263" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_base.xhp#GetDatabase" name="GetDatabase method">GetDatabase</link><br/>
- <link href="text/sbasic/shared/03/sf_base.xhp#IsLoaded" name="IsLoaded method">IsLoaded</link><br/>
- <link href="text/sbasic/shared/03/sf_base.xhp#OpenFormDocument" name="OpenFormDocument method">OpenFormDocument</link><br/>
+ <link href="text/sbasic/shared/03/sf_base.xhp#GetDatabase">GetDatabase</link><br/>
+ <link href="text/sbasic/shared/03/sf_base.xhp#IsLoaded">IsLoaded</link><br/>
+ <link href="text/sbasic/shared/03/sf_base.xhp#OpenFormDocument">OpenFormDocument</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id711619034669263" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_base.xhp#PrintOut" name="PrintOut method">PrintOut</link><br/>
- <link href="text/sbasic/shared/03/sf_base.xhp#SetPrinter" name="SetPrinter method">SetPrinter</link><br/><br/>
+ <link href="text/sbasic/shared/03/sf_base.xhp#PrintOut">PrintOut</link><br/>
+ <link href="text/sbasic/shared/03/sf_base.xhp#SetPrinter">SetPrinter</link><br/><br/>
</paragraph>
</tablecell>
</tablerow>
@@ -161,7 +161,7 @@
<paragraph role="pycode" localize="false" id="pyc_id791623103639701">for formName in myForms:</paragraph>
<paragraph role="pycode" localize="false" id="pyc_id741623103639861"> bas.MsgBox(formName)</paragraph>
</pycode>
- <tip id="par_id921619036922844">To learn more about form documents, refer to the <link href="text/sbasic/shared/03/sf_form.xhp" name="Form service"><literal>Form</literal> service help page</link>.</tip>
+ <tip id="par_id921619036922844">To learn more about form documents, refer to the <link href="text/sbasic/shared/03/sf_form.xhp"><literal>Form</literal> service help page</link>.</tip>
</section>
<section id="Forms">
@@ -213,7 +213,7 @@
<bookmark_value>Base service;GetDatabase</bookmark_value>
</bookmark>
<h2 id="hd_id111619035612996" localize="false">GetDatabase</h2>
- <paragraph role="paragraph" id="par_id371619098340303">Returns an instance of the <link href="text/sbasic/shared/03/sf_database.xhp" name="Database service"><literal>Database</literal> service</link> that allows the execution of SQL commands on the database defined and/or stored in the current Base document</paragraph>
+ <paragraph role="paragraph" id="par_id371619098340303">Returns an instance of the <link href="text/sbasic/shared/03/sf_database.xhp"><literal>Database</literal> service</link> that allows the execution of SQL commands on the database defined and/or stored in the current Base document</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id431623105245851">
<input>svc.GetDatabase(user: str = '', password: str = ''): svc</input>
diff --git a/source/text/sbasic/shared/03/sf_basic.xhp b/source/text/sbasic/shared/03/sf_basic.xhp
index 300838e7b8..53b07688ff 100644
--- a/source/text/sbasic/shared/03/sf_basic.xhp
+++ b/source/text/sbasic/shared/03/sf_basic.xhp
@@ -21,7 +21,7 @@
</bookmark>
</section>
<section id="abstract">
- <h1 id="hd_id731582733781114" xml-lang="en-US"><variable id="BasicService"><link href="text/sbasic/shared/03/sf_basic.xhp" name="Basic service"><literal>ScriptForge</literal>.<literal>Basic</literal> service</link></variable></h1>
+ <h1 id="hd_id731582733781114" xml-lang="en-US"><variable id="BasicService"><link href="text/sbasic/shared/03/sf_basic.xhp"><literal>ScriptForge</literal>.<literal>Basic</literal> service</link></variable></h1>
<paragraph role="paragraph" id="par_id381589189355849" xml-lang="en-US">The <literal>ScriptForge.Basic</literal> service proposes a collection of %PRODUCTNAME Basic methods to be executed in a Python context. <literal>Basic</literal> service methods reproduce the exact syntax and behaviour of Basic builtin functions.
</paragraph>
</section>
@@ -111,7 +111,7 @@
<paragraph id="par_id711619006255184" role="tablecontent">UNO<br/>object</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id541619006255653" role="tablecontent"><link href="text/sbasic/shared/stardesktop.xhp" name="StarDesktop"><literal>StarDesktop</literal></link> object represents %PRODUCTNAME Start Center.</paragraph>
+ <paragraph id="par_id541619006255653" role="tablecontent"><link href="text/sbasic/shared/stardesktop.xhp"><literal>StarDesktop</literal></link> object represents %PRODUCTNAME Start Center.</paragraph>
</tablecell>
</tablerow>
</table>
@@ -122,38 +122,38 @@
<tablerow>
<tablecell>
<paragraph id="par_id761611086279902" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_basic.xhp#CDate" name="CDate method">CDate</link><br/>
- <link href="text/sbasic/shared/03/sf_basic.xhp#CDateFromUnoDateTime" name="CDateFromUnoDateTime method">CDateFromUnoDateTime</link><br/>
- <link href="text/sbasic/shared/03/sf_basic.xhp#CDateToUnoDateTime" name="CDateToUnoDateTime method">CDateToUnoDateTime</link><br/>
- <link href="text/sbasic/shared/03/sf_basic.xhp#ConvertFromUrl" name="ConvertFromUrl method">ConvertFromUrl</link><br/>
- <link href="text/sbasic/shared/03/sf_basic.xhp#ConvertToUrl" name="ConvertToUrl method">ConvertToUrl</link><br/>
- <link href="text/sbasic/shared/03/sf_basic.xhp#CreateUnoService" name="CreateUnoService method">CreateUnoService</link><br/>
- <link href="text/sbasic/shared/03/sf_basic.xhp#DateAdd" name="DateAdd method">DateAdd</link><br/>
- <link href="text/sbasic/shared/03/sf_basic.xhp#DateDiff" name="DateDiff method">DateDiff</link><br/>
- <link href="text/sbasic/shared/03/sf_basic.xhp#DatePart" name="DatePart method">DatePart</link><br/>
+ <link href="text/sbasic/shared/03/sf_basic.xhp#CDate">CDate</link><br/>
+ <link href="text/sbasic/shared/03/sf_basic.xhp#CDateFromUnoDateTime">CDateFromUnoDateTime</link><br/>
+ <link href="text/sbasic/shared/03/sf_basic.xhp#CDateToUnoDateTime">CDateToUnoDateTime</link><br/>
+ <link href="text/sbasic/shared/03/sf_basic.xhp#ConvertFromUrl">ConvertFromUrl</link><br/>
+ <link href="text/sbasic/shared/03/sf_basic.xhp#ConvertToUrl">ConvertToUrl</link><br/>
+ <link href="text/sbasic/shared/03/sf_basic.xhp#CreateUnoService">CreateUnoService</link><br/>
+ <link href="text/sbasic/shared/03/sf_basic.xhp#DateAdd">DateAdd</link><br/>
+ <link href="text/sbasic/shared/03/sf_basic.xhp#DateDiff">DateDiff</link><br/>
+ <link href="text/sbasic/shared/03/sf_basic.xhp#DatePart">DatePart</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id141611086279902" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_basic.xhp#DateValue" name="DateValue method">DateValue</link><br/>
- <link href="text/sbasic/shared/03/sf_basic.xhp#Format" name="Format method">Format</link><br/>
- <link href="text/sbasic/shared/03/sf_basic.xhp#GetDefaultContext" name="GetDefaultContext method">GetDefaultContext</link><br/>
- <link href="text/sbasic/shared/03/sf_basic.xhp#GetGuiType" name="GetGuiType method">GetGuiType</link><br/>
- <link href="text/sbasic/shared/03/sf_basic.xhp#GetPathSeparator" name="GetPathSeparator method">GetPathSeparator</link><br/>
- <link href="text/sbasic/shared/03/sf_basic.xhp#GetSystemTicks" name="GetSystemTicks method">GetSystemTicks</link><br/>
- <link href="text/sbasic/shared/03/sf_basic.xhp#BasicLibraries" name="BasicLibraries method">GlobalScope.BasicLibraries</link><br/>
- <link href="text/sbasic/shared/03/sf_basic.xhp#DialogLibraries" name="DialogLibraries method">GlobalScope.DialogLibraries</link><br/>
- <link href="text/sbasic/shared/03/sf_basic.xhp#InputBox" name="InputBox method">InputBox</link><br/>
+ <link href="text/sbasic/shared/03/sf_basic.xhp#DateValue">DateValue</link><br/>
+ <link href="text/sbasic/shared/03/sf_basic.xhp#Format">Format</link><br/>
+ <link href="text/sbasic/shared/03/sf_basic.xhp#GetDefaultContext">GetDefaultContext</link><br/>
+ <link href="text/sbasic/shared/03/sf_basic.xhp#GetGuiType">GetGuiType</link><br/>
+ <link href="text/sbasic/shared/03/sf_basic.xhp#GetPathSeparator">GetPathSeparator</link><br/>
+ <link href="text/sbasic/shared/03/sf_basic.xhp#GetSystemTicks">GetSystemTicks</link><br/>
+ <link href="text/sbasic/shared/03/sf_basic.xhp#BasicLibraries">GlobalScope.BasicLibraries</link><br/>
+ <link href="text/sbasic/shared/03/sf_basic.xhp#DialogLibraries">GlobalScope.DialogLibraries</link><br/>
+ <link href="text/sbasic/shared/03/sf_basic.xhp#InputBox">InputBox</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id761611086279903" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_basic.xhp#MsgBox" name="MsgBox method">MsgBox</link><br/>
- <link href="text/sbasic/shared/03/sf_basic.xhp#Now" name="Now method">Now</link><br/>
- <link href="text/sbasic/shared/03/sf_basic.xhp#RGB" name="RGB method">RGB</link><br/>
- <link href="text/sbasic/shared/03/sf_basic.xhp#ThisComponent" name="ThisComponent method">ThisComponent</link><br/>
- <link href="text/sbasic/shared/03/sf_basic.xhp#ThisDatabaseDocument" name="ThisDatabaseDocument method">ThisDatabaseDocument</link><br/>
- <link href="text/sbasic/shared/03/sf_basic.xhp#Xray" name="Xray method">Xray</link><br/><br/><br/><br/>
+ <link href="text/sbasic/shared/03/sf_basic.xhp#MsgBox">MsgBox</link><br/>
+ <link href="text/sbasic/shared/03/sf_basic.xhp#Now">Now</link><br/>
+ <link href="text/sbasic/shared/03/sf_basic.xhp#RGB">RGB</link><br/>
+ <link href="text/sbasic/shared/03/sf_basic.xhp#ThisComponent">ThisComponent</link><br/>
+ <link href="text/sbasic/shared/03/sf_basic.xhp#ThisDatabaseDocument">ThisDatabaseDocument</link><br/>
+ <link href="text/sbasic/shared/03/sf_basic.xhp#Xray">Xray</link><br/><br/><br/><br/>
</paragraph>
</tablecell>
</tablerow>
@@ -166,7 +166,7 @@
</bookmark>
<h2 id="hd_id201589199698020" localize="false">CDate</h2>
<paragraph role="paragraph" id="par_id71621894830071">Converts a numeric expression or a string to a <literal>datetime</literal>.<literal>datetime</literal> Python native object.</paragraph>
- <note id="par_id431621896441258">This method exposes the Basic builtin function <link href="text/sbasic/shared/03100300.xhp" name="CDate_Basic">CDate</link> to Python scripts.</note>
+ <note id="par_id431621896441258">This method exposes the Basic builtin function <link href="text/sbasic/shared/03100300.xhp">CDate</link> to Python scripts.</note>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id591621897208785">
<input>svc.CDate(expression: any): obj</input>
@@ -406,11 +406,11 @@
</bookmark>
<h2 id="hd_id811589205147428" localize="false">GetDefaultContext</h2>
<paragraph role="paragraph" id="par_id451618876389887">Returns the default context of the process service factory, if existent, else returns a null reference.</paragraph>
- <paragraph role="paragraph" id="par_id881618848030897"><literal>GetDefaultContext</literal> is an alternative to the <link href="text/sbasic/python/python_programming.xhp" name="getComponentContext method">getComponentContext()</link> method available from <literal>XSCRIPTCONTEXT</literal> global variable or from <link href="text/sbasic/python/python_programming.xhp" name="uno.py module">uno.py</link> module.</paragraph>
+ <paragraph role="paragraph" id="par_id881618848030897"><literal>GetDefaultContext</literal> is an alternative to the <link href="text/sbasic/python/python_programming.xhp">getComponentContext()</link> method available from <literal>XSCRIPTCONTEXT</literal> global variable or from <link href="text/sbasic/python/python_programming.xhp">uno.py</link> module.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" id="par_id901668178405855" localize="false"><input>svc.GetDefaultContext(): uno</input></paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functvalue"/>
- <paragraph role="paragraph" id="par_id381618831451271">The default component context is used, when instantiating services via <literal>XMultiServiceFactory</literal>. See the <literal>Professional UNO</literal> chapter in the Developer's Guide on <link href="https://api.libreoffice.org/" name="API Developer's Guide">api.libreoffice.org</link> for more information.</paragraph>
+ <paragraph role="paragraph" id="par_id381618831451271">The default component context is used, when instantiating services via <literal>XMultiServiceFactory</literal>. See the <literal>Professional UNO</literal> chapter in the Developer's Guide on <link href="https://api.libreoffice.org/">api.libreoffice.org</link> for more information.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<pycode>
<paragraph role="pycode" localize="false" id="pyc_id451389205147164">ctx = bas.GetDefaultContext()</paragraph>
@@ -424,7 +424,7 @@
</bookmark>
<h2 id="hd_id118589205147428" localize="false">GetGuiType</h2>
<paragraph role="paragraph" id="par_id154618876389887">Returns a numerical value that specifies the graphical user interface. This function is only provided for backward compatibility with previous versions.</paragraph>
- <paragraph role="paragraph" id="par_id341618848532640">Refer to <literal>system()</literal> method from <literal>platform</literal> Python module to <link href="text/sbasic/python/python_platform.xhp" name="identify the operating system">identify the operating system</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id341618848532640">Refer to <literal>system()</literal> method from <literal>platform</literal> Python module to <link href="text/sbasic/python/python_platform.xhp">identify the operating system</link>.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" id="par_id109668178405855" localize="false"><input>svc.GetGuiType(): int</input></paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
@@ -440,7 +440,7 @@
</bookmark>
<h2 id="hd_id811589205147824" localize="false">GetPathSeparator</h2>
<paragraph role="paragraph" id="par_id451618876389788">Returns the operating system-dependent directory separator used to specify file paths.</paragraph>
- <paragraph role="paragraph" id="par_id341618848562340">Use <literal>os.pathsep</literal> from <literal>os</literal> Python module to <link href="text/sbasic/python/python_platform.xhp" name="path delimiter">identify the path separator</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id341618848562340">Use <literal>os.pathsep</literal> from <literal>os</literal> Python module to <link href="text/sbasic/python/python_platform.xhp">identify the path separator</link>.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" id="par_id901668178405558" localize="false"><input>svc.GetPathSeparator(): str</input></paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
@@ -480,7 +480,7 @@
<input>svc.GlobalScope.BasicLibraries(): uno</input>
</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functvalue"/>
- <paragraph role="paragraph" localize="false" id="par_id641622396435583"><link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1script_1_1XLibraryContainer.html" name="LibraryContainer_API"><literal>com.sun.star.script.XLibraryContainer</literal></link></paragraph>
+ <paragraph role="paragraph" localize="false" id="par_id641622396435583"><link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1script_1_1XLibraryContainer.html"><literal>com.sun.star.script.XLibraryContainer</literal></link></paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<paragraph role="paragraph" id="par_id281622398076950">The following example loads the Gimmicks Basic library if it has not been loaded yet.</paragraph>
<pycode>
@@ -503,7 +503,7 @@
<input>svc.GlobalScope.DialogLibraries(): uno</input>
</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functvalue"/>
- <paragraph role="paragraph" localize="false" id="par_id641622396435133"><link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1script_1_1XLibraryContainer.html" name="LibraryContainer_API"><literal>com.sun.star.comp.sfx2.DialogLibraryContainer</literal></link></paragraph>
+ <paragraph role="paragraph" localize="false" id="par_id641622396435133"><link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1script_1_1XLibraryContainer.html"><literal>com.sun.star.comp.sfx2.DialogLibraryContainer</literal></link></paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<paragraph role="paragraph" id="par_id811622398234384">The following example shows a message box with the names of all available dialog libraries.</paragraph>
<pycode>
@@ -531,7 +531,7 @@
<paragraph role="pycode" id="pyc_id751619081201175" xml-lang="en-US">txt = s.InputBox('Please enter a phrase:', "Dear user")</paragraph>
<paragraph role="pycode" id="pyc_id261619081319555" xml-lang="en-US">s.MsgBox(txt, s.MB_ICONINFORMATION, "Confirmation of phrase")</paragraph>
</pycode>
- <note id="par_id651618921455396">For in-depth information please refer to <link href="https://wiki.documentfoundation.org/Macros/General/IO_to_Screen" name="Input/Output to Screen with Python">Input/Output to Screen with Python</link> on the Wiki.</note>
+ <note id="par_id651618921455396">For in-depth information please refer to <link href="https://wiki.documentfoundation.org/Macros/General/IO_to_Screen">Input/Output to Screen with Python</link> on the Wiki.</note>
</section>
</section>
@@ -623,7 +623,7 @@
<paragraph role="pycode" localize="false" id="pyc_id201622913418646">table_names = db_doc.DataSource.getTables().getElementNames()</paragraph>
<paragraph role="pycode" localize="false" id="pyc_id711622913418917">bas.MsgBox("\n".join(table_names))</paragraph>
</pycode>
- <tip id="par_id201623153844931">Visit the <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1sdb_1_1OfficeDatabaseDocument.html" name="OfficeDatabaseDocument">OfficeDatabaseDocument</link> API page to learn more about Base's main component structure.</tip>
+ <tip id="par_id201623153844931">Visit the <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1sdb_1_1OfficeDatabaseDocument.html">OfficeDatabaseDocument</link> API page to learn more about Base's main component structure.</tip>
</section>
<section id="Xray">
@@ -647,13 +647,13 @@
<section id="relatedtopics">
<embed href="text/sbasic/shared/03131900.xhp#GlobalScope_h1"/>
<embed href="text/sbasic/python/python_programming.xhp#pythonprogrammingheading"/>
- <paragraph role="paragraph" localize="false" id="par_id901618486941514"><link href="text/sbasic/python/python_programming.xhp" name="uno.fileUrlToSystemPath() method">uno.fileUrlToSystemPath()</link></paragraph>
- <paragraph role="paragraph" localize="false" id="par_id901618496841514"><link href="text/sbasic/python/python_programming.xhp" name="uno.systemPathToFileUrl() method">uno.systemPathToFileUrl()</link></paragraph>
- <paragraph role="paragraph" id="par_id951618554355538"><link href="https://wiki.documentfoundation.org/Macros/General/IO_to_Screen" name="Input/Output to Screen with Python">Input/Output to Screen with Python</link> on the wiki</paragraph>
- <paragraph role="paragraph" localize="false" id="par_id610918486941514"><link href="text/sbasic/python/python_programming.xhp" name="XSCRIPTCONTEXT.getComponentContext() method">XSCRIPTCONTEXT.getComponentContext()</link></paragraph>
- <paragraph role="paragraph" localize="false" id="par_id901618484961514"><link href="text/sbasic/python/python_programming.xhp" name="uno.getComponentContext() method">uno.getComponentContext()</link></paragraph>
- <paragraph role="paragraph" localize="false" id="par_id901648186941514"><link href="text/sbasic/python/python_platform.xhp" name="platform.system() method">platform.system()</link></paragraph>
- <paragraph role="paragraph" localize="false" id="par_id901816486941514"><link href="text/sbasic/python/python_platform.xhp" name="os.pathsep() method">os.pathsep()</link></paragraph>
+ <paragraph role="paragraph" localize="false" id="par_id901618486941514"><link href="text/sbasic/python/python_programming.xhp">uno.fileUrlToSystemPath()</link></paragraph>
+ <paragraph role="paragraph" localize="false" id="par_id901618496841514"><link href="text/sbasic/python/python_programming.xhp">uno.systemPathToFileUrl()</link></paragraph>
+ <paragraph role="paragraph" id="par_id951618554355538"><link href="https://wiki.documentfoundation.org/Macros/General/IO_to_Screen">Input/Output to Screen with Python</link> on the wiki</paragraph>
+ <paragraph role="paragraph" localize="false" id="par_id610918486941514"><link href="text/sbasic/python/python_programming.xhp">XSCRIPTCONTEXT.getComponentContext()</link></paragraph>
+ <paragraph role="paragraph" localize="false" id="par_id901618484961514"><link href="text/sbasic/python/python_programming.xhp">uno.getComponentContext()</link></paragraph>
+ <paragraph role="paragraph" localize="false" id="par_id901648186941514"><link href="text/sbasic/python/python_platform.xhp">platform.system()</link></paragraph>
+ <paragraph role="paragraph" localize="false" id="par_id901816486941514"><link href="text/sbasic/python/python_platform.xhp">os.pathsep()</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/sbasic/shared/03/sf_calc.xhp b/source/text/sbasic/shared/03/sf_calc.xhp
index 0dd706d181..ebc41d0322 100644
--- a/source/text/sbasic/shared/03/sf_calc.xhp
+++ b/source/text/sbasic/shared/03/sf_calc.xhp
@@ -24,9 +24,9 @@
</section>
<section id="abstract">
- <h1 id="hd_id731582733781114" xml-lang="en-US"><variable id="CalcService"><link href="text/sbasic/shared/03/sf_calc.xhp" name="Calc service"><literal>SFDocuments</literal>.<literal>Calc</literal> service</link></variable></h1>
+ <h1 id="hd_id731582733781114" xml-lang="en-US"><variable id="CalcService"><link href="text/sbasic/shared/03/sf_calc.xhp"><literal>SFDocuments</literal>.<literal>Calc</literal> service</link></variable></h1>
<paragraph role="paragraph" id="par_id381589189355849" xml-lang="en-US">The <literal>SFDocuments</literal> shared library provides a number of methods and properties to facilitate the management and handling of %PRODUCTNAME documents.</paragraph>
- <paragraph role="paragraph" id="par_id351591014177269" xml-lang="en-US">The <literal>SFDocuments.Calc</literal> service is a subclass of the <link href="text/sbasic/shared/03/sf_document.xhp" name="SF_Document_link"><literal>SFDocuments.Document</literal></link> service. All methods and properties defined for the <literal>Document</literal> service can also be accessed using a <literal>Calc</literal> service instance.</paragraph>
+ <paragraph role="paragraph" id="par_id351591014177269" xml-lang="en-US">The <literal>SFDocuments.Calc</literal> service is a subclass of the <link href="text/sbasic/shared/03/sf_document.xhp"><literal>SFDocuments.Document</literal></link> service. All methods and properties defined for the <literal>Document</literal> service can also be accessed using a <literal>Calc</literal> service instance.</paragraph>
<paragraph role="paragraph" id="par_id591589189364267" xml-lang="en-US">The <literal>Calc</literal> service is focused on:</paragraph>
<list type="unordered">
<listitem>
@@ -217,7 +217,7 @@
</table>
<h2 id="hd_id351582885195476" xml-lang="en-US">Properties</h2>
- <paragraph role="paragraph" id="par_id151591018231905" xml-lang="en-US">All the properties generic to any document are implicitly applicable also to Calc documents. For more information, read the <link href="text/sbasic/shared/03/sf_document.xhp" name="Document service">Document service Help page</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id151591018231905" xml-lang="en-US">All the properties generic to any document are implicitly applicable also to Calc documents. For more information, read the <link href="text/sbasic/shared/03/sf_document.xhp">Document service Help page</link>.</paragraph>
<paragraph role="paragraph" id="par_id911591018242565" xml-lang="en-US">The properties specifically available for Calc documents are:</paragraph>
<table id="tab_id971582885195582">
<tablerow>
@@ -528,7 +528,7 @@
</tablerow>
</table>
- <tip id="par_id321611613059105">Visit %PRODUCTNAME API Documentation's website to learn more about <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1table_1_1XCellRange.html" name="XCellRange API">XCellRange</link>, <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1sheet_1_1XSheetCellCursor.html" name="XSheetCellCursor API">XSheetCellCursor</link> and <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1sheet_1_1XSpreadsheet.html" name="XSpreadsheet API">XSpreadsheet</link> UNO objects.</tip>
+ <tip id="par_id321611613059105">Visit %PRODUCTNAME API Documentation's website to learn more about <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1table_1_1XCellRange.html">XCellRange</link>, <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1sheet_1_1XSheetCellCursor.html">XSheetCellCursor</link> and <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1sheet_1_1XSpreadsheet.html">XSpreadsheet</link> UNO objects.</tip>
<h2 id="hd_id501582887473754" xml-lang="en-US">Methods</h2>
<table id="tab_id501611613601554">
@@ -538,58 +538,58 @@
<tablerow>
<tablecell>
<paragraph id="par_id891611613601556" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_calc.xhp#A1Style" name="A1Style method">A1Style</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#Activate" name="Activate method">Activate</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#Charts" name="Charts method">Charts</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#ClearAll" name="ClearAll method">ClearAll</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#ClearFormats" name="ClearFormats method">ClearFormats</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#ClearValues" name="ClearValues method">ClearValues</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#CompactLeft" name="CompactLeft method">CompactLeft</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#CompactUp" name="CompactUp method">CompactUp</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#CopySheet" name="CopySheet method">CopySheet</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#CopySheetFromFile" name="CopySheetFromFile method">CopySheetFromFile</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#CopyToCell" name="CopyToCell method">CopyToCell</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#CopyToRange" name="CopyToRange method">CopyToRange</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#CreateChart" name="CreateChart method">CreateChart</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#CreatePivotTable" name="CreatePivotTable method">CreatePivotTable</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#DAvg" name="DAvg method">DAvg</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#A1Style">A1Style</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#Activate">Activate</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#Charts">Charts</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#ClearAll">ClearAll</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#ClearFormats">ClearFormats</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#ClearValues">ClearValues</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#CompactLeft">CompactLeft</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#CompactUp">CompactUp</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#CopySheet">CopySheet</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#CopySheetFromFile">CopySheetFromFile</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#CopyToCell">CopyToCell</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#CopyToRange">CopyToRange</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#CreateChart">CreateChart</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#CreatePivotTable">CreatePivotTable</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#DAvg">DAvg</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id541611613601554" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_calc.xhp#DAvg" name="DCount method">DCount</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#DAvg" name="DMax method">DMax</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#DAvg" name="DMin method">DMin</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#DAvg" name="DSum method">DSum</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#ExportRangeToFile" name="ExportRangeToFile method">ExportRangeToFile</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#Forms" name="Forms method">Forms</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#GetColumnName" name="GetColumnName method">GetColumnName</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#GetFormula" name="GetFormula method">GetFormula</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#GetValue" name="GetValue method">GetValue</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#ImportFromCSVFile" name="ImportFromCSVFile method">ImportFromCSVFile</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#ImportFromDatabase" name="ImportFromDatabase method">ImportFromDatabase</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#InsertSheet" name="InsertSheet method">InsertSheet</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#MoveRange" name="MoveRange method">MoveRange</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#MoveSheet" name="MoveSheet method">MoveSheet</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#Offset" name="Offset method">Offset</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#DAvg">DCount</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#DAvg">DMax</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#DAvg">DMin</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#DAvg">DSum</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#ExportRangeToFile">ExportRangeToFile</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#Forms">Forms</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#GetColumnName">GetColumnName</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#GetFormula">GetFormula</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#GetValue">GetValue</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#ImportFromCSVFile">ImportFromCSVFile</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#ImportFromDatabase">ImportFromDatabase</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#InsertSheet">InsertSheet</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#MoveRange">MoveRange</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#MoveSheet">MoveSheet</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#Offset">Offset</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id701611613601554" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_calc.xhp#OpenRangeSelector" name="OpenRangeSelector method">OpenRangeSelector</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#PrintOut" name="PrintOut method">PrintOut</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#Printf" name="Printf method">Printf</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#RemoveSheet" name="RemoveSheet method">RemoveSheet</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#RenameSheet" name="RenameSheet method">RenameSheet</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#SetArray" name="SetArray method">SetArray</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#SetCellStyle" name="SetCellStyle method">SetCellStyle</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#SetFormula" name="SetFormula method">SetFormula</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#SetValue" name="SetValue method">SetValue</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#ShiftDown" name="ShiftDown method">ShiftDown</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#ShiftLeft" name="ShiftLeft method">ShiftLeft</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#ShiftRight" name="ShiftRight method">ShiftRight</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#ShiftUp" name="ShiftUp method">ShiftUp</link><br/>
- <link href="text/sbasic/shared/03/sf_calc.xhp#SortRange" name="SortRange method">SortRange</link><br/><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#OpenRangeSelector">OpenRangeSelector</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#PrintOut">PrintOut</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#Printf">Printf</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#RemoveSheet">RemoveSheet</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#RenameSheet">RenameSheet</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#SetArray">SetArray</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#SetCellStyle">SetCellStyle</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#SetFormula">SetFormula</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#SetValue">SetValue</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#ShiftDown">ShiftDown</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#ShiftLeft">ShiftLeft</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#ShiftRight">ShiftRight</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#ShiftUp">ShiftUp</link><br/>
+ <link href="text/sbasic/shared/03/sf_calc.xhp#SortRange">SortRange</link><br/><br/>
</paragraph>
</tablecell>
</tablerow>
@@ -805,7 +805,7 @@
<paragraph role="paragraph" id="par_id771592919932260"><emph>wholecolumn</emph>: If this option is set to <literal>True</literal> the entire column will be deleted from the sheet. The default value is <literal>False</literal>, which means that the deleted column will be limited to the height of the specified <literal>range</literal>.</paragraph>
<paragraph role="paragraph" id="par_id771592919915974"><emph>filterformula</emph>: The filter to be applied to each column to determine whether or not it will be deleted. The filter is expressed as a Calc formula that should be applied to the first column. When the formula returns <emph>True</emph> for a column, that column will be deleted. The default filter deletes all empty columns.</paragraph>
<paragraph role="paragraph" id="par_id361652271022647">For example, suppose range <emph>A1:J200</emph> is selected (height = 200), so the default formula is <emph>=(COUNTBLANK(A1:A200)=200)</emph>. This means that if all 200 cells are empty in the first column (Column A), then the column is deleted. Note that the formula is expressed with respect to the first column only. Internally the <literal>CompactLeft</literal> method will generalize this formula for all the remaining columns.</paragraph>
- <note id="par_id431657568414625">Calc functions used in the <literal>filterformula</literal> argument must be expressed using their English names. Visit the Wiki page <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/List_of_Functions" name="CalcFunctions">List of Calc Functions</link> for a complete list of Calc functions in English.</note>
+ <note id="par_id431657568414625">Calc functions used in the <literal>filterformula</literal> argument must be expressed using their English names. Visit the Wiki page <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/List_of_Functions">List of Calc Functions</link> for a complete list of Calc functions in English.</note>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
<bascode>
@@ -846,7 +846,7 @@
<paragraph role="paragraph" id="par_id771592919921160"><emph>wholerow</emph>: If this option is set to <literal>True</literal> the entire row will be deleted from the sheet. The default value is <literal>False</literal>, which means that the deleted row will be limited to the width of the specified <literal>range</literal>.</paragraph>
<paragraph role="paragraph" id="par_id771592919926374"><emph>filterformula</emph>: The filter to be applied to each row to determine whether or not it will be deleted. The filter is expressed as a Calc formula that should be applied to the first row. When the formula returns <emph>True</emph> for a row, that row will be deleted. The default filter deletes all empty rows.</paragraph>
<paragraph role="paragraph" id="par_id361652271022681">For example, suppose range <emph>A1:J200</emph> is selected (width = 10), so the default formula is <emph>=(COUNTBLANK(A1:J1)=10)</emph>. This means that if all 10 cells are empty in the first row (Row 1), then the row is deleted. Note that the formula is expressed with respect to the first row only. Internally the <literal>CompactUp</literal> method will generalize this formula for all the remaining rows.</paragraph>
- <note id="par_id431657568414714">The Calc functions used in the formula specified in the <literal>filterformula</literal> argument must be expressed using their English names. Visit the Wiki page <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/List_of_Functions" name="CalcFunctions">List of Calc Functions</link> for a complete list of Calc functions in English.</note>
+ <note id="par_id431657568414714">The Calc functions used in the formula specified in the <literal>filterformula</literal> argument must be expressed using their English names. Visit the Wiki page <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/List_of_Functions">List of Calc Functions</link> for a complete list of Calc functions in English.</note>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
<bascode>
@@ -1059,7 +1059,7 @@
<paragraph role="pycode" localize="false" id="pyc_id761621538667188">chart = doc.CreateChart("MyChart", "Sheet2", "Sheet1.A1:B5", rowheader=True)</paragraph>
<paragraph role="pycode" localize="false" id="pyc_id761621538664592">chart.ChartType = "Donut"</paragraph>
</pycode>
- <tip id="par_id231635441342180">Refer to the help page about ScriptForge's <link href="text/sbasic/shared/03/sf_chart.xhp" name="Chart service">Chart service</link> to learn more how to further manipulate chart objects. It is possible to change properties as the chart type, chart and axes titles and chart position.</tip>
+ <tip id="par_id231635441342180">Refer to the help page about ScriptForge's <link href="text/sbasic/shared/03/sf_chart.xhp">Chart service</link> to learn more how to further manipulate chart objects. It is possible to change properties as the chart type, chart and axes titles and chart position.</tip>
</section>
<section id="CreatePivotTable">
@@ -1120,7 +1120,7 @@
<paragraph role="pycode" id="pyc_id471652797992561"> "Item",</paragraph>
<paragraph role="pycode" id="pyc_id561652797992185"> ["State", "Team"], False)</paragraph>
</pycode>
- <tip id="par_id231635441342284">To learn more about Pivot Tables in %PRODUCTNAME Calc, read the <link href="text/scalc/guide/datapilot.xhp" name="Pivot table">Pivot Table</link> help page.</tip>
+ <tip id="par_id231635441342284">To learn more about Pivot Tables in %PRODUCTNAME Calc, read the <link href="text/scalc/guide/datapilot.xhp">Pivot Table</link> help page.</tip>
</section>
@@ -1275,7 +1275,7 @@
</bookmark>
<h2 id="hd_id88159388014220" localize="false">GetFormula</h2>
<paragraph role="paragraph" id="par_id921593880142573">Get the formula(s) stored in the given range of cells as a single string, a 1D or a 2D array of strings.</paragraph>
- <note id="par_id291658146319931">The names of Calc functions used in the returned formulas are expressed in English. Visit the Wiki page <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/List_of_Functions" name="CalcFunctions">List of Calc Functions</link> for a complete list of Calc functions in English.</note>
+ <note id="par_id291658146319931">The names of Calc functions used in the returned formulas are expressed in English. Visit the Wiki page <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/List_of_Functions">List of Calc Functions</link> for a complete list of Calc functions in English.</note>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id301621540291513">
<input>svc.GetFormula(range: str): any</input>
@@ -1316,7 +1316,7 @@
<pycode>
<paragraph role="pycode" localize="false" id="pyc_id931621540443237">arrValues = myDoc.GetValue("~.B1:C100")</paragraph>
</pycode>
- <note id="par_id991611756492772">If a cell contains a date, the number corresponding to that date will be returned. To convert numeric values to dates in Basic scripts, use the Basic <link href="text/sbasic/shared/03100300.xhp" name="CDate Basic"><literal>CDate</literal> builtin function</link>. In Python scripts, use the <link href="text/sbasic/shared/03/sf_basic.xhp#CDate" name="CDate Python"><literal>CDate</literal> function from the <literal>Basic</literal> service.</link></note>
+ <note id="par_id991611756492772">If a cell contains a date, the number corresponding to that date will be returned. To convert numeric values to dates in Basic scripts, use the Basic <link href="text/sbasic/shared/03100300.xhp"><literal>CDate</literal> builtin function</link>. In Python scripts, use the <link href="text/sbasic/shared/03/sf_basic.xhp#CDate"><literal>CDate</literal> function from the <literal>Basic</literal> service.</link></note>
</section>
<section id="ImportFromCSVFile">
@@ -1371,7 +1371,7 @@
<pycode>
<paragraph role="pycode" localize="false" id="pyc_id401621541021415">myDoc.ImportFromCSVFile(r"C:\Temp\myCSVFile.csv", "SheetY.C5")</paragraph>
</pycode>
- <tip id="par_id531611757154931">To learn more about the CSV Filter Options, refer to the <link href="text/shared/guide/csv_params.xhp" name="CSV Filter Options">CSV Filter Options help page</link>.</tip>
+ <tip id="par_id531611757154931">To learn more about the CSV Filter Options, refer to the <link href="text/shared/guide/csv_params.xhp">CSV Filter Options help page</link>.</tip>
</section>
<section id="ImportFromDatabase">
@@ -1489,7 +1489,7 @@
</bookmark>
<h2 id="hd_id61592233506228" localize="false">Offset</h2>
<paragraph role="paragraph" id="par_id51592233506371">Returns a new range (as a string) offset by a certain number of rows and columns from a given range.</paragraph>
- <paragraph role="paragraph" id="par_id61611768400376">This method has the same behavior as the homonymous Calc's <link href="text/scalc/01/04060109.xhp" name="Offset function">Offset function</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id61611768400376">This method has the same behavior as the homonymous Calc's <link href="text/scalc/01/04060109.xhp">Offset function</link>.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id301621620394077">
<input>svc.Offset(reference: str, rows: int = 0, columns: int = 0, [height: int], [width: int]): str</input>
@@ -1717,7 +1717,7 @@
<paragraph role="paragraph" id="par_id321592745582192" xml-lang="en-US"><emph>value</emph>: A scalar, a vector or an array (in Python, one or two-dimensional lists and tuples) with the new values to be stored from the target cell or from the top-left corner of the range if <literal>targetcell</literal> is a range. The new values must be strings, numeric values or dates. Other types will cause the corresponding cells to be emptied.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
- <paragraph role="paragraph" id="par_id331611776151376">The following example uses the builtin <link href="text/sbasic/shared/03104300.xhp" name="DimArray function">DimArray function</link> to create an array and then store it in cell "A1":</paragraph>
+ <paragraph role="paragraph" id="par_id331611776151376">The following example uses the builtin <link href="text/sbasic/shared/03104300.xhp">DimArray function</link> to create an array and then store it in cell "A1":</paragraph>
<bascode>
<paragraph role="bascode" localize="false" id="bas_id691611776204011">Dim arrData as Variant</paragraph>
<paragraph role="bascode" localize="false" id="bas_id641611776236071">arrData = DimArray(2, 1)</paragraph>
@@ -1789,7 +1789,7 @@
<paragraph role="paragraph" id="par_id491593880857823">If the size of <literal>formula</literal> is smaller than the size of <literal>targetrange</literal>, then the remaining cells are emptied.</paragraph>
<paragraph role="paragraph" id="par_id701611778103306">If the size of <literal>formula</literal> is larger than the size of <literal>targetrange</literal>, then the formulas are only partially copied until it fills the size of <literal>targetrange</literal>.</paragraph>
<paragraph role="paragraph" id="par_id761611777946581">Vectors are always expanded vertically, except if <literal>targetrange</literal> has a height of exactly 1 row.</paragraph>
- <note id="par_id431657568413185">Calc functions used in the <literal>formula</literal> argument must be expressed using their English names. Visit the Wiki page <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/List_of_Functions" name="CalcFunctions">List of Calc Functions</link> for a complete list of Calc functions in English.</note>
+ <note id="par_id431657568413185">Calc functions used in the <literal>formula</literal> argument must be expressed using their English names. Visit the Wiki page <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/List_of_Functions">List of Calc Functions</link> for a complete list of Calc functions in English.</note>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
<bascode>
diff --git a/source/text/sbasic/shared/03/sf_chart.xhp b/source/text/sbasic/shared/03/sf_chart.xhp
index ca1cc338ff..01f113a517 100644
--- a/source/text/sbasic/shared/03/sf_chart.xhp
+++ b/source/text/sbasic/shared/03/sf_chart.xhp
@@ -21,7 +21,7 @@
</bookmark>
</section>
<section id="abstract">
- <h1 id="bm_id681600788076499"><variable id="ChartService"><link href="text/sbasic/shared/03/sf_chart.xhp" name="Chart service"><literal>SFDocuments</literal>.<literal>Chart</literal> service</link></variable></h1>
+ <h1 id="bm_id681600788076499"><variable id="ChartService"><link href="text/sbasic/shared/03/sf_chart.xhp"><literal>SFDocuments</literal>.<literal>Chart</literal> service</link></variable></h1>
<paragraph role="paragraph" id="par_id181600788076612">The <literal>Chart</literal> service provides a set of properties and methods to handle charts in Calc documents. With this service it is possible to:</paragraph>
<list type="unordered">
<listitem>
@@ -67,7 +67,7 @@
<paragraph role="bascode" localize="false" id="bas_id461635274776072">Set oDoc = CreateScriptService("Calc")</paragraph>
<paragraph role="bascode" localize="false" id="bas_id621635274776400">Set oChart = oDoc.CreateChart("My Chart", "Sheet1", "Sheet1.A1:C10")</paragraph>
</bascode>
- <tip id="par_id881635275036852">Read the <link href="text/sbasic/shared/03/sf_calc.xhp#CreateChart" name="CreateChart_link">CreateChart</link> method description to learn more about its arguments.</tip>
+ <tip id="par_id881635275036852">Read the <link href="text/sbasic/shared/03/sf_calc.xhp#CreateChart">CreateChart</link> method description to learn more about its arguments.</tip>
<embed href="text/sbasic/shared/00000003.xhp#In_Python"/>
<paragraph role="paragraph" id="par_id131635275172617">The examples above can be written in Python as follows:</paragraph>
@@ -281,7 +281,7 @@
<paragraph id="par_id100100678952791" role="tablecontent">UNO Object</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id661300789527859" role="tablecontent">Returns the object representing the chart, which is an instance of the <link href="https://docs.libreoffice.org/sc/html/classScChartObj.html" name="ScChartObj"><literal>ScChartObj</literal></link> class.</paragraph>
+ <paragraph id="par_id661300789527859" role="tablecontent">Returns the object representing the chart, which is an instance of the <link href="https://docs.libreoffice.org/sc/html/classScChartObj.html"><literal>ScChartObj</literal></link> class.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -295,7 +295,7 @@
<paragraph id="par_id100160078952791" role="tablecontent">UNO Object</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id631600789527859" role="tablecontent">Returns the <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1chart_1_1XDiagram.html" name="XDiagram"><literal>com.sun.star.chart.XDiagram</literal></link> object representing the diagram of the chart.</paragraph>
+ <paragraph id="par_id631600789527859" role="tablecontent">Returns the <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1chart_1_1XDiagram.html"><literal>com.sun.star.chart.XDiagram</literal></link> object representing the diagram of the chart.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -309,7 +309,7 @@
<paragraph id="par_id100160078953251" role="tablecontent">UNO Object</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id631600789522587" role="tablecontent">Returns the <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1drawing_1_1XShape.html" name="XShape"><literal>com.sun.star.drawing.XShape</literal></link> object representing the shape of the chart.</paragraph>
+ <paragraph id="par_id631600789522587" role="tablecontent">Returns the <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1drawing_1_1XShape.html"><literal>com.sun.star.drawing.XShape</literal></link> object representing the shape of the chart.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -323,7 +323,7 @@
<paragraph id="par_id100160078952007" role="tablecontent">UNO Object</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id631600789527364" role="tablecontent">Returns the <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1table_1_1XTableChart.html" name="XTableChart"><literal>com.sun.star.table.XTableChart</literal></link> object representing the data being displayed in the chart.</paragraph>
+ <paragraph id="par_id631600789527364" role="tablecontent">Returns the <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1table_1_1XTableChart.html"><literal>com.sun.star.table.XTableChart</literal></link> object representing the data being displayed in the chart.</paragraph>
</tablecell>
</tablerow>
</table>
@@ -425,12 +425,12 @@
<tablerow>
<tablecell>
<paragraph id="par_id891611613601556" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_chart.xhp#ExportToFile" name="ExportToFile method">ExportToFile</link><br/>
+ <link href="text/sbasic/shared/03/sf_chart.xhp#ExportToFile">ExportToFile</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id541611613601554" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_chart.xhp#Resize" name="Resize method">Resize</link><br/>
+ <link href="text/sbasic/shared/03/sf_chart.xhp#Resize">Resize</link><br/>
</paragraph>
</tablecell>
</tablerow>
diff --git a/source/text/sbasic/shared/03/sf_database.xhp b/source/text/sbasic/shared/03/sf_database.xhp
index 468f83b580..8750c3d869 100644
--- a/source/text/sbasic/shared/03/sf_database.xhp
+++ b/source/text/sbasic/shared/03/sf_database.xhp
@@ -23,7 +23,7 @@
</section>
<section id="abstract">
- <h1 id="hd_id371587913266310" xml-lang="en-US"><variable id="DatabaseService"><link href="text/sbasic/shared/03/sf_database.xhp" name="Database service"><literal>SFDatabases</literal>.<literal>Database</literal> service</link></variable></h1>
+ <h1 id="hd_id371587913266310" xml-lang="en-US"><variable id="DatabaseService"><link href="text/sbasic/shared/03/sf_database.xhp"><literal>SFDatabases</literal>.<literal>Database</literal> service</link></variable></h1>
<paragraph role="paragraph" id="par_id891599407198144" xml-lang="en-US">The <literal>Database</literal> service provides access to databases either embedded or described in Base documents. This service provides methods to:</paragraph>
<list type="unordered">
<listitem>
@@ -38,7 +38,7 @@
</list>
</section>
<paragraph role="paragraph" id="par_id811599407236602" xml-lang="en-US">Each instance of the <literal>Database</literal> service represents a single database and gives access to its tables, queries and data.</paragraph>
- <paragraph role="paragraph" id="par_id111625692871642">This service does not provide access to forms or reports in the Base document that contains the database. To access forms in a Base document, refer to the method <link href="text/sbasic/shared/03/sf_base.xhp#FormDocuments" name="FormDocuments"><literal>FormDocuments</literal></link> of the <literal>Base</literal> service.</paragraph>
+ <paragraph role="paragraph" id="par_id111625692871642">This service does not provide access to forms or reports in the Base document that contains the database. To access forms in a Base document, refer to the method <link href="text/sbasic/shared/03/sf_base.xhp#FormDocuments"><literal>FormDocuments</literal></link> of the <literal>Base</literal> service.</paragraph>
<note id="par_id231615386789950">All exchanges between this service and the database are done using SQL only.</note>
<paragraph role="paragraph" id="par_id121599407322804" xml-lang="en-US">SQL statements may be run in <emph>direct</emph> or <emph>indirect</emph> mode. In direct mode the statement is transferred to the database engine without any syntax checking or review.</paragraph>
<paragraph role="paragraph" id="par_id681599407189019" xml-lang="en-US">The provided interfaces include simple tables and queries lists, as well as access to database data.</paragraph>
@@ -78,7 +78,7 @@
</pycode>
<h2 id="hd_id771615147491563">Accessing Databases with the UI Service</h2>
- <paragraph role="paragraph" id="par_id901599408410712" xml-lang="en-US">It is also possible to access the database associated with a Base document using the <link href="text/sbasic/shared/03/sf_ui.xhp" name="UI Service"><literal>ScriptForge.UI</literal></link> service, as shown in the examples below:</paragraph>
+ <paragraph role="paragraph" id="par_id901599408410712" xml-lang="en-US">It is also possible to access the database associated with a Base document using the <link href="text/sbasic/shared/03/sf_ui.xhp"><literal>ScriptForge.UI</literal></link> service, as shown in the examples below:</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
<bascode>
<paragraph role="bascode" localize="false" id="bas_id1001599408773502">Dim myDoc As Object, myDatabase As Object, ui As Object</paragraph>
@@ -100,7 +100,7 @@
<paragraph role="pycode" localize="false" id="pyc_id171625699438887">myDatabase.CloseDatabase()</paragraph>
<paragraph role="pycode" localize="false" id="pyc_id231625699570502">doc.CloseDocument()</paragraph>
</pycode>
- <tip id="par_id361619188184750">The <link href="text/sbasic/shared/03/sf_base.xhp#GetDatabase" name="GetDatabase method">GetDatabase</link> method used in the example above is part of ScriptForge's <literal>Base</literal> service.</tip>
+ <tip id="par_id361619188184750">The <link href="text/sbasic/shared/03/sf_base.xhp#GetDatabase">GetDatabase</link> method used in the example above is part of ScriptForge's <literal>Base</literal> service.</tip>
<bookmark xml-lang="en-US" branch="index" id="bm_id771615387442357" localize="false">
<bookmark_value>Database Service;Queries</bookmark_value>
@@ -158,7 +158,7 @@
<paragraph id="par_id741599409777967" role="tablecontent" xml-lang="en-US">Yes</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id101599409777906" role="tablecontent" xml-lang="en-US" localize="false"><link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1sdbc_1_1XConnection.html" name="XConnection API">XConnection</link></paragraph>
+ <paragraph id="par_id101599409777906" role="tablecontent" xml-lang="en-US" localize="false"><link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1sdbc_1_1XConnection.html">XConnection</link></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id551599409777759" role="tablecontent" xml-lang="en-US">The UNO object representing the current database connection.</paragraph>
@@ -172,7 +172,7 @@
<paragraph id="par_id271599409887585" role="tablecontent" xml-lang="en-US">Yes</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id701599409887579" role="tablecontent" xml-lang="en-US" localize="false"><link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1sdbc_1_1XDatabaseMetaData.html" name="XDatabaseMetaData API">XDatabaseMetaData</link></paragraph>
+ <paragraph id="par_id701599409887579" role="tablecontent" xml-lang="en-US" localize="false"><link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1sdbc_1_1XDatabaseMetaData.html">XDatabaseMetaData</link></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id861599409887284" role="tablecontent" xml-lang="en-US">The UNO object representing the metadata describing the database system attributes.</paragraph>
@@ -189,23 +189,23 @@
<tablerow>
<tablecell>
<paragraph id="par_id611614360519255" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_database.xhp#CloseDatabase" name="CloseDatabase">CloseDatabase</link><br/>
- <link href="text/sbasic/shared/03/sf_database.xhp#DFunctions" name="DAvg">DAvg</link><br/>
- <link href="text/sbasic/shared/03/sf_database.xhp#DFunctions" name="DCount">DCount</link>
+ <link href="text/sbasic/shared/03/sf_database.xhp#CloseDatabase">CloseDatabase</link><br/>
+ <link href="text/sbasic/shared/03/sf_database.xhp#DFunctions">DAvg</link><br/>
+ <link href="text/sbasic/shared/03/sf_database.xhp#DFunctions">DCount</link>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id611614360519104" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_database.xhp#DFunctions" name="DMin">DMin</link><br/>
- <link href="text/sbasic/shared/03/sf_database.xhp#DFunctions" name="DMax">DMax</link><br/>
- <link href="text/sbasic/shared/03/sf_database.xhp#DFunctions" name="DSum">DSum</link>
+ <link href="text/sbasic/shared/03/sf_database.xhp#DFunctions">DMin</link><br/>
+ <link href="text/sbasic/shared/03/sf_database.xhp#DFunctions">DMax</link><br/>
+ <link href="text/sbasic/shared/03/sf_database.xhp#DFunctions">DSum</link>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id611614360518452" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_database.xhp#DLookup" name="DLookup">DLookup</link><br/>
- <link href="text/sbasic/shared/03/sf_database.xhp#GetRows" name="GetRows">GetRows</link><br/>
- <link href="text/sbasic/shared/03/sf_database.xhp#RunSql" name="RunSql">RunSql</link>
+ <link href="text/sbasic/shared/03/sf_database.xhp#DLookup">DLookup</link><br/>
+ <link href="text/sbasic/shared/03/sf_database.xhp#GetRows">GetRows</link><br/>
+ <link href="text/sbasic/shared/03/sf_database.xhp#RunSql">RunSql</link>
</paragraph>
</tablecell>
</tablerow>
diff --git a/source/text/sbasic/shared/03/sf_dialog.xhp b/source/text/sbasic/shared/03/sf_dialog.xhp
index 8f9f755c15..b4c34f7725 100644
--- a/source/text/sbasic/shared/03/sf_dialog.xhp
+++ b/source/text/sbasic/shared/03/sf_dialog.xhp
@@ -21,8 +21,8 @@
</bookmark>
</section>
<section id="abstract">
- <h1 id="bm_id781582391760253" xml-lang="en-US"><variable id="dlg_h1"><link href="text/sbasic/shared/03/sf_dialog.xhp" name="SFDialogs.Dialog"><literal>SFDialogs</literal>.<literal>Dialog</literal> service</link></variable></h1>
- <paragraph role="paragraph" id="par_id931583589764919" xml-lang="en-US">The <literal>Dialog</literal> service contributes to the management of dialogs created with the Basic <link href="text/sbasic/guide/create_dialog.xhp" name="Dialog Editor">Dialog Editor</link>. Each instance of the current class represents a single dialog box displayed to the user.</paragraph>
+ <h1 id="bm_id781582391760253" xml-lang="en-US"><variable id="dlg_h1"><link href="text/sbasic/shared/03/sf_dialog.xhp"><literal>SFDialogs</literal>.<literal>Dialog</literal> service</link></variable></h1>
+ <paragraph role="paragraph" id="par_id931583589764919" xml-lang="en-US">The <literal>Dialog</literal> service contributes to the management of dialogs created with the Basic <link href="text/sbasic/guide/create_dialog.xhp">Dialog Editor</link>. Each instance of the current class represents a single dialog box displayed to the user.</paragraph>
</section>
<tip id="par_id831598110550771" xml-lang="en-US">A dialog box can be displayed in modal or in non-modal modes.</tip>
<paragraph role="paragraph" id="par_id221598110444025" xml-lang="en-US">In modal mode, the box is displayed and the execution of the macro process is suspended until one of the OK or Cancel buttons is pressed. In the meantime, user actions executed on the box can trigger specific actions.</paragraph>
@@ -35,7 +35,7 @@
<embed href="text/sbasic/shared/03/lib_ScriptForge.xhp#importLibs"/>
<paragraph role="paragraph" id="par_id361598174756160" xml-lang="en-US">The <literal>Dialog</literal> service is invoked through the <literal>CreateScriptService</literal> method. It requires three positional arguments to specify the dialog box to activate:</paragraph>
- <paragraph role="paragraph" id="par_id31612271944733"><emph>Container</emph>: "<link href="text/sbasic/shared/03131900.xhp" name="GlobalScope specifier"><literal>GlobalScope</literal></link>" for preinstalled libraries or a window name as defined by <link href="text/sbasic/shared/03/sf_ui.xhp" name="ScriptForge.UI"><literal>ScriptForge.UI</literal></link> service. Empty string "" default value stands for the current document.</paragraph>
+ <paragraph role="paragraph" id="par_id31612271944733"><emph>Container</emph>: "<link href="text/sbasic/shared/03131900.xhp"><literal>GlobalScope</literal></link>" for preinstalled libraries or a window name as defined by <link href="text/sbasic/shared/03/sf_ui.xhp"><literal>ScriptForge.UI</literal></link> service. Empty string "" default value stands for the current document.</paragraph>
<paragraph role="paragraph" id="par_id311612271947124"><emph>Library</emph>: The case-sensitive name of a library contained in the container. Default value is "Standard".</paragraph>
<paragraph role="paragraph" id="par_id821612271946316"><emph>DialogName</emph>: A case-sensitive string designating the dialog.</paragraph>
<paragraph role="paragraph" id="par_id761620142701399">Below %PRODUCTNAME Basic and Python examples are displaying the <literal>dlgConsole</literal> dialog that belongs to <literal>ScriptForge</literal> shared library:</paragraph>
@@ -218,7 +218,7 @@
<paragraph id="par_id94159817792441" role="tablecontent" xml-lang="en-US" localize="true">UNO<br/>object</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id191598177924897" role="tablecontent" xml-lang="en-US">The UNO object representing the dialog model. Refer to <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1XControlModel.html" name="XControlModel interface">XControlModel</link> and <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1awt_1_1UnoControlDialogModel-members.html" name="css.awt.UnoControlDialogModel">UnoControlDialogModel</link> in Application Programming Interface (API) documentation for detailed information.</paragraph>
+ <paragraph id="par_id191598177924897" role="tablecontent" xml-lang="en-US">The UNO object representing the dialog model. Refer to <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1XControlModel.html">XControlModel</link> and <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1awt_1_1UnoControlDialogModel-members.html">UnoControlDialogModel</link> in Application Programming Interface (API) documentation for detailed information.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -235,7 +235,7 @@
<paragraph id="par_id981598178083938" role="tablecontent" xml-lang="en-US" localize="true">UNO<br />object</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id731598178083442" role="tablecontent" xml-lang="en-US">The UNO object representing the dialog view. Refer to <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1XControlModel.html" name="XControl interface">XControl</link> and <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1awt_1_1UnoControlDialog-members.html" name="UnoControlDialog interface">UnoControlDialog</link> in Application Programming Interface (API) documentation for detailed information.</paragraph>
+ <paragraph id="par_id731598178083442" role="tablecontent" xml-lang="en-US">The UNO object representing the dialog view. Refer to <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1XControlModel.html">XControl</link> and <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1awt_1_1UnoControlDialog-members.html">UnoControlDialog</link> in Application Programming Interface (API) documentation for detailed information.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -254,7 +254,7 @@
</tablerow>
</table>
<h2 id="hd_id421612628828054" xml-lang="en-US">Event properties</h2>
- <paragraph role="paragraph" id="par_id41612629140856" xml-lang="en-US">Returns a URI string with the reference to the script triggered by the event. Read its specification in the <link href="https://wiki.documentfoundation.org/Documentation/DevGuide/Scripting_Framework#Scripting_Framework_URI_Specification" name="URI specification">scripting framework URI specification</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id41612629140856" xml-lang="en-US">Returns a URI string with the reference to the script triggered by the event. Read its specification in the <link href="https://wiki.documentfoundation.org/Documentation/DevGuide/Scripting_Framework#Scripting_Framework_URI_Specification">scripting framework URI specification</link>.</paragraph>
<table id="tab_id951612628879819">
<tablerow>
<tablecell>
@@ -386,18 +386,18 @@
</tablerow>
<tablerow>
<tablecell><paragraph id="par_id381606472825856" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_dialog.xhp#Activate" name="Activate method">Activate</link><br/>
- <link href="text/sbasic/shared/03/sf_dialog.xhp#Center" name="Center method">Center</link><br/>
- <link href="text/sbasic/shared/03/sf_dialog.xhp#Controls" name="Controls method">Controls</link><br/>
+ <link href="text/sbasic/shared/03/sf_dialog.xhp#Activate">Activate</link><br/>
+ <link href="text/sbasic/shared/03/sf_dialog.xhp#Center">Center</link><br/>
+ <link href="text/sbasic/shared/03/sf_dialog.xhp#Controls">Controls</link><br/>
</paragraph></tablecell>
<tablecell><paragraph id="par_id451606472825856" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_dialog.xhp#EndExecute" name="EndExecute method">EndExecute</link><br/>
- <link href="text/sbasic/shared/03/sf_dialog.xhp#Execute" name="Execute method">Execute</link><br/>
- <link href="text/sbasic/shared/03/sf_dialog.xhp#GetTextsFromL10N" name="GetTextsFromL10N method">GetTextsFromL10N</link><br/>
+ <link href="text/sbasic/shared/03/sf_dialog.xhp#EndExecute">EndExecute</link><br/>
+ <link href="text/sbasic/shared/03/sf_dialog.xhp#Execute">Execute</link><br/>
+ <link href="text/sbasic/shared/03/sf_dialog.xhp#GetTextsFromL10N">GetTextsFromL10N</link><br/>
</paragraph></tablecell>
<tablecell><paragraph id="par_id161606472825856" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_dialog.xhp#Resize" name="Resize method">Resize</link><br/>
- <link href="text/sbasic/shared/03/sf_dialog.xhp#Terminate" name="Terminate method">Terminate</link><br/><br/>
+ <link href="text/sbasic/shared/03/sf_dialog.xhp#Resize">Resize</link><br/>
+ <link href="text/sbasic/shared/03/sf_dialog.xhp#Terminate">Terminate</link><br/><br/>
</paragraph></tablecell>
</tablerow>
</table>
@@ -536,7 +536,7 @@
<paragraph role="pycode" localize="false" id="pyc_id621619627976387"> dlg = CreateScriptService("SFDialogs.DialogEvent", event)</paragraph>
<paragraph role="pycode" localize="false" id="pyc_id191619627976590"> dlg.EndExecute(25)</paragraph>
</pycode>
- <tip id="par_id81620201915101">Above <link href="https://api.libreoffice.org/docs/idl/ref/structcom_1_1sun_1_1star_1_1lang_1_1EventObject.html" name="com.sun.star.lang.EventObject">com.sun.star.lang.EventObject</link> mentions are optional. Such annotations help identify %PRODUCTNAME Application Programming Interface (API).</tip>
+ <tip id="par_id81620201915101">Above <link href="https://api.libreoffice.org/docs/idl/ref/structcom_1_1sun_1_1star_1_1lang_1_1EventObject.html">com.sun.star.lang.EventObject</link> mentions are optional. Such annotations help identify %PRODUCTNAME Application Programming Interface (API).</tip>
</section>
<section id="Execute">
@@ -589,7 +589,7 @@
<paragraph role="paragraph" id="par_id21598187900349">Replaces all fixed text strings in a dialog by their translated versions based on a <literal>L10N</literal> service instance. This method translates the following strings:</paragraph>
<embed href="text/sbasic/shared/03/sf_l10n.xhp#L10NDlgControls"/>
<paragraph role="paragraph" id="par_id641625855723650">The method returns <literal>True</literal> if successful.</paragraph>
- <paragraph role="paragraph" id="par_id61637871260604">To create a list of translatable strings in a dialog use the <link href="text/sbasic/shared/03/sf_l10n.xhp#AddTextsFromDialog" name="AddTextsFromDialog">AddTextsFromDialog</link> method from the L10N service.</paragraph>
+ <paragraph role="paragraph" id="par_id61637871260604">To create a list of translatable strings in a dialog use the <link href="text/sbasic/shared/03/sf_l10n.xhp#AddTextsFromDialog">AddTextsFromDialog</link> method from the L10N service.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id171619628383909">
<input>svc.GetTextsFromL10N(l10n: svc): bool</input>
@@ -612,7 +612,7 @@
<paragraph role="pycode" localize="false" id="pyc_id381620302328388">dlg.GetTextsFromL10N(myPO)</paragraph>
<paragraph role="pycode" localize="false" id="pyc_id251620302328896">dlg.Execute()</paragraph>
</pycode>
- <tip id="par_id901637872163895">Read the <link href="text/sbasic/shared/03/sf_l10n.xhp" name="L10N">L10N service</link> help page to learn more about how PO and POT files are handled.</tip>
+ <tip id="par_id901637872163895">Read the <link href="text/sbasic/shared/03/sf_l10n.xhp">L10N service</link> help page to learn more about how PO and POT files are handled.</tip>
</section>
<section id="Resize">
diff --git a/source/text/sbasic/shared/03/sf_dialogcontrol.xhp b/source/text/sbasic/shared/03/sf_dialogcontrol.xhp
index 59bb03085d..c29d82c65f 100644
--- a/source/text/sbasic/shared/03/sf_dialogcontrol.xhp
+++ b/source/text/sbasic/shared/03/sf_dialogcontrol.xhp
@@ -19,8 +19,8 @@
<bookmark localize="false" branch="index" id="bm_id41582391760252">
<bookmark_value>DialogControl service</bookmark_value>
</bookmark>
- <h1 id="bm_id781582391760253" xml-lang="en-US"><variable id="ctrls_h1"><link href="text/sbasic/shared/03/sf_dialogcontrol.xhp" name="SFDialogs.DialogControl service"><literal>SFDialogs</literal>.<literal>DialogControl</literal> service</link></variable></h1>
- <paragraph role="paragraph" id="par_id931583589764919" xml-lang="en-US">The <literal>DialogControl</literal> service manages the controls belonging to a dialog defined with the Basic <link href="text/sbasic/guide/create_dialog.xhp" name="Dialog Editor">Dialog Editor</link>. Each instance of the current service represents a single control within a dialog box.</paragraph>
+ <h1 id="bm_id781582391760253" xml-lang="en-US"><variable id="ctrls_h1"><link href="text/sbasic/shared/03/sf_dialogcontrol.xhp"><literal>SFDialogs</literal>.<literal>DialogControl</literal> service</link></variable></h1>
+ <paragraph role="paragraph" id="par_id931583589764919" xml-lang="en-US">The <literal>DialogControl</literal> service manages the controls belonging to a dialog defined with the Basic <link href="text/sbasic/guide/create_dialog.xhp">Dialog Editor</link>. Each instance of the current service represents a single control within a dialog box.</paragraph>
<bookmark xml-lang="en-US" branch="index" id="bm_id331612167249331" localize="false">
<bookmark_value>API;awt.XControl</bookmark_value>
<bookmark_value>API;awt.XControlModel</bookmark_value>
@@ -29,7 +29,7 @@
<paragraph role="paragraph" id="par_id981598191184526" xml-lang="en-US">Note that the unique <literal>DialogControl.Value</literal> property content varies according to the control type.</paragraph>
<paragraph role="paragraph" id="par_id991612698027551" xml-lang="en-US">A special attention is given to controls of type tree control. It is easy to populate a tree, either branch by branch, or with a set of branches at once. Populating a tree control can be performed statically or dynamically.</paragraph>
</section>
- <tip id="par_id891598188164936" xml-lang="en-US">The <literal>SFDialogs.DialogControl</literal> service is closely related to the <link href="text/sbasic/shared/03/sf_dialog.xhp" name="Dialog service"><literal>SFDialogs.Dialog</literal></link> service.</tip>
+ <tip id="par_id891598188164936" xml-lang="en-US">The <literal>SFDialogs.DialogControl</literal> service is closely related to the <link href="text/sbasic/shared/03/sf_dialog.xhp"><literal>SFDialogs.Dialog</literal></link> service.</tip>
<h2 id="hd_id581582885621841" xml-lang="en-US">Service invocation</h2>
<paragraph role="paragraph" id="par_id141609955500101">Before using the <literal>DialogControl</literal> service the <literal>ScriptForge</literal> library needs to be loaded or imported:</paragraph>
<embed href="text/sbasic/shared/03/lib_ScriptForge.xhp#importLibs"/>
@@ -218,7 +218,7 @@
<paragraph id="par_id51612705482172" role="tablecontent" localize="false">TreeControl</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id1001612705482919" role="tablecontent" xml-lang="en-US">The currently upmost node selected in the tree control. Refer to <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1tree_1_1XMutableTreeNode.html" name="awt.tree.XMutableTreeNode">XmutableTreeNode</link> in Application Programming Interface (API) documentation for detailed information.</paragraph>
+ <paragraph id="par_id1001612705482919" role="tablecontent" xml-lang="en-US">The currently upmost node selected in the tree control. Refer to <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1tree_1_1XMutableTreeNode.html">XmutableTreeNode</link> in Application Programming Interface (API) documentation for detailed information.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -426,7 +426,7 @@
<paragraph id="par_id581612700624717" role="tablecontent" localize="false">TreeControl</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id11612700624514" role="tablecontent" xml-lang="en-US">An object representing the lowest root node (usually there is only one such root node). Refer to <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1tree_1_1XMutableTreeNode.html" name="awt.tree.XMutableTreeNode">XmutableTreeNode</link> in Application Programming Interface (API) documentation for detailed information.</paragraph>
+ <paragraph id="par_id11612700624514" role="tablecontent" xml-lang="en-US">An object representing the lowest root node (usually there is only one such root node). Refer to <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1tree_1_1XMutableTreeNode.html">XmutableTreeNode</link> in Application Programming Interface (API) documentation for detailed information.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -509,7 +509,7 @@
</tablecell>
<tablecell></tablecell>
<tablecell>
- <paragraph id="par_id1001598540024225" role="tablecontent" xml-lang="en-US">Refer to <link href="text/sbasic/shared/03/sf_dialogcontrol.xhp#hd_id81598540704978" name="Value property">Value property</link></paragraph>
+ <paragraph id="par_id1001598540024225" role="tablecontent" xml-lang="en-US">Refer to <link href="text/sbasic/shared/03/sf_dialogcontrol.xhp#hd_id81598540704978">Value property</link></paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -543,7 +543,7 @@
<paragraph id="par_id311598540066789" role="tablecontent" xml-lang="en-US">All</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id191598177924897" role="tablecontent" xml-lang="en-US">The UNO object representing the control model. Refer to <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1XControlModel.html" name="awt.XControlModel">XControlModel</link> and <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1awt_1_1UnoControlDialogModel.html)" name="awt.XControlDialogModel">UnoControlDialogModel</link> in Application Programming Interface (API) documentation for detailed information.</paragraph>
+ <paragraph id="par_id191598177924897" role="tablecontent" xml-lang="en-US">The UNO object representing the control model. Refer to <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1XControlModel.html">XControlModel</link> and <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1awt_1_1UnoControlDialogModel.html)">UnoControlDialogModel</link> in Application Programming Interface (API) documentation for detailed information.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -560,7 +560,7 @@
<paragraph id="par_id551598540079329" role="tablecontent" xml-lang="en-US">All</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id731598178083442" role="tablecontent" xml-lang="en-US">The UNO object representing the control view. Refer to <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1XControl.html" name="awt.XControl">XControl</link> and <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1awt_1_1UnoControlDialog.html)" name="awt.UnoControlDialog">UnoControlDialog</link> in Application Programming Interface (API) documentation for detailed information.</paragraph>
+ <paragraph id="par_id731598178083442" role="tablecontent" xml-lang="en-US">The UNO object representing the control view. Refer to <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1XControl.html">XControl</link> and <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1awt_1_1UnoControlDialog.html)">UnoControlDialog</link> in Application Programming Interface (API) documentation for detailed information.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -577,7 +577,7 @@
<paragraph id="par_id25161269944611" role="tablecontent" localize="false">TreeControl</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id691612699446892" role="tablecontent" xml-lang="en-US">The UNO object representing the tree control data model. Refer to <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1tree_1_1XMutableTreeDataModel.html" name="awt.tree.XMutableTreeDataModel">XMutableTreeDataModel</link> in Application Programming Interface (API) documentation for detailed information.</paragraph>
+ <paragraph id="par_id691612699446892" role="tablecontent" xml-lang="en-US">The UNO object representing the tree control data model. Refer to <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1tree_1_1XMutableTreeDataModel.html">XMutableTreeDataModel</link> in Application Programming Interface (API) documentation for detailed information.</paragraph>
</tablecell>
</tablerow>
</table>
@@ -767,7 +767,7 @@
</tablerow>
</table>
<h2 id="hd_id421612628828054" xml-lang="en-US">Event properties</h2>
- <paragraph role="paragraph" id="par_id41612629140856" xml-lang="en-US">Returns a URI string with the reference to the script triggered by the event. Read its specification in the <link href="https://wiki.documentfoundation.org/Documentation/DevGuide/Scripting_Framework#Scripting_Framework_URI_Specification" name="URI specification">scripting framework URI specification</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id41612629140856" xml-lang="en-US">Returns a URI string with the reference to the script triggered by the event. Read its specification in the <link href="https://wiki.documentfoundation.org/Documentation/DevGuide/Scripting_Framework#Scripting_Framework_URI_Specification">scripting framework URI specification</link>.</paragraph>
<table id="tab_id951612628879819">
<tablerow>
<tablecell>
@@ -966,17 +966,17 @@
</tablerow>
<tablerow>
<tablecell><paragraph id="par_id751612709117248" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_dialogcontrol.xhp#AddSubNode" name="AddSubNode method">AddSubNode</link><br/>
- <link href="text/sbasic/shared/03/sf_dialogcontrol.xhp#AddSubTree" name="AddSubTree method">AddSubTree</link><br/>
- <link href="text/sbasic/shared/03/sf_dialogcontrol.xhp#CreateRoot" name="CreateRoot method">CreateRoot</link><br/>
+ <link href="text/sbasic/shared/03/sf_dialogcontrol.xhp#AddSubNode">AddSubNode</link><br/>
+ <link href="text/sbasic/shared/03/sf_dialogcontrol.xhp#AddSubTree">AddSubTree</link><br/>
+ <link href="text/sbasic/shared/03/sf_dialogcontrol.xhp#CreateRoot">CreateRoot</link><br/>
</paragraph></tablecell>
<tablecell><paragraph id="par_id63161270911712" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_dialogcontrol.xhp#FindNode" name="FindNode method">FindNode</link><br/>
- <link href="text/sbasic/shared/03/sf_dialogcontrol.xhp#SetFocus" name="SetFocus method">SetFocus</link><br/><br/>
+ <link href="text/sbasic/shared/03/sf_dialogcontrol.xhp#FindNode">FindNode</link><br/>
+ <link href="text/sbasic/shared/03/sf_dialogcontrol.xhp#SetFocus">SetFocus</link><br/><br/>
</paragraph></tablecell>
<tablecell><paragraph id="par_id651612709117457" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_dialogcontrol.xhp#SetTableData" name="SetTableData method">SetTableData</link><br/>
- <link href="text/sbasic/shared/03/sf_dialogcontrol.xhp#WriteLine" name="WriteLine method">WriteLine</link><br/><br/>
+ <link href="text/sbasic/shared/03/sf_dialogcontrol.xhp#SetTableData">SetTableData</link><br/>
+ <link href="text/sbasic/shared/03/sf_dialogcontrol.xhp#WriteLine">WriteLine</link><br/><br/>
</paragraph></tablecell>
</tablerow>
</table>
@@ -987,7 +987,7 @@
<bookmark_value>DialogControl service;AddSubNode</bookmark_value>
</bookmark>
<h2 id="hd_id791612711823914" localize="false">AddSubNode</h2>
- <paragraph role="paragraph" id="par_id831612711823126">Create and return a new node of the tree control as a UNO object subordinate to a parent node. <variable id="XMutableTreeNode">Refer to <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1tree_1_1XMutableTreeNode.html" name="awt.tree.XMutableTreeNode">XMutableTreeNode</link> in Application Programming Interface (API) documentation for detailed information.</variable></paragraph>
+ <paragraph role="paragraph" id="par_id831612711823126">Create and return a new node of the tree control as a UNO object subordinate to a parent node. <variable id="XMutableTreeNode">Refer to <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1tree_1_1XMutableTreeNode.html">XMutableTreeNode</link> in Application Programming Interface (API) documentation for detailed information.</variable></paragraph>
<section id="OnNodeExpanded">
<paragraph role="paragraph" id="par_id741612711823706" xml-lang="en-US">This method may be called before displaying the dialog box to build the initial tree. It may also be called from a dialog or control event - using the <literal>OnNodeExpanded</literal> event - to complete the tree dynamically.</paragraph>
</section>
@@ -1121,7 +1121,7 @@
</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<paragraph role="paragraph" id="par_id541613670199211">One argument out of <literal>displayvalue</literal> or <literal>datavalue</literal> must be specified. If both present, one match is sufficient to select the node.</paragraph>
- <paragraph role="paragraph" id="par_id591612781589560"><emph>displayvalue</emph>: The pattern to be matched. Refer to <link href="text/sbasic/shared/03/sf_string.xhp#IsLike" name="String service IsLike() method"><literal>SF_String.IsLike()</literal></link> method for the list of possible wildcards. When equal to the zero-length string (default), this display value is not searched for.</paragraph>
+ <paragraph role="paragraph" id="par_id591612781589560"><emph>displayvalue</emph>: The pattern to be matched. Refer to <link href="text/sbasic/shared/03/sf_string.xhp#IsLike"><literal>SF_String.IsLike()</literal></link> method for the list of possible wildcards. When equal to the zero-length string (default), this display value is not searched for.</paragraph>
<embed href="text/sbasic/shared/03/sf_dialogcontrol.xhp#datavalue"/>
<paragraph role="paragraph" id="par_id141582384726168"><emph>casesensitive</emph>: Default value is <literal>False</literal></paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
diff --git a/source/text/sbasic/shared/03/sf_dictionary.xhp b/source/text/sbasic/shared/03/sf_dictionary.xhp
index ba510c046d..f92d13d5a5 100644
--- a/source/text/sbasic/shared/03/sf_dictionary.xhp
+++ b/source/text/sbasic/shared/03/sf_dictionary.xhp
@@ -21,7 +21,7 @@
<bookmark_value>Dictionary service</bookmark_value>
</bookmark>
- <h1 id="hd_id731582733781114" xml-lang="en-US"><variable id="SFDictionary"><link href="text/sbasic/shared/03/sf_dictionary.xhp" name="ScriptForge.Dictionary service"><literal>ScriptForge</literal>.<literal>Dictionary</literal> service</link></variable></h1>
+ <h1 id="hd_id731582733781114" xml-lang="en-US"><variable id="SFDictionary"><link href="text/sbasic/shared/03/sf_dictionary.xhp"><literal>ScriptForge</literal>.<literal>Dictionary</literal> service</link></variable></h1>
<paragraph role="paragraph" id="par_id891582884466217" xml-lang="en-US">A dictionary is a collection of key-item pairs</paragraph>
<list type="unordered">
@@ -149,22 +149,22 @@
</tablerow>
<tablerow>
<tablecell><paragraph id="par_id381606472825856" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_dictionary.xhp#Add" name="Add method">Add</link><br/>
- <link href="text/sbasic/shared/03/sf_dictionary.xhp#ConvertToArray" name="ConvertToArray method">ConvertToArray</link><br/>
- <link href="text/sbasic/shared/03/sf_dictionary.xhp#ConvertToJson" name="ConvertToJson method">ConvertToJson</link><br/>
- <link href="text/sbasic/shared/03/sf_dictionary.xhp#ConvertToPropertyValues" name="ConvertToPropertyValues method">ConvertToPropertyValues</link>
+ <link href="text/sbasic/shared/03/sf_dictionary.xhp#Add">Add</link><br/>
+ <link href="text/sbasic/shared/03/sf_dictionary.xhp#ConvertToArray">ConvertToArray</link><br/>
+ <link href="text/sbasic/shared/03/sf_dictionary.xhp#ConvertToJson">ConvertToJson</link><br/>
+ <link href="text/sbasic/shared/03/sf_dictionary.xhp#ConvertToPropertyValues">ConvertToPropertyValues</link>
</paragraph></tablecell>
<tablecell><paragraph id="par_id451606472825856" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_dictionary.xhp#Exists" name="Exists method">Exists</link><br/>
- <link href="text/sbasic/shared/03/sf_dictionary.xhp#ImportFromJson" name="ImportFromJson method">ImportFromJson</link><br/>
- <link href="text/sbasic/shared/03/sf_dictionary.xhp#ImportFromPropertyValues" name="ImportFromPropertyValues method">ImportFromPropertyValues</link><br/>
- <link href="text/sbasic/shared/03/sf_dictionary.xhp#Item" name="Item method">Item</link>
+ <link href="text/sbasic/shared/03/sf_dictionary.xhp#Exists">Exists</link><br/>
+ <link href="text/sbasic/shared/03/sf_dictionary.xhp#ImportFromJson">ImportFromJson</link><br/>
+ <link href="text/sbasic/shared/03/sf_dictionary.xhp#ImportFromPropertyValues">ImportFromPropertyValues</link><br/>
+ <link href="text/sbasic/shared/03/sf_dictionary.xhp#Item">Item</link>
</paragraph></tablecell>
<tablecell><paragraph id="par_id161606472825856" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_dictionary.xhp#Remove" name="Remove method">Remove</link><br/>
- <link href="text/sbasic/shared/03/sf_dictionary.xhp#RemoveAll" name="RemoveAll method">RemoveAll</link><br/>
- <link href="text/sbasic/shared/03/sf_dictionary.xhp#ReplaceItem" name="ReplaceItem method">ReplaceItem</link><br/>
- <link href="text/sbasic/shared/03/sf_dictionary.xhp#ReplaceKey" name="ReplaceKey method">ReplaceKey</link>
+ <link href="text/sbasic/shared/03/sf_dictionary.xhp#Remove">Remove</link><br/>
+ <link href="text/sbasic/shared/03/sf_dictionary.xhp#RemoveAll">RemoveAll</link><br/>
+ <link href="text/sbasic/shared/03/sf_dictionary.xhp#ReplaceItem">ReplaceItem</link><br/>
+ <link href="text/sbasic/shared/03/sf_dictionary.xhp#ReplaceKey">ReplaceKey</link>
</paragraph></tablecell>
</tablerow>
</table>
@@ -222,7 +222,7 @@
<bookmark_value>Dictionary service;ConvertToJson</bookmark_value>
</bookmark>
<h2 id="hd_id851601296836224" localize="false">ConvertToJson</h2>
- <paragraph role="paragraph" id="par_id831601296836981">Converts the contents of a dictionary to <link href="https://en.wikipedia.org/wiki/JSON" name="JSON text">JSON (JavaScript Object Notation)</link> text.</paragraph>
+ <paragraph role="paragraph" id="par_id831601296836981">Converts the contents of a dictionary to <link href="https://en.wikipedia.org/wiki/JSON">JSON (JavaScript Object Notation)</link> text.</paragraph>
<h3 id="hd_id261601297024828" xml-lang="en-US">Limitations</h3>
<paragraph role="paragraph" id="par_id401601297178073" xml-lang="en-US">This method supports the following data types: <literal>String</literal>, <literal>Boolean</literal>, numbers, <literal>Null</literal> and <literal>Empty</literal>. Arrays containing items of those types are also allowed, whatever their dimensions. Dates are converted into strings, however they cannot be used inside Arrays. Other data types are converted to their string representation using the <literal>SF_String.Represent</literal> service.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
@@ -315,7 +315,7 @@
<bookmark_value>Dictionary service;ImportFromJson</bookmark_value>
</bookmark>
<h2 id="hd_id81601391980848" localize="false">ImportFromJson</h2>
- <paragraph role="paragraph" id="par_id791601391980978">Adds the content of a <link href="https://en.wikipedia.org/wiki/JSON" name="JSON text">JSON (JavaScript Object Notation)</link> string into the current dictionary. Returns <literal>True</literal> if successful.</paragraph>
+ <paragraph role="paragraph" id="par_id791601391980978">Adds the content of a <link href="https://en.wikipedia.org/wiki/JSON">JSON (JavaScript Object Notation)</link> string into the current dictionary. Returns <literal>True</literal> if successful.</paragraph>
<h3 id="hd_id961601392113644" xml-lang="en-US">Limitations</h3>
<paragraph role="paragraph" id="par_id481601392181131" xml-lang="en-US">The JSON string may contain numbers, text, booleans, null values and arrays containing those types. It must not contain JSON objects namely sub-dictionaries.</paragraph>
<paragraph role="paragraph" id="par_id511601392205908" xml-lang="en-US">An attempt is made to convert text to date if the item matches one of these patterns: YYYY-MM-DD, HH:MM:SS or YYYY-MM-DD HH:MM:SS.</paragraph>
diff --git a/source/text/sbasic/shared/03/sf_document.xhp b/source/text/sbasic/shared/03/sf_document.xhp
index 6a2e0129df..ea3af55c15 100644
--- a/source/text/sbasic/shared/03/sf_document.xhp
+++ b/source/text/sbasic/shared/03/sf_document.xhp
@@ -24,7 +24,7 @@
</section>
<section id="abstract">
- <h1 id="hd_id731582733781114" xml-lang="en-US"><variable id="DocumentService"><link href="text/sbasic/shared/03/sf_document.xhp" name="Exception service"><literal>SFDocuments</literal>.<literal>Document</literal> service</link></variable></h1>
+ <h1 id="hd_id731582733781114" xml-lang="en-US"><variable id="DocumentService"><link href="text/sbasic/shared/03/sf_document.xhp"><literal>SFDocuments</literal>.<literal>Document</literal> service</link></variable></h1>
<paragraph role="paragraph" id="par_id381589189355849" xml-lang="en-US">The <literal>SFDocuments</literal> library provides methods and properties to facilitate the management and manipulation of %PRODUCTNAME documents.</paragraph>
<paragraph role="paragraph" id="par_id591589189364267" xml-lang="en-US">Methods that are applicable for all types of documents (Text Documents, Sheets, Presentations, etc) are provided by the <literal>SFDocuments.Document</literal> service. Some examples are:</paragraph>
<list type="unordered">
@@ -139,7 +139,7 @@
<paragraph id="par_id271582885655525" role="tablecontent" xml-lang="en-US" localize="false">Dictionary service</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id581582885655885" role="tablecontent" xml-lang="en-US" >Returns a <literal>ScriptForge.Dictionary</literal> object instance. After update, can be passed again to the property for updating the document.<br />Individual items of the dictionary may be either strings, numbers, (Basic) dates or <link href="https://api.libreoffice.org/docs/idl/ref/structcom_1_1sun_1_1star_1_1util_1_1Duration.html" name="Duration API"><literal>com.sun.star.util.Duration</literal></link> items.</paragraph>
+ <paragraph id="par_id581582885655885" role="tablecontent" xml-lang="en-US" >Returns a <literal>ScriptForge.Dictionary</literal> object instance. After update, can be passed again to the property for updating the document.<br />Individual items of the dictionary may be either strings, numbers, (Basic) dates or <link href="https://api.libreoffice.org/docs/idl/ref/structcom_1_1sun_1_1star_1_1util_1_1Duration.html"><literal>com.sun.star.util.Duration</literal></link> items.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -293,7 +293,7 @@
<paragraph id="par_id371582885195525" role="tablecontent" xml-lang="en-US">UNO Object</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id881582885195976" role="tablecontent" xml-lang="en-US" >The UNO object <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1lang_1_1XComponent.html" name="XComponent API"><literal>com.sun.star.lang.XComponent</literal></link> or <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1sdb_1_1OfficeDatabaseDocument.html" name="ODatabaseDocument API"><literal>com.sun.star.comp.dba.ODatabaseDocument</literal></link> representing the document</paragraph>
+ <paragraph id="par_id881582885195976" role="tablecontent" xml-lang="en-US" >The UNO object <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1lang_1_1XComponent.html"><literal>com.sun.star.lang.XComponent</literal></link> or <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1sdb_1_1OfficeDatabaseDocument.html"><literal>com.sun.star.comp.dba.ODatabaseDocument</literal></link> representing the document</paragraph>
</tablecell>
</tablerow>
</table>
@@ -332,25 +332,25 @@
<tablerow>
<tablecell>
<paragraph id="par_id761611086279902" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_document.xhp#Activate" name="Activate method">Activate</link><br/>
- <link href="text/sbasic/shared/03/sf_document.xhp#CloseDocument" name="CloseDocument method">CloseDocument</link><br/>
- <link href="text/sbasic/shared/03/sf_document.xhp#CreateMenu" name="CreateMenu method">CreateMenu</link><br/>
- <link href="text/sbasic/shared/03/sf_document.xhp#ExportAsPDF" name="ExportAsPDF method">ExportAsPDF</link><br/>
+ <link href="text/sbasic/shared/03/sf_document.xhp#Activate">Activate</link><br/>
+ <link href="text/sbasic/shared/03/sf_document.xhp#CloseDocument">CloseDocument</link><br/>
+ <link href="text/sbasic/shared/03/sf_document.xhp#CreateMenu">CreateMenu</link><br/>
+ <link href="text/sbasic/shared/03/sf_document.xhp#ExportAsPDF">ExportAsPDF</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id141611086279902" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_document.xhp#PrintOut" name="PrintOut method">PrintOut</link><br/>
- <link href="text/sbasic/shared/03/sf_document.xhp#RemoveMenu" name="RemoveMenu method">RemoveMenu</link><br/>
- <link href="text/sbasic/shared/03/sf_document.xhp#RunCommand" name="RunCommand method">RunCommand</link><br/>
- <link href="text/sbasic/shared/03/sf_document.xhp#Save" name="Save method">Save</link><br/>
+ <link href="text/sbasic/shared/03/sf_document.xhp#PrintOut">PrintOut</link><br/>
+ <link href="text/sbasic/shared/03/sf_document.xhp#RemoveMenu">RemoveMenu</link><br/>
+ <link href="text/sbasic/shared/03/sf_document.xhp#RunCommand">RunCommand</link><br/>
+ <link href="text/sbasic/shared/03/sf_document.xhp#Save">Save</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id761611086279903" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_document.xhp#SaveAs" name="SaveAs method">SaveAs</link><br/>
- <link href="text/sbasic/shared/03/sf_document.xhp#SaveCopyAs" name="SaveCopyAs method">SaveCopyAs</link><br/>
- <link href="text/sbasic/shared/03/sf_document.xhp#SetPrinter" name="SetPrinter method">SetPrinter</link><br/><br/>
+ <link href="text/sbasic/shared/03/sf_document.xhp#SaveAs">SaveAs</link><br/>
+ <link href="text/sbasic/shared/03/sf_document.xhp#SaveCopyAs">SaveCopyAs</link><br/>
+ <link href="text/sbasic/shared/03/sf_document.xhp#SetPrinter">SetPrinter</link><br/><br/>
</paragraph>
</tablecell>
</tablerow>
@@ -420,7 +420,7 @@
</bookmark>
<h2 id="hd_id261589200121339" localize="false">CreateMenu</h2>
<paragraph role="paragraph" id="par_id651589200121080">Creates a new menu entry in the menubar of a given document window.</paragraph>
- <paragraph role="paragraph" id="par_id981611149616155">This method returns an instance of the <link href="text/sbasic/shared/03/sf_menu.xhp" name="Menu_link1"><input>SFWidgets.Menu</input></link> service.</paragraph>
+ <paragraph role="paragraph" id="par_id981611149616155">This method returns an instance of the <link href="text/sbasic/shared/03/sf_menu.xhp"><input>SFWidgets.Menu</input></link> service.</paragraph>
<note id="par_id721643121487974">The menu created is only available during the current %PRODUCTNAME session and is not saved neither in the document nor in the global application settings. Hence closing the document window will make the menu disappear. It will only reappear when the macro that creates the menu is executed again.</note>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id1001622887222964">
@@ -455,7 +455,7 @@
<paragraph role="pycode" localize="false" id="pyc_id151643120494942">menu.Dispose()</paragraph>
</pycode>
<section id="menu_tip">
- <tip id="par_id271643139068194">Refer to the <link href="text/sbasic/shared/03/sf_menu.xhp" name="Menu_link2"><input>SFWidgets.Menu</input></link> help page to learn more about how to create/remove menus in %PRODUCTNAME document windows.</tip>
+ <tip id="par_id271643139068194">Refer to the <link href="text/sbasic/shared/03/sf_menu.xhp"><input>SFWidgets.Menu</input></link> help page to learn more about how to create/remove menus in %PRODUCTNAME document windows.</tip>
</section>
</section>
@@ -466,7 +466,7 @@
</bookmark>
<h2 id="hd_id261589202100695" localize="false">ExportAsPDF</h2>
<paragraph role="paragraph" id="par_id156589200123048">Exports the document directly as a PDF file to the specified location. Returns <literal>True</literal> if the PDF file was successfully created.</paragraph>
- <paragraph role="paragraph" id="par_id811638276067119">The export options can be set either manually using the <menuitem>File - Export As - Export as PDF</menuitem> dialog or by calling the methods <literal>GetPDFExportOptions</literal> and <literal>SetPDFExportOptions</literal> from the <link href="text/sbasic/shared/03/sf_session.xhp" name="SFSession">Session</link> service.</paragraph>
+ <paragraph role="paragraph" id="par_id811638276067119">The export options can be set either manually using the <menuitem>File - Export As - Export as PDF</menuitem> dialog or by calling the methods <literal>GetPDFExportOptions</literal> and <literal>SetPDFExportOptions</literal> from the <link href="text/sbasic/shared/03/sf_session.xhp">Session</link> service.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id1001622827826679">
<input>svc.ExportAsPDF(filename: str, overwrite: bool = False, opt pages: str, opt password: str, opt watermark: str): bool</input>
@@ -574,7 +574,7 @@
<paragraph role="paragraph" id="par_id991589202413257">Runs a UNO command on the document window associated with the service instance. A few typical commands are: Save, SaveAs, ExportToPDF, Undo, Copy, Paste, etc.</paragraph>
<paragraph role="paragraph" id="par_id261589202778896" xml-lang="en-US">The document itself does not need to be active to be able to run commands.</paragraph>
<paragraph role="paragraph" id="par_id921611152932311">Commands can be run with or without arguments. Arguments are not validated before running the command. If the command or its arguments are invalid, then nothing will happen.</paragraph>
- <tip id="par_id31644182402479">For a complete list of UNO commands that can be run in %PRODUCTNAME, refer to the Wiki page <link href="https://wiki.documentfoundation.org/Development/DispatchCommands" name="Commands_Wiki">Development/DispatchCommands</link>.</tip>
+ <tip id="par_id31644182402479">For a complete list of UNO commands that can be run in %PRODUCTNAME, refer to the Wiki page <link href="https://wiki.documentfoundation.org/Development/DispatchCommands">Development/DispatchCommands</link>.</tip>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id521622828226683">
<input>svc.RunCommand(command: str, [args: any])</input>
diff --git a/source/text/sbasic/shared/03/sf_exception.xhp b/source/text/sbasic/shared/03/sf_exception.xhp
index c85fa4068c..decfbd2809 100644
--- a/source/text/sbasic/shared/03/sf_exception.xhp
+++ b/source/text/sbasic/shared/03/sf_exception.xhp
@@ -20,13 +20,13 @@
<bookmark xml-lang="en-US" localize="false" branch="index" id="bm_id381587139303941">
<bookmark_value>Exception service</bookmark_value>
</bookmark>
- <h1 id="hd_id521580038927003" xml-lang="en-US"><variable id="ExceptionService"><link href="text/sbasic/shared/03/sf_exception.xhp" name="Exception service"><literal>ScriptForge</literal>.<literal>Exception</literal> service</link></variable></h1>
+ <h1 id="hd_id521580038927003" xml-lang="en-US"><variable id="ExceptionService"><link href="text/sbasic/shared/03/sf_exception.xhp"><literal>ScriptForge</literal>.<literal>Exception</literal> service</link></variable></h1>
<paragraph role="paragraph" id="par_id181587139648008" xml-lang="en-US">The <literal>Exception</literal> service is a collection of methods to assist in code debugging in Basic and Python scripts and in error handling in Basic scripts.</paragraph>
<paragraph role="paragraph" id="par_id141587140927573" xml-lang="en-US">In <emph>Basic scripts</emph>, when a run-time error occurs, the methods and properties of the <literal>Exception</literal> service help identify the error context and allow to handle it.</paragraph>
</section>
<list type="unordered">
<listitem>
- <paragraph id="par_id401621450898070" role="listitem">The <literal>SF_Exception</literal> service is similar to the <link href="text/sbasic/shared/ErrVBA.xhp" name="VBA Err object">VBA <literal>Err</literal> object</link>.</paragraph>
+ <paragraph id="par_id401621450898070" role="listitem">The <literal>SF_Exception</literal> service is similar to the <link href="text/sbasic/shared/ErrVBA.xhp">VBA <literal>Err</literal> object</link>.</paragraph>
</listitem>
<listitem>
<paragraph id="par_id361621450908874" role="listitem">The <literal>Number</literal> property identifies the error.</paragraph>
@@ -37,7 +37,7 @@
</list>
<tip id="par_id621587225732733" xml-lang="en-US">Errors and warnings raised with the <literal>Exception</literal> service are stored in memory and can be retrieved using the <literal>Console</literal> method.</tip>
- <paragraph role="paragraph" id="par_id411587141146677" xml-lang="en-US">The <literal>Exception</literal> service console stores events, variable values and information about errors. Use the console when the Basic IDE is not easily accessible, for example in <link href="text/scalc/guide/userdefined_function.xhp" name="Calc user-defined function">Calc user defined functions (UDF)</link> or during events processing.</paragraph>
+ <paragraph role="paragraph" id="par_id411587141146677" xml-lang="en-US">The <literal>Exception</literal> service console stores events, variable values and information about errors. Use the console when the Basic IDE is not easily accessible, for example in <link href="text/scalc/guide/userdefined_function.xhp">Calc user defined functions (UDF)</link> or during events processing.</paragraph>
<paragraph role="paragraph" id="par_id251621034725811">Use the <literal>DebugPrint</literal> method to add any relevant information to the console. Console entries can be dumped to a text file or visualized in a dialog window.</paragraph>
<paragraph role="paragraph" id="par_id111587141158495" xml-lang="en-US">When an error occurs, an application macro may:</paragraph>
<list type="ordered">
@@ -133,24 +133,24 @@
<tablerow>
<tablecell>
<paragraph id="par_id461608131596153" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_exception.xhp#Clear" name="Clear method">Clear</link><br/>
- <link href="text/sbasic/shared/03/sf_exception.xhp#Console" name="Console method">Console</link><br/>
- <link href="text/sbasic/shared/03/sf_exception.xhp#ConsoleClear" name="ConsoleClear method">ConsoleClear</link>
+ <link href="text/sbasic/shared/03/sf_exception.xhp#Clear">Clear</link><br/>
+ <link href="text/sbasic/shared/03/sf_exception.xhp#Console">Console</link><br/>
+ <link href="text/sbasic/shared/03/sf_exception.xhp#ConsoleClear">ConsoleClear</link>
</paragraph>
</tablecell>
<tablecell>
<paragraph role="tablecontent" id="par_id871608132025242" localize="false">
- <link href="text/sbasic/shared/03/sf_exception.xhp#ConsoleToFile" name="ConsoleToFile method">ConsoleToFile</link><br/>
- <link href="text/sbasic/shared/03/sf_exception.xhp#DebugDisplay" name="DebugDisplay method">DebugDisplay</link><br/>
- <link href="text/sbasic/shared/03/sf_exception.xhp#DebugPrint" name="DebugPrint method">DebugPrint</link><br/><br/>
+ <link href="text/sbasic/shared/03/sf_exception.xhp#ConsoleToFile">ConsoleToFile</link><br/>
+ <link href="text/sbasic/shared/03/sf_exception.xhp#DebugDisplay">DebugDisplay</link><br/>
+ <link href="text/sbasic/shared/03/sf_exception.xhp#DebugPrint">DebugPrint</link><br/><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph role="tablecontent" id="par_id831608132069033" localize="false">
- <link href="text/sbasic/shared/03/sf_exception.xhp#PythonPrint" name="PythonPrint method">PythonPrint</link><br/>
- <link href="text/sbasic/shared/03/sf_exception.xhp#PythonShell" name="PythonShell method">PythonShell</link><br/>
- <link href="text/sbasic/shared/03/sf_exception.xhp#Raise" name="Raise method">Raise</link><br/>
- <link href="text/sbasic/shared/03/sf_exception.xhp#RaiseWarning" name="RaiseWarning method">RaiseWarning</link><br/>
+ <link href="text/sbasic/shared/03/sf_exception.xhp#PythonPrint">PythonPrint</link><br/>
+ <link href="text/sbasic/shared/03/sf_exception.xhp#PythonShell">PythonShell</link><br/>
+ <link href="text/sbasic/shared/03/sf_exception.xhp#Raise">Raise</link><br/>
+ <link href="text/sbasic/shared/03/sf_exception.xhp#RaiseWarning">RaiseWarning</link><br/>
</paragraph>
</tablecell>
</tablerow>
@@ -184,7 +184,7 @@
<paragraph role="bascode" id="bas_id51587215508130" xml-lang="en-US"> 'If division by zero, ignore the error</paragraph>
<paragraph role="bascode" localize="false" id="bas_id801579688542131">End Sub</paragraph>
</bascode>
- <tip id="par_id201610654368082">For a complete list of Basic run-time error codes, refer to <link href="text/sbasic/shared/01030300.xhp" name="Run-Time Error Codes">Debugging a Basic Program</link>.</tip>
+ <tip id="par_id201610654368082">For a complete list of Basic run-time error codes, refer to <link href="text/sbasic/shared/01030300.xhp">Debugging a Basic Program</link>.</tip>
</section>
<section id="Console">
@@ -250,7 +250,7 @@
<input>exc.ConsoleToFile(filename: str): bool</input>
</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
- <paragraph role="paragraph" id="par_id851587218077862"><emph>filename</emph>: The name of the text file the console should be dumped into. The name is expressed according to the current <literal>FileNaming</literal> property of the <literal>SF_FileSystem</literal> service. By default, <link href="text/sbasic/shared/00000002.xhp" name="Url notation">URL notation</link> and the native operating system's format are both admitted.</paragraph>
+ <paragraph role="paragraph" id="par_id851587218077862"><emph>filename</emph>: The name of the text file the console should be dumped into. The name is expressed according to the current <literal>FileNaming</literal> property of the <literal>SF_FileSystem</literal> service. By default, <link href="text/sbasic/shared/00000002.xhp">URL notation</link> and the native operating system's format are both admitted.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
<bascode>
@@ -321,7 +321,7 @@
<h2 id="hd_id5515879128204789" localize="false">PythonPrint</h2>
<paragraph role="paragraph" id="par_id111621624672183">Displays the list of arguments in a readable form in the platform console. Arguments are separated by a TAB character (simulated by spaces).</paragraph>
<paragraph role="paragraph" id="par_id841621426229467">The same string is added to the ScriptForge debug console.</paragraph>
- <paragraph role="paragraph" id="par_id551655563148866">If <link href="https://extensions.libreoffice.org/en/extensions/show/apso-alternative-script-organizer-for-python" name="APSO Python shell">Python shell (APSO)</link> is active, <literal>PythonPrint</literal> content is written to APSO console in place of the platform console.</paragraph>
+ <paragraph role="paragraph" id="par_id551655563148866">If <link href="https://extensions.libreoffice.org/en/extensions/show/apso-alternative-script-organizer-for-python">Python shell (APSO)</link> is active, <literal>PythonPrint</literal> content is written to APSO console in place of the platform console.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#Basic_Only"/>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<bascode>
diff --git a/source/text/sbasic/shared/03/sf_filesystem.xhp b/source/text/sbasic/shared/03/sf_filesystem.xhp
index 4361a4aa90..0a697ce0d4 100644
--- a/source/text/sbasic/shared/03/sf_filesystem.xhp
+++ b/source/text/sbasic/shared/03/sf_filesystem.xhp
@@ -24,7 +24,7 @@
</section>
<section id="abstract">
- <h1 id="bm_id781582391760253" xml-lang="en-US"><variable id="FileSystemService"><link href="text/sbasic/shared/03/sf_filesystem.xhp" name="FileSystem service"><literal>ScriptForge</literal>.<literal>FileSystem</literal> service</link></variable></h1>
+ <h1 id="bm_id781582391760253" xml-lang="en-US"><variable id="FileSystemService"><link href="text/sbasic/shared/03/sf_filesystem.xhp"><literal>ScriptForge</literal>.<literal>FileSystem</literal> service</link></variable></h1>
<paragraph role="paragraph" id="par_id931583589764919" xml-lang="en-US">The <literal>FileSystem</literal> service includes routines to handle files and folders. Next are some examples of the features provided by this service:</paragraph>
<list type="unordered">
<listitem>
@@ -41,7 +41,7 @@
</listitem>
</list>
</section>
- <note id="par_id121612917368946">The methods in the FileSystem service are mostly based on the <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1ucb_1_1XSimpleFileAccess.html" name="XSimpleFileAccess API"><literal>XSimpleFileAccess</literal> UNO interface.</link></note>
+ <note id="par_id121612917368946">The methods in the FileSystem service are mostly based on the <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1ucb_1_1XSimpleFileAccess.html"><literal>XSimpleFileAccess</literal> UNO interface.</link></note>
<h2 id="hd_id961583589783025" xml-lang="en-US">Definitions</h2>
<paragraph role="paragraph" id="par_id821612988815351">The table below lists the main parameters used by most of the methods in the <literal>FileSystem</literal> service.</paragraph>
@@ -107,7 +107,7 @@
<h3 id="hd_id991612918109871">File Naming Notation</h3>
<paragraph role="paragraph" id="par_id791612918141083">The notation used to express file and folder names, both for arguments and returned values, is defined by the <literal>FileNaming</literal> property of the <literal>FileSystem</literal> service.</paragraph>
- <paragraph role="paragraph" id="par_id951612918220255">In short, the possible representation types are "URL" (URL file notation), "SYS" (operating system notation) and "ANY" (default). See more information <link href="text/sbasic/shared/03/sf_filesystem.xhp#properties" name="Properties Table">below</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id951612918220255">In short, the possible representation types are "URL" (URL file notation), "SYS" (operating system notation) and "ANY" (default). See more information <link href="text/sbasic/shared/03/sf_filesystem.xhp#properties">below</link>.</paragraph>
<tip id="par_id861583589907100" xml-lang="en-US">An example of the URL notation is <emph>file:///C:/Documents/my_file.odt</emph>. Whenever possible consider using the URL notation because it is a more portable alternative.</tip>
<warning id="par_id931626652451855">The use of the shortcut "~" (tilde), which is common in Linux-based operating systems, is not supported to express a path to a folder and file name. Instead of using <emph>"~/Documents/my_file.odt"</emph> use the full path <emph>"/home/user/Documents/my_file.odt"</emph>.</warning>
@@ -288,41 +288,41 @@
<tablerow>
<tablecell>
<paragraph id="par_id891611613601556" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#BuildPath" name="BuildPath method">BuildPath</link><br/>
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#CompareFiles" name="CompareFiles method">CompareFiles</link><br/>
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#CopyFile" name="CopyFile method">CopyFile</link><br/>
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#CopyFolder" name="CopyFolder method">CopyFolder</link><br/>
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#CreateFolder" name="CreateFolder method">CreateFolder</link><br/>
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#CreateTextFile" name="CreateTextFile method">CreateTextFile</link><br/>
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#DeleteFile" name="DeleteFile method">DeleteFile</link><br/>
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#DeleteFolder" name="DeleteFolder method">DeleteFolder</link><br/>
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#ExtensionFolder" name="ExtensionFolder method">ExtensionFolder</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#BuildPath">BuildPath</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#CompareFiles">CompareFiles</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#CopyFile">CopyFile</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#CopyFolder">CopyFolder</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#CreateFolder">CreateFolder</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#CreateTextFile">CreateTextFile</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#DeleteFile">DeleteFile</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#DeleteFolder">DeleteFolder</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#ExtensionFolder">ExtensionFolder</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id541611613601554" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#FileExists" name="FileExists method">FileExists</link><br/>
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#Files" name="Files method">Files</link><br/>
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#FolderExists" name="FolderExists method">FolderExists</link><br/>
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#GetBaseName" name="GetBaseName method">GetBaseName</link><br/>
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#GetExtension" name="GetExtension method">GetExtension</link><br/>
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#GetFileLen" name="GetFileLen method">GetFileLen</link><br/>
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#GetFileModified" name="GetFileModified method">GetFileModified</link><br/>
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#GetName" name="GetName method">GetName</link><br/>
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#GetParentFolderName" name="GetParentFolderName method">GetParentFolderName</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#FileExists">FileExists</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#Files">Files</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#FolderExists">FolderExists</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#GetBaseName">GetBaseName</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#GetExtension">GetExtension</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#GetFileLen">GetFileLen</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#GetFileModified">GetFileModified</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#GetName">GetName</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#GetParentFolderName">GetParentFolderName</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id701611613601554" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#GetTempName" name="GetTempName method">GetTempName</link><br/>
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#HashFile" name="HashFile method">HashFile</link><br/>
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#MoveFile" name="MoveFile method">MoveFile</link><br/>
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#MoveFolder" name="MoveFolder method">MoveFolder</link><br/>
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#Normalize" name="Normalize method">Normalize</link><br/>
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#OpenTextFile" name="OpenTextFile method">OpenTextFile</link><br/>
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#PickFile" name="PickFile method">PickFile</link><br/>
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#PickFolder" name="PickFolder method">PickFolder</link><br/>
- <link href="text/sbasic/shared/03/sf_filesystem.xhp#SubFolders" name="SubFolders method">SubFolders</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#GetTempName">GetTempName</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#HashFile">HashFile</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#MoveFile">MoveFile</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#MoveFolder">MoveFolder</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#Normalize">Normalize</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#OpenTextFile">OpenTextFile</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#PickFile">PickFile</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#PickFolder">PickFolder</link><br/>
+ <link href="text/sbasic/shared/03/sf_filesystem.xhp#SubFolders">SubFolders</link><br/>
</paragraph>
</tablecell>
</tablerow>
@@ -522,7 +522,7 @@
<paragraph role="pycode" localize="false" id="pyc_id291626217084462">fs.FileNaming = "SYS"</paragraph>
<paragraph role="pycode" localize="false" id="pyc_id251626217084848">myFile = fs.CreateTextFile(r"C:\Temp\ThisFile.txt", overwrite = True)</paragraph>
</pycode>
- <note id="par_id141613001281573">To learn more about the names of character sets, visit <link href="https://www.iana.org/assignments/character-sets/character-sets.xhtml" name="Character Sets">IANA's Character Set</link> page. Be aware that %PRODUCTNAME does not implement all existing character sets.</note>
+ <note id="par_id141613001281573">To learn more about the names of character sets, visit <link href="https://www.iana.org/assignments/character-sets/character-sets.xhtml">IANA's Character Set</link> page. Be aware that %PRODUCTNAME does not implement all existing character sets.</note>
</section>
<section id="DeleteFile">
@@ -589,7 +589,7 @@
<h2 id="hd_id151584882542104" localize="false">ExtensionFolder</h2>
<paragraph role="paragraph" id="par_id11584882015025">Returns a string containing the folder where the specified extension package is installed.</paragraph>
<note id="par_id711658780480236">The current value of the property <literal>SF_FileSystem.FileNaming</literal> is used to determine the notation of the returned string.</note>
- <tip id="par_id891644442917193">Use the property <link href="text/sbasic/shared/03/sf_platform.xhp#hd_id711600788076834" name="Extensions_link"><literal>Extensions</literal></link> from the <literal>Platform</literal> service to get string array with the IDs of all installed extensions.</tip>
+ <tip id="par_id891644442917193">Use the property <link href="text/sbasic/shared/03/sf_platform.xhp#hd_id711600788076834"><literal>Extensions</literal></link> from the <literal>Platform</literal> service to get string array with the IDs of all installed extensions.</tip>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id61626178211365">
<input>svc.ExtensionFolder(extension: str): str</input>
diff --git a/source/text/sbasic/shared/03/sf_form.xhp b/source/text/sbasic/shared/03/sf_form.xhp
index 667ab7cb1e..01ebbbf503 100644
--- a/source/text/sbasic/shared/03/sf_form.xhp
+++ b/source/text/sbasic/shared/03/sf_form.xhp
@@ -21,7 +21,7 @@
</bookmark>
</section>
<section id="abstract">
- <h1 id="bm_id781582391760253" xml-lang="en-US"><variable id="FormService"><link href="text/sbasic/shared/03/sf_form.xhp" name="SFDocuments.Form"><literal>SFDocuments</literal>.<literal>Form</literal> service</link></variable></h1>
+ <h1 id="bm_id781582391760253" xml-lang="en-US"><variable id="FormService"><link href="text/sbasic/shared/03/sf_form.xhp"><literal>SFDocuments</literal>.<literal>Form</literal> service</link></variable></h1>
<paragraph role="paragraph" id="par_id931583589764919" xml-lang="en-US">The <literal>Form</literal> service provides methods and properties to manage forms in %PRODUCTNAME documents. This service supports forms in Base, Calc and Writer documents and allows to:</paragraph>
<list type="unordered">
<listitem>
@@ -39,12 +39,12 @@
</list>
</section>
<tip id="par_id351616768789190" xml-lang="en-US">The <literal>SFDocuments</literal>.<literal>Form</literal> service is available from %PRODUCTNAME 7.2 onwards.</tip>
- <paragraph role="paragraph" id="par_id451616765867881" xml-lang="en-US">Forms are usually used in %PRODUCTNAME documents to create user interfaces connected to relational databases. Hence, the <literal>Form</literal> service provides quick access to the linked database through the <link href="text/sbasic/shared/03/sf_database.xhp" name="SFDatabases.Database"><literal>SFDatabases</literal>.<literal>Database</literal> service</link>.</paragraph>
- <tip id="par_id891598188164936" xml-lang="en-US">The <literal>SFDocuments</literal>.<literal>Form</literal> service is closely related to the <link href="text/sbasic/shared/03/sf_formcontrol.xhp" name="SFDocuments.FormControl"><literal>SFDocuments</literal>.<literal>FormControl</literal> service.</link></tip>
+ <paragraph role="paragraph" id="par_id451616765867881" xml-lang="en-US">Forms are usually used in %PRODUCTNAME documents to create user interfaces connected to relational databases. Hence, the <literal>Form</literal> service provides quick access to the linked database through the <link href="text/sbasic/shared/03/sf_database.xhp"><literal>SFDatabases</literal>.<literal>Database</literal> service</link>.</paragraph>
+ <tip id="par_id891598188164936" xml-lang="en-US">The <literal>SFDocuments</literal>.<literal>Form</literal> service is closely related to the <link href="text/sbasic/shared/03/sf_formcontrol.xhp"><literal>SFDocuments</literal>.<literal>FormControl</literal> service.</link></tip>
<h2 id="hd_id161616766330804" xml-lang="en-US">Definitions</h2>
<h3 id="hd_id751616766382317" xml-lang="en-US" localize="false">FormDocument</h3>
<paragraph role="paragraph" id="par_id951618172906010">Forms are usually created in Base documents, but they can be added to Writer and Calc documents as well.</paragraph>
- <paragraph role="paragraph" id="par_id671618173380680">In Base, each form you create using the <menuitem>Insert - Form</menuitem> functionality or through the <link href="text/shared/autopi/01090000.xhp" name="FormWizard">Form Wizard</link> is actually a <literal>FormDocument</literal> that can be handled with the <literal>Form</literal> service. Base documents can contain an unlimited number of form documents.</paragraph>
+ <paragraph role="paragraph" id="par_id671618173380680">In Base, each form you create using the <menuitem>Insert - Form</menuitem> functionality or through the <link href="text/shared/autopi/01090000.xhp">Form Wizard</link> is actually a <literal>FormDocument</literal> that can be handled with the <literal>Form</literal> service. Base documents can contain an unlimited number of form documents.</paragraph>
<paragraph role="paragraph" id="par_id841618177362626">Below is an example showing the hierarchy of all the elements involved in accessing forms and subforms in a Base document. Suppose you have a Base file named <literal>Employees.odb</literal> and inside it you created a form document to add new employees to the database. The form document contains a main form named <literal>EmployeeData</literal> that gives access to a table. There is also a subform <literal>WorksAtPlant</literal> that allows you to associate the new employee to one of the plants of the company.</paragraph>
<bascode>
<paragraph role="bascode" id="bas_id151618176848874">Employees.odb (Base document)</paragraph>
@@ -55,11 +55,11 @@
<paragraph role="bascode" localize="false" id="bas_id571618176869726"> |</paragraph>
<paragraph role="bascode" localize="false" id="bas_id291618176869942"> |-- WorksAtPlant (SubForm)</paragraph>
</bascode>
- <note id="par_id221618173444457">A <literal>FormDocument</literal> can be seen as a set of forms that provide access to datasets such as database tables and queries from within %PRODUCTNAME documents. The names of forms and subforms inside a FormDocument can be accessed using the <link href="text/shared/02/01170600.xhp" name="FormNavigator">Form Navigator</link>.</note>
+ <note id="par_id221618173444457">A <literal>FormDocument</literal> can be seen as a set of forms that provide access to datasets such as database tables and queries from within %PRODUCTNAME documents. The names of forms and subforms inside a FormDocument can be accessed using the <link href="text/shared/02/01170600.xhp">Form Navigator</link>.</note>
<h3 id="hd_id851616767037521" xml-lang="en-US">Forms and Subforms</h3>
<paragraph role="paragraph" id="par_id681616767265034" xml-lang="en-US">A form document is composed of one or more forms which, in turn, may also contain any number of subforms. A Form is an abstract set of controls that are linked to a specified data source, which can be a database table, a query or a SQL <literal>SELECT</literal> statement.</paragraph>
<paragraph role="paragraph" id="par_id711618178831976">In Calc and Writer documents, each form can be linked to datasets located in different databases. On the other hand, in Base documents the database contained in the document is common to all forms.</paragraph>
- <tip id="par_id191616837111507" xml-lang="en-US">To invoke the <literal>SFDocuments</literal>.<literal>Form</literal> service refer to the methods <literal>Forms()</literal>, <literal>FormDocuments()</literal> and <literal>OpenFormDocument()</literal> of the <link href="text/sbasic/shared/03/sf_document.xhp" name="SFDocuments"><literal>SFDocuments</literal>.<literal>Document</literal></link> service</tip>
+ <tip id="par_id191616837111507" xml-lang="en-US">To invoke the <literal>SFDocuments</literal>.<literal>Form</literal> service refer to the methods <literal>Forms()</literal>, <literal>FormDocuments()</literal> and <literal>OpenFormDocument()</literal> of the <link href="text/sbasic/shared/03/sf_document.xhp"><literal>SFDocuments</literal>.<literal>Document</literal></link> service</tip>
<section id="serviceInvocation">
<h2 id="hd_id581582885621841" xml-lang="en-US">Service invocation</h2>
<paragraph role="paragraph" id="par_id141609955500101">Before using the <literal>Form</literal> service the <literal>ScriptForge</literal> library needs to be loaded or imported:</paragraph>
@@ -114,7 +114,7 @@
<paragraph role="bascode" id="bas_id51616768358888">' Or, alternatively, to access the form by its index ...</paragraph>
<paragraph role="bascode" localize="false" id="bas_id591598171300285">Set myForm = oDb.Forms("thisFormDocument", 0)</paragraph>
</bascode>
- <note id="par_id991618249636036">To perform any action on a form using the <literal>Form</literal> service, the <literal>FormDocument</literal> must have been opened either manually by the user or programmatically in a user script. The latter can be done by calling the <literal>OpenFormDocument</literal> method of the <link href="text/sbasic/shared/03/sf_base.xhp" name="ScriptForge Base Service"><literal>Base</literal> service</link>.</note>
+ <note id="par_id991618249636036">To perform any action on a form using the <literal>Form</literal> service, the <literal>FormDocument</literal> must have been opened either manually by the user or programmatically in a user script. The latter can be done by calling the <literal>OpenFormDocument</literal> method of the <link href="text/sbasic/shared/03/sf_base.xhp"><literal>Base</literal> service</link>.</note>
<paragraph role="paragraph" id="par_id11618180564274">To access a given subform of a form use the <literal>SubForms</literal> method. Note that in the example below <literal>mySubForm</literal> is a new instance of the <literal>Form</literal> service.</paragraph>
<bascode>
<paragraph role="bascode" localize="false" id="bas_id71618182658792">Dim mySubForm As Object</paragraph>
@@ -364,7 +364,7 @@
<paragraph id="par_id94159817792441" role="tablecontent" xml-lang="en-US">UNO<br/>object</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id191598177924897" role="tablecontent" xml-lang="en-US">The UNO object representing interactions with the form. Refer to <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1form_1_1XForm.html" name="XForm interface">XForm</link> and <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1form_1_1component_1_1DataForm.html" name="DataForm service">DataForm</link> in the API documentation for detailed information.</paragraph>
+ <paragraph id="par_id191598177924897" role="tablecontent" xml-lang="en-US">The UNO object representing interactions with the form. Refer to <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1form_1_1XForm.html">XForm</link> and <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1form_1_1component_1_1DataForm.html">DataForm</link> in the API documentation for detailed information.</paragraph>
</tablecell>
</tablerow>
</table>
@@ -548,28 +548,28 @@
</tablecell>
</tablerow>
</table>
- <tip id="par_id961618181634322">To learn more about URI strings, refer to the <link href="https://wiki.documentfoundation.org/Documentation/DevGuide/Scripting_Framework#Scripting_Framework_URI_Specification" name="URI specification">Scripting Framework URI Specification</link>.</tip>
+ <tip id="par_id961618181634322">To learn more about URI strings, refer to the <link href="https://wiki.documentfoundation.org/Documentation/DevGuide/Scripting_Framework#Scripting_Framework_URI_Specification">Scripting Framework URI Specification</link>.</tip>
<table id="tab_id891606472825856">
<tablerow>
<tablecell colspan="3"><paragraph id="par_id921606472825856" role="tablehead">List of methods in the Form service</paragraph></tablecell>
</tablerow>
<tablerow>
<tablecell><paragraph id="par_id381606472825856" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_form.xhp#Activate" name="Activate method">Activate</link><br/>
- <link href="text/sbasic/shared/03/sf_form.xhp#CloseFormDocument" name="CloseFormDocument method">CloseFormDocument</link><br/>
- <link href="text/sbasic/shared/03/sf_form.xhp#Controls" name="Controls method">Controls</link><br/>
- <link href="text/sbasic/shared/03/sf_form.xhp#GetDatabase" name="GetDatabase method">GetDatabase</link><br/>
+ <link href="text/sbasic/shared/03/sf_form.xhp#Activate">Activate</link><br/>
+ <link href="text/sbasic/shared/03/sf_form.xhp#CloseFormDocument">CloseFormDocument</link><br/>
+ <link href="text/sbasic/shared/03/sf_form.xhp#Controls">Controls</link><br/>
+ <link href="text/sbasic/shared/03/sf_form.xhp#GetDatabase">GetDatabase</link><br/>
</paragraph></tablecell>
<tablecell><paragraph id="par_id451606472825856" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_form.xhp#MoveFirst" name="MoveFirst method">MoveFirst</link><br/>
- <link href="text/sbasic/shared/03/sf_form.xhp#MoveLast" name="MoveLast method">MoveLast</link><br/>
- <link href="text/sbasic/shared/03/sf_form.xhp#MoveNext" name="MoveNext method">MoveNext</link><br/>
- <link href="text/sbasic/shared/03/sf_form.xhp#MoveNew" name="MoveNew method">MoveNew</link><br/>
+ <link href="text/sbasic/shared/03/sf_form.xhp#MoveFirst">MoveFirst</link><br/>
+ <link href="text/sbasic/shared/03/sf_form.xhp#MoveLast">MoveLast</link><br/>
+ <link href="text/sbasic/shared/03/sf_form.xhp#MoveNext">MoveNext</link><br/>
+ <link href="text/sbasic/shared/03/sf_form.xhp#MoveNew">MoveNew</link><br/>
</paragraph></tablecell>
<tablecell><paragraph id="par_id161606472825856" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_form.xhp#MovePrevious" name="MovePrevious method">MovePrevious</link><br/>
- <link href="text/sbasic/shared/03/sf_form.xhp#Requery" name="Requery method">Requery</link><br/>
- <link href="text/sbasic/shared/03/sf_form.xhp#Subforms" name="Subforms method">SubForms</link><br/><br/>
+ <link href="text/sbasic/shared/03/sf_form.xhp#MovePrevious">MovePrevious</link><br/>
+ <link href="text/sbasic/shared/03/sf_form.xhp#Requery">Requery</link><br/>
+ <link href="text/sbasic/shared/03/sf_form.xhp#Subforms">SubForms</link><br/><br/>
</paragraph></tablecell>
</tablerow>
</table>
@@ -670,7 +670,7 @@
<bookmark_value>Form service;GetDatabase</bookmark_value>
</bookmark>
<h2 id="hd_id141616861134554" localize="false">GetDatabase</h2>
- <paragraph role="paragraph" id="par_id291616861407907" xml-lang="en-US">Return a <link href="text/sbasic/shared/03/sf_database.xhp" name="DBService"><literal>SFDatabases</literal>.<literal>Database</literal></link> instance giving access to the execution of SQL commands on the database the current form is connected to and/or that is stored in the current Base document.</paragraph>
+ <paragraph role="paragraph" id="par_id291616861407907" xml-lang="en-US">Return a <link href="text/sbasic/shared/03/sf_database.xhp"><literal>SFDatabases</literal>.<literal>Database</literal></link> instance giving access to the execution of SQL commands on the database the current form is connected to and/or that is stored in the current Base document.</paragraph>
<paragraph role="paragraph" id="par_id991616861417207" xml-lang="en-US">Each form has its own database connection, except in Base documents where they all share the same connection.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" id="par_id221622547947693" localize="false"><input>svc.GetDatabase(opt user: str, opt password: str): svc</input></paragraph>
diff --git a/source/text/sbasic/shared/03/sf_formcontrol.xhp b/source/text/sbasic/shared/03/sf_formcontrol.xhp
index 4bcfaf6878..0cc2d18b02 100644
--- a/source/text/sbasic/shared/03/sf_formcontrol.xhp
+++ b/source/text/sbasic/shared/03/sf_formcontrol.xhp
@@ -21,7 +21,7 @@
</bookmark>
</section>
<section id="abstract">
- <h1 id="bm_id781582391760253" xml-lang="en-US"><variable id="FormControlService"><link href="text/sbasic/shared/03/sf_formcontrol.xhp" name="SFDocuments.FormControl service"><literal>SFDocuments</literal>.<literal>FormControl</literal> service</link></variable></h1>
+ <h1 id="bm_id781582391760253" xml-lang="en-US"><variable id="FormControlService"><link href="text/sbasic/shared/03/sf_formcontrol.xhp"><literal>SFDocuments</literal>.<literal>FormControl</literal> service</link></variable></h1>
<paragraph role="paragraph" id="par_id931583589764919" xml-lang="en-US">The <literal>FormControl</literal> service provides access to the controls that belong to a form, a subform or a table control of a <literal>FormDocument</literal>. Each instance of the <literal>FormControl</literal> service refers to a single control in the form. This service allows users to:</paragraph>
<list type="unordered">
<listitem>
@@ -38,9 +38,9 @@
<paragraph role="paragraph" id="par_id301616939922857" xml-lang="en-US">To use the <literal>FormControl</literal> service in a particular form, subform or table control, all controls must have unique names.</paragraph>
<warning id="par_id541618771629112">Radio buttons that share the same group name must also have unique control names.</warning>
<paragraph role="paragraph" id="par_id51618771641273">The main purpose of the <literal>FormControl</literal> service is setting and getting the properties and values displayed by the controls in a form.</paragraph>
- <paragraph role="paragraph" id="par_id81618774023346">All controls have a <literal>Value</literal> property. However, its contents will vary according to the control type. For more information, read <link href="text/sbasic/shared/03/sf_formcontrol.xhp#hd_id81598540704978" name="Value property">The <literal>Value</literal> Property</link> below.</paragraph>
+ <paragraph role="paragraph" id="par_id81618774023346">All controls have a <literal>Value</literal> property. However, its contents will vary according to the control type. For more information, read <link href="text/sbasic/shared/03/sf_formcontrol.xhp#hd_id81598540704978">The <literal>Value</literal> Property</link> below.</paragraph>
<paragraph role="paragraph" id="par_id881618771651907">It is also possible to format the controls via the <literal>XControlModel</literal> and <literal>XControlView</literal> properties.</paragraph>
- <tip id="par_id891598188164936" xml-lang="en-US">The <literal>SFDocuments.FormControl</literal> service is closely related to the <link href="text/sbasic/shared/03/sf_form.xhp" name="Form service"><literal>SFDocuments.Form</literal></link> service.</tip>
+ <tip id="par_id891598188164936" xml-lang="en-US">The <literal>SFDocuments.FormControl</literal> service is closely related to the <link href="text/sbasic/shared/03/sf_form.xhp"><literal>SFDocuments.Form</literal></link> service.</tip>
<bookmark xml-lang="en-US" branch="index" id="bm_id331612167249331" localize="false">
<bookmark_value>API;awt.XControl</bookmark_value>
<bookmark_value>API;awt.XControlModel</bookmark_value>
@@ -68,7 +68,7 @@
<paragraph role="paragraph" localize="false" id="par_id291622556290144">control = form.Controls('myTextBox') # SFDocuments.FormControl</paragraph>
<paragraph role="pycode" id="pyc_id721622556808773">control.Value = 'Current Time = ' + strftime("%a, %d %b %Y %H:%M:%S", localtime())</paragraph>
</pycode>
- <tip id="par_id781618772761258">To learn more about how to open a <literal>FormDocument</literal> and get access to its forms, refer to the <link href="text/sbasic/shared/03/sf_form.xhp" name="Form service">SFDocuments.Form</link> service help page.</tip>
+ <tip id="par_id781618772761258">To learn more about how to open a <literal>FormDocument</literal> and get access to its forms, refer to the <link href="text/sbasic/shared/03/sf_form.xhp">SFDocuments.Form</link> service help page.</tip>
<paragraph role="paragraph" id="par_id951598174966322" xml-lang="en-US">Alternatively a <literal>FormControl</literal> instance can be retrieved via the <literal>SFDocuments.FormEvent</literal> service, which returns the <literal>SFDocuments.FormControl</literal> class instance that triggered the event.</paragraph>
<bascode>
<paragraph role="bascode" localize="false" id="bas_id311598175259794">Sub OnEvent(ByRef poEvent As Object)</paragraph>
@@ -384,7 +384,7 @@
</tablecell>
<tablecell>
<paragraph id="par_id131616944631625" role="tablecontent" xml-lang="en-US">Specifies the type of data contained in a combobox or a listbox.</paragraph>
- <paragraph role="paragraph" id="par_id881616944631341" xml-lang="en-US">It must be one of the <link href="https://api.libreoffice.org/docs/idl/ref/ListSourceType_8idl_source.html" name="ListSourceType"><literal>com.sun.star.form.ListSourceType.*</literal></link> constants.</paragraph>
+ <paragraph role="paragraph" id="par_id881616944631341" xml-lang="en-US">It must be one of the <link href="https://api.libreoffice.org/docs/idl/ref/ListSourceType_8idl_source.html"><literal>com.sun.star.form.ListSourceType.*</literal></link> constants.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -552,7 +552,7 @@
</tablecell>
<tablecell></tablecell>
<tablecell>
- <paragraph id="par_id1001598540024225" role="tablecontent" xml-lang="en-US">This property depends on the current control type. Refer to <link href="text/sbasic/shared/03/sf_formcontrol.xhp#hd_id81598540704978" name="Value property">The <literal>Value</literal> property</link> for more information.</paragraph>
+ <paragraph id="par_id1001598540024225" role="tablecontent" xml-lang="en-US">This property depends on the current control type. Refer to <link href="text/sbasic/shared/03/sf_formcontrol.xhp#hd_id81598540704978">The <literal>Value</literal> property</link> for more information.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -586,7 +586,7 @@
<paragraph id="par_id311598540066789" role="tablecontent" xml-lang="en-US">All</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id191598177924897" role="tablecontent" xml-lang="en-US">The UNO object representing the control model. Refer to <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1XControlModel.html" name="awt.XControlModel">XControlModel</link> and <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1awt_1_1UnoControlModel.html" name="awt.UnoControlModel">UnoControlModel</link> in the API documentation for more information.</paragraph>
+ <paragraph id="par_id191598177924897" role="tablecontent" xml-lang="en-US">The UNO object representing the control model. Refer to <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1XControlModel.html">XControlModel</link> and <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1awt_1_1UnoControlModel.html">UnoControlModel</link> in the API documentation for more information.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -603,7 +603,7 @@
<paragraph id="par_id551598540079329" role="tablecontent" xml-lang="en-US">All</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id731598178083442" role="tablecontent" xml-lang="en-US">The UNO object representing the control view. Refer to <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1XControl.html" name="awt.XControl">XControl</link> and <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1awt_1_1UnoControl.html" name="awt.UnoControl">UnoControl</link> in the API documentation for more information.</paragraph>
+ <paragraph id="par_id731598178083442" role="tablecontent" xml-lang="en-US">The UNO object representing the control view. Refer to <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1XControl.html">XControl</link> and <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1awt_1_1UnoControl.html">UnoControl</link> in the API documentation for more information.</paragraph>
</tablecell>
</tablerow>
</table>
@@ -1043,17 +1043,17 @@
</tablecell>
</tablerow>
</table>
- <tip id="par_id961618181634181">To learn more about URI strings, refer to the <link href="https://wiki.documentfoundation.org/Documentation/DevGuide/Scripting_Framework#Scripting_Framework_URI_Specification" name="URI specification">Scripting Framework URI Specification</link>.</tip>
+ <tip id="par_id961618181634181">To learn more about URI strings, refer to the <link href="https://wiki.documentfoundation.org/Documentation/DevGuide/Scripting_Framework#Scripting_Framework_URI_Specification">Scripting Framework URI Specification</link>.</tip>
<table id="tab_id891606472825856">
<tablerow>
<tablecell colspan="2"><paragraph id="par_id891611613601554" role="tablehead" xml-lang="en-US">List of Methods in the FormControl Service</paragraph></tablecell>
</tablerow>
<tablerow>
<tablecell><paragraph id="par_id751612709117248" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_formcontrol.xhp#Controls" name="Controls method">Controls</link><br/>
+ <link href="text/sbasic/shared/03/sf_formcontrol.xhp#Controls">Controls</link><br/>
</paragraph></tablecell>
<tablecell><paragraph id="par_id63161270911712" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_formcontrol.xhp#SetFocus" name="SetFocus method">SetFocus</link><br/>
+ <link href="text/sbasic/shared/03/sf_formcontrol.xhp#SetFocus">SetFocus</link><br/>
</paragraph></tablecell>
</tablerow>
</table>
diff --git a/source/text/sbasic/shared/03/sf_intro.xhp b/source/text/sbasic/shared/03/sf_intro.xhp
index 98081e5454..0ee5a57cfc 100644
--- a/source/text/sbasic/shared/03/sf_intro.xhp
+++ b/source/text/sbasic/shared/03/sf_intro.xhp
@@ -20,9 +20,9 @@
<bookmark localize="false" branch="index" id="bm_id41582391760114">
<bookmark_value>Python scripts with ScriptForge</bookmark_value>
</bookmark>
- <h1 id="hd_id461623364876507"><variable id="title"><link href="text/sbasic/shared/03/sf_intro.xhp" name="SF_Intro_Page">Creating Python Scripts with <literal>ScriptForge</literal></link></variable></h1>
+ <h1 id="hd_id461623364876507"><variable id="title"><link href="text/sbasic/shared/03/sf_intro.xhp">Creating Python Scripts with <literal>ScriptForge</literal></link></variable></h1>
<h2 id="hd_id361623410405420">Differences between Basic and Python</h2>
- <paragraph role="paragraph" id="par_id41623410443946">The <link href="text/sbasic/shared/03/lib_ScriptForge.xhp" name="SF_Lib">ScriptForge library</link> is available both for Basic and Python. Most services, methods and properties work identically in both programming languages. However, due to differences in how each language works, <literal>ScriptForge</literal> users must be aware of some characteristics of the library when using Python:</paragraph>
+ <paragraph role="paragraph" id="par_id41623410443946">The <link href="text/sbasic/shared/03/lib_ScriptForge.xhp">ScriptForge library</link> is available both for Basic and Python. Most services, methods and properties work identically in both programming languages. However, due to differences in how each language works, <literal>ScriptForge</literal> users must be aware of some characteristics of the library when using Python:</paragraph>
<list type="unordered">
<listitem>
<paragraph id="par_id551623410718241" role="listitem"><emph>Methods and Property names:</emph> In Python, all methods and properties can be used in lowercased, ProperCased or camelCased formats.</paragraph>
@@ -46,7 +46,7 @@
<paragraph id="par_id651623412069496" role="listitem"><emph>Debugging:</emph> Whenever an error occurs in Python scripts that use <literal>ScriptForge</literal>, the error message provided by the Python execution stack displays the line of code that triggered the error. In Basic error messages do not display this information.</paragraph>
</listitem>
</list>
- <tip id="par_id31623411828158">Visit <link href="text/sbasic/python/main0000.xhp#" name="pyscripts_link">%PRODUCTNAME Python Scripts Help</link> for more information on Python scripting using %PRODUCTNAME.</tip>
+ <tip id="par_id31623411828158">Visit <link href="text/sbasic/python/main0000.xhp#">%PRODUCTNAME Python Scripts Help</link> for more information on Python scripting using %PRODUCTNAME.</tip>
<h2 id="hd_id391623411150080">Running Python scripts on %PRODUCTNAME</h2>
<paragraph role="paragraph" id="par_id411623364895100">Depending on what you intend to achieve, you may choose one of the following approaches to running Python scripts in %PRODUCTNAME:</paragraph>
<list type="unordered">
@@ -57,7 +57,7 @@
<paragraph id="par_id761623365278133" role="listitem"><emph>Run Scripts separately from the %PRODUCTNAME process:</emph> Python scripts are executed from an external process that connects to an ongoing %PRODUCTNAME process using a socket.</paragraph>
</listitem>
</list>
- <tip id="par_id631623365667011">If you plan to run scripts from inside the %PRODUCTNAME process, it is recommended to install the <link href="https://extensions.libreoffice.org/en/extensions/show/apso-alternative-script-organizer-for-python" name="APSO">APSO (Alternative Script Organizer for Python) extension</link>. However, to develop Python scripts from outside %PRODUCTNAME, you can choose your preferred Python IDE.</tip>
+ <tip id="par_id631623365667011">If you plan to run scripts from inside the %PRODUCTNAME process, it is recommended to install the <link href="https://extensions.libreoffice.org/en/extensions/show/apso-alternative-script-organizer-for-python">APSO (Alternative Script Organizer for Python) extension</link>. However, to develop Python scripts from outside %PRODUCTNAME, you can choose your preferred Python IDE.</tip>
<h2 id="hd_id431623365836802">Running Scripts from inside the %PRODUCTNAME process</h2>
<h3 id="hd_id111623365861568">Using the APSO extension</h3>
@@ -80,7 +80,7 @@
<h3 id="hd_id961623367376768">Creating Python script files</h3>
<paragraph role="paragraph" id="par_id821623367433650">You can create your own Python files and edit them with your preferred text editor. Later you can call them from within any %PRODUCTNAME component.</paragraph>
- <paragraph role="paragraph" id="par_id51623367560321">The first step is to locate where your user scripts are stored. For that, refer to <link href="text/sbasic/python/python_locations.xhp" name="Python_Scripts_Path">Python Scripts Organization and Location</link> help page.</paragraph>
+ <paragraph role="paragraph" id="par_id51623367560321">The first step is to locate where your user scripts are stored. For that, refer to <link href="text/sbasic/python/python_locations.xhp">Python Scripts Organization and Location</link> help page.</paragraph>
<paragraph role="paragraph" id="par_id821623367773032">Now you can create a text file inside your Python user scripts folder, for instance <emph>sf_test.py</emph>, and start typing your scripts.</paragraph>
<paragraph role="paragraph" id="par_id271623367917630">Next is a simple example that gets the numeric value from a Calc cell and increments it by 1. Simply type the following code into the <emph>sf_test.py</emph> file.</paragraph>
<pycode>
@@ -151,7 +151,7 @@
<paragraph role="paragraph" id="par_id431623373618951">Take note of the <literal>host</literal> and <literal>port</literal> parameters, which in this example are <emph>localhost</emph> and <emph>2021</emph>, respectively.</paragraph>
<h3 id="hd_id861623370468356">Running an External Python Shell</h3>
- <paragraph role="paragraph" id="par_id621623371253647">Start the Python shell from within the <emph>program</emph> folder inside your %PRODUCTNAME installation path. Follow the steps <link href="text/sbasic/shared/03/sf_intro.xhp#InstallPath" name="Install_Path">above</link> to learn how to find your installation path.</paragraph>
+ <paragraph role="paragraph" id="par_id621623371253647">Start the Python shell from within the <emph>program</emph> folder inside your %PRODUCTNAME installation path. Follow the steps <link href="text/sbasic/shared/03/sf_intro.xhp#InstallPath">above</link> to learn how to find your installation path.</paragraph>
<paragraph role="paragraph" id="par_id11623373098602"><emph>On Linux / Mac OS:</emph></paragraph>
<paragraph role="paragraph" localize="false" id="par_id601623372243559"><input>$ cd /usr/lib/libreoffice/program</input></paragraph>
<paragraph role="paragraph" localize="false" id="par_id601623372243336"><input>$ python</input></paragraph>
diff --git a/source/text/sbasic/shared/03/sf_l10n.xhp b/source/text/sbasic/shared/03/sf_l10n.xhp
index b722e00789..5ae50229f6 100644
--- a/source/text/sbasic/shared/03/sf_l10n.xhp
+++ b/source/text/sbasic/shared/03/sf_l10n.xhp
@@ -23,7 +23,7 @@
</section>
<section id="abstract">
- <h1 id="hd_id521585843652750" xml-lang="en-US"><variable id="L10NService"><link href="text/sbasic/shared/03/sf_l10n.xhp" name="L10N service"><literal>ScriptForge</literal>.<literal>L10N</literal> service</link></variable></h1>
+ <h1 id="hd_id521585843652750" xml-lang="en-US"><variable id="L10NService"><link href="text/sbasic/shared/03/sf_l10n.xhp"><literal>ScriptForge</literal>.<literal>L10N</literal> service</link></variable></h1>
<paragraph role="paragraph" xml-lang="en-US" id="par_id411585843652556">This service provides a number of methods related to the translation of strings with minimal impact on the program's source code. The methods provided by the <literal>L10N</literal> service can be used mainly to:</paragraph>
<list type="unordered">
<listitem>
@@ -38,7 +38,7 @@
<note id="par_id971614966420419">The acronym <literal>L10N</literal> stands for Localization and refers to a set of procedures for translating software to a specific country or region.</note>
<paragraph role="paragraph" id="par_id291585843652438" xml-lang="en-US">PO files have long been promoted in the free software community as a means to providing multilingual user interfaces. This is accomplished through the use of human-readable text files with a well defined structure that specifies, for any given language, the source language string and the localized string.</paragraph>
<paragraph role="paragraph" id="par_id181585843652814" xml-lang="en-US">The main advantage of the PO format is dissociation of the programmer and the translator. PO files are independent text files, so the programmer can send POT template files to translators, who will then translate their contents and return the translated PO files for each supported language.</paragraph>
- <tip id="par_id811614352321187">The <literal>L10N</literal> service is based on the GNU implementation of PO (portable object) files. To learn more about this file format, visit <link href="https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html" name="GetText">GNU gettext Utilities: PO Files</link>.</tip>
+ <tip id="par_id811614352321187">The <literal>L10N</literal> service is based on the GNU implementation of PO (portable object) files. To learn more about this file format, visit <link href="https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html">GNU gettext Utilities: PO Files</link>.</tip>
<paragraph role="paragraph" id="par_id91585843652832" xml-lang="en-US">This service implements the methods listed below:</paragraph>
<list type="unordered">
<listitem>
@@ -70,7 +70,7 @@
<paragraph role="paragraph" id="par_id591646219881864"><emph>encoding</emph>: The character set to be used. The default encoding is "UTF-8".</paragraph>
<paragraph role="paragraph" id="par_id281646219882464"><emph>locale2</emph>: A string specifying the fallback locale to be used in case the PO file corresponding to the locale defined the <literal>locale</literal> parameter does not exist. This parameter is expressed in the form "la-CO" (language-COUNTRY) or "la" (language) only.</paragraph>
<paragraph role="paragraph" id="par_id881646219882951"><emph>encoding2</emph>: The character set of the fallback PO file corresponding to the <literal>locale2</literal> argument. The default encoding is "UTF-8".</paragraph>
- <note id="par_id141613001281573">To learn more about the names of character sets, visit <link href="https://www.iana.org/assignments/character-sets/character-sets.xhtml" name="Character Sets">IANA's Character Set</link> page. Be aware that %PRODUCTNAME does not implement all existing character sets.</note>
+ <note id="par_id141613001281573">To learn more about the names of character sets, visit <link href="https://www.iana.org/assignments/character-sets/character-sets.xhtml">IANA's Character Set</link> page. Be aware that %PRODUCTNAME does not implement all existing character sets.</note>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
<paragraph role="paragraph" id="par_id891614358528334">The following example instantiates the <literal>L10N</literal> service without any optional arguments. This will only enable the <literal>AddText</literal> and <literal>ExportToPOTFile</literal> methods, which is useful for creating POT files.</paragraph>
@@ -79,7 +79,7 @@
<paragraph role="bascode" localize="false" id="bas_id821585843652135">Dim myPO As Variant</paragraph>
<paragraph role="bascode" localize="false" id="bas_id151585843652269">Set myPO = CreateScriptService("L10N")</paragraph>
</bascode>
- <paragraph role="paragraph" id="par_id611614358672609">The example below specifies the folder containing the PO files. Because the locale is not defined, the service instance will use the locale defined for the %PRODUCTNAME user interface, which is the same locale defined in the <literal>OfficeLocale</literal> property of the <link href="text/sbasic/shared/03/sf_platform.xhp" name="OfficeLocale_link">Platform</link> service.</paragraph>
+ <paragraph role="paragraph" id="par_id611614358672609">The example below specifies the folder containing the PO files. Because the locale is not defined, the service instance will use the locale defined for the %PRODUCTNAME user interface, which is the same locale defined in the <literal>OfficeLocale</literal> property of the <link href="text/sbasic/shared/03/sf_platform.xhp">Platform</link> service.</paragraph>
<bascode>
<paragraph role="bascode" localize="false" id="bas_id451614358683971">Set myPO = CreateScriptService("L10N", "C:\myPOFiles")</paragraph>
</bascode>
@@ -147,7 +147,7 @@
<paragraph id="par_id351585843652874" role="tablecontents" xml-lang="en-US" localize="false">String</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id751585843652642" role="tablecontent" xml-lang="en-US">The folder containing the PO files (see the <link href="text/sbasic/shared/03/sf_filesystem.xhp#bm_id901612991354326" name="FileNaming property"><literal>FileSystem.FileNaming</literal></link> property to learn about the notation used).</paragraph>
+ <paragraph id="par_id751585843652642" role="tablecontent" xml-lang="en-US">The folder containing the PO files (see the <link href="text/sbasic/shared/03/sf_filesystem.xhp#bm_id901612991354326"><literal>FileSystem.FileNaming</literal></link> property to learn about the notation used).</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -189,18 +189,18 @@
<tablerow>
<tablecell>
<paragraph id="par_id611614360519255" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_l10n.xhp#AddText" name="AddText">AddText</link><br/>
- <link href="text/sbasic/shared/03/sf_l10n.xhp#AddTextsFromDialog" name="AddTextsFromDialog">AddTextsFromDialog</link>
+ <link href="text/sbasic/shared/03/sf_l10n.xhp#AddText">AddText</link><br/>
+ <link href="text/sbasic/shared/03/sf_l10n.xhp#AddTextsFromDialog">AddTextsFromDialog</link>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id611614360519104" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_l10n.xhp#ExportToPOTFile" name="ExportToPOTFile">ExportToPOTFile</link><br/><br/>
+ <link href="text/sbasic/shared/03/sf_l10n.xhp#ExportToPOTFile">ExportToPOTFile</link><br/><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id611614360518452" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_l10n.xhp#GetText" name="GetText">GetText</link><br/><br/>
+ <link href="text/sbasic/shared/03/sf_l10n.xhp#GetText">GetText</link><br/><br/>
</paragraph>
</tablecell>
</tablerow>
@@ -265,7 +265,7 @@
</section>
<paragraph role="paragraph" id="par_id641625855723650">The method returns <literal>True</literal> if successful.</paragraph>
<note id="par_id731637863894577">The dialog from which strings will be extracted must not be open when the method is called.</note>
- <paragraph role="paragraph" id="par_id911637864050221">When a <literal>L10N</literal> service instance is created from an existing PO file, use the <link href="text/sbasic/shared/03/sf_dialog.xhp#GetTextsFromL10N" name="GetTextsFromL10N">GetTextsFromL10N</link> method from the <literal>Dialog</literal> service to automatically load all translated strings into the dialog.</paragraph>
+ <paragraph role="paragraph" id="par_id911637864050221">When a <literal>L10N</literal> service instance is created from an existing PO file, use the <link href="text/sbasic/shared/03/sf_dialog.xhp#GetTextsFromL10N">GetTextsFromL10N</link> method from the <literal>Dialog</literal> service to automatically load all translated strings into the dialog.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id241625855910158">
<input>svc.AddTextsFromDialog(dialog: svc): bool</input>
diff --git a/source/text/sbasic/shared/03/sf_menu.xhp b/source/text/sbasic/shared/03/sf_menu.xhp
index 8525cefbe0..629fd053a4 100644
--- a/source/text/sbasic/shared/03/sf_menu.xhp
+++ b/source/text/sbasic/shared/03/sf_menu.xhp
@@ -21,7 +21,7 @@
</bookmark>
</section>
<section id="abstract">
- <h1 id="bm_id681600788076499"><variable id="MenuService"><link href="text/sbasic/shared/03/sf_menu.xhp" name="Menu service"><literal>SFWidgets</literal>.<literal>Menu</literal> service</link></variable></h1>
+ <h1 id="bm_id681600788076499"><variable id="MenuService"><link href="text/sbasic/shared/03/sf_menu.xhp"><literal>SFWidgets</literal>.<literal>Menu</literal> service</link></variable></h1>
<paragraph role="paragraph" id="par_id181600788076612">The <literal>Menu</literal> service can be used to create and remove menus from the menubar of a %PRODUCTNAME document window. Each menu entry can be associated with a script or with a UNO command. This service provides the following capabilities:</paragraph>
<list type="unordered">
<listitem>
@@ -40,7 +40,7 @@
<embed href="text/sbasic/shared/03/lib_ScriptForge.xhp#importLibs"/>
<embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
- <paragraph role="paragraph" id="par_id321614902851541">The <literal>Menu</literal> service is instantiated by calling the <link href="text/sbasic/shared/03/sf_document.xhp#CreateMenu" name="CreateMenu_link"><literal>CreateMenu</literal></link> method from the <literal>Document</literal> service. The code snippet below creates a menu named <emph>My Menu</emph> in the current document window with two entries <emph>Item A</emph> and <emph>Item B</emph>.</paragraph>
+ <paragraph role="paragraph" id="par_id321614902851541">The <literal>Menu</literal> service is instantiated by calling the <link href="text/sbasic/shared/03/sf_document.xhp#CreateMenu"><literal>CreateMenu</literal></link> method from the <literal>Document</literal> service. The code snippet below creates a menu named <emph>My Menu</emph> in the current document window with two entries <emph>Item A</emph> and <emph>Item B</emph>.</paragraph>
<bascode>
<paragraph role="bascode" localize="false" id="bas_id791643134557838">Sub CreateMenu()</paragraph>
<paragraph role="bascode" localize="false" id="bas_id891643134322054"> GlobalScope.BasicLibraries.loadLibrary("ScriptForge")</paragraph>
@@ -197,17 +197,17 @@
<tablerow>
<tablecell>
<paragraph id="par_id891611613601556" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_menu.xhp#AddCheckBox" name="AddCheckBox method">AddCheckBox</link><br/>
+ <link href="text/sbasic/shared/03/sf_menu.xhp#AddCheckBox">AddCheckBox</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id541611613601554" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_menu.xhp#AddItem" name="AddItem method">AddItem</link><br/>
+ <link href="text/sbasic/shared/03/sf_menu.xhp#AddItem">AddItem</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id541611613625804" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_menu.xhp#AddRadioButton" name="AddRadioButton method">AddRadioButton</link><br/>
+ <link href="text/sbasic/shared/03/sf_menu.xhp#AddRadioButton">AddRadioButton</link><br/>
</paragraph>
</tablecell>
</tablerow>
@@ -234,7 +234,7 @@
<paragraph role="paragraph" id="par_id11636721653107"><emph>script:</emph> The URI for a Basic or Python script that will be executed when the item is clicked.</paragraph>
<section id="menu_note">
<note id="par_id31643198954204">The arguments <literal>command</literal> and <literal>script</literal> are mutually exclusive, hence only one of them can be set for each menu item.</note>
- <tip id="par_id31643148484084">Read <link href="https://wiki.documentfoundation.org/Documentation/DevGuide/Scripting_Framework#Scripting_Framework_URI_Specification" name="URI_Notation">Scripting Framework URI Specification</link> to learn more about the URI syntax used in the <literal>script</literal> argument.</tip>
+ <tip id="par_id31643148484084">Read <link href="https://wiki.documentfoundation.org/Documentation/DevGuide/Scripting_Framework#Scripting_Framework_URI_Specification">Scripting Framework URI Specification</link> to learn more about the URI syntax used in the <literal>script</literal> argument.</tip>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
diff --git a/source/text/sbasic/shared/03/sf_methods.xhp b/source/text/sbasic/shared/03/sf_methods.xhp
index 219669b9f7..832ba401ab 100644
--- a/source/text/sbasic/shared/03/sf_methods.xhp
+++ b/source/text/sbasic/shared/03/sf_methods.xhp
@@ -15,7 +15,7 @@
</topic>
</meta>
<body>
- <h1 id="hd_id31529004750471" xml-lang="en-US"><variable id="SF_Signatures"><link href="text/sbasic/shared/03/sf_methods.xhp" name="ScriptForge Method Signatures"><literal>ScriptForge</literal> Method Signatures</link></variable></h1>
+ <h1 id="hd_id31529004750471" xml-lang="en-US"><variable id="SF_Signatures"><link href="text/sbasic/shared/03/sf_methods.xhp"><literal>ScriptForge</literal> Method Signatures</link></variable></h1>
<bookmark xml-lang="en-US" branch="index" id="bm_id491529070339774">
<bookmark_value>ScriptForge; Method signatures</bookmark_value>
</bookmark>
diff --git a/source/text/sbasic/shared/03/sf_platform.xhp b/source/text/sbasic/shared/03/sf_platform.xhp
index c9283925b6..911dee0600 100644
--- a/source/text/sbasic/shared/03/sf_platform.xhp
+++ b/source/text/sbasic/shared/03/sf_platform.xhp
@@ -21,7 +21,7 @@
</bookmark>
</section>
<section id="abstract">
- <h1 id="bm_id681600788076499"><variable id="PlatformService"><link href="text/sbasic/shared/03/sf_platform.xhp" name="Platform service"><literal>ScriptForge</literal>.<literal>Platform</literal> service</link></variable></h1>
+ <h1 id="bm_id681600788076499"><variable id="PlatformService"><link href="text/sbasic/shared/03/sf_platform.xhp"><literal>ScriptForge</literal>.<literal>Platform</literal> service</link></variable></h1>
<paragraph role="paragraph" id="par_id181600788076612">The <literal>Platform</literal> service provides a collection of properties about the current execution environment and context, such as:</paragraph>
<list type="unordered">
<listitem>
@@ -404,7 +404,7 @@
<embed href="text/sbasic/shared/03/lib_ScriptForge.xhp#SF_InternalUse"/>
<section id="relatedtopics">
<embed href="text/sbasic/python/python_platform.xhp#pythonplatform"/>
- <paragraph role="paragraph" id="par_id301613065794148"><link href="text/scalc/01/04060104.xhp#bm_id3691824" name="Calc_Info">Platform information with INFO("system") Calc formula</link></paragraph>
+ <paragraph role="paragraph" id="par_id301613065794148"><link href="text/scalc/01/04060104.xhp#bm_id3691824">Platform information with INFO("system") Calc formula</link></paragraph>
<embed href="text/sbasic/shared/03132100.xhp#getguitype2"/>
<embed href="text/sbasic/shared/03/lib_tools.xhp#tools_lib"/>
</section>
diff --git a/source/text/sbasic/shared/03/sf_popupmenu.xhp b/source/text/sbasic/shared/03/sf_popupmenu.xhp
index 51c155b688..2f4ea51e0e 100644
--- a/source/text/sbasic/shared/03/sf_popupmenu.xhp
+++ b/source/text/sbasic/shared/03/sf_popupmenu.xhp
@@ -22,7 +22,7 @@
</bookmark>
</section>
<section id="abstract">
- <h1 id="bm_id681600788076499"><variable id="PopupMenuService"><link href="text/sbasic/shared/03/sf_popupmenu.xhp" name="PopupMenu service"><literal>SFWidgets</literal>.<literal>PopupMenu</literal> service</link></variable></h1>
+ <h1 id="bm_id681600788076499"><variable id="PopupMenuService"><link href="text/sbasic/shared/03/sf_popupmenu.xhp"><literal>SFWidgets</literal>.<literal>PopupMenu</literal> service</link></variable></h1>
<paragraph role="paragraph" id="par_id181600788076612">The <literal>PopupMenu</literal> service can be used to create popup menus that can be associated with events or executed by scripts. This service provides the following capabilities:</paragraph>
<list type="unordered">
<listitem>
@@ -207,18 +207,18 @@
<tablerow>
<tablecell>
<paragraph id="par_id891611613601556" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_popupmenu.xhp#AddCheckBox" name="AddCheckBox method">AddCheckBox</link><br/>
- <link href="text/sbasic/shared/03/sf_popupmenu.xhp#AddItem" name="AddItem method">AddItem</link>
+ <link href="text/sbasic/shared/03/sf_popupmenu.xhp#AddCheckBox">AddCheckBox</link><br/>
+ <link href="text/sbasic/shared/03/sf_popupmenu.xhp#AddItem">AddItem</link>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id541611613601554" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_popupmenu.xhp#AddRadioButton" name="AddRadioButton method">AddRadioButton</link><br/><br/>
+ <link href="text/sbasic/shared/03/sf_popupmenu.xhp#AddRadioButton">AddRadioButton</link><br/><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id541611613625804" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_popupmenu.xhp#Execute" name="Execute method">Execute</link><br/><br/>
+ <link href="text/sbasic/shared/03/sf_popupmenu.xhp#Execute">Execute</link><br/><br/>
</paragraph>
</tablecell>
</tablerow>
diff --git a/source/text/sbasic/shared/03/sf_region.xhp b/source/text/sbasic/shared/03/sf_region.xhp
index 72ab4395cb..7942ef1618 100644
--- a/source/text/sbasic/shared/03/sf_region.xhp
+++ b/source/text/sbasic/shared/03/sf_region.xhp
@@ -21,7 +21,7 @@
</bookmark>
</section>
<section id="abstract">
- <h1 id="bm_id681600788076499"><variable id="RegionService"><link href="text/sbasic/shared/03/sf_region.xhp" name="Region service"><literal>ScriptForge</literal>.<literal>Region</literal> service</link></variable></h1>
+ <h1 id="bm_id681600788076499"><variable id="RegionService"><link href="text/sbasic/shared/03/sf_region.xhp"><literal>ScriptForge</literal>.<literal>Region</literal> service</link></variable></h1>
<paragraph role="paragraph" id="par_id181600788076612">The <literal>Region</literal> service provides a collection of properties and methods to handle locale and region-related aspects of programming, such as:</paragraph>
<list type="unordered">
<listitem>
@@ -41,9 +41,9 @@
<paragraph role="paragraph" id="par_id191656012908838">A string combining a language and a country in the format "la-CO". The language part is expressed with 2 or 3 lowercase characters followed by a dash and 2 uppercase characters representing the country.</paragraph>
<paragraph role="paragraph" id="par_id431656013368415">For instance, "en-US" corresponds to the English language in the United States; "fr-BE" corresponds to the French language in Belgium, and so forth.</paragraph>
<paragraph role="paragraph" id="par_id981656013623018">On some situations the full locale is not required and only the language or country may be specified.</paragraph>
- <note id="par_id261656013132204">Most properties and methods accept a locale as argument. If no locale is specified, then the user-interface locale is used, which is defined in the <link href="text/sbasic/shared/03/sf_platform.xhp#bm_id111614901524769" name="OfficeLocale_link"><literal>OfficeLocale</literal></link> property of the <literal>Platform</literal> service.</note>
+ <note id="par_id261656013132204">Most properties and methods accept a locale as argument. If no locale is specified, then the user-interface locale is used, which is defined in the <link href="text/sbasic/shared/03/sf_platform.xhp#bm_id111614901524769"><literal>OfficeLocale</literal></link> property of the <literal>Platform</literal> service.</note>
<h3 id="hd_id51656013825718">Timezone</h3>
- <paragraph role="paragraph" id="par_id541656013854150">A string in the format "Region/City" such as "Europe/Berlin", or a timezone ID such as "UTC" or "GMT-8:00". Refer to the wiki page <link href="https://wikipedia.org/wiki/List_of_tz_database_time_zones" name="TimeZones_List">List of tz database timezones</link> for a list of possible timezone names and IDs.</paragraph>
+ <paragraph role="paragraph" id="par_id541656013854150">A string in the format "Region/City" such as "Europe/Berlin", or a timezone ID such as "UTC" or "GMT-8:00". Refer to the wiki page <link href="https://wikipedia.org/wiki/List_of_tz_database_time_zones">List of tz database timezones</link> for a list of possible timezone names and IDs.</paragraph>
<warning id="par_id981656078937577">Providing an invalid timezone string to any of the methods in the <literal>Region</literal> service will not result in a runtime error. Instead, methods as <literal>UTCDateTime</literal> and <literal>UTCNow</literal> will return the current operating system date and time.</warning>
<paragraph role="paragraph" id="par_id611656014040098">The time offset between the timezone and the Greenwich Meridian Time (GMT) is expressed in minutes.</paragraph>
<paragraph role="paragraph" id="par_id121656014053670">The Daylight Saving Time (DST) is an additional offset.</paragraph>
@@ -371,20 +371,20 @@
<tablerow>
<tablecell>
<paragraph id="par_id761611086279902" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_region.xhp#DSTOffset" name="DSTOffset method">DSTOffset</link><br/>
- <link href="text/sbasic/shared/03/sf_region.xhp#LocalDateTime" name="LocalDateTime method">LocalDateTime</link><br/>
+ <link href="text/sbasic/shared/03/sf_region.xhp#DSTOffset">DSTOffset</link><br/>
+ <link href="text/sbasic/shared/03/sf_region.xhp#LocalDateTime">LocalDateTime</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id141611086279902" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_region.xhp#Number2Text" name="Number2Text method">Number2Text</link><br/>
- <link href="text/sbasic/shared/03/sf_region.xhp#TimeZoneOffset" name="TimeZoneOffset method">TimeZoneOffset</link><br/>
+ <link href="text/sbasic/shared/03/sf_region.xhp#Number2Text">Number2Text</link><br/>
+ <link href="text/sbasic/shared/03/sf_region.xhp#TimeZoneOffset">TimeZoneOffset</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id761611086279903" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_region.xhp#UTCDateTime" name="UTCDateTime method">UTCDateTime</link><br/>
- <link href="text/sbasic/shared/03/sf_region.xhp#UTCNow" name="UTCNow method">UTCNow</link><br/>
+ <link href="text/sbasic/shared/03/sf_region.xhp#UTCDateTime">UTCDateTime</link><br/>
+ <link href="text/sbasic/shared/03/sf_region.xhp#UTCNow">UTCNow</link><br/>
</paragraph>
</tablecell>
</tablerow>
@@ -404,7 +404,7 @@
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<paragraph role="paragraph" id="par_id401621896675880"><emph>localdatetime</emph>: the local date and time expressed as a date.</paragraph>
<paragraph role="paragraph" id="par_id401621896675125"><emph>timezone</emph>: the timezone for which the offset will be calculated.</paragraph>
- <paragraph role="paragraph" id="par_id401621896675963"><emph>locale</emph>: the locale specifying the country for which the offset will be calculated, given either in "la-CO" or "CO" formats. The default value is the locale defined in the <link href="text/sbasic/shared/03/sf_platform.xhp#bm_id111614901524769" name="OfficeLocale_link"><literal>OfficeLocale</literal></link> property of the <literal>Platform</literal> service.</paragraph>
+ <paragraph role="paragraph" id="par_id401621896675963"><emph>locale</emph>: the locale specifying the country for which the offset will be calculated, given either in "la-CO" or "CO" formats. The default value is the locale defined in the <link href="text/sbasic/shared/03/sf_platform.xhp#bm_id111614901524769"><literal>OfficeLocale</literal></link> property of the <literal>Platform</literal> service.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
<bascode>
@@ -439,7 +439,7 @@
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<paragraph role="paragraph" id="par_id401621896674716"><emph>utcdatetime</emph>: the UTC date and time, expressed using a date object.</paragraph>
<paragraph role="paragraph" id="par_id401621896675449"><emph>timezone</emph>: the timezone for which the local time will be calculated.</paragraph>
- <paragraph role="paragraph" id="par_id401621896675193"><emph>locale</emph>: the locale specifying the country for which the local time will be calculated, given either in "la-CO" or "CO" formats. The default value is the locale defined in the <link href="text/sbasic/shared/03/sf_platform.xhp#bm_id111614901524769" name="OfficeLocale_link"><literal>OfficeLocale</literal></link> property of the <literal>Platform</literal> service.</paragraph>
+ <paragraph role="paragraph" id="par_id401621896675193"><emph>locale</emph>: the locale specifying the country for which the local time will be calculated, given either in "la-CO" or "CO" formats. The default value is the locale defined in the <link href="text/sbasic/shared/03/sf_platform.xhp#bm_id111614901524769"><literal>OfficeLocale</literal></link> property of the <literal>Platform</literal> service.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
<bascode>
@@ -465,14 +465,14 @@
</bookmark>
<h2 id="hd_id201589199698374" localize="false">Number2Text</h2>
<paragraph role="paragraph" id="par_id71621894832089">Converts numbers and monetary values into written text for any of the currently supported languages.</paragraph>
- <tip id="par_id971656026551328">For a list of all supported languages visit the <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1linguistic2_1_1XNumberText.html" name="XNumberText">XNumberText Interface</link> API reference.</tip>
+ <tip id="par_id971656026551328">For a list of all supported languages visit the <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1linguistic2_1_1XNumberText.html">XNumberText Interface</link> API reference.</tip>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id591621897208441">
<input>svc.Number2Text(number: any, opt locale: str): str</input>
</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<paragraph role="paragraph" id="par_id401621896675306"><emph>number</emph>: the number to be converted into written text. It can be provided either as a numeric type or as a string. When a string is provided, it can be preceded by a prefix informing how the numbers should be written. It is also possible to include ISO 4217 currency codes. See examples below for more information.</paragraph>
- <paragraph role="paragraph" id="par_id401621896675412"><emph>locale</emph>: the locale defining the language into which the number will be converted to, given either in "la-CO" or "la" formats. The default value is the locale defined in the <link href="text/sbasic/shared/03/sf_platform.xhp#bm_id111614901524769" name="OfficeLocale_link"><literal>OfficeLocale</literal></link> property of the <literal>Platform</literal> service.</paragraph>
+ <paragraph role="paragraph" id="par_id401621896675412"><emph>locale</emph>: the locale defining the language into which the number will be converted to, given either in "la-CO" or "la" formats. The default value is the locale defined in the <link href="text/sbasic/shared/03/sf_platform.xhp#bm_id111614901524769"><literal>OfficeLocale</literal></link> property of the <literal>Platform</literal> service.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
<bascode>
@@ -533,7 +533,7 @@
</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<paragraph role="paragraph" id="par_id401621896675018"><emph>timezone</emph>: the timezone for which the offset to the GMT will be calculated.</paragraph>
- <paragraph role="paragraph" id="par_id401621896675691"><emph>locale</emph>: the locale specifying the country for which the offset will be calculated, given either in "la-CO" or "CO" formats. The default value is the locale defined in the <link href="text/sbasic/shared/03/sf_platform.xhp#bm_id111614901524769" name="OfficeLocale_link"><literal>OfficeLocale</literal></link> property of the <literal>Platform</literal> service.</paragraph>
+ <paragraph role="paragraph" id="par_id401621896675691"><emph>locale</emph>: the locale specifying the country for which the offset will be calculated, given either in "la-CO" or "CO" formats. The default value is the locale defined in the <link href="text/sbasic/shared/03/sf_platform.xhp#bm_id111614901524769"><literal>OfficeLocale</literal></link> property of the <literal>Platform</literal> service.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
<bascode>
@@ -562,7 +562,7 @@
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<paragraph role="paragraph" id="par_id401621896674748"><emph>localdatetime</emph>: the local date and time in a specific timezone expressed as a date.</paragraph>
<paragraph role="paragraph" id="par_id401621896675739"><emph>timezone</emph>: the timezone for which the <literal>localdatetime</literal> argument was given.</paragraph>
- <paragraph role="paragraph" id="par_id401621896675550"><emph>locale</emph>: the locale specifying the country for which the <literal>localdatetime</literal> argument was given, expressed either in "la-CO" or "CO" formats. The default value is the locale defined in the <link href="text/sbasic/shared/03/sf_platform.xhp#bm_id111614901524769" name="OfficeLocale_link"><literal>OfficeLocale</literal></link> property of the <literal>Platform</literal> service.</paragraph>
+ <paragraph role="paragraph" id="par_id401621896675550"><emph>locale</emph>: the locale specifying the country for which the <literal>localdatetime</literal> argument was given, expressed either in "la-CO" or "CO" formats. The default value is the locale defined in the <link href="text/sbasic/shared/03/sf_platform.xhp#bm_id111614901524769"><literal>OfficeLocale</literal></link> property of the <literal>Platform</literal> service.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
<bascode>
@@ -594,7 +594,7 @@
</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<paragraph role="paragraph" id="par_id401621896673318"><emph>timezone</emph>: the timezone for which the current UTC time will be calculated.</paragraph>
- <paragraph role="paragraph" id="par_id401621896674831"><emph>locale</emph>: the locale specifying the country for which the current UTC time will be calculated, given either in "la-CO" or "CO" formats. The default value is the locale defined in the <link href="text/sbasic/shared/03/sf_platform.xhp#bm_id111614901524769" name="OfficeLocale_link"><literal>OfficeLocale</literal></link> property of the <literal>Platform</literal> service.</paragraph>
+ <paragraph role="paragraph" id="par_id401621896674831"><emph>locale</emph>: the locale specifying the country for which the current UTC time will be calculated, given either in "la-CO" or "CO" formats. The default value is the locale defined in the <link href="text/sbasic/shared/03/sf_platform.xhp#bm_id111614901524769"><literal>OfficeLocale</literal></link> property of the <literal>Platform</literal> service.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
<bascode>
diff --git a/source/text/sbasic/shared/03/sf_services.xhp b/source/text/sbasic/shared/03/sf_services.xhp
index 582bf336c0..e9b402e4ef 100644
--- a/source/text/sbasic/shared/03/sf_services.xhp
+++ b/source/text/sbasic/shared/03/sf_services.xhp
@@ -20,7 +20,7 @@
<bookmark xml-lang="en-US" localize="false" branch="index" id="bm_id751582710853363">
<bookmark_value>Services service</bookmark_value>
</bookmark>
- <h1 id="hd_id471582710868716"><variable id="ScriptForgeServices"><link href="text/sbasic/shared/03/sf_services.xhp" name="Services service"><literal>ScriptForge</literal>.<literal>Services</literal> service</link></variable></h1>
+ <h1 id="hd_id471582710868716"><variable id="ScriptForgeServices"><link href="text/sbasic/shared/03/sf_services.xhp"><literal>ScriptForge</literal>.<literal>Services</literal> service</link></variable></h1>
<paragraph role="paragraph" id="par_id241627513489594">The main purpose of the <literal>Services</literal> module is to provide access to the <literal>CreateScriptService</literal> method, which can be called in user scripts to instantiate services that are implemented using the ScriptForge framework.</paragraph>
</section>
<paragraph role="paragraph" id="par_id351582710868545">In ScriptForge terminology a service is a collection of methods and properties that can be used for a common purpose. For example, the <literal>String</literal> service provides methods for manipulating strings whereas the <literal>FileSystem</literal> service allows for the manipulation of files and folders.</paragraph>
@@ -42,7 +42,7 @@
<paragraph role="paragraph" id="par_id971582714020045"><emph>service</emph>: The name of the service identified as a string in the format "library.service":</paragraph>
<list type="unordered">
<listitem>
- <paragraph id="par_id11627475954271" role="listitem">The <emph>library</emph> is a Basic library that must exist in the <link href="text/sbasic/shared/03131900.xhp" name="GlobalScope">GlobalScope</link>. The default value is "ScriptForge".</paragraph>
+ <paragraph id="par_id11627475954271" role="listitem">The <emph>library</emph> is a Basic library that must exist in the <link href="text/sbasic/shared/03131900.xhp">GlobalScope</link>. The default value is "ScriptForge".</paragraph>
</listitem>
<listitem>
<paragraph id="par_id811627475954641" role="listitem">The <emph>service</emph> is one of the services registered by the ScriptForge library.</paragraph>
diff --git a/source/text/sbasic/shared/03/sf_session.xhp b/source/text/sbasic/shared/03/sf_session.xhp
index a5a788cc4f..f2505b1cb8 100644
--- a/source/text/sbasic/shared/03/sf_session.xhp
+++ b/source/text/sbasic/shared/03/sf_session.xhp
@@ -20,7 +20,7 @@
<bookmark xml-lang="en-US" localize="false" branch="index" id="bm_id661582814720399">
<bookmark_value>Session service</bookmark_value>
</bookmark>
- <h1 id="hd_id901582814720985" xml-lang="en-US"><variable id="SessionService"><link href="text/sbasic/shared/03/sf_session.xhp" name="Session service"><literal>ScriptForge.Session</literal> service</link></variable></h1>
+ <h1 id="hd_id901582814720985" xml-lang="en-US"><variable id="SessionService"><link href="text/sbasic/shared/03/sf_session.xhp"><literal>ScriptForge.Session</literal> service</link></variable></h1>
<paragraph role="paragraph" id="par_id861582814720987" xml-lang="en-US">The <literal>Session</literal> service gathers various general-purpose methods about:</paragraph>
<list type = "unordered">
<listitem>
@@ -176,28 +176,28 @@
<tablerow>
<tablecell>
<paragraph id="par_id891611613601556" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_session.xhp#ExecuteBasicScript" name="ExecuteBasicScript method">ExecuteBasicScript</link><br/>
- <link href="text/sbasic/shared/03/sf_session.xhp#ExecuteCalcFunction" name="ExecuteCalcFunction method">ExecuteCalcFunction</link><br/>
- <link href="text/sbasic/shared/03/sf_session.xhp#ExecutePythonScript" name="ExecutePythonScript method">ExecutePythonScript</link><br/>
- <link href="text/sbasic/shared/03/sf_session.xhp#GetPDFExportOptions" name="GetPDFExportOptions method">GetPDFExportOptions</link><br/>
- <link href="text/sbasic/shared/03/sf_session.xhp#HasUnoMethod" name="HasUnoMethod method">HasUnoMethod</link><br/>
+ <link href="text/sbasic/shared/03/sf_session.xhp#ExecuteBasicScript">ExecuteBasicScript</link><br/>
+ <link href="text/sbasic/shared/03/sf_session.xhp#ExecuteCalcFunction">ExecuteCalcFunction</link><br/>
+ <link href="text/sbasic/shared/03/sf_session.xhp#ExecutePythonScript">ExecutePythonScript</link><br/>
+ <link href="text/sbasic/shared/03/sf_session.xhp#GetPDFExportOptions">GetPDFExportOptions</link><br/>
+ <link href="text/sbasic/shared/03/sf_session.xhp#HasUnoMethod">HasUnoMethod</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id541611613601554" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_session.xhp#HasUnoProperty" name="HasUnoProperty method">HasUnoProperty</link><br/>
- <link href="text/sbasic/shared/03/sf_session.xhp#OpenURLInBrowser" name="OpenURLInBrowser method">OpenURLInBrowser</link><br/>
- <link href="text/sbasic/shared/03/sf_session.xhp#RunApplication" name="RunApplication method">RunApplication</link><br/>
- <link href="text/sbasic/shared/03/sf_session.xhp#SendMail" name="SendMail method">SendMail</link><br/>
- <link href="text/sbasic/shared/03/sf_session.xhp#SetPDFExportOptions" name="SetPDFExportOptions method">SetPDFExportOptions</link><br/>
+ <link href="text/sbasic/shared/03/sf_session.xhp#HasUnoProperty">HasUnoProperty</link><br/>
+ <link href="text/sbasic/shared/03/sf_session.xhp#OpenURLInBrowser">OpenURLInBrowser</link><br/>
+ <link href="text/sbasic/shared/03/sf_session.xhp#RunApplication">RunApplication</link><br/>
+ <link href="text/sbasic/shared/03/sf_session.xhp#SendMail">SendMail</link><br/>
+ <link href="text/sbasic/shared/03/sf_session.xhp#SetPDFExportOptions">SetPDFExportOptions</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id701611613601554" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_session.xhp#UnoMethods" name="UnoMethods method">UnoMethods</link><br/>
- <link href="text/sbasic/shared/03/sf_session.xhp#UnoProperties" name="UnoProperties method">UnoProperties</link><br/>
- <link href="text/sbasic/shared/03/sf_session.xhp#UnoObjectType" name="UnoObjectType method">UnoObjectType</link><br/>
- <link href="text/sbasic/shared/03/sf_session.xhp#WebService" name="WebService method">WebService</link><br/><br/>
+ <link href="text/sbasic/shared/03/sf_session.xhp#UnoMethods">UnoMethods</link><br/>
+ <link href="text/sbasic/shared/03/sf_session.xhp#UnoProperties">UnoProperties</link><br/>
+ <link href="text/sbasic/shared/03/sf_session.xhp#UnoObjectType">UnoObjectType</link><br/>
+ <link href="text/sbasic/shared/03/sf_session.xhp#WebService">WebService</link><br/><br/>
</paragraph>
</tablecell>
</tablerow>
@@ -273,7 +273,7 @@
</bookmark>
<h2 id="hd_id551582816585181" localize="false">ExecuteCalcFunction</h2>
<paragraph role="paragraph" id="par_id111582816585181">Execute a Calc function using its English name and based on the given arguments.
- <br />If the arguments are arrays, the function is executed as an <link href="text/scalc/01/04060107.xhp" name="array formula">array formula</link>.</paragraph>
+ <br />If the arguments are arrays, the function is executed as an <link href="text/scalc/01/04060107.xhp">array formula</link>.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id701626811351722">
<input>session.ExecuteCalcFunction(calcfunction: str, args: any[0..*]): any</input>
@@ -311,7 +311,7 @@
<input>session.ExecutePythonScript(scope: str, script: str, args: any[0..*]): any</input>
</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
- <paragraph role="paragraph" id="par_id791582818023246"><emph>scope</emph>: One of the applicable constants listed <link href="text/sbasic/shared/03/sf_session.xhp#constants" name="Session constants">above</link>. The default value is <literal>session.SCRIPTISSHARED</literal>.</paragraph>
+ <paragraph role="paragraph" id="par_id791582818023246"><emph>scope</emph>: One of the applicable constants listed <link href="text/sbasic/shared/03/sf_session.xhp#constants">above</link>. The default value is <literal>session.SCRIPTISSHARED</literal>.</paragraph>
<paragraph role="paragraph" id="par_id71582818023247"><emph>script</emph>: Either "library/module.py$method" or "module.py$method" or "myExtension.oxt|myScript|module.py$method" as a case-sensitive string.</paragraph>
<list type="unordered">
<listitem><paragraph id="par_id501613061041313" role="listitem">library: The folder path to the Python module.</paragraph></listitem>
@@ -327,7 +327,7 @@
<paragraph role="pycode" localize="false" id="pyc_id231626817636935"> odd_list = [v for v in range(v1, v2 + 1) if v % 2 != 0]</paragraph>
<paragraph role="pycode" localize="false" id="pyc_id901626817637127"> return odd_list</paragraph>
</pycode>
- <tip id="par_id751626817335715">Read the help page <link href="text/sbasic/python/python_locations.xhp" name="pylocation_link">Python Scripts Organization and Location</link> to learn more about where Python scripts can be stored.</tip>
+ <tip id="par_id751626817335715">Read the help page <link href="text/sbasic/python/python_locations.xhp">Python Scripts Organization and Location</link> to learn more about where Python scripts can be stored.</tip>
<paragraph role="paragraph" id="par_id121626817725471">The following examples show how to call the function <literal>odd_integers</literal> from within Basic and Python scripts.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
<bascode>
@@ -356,7 +356,7 @@
<paragraph role="paragraph" id="par_id111582816585087">Returns the current PDF export settings defined in the <menuitem>PDF Options</menuitem> dialog, which can be accessed by choosing <menuitem>File - Export as - Export as PDF</menuitem>.</paragraph>
<paragraph role="paragraph" id="par_id931638383270026">Export options set with the <menuitem>PDF Options</menuitem> dialog are kept for future use. Hence <literal>GetPDFExportOptions</literal> returns the settings currently defined. In addition, use <literal>SetPDFExportOptions</literal> to change current PDF export options.</paragraph>
<paragraph role="paragraph" id="par_id801638383659558">This method returns a <literal>Dictionary</literal> object wherein each key represent export options and the corresponding values are the current PDF export settings.</paragraph>
- <tip id="par_id751638383457198">Read the <link href="https://wiki.openoffice.org/wiki/API/Tutorials/PDF_export" name="PDFExport_Wiki">PDF Export wiki page</link> to learn more about all available options.</tip>
+ <tip id="par_id751638383457198">Read the <link href="https://wiki.openoffice.org/wiki/API/Tutorials/PDF_export">PDF Export wiki page</link> to learn more about all available options.</tip>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id701626811351883">
<input>session.GetPDFExportOptions(): obj</input>
@@ -445,7 +445,7 @@
<bookmark_value>Session service;OpenURLInBrowser</bookmark_value>
</bookmark>
<h2 id="hd_id971601129640909" localize="false">OpenURLInBrowser</h2>
- <paragraph role="paragraph" id="par_id97160112964017">Open a Uniform Resource Locator (<link href="text/shared/00/00000002.xhp#URL" name="URL">URL</link>) in the default browser.</paragraph>
+ <paragraph role="paragraph" id="par_id97160112964017">Open a Uniform Resource Locator (<link href="text/shared/00/00000002.xhp#URL">URL</link>) in the default browser.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id831626819024511">
<input>session.OpenURLInBrowser(url: str)</input>
@@ -535,7 +535,7 @@
<paragraph role="paragraph" id="par_id111582816583005">Modifies the PDF export settings defined in the <menuitem>PDF Options</menuitem> dialog, which can be accessed by choosing <menuitem>File - Export as - Export as PDF</menuitem>.</paragraph>
<paragraph role="paragraph" id="par_id181638385131806">Calling this method changes the actual values set in the <menuitem>PDF Options</menuitem> dialog, which are used by the <literal>ExportAsPDF</literal> method from the <literal>Document</literal> service.</paragraph>
<paragraph role="paragraph" id="par_id391638385313847">This method returns <literal>True</literal> when successful.</paragraph>
- <tip id="par_id751638383457321">Read the <link href="https://wiki.openoffice.org/wiki/API/Tutorials/PDF_export" name="PDFExport_Wiki">PDF Export wiki page</link> to learn more about all available options.</tip>
+ <tip id="par_id751638383457321">Read the <link href="https://wiki.openoffice.org/wiki/API/Tutorials/PDF_export">PDF Export wiki page</link> to learn more about all available options.</tip>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id701626811351011">
<input>session.SetPDFExportOptions(pdfoptions: obj): bool</input>
diff --git a/source/text/sbasic/shared/03/sf_string.xhp b/source/text/sbasic/shared/03/sf_string.xhp
index eaaf5c10e0..5ca181ee23 100644
--- a/source/text/sbasic/shared/03/sf_string.xhp
+++ b/source/text/sbasic/shared/03/sf_string.xhp
@@ -24,7 +24,7 @@
</section>
<section id="abstract">
- <h1 id="hd_id521580038927003"><variable id="StringService"><link href="text/sbasic/shared/03/sf_string.xhp" name="String service"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable></h1>
+ <h1 id="hd_id521580038927003"><variable id="StringService"><link href="text/sbasic/shared/03/sf_string.xhp"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable></h1>
<paragraph role="paragraph" id="par_id351579602570526">The <literal>String</literal> service provides a collection of methods for string processing. These methods can be used to:</paragraph>
<list type="unordered">
<listitem>
@@ -275,58 +275,58 @@
<tablerow>
<tablecell>
<paragraph id="par_id891611613601556" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_string.xhp#Capitalize" name="Capitalize method">Capitalize</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#Count" name="Count method">Count</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#EndsWith" name="EndsWith method">EndsWith</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#Escape" name="Escape method">Escape</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#ExpandTabs" name="ExpandTabs method">ExpandTabs</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#FilterNotPrintable" name="FilterNotPrintable method">FilterNotPrintable</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#FindRegex" name="FindRegex method">FindRegex</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#HashStr" name="HashStr method">HashStr</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#HtmlEncode" name="HtmlEncode method">HtmlEncode</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#IsADate" name="IsADate method">IsADate</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#IsAlpha" name="IsAlpha method">IsAlpha</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#IsAlphaNum" name="IsAlphaNum method">IsAlphaNum</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#IsAscii" name="IsAscii method">IsAscii</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#IsDigit" name="IsDigit method">IsDigit</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#IsEmail" name="IsEmail method">IsEmail</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#Capitalize">Capitalize</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#Count">Count</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#EndsWith">EndsWith</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#Escape">Escape</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#ExpandTabs">ExpandTabs</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#FilterNotPrintable">FilterNotPrintable</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#FindRegex">FindRegex</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#HashStr">HashStr</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#HtmlEncode">HtmlEncode</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#IsADate">IsADate</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#IsAlpha">IsAlpha</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#IsAlphaNum">IsAlphaNum</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#IsAscii">IsAscii</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#IsDigit">IsDigit</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#IsEmail">IsEmail</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id541611613601554" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_string.xhp#IsFileName" name="IsFileName method">IsFileName</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#IsHexDigit" name="IsHexDigit method">IsHexDigit</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#IsIBAN" name="IsIBAN method">IsIBAN</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#IsIPv4" name="IsIPv4 method">IsIPv4</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#IsLike" name="IsLike method">IsLike</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#IsLower" name="IsLower method">IsLower</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#IsPrintable" name="IsPrintable method">IsPrintable</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#IsRegex" name="IsRegex method">IsRegex</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#IsSheetName" name="IsSheetName method">IsSheetName</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#IsTitle" name="IsTitle method">IsTitle</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#IsUpper" name="IsUpper method">IsUpper</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#IsUrl" name="IsUrl method">IsUrl</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#IsWhitespace" name="IsWhitespace method">IsWhitespace</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#JustifyCenter" name="JustifyCenter method">JustifyCenter</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#JustifyLeft" name="JustifyLeft method">JustifyLeft</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#IsFileName">IsFileName</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#IsHexDigit">IsHexDigit</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#IsIBAN">IsIBAN</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#IsIPv4">IsIPv4</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#IsLike">IsLike</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#IsLower">IsLower</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#IsPrintable">IsPrintable</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#IsRegex">IsRegex</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#IsSheetName">IsSheetName</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#IsTitle">IsTitle</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#IsUpper">IsUpper</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#IsUrl">IsUrl</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#IsWhitespace">IsWhitespace</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#JustifyCenter">JustifyCenter</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#JustifyLeft">JustifyLeft</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id701611613601554" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_string.xhp#JustifyRight" name="JustifyRight method">JustifyRight</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#Quote" name="Quote method">Quote</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#ReplaceChar" name="ReplaceChar method">ReplaceChar</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#ReplaceRegex" name="ReplaceRegex method">ReplaceRegex</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#ReplaceStr" name="ReplaceStr method">ReplaceStr</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#Represent" name="Represent method">Represent</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#Reverse" name="Reverse method">Reverse</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#SplitLines" name="SplitLines method">SplitLines</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#SplitNotQuoted" name="SplitNotQuoted method">SplitNotQuoted</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#StartsWith" name="StartsWith method">StartsWith</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#TrimExt" name="TrimExt method">TrimExt</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#Unescape" name="Unescape method">Unescape</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#Unquote" name="Unquote method">Unquote</link><br/>
- <link href="text/sbasic/shared/03/sf_string.xhp#Wrap" name="Wrap method">Wrap</link><br/><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#JustifyRight">JustifyRight</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#Quote">Quote</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#ReplaceChar">ReplaceChar</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#ReplaceRegex">ReplaceRegex</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#ReplaceStr">ReplaceStr</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#Represent">Represent</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#Reverse">Reverse</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#SplitLines">SplitLines</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#SplitNotQuoted">SplitNotQuoted</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#StartsWith">StartsWith</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#TrimExt">TrimExt</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#Unescape">Unescape</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#Unquote">Unquote</link><br/>
+ <link href="text/sbasic/shared/03/sf_string.xhp#Wrap">Wrap</link><br/><br/>
</paragraph>
</tablecell>
</tablerow>
@@ -379,7 +379,7 @@
<paragraph role="bascode" id="bas_id561582384801586">'Counts the number of words with only lowercase letters (returns 7)</paragraph>
<paragraph role="bascode" localize="false" id="bas_id631582384780777">MsgBox SF_String.Count("Lorem ipsum dolor sit amet, consectetur adipiscing elit.", "\b[a-z]+\b", IsRegex := True, CaseSensitive := True)</paragraph>
</bascode>
- <tip id="par_id131612223767126">To learn more about regular expressions, refer to the Python's documentation on <link href="https://docs.python.org/3/library/re.html" name="Regular expressions">Regular Expression Operations</link>.</tip>
+ <tip id="par_id131612223767126">To learn more about regular expressions, refer to the Python's documentation on <link href="https://docs.python.org/3/library/re.html">Regular Expression Operations</link>.</tip>
</section>
<section id="EndsWith">
@@ -581,7 +581,7 @@
<bascode>
<paragraph role="bascode" localize="false" id="bas_id811579881155015">MsgBox SF_String.IsADate("2020-12-31", "YYYY-MM-DD") ' True</paragraph>
</bascode>
- <note id="par_id211612370427721">This method checks the format of the input string without performing any calendar-specific checks. Hence it does not test the input string for leap years or months with 30 or 31 days. For that, refer to the <link href="text/sbasic/shared/03102300.xhp" name="IsDate function"><literal>IsDate</literal> built-in function</link>.</note>
+ <note id="par_id211612370427721">This method checks the format of the input string without performing any calendar-specific checks. Hence it does not test the input string for leap years or months with 30 or 31 days. For that, refer to the <link href="text/sbasic/shared/03102300.xhp"><literal>IsDate</literal> built-in function</link>.</note>
<paragraph role="paragraph" id="par_id181612371147364">The example below shows the difference between the methods <literal>IsADate</literal> (ScriptForge) and the <literal>IsDate</literal> (built-in) function.</paragraph>
<bascode>
<paragraph role="bascode" localize="false" id="bas_id531612371248704">Dim myDate as String : myDate = "2020-02-30"</paragraph>
@@ -603,7 +603,7 @@
</bookmark>
<h2 id="hd_id231579881589037" localize="false">IsAlpha</h2>
<paragraph role="paragraph" id="par_id161579881600317">Returns <literal>True</literal> if all characters in the string are alphabetic.</paragraph>
- <paragraph role="paragraph" id="par_id251579881615469">Alphabetic characters are those characters defined in the <link href="https://unicode.org/reports/tr44/" name="Unicode documentation">Unicode Character Database</link> as <literal>Letter</literal>.</paragraph>
+ <paragraph role="paragraph" id="par_id251579881615469">Alphabetic characters are those characters defined in the <link href="https://unicode.org/reports/tr44/">Unicode Character Database</link> as <literal>Letter</literal>.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id711627160772668">
<input>svc.IsAlpha(inputstr: str): bool</input>
@@ -1281,7 +1281,7 @@
</bookmark>
<h2 id="hd_id781580312915849" localize="false">Reverse</h2>
<paragraph role="paragraph" id="par_id411580312925741">Returns the input string in reversed order.</paragraph>
- <paragraph role="paragraph" id="par_id141612387177873">This method is equivalent to the built-in <link href="text/sbasic/shared/03120412.xhp" name="StrReverse function"><literal>StrReverse</literal> Basic function</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id141612387177873">This method is equivalent to the built-in <link href="text/sbasic/shared/03120412.xhp"><literal>StrReverse</literal> Basic function</link>.</paragraph>
<note id="par_id961612387463144">To use the <literal>StrReverse</literal> function, the statement <literal>Option VBASupport 1</literal> must be present in the module.</note>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id951627163820097">
@@ -1465,7 +1465,7 @@
<h2 id="hd_id911585834468456" localize="false">Wrap</h2>
<paragraph role="paragraph" id="par_id871585834468102">Converts the input string into an array of substrings so that each item in the array has at most a given number of characters.</paragraph>
<paragraph role="paragraph" id="par_id21612394465120">In practice, this method returns a zero-based array of output lines, without newlines at the end, except for the pre-existing line-breaks.</paragraph>
- <paragraph role="paragraph" id="par_id601612395193333">Tabs are expanded using the same procedure performed by the <link href="text/sbasic/shared/03/sf_string.xhp#ExpandTabs" name="ExpandTabs method">ExpandTabs</link> method.</paragraph>
+ <paragraph role="paragraph" id="par_id601612395193333">Tabs are expanded using the same procedure performed by the <link href="text/sbasic/shared/03/sf_string.xhp#ExpandTabs">ExpandTabs</link> method.</paragraph>
<paragraph role="paragraph" id="par_id641612394826616">Symbolic line breaks are replaced by their equivalent ASCII characters.</paragraph>
<paragraph role="paragraph" id="par_id361612394859733">If the wrapped output has no content, the returned array is empty.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
diff --git a/source/text/sbasic/shared/03/sf_textstream.xhp b/source/text/sbasic/shared/03/sf_textstream.xhp
index bec2c7e578..81282376c0 100644
--- a/source/text/sbasic/shared/03/sf_textstream.xhp
+++ b/source/text/sbasic/shared/03/sf_textstream.xhp
@@ -25,7 +25,7 @@
</section>
<section id="abstract">
- <h1 id="bm_id351585330787295"><variable id="TextStreamService"><link href="text/sbasic/shared/03/sf_textstream.xhp" name="TextStream service"><literal>ScriptForge</literal>.<literal>TextStream</literal> service</link></variable></h1>
+ <h1 id="bm_id351585330787295"><variable id="TextStreamService"><link href="text/sbasic/shared/03/sf_textstream.xhp"><literal>ScriptForge</literal>.<literal>TextStream</literal> service</link></variable></h1>
<paragraph role="paragraph" id="par_id511585330787205">The <literal>TextStream</literal> service is used to sequentially read from and write to files opened or created using the <literal>ScriptForge.FileSystem</literal> service.</paragraph>
<paragraph role="paragraph" id="par_id41613596903894">The methods <literal>OpenTextFile</literal> and <literal>CreateTextFile</literal> from the <literal>FileSystem</literal> service return an instance of the <literal>TextStream</literal> service.</paragraph>
</section>
@@ -50,7 +50,7 @@
<bascode>
<paragraph role="bascode" localize="false" id="bas_id761613599333614">Set myFile = myFile.Dispose()</paragraph>
</bascode>
- <note id="par_id121612917368946">The methods in the <literal>TextStream</literal> service are mostly based on the <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1io_1_1XTextInputStream.html" name="XTextInputStream API"><literal>XTextInputStream</literal></link> and <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1io_1_1XTextOutputStream.html" name="XTextOutputStream API"><literal>XTextOutputStream</literal></link> UNO interfaces.</note>
+ <note id="par_id121612917368946">The methods in the <literal>TextStream</literal> service are mostly based on the <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1io_1_1XTextInputStream.html"><literal>XTextInputStream</literal></link> and <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1io_1_1XTextOutputStream.html"><literal>XTextOutputStream</literal></link> UNO interfaces.</note>
<embed href="text/sbasic/shared/00000003.xhp#In_Python"/>
<pycode>
<paragraph role="pycode" localize="false" id="pyc_id841626893320674">from scriptforge import CreateScriptService</paragraph>
@@ -170,7 +170,7 @@
</tablecell>
</tablerow>
</table>
- <note id="par_id141613001281573">To learn more about the names of character sets, visit <link href="https://www.iana.org/assignments/character-sets/character-sets.xhtml" name="Character Sets">IANA's Character Set</link> page. Be aware that %PRODUCTNAME does not implement all existing character sets.</note>
+ <note id="par_id141613001281573">To learn more about the names of character sets, visit <link href="https://www.iana.org/assignments/character-sets/character-sets.xhtml">IANA's Character Set</link> page. Be aware that %PRODUCTNAME does not implement all existing character sets.</note>
<table id="tab_id501611613601554">
<tablerow>
<tablecell colspan="3"><paragraph id="par_id891611613601554" role="tablehead">List of Methods in the TextStream Service</paragraph></tablecell>
@@ -178,20 +178,20 @@
<tablerow>
<tablecell>
<paragraph id="par_id891611613601556" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_textstream.xhp#CloseFile" name="CloseFile method">CloseFile</link><br/>
- <link href="text/sbasic/shared/03/sf_textstream.xhp#ReadAll" name="ReadAll method">ReadAll</link><br/>
+ <link href="text/sbasic/shared/03/sf_textstream.xhp#CloseFile">CloseFile</link><br/>
+ <link href="text/sbasic/shared/03/sf_textstream.xhp#ReadAll">ReadAll</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id541611613601554" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_textstream.xhp#ReadLine" name="ReadLine method">ReadLine</link><br/>
- <link href="text/sbasic/shared/03/sf_textstream.xhp#SkipLine" name="SkipLine method">SkipLine</link><br/>
+ <link href="text/sbasic/shared/03/sf_textstream.xhp#ReadLine">ReadLine</link><br/>
+ <link href="text/sbasic/shared/03/sf_textstream.xhp#SkipLine">SkipLine</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id701611613601554" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_textstream.xhp#WriteBlankLines" name="WriteBlankLines method">WriteBlankLines</link><br/>
- <link href="text/sbasic/shared/03/sf_textstream.xhp#WriteLine" name="WriteLine method">WriteLine</link><br/>
+ <link href="text/sbasic/shared/03/sf_textstream.xhp#WriteBlankLines">WriteBlankLines</link><br/>
+ <link href="text/sbasic/shared/03/sf_textstream.xhp#WriteLine">WriteLine</link><br/>
</paragraph>
</tablecell>
</tablerow>
diff --git a/source/text/sbasic/shared/03/sf_timer.xhp b/source/text/sbasic/shared/03/sf_timer.xhp
index a2996679e6..5956c267ea 100644
--- a/source/text/sbasic/shared/03/sf_timer.xhp
+++ b/source/text/sbasic/shared/03/sf_timer.xhp
@@ -24,7 +24,7 @@
</section>
<section id="abstract">
- <h1 id="hd_id731582733781114" xml-lang="en-US"><variable id="TimerService"><link href="text/sbasic/shared/03/sf_timer.xhp" name="ScriptForge.Timer service"><literal>ScriptForge</literal>.<literal>Timer</literal> service</link></variable></h1>
+ <h1 id="hd_id731582733781114" xml-lang="en-US"><variable id="TimerService"><link href="text/sbasic/shared/03/sf_timer.xhp"><literal>ScriptForge</literal>.<literal>Timer</literal> service</link></variable></h1>
<paragraph role="paragraph" id="par_id961582733781662" xml-lang="en-US">The <literal>Timer</literal> service measures the amount of time it takes to run user scripts.</paragraph>
<paragraph role="paragraph" id="par_id181582733781323" xml-lang="en-US">A <literal>Timer</literal> measures <emph>durations</emph>. It can be:</paragraph>
<list type="unordered">
diff --git a/source/text/sbasic/shared/03/sf_ui.xhp b/source/text/sbasic/shared/03/sf_ui.xhp
index 82585a4519..c189dd67d1 100644
--- a/source/text/sbasic/shared/03/sf_ui.xhp
+++ b/source/text/sbasic/shared/03/sf_ui.xhp
@@ -21,7 +21,7 @@
<bookmark_value>UI service</bookmark_value>
</bookmark>
-<h1 id="hd_id371587913266310" xml-lang="en-US"><variable id="UIService"><link href="text/sbasic/shared/03/sf_ui.xhp" name="ScriptForge.UI service"><literal>ScriptForge</literal>.<literal>UI</literal> service</link></variable></h1>
+<h1 id="hd_id371587913266310" xml-lang="en-US"><variable id="UIService"><link href="text/sbasic/shared/03/sf_ui.xhp"><literal>ScriptForge</literal>.<literal>UI</literal> service</link></variable></h1>
<paragraph role="paragraph" xml-lang="en-US" id="par_id31587913266153">The UI (User Interface) service simplifies the identification and the manipulation of the different windows composing the whole %PRODUCTNAME application:</paragraph>
<list type="unordered">
@@ -272,23 +272,23 @@
</tablerow>
<tablerow>
<tablecell><paragraph id="par_id381606472825856" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_ui.xhp#Activate" name="Activate method">Activate</link><br/>
- <link href="text/sbasic/shared/03/sf_ui.xhp#CreateBaseDocument" name="CreateBaseDocument method">CreateBaseDocument</link><br/>
- <link href="text/sbasic/shared/03/sf_ui.xhp#CreateDocument" name="CreateDocument method">CreateDocument</link> (*)<br/>
- <link href="text/sbasic/shared/03/sf_ui.xhp#GetDocument" name="GetDocument method">GetDocument</link><br/>
- <link href="text/sbasic/shared/03/sf_ui.xhp#Maximize" name="Maximize method">Maximize</link>
+ <link href="text/sbasic/shared/03/sf_ui.xhp#Activate">Activate</link><br/>
+ <link href="text/sbasic/shared/03/sf_ui.xhp#CreateBaseDocument">CreateBaseDocument</link><br/>
+ <link href="text/sbasic/shared/03/sf_ui.xhp#CreateDocument">CreateDocument</link> (*)<br/>
+ <link href="text/sbasic/shared/03/sf_ui.xhp#GetDocument">GetDocument</link><br/>
+ <link href="text/sbasic/shared/03/sf_ui.xhp#Maximize">Maximize</link>
</paragraph></tablecell>
<tablecell><paragraph id="par_id451606472825856" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_ui.xhp#Minimize" name="Minimize method">Minimize</link><br/>
- <link href="text/sbasic/shared/03/sf_ui.xhp#OpenBaseDocument" name="OpenBaseDocument method">OpenBaseDocument</link><br/>
- <link href="text/sbasic/shared/03/sf_ui.xhp#OpenDocument" name="OpenDocument method">OpenDocument</link> (*)<br/>
- <link href="text/sbasic/shared/03/sf_ui.xhp#Resize" name="Resize method">Resize</link><br/><br/>
+ <link href="text/sbasic/shared/03/sf_ui.xhp#Minimize">Minimize</link><br/>
+ <link href="text/sbasic/shared/03/sf_ui.xhp#OpenBaseDocument">OpenBaseDocument</link><br/>
+ <link href="text/sbasic/shared/03/sf_ui.xhp#OpenDocument">OpenDocument</link> (*)<br/>
+ <link href="text/sbasic/shared/03/sf_ui.xhp#Resize">Resize</link><br/><br/>
</paragraph></tablecell>
<tablecell><paragraph id="par_id161606472825856" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_ui.xhp#RunCommand" name="RunCommand method">RunCommand</link><br/>
- <link href="text/sbasic/shared/03/sf_ui.xhp#SetStatusBar" name="SetStatusBar method">SetStatusBar</link> (*)<br/>
- <link href="text/sbasic/shared/03/sf_ui.xhp#ShowProgressBar" name="ShowProgressBar method">ShowProgressBar</link><br/>
- <link href="text/sbasic/shared/03/sf_ui.xhp#WindowExists" name="WindowExists method">WindowExists</link><br/><br/>
+ <link href="text/sbasic/shared/03/sf_ui.xhp#RunCommand">RunCommand</link><br/>
+ <link href="text/sbasic/shared/03/sf_ui.xhp#SetStatusBar">SetStatusBar</link> (*)<br/>
+ <link href="text/sbasic/shared/03/sf_ui.xhp#ShowProgressBar">ShowProgressBar</link><br/>
+ <link href="text/sbasic/shared/03/sf_ui.xhp#WindowExists">WindowExists</link><br/><br/>
</paragraph></tablecell>
</tablerow>
</table>
@@ -393,7 +393,7 @@
<paragraph role="paragraph" localize="false" id="par_id811620320778478"> <input>svc.GetDocument(windowname: str = ''): svc</input></paragraph>
<paragraph role="paragraph" localize="false" id="par_id251624026292796"><input>svc.GetDocument(windowname: uno): svc</input></paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
- <paragraph role="paragraph" id="par_id851588520551368"><emph>windowname</emph>: See the definitions <link href="text/sbasic/shared/03/sf_ui.xhp#WindowName" name="WindowName section">above</link>. If this argument is absent, the active window is used. UNO objects of types <literal>com.sun.star.lang.XComponent</literal> or <literal>com.sun.star.comp.dba.ODatabaseDocument</literal> are also accepted. Thus passing <literal>ThisComponent</literal> or <literal>ThisDatabaseDocument</literal> as argument creates a new <link href="text/sbasic/shared/03/sf_document.xhp" name="Document service">SFDocuments.Document</link>, <link href="text/sbasic/shared/03/sf_base.xhp" name="Base service">Base</link> or <link href="text/sbasic/shared/03/sf_calc.xhp" name="Calc service">Calc</link> service.
+ <paragraph role="paragraph" id="par_id851588520551368"><emph>windowname</emph>: See the definitions <link href="text/sbasic/shared/03/sf_ui.xhp#WindowName">above</link>. If this argument is absent, the active window is used. UNO objects of types <literal>com.sun.star.lang.XComponent</literal> or <literal>com.sun.star.comp.dba.ODatabaseDocument</literal> are also accepted. Thus passing <literal>ThisComponent</literal> or <literal>ThisDatabaseDocument</literal> as argument creates a new <link href="text/sbasic/shared/03/sf_document.xhp">SFDocuments.Document</link>, <link href="text/sbasic/shared/03/sf_base.xhp">Base</link> or <link href="text/sbasic/shared/03/sf_calc.xhp">Calc</link> service.
</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
@@ -424,7 +424,7 @@
<input>svc.Maximize(windowname: str)</input>
</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
- <paragraph role="paragraph" id="par_id951587986441954"><emph>windowname</emph>: see the definitions <link href="text/sbasic/shared/03/sf_ui.xhp#WindowName" name="WindowName section">above</link>. If this argument is absent, the active window is maximized.</paragraph>
+ <paragraph role="paragraph" id="par_id951587986441954"><emph>windowname</emph>: see the definitions <link href="text/sbasic/shared/03/sf_ui.xhp#WindowName">above</link>. If this argument is absent, the active window is maximized.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
<bascode>
@@ -448,7 +448,7 @@
<input>svc.Minimize(windowname: str)</input>
</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
- <paragraph role="paragraph" id="par_id751587986592626"><emph>windowname</emph>: see the definitions <link href="text/sbasic/shared/03/sf_ui.xhp#WindowName" name="WindowName section">above</link>. If this argument is absent, the active window is minimized.</paragraph>
+ <paragraph role="paragraph" id="par_id751587986592626"><emph>windowname</emph>: see the definitions <link href="text/sbasic/shared/03/sf_ui.xhp#WindowName">above</link>. If this argument is absent, the active window is minimized.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
<bascode>
@@ -554,7 +554,7 @@
<h2 id="hd_id611589202413141" localize="false">RunCommand</h2>
<paragraph role="paragraph" id="par_id991589202413257">Runs a UNO command on the current window. A few typical commands are: Save, SaveAs, ExportToPDF, Undo, Copy, Paste, etc.</paragraph>
<paragraph role="paragraph" id="par_id921611152932311">Commands can be run with or without arguments. Arguments are not validated before running the command. If the command or its arguments are invalid, then nothing will happen.</paragraph>
- <tip id="par_id31644182402479">For a complete list of UNO commands that can be run in %PRODUCTNAME, refer to the Wiki page <link href="https://wiki.documentfoundation.org/Development/DispatchCommands" name="Commands_Wiki">Development/DispatchCommands</link>.</tip>
+ <tip id="par_id31644182402479">For a complete list of UNO commands that can be run in %PRODUCTNAME, refer to the Wiki page <link href="https://wiki.documentfoundation.org/Development/DispatchCommands">Development/DispatchCommands</link>.</tip>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id521622828226683">
<input>svc.RunCommand(command: str, [args: any])</input>
diff --git a/source/text/sbasic/shared/03/sf_unittest.xhp b/source/text/sbasic/shared/03/sf_unittest.xhp
index 80ce5c8342..50c0051d89 100644
--- a/source/text/sbasic/shared/03/sf_unittest.xhp
+++ b/source/text/sbasic/shared/03/sf_unittest.xhp
@@ -21,7 +21,7 @@
</bookmark>
</section>
<section id="abstract">
- <h1 id="bm_id681600788076499"><variable id="UnitTestService"><link href="text/sbasic/shared/03/sf_unittest.xhp" name="UnitTest service"><literal>SFUnitTests</literal>.<literal>UnitTest</literal> service</link></variable></h1>
+ <h1 id="bm_id681600788076499"><variable id="UnitTestService"><link href="text/sbasic/shared/03/sf_unittest.xhp"><literal>SFUnitTests</literal>.<literal>UnitTest</literal> service</link></variable></h1>
<paragraph role="paragraph" id="par_id181600788076612">The <literal>UnitTest</literal> service provides a framework for automating unit tests using the Basic language, including the ability to:</paragraph>
<list type="unordered">
<listitem>
@@ -134,7 +134,7 @@
<paragraph role="bascode" localize="false" id="bas_id271656422834376">End Sub</paragraph>
</bascode>
<paragraph role="paragraph" id="par_id681656423030706">The test suite above consists of two test cases <literal>Test_Sum</literal> and <literal>Test_Multiply</literal>. To run all tests simply run the <literal>Main</literal> method from the "AllTests" module.</paragraph>
- <paragraph role="paragraph" id="par_id681656423146183">The <link href="text/sbasic/shared/03/sf_exception.xhp#Console" name="Console"><literal>Console</literal></link> from the <literal>Exception</literal> service is used as the default output to print test results. After running the example above, the following output will be displayed in the console:</paragraph>
+ <paragraph role="paragraph" id="par_id681656423146183">The <link href="text/sbasic/shared/03/sf_exception.xhp#Console"><literal>Console</literal></link> from the <literal>Exception</literal> service is used as the default output to print test results. After running the example above, the following output will be displayed in the console:</paragraph>
<bascode>
<paragraph role="bascode" localize="false" id="bas_id471656424558171">' RUNTEST ENTER testsuite='Tests.AllTests', pattern='Test_*'</paragraph>
<paragraph role="bascode" localize="false" id="bas_id881656424560234">' SETUP Tests.AllTests.Setup() ENTER</paragraph>
@@ -244,41 +244,41 @@
<tablerow>
<tablecell>
<paragraph id="par_id761611086279902" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertAlmostEqual" name="AssertAlmostEqual method">AssertAlmostEqual</link><br/>
- <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertEqual" name="AssertEqual method">AssertEqual</link><br/>
- <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertFalse" name="AssertFalse method">AssertFalse</link><br/>
- <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertGreater" name="AssertGreater method">AssertGreater</link><br/>
- <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertGreaterEqual" name="AssertGreaterEqual method">AssertGreaterEqual</link><br/>
- <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertIn" name="AssertIn method">AssertIn</link><br/>
- <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertIsInstance" name="AssertIsInstance method">AssertIsInstance</link><br/>
- <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertIsNothing" name="AssertIsNothing method">AssertIsNothing</link><br/>
- <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertLike" name="AssertLike method">AssertLike</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertAlmostEqual">AssertAlmostEqual</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertEqual">AssertEqual</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertFalse">AssertFalse</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertGreater">AssertGreater</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertGreaterEqual">AssertGreaterEqual</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertIn">AssertIn</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertIsInstance">AssertIsInstance</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertIsNothing">AssertIsNothing</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertLike">AssertLike</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id141611086279902" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertNotRegex" name="AssertNotRegex method">AssertNotRegex</link><br/>
- <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertIsNull" name="AssertIsNull method">AssertIsNull</link><br/>
- <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertLess" name="AssertLess method">AssertLess</link><br/>
- <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertLessEqual" name="AssertLessEqual method">AssertLessEqual</link><br/>
- <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertNotAlmostEqual" name="AssertNotAlmostEqual method">AssertNotAlmostEqual</link><br/>
- <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertNotEqual" name="AssertNotEqual method">AssertNotEqual</link><br/>
- <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertNotIn" name="AssertNotIn method">AssertNotIn</link><br/>
- <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertNotInstance" name="AssertNotInstance method">AssertNotInstance</link><br/>
- <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertNotLike" name="AssertNotLike method">AssertNotLike</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertNotRegex">AssertNotRegex</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertIsNull">AssertIsNull</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertLess">AssertLess</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertLessEqual">AssertLessEqual</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertNotAlmostEqual">AssertNotAlmostEqual</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertNotEqual">AssertNotEqual</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertNotIn">AssertNotIn</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertNotInstance">AssertNotInstance</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertNotLike">AssertNotLike</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id761611086279903" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertNotNothing" name="AssertNotNothing method">AssertNotNothing</link><br/>
- <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertNotNull" name="AssertNotNull method">AssertNotNull</link><br/>
- <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertRegex" name="AssertRegex method">AssertRegex</link><br/>
- <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertTrue" name="AssertTrue method">AssertTrue</link><br/>
- <link href="text/sbasic/shared/03/sf_unittest.xhp#Fail" name="Fail method">Fail</link><br/>
- <link href="text/sbasic/shared/03/sf_unittest.xhp#Log" name="Log method">Log</link><br/>
- <link href="text/sbasic/shared/03/sf_unittest.xhp#ReportError" name="ReportError method">ReportError</link><br/>
- <link href="text/sbasic/shared/03/sf_unittest.xhp#RunTest" name="RunTest method">RunTest</link><br/>
- <link href="text/sbasic/shared/03/sf_unittest.xhp#SkipTest" name="SkipTest method">SkipTest</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertNotNothing">AssertNotNothing</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertNotNull">AssertNotNull</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertRegex">AssertRegex</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertTrue">AssertTrue</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#Fail">Fail</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#Log">Log</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#ReportError">ReportError</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#RunTest">RunTest</link><br/>
+ <link href="text/sbasic/shared/03/sf_unittest.xhp#SkipTest">SkipTest</link><br/>
</paragraph>
</tablecell>
</tablerow>
@@ -610,7 +610,7 @@
<paragraph role="paragraph" localize="false" id="par_id591621897227497">
<input>svc.AssertNotEqual(a: any, b: any, message: str = ""): bool</input>
</paragraph>
- <paragraph role="paragraph" id="par_id581656446598206">This method works both for scalars and arrays. Read the instructions in <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertEqual" name="AssertEqual"><literal>AssertEqual</literal></link> for more information on what equality means in this assertion.</paragraph>
+ <paragraph role="paragraph" id="par_id581656446598206">This method works both for scalars and arrays. Read the instructions in <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertEqual"><literal>AssertEqual</literal></link> for more information on what equality means in this assertion.</paragraph>
</section>
<section id="AssertNotIn">
@@ -624,7 +624,7 @@
<paragraph role="paragraph" localize="false" id="par_id591621897212544">
<input>svc.AssertNotIn(a: any, b: any, message: str = ""): bool</input>
</paragraph>
- <paragraph role="paragraph" id="par_id271656446302516">Read the instructions in <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertIn" name="AssertIn"><literal>AssertIn</literal></link> for more information on the assumptions of this method.</paragraph>
+ <paragraph role="paragraph" id="par_id271656446302516">Read the instructions in <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertIn"><literal>AssertIn</literal></link> for more information on the assumptions of this method.</paragraph>
</section>
<section id="AssertNotInstance">
@@ -638,7 +638,7 @@
<paragraph role="paragraph" localize="false" id="par_id591621897136284">
<input>svc.AssertNotInstance(a: any, objecttype: str, message: str = ""): bool</input>
</paragraph>
- <paragraph role="paragraph" id="par_id271656446949396">Read the instructions in <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertIsInstance" name="AssertIsInstance"><literal>AssertIsInstance</literal></link> for more information on the assumptions of this method.</paragraph>
+ <paragraph role="paragraph" id="par_id271656446949396">Read the instructions in <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertIsInstance"><literal>AssertIsInstance</literal></link> for more information on the assumptions of this method.</paragraph>
</section>
<section id="AssertNotLike">
@@ -652,7 +652,7 @@
<paragraph role="paragraph" localize="false" id="par_id591621897237415">
<input>svc.AssertNotLike(a: any, pattern: str = "", message: str = ""): bool</input>
</paragraph>
- <paragraph role="paragraph" id="par_id271656446258396">Read the instructions in <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertLike" name="AssertLike"><literal>AssertLike</literal></link> for more information on the assumptions of this method.</paragraph>
+ <paragraph role="paragraph" id="par_id271656446258396">Read the instructions in <link href="text/sbasic/shared/03/sf_unittest.xhp#AssertLike"><literal>AssertLike</literal></link> for more information on the assumptions of this method.</paragraph>
</section>
<section id="AssertNotNothing">
diff --git a/source/text/sbasic/shared/03/sf_writer.xhp b/source/text/sbasic/shared/03/sf_writer.xhp
index d4ea1bdfc1..46de70179a 100644
--- a/source/text/sbasic/shared/03/sf_writer.xhp
+++ b/source/text/sbasic/shared/03/sf_writer.xhp
@@ -24,7 +24,7 @@
</section>
<section id="abstract">
- <h1 id="hd_id731582733781114" xml-lang="en-US"><variable id="WriterService"><link href="text/sbasic/shared/03/sf_writer.xhp" name="Writer service"><literal>SFDocuments</literal>.<literal>Writer</literal> service</link></variable></h1>
+ <h1 id="hd_id731582733781114" xml-lang="en-US"><variable id="WriterService"><link href="text/sbasic/shared/03/sf_writer.xhp"><literal>SFDocuments</literal>.<literal>Writer</literal> service</link></variable></h1>
<paragraph role="paragraph" id="par_id381589189355849" xml-lang="en-US">The <literal>SFDocuments</literal> shared library provides a number of methods and properties to facilitate the management and handling of %PRODUCTNAME documents.</paragraph>
<paragraph role="paragraph" id="par_id351591014177269" xml-lang="en-US">Some methods are generic for all types of documents and are inherited from the <literal>SF_Document</literal> module, whereas other methods that are specific for Writer documents are defined in the <literal>SF_Writer</literal> module.</paragraph>
<comment>To be done: list with the main features of the Writer service.</comment>
@@ -92,17 +92,17 @@
<tablerow>
<tablecell>
<paragraph id="par_id891611613601556" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_writer.xhp#Forms" name="Forms method">Forms</link><br/>
+ <link href="text/sbasic/shared/03/sf_writer.xhp#Forms">Forms</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id541611613601554" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_writer.xhp#PrintOut" name="PrintOut method">PrintOut</link><br/>
+ <link href="text/sbasic/shared/03/sf_writer.xhp#PrintOut">PrintOut</link><br/>
</paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id701611613601554" role="tablecontent" localize="false">
- <link href="text/sbasic/shared/03/sf_writer.xhp#MoveRange" name="MoveRange method">…</link><br/>
+ <link href="text/sbasic/shared/03/sf_writer.xhp#MoveRange">…</link><br/>
</paragraph>
</tablecell>
</tablerow>
@@ -123,7 +123,7 @@
<paragraph id="par_id641623063744536" role="listitem">A <literal>SFDocuments.Form</literal> service instance representing the form specified as argument.</paragraph>
</listitem>
</list>
- <note id="par_id821623076570573">This method is applicable only for Writer documents. Calc and Base documents have their own <literal>Forms</literal> method in the <link href="text/sbasic/shared/03/sf_calc.xhp#Forms" name="Calc_Forms">Calc</link> and <link href="text/sbasic/shared/03/sf_base.xhp#Forms" name="Base_Forms">Base</link> services, respectively.</note>
+ <note id="par_id821623076570573">This method is applicable only for Writer documents. Calc and Base documents have their own <literal>Forms</literal> method in the <link href="text/sbasic/shared/03/sf_calc.xhp#Forms">Calc</link> and <link href="text/sbasic/shared/03/sf_base.xhp#Forms">Base</link> services, respectively.</note>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id371623063588699">
<input>svc.Forms(): str[0..*]</input>
@@ -156,7 +156,7 @@
<bookmark_value>Writer service;PrintOut</bookmark_value>
</bookmark>
<h2 id="hd_id921592919577158" localize="false">PrintOut</h2>
- <paragraph role="paragraph" id="par_id31592919577984">Send the contents of the document to the printer. The printer may be previously defined by default, by the user or by the <link href="text/sbasic/03/sf_document.xhp#SetPrinter" name="SetPrinter method"><literal>SetPrinter</literal></link> method of the <link href="text/sbasic/03/sf_document.xhp" name="Document service">Document</link> service. Returns <literal>True</literal> when successful.</paragraph>
+ <paragraph role="paragraph" id="par_id31592919577984">Send the contents of the document to the printer. The printer may be previously defined by default, by the user or by the <link href="text/sbasic/03/sf_document.xhp#SetPrinter"><literal>SetPrinter</literal></link> method of the <link href="text/sbasic/03/sf_document.xhp">Document</link> service. Returns <literal>True</literal> when successful.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id441621534763020">
<input>svc.PrintOut(opt pages: str = "", opt copies: num = 1, opt printbackground: bool = True, opt printblankpages: bool = False, opt printevenpages: bool = True, opt printoddpages: bool = True, opt printimages: bool = True): bool</input>
diff --git a/source/text/sbasic/shared/03000000.xhp b/source/text/sbasic/shared/03000000.xhp
index b9f2c0ad26..0e73ab1d64 100644
--- a/source/text/sbasic/shared/03000000.xhp
+++ b/source/text/sbasic/shared/03000000.xhp
@@ -30,7 +30,7 @@
<section id="runtime">
-<h1 id="hd_id3152895"><variable id="doc_title"><link href="text/sbasic/shared/03000000.xhp" name="Run-Time Functions">Run-Time Functions</link></variable></h1>
+<h1 id="hd_id3152895"><variable id="doc_title"><link href="text/sbasic/shared/03000000.xhp">Run-Time Functions</link></variable></h1>
<paragraph id="par_id3148983" role="paragraph" xml-lang="en-US">This section describes the Runtime Functions of %PRODUCTNAME Basic.</paragraph>
</section>
<embed href="text/sbasic/shared/03040000.xhp#basic_constants"/>
diff --git a/source/text/sbasic/shared/03010000.xhp b/source/text/sbasic/shared/03010000.xhp
index f885f1846a..190c3815f0 100644
--- a/source/text/sbasic/shared/03010000.xhp
+++ b/source/text/sbasic/shared/03010000.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="screen_IO">
- <h1 id="hd_id3156280"><variable id="BasicScreenIO"><link href="text/sbasic/shared/03010000.xhp" name="Screen I/O Functions">Screen I/O Functions</link></variable></h1>
+ <h1 id="hd_id3156280"><variable id="BasicScreenIO"><link href="text/sbasic/shared/03010000.xhp">Screen I/O Functions</link></variable></h1>
<paragraph role="paragraph" id="par_id3153770" xml-lang="en-US">This section describes the Runtime Functions used to call dialogs for the input and output of user entries.</paragraph>
</section>
<embed href="text/sbasic/shared/03010100.xhp#output"/>
diff --git a/source/text/sbasic/shared/03010100.xhp b/source/text/sbasic/shared/03010100.xhp
index 42f45eb1d1..b7c4ed7852 100644
--- a/source/text/sbasic/shared/03010100.xhp
+++ b/source/text/sbasic/shared/03010100.xhp
@@ -33,7 +33,7 @@
<section id="output">
- <paragraph id="hd_id3151384" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03010100.xhp" name="Display Functions">Display Functions</link></paragraph>
+ <paragraph id="hd_id3151384" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03010100.xhp">Display Functions</link></paragraph>
<paragraph role="paragraph" id="par_id3149346" xml-lang="en-US">This section describes Runtime functions used to output information to the screen display.</paragraph>
</section>
<embed href="text/sbasic/shared/03010101.xhp#msgbox"/>
diff --git a/source/text/sbasic/shared/03010102.xhp b/source/text/sbasic/shared/03010102.xhp
index 3317c11922..ed00a4462d 100644
--- a/source/text/sbasic/shared/03010102.xhp
+++ b/source/text/sbasic/shared/03010102.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<h1 id="hd_id3153379"><link href="text/sbasic/shared/03010102.xhp" name="MsgBox Function">MsgBox Function</link></h1>
+<h1 id="hd_id3153379"><link href="text/sbasic/shared/03010102.xhp">MsgBox Function</link></h1>
<paragraph id="par_id3145171" role="paragraph" xml-lang="en-US">Displays a dialog box containing a message and returns a value.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03010103.xhp b/source/text/sbasic/shared/03010103.xhp
index c60a4925ff..30c06cb81e 100644
--- a/source/text/sbasic/shared/03010103.xhp
+++ b/source/text/sbasic/shared/03010103.xhp
@@ -36,7 +36,7 @@
<bookmark_value>Tab function; in Print statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3147230" xml-lang="en-US"><variable id="Print_h1"><link href="text/sbasic/shared/03010103.xhp" name="Print# Statement">Print# Statement</link></variable></h1>
+<h1 id="hd_id3147230" xml-lang="en-US"><variable id="Print_h1"><link href="text/sbasic/shared/03010103.xhp">Print# Statement</link></variable></h1>
<paragraph id="par_id3156281" role="paragraph" xml-lang="en-US">Outputs the specified strings or numeric expressions to the screen or to a sequential file.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03010200.xhp b/source/text/sbasic/shared/03010200.xhp
index 73ea6aca31..6b35980b3a 100644
--- a/source/text/sbasic/shared/03010200.xhp
+++ b/source/text/sbasic/shared/03010200.xhp
@@ -33,7 +33,7 @@
<section id="input">
- <paragraph id="hd_id3149456" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03010200.xhp" name="Functions for Screen Input">Functions for Screen Input</link></paragraph>
+ <paragraph id="hd_id3149456" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03010200.xhp">Functions for Screen Input</link></paragraph>
<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US">This section describes Runtime functions used to control screen input.</paragraph>
</section>
<embed href="text/sbasic/shared/03010201.xhp#inputbox"/>
diff --git a/source/text/sbasic/shared/03010201.xhp b/source/text/sbasic/shared/03010201.xhp
index 598129fc48..ee9b5e79e8 100644
--- a/source/text/sbasic/shared/03010201.xhp
+++ b/source/text/sbasic/shared/03010201.xhp
@@ -33,7 +33,7 @@
<bookmark_value>InputBox function</bookmark_value>
</bookmark>
-<h1 id="hd_id3148932" xml-lang="en-US"><link href="text/sbasic/shared/03010201.xhp" name="InputBox Function">InputBox Function</link></h1>
+<h1 id="hd_id3148932" xml-lang="en-US"><link href="text/sbasic/shared/03010201.xhp">InputBox Function</link></h1>
<paragraph id="par_id3151262" role="paragraph" xml-lang="en-US">Displays a prompt in a dialog at which the user can input text. The input is assigned to a variable.</paragraph>
</section>
<paragraph id="par_id3151100" role="paragraph" xml-lang="en-US">The <emph>InputBox</emph> statement is a convenient method of entering text through a dialog. Confirm the input by clicking OK or pressing Return. The input is returned as the function return value. If you close the dialog with Cancel, <emph>InputBox</emph> returns a zero-length string ("").</paragraph>
@@ -50,7 +50,7 @@
<paragraph id="par_id3154307" role="paragraph" xml-lang="en-US"> <emph>default</emph>: String expression displayed in the text box as default if no other input is given.</paragraph>
<paragraph id="par_id3147573" role="paragraph" xml-lang="en-US"> <emph>xpostwips</emph>: Integer expression that specifies the horizontal position of the dialog. The position is an absolute coordinate and does not refer to the window of %PRODUCTNAME.</paragraph>
<paragraph id="par_id3156024" role="paragraph" xml-lang="en-US"> <emph>ypostwips</emph>: Integer expression that specifies the vertical position of the dialog. The position is an absolute coordinate and does not refer to the window of %PRODUCTNAME.</paragraph>
-<paragraph id="par_id3153897" role="paragraph" xml-lang="en-US">If <literal>xpostwips</literal> and <literal>ypostwips</literal> are omitted, the dialog is centered on the screen. The position is specified in <link href="text/sbasic/shared/00000002.xhp#twips" name="twips">twips</link>.</paragraph>
+<paragraph id="par_id3153897" role="paragraph" xml-lang="en-US">If <literal>xpostwips</literal> and <literal>ypostwips</literal> are omitted, the dialog is centered on the screen. The position is specified in <link href="text/sbasic/shared/00000002.xhp#twips">twips</link>.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functvalue"/>
diff --git a/source/text/sbasic/shared/03010300.xhp b/source/text/sbasic/shared/03010300.xhp
index ee93251cdf..1d45e10b8e 100644
--- a/source/text/sbasic/shared/03010300.xhp
+++ b/source/text/sbasic/shared/03010300.xhp
@@ -30,7 +30,7 @@
<section id="color">
- <h1 id="hd_id3157896"><link href="text/sbasic/shared/03010300.xhp" name="Color Functions">Color Functions</link></h1>
+ <h1 id="hd_id3157896"><link href="text/sbasic/shared/03010300.xhp">Color Functions</link></h1>
<paragraph role="paragraph" id="par_id3155555" xml-lang="en-US">This section describes Runtime functions used to define colors.</paragraph>
</section>
<embed href="text/sbasic/shared/03010301.xhp#blue"/>
diff --git a/source/text/sbasic/shared/03010301.xhp b/source/text/sbasic/shared/03010301.xhp
index c7a824885e..f0994365eb 100644
--- a/source/text/sbasic/shared/03010301.xhp
+++ b/source/text/sbasic/shared/03010301.xhp
@@ -32,7 +32,7 @@
<bookmark_value>Blue function</bookmark_value>
</bookmark>
-<h1 id="hd_id3149180"><link href="text/sbasic/shared/03010301.xhp" name="Blue Function">Blue Function</link></h1>
+<h1 id="hd_id3149180"><link href="text/sbasic/shared/03010301.xhp">Blue Function</link></h1>
<paragraph id="par_id3156343" role="paragraph" xml-lang="en-US">Returns the blue component of the specified composite color code.</paragraph>
</section>
@@ -46,7 +46,7 @@
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<paragraph id="par_id3150448" role="paragraph" xml-lang="en-US"> <emph>Color value</emph>: Long integer expression that specifies any composite color code for which to return the blue component.</paragraph>
-<warning id="par_id671639922129017">Under VBA compatibility mode (<link href="text/sbasic/shared/03103350.xhp" name="vbasupport"><literal>Option VBASupport 1</literal></link>), the function Blue() is incompatible with VBA colors, when color from previous call to <link href="text/sbasic/shared/03010306.xhp" name="linkrgbvba"><literal>function RGB [VBA]</literal></link> is passed.
+<warning id="par_id671639922129017">Under VBA compatibility mode (<link href="text/sbasic/shared/03103350.xhp"><literal>Option VBASupport 1</literal></link>), the function Blue() is incompatible with VBA colors, when color from previous call to <link href="text/sbasic/shared/03010306.xhp"><literal>function RGB [VBA]</literal></link> is passed.
</warning>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
diff --git a/source/text/sbasic/shared/03010302.xhp b/source/text/sbasic/shared/03010302.xhp
index 752ffc5178..ca85aad02c 100644
--- a/source/text/sbasic/shared/03010302.xhp
+++ b/source/text/sbasic/shared/03010302.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<h1 id="hd_id3148947"><link href="text/sbasic/shared/03010302.xhp" name="Green Function">Green Function</link></h1>
+<h1 id="hd_id3148947"><link href="text/sbasic/shared/03010302.xhp">Green Function</link></h1>
<paragraph id="par_id3153361" role="paragraph" xml-lang="en-US">Returns the Green component of the given composite color code.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03010303.xhp b/source/text/sbasic/shared/03010303.xhp
index 361a1e7478..77d6adccc6 100644
--- a/source/text/sbasic/shared/03010303.xhp
+++ b/source/text/sbasic/shared/03010303.xhp
@@ -33,7 +33,7 @@
</bookmark>
-<h1 id="hd_id3148947"><link href="text/sbasic/shared/03010303.xhp" name="Red Function">Red Function</link></h1>
+<h1 id="hd_id3148947"><link href="text/sbasic/shared/03010303.xhp">Red Function</link></h1>
<paragraph id="par_id3149656" role="paragraph" xml-lang="en-US">Returns the Red component of the specified composite color code.</paragraph>
</section>
@@ -47,13 +47,13 @@
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<paragraph id="par_id3150440" role="paragraph" xml-lang="en-US"> <emph>ColorNumber</emph>: Long integer expression that specifies any composite color code for which to return the Red component.</paragraph>
-<warning id="par_id671639922129017">Under VBA compatibility mode (<link href="text/sbasic/shared/03103350.xhp" name="vbasupport"><literal>Option VBASupport 1</literal></link>), the function Red() is incompatible with VBA colors, when color from previous call to <link href="text/sbasic/shared/03010306.xhp" name="linkrgbvba"><literal>function RGB [VBA]</literal></link> is passed.
+<warning id="par_id671639922129017">Under VBA compatibility mode (<link href="text/sbasic/shared/03103350.xhp"><literal>Option VBASupport 1</literal></link>), the function Red() is incompatible with VBA colors, when color from previous call to <link href="text/sbasic/shared/03010306.xhp"><literal>function RGB [VBA]</literal></link> is passed.
</warning>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
<section id="ColorPickerDialog">
- <tip id="par_id961588421825749">The <link href="text/shared/optionen/01010501.xhp" name="color picker dialog">color picker dialog</link> details the red, green and blue components of a composite color code, as well as its hexadecimal expression. <link href="text/shared/guide/text_color.xhp" name="Changing the color of text">Changing the color of text</link> and selecting <emph>Custom color</emph> displays the color picker dialog.</tip>
+ <tip id="par_id961588421825749">The <link href="text/shared/optionen/01010501.xhp">color picker dialog</link> details the red, green and blue components of a composite color code, as well as its hexadecimal expression. <link href="text/shared/guide/text_color.xhp">Changing the color of text</link> and selecting <emph>Custom color</emph> displays the color picker dialog.</tip>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
diff --git a/source/text/sbasic/shared/03010304.xhp b/source/text/sbasic/shared/03010304.xhp
index 78ad9233db..65d072c40f 100644
--- a/source/text/sbasic/shared/03010304.xhp
+++ b/source/text/sbasic/shared/03010304.xhp
@@ -32,8 +32,8 @@
<bookmark_value>QBColor function</bookmark_value>
</bookmark>
-<h1 id="hd_id3149670"><link href="text/sbasic/shared/03010304.xhp" name="QBColor Function">QBColor Function</link></h1>
-<paragraph id="par_id3150359" role="paragraph" xml-lang="en-US">Returns the <link href="text/sbasic/shared/03010305.xhp" name="RGB">RGB</link> color code of the color passed as a color value through an older MS-DOS based programming system.</paragraph>
+<h1 id="hd_id3149670"><link href="text/sbasic/shared/03010304.xhp">QBColor Function</link></h1>
+<paragraph id="par_id3150359" role="paragraph" xml-lang="en-US">Returns the <link href="text/sbasic/shared/03010305.xhp">RGB</link> color code of the color passed as a color value through an older MS-DOS based programming system.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
diff --git a/source/text/sbasic/shared/03010305.xhp b/source/text/sbasic/shared/03010305.xhp
index 6978f49a74..85717d7de3 100644
--- a/source/text/sbasic/shared/03010305.xhp
+++ b/source/text/sbasic/shared/03010305.xhp
@@ -31,7 +31,7 @@
<bookmark_value>RGB function</bookmark_value>
</bookmark>
-<h1 id="hd_id3150792"><link href="text/sbasic/shared/03010305.xhp" name="RGB Function">RGB Function</link></h1>
+<h1 id="hd_id3150792"><link href="text/sbasic/shared/03010305.xhp">RGB Function</link></h1>
<paragraph id="par_id3150447" role="paragraph" xml-lang="en-US">Returns a <literal>Long</literal> integer color value consisting of red, green, and blue components.</paragraph>
</section>
@@ -53,13 +53,13 @@
<paragraph role="paragraph" id="par_id101639922410794">The resulting <literal>Long</literal> value is calculated with the following formula:<br/>
<literal>Result = red&#215;65536 + green&#215;256 + blue</literal>.
</paragraph>
-<warning id="par_id671639922129017">Under VBA compatibility mode (<link href="text/sbasic/shared/03103350.xhp" name="vbasupport"><literal>Option VBASupport 1</literal></link>), the <literal>Long</literal> value is calculated as
+<warning id="par_id671639922129017">Under VBA compatibility mode (<link href="text/sbasic/shared/03103350.xhp"><literal>Option VBASupport 1</literal></link>), the <literal>Long</literal> value is calculated as
<br/>
<literal>Result = red + green&#215;256 + blue&#215;65536</literal><br/>
-See <link href="text/sbasic/shared/03010306.xhp" name="rgbvba">RGB Function [VBA]</link>
+See <link href="text/sbasic/shared/03010306.xhp">RGB Function [VBA]</link>
</warning>
-<tip id="par_id211587653651037">The <link href="text/shared/optionen/01010501.xhp" name="color picker dialog">color picker dialog</link> helps computing red, green and blue components of a composite color. <link href="text/shared/guide/text_color.xhp" name="Changing the color of text">Changing the color of text</link> and selecting <emph>Custom color</emph> displays the color picker dialog.</tip>
+<tip id="par_id211587653651037">The <link href="text/shared/optionen/01010501.xhp">color picker dialog</link> helps computing red, green and blue components of a composite color. <link href="text/shared/guide/text_color.xhp">Changing the color of text</link> and selecting <emph>Custom color</emph> displays the color picker dialog.</tip>
</section>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
diff --git a/source/text/sbasic/shared/03010306.xhp b/source/text/sbasic/shared/03010306.xhp
index 9dacef5857..617f7f38f5 100644
--- a/source/text/sbasic/shared/03010306.xhp
+++ b/source/text/sbasic/shared/03010306.xhp
@@ -32,7 +32,7 @@
<bookmark_value>RGB function [VBA]</bookmark_value>
</bookmark>
-<h1 id="hd_id3150792"><link href="text/sbasic/shared/03010305.xhp" name="RGB Function">RGB Function [VBA]</link></h1>
+<h1 id="hd_id3150792"><link href="text/sbasic/shared/03010305.xhp">RGB Function [VBA]</link></h1>
<paragraph id="par_id3150447" role="paragraph" xml-lang="en-US">Returns a <literal>Long</literal> integer color value consisting of red, green, and blue components, according to VBA color formula.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
@@ -46,7 +46,7 @@
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<embed href="text/sbasic/shared/03010305.xhp#parameters1"/>
-<warning id="par_id671639922129017">Because of the VBA compatibility mode (<link href="text/sbasic/shared/03103350.xhp" name="vbasupport"><literal>Option VBASupport 1</literal></link>), the <literal>Long</literal> value is calculated as<br/>
+<warning id="par_id671639922129017">Because of the VBA compatibility mode (<link href="text/sbasic/shared/03103350.xhp"><literal>Option VBASupport 1</literal></link>), the <literal>Long</literal> value is calculated as<br/>
<literal>Result = red + green&#215;256 + blue&#215;65536</literal>.
</warning>
diff --git a/source/text/sbasic/shared/03020000.xhp b/source/text/sbasic/shared/03020000.xhp
index e036d774fb..a64a040bd5 100644
--- a/source/text/sbasic/shared/03020000.xhp
+++ b/source/text/sbasic/shared/03020000.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="file_IO">
- <paragraph role="heading" id="hd_id3156344" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03020000.xhp" name="File I/O Functions">File I/O Functions</link></paragraph>
+ <paragraph role="heading" id="hd_id3156344" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03020000.xhp">File I/O Functions</link></paragraph>
<paragraph role="paragraph" id="par_id3153360" xml-lang="en-US">Use File I/O functions to create and manage user-defined (data) files.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US">You can use these functions to support the creation of "relative" files, so that you can save and reload certain records by specifying their record number. File I/O functions can also help you manage your files by providing you with information such as file size, current path settings, or the creation date of a file or a directory.</paragraph>
diff --git a/source/text/sbasic/shared/03020100.xhp b/source/text/sbasic/shared/03020100.xhp
index 762a63e80f..f5437c487d 100644
--- a/source/text/sbasic/shared/03020100.xhp
+++ b/source/text/sbasic/shared/03020100.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="opening">
-<paragraph role="heading" id="hd_id3152924" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03020100.xhp" name="Opening and Closing Files">Opening and Closing Files</link></paragraph>
+<paragraph role="heading" id="hd_id3152924" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03020100.xhp">Opening and Closing Files</link></paragraph>
</section>
<embed href="text/sbasic/shared/03020101.xhp#close"/>
<embed href="text/sbasic/shared/03020102.xhp#freefile"/>
diff --git a/source/text/sbasic/shared/03020101.xhp b/source/text/sbasic/shared/03020101.xhp
index 78cb1907fa..d5830572ce 100644
--- a/source/text/sbasic/shared/03020101.xhp
+++ b/source/text/sbasic/shared/03020101.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<h1 id="hd_id3157896"><variable id="Close_h1"><link href="text/sbasic/shared/03020101.xhp" name="Close Statement">Close Statement</link></variable></h1>
+<h1 id="hd_id3157896"><variable id="Close_h1"><link href="text/sbasic/shared/03020101.xhp">Close Statement</link></variable></h1>
<paragraph id="par_id3147573" role="paragraph" xml-lang="en-US">Closes a specified file that was opened with the Open statement.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03020102.xhp b/source/text/sbasic/shared/03020102.xhp
index d906b63195..81044311b1 100644
--- a/source/text/sbasic/shared/03020102.xhp
+++ b/source/text/sbasic/shared/03020102.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150400" role="heading" level="1" xml-lang="en-US"><variable id="FreeFile_h1"><link href="text/sbasic/shared/03020102.xhp" name="FreeFile Function">FreeFile Function</link></variable></paragraph>
+<paragraph id="hd_id3150400" role="heading" level="1" xml-lang="en-US"><variable id="FreeFile_h1"><link href="text/sbasic/shared/03020102.xhp">FreeFile Function</link></variable></paragraph>
<paragraph id="par_id3154366" role="paragraph" xml-lang="en-US">Returns the next available file number for opening a file. Use this function to open a file using a file number that is not already in use by a currently open file.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03020103.xhp b/source/text/sbasic/shared/03020103.xhp
index ddf55d217a..da3f3677a4 100644
--- a/source/text/sbasic/shared/03020103.xhp
+++ b/source/text/sbasic/shared/03020103.xhp
@@ -33,7 +33,7 @@
<bookmark_value>Open statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3150791"><variable id="Open_h1"><link href="text/sbasic/shared/03020103.xhp" name="Open Statement">Open Statement</link></variable></h1>
+<h1 id="hd_id3150791"><variable id="Open_h1"><link href="text/sbasic/shared/03020103.xhp">Open Statement</link></variable></h1>
<paragraph id="par_id3150769" role="paragraph" xml-lang="en-US">Opens a data channel.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03020200.xhp b/source/text/sbasic/shared/03020200.xhp
index 2ae72fee01..730916c2c1 100644
--- a/source/text/sbasic/shared/03020200.xhp
+++ b/source/text/sbasic/shared/03020200.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="file_IO">
-<paragraph role="heading" id="hd_id3150791" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03020200.xhp" name="File Input/Output Functions">File Input/Output Functions</link></paragraph>
+<paragraph role="heading" id="hd_id3150791" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03020200.xhp">File Input/Output Functions</link></paragraph>
</section>
<embed href="text/sbasic/shared/03020201.xhp#get"/>
<embed href="text/sbasic/shared/03020202.xhp#input"/>
diff --git a/source/text/sbasic/shared/03020201.xhp b/source/text/sbasic/shared/03020201.xhp
index 300451363d..ed4da927bf 100644
--- a/source/text/sbasic/shared/03020201.xhp
+++ b/source/text/sbasic/shared/03020201.xhp
@@ -35,7 +35,7 @@
<h1 id="hd_id3154927"><variable id="Get_h1"><link href="text/sbasic/shared/03020201.xhp">Get Statement</link></variable></h1>
<paragraph id="par_id3145069" role="paragraph" xml-lang="en-US">Reads a record from a relative file, or a sequence of bytes from a binary file, into a variable.</paragraph>
</section>
-<paragraph id="par_id3154346" role="paragraph" xml-lang="en-US">See also: <link href="text/sbasic/shared/03020204.xhp" name="PUT"><item type="literal">PUT</item></link> Statement</paragraph>
+<paragraph id="par_id3154346" role="paragraph" xml-lang="en-US">See also: <link href="text/sbasic/shared/03020204.xhp"><item type="literal">PUT</item></link> Statement</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" id="par_id971587473488701">
diff --git a/source/text/sbasic/shared/03020202.xhp b/source/text/sbasic/shared/03020202.xhp
index 63adaa36d3..6b03deb8af 100644
--- a/source/text/sbasic/shared/03020202.xhp
+++ b/source/text/sbasic/shared/03020202.xhp
@@ -32,7 +32,7 @@
<bookmark_value>Input statement</bookmark_value>
</bookmark>
-<paragraph id="hd_id3154908" role="heading" level="1" xml-lang="en-US"><variable id="Input_h1"><link href="text/sbasic/shared/03020202.xhp" name="Input# Statement">Input# Statement</link></variable></paragraph>
+<paragraph id="hd_id3154908" role="heading" level="1" xml-lang="en-US"><variable id="Input_h1"><link href="text/sbasic/shared/03020202.xhp">Input# Statement</link></variable></paragraph>
<paragraph id="par_id3156424" role="paragraph" xml-lang="en-US">Reads data from an open sequential file.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03020203.xhp b/source/text/sbasic/shared/03020203.xhp
index 1171862686..b3d4cb76de 100644
--- a/source/text/sbasic/shared/03020203.xhp
+++ b/source/text/sbasic/shared/03020203.xhp
@@ -32,7 +32,7 @@
<bookmark_value>Line Input statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3153361"><variable id="LineInput_h1"><link href="text/sbasic/shared/03020203.xhp" name="Line Input# Statement">Line Input# Statement</link></variable></h1>
+<h1 id="hd_id3153361"><variable id="LineInput_h1"><link href="text/sbasic/shared/03020203.xhp">Line Input# Statement</link></variable></h1>
<paragraph id="par_id3156280" role="paragraph" xml-lang="en-US">Reads a line from a sequential file into a variable.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03020204.xhp b/source/text/sbasic/shared/03020204.xhp
index c8b6bd14fd..a91ca0d363 100644
--- a/source/text/sbasic/shared/03020204.xhp
+++ b/source/text/sbasic/shared/03020204.xhp
@@ -31,7 +31,7 @@
<bookmark_value>Put statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3150360"><variable id="Put_h1"><link href="text/sbasic/shared/03020204.xhp" name="Put Statement">Put# Statement</link></variable></h1>
+<h1 id="hd_id3150360"><variable id="Put_h1"><link href="text/sbasic/shared/03020204.xhp">Put# Statement</link></variable></h1>
<paragraph id="par_id3154909" role="paragraph" xml-lang="en-US">Writes a record to a relative file or a sequence of bytes to a binary file.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03020205.xhp b/source/text/sbasic/shared/03020205.xhp
index f971953973..2aa6f57521 100644
--- a/source/text/sbasic/shared/03020205.xhp
+++ b/source/text/sbasic/shared/03020205.xhp
@@ -32,7 +32,7 @@
<bookmark_value>Write statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3147229"><variable id="Write_h1"><link href="text/sbasic/shared/03020205.xhp" name="Write# Statement">Write# Statement</link></variable></h1>
+<h1 id="hd_id3147229"><variable id="Write_h1"><link href="text/sbasic/shared/03020205.xhp">Write# Statement</link></variable></h1>
<paragraph id="par_id3154685" role="paragraph" xml-lang="en-US">Writes data to a sequential text file with delimiting characters.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03020301.xhp b/source/text/sbasic/shared/03020301.xhp
index 2c681a0aa5..d4b52803e8 100644
--- a/source/text/sbasic/shared/03020301.xhp
+++ b/source/text/sbasic/shared/03020301.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3154598" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020301.xhp" name="Eof Function">Eof Function</link></paragraph>
+<paragraph id="hd_id3154598" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020301.xhp">Eof Function</link></paragraph>
<paragraph id="par_id3147182" role="paragraph" xml-lang="en-US">Determines if the file pointer has reached the end of a file.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03020302.xhp b/source/text/sbasic/shared/03020302.xhp
index cba83b1a69..1db86f3e3d 100644
--- a/source/text/sbasic/shared/03020302.xhp
+++ b/source/text/sbasic/shared/03020302.xhp
@@ -33,7 +33,7 @@
<section id="loc">
<bookmark xml-lang="en-US" branch="index" id="bm_id3148663"><bookmark_value>Loc function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3148663" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03020302.xhp" name="Loc Function">Loc Function</link></paragraph>
+<paragraph role="heading" id="hd_id3148663" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03020302.xhp">Loc Function</link></paragraph>
<paragraph role="paragraph" id="par_id3154138" xml-lang="en-US">Returns the current position in an open file.</paragraph>
</section>
<paragraph role="heading" id="hd_id3156422" xml-lang="en-US" level="2">Syntax:</paragraph>
diff --git a/source/text/sbasic/shared/03020303.xhp b/source/text/sbasic/shared/03020303.xhp
index 3741e50cf7..3e854f80f3 100644
--- a/source/text/sbasic/shared/03020303.xhp
+++ b/source/text/sbasic/shared/03020303.xhp
@@ -33,7 +33,7 @@
<section id="lof">
<bookmark xml-lang="en-US" branch="index" id="bm_id3156024"><bookmark_value>Lof function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3156024" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03020303.xhp" name="Lof Function">Lof Function</link></paragraph>
+<paragraph role="heading" id="hd_id3156024" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03020303.xhp">Lof Function</link></paragraph>
<paragraph role="paragraph" id="par_id3146794" xml-lang="en-US">Returns the size of an open file in bytes.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
@@ -45,7 +45,7 @@
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<paragraph role="paragraph" id="par_id3150869" xml-lang="en-US">
<emph>FileNumber:</emph> Any numeric expression that contains the file number that is specified in the <literal>Open</literal> statement.</paragraph>
-<paragraph role="tip" id="par_id3147349" xml-lang="en-US">To obtain the length of a file that is not open, use the <link href="text/sbasic/shared/03020408.xhp" name="FileLen function"><literal>FileLen</literal></link> function.</paragraph>
+<paragraph role="tip" id="par_id3147349" xml-lang="en-US">To obtain the length of a file that is not open, use the <link href="text/sbasic/shared/03020408.xhp"><literal>FileLen</literal></link> function.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
<embed href="text/sbasic/shared/00000003.xhp#err52"/>
diff --git a/source/text/sbasic/shared/03020304.xhp b/source/text/sbasic/shared/03020304.xhp
index 464b09feb3..01352b21df 100644
--- a/source/text/sbasic/shared/03020304.xhp
+++ b/source/text/sbasic/shared/03020304.xhp
@@ -33,12 +33,12 @@
<section id="seek">
<bookmark xml-lang="en-US" branch="index" id="bm_id3154367"><bookmark_value>Seek function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3154367" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03020304.xhp" name="Seek Function">Seek Function</link></paragraph>
+<paragraph role="heading" id="hd_id3154367" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03020304.xhp">Seek Function</link></paragraph>
<paragraph role="paragraph" id="par_id3156280" xml-lang="en-US">Returns the position for the next writing or reading in a file that was opened with the open statement.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3153194" xml-lang="en-US">For random access files, the Seek function returns the number of the next record to be read.</paragraph>
<paragraph role="paragraph" id="par_id3161831" xml-lang="en-US">For all other files, the function returns the byte position at which the next operation is to occur.</paragraph>
-<paragraph role="paragraph" id="par_id3155854" xml-lang="en-US">See also: <link href="text/sbasic/shared/03020103.xhp" name="Open">Open</link>, <link href="text/sbasic/shared/03020305.xhp" name="Seek">Seek</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3155854" xml-lang="en-US">See also: <link href="text/sbasic/shared/03020103.xhp">Open</link>, <link href="text/sbasic/shared/03020305.xhp">Seek</link>.</paragraph>
<paragraph role="heading" id="hd_id3152460" xml-lang="en-US" level="2">Syntax:</paragraph>
<bascode>
<paragraph role="bascode" id="par_id3145365" xml-lang="en-US">Seek (FileNumber)</paragraph>
diff --git a/source/text/sbasic/shared/03020305.xhp b/source/text/sbasic/shared/03020305.xhp
index 9ff8727fd6..875a125742 100644
--- a/source/text/sbasic/shared/03020305.xhp
+++ b/source/text/sbasic/shared/03020305.xhp
@@ -30,7 +30,7 @@
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3159413"><bookmark_value>Seek statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3159413"><link href="text/sbasic/shared/03020305.xhp" name="Seek# Statement">Seek Statement</link></h1>
+<h1 id="hd_id3159413"><link href="text/sbasic/shared/03020305.xhp">Seek Statement</link></h1>
<paragraph role="paragraph" id="par_id3153381">Sets the position for the next writing or reading in a file that was opened with the Open statement.<comment>see #61751</comment></paragraph>
<paragraph role="paragraph" id="par_id2100589">For random access files, the Seek statement sets the number of the next record to be accessed.</paragraph>
<paragraph role="paragraph" id="par_id5444807">For all other files, the Seek statement sets the byte position at which the next operation is to occur.</paragraph>
@@ -54,7 +54,7 @@
<section id="relatedtopics" >
<embed href="text/sbasic/shared/03020103.xhp#Open_h1"/>
- <paragraph role="paragraph" id="par_id491596468328575"><link href="text/sbasic/shared/03020304.xhp" name="Seek">Seek</link> function</paragraph>
+ <paragraph role="paragraph" id="par_id491596468328575"><link href="text/sbasic/shared/03020304.xhp">Seek</link> function</paragraph>
</section>
</body>
diff --git a/source/text/sbasic/shared/03020400.xhp b/source/text/sbasic/shared/03020400.xhp
index 27592c63a5..7e95b2c0ef 100644
--- a/source/text/sbasic/shared/03020400.xhp
+++ b/source/text/sbasic/shared/03020400.xhp
@@ -33,7 +33,7 @@
<section id="organisation">
- <paragraph id="hd_id3145136" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020400.xhp" name="Managing Files">Managing Files</link></paragraph>
+ <paragraph id="hd_id3145136" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020400.xhp">Managing Files</link></paragraph>
<paragraph role="paragraph" id="par_id3147264" xml-lang="en-US">The functions and statements for managing files are described here.</paragraph>
</section>
<embed href="text/sbasic/shared/03020401.xhp#chdir"/>
diff --git a/source/text/sbasic/shared/03020401.xhp b/source/text/sbasic/shared/03020401.xhp
index 42f721d4d5..aec650ede5 100644
--- a/source/text/sbasic/shared/03020401.xhp
+++ b/source/text/sbasic/shared/03020401.xhp
@@ -32,7 +32,7 @@
<bookmark_value>ChDir statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3150178" xml-lang="en-US"><link href="text/sbasic/shared/03020401.xhp" name="ChDir Statement">ChDir Statement</link></h1>
+<h1 id="hd_id3150178" xml-lang="en-US"><link href="text/sbasic/shared/03020401.xhp">ChDir Statement</link></h1>
<paragraph id="par_id3153126" role="paragraph" xml-lang="en-US">Changes the current directory or drive.</paragraph>
</section>
@@ -41,7 +41,7 @@
</section>
<section id="SF_FileSystem_Note">
- <note id="par_id321620859565917">The <link href="text/sbasic/shared/03/lib_ScriptForge.xhp" name="SF_Lib">ScriptForge</link> library in %PRODUCTNAME 7.1 introduces the <link href="text/sbasic/shared/03/sf_filesystem.xhp" name="FileSystem_Service">FileSystem</link> service with methods to handle files and folders in user scripts.</note>
+ <note id="par_id321620859565917">The <link href="text/sbasic/shared/03/lib_ScriptForge.xhp">ScriptForge</link> library in %PRODUCTNAME 7.1 introduces the <link href="text/sbasic/shared/03/sf_filesystem.xhp">FileSystem</link> service with methods to handle files and folders in user scripts.</note>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
diff --git a/source/text/sbasic/shared/03020402.xhp b/source/text/sbasic/shared/03020402.xhp
index 780f9e204c..20102f77ae 100644
--- a/source/text/sbasic/shared/03020402.xhp
+++ b/source/text/sbasic/shared/03020402.xhp
@@ -32,7 +32,7 @@
<bookmark_value>ChDrive statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3145068" xml-lang="en-US"><link href="text/sbasic/shared/03020402.xhp" name="ChDrive Statement">ChDrive Statement</link></h1>
+<h1 id="hd_id3145068" xml-lang="en-US"><link href="text/sbasic/shared/03020402.xhp">ChDrive Statement</link></h1>
<paragraph id="par_id3149656" role="paragraph" xml-lang="en-US">Changes the current drive.</paragraph>
</section>
<embed href="text/sbasic/shared/03020401.xhp#deprecated_inStarOffice7"/>
@@ -44,7 +44,7 @@
</bascode>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
-<paragraph id="par_id3145172" role="paragraph" xml-lang="en-US"> <emph>Text:</emph> Any string expression that contains the drive letter of the new drive. If you want, you can use <link href="text/sbasic/shared/00000002.xhp" name="URL notation">URL notation</link>.</paragraph>
+<paragraph id="par_id3145172" role="paragraph" xml-lang="en-US"> <emph>Text:</emph> Any string expression that contains the drive letter of the new drive. If you want, you can use <link href="text/sbasic/shared/00000002.xhp">URL notation</link>.</paragraph>
<paragraph id="par_id3145785" role="paragraph" xml-lang="en-US">The drive must be assigned a capital letter. Under Windows, the letter that you assign the drive is restricted by the settings in LASTDRV. If the drive argument is a multiple-character string, only the first letter is relevant. If you attempt to access a non-existent drive, an error occurs that you can respond to with the OnError statement.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
diff --git a/source/text/sbasic/shared/03020404.xhp b/source/text/sbasic/shared/03020404.xhp
index 5416578ca5..dc18b5af80 100644
--- a/source/text/sbasic/shared/03020404.xhp
+++ b/source/text/sbasic/shared/03020404.xhp
@@ -32,7 +32,7 @@
<bookmark_value>Dir function</bookmark_value>
</bookmark>
-<h1 id="hd_id3154347" xml-lang="en-US"><link href="text/sbasic/shared/03020404.xhp" name="Dir Function">Dir Function</link></h1>
+<h1 id="hd_id3154347" xml-lang="en-US"><link href="text/sbasic/shared/03020404.xhp">Dir Function</link></h1>
<paragraph id="par_id3153381" role="paragraph" xml-lang="en-US">Returns the name of a file, a directory, or all of the files and the directories on a drive or in a directory that match the specified search path.</paragraph>
</section>
@@ -45,7 +45,7 @@
<paragraph id="par_id3153193" role="paragraph" xml-lang="en-US">String</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
-<paragraph id="par_id3161831" role="paragraph" xml-lang="en-US"> <emph>Text:</emph> Any string expression that specifies the search path, directory or file. This argument can only be specified the first time that you call the Dir function. If you want, you can enter the path in <link href="text/sbasic/shared/00000002.xhp" name="URL notation">URL notation</link>.</paragraph>
+<paragraph id="par_id3161831" role="paragraph" xml-lang="en-US"> <emph>Text:</emph> Any string expression that specifies the search path, directory or file. This argument can only be specified the first time that you call the Dir function. If you want, you can enter the path in <link href="text/sbasic/shared/00000002.xhp">URL notation</link>.</paragraph>
<paragraph id="par_id3146974" role="paragraph" xml-lang="en-US"> <emph>Attrib: </emph>Any integer expression that specifies bitwise file attributes. The Dir function only returns files or directories that match the specified attributes. You can combine several attributes by adding the attribute values:</paragraph>
<paragraph id="par_id3149666" role="paragraph" xml-lang="en-US">0 : Normal files.</paragraph>
<paragraph id="par_id3147427" role="paragraph" xml-lang="en-US">16 : Returns the name of the directory only.</paragraph>
diff --git a/source/text/sbasic/shared/03020405.xhp b/source/text/sbasic/shared/03020405.xhp
index d19d305467..f1ba3fb4d5 100644
--- a/source/text/sbasic/shared/03020405.xhp
+++ b/source/text/sbasic/shared/03020405.xhp
@@ -34,11 +34,11 @@
</bookmark>
-<paragraph id="hd_id3153380" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020405.xhp" name="FileAttr Function">FileAttr Function</link></paragraph>
+<paragraph id="hd_id3153380" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020405.xhp">FileAttr Function</link></paragraph>
<paragraph id="par_id3154366" role="paragraph" xml-lang="en-US">Returns the access mode or the file access number of a file that was opened with the Open statement. The file access number is dependent on the operating system (OSH = Operating System Handle).</paragraph>
</section>
<paragraph id="par_id3153364" role="note" xml-lang="en-US">If you use a 32-Bit operating system, you cannot use the FileAttr-Function to determine the file access number.</paragraph>
-<paragraph id="par_id3163713" role="paragraph" xml-lang="en-US">See also: <link href="text/sbasic/shared/03020103.xhp" name="Open">Open</link></paragraph>
+<paragraph id="par_id3163713" role="paragraph" xml-lang="en-US">See also: <link href="text/sbasic/shared/03020103.xhp">Open</link></paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<bascode>
diff --git a/source/text/sbasic/shared/03020406.xhp b/source/text/sbasic/shared/03020406.xhp
index 3fb2923e89..b7a762f9a7 100644
--- a/source/text/sbasic/shared/03020406.xhp
+++ b/source/text/sbasic/shared/03020406.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3154840" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020406.xhp" name="FileCopy Statement">FileCopy Statement</link></paragraph>
+<paragraph id="hd_id3154840" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020406.xhp">FileCopy Statement</link></paragraph>
<paragraph id="par_id3149497" role="paragraph" xml-lang="en-US">Copies a file.</paragraph>
</section>
@@ -44,7 +44,7 @@
</bascode>
<paragraph id="hd_id3153825" role="heading" level="2" xml-lang="en-US">Parameters:</paragraph>
-<paragraph id="par_id3155390" role="paragraph" xml-lang="en-US"> <emph>TextFrom:</emph> Any string expression that specifies the name of the file that you want to copy. The expression can contain optional path and drive information. If you want, you can enter a path in <link href="text/sbasic/shared/00000002.xhp" name="URL notation">URL notation</link>.</paragraph>
+<paragraph id="par_id3155390" role="paragraph" xml-lang="en-US"> <emph>TextFrom:</emph> Any string expression that specifies the name of the file that you want to copy. The expression can contain optional path and drive information. If you want, you can enter a path in <link href="text/sbasic/shared/00000002.xhp">URL notation</link>.</paragraph>
<paragraph id="par_id3150669" role="paragraph" xml-lang="en-US"> <emph>TextTo:</emph> Any string expression that specifies where you want to copy the source file to. The expression can contain the destination drive, the path, and file name, or the path in URL notation.</paragraph>
<paragraph id="par_id3150791" role="note" xml-lang="en-US">You can only use the FileCopy statement to copy files that are not opened.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
diff --git a/source/text/sbasic/shared/03020407.xhp b/source/text/sbasic/shared/03020407.xhp
index d198d34070..98544abd44 100644
--- a/source/text/sbasic/shared/03020407.xhp
+++ b/source/text/sbasic/shared/03020407.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3153361" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020407.xhp" name="FileDateTime Function">FileDateTime Function</link></paragraph>
+<paragraph id="hd_id3153361" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020407.xhp">FileDateTime Function</link></paragraph>
<paragraph id="par_id3156423" role="paragraph" xml-lang="en-US">Returns a string that contains the date and the time that a file was created or last modified.</paragraph>
</section>
@@ -44,7 +44,7 @@
</bascode>
<paragraph id="hd_id3150448" role="heading" level="2" xml-lang="en-US">Parameters:</paragraph>
-<paragraph id="par_id3159153" role="paragraph" xml-lang="en-US"> <emph>Text:</emph> Any string expression that contains an unambiguous (no wildcards) file specification. You can also use <link href="text/sbasic/shared/00000002.xhp" name="URL notation">URL notation</link>.</paragraph>
+<paragraph id="par_id3159153" role="paragraph" xml-lang="en-US"> <emph>Text:</emph> Any string expression that contains an unambiguous (no wildcards) file specification. You can also use <link href="text/sbasic/shared/00000002.xhp">URL notation</link>.</paragraph>
<paragraph id="par_id3155306" role="paragraph" xml-lang="en-US">This function determines the exact time of creation or last modification of a file, returned in the format "MM.DD.YYYY HH.MM.SS".</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#languageformat"/>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
diff --git a/source/text/sbasic/shared/03020408.xhp b/source/text/sbasic/shared/03020408.xhp
index bb3a030f23..76a283f633 100644
--- a/source/text/sbasic/shared/03020408.xhp
+++ b/source/text/sbasic/shared/03020408.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3153126" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020408.xhp" name="FileLen Function">FileLen Function</link></paragraph>
+<paragraph id="hd_id3153126" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020408.xhp">FileLen Function</link></paragraph>
<paragraph id="par_id3145068" role="paragraph" xml-lang="en-US">Returns the length of a file in bytes.</paragraph>
</section>
@@ -45,11 +45,11 @@
<embed href="text/sbasic/shared/00000003.xhp#functvalue"/>
<paragraph id="par_id3156282" localize="false" role="paragraph" xml-lang="en-US">Long</paragraph>
-<tip id="par_id401651744449325">Use <link href="text/sbasic/shared/03/sf_filesystem.xhp" name="ScriptForge.FileSystem service">ScriptForge.FileSystem</link> service <link href="text/sbasic/shared/03/sf_filesystem.xhp#GetFileLen" name="GetFileLen method">GetFileLen()</link> method when size is expected to be over 2 gigabytes.</tip>
+<tip id="par_id401651744449325">Use <link href="text/sbasic/shared/03/sf_filesystem.xhp">ScriptForge.FileSystem</link> service <link href="text/sbasic/shared/03/sf_filesystem.xhp#GetFileLen">GetFileLen()</link> method when size is expected to be over 2 gigabytes.</tip>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
-<paragraph id="par_id3153193" role="paragraph" xml-lang="en-US"> <emph>Text:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href="text/sbasic/shared/00000002.xhp" name="URL notation">URL notation</link>.</paragraph>
-<paragraph id="par_id3150439" role="paragraph" xml-lang="en-US">This function determines the length of a file. If the <literal>FileLen</literal> function is called for an open file, it returns the file length before it was opened. To determine the current file length of an open file, use the <link href="text/sbasic/shared/03020303.xhp" name="Lof function"><literal>Lof</literal></link> function.</paragraph>
+<paragraph id="par_id3153193" role="paragraph" xml-lang="en-US"> <emph>Text:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href="text/sbasic/shared/00000002.xhp">URL notation</link>.</paragraph>
+<paragraph id="par_id3150439" role="paragraph" xml-lang="en-US">This function determines the length of a file. If the <literal>FileLen</literal> function is called for an open file, it returns the file length before it was opened. To determine the current file length of an open file, use the <link href="text/sbasic/shared/03020303.xhp"><literal>Lof</literal></link> function.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
diff --git a/source/text/sbasic/shared/03020409.xhp b/source/text/sbasic/shared/03020409.xhp
index 0eaf7067b8..9be37bdb17 100644
--- a/source/text/sbasic/shared/03020409.xhp
+++ b/source/text/sbasic/shared/03020409.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150984" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020409.xhp" name="GetAttr Function">GetAttr Function</link></paragraph>
+<paragraph id="hd_id3150984" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020409.xhp">GetAttr Function</link></paragraph>
<paragraph id="par_id3154347" role="paragraph" xml-lang="en-US">Returns a bit pattern that identifies the file type or the name of a volume or a directory.</paragraph>
</section>
@@ -47,7 +47,7 @@
<paragraph id="par_id3154909" role="paragraph" xml-lang="en-US">Integer</paragraph>
<paragraph id="hd_id3145172" role="heading" level="2" xml-lang="en-US">Parameters:</paragraph>
-<paragraph id="par_id3151042" role="paragraph" xml-lang="en-US"> <emph>Text:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href="text/sbasic/shared/00000002.xhp" name="URL notation">URL notation</link>.</paragraph>
+<paragraph id="par_id3151042" role="paragraph" xml-lang="en-US"> <emph>Text:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href="text/sbasic/shared/00000002.xhp">URL notation</link>.</paragraph>
<paragraph id="par_id3161831" role="paragraph" xml-lang="en-US">This function determines the attributes for a specified file and returns the bit pattern that can help you to identify the following file attributes:</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
diff --git a/source/text/sbasic/shared/03020410.xhp b/source/text/sbasic/shared/03020410.xhp
index 0c2214b170..29dbf3ac5b 100644
--- a/source/text/sbasic/shared/03020410.xhp
+++ b/source/text/sbasic/shared/03020410.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3153360" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020410.xhp" name="Kill Statement">Kill Statement</link></paragraph>
+<paragraph id="hd_id3153360" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020410.xhp">Kill Statement</link></paragraph>
<paragraph id="par_id3151211" role="paragraph" xml-lang="en-US">Deletes a file from a disk.</paragraph>
</section>
@@ -44,7 +44,7 @@
</bascode>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
-<paragraph id="par_id3150440" role="paragraph" xml-lang="en-US"> <emph>File:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href="text/sbasic/shared/00000002.xhp" name="URL notation">URL notation</link>.</paragraph>
+<paragraph id="par_id3150440" role="paragraph" xml-lang="en-US"> <emph>File:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href="text/sbasic/shared/00000002.xhp">URL notation</link>.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
<embed href="text/sbasic/shared/00000003.xhp#err76"/>
diff --git a/source/text/sbasic/shared/03020411.xhp b/source/text/sbasic/shared/03020411.xhp
index 2051628f20..03d55aa66f 100644
--- a/source/text/sbasic/shared/03020411.xhp
+++ b/source/text/sbasic/shared/03020411.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<h1 id="hd_id3156421" xml-lang="en-US"><link href="text/sbasic/shared/03020411.xhp" name="MkDir Statement">MkDir Statement</link></h1>
+<h1 id="hd_id3156421" xml-lang="en-US"><link href="text/sbasic/shared/03020411.xhp">MkDir Statement</link></h1>
<paragraph role="paragraph" id="par_id971587473488701">
<image src="media/helpimg/sbasic/MkDir_statement.svg" id="img_id4156296484514"><alt xml-lang="en-US" id="alt_id15152796484514">MkDir Statement diagram</alt></image>
</paragraph>
@@ -47,7 +47,7 @@
</bascode>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
-<paragraph id="par_id3153750" role="paragraph" xml-lang="en-US"> <emph>path:</emph> Any string expression that specifies the name and path of the directory to be created. You can also use <link href="text/sbasic/shared/00000002.xhp" name="URL notation">URL notation</link>.</paragraph>
+<paragraph id="par_id3153750" role="paragraph" xml-lang="en-US"> <emph>path:</emph> Any string expression that specifies the name and path of the directory to be created. You can also use <link href="text/sbasic/shared/00000002.xhp">URL notation</link>.</paragraph>
<paragraph id="par_id3153311" role="paragraph" xml-lang="en-US">If the path is not determined, the directory is created in the current directory.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
diff --git a/source/text/sbasic/shared/03020412.xhp b/source/text/sbasic/shared/03020412.xhp
index a754376d62..04d1795b26 100644
--- a/source/text/sbasic/shared/03020412.xhp
+++ b/source/text/sbasic/shared/03020412.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3143268" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020412.xhp" name="Name Statement">Name Statement</link></paragraph>
+<paragraph id="hd_id3143268" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020412.xhp">Name Statement</link></paragraph>
<paragraph id="par_id3154346" role="paragraph" xml-lang="en-US">Renames an existing file or directory.</paragraph>
</section>
@@ -44,7 +44,7 @@
</bascode>
<paragraph id="hd_id3153362" role="heading" level="2" xml-lang="en-US">Parameters:</paragraph>
-<paragraph id="par_id3151210" role="paragraph" xml-lang="en-US"> <emph>OldName, NewName:</emph> Any string expression that specifies the file name, including the path. You can also use <link href="text/sbasic/shared/00000002.xhp" name="URL notation">URL notation</link>.</paragraph><comment>see #i61074</comment>
+<paragraph id="par_id3151210" role="paragraph" xml-lang="en-US"> <emph>OldName, NewName:</emph> Any string expression that specifies the file name, including the path. You can also use <link href="text/sbasic/shared/00000002.xhp">URL notation</link>.</paragraph><comment>see #i61074</comment>
<paragraph id="hd_id3125863" role="heading" level="2" xml-lang="en-US">Example:</paragraph>
<bascode>
diff --git a/source/text/sbasic/shared/03020413.xhp b/source/text/sbasic/shared/03020413.xhp
index 7d38f2cc3e..88bd316a43 100644
--- a/source/text/sbasic/shared/03020413.xhp
+++ b/source/text/sbasic/shared/03020413.xhp
@@ -32,7 +32,7 @@
<bookmark_value>RmDir statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3148947" xml-lang="en-US"><link href="text/sbasic/shared/03020413.xhp" name="RmDir Statement">RmDir Statement</link></h1>
+<h1 id="hd_id3148947" xml-lang="en-US"><link href="text/sbasic/shared/03020413.xhp">RmDir Statement</link></h1>
<paragraph id="par_id3149457" role="paragraph" xml-lang="en-US">Deletes an existing directory from a data medium.</paragraph>
</section>
@@ -45,7 +45,7 @@
</bascode>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
-<paragraph id="par_id3151042" role="paragraph" xml-lang="en-US"> <emph>Text:</emph> Any string expression that specifies the name and path of the directory that you want to delete. You can also use <link href="text/sbasic/shared/00000002.xhp" name="URL notation">URL notation</link>.</paragraph>
+<paragraph id="par_id3151042" role="paragraph" xml-lang="en-US"> <emph>Text:</emph> Any string expression that specifies the name and path of the directory that you want to delete. You can also use <link href="text/sbasic/shared/00000002.xhp">URL notation</link>.</paragraph>
<paragraph id="par_id3153192" role="paragraph" xml-lang="en-US">If the path is not determined, the <emph>RmDir Statement</emph> searches for the directory that you want to delete in the current path. If it is not found there, an error message appears.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
diff --git a/source/text/sbasic/shared/03020414.xhp b/source/text/sbasic/shared/03020414.xhp
index e4cd4814da..c476c7e4dc 100644
--- a/source/text/sbasic/shared/03020414.xhp
+++ b/source/text/sbasic/shared/03020414.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3147559" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020414.xhp" name="SetAttr Statement">SetAttr Statement</link></paragraph>
+<paragraph id="hd_id3147559" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020414.xhp">SetAttr Statement</link></paragraph>
<paragraph id="par_id3147264" role="paragraph" xml-lang="en-US">Sets the attribute information for a specified file.</paragraph>
</section>
@@ -44,7 +44,7 @@
</bascode>
<paragraph id="hd_id3125863" role="heading" level="2" xml-lang="en-US">Parameters:</paragraph>
-<paragraph id="par_id3154909" role="paragraph" xml-lang="en-US">FileName: Name of the file, including the path, that you want to test attributes of. If you do not enter a path, <emph>SetAttr</emph> searches for the file in the current directory. You can also use <link href="text/sbasic/shared/00000002.xhp" name="URL notation">URL notation</link>.</paragraph>
+<paragraph id="par_id3154909" role="paragraph" xml-lang="en-US">FileName: Name of the file, including the path, that you want to test attributes of. If you do not enter a path, <emph>SetAttr</emph> searches for the file in the current directory. You can also use <link href="text/sbasic/shared/00000002.xhp">URL notation</link>.</paragraph>
<paragraph id="par_id3153192" role="paragraph" xml-lang="en-US"> <emph>Attribute:</emph> Bit pattern defining the attributes that you want to set or to clear:</paragraph>
<paragraph id="par_id3145786" role="paragraph" xml-lang="en-US"> <emph>Value</emph> </paragraph>
diff --git a/source/text/sbasic/shared/03020415.xhp b/source/text/sbasic/shared/03020415.xhp
index 162e1bf9b8..8ac875c185 100644
--- a/source/text/sbasic/shared/03020415.xhp
+++ b/source/text/sbasic/shared/03020415.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3148946" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020415.xhp" name="FileExists Function">FileExists Function</link></paragraph>
+<paragraph id="hd_id3148946" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020415.xhp">FileExists Function</link></paragraph>
<paragraph id="par_id3153361" role="paragraph" xml-lang="en-US">Determines if a file or a directory is available on the data medium.</paragraph>
</section>
@@ -47,7 +47,7 @@
<paragraph id="par_id3150769" role="paragraph" xml-lang="en-US">Bool</paragraph>
<paragraph id="hd_id3153770" role="heading" level="2" xml-lang="en-US">Parameters:</paragraph>
-<paragraph id="par_id3147349" role="paragraph" xml-lang="en-US">FileName | DirectoryName: Any string expression that contains an unambiguous file specification. You can also use <link href="text/sbasic/shared/00000002.xhp" name="URL notation">URL notation</link>.</paragraph>
+<paragraph id="par_id3147349" role="paragraph" xml-lang="en-US">FileName | DirectoryName: Any string expression that contains an unambiguous file specification. You can also use <link href="text/sbasic/shared/00000002.xhp">URL notation</link>.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
diff --git a/source/text/sbasic/shared/03030000.xhp b/source/text/sbasic/shared/03030000.xhp
index c9c3d55054..cbcd1c060a 100644
--- a/source/text/sbasic/shared/03030000.xhp
+++ b/source/text/sbasic/shared/03030000.xhp
@@ -32,7 +32,7 @@
<section id="date_time">
- <paragraph id="hd_id3150502" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030000.xhp" name="Date and Time Functions">Date and Time Functions</link></paragraph>
+ <paragraph id="hd_id3150502" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030000.xhp">Date and Time Functions</link></paragraph>
<paragraph role="paragraph" id="par_id3153255" xml-lang="en-US">Use the statements and functions described here to perform date and time calculations.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3152363" xml-lang="en-US"><item type="productname">%PRODUCTNAME</item> Basic lets you calculate time or date differences by converting the time and date values to continuous numeric values. After the difference is calculated, special functions are used to reconvert the values to the standard time or date formats.</paragraph>
diff --git a/source/text/sbasic/shared/03030100.xhp b/source/text/sbasic/shared/03030100.xhp
index bbc69eac48..cf202517d4 100644
--- a/source/text/sbasic/shared/03030100.xhp
+++ b/source/text/sbasic/shared/03030100.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="datevalues">
-<paragraph role="heading" id="hd_id3147573" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03030100.xhp" name="Converting Date Values">Converting Date Values</link></paragraph>
+<paragraph role="heading" id="hd_id3147573" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03030100.xhp">Converting Date Values</link></paragraph>
<paragraph role="paragraph" id="par_id3154760" xml-lang="en-US">The following functions convert date values to calculable numbers and back.</paragraph>
</section>
<embed href="text/sbasic/shared/03030101.xhp#dateserial"/>
diff --git a/source/text/sbasic/shared/03030101.xhp b/source/text/sbasic/shared/03030101.xhp
index 80787ba5cd..5448dda636 100644
--- a/source/text/sbasic/shared/03030101.xhp
+++ b/source/text/sbasic/shared/03030101.xhp
@@ -32,7 +32,7 @@
<section id="dateserial">
<bookmark xml-lang="en-US" branch="index" id="bm_id3157896"><bookmark_value>DateSerial function</bookmark_value>
</bookmark>
-<h1 id="hd_id381619878817271"><variable id="DateSerial_H1"><link href="text/sbasic/shared/03030101.xhp" name="DateSerial Function">DateSerial Function</link></variable></h1>
+<h1 id="hd_id381619878817271"><variable id="DateSerial_H1"><link href="text/sbasic/shared/03030101.xhp">DateSerial Function</link></variable></h1>
<paragraph role="paragraph" id="par_id3143267" xml-lang="en-US">Returns a <emph>Date</emph> value for a specified year, month, and day.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
diff --git a/source/text/sbasic/shared/03030102.xhp b/source/text/sbasic/shared/03030102.xhp
index aea6339a0c..967ec67a14 100644
--- a/source/text/sbasic/shared/03030102.xhp
+++ b/source/text/sbasic/shared/03030102.xhp
@@ -32,7 +32,7 @@
<section id="datevalue">
<bookmark xml-lang="en-US" branch="index" id="bm_id3156344"><bookmark_value>DateValue function</bookmark_value>
</bookmark>
- <h1 id="hd_id3156344"><variable id="DateValue_H1"><link href="text/sbasic/shared/03030102.xhp" name="DateValue Function">DateValue Function</link></variable></h1>
+ <h1 id="hd_id3156344"><variable id="DateValue_H1"><link href="text/sbasic/shared/03030102.xhp">DateValue Function</link></variable></h1>
<paragraph role="paragraph" id="par_id3150542" xml-lang="en-US">Returns a <emph>Date</emph> object from a string representing a date.</paragraph>
<paragraph role="paragraph" id="par_id671643046319326">The returned object is represented internally as a single numeric value corresponding to the specified date. This value can be used to calculate the number of days between two dates.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03030103.xhp b/source/text/sbasic/shared/03030103.xhp
index b39292b037..d2e6baab96 100644
--- a/source/text/sbasic/shared/03030103.xhp
+++ b/source/text/sbasic/shared/03030103.xhp
@@ -32,7 +32,7 @@
<section id="day">
<bookmark xml-lang="en-US" branch="index" id="bm_id3153345"><bookmark_value>Day function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153345" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03030103.xhp" name="Day Function">Day Function</link></paragraph>
+<paragraph role="heading" id="hd_id3153345" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03030103.xhp">Day Function</link></paragraph>
<paragraph role="paragraph" id="par_id3147560" xml-lang="en-US">Returns a value that represents the day of the month based on a serial date number generated by <emph>DateSerial</emph> or <emph>DateValue</emph>.</paragraph>
</section>
<paragraph role="heading" id="hd_id3149456" xml-lang="en-US" level="2">Syntax:</paragraph>
diff --git a/source/text/sbasic/shared/03030104.xhp b/source/text/sbasic/shared/03030104.xhp
index 90e7d4754f..b1d523ce05 100644
--- a/source/text/sbasic/shared/03030104.xhp
+++ b/source/text/sbasic/shared/03030104.xhp
@@ -32,7 +32,7 @@
<section id="month">
<bookmark xml-lang="en-US" branch="index" id="bm_id3153127"><bookmark_value>Month function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153127" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03030104.xhp" name="Month Function">Month Function</link></paragraph>
+<paragraph role="heading" id="hd_id3153127" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03030104.xhp">Month Function</link></paragraph>
<paragraph role="paragraph" id="par_id3148550" xml-lang="en-US">Returns the month of a year from a serial date that is generated by the DateSerial or the DateValue function.</paragraph>
</section>
<paragraph role="heading" id="hd_id3145068" xml-lang="en-US" level="2">Syntax:</paragraph>
diff --git a/source/text/sbasic/shared/03030105.xhp b/source/text/sbasic/shared/03030105.xhp
index f2bd1dad4b..2be095020f 100644
--- a/source/text/sbasic/shared/03030105.xhp
+++ b/source/text/sbasic/shared/03030105.xhp
@@ -32,10 +32,10 @@
<bookmark_value>WeekDay function</bookmark_value>
</bookmark>
-<h1 id="hd_id3153127"><variable id="WeekDay_H1"><link href="text/sbasic/shared/03030105.xhp" name="WeekDay Function">WeekDay Function</link></variable></h1>
+<h1 id="hd_id3153127"><variable id="WeekDay_H1"><link href="text/sbasic/shared/03030105.xhp">WeekDay Function</link></variable></h1>
<paragraph role="paragraph" id="par_id3146795" xml-lang="en-US">This function returns the number corresponding to the weekday represented by a serial date number that is generated by the <literal>DateSerial</literal> or the <literal>DateValue</literal> functions.</paragraph>
</section>
-<note id="par_id91620239579003">This help page describes the <literal>WeekDay</literal> function used in Basic scripts. If you are interested in the <literal>WeekDay</literal> function used in %PRODUCTNAME Calc, refer to <link href="text/scalc/01/func_weekday.xhp" name="WeekDay_Calc Function">this help page</link>.</note>
+<note id="par_id91620239579003">This help page describes the <literal>WeekDay</literal> function used in Basic scripts. If you are interested in the <literal>WeekDay</literal> function used in %PRODUCTNAME Calc, refer to <link href="text/scalc/01/func_weekday.xhp">this help page</link>.</note>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<bascode>
<paragraph role="bascode" id="par_id3149655" xml-lang="en-US">WeekDay (SerialDate, [FirstDayOfWeek])</paragraph>
@@ -149,7 +149,7 @@
</tablerow>
</table>
</section>
-<note id="par_id451619720094202">The VBA constants listed above are only available if VBA support has been enabled. For more information, read the <link href="text/sbasic/shared/03103350.xhp" name="VBASupport_Statement">VBASupport Statement</link> help page.</note>
+<note id="par_id451619720094202">The VBA constants listed above are only available if VBA support has been enabled. For more information, read the <link href="text/sbasic/shared/03103350.xhp">VBASupport Statement</link> help page.</note>
<embed href="text/sbasic/shared/00000003.xhp#functvalue"/>
<paragraph role="paragraph" id="par_id3154125" xml-lang="en-US">Integer</paragraph>
diff --git a/source/text/sbasic/shared/03030106.xhp b/source/text/sbasic/shared/03030106.xhp
index 6d99a611ac..57b223b839 100644
--- a/source/text/sbasic/shared/03030106.xhp
+++ b/source/text/sbasic/shared/03030106.xhp
@@ -32,7 +32,7 @@
<section id="year">
<bookmark xml-lang="en-US" branch="index" id="bm_id3148664"><bookmark_value>Year function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3148664" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03030106.xhp" name="Year Function">Year Function</link></paragraph>
+<paragraph role="heading" id="hd_id3148664" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03030106.xhp">Year Function</link></paragraph>
<paragraph role="paragraph" id="par_id3149655" xml-lang="en-US">Returns the year from a serial date number that is generated by the DateSerial or the DateValue function.</paragraph>
</section>
<paragraph role="heading" id="hd_id3154125" xml-lang="en-US" level="2">Syntax:</paragraph>
diff --git a/source/text/sbasic/shared/03030107.xhp b/source/text/sbasic/shared/03030107.xhp
index 947b738f97..2d61b406a0 100644
--- a/source/text/sbasic/shared/03030107.xhp
+++ b/source/text/sbasic/shared/03030107.xhp
@@ -32,7 +32,7 @@
<bookmark_value>CdateToIso function</bookmark_value>
</bookmark>
-<paragraph id="hd_id3150620" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030107.xhp" name="CDateToIso Function">CDateToIso Function</link></paragraph>
+<paragraph id="hd_id3150620" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030107.xhp">CDateToIso Function</link></paragraph>
<paragraph id="par_id3151097" role="paragraph" xml-lang="en-US">Returns the date in ISO format without separators (YYYYMMDD) from a serial date number that is generated by the DateSerial or the DateValue or the CDateFromIso function.</paragraph>
<paragraph id="par_id3151098" role="paragraph" xml-lang="en-US">The year part consists of at least four digits, with leading zeros if the absolute value is less than 1000, it can be negative with a leading minus sign if the date passed denotes a year before the common era (BCE) and it can have more than four digits if the absolute value is greater than 9999. The formatted string returned can be in the range "-327680101" to "327671231".</paragraph>
<paragraph id="par_id3151099" role="note" xml-lang="en-US">Years less than 100 and greater than 9999 are supported since %PRODUCTNAME 5.4.</paragraph>
diff --git a/source/text/sbasic/shared/03030108.xhp b/source/text/sbasic/shared/03030108.xhp
index 1662472af5..6e1833c6f0 100644
--- a/source/text/sbasic/shared/03030108.xhp
+++ b/source/text/sbasic/shared/03030108.xhp
@@ -32,11 +32,11 @@
<section id="cdatefromiso">
<bookmark xml-lang="en-US" branch="index" id="bm_id3153127"><bookmark_value>CdateFromIso function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153127" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03030108.xhp" name="CDateFromIso Function">CDateFromIso Function</link></paragraph>
+<paragraph role="heading" id="hd_id3153127" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03030108.xhp">CDateFromIso Function</link></paragraph>
<paragraph role="paragraph" id="par_id3148550" xml-lang="en-US">Returns the internal date number from a string that contains a date in ISO format (YYYYMMDD or YYYY-MM-DD).</paragraph>
<paragraph id="par_id3148551" role="paragraph" xml-lang="en-US">The year part must consist of either two (supported only in YYMMDD format without separators for compatibility) or at least four digits. With four digits leading zeros must be given if the absolute value is less than 1000, it can be negative with a leading minus sign if the date passed denotes a year before the common era (BCE) and it can have more than four digits if the absolute value is greater than 9999. The formatted string can be in the range "-327680101" to "327671231", or "-32768-01-01" to "32767-12-31".</paragraph>
<paragraph id="par_id3148552" role="paragraph" xml-lang="en-US">An invalid date results in an error. Year 0 is not accepted, the last day BCE is -0001-12-31 and the next day CE is 0001-01-01. Dates before 1582-10-15 are in the proleptic Gregorian calendar.</paragraph>
-<paragraph id="par_id3148553" role="tip" xml-lang="en-US">When converting a date serial number to a printable string, for example for the Print or MsgBox command, the locale's default calendar is used and at that 1582-10-15 cutover date may switch to the Julian calendar, which can result in a different date being displayed than expected. Use the <link href="text/sbasic/shared/03030107.xhp" name="CDateToIso Function">CDateToIso Function</link> to convert such date number to a string representation in the proleptic Gregorian calendar.</paragraph>
+<paragraph id="par_id3148553" role="tip" xml-lang="en-US">When converting a date serial number to a printable string, for example for the Print or MsgBox command, the locale's default calendar is used and at that 1582-10-15 cutover date may switch to the Julian calendar, which can result in a different date being displayed than expected. Use the <link href="text/sbasic/shared/03030107.xhp">CDateToIso Function</link> to convert such date number to a string representation in the proleptic Gregorian calendar.</paragraph>
<paragraph id="par_id3148554" role="note" xml-lang="en-US">The YYYY-MM-DD format with separators is supported since %PRODUCTNAME 5.3.4. Years less than 100 or greater than 9999 are accepted since %PRODUCTNAME 5.4 if not in VBA compatibility mode.</paragraph>
</section>
<paragraph role="heading" id="hd_id3148947" xml-lang="en-US" level="2">Syntax:</paragraph>
diff --git a/source/text/sbasic/shared/03030111.xhp b/source/text/sbasic/shared/03030111.xhp
index 748dfe0ed5..ea12a8671f 100644
--- a/source/text/sbasic/shared/03030111.xhp
+++ b/source/text/sbasic/shared/03030111.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150620" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030111.xhp" name="CDateToUnoDate Function">CDateToUnoDate Function</link></paragraph>
+<paragraph id="hd_id3150620" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030111.xhp">CDateToUnoDate Function</link></paragraph>
<paragraph id="par_id3151097" role="paragraph" xml-lang="en-US">Returns the date as a UNO com.sun.star.util.Date struct.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03030112.xhp b/source/text/sbasic/shared/03030112.xhp
index 4bc61338a5..58f716f415 100644
--- a/source/text/sbasic/shared/03030112.xhp
+++ b/source/text/sbasic/shared/03030112.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150620" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030112.xhp" name="CDateFromUnoDate Function">CDateFromUnoDate Function</link></paragraph>
+<paragraph id="hd_id3150620" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030112.xhp">CDateFromUnoDate Function</link></paragraph>
<paragraph id="par_id3151097" role="paragraph" xml-lang="en-US">Converts a UNO com.sun.star.util.Date struct to a Date value.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03030113.xhp b/source/text/sbasic/shared/03030113.xhp
index 1a19ab6895..ee6c8e2f10 100644
--- a/source/text/sbasic/shared/03030113.xhp
+++ b/source/text/sbasic/shared/03030113.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150620" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030113.xhp" name="CDateToUnoTime Function">CDateToUnoTime Function</link></paragraph>
+<paragraph id="hd_id3150620" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030113.xhp">CDateToUnoTime Function</link></paragraph>
<paragraph id="par_id3151097" role="paragraph" xml-lang="en-US">Returns the time part of the date as a UNO com.sun.star.util.Time struct.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03030114.xhp b/source/text/sbasic/shared/03030114.xhp
index 2c37d67784..da27f5d497 100644
--- a/source/text/sbasic/shared/03030114.xhp
+++ b/source/text/sbasic/shared/03030114.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150620" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030114.xhp" name="CDateFromUnoTime Function">CDateFromUnoTime Function</link></paragraph>
+<paragraph id="hd_id3150620" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030114.xhp">CDateFromUnoTime Function</link></paragraph>
<paragraph id="par_id3151097" role="paragraph" xml-lang="en-US">Converts a UNO com.sun.star.util.Time struct to a Date value.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03030115.xhp b/source/text/sbasic/shared/03030115.xhp
index 7523d32649..95ae533275 100644
--- a/source/text/sbasic/shared/03030115.xhp
+++ b/source/text/sbasic/shared/03030115.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150620" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030115.xhp" name="CDateToUnoDateTime Function">CDateToUnoDateTime Function</link></paragraph>
+<paragraph id="hd_id3150620" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030115.xhp">CDateToUnoDateTime Function</link></paragraph>
<paragraph id="par_id3151097" role="paragraph" xml-lang="en-US">Returns the time part of the date as a UNO com.sun.star.util.DateTime struct.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03030116.xhp b/source/text/sbasic/shared/03030116.xhp
index f46887f534..5adf14bda3 100644
--- a/source/text/sbasic/shared/03030116.xhp
+++ b/source/text/sbasic/shared/03030116.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150620" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030116.xhp" name="CDateFromUnoDateTime Function">CDateFromUnoDateTime Function</link></paragraph>
+<paragraph id="hd_id3150620" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030116.xhp">CDateFromUnoDateTime Function</link></paragraph>
<paragraph id="par_id3151097" role="paragraph" xml-lang="en-US">Converts a UNO com.sun.star.util.DateTime struct to a Date value.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03030200.xhp b/source/text/sbasic/shared/03030200.xhp
index e12f268026..9c81239c32 100644
--- a/source/text/sbasic/shared/03030200.xhp
+++ b/source/text/sbasic/shared/03030200.xhp
@@ -33,7 +33,7 @@
<section id="timevalues">
- <paragraph id="hd_id3147226" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030200.xhp" name="Converting Time Values">Converting Time Values</link></paragraph>
+ <paragraph id="hd_id3147226" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030200.xhp">Converting Time Values</link></paragraph>
<paragraph role="paragraph" id="par_id3149415" xml-lang="en-US">The following functions convert time values to calculable numbers.</paragraph>
</section>
<embed href="text/sbasic/shared/03030201.xhp#hour"/>
diff --git a/source/text/sbasic/shared/03030201.xhp b/source/text/sbasic/shared/03030201.xhp
index 6d246b8e6f..97bc08628f 100644
--- a/source/text/sbasic/shared/03030201.xhp
+++ b/source/text/sbasic/shared/03030201.xhp
@@ -29,7 +29,7 @@
<section id="hour">
<bookmark xml-lang="en-US" branch="index" id="bm_id3156042"><bookmark_value>Hour function</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3156042" role="heading" level="1"><link href="text/sbasic/shared/03030201.xhp" name="Hour Function">Hour Function</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3156042" role="heading" level="1"><link href="text/sbasic/shared/03030201.xhp">Hour Function</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3149346" role="paragraph">Returns the hour from a time value that is generated by the TimeSerial or the TimeValue function.</paragraph>
</section>
<paragraph xml-lang="en-US" id="hd_id3147574" role="heading" level="2">Syntax:</paragraph>
diff --git a/source/text/sbasic/shared/03030202.xhp b/source/text/sbasic/shared/03030202.xhp
index 979e62808a..04b42b7a51 100644
--- a/source/text/sbasic/shared/03030202.xhp
+++ b/source/text/sbasic/shared/03030202.xhp
@@ -29,7 +29,7 @@
<section id="minute">
<bookmark xml-lang="en-US" branch="index" id="bm_id3155419"><bookmark_value>Minute function</bookmark_value>
</bookmark>
- <h1 id="hd_id3155419"><link href="text/sbasic/shared/03030202.xhp" name="Minute Function">Minute Function (BASIC)</link></h1>
+ <h1 id="hd_id3155419"><link href="text/sbasic/shared/03030202.xhp">Minute Function (BASIC)</link></h1>
<paragraph xml-lang="en-US" id="par_id3156344" role="paragraph">Returns the minute of the hour that corresponds to the serial time value that is generated by the TimeSerial or the TimeValue function.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
diff --git a/source/text/sbasic/shared/03030203.xhp b/source/text/sbasic/shared/03030203.xhp
index 4a9d7c6323..3764abb87d 100644
--- a/source/text/sbasic/shared/03030203.xhp
+++ b/source/text/sbasic/shared/03030203.xhp
@@ -32,7 +32,7 @@
<bookmark_value>Now function</bookmark_value>
</bookmark>
-<h1 id="hd_id641619720735711"><variable id="Now_H1"><link href="text/sbasic/shared/03030203.xhp" name="Now Function">Now Function</link></variable></h1>
+<h1 id="hd_id641619720735711"><variable id="Now_H1"><link href="text/sbasic/shared/03030203.xhp">Now Function</link></variable></h1>
<paragraph id="par_id3149670" role="paragraph" xml-lang="en-US">Returns the current system date and time as a <emph>Date</emph> value.</paragraph>
</section>
@@ -51,7 +51,7 @@
<paragraph id="par_idm1341591760" role="bascode" localize="false" xml-lang="en-US">End Sub</paragraph>
</bascode>
-<note id="par_id491610993401822">The <literal>Now</literal> function measures time in seconds. To measure time in milliseconds use the <link href="text/sbasic/shared/03/sf_timer.xhp" name="ScriptForge.Timer service"><literal>Timer</literal> service</link>.</note>
+<note id="par_id491610993401822">The <literal>Now</literal> function measures time in seconds. To measure time in milliseconds use the <link href="text/sbasic/shared/03/sf_timer.xhp"><literal>Timer</literal> service</link>.</note>
<section id="relatedtopics">
<paragraph role="paragraph" id="par_id531610970649205"><embedvar href="text/sbasic/shared/03/sf_timer.xhp#TimerService"/></paragraph>
diff --git a/source/text/sbasic/shared/03030204.xhp b/source/text/sbasic/shared/03030204.xhp
index cf11c82dae..4e8a65257d 100644
--- a/source/text/sbasic/shared/03030204.xhp
+++ b/source/text/sbasic/shared/03030204.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3153346" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030204.xhp" name="Second Function">Second Function</link></paragraph>
+<paragraph id="hd_id3153346" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030204.xhp">Second Function</link></paragraph>
<paragraph id="par_id3156023" role="paragraph" xml-lang="en-US">Returns an integer that represents the seconds of the serial time number that is generated by the TimeSerial or the TimeValue function.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03030205.xhp b/source/text/sbasic/shared/03030205.xhp
index c351bf9fdf..376c632aa9 100644
--- a/source/text/sbasic/shared/03030205.xhp
+++ b/source/text/sbasic/shared/03030205.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3143271" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030205.xhp" name="TimeSerial Function">TimeSerial Function</link></paragraph>
+<paragraph id="hd_id3143271" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030205.xhp">TimeSerial Function</link></paragraph>
<paragraph id="par_id3156344" role="paragraph" xml-lang="en-US">Calculates a serial time value for the specified hour, minute, and second parameters that are passed as numeric value. You can then use this value to calculate the difference between times.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03030206.xhp b/source/text/sbasic/shared/03030206.xhp
index baf4ee9ea5..cc978f83a3 100644
--- a/source/text/sbasic/shared/03030206.xhp
+++ b/source/text/sbasic/shared/03030206.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3149670" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030206.xhp" name="TimeValue Function">TimeValue Function</link></paragraph>
+<paragraph id="hd_id3149670" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030206.xhp">TimeValue Function</link></paragraph>
<paragraph id="par_id3153361" role="paragraph" xml-lang="en-US">Calculates a serial time value from the specified hour, minute, and second - parameters passed as strings - that represents the time in a single numeric value. This value can be used to calculate the difference between times.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03030300.xhp b/source/text/sbasic/shared/03030300.xhp
index 4f64396e13..6d8f7df655 100644
--- a/source/text/sbasic/shared/03030300.xhp
+++ b/source/text/sbasic/shared/03030300.xhp
@@ -33,7 +33,7 @@
<section id="determine">
- <paragraph id="hd_id3154923" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030300.xhp" name="System Date and Time">System Date and Time</link></paragraph>
+ <paragraph id="hd_id3154923" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030300.xhp">System Date and Time</link></paragraph>
<paragraph role="paragraph" id="par_id3149457" xml-lang="en-US">The following functions and statements set or return the system date and time.</paragraph>
</section>
<embed href="text/sbasic/shared/03030301.xhp#date"/>
diff --git a/source/text/sbasic/shared/03030301.xhp b/source/text/sbasic/shared/03030301.xhp
index e561ac7d0b..93c0cfbe86 100644
--- a/source/text/sbasic/shared/03030301.xhp
+++ b/source/text/sbasic/shared/03030301.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<h1 id="hd_id3156027"><link href="text/sbasic/shared/03030301.xhp" name="Date Function">Date Function</link></h1>
+<h1 id="hd_id3156027"><link href="text/sbasic/shared/03030301.xhp">Date Function</link></h1>
<paragraph id="par_id3147291" role="paragraph">Returns the current system date as a string, or date variant.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03030302.xhp b/source/text/sbasic/shared/03030302.xhp
index 3d93aa166d..c5d50699fb 100644
--- a/source/text/sbasic/shared/03030302.xhp
+++ b/source/text/sbasic/shared/03030302.xhp
@@ -32,7 +32,7 @@
<bookmark_value>Time function</bookmark_value>
</bookmark>
-<h1 id="hd_id3145090"><link href="text/sbasic/shared/03030302.xhp" name="Time Function">Time Function</link></h1>
+<h1 id="hd_id3145090"><link href="text/sbasic/shared/03030302.xhp">Time Function</link></h1>
<paragraph id="par_id3150984" role="paragraph">This function returns the current system time as a string in the format "HH:MM:SS".</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03030303.xhp b/source/text/sbasic/shared/03030303.xhp
index d82375bc07..3054e52809 100644
--- a/source/text/sbasic/shared/03030303.xhp
+++ b/source/text/sbasic/shared/03030303.xhp
@@ -32,7 +32,7 @@
<bookmark_value>Timer function</bookmark_value>
</bookmark>
-<h1 id="hd_id3149346"><variable id="Timer_H1"><link href="text/sbasic/shared/03030303.xhp" name="Timer Function">Timer Function</link></variable></h1>
+<h1 id="hd_id3149346"><variable id="Timer_H1"><link href="text/sbasic/shared/03030303.xhp">Timer Function</link></variable></h1>
<paragraph id="par_id3156023" role="paragraph">Returns a value that specifies the number of seconds that have elapsed since midnight.</paragraph>
</section>
<paragraph id="par_id3156212" role="note">You must first declare a variable to call the Timer function and assign it the "Long " data type, otherwise a Date value is returned.</paragraph>
@@ -59,7 +59,7 @@
<paragraph id="par_idm1341567920" role="bascode" localize="false">End Sub</paragraph>
</bascode>
-<note id="par_id491610993401822">The <literal>Timer</literal> function measures time in seconds. To measure time in milliseconds use the <link href="text/sbasic/shared/03/sf_timer.xhp" name="Timer_link">Timer service</link> available in the <literal>ScriptForge</literal> library.</note>
+<note id="par_id491610993401822">The <literal>Timer</literal> function measures time in seconds. To measure time in milliseconds use the <link href="text/sbasic/shared/03/sf_timer.xhp">Timer service</link> available in the <literal>ScriptForge</literal> library.</note>
<section id="relatedtopics">
<embed href="text/sbasic/shared/03/sf_timer.xhp#TimerService"/>
diff --git a/source/text/sbasic/shared/03050000.xhp b/source/text/sbasic/shared/03050000.xhp
index 28820eec32..f21080bd83 100644
--- a/source/text/sbasic/shared/03050000.xhp
+++ b/source/text/sbasic/shared/03050000.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="errorhandling">
- <h1 id="hd_id3143271"><variable id="ErrHandlingh1"><link href="text/sbasic/shared/03050000.xhp" name="Error-Handling Functions">Error-Handling Functions</link></variable></h1>
+ <h1 id="hd_id3143271"><variable id="ErrHandlingh1"><link href="text/sbasic/shared/03050000.xhp">Error-Handling Functions</link></variable></h1>
<paragraph role="paragraph" id="par_id3145068" xml-lang="en-US">Use the following statements and functions to define the way %PRODUCTNAME Basic reacts to run-time errors.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3148946" xml-lang="en-US">%PRODUCTNAME Basic offers several methods to prevent the termination of a program when a run-time error occurs.</paragraph>
diff --git a/source/text/sbasic/shared/03050100.xhp b/source/text/sbasic/shared/03050100.xhp
index e10ff2d811..0bdf4ba66b 100644
--- a/source/text/sbasic/shared/03050100.xhp
+++ b/source/text/sbasic/shared/03050100.xhp
@@ -32,7 +32,7 @@
<bookmark_value>Erl function</bookmark_value>
</bookmark>
-<paragraph id="hd_id3157896" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03050100.xhp" name="Erl Function">Erl Function</link></paragraph>
+<paragraph id="hd_id3157896" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03050100.xhp">Erl Function</link></paragraph>
<paragraph id="par_id3153394" role="paragraph" xml-lang="en-US">Returns the line number where an error occurred during program execution.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03050200.xhp b/source/text/sbasic/shared/03050200.xhp
index a6ee49f82d..9a31d45604 100644
--- a/source/text/sbasic/shared/03050200.xhp
+++ b/source/text/sbasic/shared/03050200.xhp
@@ -32,7 +32,7 @@
<section id="err">
<bookmark xml-lang="en-US" branch="index" id="bm_id3156343"><bookmark_value>Err function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3156343" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03050200.xhp" name="Err Function">Err Function</link></paragraph>
+<paragraph role="heading" id="hd_id3156343" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03050200.xhp">Err Function</link></paragraph>
<paragraph role="paragraph" id="par_id3150541" xml-lang="en-US">Returns an error code that identifies the error that occurred during program execution.</paragraph>
</section>
<paragraph role="heading" id="hd_id3149656" xml-lang="en-US" level="2">Syntax:</paragraph>
diff --git a/source/text/sbasic/shared/03050300.xhp b/source/text/sbasic/shared/03050300.xhp
index f3964172ac..3cfe1a6177 100644
--- a/source/text/sbasic/shared/03050300.xhp
+++ b/source/text/sbasic/shared/03050300.xhp
@@ -30,7 +30,7 @@
<section id="errorf">
<bookmark xml-lang="en-US" branch="index" id="bm_id3159413"><bookmark_value>Error function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3159413" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03050300.xhp" name="Error Function">Error Function</link></paragraph>
+<paragraph role="heading" id="hd_id3159413" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03050300.xhp">Error Function</link></paragraph>
<paragraph role="paragraph" id="par_id3148663" xml-lang="en-US">Returns the error message that corresponds to a value or raises a given error context.</paragraph>
</section>
<paragraph role="heading" id="hd_id3153379" xml-lang="en-US" level="2">Syntax:</paragraph>
diff --git a/source/text/sbasic/shared/03050500.xhp b/source/text/sbasic/shared/03050500.xhp
index 3d1e71c390..582f6eee83 100644
--- a/source/text/sbasic/shared/03050500.xhp
+++ b/source/text/sbasic/shared/03050500.xhp
@@ -31,7 +31,7 @@
<bookmark_value>Resume Next parameter</bookmark_value>
<bookmark_value>On Error GoTo ... Resume statement</bookmark_value>
</bookmark>
-<paragraph id="hd_id3146795" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03050500.xhp" name="On Error GoTo ... Resume Statement">On Error GoTo ... Resume Statement</link></paragraph>
+<paragraph id="hd_id3146795" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03050500.xhp">On Error GoTo ... Resume Statement</link></paragraph>
<paragraph id="par_id3150358" role="paragraph" xml-lang="en-US">Enables an error-handling routine after an error occurs, or resumes program execution.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03060000.xhp b/source/text/sbasic/shared/03060000.xhp
index 2f67ded5d8..f1b2f27a41 100644
--- a/source/text/sbasic/shared/03060000.xhp
+++ b/source/text/sbasic/shared/03060000.xhp
@@ -32,7 +32,7 @@
<body>
<section id="logi">
- <h1 id="hd_id3147559"><variable id="BoolOper_h1"><link href="text/sbasic/shared/03060000.xhp" name="Logical Operators">Logical Operators</link></variable></h1>
+ <h1 id="hd_id3147559"><variable id="BoolOper_h1"><link href="text/sbasic/shared/03060000.xhp">Logical Operators</link></variable></h1>
<paragraph role="paragraph" id="par_id3153379" xml-lang="en-US">The following logical operators are supported by $[officename] Basic.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03060100.xhp b/source/text/sbasic/shared/03060100.xhp
index 1c4bf0bc3d..b0218f434d 100644
--- a/source/text/sbasic/shared/03060100.xhp
+++ b/source/text/sbasic/shared/03060100.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3146117" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03060100.xhp" name="AND Operator">AND Operator</link></paragraph>
+<paragraph id="hd_id3146117" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03060100.xhp">AND Operator</link></paragraph>
<paragraph id="par_id3143268" role="paragraph" xml-lang="en-US">Logically combines two expressions.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03060200.xhp b/source/text/sbasic/shared/03060200.xhp
index 4ba146ac97..abaee101e4 100644
--- a/source/text/sbasic/shared/03060200.xhp
+++ b/source/text/sbasic/shared/03060200.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3156344" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03060200.xhp" name="Eqv Operator">Eqv Operator</link></paragraph>
+<paragraph id="hd_id3156344" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03060200.xhp">Eqv Operator</link></paragraph>
<paragraph id="par_id3149656" role="paragraph" xml-lang="en-US">Calculates the logical equivalence of two expressions.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03060300.xhp b/source/text/sbasic/shared/03060300.xhp
index 041eb27360..1655168c40 100644
--- a/source/text/sbasic/shared/03060300.xhp
+++ b/source/text/sbasic/shared/03060300.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3156024" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03060300.xhp" name="Imp Operator">Imp Operator</link></paragraph>
+<paragraph id="hd_id3156024" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03060300.xhp">Imp Operator</link></paragraph>
<paragraph id="par_id3148947" role="paragraph" xml-lang="en-US">Performs a logical implication on two expressions.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03060400.xhp b/source/text/sbasic/shared/03060400.xhp
index 38bcd01234..c078b2b2f6 100644
--- a/source/text/sbasic/shared/03060400.xhp
+++ b/source/text/sbasic/shared/03060400.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3156024" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03060400.xhp" name="Not Operator">Not Operator</link></paragraph>
+<paragraph id="hd_id3156024" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03060400.xhp">Not Operator</link></paragraph>
<paragraph id="par_id3159414" role="paragraph" xml-lang="en-US">Negates an expression by inverting the bit values.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03060500.xhp b/source/text/sbasic/shared/03060500.xhp
index d4652e7a55..0572801402 100644
--- a/source/text/sbasic/shared/03060500.xhp
+++ b/source/text/sbasic/shared/03060500.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150986" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03060500.xhp" name="Or Operator">Or Operator</link></paragraph>
+<paragraph id="hd_id3150986" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03060500.xhp">Or Operator</link></paragraph>
<paragraph id="par_id3148552" role="paragraph" xml-lang="en-US">Performs a logical OR disjunction on two expressions.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03060600.xhp b/source/text/sbasic/shared/03060600.xhp
index e2fa594dd8..a52fff6179 100644
--- a/source/text/sbasic/shared/03060600.xhp
+++ b/source/text/sbasic/shared/03060600.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3156024" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03060600.xhp" name="XOR Operator">XOR Operator</link></paragraph>
+<paragraph id="hd_id3156024" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03060600.xhp">XOR Operator</link></paragraph>
<paragraph id="par_id3159414" role="paragraph" xml-lang="en-US">Performs a logical Exclusive-Or combination of two expressions.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03070000.xhp b/source/text/sbasic/shared/03070000.xhp
index 5b9919cb4f..dd12886223 100644
--- a/source/text/sbasic/shared/03070000.xhp
+++ b/source/text/sbasic/shared/03070000.xhp
@@ -32,7 +32,7 @@
<body>
<section id="math">
- <h1 id="hd_id3149234"><variable id="MathOper_h1"><link href="text/sbasic/shared/03070000.xhp" name="Mathematical Operators">Mathematical Operators</link></variable></h1>
+ <h1 id="hd_id3149234"><variable id="MathOper_h1"><link href="text/sbasic/shared/03070000.xhp">Mathematical Operators</link></variable></h1>
<paragraph role="paragraph" id="par_id3145068" xml-lang="en-US">The following mathematical operators are supported in $[officename] Basic.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3148552" xml-lang="en-US">This chapter provides a short overview of all of the arithmetical operators that you may need for calculations within a program.</paragraph>
diff --git a/source/text/sbasic/shared/03070600.xhp b/source/text/sbasic/shared/03070600.xhp
index 8d759bd667..d966722265 100644
--- a/source/text/sbasic/shared/03070600.xhp
+++ b/source/text/sbasic/shared/03070600.xhp
@@ -32,7 +32,7 @@
<bookmark_value>MOD operator (mathematical)</bookmark_value>
</bookmark>
-<h1 id="hd_id3150669"><variable id="MOD_h1"><link href="text/sbasic/shared/03070600.xhp" name="Mod Operator">Mod Operator</link></variable></h1>
+<h1 id="hd_id3150669"><variable id="MOD_h1"><link href="text/sbasic/shared/03070600.xhp">Mod Operator</link></variable></h1>
<paragraph id="par_id3148686" role="paragraph" xml-lang="en-US">The <literal>MOD</literal> operator takes in two numeric expressions and returns the remainder of the division.</paragraph>
</section>
<paragraph id="par_id3148004" role="paragraph" xml-lang="en-US">For example, the result of <literal>21 MOD 6</literal> is <literal>3</literal> because after dividing 21 by 6, the remainder of the division is 3.</paragraph>
@@ -49,7 +49,7 @@
<paragraph id="par_id91617303114774" role="listitem">The operation <literal>16 MOD 6</literal> returns 4, which is the remainder after dividing 16 by 6.</paragraph>
</listitem>
</list>
-<note id="par_id921617302349290">Be aware that BASIC's <literal>MOD</literal> operator and Calc's <link href="text/scalc/01/04060106.xhp#bm_id3158247" name="MOD Function">MOD Function</link> behave differently. In Calc, both operands can be decimal values and they are not rounded before division, thus the resulting remainder may be a decimal value.</note>
+<note id="par_id921617302349290">Be aware that BASIC's <literal>MOD</literal> operator and Calc's <link href="text/scalc/01/04060106.xhp#bm_id3158247">MOD Function</link> behave differently. In Calc, both operands can be decimal values and they are not rounded before division, thus the resulting remainder may be a decimal value.</note>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<bascode>
@@ -77,7 +77,7 @@
</bascode>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id771617305550403"><link href="text/scalc/01/04060106.xhp#bm_id3158247" name="Calc MOD Function">MOD Function</link></paragraph>
+ <paragraph role="paragraph" id="par_id771617305550403"><link href="text/scalc/01/04060106.xhp#bm_id3158247">MOD Function</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/sbasic/shared/03080000.xhp b/source/text/sbasic/shared/03080000.xhp
index dcadb6f251..21fbfa0ee0 100644
--- a/source/text/sbasic/shared/03080000.xhp
+++ b/source/text/sbasic/shared/03080000.xhp
@@ -33,7 +33,7 @@
<section id="numeric">
- <paragraph id="hd_id3153127" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080000.xhp" name="Numeric Functions">Numeric Functions</link></paragraph>
+ <paragraph id="hd_id3153127" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080000.xhp">Numeric Functions</link></paragraph>
<paragraph role="paragraph" id="par_id3148550" xml-lang="en-US">The following numeric functions perform calculations. Mathematical and Boolean operators are described in a separate section. Functions differ from operators in that functions pass arguments and return a result, instead of operators that return a result by combining two numeric expressions.</paragraph>
</section>
<embed href="text/sbasic/shared/03080100.xhp#trigo"/>
diff --git a/source/text/sbasic/shared/03080100.xhp b/source/text/sbasic/shared/03080100.xhp
index 9e50eae349..ab4d82dee3 100644
--- a/source/text/sbasic/shared/03080100.xhp
+++ b/source/text/sbasic/shared/03080100.xhp
@@ -33,7 +33,7 @@
<section id="trigo">
- <paragraph id="hd_id3159201" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080100.xhp" name="Trigonometric Functions">Trigonometric Functions</link></paragraph>
+ <paragraph id="hd_id3159201" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080100.xhp">Trigonometric Functions</link></paragraph>
<paragraph role="paragraph" id="par_id3149180" xml-lang="en-US">The following are the trigonometric functions that are supported in $[officename] Basic.</paragraph>
</section>
<embed href="text/sbasic/shared/03080101.xhp#atn"/>
diff --git a/source/text/sbasic/shared/03080101.xhp b/source/text/sbasic/shared/03080101.xhp
index 4188f8cca1..769eb5e19e 100644
--- a/source/text/sbasic/shared/03080101.xhp
+++ b/source/text/sbasic/shared/03080101.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3150616">
<bookmark_value>Atn function</bookmark_value>
</bookmark>
- <h1 id="hd_id3150616"><variable id="Atn_h1"><link href="text/sbasic/shared/03080101.xhp" name="Atn Function">Atn Function</link></variable></h1>
+ <h1 id="hd_id3150616"><variable id="Atn_h1"><link href="text/sbasic/shared/03080101.xhp">Atn Function</link></variable></h1>
<paragraph id="par_id3149346" role="paragraph">Trigonometric function that returns the arctangent of a numeric expression. The return value is in the range -Pi/2 to +Pi/2.</paragraph>
</section>
<paragraph id="par_id3143271" role="paragraph" xml-lang="en-US">The arctangent is the inverse of the tangent function. The <literal>Atn</literal> Function returns the angle "Alpha", expressed in radians, using the tangent of this angle. The function can also return the angle "Alpha" by comparing the ratio of the length of the side that is opposite of the angle to the length of the side that is adjacent to the angle in a right-angled triangle.</paragraph>
@@ -48,7 +48,7 @@
<paragraph id="par_id3153192" role="paragraph" xml-lang="en-US">To convert radians to degrees, multiply radians by 180/pi.</paragraph>
<paragraph id="par_id3147230" role="paragraph" xml-lang="en-US">degree=(radian*180)/pi</paragraph>
<paragraph id="par_id3125864" role="paragraph" xml-lang="en-US">radian=(degree*pi)/180</paragraph>
- <paragraph id="par_id3159252" role="paragraph" xml-lang="en-US"><literal>Pi</literal> is here the fixed circle constant with the rounded value 3.14159. <literal>Pi</literal> is a <link href="text/sbasic/shared/03040000.xhp#mathconstants" name="pi">Basic mathematical constant</link>.</paragraph>
+ <paragraph id="par_id3159252" role="paragraph" xml-lang="en-US"><literal>Pi</literal> is here the fixed circle constant with the rounded value 3.14159. <literal>Pi</literal> is a <link href="text/sbasic/shared/03040000.xhp#mathconstants">Basic mathematical constant</link>.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
diff --git a/source/text/sbasic/shared/03080102.xhp b/source/text/sbasic/shared/03080102.xhp
index 9f2e227eae..a1f827ad27 100644
--- a/source/text/sbasic/shared/03080102.xhp
+++ b/source/text/sbasic/shared/03080102.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<h1 id="hd_id3154923"><variable id="Cos_h1"><link href="text/sbasic/shared/03080102.xhp" name="Cos Function">Cos Function</link></variable></h1>
+<h1 id="hd_id3154923"><variable id="Cos_h1"><link href="text/sbasic/shared/03080102.xhp">Cos Function</link></variable></h1>
<paragraph id="par_id3159413" role="paragraph">Calculates the cosine of an angle. The angle is specified in radians. The result lies between -1 and 1.</paragraph>
</section>
<paragraph id="par_id3150358" role="paragraph" xml-lang="en-US">Using the angle Alpha, the <literal>Cos</literal> function calculates the ratio of the length of the side that is adjacent to the angle, divided by the length of the hypotenuse in a right-angled triangle.</paragraph>
diff --git a/source/text/sbasic/shared/03080103.xhp b/source/text/sbasic/shared/03080103.xhp
index 7f9f25a15a..5e118d8d21 100644
--- a/source/text/sbasic/shared/03080103.xhp
+++ b/source/text/sbasic/shared/03080103.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<h1 id="hd_id3153896"><variable id="Sin_h1"><link href="text/sbasic/shared/03080103.xhp" name="Sin Function">Sin Function</link></variable></h1>
+<h1 id="hd_id3153896"><variable id="Sin_h1"><link href="text/sbasic/shared/03080103.xhp">Sin Function</link></variable></h1>
<paragraph id="par_id3149456" role="paragraph">Returns the sine of an angle. The angle is specified in radians. The result lies between -1 and 1.</paragraph>
</section>
<paragraph id="par_id3153379" role="paragraph" xml-lang="en-US">Using the angle Alpha, the <literal>Sin</literal> function returns the ratio of the length of the opposite side of an angle to the length of the hypotenuse in a right-angled triangle.</paragraph>
diff --git a/source/text/sbasic/shared/03080104.xhp b/source/text/sbasic/shared/03080104.xhp
index aa19785672..4769fc541b 100644
--- a/source/text/sbasic/shared/03080104.xhp
+++ b/source/text/sbasic/shared/03080104.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<h1 id="hd_id3148550"><variable id="Tan_h1"><link href="text/sbasic/shared/03080104.xhp" name="Tan Function">Tan Function</link></variable></h1>
+<h1 id="hd_id3148550"><variable id="Tan_h1"><link href="text/sbasic/shared/03080104.xhp">Tan Function</link></variable></h1>
<paragraph id="par_id3148663" role="paragraph" xml-lang="en-US">Determines the tangent of an angle. The angle is specified in radians.<comment>i71396</comment></paragraph>
</section>
<paragraph id="par_id3153379" role="paragraph" xml-lang="en-US">Using the angle Alpha, the <literal>Tan</literal> function calculates the ratio of the length of the side opposite the angle to the length of the side adjacent to the angle in a right-angled triangle.</paragraph>
diff --git a/source/text/sbasic/shared/03080200.xhp b/source/text/sbasic/shared/03080200.xhp
index 66b019353f..a1ffa77550 100644
--- a/source/text/sbasic/shared/03080200.xhp
+++ b/source/text/sbasic/shared/03080200.xhp
@@ -33,7 +33,7 @@
<section id="loga">
- <paragraph id="hd_id3154758" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080200.xhp" name="Exponential and Logarithmic Functions">Exponential and Logarithmic Functions</link></paragraph>
+ <paragraph id="hd_id3154758" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080200.xhp">Exponential and Logarithmic Functions</link></paragraph>
<paragraph role="paragraph" id="par_id3148550" xml-lang="en-US">$[officename] Basic supports the following exponential and logarithmic functions.</paragraph>
</section>
<embed href="text/sbasic/shared/03080201.xhp#exp"/>
diff --git a/source/text/sbasic/shared/03080201.xhp b/source/text/sbasic/shared/03080201.xhp
index bf450847e1..39311112bd 100644
--- a/source/text/sbasic/shared/03080201.xhp
+++ b/source/text/sbasic/shared/03080201.xhp
@@ -32,7 +32,7 @@
<bookmark_value>Exp function</bookmark_value>
</bookmark>
-<paragraph id="hd_id3150616" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080201.xhp" name="Exp Function">Exp Function</link></paragraph>
+<paragraph id="hd_id3150616" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080201.xhp">Exp Function</link></paragraph>
<paragraph id="par_id3155555" role="paragraph" xml-lang="en-US">Returns the base of the natural logarithm (e = 2.718282) raised to a power.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03080202.xhp b/source/text/sbasic/shared/03080202.xhp
index b1a3125631..06762db42f 100644
--- a/source/text/sbasic/shared/03080202.xhp
+++ b/source/text/sbasic/shared/03080202.xhp
@@ -32,7 +32,7 @@
<bookmark_value>Log function</bookmark_value>
</bookmark>
-<h1 id="hd_id3149416"><link href="text/sbasic/shared/03080202.xhp" name="Log Function">Log Function (BASIC)</link></h1>
+<h1 id="hd_id3149416"><link href="text/sbasic/shared/03080202.xhp">Log Function (BASIC)</link></h1>
<paragraph id="par_id3145066" role="paragraph" xml-lang="en-US">Returns the natural logarithm of a number.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03080300.xhp b/source/text/sbasic/shared/03080300.xhp
index e0cad76a84..03a100ba24 100644
--- a/source/text/sbasic/shared/03080300.xhp
+++ b/source/text/sbasic/shared/03080300.xhp
@@ -33,7 +33,7 @@
<section id="random">
- <paragraph id="hd_id3143270" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080300.xhp" name="Generating Random Numbers">Generating Random Numbers</link></paragraph>
+ <paragraph id="hd_id3143270" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080300.xhp">Generating Random Numbers</link></paragraph>
<paragraph role="paragraph" id="par_id3154347" xml-lang="en-US">The following statements and functions generate random numbers.</paragraph>
</section>
<embed href="text/sbasic/shared/03080301.xhp#randomize"/>
diff --git a/source/text/sbasic/shared/03080301.xhp b/source/text/sbasic/shared/03080301.xhp
index c846b15016..b4107c0684 100644
--- a/source/text/sbasic/shared/03080301.xhp
+++ b/source/text/sbasic/shared/03080301.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150616" role="heading" level="1" xml-lang="en-US"><variable id="heading_randomize"><link href="text/sbasic/shared/03080301.xhp" name="Randomize Statement">Randomize Statement</link></variable></paragraph>
+<paragraph id="hd_id3150616" role="heading" level="1" xml-lang="en-US"><variable id="heading_randomize"><link href="text/sbasic/shared/03080301.xhp">Randomize Statement</link></variable></paragraph>
<paragraph id="par_id3145090" role="paragraph" xml-lang="en-US">Initializes the random-number generator used by the <emph>Rnd</emph> function.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03080302.xhp b/source/text/sbasic/shared/03080302.xhp
index 109723caf0..de2acf226a 100644
--- a/source/text/sbasic/shared/03080302.xhp
+++ b/source/text/sbasic/shared/03080302.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3148685" role="heading" level="1" xml-lang="en-US"><variable id="heading_rnd"><link href="text/sbasic/shared/03080302.xhp" name="Rnd Function">Rnd Function</link></variable></paragraph>
+<paragraph id="hd_id3148685" role="heading" level="1" xml-lang="en-US"><variable id="heading_rnd"><link href="text/sbasic/shared/03080302.xhp">Rnd Function</link></variable></paragraph>
<paragraph id="par_id3149669" role="paragraph" xml-lang="en-US">Returns a random number between 0 and 1.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03080400.xhp b/source/text/sbasic/shared/03080400.xhp
index b1c3eb18a7..a1cdbd79cd 100644
--- a/source/text/sbasic/shared/03080400.xhp
+++ b/source/text/sbasic/shared/03080400.xhp
@@ -33,7 +33,7 @@
<section id="square">
- <paragraph id="hd_id3148946" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080400.xhp" name="Square Root Calculation">Square Root Calculation</link></paragraph>
+ <paragraph id="hd_id3148946" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080400.xhp">Square Root Calculation</link></paragraph>
<paragraph role="paragraph" id="par_id3159414" xml-lang="en-US">Use this function to calculate square roots.</paragraph>
</section>
<embed href="text/sbasic/shared/03080401.xhp#sqr"/>
diff --git a/source/text/sbasic/shared/03080401.xhp b/source/text/sbasic/shared/03080401.xhp
index 35a3c55e40..cba277d2e8 100644
--- a/source/text/sbasic/shared/03080401.xhp
+++ b/source/text/sbasic/shared/03080401.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3156027" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080401.xhp" name="Sqr Function">Sqr Function</link></paragraph>
+<paragraph id="hd_id3156027" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080401.xhp">Sqr Function</link></paragraph>
<paragraph id="par_id3147226" role="paragraph" xml-lang="en-US">Calculates the square root of a numeric expression.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03080500.xhp b/source/text/sbasic/shared/03080500.xhp
index 2a8754efa3..919ed6b5e1 100644
--- a/source/text/sbasic/shared/03080500.xhp
+++ b/source/text/sbasic/shared/03080500.xhp
@@ -33,7 +33,7 @@
<section id="integer">
- <paragraph id="hd_id3153345" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080500.xhp" name="Integers">Integers and Fractional</link></paragraph>
+ <paragraph id="hd_id3153345" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080500.xhp">Integers and Fractional</link></paragraph>
<paragraph role="paragraph" id="par_id3156152" xml-lang="en-US">Functions to round values to integers, and to take the fractional part of a value.</paragraph>
</section>
<embed href="text/sbasic/shared/03080501.xhp#fix"/>
diff --git a/source/text/sbasic/shared/03080501.xhp b/source/text/sbasic/shared/03080501.xhp
index 0cc5f18e0a..56f527483a 100644
--- a/source/text/sbasic/shared/03080501.xhp
+++ b/source/text/sbasic/shared/03080501.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3159201">
<bookmark_value>Fix function</bookmark_value>
</bookmark>
-<paragraph id="hd_id3159201" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080501.xhp" name="Fix Function">Fix Function</link></paragraph>
+<paragraph id="hd_id3159201" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080501.xhp">Fix Function</link></paragraph>
<paragraph id="par_id3149346" role="paragraph" xml-lang="en-US">Returns the integer value of a numeric expression by removing the fractional part of the number.</paragraph>
</section>
@@ -56,8 +56,8 @@
<paragraph id="par_idm1341078800" role="bascode" localize="false" xml-lang="en-US">End Sub</paragraph>
</bascode>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id391546195157714"><link href="text/sbasic/shared/03080502.xhp" name="Int Function">Int Function</link></paragraph>
- <paragraph role="paragraph" id="par_id51546195168056"><link href="text/sbasic/shared/03080503.xhp" name="Frac Function">Frac Function</link></paragraph>
+ <paragraph role="paragraph" id="par_id391546195157714"><link href="text/sbasic/shared/03080502.xhp">Int Function</link></paragraph>
+ <paragraph role="paragraph" id="par_id51546195168056"><link href="text/sbasic/shared/03080503.xhp">Frac Function</link></paragraph>
</section>
</body>
diff --git a/source/text/sbasic/shared/03080502.xhp b/source/text/sbasic/shared/03080502.xhp
index b695125ad4..880528ded3 100644
--- a/source/text/sbasic/shared/03080502.xhp
+++ b/source/text/sbasic/shared/03080502.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3153345" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080502.xhp" name="Int Function">Int Function</link></paragraph>
+<paragraph id="hd_id3153345" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080502.xhp">Int Function</link></paragraph>
<paragraph id="par_id3155420" role="paragraph" xml-lang="en-US">Returns the integer portion of a number.</paragraph>
</section>
@@ -58,8 +58,8 @@
<paragraph id="par_idm1340831360" role="bascode" localize="false" xml-lang="en-US">End Sub</paragraph>
</bascode>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id461546195246946"><link href="text/sbasic/shared/03080501.xhp" name="Fix Function">Fix Function</link></paragraph>
- <paragraph role="paragraph" id="par_id51546195168056"><link href="text/sbasic/shared/03080503.xhp" name="Frac Function">Frac Function</link></paragraph>
+ <paragraph role="paragraph" id="par_id461546195246946"><link href="text/sbasic/shared/03080501.xhp">Fix Function</link></paragraph>
+ <paragraph role="paragraph" id="par_id51546195168056"><link href="text/sbasic/shared/03080503.xhp">Frac Function</link></paragraph>
</section>
</body>
diff --git a/source/text/sbasic/shared/03080503.xhp b/source/text/sbasic/shared/03080503.xhp
index 64e7fc9a0c..6a04788f0d 100644
--- a/source/text/sbasic/shared/03080503.xhp
+++ b/source/text/sbasic/shared/03080503.xhp
@@ -20,7 +20,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3153345">
<bookmark_value>Frac function</bookmark_value>
</bookmark>
- <h1 id="hd_id3153345"><link href="text/sbasic/shared/03080503.xhp" name="Frac Function">Frac Function</link></h1>
+ <h1 id="hd_id3153345"><link href="text/sbasic/shared/03080503.xhp">Frac Function</link></h1>
<paragraph id="par_id3155420" role="paragraph">Returns the fractional portion of a number.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
@@ -40,8 +40,8 @@
<paragraph id="par_idm1340831360" role="bascode" localize="false">End Sub</paragraph>
</bascode>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id461546195246946"><link href="text/sbasic/shared/03080501.xhp" name="Fix Function">Fix Function</link></paragraph>
- <paragraph role="paragraph" id="par_id391546195157714"><link href="text/sbasic/shared/03080502.xhp" name="Int Function">Int Function</link></paragraph>
+ <paragraph role="paragraph" id="par_id461546195246946"><link href="text/sbasic/shared/03080501.xhp">Fix Function</link></paragraph>
+ <paragraph role="paragraph" id="par_id391546195157714"><link href="text/sbasic/shared/03080502.xhp">Int Function</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/sbasic/shared/03080600.xhp b/source/text/sbasic/shared/03080600.xhp
index ec743146f2..99c363920c 100644
--- a/source/text/sbasic/shared/03080600.xhp
+++ b/source/text/sbasic/shared/03080600.xhp
@@ -33,7 +33,7 @@
<section id="absolute">
- <paragraph id="hd_id3146958" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080600.xhp" name="Absolute Values">Absolute Values</link></paragraph>
+ <paragraph id="hd_id3146958" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080600.xhp">Absolute Values</link></paragraph>
<paragraph role="paragraph" id="par_id3150771" xml-lang="en-US">This function returns absolute values.</paragraph>
</section>
<embed href="text/sbasic/shared/03080601.xhp#abs"/>
diff --git a/source/text/sbasic/shared/03080601.xhp b/source/text/sbasic/shared/03080601.xhp
index 777db56b07..33027fbed8 100644
--- a/source/text/sbasic/shared/03080601.xhp
+++ b/source/text/sbasic/shared/03080601.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3159201" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080601.xhp" name="Abs Function">Abs Function</link></paragraph>
+<paragraph id="hd_id3159201" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080601.xhp">Abs Function</link></paragraph>
<paragraph id="par_id3153394" role="paragraph" xml-lang="en-US">Returns the absolute value of a numeric expression.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03080700.xhp b/source/text/sbasic/shared/03080700.xhp
index d578e1cdfd..e51b6f6146 100644
--- a/source/text/sbasic/shared/03080700.xhp
+++ b/source/text/sbasic/shared/03080700.xhp
@@ -33,7 +33,7 @@
<section id="sign">
- <paragraph id="hd_id3150702" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080700.xhp" name="Expression Signs">Expression Signs</link></paragraph>
+ <paragraph id="hd_id3150702" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080700.xhp">Expression Signs</link></paragraph>
<paragraph role="paragraph" id="par_id3148668" xml-lang="en-US">This function returns the algebraic sign of a numeric expression.</paragraph>
</section>
<embed href="text/sbasic/shared/03080701.xhp#sgn"/>
diff --git a/source/text/sbasic/shared/03080701.xhp b/source/text/sbasic/shared/03080701.xhp
index e906415108..756fa1aa64 100644
--- a/source/text/sbasic/shared/03080701.xhp
+++ b/source/text/sbasic/shared/03080701.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3148474" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080701.xhp" name="Sgn Function">Sgn Function</link></paragraph>
+<paragraph id="hd_id3148474" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080701.xhp">Sgn Function</link></paragraph>
<paragraph id="par_id3148686" role="paragraph" xml-lang="en-US">Returns an integer number between -1 and 1 that indicates if the number that is passed to the function is positive, negative, or zero.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03080800.xhp b/source/text/sbasic/shared/03080800.xhp
index f340a13107..1fa43aa5e0 100644
--- a/source/text/sbasic/shared/03080800.xhp
+++ b/source/text/sbasic/shared/03080800.xhp
@@ -33,7 +33,7 @@
<section id="converting">
- <paragraph id="hd_id3145315" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080800.xhp" name="Converting Numbers">Converting Numbers</link></paragraph>
+ <paragraph id="hd_id3145315" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080800.xhp">Converting Numbers</link></paragraph>
<paragraph role="paragraph" id="par_id3154760" xml-lang="en-US">The following functions convert numbers from one number format to another.</paragraph>
</section>
<embed href="text/sbasic/shared/03080801.xhp#hex"/>
diff --git a/source/text/sbasic/shared/03080801.xhp b/source/text/sbasic/shared/03080801.xhp
index 82d5bb968e..9b7719430a 100644
--- a/source/text/sbasic/shared/03080801.xhp
+++ b/source/text/sbasic/shared/03080801.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150616" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080801.xhp" name="Hex Function">Hex Function</link></paragraph>
+<paragraph id="hd_id3150616" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080801.xhp">Hex Function</link></paragraph>
<paragraph id="par_id3145136" role="paragraph" xml-lang="en-US">Returns a string that represents the hexadecimal value of a number.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03080802.xhp b/source/text/sbasic/shared/03080802.xhp
index 14910c9007..88d69da004 100644
--- a/source/text/sbasic/shared/03080802.xhp
+++ b/source/text/sbasic/shared/03080802.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3155420" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080802.xhp" name="Oct Function">Oct Function</link></paragraph>
+<paragraph id="hd_id3155420" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080802.xhp">Oct Function</link></paragraph>
<paragraph id="par_id3154924" role="paragraph" xml-lang="en-US">Returns the octal value of a number.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03090000.xhp b/source/text/sbasic/shared/03090000.xhp
index d632a2a8ee..57f0c680de 100644
--- a/source/text/sbasic/shared/03090000.xhp
+++ b/source/text/sbasic/shared/03090000.xhp
@@ -33,7 +33,7 @@
<section id="prog_execution">
- <paragraph id="hd_id3145136" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090000.xhp" name="Controlling Program Execution">Controlling Program Execution</link></paragraph>
+ <paragraph id="hd_id3145136" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090000.xhp">Controlling Program Execution</link></paragraph>
<paragraph role="paragraph" id="par_id3143268" xml-lang="en-US">The following statements control the execution of a program.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3156152" xml-lang="en-US">A program generally executes from the first line of code to the last line of code. You can also execute certain procedures within the program according to specific conditions, or repeat a section of the program within a sub-procedure or function. You can use loops to repeat parts of a program as many times as necessary, or until a certain condition is met. These type of control statements are classified as Condition, Loop, or Jump statements.</paragraph>
diff --git a/source/text/sbasic/shared/03090100.xhp b/source/text/sbasic/shared/03090100.xhp
index e34cf1f1f5..92e2482186 100644
--- a/source/text/sbasic/shared/03090100.xhp
+++ b/source/text/sbasic/shared/03090100.xhp
@@ -33,7 +33,7 @@
<section id="conditions">
- <paragraph id="hd_id3154422" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090100.xhp" name="Condition Statements">Condition Statements</link></paragraph>
+ <paragraph id="hd_id3154422" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090100.xhp">Condition Statements</link></paragraph>
<paragraph role="paragraph" id="par_id3153750" xml-lang="en-US">The following statements are based on conditions.</paragraph>
</section>
<embed href="text/sbasic/shared/03090101.xhp#ifthenelse"/>
diff --git a/source/text/sbasic/shared/03090101.xhp b/source/text/sbasic/shared/03090101.xhp
index bd9875630a..ff354e386e 100644
--- a/source/text/sbasic/shared/03090101.xhp
+++ b/source/text/sbasic/shared/03090101.xhp
@@ -38,7 +38,7 @@
<bookmark_value>EndIf;If statement</bookmark_value>
</bookmark>
-<h1 id="hd_id81592320644826"><link href="text/sbasic/shared/03090101.xhp" name="If...Then...Else Statement">If...Then...Else Statement</link></h1>
+<h1 id="hd_id81592320644826"><link href="text/sbasic/shared/03090101.xhp">If...Then...Else Statement</link></h1>
<paragraph id="par_id3155555" role="paragraph" xml-lang="en-US">Defines one or more statement blocks that you only want to execute if a given condition or expression is <literal>True</literal>.</paragraph>
</section>
@@ -89,8 +89,8 @@
</bascode>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id161588865796615"><link href="text/sbasic/shared/03090102.xhp" name="Select Case statement">Select Case</link> statement</paragraph>
- <paragraph role="paragraph" id="par_id281588865818334"><link href="text/sbasic/shared/03090103.xhp" name="Iif function">Iif</link> or <link href="text/sbasic/shared/03090410.xhp" name="Switch function">Switch</link> functions</paragraph>
+ <paragraph role="paragraph" id="par_id161588865796615"><link href="text/sbasic/shared/03090102.xhp">Select Case</link> statement</paragraph>
+ <paragraph role="paragraph" id="par_id281588865818334"><link href="text/sbasic/shared/03090103.xhp">Iif</link> or <link href="text/sbasic/shared/03090410.xhp">Switch</link> functions</paragraph>
</section>
</body>
diff --git a/source/text/sbasic/shared/03090102.xhp b/source/text/sbasic/shared/03090102.xhp
index 571abc33d2..5208e811f2 100644
--- a/source/text/sbasic/shared/03090102.xhp
+++ b/source/text/sbasic/shared/03090102.xhp
@@ -35,7 +35,7 @@
</bookmark>
-<h1 id="hd_id3149416" xml-lang="en-US"><variable id="Select_h1"><link href="text/sbasic/shared/03090102.xhp" name="Select...Case Statement">Select...Case Statement</link></variable></h1>
+<h1 id="hd_id3149416" xml-lang="en-US"><variable id="Select_h1"><link href="text/sbasic/shared/03090102.xhp">Select...Case Statement</link></variable></h1>
<paragraph id="par_id3153896" role="paragraph" xml-lang="en-US">Defines one or more statement blocks depending on the value of an expression.</paragraph>
</section>
@@ -77,8 +77,8 @@
<section id="relatedtopics">
<embed href="text/sbasic/shared/03090402.xhp#Choose_h1"/>
<embed href="text/sbasic/shared/03090410.xhp#Switch_h1"/>
- <paragraph role="paragraph" id="par_id161588865796615"><link href="text/sbasic/shared/03090101.xhp" name="If...Then...Else statement">If</link> statement</paragraph>
- <paragraph role="paragraph" id="par_id281588865818334"><link href="text/sbasic/shared/03090103.xhp" name="Iif function">Iif</link> or <link href="text/sbasic/shared/03090410.xhp" name="Switch function">Switch</link> functions</paragraph>
+ <paragraph role="paragraph" id="par_id161588865796615"><link href="text/sbasic/shared/03090101.xhp">If</link> statement</paragraph>
+ <paragraph role="paragraph" id="par_id281588865818334"><link href="text/sbasic/shared/03090103.xhp">Iif</link> or <link href="text/sbasic/shared/03090410.xhp">Switch</link> functions</paragraph>
</section>
</body>
diff --git a/source/text/sbasic/shared/03090103.xhp b/source/text/sbasic/shared/03090103.xhp
index 07b6e453d5..67c24baf55 100644
--- a/source/text/sbasic/shared/03090103.xhp
+++ b/source/text/sbasic/shared/03090103.xhp
@@ -30,7 +30,7 @@
<section id="iif">
<bookmark xml-lang="en-US" branch="index" id="bm_id3155420"><bookmark_value>IIf function</bookmark_value>
</bookmark>
-<h1 id="hd_id3155420"><link href="text/sbasic/shared/03090103.xhp" name="IIf Function">IIf Function</link></h1>
+<h1 id="hd_id3155420"><link href="text/sbasic/shared/03090103.xhp">IIf Function</link></h1>
<paragraph role="paragraph" id="par_id3145610" xml-lang="en-US">Returns one of two possible function results, depending on the logical value of the evaluated expression.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
@@ -59,8 +59,8 @@
</bascode>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id161588865796615"><link href="text/sbasic/shared/03090101.xhp" name="If...Then...Else statement">If</link> or <link href="text/sbasic/shared/03090102.xhp" name="Select Case statement">Select Case</link> statements</paragraph>
- <paragraph role="paragraph" id="par_id281588865818334"><link href="text/sbasic/shared/03090410.xhp" name="Switch function">Switch</link> function</paragraph>
+ <paragraph role="paragraph" id="par_id161588865796615"><link href="text/sbasic/shared/03090101.xhp">If</link> or <link href="text/sbasic/shared/03090102.xhp">Select Case</link> statements</paragraph>
+ <paragraph role="paragraph" id="par_id281588865818334"><link href="text/sbasic/shared/03090410.xhp">Switch</link> function</paragraph>
</section>
</body>
diff --git a/source/text/sbasic/shared/03090200.xhp b/source/text/sbasic/shared/03090200.xhp
index 41c8aaedfd..c9cb0eb6dc 100644
--- a/source/text/sbasic/shared/03090200.xhp
+++ b/source/text/sbasic/shared/03090200.xhp
@@ -33,7 +33,7 @@
<section id="loops">
- <paragraph id="hd_id3153990" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090200.xhp" name="Loops">Loops</link></paragraph>
+ <paragraph id="hd_id3153990" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090200.xhp">Loops</link></paragraph>
<paragraph role="paragraph" id="par_id3147226" xml-lang="en-US">The following statements execute loops.</paragraph>
</section>
<embed href="text/sbasic/shared/03090201.xhp#doloop"/>
diff --git a/source/text/sbasic/shared/03090201.xhp b/source/text/sbasic/shared/03090201.xhp
index 696ffeecd5..ba604c7a8f 100644
--- a/source/text/sbasic/shared/03090201.xhp
+++ b/source/text/sbasic/shared/03090201.xhp
@@ -36,7 +36,7 @@
</bookmark>
-<paragraph id="hd_id3156116" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090201.xhp" name="Do...Loop Statement">Do...Loop Statement</link></paragraph>
+<paragraph id="hd_id3156116" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090201.xhp">Do...Loop Statement</link></paragraph>
<paragraph id="par_id3109850" role="paragraph" xml-lang="en-US">Repeats the statements between the <emph>Do</emph> and the <emph>Loop</emph> statement while the condition is <literal>True</literal> or until the condition becomes <literal>True</literal>.</paragraph>
</section>
@@ -94,8 +94,8 @@
</bascode>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id161588865796615"><link href="text/sbasic/shared/03090202.xhp" name="For statement">For</link>, <link href="text/sbasic/shared/03090102.xhp" name="Select Case statement">Select Case</link> or <link href="text/sbasic/shared/03090203.xhp" name="While statement">While</link> statements</paragraph>
- <paragraph role="paragraph" id="par_id281588865818334"><link href="text/sbasic/shared/03090103.xhp" name="Iif function">Iif</link> or <link href="text/sbasic/shared/03090410.xhp" name="Switch function">Switch</link> functions</paragraph>
+ <paragraph role="paragraph" id="par_id161588865796615"><link href="text/sbasic/shared/03090202.xhp">For</link>, <link href="text/sbasic/shared/03090102.xhp">Select Case</link> or <link href="text/sbasic/shared/03090203.xhp">While</link> statements</paragraph>
+ <paragraph role="paragraph" id="par_id281588865818334"><link href="text/sbasic/shared/03090103.xhp">Iif</link> or <link href="text/sbasic/shared/03090410.xhp">Switch</link> functions</paragraph>
</section>
</body>
diff --git a/source/text/sbasic/shared/03090202.xhp b/source/text/sbasic/shared/03090202.xhp
index eee1012838..51a51f1dbf 100644
--- a/source/text/sbasic/shared/03090202.xhp
+++ b/source/text/sbasic/shared/03090202.xhp
@@ -39,7 +39,7 @@
</bookmark>
-<h1 id="hd_id3149205" xml-lang="en-US"><link href="text/sbasic/shared/03090202.xhp" name="For...Next Statement">For...Next Statement</link></h1>
+<h1 id="hd_id3149205" xml-lang="en-US"><link href="text/sbasic/shared/03090202.xhp">For...Next Statement</link></h1>
<paragraph id="par_id3143267" role="paragraph" xml-lang="en-US">Repeats the statements between the <literal>For...Next</literal> block a specified number of times.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03090203.xhp b/source/text/sbasic/shared/03090203.xhp
index dad29dca34..065662ff2f 100644
--- a/source/text/sbasic/shared/03090203.xhp
+++ b/source/text/sbasic/shared/03090203.xhp
@@ -35,10 +35,10 @@
<bookmark_value>While;While...Wend loop</bookmark_value>
<bookmark_value>While;While Wend loop</bookmark_value>
</bookmark>
- <paragraph id="hd_id3150400" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090203.xhp" name="While...Wend Statement">While...Wend Statement</link></paragraph>
+ <paragraph id="hd_id3150400" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090203.xhp">While...Wend Statement</link></paragraph>
<paragraph xml-lang="en-US" role="paragraph" id="par_id3151211">When a program encounters a <literal>While</literal> statement, it tests the condition. If the condition is <literal>False</literal>, the program continues directly following the <literal>Wend</literal> statement. If the condition is <literal>True</literal>, the loop is executed until the program finds <literal>Wend</literal> and then jumps back to the <emph>While</emph> statement. If the condition is still <literal>True</literal>, the loop is executed again.</paragraph>
</section>
- <paragraph xml-lang="en-US" id="par_id3151041" role="paragraph">Unlike the <link href="text/sbasic/shared/03090201.xhp" name="Do...Loop">Do...Loop</link> statement, you cannot cancel a <emph>While...Wend</emph> loop with <link href="text/sbasic/shared/03090412.xhp" name="Exit">Exit</link>. Never exit a <literal>While...Wend</literal> loop with <link href="text/sbasic/shared/03090302.xhp" name="GoTo">GoTo</link>, since this can cause a run-time error.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3151041" role="paragraph">Unlike the <link href="text/sbasic/shared/03090201.xhp">Do...Loop</link> statement, you cannot cancel a <emph>While...Wend</emph> loop with <link href="text/sbasic/shared/03090412.xhp">Exit</link>. Never exit a <literal>While...Wend</literal> loop with <link href="text/sbasic/shared/03090302.xhp">GoTo</link>, since this can cause a run-time error.</paragraph>
<paragraph role="paragraph" id="par_id3145172" xml-lang="en-US">A <literal>Do...Loop</literal> is more flexible than a <literal>While...Wend.</literal></paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
@@ -64,8 +64,8 @@
</bascode>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id161588865796615"><link href="text/sbasic/shared/03090201.xhp" name="Do...Loop statement">Do...Until</link> or <link href="text/sbasic/shared/03090201.xhp" name="Do...While statement">Do...While</link> statement</paragraph>
- <paragraph role="paragraph" id="par_id281588865818334"><link href="text/sbasic/shared/03090412.xhp" name="Exit statement">Exit</link> statement</paragraph>
+ <paragraph role="paragraph" id="par_id161588865796615"><link href="text/sbasic/shared/03090201.xhp">Do...Until</link> or <link href="text/sbasic/shared/03090201.xhp">Do...While</link> statement</paragraph>
+ <paragraph role="paragraph" id="par_id281588865818334"><link href="text/sbasic/shared/03090412.xhp">Exit</link> statement</paragraph>
</section>
</body>
diff --git a/source/text/sbasic/shared/03090300.xhp b/source/text/sbasic/shared/03090300.xhp
index c4e2a5e624..717ab95614 100644
--- a/source/text/sbasic/shared/03090300.xhp
+++ b/source/text/sbasic/shared/03090300.xhp
@@ -33,7 +33,7 @@
<section id="jumps">
- <paragraph id="hd_id3151262" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090300.xhp" name="Jumps">Jumps</link></paragraph>
+ <paragraph id="hd_id3151262" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090300.xhp">Jumps</link></paragraph>
<paragraph role="paragraph" id="par_id3148983" xml-lang="en-US">The following statements execute jumps.</paragraph>
</section>
<embed href="text/sbasic/shared/03090301.xhp#gosubreturn"/>
diff --git a/source/text/sbasic/shared/03090301.xhp b/source/text/sbasic/shared/03090301.xhp
index b2331842bc..f7007e96e5 100644
--- a/source/text/sbasic/shared/03090301.xhp
+++ b/source/text/sbasic/shared/03090301.xhp
@@ -33,7 +33,7 @@
<bookmark_value>label; in GoSub...Return statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3147242" xml-lang="en-US"><variable id="GoSubh1"><link href="text/sbasic/shared/03090301.xhp" name="GoSub...Return Statement">GoSub...Return Statement</link></variable></h1>
+<h1 id="hd_id3147242" xml-lang="en-US"><variable id="GoSubh1"><link href="text/sbasic/shared/03090301.xhp">GoSub...Return Statement</link></variable></h1>
<paragraph id="par_id3145316" role="paragraph" xml-lang="en-US">Calls a subroutine that is indicated by a label inside a <literal>Sub</literal> or a <literal>Function</literal>. The statements following the label are executed until the next <literal>Return</literal> statement. Afterwards, the program continues with the statement that follows the <literal>GoSub</literal> statement.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03090302.xhp b/source/text/sbasic/shared/03090302.xhp
index 4f9cd57f5c..66522639c2 100644
--- a/source/text/sbasic/shared/03090302.xhp
+++ b/source/text/sbasic/shared/03090302.xhp
@@ -36,7 +36,7 @@
<bookmark_value>GoTo statement</bookmark_value>
<bookmark_value>label; in GoTo statement</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3159413" xml-lang="en-US" level="1"><variable id="GoToh1"><link href="text/sbasic/shared/03090302.xhp" name="GoTo Statement">GoTo Statement</link></variable></paragraph>
+<paragraph role="heading" id="hd_id3159413" xml-lang="en-US" level="1"><variable id="GoToh1"><link href="text/sbasic/shared/03090302.xhp">GoTo Statement</link></variable></paragraph>
<paragraph role="paragraph" id="par_id3153379" xml-lang="en-US">Continues program execution within a <literal>Sub</literal> or <literal>Function</literal> at the procedure line indicated by a label.</paragraph>
</section>
<paragraph role="heading" id="hd_id3149656" xml-lang="en-US" level="2">Syntax:</paragraph>
diff --git a/source/text/sbasic/shared/03090303.xhp b/source/text/sbasic/shared/03090303.xhp
index cad7a574fb..e305590e0e 100644
--- a/source/text/sbasic/shared/03090303.xhp
+++ b/source/text/sbasic/shared/03090303.xhp
@@ -36,7 +36,7 @@
</bookmark>
-<h1 id="hd_id3153897" xml-lang="en-US"><variable id="OnGoSubGoToh1"><link href="text/sbasic/shared/03090303.xhp" name="On...GoSub Statement; On...GoTo Statement">On...GoSub Statement; On...GoTo Statement</link></variable></h1>
+<h1 id="hd_id3153897" xml-lang="en-US"><variable id="OnGoSubGoToh1"><link href="text/sbasic/shared/03090303.xhp">On...GoSub Statement; On...GoTo Statement</link></variable></h1>
<paragraph id="par_id3150359" role="paragraph" xml-lang="en-US">Branches to one of several specified lines in the program code, depending on the value of a numeric expression.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03090400.xhp b/source/text/sbasic/shared/03090400.xhp
index 91ea068ef2..8eb52115a8 100644
--- a/source/text/sbasic/shared/03090400.xhp
+++ b/source/text/sbasic/shared/03090400.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="further_statements">
- <paragraph id="hd_id3145316" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090400.xhp" name="Further Statements">Further Statements</link></paragraph>
+ <paragraph id="hd_id3145316" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090400.xhp">Further Statements</link></paragraph>
<paragraph role="paragraph" id="par_id3154923" xml-lang="en-US">Statements that do not belong to any of the other categories are described here.</paragraph>
</section>
<embed href="text/sbasic/shared/03090401.xhp#call"/>
diff --git a/source/text/sbasic/shared/03090401.xhp b/source/text/sbasic/shared/03090401.xhp
index 2737a682c3..39045388d0 100644
--- a/source/text/sbasic/shared/03090401.xhp
+++ b/source/text/sbasic/shared/03090401.xhp
@@ -30,8 +30,8 @@
<section id="call">
<bookmark xml-lang="en-US" branch="index" id="bm_id3154422"><bookmark_value>Call statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3154422"><variable id="Call_h1"><link href="text/sbasic/shared/03090401.xhp" name="Call Statement">Call Statement</link></variable></h1>
-<paragraph role="paragraph" id="par_id3153394" xml-lang="en-US">Transfers the control of the program to a subroutine, a function, or a procedure of a <link href="text/sbasic/shared/03090403.xhp" name="Dynamic Link Library">Dynamic Link Library (DLL)</link>. The keyword, type and number of parameters is dependent on the routine that is being called.</paragraph>
+<h1 id="hd_id3154422"><variable id="Call_h1"><link href="text/sbasic/shared/03090401.xhp">Call Statement</link></variable></h1>
+<paragraph role="paragraph" id="par_id3153394" xml-lang="en-US">Transfers the control of the program to a subroutine, a function, or a procedure of a <link href="text/sbasic/shared/03090403.xhp">Dynamic Link Library (DLL)</link>. The keyword, type and number of parameters is dependent on the routine that is being called.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" id="par_id491585753339474">
@@ -41,12 +41,12 @@
</bascode>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<paragraph role="paragraph" id="par_id3148473" xml-lang="en-US">
-<emph>name:</emph> Name of the subroutine, the function, or the <link href="text/sbasic/shared/03090403.xhp" name="Dynamic Link Library">DLL</link> that you want to call</paragraph>
+<emph>name:</emph> Name of the subroutine, the function, or the <link href="text/sbasic/shared/03090403.xhp">DLL</link> that you want to call</paragraph>
<paragraph role="paragraph" id="par_id3148946" xml-lang="en-US">
<emph>param:</emph> Keyword parameter name to pass to the routine, followed by its <emph>value</emph>. The name must match the routine declaration. Keywords are optional and can be used in any order. </paragraph>
<paragraph role="paragraph" id="par_id871586190690812"><emph>value:</emph> Positional parameter value. The type is dependent on the routine that is being called</paragraph>
<note id="par_id421586006407428" xml-lang="en-US">When mixing positional and keyword parameters, make sure positional parameters are following the routine declaration order.</note>
-<tip id="par_id3154216" xml-lang="en-US">When a function is used as an expression, enclosing parameters with brackets becomes necessary. Using a <link href="text/sbasic/shared/03090403.xhp" name="Declare Statement">Declare statement</link> is compulsory prior to call a DLL.</tip>
+<tip id="par_id3154216" xml-lang="en-US">When a function is used as an expression, enclosing parameters with brackets becomes necessary. Using a <link href="text/sbasic/shared/03090403.xhp">Declare statement</link> is compulsory prior to call a DLL.</tip>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<bascode>
<paragraph role="bascode" id="par_id3159254" xml-lang="en-US" localize="false">Sub ExampleCall</paragraph>
diff --git a/source/text/sbasic/shared/03090402.xhp b/source/text/sbasic/shared/03090402.xhp
index 18d47e98cf..7a7dce4f22 100644
--- a/source/text/sbasic/shared/03090402.xhp
+++ b/source/text/sbasic/shared/03090402.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<h1 id="hd_id3143271" xml-lang="en-US"><variable id="Choose_h1"><link href="text/sbasic/shared/03090402.xhp" name="Choose Function">Choose Function</link></variable></h1>
+<h1 id="hd_id3143271" xml-lang="en-US"><variable id="Choose_h1"><link href="text/sbasic/shared/03090402.xhp">Choose Function</link></variable></h1>
<paragraph id="par_id3149234" role="paragraph" xml-lang="en-US">Returns a selected value from a list of arguments.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03090403.xhp b/source/text/sbasic/shared/03090403.xhp
index 2a4b3d5196..1f7cc8584a 100644
--- a/source/text/sbasic/shared/03090403.xhp
+++ b/source/text/sbasic/shared/03090403.xhp
@@ -34,14 +34,14 @@
</bookmark>
-<paragraph id="hd_id3148473" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090403.xhp" name="Declare Statement">Declare Statement</link></paragraph>
+<paragraph id="hd_id3148473" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090403.xhp">Declare Statement</link></paragraph>
<bookmark xml-lang="en-US" branch="index" id="bm_id3145316">
<bookmark_value>DLL (Dynamic Link Library)</bookmark_value>
</bookmark>
<paragraph id="par_id3145316" role="paragraph" xml-lang="en-US">Declares and defines a subroutine in a DLL file that you want to execute from $[officename] Basic.</paragraph>
</section>
-<paragraph id="par_id3146795" role="paragraph" xml-lang="en-US">See also: <link href="text/sbasic/shared/03090405.xhp" name="FreeLibrary">FreeLibrary</link></paragraph>
+<paragraph id="par_id3146795" role="paragraph" xml-lang="en-US">See also: <link href="text/sbasic/shared/03090405.xhp">FreeLibrary</link></paragraph>
<paragraph id="hd_id3156344" role="heading" level="2" xml-lang="en-US">Syntax:</paragraph>
<bascode>
diff --git a/source/text/sbasic/shared/03090404.xhp b/source/text/sbasic/shared/03090404.xhp
index ada8a37a87..8605392bee 100644
--- a/source/text/sbasic/shared/03090404.xhp
+++ b/source/text/sbasic/shared/03090404.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150771" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090404.xhp" name="End Statement">End Statement</link></paragraph>
+<paragraph id="hd_id3150771" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090404.xhp">End Statement</link></paragraph>
<paragraph id="par_id3153126" role="paragraph" xml-lang="en-US">Ends a procedure or block.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03090405.xhp b/source/text/sbasic/shared/03090405.xhp
index 7297dd9347..fc0c593074 100644
--- a/source/text/sbasic/shared/03090405.xhp
+++ b/source/text/sbasic/shared/03090405.xhp
@@ -34,8 +34,8 @@
</bookmark>
-<paragraph id="hd_id3143270" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090405.xhp" name="FreeLibrary Function">FreeLibrary Function</link></paragraph>
-<paragraph id="par_id3147559" role="paragraph" xml-lang="en-US">Releases DLLs that were loaded by a Declare statement. A released DLL is automatically reloaded if one of its functions is called. See also: <link href="text/sbasic/shared/03090403.xhp" name="Declare">Declare</link></paragraph>
+<paragraph id="hd_id3143270" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090405.xhp">FreeLibrary Function</link></paragraph>
+<paragraph id="par_id3147559" role="paragraph" xml-lang="en-US">Releases DLLs that were loaded by a Declare statement. A released DLL is automatically reloaded if one of its functions is called. See also: <link href="text/sbasic/shared/03090403.xhp">Declare</link></paragraph>
</section>
<paragraph id="hd_id3148550" role="heading" level="2" xml-lang="en-US">Syntax:</paragraph>
diff --git a/source/text/sbasic/shared/03090406.xhp b/source/text/sbasic/shared/03090406.xhp
index 7ecfbe73c1..3c481e8154 100644
--- a/source/text/sbasic/shared/03090406.xhp
+++ b/source/text/sbasic/shared/03090406.xhp
@@ -28,7 +28,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3153346">
<bookmark_value>Function statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3153346" xml-lang="en-US"><variable id="Function_h1"><link href="text/sbasic/shared/03090406.xhp" name="Function Statement">Function Statement</link></variable></h1>
+<h1 id="hd_id3153346" xml-lang="en-US"><variable id="Function_h1"><link href="text/sbasic/shared/03090406.xhp">Function Statement</link></variable></h1>
<paragraph id="par_id3159158" role="paragraph" xml-lang="en-US">A function is a block of code which runs when it is called. A function is usually called in an expression.</paragraph>
<paragraph role="paragraph" id="par_id451647246564161" xml-lang="en-US">You can pass data, known as parameters or arguments, into a function. You may pass a parameter by value or by reference. When by reference, modifications applied to the parameter in the function will be sent back to the calling code.</paragraph>
<paragraph role="paragraph" id="par_id101647247154065" xml-lang="en-US">A function usually returns data as a result.</paragraph>
@@ -84,7 +84,7 @@
</section>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id181647247913872"><link href="text/sbasic/shared/01010210.xhp" name="Subroutine basics">Subroutines basics</link></paragraph>
+ <paragraph role="paragraph" id="par_id181647247913872"><link href="text/sbasic/shared/01010210.xhp">Subroutines basics</link></paragraph>
<embed href="text/sbasic/shared/01020300.xhp#UsingSubs_h1"/>
<embed href="text/sbasic/shared/03090409.xhp#Sub_h1"/>
<embed href="text/sbasic/shared/property.xhp#Property_h1"/>
diff --git a/source/text/sbasic/shared/03090407.xhp b/source/text/sbasic/shared/03090407.xhp
index 7e4239841f..9014763c5f 100644
--- a/source/text/sbasic/shared/03090407.xhp
+++ b/source/text/sbasic/shared/03090407.xhp
@@ -35,7 +35,7 @@
</bookmark>
-<h1 id="hd_id3154347"><variable id="remstatement"><link href="text/sbasic/shared/03090407.xhp" name="Rem Statement">Rem Statement</link></variable></h1>
+<h1 id="hd_id3154347"><variable id="remstatement"><link href="text/sbasic/shared/03090407.xhp">Rem Statement</link></variable></h1>
<paragraph id="par_id3153525" role="paragraph" xml-lang="en-US">Specifies that a program line is a comment.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03090408.xhp b/source/text/sbasic/shared/03090408.xhp
index 8aefe030f5..49d12a6efc 100644
--- a/source/text/sbasic/shared/03090408.xhp
+++ b/source/text/sbasic/shared/03090408.xhp
@@ -32,7 +32,7 @@
<bookmark_value>Stop statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3153311" xml-lang="en-US"><link href="text/sbasic/shared/03090408.xhp" name="Stop Statement">Stop Statement</link></h1>
+<h1 id="hd_id3153311" xml-lang="en-US"><link href="text/sbasic/shared/03090408.xhp">Stop Statement</link></h1>
<paragraph id="par_id3154142" role="paragraph" xml-lang="en-US">Stops the execution of the Basic program.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03090409.xhp b/source/text/sbasic/shared/03090409.xhp
index f10753bdee..be95d8e678 100644
--- a/source/text/sbasic/shared/03090409.xhp
+++ b/source/text/sbasic/shared/03090409.xhp
@@ -32,7 +32,7 @@
<bookmark_value>Sub statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3147226"><variable id="Sub_h1"><link href="text/sbasic/shared/03090409.xhp" name="Sub Statement">Sub Statement</link></variable></h1>
+<h1 id="hd_id3147226"><variable id="Sub_h1"><link href="text/sbasic/shared/03090409.xhp">Sub Statement</link></variable></h1>
<paragraph id="par_id3153311" role="paragraph" xml-lang="en-US">Defines a subroutine.</paragraph>
</section>
@@ -58,7 +58,7 @@
<embed href="text/sbasic/shared/03090406.xhp#BasicExamples"/>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id181647247913872"><link href="text/sbasic/shared/01010210.xhp" name="Subroutine basics">Subroutines basics</link></paragraph>
+ <paragraph role="paragraph" id="par_id181647247913872"><link href="text/sbasic/shared/01010210.xhp">Subroutines basics</link></paragraph>
<embed href="text/sbasic/shared/01020300.xhp#UsingSubs_h1"/>
<embed href="text/sbasic/shared/03090406.xhp#Function_h1"/>
<embed href="text/sbasic/shared/property.xhp#Property_h1"/>
diff --git a/source/text/sbasic/shared/03090410.xhp b/source/text/sbasic/shared/03090410.xhp
index acade098ee..615a392eb5 100644
--- a/source/text/sbasic/shared/03090410.xhp
+++ b/source/text/sbasic/shared/03090410.xhp
@@ -33,7 +33,7 @@
<bookmark_value>Switch function</bookmark_value>
</bookmark>
-<h1 id="hd_id3148554" xml-lang="en-US"><variable id="Switch_h1"><link href="text/sbasic/shared/03090410.xhp" name="Switch Function">Switch Function</link></variable></h1>
+<h1 id="hd_id3148554" xml-lang="en-US"><variable id="Switch_h1"><link href="text/sbasic/shared/03090410.xhp">Switch Function</link></variable></h1>
<paragraph id="par_id3148522" role="paragraph" xml-lang="en-US">Evaluates a list of arguments, consisting of an expression followed by a value. The Switch function returns a value that is associated with the expression that is passed by this function.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03090411.xhp b/source/text/sbasic/shared/03090411.xhp
index aa1740ba61..3285c40a4b 100644
--- a/source/text/sbasic/shared/03090411.xhp
+++ b/source/text/sbasic/shared/03090411.xhp
@@ -33,7 +33,7 @@
<section id="with">
<bookmark xml-lang="en-US" branch="index" id="bm_id3153311"><bookmark_value>With statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3153311" xml-lang="en-US"><link href="text/sbasic/shared/03090411.xhp" name="With Statement">With Statement</link></h1>
+<h1 id="hd_id3153311" xml-lang="en-US"><link href="text/sbasic/shared/03090411.xhp">With Statement</link></h1>
<paragraph role="paragraph" id="par_id3159158" xml-lang="en-US">Sets an object as the default object. Unless another object name is declared, all properties and methods refer to the default object until the <literal>End With</literal> statement is reached.</paragraph>
</section>
@@ -49,7 +49,7 @@
<tip id="par_id311606839557245">Nesting <literal>With</literal> statements helps writing and reading Basic routines.</tip>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id921606840180540"><link href="text/sbasic/shared/03090413.xhp" name="Type Statement">Type Statement</link></paragraph>
+ <paragraph role="paragraph" id="par_id921606840180540"><link href="text/sbasic/shared/03090413.xhp">Type Statement</link></paragraph>
</section>
</body>
diff --git a/source/text/sbasic/shared/03090412.xhp b/source/text/sbasic/shared/03090412.xhp
index adad552128..1a6543a5d8 100644
--- a/source/text/sbasic/shared/03090412.xhp
+++ b/source/text/sbasic/shared/03090412.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<h1 id="hd_id3152924"><link href="text/sbasic/shared/03090412.xhp" name="Exit Statement">Exit Statement</link></h1>
+<h1 id="hd_id3152924"><link href="text/sbasic/shared/03090412.xhp">Exit Statement</link></h1>
<paragraph id="par_id3153394" role="paragraph" xml-lang="en-US">Exits a <emph>Do...Loop</emph>, <emph>For...Next</emph>, a function, a property, or a subroutine.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03090413.xhp b/source/text/sbasic/shared/03090413.xhp
index 38c6709ae9..a3bec03bdb 100644
--- a/source/text/sbasic/shared/03090413.xhp
+++ b/source/text/sbasic/shared/03090413.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3153311">
<bookmark_value>Type statement</bookmark_value>
</bookmark>
- <h1 id="hd_id3153311"><variable id="Type_h1"><link href="text/sbasic/shared/03090413.xhp" name="Type Statement">Type Statement</link></variable></h1>
+ <h1 id="hd_id3153311"><variable id="Type_h1"><link href="text/sbasic/shared/03090413.xhp">Type Statement</link></variable></h1>
<paragraph role="paragraph" id="par_id3159158" xml-lang="en-US">Define non-UNO data structures.</paragraph>
</section>
<paragraph role="paragraph" id="par_id311512206747401" xml-lang="en-US">A Type structure is an ordered collection of data fields, that can be manipulated as a single item.</paragraph>
@@ -45,7 +45,7 @@
</bascode>
<embed href="text/sbasic/shared/fragments.xhp#array"/>
<embed href="text/sbasic/shared/fragments.xhp#typename"/>
- <note id="par_id701574739564765">Extended types such as <literal>Type</literal> statement structures, UNO objects or <link href="text/sbasic/shared/classmodule.xhp" name="ClassModule">ClassModule</link> objects are valid typenames.</note>
+ <note id="par_id701574739564765">Extended types such as <literal>Type</literal> statement structures, UNO objects or <link href="text/sbasic/shared/classmodule.xhp">ClassModule</link> objects are valid typenames.</note>
<embed href="text/sbasic/shared/fragments.xhp#char"/>
<note id="par_id351573639548645">A Type structure scope is that of the module it belongs to.</note>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
@@ -60,10 +60,10 @@
<paragraph role="bascode" id="par_id461512211038180" xml-lang="en-US" localize="false"> oCustomer.City = "Berlin"</paragraph>
<paragraph role="bascode" id="par_id21512211032617" xml-lang="en-US" localize="false">End Sub</paragraph>
</bascode>
- <tip id="par_id701573639564765"><link href="text/sbasic/shared/enum.xhp" name ="enumerations">Enumerations</link> can be created using Type statement definitions. <link href="text/sbasic/guide/basic_2_python.xhp" name ="Calling Python Scripts from Basic">Calling Python Scripts from Basic</link> illustrates that mechanism.</tip>
+ <tip id="par_id701573639564765"><link href="text/sbasic/shared/enum.xhp">Enumerations</link> can be created using Type statement definitions. <link href="text/sbasic/guide/basic_2_python.xhp">Calling Python Scripts from Basic</link> illustrates that mechanism.</tip>
<section id="relatedtopics">
<embed href="text/sbasic/shared/classmodule.xhp#classmodulestatement"/>
- <paragraph role="paragraph" id="par_id211512215755793" xml-lang="en-US"><link href="text/sbasic/shared/03132400.xhp" name="CreateObject function">CreateObject function</link></paragraph>
+ <paragraph role="paragraph" id="par_id211512215755793" xml-lang="en-US"><link href="text/sbasic/shared/03132400.xhp">CreateObject function</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/sbasic/shared/03100000.xhp b/source/text/sbasic/shared/03100000.xhp
index 1c06b40e81..9f12705c4c 100644
--- a/source/text/sbasic/shared/03100000.xhp
+++ b/source/text/sbasic/shared/03100000.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="variables">
-<paragraph role="heading" id="hd_id3149669" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03100000.xhp" name="Variables">Variables</link></paragraph>
+<paragraph role="heading" id="hd_id3149669" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03100000.xhp">Variables</link></paragraph>
<paragraph role="paragraph" id="par_id3147265" xml-lang="en-US">The following statements and functions are for working with variables. You can use these functions to declare or define variables, convert variables from one type to another, or determine the variable type.</paragraph>
</section>
<embed href="text/sbasic/shared/03100050.xhp#ccur"/>
diff --git a/source/text/sbasic/shared/03100100.xhp b/source/text/sbasic/shared/03100100.xhp
index 66dd198cfc..5425383f69 100644
--- a/source/text/sbasic/shared/03100100.xhp
+++ b/source/text/sbasic/shared/03100100.xhp
@@ -32,7 +32,7 @@
<bookmark_value>CBool function</bookmark_value>
</bookmark>
-<h1 id="hd_id3150616" ><variable id="CBool_h1"><link href="text/sbasic/shared/03100100.xhp" name="CBool Function">CBool Function</link></variable></h1>
+<h1 id="hd_id3150616" ><variable id="CBool_h1"><link href="text/sbasic/shared/03100100.xhp">CBool Function</link></variable></h1>
<paragraph id="par_id3145136" role="paragraph">Converts an expression or a set of expressions into a boolean. An expression is composed of strings, numbers and operators. Comparison, logical or mathematical operators are allowed inside expressions.</paragraph>
</section>
@@ -46,9 +46,9 @@
<paragraph id="par_id3155419" role="paragraph" xml-lang="en-US">Boolean</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
-<paragraph role="paragraph" id="par_id791636986444058"><emph>expression</emph>: A logical expression, a mathematical formula, a numeric expression or a set of expressions combined with operators. During expression evaluation <link href="text/sbasic/shared/03060000.xhp" name="logical operators">logical operators</link> take preceedence over <link href="text/sbasic/shared/03110100.xhp" name="comparison operators">comparison operators</link>, which in turn take preceedence over <link href="text/sbasic/shared/03070000.xhp" name="mathematical operators">mathematical operators</link>.</paragraph>
+<paragraph role="paragraph" id="par_id791636986444058"><emph>expression</emph>: A logical expression, a mathematical formula, a numeric expression or a set of expressions combined with operators. During expression evaluation <link href="text/sbasic/shared/03060000.xhp">logical operators</link> take preceedence over <link href="text/sbasic/shared/03110100.xhp">comparison operators</link>, which in turn take preceedence over <link href="text/sbasic/shared/03070000.xhp">mathematical operators</link>.</paragraph>
<paragraph role="paragraph" id="par_id1001638264728895">The <literal>expression</literal> can be a number or mathematical formula. When equals to 0, <literal>False</literal> is returned, otherwise <literal>True</literal> is returned.</paragraph>
-<paragraph id="par_id3149655" role="paragraph">Multiple expressions such as <input>expr1 [[{operator] expr2]..]</input> can be combined. <input>expr1</input> and <input>expr2</input> can be any string or numeric expressions that you want to evaluate. <literal>CBool</literal> combines the expressions and returns either <literal>True</literal> or <literal>False</literal>. <input>operator</input> can be a <link href="text/sbasic/shared/03070000.xhp" name="mathematical operator">mathematical operator</link>, <link href="text/sbasic/shared/03060000.xhp" name="logical operator">logical operator</link> or <link href="text/sbasic/shared/03110100.xhp" name="comparison operator">comparison operator</link>.</paragraph>
+<paragraph id="par_id3149655" role="paragraph">Multiple expressions such as <input>expr1 [[{operator] expr2]..]</input> can be combined. <input>expr1</input> and <input>expr2</input> can be any string or numeric expressions that you want to evaluate. <literal>CBool</literal> combines the expressions and returns either <literal>True</literal> or <literal>False</literal>. <input>operator</input> can be a <link href="text/sbasic/shared/03070000.xhp">mathematical operator</link>, <link href="text/sbasic/shared/03060000.xhp">logical operator</link> or <link href="text/sbasic/shared/03110100.xhp">comparison operator</link>.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
diff --git a/source/text/sbasic/shared/03100300.xhp b/source/text/sbasic/shared/03100300.xhp
index adabbdc0bb..7be03ef96b 100644
--- a/source/text/sbasic/shared/03100300.xhp
+++ b/source/text/sbasic/shared/03100300.xhp
@@ -31,7 +31,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3150772">
<bookmark_value>CDate function</bookmark_value>
</bookmark>
-<paragraph id="hd_id3150772" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03100300.xhp" name="CDate Function">CDate Function</link></paragraph>
+<paragraph id="hd_id3150772" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03100300.xhp">CDate Function</link></paragraph>
<paragraph id="par_id3150986" role="paragraph" xml-lang="en-US">Converts any string or numeric expression to a date value.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03100400.xhp b/source/text/sbasic/shared/03100400.xhp
index 9546166c63..41b849c6a7 100644
--- a/source/text/sbasic/shared/03100400.xhp
+++ b/source/text/sbasic/shared/03100400.xhp
@@ -32,7 +32,7 @@
<bookmark_value>CDbl function</bookmark_value>
</bookmark>
-<h1 id="hd_id3153750" xml-lang="en-US"><link href="text/sbasic/shared/03100400.xhp" name="CDbl Function">CDbl Function</link></h1>
+<h1 id="hd_id3153750" xml-lang="en-US"><link href="text/sbasic/shared/03100400.xhp">CDbl Function</link></h1>
<paragraph id="par_id3149233" role="paragraph" xml-lang="en-US">Converts any numerical expression or string expression to a double type.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03100500.xhp b/source/text/sbasic/shared/03100500.xhp
index 9dda185122..5dbc2adc34 100644
--- a/source/text/sbasic/shared/03100500.xhp
+++ b/source/text/sbasic/shared/03100500.xhp
@@ -32,7 +32,7 @@
<bookmark_value>CInt function</bookmark_value>
</bookmark>
-<h1 id="hd_id3149346"><link href="text/sbasic/shared/03100500.xhp" name="CInt Function">CInt Function</link></h1>
+<h1 id="hd_id3149346"><link href="text/sbasic/shared/03100500.xhp">CInt Function</link></h1>
<paragraph id="par_id3155419" role="paragraph" xml-lang="en-US">Converts any string or numeric expression to an integer.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03100600.xhp b/source/text/sbasic/shared/03100600.xhp
index a8743a0b88..d8721580b5 100644
--- a/source/text/sbasic/shared/03100600.xhp
+++ b/source/text/sbasic/shared/03100600.xhp
@@ -32,7 +32,7 @@
<bookmark_value>CLng function</bookmark_value>
</bookmark>
-<h1 id="hd_id3153311" xml-lang="en-US"><link href="text/sbasic/shared/03100600.xhp" name="CLng Function">CLng Function</link></h1>
+<h1 id="hd_id3153311" xml-lang="en-US"><link href="text/sbasic/shared/03100600.xhp">CLng Function</link></h1>
<paragraph id="par_id3148686" role="paragraph" xml-lang="en-US">Converts any string or numeric expression to a long integer.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03100700.xhp b/source/text/sbasic/shared/03100700.xhp
index 7e8ceacd06..4dcadcd5d0 100644
--- a/source/text/sbasic/shared/03100700.xhp
+++ b/source/text/sbasic/shared/03100700.xhp
@@ -32,7 +32,7 @@
<bookmark_value>Const statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3146958" xml-lang="en-US"><variable id="const_h1"><link href="text/sbasic/shared/03100700.xhp" name="Const Statement">Const Statement</link></variable></h1>
+<h1 id="hd_id3146958" xml-lang="en-US"><variable id="const_h1"><link href="text/sbasic/shared/03100700.xhp">Const Statement</link></variable></h1>
<paragraph id="par_id3154143" role="paragraph" xml-lang="en-US">Defines one or more identifiers as constants.</paragraph>
</section>
<paragraph id="par_id3147264" role="paragraph" xml-lang="en-US">A constant is a variable that helps to improve the readability of a program. Constants are not defined as a specific type of variable, but rather are used as placeholders in the code. You can only define a constant once and it cannot be modified.</paragraph>
@@ -67,8 +67,8 @@
<paragraph id="par_idm1341155296" role="bascode" localize="false">End Sub</paragraph>
</bascode>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id111593694878677"><link href="text/sbasic/shared/enum.xhp" name="Enum">Enum</link> statement</paragraph>
- <paragraph role="paragraph" id="par_id111953694878677"><link href="text/sbasic/shared/03090413.xhp" name="Enum">Type</link> statement</paragraph>
+ <paragraph role="paragraph" id="par_id111593694878677"><link href="text/sbasic/shared/enum.xhp">Enum</link> statement</paragraph>
+ <paragraph role="paragraph" id="par_id111953694878677"><link href="text/sbasic/shared/03090413.xhp">Type</link> statement</paragraph>
</section>
</body>
diff --git a/source/text/sbasic/shared/03100900.xhp b/source/text/sbasic/shared/03100900.xhp
index 6ab5c59855..2a477f5a6e 100644
--- a/source/text/sbasic/shared/03100900.xhp
+++ b/source/text/sbasic/shared/03100900.xhp
@@ -32,7 +32,7 @@
<bookmark_value>CSng function</bookmark_value>
</bookmark>
-<h1 id="hd_id3153753" xml-lang="en-US"><link href="text/sbasic/shared/03100900.xhp" name="CSng Function">CSng Function</link></h1>
+<h1 id="hd_id3153753" xml-lang="en-US"><link href="text/sbasic/shared/03100900.xhp">CSng Function</link></h1>
<paragraph id="par_id3149748" role="paragraph" xml-lang="en-US">Converts any string or numeric expression to data type Single.</paragraph>
</section>
@@ -46,14 +46,14 @@
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<section id="ExpressionArgument">
-<paragraph id="par_id3153897" role="paragraph" xml-lang="en-US"> <emph>Expression</emph>: Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered using a dot "." as the decimal point and a comma "," as the thousands separator (for instance 123,456.78), which may differ from your %PRODUCTNAME <link href="text/shared/optionen/01140000.xhp" name="language settings">language settings</link>.</paragraph>
+<paragraph id="par_id3153897" role="paragraph" xml-lang="en-US"> <emph>Expression</emph>: Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered using a dot "." as the decimal point and a comma "," as the thousands separator (for instance 123,456.78), which may differ from your %PRODUCTNAME <link href="text/shared/optionen/01140000.xhp">language settings</link>.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<section id="ExampleCountryConvert">
-<paragraph role="paragraph" id="par_id761652451117906">Numeric expressions are displayed according to %PRODUCTNAME <link href="text/shared/optionen/01140000.xhp" name="language settings">language settings</link>:</paragraph>
+<paragraph role="paragraph" id="par_id761652451117906">Numeric expressions are displayed according to %PRODUCTNAME <link href="text/shared/optionen/01140000.xhp">language settings</link>:</paragraph>
<bascode>
<paragraph id="par_idm1341609456" role="bascode" localize="false">Sub ExampleCountryConvert</paragraph>
<paragraph id="par_idm1341608224" role="bascode" xml-lang="en-US"> MsgBox CDbl(1234.5678) ' 1234.5678</paragraph>
diff --git a/source/text/sbasic/shared/03101000.xhp b/source/text/sbasic/shared/03101000.xhp
index f9745a463b..ecee1f9fe7 100644
--- a/source/text/sbasic/shared/03101000.xhp
+++ b/source/text/sbasic/shared/03101000.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3146958" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03101000.xhp" name="CStr Function">CStr Function</link></paragraph>
+<paragraph id="hd_id3146958" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03101000.xhp">CStr Function</link></paragraph>
<paragraph id="par_id3147574" role="paragraph" xml-lang="en-US">Converts any numeric expression to a string expression.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03101100.xhp b/source/text/sbasic/shared/03101100.xhp
index 811494ccb4..82ddc1f24b 100644
--- a/source/text/sbasic/shared/03101100.xhp
+++ b/source/text/sbasic/shared/03101100.xhp
@@ -32,7 +32,7 @@
<bookmark_value>DefBool statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3145759"><link href="text/sbasic/shared/03101100.xhp" name="DefBool Statement">DefBool Statement</link></h1>
+<h1 id="hd_id3145759"><link href="text/sbasic/shared/03101100.xhp">DefBool Statement</link></h1>
<paragraph id="par_id3153089" role="paragraph">If no type-declaration character or keyword is specified, the DefBool statement sets the default data type for variables, according to a letter range.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03101300.xhp b/source/text/sbasic/shared/03101300.xhp
index 6c84e65636..82829a8a3f 100644
--- a/source/text/sbasic/shared/03101300.xhp
+++ b/source/text/sbasic/shared/03101300.xhp
@@ -32,7 +32,7 @@
<bookmark_value>DefDate statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3150504"><link href="text/sbasic/shared/03101300.xhp" name="DefDate Statement">DefDate Statement</link></h1>
+<h1 id="hd_id3150504"><link href="text/sbasic/shared/03101300.xhp">DefDate Statement</link></h1>
<paragraph id="par_id3145069" role="paragraph" xml-lang="en-US">If no type-declaration character or keyword is specified, the DefDate statement sets the default variable type, according to a letter range.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03101400.xhp b/source/text/sbasic/shared/03101400.xhp
index ee96efa7ac..aa2fc6016e 100644
--- a/source/text/sbasic/shared/03101400.xhp
+++ b/source/text/sbasic/shared/03101400.xhp
@@ -32,7 +32,7 @@
<bookmark_value>DefDbl statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3147242"><link href="text/sbasic/shared/03101400.xhp" name="DefDbl Statement">DefDbl Statement</link></h1>
+<h1 id="hd_id3147242"><link href="text/sbasic/shared/03101400.xhp">DefDbl Statement</link></h1>
<paragraph id="par_id3153126" role="paragraph" xml-lang="en-US">Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03101500.xhp b/source/text/sbasic/shared/03101500.xhp
index 2a371295b9..3a0f80083c 100644
--- a/source/text/sbasic/shared/03101500.xhp
+++ b/source/text/sbasic/shared/03101500.xhp
@@ -32,7 +32,7 @@
<bookmark_value>DefInt statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3149811"><link href="text/sbasic/shared/03101500.xhp" name="DefInt Statement">DefInt Statement</link></h1>
+<h1 id="hd_id3149811"><link href="text/sbasic/shared/03101500.xhp">DefInt Statement</link></h1>
<paragraph id="par_id3149762" role="paragraph" xml-lang="en-US">Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03101600.xhp b/source/text/sbasic/shared/03101600.xhp
index f872bcdf05..bd6de93eb2 100644
--- a/source/text/sbasic/shared/03101600.xhp
+++ b/source/text/sbasic/shared/03101600.xhp
@@ -32,7 +32,7 @@
<bookmark_value>DefLng statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3148538" ><link href="text/sbasic/shared/03101600.xhp" name="DefLng Statement">DefLng Statement</link></h1>
+<h1 id="hd_id3148538" ><link href="text/sbasic/shared/03101600.xhp">DefLng Statement</link></h1>
<paragraph id="par_id3149514" role="paragraph">Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03101700.xhp b/source/text/sbasic/shared/03101700.xhp
index db099499cc..a7eac3db07 100644
--- a/source/text/sbasic/shared/03101700.xhp
+++ b/source/text/sbasic/shared/03101700.xhp
@@ -32,7 +32,7 @@
<section id="defobj">
<bookmark xml-lang="en-US" branch="index" id="bm_id3149811"><bookmark_value>DefObj statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3149811"><link href="text/sbasic/shared/03101700.xhp" name="DefObj Statement">DefObj Statement</link></h1>
+<h1 id="hd_id3149811"><link href="text/sbasic/shared/03101700.xhp">DefObj Statement</link></h1>
<paragraph role="paragraph" id="par_id3147573" xml-lang="en-US">Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03102000.xhp b/source/text/sbasic/shared/03102000.xhp
index 2e7a312526..d7a6c64131 100644
--- a/source/text/sbasic/shared/03102000.xhp
+++ b/source/text/sbasic/shared/03102000.xhp
@@ -32,7 +32,7 @@
<bookmark_value>DefVar statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3143267"><link href="text/sbasic/shared/03102000.xhp" name="DefVar Statement">DefVar Statement</link></h1>
+<h1 id="hd_id3143267"><link href="text/sbasic/shared/03102000.xhp">DefVar Statement</link></h1>
<paragraph id="par_id3153825" role="paragraph" xml-lang="en-US">Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03102100.xhp b/source/text/sbasic/shared/03102100.xhp
index b66acc5802..163a02f2d3 100644
--- a/source/text/sbasic/shared/03102100.xhp
+++ b/source/text/sbasic/shared/03102100.xhp
@@ -34,7 +34,7 @@
<bookmark_value>dimensioning arrays</bookmark_value>
</bookmark>
-<h1 id="hd_id3149812" xml-lang="en-US"><variable id="Dimh1"><link href="text/sbasic/shared/03102100.xhp" name="Dim Statement">Dim Statement</link></variable></h1>
+<h1 id="hd_id3149812" xml-lang="en-US"><variable id="Dimh1"><link href="text/sbasic/shared/03102100.xhp">Dim Statement</link></variable></h1>
<paragraph id="par_id3143271" role="paragraph">Declares variables or arrays.</paragraph>
</section>
@@ -54,7 +54,7 @@
<paragraph id="par_id3149412" role="bascode" xml-lang="en-US">Dim variable [(start To end)] [As typename][, variable2[char] [(start To end)] [,...]]</paragraph>
</bascode>
<section id="optionalNew">
-<tip id="par_id221651071987432"><literal>New</literal> operator is optional when setting <link href="text/sbasic/shared/compatible.xhp" name="Option Compatible">Option Compatible</link> option.</tip>
+<tip id="par_id221651071987432"><literal>New</literal> operator is optional when setting <link href="text/sbasic/shared/compatible.xhp">Option Compatible</link> option.</tip>
</section>
<section id="DimCommons">
@@ -76,7 +76,7 @@
<paragraph id="par_id3155937" role="paragraph" xml-lang="en-US"> <emph>Single:</emph> Single-precision floating-point variable (3,402823 x 10E38 - 1,401298 x 10E-45).</paragraph>
<paragraph id="par_id3151251" role="paragraph" xml-lang="en-US"> <emph>String:</emph> String variable consisting of a maximum of 64,000 ASCII characters.</paragraph>
<paragraph id="par_id3154704" role="paragraph" xml-lang="en-US"> <emph>Variant:</emph> Variant variable type (contains all types, specified by definition). If a type name is not specified, variables are automatically defined as Variant Type, unless a statement from <literal>DefBool</literal> to <literal>DefVar</literal> is used.</paragraph>
-<paragraph role="paragraph" id="par_id21587667790810"> <emph>object:</emph> Universal Network object (UNO) object or <link href="text/sbasic/shared/classmodule" name="Class module">ClassModule</link> object instance.</paragraph>
+<paragraph role="paragraph" id="par_id21587667790810"> <emph>object:</emph> Universal Network object (UNO) object or <link href="text/sbasic/shared/classmodule">ClassModule</link> object instance.</paragraph>
<paragraph id="par_id3153510" role="paragraph" xml-lang="en-US"><emph>char:</emph> Special character that declares the data type of a variable.</paragraph><paragraph role="paragraph" id="par_id971587473518701">
<image src="media/helpimg/sbasic/char_fragment.svg" id="img_id4156296484516"><alt xml-lang="en-US" id="alt_id15152796484516">Type declaration characters fragment</alt></image>
</paragraph>
diff --git a/source/text/sbasic/shared/03102101.xhp b/source/text/sbasic/shared/03102101.xhp
index 8c71168a43..a592cbead6 100644
--- a/source/text/sbasic/shared/03102101.xhp
+++ b/source/text/sbasic/shared/03102101.xhp
@@ -33,7 +33,7 @@
<bookmark_value>ReDim statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3150398" xml-lang="en-US"><link href="text/sbasic/shared/03102101.xhp" name="ReDim Statement">ReDim Statement</link></h1>
+<h1 id="hd_id3150398" xml-lang="en-US"><link href="text/sbasic/shared/03102101.xhp">ReDim Statement</link></h1>
<paragraph id="par_id3154685" role="paragraph" xml-lang="en-US">Declares or redefines variables or arrays.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03102200.xhp b/source/text/sbasic/shared/03102200.xhp
index 431fee1c86..ccd9d58b8e 100644
--- a/source/text/sbasic/shared/03102200.xhp
+++ b/source/text/sbasic/shared/03102200.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3154346" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03102200.xhp" name="IsArray Function">IsArray Function</link></paragraph>
+<paragraph id="hd_id3154346" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03102200.xhp">IsArray Function</link></paragraph>
<paragraph id="par_id3159413" role="paragraph" xml-lang="en-US">Determines if a variable is a data field in an array.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03102300.xhp b/source/text/sbasic/shared/03102300.xhp
index 41976a79f3..a78ce1f7c3 100644
--- a/source/text/sbasic/shared/03102300.xhp
+++ b/source/text/sbasic/shared/03102300.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3145090" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03102300.xhp" name="IsDate Function">IsDate Function</link></paragraph>
+<paragraph id="hd_id3145090" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03102300.xhp">IsDate Function</link></paragraph>
<paragraph id="par_id3153311" role="paragraph" xml-lang="en-US">Tests if a numeric or string expression can be converted to a <emph>Date</emph> variable.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03102400.xhp b/source/text/sbasic/shared/03102400.xhp
index 7343efb892..79d8658a6d 100644
--- a/source/text/sbasic/shared/03102400.xhp
+++ b/source/text/sbasic/shared/03102400.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3153394" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03102400.xhp" name="IsEmpty Function">IsEmpty Function</link></paragraph>
+<paragraph id="hd_id3153394" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03102400.xhp">IsEmpty Function</link></paragraph>
<paragraph id="par_id3163045" role="paragraph" xml-lang="en-US">Tests if a Variant variable contains the Empty value. The Empty value indicates that the variable is not initialized.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03102600.xhp b/source/text/sbasic/shared/03102600.xhp
index cbad0b2b3b..e319eb7f5d 100644
--- a/source/text/sbasic/shared/03102600.xhp
+++ b/source/text/sbasic/shared/03102600.xhp
@@ -35,7 +35,7 @@
</bookmark>
-<paragraph id="hd_id3155555" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03102600.xhp" name="IsNull Function">IsNull Function</link></paragraph>
+<paragraph id="hd_id3155555" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03102600.xhp">IsNull Function</link></paragraph>
<paragraph id="par_id3146957" role="paragraph" xml-lang="en-US">Tests if a Variant contains the special Null value, indicating that the variable does not contain data.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03102700.xhp b/source/text/sbasic/shared/03102700.xhp
index 5a868f0fc6..2e7892f7f7 100644
--- a/source/text/sbasic/shared/03102700.xhp
+++ b/source/text/sbasic/shared/03102700.xhp
@@ -34,8 +34,8 @@
</bookmark>
-<paragraph id="hd_id3145136" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03102700.xhp" name="IsNumeric Function">IsNumeric Function</link></paragraph>
-<paragraph id="par_id3149177" role="paragraph" xml-lang="en-US">Tests if an expression is a number. If the expression is a <link href="text/sbasic/shared/00000002.xhp#dezimal" name="number">number</link>, the function returns True, otherwise the function returns False.</paragraph>
+<paragraph id="hd_id3145136" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03102700.xhp">IsNumeric Function</link></paragraph>
+<paragraph id="par_id3149177" role="paragraph" xml-lang="en-US">Tests if an expression is a number. If the expression is a <link href="text/sbasic/shared/00000002.xhp#dezimal">number</link>, the function returns True, otherwise the function returns False.</paragraph>
</section>
<paragraph id="hd_id3149415" role="heading" level="2" xml-lang="en-US">Syntax:</paragraph>
diff --git a/source/text/sbasic/shared/03102800.xhp b/source/text/sbasic/shared/03102800.xhp
index 4655ee47f6..82d636e222 100644
--- a/source/text/sbasic/shared/03102800.xhp
+++ b/source/text/sbasic/shared/03102800.xhp
@@ -32,14 +32,14 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3149346">
<bookmark_value>IsObject function</bookmark_value>
</bookmark>
- <h1 id="hd_id51633474369322"><variable id="IsObject_h1"><link href="text/sbasic/shared/03102800.xhp" name="IsObject Function">IsObject Function</link></variable></h1>
+ <h1 id="hd_id51633474369322"><variable id="IsObject_h1"><link href="text/sbasic/shared/03102800.xhp">IsObject Function</link></variable></h1>
<paragraph role="paragraph" id="par_id3148538" xml-lang="en-US">Tests if a variable is an object, as opposed to primitive data types such as dates, numbers, texts. The function returns <literal>True</literal> if the variable is an object, otherwise it returns <literal>False</literal>.</paragraph>
</section>
<paragraph role="paragraph" id="par_id891575896963115">This function returns <literal>True</literal> for the following object types:</paragraph>
<list type="unordered">
<listitem><paragraph id="par_id471575892220352" role="listitem"><switchinline select="sys"><caseinline select="WIN">OLE objects or </caseinline></switchinline>UNO objects</paragraph></listitem>
- <listitem><paragraph id="par_id451575892264518" role="listitem"><link href="text/sbasic/shared/classmodule.xhp" name="Class module">Class module</link> object instances</paragraph></listitem>
- <listitem><paragraph id="par_id851575882379006" role="listitem"><link href="text/sbasic/shared/03090413.xhp" name="Extended types">Extended types</link> or <link href="text/sbasic/shared/enum.xhp" name="enumerations">enumerations</link></paragraph> </listitem>
+ <listitem><paragraph id="par_id451575892264518" role="listitem"><link href="text/sbasic/shared/classmodule.xhp">Class module</link> object instances</paragraph></listitem>
+ <listitem><paragraph id="par_id851575882379006" role="listitem"><link href="text/sbasic/shared/03090413.xhp">Extended types</link> or <link href="text/sbasic/shared/enum.xhp">enumerations</link></paragraph> </listitem>
<listitem><paragraph id="par_id131575882378422" role="listitem">Routines or variables when defined as Object.</paragraph></listitem>
<listitem><paragraph id="par_id511575889156356" role="listitem">%PRODUCTNAME Basic modules</paragraph></listitem>
</list>
@@ -58,15 +58,15 @@
<section id="relatedtopics">
<embed href="text/sbasic/shared/03104600.xhp#EqualUnoObjects_h1"/>
- <paragraph role="paragraph" id="par_id191575887649871"><link href="text/sbasic/shared/enum.xhp" name="Enum statement">Enum statement</link></paragraph>
+ <paragraph role="paragraph" id="par_id191575887649871"><link href="text/sbasic/shared/enum.xhp">Enum statement</link></paragraph>
<embed href="text/sbasic/shared/classmodule.xhp#classmodulestatement"/>
<!-- Function statement-->
<!-- Object type-->
<!-- CreateObject-->
<!-- UNO objects-->
<!-- Property statement-->
- <paragraph role="paragraph" id="par_id51575897210153"><link href="text/sbasic/shared/03090413.xhp" name="Type statement">Type statement</link></paragraph>
- <paragraph role="paragraph" id="par_id811575887627196"><link href="text/sbasic/shared/01020100.xhp" name="Using variables">Using variables</link></paragraph>
+ <paragraph role="paragraph" id="par_id51575897210153"><link href="text/sbasic/shared/03090413.xhp">Type statement</link></paragraph>
+ <paragraph role="paragraph" id="par_id811575887627196"><link href="text/sbasic/shared/01020100.xhp">Using variables</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/sbasic/shared/03102900.xhp b/source/text/sbasic/shared/03102900.xhp
index cd12c74608..4c9ff507cd 100644
--- a/source/text/sbasic/shared/03102900.xhp
+++ b/source/text/sbasic/shared/03102900.xhp
@@ -32,7 +32,7 @@
<bookmark_value>LBound function</bookmark_value>
</bookmark>
-<h1 id="hd_id3156027"><link href="text/sbasic/shared/03102900.xhp" name="LBound Function">LBound Function</link></h1>
+<h1 id="hd_id3156027"><link href="text/sbasic/shared/03102900.xhp">LBound Function</link></h1>
<paragraph id="par_id3147226" role="paragraph" xml-lang="en-US">Returns the lower boundary of an array.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03103000.xhp b/source/text/sbasic/shared/03103000.xhp
index f87474f464..8fd64cdece 100644
--- a/source/text/sbasic/shared/03103000.xhp
+++ b/source/text/sbasic/shared/03103000.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<h1 id="hd_id3148538"><link href="text/sbasic/shared/03103000.xhp" name="UBound Function">UBound Function</link></h1>
+<h1 id="hd_id3148538"><link href="text/sbasic/shared/03103000.xhp">UBound Function</link></h1>
<paragraph id="par_id3147573" role="paragraph" xml-lang="en-US">Returns the upper boundary of an array.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03103100.xhp b/source/text/sbasic/shared/03103100.xhp
index a03f8e04df..eecf09aad2 100644
--- a/source/text/sbasic/shared/03103100.xhp
+++ b/source/text/sbasic/shared/03103100.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3147242" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03103100.xhp" name="Let Statement">Let Statement</link></paragraph>
+<paragraph id="hd_id3147242" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03103100.xhp">Let Statement</link></paragraph>
<paragraph id="par_id3149233" role="paragraph" xml-lang="en-US">Assigns a value to a variable.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03103200.xhp b/source/text/sbasic/shared/03103200.xhp
index d7418435a8..05bcbb54fd 100644
--- a/source/text/sbasic/shared/03103200.xhp
+++ b/source/text/sbasic/shared/03103200.xhp
@@ -32,7 +32,7 @@
<bookmark_value>Option Base statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3155805"><variable id="optionbasestatement"><link href="text/sbasic/shared/03103200.xhp" name="Option Base Statement">Option Base Statement</link></variable></h1>
+<h1 id="hd_id3155805"><variable id="optionbasestatement"><link href="text/sbasic/shared/03103200.xhp">Option Base Statement</link></variable></h1>
<paragraph id="par_id3147242" role="paragraph" xml-lang="en-US">Defines the default lower boundary for arrays as 0 or 1.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03103300.xhp b/source/text/sbasic/shared/03103300.xhp
index 96c490d393..b4e0f31c45 100644
--- a/source/text/sbasic/shared/03103300.xhp
+++ b/source/text/sbasic/shared/03103300.xhp
@@ -32,7 +32,7 @@
<bookmark_value>Option Explicit statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3145090"><variable id="explicitstatement"><link href="text/sbasic/shared/03103300.xhp" name="Option Explicit Statement">Option Explicit Statement</link></variable></h1>
+<h1 id="hd_id3145090"><variable id="explicitstatement"><link href="text/sbasic/shared/03103300.xhp">Option Explicit Statement</link></variable></h1>
<paragraph id="par_id3148538" role="paragraph" xml-lang="en-US">Specifies that every variable in the program code must be explicitly declared with the Dim statement.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03103350.xhp b/source/text/sbasic/shared/03103350.xhp
index 1a0b9c5224..230b01ec31 100644
--- a/source/text/sbasic/shared/03103350.xhp
+++ b/source/text/sbasic/shared/03103350.xhp
@@ -33,7 +33,7 @@
<bookmark_value>VBA Support;Option VBASupport statement</bookmark_value>
<bookmark_value>Option VBASupport statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3145090"><variable id="vbasupportstatement"><link href="text/sbasic/shared/03103350.xhp" name="Option VBASupport Statement">Option VBASupport Statement</link></variable></h1>
+<h1 id="hd_id3145090"><variable id="vbasupportstatement"><link href="text/sbasic/shared/03103350.xhp">Option VBASupport Statement</link></variable></h1>
<paragraph id="par_id3148538" role="paragraph" xml-lang="en-US">Specifies that %PRODUCTNAME Basic will support some VBA statements, functions and objects.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#beforeexecutable"/>
diff --git a/source/text/sbasic/shared/03103400.xhp b/source/text/sbasic/shared/03103400.xhp
index b56fe0d94a..12b182751e 100644
--- a/source/text/sbasic/shared/03103400.xhp
+++ b/source/text/sbasic/shared/03103400.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3153311" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03103400.xhp" name="Public Statement">Public Statement</link></paragraph>
+<paragraph id="hd_id3153311" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03103400.xhp">Public Statement</link></paragraph>
<paragraph id="par_id3150669" role="paragraph" xml-lang="en-US">Dimensions a variable or an array at the module level (that is, not within a subroutine or function), so that the variable and the array are valid in all libraries and modules.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03103450.xhp b/source/text/sbasic/shared/03103450.xhp
index b2c0e5144e..eddda82e99 100644
--- a/source/text/sbasic/shared/03103450.xhp
+++ b/source/text/sbasic/shared/03103450.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3159201" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03103450.xhp" name="Global keyword">Global keyword</link></paragraph>
+<paragraph id="hd_id3159201" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03103450.xhp">Global keyword</link></paragraph>
<paragraph id="par_id3149177" role="paragraph" xml-lang="en-US">Dimensions a variable or an array at the global level (that is, not within a subroutine or function), so that the variable and the array are valid in all libraries and modules for the current session.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03103500.xhp b/source/text/sbasic/shared/03103500.xhp
index 52a0261bb9..0f7e501e2a 100644
--- a/source/text/sbasic/shared/03103500.xhp
+++ b/source/text/sbasic/shared/03103500.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3149798" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03103500.xhp" name="Static Statement">Static Statement</link></paragraph>
+<paragraph id="hd_id3149798" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03103500.xhp">Static Statement</link></paragraph>
<paragraph id="par_id3153311" role="paragraph" xml-lang="en-US">Declares a variable or an array at the procedure level within a subroutine or a function, so that the values of the variable or the array are retained after exiting the subroutine or function. Dim statement conventions are also valid.</paragraph>
</section>
<paragraph id="par_id3147264" role="warning" xml-lang="en-US">The <emph>Static statement</emph> cannot be used to define variable arrays. Arrays must be specified according to a fixed size.</paragraph>
diff --git a/source/text/sbasic/shared/03103600.xhp b/source/text/sbasic/shared/03103600.xhp
index cea6827072..1a33a15ed0 100644
--- a/source/text/sbasic/shared/03103600.xhp
+++ b/source/text/sbasic/shared/03103600.xhp
@@ -32,7 +32,7 @@
<bookmark_value>VarType function</bookmark_value>
<bookmark_value>Basic Variable Type constants</bookmark_value>
</bookmark>
-<h1 id="hd_id3143267"><link href="text/sbasic/shared/03103600.xhp" name="TypeName Function; VarType Function">TypeName Function; VarType Function</link></h1>
+<h1 id="hd_id3143267"><link href="text/sbasic/shared/03103600.xhp">TypeName Function; VarType Function</link></h1>
<paragraph id="par_id3159157" role="paragraph" xml-lang="en-US">Returns text or a numeric value that contain type information for a variable.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03103700.xhp b/source/text/sbasic/shared/03103700.xhp
index 45f6ce0e04..e41555b561 100644
--- a/source/text/sbasic/shared/03103700.xhp
+++ b/source/text/sbasic/shared/03103700.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<h1 id="hd_id3154422" xml-lang="en-US"><variable id="Set_h1"><link href="text/sbasic/shared/03103700.xhp" name="Set Statement">Set Statement</link></variable></h1>
+<h1 id="hd_id3154422" xml-lang="en-US"><variable id="Set_h1"><link href="text/sbasic/shared/03103700.xhp">Set Statement</link></variable></h1>
<paragraph id="par_id3159149" role="paragraph" xml-lang="en-US">Sets an object reference on a variable.</paragraph>
</section>
@@ -66,7 +66,7 @@
<paragraph id="par_idm1340931399" role="bascode" localize="false"> End With</paragraph>
<paragraph id="par_idm1340831399" role="bascode" localize="false">End Sub</paragraph>
</bascode>
-<tip id="par_id841586014507226" xml-lang="en-US"><literal>New</literal> creates UNO objects or <link href="text/sbasic/shared/classmodule" name="ClassModule">class module</link> objects, before assigning it to a variable.</tip>
+<tip id="par_id841586014507226" xml-lang="en-US"><literal>New</literal> creates UNO objects or <link href="text/sbasic/shared/classmodule">class module</link> objects, before assigning it to a variable.</tip>
<section id="relatedtopics">
<embed href="text/sbasic/shared/new_keyword.xhp#NewOperator_h1"/>
diff --git a/source/text/sbasic/shared/03103800.xhp b/source/text/sbasic/shared/03103800.xhp
index f77b77da8c..cddd83b010 100644
--- a/source/text/sbasic/shared/03103800.xhp
+++ b/source/text/sbasic/shared/03103800.xhp
@@ -32,7 +32,7 @@
<section id="findobject">
<bookmark xml-lang="en-US" branch="index" id="bm_id3145136"><bookmark_value>FindObject function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3145136" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03103800.xhp" name="FindObject Function">FindObject Function</link></paragraph>
+<paragraph role="heading" id="hd_id3145136" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03103800.xhp">FindObject Function</link></paragraph>
<paragraph role="paragraph" id="par_id3155341" xml-lang="en-US">Enables an object to be addressed at run-time as a string parameter through the object name.</paragraph>
</section>
<section id="examplefindobject">
@@ -53,7 +53,7 @@
<paragraph role="paragraph" id="par_id3145420" xml-lang="en-US">This allows names to be dynamically created at run-time. For example:</paragraph>
<paragraph role="paragraph" id="par_id3153104" xml-lang="en-US">"TextEdit1" to "TextEdit5" in a loop to create five control names.</paragraph>
</section>
-<paragraph role="paragraph" id="par_id3150767" xml-lang="en-US">See also: <link href="text/sbasic/shared/03103900.xhp" name="FindPropertyObject">FindPropertyObject</link></paragraph>
+<paragraph role="paragraph" id="par_id3150767" xml-lang="en-US">See also: <link href="text/sbasic/shared/03103900.xhp">FindPropertyObject</link></paragraph>
<paragraph role="heading" id="hd_id3150868" xml-lang="en-US" level="2">Syntax:</paragraph>
<bascode>
<paragraph role="bascode" id="par_id3151042" localize="false" xml-lang="en-US">FindObject( ObjName As String )</paragraph>
diff --git a/source/text/sbasic/shared/03103900.xhp b/source/text/sbasic/shared/03103900.xhp
index 75486f5bfd..974797c51a 100644
--- a/source/text/sbasic/shared/03103900.xhp
+++ b/source/text/sbasic/shared/03103900.xhp
@@ -32,11 +32,11 @@
<section id="findpropertyobject">
<bookmark xml-lang="en-US" branch="index" id="bm_id3146958"><bookmark_value>FindPropertyObject function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3146958" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03103900.xhp" name="FindPropertyObject Function">FindPropertyObject Function</link></paragraph>
+<paragraph role="heading" id="hd_id3146958" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03103900.xhp">FindPropertyObject Function</link></paragraph>
<paragraph role="paragraph" id="par_id3154285" xml-lang="en-US">Enables objects to be addressed at run-time as a string parameter using the object name.</paragraph>
</section>
<embed href="text/sbasic/shared/03103800.xhp#examplefindobject"/>
-<paragraph role="paragraph" id="par_id3150868" xml-lang="en-US">See also: <link href="text/sbasic/shared/03103800.xhp" name="FindObject">FindObject</link></paragraph>
+<paragraph role="paragraph" id="par_id3150868" xml-lang="en-US">See also: <link href="text/sbasic/shared/03103800.xhp">FindObject</link></paragraph>
<paragraph role="heading" id="hd_id3147287" xml-lang="en-US" level="2">Syntax:</paragraph>
<bascode>
<paragraph role="bascode" id="par_id3149560" localize="false" xml-lang="en-US">FindPropertyObject( ObjVar, PropName As String )</paragraph>
diff --git a/source/text/sbasic/shared/03104000.xhp b/source/text/sbasic/shared/03104000.xhp
index 47a8ecae8f..721a7f56d0 100644
--- a/source/text/sbasic/shared/03104000.xhp
+++ b/source/text/sbasic/shared/03104000.xhp
@@ -32,10 +32,10 @@
<section id="ismissing">
<bookmark xml-lang="en-US" branch="index" id="bm_id3153527"><bookmark_value>IsMissing function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153527" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03104000.xhp" name="IsMissing Function">IsMissing Function</link></paragraph>
+<paragraph role="heading" id="hd_id3153527" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03104000.xhp">IsMissing Function</link></paragraph>
<paragraph role="paragraph" id="par_id3153825" xml-lang="en-US">Tests if a function is called with an optional parameter.</paragraph>
</section>
-<paragraph role="paragraph" id="par_id3150669" xml-lang="en-US">See also: <link href="text/sbasic/shared/03104100.xhp" name="Optional">Optional</link></paragraph>
+<paragraph role="paragraph" id="par_id3150669" xml-lang="en-US">See also: <link href="text/sbasic/shared/03104100.xhp">Optional</link></paragraph>
<paragraph role="heading" id="hd_id3145611" xml-lang="en-US" level="2">Syntax:</paragraph>
<bascode>
<paragraph role="bascode" id="par_id3154924" xml-lang="en-US">IsMissing( ArgumentName )</paragraph>
@@ -44,7 +44,7 @@
<paragraph role="paragraph" id="par_id3149457" xml-lang="en-US">
<emph>ArgumentName:</emph> the name of an optional argument.</paragraph>
<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US">IsMissing returns True if no value has been passed for the ArgumentName; otherwise, it returns False.</paragraph>
-<paragraph role="paragraph" id="par_id3148798" xml-lang="en-US">See also <link href="text/sbasic/guide/sample_code.xhp" name="Examples">Examples</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3148798" xml-lang="en-US">See also <link href="text/sbasic/guide/sample_code.xhp">Examples</link>.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err5"/>
</body>
diff --git a/source/text/sbasic/shared/03104100.xhp b/source/text/sbasic/shared/03104100.xhp
index 26e9b2201e..4b38f8ebbd 100644
--- a/source/text/sbasic/shared/03104100.xhp
+++ b/source/text/sbasic/shared/03104100.xhp
@@ -32,10 +32,10 @@
<section id="optional">
<bookmark xml-lang="en-US" branch="index" id="bm_id3149205"><bookmark_value>Optional function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3149205" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03104100.xhp" name="Optional (in Function Statement)">Optional (in Function Statement)</link></paragraph>
+<paragraph role="heading" id="hd_id3149205" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03104100.xhp">Optional (in Function Statement)</link></paragraph>
<paragraph role="paragraph" id="par_id3143267" xml-lang="en-US">Allows you to define parameters that are passed to a function as optional.</paragraph>
</section>
-<paragraph role="paragraph" id="par_id3155419" xml-lang="en-US">See also: <link href="text/sbasic/shared/03104000.xhp" name="IsMissing">IsMissing</link></paragraph>
+<paragraph role="paragraph" id="par_id3155419" xml-lang="en-US">See also: <link href="text/sbasic/shared/03104000.xhp">IsMissing</link></paragraph>
<paragraph role="heading" id="hd_id3153824" xml-lang="en-US" level="2">Syntax:</paragraph>
<bascode>
<paragraph role="bascode" id="par_id3159157" xml-lang="en-US">Function MyFunction(Text1 As String, Optional Arg2, Optional Arg3)</paragraph>
@@ -45,6 +45,6 @@
<paragraph role="bascode" id="par_id3154347" xml-lang="en-US">Result = MyFunction("Here", 1, "There") ' all arguments are passed.</paragraph>
<paragraph role="bascode" id="par_id3146795" xml-lang="en-US">Result = MyFunction("Test", ,1) ' second argument is missing.</paragraph>
</bascode>
-<paragraph role="paragraph" id="par_id3153897" xml-lang="en-US">See also <link href="text/sbasic/guide/sample_code.xhp" name="Examples">Examples</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3153897" xml-lang="en-US">See also <link href="text/sbasic/guide/sample_code.xhp">Examples</link>.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/sbasic/shared/03104200.xhp b/source/text/sbasic/shared/03104200.xhp
index 1ee1a8fffe..1c0582db79 100644
--- a/source/text/sbasic/shared/03104200.xhp
+++ b/source/text/sbasic/shared/03104200.xhp
@@ -32,14 +32,14 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3150499">
<bookmark_value>Array function</bookmark_value>
</bookmark>
- <h1 id="hd_id3150499" xml-lang="en-US"><variable id="Array_h1"><link href="text/sbasic/shared/03104200.xhp" name="Array Function">Array Function</link></variable></h1>
+ <h1 id="hd_id3150499" xml-lang="en-US"><variable id="Array_h1"><link href="text/sbasic/shared/03104200.xhp">Array Function</link></variable></h1>
<paragraph role="paragraph" id="par_id3155555" xml-lang="en-US">Returns the type Variant with a data field.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<bascode>
<paragraph role="bascode" id="par_id3153126" xml-lang="en-US">Array (ArgumentList)</paragraph>
</bascode>
- <paragraph role="paragraph" id="par_id3155419" xml-lang="en-US">See also <link href="text/sbasic/shared/03104300.xhp" name="DimArray">DimArray</link></paragraph>
+ <paragraph role="paragraph" id="par_id3155419" xml-lang="en-US">See also <link href="text/sbasic/shared/03104300.xhp">DimArray</link></paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US">
<emph>ArgumentList:</emph> A list of any number of arguments that are separated by commas.</paragraph>
diff --git a/source/text/sbasic/shared/03104300.xhp b/source/text/sbasic/shared/03104300.xhp
index 177c75d384..7e299ed71d 100644
--- a/source/text/sbasic/shared/03104300.xhp
+++ b/source/text/sbasic/shared/03104300.xhp
@@ -32,14 +32,14 @@
<section id="dimarray">
<bookmark xml-lang="en-US" branch="index" id="bm_id3150616"><bookmark_value>DimArray function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3150616" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03104300.xhp" name="DimArray Function">DimArray Function</link></paragraph>
+<paragraph role="heading" id="hd_id3150616" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03104300.xhp">DimArray Function</link></paragraph>
<paragraph role="paragraph" id="par_id3153527" xml-lang="en-US">Returns a Variant array.</paragraph>
</section>
<paragraph role="heading" id="hd_id3149762" xml-lang="en-US" level="2">Syntax:</paragraph>
<bascode>
<paragraph role="bascode" id="par_id3148473" xml-lang="en-US">DimArray (ArgumentList)</paragraph>
</bascode>
-<paragraph role="paragraph" id="par_id3154142" xml-lang="en-US">See also <link href="text/sbasic/shared/03104200.xhp" name="Array">Array</link></paragraph>
+<paragraph role="paragraph" id="par_id3154142" xml-lang="en-US">See also <link href="text/sbasic/shared/03104200.xhp">Array</link></paragraph>
<paragraph role="paragraph" id="par_id3156023" xml-lang="en-US">If no parameters are passed, an empty array is created (like Dim A() that is the same as a sequence of length 0 in Uno). If parameters are specified, a dimension is created for each parameter.</paragraph>
<paragraph role="heading" id="hd_id3154760" xml-lang="en-US" level="2">Parameters:</paragraph>
<paragraph role="paragraph" id="par_id3159414" xml-lang="en-US">
diff --git a/source/text/sbasic/shared/03104400.xhp b/source/text/sbasic/shared/03104400.xhp
index 541ce535b1..f1f238169a 100644
--- a/source/text/sbasic/shared/03104400.xhp
+++ b/source/text/sbasic/shared/03104400.xhp
@@ -32,7 +32,7 @@
<section id="hasunointerfaces">
<bookmark xml-lang="en-US" branch="index" id="bm_id3149987"><bookmark_value>HasUnoInterfaces function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3149987" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03104400.xhp" name="HasUnoInterfaces Function">HasUnoInterfaces Function</link></paragraph>
+<paragraph role="heading" id="hd_id3149987" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03104400.xhp">HasUnoInterfaces Function</link></paragraph>
<paragraph role="paragraph" id="par_id3151262" xml-lang="en-US">Tests if a Basic Uno object supports certain Uno interfaces.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3154232" xml-lang="en-US">Returns True, if <emph>all</emph> stated Uno interfaces are supported, otherwise False is returned.</paragraph>
diff --git a/source/text/sbasic/shared/03104500.xhp b/source/text/sbasic/shared/03104500.xhp
index 49cd4588a7..7fee76cddc 100644
--- a/source/text/sbasic/shared/03104500.xhp
+++ b/source/text/sbasic/shared/03104500.xhp
@@ -29,7 +29,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3146117">
<bookmark_value>IsUnoStruct function</bookmark_value>
</bookmark>
-<paragraph id="hd_id3146117" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03104500.xhp" name="IsUnoStruct Function">IsUnoStruct Function</link></paragraph>
+<paragraph id="hd_id3146117" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03104500.xhp">IsUnoStruct Function</link></paragraph>
<paragraph id="par_id3146957" role="paragraph" xml-lang="en-US">Returns True if the given object is a Uno struct.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03104600.xhp b/source/text/sbasic/shared/03104600.xhp
index 891421b506..5a0e3d9584 100644
--- a/source/text/sbasic/shared/03104600.xhp
+++ b/source/text/sbasic/shared/03104600.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3149205">
<bookmark_value>EqualUnoObjects function</bookmark_value>
</bookmark>
- <h1 id="hd_id791633472607429"><variable id="EqualUnoObjects_h1"><link href="text/sbasic/shared/03104600.xhp" name="EqualUnoObjects Function">EqualUnoObjects Function</link></variable></h1>
+ <h1 id="hd_id791633472607429"><variable id="EqualUnoObjects_h1"><link href="text/sbasic/shared/03104600.xhp">EqualUnoObjects Function</link></variable></h1>
<paragraph role="paragraph" id="par_id3145090">Returns <emph>True</emph> if the two specified Basic variables represent the same Uno object instance.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
diff --git a/source/text/sbasic/shared/03104700.xhp b/source/text/sbasic/shared/03104700.xhp
index 968cac3139..a806cb63a3 100644
--- a/source/text/sbasic/shared/03104700.xhp
+++ b/source/text/sbasic/shared/03104700.xhp
@@ -55,9 +55,9 @@
</bascode>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id161588865796615"><link href="text/sbasic/shared/03102100.xhp" name="Dim statement">Dim</link> or <link href="text/sbasic/shared/03102101.xhp" name="ReDim statement">ReDim</link> statements</paragraph>
- <paragraph role="paragraph" id="par_id281588865818334"><link href="text/sbasic/shared/03104200.xhp" name="Array function">Array</link> or <link href="text/sbasic/shared/03104300.xhp" name="DimArray function">DimArray</link> functions</paragraph>
- <paragraph role="paragraph" id="par_id761588867124078"><link href="text/sbasic/shared/03102900.xhp" name="lower bound function">Lbound</link> and <link href="text/sbasic/shared/03103000.xhp" name="upper bound function">Ubound</link> functions</paragraph>
+ <paragraph role="paragraph" id="par_id161588865796615"><link href="text/sbasic/shared/03102100.xhp">Dim</link> or <link href="text/sbasic/shared/03102101.xhp">ReDim</link> statements</paragraph>
+ <paragraph role="paragraph" id="par_id281588865818334"><link href="text/sbasic/shared/03104200.xhp">Array</link> or <link href="text/sbasic/shared/03104300.xhp">DimArray</link> functions</paragraph>
+ <paragraph role="paragraph" id="par_id761588867124078"><link href="text/sbasic/shared/03102900.xhp">Lbound</link> and <link href="text/sbasic/shared/03103000.xhp">Ubound</link> functions</paragraph>
</section>
</body>
diff --git a/source/text/sbasic/shared/03110100.xhp b/source/text/sbasic/shared/03110100.xhp
index 801ba423a7..8bd5330440 100644
--- a/source/text/sbasic/shared/03110100.xhp
+++ b/source/text/sbasic/shared/03110100.xhp
@@ -39,7 +39,7 @@
<bookmark_value>Operators;not equal to (&lt;&gt;)</bookmark_value>
</bookmark>
-<h1 id="hd_id3150682"><variable id="CompOper_h1"><link href="text/sbasic/shared/03110100.xhp" name="Comparison Operators">Comparison Operators</link></variable></h1>
+<h1 id="hd_id3150682"><variable id="CompOper_h1"><link href="text/sbasic/shared/03110100.xhp">Comparison Operators</link></variable></h1>
<paragraph id="par_id3156042" role="paragraph" xml-lang="en-US">Comparison operators compare two expressions. The result is returned as a boolean expression that determines if the comparison is <literal>True</literal> (-1) or <literal>False</literal> (0).</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03120000.xhp b/source/text/sbasic/shared/03120000.xhp
index 8709a9a24f..a7fd568bab 100644
--- a/source/text/sbasic/shared/03120000.xhp
+++ b/source/text/sbasic/shared/03120000.xhp
@@ -33,7 +33,7 @@
<section id="strings">
- <paragraph id="hd_id3156153" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03120000.xhp" name="Strings">Strings</link></paragraph>
+ <paragraph id="hd_id3156153" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03120000.xhp">Strings</link></paragraph>
<paragraph role="paragraph" id="par_id3159176" xml-lang="en-US">The following functions and statements validate and return strings.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3154285" xml-lang="en-US">You can use strings to edit text within $[officename] Basic programs.</paragraph>
diff --git a/source/text/sbasic/shared/03120100.xhp b/source/text/sbasic/shared/03120100.xhp
index dccf9aeb66..fb85fae5dc 100644
--- a/source/text/sbasic/shared/03120100.xhp
+++ b/source/text/sbasic/shared/03120100.xhp
@@ -33,7 +33,7 @@
<section id="ascii">
- <paragraph id="hd_id3147443" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03120100.xhp" name="ASCII/ANSI Conversion in Strings">ASCII/ANSI Conversion in Strings</link></paragraph>
+ <paragraph id="hd_id3147443" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03120100.xhp">ASCII/ANSI Conversion in Strings</link></paragraph>
<paragraph role="paragraph" id="par_id3159201" xml-lang="en-US">The following functions convert strings to and from ASCII or ANSI code.</paragraph>
</section>
<embed href="text/sbasic/shared/03120101.xhp#asc"/>
diff --git a/source/text/sbasic/shared/03120101.xhp b/source/text/sbasic/shared/03120101.xhp
index deb1b1bafe..7d6dd7a49a 100644
--- a/source/text/sbasic/shared/03120101.xhp
+++ b/source/text/sbasic/shared/03120101.xhp
@@ -32,7 +32,7 @@
<bookmark_value>Asc function</bookmark_value>
</bookmark>
-<h1 id="hd_id3150499"><variable id="Asc_h1"><link href="text/sbasic/shared/03120101.xhp" name="Asc Function">Asc Function (BASIC)</link></variable></h1>
+<h1 id="hd_id3150499"><variable id="Asc_h1"><link href="text/sbasic/shared/03120101.xhp">Asc Function (BASIC)</link></variable></h1>
<paragraph id="par_id3151384" role="paragraph">Returns the ASCII (American Standard Code for Information Interchange) value of the first character in a string expression.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03120102.xhp b/source/text/sbasic/shared/03120102.xhp
index 2f41ee9c86..fdece19f54 100644
--- a/source/text/sbasic/shared/03120102.xhp
+++ b/source/text/sbasic/shared/03120102.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3149205">
<bookmark_value>Chr function</bookmark_value>
</bookmark>
- <h1 id="hd_id3149205"><variable id="Chr_h1"><link href="text/sbasic/shared/03120102.xhp" name="Chr Function">Chr Function</link></variable></h1>
+ <h1 id="hd_id3149205"><variable id="Chr_h1"><link href="text/sbasic/shared/03120102.xhp">Chr Function</link></variable></h1>
<paragraph id="par_id3153311" role="paragraph">Returns the character that corresponds to the specified character code.</paragraph>
</section>
@@ -45,7 +45,7 @@
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<paragraph id="par_id3149295" role="paragraph" xml-lang="en-US"><emph>charcode</emph>: a numeric expression that represents a valid 8-bit ASCII value (0-255) or a 16-bit Unicode value. (To support expressions with a nominally negative argument like <emph>Chr(&amp;H8000)</emph> in a backwards-compatible way, values in the range −32768 to −1 are internally mapped to the range 32768 to 65535.)</paragraph>
- <warning id="par_id991552913928635">When VBA compatibility mode is enabled (<link href="text/sbasic/shared/03103350.xhp" name="vbasupport"><literal>Option VBASupport 1</literal></link>), <literal>charcode</literal> is a numeric expression that represents a valid 8-bit ASCII value (0-255) only.</warning>
+ <warning id="par_id991552913928635">When VBA compatibility mode is enabled (<link href="text/sbasic/shared/03103350.xhp"><literal>Option VBASupport 1</literal></link>), <literal>charcode</literal> is a numeric expression that represents a valid 8-bit ASCII value (0-255) only.</warning>
<paragraph id="par_id3159414" role="paragraph" xml-lang="en-US">Use the <emph>Chr$</emph> function to send special control sequences to a printer or to another output source. You can also use it to insert quotation marks in a string expression.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
diff --git a/source/text/sbasic/shared/03120103.xhp b/source/text/sbasic/shared/03120103.xhp
index 976c53e7e3..a354611d08 100644
--- a/source/text/sbasic/shared/03120103.xhp
+++ b/source/text/sbasic/shared/03120103.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3143272">
<bookmark_value>Str function</bookmark_value>
</bookmark>
- <h1 id="hd_id3143272"><variable id="Str_h1"><link href="text/sbasic/shared/03120103.xhp" name="Str Function">Str Function</link></variable></h1>
+ <h1 id="hd_id3143272"><variable id="Str_h1"><link href="text/sbasic/shared/03120103.xhp">Str Function</link></variable></h1>
<paragraph id="par_id3155100" role="paragraph">The <literal>Str</literal> function converts the contents of variables into a string. It handles numeric values, dates, strings and currency values.</paragraph>
<paragraph id="par_id3146958" role="paragraph">Positive numbers are preceded by a blank space. Negative numbers are preceded by a minus sign.</paragraph>
<note id="par_id331641237252390">For numeric values the string returned by the <literal>Str</literal> function is locale-independent. Hence the dot is used as the decimal separator when needed.</note>
diff --git a/source/text/sbasic/shared/03120104.xhp b/source/text/sbasic/shared/03120104.xhp
index b83dc56258..3267862c2f 100644
--- a/source/text/sbasic/shared/03120104.xhp
+++ b/source/text/sbasic/shared/03120104.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3149205">
<bookmark_value>Val function</bookmark_value>
</bookmark>
- <h1 id="hd_id3149205"><variable id="Val_h1"><link href="text/sbasic/shared/03120104.xhp" name="Val Function">Val Function</link></variable></h1>
+ <h1 id="hd_id3149205"><variable id="Val_h1"><link href="text/sbasic/shared/03120104.xhp">Val Function</link></variable></h1>
<paragraph id="par_id3153345" role="paragraph">Use the <literal>Val</literal> function to convert a string that represents a number into numeric data type.</paragraph>
<note id="par_id281641235880765">The string passed to the <literal>Val</literal> function is locale-independent. This means that commas are interpreted as thousands separators and a dot is used as the decimal separator.</note>
</section>
diff --git a/source/text/sbasic/shared/03120105.xhp b/source/text/sbasic/shared/03120105.xhp
index e3f925c692..e72a1d546e 100644
--- a/source/text/sbasic/shared/03120105.xhp
+++ b/source/text/sbasic/shared/03120105.xhp
@@ -32,7 +32,7 @@
<section id="cbyte">
<bookmark xml-lang="en-US" branch="index" id="bm_id3156027"><bookmark_value>CByte function</bookmark_value>
</bookmark>
-<h1 id="hd_id3156027"><variable id="CByte_h1"><link href="text/sbasic/shared/03120105.xhp" name="CByte Function">CByte Function</link></variable></h1>
+<h1 id="hd_id3156027"><variable id="CByte_h1"><link href="text/sbasic/shared/03120105.xhp">CByte Function</link></variable></h1>
<paragraph role="paragraph" id="par_id3143267" xml-lang="en-US">Converts a string or a numeric expression to the <literal>Byte</literal> type.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
diff --git a/source/text/sbasic/shared/03120111.xhp b/source/text/sbasic/shared/03120111.xhp
index fe6d22493e..e6a5ce7765 100644
--- a/source/text/sbasic/shared/03120111.xhp
+++ b/source/text/sbasic/shared/03120111.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<h1 id="hd_id3150499"><variable id="AscW_h1"><link href="text/sbasic/shared/03120111.xhp" name="AscW Function [VBA]">AscW Function [VBA]</link></variable></h1>
+<h1 id="hd_id3150499"><variable id="AscW_h1"><link href="text/sbasic/shared/03120111.xhp">AscW Function [VBA]</link></variable></h1>
<paragraph id="par_id3151384" role="paragraph">Returns the Unicode value of the first character in a string expression.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
diff --git a/source/text/sbasic/shared/03120112.xhp b/source/text/sbasic/shared/03120112.xhp
index e1eba04293..3b86c2f536 100644
--- a/source/text/sbasic/shared/03120112.xhp
+++ b/source/text/sbasic/shared/03120112.xhp
@@ -32,7 +32,7 @@
<bookmark_value>ChrW function</bookmark_value>
</bookmark>
-<h1 id="hd_id3149205"><variable id="ChrW_h1"><link href="text/sbasic/shared/03120112.xhp" name="ChrW Function">ChrW Function [VBA]</link></variable></h1>
+<h1 id="hd_id3149205"><variable id="ChrW_h1"><link href="text/sbasic/shared/03120112.xhp">ChrW Function [VBA]</link></variable></h1>
<paragraph id="par_id3153311" role="paragraph">Returns the Unicode character that corresponds to the specified character code.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
diff --git a/source/text/sbasic/shared/03120200.xhp b/source/text/sbasic/shared/03120200.xhp
index 2a432da707..97a223f97f 100644
--- a/source/text/sbasic/shared/03120200.xhp
+++ b/source/text/sbasic/shared/03120200.xhp
@@ -33,7 +33,7 @@
<section id="repeating_contents">
- <paragraph id="hd_id3152363" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03120200.xhp" name="Repeating Contents">Repeating Contents</link></paragraph>
+ <paragraph id="hd_id3152363" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03120200.xhp">Repeating Contents</link></paragraph>
<paragraph role="paragraph" id="par_id3150178" xml-lang="en-US">The following functions repeat the contents of strings.</paragraph>
</section>
<embed href="text/sbasic/shared/03120201.xhp#space"/>
diff --git a/source/text/sbasic/shared/03120201.xhp b/source/text/sbasic/shared/03120201.xhp
index 9b60756d91..b69a95b88c 100644
--- a/source/text/sbasic/shared/03120201.xhp
+++ b/source/text/sbasic/shared/03120201.xhp
@@ -33,7 +33,7 @@
<bookmark_value>Spc function</bookmark_value>
</bookmark>
-<h1 id="hd_id3150499"><link href="text/sbasic/shared/03120201.xhp" name="Space Function">Space and Spc Functions</link></h1>
+<h1 id="hd_id3150499"><link href="text/sbasic/shared/03120201.xhp">Space and Spc Functions</link></h1>
<paragraph id="par_id3154927" role="paragraph" xml-lang="en-US">Returns a string that consists of a specified amount of spaces.</paragraph>
</section>
<note id="par_id681546202842979">The Spc function works the same as the Space function.</note>
diff --git a/source/text/sbasic/shared/03120202.xhp b/source/text/sbasic/shared/03120202.xhp
index 9a09d81a36..6b4f6442c4 100644
--- a/source/text/sbasic/shared/03120202.xhp
+++ b/source/text/sbasic/shared/03120202.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<h1 id="hd_id3147291"><variable id="String_h1"><link href="text/sbasic/shared/03120202.xhp" name="String Function">String Function</link></variable></h1>
+<h1 id="hd_id3147291"><variable id="String_h1"><link href="text/sbasic/shared/03120202.xhp">String Function</link></variable></h1>
<paragraph id="par_id3147242" role="paragraph" xml-lang="en-US">Creates a string according to the specified character, or the first character of a string expression that is passed to the function.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03120300.xhp b/source/text/sbasic/shared/03120300.xhp
index cc9697f299..f1df921368 100644
--- a/source/text/sbasic/shared/03120300.xhp
+++ b/source/text/sbasic/shared/03120300.xhp
@@ -26,7 +26,7 @@
</meta>
<body>
<section id="manipu">
-<paragraph role="heading" id="hd_id3153894" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03120300.xhp" name="Editing String Contents">Editing String Contents</link></paragraph>
+<paragraph role="heading" id="hd_id3153894" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03120300.xhp">Editing String Contents</link></paragraph>
<paragraph role="paragraph" id="par_id3149178" xml-lang="en-US">The following functions edit, format, and align the contents of strings. Use the <literal>&amp;</literal> or <literal>+</literal> operators to concatenate strings.</paragraph>
<bookmark xml-lang="en-US" branch="index" id="bm_id3150669">
<bookmark_value>ampersand symbol; in string handling</bookmark_value>
diff --git a/source/text/sbasic/shared/03120301.xhp b/source/text/sbasic/shared/03120301.xhp
index 48f9e0b854..ce5ef8b9aa 100644
--- a/source/text/sbasic/shared/03120301.xhp
+++ b/source/text/sbasic/shared/03120301.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<h1 id="hd_id3153539"><link href="text/sbasic/shared/03120301.xhp" name="Format Function">Format Function</link></h1>
+<h1 id="hd_id3153539"><link href="text/sbasic/shared/03120301.xhp">Format Function</link></h1>
<paragraph id="par_id3156042" role="paragraph" xml-lang="en-US">Converts a numeric expression to a string, and then formats it according to the format that you specify.</paragraph>
</section>
@@ -100,7 +100,7 @@
<paragraph id="par_idm1341550752" role="bascode" localize="false" xml-lang="en-US">End Sub</paragraph>
</bascode>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id381513082126889" xml-lang="en-US"><link href="text/shared/01/05020301.xhp" name="number format code">Number format codes</link></paragraph>
+ <paragraph role="paragraph" id="par_id381513082126889" xml-lang="en-US"><link href="text/shared/01/05020301.xhp">Number format codes</link></paragraph>
<paragraph role="paragraph" id="par_id161599082457466" localize="false"><embedvar href="text/sbasic/shared/00000003.xhp#stringfunctions"/></paragraph>
</section>
diff --git a/source/text/sbasic/shared/03120302.xhp b/source/text/sbasic/shared/03120302.xhp
index 8664f24e6d..8ebe174ee7 100644
--- a/source/text/sbasic/shared/03120302.xhp
+++ b/source/text/sbasic/shared/03120302.xhp
@@ -34,10 +34,10 @@
</bookmark>
-<h1 id="hd_id3152363"><link href="text/sbasic/shared/03120302.xhp" name="LCase Function">LCase Function</link></h1>
+<h1 id="hd_id3152363"><link href="text/sbasic/shared/03120302.xhp">LCase Function</link></h1>
<paragraph id="par_id3145609" role="paragraph" xml-lang="en-US">Converts all uppercase letters in a string to lowercase.</paragraph>
</section>
-<paragraph id="par_id3154347" role="paragraph" xml-lang="en-US">See also: <link href="text/sbasic/shared/03120310.xhp" name="UCase">UCase</link> Function</paragraph>
+<paragraph id="par_id3154347" role="paragraph" xml-lang="en-US">See also: <link href="text/sbasic/shared/03120310.xhp">UCase</link> Function</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph id="par_id3150791" role="code" xml-lang="en-US">LCase (Text As String)</paragraph>
diff --git a/source/text/sbasic/shared/03120303.xhp b/source/text/sbasic/shared/03120303.xhp
index 596b15faa7..da879b8d3c 100644
--- a/source/text/sbasic/shared/03120303.xhp
+++ b/source/text/sbasic/shared/03120303.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<h1 id="hd_id3149346"><link href="text/sbasic/shared/03120303.xhp" name="Left Function">Left Function</link></h1>
+<h1 id="hd_id3149346"><link href="text/sbasic/shared/03120303.xhp">Left Function</link></h1>
<paragraph id="par_id3147242" role="paragraph" xml-lang="en-US">Returns the number of leftmost characters that you specify of a string expression.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03120304.xhp b/source/text/sbasic/shared/03120304.xhp
index 54567d6a0c..cee1c0c96c 100644
--- a/source/text/sbasic/shared/03120304.xhp
+++ b/source/text/sbasic/shared/03120304.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<h1 id="hd_id3143268"><link href="text/sbasic/shared/03120304.xhp" name="LSet Statement">LSet Statement</link></h1>
+<h1 id="hd_id3143268"><link href="text/sbasic/shared/03120304.xhp">LSet Statement</link></h1>
<paragraph id="par_id3155419" role="paragraph" xml-lang="en-US">Aligns a string to the left of a string variable, or copies a variable of a user-defined type to another variable of a different user-defined type.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03120305.xhp b/source/text/sbasic/shared/03120305.xhp
index 730e3cbb7d..0c30192201 100644
--- a/source/text/sbasic/shared/03120305.xhp
+++ b/source/text/sbasic/shared/03120305.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<h1 id="hd_id3147574"><link href="text/sbasic/shared/03120305.xhp" name="LTrim Function">LTrim Function</link></h1>
+<h1 id="hd_id3147574"><link href="text/sbasic/shared/03120305.xhp">LTrim Function</link></h1>
<paragraph id="par_id3145316" role="paragraph" xml-lang="en-US">Removes all leading spaces at the start of a string expression.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03120306.xhp b/source/text/sbasic/shared/03120306.xhp
index d3f4efe7ba..f9cb31167a 100644
--- a/source/text/sbasic/shared/03120306.xhp
+++ b/source/text/sbasic/shared/03120306.xhp
@@ -35,7 +35,7 @@
</bookmark>
-<h1 id="hd_id3143268"><link href="text/sbasic/shared/03120306.xhp" name="Mid Function, Mid Statement">Mid Function, Mid Statement</link></h1>
+<h1 id="hd_id3143268"><link href="text/sbasic/shared/03120306.xhp">Mid Function, Mid Statement</link></h1>
<paragraph id="par_id3148473" role="paragraph" xml-lang="en-US">Returns the specified portion of a string expression (<emph>Mid function</emph>), or replaces the portion of a string expression with another string (<emph>Mid statement</emph>).</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03120307.xhp b/source/text/sbasic/shared/03120307.xhp
index e970b80a1a..cf27d174d2 100644
--- a/source/text/sbasic/shared/03120307.xhp
+++ b/source/text/sbasic/shared/03120307.xhp
@@ -34,10 +34,10 @@
</bookmark>
-<h1 id="hd_id3153311"><link href="text/sbasic/shared/03120307.xhp" name="Right Function">Right Function</link></h1>
+<h1 id="hd_id3153311"><link href="text/sbasic/shared/03120307.xhp">Right Function</link></h1>
<paragraph id="par_id3150984" role="paragraph" xml-lang="en-US">Returns the rightmost "n" characters of a string expression.</paragraph>
</section>
-<paragraph id="par_id3149763" role="paragraph" xml-lang="en-US">See also: <link href="text/sbasic/shared/03120303.xhp" name="Left Function">Left Function</link>.</paragraph>
+<paragraph id="par_id3149763" role="paragraph" xml-lang="en-US">See also: <link href="text/sbasic/shared/03120303.xhp">Left Function</link>.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<bascode>
diff --git a/source/text/sbasic/shared/03120308.xhp b/source/text/sbasic/shared/03120308.xhp
index e527399c5c..f999364e51 100644
--- a/source/text/sbasic/shared/03120308.xhp
+++ b/source/text/sbasic/shared/03120308.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<h1 id="hd_id3153345"><link href="text/sbasic/shared/03120308.xhp" name="RSet Statement">RSet Statement</link></h1>
+<h1 id="hd_id3153345"><link href="text/sbasic/shared/03120308.xhp">RSet Statement</link></h1>
<paragraph id="par_id3150503" role="paragraph" xml-lang="en-US">Right-aligns a string within a string variable, or copies a user-defined variable type into another.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03120309.xhp b/source/text/sbasic/shared/03120309.xhp
index 8e6d160f5c..aa29a4bb90 100644
--- a/source/text/sbasic/shared/03120309.xhp
+++ b/source/text/sbasic/shared/03120309.xhp
@@ -34,10 +34,10 @@
</bookmark>
-<h1 id="hd_id3154286"><link href="text/sbasic/shared/03120309.xhp" name="RTrim Function">RTrim Function</link></h1>
+<h1 id="hd_id3154286"><link href="text/sbasic/shared/03120309.xhp">RTrim Function</link></h1>
<paragraph id="par_id3153127" role="paragraph" xml-lang="en-US">Deletes the spaces at the end of a string expression.</paragraph>
</section>
-<paragraph id="par_id3153062" role="paragraph" xml-lang="en-US">See also: <link href="text/sbasic/shared/03120305.xhp" name="LTrim Function">LTrim Function</link></paragraph>
+<paragraph id="par_id3153062" role="paragraph" xml-lang="en-US">See also: <link href="text/sbasic/shared/03120305.xhp">LTrim Function</link></paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<bascode>
diff --git a/source/text/sbasic/shared/03120310.xhp b/source/text/sbasic/shared/03120310.xhp
index 87c0de547a..488566add3 100644
--- a/source/text/sbasic/shared/03120310.xhp
+++ b/source/text/sbasic/shared/03120310.xhp
@@ -34,10 +34,10 @@
</bookmark>
-<h1 id="hd_id3153527"><link href="text/sbasic/shared/03120310.xhp" name="UCase Function">UCase Function</link></h1>
+<h1 id="hd_id3153527"><link href="text/sbasic/shared/03120310.xhp">UCase Function</link></h1>
<paragraph id="par_id3155420" role="paragraph" xml-lang="en-US">Converts lowercase characters in a string to uppercase.</paragraph>
</section>
-<paragraph id="par_id3150771" role="paragraph" xml-lang="en-US">See also: <link href="text/sbasic/shared/03120302.xhp" name="LCase Function">LCase Function</link></paragraph>
+<paragraph id="par_id3150771" role="paragraph" xml-lang="en-US">See also: <link href="text/sbasic/shared/03120302.xhp">LCase Function</link></paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph id="par_id3153061" role="code" xml-lang="en-US">UCase (Text As String)</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functvalue"/>
diff --git a/source/text/sbasic/shared/03120311.xhp b/source/text/sbasic/shared/03120311.xhp
index 5d12ed80a6..fe4efd3dbf 100644
--- a/source/text/sbasic/shared/03120311.xhp
+++ b/source/text/sbasic/shared/03120311.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<h1 id="hd_id3150616"><link href="text/sbasic/shared/03120311.xhp" name="Trim Function">Trim Function</link></h1>
+<h1 id="hd_id3150616"><link href="text/sbasic/shared/03120311.xhp">Trim Function</link></h1>
<paragraph id="par_id3149177" role="paragraph" xml-lang="en-US">Removes all leading and trailing spaces from a string expression.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03120312.xhp b/source/text/sbasic/shared/03120312.xhp
index 8c67769f59..658b2f0344 100644
--- a/source/text/sbasic/shared/03120312.xhp
+++ b/source/text/sbasic/shared/03120312.xhp
@@ -30,7 +30,7 @@
<section id="converttourl">
<bookmark xml-lang="en-US" branch="index" id="bm_id3152801"><bookmark_value>ConvertToURL function</bookmark_value>
</bookmark>
-<h1 id="hd_id3152801"><link href="text/sbasic/shared/03120312.xhp" name="ConvertToURL Function">ConvertToURL Function</link></h1>
+<h1 id="hd_id3152801"><link href="text/sbasic/shared/03120312.xhp">ConvertToURL Function</link></h1>
<paragraph role="paragraph" id="par_id3148538" xml-lang="en-US">Converts a system file name to a file URL.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
diff --git a/source/text/sbasic/shared/03120313.xhp b/source/text/sbasic/shared/03120313.xhp
index 0c4ab4ba80..ab6bf66fe0 100644
--- a/source/text/sbasic/shared/03120313.xhp
+++ b/source/text/sbasic/shared/03120313.xhp
@@ -30,7 +30,7 @@
<section id="convertfromurl">
<bookmark xml-lang="en-US" branch="index" id="bm_id3153894"><bookmark_value>ConvertFromURL function</bookmark_value>
</bookmark>
-<h1 id="hd_id3153894"><link href="text/sbasic/shared/03120313.xhp" name="ConvertFromURL Function">ConvertFromURL Function</link></h1>
+<h1 id="hd_id3153894"><link href="text/sbasic/shared/03120313.xhp">ConvertFromURL Function</link></h1>
<paragraph role="paragraph" id="par_id3147226" xml-lang="en-US">Converts a file URL to a system file name.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
diff --git a/source/text/sbasic/shared/03120314.xhp b/source/text/sbasic/shared/03120314.xhp
index 059f5e95ec..7aa0ebcab7 100644
--- a/source/text/sbasic/shared/03120314.xhp
+++ b/source/text/sbasic/shared/03120314.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<h1 id="hd_id3156027"><link href="text/sbasic/shared/03120314.xhp" name="Split Function">Split Function</link></h1>
+<h1 id="hd_id3156027"><link href="text/sbasic/shared/03120314.xhp">Split Function</link></h1>
<paragraph id="par_id3155805" role="paragraph" xml-lang="en-US">Returns an array of substrings from a string expression.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03120315.xhp b/source/text/sbasic/shared/03120315.xhp
index 68e406f3bf..4ac47a1946 100644
--- a/source/text/sbasic/shared/03120315.xhp
+++ b/source/text/sbasic/shared/03120315.xhp
@@ -30,7 +30,7 @@
<section id="join">
<bookmark xml-lang="en-US" branch="index" id="bm_id3149416"><bookmark_value>Join function</bookmark_value>
</bookmark>
-<h1 id="hd_id3149416"><link href="text/sbasic/shared/03120315.xhp" name="Join Function">Join Function</link></h1>
+<h1 id="hd_id3149416"><link href="text/sbasic/shared/03120315.xhp">Join Function</link></h1>
<paragraph role="paragraph" id="par_id3149670" xml-lang="en-US">Returns a string from a number of substrings in a string array.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
diff --git a/source/text/sbasic/shared/03120400.xhp b/source/text/sbasic/shared/03120400.xhp
index b3012ca68a..15ff73f399 100644
--- a/source/text/sbasic/shared/03120400.xhp
+++ b/source/text/sbasic/shared/03120400.xhp
@@ -33,7 +33,7 @@
<section id="determine">
- <paragraph id="hd_id3155150" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03120400.xhp" name="Editing String Length">Editing String Length</link></paragraph>
+ <paragraph id="hd_id3155150" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03120400.xhp">Editing String Length</link></paragraph>
<paragraph role="paragraph" id="par_id3159201" xml-lang="en-US">The following functions determine string lengths and compare strings.</paragraph>
</section>
<embed href="text/sbasic/shared/03120401.xhp#instr"/>
diff --git a/source/text/sbasic/shared/03120401.xhp b/source/text/sbasic/shared/03120401.xhp
index ae53e0d99d..e0b79638e5 100644
--- a/source/text/sbasic/shared/03120401.xhp
+++ b/source/text/sbasic/shared/03120401.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<h1 id="hd_id3155934"><link href="text/sbasic/shared/03120401.xhp" name="InStr Function">InStr Function</link></h1>
+<h1 id="hd_id3155934"><link href="text/sbasic/shared/03120401.xhp">InStr Function</link></h1>
<paragraph id="par_id3153990" role="paragraph" xml-lang="en-US">Returns the position of a string within another string.</paragraph>
</section>
<paragraph id="par_id3147303" role="paragraph" xml-lang="en-US">The Instr function returns the position at which the match was found. If the string was not found, the function returns 0.</paragraph>
diff --git a/source/text/sbasic/shared/03120402.xhp b/source/text/sbasic/shared/03120402.xhp
index e57cb67fd7..386dc25c27 100644
--- a/source/text/sbasic/shared/03120402.xhp
+++ b/source/text/sbasic/shared/03120402.xhp
@@ -32,7 +32,7 @@
<section id="len">
<bookmark xml-lang="en-US" branch="index" id="bm_id3154136"><bookmark_value>Len function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3154136" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03120402.xhp" name="Len Function">Len Function</link></paragraph>
+<paragraph role="heading" id="hd_id3154136" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03120402.xhp">Len Function</link></paragraph>
<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US">Returns the number of characters in a string, or the number of bytes that are required to store a variable.</paragraph>
</section>
<paragraph role="heading" id="hd_id3159177" xml-lang="en-US" level="2">Syntax:</paragraph>
diff --git a/source/text/sbasic/shared/03120403.xhp b/source/text/sbasic/shared/03120403.xhp
index 6551e263d9..a1e959299c 100644
--- a/source/text/sbasic/shared/03120403.xhp
+++ b/source/text/sbasic/shared/03120403.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3156027" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03120403.xhp" name="StrComp Function">StrComp Function</link></paragraph>
+<paragraph id="hd_id3156027" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03120403.xhp">StrComp Function</link></paragraph>
<paragraph id="par_id3155805" role="paragraph" xml-lang="en-US">Compares two strings and returns an integer value that represents the result of the comparison.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03120411.xhp b/source/text/sbasic/shared/03120411.xhp
index 5ba7cc315f..40300eaed0 100644
--- a/source/text/sbasic/shared/03120411.xhp
+++ b/source/text/sbasic/shared/03120411.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3155934" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03120411.xhp" name="InStrRev Function">InStrRev Function [VBA]</link></paragraph>
+<paragraph id="hd_id3155934" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03120411.xhp">InStrRev Function [VBA]</link></paragraph>
<paragraph id="par_id3153990" role="paragraph" xml-lang="en-US">Returns the position of a string within another string, starting from the right side of the string. </paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
diff --git a/source/text/sbasic/shared/03120412.xhp b/source/text/sbasic/shared/03120412.xhp
index 0c743326c8..e98419ca9f 100644
--- a/source/text/sbasic/shared/03120412.xhp
+++ b/source/text/sbasic/shared/03120412.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3155934">
<bookmark_value>StrReverse function</bookmark_value>
</bookmark>
-<paragraph id="hd_id3155934" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03120412.xhp" name="StrReverse Function">StrReverse Function [VBA]</link></paragraph>
+<paragraph id="hd_id3155934" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03120412.xhp">StrReverse Function [VBA]</link></paragraph>
<paragraph id="par_id3153990" role="paragraph" xml-lang="en-US">Returns the string with the character order reversed.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
diff --git a/source/text/sbasic/shared/03130000.xhp b/source/text/sbasic/shared/03130000.xhp
index c281ca33c1..c7d3dc1027 100644
--- a/source/text/sbasic/shared/03130000.xhp
+++ b/source/text/sbasic/shared/03130000.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="other">
-<paragraph role="heading" id="hd_id3156027" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03130000.xhp" name="Other Commands">Other Commands</link></paragraph>
+<paragraph role="heading" id="hd_id3156027" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03130000.xhp">Other Commands</link></paragraph>
<paragraph role="paragraph" id="par_id3153312" xml-lang="en-US">This is a list of the functions and the statements that are not included in the other categories.</paragraph>
</section>
<embed href="text/sbasic/shared/03130100.xhp#beep"/>
diff --git a/source/text/sbasic/shared/03130100.xhp b/source/text/sbasic/shared/03130100.xhp
index f8e90b2dd1..d362abbcd4 100644
--- a/source/text/sbasic/shared/03130100.xhp
+++ b/source/text/sbasic/shared/03130100.xhp
@@ -32,7 +32,7 @@
<section id="beep">
<bookmark xml-lang="en-US" branch="index" id="bm_id3143284"><bookmark_value>Beep statement</bookmark_value>
</bookmark>
-<h1 id="hd_id3143284" xml-lang="en-US"><link href="text/sbasic/shared/03130100.xhp" name="Beep Statement">Beep Statement</link></h1>
+<h1 id="hd_id3143284" xml-lang="en-US"><link href="text/sbasic/shared/03130100.xhp">Beep Statement</link></h1>
<paragraph role="paragraph" id="par_id3159201" xml-lang="en-US">Plays a tone through the computer's speaker. The tone is system-dependent and you cannot modify its volume or pitch.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03130500.xhp b/source/text/sbasic/shared/03130500.xhp
index 3a02ad5beb..2ae8648136 100644
--- a/source/text/sbasic/shared/03130500.xhp
+++ b/source/text/sbasic/shared/03130500.xhp
@@ -32,7 +32,7 @@
<bookmark_value>Shell function</bookmark_value>
</bookmark>
-<h1 id="hd_id3150040"><link href="text/sbasic/shared/03130500.xhp" name="Shell Function">Shell Function</link></h1>
+<h1 id="hd_id3150040"><link href="text/sbasic/shared/03130500.xhp">Shell Function</link></h1>
<paragraph id="par_id3153394" role="paragraph" xml-lang="en-US">Starts another application and defines the respective window style, if necessary.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03130600.xhp b/source/text/sbasic/shared/03130600.xhp
index 849f00c864..46f115356f 100644
--- a/source/text/sbasic/shared/03130600.xhp
+++ b/source/text/sbasic/shared/03130600.xhp
@@ -32,7 +32,7 @@
<section id="wait">
<bookmark xml-lang="en-US" branch="index" id="bm_id3154136"><bookmark_value>Wait statement</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3154136" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03130600.xhp" name="Wait Statement">Wait Statement</link></paragraph>
+<paragraph role="heading" id="hd_id3154136" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03130600.xhp">Wait Statement</link></paragraph>
<paragraph role="paragraph" id="par_id3149236" xml-lang="en-US">Interrupts the program execution for the amount of time that you specify in milliseconds.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
@@ -53,7 +53,7 @@
<paragraph role="bascode" id="par_id3148922" xml-lang="en-US" localize="false">End Sub</paragraph>
</bascode>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id251546102545124"><link href="text/sbasic/shared/03130610.xhp" name="WaitUntil statement">WaitUntil statement</link></paragraph>
+ <paragraph role="paragraph" id="par_id251546102545124"><link href="text/sbasic/shared/03130610.xhp">WaitUntil statement</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/sbasic/shared/03130610.xhp b/source/text/sbasic/shared/03130610.xhp
index dc0edc5e32..c3ba1a0780 100644
--- a/source/text/sbasic/shared/03130610.xhp
+++ b/source/text/sbasic/shared/03130610.xhp
@@ -21,7 +21,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3154136">
<bookmark_value>WaitUntil statement</bookmark_value>
</bookmark>
- <h1 id="hd_id3154136"><link href="text/sbasic/shared/03130610.xhp" name="WaitUntil Statement">WaitUntil Statement</link></h1>
+ <h1 id="hd_id3154136"><link href="text/sbasic/shared/03130610.xhp">WaitUntil Statement</link></h1>
<paragraph role="paragraph" id="par_id3149236">Interrupts the program execution until the time specified.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
@@ -45,7 +45,7 @@
<paragraph role="bascode" id="par_id3148922" localize="false">End Sub</paragraph>
</bascode>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id251546102545124"><link href="text/sbasic/shared/03130600.xhp" name="Wait statement">Wait statement</link></paragraph>
+ <paragraph role="paragraph" id="par_id251546102545124"><link href="text/sbasic/shared/03130600.xhp">Wait statement</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/sbasic/shared/03130700.xhp b/source/text/sbasic/shared/03130700.xhp
index bb7fe6cf9b..1b93c83da0 100644
--- a/source/text/sbasic/shared/03130700.xhp
+++ b/source/text/sbasic/shared/03130700.xhp
@@ -32,7 +32,7 @@
<bookmark_value>GetSystemTicks function</bookmark_value>
</bookmark>
-<paragraph id="hd_id3147143" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03130700.xhp" name="GetSystemTicks Function">GetSystemTicks Function</link></paragraph>
+<paragraph id="hd_id3147143" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03130700.xhp">GetSystemTicks Function</link></paragraph>
<paragraph id="par_id3153750" role="paragraph" xml-lang="en-US">Returns the number of system ticks provided by the operating system. You can use this function to optimize certain processes.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03130800.xhp b/source/text/sbasic/shared/03130800.xhp
index c5e84cd5df..1f83baaf76 100644
--- a/source/text/sbasic/shared/03130800.xhp
+++ b/source/text/sbasic/shared/03130800.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3155364" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03130800.xhp" name="Environ Function">Environ Function</link></paragraph>
+<paragraph id="hd_id3155364" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03130800.xhp">Environ Function</link></paragraph>
<paragraph id="par_id3145090" role="paragraph" xml-lang="en-US">Returns the value of an environment variable as a string. Environment variables are dependent on the type of operating system that you have.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03131000.xhp b/source/text/sbasic/shared/03131000.xhp
index 92a2a316f7..313a1c0ea2 100644
--- a/source/text/sbasic/shared/03131000.xhp
+++ b/source/text/sbasic/shared/03131000.xhp
@@ -32,7 +32,7 @@
<bookmark_value>GetSolarVersion function</bookmark_value>
</bookmark>
-<paragraph id="hd_id3157898" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03131000.xhp" name="GetSolarVersion Function">GetSolarVersion Function</link></paragraph>
+<paragraph id="hd_id3157898" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03131000.xhp">GetSolarVersion Function</link></paragraph>
<paragraph id="par_id3152801" role="paragraph" xml-lang="en-US">Returns the internal number of the current $[officename] version.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03131300.xhp b/source/text/sbasic/shared/03131300.xhp
index 264a5b6448..482cbd51fd 100644
--- a/source/text/sbasic/shared/03131300.xhp
+++ b/source/text/sbasic/shared/03131300.xhp
@@ -32,7 +32,7 @@
<bookmark_value>TwipsPerPixelX function</bookmark_value>
</bookmark>
-<paragraph id="hd_id3153539" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03131300.xhp" name="TwipsPerPixelX Function">TwipsPerPixelX Function</link></paragraph>
+<paragraph id="hd_id3153539" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03131300.xhp">TwipsPerPixelX Function</link></paragraph>
<paragraph id="par_id3153394" role="paragraph" xml-lang="en-US">Returns the number of twips that represent the width of a pixel.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03131400.xhp b/source/text/sbasic/shared/03131400.xhp
index 5b4586b024..e7c0d1a050 100644
--- a/source/text/sbasic/shared/03131400.xhp
+++ b/source/text/sbasic/shared/03131400.xhp
@@ -32,7 +32,7 @@
<bookmark_value>TwipsPerPixelY function</bookmark_value>
</bookmark>
-<paragraph id="hd_id3150040" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03131400.xhp" name="TwipsPerPixelY Function">TwipsPerPixelY Function</link></paragraph>
+<paragraph id="hd_id3150040" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03131400.xhp">TwipsPerPixelY Function</link></paragraph>
<paragraph id="par_id3154186" role="paragraph" xml-lang="en-US">Returns the number of twips that represent the height of a pixel.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03131500.xhp b/source/text/sbasic/shared/03131500.xhp
index a249debd2c..6b29259c8f 100644
--- a/source/text/sbasic/shared/03131500.xhp
+++ b/source/text/sbasic/shared/03131500.xhp
@@ -32,7 +32,7 @@
<section id="createunostruct">
<bookmark xml-lang="en-US" branch="index" id="bm_id3150499"><bookmark_value>CreateUnoStruct function</bookmark_value>
</bookmark>
- <h1 id="hd_id3150499"><link href="text/sbasic/shared/03131500.xhp" name="CreateUnoStruct Function">CreateUnoStruct Function</link></h1>
+ <h1 id="hd_id3150499"><link href="text/sbasic/shared/03131500.xhp">CreateUnoStruct Function</link></h1>
<paragraph role="paragraph" id="par_id3150713" xml-lang="en-US"><ahelp hid=".">Creates an instance of a Uno structure type.</ahelp></paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
diff --git a/source/text/sbasic/shared/03131600.xhp b/source/text/sbasic/shared/03131600.xhp
index 3e0f978dd8..0739fe7029 100644
--- a/source/text/sbasic/shared/03131600.xhp
+++ b/source/text/sbasic/shared/03131600.xhp
@@ -30,14 +30,14 @@
<bookmark_value>API;FilePicker</bookmark_value>
<bookmark_value>API;SimpleFileAccess</bookmark_value>
</bookmark>
- <h1 id="hd_id3150682"><variable id="createunoserviceh1"><link href="text/sbasic/shared/03131600.xhp" name="CreateUnoService Function">CreateUnoService Function</link></variable></h1>
+ <h1 id="hd_id3150682"><variable id="createunoserviceh1"><link href="text/sbasic/shared/03131600.xhp">CreateUnoService Function</link></variable></h1>
<paragraph id="par_id3152924" role="paragraph" xml-lang="en-US">Instantiates a Uno service with the <literal>ProcessServiceManager</literal>.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<bascode>
<paragraph role="bascode" localize="false" id="bas_syntax"> CreateUnoService(serviceName As String) As Object</paragraph>
</bascode>
- <tip id="par_id921629989537850">For a list of available services, visit the <link href="https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html" name="UNO_Service_Names">com::sun::star Module</link> reference page.</tip>
+ <tip id="par_id921629989537850">For a list of available services, visit the <link href="https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html">com::sun::star Module</link> reference page.</tip>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<paragraph role="paragraph" id="par_id891561653344669">The example below creates the function <literal>FileExists</literal> that uses the service <literal>com.sun.star.ucb.SimpleFileAccess</literal> to test if a given path is an existing file.</paragraph>
<bascode>
@@ -49,7 +49,7 @@
<paragraph role="bascode" localize="false" id="bas_id521629989242114"> FileExists = bExists And Not bIsFolder</paragraph>
<paragraph role="bascode" localize="false" id="bas_id211629989242416">End Function ' FileExists</paragraph>
</bascode>
- <tip id="par_id351629989310797">UNO services have an extensive online documentation in the <link href="https://api.libreoffice.org/" name="API_Website">api.libreoffice.org</link> website. Visit the <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1ucb_1_1SimpleFileAccess.html" name="SimpleFileAccess_Page">SimpleFileAccess Service</link> reference page to learn more about the methods provided by the service used in the example above.</tip>
+ <tip id="par_id351629989310797">UNO services have an extensive online documentation in the <link href="https://api.libreoffice.org/">api.libreoffice.org</link> website. Visit the <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1ucb_1_1SimpleFileAccess.html">SimpleFileAccess Service</link> reference page to learn more about the methods provided by the service used in the example above.</tip>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<bookmark xml-lang="en-US" branch="index" id="bm_id8334604">
<bookmark_value>filepicker;API service</bookmark_value>
diff --git a/source/text/sbasic/shared/03131700.xhp b/source/text/sbasic/shared/03131700.xhp
index e04eac85df..9246888197 100644
--- a/source/text/sbasic/shared/03131700.xhp
+++ b/source/text/sbasic/shared/03131700.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3153255"><bookmark_value>GetProcessServiceManager function</bookmark_value>
<bookmark_value>ProcessServiceManager</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153255" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03131700.xhp" name="GetProcessServiceManager Function">GetProcessServiceManager Function</link></paragraph>
+<paragraph role="heading" id="hd_id3153255" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03131700.xhp">GetProcessServiceManager Function</link></paragraph>
<paragraph role="paragraph" id="par_id3156414" xml-lang="en-US">Returns the ProcessServiceManager (central Uno ServiceManager).</paragraph>
</section>
<paragraph role="paragraph" id="par_id3145136" xml-lang="en-US">This function is required when you want to instantiate a service using CreateInstanceWithArguments.</paragraph>
diff --git a/source/text/sbasic/shared/03131800.xhp b/source/text/sbasic/shared/03131800.xhp
index 26f71a677d..eb06b8eecb 100644
--- a/source/text/sbasic/shared/03131800.xhp
+++ b/source/text/sbasic/shared/03131800.xhp
@@ -34,11 +34,11 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3150040">
<bookmark_value>CreateUnoDialog function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3150040" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03131800.xhp" name="CreateUnoDialog Function">CreateUnoDialog Function</link></paragraph>
+<paragraph role="heading" id="hd_id3150040" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03131800.xhp">CreateUnoDialog Function</link></paragraph>
<paragraph role="paragraph" id="par_id3154186" xml-lang="en-US">Creates a Basic Uno object that represents a Uno dialog control during Basic runtime.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3153750" xml-lang="en-US">Dialogs are defined in the dialog libraries. To display a dialog, a "live" dialog must be created from the library.</paragraph>
-<paragraph role="paragraph" id="par_id3153681" xml-lang="en-US">See <link href="text/sbasic/guide/sample_code.xhp" name="Examples">Examples</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3153681" xml-lang="en-US">See <link href="text/sbasic/guide/sample_code.xhp">Examples</link>.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="code" localize="false" id="par_id3159176" xml-lang="en-US">CreateUnoDialog( oDlgDesc )</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
diff --git a/source/text/sbasic/shared/03131900.xhp b/source/text/sbasic/shared/03131900.xhp
index e911050252..d7bd872f0a 100644
--- a/source/text/sbasic/shared/03131900.xhp
+++ b/source/text/sbasic/shared/03131900.xhp
@@ -39,16 +39,16 @@
<bookmark_value>BasicLibraries; library container</bookmark_value>
<bookmark_value>DialogLibraries; library container</bookmark_value>
</bookmark>
-<h1 id="hd_id3150682"><variable id="GlobalScope_h1"><link href="text/sbasic/shared/03131900.xhp" name="GlobalScope">GlobalScope specifier</link></variable></h1>
+<h1 id="hd_id3150682"><variable id="GlobalScope_h1"><link href="text/sbasic/shared/03131900.xhp">GlobalScope specifier</link></variable></h1>
<paragraph role="paragraph" id="par_id991572457387308">To manage personal or shared library containers (<emph>Application Macros</emph> or <emph>My Macros</emph>) from within a document, use the <literal>GlobalScope</literal> specifier.</paragraph>
</section>
<section id="basicdialogs">
<paragraph role="paragraph" id="par_id3153345" xml-lang="en-US">Basic source code and dialogs are organized in library containers. Libraries can contain modules and dialogs.</paragraph>
</section>
<h2 id="hd_id3143271">In Basic:</h2>
-<paragraph role="paragraph" id="par_id3153061" xml-lang="en-US">Basic libraries and modules can be managed with the <literal>BasicLibraries</literal> object. Libraries can be searched, explored and loaded on request. <link href="text/sbasic/python/python_document_events.xhp" name="Monitoring document events">Monitoring Documents Events</link> illustrates %PRODUCTNAME library loading.</paragraph>
+<paragraph role="paragraph" id="par_id3153061" xml-lang="en-US">Basic libraries and modules can be managed with the <literal>BasicLibraries</literal> object. Libraries can be searched, explored and loaded on request. <link href="text/sbasic/python/python_document_events.xhp">Monitoring Documents Events</link> illustrates %PRODUCTNAME library loading.</paragraph>
<h2 id="hd_id3154346">In dialogs:</h2>
-<paragraph role="paragraph" id="par_id3148663" xml-lang="en-US">Dialog libraries and dialogs can be managed with the <literal>DialogLibraries</literal> object. <link href="text/sbasic/guide/show_dialog.xhp" name="Opening a Dialog">Opening a Dialog With Basic</link> illustrates how to display %PRODUCTNAME shared dialogs.</paragraph>
+<paragraph role="paragraph" id="par_id3148663" xml-lang="en-US">Dialog libraries and dialogs can be managed with the <literal>DialogLibraries</literal> object. <link href="text/sbasic/guide/show_dialog.xhp">Opening a Dialog With Basic</link> illustrates how to display %PRODUCTNAME shared dialogs.</paragraph>
<paragraph role="paragraph" id="par_id3150543" xml-lang="en-US"><literal>BasicLibraries</literal> and <literal>DialogLibraries</literal> containers exist at application level and within every document. Document's library containers do not need the <literal>GlobalScope</literal> specifier to be managed. If you want to call a global library container (located in <emph>Application Macros</emph> or <emph>My Macros</emph>) from within a document, you must use the <literal>GlobalScope</literal> specifier.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="code" localize="false" id="par_id3149203" xml-lang="en-US">GlobalScope specifier</paragraph>
diff --git a/source/text/sbasic/shared/03132000.xhp b/source/text/sbasic/shared/03132000.xhp
index 7cbb593874..86aec48335 100644
--- a/source/text/sbasic/shared/03132000.xhp
+++ b/source/text/sbasic/shared/03132000.xhp
@@ -32,7 +32,7 @@
<bookmark_value>CreateUnoListener function</bookmark_value>
</bookmark>
-<h1 id="hd_id3155150" xml-lang="en-US"><variable id="CreateUnoListener"><link href="text/sbasic/shared/03132000.xhp" name="CreateUnoListener Function">CreateUnoListener Function</link></variable></h1>
+<h1 id="hd_id3155150" xml-lang="en-US"><variable id="CreateUnoListener"><link href="text/sbasic/shared/03132000.xhp">CreateUnoListener Function</link></variable></h1>
<paragraph id="par_id3149346" role="paragraph" xml-lang="en-US">Creates a Listener instance.</paragraph>
</section>
<paragraph id="par_id3153681" role="paragraph" xml-lang="en-US">Many Uno objects let you register listeners with dedicated listener interfaces. This allows to listen for specific events and call up the appropriate listener method. The <literal>CreateUnoListener</literal> function sets a listener interface associated to an UNO object. The listener interface is then bound to its associated object.</paragraph>
@@ -53,16 +53,16 @@
<paragraph id="par_idm1340546224" role="bascode" localize="false" xml-lang="en-US">oListener = CreateUnoListener( "ContListener_","com.sun.star.container.XContainerListener" )</paragraph>
</bascode>
<paragraph id="par_id3149294" role="paragraph" xml-lang="en-US">The <literal>CreateUnoListener</literal> method requires two parameters. The first is <emph>Prefix</emph> and is explained in detail below. <emph>Typename</emph> second parameter is the fully qualified name of the listener interface.</paragraph>
-<paragraph id="par_id3149670" role="paragraph" xml-lang="en-US">Every listener must be registered to %PRODUCTNAME broadcaster feature. This is performed by binding each listener to its associated object. Bind methods always follow the pattern '<literal>add</literal>Foo<literal>Listener</literal>', where 'Foo' is the object type of the listener interface, without the 'X'. In this example, the <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1container_1_1XContainer.html#a69e03a743cfa3e99935cac90b5f4e291" name="com.sun.star.container.XContainer"><literal>addContainerListener</literal></link> method is called to register the <literal>XContainerListener</literal>:</paragraph>
+<paragraph id="par_id3149670" role="paragraph" xml-lang="en-US">Every listener must be registered to %PRODUCTNAME broadcaster feature. This is performed by binding each listener to its associated object. Bind methods always follow the pattern '<literal>add</literal>Foo<literal>Listener</literal>', where 'Foo' is the object type of the listener interface, without the 'X'. In this example, the <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1container_1_1XContainer.html#a69e03a743cfa3e99935cac90b5f4e291"><literal>addContainerListener</literal></link> method is called to register the <literal>XContainerListener</literal>:</paragraph>
<bascode>
<paragraph id="par_idm1340540544" role="bascode" localize="false" xml-lang="en-US">Dim oLib As Object</paragraph>
<paragraph id="par_id3154940" role="bascode" xml-lang="en-US">oLib = BasicLibraries.Library1 ' Library1 must exist!</paragraph>
<paragraph id="par_id3150359" role="bascode" xml-lang="en-US">oLib.addContainerListener( oListener ) ' Register the listener</paragraph>
</bascode>
-<paragraph id="par_id3154138" role="paragraph" xml-lang="en-US">The listener is now registered. When an event occurs, the active listener calls the appropriate method defined in <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1container_1_1XContainerListener.html" name="XContainerListener interface">com.sun.star.container.XContainerListener</link> interface.</paragraph>
+<paragraph id="par_id3154138" role="paragraph" xml-lang="en-US">The listener is now registered. When an event occurs, the active listener calls the appropriate method defined in <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1container_1_1XContainerListener.html">com.sun.star.container.XContainerListener</link> interface.</paragraph>
<paragraph id="par_id3148922" role="paragraph" xml-lang="en-US">Event-driven registered BASIC subroutines require to use a defined <emph>Prefix</emph>. The BASIC run-time system searches for subroutines or functions that have the name 'Prefix+ListenerMethod' and calls them when found. Otherwise, a run-time error occurs.</paragraph>
-<paragraph id="par_id3150768" role="paragraph" xml-lang="en-US">In this example, <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1container_1_1XContainerListener-members.html" name="container.XContainerListener">com.sun.star.container.XContainerListener</link> interface defines the following methods:</paragraph>
+<paragraph id="par_id3150768" role="paragraph" xml-lang="en-US">In this example, <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1container_1_1XContainerListener-members.html">com.sun.star.container.XContainerListener</link> interface defines the following methods:</paragraph>
<table id="tab_id591666342054257">
<tablerow>
<tablecell>
@@ -77,7 +77,7 @@
<paragraph id="par_id11666342054257" role="tablecontent"><literal>disposing</literal></paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id841666342054257" role="tablecontent"><link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1lang_1_1XEventListener.html" name="lang.XEventListener">com.sun.star.lang.XEventListener</link> base interface for all Listener Interfaces</paragraph>
+ <paragraph id="par_id841666342054257" role="tablecontent"><link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1lang_1_1XEventListener.html">com.sun.star.lang.XEventListener</link> base interface for all Listener Interfaces</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -85,7 +85,7 @@
<paragraph id="par_id11666342054258" role="tablecontent"><literal>elementInserted</literal></paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id841666342054258" role="tablecontent">Method of the <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1container_1_1XContainerListener-members.html" name="container.XContainerListener">com.sun.star.container.XContainerListener</link> interface</paragraph>
+ <paragraph id="par_id841666342054258" role="tablecontent">Method of the <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1container_1_1XContainerListener-members.html">com.sun.star.container.XContainerListener</link> interface</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -93,7 +93,7 @@
<paragraph id="par_id11666342054259" role="tablecontent">elementRemoved</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id841666342054259" role="tablecontent">Method of the <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1container_1_1XContainerListener-members.html" name="container.XContainerListener">com.sun.star.container.XContainerListener</link> interface</paragraph>
+ <paragraph id="par_id841666342054259" role="tablecontent">Method of the <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1container_1_1XContainerListener-members.html">com.sun.star.container.XContainerListener</link> interface</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -101,7 +101,7 @@
<paragraph id="par_id11666342054267" role="tablecontent">elementReplaced</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id841666342054267" role="tablecontent">Method of the <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1container_1_1XContainerListener-members.html" name="container.XContainerListener">com.sun.star.container.XContainerListener</link> interface</paragraph>
+ <paragraph id="par_id841666342054267" role="tablecontent">Method of the <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1container_1_1XContainerListener-members.html">com.sun.star.container.XContainerListener</link> interface</paragraph>
</tablecell>
</tablerow>
</table>
@@ -146,7 +146,7 @@
<paragraph id="par_idm1340658096" role="bascode" localize="false">End Sub</paragraph>
</bascode>
<warning id="par_id621666343214282" xml-lang="en-US">Listener methods must <emph>always</emph> be implemented to avoid BASIC run-time errors.</warning>
-<tip id="par_id101666620765251">Use <link href="text/sbasic/shared/03/sf_exception.xhp" name="ScriptForge"><literal>ScriptForge</literal></link> library console when the BASIC IDE is not easily accessible, that is during events processing. Use the <link href="text/sbasic/shared/03/sf_exception.xhp#DebugPrint" name="DebugPrint"><literal>DebugPrint</literal></link> method to add any relevant information to the console. Console entries can be dumped to a text file or visualized in a dialog window. Use <literal>Trace</literal> module of <link href="text/sbasic/guide/access2base.xhp" name="Access2Base library"><literal>Access2Base</literal></link> library as an alternative</tip>
+<tip id="par_id101666620765251">Use <link href="text/sbasic/shared/03/sf_exception.xhp"><literal>ScriptForge</literal></link> library console when the BASIC IDE is not easily accessible, that is during events processing. Use the <link href="text/sbasic/shared/03/sf_exception.xhp#DebugPrint"><literal>DebugPrint</literal></link> method to add any relevant information to the console. Console entries can be dumped to a text file or visualized in a dialog window. Use <literal>Trace</literal> module of <link href="text/sbasic/guide/access2base.xhp"><literal>Access2Base</literal></link> library as an alternative</tip>
<bascode>
<paragraph role="bascode" id="bas_id871666620966333">Sub SF_Trace</paragraph>
<paragraph role="bascode" id="bas_id361666620966645"> GlobalScope.BasicLibraries.LoadLibrary("ScriptForge")</paragraph>
@@ -164,8 +164,8 @@
<section id="relatedtopics" >
<embed href="text/sbasic/python/python_listener.xhp#pythonlistener"/>
- <paragraph role="paragraph" id="N0506"><link href="text/swriter/01/05060700.xhp" name ="Events mapping to objects">Events mapping to objects</link></paragraph>
- <paragraph role="paragraph" id="N0509">See also <link href="text/sbasic/shared/01040000.xhp" name ="Document events">Document events</link>, <link href="text/shared/02/01170202.xhp" name ="Form events">Form events</link>.</paragraph>
+ <paragraph role="paragraph" id="N0506"><link href="text/swriter/01/05060700.xhp">Events mapping to objects</link></paragraph>
+ <paragraph role="paragraph" id="N0509">See also <link href="text/sbasic/shared/01040000.xhp">Document events</link>, <link href="text/shared/02/01170202.xhp">Form events</link>.</paragraph>
<embed href="text/sbasic/python/python_handler.xhp#pythonhandler_h1"/>
<embed href="text/sbasic/python/python_document_events.xhp#pythonmonitor"/>
</section>
diff --git a/source/text/sbasic/shared/03132100.xhp b/source/text/sbasic/shared/03132100.xhp
index c95d845ffc..28730b1768 100644
--- a/source/text/sbasic/shared/03132100.xhp
+++ b/source/text/sbasic/shared/03132100.xhp
@@ -29,7 +29,7 @@
<section id="getguitype">
<bookmark xml-lang="en-US" branch="index" id="bm_id3147143"><bookmark_value>GetGuiType function</bookmark_value>
</bookmark>
-<h1 id="hd_id3155310"><variable id="getguitype2"><link href="text/sbasic/shared/03132100.xhp" name="GetGuiType Function">GetGuiType Function</link></variable></h1>
+<h1 id="hd_id3155310"><variable id="getguitype2"><link href="text/sbasic/shared/03132100.xhp">GetGuiType Function</link></variable></h1>
<paragraph xml-lang="en-US" id="par_id3152459" role="paragraph">Returns a numerical value that specifies the graphical user interface.</paragraph>
</section>
<paragraph xml-lang="en-US" id="par_id3153323" role="paragraph">This function is only provided for downward compatibility to previous versions. The return value is not defined in client-server environments.</paragraph>
diff --git a/source/text/sbasic/shared/03132200.xhp b/source/text/sbasic/shared/03132200.xhp
index b89a5d3cbf..298723d8d7 100644
--- a/source/text/sbasic/shared/03132200.xhp
+++ b/source/text/sbasic/shared/03132200.xhp
@@ -30,7 +30,7 @@
<bookmark_value>components;addressing</bookmark_value>
</bookmark>
-<h1 id="hd_id3155342"><link href="text/sbasic/shared/03132200.xhp" name="ThisComponent Object">ThisComponent Object</link></h1>
+<h1 id="hd_id3155342"><link href="text/sbasic/shared/03132200.xhp">ThisComponent Object</link></h1>
<paragraph id="par_id3154923" role="paragraph" xml-lang="en-US"><literal>ThisComponent</literal> represents the current document in Basic macros. It addresses the active component whose properties can be read and set, and whose methods can be called. Properties and methods available through <literal>ThisComponent</literal> depend on the document type.<comment>see i60932</comment></paragraph>
</section>
@@ -54,13 +54,13 @@
</bascode>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id101622646874083"><link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1text_1_1TextDocument.html" name="TextDocument API service">com.sun.star.text.TextDocument</link> API service</paragraph>
- <paragraph role="paragraph" id="par_id102622646874083"><link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1sheet_1_1SpreadsheetDocument.html" name="SpreadsheetDocument API service">com.sun.star.sheet.SpreadsheetDocument</link> API service</paragraph>
- <paragraph role="paragraph" id="par_id103622646874083"><link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1presentation_1_1PresentationDocument.html" name="PresentationDocument API service">com.sun.star.presentation.PresentationDocument</link> API service</paragraph>
- <paragraph role="paragraph" id="par_id104622646874083"><link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1drawing_1_1DrawingDocument.html" name="DrawingDocument API service">com.sun.star.drawing.DrawingDocument</link> API service</paragraph>
- <paragraph role="paragraph" id="par_id105622646874083"><link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1formula_1_1FormulaProperties.html" name="FormulaProperties API service">com.sun.star.formula.FormulaProperties</link> API service</paragraph>
- <paragraph role="paragraph" id="par_id106622646874083"><link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1sdb_1_1OfficeDatabaseDocument.html" name="OfficeDatabaseDocument API service">com.sun.star.sdb.OfficeDatabaseDocument</link> API service</paragraph>
- <paragraph role="paragraph" id="par_id581622646875379"><link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1document_1_1OfficeDocument.html" name="OfficeDocument API service">com.sun.star.document.OfficeDocument</link> API service</paragraph>
+ <paragraph role="paragraph" id="par_id101622646874083"><link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1text_1_1TextDocument.html">com.sun.star.text.TextDocument</link> API service</paragraph>
+ <paragraph role="paragraph" id="par_id102622646874083"><link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1sheet_1_1SpreadsheetDocument.html">com.sun.star.sheet.SpreadsheetDocument</link> API service</paragraph>
+ <paragraph role="paragraph" id="par_id103622646874083"><link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1presentation_1_1PresentationDocument.html">com.sun.star.presentation.PresentationDocument</link> API service</paragraph>
+ <paragraph role="paragraph" id="par_id104622646874083"><link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1drawing_1_1DrawingDocument.html">com.sun.star.drawing.DrawingDocument</link> API service</paragraph>
+ <paragraph role="paragraph" id="par_id105622646874083"><link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1formula_1_1FormulaProperties.html">com.sun.star.formula.FormulaProperties</link> API service</paragraph>
+ <paragraph role="paragraph" id="par_id106622646874083"><link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1sdb_1_1OfficeDatabaseDocument.html">com.sun.star.sdb.OfficeDatabaseDocument</link> API service</paragraph>
+ <paragraph role="paragraph" id="par_id581622646875379"><link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1document_1_1OfficeDocument.html">com.sun.star.document.OfficeDocument</link> API service</paragraph>
</section>
</body>
diff --git a/source/text/sbasic/shared/03132300.xhp b/source/text/sbasic/shared/03132300.xhp
index 0a490c7a38..80a2fa351c 100644
--- a/source/text/sbasic/shared/03132300.xhp
+++ b/source/text/sbasic/shared/03132300.xhp
@@ -32,7 +32,7 @@
<section id="createunovalue">
<bookmark xml-lang="en-US" branch="index" id="bm_id3150682"><bookmark_value>CreateUnoValue function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3150682" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03132300.xhp" name="CreateUnoValue Function">CreateUnoValue Function</link></paragraph>
+<paragraph role="heading" id="hd_id3150682" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03132300.xhp">CreateUnoValue Function</link></paragraph>
<paragraph role="paragraph" id="par_id3147291" xml-lang="en-US">Returns an object that represents a strictly typed value referring to the Uno type system. </paragraph>
</section>
<paragraph role="paragraph" id="par_id3143267" xml-lang="en-US">This object is automatically converted to an Any of the corresponding type when passed to Uno. The type must be specified by its fully qualified Uno type name.</paragraph>
diff --git a/source/text/sbasic/shared/03132500.xhp b/source/text/sbasic/shared/03132500.xhp
index f67ad05892..3e9dc1a790 100644
--- a/source/text/sbasic/shared/03132500.xhp
+++ b/source/text/sbasic/shared/03132500.xhp
@@ -36,6 +36,6 @@
<paragraph role="heading" id="par_idN10580" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03132500.xhp">GetDefaultContext Function</link></paragraph>
<paragraph role="paragraph" id="par_idN10590" xml-lang="en-US">Returns the default context of the process service factory, if existent, else returns a null reference. </paragraph>
</section>
-<paragraph role="paragraph" id="par_idN10593" xml-lang="en-US">This function returns the default component context to be used, if instantiating services via XmultiServiceFactory. See the <item type="literal">Professional UNO</item> chapter in the <item type="literal">Developer's Guide</item> on <link href="https://api.libreoffice.org" name="api.libreoffice.org">api.libreoffice.org</link> for more information.</paragraph>
+<paragraph role="paragraph" id="par_idN10593" xml-lang="en-US">This function returns the default component context to be used, if instantiating services via XmultiServiceFactory. See the <item type="literal">Professional UNO</item> chapter in the <item type="literal">Developer's Guide</item> on <link href="https://api.libreoffice.org">api.libreoffice.org</link> for more information.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/sbasic/shared/03140000.xhp b/source/text/sbasic/shared/03140000.xhp
index 2b7426f536..f6949c2112 100644
--- a/source/text/sbasic/shared/03140000.xhp
+++ b/source/text/sbasic/shared/03140000.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140000.xhp" name="DDB Function [VBA]">DDB Function [VBA]</link></paragraph>
+<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140000.xhp">DDB Function [VBA]</link></paragraph>
<paragraph id="par_id3151384" role="paragraph" xml-lang="en-US">Returns the depreciation of an asset for a specified period using the arithmetic-declining method.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
diff --git a/source/text/sbasic/shared/03140001.xhp b/source/text/sbasic/shared/03140001.xhp
index 1731bcc971..f9beee916e 100644
--- a/source/text/sbasic/shared/03140001.xhp
+++ b/source/text/sbasic/shared/03140001.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140001.xhp" name="FV Function [VBA]">FV Function [VBA]</link></paragraph>
+<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140001.xhp">FV Function [VBA]</link></paragraph>
<paragraph id="par_id3151384" role="paragraph" xml-lang="en-US">Returns the future value of an investment based on periodic, constant payments and a constant interest rate (Future Value).</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
diff --git a/source/text/sbasic/shared/03140002.xhp b/source/text/sbasic/shared/03140002.xhp
index 9b47710a9b..da3fefd3b3 100644
--- a/source/text/sbasic/shared/03140002.xhp
+++ b/source/text/sbasic/shared/03140002.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140002.xhp" name="IPmt Function [VBA]">IPmt Function [VBA]</link></paragraph>
+<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140002.xhp">IPmt Function [VBA]</link></paragraph>
<paragraph id="par_id3151384" role="paragraph" xml-lang="en-US">Calculates the periodic amortizement for an investment with regular payments and a constant interest rate.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
diff --git a/source/text/sbasic/shared/03140003.xhp b/source/text/sbasic/shared/03140003.xhp
index 8b1707e221..b9369e8fa9 100644
--- a/source/text/sbasic/shared/03140003.xhp
+++ b/source/text/sbasic/shared/03140003.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140003.xhp" name="IRR Function [VBA]">IRR Function [VBA]</link></paragraph>
+<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140003.xhp">IRR Function [VBA]</link></paragraph>
<paragraph id="par_id3151384" role="paragraph" xml-lang="en-US">Calculates the internal rate of return for an investment.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
diff --git a/source/text/sbasic/shared/03140004.xhp b/source/text/sbasic/shared/03140004.xhp
index 18d65dd5a7..d721a8ecfd 100644
--- a/source/text/sbasic/shared/03140004.xhp
+++ b/source/text/sbasic/shared/03140004.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140004.xhp" name="MIRR Function [VBA]">MIRR Function [VBA]</link></paragraph>
+<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140004.xhp">MIRR Function [VBA]</link></paragraph>
<paragraph id="par_id3151384" role="paragraph" xml-lang="en-US">Calculates the modified internal rate of return of a series of investments.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
diff --git a/source/text/sbasic/shared/03140005.xhp b/source/text/sbasic/shared/03140005.xhp
index 488d46ec9f..6ae5c59eba 100644
--- a/source/text/sbasic/shared/03140005.xhp
+++ b/source/text/sbasic/shared/03140005.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140005.xhp" name="NPer Function [VBA]">NPer Function [VBA]</link></paragraph>
+<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140005.xhp">NPer Function [VBA]</link></paragraph>
<paragraph id="par_id3151384" role="paragraph" xml-lang="en-US">Calculates the number of periods for a loan or investment.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
diff --git a/source/text/sbasic/shared/03140006.xhp b/source/text/sbasic/shared/03140006.xhp
index 94b4b9bbd9..d4d8826a7f 100644
--- a/source/text/sbasic/shared/03140006.xhp
+++ b/source/text/sbasic/shared/03140006.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140006.xhp" name="NPV Function [VBA]">NPV Function [VBA]</link></paragraph>
+<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140006.xhp">NPV Function [VBA]</link></paragraph>
<paragraph id="par_id3151384" role="paragraph" xml-lang="en-US">Calculates the Net Present Value of an investment, based on a supplied discount rate, and a series of deposits and withdrawals.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
diff --git a/source/text/sbasic/shared/03140007.xhp b/source/text/sbasic/shared/03140007.xhp
index 9d2e7001ed..adc5f8d181 100644
--- a/source/text/sbasic/shared/03140007.xhp
+++ b/source/text/sbasic/shared/03140007.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140007.xhp" name="Pmt Function [VBA]">Pmt Function [VBA]</link></paragraph>
+<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140007.xhp">Pmt Function [VBA]</link></paragraph>
<paragraph id="par_id3151384" role="paragraph" xml-lang="en-US">Calculates the constant periodic payments for a loan or investment.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
diff --git a/source/text/sbasic/shared/03140008.xhp b/source/text/sbasic/shared/03140008.xhp
index c9694aa3e9..fb456d89e4 100644
--- a/source/text/sbasic/shared/03140008.xhp
+++ b/source/text/sbasic/shared/03140008.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140008.xhp" name="PPmt Function [VBA]">PPmt Function [VBA]</link></paragraph>
+<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140008.xhp">PPmt Function [VBA]</link></paragraph>
<paragraph id="par_id3151384" role="paragraph" xml-lang="en-US">Returns for a given period the payment on the principal for an investment that is based on periodic and constant payments and a constant interest rate.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
diff --git a/source/text/sbasic/shared/03140009.xhp b/source/text/sbasic/shared/03140009.xhp
index 2e8620daad..0ebc68f79a 100644
--- a/source/text/sbasic/shared/03140009.xhp
+++ b/source/text/sbasic/shared/03140009.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140009.xhp" name="PV Function [VBA]">PV Function [VBA]</link></paragraph>
+<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140009.xhp">PV Function [VBA]</link></paragraph>
<paragraph id="par_id3151384" role="paragraph" xml-lang="en-US">Returns the Present Value of an investment resulting from a series of regular payments.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
diff --git a/source/text/sbasic/shared/03140010.xhp b/source/text/sbasic/shared/03140010.xhp
index f76bf540ed..79c2549369 100644
--- a/source/text/sbasic/shared/03140010.xhp
+++ b/source/text/sbasic/shared/03140010.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140010.xhp" name="Rate Function [VBA]">Rate Function [VBA]</link></paragraph>
+<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140010.xhp">Rate Function [VBA]</link></paragraph>
<paragraph id="par_id3151384" role="paragraph" xml-lang="en-US">Returns the interest rate of a loan or an investment.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
diff --git a/source/text/sbasic/shared/03140011.xhp b/source/text/sbasic/shared/03140011.xhp
index 6864384baa..b1ad830ee5 100644
--- a/source/text/sbasic/shared/03140011.xhp
+++ b/source/text/sbasic/shared/03140011.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140011.xhp" name="SLN Function [VBA]">SLN Function [VBA]</link></paragraph>
+<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140011.xhp">SLN Function [VBA]</link></paragraph>
<paragraph id="par_id3151384" role="paragraph" xml-lang="en-US">Returns the straight-line depreciation of an asset for one period. The amount of the depreciation is constant during the depreciation period.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
diff --git a/source/text/sbasic/shared/03140012.xhp b/source/text/sbasic/shared/03140012.xhp
index 9ad42e26b7..def668171e 100644
--- a/source/text/sbasic/shared/03140012.xhp
+++ b/source/text/sbasic/shared/03140012.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140012.xhp" name="SYD Function [VBA]">SYD Function [VBA]</link></paragraph>
+<paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03140012.xhp">SYD Function [VBA]</link></paragraph>
<paragraph id="par_id3151384" role="paragraph" xml-lang="en-US">Returns the arithmetic-declining depreciation rate.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
diff --git a/source/text/sbasic/shared/03150000.xhp b/source/text/sbasic/shared/03150000.xhp
index 01ed090735..0df50b1f69 100644
--- a/source/text/sbasic/shared/03150000.xhp
+++ b/source/text/sbasic/shared/03150000.xhp
@@ -32,7 +32,7 @@
<bookmark_value>FormatDateTime function</bookmark_value>
</bookmark>
- <paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03150000.xhp" name="FormatDateTime Function [VBA]">FormatDateTime Function [VBA]</link></paragraph>
+ <paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03150000.xhp">FormatDateTime Function [VBA]</link></paragraph>
<paragraph id="par_id3151384" role="paragraph" xml-lang="en-US">Applies a date and/or time format to a date expression and returns the result as a string.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
diff --git a/source/text/sbasic/shared/03150001.xhp b/source/text/sbasic/shared/03150001.xhp
index d3e0e20c84..117540e822 100644
--- a/source/text/sbasic/shared/03150001.xhp
+++ b/source/text/sbasic/shared/03150001.xhp
@@ -33,7 +33,7 @@
<bookmark_value>WeekdayName function</bookmark_value>
</bookmark>
- <paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03150001.xhp" name="WeekdayName Function [VBA]">WeekdayName Function [VBA]</link></paragraph>
+ <paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03150001.xhp">WeekdayName Function [VBA]</link></paragraph>
<paragraph id="par_id3151384" role="paragraph" xml-lang="en-US">The WeekdayName function returns the weekday name of a specified day of the week.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
diff --git a/source/text/sbasic/shared/03150002.xhp b/source/text/sbasic/shared/03150002.xhp
index 5516ab45ce..c93e2142c4 100644
--- a/source/text/sbasic/shared/03150002.xhp
+++ b/source/text/sbasic/shared/03150002.xhp
@@ -31,7 +31,7 @@
<bookmark_value>MonthName function</bookmark_value>
</bookmark>
- <paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03150002.xhp" name="MonthName Function [VBA]">MonthName Function [VBA]</link></paragraph>
+ <paragraph id="hd_id3150499" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03150002.xhp">MonthName Function [VBA]</link></paragraph>
<paragraph id="par_id3151384" role="paragraph" xml-lang="en-US">The MonthName function returns the localized month name of a specified month number.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
diff --git a/source/text/sbasic/shared/03160000.xhp b/source/text/sbasic/shared/03160000.xhp
index aa429b1511..00f31ec21a 100644
--- a/source/text/sbasic/shared/03160000.xhp
+++ b/source/text/sbasic/shared/03160000.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3150499">
<bookmark_value>Input function</bookmark_value>
</bookmark>
- <h1 id="hd_id141626276767913"><variable id="Input_h1"><link href="text/sbasic/shared/03160000.xhp" name="Input Function [VBA]">Input Function [VBA]</link></variable></h1>
+ <h1 id="hd_id141626276767913"><variable id="Input_h1"><link href="text/sbasic/shared/03160000.xhp">Input Function [VBA]</link></variable></h1>
<paragraph id="par_id3151384" role="paragraph" xml-lang="en-US">Returns the open stream of an Input or Binary file (String).</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
diff --git a/source/text/sbasic/shared/03170000.xhp b/source/text/sbasic/shared/03170000.xhp
index 12f39aa4b1..9a20d0d66d 100644
--- a/source/text/sbasic/shared/03170000.xhp
+++ b/source/text/sbasic/shared/03170000.xhp
@@ -30,11 +30,11 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3150499">
<bookmark_value>Round function (VBA)</bookmark_value>
</bookmark>
- <h1 id="hd_id3150499"><variable id="Round_VBA_h1"><link href="text/sbasic/shared/03170000.xhp" name="Round Function [VBA]">Round Function [VBA]</link></variable></h1>
+ <h1 id="hd_id3150499"><variable id="Round_VBA_h1"><link href="text/sbasic/shared/03170000.xhp">Round Function [VBA]</link></variable></h1>
<paragraph id="par_id3151384" role="paragraph">Rounds a numeric value to a specified number of decimal digits.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
- <paragraph role="paragraph" id="par_id741634154499890">This function implements the rounding rule known as "round-to-even". With this rule, whenever the difference between the number to be rounded and its nearest integer is equal to 0.5, the number is rounded to the nearest even number. See the examples <link href="text/sbasic/shared/03170000.xhp#round_example" name="round_ex_link">below</link> to learn more about this rule.</paragraph>
+ <paragraph role="paragraph" id="par_id741634154499890">This function implements the rounding rule known as "round-to-even". With this rule, whenever the difference between the number to be rounded and its nearest integer is equal to 0.5, the number is rounded to the nearest even number. See the examples <link href="text/sbasic/shared/03170000.xhp#round_example">below</link> to learn more about this rule.</paragraph>
<note id="par_id691634217736290">Be aware that VBA's <literal>Round</literal> function works differently than %PRODUCTNAME Calc's <literal>Round</literal> function. In Calc, if the difference between the number to be rounded and the nearest integer is exactly 0.5, then the number is rounded up. Hence, in Calc the number 2.5 is rounded to 3 whereas using VBA's <literal>Round</literal> function the value 2.5 is rounded to 2 due to the "round-to-even" rule.</note>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id141634153766945">
diff --git a/source/text/sbasic/shared/03170010.xhp b/source/text/sbasic/shared/03170010.xhp
index 2202cd123c..c2e1a573c6 100644
--- a/source/text/sbasic/shared/03170010.xhp
+++ b/source/text/sbasic/shared/03170010.xhp
@@ -21,7 +21,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id661542193659245">
<bookmark_value>FormatNumber function</bookmark_value>
</bookmark>
- <paragraph id="hd_id871542193473857" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03170010.xhp" name="FormatNumber Function [VBA]">FormatNumber [VBA]</link></paragraph>
+ <paragraph id="hd_id871542193473857" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03170010.xhp">FormatNumber [VBA]</link></paragraph>
<paragraph id="par_id351542193473858" role="paragraph" xml-lang="en-US">Returns a string with a number formatting applied to a numeric expression.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
@@ -36,7 +36,7 @@
<paragraph role="paragraph" id="par_id631542195798758" xml-lang="en-US"><emph>numDigitsAfterDecimal</emph>: Optional. A numeric value specifying the number of digits that should be displayed after the decimal. If omitted, it defaults to the value -1, meaning that the default settings for user interface locale should be used.</paragraph>
- <paragraph role="paragraph" id="par_id961542200034362" xml-lang="en-US"><emph>includeLeadingDigit</emph>: Optional. A <link href="text/sbasic/shared/03040000.xhp#addvbaconstants" name="vbtristate">vbTriState</link> enumeration value, specifying whether a leading zero should be displayed for fractional values.</paragraph>
+ <paragraph role="paragraph" id="par_id961542200034362" xml-lang="en-US"><emph>includeLeadingDigit</emph>: Optional. A <link href="text/sbasic/shared/03040000.xhp#addvbaconstants">vbTriState</link> enumeration value, specifying whether a leading zero should be displayed for fractional values.</paragraph>
<list type="unordered">
<listitem>
@@ -49,7 +49,7 @@
<paragraph id="par_id241542199046808" role="listitem" xml-lang="en-US"><emph>vbUseDefaults or -2</emph>: Use the user interface locale settings. This is the default when omitted.</paragraph>
</listitem>
</list>
- <paragraph role="paragraph" id="par_id311542201637647" xml-lang="en-US"><emph>useParensForNegativeNumbers</emph>: Optional. A <link href="text/sbasic/shared/03040000.xhp#addvbaconstants" name="vbtristate">vbTriState</link> enumeration value specifying whether negative numbers should be encased in parenthesis.</paragraph>
+ <paragraph role="paragraph" id="par_id311542201637647" xml-lang="en-US"><emph>useParensForNegativeNumbers</emph>: Optional. A <link href="text/sbasic/shared/03040000.xhp#addvbaconstants">vbTriState</link> enumeration value specifying whether negative numbers should be encased in parenthesis.</paragraph>
<list type="unordered">
<listitem>
<paragraph id="par_id561543198440051" role="listitem" xml-lang="en-US"><emph>vbTrue or -1</emph>: Use parenthesis for negative numbers.</paragraph>
@@ -62,7 +62,7 @@
</listitem>
</list>
- <paragraph role="paragraph" id="par_id531542201968815" xml-lang="en-US"><emph>groupDigits</emph>: Optional. A <link href="text/sbasic/shared/03040000.xhp#addvbaconstants" name="vbtristate">vbTriState</link> enumeration value specifying the number should be grouped (into thousands, etc.), using the group delimiter that is specified on the system's regional settings.</paragraph>
+ <paragraph role="paragraph" id="par_id531542201968815" xml-lang="en-US"><emph>groupDigits</emph>: Optional. A <link href="text/sbasic/shared/03040000.xhp#addvbaconstants">vbTriState</link> enumeration value specifying the number should be grouped (into thousands, etc.), using the group delimiter that is specified on the system's regional settings.</paragraph>
<list type="unordered">
<listitem>
diff --git a/source/text/sbasic/shared/05060700.xhp b/source/text/sbasic/shared/05060700.xhp
index f785cc03a6..605ea419ca 100644
--- a/source/text/sbasic/shared/05060700.xhp
+++ b/source/text/sbasic/shared/05060700.xhp
@@ -33,7 +33,7 @@
<section id="macro">
<bookmark xml-lang="en-US" branch="index" id="bm_id3153894"><bookmark_value>events;linked to objects</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153894" xml-lang="en-US" level="1"><link href="text/sbasic/shared/05060700.xhp" name="Macro">Macro</link></paragraph>
+<paragraph role="heading" id="hd_id3153894" xml-lang="en-US" level="1"><link href="text/sbasic/shared/05060700.xhp">Macro</link></paragraph>
<paragraph role="paragraph" id="par_id3153748" xml-lang="en-US"><ahelp hid=".">Choose the macro that you want to execute when the selected graphic, frame, or OLE object is selected.</ahelp> Depending on the object that is selected, the function is either found on the <emph>Macro</emph> tab of the <emph>Object</emph> dialog, or in the <emph>Assign Macro</emph> dialog.</paragraph>
</section>
<paragraph role="heading" id="hd_id3150503" xml-lang="en-US" level="2">Event</paragraph>
diff --git a/source/text/sbasic/shared/CallByName.xhp b/source/text/sbasic/shared/CallByName.xhp
index 1933be2175..9c6b3410af 100644
--- a/source/text/sbasic/shared/CallByName.xhp
+++ b/source/text/sbasic/shared/CallByName.xhp
@@ -36,7 +36,7 @@
<paragraph id="par_id3154141" role="paragraph"><emph>result</emph>: An optional variable that contains the result of the called method or property.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
-<paragraph id="par_id3150448" role="paragraph"><emph>object</emph>: A Basic module, <link href="text/sbasic/shared/classmodule.xhp" name="ClassModule">ClassModule</link> instance or UNO service holding properties or methods.</paragraph>
+<paragraph id="par_id3150448" role="paragraph"><emph>object</emph>: A Basic module, <link href="text/sbasic/shared/classmodule.xhp">ClassModule</link> instance or UNO service holding properties or methods.</paragraph>
<paragraph id="par_id3150449" role="paragraph"><emph>ProcName</emph>: The <literal>Function</literal>, <literal>Sub</literal> or <literal>Property</literal> that is being called.</paragraph>
<paragraph id="par_id3150450" role="paragraph"><emph>CallType</emph>: The type of performed action such as Get, Let, Method and Set.</paragraph>
<paragraph id="par_id3150451" role="paragraph"><emph>arg0, arg1 …</emph>: The <literal>Function</literal> optional parameters given as positional arguments.</paragraph>
@@ -73,7 +73,7 @@
<paragraph id="par_id711644588403951" role="listitem"><literal>ScriptForge.Platform.Architecture</literal> information is retrieved.</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id651644588404943" role="listitem"><literal>DisplayDirectory</literal> property of <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1ui_1_1dialogs_1_1FilePicker-members.html" name="FilePicker">com.sun.star.ui.dialogs.FilePicker</link> UNO service is set to the user home folder, its content is read twice.</paragraph>
+ <paragraph id="par_id651644588404943" role="listitem"><literal>DisplayDirectory</literal> property of <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1ui_1_1dialogs_1_1FilePicker-members.html">com.sun.star.ui.dialogs.FilePicker</link> UNO service is set to the user home folder, its content is read twice.</paragraph>
</listitem>
</list>
<bascode>
diff --git a/source/text/sbasic/shared/Compiler_options.xhp b/source/text/sbasic/shared/Compiler_options.xhp
index 675c1891ce..9562bb38b0 100644
--- a/source/text/sbasic/shared/Compiler_options.xhp
+++ b/source/text/sbasic/shared/Compiler_options.xhp
@@ -21,7 +21,7 @@
</bookmark>
<section id="classmodulefunction">
- <h1 id="hd_id951592401835244"><variable id="compileroptions"><link href="text/sbasic/shared/Compiler_options.xhp" name="Compiler Options">Compiler Options, Runtime Conditions</link></variable></h1>
+ <h1 id="hd_id951592401835244"><variable id="compileroptions"><link href="text/sbasic/shared/Compiler_options.xhp">Compiler Options, Runtime Conditions</link></variable></h1>
<paragraph role="paragraph" id="N0084">Compiler options specified at the module level affect %PRODUCTNAME <emph>Basic compiler checks</emph> and error messages. Basic syntax as well as Basic set of instructions can be different according to the options that are in use. The less <literal>Option</literal>, the easiest and tolerant %PRODUCTNAME Basic language is. The more <literal>Option</literal>, the richer and controlled Basic language gets.</paragraph>
</section>
<note id="par_id141592406254504">Compiler options must be specified before the executable program code in a module.</note>
@@ -40,7 +40,7 @@
<warning id="par_id141592408035462">Options specified at the module level also affect %PRODUCTNAME <emph>Basic runtime conditions</emph>. The behaviour of %PRODUCTNAME Basic instructions can differ.</warning>
<section id="relatedtopics" >
- <paragraph role="paragraph" id="par_id291592407073335"><link href="text/sbasic/shared/property.xhp" name="Property statement">Property statement</link></paragraph>
+ <paragraph role="paragraph" id="par_id291592407073335"><link href="text/sbasic/shared/property.xhp">Property statement</link></paragraph>
<embed href="text/sbasic/shared/special_vba_func.xhp#exclusivevba"/>
<embed href="text/sbasic/shared/ErrVBA.xhp#ErrVBAh1"/>
</section>
diff --git a/source/text/sbasic/shared/CreateUnoSvcWithArgs.xhp b/source/text/sbasic/shared/CreateUnoSvcWithArgs.xhp
index c053307076..b8b5a458fd 100644
--- a/source/text/sbasic/shared/CreateUnoSvcWithArgs.xhp
+++ b/source/text/sbasic/shared/CreateUnoSvcWithArgs.xhp
@@ -29,7 +29,7 @@
<bookmark_value>CreateUnoServiceWithArguments function</bookmark_value>
<bookmark_value>API;FilePicker</bookmark_value>
</bookmark>
- <h1 id="hd_id3150682"><variable id="UnoSvcWithArgs_h1"><link href="text/sbasic/shared/CreateUnoSvcWithArgs.xhp" name="CreateUnoServiceWithArguments Function">CreateUnoServiceWithArguments Function</link></variable></h1>
+ <h1 id="hd_id3150682"><variable id="UnoSvcWithArgs_h1"><link href="text/sbasic/shared/CreateUnoSvcWithArgs.xhp">CreateUnoServiceWithArguments Function</link></variable></h1>
<paragraph id="par_id3152924" role="paragraph" xml-lang="en-US">Instantiates a UNO service with the <literal>ProcessServiceManager</literal>, including supplemental optional arguments.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
@@ -42,7 +42,7 @@
<paragraph role="paragraph" id="par_id11666942585785"><emph>Arguments</emph>: One to many arguments that specify the instance of the service. <emph>Arguments</emph> are stored as a one dimensional array, according to their positions in the constructor method definition.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functvalue"/>
<paragraph role="paragraph" id="par_id311666942529939">An instance of the given UNO service name, otherwise <literal>Null</literal> value.</paragraph>
- <note id="par_id921629989537850">For a list of available services, visit the <link href="https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html" name="UNO_Service_Names">com::sun::star Module</link> reference page.</note>
+ <note id="par_id921629989537850">For a list of available services, visit the <link href="https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html">com::sun::star Module</link> reference page.</note>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<paragraph role="paragraph" id="par_id891561653344669">The <literal>com.sun.star.ui.dialogs.FilePicker</literal> example below displays a <emph>Save As</emph> dialog with two extra controls: a listbox and a checkbox.</paragraph>
<bascode>
@@ -54,7 +54,7 @@
<paragraph role="bascode" localize="false" id="bas_id521629989242114"> Array(options))</paragraph>
<paragraph role="bascode" localize="false" id="bas_id211629989242416">End Sub ' FileSaveAsDialog</paragraph>
</bascode>
- <tip id="par_id351629989310797">UNO services have an extensive online documentation in the <link href="https://api.libreoffice.org/" name="API_Website">api.libreoffice.org</link> website. Visit the <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1ui_1_1dialogs_1_1FilePicker.html" name="FilePicker_Page">FilePicker Service</link> reference page to learn more about the methods provided by the service used in the example above.</tip>
+ <tip id="par_id351629989310797">UNO services have an extensive online documentation in the <link href="https://api.libreoffice.org/">api.libreoffice.org</link> website. Visit the <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1ui_1_1dialogs_1_1FilePicker.html">FilePicker Service</link> reference page to learn more about the methods provided by the service used in the example above.</tip>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<bookmark xml-lang="en-US" branch="index" id="bm_id8334604">
<bookmark_value>filepicker;API service</bookmark_value>
@@ -74,7 +74,7 @@
<paragraph id="par_idm1206767344" role="bascode" localize="false"> dds.signDocumentContent(storage, Null)</paragraph>
<paragraph id="par_idm1206765040" role="bascode" localize="false">End Sub ' SignCurrentDocDialog</paragraph>
</bascode>
-<paragraph role="paragraph" id="par_id921666951609352"><literal>CreateWithVersion</literal> and <literal>createWithVersionAndValidSignature</literal> constructor methods in <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1security_1_1DocumentDigitalSignatures.html" name="DocumentDigitalSignatures">com.sun.star.security.DocumentDigitalSignatures</link> UNO service indicate two different ways of instantiating this service with <literal>CreateUnoServiceWithArguments</literal> function.</paragraph>
+<paragraph role="paragraph" id="par_id921666951609352"><literal>CreateWithVersion</literal> and <literal>createWithVersionAndValidSignature</literal> constructor methods in <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1security_1_1DocumentDigitalSignatures.html">com.sun.star.security.DocumentDigitalSignatures</link> UNO service indicate two different ways of instantiating this service with <literal>CreateUnoServiceWithArguments</literal> function.</paragraph>
<section id="relatedtopics">
<embed href="text/sbasic/shared/03131600.xhp#createunoserviceh1"/>
<embed href="text/sbasic/shared/uno_objects.xhp#UnoObjects_h1"/>
diff --git a/source/text/sbasic/shared/ErrVBA.xhp b/source/text/sbasic/shared/ErrVBA.xhp
index 1badcbf05c..5fe8be500d 100644
--- a/source/text/sbasic/shared/ErrVBA.xhp
+++ b/source/text/sbasic/shared/ErrVBA.xhp
@@ -21,7 +21,7 @@
<bookmark_value>Error;raising</bookmark_value>
<bookmark_value>Error;handling</bookmark_value>
</bookmark>
- <h1 id="N0011"><variable id="ErrVBAh1"><link href="text/sbasic/shared/ErrVBA.xhp" name="Err object [VBA]">Err Object [VBA]</link></variable></h1>
+ <h1 id="N0011"><variable id="ErrVBAh1"><link href="text/sbasic/shared/ErrVBA.xhp">Err Object [VBA]</link></variable></h1>
<paragraph role="paragraph" id="N0012">Use VBA <literal>Err</literal> object to raise or handle runtime errors.</paragraph>
</section>
<paragraph role="paragraph" id="N0012b"><literal>Err</literal> is a built-in VBA global object that allows:</paragraph>
@@ -37,11 +37,11 @@
<bascode>
<paragraph role="bascode" id="N0019" localize="false">Err.Description As String</paragraph>
</bascode>
- <paragraph role="paragraph" id="N0020">The <emph>Description</emph> property gives the nature of the error. <emph>Description</emph> details the various reasons that may be the cause of the error. Ideally, it provides the multiple course of actions to help solve the issue and prevent its reoccurrence. The Basic alias is the <link href="text/sbasic/shared/03050300.xhp" name ="Error function">Error</link> function for %PRODUCTNAME predefined errors.</paragraph>
+ <paragraph role="paragraph" id="N0020">The <emph>Description</emph> property gives the nature of the error. <emph>Description</emph> details the various reasons that may be the cause of the error. Ideally, it provides the multiple course of actions to help solve the issue and prevent its reoccurrence. The Basic alias is the <link href="text/sbasic/shared/03050300.xhp">Error</link> function for %PRODUCTNAME predefined errors.</paragraph>
<bascode>
<paragraph role="bascode" id="N0021" localize="false">Err.Number As Long</paragraph>
</bascode>
- <paragraph role="paragraph" id="N0022">The error code associated with the error. <literal>Err</literal> object default property is <emph>Number</emph>. The %PRODUCTNAME Basic alias is the <link href="text/sbasic/shared/03050200.xhp" name ="Err">Err</link> function.</paragraph>
+ <paragraph role="paragraph" id="N0022">The error code associated with the error. <literal>Err</literal> object default property is <emph>Number</emph>. The %PRODUCTNAME Basic alias is the <link href="text/sbasic/shared/03050200.xhp">Err</link> function.</paragraph>
<bascode>
<paragraph role="bascode" id="N0023" localize="false">Err.Source As String</paragraph>
</bascode>
@@ -50,11 +50,11 @@
<bascode>
<paragraph role="bascode" id="N0026" localize="false">Err.Clear()</paragraph>
</bascode>
- <paragraph role="paragraph" id="N0027">Resets description, <link href="text/sbasic/shared/03050100.xhp" name ="error line">Erl</link>, number and source properties of current error. The %PRODUCTNAME Basic alias is the <link href="text/sbasic/shared/03050500.xhp" name ="Resume statement">Resume</link> statement.</paragraph>
+ <paragraph role="paragraph" id="N0027">Resets description, <link href="text/sbasic/shared/03050100.xhp">Erl</link>, number and source properties of current error. The %PRODUCTNAME Basic alias is the <link href="text/sbasic/shared/03050500.xhp">Resume</link> statement.</paragraph>
<bascode>
<paragraph role="bascode" id="N0028" localize="false">Err.Raise(Number As Long, Optional source As String, Optional description As String)</paragraph>
</bascode>
- <paragraph role="paragraph" id="N0029">Throws user-defined errors or predefined errors. The %PRODUCTNAME Basic alias is the <link href="text/sbasic/shared/03050200.xhp" name ="Error statement">Error</link> statement.</paragraph>
+ <paragraph role="paragraph" id="N0029">Throws user-defined errors or predefined errors. The %PRODUCTNAME Basic alias is the <link href="text/sbasic/shared/03050200.xhp">Error</link> statement.</paragraph>
<h3 id="N0030">Parameters</h3>
<paragraph role="paragraph" id="N0031"><emph>Number</emph>: A user-defined or predefined error code to be raised.</paragraph>
<section id="RestrictedErrorCodes">
@@ -80,7 +80,7 @@
<paragraph role="bascode" id="N0048" localize="false">End Sub</paragraph>
</bascode>
<h2 id="N0050">Exception ClassModule</h2>
- <tip id="N0049">A short <link href="text/sbasic/shared/classmodule.xhp" name="ClassModule option">ClassModule</link>, that wraps VBA <literal>Err</literal> object, can distribute <literal>Err</literal> properties and methods for standard %PRODUCTNAME Basic modules.</tip>
+ <tip id="N0049">A short <link href="text/sbasic/shared/classmodule.xhp">ClassModule</link>, that wraps VBA <literal>Err</literal> object, can distribute <literal>Err</literal> properties and methods for standard %PRODUCTNAME Basic modules.</tip>
<bascode>
<paragraph role="bascode" id="N0051" localize="false">Option ClassModule</paragraph>
<paragraph role="bascode" id="N0052" localize="false">Option VBASupport 1</paragraph>
@@ -121,7 +121,7 @@
<paragraph role="bascode" id="N0085" localize="false"> Resume finally</paragraph>
<paragraph role="bascode" id="N0086" localize="false">End Sub</paragraph>
</bascode>
- <note id="N0088">The <link href="text/sbasic/shared/03050300.xhp" name="Error statement">Error</link> statement or an Exception-like class module can be used interchangeably, while the latter adds extra features.</note>
+ <note id="N0088">The <link href="text/sbasic/shared/03050300.xhp">Error</link> statement or an Exception-like class module can be used interchangeably, while the latter adds extra features.</note>
<section id="relatedtopics">
<embed href="text/sbasic/shared/03050000.xhp#ErrHandlingh1"/>
<embed href="text/sbasic/shared/classmodule.xhp#classmodulestatement"/>
diff --git a/source/text/sbasic/shared/GetPathSeparator.xhp b/source/text/sbasic/shared/GetPathSeparator.xhp
index 97b22e5768..fb5c6101ab 100644
--- a/source/text/sbasic/shared/GetPathSeparator.xhp
+++ b/source/text/sbasic/shared/GetPathSeparator.xhp
@@ -19,7 +19,7 @@
<bookmark_value>GetPathSeparator function</bookmark_value>
</bookmark>
<section id="getpathseparator">
- <paragraph role="heading" level="1" id="N0002"><variable id="getpathseparator01"><link href="text/sbasic/shared/GetPathSeparator.xhp" name="GetPathSeparator">GetPathSeparator Function</link></variable></paragraph>
+ <paragraph role="heading" level="1" id="N0002"><variable id="getpathseparator01"><link href="text/sbasic/shared/GetPathSeparator.xhp">GetPathSeparator Function</link></variable></paragraph>
<paragraph role="paragraph" id="N0003">Returns the operating system-dependent directory separator used to specify file paths.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
@@ -51,13 +51,13 @@
It is recommended to use:
</paragraph>
<paragraph role="paragraph" id="N0018">
- <link href="text/sbasic/shared/03120313.xhp" name ="external">ConvertFromURL</link> function to convert a file URL to a system file name.
+ <link href="text/sbasic/shared/03120313.xhp">ConvertFromURL</link> function to convert a file URL to a system file name.
</paragraph>
<paragraph role="paragraph" id="N0019">
- <link href="text/sbasic/shared/03120312.xhp" name ="external">ConvertToURL</link> function to convert a system file name to a file URL.
+ <link href="text/sbasic/shared/03120312.xhp">ConvertToURL</link> function to convert a system file name to a file URL.
</paragraph>
<paragraph role="paragraph" id="N0020">
- See also <link href="text/sbasic/shared/00000002.xhp" name ="external">URL Notation</link>
+ See also <link href="text/sbasic/shared/00000002.xhp">URL Notation</link>
</paragraph>
</section>
</body>
diff --git a/source/text/sbasic/shared/Resume.xhp b/source/text/sbasic/shared/Resume.xhp
index fa9e60dcc0..8a67579478 100644
--- a/source/text/sbasic/shared/Resume.xhp
+++ b/source/text/sbasic/shared/Resume.xhp
@@ -19,7 +19,7 @@
<bookmark_value>Resume statement</bookmark_value>
</bookmark>
<section id="Resume">
- <h1 id="N0002"><variable id="resumeh1"><link href="text/sbasic/shared/Resume.xhp" name="Resume statement">Resume Statement</link></variable></h1>
+ <h1 id="N0002"><variable id="resumeh1"><link href="text/sbasic/shared/Resume.xhp">Resume Statement</link></variable></h1>
<paragraph role="paragraph" id="N0003">Resets error information and indicates what to execute next.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
diff --git a/source/text/sbasic/shared/calc_functions.xhp b/source/text/sbasic/shared/calc_functions.xhp
index fa495681fa..11ed299864 100644
--- a/source/text/sbasic/shared/calc_functions.xhp
+++ b/source/text/sbasic/shared/calc_functions.xhp
@@ -25,7 +25,7 @@
<bookmark_value>API;sheet.addin.Analysis</bookmark_value>
<bookmark_value>API;sheet.FunctionAccess</bookmark_value>
</bookmark>
- <h1 id="hd_id91592352089011"><variable id="CallingCalcFunctionsh1"><link href="text/sbasic/shared/calc_functions.xhp" name="Calling Calc Functions">Using Calc Functions in Macros</link></variable></h1>
+ <h1 id="hd_id91592352089011"><variable id="CallingCalcFunctionsh1"><link href="text/sbasic/shared/calc_functions.xhp">Using Calc Functions in Macros</link></variable></h1>
<paragraph role="paragraph" id="par_id1001592359117987">In addition to the native BASIC functions, you can call Calc functions in your macros and scripts and set Calc functions in cell formulas.</paragraph>
<h2 id="hd_id251592352174921">Calling Internal Calc functions in Basic</h2>
<paragraph role="paragraph" id="par_id731592352332694">Use the <literal>CreateUNOService</literal> function to access the <literal>com.sun.star.sheet.FunctionAccess</literal> service.</paragraph>
@@ -70,7 +70,7 @@
</bascode>
<h2 id="hd_id561592352225441">Calling Add-In Calc Functions in BASIC</h2>
- <paragraph role="paragraph" id="par_id261592359338681">The Calc Add-In functions are in the UNO services <link href="text/sbasic/shared/calc_functions.xhp#analysis" name="analysis"><literal>com.sun.star.sheet.addin.Analysis</literal></link>, <link href="text/sbasic/shared/calc_functions.xhp#dates" name="dates"><literal>com.sun.star.sheet.addin.DateFunctions</literal></link> and <link href="text/sbasic/shared/calc_functions.xhp#pricing" name="pricing"><literal>com.sun.star.sheet.addin.PricingFunctions</literal></link>.</paragraph>
+ <paragraph role="paragraph" id="par_id261592359338681">The Calc Add-In functions are in the UNO services <link href="text/sbasic/shared/calc_functions.xhp#analysis"><literal>com.sun.star.sheet.addin.Analysis</literal></link>, <link href="text/sbasic/shared/calc_functions.xhp#dates"><literal>com.sun.star.sheet.addin.DateFunctions</literal></link> and <link href="text/sbasic/shared/calc_functions.xhp#pricing"><literal>com.sun.star.sheet.addin.PricingFunctions</literal></link>.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<bascode>
<paragraph role="bascode" id="bas_id421592358343633">REM Example calling Add-in function SQRTPI</paragraph>
diff --git a/source/text/sbasic/shared/classmodule.xhp b/source/text/sbasic/shared/classmodule.xhp
index df14f9ad75..25b76fb590 100644
--- a/source/text/sbasic/shared/classmodule.xhp
+++ b/source/text/sbasic/shared/classmodule.xhp
@@ -20,7 +20,7 @@
</bookmark>
<section id="classmodulefunction">
- <h1 id="N0083"><variable id="classmodulestatement"><link href="text/sbasic/shared/classmodule.xhp" name="option classmodule">Option ClassModule Statement</link></variable></h1>
+ <h1 id="N0083"><variable id="classmodulestatement"><link href="text/sbasic/shared/classmodule.xhp">Option ClassModule Statement</link></variable></h1>
<paragraph role="paragraph" id="N0084">Specifies that the module is a class module that contains members, properties, procedures and functions.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#beforeexecutable"/>
diff --git a/source/text/sbasic/shared/collection.xhp b/source/text/sbasic/shared/collection.xhp
index 6652dc52de..79f57651b8 100644
--- a/source/text/sbasic/shared/collection.xhp
+++ b/source/text/sbasic/shared/collection.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" localize="false" branch="index" id="bm_id3149225890">
<bookmark_value>Collection;Count</bookmark_value>
</bookmark>
- <h1 id="hd_id791633472607429"><variable id="Collection_h1"><link href="text/sbasic/shared/collection.xhp" name="New_Operator">Collection Object</link></variable></h1>
+ <h1 id="hd_id791633472607429"><variable id="Collection_h1"><link href="text/sbasic/shared/collection.xhp">Collection Object</link></variable></h1>
<paragraph role="paragraph" id="par_id581633961735332">Collections can be used to store items of different types. Each item can be accessed by its index or by an optional key associated with it.</paragraph>
</section>
<paragraph role="paragraph" id="par_id131633961959816">A <literal>Collection</literal> object has the following methods:</paragraph>
@@ -51,7 +51,7 @@
</listitem>
</list>
<note id="par_id221633976539661">Items in a Collection can be accessed either by their indices (as in a 1-based single-dimensional Array) or by their associated keys.</note>
- <tip id="par_id811634214809970">The <link href="text/sbasic/shared/03/sf_dictionary.xhp" name="SFDic_link"><literal>ScriptForge Dictionary</literal></link> service extends the <literal>Collection</literal> object by providing supplemental features as key retrieval and replacement, as well as import/export to Array objects and JSON strings.</tip>
+ <tip id="par_id811634214809970">The <link href="text/sbasic/shared/03/sf_dictionary.xhp"><literal>ScriptForge Dictionary</literal></link> service extends the <literal>Collection</literal> object by providing supplemental features as key retrieval and replacement, as well as import/export to Array objects and JSON strings.</tip>
<h2 id="hd_id51633962353863">Creating a Collection</h2>
<paragraph role="paragraph" id="par_id491633962366024">To create a <literal>Collection</literal> use the <literal>New</literal> keyword. The following example creates a <literal>Collection</literal> object and populates it with three items:</paragraph>
<bascode>
diff --git a/source/text/sbasic/shared/compatibilitymode.xhp b/source/text/sbasic/shared/compatibilitymode.xhp
index f772f92c59..2b2f7d7bdf 100644
--- a/source/text/sbasic/shared/compatibilitymode.xhp
+++ b/source/text/sbasic/shared/compatibilitymode.xhp
@@ -20,7 +20,7 @@
<bookmark_value>VBA compatibility mode</bookmark_value>
</bookmark>
<section id="compatibilitymodefunction">
- <h1 id="N0118"><variable id="compatibilitymodeh1"><link href="text/sbasic/shared/compatibilitymode.xhp" name="CompatibilityMode">CompatibilityMode() Function</link></variable></h1>
+ <h1 id="N0118"><variable id="compatibilitymodeh1"><link href="text/sbasic/shared/compatibilitymode.xhp">CompatibilityMode() Function</link></variable></h1>
<paragraph role="paragraph" id="N0120"><literal>CompatibilityMode()</literal> function controls or queries runtime mode. It affects all code executed after setting or resetting the runtime mode. </paragraph>
</section>
<warning id="N0119">Use this feature with caution, limit it to document conversion for example.</warning>
@@ -35,7 +35,7 @@
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
<paragraph role="paragraph" id="par_id971648117815981"><emph>Enable</emph>: Sets or unsets new compatibility mode when the argument is present.</paragraph>
- <note id="par_id371648123169691"><literal>CompatibilityMode</literal> function relates to <link href="text/sbasic/shared/03103350.xhp#vbasupportstatement" name="VBASupport compiler option">Option VBASupport 1</link>, in which case it always returns <literal>True</literal>. It is unrelated to <link href="text/sbasic/shared/compatible.xhp#compatiblestatement" name="Option Compatible compiler directive">Option Compatible</link> compiler directive.</note>
+ <note id="par_id371648123169691"><literal>CompatibilityMode</literal> function relates to <link href="text/sbasic/shared/03103350.xhp#vbasupportstatement">Option VBASupport 1</link>, in which case it always returns <literal>True</literal>. It is unrelated to <link href="text/sbasic/shared/compatible.xhp#compatiblestatement">Option Compatible</link> compiler directive.</note>
<paragraph role="paragraph" id="N0121">This function may affect or help in the following situations:</paragraph>
<list type="unordered">
@@ -43,7 +43,7 @@
<listitem><paragraph role="listitem" id="N0124">Running <literal>RmDir</literal> command in VBA mode. In VBA only empty directories are removed by <literal>RmDir</literal> while %PRODUCTNAME Basic removes a directory recursively.</paragraph></listitem>
<listitem><paragraph role="listitem" id="N0125">Changing behavior of Basic <literal>Dir</literal> command. The directory flag (16) for the <literal>Dir</literal> command means that only directories are returned in %PRODUCTNAME Basic, while in VBA normal files and directories are returned.</paragraph></listitem>
<listitem>
- <paragraph id="par_id901639929393688" role="listitem">Color components calculation with the <link href="text/sbasic/shared/03010303.xhp" name="linkred"><literal>Red</literal></link> and <link href="text/sbasic/shared/03010301.xhp" name="linkblue"><literal>Blue</literal></link> functions which <emph>are interchanged</emph> (The <link href="text/sbasic/shared/03010302.xhp" name="linkgreen"><literal>Green</literal></link> function is not affected).</paragraph>
+ <paragraph id="par_id901639929393688" role="listitem">Color components calculation with the <link href="text/sbasic/shared/03010303.xhp"><literal>Red</literal></link> and <link href="text/sbasic/shared/03010301.xhp"><literal>Blue</literal></link> functions which <emph>are interchanged</emph> (The <link href="text/sbasic/shared/03010302.xhp"><literal>Green</literal></link> function is not affected).</paragraph>
</listitem>
</list>
diff --git a/source/text/sbasic/shared/compatible.xhp b/source/text/sbasic/shared/compatible.xhp
index 271bd25114..136a53285f 100644
--- a/source/text/sbasic/shared/compatible.xhp
+++ b/source/text/sbasic/shared/compatible.xhp
@@ -20,7 +20,7 @@
</bookmark>
<section id="optioncompatiblestatement">
- <h1 id="N0104"><variable id="compatiblestatement"><link href="text/sbasic/shared/compatible.xhp" name="compatible">Option Compatible Statement</link></variable></h1>
+ <h1 id="N0104"><variable id="compatiblestatement"><link href="text/sbasic/shared/compatible.xhp">Option Compatible Statement</link></variable></h1>
<paragraph role="paragraph" id="N0106"><literal>Option Compatible</literal> extends %PRODUCTNAME Basic compiler and runtime, allowing supplemental language constructs to Basic.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#beforeexecutable"/>
@@ -29,7 +29,7 @@
<listitem><paragraph role="listitem" id="N0108">Allow special characters as identifiers. all characters that are defined as
letter in the Latin-1 (ISO 8859-1) character set, are accepted
as part of identifiers.</paragraph></listitem>
- <listitem><paragraph role="listitem" id="N0109">Create <link href="text/sbasic/shared/03040000.xhp#addvbaconstants" name="addvbaconstants">VBA constants including non-printable characters</link>.</paragraph></listitem>
+ <listitem><paragraph role="listitem" id="N0109">Create <link href="text/sbasic/shared/03040000.xhp#addvbaconstants">VBA constants including non-printable characters</link>.</paragraph></listitem>
<listitem><paragraph role="listitem" id="N0110">Allow the <literal>New</literal> operator to be optional in <literal>Dim</literal> statements.</paragraph></listitem>
<listitem><paragraph role="listitem" id="N0112">Allow default values for optional parameters in procedures.</paragraph></listitem>
<listitem><paragraph role="listitem" id="N0113">Use named arguments when multiple optional parameters exist.</paragraph></listitem>
diff --git a/source/text/sbasic/shared/conventions.xhp b/source/text/sbasic/shared/conventions.xhp
index 974db923a3..f022ebd38e 100644
--- a/source/text/sbasic/shared/conventions.xhp
+++ b/source/text/sbasic/shared/conventions.xhp
@@ -20,7 +20,7 @@
<bookmark_value>Statements syntax;How to read</bookmark_value>
<bookmark_value>Typographical conventions</bookmark_value>
</bookmark>
- <h1 id="hd_id221543446540070"><link href="text/sbasic/shared/conventions.xhp" name="conventions">How to Read Syntax Diagrams and Statements</link></h1>
+ <h1 id="hd_id221543446540070"><link href="text/sbasic/shared/conventions.xhp">How to Read Syntax Diagrams and Statements</link></h1>
<paragraph role="paragraph" id="par_id601593699108443">%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these typographical rules:</paragraph>
<list type="unordered">
<listitem><paragraph id="par_id158193699546735" role="listitem">%PRODUCTNAME Basic keywords or functions use proper casing: Call, DimArray, InputBox, Property.</paragraph></listitem>
diff --git a/source/text/sbasic/shared/doEvents.xhp b/source/text/sbasic/shared/doEvents.xhp
index 4176a62c3e..35c3e31957 100644
--- a/source/text/sbasic/shared/doEvents.xhp
+++ b/source/text/sbasic/shared/doEvents.xhp
@@ -21,7 +21,7 @@
<bookmark_value>DoEvents function</bookmark_value>
</bookmark>
<bookmark id="bm_id341544551916349" xml-lang="en-US" branch="hid/zzzz" localize="false"/>
- <h1 id="hd_id401544551916353"><link href="text/sbasic/shared/doEvents.xhp" name="DoEvents">DoEvents Function</link></h1>
+ <h1 id="hd_id401544551916353"><link href="text/sbasic/shared/doEvents.xhp">DoEvents Function</link></h1>
<paragraph role="paragraph" id="N0091">Transfers control to the operating system during macro execution, so that it can process the events in waiting.</paragraph>
<note id="par_id511668006240908"><literal>DoEvents</literal> provides compatibility with VBA. It always returns 0. Using it in %PRODUCTNAME is not necessary.</note>
</section>
diff --git a/source/text/sbasic/shared/enum.xhp b/source/text/sbasic/shared/enum.xhp
index 5781585ae8..21f9b5c391 100644
--- a/source/text/sbasic/shared/enum.xhp
+++ b/source/text/sbasic/shared/enum.xhp
@@ -21,7 +21,7 @@
<bookmark_value>enumerations</bookmark_value>
</bookmark>
<section id="enumheading">
- <h1 id="hd_id221543446540070"><link href="text/sbasic/shared/enum.xhp" name="command_name">Enum Statement [VBA]</link></h1>
+ <h1 id="hd_id221543446540070"><link href="text/sbasic/shared/enum.xhp">Enum Statement [VBA]</link></h1>
<paragraph role="paragraph" id="N0003">Define enumerations or non UNO constant groups. An enumeration is a value list that facilitates programming and eases code logic review.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
@@ -60,11 +60,11 @@
<paragraph role="bascode" id="N0040" localize="false"> Print .MACINTOSH, .MOTIF, .OPENLOOK, .OS2PM, .W1ND0WS</paragraph>
<paragraph role="bascode" id="N0041" localize="false">End With</paragraph>
</bascode>
- <tip id="par_id731573636687662">Enumerations can be extended to other data types using <link href="text/sbasic/shared/03090413.xhp" name ="Type statement">Type statement</link> definitions. <link href="text/sbasic/guide/basic_2_python.xhp" name ="Calling Python Scripts from Basic">Calling Python Scripts from Basic</link> illustrates that mechanism.</tip>
+ <tip id="par_id731573636687662">Enumerations can be extended to other data types using <link href="text/sbasic/shared/03090413.xhp">Type statement</link> definitions. <link href="text/sbasic/guide/basic_2_python.xhp">Calling Python Scripts from Basic</link> illustrates that mechanism.</tip>
<section id="relatedtopics" >
- <paragraph role="paragraph" id="N0051"><link href="text/sbasic/shared/03100700.xhp" name="const">Const</link> statement, <link href="text/sbasic/shared/01020100.xhp" name ="external">constants</link></paragraph>
- <paragraph role="paragraph" id="N0053"><link href="text/sbasic/shared/03103350.xhp" name="Option VBASupport">Option VBASupport</link> statement</paragraph>
- <paragraph role="paragraph" id="N0061"><link href="text/sbasic/shared/03090411.xhp" name="With">With</link> statement</paragraph>
+ <paragraph role="paragraph" id="N0051"><link href="text/sbasic/shared/03100700.xhp">Const</link> statement, <link href="text/sbasic/shared/01020100.xhp">constants</link></paragraph>
+ <paragraph role="paragraph" id="N0053"><link href="text/sbasic/shared/03103350.xhp">Option VBASupport</link> statement</paragraph>
+ <paragraph role="paragraph" id="N0061"><link href="text/sbasic/shared/03090411.xhp">With</link> statement</paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/sbasic/shared/fragments.xhp b/source/text/sbasic/shared/fragments.xhp
index 9da8abd515..dd5b9dc83f 100644
--- a/source/text/sbasic/shared/fragments.xhp
+++ b/source/text/sbasic/shared/fragments.xhp
@@ -16,12 +16,12 @@
</meta>
<body>
<section id="fragments">
- <h1 id="hd_id541587044867073"><variable id="fragmentsh1"><link href="text/sbasic/shared/fragments.xhp" name="Syntax fragments">Syntax fragments</link></variable></h1>
+ <h1 id="hd_id541587044867073"><variable id="fragmentsh1"><link href="text/sbasic/shared/fragments.xhp">Syntax fragments</link></variable></h1>
<paragraph role="paragraph" id="par_id881587044839050">%PRODUCTNAME Basic syntax fragments.</paragraph>
</section>
<section id="argument">
- <h4 id="hd_id431587045941514"><variable id="argumenth2"><link href="text/sbasic/shared/fragments.xhp" name="arguments in Function, Sub and Property statements"></link>argument fragment</variable></h4>
+ <h4 id="hd_id431587045941514"><variable id="argumenth2"><link href="text/sbasic/shared/fragments.xhp"></link>argument fragment</variable></h4>
<paragraph role="paragraph" id="par_id491585753339474"><image src="media/helpimg/sbasic/argument_fragment.svg" id="img_id4156296484514"><alt xml-lang="en-US" id="alt_id15152796484514">argument fragment</alt></image></paragraph>
<bascode>
<paragraph role="bascode" id="par_id3151084" localize="false">{[Optional [ByRef|ByVal]]|ParamArray} argument {{As typename|char}[ = expression]|[()]As Variant}</paragraph>
@@ -34,12 +34,12 @@
<paragraph role="paragraph" id="par_id651587044336713"><emph>typename</emph>: Primitive data type name. Library or module defined types can also be specified.</paragraph>
<paragraph role="paragraph" id="par_id11587045141290"><emph>= expression</emph>: Specify a default value for the argument, matching its declared type. <literal>Optional</literal> is necessary for each argument specifying a default value.</paragraph>
<paragraph role="paragraph" id="par_id331586091432804"><literal>ParamArray</literal>: Use <literal>ParamArray</literal> when the number of parameters is undetermined. A typical scenario is that of a Calc user-defined function. Using <literal>ParamArray</literal> should be limited to the last argument of a routine.</paragraph>
- <tip id="par_id851587050837107">Using<literal>ParamArray</literal> or <emph>= expression</emph> require <link href="text/sbasic/shared/compatible.xhp" name ="Option Compatible">Option Compatible</link> to be placed before the executable program code in a module.</tip>
- <warning id="par_id391587571321063">When using <link href="text/sbasic/shared/vbasupport.xhp" name ="Option VBASupport">Option VBASupport 1</link>, <literal>Optional</literal> arguments with no default value (<emph>= expression</emph>) are initialized according to their data type, except if <literal>Variant</literal>.</warning>
+ <tip id="par_id851587050837107">Using<literal>ParamArray</literal> or <emph>= expression</emph> require <link href="text/sbasic/shared/compatible.xhp">Option Compatible</link> to be placed before the executable program code in a module.</tip>
+ <warning id="par_id391587571321063">When using <link href="text/sbasic/shared/vbasupport.xhp">Option VBASupport 1</link>, <literal>Optional</literal> arguments with no default value (<emph>= expression</emph>) are initialized according to their data type, except if <literal>Variant</literal>.</warning>
</section>
<section id="array">
- <h4 id="hd_id231587046013456"><variable id="arrayh4"><link href="text/sbasic/shared/fragments.xhp" name="array syntax fragment">array fragment</link></variable></h4>
+ <h4 id="hd_id231587046013456"><variable id="arrayh4"><link href="text/sbasic/shared/fragments.xhp">array fragment</link></variable></h4>
<paragraph role="paragraph" id="par_id491586753339473"><image src="media/helpimg/sbasic/array_fragment.svg" id="img_id4156296484514"><alt xml-lang="en-US" id="alt_id15152796484514">array fragment</alt></image></paragraph>
<bascode>
<paragraph role="bascode" id="par_id3150983" localize="false">( [[start To] end], .. )</paragraph>
diff --git a/source/text/sbasic/shared/is_keyword.xhp b/source/text/sbasic/shared/is_keyword.xhp
index 0724cfe669..bd23546bbf 100644
--- a/source/text/sbasic/shared/is_keyword.xhp
+++ b/source/text/sbasic/shared/is_keyword.xhp
@@ -29,7 +29,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3149205">
<bookmark_value>Is Operator</bookmark_value>
</bookmark>
- <h1 id="hd_id791633472607429"><variable id="IsOperator_h1"><link href="text/sbasic/shared/is_keyword.xhp" name="Is_Operator">Is Operator</link></variable></h1>
+ <h1 id="hd_id791633472607429"><variable id="IsOperator_h1"><link href="text/sbasic/shared/is_keyword.xhp">Is Operator</link></variable></h1>
<paragraph role="paragraph" id="par_id3145090">Tests if two Basic variables refer to the same object instance.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
diff --git a/source/text/sbasic/shared/keys.xhp b/source/text/sbasic/shared/keys.xhp
index 5dfef6e6c6..ba0ecd9456 100644
--- a/source/text/sbasic/shared/keys.xhp
+++ b/source/text/sbasic/shared/keys.xhp
@@ -35,7 +35,7 @@
<bookmark_value>shortcut keys;Basic IDE</bookmark_value>
<bookmark_value>IDE;keyboard shortcuts</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3154760" xml-lang="en-US" level="1"><link href="text/sbasic/shared/keys.xhp" name="Keyboard Shortcuts in the Basic IDE">Keyboard Shortcuts in the Basic IDE</link></paragraph>
+<paragraph role="heading" id="hd_id3154760" xml-lang="en-US" level="1"><link href="text/sbasic/shared/keys.xhp">Keyboard Shortcuts in the Basic IDE</link></paragraph>
</section>
<paragraph role="paragraph" id="par_id3149655" xml-lang="en-US">In the Basic IDE you can use the following keyboard shortcuts:</paragraph>
<table id="tbl_id3153381">
@@ -65,7 +65,7 @@
</tablerow>
<tablerow>
<tablecell colspan="" rowspan="">
-<paragraph role="tablecontent" id="par_id3151073" xml-lang="en-US">Add <link href="text/sbasic/shared/01050100.xhp" name="watch">watch</link> for the variable at the cursor.</paragraph>
+<paragraph role="tablecontent" id="par_id3151073" xml-lang="en-US">Add <link href="text/sbasic/shared/01050100.xhp">watch</link> for the variable at the cursor.</paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
<paragraph role="tablecontent" id="par_id3154731" xml-lang="en-US">F7</paragraph>
@@ -89,7 +89,7 @@
</tablerow>
<tablerow>
<tablecell colspan="" rowspan="">
-<paragraph role="tablecontent" id="par_id3150323" xml-lang="en-US">Set or remove a <link href="text/sbasic/shared/01030300.xhp" name="breakpoint">breakpoint</link> at the current line or all breakpoints in the current selection.</paragraph>
+<paragraph role="tablecontent" id="par_id3150323" xml-lang="en-US">Set or remove a <link href="text/sbasic/shared/01030300.xhp">breakpoint</link> at the current line or all breakpoints in the current selection.</paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
<paragraph role="tablecontent" id="par_id3147339" xml-lang="en-US">F9</paragraph>
diff --git a/source/text/sbasic/shared/main0211.xhp b/source/text/sbasic/shared/main0211.xhp
index ab420627d8..704f4848db 100644
--- a/source/text/sbasic/shared/main0211.xhp
+++ b/source/text/sbasic/shared/main0211.xhp
@@ -33,7 +33,7 @@
<section id="macro">
- <bookmark id="bm_id3150543" branch="index" xml-lang="en-US"><bookmark_value>toolbars; Basic IDE</bookmark_value><bookmark_value>macro toolbar</bookmark_value></bookmark><!-- removed HID HID_BASICIDE_TOOLBOX --><bookmark branch="hid/.uno:MacroBarVisible" xml-lang="en-US" id="bm_id3153539" localize="false"/><paragraph id="hd_id3150543" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/main0211.xhp" name="Macro Toolbar">Macro Toolbar</link></paragraph>
+ <bookmark id="bm_id3150543" branch="index" xml-lang="en-US"><bookmark_value>toolbars; Basic IDE</bookmark_value><bookmark_value>macro toolbar</bookmark_value></bookmark><!-- removed HID HID_BASICIDE_TOOLBOX --><bookmark branch="hid/.uno:MacroBarVisible" xml-lang="en-US" id="bm_id3153539" localize="false"/><paragraph id="hd_id3150543" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/main0211.xhp">Macro Toolbar</link></paragraph>
<paragraph role="paragraph" id="par_id3147288" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:MacroBarVisible">The <emph>Macro Toolbar </emph>contains commands to create, edit, and run macros.</ahelp></paragraph>
</section>
<embed href="text/sbasic/shared/02/11010000.xhp#bibliothek"/>
diff --git a/source/text/sbasic/shared/main0601.xhp b/source/text/sbasic/shared/main0601.xhp
index 523061c6fa..54872964aa 100644
--- a/source/text/sbasic/shared/main0601.xhp
+++ b/source/text/sbasic/shared/main0601.xhp
@@ -29,11 +29,11 @@
<bookmark xml-lang="en-US" branch="hid/HID_GLOBAL_FALLBACK" id="bm_id3143284" localize="false"/>
-<h1 id="hd_id3154232"><variable id="mainsbasic"><link href="text/sbasic/shared/main0601.xhp" name="$[officename] Basic Help">%PRODUCTNAME Basic Help</link></variable></h1>
+<h1 id="hd_id3154232"><variable id="mainsbasic"><link href="text/sbasic/shared/main0601.xhp">%PRODUCTNAME Basic Help</link></variable></h1>
<embed href="text/shared/06/youtubevideos.xhp#whatisit"/>
<section id="basicalt">
-<paragraph id="par_id3153894" role="paragraph" xml-lang="en-US">%PRODUCTNAME provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit <link href="https://api.libreoffice.org/" name="api.libreoffice.org">https://api.libreoffice.org</link></paragraph>
-<paragraph id="par_id3147226" role="paragraph" xml-lang="en-US">This help section explains the most common functions of %PRODUCTNAME Basic. For more in-depth information please refer to the <link href="https://wiki.documentfoundation.org/Documentation/BASIC_Guide" name="wiki.documentfoundation.org BASIC Guide">OpenOffice.org BASIC Programming Guide</link> on the Wiki.</paragraph>
+<paragraph id="par_id3153894" role="paragraph" xml-lang="en-US">%PRODUCTNAME provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit <link href="https://api.libreoffice.org/">https://api.libreoffice.org</link></paragraph>
+<paragraph id="par_id3147226" role="paragraph" xml-lang="en-US">This help section explains the most common functions of %PRODUCTNAME Basic. For more in-depth information please refer to the <link href="https://wiki.documentfoundation.org/Documentation/BASIC_Guide">OpenOffice.org BASIC Programming Guide</link> on the Wiki.</paragraph>
</section>
<paragraph id="hd_id3146957" role="heading" level="3" xml-lang="en-US">Working with %PRODUCTNAME Basic</paragraph>
diff --git a/source/text/sbasic/shared/new_keyword.xhp b/source/text/sbasic/shared/new_keyword.xhp
index c6df340a40..3b51ea11f9 100644
--- a/source/text/sbasic/shared/new_keyword.xhp
+++ b/source/text/sbasic/shared/new_keyword.xhp
@@ -29,7 +29,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3149205">
<bookmark_value>New Operator</bookmark_value>
</bookmark>
- <h1 id="hd_id791633472607429"><variable id="NewOperator_h1"><link href="text/sbasic/shared/new_keyword.xhp" name="New_Operator">New Operator</link></variable></h1>
+ <h1 id="hd_id791633472607429"><variable id="NewOperator_h1"><link href="text/sbasic/shared/new_keyword.xhp">New Operator</link></variable></h1>
<paragraph role="paragraph" id="par_id3145090">Use the <literal>New</literal> operator to instantiate objects of user-defined types, as well as Uno services, structs and enumerations.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
diff --git a/source/text/sbasic/shared/partition.xhp b/source/text/sbasic/shared/partition.xhp
index 617f0d806d..8099f860d1 100644
--- a/source/text/sbasic/shared/partition.xhp
+++ b/source/text/sbasic/shared/partition.xhp
@@ -20,7 +20,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id31548421805896">
<bookmark_value>Partition Function</bookmark_value>
</bookmark>
- <h1 id="hd_id171548419512929"><link href="text/sbasic/shared/partition.xhp" name="Partition function">Partition Function [VBA]</link></h1>
+ <h1 id="hd_id171548419512929"><link href="text/sbasic/shared/partition.xhp">Partition Function [VBA]</link></h1>
<paragraph role="paragraph" id="par_id461548419700445">Returns a string indicating where a number occurs within a calculated series of ranges.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
diff --git a/source/text/sbasic/shared/property.xhp b/source/text/sbasic/shared/property.xhp
index 7a72e417ee..1552b251be 100644
--- a/source/text/sbasic/shared/property.xhp
+++ b/source/text/sbasic/shared/property.xhp
@@ -28,9 +28,9 @@
<bookmark_value>Property statement</bookmark_value>
</bookmark>
- <h1 id="N0182"><variable id="Property_h1"><link href="text/sbasic/shared/Property.xhp" name="Property statement">Property Statement</link></variable></h1>
+ <h1 id="N0182"><variable id="Property_h1"><link href="text/sbasic/shared/Property.xhp">Property Statement</link></variable></h1>
<paragraph role="paragraph" id="N0183">A property, also called field or attribute, characterizes a given object or piece of information. Properties can be used to control access to data. It is common use to include instructions at setting or reading time of properties. Code can vary from simple assignment to complex context dependent routines. Using <emph>Get</emph>, <emph>Let</emph> or <emph>Set</emph> accessors enforces properties&apos; consistency when necessary.</paragraph>
- <warning id="N0184">This statement requires <link href="text/sbasic/shared/compatible.xhp" name ="Option Compatible">Option Compatible</link> to be placed before the executable program code in a module. </warning>
+ <warning id="N0184">This statement requires <link href="text/sbasic/shared/compatible.xhp">Option Compatible</link> to be placed before the executable program code in a module. </warning>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" id="par_id971587473488701">
@@ -115,11 +115,11 @@
<paragraph role="bascode" localize="false" id="N0236">End Property</paragraph>
</bascode>
<section id="relatedtopics" >
- <paragraph role="paragraph" id="par_id181647247913872"><link href="text/sbasic/shared/01010210.xhp" name="Subroutine basics">Subroutines basics</link></paragraph>
+ <paragraph role="paragraph" id="par_id181647247913872"><link href="text/sbasic/shared/01010210.xhp">Subroutines basics</link></paragraph>
<embed href="text/sbasic/shared/01020300.xhp#UsingSubs_h1"/>
<embed href="text/sbasic/shared/03090406.xhp#Function_h1"/>
<embed href="text/sbasic/shared/03090409.xhp#Sub_h1"/>
- <paragraph role="paragraph" id="N0237"><link href="text/sbasic/shared/03090404.xhp" name="End">End</link>, <link href="text/sbasic/shared/03090412.xhp" name="Exit">Exit</link> statements</paragraph>
+ <paragraph role="paragraph" id="N0237"><link href="text/sbasic/shared/03090404.xhp">End</link>, <link href="text/sbasic/shared/03090412.xhp">Exit</link> statements</paragraph>
<embed href="text/sbasic/shared/classmodule.xhp#classmodulestatement"/>
<embed href="text/sbasic/shared/compatible.xhp#compatiblestatement"/>
</section>
diff --git a/source/text/sbasic/shared/replace.xhp b/source/text/sbasic/shared/replace.xhp
index 091a2f0826..b6efd98a1c 100644
--- a/source/text/sbasic/shared/replace.xhp
+++ b/source/text/sbasic/shared/replace.xhp
@@ -20,7 +20,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id721552551162491">
<bookmark_value>Replace function</bookmark_value>
</bookmark>
- <h1 id="hd_id781552551013521"><link href="text/sbasic/shared/replace.xhp" name="Replace Function">Replace Function</link></h1>
+ <h1 id="hd_id781552551013521"><link href="text/sbasic/shared/replace.xhp">Replace Function</link></h1>
<paragraph id="par_id291552551013522" role="paragraph">Replaces some string by another.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/stardesktop.xhp b/source/text/sbasic/shared/stardesktop.xhp
index fec1efd764..ba735eb9d0 100644
--- a/source/text/sbasic/shared/stardesktop.xhp
+++ b/source/text/sbasic/shared/stardesktop.xhp
@@ -22,7 +22,7 @@
<bookmark_value>API; Desktop</bookmark_value>
</bookmark>
<bookmark id="bm_id341544551916349" xml-lang="en-US" branch="hid/zzzz" localize="false"/>
- <h1 id="hd_id401544551916353"><link href="text/sbasic/shared/stardesktop.xhp" name="StarDesktop">StarDesktop object</link></h1>
+ <h1 id="hd_id401544551916353"><link href="text/sbasic/shared/stardesktop.xhp">StarDesktop object</link></h1>
<paragraph role="paragraph" id="N0091">The <literal>StarDesktop</literal> object represents %PRODUCTNAME application. Some routines or user interface objects such as current window can be used via <literal>StarDesktop</literal>.</paragraph>
</section>
<h2 id="N0092">Example:</h2>
diff --git a/source/text/sbasic/shared/strconv.xhp b/source/text/sbasic/shared/strconv.xhp
index e00a005e0f..9f596990e0 100644
--- a/source/text/sbasic/shared/strconv.xhp
+++ b/source/text/sbasic/shared/strconv.xhp
@@ -19,7 +19,7 @@
<bookmark_value>StrConv function</bookmark_value>
</bookmark>
<section id="vbastrconv">
- <h1 id="hd_id791622761498015"><link href="text/sbasic/shared/strconv.xhp" name="StrConv Function">StrConv Function</link></h1>
+ <h1 id="hd_id791622761498015"><link href="text/sbasic/shared/strconv.xhp">StrConv Function</link></h1>
<paragraph id="par_id621622761498018" role="paragraph" xml-lang="en-US"><variable id="variable name">Convert a string as specified by a conversion type.</variable></paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
@@ -84,7 +84,7 @@
<paragraph id="par_id471622764187452" role="tablecontent" localize="false">4</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id881622764192628" role="tablecontent" xml-lang="en-US" >Converts narrow (<link href="text/shared/00/00000005.xhp#halfwidth" name="halfwidth">half-width</link>) characters in <emph>Text</emph> to wide (<link href="text/shared/00/00000005.xhp#halfwidth" name="halfwidth">full-width</link>) characters.</paragraph>
+ <paragraph id="par_id881622764192628" role="tablecontent" xml-lang="en-US" >Converts narrow (<link href="text/shared/00/00000005.xhp#halfwidth">half-width</link>) characters in <emph>Text</emph> to wide (<link href="text/shared/00/00000005.xhp#halfwidth">full-width</link>) characters.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -95,7 +95,7 @@
<paragraph id="par_id31622764454099" role="tablecontent" localize="false">8</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id71622764459352" role="paragraph" xml-lang="en-US">Converts wide (<link href="text/shared/00/00000005.xhp#halfwidth" name="halfwidth">full-width</link>) characters in <emph>Text</emph> to narrow (<link href="text/shared/00/00000005.xhp#halfwidth" name="halfwidth">half-width</link>) characters.</paragraph>
+ <paragraph id="par_id71622764459352" role="paragraph" xml-lang="en-US">Converts wide (<link href="text/shared/00/00000005.xhp#halfwidth">full-width</link>) characters in <emph>Text</emph> to narrow (<link href="text/shared/00/00000005.xhp#halfwidth">half-width</link>) characters.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -144,7 +144,7 @@
</tablerow>
</table>
</section>
-<paragraph role="paragraph" id="par_id761622765118156"><emph>LCID</emph> Optional. The Locale ID in decimal number. If this parameter is omitted, it assumes the system Locale ID. Refer to the file <link href="https://opengrok.libreoffice.org/xref/core/l10ntools/source/ulfconv/msi-encodinglist.txt" name="LCID">msi-encodinglist.txt</link> for the available LCID values.</paragraph>
+<paragraph role="paragraph" id="par_id761622765118156"><emph>LCID</emph> Optional. The Locale ID in decimal number. If this parameter is omitted, it assumes the system Locale ID. Refer to the file <link href="https://opengrok.libreoffice.org/xref/core/l10ntools/source/ulfconv/msi-encodinglist.txt">msi-encodinglist.txt</link> for the available LCID values.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functexample"/>
<bascode>
<paragraph role="bascode" id="par_id321548420503855" xml-lang="en-US" localize="false">Option VBASupport 1</paragraph>
diff --git a/source/text/sbasic/shared/thisdbdoc.xhp b/source/text/sbasic/shared/thisdbdoc.xhp
index 8f4a1c61c8..abaaf7edc6 100644
--- a/source/text/sbasic/shared/thisdbdoc.xhp
+++ b/source/text/sbasic/shared/thisdbdoc.xhp
@@ -21,9 +21,9 @@
<bookmark_value>ThisDatabaseDocument</bookmark_value>
<bookmark_value>API; Database document</bookmark_value>
</bookmark>
- <h1 id="hd_id401544551916353"><link href="text/sbasic/shared/thisdbdoc.xhp" name="ThisDatabaseDocument">ThisDatabaseDocument object</link></h1>
+ <h1 id="hd_id401544551916353"><link href="text/sbasic/shared/thisdbdoc.xhp">ThisDatabaseDocument object</link></h1>
<paragraph role="paragraph" id="N0091"><literal>ThisDatabaseDocument</literal> addresses the active <literal>Base</literal> document whose properties can be read and set, and whose methods can be called.</paragraph>
- <paragraph role="paragraph" id="par_id241622646033201"><literal>ThisDatabaseDocument</literal> returns an object of type <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1sdb_1_1OfficeDatabaseDocument.html" name="XOfficeDatabaseDocument interface">com.sun.star.sdb.XOfficeDatabaseDocument</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id241622646033201"><literal>ThisDatabaseDocument</literal> returns an object of type <link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1sdb_1_1OfficeDatabaseDocument.html">com.sun.star.sdb.XOfficeDatabaseDocument</link>.</paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
@@ -43,9 +43,9 @@
</bascode>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id251622800540402"><link href="text/sbasic/shared/03132200.xhp" name="ThisComponent object">ThisComponent</link> object</paragraph>
- <paragraph role="paragraph" id="par_id101622646874083"><link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1sdb_1_1OfficeDatabaseDocument.html" name="OfficeDatabaseDocument API service">com.sun.star.sdb.OfficeDatabaseDocument</link> API service</paragraph>
- <paragraph role="paragraph" id="par_id581622646875379"><link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1document_1_1OfficeDocument.html" name="OfficeDocument API service">com.sun.star.document.OfficeDocument</link> API service</paragraph>
+ <paragraph role="paragraph" id="par_id251622800540402"><link href="text/sbasic/shared/03132200.xhp">ThisComponent</link> object</paragraph>
+ <paragraph role="paragraph" id="par_id101622646874083"><link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1sdb_1_1OfficeDatabaseDocument.html">com.sun.star.sdb.OfficeDatabaseDocument</link> API service</paragraph>
+ <paragraph role="paragraph" id="par_id581622646875379"><link href="https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1document_1_1OfficeDocument.html">com.sun.star.document.OfficeDocument</link> API service</paragraph>
</section>
</body>
diff --git a/source/text/sbasic/shared/uno_objects.xhp b/source/text/sbasic/shared/uno_objects.xhp
index 61ae8e60da..fa97690409 100644
--- a/source/text/sbasic/shared/uno_objects.xhp
+++ b/source/text/sbasic/shared/uno_objects.xhp
@@ -21,7 +21,7 @@
<bookmark_value>UNO functions</bookmark_value>
</bookmark>
<section id="unoobjects">
- <h1 id="hd_id3156027"><variable id="UnoObjects_h1"><link href="text/sbasic/shared/uno_objects.xhp" name="UnoObjects_help">UNO Objects, Functions and Services</link></variable></h1>
+ <h1 id="hd_id3156027"><variable id="UnoObjects_h1"><link href="text/sbasic/shared/uno_objects.xhp">UNO Objects, Functions and Services</link></variable></h1>
<paragraph role="paragraph" id="par_id3153312" xml-lang="en-US">Functions, objects and services of Unified Network Objects (UNO).</paragraph>
</section>
@@ -33,8 +33,8 @@
<h2 id="hd_id121622648046680">Active document Objects</h2>
<paragraph role="paragraph" id="par_id481622648684689">The following objects can be used from the active document.</paragraph>
- <h2 id="hd_id91572461246639"><link href="text/sbasic/shared/03131900.xhp#basicdialogs" name="basicanddialog">BasicLibraries Object</link></h2>
- <h2 id="hd_id91572461246640"><link href="text/sbasic/shared/03131900.xhp#basicdialogs" name="basicanddialog">DialogLibraries Object</link></h2>
+ <h2 id="hd_id91572461246639"><link href="text/sbasic/shared/03131900.xhp#basicdialogs">BasicLibraries Object</link></h2>
+ <h2 id="hd_id91572461246640"><link href="text/sbasic/shared/03131900.xhp#basicdialogs">DialogLibraries Object</link></h2>
<embed href="text/sbasic/shared/03132200.xhp#thiscomponent"/>
<embed href="text/sbasic/shared/thisdbdoc.xhp#thisdatabasedocument"/>
@@ -50,7 +50,7 @@
<embed href="text/sbasic/shared/03104400.xhp#hasunointerfaces"/>
<embed href="text/sbasic/shared/03104500.xhp#isunostruct"/>
<embed href="text/sbasic/shared/03132400.xhp#createobject"/>
- <note id="par_id81572615048011">%PRODUCTNAME provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit <link href="https://api.libreoffice.org/" name="api.libreoffice.org">https://api.libreoffice.org</link></note>
+ <note id="par_id81572615048011">%PRODUCTNAME provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit <link href="https://api.libreoffice.org/">https://api.libreoffice.org</link></note>
<section id="relatedtopics">
<embed href="text/shared/guide/dev_tools.xhp#DevTools_h1"/>
diff --git a/source/text/scalc/01/01120000.xhp b/source/text/scalc/01/01120000.xhp
index 058adc0fbd..c6da1a179c 100644
--- a/source/text/scalc/01/01120000.xhp
+++ b/source/text/scalc/01/01120000.xhp
@@ -43,7 +43,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:ClosePreview" id="bm_id9368395" localize="false"/>
<paragraph role="paragraph" id="par_id460829" xml-lang="en-US"><ahelp hid="." visibility="hidden">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp></paragraph>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3155829" xml-lang="en-US"><link href="text/scalc/main0210.xhp" name="Page View Object Bar">Page View Object Bar</link></paragraph>
+<paragraph role="paragraph" id="par_id3155829" xml-lang="en-US"><link href="text/scalc/main0210.xhp">Page View Object Bar</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/02110000.xhp b/source/text/scalc/01/02110000.xhp
index f566781ee6..29273ce44d 100644
--- a/source/text/scalc/01/02110000.xhp
+++ b/source/text/scalc/01/02110000.xhp
@@ -35,8 +35,8 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/navigatorpanel/NavigatorPanel" id="bm_id3904654" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/navigatorpanel/@@nowidget@@" id="bm_id3904654" localize="false"/>
-<h1 id="hd_id3150791"><link href="text/scalc/01/02110000.xhp" name="Navigator">Navigator</link></h1>
-<paragraph role="paragraph" id="par_id3156422" xml-lang="en-US"><ahelp hid=".uno:Navigator">Activates and deactivates the Navigator.</ahelp> The Navigator is a <link href="text/shared/00/00000005.xhp#docking" name="dockable window">dockable window</link>.</paragraph>
+<h1 id="hd_id3150791"><link href="text/scalc/01/02110000.xhp">Navigator</link></h1>
+<paragraph role="paragraph" id="par_id3156422" xml-lang="en-US"><ahelp hid=".uno:Navigator">Activates and deactivates the Navigator.</ahelp> The Navigator is a <link href="text/shared/00/00000005.xhp#docking">dockable window</link>.</paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/edit_menu.xhp#navigator"/>
@@ -112,7 +112,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/navigatorpanel/scenarios" id="bm_id3145115" localize="false"/>
<h2 id="hd_id3147244">Scenarios</h2>
-<paragraph role="paragraph" id="par_id3153955" xml-lang="en-US"><ahelp hid="modules/scalc/ui/navigatorpanel/scenarios">Displays all available scenarios. Double-click a name to apply that scenario.</ahelp> The result is shown in the sheet. For more information, choose <link href="text/scalc/01/06050000.xhp" name="Tools - Scenarios"><emph>Tools - Scenarios</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3153955" xml-lang="en-US"><ahelp hid="modules/scalc/ui/navigatorpanel/scenarios">Displays all available scenarios. Double-click a name to apply that scenario.</ahelp> The result is shown in the sheet. For more information, choose <link href="text/scalc/01/06050000.xhp"><emph>Tools - Scenarios</emph></link>.</paragraph>
<table id="tbl_id3147405">
<tablerow>
<tablecell>
diff --git a/source/text/scalc/01/02120000.xhp b/source/text/scalc/01/02120000.xhp
index 53214c2153..bd399d1dc9 100644
--- a/source/text/scalc/01/02120000.xhp
+++ b/source/text/scalc/01/02120000.xhp
@@ -27,10 +27,10 @@
<body>
<section id="headers_footers">
<bookmark xml-lang="en-US" branch="hid/.uno:EditHeaderAndFooter" id="bm_id6105651" localize="false"/>
-<paragraph id="hd_id3145251" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/02120000.xhp" name="Headers &amp; Footers">Headers &amp; Footers</link></paragraph>
+<paragraph id="hd_id3145251" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/02120000.xhp">Headers &amp; Footers</link></paragraph>
<paragraph id="par_id3151073" role="paragraph" xml-lang="en-US"><variable id="kopfundfusszeilentext"><ahelp hid=".">Allows you to define and format headers and footers.</ahelp> </variable></paragraph>
</section>
-<paragraph id="par_id3153415" role="paragraph" xml-lang="en-US">The <emph>Headers/Footers</emph> dialog contains the tabs for defining headers and footers. There will be separate tabs for the left and right page headers and footers if the <emph>Same content left/right</emph> option was not marked in the <link href="text/scalc/01/05070000.xhp" name="Page Style"><emph>Page Style</emph></link> dialog.</paragraph>
+<paragraph id="par_id3153415" role="paragraph" xml-lang="en-US">The <emph>Headers/Footers</emph> dialog contains the tabs for defining headers and footers. There will be separate tabs for the left and right page headers and footers if the <emph>Same content left/right</emph> option was not marked in the <link href="text/scalc/01/05070000.xhp"><emph>Page Style</emph></link> dialog.</paragraph>
<section id="howtoget">
<embed href="text/scalc/00/00000402.xhp#kopffuss"/>
</section>
diff --git a/source/text/scalc/01/02120100.xhp b/source/text/scalc/01/02120100.xhp
index 7ca98d2725..003fd53772 100644
--- a/source/text/scalc/01/02120100.xhp
+++ b/source/text/scalc/01/02120100.xhp
@@ -38,7 +38,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/headerfootercontent/HeaderFooterContent" id="bm_id3156422" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/headerfootercontent/@@nowidget@@" id="bm_id3156422" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3153360" role="heading" level="1"><link href="text/scalc/01/02120100.xhp" name="Header/Footer">Header/Footer</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3153360" role="heading" level="1"><link href="text/scalc/01/02120100.xhp">Header/Footer</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3150768" role="paragraph"><ahelp hid="modules/scalc/ui/headerfootercontent/HeaderFooterContent">Defines or formats a header or footer for a Page Style.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -58,7 +58,7 @@
<paragraph xml-lang="en-US" id="par_idN10815" role="paragraph"><ahelp hid=".">Select a predefined header or footer from the list.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/headerfootercontent/buttonBTN_TEXT" id="bm_id3144766" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3154729" role="heading" level="2">Text attributes</paragraph>
- <paragraph xml-lang="en-US" id="par_id3150717" role="paragraph"><ahelp hid="modules/scalc/ui/headerfootercontent/buttonBTN_TEXT">Opens a dialog to assign formats to new or selected text.</ahelp> The <emph>Text Attributes</emph> dialog contains the tab pages <link href="text/shared/01/05020100.xhp" name="Font"><emph>Font</emph></link>, <link href="text/shared/01/05020200.xhp" name="Font Effects"><emph>Font Effects</emph></link> and <link href="text/shared/01/05020500.xhp" name="Font Position"><emph>Font Position</emph></link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3150717" role="paragraph"><ahelp hid="modules/scalc/ui/headerfootercontent/buttonBTN_TEXT">Opens a dialog to assign formats to new or selected text.</ahelp> The <emph>Text Attributes</emph> dialog contains the tab pages <link href="text/shared/01/05020100.xhp"><emph>Font</emph></link>, <link href="text/shared/01/05020200.xhp"><emph>Font Effects</emph></link> and <link href="text/shared/01/05020500.xhp"><emph>Font Position</emph></link>.</paragraph>
<table id="tbl_id3149018">
<tablerow>
<tablecell>
diff --git a/source/text/scalc/01/02140000.xhp b/source/text/scalc/01/02140000.xhp
index 50893fb3be..010bbb7d15 100644
--- a/source/text/scalc/01/02140000.xhp
+++ b/source/text/scalc/01/02140000.xhp
@@ -32,27 +32,27 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id8473769"><bookmark_value>filling;selection lists</bookmark_value>
<bookmark_value>selection lists;filling cells</bookmark_value>
</bookmark><comment>MW inserted 2 index entries</comment>
-<paragraph xml-lang="en-US" id="hd_id3153876" role="heading" level="1"><link href="text/scalc/01/02140000.xhp" name="Fill">Fill</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3153876" role="heading" level="1"><link href="text/scalc/01/02140000.xhp">Fill</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3156285" role="paragraph"><ahelp hid=".">Automatically fills cells with content.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/scalc/00/00000402.xhp#bausfullen"/>
</section>
- <paragraph xml-lang="en-US" id="par_id3147343" role="note">The $[officename] Calc context menus have <link href="text/scalc/01/02140000.xhp" name="other options">additional options</link> for filling the cells.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3147343" role="note">The $[officename] Calc context menus have <link href="text/scalc/01/02140000.xhp">additional options</link> for filling the cells.</paragraph>
<embed href="text/scalc/01/02140100.xhp#down"/>
<embed href="text/scalc/01/02140200.xhp#right"/>
<embed href="text/scalc/01/02140300.xhp#up"/>
<embed href="text/scalc/01/02140400.xhp#left"/>
- <paragraph xml-lang="en-US" id="hd_id3149207" role="heading" level="2"><link href="text/scalc/01/02140500.xhp" name="Sheet">Sheet</link></paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3149207" role="heading" level="2"><link href="text/scalc/01/02140500.xhp">Sheet</link></paragraph>
<embed href="text/scalc/01/02140500.xhp#tabellenfuellentext"/>
- <paragraph xml-lang="en-US" id="hd_id3155111" role="heading" level="2"><link href="text/scalc/01/02140600.xhp" name="Rows">Series</link></paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3155111" role="heading" level="2"><link href="text/scalc/01/02140600.xhp">Series</link></paragraph>
<embed href="text/scalc/01/02140600.xhp#reihenfuellentext"/>
<paragraph xml-lang="en-US" id="par_id3152994" role="paragraph">
<emph>Filling cells using context menus:</emph>
</paragraph>
<list type="unordered">
<listitem>
- <paragraph xml-lang="en-US" id="par_id3145384" role="listitem">Call the <link href="text/shared/00/00000005.xhp#contextmenu" name="context menu">context menu</link> when positioned in a cell and choose <emph>Selection List</emph>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3145384" role="listitem">Call the <link href="text/shared/00/00000005.xhp#contextmenu">context menu</link> when positioned in a cell and choose <emph>Selection List</emph>.</paragraph>
</listitem>
<listitem>
<bookmark xml-lang="en-US" branch="hid/.uno:DataSelect" id="bm_id4369249" localize="false"/>
diff --git a/source/text/scalc/01/02140100.xhp b/source/text/scalc/01/02140100.xhp
index aef7a17d6a..2ea089ddee 100644
--- a/source/text/scalc/01/02140100.xhp
+++ b/source/text/scalc/01/02140100.xhp
@@ -34,7 +34,7 @@
<section id="down">
<bookmark branch="hid/.uno:FillDown" xml-lang="en-US" id="bm_id3145173" localize="false"/>
-<paragraph id="hd_id3150792" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/02140100.xhp" name="Down">Down</link></paragraph>
+<paragraph id="hd_id3150792" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/02140100.xhp">Down</link></paragraph>
<paragraph role="paragraph" id="par_id3153969" xml-lang="en-US"><ahelp hid=".uno:FillDown" visibility="visible">Fills a selected range of at least two rows with the contents of the top cell of the range.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/02140200.xhp b/source/text/scalc/01/02140200.xhp
index a05a478d37..edbb6de4b0 100644
--- a/source/text/scalc/01/02140200.xhp
+++ b/source/text/scalc/01/02140200.xhp
@@ -34,7 +34,7 @@
<section id="right">
<bookmark branch="hid/.uno:FillRight" xml-lang="en-US" id="bm_id3149456" localize="false"/>
-<paragraph id="hd_id3153896" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/02140200.xhp" name="Right">Right</link></paragraph>
+<paragraph id="hd_id3153896" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/02140200.xhp">Right</link></paragraph>
<paragraph role="paragraph" id="par_id3153361" xml-lang="en-US"><ahelp hid=".uno:FillRight" visibility="visible">Fills a selected range of at least two columns with the contents of the left most cell.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/02140300.xhp b/source/text/scalc/01/02140300.xhp
index a5db87e3e2..44695cdc2c 100644
--- a/source/text/scalc/01/02140300.xhp
+++ b/source/text/scalc/01/02140300.xhp
@@ -34,7 +34,7 @@
<section id="up">
<bookmark branch="hid/.uno:FillUp" xml-lang="en-US" id="bm_id3149456" localize="false"/>
-<paragraph id="hd_id3147264" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/02140300.xhp" name="Up">Up</link></paragraph>
+<paragraph id="hd_id3147264" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/02140300.xhp">Up</link></paragraph>
<paragraph role="paragraph" id="par_id3150793" xml-lang="en-US"><ahelp hid=".uno:FillUp" visibility="visible">Fills a selected range of at least two rows with the contents of the bottom most cell.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/02140400.xhp b/source/text/scalc/01/02140400.xhp
index a96720e8e4..b109492336 100644
--- a/source/text/scalc/01/02140400.xhp
+++ b/source/text/scalc/01/02140400.xhp
@@ -34,7 +34,7 @@
<section id="left">
<bookmark branch="hid/.uno:FillLeft" xml-lang="en-US" id="bm_id3149456" localize="false"/>
-<paragraph id="hd_id3153896" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/02140400.xhp" name="Left">Left</link></paragraph>
+<paragraph id="hd_id3153896" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/02140400.xhp">Left</link></paragraph>
<paragraph role="paragraph" id="par_id3150793" xml-lang="en-US"><ahelp hid=".uno:FillLeft" visibility="visible">Fills a selected range of at least two columns with the contents of the far right cell.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/02140500.xhp b/source/text/scalc/01/02140500.xhp
index c3888d425b..f63102b898 100644
--- a/source/text/scalc/01/02140500.xhp
+++ b/source/text/scalc/01/02140500.xhp
@@ -48,6 +48,6 @@
<paragraph xml-lang="en-US" role="listitem" id="par_id3154942">Click <emph>OK</emph>.</paragraph>
</listitem>
</list>
- <paragraph xml-lang="en-US" role="paragraph" id="par_id3156283">This dialog is similar to the <link href="text/shared/01/02070000.xhp" name="Paste Special"><emph>Paste Special</emph></link> dialog, where you can find additional tips.</paragraph>
+ <paragraph xml-lang="en-US" role="paragraph" id="par_id3156283">This dialog is similar to the <link href="text/shared/01/02070000.xhp"><emph>Paste Special</emph></link> dialog, where you can find additional tips.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/02160000.xhp b/source/text/scalc/01/02160000.xhp
index dd185bef77..828278ad07 100644
--- a/source/text/scalc/01/02160000.xhp
+++ b/source/text/scalc/01/02160000.xhp
@@ -75,7 +75,7 @@
<paragraph xml-lang="en-US" id="par_id3150086" role="paragraph"><ahelp hid=".uno:DeleteColumns">After selecting at least one cell, deletes the entire column from the sheet.</ahelp></paragraph>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id3166424" role="paragraph"><link href="text/scalc/01/02150000.xhp" name="Deleting Contents">Deleting Contents</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3166424" role="paragraph"><link href="text/scalc/01/02150000.xhp">Deleting Contents</link></paragraph>
</section>
</body>
diff --git a/source/text/scalc/01/02190000.xhp b/source/text/scalc/01/02190000.xhp
index 2e42de1b25..e076a34daf 100644
--- a/source/text/scalc/01/02190000.xhp
+++ b/source/text/scalc/01/02190000.xhp
@@ -30,7 +30,7 @@
<section id="del_page_break">
<bookmark xml-lang="en-US" branch="hid/.uno:DelBreakMenu" id="bm_id8417004" localize="false"/>
-<paragraph id="hd_id3150541" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/02190000.xhp" name="Delete Page Break">Delete Page Break</link></paragraph>
+<paragraph id="hd_id3150541" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/02190000.xhp">Delete Page Break</link></paragraph>
<paragraph id="par_id3154365" role="paragraph" xml-lang="en-US"><ahelp hid=".">Choose the type of page break that you want to delete.</ahelp></paragraph>
</section>
diff --git a/source/text/scalc/01/02190100.xhp b/source/text/scalc/01/02190100.xhp
index 7c62fa6021..a5410f226b 100644
--- a/source/text/scalc/01/02190100.xhp
+++ b/source/text/scalc/01/02190100.xhp
@@ -36,7 +36,7 @@
<bookmark_value>row breaks; deleting</bookmark_value>
</bookmark><comment>MW deleted "removing;..." and changed "deleting;...!</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:DeleteRowbreak" id="bm_id6936520" localize="false"/>
-<paragraph role="heading" id="hd_id3156326" xml-lang="en-US" level="1"><link href="text/scalc/01/02190100.xhp" name="Row Break">Row Break</link></paragraph>
+<paragraph role="heading" id="hd_id3156326" xml-lang="en-US" level="1"><link href="text/scalc/01/02190100.xhp">Row Break</link></paragraph>
<paragraph role="paragraph" id="par_id3154366" xml-lang="en-US"><ahelp hid=".uno:DeleteRowbreak">Removes the manual row break above the active cell.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3151041" xml-lang="en-US">Position the cursor in a cell directly below the row break indicated by a horizontal line and choose <emph>Sheet - Delete Page Break - Row Break</emph>. The manual row break is removed.</paragraph>
diff --git a/source/text/scalc/01/02190200.xhp b/source/text/scalc/01/02190200.xhp
index eccab059f9..0b7ed13642 100644
--- a/source/text/scalc/01/02190200.xhp
+++ b/source/text/scalc/01/02190200.xhp
@@ -42,7 +42,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:DeleteColumnbreak" id="bm_id2513425" localize="false"/>
- <paragraph xml-lang="en-US" id="hd_id3151384" role="heading" level="1"><link href="text/scalc/01/02190200.xhp" name="Column Break">Column Break</link></paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3151384" role="heading" level="1"><link href="text/scalc/01/02190200.xhp">Column Break</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3154124" role="paragraph"><ahelp hid=".uno:DeleteColumnbreak">Removes a manual column break to the left of the active cell.</ahelp></paragraph>
</section>
diff --git a/source/text/scalc/01/02200000.xhp b/source/text/scalc/01/02200000.xhp
index a8cb4735b5..83d0bacb08 100644
--- a/source/text/scalc/01/02200000.xhp
+++ b/source/text/scalc/01/02200000.xhp
@@ -31,7 +31,7 @@
<section id="sheet">
<bookmark xml-lang="en-US" branch="hid/.uno:EditSheetMenu" id="bm_id8190862" localize="false"/>
-<paragraph id="hd_id3146794" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/02200000.xhp" name="Sheet">Sheet</link></paragraph>
+<paragraph id="hd_id3146794" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/02200000.xhp">Sheet</link></paragraph>
<paragraph id="par_id3149456" role="paragraph" xml-lang="en-US"><ahelp hid=".">Edit commands for entire sheets.</ahelp></paragraph>
</section>
</body>
diff --git a/source/text/scalc/01/02220000.xhp b/source/text/scalc/01/02220000.xhp
index 7ee9f7e6b3..cba783f834 100644
--- a/source/text/scalc/01/02220000.xhp
+++ b/source/text/scalc/01/02220000.xhp
@@ -27,7 +27,7 @@
<bookmark_value>sheet; search and go to</bookmark_value>
</bookmark>
<section id="sectiongotosheet">
- <h1 id="hd_id3156025"><variable id="GotoSheeth1"><link href="text/scalc/01/02220000.xhp" name="Go to Sheet">Go to Sheet</link></variable></h1>
+ <h1 id="hd_id3156025"><variable id="GotoSheeth1"><link href="text/scalc/01/02220000.xhp">Go to Sheet</link></variable></h1>
<paragraph role="paragraph" id="par_id3147266" xml-lang="en-US"><variable id="gototable"><ahelp hid=".uno:JumpToTable" visibility="visible">Go to a specified sheet.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/03070000.xhp b/source/text/scalc/01/03070000.xhp
index a9ef012f31..451ec69220 100644
--- a/source/text/scalc/01/03070000.xhp
+++ b/source/text/scalc/01/03070000.xhp
@@ -36,7 +36,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:ViewRowColumnHeaders" id="bm_id4366858" localize="false"/>
-<paragraph id="hd_id3156024" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/03070000.xhp" name="Column &amp; Row Headers">Column &amp; Row Headers</link></paragraph>
+<paragraph id="hd_id3156024" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/03070000.xhp">Column &amp; Row Headers</link></paragraph>
<paragraph id="par_id3147230" role="paragraph" xml-lang="en-US"><ahelp hid=".">Shows column headers and row headers.</ahelp></paragraph>
</section>
@@ -51,7 +51,7 @@
<list type="unordered">
<listitem>
- <paragraph id="par_id3156441" role="listitem" xml-lang="en-US">You can also set the view of the column and row headers in <switchinline select="sys"><caseinline select="MAC"><item type="menuitem">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type="menuitem">Tools - Options</item></defaultinline></switchinline> - <link href="text/shared/optionen/01060100.xhp" name="Spreadsheet - View"><emph>%PRODUCTNAME Calc - View</emph></link>.</paragraph>
+ <paragraph id="par_id3156441" role="listitem" xml-lang="en-US">You can also set the view of the column and row headers in <switchinline select="sys"><caseinline select="MAC"><item type="menuitem">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type="menuitem">Tools - Options</item></defaultinline></switchinline> - <link href="text/shared/optionen/01060100.xhp"><emph>%PRODUCTNAME Calc - View</emph></link>.</paragraph>
</listitem></list>
</body>
diff --git a/source/text/scalc/01/03080000.xhp b/source/text/scalc/01/03080000.xhp
index e51a759136..8956912db9 100644
--- a/source/text/scalc/01/03080000.xhp
+++ b/source/text/scalc/01/03080000.xhp
@@ -38,7 +38,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:ViewValueHighlighting" id="bm_id3145068" localize="false"/>
-<paragraph id="hd_id3151384" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/03080000.xhp" name="Value Highlighting">Value Highlighting</link></paragraph>
+<paragraph id="hd_id3151384" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/03080000.xhp">Value Highlighting</link></paragraph>
<paragraph id="par_id3154366" role="paragraph" xml-lang="en-US"><ahelp hid=".">Displays cell contents in different colors, depending on type.</ahelp></paragraph>
</section>
<paragraph id="par_id3125863" role="paragraph" xml-lang="en-US">To remove the highlighting, unmark the menu entry.</paragraph>
diff --git a/source/text/scalc/01/03090000.xhp b/source/text/scalc/01/03090000.xhp
index 1ced423ed1..a7b4c13ea5 100644
--- a/source/text/scalc/01/03090000.xhp
+++ b/source/text/scalc/01/03090000.xhp
@@ -36,7 +36,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:InputLineVisible" id="bm_id268003" localize="false"/>
-<paragraph id="hd_id3147264" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/03090000.xhp" name="Formula Bar">Formula Bar</link></paragraph>
+<paragraph id="hd_id3147264" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/03090000.xhp">Formula Bar</link></paragraph>
<paragraph id="par_id3156423" role="paragraph" xml-lang="en-US"><ahelp hid=".">Shows or hides the Formula Bar, which is used for entering and editing formulas. The Formula Bar is the most important tool when working with spreadsheets.</ahelp></paragraph>
</section>
<paragraph id="par_id3154686" role="paragraph" xml-lang="en-US">To hide the Formula Bar, unmark the menu item.</paragraph>
diff --git a/source/text/scalc/01/03100000.xhp b/source/text/scalc/01/03100000.xhp
index 8228e4b20a..c7feaea92c 100644
--- a/source/text/scalc/01/03100000.xhp
+++ b/source/text/scalc/01/03100000.xhp
@@ -31,7 +31,7 @@
<section id="page_break_view_title">
<bookmark xml-lang="en-US" branch="hid/.uno:PagebreakMode" id="bm_id3465342" localize="false"/>
-<paragraph id="hd_id3151384" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/03100000.xhp" name="Page Break View">Page Break View</link></paragraph>
+<paragraph id="hd_id3151384" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/03100000.xhp">Page Break View</link></paragraph>
<paragraph id="par_id3150792" role="paragraph" xml-lang="en-US"><variable id="page_break_view_text"><ahelp hid=".">Display the page breaks and print ranges in the sheet.</ahelp></variable> Choose <item type="menuitem">View - Normal</item> to switch this mode off.</paragraph>
</section>
diff --git a/source/text/scalc/01/04010000.xhp b/source/text/scalc/01/04010000.xhp
index 00344263a6..ea3759e68a 100644
--- a/source/text/scalc/01/04010000.xhp
+++ b/source/text/scalc/01/04010000.xhp
@@ -36,10 +36,10 @@
<bookmark_value>page breaks; inserting in spreadsheets</bookmark_value>
</bookmark><comment>mw changed "page breaks;..."</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertBreakMenu" id="bm_id2778710" localize="false"/>
-<paragraph role="heading" id="hd_id3153192" xml-lang="en-US" level="1"><link href="text/scalc/01/04010000.xhp" name="Insert Page Break">Insert Page Break</link></paragraph>
+<paragraph role="heading" id="hd_id3153192" xml-lang="en-US" level="1"><link href="text/scalc/01/04010000.xhp">Insert Page Break</link></paragraph>
<paragraph role="paragraph" id="par_id3125864" xml-lang="en-US"><ahelp hid=".">This command inserts manual row or column breaks to ensure that your data prints properly. You can insert a horizontal page break above, or a vertical page break to the left of, the active cell.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3155133" xml-lang="en-US">Choose <link href="text/scalc/01/02190000.xhp" name="Sheet - Delete Page Break">Sheet - Delete Page Break</link> to remove breaks created manually.</paragraph>
+<paragraph role="paragraph" id="par_id3155133" xml-lang="en-US">Choose <link href="text/scalc/01/02190000.xhp">Sheet - Delete Page Break</link> to remove breaks created manually.</paragraph>
<section id="howtoget">
<embed href="text/scalc/00/sheet_menu.xhp#insert_page_break"/>
</section>
diff --git a/source/text/scalc/01/04010100.xhp b/source/text/scalc/01/04010100.xhp
index c6c8824b6a..d5ff3f05f7 100644
--- a/source/text/scalc/01/04010100.xhp
+++ b/source/text/scalc/01/04010100.xhp
@@ -37,7 +37,7 @@
<bookmark_value>manual row breaks</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertRowBreak" id="bm_id3151245" localize="false"/>
-<paragraph role="heading" id="hd_id3153821" xml-lang="en-US" level="1"><link href="text/scalc/01/04010100.xhp" name="Row Break">Row Break</link></paragraph>
+<paragraph role="heading" id="hd_id3153821" xml-lang="en-US" level="1"><link href="text/scalc/01/04010100.xhp">Row Break</link></paragraph>
<paragraph role="paragraph" id="par_id3149656" xml-lang="en-US"><ahelp hid=".uno:InsertRowBreak">Inserts a row break (horizontal page break) above the selected cell.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3156422" xml-lang="en-US">The manual row break is indicated by a dark blue horizontal line.</paragraph>
diff --git a/source/text/scalc/01/04010200.xhp b/source/text/scalc/01/04010200.xhp
index c2f81fbd4d..e680326078 100644
--- a/source/text/scalc/01/04010200.xhp
+++ b/source/text/scalc/01/04010200.xhp
@@ -37,7 +37,7 @@
<bookmark_value>manual column breaks</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertColumnBreak" id="bm_id3148947" localize="false"/>
-<paragraph role="heading" id="hd_id3155923" xml-lang="en-US" level="1"><link href="text/scalc/01/04010200.xhp" name="Column Break">Column Break</link></paragraph>
+<paragraph role="heading" id="hd_id3155923" xml-lang="en-US" level="1"><link href="text/scalc/01/04010200.xhp">Column Break</link></paragraph>
<paragraph role="paragraph" id="par_id3150447" xml-lang="en-US"><ahelp hid=".uno:InsertColumnBreak">Inserts a column break (vertical page break) to the left of the active cell.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3145171" xml-lang="en-US">The manual column break is indicated by a dark blue vertical line.</paragraph>
diff --git a/source/text/scalc/01/04020000.xhp b/source/text/scalc/01/04020000.xhp
index 3d9ccd2dd0..45d80c09dc 100644
--- a/source/text/scalc/01/04020000.xhp
+++ b/source/text/scalc/01/04020000.xhp
@@ -38,7 +38,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/insertcells/@@nowidget@@" id="bm_id3147264" localize="false"/>
<paragraph role="heading" id="hd_id3156023" xml-lang="en-US" level="1"> Insert Cells</paragraph>
<paragraph role="paragraph" id="par_id3150542" xml-lang="en-US"><variable id="zelleneinfuegentext"><ahelp hid=".uno:InsertCell">Opens the<emph> Insert Cells </emph>dialog, in which you can insert new cells according to the options that you specify.</ahelp>
-</variable> You can delete cells by choosing <link href="text/scalc/01/02160000.xhp" name="Edit - Delete Cells"><emph>Edit - Delete Cells</emph></link>.</paragraph>
+</variable> You can delete cells by choosing <link href="text/scalc/01/02160000.xhp"><emph>Edit - Delete Cells</emph></link>.</paragraph>
<section id="howtoget">
<embed href="text/scalc/00/00000404.xhp#insert_cells"/>
</section>
diff --git a/source/text/scalc/01/04030000.xhp b/source/text/scalc/01/04030000.xhp
index 367ad26d49..6772cb7be2 100644
--- a/source/text/scalc/01/04030000.xhp
+++ b/source/text/scalc/01/04030000.xhp
@@ -36,7 +36,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:InsertRowsBefore" id="bm_id4302477" localize="false"/>
-<paragraph id="hd_id3150541" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/04030000.xhp" name="Insert Rows">Insert Rows</link></paragraph>
+<paragraph id="hd_id3150541" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/04030000.xhp">Insert Rows</link></paragraph>
<paragraph id="par_id160220162210581072" role="paragraph" xml-lang="en-US"><variable id="sheet_insert_rows">Insert rows above or below the active cell.</variable> The number of rows inserted corresponds to the number of rows selected. If no row is selected, one row is inserted. The existing rows are moved downward.</paragraph>
<paragraph id="hd_id160220162131439740" role="heading" level="2" xml-lang="en-US">Rows Above</paragraph>
diff --git a/source/text/scalc/01/04040000.xhp b/source/text/scalc/01/04040000.xhp
index f51d1311fc..0a6e280741 100644
--- a/source/text/scalc/01/04040000.xhp
+++ b/source/text/scalc/01/04040000.xhp
@@ -36,7 +36,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:InsertColumnsBefore" id="bm_id601010" localize="false"/>
-<paragraph id="hd_id3155628" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/04040000.xhp" name="Insert Columns">Insert Columns</link></paragraph>
+<paragraph id="hd_id3155628" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/04040000.xhp">Insert Columns</link></paragraph>
<paragraph id="par_id160220162214111932" role="paragraph" xml-lang="en-US"><variable id="sheet_insert_columns">Inserts columns to the left or to the right of the active cell.</variable> The number of columns inserted corresponds to the number of columns selected. If no column is selected, one column is inserted. The existing columns are moved to the right.</paragraph>
<paragraph id="hd_id160220162139258865" role="heading" level="2" xml-lang="en-US">Columns Before</paragraph>
diff --git a/source/text/scalc/01/04060000.xhp b/source/text/scalc/01/04060000.xhp
index 4fad66a05d..91b457e60e 100644
--- a/source/text/scalc/01/04060000.xhp
+++ b/source/text/scalc/01/04060000.xhp
@@ -37,7 +37,7 @@
<bookmark xml-lang="en-US" branch="hid/SC_HID_INSWIN_CALC" id="bm_id3145750" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:FunctionDialog" id="bm_id1185225" localize="false"/>
<section id="function_wizard">
-<h1 id="hd_id3147426"><link href="text/scalc/01/04060000.xhp" name="AutoPilot: Functions">Function</link></h1>
+<h1 id="hd_id3147426"><link href="text/scalc/01/04060000.xhp">Function</link></h1>
<paragraph role="paragraph" id="par_id3145271" xml-lang="en-US"><variable id="funktionsautopilottext"><ahelp hid=".">Opens the <emph>Function Wizard</emph>, which helps you to interactively create formulas.</ahelp></variable></paragraph>
</section>
<paragraph role="paragraph" id="par_id491577286833512">Before you start the Wizard, select a cell or a range of cells from the current sheet, in order to determine the position at which the formula will be inserted.</paragraph>
@@ -54,7 +54,7 @@
<h3 id="hd_id3154730">Category</h3>
<paragraph role="paragraph" id="par_id3153417" xml-lang="en-US"><variable id="kategorienliste"><ahelp hid="formula/ui/functionpage/category">Lists all the categories to which the different functions are assigned. Select a category to view the appropriate functions in the list field below.</ahelp> Select "All" to view all functions in alphabetical order, irrespective of category. "Last Used" lists the functions you have most recently used.
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3149378" xml-lang="en-US">You can browse the full <link href="text/scalc/01/04060100.xhp" name="List of Categories and Functions"><emph>List of Categories and Functions</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3149378" xml-lang="en-US">You can browse the full <link href="text/scalc/01/04060100.xhp"><emph>List of Categories and Functions</emph></link>.</paragraph>
<bookmark xml-lang="en-US" branch="hid/formula/ui/functionpage/function" id="bm_id1185227" localize="false"/>
<h3 id="hd_id3150749">Function</h3>
<paragraph role="paragraph" id="par_id3155445" xml-lang="en-US"><ahelp hid="formula/ui/functionpage/function">Displays the functions found under the selected category. Double-click to select a function.</ahelp> A single-click displays a short function description.</paragraph>
@@ -64,11 +64,11 @@
<paragraph role="paragraph" id="par_id3155959" xml-lang="en-US">The <emph>Array</emph> option is identical to the <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>+Shift+Enter</emph> command, which is used to enter and confirm formulas in the sheet. The formula is inserted as a matrix formula indicated by two braces: <emph>{ }</emph>.</paragraph>
<note id="par_id3152993">The maximum size of an array range is 128 by 128 cells.</note>
<h3 id="hd_id3150367">Argument Input Fields</h3>
-<paragraph role="paragraph" id="par_id3145587" xml-lang="en-US">When you double-click a function, the argument input field(s) appear on the right side of the dialog. To select a cell reference as an argument, click directly into the cell, or drag across the required range on the sheet while holding down the mouse button. You can also enter numerical and other values or references directly into the corresponding fields in the dialog. When using <link href="text/scalc/01/04060102.xhp" name="date entries"><emph>date entries</emph></link>, make sure you use the correct format. Click <emph>OK</emph> to insert the result into the spreadsheet.</paragraph>
+<paragraph role="paragraph" id="par_id3145587" xml-lang="en-US">When you double-click a function, the argument input field(s) appear on the right side of the dialog. To select a cell reference as an argument, click directly into the cell, or drag across the required range on the sheet while holding down the mouse button. You can also enter numerical and other values or references directly into the corresponding fields in the dialog. When using <link href="text/scalc/01/04060102.xhp"><emph>date entries</emph></link>, make sure you use the correct format. Click <emph>OK</emph> to insert the result into the spreadsheet.</paragraph>
<embed href="text/shared/00/00000001.xhp#shrink_maximize"/>
<bookmark xml-lang="en-US" branch="hid/formula/ui/formuladialog/result" id="bm_id1185233" localize="false"/>
<h3 id="hd_id3149408">Function Result</h3>
-<paragraph role="paragraph" id="par_id3155809" xml-lang="en-US">As soon you enter arguments in the function, the result is calculated. This preview informs you if the calculation can be carried out with the arguments given. If the arguments result in an error, the corresponding <link href="text/scalc/05/02140000.xhp" name="error code"><emph>error code</emph></link> is displayed.</paragraph>
+<paragraph role="paragraph" id="par_id3155809" xml-lang="en-US">As soon you enter arguments in the function, the result is calculated. This preview informs you if the calculation can be carried out with the arguments given. If the arguments result in an error, the corresponding <link href="text/scalc/05/02140000.xhp"><emph>error code</emph></link> is displayed.</paragraph>
<paragraph role="paragraph" id="par_id3148700" xml-lang="en-US">The required arguments are indicated by names in bold print.</paragraph>
<bookmark xml-lang="en-US" branch="hid/formula/ui/parameter/FX1" id="bm_id1185230" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/formula/ui/parameter/FX2" id="bm_id1185231" localize="false"/>
diff --git a/source/text/scalc/01/04060100.xhp b/source/text/scalc/01/04060100.xhp
index d5aa76ba55..138ebcd90a 100644
--- a/source/text/scalc/01/04060100.xhp
+++ b/source/text/scalc/01/04060100.xhp
@@ -29,32 +29,32 @@
<bookmark_value>categories of functions</bookmark_value>
<bookmark_value>list of functions</bookmark_value>
</bookmark><comment>MW deleted "Calc functions"</comment>
-<h1 xml-lang="en-US" id="hd_id3154944"><variable id="drking"><link href="text/scalc/01/04060100.xhp" name="Functions by Category">Functions by Category</link></variable></h1>
+<h1 xml-lang="en-US" id="hd_id3154944"><variable id="drking"><link href="text/scalc/01/04060100.xhp">Functions by Category</link></variable></h1>
<paragraph xml-lang="en-US" id="par_id3149378" role="paragraph">This section describes the functions of $[officename] Calc. The various functions are divided into categories in the Function Wizard.</paragraph>
- <h2 xml-lang="en-US" id="hd_id3146972"><link href="text/scalc/01/04060101.xhp" name="Database">Database</link></h2>
+ <h2 xml-lang="en-US" id="hd_id3146972"><link href="text/scalc/01/04060101.xhp">Database</link></h2>
<embed href="text/scalc/01/04060101.xhp#datenbanktext"/>
- <paragraph xml-lang="en-US" id="hd_id3155443" role="heading" level="2"><link href="text/scalc/01/04060102.xhp" name="Date &amp; Time">Date &amp; Time</link></paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3155443" role="heading" level="2"><link href="text/scalc/01/04060102.xhp">Date &amp; Time</link></paragraph>
<embed href="text/scalc/01/04060102.xhp#datumzeittext"/>
- <paragraph xml-lang="en-US" id="hd_id3147339" role="heading" level="2"><link href="text/scalc/01/04060103.xhp" name="Financial">Financial</link></paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3147339" role="heading" level="2"><link href="text/scalc/01/04060103.xhp">Financial</link></paragraph>
<embed href="text/scalc/01/04060103.xhp#finanztext"/>
- <paragraph xml-lang="en-US" id="hd_id3153963" role="heading" level="2"><link href="text/scalc/01/04060104.xhp" name="Information">Information</link></paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3153963" role="heading" level="2"><link href="text/scalc/01/04060104.xhp">Information</link></paragraph>
<embed href="text/scalc/01/04060104.xhp#informationtext"/>
- <h2 xml-lang="en-US" id="hd_id3146316"><link href="text/scalc/01/04060105.xhp" name="Logical">Logical</link></h2>
+ <h2 xml-lang="en-US" id="hd_id3146316"><link href="text/scalc/01/04060105.xhp">Logical</link></h2>
<embed href="text/scalc/01/04060105.xhp#logicaltext"/>
- <paragraph xml-lang="en-US" id="hd_id3148485" role="heading" level="2"><link href="text/scalc/01/04060106.xhp" name="Mathematical">Mathematical</link></paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3148485" role="heading" level="2"><link href="text/scalc/01/04060106.xhp">Mathematical</link></paragraph>
<embed href="text/scalc/01/04060106.xhp#mathematiktext"/>
- <paragraph xml-lang="en-US" id="hd_id3150363" role="heading" level="2"><link href="text/scalc/01/04060107.xhp" name="Matrix">Array</link></paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3150363" role="heading" level="2"><link href="text/scalc/01/04060107.xhp">Array</link></paragraph>
<embed href="text/scalc/01/04060107.xhp#matrixtext"/>
- <paragraph xml-lang="en-US" id="hd_id3150208" role="heading" level="2"><link href="text/scalc/01/04060108.xhp" name="Statistical">Statistical</link></paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3150208" role="heading" level="2"><link href="text/scalc/01/04060108.xhp">Statistical</link></paragraph>
<embed href="text/scalc/01/04060108.xhp#statistiktext"/>
- <paragraph xml-lang="en-US" id="hd_id3166428" role="heading" level="2"><link href="text/scalc/01/04060109.xhp" name="Spreadsheet">Spreadsheet</link></paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3166428" role="heading" level="2"><link href="text/scalc/01/04060109.xhp">Spreadsheet</link></paragraph>
<embed href="text/scalc/01/04060109.xhp#tabelletext"/>
- <paragraph xml-lang="en-US" id="hd_id3145585" role="heading" level="2"><link href="text/scalc/01/04060110.xhp" name="Text">Text</link></paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3145585" role="heading" level="2"><link href="text/scalc/01/04060110.xhp">Text</link></paragraph>
<embed href="text/scalc/01/04060110.xhp#texttext"/>
- <paragraph xml-lang="en-US" id="hd_id3156449" role="heading" level="2"><link href="text/scalc/01/04060111.xhp" name="Add-in">Add-in</link></paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3156449" role="heading" level="2"><link href="text/scalc/01/04060111.xhp">Add-in</link></paragraph>
<embed href="text/scalc/01/04060111.xhp#addintext"/>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id3150715" role="paragraph"><link href="text/scalc/01/04060199.xhp" name="Operators">Operators</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3150715" role="paragraph"><link href="text/scalc/01/04060199.xhp">Operators</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/04060101.xhp b/source/text/scalc/01/04060101.xhp
index 543c76bed5..3e460b4e69 100644
--- a/source/text/scalc/01/04060101.xhp
+++ b/source/text/scalc/01/04060101.xhp
@@ -96,12 +96,12 @@
<paragraph role="paragraph" id="par_id541615892358897">Search criteria are entered into the cells of the second and subsequent rows of the <emph>SearchCriteria</emph> area, below the row containing headings. Blank cells within the <emph>SearchCriteria</emph> area are ignored.</paragraph>
<paragraph role="paragraph" id="par_id151615892882441">Create criteria in the cells of the <emph>SearchCriteria</emph> area using the comparison operators &lt;, &lt;=, =, &lt;&gt;, &gt;=, and &gt;. = is assumed if a cell is not empty but does not start with a comparison operator.</paragraph>
<paragraph role="paragraph" id="par_id561615893059337">If you write several criteria in one row, they are connected by AND. If you write several criteria in different rows, they are connected by OR.</paragraph>
- <paragraph role="paragraph" id="par_id401615893095178">Criteria can be created using wildcards, providing that wildcards have been enabled via the <menuitem>Enable wildcards in formulas</menuitem> option on the <link href="text/shared/optionen/01060500.xhp" name="Spreadsheet - Calculate"><switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - Calculate</menuitem></link> dialog. When interoperability with Microsoft Excel is important for your spreadsheet, this option should be enabled.</paragraph>
- <paragraph role="paragraph" id="par_id921615893158111">Even more powerful criteria can be created using regular expressions, providing that regular expressions have been enabled via the <menuitem>Enable regular expressions in formulas</menuitem> option on the <link href="text/shared/optionen/01060500.xhp" name="Spreadsheet - Calculate"><switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - Calculate</menuitem></link> dialog.</paragraph>
+ <paragraph role="paragraph" id="par_id401615893095178">Criteria can be created using wildcards, providing that wildcards have been enabled via the <menuitem>Enable wildcards in formulas</menuitem> option on the <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> dialog. When interoperability with Microsoft Excel is important for your spreadsheet, this option should be enabled.</paragraph>
+ <paragraph role="paragraph" id="par_id921615893158111">Even more powerful criteria can be created using regular expressions, providing that regular expressions have been enabled via the <menuitem>Enable regular expressions in formulas</menuitem> option on the <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> dialog.</paragraph>
<embed href="text/shared/00/00000001.xhp#regexnumex"/>
- <paragraph role="paragraph" id="par_id881615893236930">Another setting that affects how the search criteria are handled is the <menuitem>Search criteria = and &lt;&gt; must apply to whole cells</menuitem> option on the <link href="text/shared/optionen/01060500.xhp" name="Spreadsheet - Calculate"><switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - Calculate</menuitem></link> dialog. This option controls whether the search criteria you set for the Database functions must match the whole cell exactly. When interoperability with Microsoft Excel is important for your spreadsheet, this option should be enabled.</paragraph>
+ <paragraph role="paragraph" id="par_id881615893236930">Another setting that affects how the search criteria are handled is the <menuitem>Search criteria = and &lt;&gt; must apply to whole cells</menuitem> option on the <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> dialog. This option controls whether the search criteria you set for the Database functions must match the whole cell exactly. When interoperability with Microsoft Excel is important for your spreadsheet, this option should be enabled.</paragraph>
<h3 id="hd_id3150329">Examples of Database Function Use</h3>
<paragraph xml-lang="en-US" id="par_id3153713" role="paragraph">The following table provides an example database table that is utilized to demonstrate how to use the functions in the Database category. The cell range A1:E10 contains fictitious information about the guests invited to Joe's birthday party. The following information is given for each guest - name, school grade, age in years, distance to school in meters, and weight in kilograms.</paragraph>
@@ -713,7 +713,7 @@
</tablerow>
</table>
- <paragraph role="paragraph" id="par_id91616253394127">This simple example shows the use of wildcards. For this example to work as intended, select to enable wildcards at <link href="text/shared/optionen/01060500.xhp" name="Spreadsheet - Calculate"><switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - Calculate</menuitem></link>. With the above example database table and this search criteria area, insert the formula <item type="input">=DCOUNT(A1:E10;;A12:A13)</item> into an empty cell elsewhere in the sheet to count how many of Joe’s guests have names that begin with the letter “F”. The value 1 is returned (counting Frank).</paragraph>
+ <paragraph role="paragraph" id="par_id91616253394127">This simple example shows the use of wildcards. For this example to work as intended, select to enable wildcards at <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>. With the above example database table and this search criteria area, insert the formula <item type="input">=DCOUNT(A1:E10;;A12:A13)</item> into an empty cell elsewhere in the sheet to count how many of Joe’s guests have names that begin with the letter “F”. The value 1 is returned (counting Frank).</paragraph>
<h4 id="hd_id121616253593255">Example 6</h4>
@@ -786,7 +786,7 @@
</tablerow>
</table>
- <paragraph role="paragraph" id="par_id631616253692350">This simple example shows the use of regular expressions. For this example to work as intended, select to enable regular expressions at <link href="text/shared/optionen/01060500.xhp" name="Spreadsheet - Calculate"><switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - Calculate</menuitem></link>. With the above example database table and this search criteria area, insert the formula <item type="input">=DCOUNT(A1:E10;;A12:A13)</item> into an empty cell elsewhere in the sheet to count how many of Joe’s guests have names that begin with the letters “A”, “B”, or “C”. The value 3 is returned (counting Andy, Betty, and Charles).</paragraph>
+ <paragraph role="paragraph" id="par_id631616253692350">This simple example shows the use of regular expressions. For this example to work as intended, select to enable regular expressions at <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>. With the above example database table and this search criteria area, insert the formula <item type="input">=DCOUNT(A1:E10;;A12:A13)</item> into an empty cell elsewhere in the sheet to count how many of Joe’s guests have names that begin with the letters “A”, “B”, or “C”. The value 3 is returned (counting Andy, Betty, and Charles).</paragraph>
<sort order="asc" descendant="h2">
<section id="Section1">
diff --git a/source/text/scalc/01/04060103.xhp b/source/text/scalc/01/04060103.xhp
index 0de3bb2d8c..056e0b3526 100644
--- a/source/text/scalc/01/04060103.xhp
+++ b/source/text/scalc/01/04060103.xhp
@@ -694,7 +694,7 @@
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_IKV" id="bm_id3148419" localize="false"/>
<h2 id="hd_id3153948">IRR</h2>
<paragraph xml-lang="en-US" id="par_id3143282" role="paragraph"><ahelp hid="HID_FUNC_IKV">Calculates the internal rate of return for an investment.</ahelp> The values represent cash flow values at regular intervals, at least one value must be negative (payments), and at least one value must be positive (income).</paragraph>
- <paragraph id="par_idN10E621" role="paragraph" xml-lang="en-US">If the payments take place at irregular intervals, use the <link href="text/scalc/01/04060118.xhp#xirr" name="XIRR">XIRR</link> function.</paragraph>
+ <paragraph id="par_idN10E621" role="paragraph" xml-lang="en-US">If the payments take place at irregular intervals, use the <link href="text/scalc/01/04060118.xhp#xirr">XIRR</link> function.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
<paragraph xml-lang="en-US" id="par_id3155427" role="code">IRR(Values [; Guess])</paragraph>
<paragraph xml-lang="en-US" id="par_id3144758" role="paragraph">
@@ -704,7 +704,7 @@
<embed href="text/scalc/01/common_func.xhp#datenumbersequencenote"/>
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph xml-lang="en-US" id="par_id3150630" role="paragraph">Under the assumption that cell contents are A1=<item type="input">-10000</item>, A2=<item type="input">3500</item>, A3=<item type="input">7600</item> and A4=<item type="input">1000</item>, the formula <item type="input">=IRR(A1:A4)</item> gives a result of 11,33%.</paragraph>
- <warning id="par_id461513468030965">Because of the iterative method used, it is possible for IRR to fail and return <link href="text/scalc/05/02140000.xhp" name="Error 523">Error 523</link>, with "Error: Calculation does not converge" in the status bar. In that case, try another value for Guess.</warning>
+ <warning id="par_id461513468030965">Because of the iterative method used, it is possible for IRR to fail and return <link href="text/scalc/05/02140000.xhp">Error 523</link>, with "Error: Calculation does not converge" in the status bar. In that case, try another value for Guess.</warning>
</section>
<section id="ispmt">
<bookmark xml-lang="en-US" branch="index" id="bm_id3151012"><bookmark_value>calculating; interests for unchanged amortization installments</bookmark_value>
@@ -730,8 +730,8 @@
<item type="input">=ISPMT(1%;18;24;120000)</item> = -300 currency units. The monthly interest after 1.5 years amounts to 300 currency units.</paragraph>
</section>
</sort>
-<paragraph xml-lang="en-US" id="par_id3146812" role="paragraph"><link href="text/scalc/01/04060119.xhp" name="Forward to Financial Functions Part Two">Financial Functions Part Two</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3154411" role="paragraph"><link href="text/scalc/01/04060118.xhp" name="Forward to Financial Functions Part Three">Financial Functions Part Three</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id3146812" role="paragraph"><link href="text/scalc/01/04060119.xhp">Financial Functions Part Two</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154411" role="paragraph"><link href="text/scalc/01/04060118.xhp">Financial Functions Part Three</link></paragraph>
<embed href="text/scalc/01/04060100.xhp#drking"/>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/04060106.xhp b/source/text/scalc/01/04060106.xhp
index 8ff3017000..17ddd9643c 100644
--- a/source/text/scalc/01/04060106.xhp
+++ b/source/text/scalc/01/04060106.xhp
@@ -35,8 +35,8 @@
</bookmark>
-<h1 id="hd_id3147124"><variable id="math_functions_h1"><link href="text/scalc/01/04060106.xhp" name="math_link">Mathematical Functions</link></variable></h1>
-<paragraph id="par_id3154943" role="paragraph" xml-lang="en-US"><variable id="mathematiktext">This category contains the <emph>Mathematical</emph> functions for Calc.</variable> To open the <emph>Function Wizard</emph>, choose <link href="text/scalc/01/04060000.xhp" name="Insert - Function"><emph>Insert - Function</emph></link>.</paragraph>
+<h1 id="hd_id3147124"><variable id="math_functions_h1"><link href="text/scalc/01/04060106.xhp">Mathematical Functions</link></variable></h1>
+<paragraph id="par_id3154943" role="paragraph" xml-lang="en-US"><variable id="mathematiktext">This category contains the <emph>Mathematical</emph> functions for Calc.</variable> To open the <emph>Function Wizard</emph>, choose <link href="text/scalc/01/04060000.xhp"><emph>Insert - Function</emph></link>.</paragraph>
<sort order="asc" descendant="h2">
<section id="Section1">
<bookmark xml-lang="en-US" branch="index" id="bm_id3146944">
@@ -607,7 +607,7 @@
</section>
<section id="trunc">
- <h2 id="hd_id561641930400206"><link href="text/scalc/01/func_trunc.xhp" name="trunc_link">TRUNC</link></h2>
+ <h2 id="hd_id561641930400206"><link href="text/scalc/01/func_trunc.xhp">TRUNC</link></h2>
<embed href="text/scalc/01/func_trunc.xhp#trunc_desc"/>
</section>
@@ -744,7 +744,7 @@
<paragraph id="par_id3144370" role="paragraph" xml-lang="en-US"><emph>Coefficients</emph> is a series of coefficients. For each coefficient the series sum is extended by one section.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph role="paragraph" id="par_id431635251540138"><input>=SERIESSUM(A1; 0; 1; {1; 2; 3})</input> calculates the value of 1+2x+3x<sup>2</sup>, where x is the value in cell A1. If A1 contains 1, the formula returns 6; if A1 contains 2, the formula returns 17; if A1 contains 3, the formula returns 34; and so on.</paragraph>
-<tip id="par_id881635251427220">Refer to the <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/SERIESSUM" name="SERIESSUM_Wiki">SERIESSUM</link> wiki page for more details about this function.</tip>
+<tip id="par_id881635251427220">Refer to the <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/SERIESSUM">SERIESSUM</link> wiki page for more details about this function.</tip>
</section>
<section id="Section26">
@@ -873,7 +873,7 @@
</section>
<section id="rounddown">
- <h2 id="hd_id561641930400105"><link href="text/scalc/01/func_rounddown.xhp" name="rounddown_link">ROUNDDOWN</link></h2>
+ <h2 id="hd_id561641930400105"><link href="text/scalc/01/func_rounddown.xhp">ROUNDDOWN</link></h2>
<embed href="text/scalc/01/func_trunc.xhp#trunc_desc"/>
</section>
@@ -1350,7 +1350,7 @@
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph id="par_id090820090213112" role="paragraph" xml-lang="en-US"><item type="input">=CONVERT_OOO(100;"ATS";"EUR")</item> returns the euro value of 100 Austrian schillings.</paragraph>
<paragraph id="par_id0908200902475431" role="paragraph" xml-lang="en-US"><input>=CONVERT_OOO(100;"EUR";"DEM")</input> converts 100 euros into German marks.</paragraph>
-<tip id="par_id251631901851101">Refer to the <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/CONVERT_OOO" name="CONVERT_OOO Wiki">CONVERT_OOO</link> wiki page for more details about this function.</tip>
+<tip id="par_id251631901851101">Refer to the <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/CONVERT_OOO">CONVERT_OOO</link> wiki page for more details about this function.</tip>
</section>
<section id="Section10">
@@ -1487,7 +1487,7 @@
<paragraph role="paragraph" id="par_id391590240473510"><ahelp hid="HID_FUNC_RANDBETWEEN_NV">Returns an non-volatile integer random number in a specified range.</ahelp></paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
<paragraph role="code" id="par_id181590240522012">RANDBETWEEN.NV(Bottom; Top)</paragraph>
-<paragraph role="paragraph" id="par_id91590242400917">Returns an non-volatile integer random number between integers <emph>Bottom</emph> and <emph>Top</emph> (both inclusive). A non-volatile function is not recalculated at new input events or pressing <keycode>F9</keycode>. However, the function is recalculated when pressing <keycode>F9</keycode> with the cursor on the cell containing the function, when opening the file, when using the <link href="text/scalc/01/recalculate_hard.xhp" name="recalculate hard"><menuitem>Recalculate Hard</menuitem></link> command (<keycode>Shift</keycode>+<switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>F9</keycode>) and when <emph>Top</emph> or <emph>Bottom</emph> are recalculated.</paragraph>
+<paragraph role="paragraph" id="par_id91590242400917">Returns an non-volatile integer random number between integers <emph>Bottom</emph> and <emph>Top</emph> (both inclusive). A non-volatile function is not recalculated at new input events or pressing <keycode>F9</keycode>. However, the function is recalculated when pressing <keycode>F9</keycode> with the cursor on the cell containing the function, when opening the file, when using the <link href="text/scalc/01/recalculate_hard.xhp"><menuitem>Recalculate Hard</menuitem></link> command (<keycode>Shift</keycode>+<switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>F9</keycode>) and when <emph>Top</emph> or <emph>Bottom</emph> are recalculated.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph role="paragraph" id="par_id151590240999839"><input>=RANDBETWEEN.NV(20;30)</input> returns a non-volatile integer between 20 and 30.</paragraph>
<paragraph role="paragraph" id="par_id1001590241005601"><input>=RANDBETWEEN.NV(A1;30)</input> returns a non-volatile integer between the value of cell A1 and 30. The function is recalculated when the contents of cell A1 change.</paragraph>
@@ -1536,7 +1536,7 @@
<paragraph role="paragraph" id="par_id101590238875834"><ahelp hid="HID_FUNC_RAND_NV">Returns a non-volatile random number between 0 and 1.</ahelp></paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
<paragraph role="code" id="par_id391590238945182">RAND.NV()</paragraph>
-<paragraph role="paragraph" id="par_id271590239748534">This function produces a non-volatile random number on input. A non-volatile function is not recalculated at new input events. The function does not recalculate when pressing <keycode>F9</keycode>, except when the cursor is on the cell containing the function or using the <link href="text/scalc/01/recalculate_hard.xhp" name="recalculate hard"><menuitem>Recalculate Hard</menuitem></link> command (<keycode>Shift</keycode>+<switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>F9</keycode>). The function is recalculated when opening the file.</paragraph>
+<paragraph role="paragraph" id="par_id271590239748534">This function produces a non-volatile random number on input. A non-volatile function is not recalculated at new input events. The function does not recalculate when pressing <keycode>F9</keycode>, except when the cursor is on the cell containing the function or using the <link href="text/scalc/01/recalculate_hard.xhp"><menuitem>Recalculate Hard</menuitem></link> command (<keycode>Shift</keycode>+<switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>F9</keycode>). The function is recalculated when opening the file.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph role="paragraph" id="par_id191590241215013"><input>=RAND.NV()</input> returns a non-volatile random number between 0 and 1.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectiontechinfo"/>
diff --git a/source/text/scalc/01/04060107.xhp b/source/text/scalc/01/04060107.xhp
index dad50459e3..08eabd6926 100644
--- a/source/text/scalc/01/04060107.xhp
+++ b/source/text/scalc/01/04060107.xhp
@@ -43,7 +43,7 @@
<bookmark_value>forced array handling</bookmark_value>
</bookmark>
<comment>mw deleted "creating;"</comment>
-<h1 id="hd_id3147273"><variable id="arrayfunctit"><link href="text/scalc/01/04060107.xhp" name="array functions">Array Functions</link></variable></h1>
+<h1 id="hd_id3147273"><variable id="arrayfunctit"><link href="text/scalc/01/04060107.xhp">Array Functions</link></variable></h1>
<paragraph id="par_id3154744" role="paragraph" xml-lang="en-US"><variable id="matrixtext">This category contains the array functions.</variable></paragraph>
<h2 id="hd_id3146084">What is an Array?</h2>
<paragraph id="par_id3154298" role="paragraph" xml-lang="en-US"><variable id="wasmatrix">An array is a linked range of cells on a spreadsheet containing values.</variable> A square range of 3 rows and 3 columns is a 3 x 3 array:</paragraph>
@@ -124,7 +124,7 @@
<paragraph id="par_id3149156" role="paragraph" xml-lang="en-US">In addition to multiplication, you can also use other operators on the reference range (an array). With $[officename] Calc, you can add (+), subtract (-), multiply (*), divide (/), use exponents (^), concatenation (&amp;) and comparisons (=, &lt;&gt;, &lt;, &gt;, &lt;=, &gt;=). The operators can be used on each individual value in the cell range and return the result as an array if the array formula was entered.</paragraph>
<paragraph id="par_id3166456" role="paragraph" xml-lang="en-US">Comparison operators in an array formula treat empty cells in the same way as in a normal formula, that is, either as zero or as an empty string. For example, if cells A1 and A2 are empty the array formulas <item type="input">{=A1:A2=""}</item> and <item type="input">{=A1:A2=0}</item> will both return a 1 column 2 row array of cells containing TRUE.</paragraph>
<h3 id="hd_id3150713">When do you use array formulas?</h3>
- <paragraph id="par_id3149787" role="paragraph" xml-lang="en-US">Use array formulas if you have to repeat calculations using different values. If you decide to change the calculation method later, you only have to update the array formula. To add an array formula, select the entire array range and then <link href="text/scalc/01/04060107.xhp" name="make the required change to the array formula">make the required change to the array formula</link>.</paragraph>
+ <paragraph id="par_id3149787" role="paragraph" xml-lang="en-US">Use array formulas if you have to repeat calculations using different values. If you decide to change the calculation method later, you only have to update the array formula. To add an array formula, select the entire array range and then <link href="text/scalc/01/04060107.xhp">make the required change to the array formula</link>.</paragraph>
<paragraph id="par_id3149798" role="paragraph" xml-lang="en-US">Array formulas are also a space saving option when several values must be calculated, since they are not very memory-intensive. In addition, arrays are an essential tool for carrying out complex calculations, because you can have several cell ranges included in your calculations. $[officename] has different math functions for arrays, such as the MMULT function for multiplying two arrays or the SUMPRODUCT function for calculating the scalar products of two arrays.</paragraph>
<h2 id="hd_id3155588">Using Array Formulas in $[officename] Calc</h2>
<h3 id="hd_id651668200191409">Implicit intersection of array formulas</h3>
@@ -181,7 +181,7 @@
<paragraph id="par_id681633516103267" role="listitem">Select the cell range or array containing the array formula. To select the whole array, position the cell cursor inside the array range, then press <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> + <keycode>/</keycode>, where <keycode>/</keycode> is the division key on the numeric keypad.</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id61633516164519" role="listitem">Press <keycode>Delete</keycode> to delete the array contents, including the array formula, or press <keycode>Backspace</keycode> and this brings up the <link href="text/scalc/01/02150000.xhp" name="delete contents">Delete Contents</link> dialog box. Select <emph>Formula</emph> or <emph>Delete All</emph> and click <emph>OK</emph>.</paragraph>
+ <paragraph id="par_id61633516164519" role="listitem">Press <keycode>Delete</keycode> to delete the array contents, including the array formula, or press <keycode>Backspace</keycode> and this brings up the <link href="text/scalc/01/02150000.xhp">Delete Contents</link> dialog box. Select <emph>Formula</emph> or <emph>Delete All</emph> and click <emph>OK</emph>.</paragraph>
</listitem>
</list>
diff --git a/source/text/scalc/01/04060108.xhp b/source/text/scalc/01/04060108.xhp
index 4246cc6be4..89fab68807 100644
--- a/source/text/scalc/01/04060108.xhp
+++ b/source/text/scalc/01/04060108.xhp
@@ -31,7 +31,7 @@
<bookmark_value>Function Wizard; statistics</bookmark_value>
<bookmark_value>functions; statistics functions</bookmark_value>
</bookmark>
-<h1 id="hd_id3153018"><variable id="head_statistic"><link href="text/scalc/01/04060108.xhp" name="Statistics Functions">Statistics Functions</link></variable></h1>
+<h1 id="hd_id3153018"><variable id="head_statistic"><link href="text/scalc/01/04060108.xhp">Statistics Functions</link></variable></h1>
<paragraph role="paragraph" id="par_id3157874" xml-lang="en-US"><variable id="statistiktext">This category contains the <emph>Statistics</emph> functions.
</variable></paragraph>
<section id="howtoget">
diff --git a/source/text/scalc/01/04060109.xhp b/source/text/scalc/01/04060109.xhp
index 99e061ae0c..77d68eddb8 100644
--- a/source/text/scalc/01/04060109.xhp
+++ b/source/text/scalc/01/04060109.xhp
@@ -157,7 +157,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_FEHLERTYP" id="bm_id3153000" localize="false"/>
<h2 id="hd_id3153114">ERRORTYPE</h2>
- <paragraph xml-lang="en-US" id="par_id3148568" role="paragraph"><ahelp hid="HID_FUNC_FEHLERTYP">Returns the number corresponding to an <link href="text/scalc/05/02140000.xhp" name="error value">error value</link> occurring in a different cell.</ahelp> With the aid of this number, you can generate an error message text.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3148568" role="paragraph"><ahelp hid="HID_FUNC_FEHLERTYP">Returns the number corresponding to an <link href="text/scalc/05/02140000.xhp">error value</link> occurring in a different cell.</ahelp> With the aid of this number, you can generate an error message text.</paragraph>
<embed href="text/shared/00/00000001.xhp#wahr"/>
<note id="par_id3149877">The Status Bar displays the predefined error code from <item type="productname">%PRODUCTNAME</item> if you click the cell containing the error.</note>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
@@ -232,7 +232,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_SPALTE" id="bm_id3156378" localize="false"/>
<h2 id="hd_id3154818">COLUMN</h2>
- <paragraph xml-lang="en-US" id="par_id3149711" role="paragraph"><ahelp hid="HID_FUNC_SPALTE">Returns the column number of a cell reference.</ahelp> If the reference is a cell the column number of the cell is returned; if the parameter is a cell area, the corresponding column numbers are returned in a single-row <link href="text/scalc/01/04060107.xhp#wasmatrix" name="array">array</link> if the formula is entered <link href="text/scalc/01/04060107.xhp#creating_array_formulas" name="as an array formula">as an array formula</link>. If the COLUMN function with an area reference parameter is not used for an array formula, only the column number of the first cell within the area is determined.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3149711" role="paragraph"><ahelp hid="HID_FUNC_SPALTE">Returns the column number of a cell reference.</ahelp> If the reference is a cell the column number of the cell is returned; if the parameter is a cell area, the corresponding column numbers are returned in a single-row <link href="text/scalc/01/04060107.xhp#wasmatrix">array</link> if the formula is entered <link href="text/scalc/01/04060107.xhp#creating_array_formulas">as an array formula</link>. If the COLUMN function with an area reference parameter is not used for an array formula, only the column number of the first cell within the area is determined.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
<paragraph xml-lang="en-US" id="par_id3149447" role="code">COLUMN([Reference])</paragraph>
<paragraph xml-lang="en-US" id="par_id3156310" role="paragraph">
@@ -394,7 +394,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_VERWEIS" id="bm_id3152877" localize="false"/>
<h2 id="hd_id3159273">LOOKUP</h2>
- <paragraph xml-lang="en-US" id="par_id3153389" role="paragraph"><ahelp hid="HID_FUNC_VERWEIS">Returns the contents of a cell either from a one-row or one-column range.</ahelp> Optionally, the assigned value (of the same index) is returned in a different column and row. As opposed to <link href="text/scalc/01/04060109.xhp#Section9" name="VLOOKUP">VLOOKUP</link> and <link href="text/scalc/01/04060109.xhp#Section17" name="HLOOKUP">HLOOKUP</link>, search and result vector may be at different positions; they do not have to be adjacent. Additionally, the search vector for the LOOKUP must be sorted ascending, otherwise the search will not return any usable results.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3153389" role="paragraph"><ahelp hid="HID_FUNC_VERWEIS">Returns the contents of a cell either from a one-row or one-column range.</ahelp> Optionally, the assigned value (of the same index) is returned in a different column and row. As opposed to <link href="text/scalc/01/04060109.xhp#Section9">VLOOKUP</link> and <link href="text/scalc/01/04060109.xhp#Section17">HLOOKUP</link>, search and result vector may be at different positions; they do not have to be adjacent. Additionally, the search vector for the LOOKUP must be sorted ascending, otherwise the search will not return any usable results.</paragraph>
<note id="par_id4484084">If LOOKUP cannot find the search criterion, it matches the largest value in the search vector that is less than or equal to the search criterion.</note>
<embed href="text/shared/00/00000001.xhp#regex"/>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
@@ -464,7 +464,7 @@
<embed href="text/shared/00/00000001.xhp#regex"/>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
<paragraph xml-lang="en-US" id="par_id3146070" role="code">HLOOKUP(Lookup; Array; Index [; SortedRangeLookup])</paragraph>
- <paragraph xml-lang="en-US" id="par_id3148672" role="paragraph">For an explanation on the parameters, see: <link href="text/scalc/01/04060109.xhp#Section9" name="VLOOKUP">VLOOKUP</link> (columns and rows are exchanged)</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3148672" role="paragraph">For an explanation on the parameters, see: <link href="text/scalc/01/04060109.xhp#Section9">VLOOKUP</link> (columns and rows are exchanged)</paragraph>
<embed href="text/scalc/05/empty_cells.xhp#empty_cells"/>
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph role="paragraph" id="par_id141612447324913">Suppose we have built a small database table occupying the cell range A1:DO4 and containing basic information about 118 chemical elements. The first column contains the row headings “Element”, “Symbol”, “Atomic Number”, and “Relative Atomic Mass”. Subsequent columns contain the relevant information for each of the elements, ordered left to right by atomic number. For example, cells B1:B4 contain “Hydrogen”, “H”, “1” and “1.008”, while cells DO1:DO4 contain “Oganesson”, “Og”, “118”, and “294”.</paragraph>
@@ -594,7 +594,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_ZEILE" id="bm_id3147333" localize="false"/>
<h2 id="hd_id3147321">ROW</h2>
- <paragraph xml-lang="en-US" id="par_id3154564" role="paragraph"><ahelp hid="HID_FUNC_ZEILE">Returns the row number of a cell reference.</ahelp> If the reference is a cell, it returns the row number of the cell. If the reference is a cell range, it returns the corresponding row numbers in a one-column <link href="text/scalc/01/04060107.xhp#wasmatrix" name="Array">Array</link> if the formula is entered <link href="text/scalc/01/04060107.xhp#creating_array_formulas" name="as an array formula">as an array formula</link>. If the ROW function with a range reference is not used in an array formula, only the row number of the first range cell will be returned.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154564" role="paragraph"><ahelp hid="HID_FUNC_ZEILE">Returns the row number of a cell reference.</ahelp> If the reference is a cell, it returns the row number of the cell. If the reference is a cell range, it returns the corresponding row numbers in a one-column <link href="text/scalc/01/04060107.xhp#wasmatrix">Array</link> if the formula is entered <link href="text/scalc/01/04060107.xhp#creating_array_formulas">as an array formula</link>. If the ROW function with a range reference is not used in an array formula, only the row number of the first range cell will be returned.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
<paragraph xml-lang="en-US" id="par_id3154916" role="code">ROW([Reference])</paragraph>
<paragraph xml-lang="en-US" id="par_id3156336" role="paragraph">
diff --git a/source/text/scalc/01/04060110.xhp b/source/text/scalc/01/04060110.xhp
index 1d63e12398..20bff1be7c 100644
--- a/source/text/scalc/01/04060110.xhp
+++ b/source/text/scalc/01/04060110.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<h1 id="hd_id3145389"><variable id="head_text"><link href="text/scalc/01/04060110.xhp" name="Text Functions">Text Functions</link></variable></h1>
+<h1 id="hd_id3145389"><variable id="head_text"><link href="text/scalc/01/04060110.xhp">Text Functions</link></variable></h1>
<paragraph id="par_id3152986" role="paragraph" xml-lang="en-US"><variable id="texttext">This section contains descriptions of the <emph>Text</emph> functions. </variable></paragraph>
<section id="howtoget">
@@ -107,7 +107,7 @@
<bookmark_value>decimal system; converting to</bookmark_value>
</bookmark>
<h2 id="hd_id3153072">BASE</h2>
-<paragraph id="par_id3153289" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_BASIS">Converts a positive integer to a specified base into a text from the <link href="text/shared/00/00000005.xhp#number_system" name="numbering system">numbering system</link>.</ahelp> The digits 0-9 and the letters A-Z are used.</paragraph>
+<paragraph id="par_id3153289" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_BASIS">Converts a positive integer to a specified base into a text from the <link href="text/shared/00/00000005.xhp#number_system">numbering system</link>.</ahelp> The digits 0-9 and the letters A-Z are used.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
<paragraph id="par_id3155743" role="code" xml-lang="en-US">BASE(Number; Radix [; MinimumLength])</paragraph>
@@ -129,7 +129,7 @@
<paragraph id="par_id3145226" role="paragraph" xml-lang="en-US"> <item type="input">=BASE(255;16;4)</item> returns 00FF in the hexadecimal system.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionseealso"/>
-<paragraph role="paragraph" id="par_id991655560817321"><link href="text/scalc/01/04060110.xhp#decimal" name="decimal">DECIMAL</link></paragraph>
+<paragraph role="paragraph" id="par_id991655560817321"><link href="text/scalc/01/04060110.xhp#decimal">DECIMAL</link></paragraph>
</section>
<section id="char">
@@ -213,7 +213,7 @@
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_DEZIMAL" id="bm_id3150338" localize="false"/>
<h2 id="hd_id3145166">DECIMAL</h2>
-<paragraph id="par_id3156361" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_DEZIMAL">Converts text that represents a number in a <link href="text/shared/00/00000005.xhp#number_system" name="numeral system">numeral system</link> with the given base radix to a positive integer.</ahelp> The radix must be in the range 2 to 36. Spaces and tabs are ignored. The <emph>Text</emph> field is not case-sensitive.</paragraph>
+<paragraph id="par_id3156361" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_DEZIMAL">Converts text that represents a number in a <link href="text/shared/00/00000005.xhp#number_system">numeral system</link> with the given base radix to a positive integer.</ahelp> The radix must be in the range 2 to 36. Spaces and tabs are ignored. The <emph>Text</emph> field is not case-sensitive.</paragraph>
<paragraph id="par_id3157994" role="paragraph" xml-lang="en-US">If the radix is 16, a leading x or X or 0x or 0X, and an appended h or H, are disregarded. If the radix is 2, an appended b or B is disregarded. Other characters that do not belong to the numeral system generate an error.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
@@ -226,7 +226,7 @@
<paragraph id="par_id3155622" role="paragraph" xml-lang="en-US"> <item type="input">=DECIMAL("FACE";16)</item> returns 64206.</paragraph>
<paragraph id="par_id3151015" role="paragraph" xml-lang="en-US"> <item type="input">=DECIMAL("0101";2)</item> returns 5.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionseealso"/>
-<paragraph role="paragraph" id="par_id421655560837244"><link href="text/scalc/01/04060110.xhp#base" name="base">BASE</link></paragraph>
+<paragraph role="paragraph" id="par_id421655560837244"><link href="text/scalc/01/04060110.xhp#base">BASE</link></paragraph>
</section>
<section id="dollar">
@@ -237,7 +237,7 @@
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_DM" id="bm_id3149532" localize="false"/>
<h2 id="hd_id3148402">DOLLAR</h2>
-<paragraph id="par_id3153049" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_DM">Converts a number to a string representing the amount in the currency format, rounded to a specified decimal places, using the decimal separator that corresponds to the <link href="text/shared/optionen/01140000.xhp" name="current locale setting">current locale setting</link>.</ahelp> In the <item type="literal">Value</item> field enter the number to be converted. Optionally, you may enter the number of decimal places in the <item type="literal">Decimals</item> field. If no value is specified, all numbers in currency format will be displayed with two decimal places.</paragraph>
+<paragraph id="par_id3153049" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_DM">Converts a number to a string representing the amount in the currency format, rounded to a specified decimal places, using the decimal separator that corresponds to the <link href="text/shared/optionen/01140000.xhp">current locale setting</link>.</ahelp> In the <item type="literal">Value</item> field enter the number to be converted. Optionally, you may enter the number of decimal places in the <item type="literal">Decimals</item> field. If no value is specified, all numbers in currency format will be displayed with two decimal places.</paragraph>
<paragraph id="par_id3151280" role="paragraph" xml-lang="en-US">You set the currency format in your system settings.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
@@ -302,9 +302,9 @@
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
<paragraph id="par_id3147567" role="code" xml-lang="en-US">FIXED(Number; [Decimals = 2 [; NoThousandsSeparators = FALSE]])</paragraph>
-<paragraph id="par_id3151272" role="paragraph" xml-lang="en-US"> <emph>Number</emph> is rounded to <literal>Decimals</literal> places (after the decimal separator) and the result formatted as text, using <link href="text/shared/optionen/01140000.xhp" name="current locale setting">locale-specific settings</link>.</paragraph>
+<paragraph id="par_id3151272" role="paragraph" xml-lang="en-US"> <emph>Number</emph> is rounded to <literal>Decimals</literal> places (after the decimal separator) and the result formatted as text, using <link href="text/shared/optionen/01140000.xhp">locale-specific settings</link>.</paragraph>
<paragraph id="par_id3156322" role="paragraph" xml-lang="en-US"> <emph>Decimals</emph> (optional) refers to the number of decimal places to be displayed. If <literal>Decimals</literal> is negative, <literal>Number</literal> is rounded to ABS(<literal>Decimals</literal>) places to the left from the decimal point. If <literal>Decimals</literal> is a fraction, it is truncated actually ignoring what is the closest integer.</paragraph>
-<paragraph id="par_id3150877" role="paragraph" xml-lang="en-US"> <emph>NoThousandsSeparators</emph> (optional) determines whether the thousands separator is used. If it is <literal>TRUE</literal> or non-zero, then group separators are omitted from the resulting string. If the parameter is equal to 0 or if it is missing altogether, the thousands separators of your <link href="text/shared/optionen/01140000.xhp" name="current locale setting">current locale setting</link> are displayed.</paragraph>
+<paragraph id="par_id3150877" role="paragraph" xml-lang="en-US"> <emph>NoThousandsSeparators</emph> (optional) determines whether the thousands separator is used. If it is <literal>TRUE</literal> or non-zero, then group separators are omitted from the resulting string. If the parameter is equal to 0 or if it is missing altogether, the thousands separators of your <link href="text/shared/optionen/01140000.xhp">current locale setting</link> are displayed.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph id="par_id3145208" role="paragraph" xml-lang="en-US"> <item type="input">=FIXED(1234567.89;3)</item> returns 1,234,567.890 as a text string. </paragraph>
@@ -345,7 +345,7 @@
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_LEFTB" id="bm_id2954645" localize="false"/>
-<h2 id="hd_id2947083"><variable id="leftbvar"><link href="text/scalc/01/04060110.xhp#leftb" name="LEFTB">LEFTB</link></variable></h2>
+<h2 id="hd_id2947083"><variable id="leftbvar"><link href="text/scalc/01/04060110.xhp#leftb">LEFTB</link></variable></h2>
<paragraph id="par_id2953622" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_LEFTB">Returns the first characters of a DBCS text.</ahelp></paragraph>
<embed href="text/scalc/00/avail_release.xhp#4.2"/>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
@@ -387,7 +387,7 @@
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_LENB" id="bm_id2954050" localize="false"/>
-<h2 id="hd_id2956110"><variable id="lenbvar"><link href="text/scalc/01/04060110.xhp#lenb" name="LENB">LENB</link></variable></h2>
+<h2 id="hd_id2956110"><variable id="lenbvar"><link href="text/scalc/01/04060110.xhp#lenb">LENB</link></variable></h2>
<paragraph id="par_id2950147" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_LENB">For double-byte character set (DBCS) languages, returns the number of bytes used to represent the characters in a text string.</ahelp></paragraph>
<embed href="text/scalc/00/avail_release.xhp#4.2"/>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
@@ -447,7 +447,7 @@
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_MIDB" id="bm_id2955392" localize="false"/>
-<h2 id="hd_id2954589"><variable id="midbvar"><link href="text/scalc/01/04060110.xhp#midb" name="MIDB">MIDB</link></variable></h2>
+<h2 id="hd_id2954589"><variable id="midbvar"><link href="text/scalc/01/04060110.xhp#midb">MIDB</link></variable></h2>
<paragraph id="par_id2954938" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_MIDB">Returns a text string of a DBCS text. The parameters specify the starting position and the number of characters.</ahelp></paragraph>
<embed href="text/scalc/00/avail_release.xhp#4.2"/>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
@@ -500,7 +500,7 @@
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_ERSETZEN" id="bm_id3149990" localize="false"/>
<h2 id="hd_id3149171">REPLACE</h2>
-<paragraph id="par_id3148925" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_ERSETZEN">Replaces part of a text string with a different text string.</ahelp> This function can be used to replace both characters and numbers (which are automatically converted to text). The result of the function is always displayed as text. If you intend to perform further calculations with a number which has been replaced by text, you will need to convert it back to a number using the <link href="text/scalc/01/04060110.xhp" name="VALUE">VALUE</link> function.</paragraph>
+<paragraph id="par_id3148925" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_ERSETZEN">Replaces part of a text string with a different text string.</ahelp> This function can be used to replace both characters and numbers (which are automatically converted to text). The result of the function is always displayed as text. If you intend to perform further calculations with a number which has been replaced by text, you will need to convert it back to a number using the <link href="text/scalc/01/04060110.xhp">VALUE</link> function.</paragraph>
<paragraph id="par_id3158426" role="paragraph" xml-lang="en-US">Any text containing numbers must be enclosed in quotation marks if you do not want it to be interpreted as a number and automatically converted to text.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
@@ -532,7 +532,7 @@
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph id="par_id3148626" role="paragraph" xml-lang="en-US"> <item type="input">=REPT("Good morning";2)</item> returns Good morningGood morning.</paragraph>
-<tip id="par_id381626381556310">Refer to the <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/REPT" name="REPT_Wiki">REPT</link> wiki page for more details about this function.</tip></section>
+<tip id="par_id381626381556310">Refer to the <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/REPT">REPT</link> wiki page for more details about this function.</tip></section>
<section id="right">
<bookmark xml-lang="en-US" branch="index" id="bm_id3149805">
@@ -560,7 +560,7 @@
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_RIGHTB" id="bm_id2954602" localize="false"/>
-<h2 id="hd_id2949805"><variable id="rightbvar"><link href="text/scalc/01/04060110.xhp#rightb" name="RIGHTB">RIGHTB</link></variable></h2>
+<h2 id="hd_id2949805"><variable id="rightbvar"><link href="text/scalc/01/04060110.xhp#rightb">RIGHTB</link></variable></h2>
<paragraph id="par_id2945375" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_RIGHTB">Returns the last character or characters of a text with double bytes characters sets (DBCS).</ahelp></paragraph>
<embed href="text/scalc/00/avail_release.xhp#4.2"/>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
@@ -661,7 +661,7 @@
<paragraph id="par_id3674123" role="paragraph" xml-lang="en-US"> <item type="input">=TEXT(12.34567;"000.00")</item> returns the text 012.35</paragraph>
<paragraph id="par_id3674124" role="paragraph" xml-lang="en-US"> <item type="input">=TEXT("xyz";"=== @ ===")</item> returns the text === xyz ===</paragraph>
-<tip id="par_id3145364">See also <link href="text/shared/01/05020301.xhp" name="Number format codes">Number format codes</link>: custom format codes defined by the user.</tip>
+<tip id="par_id3145364">See also <link href="text/shared/01/05020301.xhp">Number format codes</link>: custom format codes defined by the user.</tip>
</section>
<section id="trim">
diff --git a/source/text/scalc/01/04060111.xhp b/source/text/scalc/01/04060111.xhp
index d50288c05a..89b70e5710 100644
--- a/source/text/scalc/01/04060111.xhp
+++ b/source/text/scalc/01/04060111.xhp
@@ -30,7 +30,7 @@
<bookmark_value>functions; add-in functions</bookmark_value>
<bookmark_value>Function Wizard; add-ins</bookmark_value>
</bookmark>
-<h1 id="hd_id3150870"><variable id="head_addin"><link href="text/scalc/01/04060111.xhp" name="Add-in Functions">Add-in Functions</link></variable></h1>
+<h1 id="hd_id3150870"><variable id="head_addin"><link href="text/scalc/01/04060111.xhp">Add-in Functions</link></variable></h1>
<paragraph role="paragraph" id="par_id3147427" xml-lang="en-US"><variable id="addintext">The following describes and lists some of the available add-in functions.
</variable></paragraph>
<paragraph role="paragraph" id="par_id3163713" xml-lang="en-US"><link href="text/scalc/01/04060112.xhp#addinconcept">Add-in concept</link></paragraph>
@@ -113,7 +113,7 @@
<embed href="text/scalc/01/common_func.xhp#sectiontechinfo"/>
<embed href="text/scalc/01/common_func.xhp#notODFF"/>
<paragraph role="paragraph" id="par_id314640873986703" localize="false"><literal>ORG.OPENOFFICE.ROT13</literal></paragraph>
-<tip id="par_id221626469509161">Refer to the <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/ROT13" name="ROT13_Wiki">ROT13</link> wiki page for more details about this function.</tip>
+<tip id="par_id221626469509161">Refer to the <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/ROT13">ROT13</link> wiki page for more details about this function.</tip>
</section>
<section id="daysinyear">
<bookmark xml-lang="en-US" branch="index" id="bm_id3151300"><bookmark_value>DAYSINYEAR function</bookmark_value>
@@ -196,7 +196,7 @@
</section>
</sort>
<h2 id="hd_id3157901">Add-ins through %PRODUCTNAME API</h2>
-<paragraph role="paragraph" id="par_id3149351" xml-lang="en-US">Add-ins can also be implemented through the %PRODUCTNAME <link href="https://api.libreoffice.org/" name="api.libreoffice.org">API</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3149351" xml-lang="en-US">Add-ins can also be implemented through the %PRODUCTNAME <link href="https://api.libreoffice.org/">API</link>.</paragraph>
<section id="relatedtopics">
<embed href="text/scalc/01/04060100.xhp#drking"/>
</section>
diff --git a/source/text/scalc/01/04060112.xhp b/source/text/scalc/01/04060112.xhp
index 5a80424b38..42cfa5ec52 100644
--- a/source/text/scalc/01/04060112.xhp
+++ b/source/text/scalc/01/04060112.xhp
@@ -34,7 +34,7 @@
<bookmark_value>add-ins; for programming</bookmark_value>
</bookmark><comment>mw made "external..." a one level entry and deleted one "functions;..." entry</comment>
<h1 id="hd_id3151076">Add-in for Programming in $[officename] Calc</h1>
-<warning id="par_id3147001">The method of extending Calc by Add-Ins that is described in the following is outdated. The interfaces are still valid and supported, to ensure compatibility with existing Add-Ins, but for programming new Add-Ins you should use the new <link href="text/shared/guide/integratinguno.xhp" name="API functions">API functions</link>.</warning>
+<warning id="par_id3147001">The method of extending Calc by Add-Ins that is described in the following is outdated. The interfaces are still valid and supported, to ensure compatibility with existing Add-Ins, but for programming new Add-Ins you should use the new <link href="text/shared/guide/integratinguno.xhp">API functions</link>.</warning>
<paragraph role="paragraph" id="par_id3150361" xml-lang="en-US">$[officename] Calc can be expanded by Add-Ins, which are external programming modules providing additional functions for working with spreadsheets. These are listed in the <emph>Function Wizard</emph> in the <emph>Add-In</emph> category. If you would like to program an Add-In yourself, you can learn here which functions must be exported by the <switchinline select="sys"><caseinline select="UNIX">shared library
</caseinline><defaultinline>external DLL</defaultinline></switchinline> so that the Add-In can be successfully attached.</paragraph>
<paragraph role="paragraph" id="par_id3149211" xml-lang="en-US">$[officename] searches the Add-in folder defined in the configuration for a suitable <switchinline select="sys"><caseinline select="UNIX">shared library
@@ -46,7 +46,7 @@
</section>
<h3 id="hd_id3152890">Functions of <switchinline select="sys"><caseinline select="UNIX">Shared Library
</caseinline><defaultinline>AddIn DLL</defaultinline></switchinline></h3>
-<paragraph role="paragraph" id="par_id3148837" xml-lang="en-US">At a minimum, the administrative functions <link href="text/scalc/01/04060112.xhp" name="GetFunctionCount">GetFunctionCount</link> and <link href="text/scalc/01/04060112.xhp" name="GetFunctionData">GetFunctionData</link> must exist. Using these, the functions as well as parameter types and return values can be determined. As return values, the Double and String types are supported. As parameters, additionally the cell areas <link href="text/scalc/01/04060112.xhp" name="Double Array">Double Array</link>, <link href="text/scalc/01/04060112.xhp" name="String Array">String Array</link>, and <link href="text/scalc/01/04060112.xhp" name="Cell Array">Cell Array</link> are supported.</paragraph>
+<paragraph role="paragraph" id="par_id3148837" xml-lang="en-US">At a minimum, the administrative functions <link href="text/scalc/01/04060112.xhp">GetFunctionCount</link> and <link href="text/scalc/01/04060112.xhp">GetFunctionData</link> must exist. Using these, the functions as well as parameter types and return values can be determined. As return values, the Double and String types are supported. As parameters, additionally the cell areas <link href="text/scalc/01/04060112.xhp">Double Array</link>, <link href="text/scalc/01/04060112.xhp">String Array</link>, and <link href="text/scalc/01/04060112.xhp">Cell Array</link> are supported.</paragraph>
<paragraph role="paragraph" id="par_id3148604" xml-lang="en-US">Parameters are passed using references. Therefore, a change of these values is basically possible. However, this is not supported in $[officename] Calc because it does not make sense within spreadsheets.</paragraph>
<paragraph role="paragraph" id="par_id3150112" xml-lang="en-US">Libraries can be reloaded during runtime and their contents can be analyzed by the administrative functions. For each function, information is available about count and type of parameters, internal and external function names and an administrative number.</paragraph>
<paragraph role="paragraph" id="par_id3155269" xml-lang="en-US">The functions are called synchronously and return their results immediately. Real time functions (asynchronous functions) are also possible; however, they are not explained in detail because of their complexity.</paragraph>
@@ -115,9 +115,9 @@
</caseinline><defaultinline>DLL</defaultinline></switchinline> functions, the following applies:</paragraph>
<paragraph role="paragraph" id="par_id3157876" xml-lang="en-US" localize="false"><literal>void CALLTYPE fn(out, in1, in2, ...)</literal></paragraph>
<paragraph role="paragraph" id="par_id3147616" xml-lang="en-US"><emph>Output</emph>: Resulting value</paragraph>
-<paragraph role="paragraph" id="par_id3159119" xml-lang="en-US"><emph>Input</emph>: Any number of types (double&amp;, char*, double*, char**, Cell area), where the <link href="text/scalc/01/04060112.xhp" name="Cell area">Cell area</link> is an array of types double array, string array, or cell array.</paragraph>
+<paragraph role="paragraph" id="par_id3159119" xml-lang="en-US"><emph>Input</emph>: Any number of types (double&amp;, char*, double*, char**, Cell area), where the <link href="text/scalc/01/04060112.xhp">Cell area</link> is an array of types double array, string array, or cell array.</paragraph>
<h3 id="hd_id3150653">GetFunctionCount()</h3>
-<paragraph role="paragraph" id="par_id3152981" xml-lang="en-US">Returns the number of functions without the management functions of the reference parameter. Each function has a unique number between 0 and nCount-1. This number will be needed for the <link href="text/scalc/01/04060112.xhp" name="GetFunctionData">GetFunctionData</link> and <link href="text/scalc/01/04060112.xhp" name="GetParameterDescription">GetParameterDescription</link> functions later.</paragraph>
+<paragraph role="paragraph" id="par_id3152981" xml-lang="en-US">Returns the number of functions without the management functions of the reference parameter. Each function has a unique number between 0 and nCount-1. This number will be needed for the <link href="text/scalc/01/04060112.xhp">GetFunctionData</link> and <link href="text/scalc/01/04060112.xhp">GetParameterDescription</link> functions later.</paragraph>
<paragraph role="paragraph" id="par_id3150742" xml-lang="en-US">
<emph>Syntax</emph>
</paragraph>
diff --git a/source/text/scalc/01/04060115.xhp b/source/text/scalc/01/04060115.xhp
index f62e4d2a26..132158c5b4 100644
--- a/source/text/scalc/01/04060115.xhp
+++ b/source/text/scalc/01/04060115.xhp
@@ -32,8 +32,8 @@
<bookmark_value>analysis functions</bookmark_value>
</bookmark>
-<h1 id="hd_id3152871"><variable id="head_addin_analysis_one"><link href="text/scalc/01/04060115.xhp" name="Add-in Functions, List of Analysis Functions Part One">Add-in Functions, List of Analysis Functions Part One</link></variable></h1>
-<note id="par_id961592361784406">The Add-in functions are supplied by the <link href="text/sbasic/shared/calc_functions.xhp" name="addinanalysis">UNO <literal>com.sun.star.sheet.addin.Analysis</literal> service</link>.</note>
+<h1 id="hd_id3152871"><variable id="head_addin_analysis_one"><link href="text/scalc/01/04060115.xhp">Add-in Functions, List of Analysis Functions Part One</link></variable></h1>
+<note id="par_id961592361784406">The Add-in functions are supplied by the <link href="text/sbasic/shared/calc_functions.xhp">UNO <literal>com.sun.star.sheet.addin.Analysis</literal> service</link>.</note>
<section id="howtoget">
<embed href="text/scalc/00/00000404.xhp#addinana"/>
</section>
diff --git a/source/text/scalc/01/04060116.xhp b/source/text/scalc/01/04060116.xhp
index ad42560a01..6d78842f42 100644
--- a/source/text/scalc/01/04060116.xhp
+++ b/source/text/scalc/01/04060116.xhp
@@ -30,8 +30,8 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3145074"><bookmark_value>imaginary numbers in analysis functions</bookmark_value>
<bookmark_value>complex numbers in analysis functions</bookmark_value>
</bookmark>
-<h1 id="hd_id3154659"><variable id="head_addin_analysis_two"><link href="text/scalc/01/04060116.xhp" name="Add-in Functions, List of Analysis Functions Part Two">Add-in Functions, List of Analysis Functions Part Two</link></variable></h1>
-<note id="par_id961592361784406">The Add-in functions are supplied by the <link href="text/sbasic/shared/calc_functions.xhp" name="addinanalysis">UNO <literal>com.sun.star.sheet.addin.Analysis</literal> service</link>.</note>
+<h1 id="hd_id3154659"><variable id="head_addin_analysis_two"><link href="text/scalc/01/04060116.xhp">Add-in Functions, List of Analysis Functions Part Two</link></variable></h1>
+<note id="par_id961592361784406">The Add-in functions are supplied by the <link href="text/sbasic/shared/calc_functions.xhp">UNO <literal>com.sun.star.sheet.addin.Analysis</literal> service</link>.</note>
<section id="howtoget">
<embed href="text/scalc/00/00000404.xhp#addinana"/>
</section>
diff --git a/source/text/scalc/01/04060118.xhp b/source/text/scalc/01/04060118.xhp
index f2f89d146d..070d3cec57 100644
--- a/source/text/scalc/01/04060118.xhp
+++ b/source/text/scalc/01/04060118.xhp
@@ -172,7 +172,7 @@
<h2 id="hd_id3147485">XIRR</h2>
<paragraph id="par_id3145614" role="paragraph" xml-lang="en-US"><ahelp hid="HID_AAI_FUNC_XIRR">Calculates the internal rate of return for a list of payments which take place on different dates.</ahelp> The calculation is based on a 365 days per year basis, ignoring leap years.</paragraph>
-<paragraph id="par_idN10E62" role="paragraph" xml-lang="en-US">If the payments take place at regular intervals, use the <link href="text/scalc/01/04060103.xhp#irr" name="IRR">IRR</link> function.</paragraph>
+<paragraph id="par_idN10E62" role="paragraph" xml-lang="en-US">If the payments take place at regular intervals, use the <link href="text/scalc/01/04060103.xhp#irr">IRR</link> function.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
<paragraph id="par_id3149826" role="code" xml-lang="en-US">XIRR(Values; Dates [; Guess])</paragraph>
@@ -277,7 +277,7 @@
<h2 id="hd_id3149198">XNPV</h2>
<paragraph id="par_id3153904" role="paragraph" xml-lang="en-US"><ahelp hid="HID_AAI_FUNC_XNPV">Calculates the capital value (net present value) for a list of payments which take place on different dates.</ahelp> The calculation is based on a 365 days per year basis, ignoring leap years.</paragraph>
-<paragraph id="par_idN11138" role="paragraph" xml-lang="en-US">If the payments take place at regular intervals, use the <link href="text/scalc/01/04060119.xhp#npv" name="NPV">NPV</link> function.</paragraph>
+<paragraph id="par_idN11138" role="paragraph" xml-lang="en-US">If the payments take place at regular intervals, use the <link href="text/scalc/01/04060119.xhp#npv">NPV</link> function.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
<paragraph id="par_id3150117" role="code" xml-lang="en-US">XNPV(Rate; Values; Dates)</paragraph>
@@ -598,8 +598,8 @@
<paragraph id="par_id3156171" role="paragraph" xml-lang="en-US"><item type="input">=NPER(6%;153.75;2600)</item> = -12,02. The payment period covers 12.02 periods.</paragraph>
</section>
</sort>
-<paragraph id="par_id3150309" role="paragraph" xml-lang="en-US"><link href="text/scalc/01/04060103.xhp" name="Back to Financial Functions Part One">Back to Financial Functions Part One</link></paragraph>
-<paragraph id="par_id3153163" role="paragraph" xml-lang="en-US"><link href="text/scalc/01/04060119.xhp" name="Back to Financial Functions Part Two">Back to Financial Functions Part Two</link></paragraph>
+<paragraph id="par_id3150309" role="paragraph" xml-lang="en-US"><link href="text/scalc/01/04060103.xhp">Back to Financial Functions Part One</link></paragraph>
+<paragraph id="par_id3153163" role="paragraph" xml-lang="en-US"><link href="text/scalc/01/04060119.xhp">Back to Financial Functions Part Two</link></paragraph>
<embed href="text/scalc/01/04060100.xhp#drking"/>
</body>
diff --git a/source/text/scalc/01/04060119.xhp b/source/text/scalc/01/04060119.xhp
index ccf3e35ad7..23a10ae66a 100644
--- a/source/text/scalc/01/04060119.xhp
+++ b/source/text/scalc/01/04060119.xhp
@@ -31,8 +31,8 @@
<section id="howtoget">
<embed href="text/scalc/00/00000404.xhp#eikafi"/>
</section>
-<paragraph role="paragraph" id="par_id3148742" xml-lang="en-US"><link href="text/scalc/01/04060103.xhp" name="Back to Financial Functions Part One">Back to Financial Functions Part One</link></paragraph>
-<paragraph role="paragraph" id="par_id3151341" xml-lang="en-US"><link href="text/scalc/01/04060118.xhp" name="Forward to Financial Functions Part Three">Forward to Financial Functions Part Three</link></paragraph>
+<paragraph role="paragraph" id="par_id3148742" xml-lang="en-US"><link href="text/scalc/01/04060103.xhp">Back to Financial Functions Part One</link></paragraph>
+<paragraph role="paragraph" id="par_id3151341" xml-lang="en-US"><link href="text/scalc/01/04060118.xhp">Forward to Financial Functions Part Three</link></paragraph>
<sort order="asc" descendant="h2">
<section id="ppmt">
<bookmark xml-lang="en-US" branch="index" id="bm_id3150026"><bookmark_value>PPMT function</bookmark_value>
@@ -329,7 +329,7 @@
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_NBW" id="bm_id3148417" localize="false"/>
<h2 id="hd_id3149242">NPV</h2>
<paragraph role="paragraph" id="par_id3145308" xml-lang="en-US"><ahelp hid="HID_FUNC_NBW">Returns the present value of an investment based on a series of periodic cash flows and a discount rate. To get the net present value, subtract the cost of the project (the initial cash flow at time zero) from the returned value.</ahelp></paragraph>
-<paragraph id="par_idN111381" role="paragraph" xml-lang="en-US">If the payments take place at irregular intervals, use the <link href="text/scalc/01/04060118.xhp#xnpv" name="XNPV">XNPV</link> function.</paragraph>
+<paragraph id="par_idN111381" role="paragraph" xml-lang="en-US">If the payments take place at irregular intervals, use the <link href="text/scalc/01/04060118.xhp#xnpv">XNPV</link> function.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
@@ -604,8 +604,8 @@
<paragraph role="paragraph" id="par_id3148528" xml-lang="en-US"><input>=TBILLYIELD("1999-03-31";"1999-06-01"; 98.45)</input> returns 0.091417 or 9.1417 per cent.</paragraph>
</section>
</sort>
-<paragraph role="paragraph" id="par_id3148546" xml-lang="en-US"><link href="text/scalc/01/04060103.xhp" name="Back to Financial Functions Part One">Back to Financial Functions Part One</link></paragraph>
-<paragraph role="paragraph" id="par_id3146762" xml-lang="en-US"><link href="text/scalc/01/04060118.xhp" name="Forward to Financial Functions Part Three">Forward to Financial Functions Part Three</link></paragraph>
+<paragraph role="paragraph" id="par_id3148546" xml-lang="en-US"><link href="text/scalc/01/04060103.xhp">Back to Financial Functions Part One</link></paragraph>
+<paragraph role="paragraph" id="par_id3146762" xml-lang="en-US"><link href="text/scalc/01/04060118.xhp">Forward to Financial Functions Part Three</link></paragraph>
<embed href="text/scalc/01/04060100.xhp#drking"/>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/04060182.xhp b/source/text/scalc/01/04060182.xhp
index 8591243a9f..b9dae0e791 100644
--- a/source/text/scalc/01/04060182.xhp
+++ b/source/text/scalc/01/04060182.xhp
@@ -25,7 +25,7 @@
</topic>
</meta>
<body>
- <h1 id="hd_id3154372"><variable id="fh"><link href="text/scalc/01/04060182.xhp" name="Statistical Functions Part Two">Statistical Functions Part Two</link>
+ <h1 id="hd_id3154372"><variable id="fh"><link href="text/scalc/01/04060182.xhp">Statistical Functions Part Two</link>
</variable></h1>
<sort order="asc" descendant="h2">
<section id="finv">
@@ -405,7 +405,7 @@
<emph>mu</emph> is the known mean of the population.</paragraph>
<paragraph xml-lang="en-US" id="par_id3154740" role="paragraph">
<emph>Sigma</emph> (optional) is the known standard deviation of the population. If omitted, the standard deviation of the given sample is used.</paragraph>
- <paragraph xml-lang="en-US" id="par_id0305200911372999" role="paragraph">See also the <link href="https://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_ZTEST_function" name="wiki.documentfoundation.org Documentation/HowTo/Calc/ZTEST function">Wiki page</link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id0305200911372999" role="paragraph">See also the <link href="https://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_ZTEST_function">Wiki page</link>.</paragraph>
<embed href="text/scalc/01/common_func.xhp#datenumbersequencenote"/>
</section>
<section id="zdottest">
diff --git a/source/text/scalc/01/04060183.xhp b/source/text/scalc/01/04060183.xhp
index 41b9d69ea4..c13d0a6fed 100644
--- a/source/text/scalc/01/04060183.xhp
+++ b/source/text/scalc/01/04060183.xhp
@@ -26,7 +26,7 @@
</topic>
</meta>
<body>
-<h1 id="hd_id3166425"><variable id="kl"><link href="text/scalc/01/04060183.xhp" name="Statistical Functions Part Three">Statistical Functions Part Three</link>
+<h1 id="hd_id3166425"><variable id="kl"><link href="text/scalc/01/04060183.xhp">Statistical Functions Part Three</link>
</variable></h1>
<sort order="asc" descendant="h2">
<section id="large">
@@ -39,7 +39,7 @@
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
<paragraph role="code" id="par_id3154372" xml-lang="en-US">LARGE(Data; RankC)</paragraph>
<paragraph role="paragraph" id="par_id3152986" xml-lang="en-US"><emph>Data</emph> is the cell range of data.</paragraph>
-<paragraph role="paragraph" id="par_id3156448" xml-lang="en-US"><emph>RankC</emph> is the ranking of the value. If RankC is an array, the function becomes an <link href="text/scalc/01/04060107.xhp" name="array function">array function</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3156448" xml-lang="en-US"><emph>RankC</emph> is the ranking of the value. If RankC is an array, the function becomes an <link href="text/scalc/01/04060107.xhp">array function</link>.</paragraph>
<embed href="text/scalc/01/common_func.xhp#datenumbersequencenote"/>
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph role="paragraph" id="par_id3148702" xml-lang="en-US"><input>=LARGE(A1:C50;2)</input> gives the second largest value in A1:C50.</paragraph>
@@ -55,7 +55,7 @@
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
<paragraph role="code" id="par_id3153974" xml-lang="en-US">SMALL(Data; RankC)</paragraph>
<paragraph role="paragraph" id="par_id3154540" xml-lang="en-US"><emph>Data</emph> is the cell range of data.</paragraph>
-<paragraph role="paragraph" id="par_id3155094" xml-lang="en-US"><emph>RankC</emph> is the rank of the value. If RankC is an array, the function becomes an <link href="text/scalc/01/04060107.xhp" name="array function">array function</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3155094" xml-lang="en-US"><emph>RankC</emph> is the rank of the value. If RankC is an array, the function becomes an <link href="text/scalc/01/04060107.xhp">array function</link>.</paragraph>
<embed href="text/scalc/01/common_func.xhp#datenumbersequencenote"/>
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph role="paragraph" id="par_id3149897" xml-lang="en-US"><input>=SMALL(A1:C50;2)</input> gives the second smallest value in A1:C50.</paragraph>
diff --git a/source/text/scalc/01/04060184.xhp b/source/text/scalc/01/04060184.xhp
index c3fb40e191..b4e35cbcc6 100644
--- a/source/text/scalc/01/04060184.xhp
+++ b/source/text/scalc/01/04060184.xhp
@@ -25,7 +25,7 @@
</topic>
</meta>
<body>
-<h1 id="hd_id3153415"><variable id="mq"><link href="text/scalc/01/04060184.xhp" name="Statistical Functions Part Four">Statistical Functions Part Four</link>
+<h1 id="hd_id3153415"><variable id="mq"><link href="text/scalc/01/04060184.xhp">Statistical Functions Part Four</link>
</variable></h1>
<sort order="asc" descendant="h2">
<section id="max">
diff --git a/source/text/scalc/01/04060185.xhp b/source/text/scalc/01/04060185.xhp
index 9223f4a2ba..97ba4ce5a7 100644
--- a/source/text/scalc/01/04060185.xhp
+++ b/source/text/scalc/01/04060185.xhp
@@ -27,7 +27,7 @@
</topic>
</meta>
<body>
- <h1 id="hd_id3147072"><variable id="rz"><link href="text/scalc/01/04060185.xhp" name="Statistical Functions Part Five">Statistical Functions Part Five</link>
+ <h1 id="hd_id3147072"><variable id="rz"><link href="text/scalc/01/04060185.xhp">Statistical Functions Part Five</link>
</variable></h1>
<sort order="asc" descendant="h2">
<section id="rank">
@@ -752,7 +752,7 @@
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph xml-lang="en-US" id="par_id3146077" role="paragraph">
<item type="input">=WEIBULL(2;1;1;1)</item> returns 0.86.</paragraph>
- <paragraph xml-lang="en-US" id="par_id0305200911372899" role="paragraph">See also the <link href="https://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_WEIBULL_function" name="wiki.documentfoundation.org Documentation/HowTo/Calc/WEIBULL function">Wiki page</link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id0305200911372899" role="paragraph">See also the <link href="https://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_WEIBULL_function">Wiki page</link>.</paragraph>
</section>
<section id="weibulldotdist">
<bookmark xml-lang="en-US" branch="index" id="bm_id2950941">
@@ -774,7 +774,7 @@
<paragraph xml-lang="en-US" id="par_id2946077" role="paragraph"><item type="input">=WEIBULL.DIST(2;1;1;1)</item> returns 0.8646647168.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectiontechinfo"/>
<embed href="text/scalc/00/avail_release.xhp#4.2"/>
- <paragraph xml-lang="en-US" id="par_id2905200911372899" role="paragraph">See also the <link href="https://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_WEIBULL_function" name="wiki.documentfoundation.org Documentation/HowTo/Calc/WEIBULL function">Wiki page</link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id2905200911372899" role="paragraph">See also the <link href="https://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_WEIBULL_function">Wiki page</link>.</paragraph>
<embed href="text/scalc/01/common_func.xhp#notODFF"/>
<paragraph role="paragraph" id="par_id341640873977703" localize="false"><literal>COM.MICROSOFT.WEIBULL.DIST</literal></paragraph>
</section>
diff --git a/source/text/scalc/01/04070000.xhp b/source/text/scalc/01/04070000.xhp
index 5aed377385..9ffd90064d 100644
--- a/source/text/scalc/01/04070000.xhp
+++ b/source/text/scalc/01/04070000.xhp
@@ -29,19 +29,19 @@
<body>
<section id="namen">
<bookmark xml-lang="en-US" branch="hid/.uno:NamesMenu" id="bm_id2043214" localize="false"/>
-<h1 id="hd_id3153951"><link href="text/scalc/01/04070000.xhp" name="Names">Named Ranges and Expressions</link></h1>
-<paragraph role="paragraph" id="par_id3145801" xml-lang="en-US"><ahelp hid=".">Allows you to name the different sections of your spreadsheet document.</ahelp> By naming the different sections, you can easily <link href="text/scalc/01/02110000.xhp" name="navigate">navigate</link> through the spreadsheet documents and find specific information.</paragraph>
+<h1 id="hd_id3153951"><link href="text/scalc/01/04070000.xhp">Named Ranges and Expressions</link></h1>
+<paragraph role="paragraph" id="par_id3145801" xml-lang="en-US"><ahelp hid=".">Allows you to name the different sections of your spreadsheet document.</ahelp> By naming the different sections, you can easily <link href="text/scalc/01/02110000.xhp">navigate</link> through the spreadsheet documents and find specific information.</paragraph>
</section>
<section id="howtoget">
<embed href="text/scalc/00/00000404.xhp#einamen"/>
</section>
-<h2 id="hd_id3153878"><link href="text/scalc/01/04070100.xhp" name="Define">Define</link></h2>
+<h2 id="hd_id3153878"><link href="text/scalc/01/04070100.xhp">Define</link></h2>
<embed href="text/scalc/01/04070100.xhp#namenfestlegentext"/>
-<h2 id="hd_id3146969"><link href="text/scalc/01/04070200.xhp" name="Insert">Insert</link></h2>
+<h2 id="hd_id3146969"><link href="text/scalc/01/04070200.xhp">Insert</link></h2>
<embed href="text/scalc/01/04070200.xhp#nameneinfuegentext"/>
-<h2 id="hd_id3155764"><link href="text/scalc/01/04070300.xhp" name="Apply">Apply</link></h2>
+<h2 id="hd_id3155764"><link href="text/scalc/01/04070300.xhp">Apply</link></h2>
<embed href="text/scalc/01/04070300.xhp#namenuebernehmentext"/>
-<h2 id="hd_id3156382"><link href="text/scalc/01/04070400.xhp" name="Labels">Labels</link></h2>
+<h2 id="hd_id3156382"><link href="text/scalc/01/04070400.xhp">Labels</link></h2>
<embed href="text/scalc/01/04070400.xhp#beschtext"/>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/04070100.xhp b/source/text/scalc/01/04070100.xhp
index ca27918f7d..3ac1b1e0f7 100644
--- a/source/text/scalc/01/04070100.xhp
+++ b/source/text/scalc/01/04070100.xhp
@@ -66,7 +66,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/definename/filter" id="bm_id3155446" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/managenamesdialog/filter" id="bm_id3155447" localize="false"/>
<paragraph role="heading" id="hd_id3153764" xml-lang="en-US" level="4">Filter</paragraph>
-<paragraph role="paragraph" id="par_id3155766" xml-lang="en-US"><ahelp hid=".">Defines the selected area to be used in an <link href="text/scalc/01/12040300.xhp" name="advanced filter">advanced filter</link>.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3155766" xml-lang="en-US"><ahelp hid=".">Defines the selected area to be used in an <link href="text/scalc/01/12040300.xhp">advanced filter</link>.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/definename/colheader" id="bm_id3147344" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/managenamesdialog/colheader" id="bm_id3147345" localize="false"/>
<paragraph role="heading" id="hd_id3159267" xml-lang="en-US" level="4">Repeat column</paragraph>
diff --git a/source/text/scalc/01/04080000.xhp b/source/text/scalc/01/04080000.xhp
index 6d9c5831f0..6f513dc526 100644
--- a/source/text/scalc/01/04080000.xhp
+++ b/source/text/scalc/01/04080000.xhp
@@ -36,13 +36,13 @@
<bookmark xml-lang="en-US" branch="hid/.uno:FunctionBox" id="bm_id998166" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/functionpanel/@@nowidget@@" id="bm_id314550752" localize="false"/>
-<h1 id="hd_id3154126"><variable id="function_list_title"><link href="text/scalc/01/04080000.xhp" name="Function List">Function List</link></variable></h1>
-<paragraph id="par_id3151118" role="paragraph" xml-lang="en-US"><variable id="function_list_text"><ahelp hid="HID_SC_FUNCTIONLIST">Opens the Function List deck of the Sidebar, which displays all functions that can be inserted into your document.</ahelp></variable> The <emph>Function List</emph> deck is similar to the <emph>Functions</emph> tab page of the <link href="text/scalc/01/04060000.xhp" name="Function Wizard">Function Wizard</link>. The functions are inserted with placeholders to be replaced with your own values.</paragraph>
+<h1 id="hd_id3154126"><variable id="function_list_title"><link href="text/scalc/01/04080000.xhp">Function List</link></variable></h1>
+<paragraph id="par_id3151118" role="paragraph" xml-lang="en-US"><variable id="function_list_text"><ahelp hid="HID_SC_FUNCTIONLIST">Opens the Function List deck of the Sidebar, which displays all functions that can be inserted into your document.</ahelp></variable> The <emph>Function List</emph> deck is similar to the <emph>Functions</emph> tab page of the <link href="text/scalc/01/04060000.xhp">Function Wizard</link>. The functions are inserted with placeholders to be replaced with your own values.</paragraph>
<section id="howtoget">
<embed href="text/scalc/00/00000403.xhp#functionlist"/>
</section>
-<paragraph id="par_id3152576" role="paragraph" xml-lang="en-US">The <emph>Function List</emph> window is a resizable <link href="text/shared/00/00000005.xhp#docking" name="dockable window">dockable window</link>. Use it to quickly enter functions in the spreadsheet. By double-clicking an entry in the functions list, the respective function is directly inserted with all parameters.</paragraph>
+<paragraph id="par_id3152576" role="paragraph" xml-lang="en-US">The <emph>Function List</emph> window is a resizable <link href="text/shared/00/00000005.xhp#docking">dockable window</link>. Use it to quickly enter functions in the spreadsheet. By double-clicking an entry in the functions list, the respective function is directly inserted with all parameters.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/functionpanel/category" id="bm_id3149960" localize="false"/>
<h2 id="hd_id3145799">Category List</h2>
diff --git a/source/text/scalc/01/04090000.xhp b/source/text/scalc/01/04090000.xhp
index e78f7a721d..c140250599 100644
--- a/source/text/scalc/01/04090000.xhp
+++ b/source/text/scalc/01/04090000.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:InsertExternalDataSource" id="bm_id3748965" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/externaldata/ExternalDataDialog" id="bm_id3150441" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/externaldata/@@nowidget@@" id="bm_id3150441" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3145785" role="heading" level="1"><link href="text/scalc/01/04090000.xhp" name="External Data">External Links</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3145785" role="heading" level="1"><link href="text/scalc/01/04090000.xhp">External Links</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3149262" role="paragraph"><ahelp hid=".uno:InsertExternalDataSourc">Inserts data from an HTML, Calc, CSV or Excel file into the current sheet as a link. The data must be located within a named range.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -43,7 +43,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/externaldata/url" id="bm_id3148577" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3146984" role="heading" level="2">URL of external data source.</paragraph>
<paragraph xml-lang="en-US" id="par_id3145366" role="paragraph"><ahelp hid="modules/scalc/ui/externaldata/url">Enter the URL or the file name that contains the data that you want to insert, and then press Enter.</ahelp> Alternatively, click <emph>Browse</emph> button to select the file name from a file dialog that opens. Only then will the URL be requested from the network or file system.</paragraph>
-<paragraph xml-lang="en-US" id="par_id621519313666202" role="note"><link href="text/shared/00/00000208.xhp" name="linkname">A dialog for CSV data import</link> appears when linking to external CSV file.</paragraph>
+<paragraph xml-lang="en-US" id="par_id621519313666202" role="note"><link href="text/shared/00/00000208.xhp">A dialog for CSV data import</link> appears when linking to external CSV file.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/externaldata/ranges" id="bm_id3153876" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3145251" role="heading" level="2">Available tables/ranges</paragraph>
<paragraph xml-lang="en-US" id="par_id3147397" role="paragraph"><ahelp hid="modules/scalc/ui/externaldata/ranges">Select the table or the data range that you want to insert.</ahelp> If the selected Calc or Excel document contains no named range, spreadsheet data cannot be inserted and <emph>OK</emph> button will remain inactive </paragraph>
diff --git a/source/text/scalc/01/05020600.xhp b/source/text/scalc/01/05020600.xhp
index 011b07e9c8..b3a5e54a03 100644
--- a/source/text/scalc/01/05020600.xhp
+++ b/source/text/scalc/01/05020600.xhp
@@ -33,7 +33,7 @@
<section id="cell_protection">
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/cellprotectionpage/CellProtectionPage" id="bm_id3151385" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/cellprotectionpage/@@nowidget@@" id="bm_id3151385" localize="false"/>
-<paragraph role="heading" id="hd_id3145119" xml-lang="en-US" level="1"><link href="text/scalc/01/05020600.xhp" name="Cell Protection">Cell Protection</link></paragraph>
+<paragraph role="heading" id="hd_id3145119" xml-lang="en-US" level="1"><link href="text/scalc/01/05020600.xhp">Cell Protection</link></paragraph>
<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US"><ahelp hid="modules/scalc/ui/cellprotectionpage/CellProtectionPage">Defines protection options for selected cells.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/05030000.xhp b/source/text/scalc/01/05030000.xhp
index 4fa978e17e..4bd5f3d589 100644
--- a/source/text/scalc/01/05030000.xhp
+++ b/source/text/scalc/01/05030000.xhp
@@ -32,15 +32,15 @@
<body>
<section id="row">
<bookmark xml-lang="en-US" branch="hid/.uno:RowMenu" id="bm_id8181096" localize="false"/>
-<paragraph role="heading" id="hd_id3147228" xml-lang="en-US" level="1"><link href="text/scalc/01/05030000.xhp" name="Row">Row</link></paragraph>
+<paragraph role="heading" id="hd_id3147228" xml-lang="en-US" level="1"><link href="text/scalc/01/05030000.xhp">Row</link></paragraph>
<paragraph role="paragraph" id="par_id3154685" xml-lang="en-US"><ahelp hid=".">Sets the row height and hides or shows selected rows.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/scalc/00/00000405.xhp#fozei"/>
</section>
-<paragraph role="heading" id="hd_id3155132" xml-lang="en-US" level="2"><link href="text/shared/01/05340100.xhp" name="Height">Height</link></paragraph>
+<paragraph role="heading" id="hd_id3155132" xml-lang="en-US" level="2"><link href="text/shared/01/05340100.xhp">Height</link></paragraph>
<embed href="text/shared/01/05340100.xhp#zeilenhoehetext"/>
-<paragraph role="heading" id="hd_id3155854" xml-lang="en-US" level="2"><link href="text/scalc/01/05030200.xhp" name="Optimal Height">Optimal Height</link></paragraph>
+<paragraph role="heading" id="hd_id3155854" xml-lang="en-US" level="2"><link href="text/scalc/01/05030200.xhp">Optimal Height</link></paragraph>
<embed href="text/scalc/01/05030200.xhp#optitext"/>
<embed href="text/scalc/01/05030300.xhp#hide"/>
<embed href="text/scalc/01/05030400.xhp#show"/>
diff --git a/source/text/scalc/01/05030200.xhp b/source/text/scalc/01/05030200.xhp
index dbca42674b..1ae1c01566 100644
--- a/source/text/scalc/01/05030200.xhp
+++ b/source/text/scalc/01/05030200.xhp
@@ -39,7 +39,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:SetOptimalRowHeight" id="bm_id3145673" localize="false"/>
<paragraph role="heading" id="hd_id3148491" xml-lang="en-US" level="1">Optimal Row Heights</paragraph>
<paragraph role="paragraph" id="par_id3154758" xml-lang="en-US"><variable id="optitext"><ahelp hid=".uno:SetOptimalRowHeight">Determines the optimal row height for the selected rows.</ahelp>
-</variable> The optimal row height depends on the font size of the largest character in the row. You can use various <link href="text/shared/00/00000003.xhp#measurement_units" name="units of measure">units of measure</link>.</paragraph>
+</variable> The optimal row height depends on the font size of the largest character in the row. You can use various <link href="text/shared/00/00000003.xhp#measurement_units">units of measure</link>.</paragraph>
<section id="howtoget">
<embed href="text/scalc/00/00000405.xhp#fozeiophoe"/>
</section>
diff --git a/source/text/scalc/01/05030300.xhp b/source/text/scalc/01/05030300.xhp
index bf465e4abd..72effc355e 100644
--- a/source/text/scalc/01/05030300.xhp
+++ b/source/text/scalc/01/05030300.xhp
@@ -42,14 +42,14 @@
<bookmark xml-lang="en-US" branch="hid/.uno:HideRow" id="bm_id3154760" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:HideColumn" id="bm_id3148663" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:Hide" id="bm_id3149457" localize="false"/>
-<paragraph role="heading" id="hd_id3147265" xml-lang="en-US" level="1"><link href="text/scalc/01/05030300.xhp" name="Hide">Hide</link></paragraph>
+<paragraph role="heading" id="hd_id3147265" xml-lang="en-US" level="1"><link href="text/scalc/01/05030300.xhp">Hide</link></paragraph>
<paragraph role="paragraph" id="par_id3156281" xml-lang="en-US"><ahelp hid=".">Hides selected rows, columns or individual sheets.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/scalc/00/00000405.xhp#hide"/>
</section>
<paragraph role="paragraph" id="par_id3148645" xml-lang="en-US">Select the rows or columns that you want to hide, and then choose <emph>Format - Rows - Hide </emph>or<emph> Format - Columns - Hide</emph>.</paragraph>
-<paragraph role="paragraph" id="par_id3147427" xml-lang="en-US">You can hide a sheet by selecting the sheet tab and then choosing <emph>Format - Sheet - Hide</emph>. Hidden sheets are not printed unless they occur within a <link href="text/scalc/01/05080000.xhp" name="print range">print range</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3147427" xml-lang="en-US">You can hide a sheet by selecting the sheet tab and then choosing <emph>Format - Sheet - Hide</emph>. Hidden sheets are not printed unless they occur within a <link href="text/scalc/01/05080000.xhp">print range</link>.</paragraph>
<paragraph role="note" id="par_id3153157" xml-lang="en-US">A break in the row or column header indicates whether the row or column is hidden.</paragraph>
<paragraph role="paragraph" id="par_id3145251" xml-lang="en-US">To display hidden rows, columns or sheets</paragraph>
<list type="ordered">
@@ -57,7 +57,7 @@
<paragraph role="paragraph" id="par_id8337046" xml-lang="en-US">Select the range that includes the hidden objects. You can also use the box in the corner above row 1 and beside column A. For sheets, this step is not necessary.<comment>UFI: fixes #i18582#</comment></paragraph>
</listitem>
<listitem>
-<paragraph role="paragraph" id="par_id5532090" xml-lang="en-US">Choose <link href="text/scalc/01/05030400.xhp" name="Format - Rows/Columns - Show">Format - Rows/Columns - Show</link> or <link href="text/scalc/01/05050300.xhp" name="Format - Sheet - Show">Format - Sheet - Show</link>.</paragraph>
+<paragraph role="paragraph" id="par_id5532090" xml-lang="en-US">Choose <link href="text/scalc/01/05030400.xhp">Format - Rows/Columns - Show</link> or <link href="text/scalc/01/05050300.xhp">Format - Sheet - Show</link>.</paragraph>
</listitem>
</list>
</body>
diff --git a/source/text/scalc/01/05030400.xhp b/source/text/scalc/01/05030400.xhp
index 02d47ef6b9..74087f855c 100644
--- a/source/text/scalc/01/05030400.xhp
+++ b/source/text/scalc/01/05030400.xhp
@@ -37,7 +37,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ShowRow" id="bm_id3154760" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ShowColumn" id="bm_id3149456" localize="false"/>
-<paragraph role="heading" id="hd_id3147264" xml-lang="en-US" level="1"><link href="text/scalc/01/05030400.xhp" name="Show">Show</link></paragraph>
+<paragraph role="heading" id="hd_id3147264" xml-lang="en-US" level="1"><link href="text/scalc/01/05030400.xhp">Show</link></paragraph>
<paragraph role="paragraph" id="par_id3150447" xml-lang="en-US"><ahelp hid=".">Choose this command to show previously hidden rows or columns.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/05040000.xhp b/source/text/scalc/01/05040000.xhp
index ee3e1a861e..8542693f89 100644
--- a/source/text/scalc/01/05040000.xhp
+++ b/source/text/scalc/01/05040000.xhp
@@ -32,15 +32,15 @@
<body>
<section id="column">
<bookmark xml-lang="en-US" branch="hid/.uno:ColumnMenu" id="bm_id9955137" localize="false"/>
-<paragraph role="heading" id="hd_id3155628" xml-lang="en-US" level="1"><link href="text/scalc/01/05040000.xhp" name="Column">Column</link></paragraph>
+<paragraph role="heading" id="hd_id3155628" xml-lang="en-US" level="1"><link href="text/scalc/01/05040000.xhp">Column</link></paragraph>
<paragraph role="paragraph" id="par_id3148946" xml-lang="en-US"><ahelp hid=".">Sets the column width and hides or shows selected columns.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/scalc/00/00000405.xhp#fospa"/>
</section>
-<paragraph role="heading" id="hd_id3150398" xml-lang="en-US" level="2"><link href="text/shared/01/05340200.xhp" name="Width">Width</link></paragraph>
+<paragraph role="heading" id="hd_id3150398" xml-lang="en-US" level="2"><link href="text/shared/01/05340200.xhp">Width</link></paragraph>
<embed href="text/shared/01/05340200.xhp#spaltetext"/>
-<paragraph role="heading" id="hd_id3145171" xml-lang="en-US" level="2"><link href="text/scalc/01/05040200.xhp" name="Optimal Width">Optimal Width</link></paragraph>
+<paragraph role="heading" id="hd_id3145171" xml-lang="en-US" level="2"><link href="text/scalc/01/05040200.xhp">Optimal Width</link></paragraph>
<embed href="text/scalc/01/05040200.xhp#optitext"/>
<embed href="text/scalc/01/05030300.xhp#hide"/>
<embed href="text/scalc/01/05030400.xhp#show"/>
diff --git a/source/text/scalc/01/05040200.xhp b/source/text/scalc/01/05040200.xhp
index 980f262799..f0afbc8876 100644
--- a/source/text/scalc/01/05040200.xhp
+++ b/source/text/scalc/01/05040200.xhp
@@ -40,7 +40,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:SetOptimalColumnWidthDirect" id="bm_id3153254" localize="false"/>
<paragraph role="heading" id="hd_id3155628" xml-lang="en-US" level="1">Optimal Column Width</paragraph>
<paragraph role="paragraph" id="par_id3145068" xml-lang="en-US"><variable id="optitext"><ahelp hid=".uno:SetOptimalColumnWidthDi">Defines the optimal column width for selected columns.</ahelp>
-</variable> The optimal column width depends on the longest entry within a column. You can choose from the available <link href="text/shared/00/00000003.xhp#metrik" name="measurement units">measurement units</link>.</paragraph>
+</variable> The optimal column width depends on the longest entry within a column. You can choose from the available <link href="text/shared/00/00000003.xhp#metrik">measurement units</link>.</paragraph>
<section id="howtoget">
<embed href="text/scalc/00/00000405.xhp#optimal_column_width"/>
</section>
diff --git a/source/text/scalc/01/05050000.xhp b/source/text/scalc/01/05050000.xhp
index 664ff64260..a0ebc88180 100644
--- a/source/text/scalc/01/05050000.xhp
+++ b/source/text/scalc/01/05050000.xhp
@@ -36,16 +36,16 @@
<bookmark_value>right-to-left text;spreadsheets</bookmark_value>
</bookmark><comment>mw changed "right-to-left;..."</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:SheetMenu" id="bm_id5620899" localize="false"/>
-<paragraph role="heading" id="hd_id3155923" xml-lang="en-US" level="1"><link href="text/scalc/01/05050000.xhp" name="Sheet">Sheet</link></paragraph>
+<paragraph role="heading" id="hd_id3155923" xml-lang="en-US" level="1"><link href="text/scalc/01/05050000.xhp">Sheet</link></paragraph>
<paragraph role="paragraph" id="par_id3154758" xml-lang="en-US"><ahelp hid=".">Sets the sheet name and hides or shows selected sheets.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/scalc/00/00000405.xhp#fot"/>
</section>
-<paragraph role="heading" id="hd_id3156280" xml-lang="en-US" level="2"><link href="text/scalc/01/05050100.xhp" name="Rename">Rename</link></paragraph>
+<paragraph role="heading" id="hd_id3156280" xml-lang="en-US" level="2"><link href="text/scalc/01/05050100.xhp">Rename</link></paragraph>
<embed href="text/scalc/01/05050100.xhp#umbenennentext"/>
<embed href="text/scalc/01/05030300.xhp#hide"/>
-<paragraph role="heading" id="hd_id3145787" xml-lang="en-US" level="2"><link href="text/scalc/01/05050300.xhp" name="Show">Show</link></paragraph>
+<paragraph role="heading" id="hd_id3145787" xml-lang="en-US" level="2"><link href="text/scalc/01/05050300.xhp">Show</link></paragraph>
<embed href="text/scalc/01/05050300.xhp#tabeintext"/>
<paragraph role="paragraph" id="par_id3150542" xml-lang="en-US">If a sheet has been hidden, the Show Sheet dialog opens, which allows you to select a sheet to be shown again.</paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:SheetRightToLeft" id="bm_id9923771" localize="false"/>
diff --git a/source/text/scalc/01/05060000.xhp b/source/text/scalc/01/05060000.xhp
index b01c722401..d3d67b0e0b 100644
--- a/source/text/scalc/01/05060000.xhp
+++ b/source/text/scalc/01/05060000.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:ToggleMergeCells" id="bm_id8030335" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/mergecellsdialog/MergeCellsDialog" id="bm_id2745673" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/mergecellsdialog/@@nowidget@@" id="bm_id2745673" localize="false"/>
-<h1 id="hd_id3149785"><variable id="togglemergecells"><link href="text/scalc/01/05060000.xhp" name="Merge and Center Cells">Merge and Center Cells</link></variable></h1>
+<h1 id="hd_id3149785"><variable id="togglemergecells"><link href="text/scalc/01/05060000.xhp">Merge and Center Cells</link></variable></h1>
<paragraph role="paragraph" id="par_id3151246" xml-lang="en-US"><ahelp hid=".">This is a toggleable control that joins all cells in a rectangular selection into a single cell, or returns merged cells to the original individual cells. When merging it will format the merged cell as center aligned.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id541633057818950" xml-lang="en-US">The control is shown toggled-on whenever there are merged cells in the selection, indicating that clicking the control will unmerge those cells.</paragraph>
<section id="mergecells_warning">
diff --git a/source/text/scalc/01/05070000.xhp b/source/text/scalc/01/05070000.xhp
index d4d81913a3..5fabf50492 100644
--- a/source/text/scalc/01/05070000.xhp
+++ b/source/text/scalc/01/05070000.xhp
@@ -35,7 +35,7 @@
</bookmark>
<bookmark branch="hid/.uno:PageFormatDialog" xml-lang="en-US" id="bm_id3153561" localize="false"/>
<section id="pagestyle">
-<h1 id="hd_id3157910"><link href="text/scalc/01/05070000.xhp" name="Page Style">Page Style</link></h1>
+<h1 id="hd_id3157910"><link href="text/scalc/01/05070000.xhp">Page Style</link></h1>
<paragraph role="paragraph" id="par_id3156023" xml-lang="en-US"><variable id="seitetext"><ahelp hid=".uno:PageFormatDialog" visibility="visible">Opens a dialog where you can define the appearance of all pages in your document.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/05070500.xhp b/source/text/scalc/01/05070500.xhp
index d14dfec7eb..88abec7207 100644
--- a/source/text/scalc/01/05070500.xhp
+++ b/source/text/scalc/01/05070500.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/sheetprintpage/@@nowidget@@" id="bm_id3147335" localize="false"/>
<bookmark xml-lang="en-US" branch="index" id="bm_id3150542"><bookmark_value>pages; order when printing</bookmark_value>
<bookmark_value>printing; page order</bookmark_value>
-</bookmark><comment>mw deletes three "printing;..." entries and copies 4 index entries to Calc guide print_details.xhp</comment><paragraph role="heading" id="hd_id3156329" xml-lang="en-US" level="1"><link href="text/scalc/01/05070500.xhp" name="Sheet">Sheet</link></paragraph>
+</bookmark><comment>mw deletes three "printing;..." entries and copies 4 index entries to Calc guide print_details.xhp</comment><paragraph role="heading" id="hd_id3156329" xml-lang="en-US" level="1"><link href="text/scalc/01/05070500.xhp">Sheet</link></paragraph>
<paragraph role="paragraph" id="par_id3151384" xml-lang="en-US"><ahelp hid="modules/scalc/ui/sheetprintpage/SheetPrintPage">Specifies the elements to be included in the printout of all sheets with the current Page Style. Additionally, you can set the print order, the first page number, and the page scale.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -45,7 +45,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/sheetprintpage/checkBTN_HEADER" id="bm_id3150767" localize="false"/><paragraph role="heading" id="hd_id3151041" xml-lang="en-US" level="3">Column and row headers</paragraph>
<paragraph role="paragraph" id="par_id3147228" xml-lang="en-US"><ahelp hid="modules/scalc/ui/sheetprintpage/checkBTN_HEADER">Specifies whether you want the column and row headers to be printed.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/sheetprintpage/checkBTN_GRID" id="bm_id3154320" localize="false"/><paragraph role="heading" id="hd_id3150439" xml-lang="en-US" level="3">Grid</paragraph>
-<paragraph role="paragraph" id="par_id3147436" xml-lang="en-US"><ahelp hid="modules/scalc/ui/sheetprintpage/checkBTN_GRID">Prints out the borders of the individual cells as a grid.</ahelp> For the view on screen, make your choice under <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/01060100.xhp" name="View"><emph>View</emph></link> - <emph>Grid lines</emph>.</paragraph>
+<paragraph role="paragraph" id="par_id3147436" xml-lang="en-US"><ahelp hid="modules/scalc/ui/sheetprintpage/checkBTN_GRID">Prints out the borders of the individual cells as a grid.</ahelp> For the view on screen, make your choice under <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/01060100.xhp"><emph>View</emph></link> - <emph>Grid lines</emph>.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/sheetprintpage/checkBTN_NOTES" id="bm_id3159153" localize="false"/><paragraph role="heading" id="hd_id3145750" xml-lang="en-US" level="3">Comments</paragraph>
<paragraph role="paragraph" id="par_id3150010" xml-lang="en-US"><ahelp hid="modules/scalc/ui/sheetprintpage/checkBTN_NOTES">Prints the comments defined in your spreadsheet.</ahelp> They will be printed on a separate page, along with the corresponding cell reference.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/sheetprintpage/checkBTN_OBJECTS" id="bm_id3144764" localize="false"/><paragraph role="heading" id="hd_id3154944" xml-lang="en-US" level="3">Objects/images</paragraph>
diff --git a/source/text/scalc/01/05080000.xhp b/source/text/scalc/01/05080000.xhp
index 9ee25b7ab0..0a51787016 100644
--- a/source/text/scalc/01/05080000.xhp
+++ b/source/text/scalc/01/05080000.xhp
@@ -32,7 +32,7 @@
<body>
<bookmark xml-lang="en-US" branch="hid/.uno:PrintRangesMenu" id="bm_id4606769" localize="false"/>
<section id="printranges">
-<paragraph role="heading" id="hd_id3154013" xml-lang="en-US" level="1"><link href="text/scalc/01/05080000.xhp" name="Print Ranges">Print Ranges</link></paragraph>
+<paragraph role="heading" id="hd_id3154013" xml-lang="en-US" level="1"><link href="text/scalc/01/05080000.xhp">Print Ranges</link></paragraph>
<paragraph role="paragraph" id="par_id3155855" xml-lang="en-US"><ahelp hid=".">Manages print ranges. Only cells within the print ranges will be printed.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -42,7 +42,7 @@
<embed href="text/scalc/01/05080100.xhp#define"/>
<embed href="text/scalc/01/05080400.xhp#add"/>
<embed href="text/scalc/01/05080200.xhp#clear"/>
-<paragraph role="heading" id="hd_id3154729" xml-lang="en-US" level="2"><link href="text/scalc/01/05080300.xhp" name="Edit">Edit</link></paragraph>
+<paragraph role="heading" id="hd_id3154729" xml-lang="en-US" level="2"><link href="text/scalc/01/05080300.xhp">Edit</link></paragraph>
<embed href="text/scalc/01/05080300.xhp#printrangestext"/>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/05080100.xhp b/source/text/scalc/01/05080100.xhp
index d7645a6c56..ec31275b5a 100644
--- a/source/text/scalc/01/05080100.xhp
+++ b/source/text/scalc/01/05080100.xhp
@@ -32,7 +32,7 @@
<body>
<section id="define">
<bookmark xml-lang="en-US" branch="hid/.uno:DefinePrintArea" id="bm_id3153561" localize="false"/>
-<paragraph role="heading" id="hd_id3145673" xml-lang="en-US" level="1"><link href="text/scalc/01/05080100.xhp" name="Define">Define</link></paragraph>
+<paragraph role="heading" id="hd_id3145673" xml-lang="en-US" level="1"><link href="text/scalc/01/05080100.xhp">Define</link></paragraph>
<paragraph role="paragraph" id="par_id3153896" xml-lang="en-US"><ahelp hid=".uno:DefinePrintArea">Defines an active cell or selected cell area as the print range.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/05080200.xhp b/source/text/scalc/01/05080200.xhp
index cfd348d95c..1bf3528436 100644
--- a/source/text/scalc/01/05080200.xhp
+++ b/source/text/scalc/01/05080200.xhp
@@ -32,7 +32,7 @@
<body>
<section id="clear">
<bookmark xml-lang="en-US" branch="hid/.uno:DeletePrintArea" id="bm_id3150275" localize="false"/>
-<paragraph role="heading" id="hd_id3153562" xml-lang="en-US" level="1"><link href="text/scalc/01/05080200.xhp" name="Clear">Clear</link></paragraph>
+<paragraph role="heading" id="hd_id3153562" xml-lang="en-US" level="1"><link href="text/scalc/01/05080200.xhp">Clear</link></paragraph>
<paragraph role="paragraph" id="par_id3148550" xml-lang="en-US"><ahelp hid=".uno:DeletePrintArea">Removes the defined print area.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/05080400.xhp b/source/text/scalc/01/05080400.xhp
index 0068cf8609..609908aa3a 100644
--- a/source/text/scalc/01/05080400.xhp
+++ b/source/text/scalc/01/05080400.xhp
@@ -32,7 +32,7 @@
<body>
<section id="add">
<bookmark xml-lang="en-US" branch="hid/.uno:AddPrintArea" id="bm_id3150543" localize="false"/>
-<paragraph role="heading" id="hd_id3149457" xml-lang="en-US" level="1"><link href="text/scalc/01/05080400.xhp" name="Add">Add</link></paragraph>
+<paragraph role="heading" id="hd_id3149457" xml-lang="en-US" level="1"><link href="text/scalc/01/05080400.xhp">Add</link></paragraph>
<paragraph role="paragraph" id="par_id3156423" xml-lang="en-US"><ahelp hid=".uno:AddPrintArea">Adds the current selection to the defined print areas.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/05100000.xhp b/source/text/scalc/01/05100000.xhp
index c99bafcbe5..6b2747424a 100644
--- a/source/text/scalc/01/05100000.xhp
+++ b/source/text/scalc/01/05100000.xhp
@@ -38,10 +38,10 @@
<bookmark_value>styles; in Calc</bookmark_value>
</bookmark>
-<h1 id="hd_id3150447"><link href="text/scalc/01/05100000.xhp" name="Styles">Styles</link></h1>
+<h1 id="hd_id3150447"><link href="text/scalc/01/05100000.xhp">Styles</link></h1>
<paragraph id="par_id3147434" role="paragraph" xml-lang="en-US">Use the Styles deck of the Sidebar to assign styles to cells and pages. You can apply, update, and modify existing styles or create new styles.</paragraph>
</section>
-<paragraph id="par_id3149665" role="paragraph" xml-lang="en-US">The Styles <link href="text/shared/00/00000005.xhp#docking" name="dockable window">dockable window</link> can remain open while editing the document.</paragraph>
+<paragraph id="par_id3149665" role="paragraph" xml-lang="en-US">The Styles <link href="text/shared/00/00000005.xhp#docking">dockable window</link> can remain open while editing the document.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00040500.xhp#stylewindow"/>
@@ -73,7 +73,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:PageStyle" id="bm_id3839136" localize="false"/>
-<h2 id="hd_id171593598056580"><link href="text/scalc/01/05070000.xhp" name="page styles">Page Styles</link></h2>
+<h2 id="hd_id171593598056580"><link href="text/scalc/01/05070000.xhp">Page Styles</link></h2>
<paragraph id="par_id3147003" role="paragraph" xml-lang="en-US"><ahelp hid=".">Displays the Page Styles available.</ahelp></paragraph>
<table id="tbl_id3145791">
@@ -122,7 +122,7 @@
<bookmark xml-lang="en-US" branch="hid/SFX2_HID_TEMPLDLG_NEWBYEXAMPLE" id="bm_id3150891" localize="false"/>
<h2 id="hd_id3153975">New Style from Selection</h2>
-<paragraph id="par_id3149499" role="paragraph" xml-lang="en-US"><ahelp hid="SFX2_HID_TEMPLDLG_NEWBYEXAMPLE">Creates a new style based on the formatting of a selected object.</ahelp> Assign a name for the style in the <link href="text/shared/01/05140100.xhp" name="Create Style">Create Style</link> dialog.</paragraph>
+<paragraph id="par_id3149499" role="paragraph" xml-lang="en-US"><ahelp hid="SFX2_HID_TEMPLDLG_NEWBYEXAMPLE">Creates a new style based on the formatting of a selected object.</ahelp> Assign a name for the style in the <link href="text/shared/01/05140100.xhp">Create Style</link> dialog.</paragraph>
<table id="tbl_id3152873">
<tablerow>
@@ -155,7 +155,7 @@
<h2 id="par_idN109BE">Style List</h2>
<paragraph id="par_idN109C2" role="paragraph" xml-lang="en-US"><ahelp hid="SFX2_HID_TEMPLATE_FMT">Displays the list of the styles from the selected style category.</ahelp></paragraph>
-<paragraph id="par_idN109D1" role="paragraph" xml-lang="en-US">In the <link href="text/shared/00/00000005.xhp#contextmenu" name="context menu">context menu</link> you can choose commands to create a new style, delete a user-defined style, or change the selected style.</paragraph>
+<paragraph id="par_idN109D1" role="paragraph" xml-lang="en-US">In the <link href="text/shared/00/00000005.xhp#contextmenu">context menu</link> you can choose commands to create a new style, delete a user-defined style, or change the selected style.</paragraph>
<bookmark xml-lang="en-US" branch="hid/SFX2_HID_TEMPLATE_FILTER" id="bm_id3151339" localize="false"/>
<h2 id="hd_id3149053">Style Groups<comment>UFI: use "groups" to be consistent with Writer</comment></h2>
diff --git a/source/text/scalc/01/05110000.xhp b/source/text/scalc/01/05110000.xhp
index 2fe12c5380..2e01bb9bb7 100644
--- a/source/text/scalc/01/05110000.xhp
+++ b/source/text/scalc/01/05110000.xhp
@@ -29,7 +29,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:AutoFormat" id="bm_id9247611" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/autoformattable/AutoFormatTableDialog" id="bm_id2998138" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/autoformattable/@@nowidget@@" id="bm_id2998138" localize="false"/>
- <h1 id="hd_id3149666"><variable id="autoformat"><link href="text/scalc/01/05110000.xhp" name="AutoFormat">AutoFormat</link></variable></h1>
+ <h1 id="hd_id3149666"><variable id="autoformat"><link href="text/scalc/01/05110000.xhp">AutoFormat</link></variable></h1>
<paragraph role="paragraph" id="par_id3145367" xml-lang="en-US"><variable id="autoformattext"><ahelp hid=".">Use this command to apply an AutoFormat to a selected sheet area or to define your own AutoFormats.</ahelp></variable></paragraph>
<section id="howtoget">
<embed href="text/scalc/00/00000405.xhp#autoformat"/>
diff --git a/source/text/scalc/01/05120000.xhp b/source/text/scalc/01/05120000.xhp
index 9b339b8a3a..4e41c6dc61 100644
--- a/source/text/scalc/01/05120000.xhp
+++ b/source/text/scalc/01/05120000.xhp
@@ -30,8 +30,8 @@
<bookmark xml-lang="en-US" branch="hid/.uno:ConditionalFormatMenu" id="bm_id5008047" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/conditionalformatdialog/ConditionalFormatDialog" id="bm_id3152518" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/conditionalformatdialog/@@nowidget@@" id="bm_id3152518" localize="false"/>
- <h1 id="hd_id51665407876959"><variable id="ConditionalFormattingh1"><link href="text/scalc/01/05120000.xhp" name="Conditional Formatting">Conditional Formatting</link></variable></h1>
- <paragraph xml-lang="en-US" id="par_id3163710" role="paragraph"><variable id="bedingtetext"><ahelp hid=".">Use <emph>Conditional Formatting</emph> to define range-based conditions that determine which <link href="text/scalc/01/cell_styles.xhp" name="CellStyles_link">cell style</link> will be applied to each cell in a given range based on its contents.</ahelp></variable> The cell style corresponding to the first condition that evaluates to <emph>true</emph> is applied. Cell styles applied through Conditional Formatting override cell styles applied manually using the <link href="text/scalc/main0202.xhp" name="FormattingBar_link"><emph>Formatting Bar</emph></link> or the <link href="text/scalc/01/05100000.xhp" name="StylesSidebar_link"><emph>Styles</emph> sidebar</link>.</paragraph>
+ <h1 id="hd_id51665407876959"><variable id="ConditionalFormattingh1"><link href="text/scalc/01/05120000.xhp">Conditional Formatting</link></variable></h1>
+ <paragraph xml-lang="en-US" id="par_id3163710" role="paragraph"><variable id="bedingtetext"><ahelp hid=".">Use <emph>Conditional Formatting</emph> to define range-based conditions that determine which <link href="text/scalc/01/cell_styles.xhp">cell style</link> will be applied to each cell in a given range based on its contents.</ahelp></variable> The cell style corresponding to the first condition that evaluates to <emph>true</emph> is applied. Cell styles applied through Conditional Formatting override cell styles applied manually using the <link href="text/scalc/main0202.xhp"><emph>Formatting Bar</emph></link> or the <link href="text/scalc/01/05100000.xhp"><emph>Styles</emph> sidebar</link>.</paragraph>
<paragraph xml-lang="en-US" id="par_id3163711" role="paragraph">You can enter several conditions that query the cell values or results of formulas. The conditions are evaluated from first to the last. If <emph>Condition 1</emph> is true based on the current cell contents, the corresponding cell style is applied. Otherwise, <emph>Condition 2</emph> is evaluated to determine if its corresponding style will be applied. If none of the conditions match cell contents, then no changes are made to the cell format.</paragraph>
<paragraph role="paragraph" id="par_id431642031216368">Conditional formats do not overwrite cell styles and direct formatting applied manually. They remain saved as cell properties and are applied when the cell matches no conditions or when you remove all conditional formats.</paragraph>
<warning id="par_id2414014">To apply conditional formatting, AutoCalculate must be enabled. Choose <emph>Data - Calculate - AutoCalculate</emph> (you see a check mark next to the command when AutoCalculate is enabled).</warning>
@@ -75,7 +75,7 @@
<embed href="text/scalc/01/05120400.xhp#iconset"/>
<bookmark xml-lang="en-US" branch="modules/scalc/ui/conditionalentry/style" id="bm_id241662938779751" localize="false"/>
<h2 id="hd_id431662938949798">Apply Style</h2>
- <paragraph role="paragraph" id="par_id971662939043786">Select the cell style to apply when the condition is verified. Select <emph>New Style</emph> to open the <link href="text/scalc/01/cell_styles.xhp" name="cellstyledialog">Cell Style dialog</link> and define the style properties.</paragraph>
+ <paragraph role="paragraph" id="par_id971662939043786">Select the cell style to apply when the condition is verified. Select <emph>New Style</emph> to open the <link href="text/scalc/01/cell_styles.xhp">Cell Style dialog</link> and define the style properties.</paragraph>
<embed href="text/scalc/01/05120500.xhp#manageconditions"/>
<section id="relatedtopics">
<paragraph xml-lang="en-US" id="par_idN107E1" role="paragraph" localize="false">
diff --git a/source/text/scalc/01/05120100.xhp b/source/text/scalc/01/05120100.xhp
index 6481acc51f..7328fa20f0 100644
--- a/source/text/scalc/01/05120100.xhp
+++ b/source/text/scalc/01/05120100.xhp
@@ -20,7 +20,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/conditionalentry/typeis" id="bm_id941662938267119" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/conditionalentry/val1" id="bm_id811662938541882" localize="false"/>
<section id="cellvalueis">
- <h1 id="hd_id431662935550205"><variable id="h1"><link href="text/scalc/01/05120100.xhp" name="Cell Value">Condition - Cell value is</link></variable></h1>
+ <h1 id="hd_id431662935550205"><variable id="h1"><link href="text/scalc/01/05120100.xhp">Condition - Cell value is</link></variable></h1>
<paragraph role="paragraph" id="par_id11662915615351">Applies a cell style on the cell or cell range controlled by the condition set in the drop down list. The formatting is applied to each cell individually and the condition may depend on other cells values of the selected range.</paragraph>
</section>
<section id="howtoget">
@@ -248,7 +248,7 @@
<paragraph id="par_id451662919849856" role="tablecontent" xml-lang="en-US" >is error</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id911662919849857" role="tablecontent" xml-lang="en-US" >The cell is in the error condition defined in the text box on the right. See <link href="text/scalc/05/02140000.xhp" name="calc errors">List of Calc errors</link>.</paragraph>
+ <paragraph id="par_id911662919849857" role="tablecontent" xml-lang="en-US" >The cell is in the error condition defined in the text box on the right. See <link href="text/scalc/05/02140000.xhp">List of Calc errors</link>.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -256,7 +256,7 @@
<paragraph id="par_id961662920774180" role="tablecontent" xml-lang="en-US" >is not error</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id381662920774181" role="tablecontent" xml-lang="en-US" >The cell is not in the error condition defined in the text box on the right. See <link href="text/scalc/05/02140000.xhp" name="calc errors">List of Calc errors</link></paragraph>
+ <paragraph id="par_id381662920774181" role="tablecontent" xml-lang="en-US" >The cell is not in the error condition defined in the text box on the right. See <link href="text/scalc/05/02140000.xhp">List of Calc errors</link></paragraph>
</tablecell>
</tablerow>
</table>
diff --git a/source/text/scalc/01/05120200.xhp b/source/text/scalc/01/05120200.xhp
index ebb624f728..b2a6567b06 100644
--- a/source/text/scalc/01/05120200.xhp
+++ b/source/text/scalc/01/05120200.xhp
@@ -17,7 +17,7 @@
</meta>
<body>
<section id="formulais">
- <h1 id="hd_id471662936567369"><variable id="h1"><link href="text/scalc/01/05120200.xhp" name="Formula is">Condition - Formula is</link></variable></h1>
+ <h1 id="hd_id471662936567369"><variable id="h1"><link href="text/scalc/01/05120200.xhp">Condition - Formula is</link></variable></h1>
<paragraph xml-lang="en-US" id="par_id31494139" role="paragraph">Applies the selected style to the cell when the formula expression in the text box in the right is <emph>not</emph> zero.</paragraph>
</section>
<paragraph role="paragraph" id="par_id1001662932287796">The formula is expressed similar to a test condition evaluating to <literal>TRUE</literal> or <literal>FALSE</literal>.</paragraph>
diff --git a/source/text/scalc/01/05120300.xhp b/source/text/scalc/01/05120300.xhp
index 0f00cefb5b..720bf1fc1d 100644
--- a/source/text/scalc/01/05120300.xhp
+++ b/source/text/scalc/01/05120300.xhp
@@ -17,7 +17,7 @@
</meta>
<body>
<section id="dateis">
- <h1 id="hd_id321662936831682"><variable id="h1"><link href="text/scalc/01/05120300.xhp" name="Date is">Condition - Date is</link></variable></h1>
+ <h1 id="hd_id321662936831682"><variable id="h1"><link href="text/scalc/01/05120300.xhp">Condition - Date is</link></variable></h1>
<paragraph role="paragraph" id="par_id31662934883939">Applies the selected style to the cell when the cell contents is formatted as date and the condition is one of the available date interval in the dropdown list.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/05120400.xhp b/source/text/scalc/01/05120400.xhp
index 9fc6ceabff..e577543fc8 100644
--- a/source/text/scalc/01/05120400.xhp
+++ b/source/text/scalc/01/05120400.xhp
@@ -18,11 +18,11 @@
<body>
<section id="allcells">
- <h1 id="hd_id861662937013389"><variable id="h1"><link href="text/scalc/01/05120400.xhp" name="All cells">Condition - All cells</link></variable></h1>
+ <h1 id="hd_id861662937013389"><variable id="h1"><link href="text/scalc/01/05120400.xhp">Condition - All cells</link></variable></h1>
<paragraph role="paragraph" id="par_id31662915586650">Applies the conditional formatting to the set of cells defined in the selected range. The formatting is applied based on the contents of the whole range.</paragraph>
</section>
<section id="colorscale">
- <h2 id="hd_id3147394"><link href="text/scalc/01/05120400.xhp#colorscale" name="Color Scale">Color Scale</link></h2>
+ <h2 id="hd_id3147394"><link href="text/scalc/01/05120400.xhp#colorscale">Color Scale</link></h2>
<paragraph xml-lang="en-US" id="par_id3155602" role="paragraph">Applies a color scale to a range consisting of displaying a bicolor or tricolor gradient on this range depending on the value of each cell.</paragraph>
</section>
<section id="howtoget">
@@ -54,7 +54,7 @@
</section>
<embed href="text/scalc/06/calcsamplefiles.xhp#conditionalformatting"/>
<section id="databar">
- <h2 id="par_id991609782427459"><link href="text/scalc/01/05120400.xhp#databar" name="Data Bar">Data Bar</link></h2>
+ <h2 id="par_id991609782427459"><link href="text/scalc/01/05120400.xhp#databar">Data Bar</link></h2>
<paragraph role="paragraph" id="par_id41609780964157">Data bar option will fill the cell with solid or gradient color corresponding to the numeric value in the cell.</paragraph>
</section>
<section id="howtoget">
@@ -106,7 +106,7 @@
<paragraph role="paragraph" id="par_id561663453936590">Do not display values in the cell, only the data bars.</paragraph>
<embed href="text/scalc/06/calcsamplefiles.xhp#conditionalformatting"/>
<section id="iconset">
- <h2 id="hd_id3153709"><link href="text/scalc/01/05120400.xhp#iconset" name="Icon Set">Icon Set</link></h2>
+ <h2 id="hd_id3153709"><link href="text/scalc/01/05120400.xhp#iconset">Icon Set</link></h2>
<paragraph xml-lang="en-US" id="par_id3153764" role="paragraph">Add an icon to the cell based on the value relative to the specified thresholds. Several icon sets are available.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/05120500.xhp b/source/text/scalc/01/05120500.xhp
index 8f74e1418a..a57e628748 100644
--- a/source/text/scalc/01/05120500.xhp
+++ b/source/text/scalc/01/05120500.xhp
@@ -19,7 +19,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/condformatmanager/CondFormatManager" id="bm_id3152598" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/condformatmanager/@@nowidget@@" id="bm_id3152598" localize="false"/>
<section id="manageconditions">
- <h1 id="hd_id391662937414401"><variable id="h1"><link href="text/scalc/01/05120500.xhp" name="Manage Conditions">Manage Conditions</link></variable></h1>
+ <h1 id="hd_id391662937414401"><variable id="h1"><link href="text/scalc/01/05120500.xhp">Manage Conditions</link></variable></h1>
<paragraph xml-lang="en-US" id="par_id3155906" role="paragraph">Manage all the conditional formatting defined in the spreadsheet.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/06020000.xhp b/source/text/scalc/01/06020000.xhp
index f639515110..3ce6c93454 100644
--- a/source/text/scalc/01/06020000.xhp
+++ b/source/text/scalc/01/06020000.xhp
@@ -39,7 +39,7 @@
<section id="howtoget">
<embed href="text/scalc/00/00000406.xhp#silbentrennungc"/>
</section>
-<paragraph role="paragraph" id="par_id3154366" xml-lang="en-US">You can only turn on the automatic hyphenation in $[officename] Calc when the <link href="text/shared/01/05340300.xhp" name="row break">row break</link> feature is active.</paragraph>
+<paragraph role="paragraph" id="par_id3154366" xml-lang="en-US">You can only turn on the automatic hyphenation in $[officename] Calc when the <link href="text/shared/01/05340300.xhp">row break</link> feature is active.</paragraph>
<paragraph role="heading" id="hd_id3153192" xml-lang="en-US" level="2">Hyphenation for selected cells.</paragraph>
<list type="ordered">
<listitem>
diff --git a/source/text/scalc/01/06030000.xhp b/source/text/scalc/01/06030000.xhp
index c34d8ad4b1..56110fca38 100644
--- a/source/text/scalc/01/06030000.xhp
+++ b/source/text/scalc/01/06030000.xhp
@@ -34,7 +34,7 @@
<bookmark_value>Formula Auditing,see Detective</bookmark_value>
<bookmark_value>Detective</bookmark_value>
</bookmark><comment>MW added "Detective" and a cross-reference</comment>
-<paragraph xml-lang="en-US" id="hd_id3151245" role="heading" level="1"><link href="text/scalc/01/06030000.xhp" name="Detective">Detective</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3151245" role="heading" level="1"><link href="text/scalc/01/06030000.xhp">Detective</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3151211" role="paragraph">This command activates the Spreadsheet Detective. With the Detective, you can trace the dependencies from the current formula cell to the cells in the spreadsheet.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/06030100.xhp b/source/text/scalc/01/06030100.xhp
index a301cb6c44..05999f11f4 100644
--- a/source/text/scalc/01/06030100.xhp
+++ b/source/text/scalc/01/06030100.xhp
@@ -35,7 +35,7 @@
<bookmark_value>formula cells;tracing precedents</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ShowPrecedents" id="bm_id3145673" localize="false"/>
-<paragraph role="heading" id="hd_id3155628" xml-lang="en-US" level="1"><link href="text/scalc/01/06030100.xhp" name="Trace Precedents">Trace Precedents</link></paragraph>
+<paragraph role="heading" id="hd_id3155628" xml-lang="en-US" level="1"><link href="text/scalc/01/06030100.xhp">Trace Precedents</link></paragraph>
<paragraph role="paragraph" id="par_id3153542" xml-lang="en-US"><ahelp hid=".uno:ShowPrecedents">This function shows the relationship between the current cell containing a formula and the cells used in the formula.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3147265" xml-lang="en-US">Traces are displayed in the sheet with marking arrows. At the same time, the range of all the cells contained in the formula of the current cell is highlighted with a blue frame.</paragraph>
diff --git a/source/text/scalc/01/06030200.xhp b/source/text/scalc/01/06030200.xhp
index a11ac9c2ad..4c1fda7456 100644
--- a/source/text/scalc/01/06030200.xhp
+++ b/source/text/scalc/01/06030200.xhp
@@ -35,7 +35,7 @@
<bookmark_value>formula cells;removing precedents</bookmark_value>
</bookmark><comment>mw changed "formula..." entry</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:ClearArrowPrecedents" id="bm_id8005825" localize="false"/>
-<paragraph role="heading" id="hd_id3155628" xml-lang="en-US" level="1"><link href="text/scalc/01/06030200.xhp" name="Remove Precedents">Remove Precedents</link></paragraph>
+<paragraph role="heading" id="hd_id3155628" xml-lang="en-US" level="1"><link href="text/scalc/01/06030200.xhp">Remove Precedents</link></paragraph>
<paragraph role="paragraph" id="par_id3149456" xml-lang="en-US"><ahelp hid=".uno:ClearArrowPrecedents">Deletes one level of the trace arrows that were inserted with the <emph>Trace Precedents</emph> command.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/06030300.xhp b/source/text/scalc/01/06030300.xhp
index 3c26b45970..6d54bda364 100644
--- a/source/text/scalc/01/06030300.xhp
+++ b/source/text/scalc/01/06030300.xhp
@@ -34,7 +34,7 @@
<section id="trace_dependents">
<bookmark xml-lang="en-US" branch="index" id="bm_id3153252"><bookmark_value>cells; tracing dependents</bookmark_value></bookmark>
<bookmark branch="hid/.uno:ShowDependents" xml-lang="en-US" id="bm_id3143267" localize="false"/>
-<paragraph id="hd_id3153252" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/06030300.xhp" name="Trace Dependents">Trace Dependents</link></paragraph>
+<paragraph id="hd_id3153252" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/06030300.xhp">Trace Dependents</link></paragraph>
<paragraph role="paragraph" id="par_id3156024" xml-lang="en-US"><ahelp hid=".uno:ShowDependents" visibility="visible">Draws tracer arrows to the active cell from formulas that depend on values in the active cell.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3148948" xml-lang="en-US">The area of all cells that are used together with the active cell in a formula is highlighted by a blue frame.</paragraph>
diff --git a/source/text/scalc/01/06030400.xhp b/source/text/scalc/01/06030400.xhp
index 345c24430e..95c3272fc5 100644
--- a/source/text/scalc/01/06030400.xhp
+++ b/source/text/scalc/01/06030400.xhp
@@ -35,7 +35,7 @@
<section id="remove_dependents">
<bookmark xml-lang="en-US" branch="index" id="bm_id3147335"><bookmark_value>cells; removing dependents</bookmark_value></bookmark>
<bookmark branch="hid/.uno:ClearArrowDependents" xml-lang="en-US" id="bm_id3148552" localize="false"/>
-<paragraph id="hd_id3147335" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/06030400.xhp" name="Remove Dependents">Remove Dependents</link></paragraph>
+<paragraph id="hd_id3147335" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/06030400.xhp">Remove Dependents</link></paragraph>
<paragraph role="paragraph" id="par_id3148663" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:ClearArrowDependents">Deletes one level of tracer arrows created with <emph>Trace Dependents</emph>.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/06030500.xhp b/source/text/scalc/01/06030500.xhp
index 8bb1bf5501..51f44309ef 100644
--- a/source/text/scalc/01/06030500.xhp
+++ b/source/text/scalc/01/06030500.xhp
@@ -35,7 +35,7 @@
<section id="remove_all_traces">
<bookmark xml-lang="en-US" branch="index" id="bm_id3153088"><bookmark_value>cells; removing traces</bookmark_value></bookmark>
<bookmark branch="hid/.uno:ClearArrows" xml-lang="en-US" id="bm_id3153541" localize="false"/>
-<paragraph id="hd_id3153088" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/06030500.xhp" name="Remove All Traces">Remove All Traces</link></paragraph>
+<paragraph id="hd_id3153088" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/06030500.xhp">Remove All Traces</link></paragraph>
<paragraph role="paragraph" id="par_id3151246" xml-lang="en-US"><ahelp hid=".uno:ClearArrows" visibility="visible">Removes all tracer arrows from the spreadsheet.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/06030600.xhp b/source/text/scalc/01/06030600.xhp
index 7b112100db..5cfc1d72ad 100644
--- a/source/text/scalc/01/06030600.xhp
+++ b/source/text/scalc/01/06030600.xhp
@@ -35,7 +35,7 @@
<section id="trace_error">
<bookmark branch="index" xml-lang="en-US" id="bm_id3153561"><bookmark_value>cells; tracing errors</bookmark_value><bookmark_value>tracing errors</bookmark_value><bookmark_value>error tracing</bookmark_value></bookmark>
<bookmark branch="hid/.uno:ShowErrors" xml-lang="en-US" id="bm_id3153541" localize="false"/>
-<paragraph id="hd_id3153561" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/06030600.xhp" name="Trace Error">Trace Error</link></paragraph>
+<paragraph id="hd_id3153561" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/06030600.xhp">Trace Error</link></paragraph>
<paragraph role="paragraph" id="par_id3148550" xml-lang="en-US"><ahelp hid=".uno:ShowErrors" visibility="visible">Draws tracer arrows to all precedent cells which cause an error value in a selected cell.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/06030700.xhp b/source/text/scalc/01/06030700.xhp
index 1036bb500d..e74f950791 100644
--- a/source/text/scalc/01/06030700.xhp
+++ b/source/text/scalc/01/06030700.xhp
@@ -35,12 +35,12 @@
<bookmark_value>traces; precedents for multiple cells</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:AuditingFillMode" id="bm_id3148491" localize="false"/>
-<paragraph role="heading" id="hd_id3145119" xml-lang="en-US" level="1"><link href="text/scalc/01/06030700.xhp" name="Fill Mode">Fill Mode</link></paragraph>
+<paragraph role="heading" id="hd_id3145119" xml-lang="en-US" level="1"><link href="text/scalc/01/06030700.xhp">Fill Mode</link></paragraph>
<paragraph role="paragraph" id="par_id3151246" xml-lang="en-US"><ahelp hid=".uno:AuditingFillMode">Activates the Fill Mode in the Detective. The mouse pointer changes to a special symbol, and you can click any cell to see a trace to the precedent cell.</ahelp> To exit this mode, press Escape or click the <emph>End Fill Mode</emph> command in the context menu.</paragraph>
</section>
<section id="howtoget">
<embed href="text/scalc/00/00000406.xhp#fuellmodus"/>
</section>
-<paragraph role="paragraph" id="par_id3151211" xml-lang="en-US">The <emph>Fill Mode</emph> function is identical to the <link href="text/scalc/01/06030100.xhp" name="Trace Precedent">Trace Precedent</link> command if you call this mode for the first time. Use the context menu to select further options for the Fill Mode and to exit this mode.</paragraph>
+<paragraph role="paragraph" id="par_id3151211" xml-lang="en-US">The <emph>Fill Mode</emph> function is identical to the <link href="text/scalc/01/06030100.xhp">Trace Precedent</link> command if you call this mode for the first time. Use the context menu to select further options for the Fill Mode and to exit this mode.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/06030800.xhp b/source/text/scalc/01/06030800.xhp
index 4f9905b920..871dfc938d 100644
--- a/source/text/scalc/01/06030800.xhp
+++ b/source/text/scalc/01/06030800.xhp
@@ -35,12 +35,12 @@
<section id="mark_invalid_data">
<bookmark branch="index" xml-lang="en-US" id="bm_id3153821"><bookmark_value>cells; invalid data</bookmark_value><bookmark_value>data; showing invalid data</bookmark_value><bookmark_value>invalid data;marking</bookmark_value></bookmark>
<bookmark branch="hid/.uno:ShowInvalid" xml-lang="en-US" id="bm_id3157909" localize="false"/>
-<paragraph id="hd_id3153821" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/06030800.xhp" name="Mark Invalid Data">Mark Invalid Data</link></paragraph>
+<paragraph id="hd_id3153821" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/06030800.xhp">Mark Invalid Data</link></paragraph>
<paragraph role="paragraph" id="par_id3147264" xml-lang="en-US"><ahelp hid=".uno:ShowInvalid" visibility="visible">Marks all cells in the sheet that contain values outside the validation rules.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/scalc/00/00000406.xhp#dateneinkreisen"/>
</section>
- <paragraph xml-lang="en-US" role="paragraph" id="par_id3151211">The <link href="text/scalc/01/12120000.xhp" name="validity rules">validity rules</link> restrict the input of numbers, dates, time values and text to certain values. However, it is possible to enter invalid values or copy invalid values into the cells if the <emph>Stop</emph> option is not selected. When you assign a validity rule, existing values in a cell will not be modified.</paragraph>
+ <paragraph xml-lang="en-US" role="paragraph" id="par_id3151211">The <link href="text/scalc/01/12120000.xhp">validity rules</link> restrict the input of numbers, dates, time values and text to certain values. However, it is possible to enter invalid values or copy invalid values into the cells if the <emph>Stop</emph> option is not selected. When you assign a validity rule, existing values in a cell will not be modified.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/06030900.xhp b/source/text/scalc/01/06030900.xhp
index 495c0abff4..e1ec3edaac 100644
--- a/source/text/scalc/01/06030900.xhp
+++ b/source/text/scalc/01/06030900.xhp
@@ -36,7 +36,7 @@
<bookmark_value>updating;traces</bookmark_value>
</bookmark><comment>mw made "updating..." a two level entry</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:RefreshArrows" id="bm_id9951902" localize="false"/>
-<paragraph role="heading" id="hd_id3152349" xml-lang="en-US" level="1"><link href="text/scalc/01/06030900.xhp" name="Refresh Traces">Refresh Traces</link></paragraph>
+<paragraph role="heading" id="hd_id3152349" xml-lang="en-US" level="1"><link href="text/scalc/01/06030900.xhp">Refresh Traces</link></paragraph>
<paragraph role="paragraph" id="par_id3148947" xml-lang="en-US"><ahelp hid=".uno:RefreshArrows">Redraws all traces in the sheet. Formulas modified when traces are redrawn are taken into account.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/06031000.xhp b/source/text/scalc/01/06031000.xhp
index 30bd550ad8..1121a94a2f 100644
--- a/source/text/scalc/01/06031000.xhp
+++ b/source/text/scalc/01/06031000.xhp
@@ -35,7 +35,7 @@
<section id="autorefresh">
<bookmark branch="index" xml-lang="en-US" id="bm_id3154515"><bookmark_value>cells; autorefreshing traces</bookmark_value><bookmark_value>traces; autorefreshing</bookmark_value></bookmark>
<bookmark branch="hid/.uno:AutoRefreshArrows" xml-lang="en-US" id="bm_id3153821" localize="false"/>
-<paragraph id="hd_id3154515" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/06031000.xhp" name="AutoRefresh">AutoRefresh</link></paragraph>
+<paragraph id="hd_id3154515" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/06031000.xhp">AutoRefresh</link></paragraph>
<paragraph role="paragraph" id="par_id3147264" xml-lang="en-US"><ahelp hid=".uno:AutoRefreshArrows" visibility="visible">Automatically refreshes all the traces in the sheet whenever you modify a formula.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/06050000.xhp b/source/text/scalc/01/06050000.xhp
index fd5b9366f2..ce6dd63446 100644
--- a/source/text/scalc/01/06050000.xhp
+++ b/source/text/scalc/01/06050000.xhp
@@ -49,7 +49,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/scenariodialog/comment" id="bm_id3152596" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/SC_HID_SC_SCENWIN_BOTTOM" id="bm_id3156444" localize="false"/>
<paragraph role="heading" id="hd_id3153954" xml-lang="en-US" level="2">Comment</paragraph>
-<paragraph role="paragraph" id="par_id3155411" xml-lang="en-US"><ahelp hid=".">Specifies additional information about the scenario. This information will be displayed in the <link href="text/scalc/01/02110000.xhp" name="Navigator">Navigator</link> when you click the <emph>Scenarios</emph> icon and select the desired scenario.</ahelp> You can also modify this information in the Navigator through the <emph>Properties </emph>context menu command.</paragraph>
+<paragraph role="paragraph" id="par_id3155411" xml-lang="en-US"><ahelp hid=".">Specifies additional information about the scenario. This information will be displayed in the <link href="text/scalc/01/02110000.xhp">Navigator</link> when you click the <emph>Scenarios</emph> icon and select the desired scenario.</ahelp> You can also modify this information in the Navigator through the <emph>Properties </emph>context menu command.</paragraph>
<paragraph role="heading" id="hd_id3145273" xml-lang="en-US" level="2">Settings</paragraph>
<paragraph role="paragraph" id="par_id3153364" xml-lang="en-US">This section is used to define some of the settings used in the scenario display.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/scenariodialog/showframe" id="bm_id3151119" localize="false"/>
diff --git a/source/text/scalc/01/06060000.xhp b/source/text/scalc/01/06060000.xhp
index ae03dc3239..91ee8d0956 100644
--- a/source/text/scalc/01/06060000.xhp
+++ b/source/text/scalc/01/06060000.xhp
@@ -31,16 +31,16 @@
</meta>
<body>
<section id="protect_document">
-<paragraph role="heading" id="hd_id3148946" xml-lang="en-US" level="1"><link href="text/scalc/01/06060000.xhp" name="Protect Document">Protect Document</link></paragraph>
+<paragraph role="heading" id="hd_id3148946" xml-lang="en-US" level="1"><link href="text/scalc/01/06060000.xhp">Protect Document</link></paragraph>
<paragraph role="paragraph" id="par_id3153362" xml-lang="en-US">The <emph>Protect Sheet</emph> or <emph>Protect Spreadsheet Structure</emph> commands prevent changes from being made to cells in the sheets or to sheets in a document. As an option, you can define a password. If a password is defined, removal of the protection is only possible if the user enters the correct password.</paragraph>
</section>
<section id="howtoget">
<embed href="text/scalc/00/00000406.xhp#protect_sheet"/>
<embed href="text/scalc/00/00000406.xhp#protect_spreadsheet"/>
</section>
-<paragraph role="heading" id="hd_id3147228" xml-lang="en-US" level="2"><link href="text/scalc/01/06060100.xhp" name="Sheets">Sheets</link></paragraph>
+<paragraph role="heading" id="hd_id3147228" xml-lang="en-US" level="2"><link href="text/scalc/01/06060100.xhp">Sheets</link></paragraph>
<embed href="text/scalc/01/06060100.xhp#tabelletext"/>
-<paragraph role="heading" id="hd_id3153768" xml-lang="en-US" level="2"><link href="text/scalc/01/06060200.xhp" name="Documents">Documents</link></paragraph>
+<paragraph role="heading" id="hd_id3153768" xml-lang="en-US" level="2"><link href="text/scalc/01/06060200.xhp">Documents</link></paragraph>
<embed href="text/scalc/01/06060200.xhp#dokumenttext"/>
<section id="relatedtopics">
<paragraph role="paragraph" id="par_idN10622" xml-lang="en-US" localize="false">
diff --git a/source/text/scalc/01/06060100.xhp b/source/text/scalc/01/06060100.xhp
index 5ed52eec56..ef01d741be 100644
--- a/source/text/scalc/01/06060100.xhp
+++ b/source/text/scalc/01/06060100.xhp
@@ -39,14 +39,14 @@
<bookmark_value>protect;sheet</bookmark_value>
<bookmark_value>selection;in protected cells</bookmark_value>
</bookmark>
-<h1 id="hd_id3153087"><variable id="ProtectingSheeth1"><link href="text/scalc/01/06060100.xhp" name="Protecting Sheet">Protecting Sheet</link></variable></h1>
+<h1 id="hd_id3153087"><variable id="ProtectingSheeth1"><link href="text/scalc/01/06060100.xhp">Protecting Sheet</link></variable></h1>
<paragraph role="paragraph" id="par_id3148664" xml-lang="en-US"><variable id="tabelletext"><ahelp hid=".uno:Protect">Protects the cells in the current sheet from being modified.</ahelp></variable></paragraph>
<paragraph role="paragraph" id="par_id701619429750616">Choose <emph>Tools - Protect Sheet</emph> to open the <emph>Protect Sheet</emph> dialog in which you then specify sheet protection with or without a password, and select the elements of the sheet to protect.</paragraph>
<section id="howtoget">
<embed href="text/scalc/00/00000406.xhp#protect_sheet"/>
<embed href="text/scalc/00/00000402.xhp#cellprotection"/>
</section>
-<warning id="par_id3149664">To protect cells from further editing, the <emph>Protected</emph> check box must be checked on the <link href="text/scalc/01/05020600.xhp" name="Format - Cells - Cell Protection"><emph>Format - Cells - Cell Protection</emph></link> tab page or on the <emph>Format Cells</emph> context menu.</warning>
+<warning id="par_id3149664">To protect cells from further editing, the <emph>Protected</emph> check box must be checked on the <link href="text/scalc/01/05020600.xhp"><emph>Format - Cells - Cell Protection</emph></link> tab page or on the <emph>Format Cells</emph> context menu.</warning>
<h2 id="hd_id901619431276995">Protect this sheet and contents of the protected cells</h2>
<paragraph role="paragraph" id="par_id381619431285815">Mark this checkbox to activate protection of sheet and cell contents.</paragraph>
diff --git a/source/text/scalc/01/06070000.xhp b/source/text/scalc/01/06070000.xhp
index 9f35327a6d..08c1be799e 100644
--- a/source/text/scalc/01/06070000.xhp
+++ b/source/text/scalc/01/06070000.xhp
@@ -34,7 +34,7 @@
<bookmark_value>cell contents;AutoCalculate function</bookmark_value>
</bookmark><comment>mw added "recalculating;..." </comment>
<bookmark xml-lang="en-US" branch="hid/.uno:AutomaticCalculation" id="bm_id6626340" localize="false"/>
-<h1 id="hd_id3145673"><link href="text/scalc/01/06070000.xhp" name="AutoCalculate">AutoCalculate</link></h1>
+<h1 id="hd_id3145673"><link href="text/scalc/01/06070000.xhp">AutoCalculate</link></h1>
<paragraph role="paragraph" id="par_id3148798" xml-lang="en-US"><ahelp hid=".uno:AutomaticCalculation">Automatically recalculates all formulas in the document.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3145173" xml-lang="en-US">All cells are recalculated after a sheet cell has been modified. Any charts in the sheet will also be refreshed.</paragraph>
diff --git a/source/text/scalc/01/06080000.xhp b/source/text/scalc/01/06080000.xhp
index dd85adf922..6d837ff1d8 100644
--- a/source/text/scalc/01/06080000.xhp
+++ b/source/text/scalc/01/06080000.xhp
@@ -34,7 +34,7 @@
</bookmark><comment>mw changed "recalculating;...", "formulas;..." and "cell..." entries and deleted "recalculating formulas"</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:Calculate" id="bm_id2661876" localize="false"/>
<section id="recalculateheader">
-<h1 id="hd_id3157909"><link href="text/scalc/01/06080000.xhp" name="Recalculate">Recalculate</link></h1>
+<h1 id="hd_id3157909"><link href="text/scalc/01/06080000.xhp">Recalculate</link></h1>
<paragraph role="paragraph" id="par_id951584669541929">Recalculates formula cells.</paragraph>
</section>
<section id="howtoget">
@@ -47,7 +47,7 @@
<paragraph role="paragraph" id="par_id3150799" xml-lang="en-US">After the document has been recalculated, the display is refreshed. All charts are also refreshed.</paragraph>
</section>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id641645233417894"><link href="text/shared/optionen/01060900.xhp" name="recalculationoptions">Recalculation options</link></paragraph>
+ <paragraph role="paragraph" id="par_id641645233417894"><link href="text/shared/optionen/01060900.xhp">Recalculation options</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/06130000.xhp b/source/text/scalc/01/06130000.xhp
index 40462661ab..260db76a42 100644
--- a/source/text/scalc/01/06130000.xhp
+++ b/source/text/scalc/01/06130000.xhp
@@ -34,7 +34,7 @@
<bookmark_value>capital letters;AutoInput function</bookmark_value>
</bookmark><comment>mw made "entering..." a one level entry</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:AutoComplete" id="bm_id6682843" localize="false"/>
-<paragraph role="heading" id="hd_id3148492" xml-lang="en-US" level="1"><link href="text/scalc/01/06130000.xhp" name="AutoInput">AutoInput</link></paragraph>
+<paragraph role="heading" id="hd_id3148492" xml-lang="en-US" level="1"><link href="text/scalc/01/06130000.xhp">AutoInput</link></paragraph>
<paragraph role="paragraph" id="par_id3150793" xml-lang="en-US"><ahelp hid=".uno:AutoComplete">Switches the AutoInput function on and off, which automatically completes entries, based on other entries in the same column.</ahelp> The column is scanned up to a maximum of 2000 cells or 200 different strings.</paragraph>
<embed href="text/scalc/guide/auto_off.xhp#auto_off"/>
<section id="howtoget">
diff --git a/source/text/scalc/01/07080000.xhp b/source/text/scalc/01/07080000.xhp
index 9e0beeae16..659706aa1c 100644
--- a/source/text/scalc/01/07080000.xhp
+++ b/source/text/scalc/01/07080000.xhp
@@ -31,7 +31,7 @@
<section id="split_window">
<bookmark xml-lang="en-US" branch="hid/.uno:SplitWindow" id="bm_id6328790" localize="false"/>
-<paragraph id="hd_id3163800" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/07080000.xhp" name="Split">Split Window</link></paragraph>
+<paragraph id="hd_id3163800" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/07080000.xhp">Split Window</link></paragraph>
<paragraph id="par_id3150084" role="paragraph" xml-lang="en-US"><ahelp hid=".">Divides the current window at the top left corner of the active cell.</ahelp></paragraph>
</section>
@@ -40,7 +40,7 @@
</section>
<embed href="text/scalc/guide/line_fix.xhp#line_fix"/>
<paragraph id="par_id3154910" role="note" xml-lang="en-US">You can also use the mouse to split the window horizontally or vertically. To do this, drag the thick black line located directly above the vertical scrollbar or directly to the right of the horizontal scrollbar into the window. A thick black line will show where the window is split.</paragraph>
-<paragraph id="par_id3149263" role="paragraph" xml-lang="en-US">A split window has its own scrollbars in each partial section; by contrast, <link href="text/scalc/01/07090000.xhp" name="fixed window sections">fixed window sections</link> are not scrollable.</paragraph>
+<paragraph id="par_id3149263" role="paragraph" xml-lang="en-US">A split window has its own scrollbars in each partial section; by contrast, <link href="text/scalc/01/07090000.xhp">fixed window sections</link> are not scrollable.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/07090000.xhp b/source/text/scalc/01/07090000.xhp
index 07064520c9..ca46194b03 100644
--- a/source/text/scalc/01/07090000.xhp
+++ b/source/text/scalc/01/07090000.xhp
@@ -31,7 +31,7 @@
<section id="freeze_rows_and_columns">
<bookmark xml-lang="en-US" branch="hid/.uno:FreezePanes" id="bm_id6343491" localize="false"/>
-<h1 id="hd_id3150517" xml-lang="en-US"><variable id="freezerowcolum"><link href="text/scalc/01/07090000.xhp" name="Freeze">Freeze Rows and Columns</link></variable></h1>
+<h1 id="hd_id3150517" xml-lang="en-US"><variable id="freezerowcolum"><link href="text/scalc/01/07090000.xhp">Freeze Rows and Columns</link></variable></h1>
<paragraph id="par_id3156289" role="paragraph" xml-lang="en-US"><ahelp hid=".">Divides the sheet at the top left corner of the active cell and the area to the top left is no longer scrollable.</ahelp></paragraph>
</section>
diff --git a/source/text/scalc/01/07090100.xhp b/source/text/scalc/01/07090100.xhp
index 7e75873244..62d285d93b 100644
--- a/source/text/scalc/01/07090100.xhp
+++ b/source/text/scalc/01/07090100.xhp
@@ -22,7 +22,7 @@
<bookmark_value>freezing;cells</bookmark_value>
</bookmark>
<section id="freezecells">
-<h1 id="hd_id961612313262512"><variable id="freezecellsh1"><link href="text/scalc/01/07090100.xhp" name="Freeze Cells">Freeze Cells</link></variable></h1>
+<h1 id="hd_id961612313262512"><variable id="freezecellsh1"><link href="text/scalc/01/07090100.xhp">Freeze Cells</link></variable></h1>
<paragraph id="par_id481612313262514" role="paragraph" xml-lang="en-US">Freezes the first column or the first row of the current spreadsheet.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/12010000.xhp b/source/text/scalc/01/12010000.xhp
index b655dee61f..ac66b4c966 100644
--- a/source/text/scalc/01/12010000.xhp
+++ b/source/text/scalc/01/12010000.xhp
@@ -31,7 +31,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/definedatabaserangedialog/DefineDatabaseRangeDialog" id="bm_id3147335" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/definedatabaserangedialog/@@nowidget@@" id="bm_id3147335" localize="false"/>
<section id="defineDBrangeheader">
-<h1 id="hd_id3157909"><link href="text/scalc/01/12010000.xhp" name="Define Database Range">Define Range</link></h1>
+<h1 id="hd_id3157909"><link href="text/scalc/01/12010000.xhp">Define Range</link></h1>
<paragraph role="paragraph" id="par_id3155922" xml-lang="en-US"><variable id="bereichtext"><ahelp hid=".uno:DefineDBName">Defines a database range based on the selected cells in your sheet.</ahelp></variable></paragraph>
</section>
@@ -52,6 +52,6 @@
<embed href="text/shared/00/00000001.xhp#delete"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/definedatabaserangedialog/more" id="bm_id3152596" localize="false"/>
<h2 id="hd_id3150010">More &gt;&gt;</h2>
-<paragraph role="paragraph" id="par_id3153144" xml-lang="en-US"><ahelp hid="modules/scalc/ui/definedatabaserangedialog/more">Shows additional <link href="text/scalc/01/12010100.xhp" name="options">options</link>.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3153144" xml-lang="en-US"><ahelp hid="modules/scalc/ui/definedatabaserangedialog/more">Shows additional <link href="text/scalc/01/12010100.xhp">options</link>.</ahelp></paragraph>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/12020000.xhp b/source/text/scalc/01/12020000.xhp
index 50b18d46ca..3449b2992a 100644
--- a/source/text/scalc/01/12020000.xhp
+++ b/source/text/scalc/01/12020000.xhp
@@ -34,8 +34,8 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/selectrange/@@nowidget@@" id="bm_id3148946" localize="false"/>
<section id="selectDBheader">
-<h1 id="hd_id3145068"><link href="text/scalc/01/12020000.xhp" name="Select Database Range">Select Range</link></h1>
-<paragraph role="paragraph" id="par_id3149655" xml-lang="en-US"><variable id="bereichwaehlen"><ahelp hid=".uno:SelectDB">Selects a database range that you defined under <link href="text/scalc/01/12010000.xhp" name="Data - Define Range">Data - Define Range</link>.</ahelp></variable></paragraph>
+<h1 id="hd_id3145068"><link href="text/scalc/01/12020000.xhp">Select Range</link></h1>
+<paragraph role="paragraph" id="par_id3149655" xml-lang="en-US"><variable id="bereichwaehlen"><ahelp hid=".uno:SelectDB">Selects a database range that you defined under <link href="text/scalc/01/12010000.xhp">Data - Define Range</link>.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/12030000.xhp b/source/text/scalc/01/12030000.xhp
index 5eddab9f99..afa2df1306 100644
--- a/source/text/scalc/01/12030000.xhp
+++ b/source/text/scalc/01/12030000.xhp
@@ -29,11 +29,11 @@
<body>
<bookmark xml-lang="en-US" branch="hid/.uno:DataSort" id="bm_id3150084" localize="false"/>
<section id="sortheader">
-<h1 id="hd_id3150275"><link href="text/scalc/01/12030000.xhp" name="">Sort</link></h1>
+<h1 id="hd_id3150275"><link href="text/scalc/01/12030000.xhp">Sort</link></h1>
<paragraph role="paragraph" id="par_id3155922" xml-lang="en-US"><variable id="sorttext"><ahelp hid=".uno:DataSort">Sorts the selected rows according to the conditions that you specify.</ahelp>
</variable> $[officename] automatically recognizes and selects database ranges.</paragraph>
</section>
-<note id="par_id3147428">You cannot sort data if the <link href="text/shared/01/02230000.xhp" name="Record changes">Record changes</link> options is enabled.</note>
+<note id="par_id3147428">You cannot sort data if the <link href="text/shared/01/02230000.xhp">Record changes</link> options is enabled.</note>
<section id="howtoget">
<embed href="text/scalc/00/00000412.xhp#dnsrt"/>
</section>
diff --git a/source/text/scalc/01/12030100.xhp b/source/text/scalc/01/12030100.xhp
index be87bba343..870e974841 100644
--- a/source/text/scalc/01/12030100.xhp
+++ b/source/text/scalc/01/12030100.xhp
@@ -29,7 +29,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/sortcriteriapage/SortCriteriaPage" id="bm_id3156326" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/sortcriteriapage/@@nowidget@@" id="bm_id3156326" localize="false"/>
-<h1 id="hd_id3152350"><link href="text/scalc/01/12030100.xhp" name="Sort Criteria">Sort Criteria</link></h1>
+<h1 id="hd_id3152350"><link href="text/scalc/01/12030100.xhp">Sort Criteria</link></h1>
<paragraph role="paragraph" id="par_id3151385" xml-lang="en-US"><ahelp hid="modules/scalc/ui/sortcriteriapage/SortCriteriaPage">Specify the sorting options for the selected range.</ahelp></paragraph>
</section>
<note id="par_id3152462">Ensure that you include any row and column titles in the selection.</note>
diff --git a/source/text/scalc/01/12030200.xhp b/source/text/scalc/01/12030200.xhp
index 2dbd0cb88a..7f13f40a0d 100644
--- a/source/text/scalc/01/12030200.xhp
+++ b/source/text/scalc/01/12030200.xhp
@@ -37,7 +37,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/sortoptionspage/SortOptionsPage" id="bm_id3151044" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/sortoptionspage/@@nowidget@@" id="bm_id3151044" localize="false"/>
-<h1 id="hd_id3147228" xml-lang="en-US"><link href="text/scalc/01/12030200.xhp" name="Options"> Options</link></h1>
+<h1 id="hd_id3147228" xml-lang="en-US"><link href="text/scalc/01/12030200.xhp"> Options</link></h1>
<paragraph role="paragraph" id="par_id3153770" xml-lang="en-US"><ahelp hid="modules/scalc/ui/sortoptionspage/SortOptionsPage"> Sets additional sorting options.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -67,7 +67,7 @@
<paragraph role="paragraph" id="par_id3156286" xml-lang="en-US"><ahelp hid="modules/scalc/ui/sortoptionspage/copyresult"> Copies the sorted list to the cell range that you specify.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/sortoptionspage/outarealb" id="bm_id3149403" localize="false"/>
<h3 id="hd_id3153418"> Sort results (named ranges list)</h3>
-<paragraph role="paragraph" id="par_id3155602" xml-lang="en-US"><ahelp hid="modules/scalc/ui/sortoptionspage/outarealb"> Select a named <link href="text/scalc/01/12010000.xhp" name="cell range"> cell range</link> where you want to display the sorted list.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3155602" xml-lang="en-US"><ahelp hid="modules/scalc/ui/sortoptionspage/outarealb"> Select a named <link href="text/scalc/01/12010000.xhp"> cell range</link> where you want to display the sorted list.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/sortoptionspage/outareaed" id="bm_id3153767" localize="false"/>
<h3 id="hd_id3153707"> Sort results (input box)</h3>
<paragraph role="paragraph" id="par_id3145642" xml-lang="en-US"><ahelp hid="modules/scalc/ui/sortoptionspage/outareaed">Enter the cell range where you want to display the sorted list.</ahelp></paragraph>
@@ -76,7 +76,7 @@
<paragraph role="paragraph" id="par_id3156385" xml-lang="en-US"><ahelp hid="modules/scalc/ui/sortoptionspage/sortuser"> Click here and then select the custom sort order that you want.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/sortoptionspage/sortuserlb" id="bm_id3146917" localize="false"/>
<h3 id="hd_id3154704"> Custom sort order list</h3>
-<paragraph role="paragraph" id="par_id3155962" xml-lang="en-US"><ahelp hid="modules/scalc/ui/sortoptionspage/sortuserlb"> Select the custom sort order that you want to apply. To define a custom sort order, choose <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline> - <link href="text/shared/optionen/01060400.xhp" name="%PRODUCTNAME Calc - Sort Lists"><menuitem>%PRODUCTNAME Calc - Sort Lists</menuitem></link>.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3155962" xml-lang="en-US"><ahelp hid="modules/scalc/ui/sortoptionspage/sortuserlb"> Select the custom sort order that you want to apply. To define a custom sort order, choose <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline> - <link href="text/shared/optionen/01060400.xhp"><menuitem>%PRODUCTNAME Calc - Sort Lists</menuitem></link>.</ahelp></paragraph>
<h2 id="hd_id3149257"> Language</h2>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/sortoptionspage/language" id="bm_id3150299" localize="false"/>
<h3 id="hd_id3147004"> Language</h3>
diff --git a/source/text/scalc/01/12040000.xhp b/source/text/scalc/01/12040000.xhp
index 158888ea50..83d5552615 100644
--- a/source/text/scalc/01/12040000.xhp
+++ b/source/text/scalc/01/12040000.xhp
@@ -26,7 +26,7 @@
<body>
<section id="filter">
<bookmark xml-lang="en-US" branch="hid/.uno:FilterMenu" id="bm_id102920080228246" localize="false"/>
- <h1 id="hd_id3150767"><link href="text/scalc/01/12040000.xhp" name="Filter">More Filters</link></h1>
+ <h1 id="hd_id3150767"><link href="text/scalc/01/12040000.xhp">More Filters</link></h1>
<paragraph role="paragraph" id="par_id3155131" xml-lang="en-US"><ahelp hid=".">Shows commands to filter your data.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -34,9 +34,9 @@
</section>
<tip id="par_id911633127394220">%PRODUCTNAME automatically recognizes predefined database ranges.</tip>
<paragraph role="paragraph" id="par_id3153363" xml-lang="en-US">The following filtering options are available:</paragraph>
- <h2 id="hd_id3153728"><link href="text/shared/02/12090000.xhp" name="Standard filter">Standard filter</link></h2>
+ <h2 id="hd_id3153728"><link href="text/shared/02/12090000.xhp">Standard filter</link></h2>
<embed href="text/shared/02/12090000.xhp#standardfilter"/>
- <h2 id="hd_id3159153"><link href="text/scalc/01/12040300.xhp" name="Advanced filter">Advanced filter</link></h2>
+ <h2 id="hd_id3159153"><link href="text/scalc/01/12040300.xhp">Advanced filter</link></h2>
<embed href="text/scalc/01/12040300.xhp#spezialfilter"/>
<embed href="text/scalc/01/12040400.xhp#reset_filter"/>
<embed href="text/scalc/01/12040500.xhp#hide_autofilter"/>
diff --git a/source/text/scalc/01/12040100.xhp b/source/text/scalc/01/12040100.xhp
index 599def1e3a..e613fea938 100644
--- a/source/text/scalc/01/12040100.xhp
+++ b/source/text/scalc/01/12040100.xhp
@@ -28,7 +28,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:DataFilterAutoFilter" id="bm_id5427750" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/filterdropdown/FilterDropDown" id="bm_id361621531206029" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/filterdropdown/@@nowidget@@" id="bm_id151621531292577" localize="false"/>
-<h1 id="hd_id3153541"><variable id="autofilterh1"><link href="text/scalc/01/12040100.xhp" name="AutoFilter">AutoFilter</link></variable></h1>
+<h1 id="hd_id3153541"><variable id="autofilterh1"><link href="text/scalc/01/12040100.xhp">AutoFilter</link></variable></h1>
<paragraph role="paragraph" id="par_id3148550" xml-lang="en-US"><ahelp hid=".uno:DataFilterAutoFilter">Automatically filters the selected cell range, and creates one-row list boxes where you can choose the items that you want to display.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -51,7 +51,7 @@
<h3 id="hd_id151621534125831">Background color</h3>
<paragraph role="paragraph" id="par_id491621544410605">Displays only the rows of the cell range for which the background color of the cell in the current column matches the color selected.</paragraph>
<h3 id="hd_id851621534131430">Standard Filter</h3>
-<paragraph role="paragraph" id="par_id171621544405886">Opens the <link href="text/shared/02/12090000.xhp" name="standard filter">Standard Filter</link> dialog.</paragraph>
+<paragraph role="paragraph" id="par_id171621544405886">Opens the <link href="text/shared/02/12090000.xhp">Standard Filter</link> dialog.</paragraph>
<h3 id="hd_id551621534136181">Search text box</h3>
<paragraph role="paragraph" id="par_id421621544399700">Search for a specific entry in the list of values found in the current column. As characters are typed in the text box, this list is updated to show only matching entries.</paragraph>
<h3 id="hd_id581621534140892">All</h3>
@@ -64,7 +64,7 @@
<paragraph role="paragraph" id="par_id331621544378745">List of unique values found in the current column.</paragraph>
<section id="relatedtopics">
<embed href="text/scalc/guide/autofilter.xhp#autofilter"/>
-<paragraph role="paragraph" id="par_id3145171" xml-lang="en-US"><link href="text/shared/02/12090000.xhp" name="Default filter">Default filter</link></paragraph>
+<paragraph role="paragraph" id="par_id3145171" xml-lang="en-US"><link href="text/shared/02/12090000.xhp">Default filter</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/12040201.xhp b/source/text/scalc/01/12040201.xhp
index be0a948e1c..36a39df304 100644
--- a/source/text/scalc/01/12040201.xhp
+++ b/source/text/scalc/01/12040201.xhp
@@ -26,7 +26,7 @@
</topic>
</meta>
<body>
-<h1 id="hd_id3148492"><link href="text/scalc/01/12040201.xhp" name="Options">Options</link></h1>
+<h1 id="hd_id3148492"><link href="text/scalc/01/12040201.xhp">Options</link></h1>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/standardfilterdialog/more" id="bm_id3152350" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/advancedfilterdialog/more" id="bm_id3156023" localize="false"/>
<paragraph role="paragraph" id="par_id3159400" xml-lang="en-US"><variable id="zusaetzetext"><ahelp hid="modules/scalc/ui/advancedfilterdialog/more">Shows additional filter options.</ahelp>
@@ -58,7 +58,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/standardfilterdialog/regexp" id="bm_id3153726" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/advancedfilterdialog/regexp" id="bm_id3153144" localize="false"/>
<h3 id="hd_id3145272">Regular expression</h3>
- <paragraph role="paragraph" id="par_id3152576" xml-lang="en-US"><ahelp hid="modules/scalc/ui/advancedfilterdialog/regexp">Allows you to use regular expressions in the filter definition.</ahelp> For a list of the regular expressions that $[officename] supports, click <link href="text/shared/01/02100001.xhp" name="here">here</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id3152576" xml-lang="en-US"><ahelp hid="modules/scalc/ui/advancedfilterdialog/regexp">Allows you to use regular expressions in the filter definition.</ahelp> For a list of the regular expressions that $[officename] supports, click <link href="text/shared/01/02100001.xhp">here</link>.</paragraph>
<paragraph role="paragraph" id="par_id3149377" xml-lang="en-US">If the <emph>Regular Expressions</emph> check box is selected, you can use regular expressions in the Value field if the Condition list box is set to '=' EQUAL or '&lt;&gt;' UNEQUAL. This also applies to the respective cells that you reference for an advanced filter.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/standardfilterdialog/unique" id="bm_id3149410" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/advancedfilterdialog/unique" id="bm_id3147126" localize="false"/>
diff --git a/source/text/scalc/01/12040400.xhp b/source/text/scalc/01/12040400.xhp
index 584b426f66..646e9435cf 100644
--- a/source/text/scalc/01/12040400.xhp
+++ b/source/text/scalc/01/12040400.xhp
@@ -31,7 +31,7 @@
<body>
<section id="reset_filter">
<bookmark xml-lang="en-US" branch="hid/.uno:DataFilterRemoveFilter" id="bm_id2352791" localize="false"/>
-<paragraph role="heading" id="hd_id3153087" xml-lang="en-US" level="1"><link href="text/scalc/01/12040400.xhp" name="Remove Filter">Reset Filter</link></paragraph>
+<paragraph role="heading" id="hd_id3153087" xml-lang="en-US" level="1"><link href="text/scalc/01/12040400.xhp">Reset Filter</link></paragraph>
<paragraph role="paragraph" id="par_id3154760" xml-lang="en-US"><ahelp hid=".uno:DataFilterRemoveFilter">Removes the filter from the selected cell range. To enable this command, click inside the cell area where the filter was applied.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/12040500.xhp b/source/text/scalc/01/12040500.xhp
index 7fc8f49a37..4bcb925bb8 100644
--- a/source/text/scalc/01/12040500.xhp
+++ b/source/text/scalc/01/12040500.xhp
@@ -35,7 +35,7 @@
<section id="hide_autofilter">
<bookmark xml-lang="en-US" branch="index" id="bm_id3150276"><bookmark_value>database ranges; hiding AutoFilter</bookmark_value></bookmark>
<bookmark branch="hid/.uno:DataFilterHideAutoFilter" xml-lang="en-US" id="bm_id3145674" localize="false"/>
-<paragraph id="hd_id3150276" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/12040500.xhp" name="Hide AutoFilter">Hide AutoFilter</link></paragraph>
+<paragraph id="hd_id3150276" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/12040500.xhp">Hide AutoFilter</link></paragraph>
<paragraph role="paragraph" id="par_id3156326" xml-lang="en-US"><ahelp hid=".uno:DataFilterHideAutoFilter" visibility="visible">Hides the AutoFilter buttons in the selected cell range.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/12050000.xhp b/source/text/scalc/01/12050000.xhp
index be438446d2..6162a503bb 100644
--- a/source/text/scalc/01/12050000.xhp
+++ b/source/text/scalc/01/12050000.xhp
@@ -30,7 +30,7 @@
<bookmark branch="hid/.uno:DataSubTotals" xml-lang="en-US" id="bm_id3154515" localize="false"/>
<section id="subtotalheader">
- <h1 id="hd_id3153822"><variable id="subtotalheaderh1"><link href="text/scalc/01/12050000.xhp" name="subtotals">Subtotals</link></variable></h1>
+ <h1 id="hd_id3153822"><variable id="subtotalheaderh1"><link href="text/scalc/01/12050000.xhp">Subtotals</link></variable></h1>
<paragraph role="paragraph" id="par_id3145119" xml-lang="en-US"><variable id="teilergebnisse"><ahelp hid=".uno:DataSubTotals" visibility="visible">Calculates subtotals for the columns that you select.</ahelp></variable> $[officename] uses the SUM function to automatically calculate the subtotal and grand total values in a labeled range. You can also use other functions to perform the calculation. $[officename] automatically recognizes a defined database area when you place the cursor in it.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/12050100.xhp b/source/text/scalc/01/12050100.xhp
index fe96b45486..06909b6aad 100644
--- a/source/text/scalc/01/12050100.xhp
+++ b/source/text/scalc/01/12050100.xhp
@@ -30,7 +30,7 @@
<section id="group">
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/subtotalgrppage/SubTotalGrpPage" id="bm_id3147335" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/subtotalgrppage/@@nowidget@@" id="bm_id3147335" localize="false"/>
-<h1 id="hd_id3149784"><link href="text/scalc/01/12050100.xhp" name="1st, 2nd, 3rd Group">1st, 2nd, 3rd Group</link></h1>
+<h1 id="hd_id3149784"><link href="text/scalc/01/12050100.xhp">1st, 2nd, 3rd Group</link></h1>
<paragraph role="paragraph" id="par_id3145068" xml-lang="en-US"><ahelp hid="modules/scalc/ui/subtotalgrppage/SubTotalGrpPage">Specify the settings for up to three subtotal groups. Each tab has the same layout.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/12050200.xhp b/source/text/scalc/01/12050200.xhp
index 5e0713a217..4864a7f148 100644
--- a/source/text/scalc/01/12050200.xhp
+++ b/source/text/scalc/01/12050200.xhp
@@ -29,7 +29,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/subtotaloptionspage/SubTotalOptionsPage" id="bm_id3150543" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/subtotaloptionspage/@@nowidget@@" id="bm_id3150543" localize="false"/>
-<h1 id="hd_id3154758"><link href="text/scalc/01/12050200.xhp" name="Options">Options</link></h1>
+<h1 id="hd_id3154758"><link href="text/scalc/01/12050200.xhp">Options</link></h1>
<paragraph role="paragraph" id="par_id3154124" xml-lang="en-US"><ahelp hid=".">Specify the settings for calculating and presenting subtotals.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/12060000.xhp b/source/text/scalc/01/12060000.xhp
index ff0a53980b..413e65a625 100644
--- a/source/text/scalc/01/12060000.xhp
+++ b/source/text/scalc/01/12060000.xhp
@@ -31,7 +31,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/multipleoperationsdialog/MultipleOperationsDialog" id="bm_id3151210" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/multipleoperationsdialog/@@nowidget@@" id="bm_id3151210" localize="false"/>
<section id="multopheader">
-<h1 id="hd_id3153381"><link href="text/scalc/01/12060000.xhp" name="multiple operations">Multiple Operations</link></h1>
+<h1 id="hd_id3153381"><link href="text/scalc/01/12060000.xhp">Multiple Operations</link></h1>
<paragraph role="paragraph" id="par_id3154140" xml-lang="en-US"><variable id="mehrfachoperationen"><ahelp hid=".uno:TableOperationDialog">Applies the same formula to different cells, but with different parameter values.</ahelp></variable></paragraph>
</section>
diff --git a/source/text/scalc/01/12070000.xhp b/source/text/scalc/01/12070000.xhp
index cdf63f2d4d..b633af0e74 100644
--- a/source/text/scalc/01/12070000.xhp
+++ b/source/text/scalc/01/12070000.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/consolidatedialog/@@nowidget@@" id="bm_id3148664" localize="false"/>
<section id="consolidateheader">
-<h1 id="hd_id3148946"><link href="text/scalc/01/12070000.xhp" name="Consolidate">Consolidate</link></h1>
+<h1 id="hd_id3148946"><link href="text/scalc/01/12070000.xhp">Consolidate</link></h1>
<paragraph role="paragraph" id="par_id3148798" xml-lang="en-US"><variable id="konsolidieren"><ahelp hid=".uno:DataConsolidate">Combines data from one or more independent cell ranges and calculates a new range using the function that you specify.</ahelp></variable></paragraph>
</section>
@@ -60,6 +60,6 @@
<paragraph role="paragraph" id="par_id3155335" xml-lang="en-US"><ahelp hid="modules/scalc/ui/consolidatedialog/add">Adds the cell range specified in the <emph>Source data range</emph> box to the <emph>Consolidation ranges </emph>box.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/consolidatedialog/more" id="bm_id3159102" localize="false"/>
<h2 id="hd_id3148630">Options</h2>
-<paragraph role="paragraph" id="par_id3159239" xml-lang="en-US"><ahelp hid="modules/scalc/ui/consolidatedialog/more">Shows additional <link href="text/scalc/01/12070100.xhp" name="options">options</link>.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3159239" xml-lang="en-US"><ahelp hid="modules/scalc/ui/consolidatedialog/more">Shows additional <link href="text/scalc/01/12070100.xhp">options</link>.</ahelp></paragraph>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/12080000.xhp b/source/text/scalc/01/12080000.xhp
index 0497321b2e..5e85a63fcc 100644
--- a/source/text/scalc/01/12080000.xhp
+++ b/source/text/scalc/01/12080000.xhp
@@ -37,7 +37,7 @@
<bookmark_value>showing; sheet details</bookmark_value>
<bookmark_value>grouping;cells</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3152350" xml-lang="en-US" level="1"><link href="text/scalc/01/12080000.xhp" name="Group and Outline">Group and Outline</link></paragraph>
+<paragraph role="heading" id="hd_id3152350" xml-lang="en-US" level="1"><link href="text/scalc/01/12080000.xhp">Group and Outline</link></paragraph>
<paragraph role="paragraph" id="par_id3150793" xml-lang="en-US">You can create an outline of your data and group rows and columns together so that you can collapse and expand the groups with a single click.</paragraph>
</section>
<section id="howtoget">
@@ -45,9 +45,9 @@
</section>
<embed href="text/scalc/01/12080100.xhp#hide_details"/>
<embed href="text/scalc/01/12080200.xhp#show_details"/>
-<paragraph role="heading" id="hd_id3147229" xml-lang="en-US" level="2"><link href="text/scalc/01/12080300.xhp" name="Group">Group</link></paragraph>
+<paragraph role="heading" id="hd_id3147229" xml-lang="en-US" level="2"><link href="text/scalc/01/12080300.xhp">Group</link></paragraph>
<embed href="text/scalc/01/12080300.xhp#gruppierung"/>
-<paragraph role="heading" id="hd_id3153188" xml-lang="en-US" level="2"><link href="text/scalc/01/12080400.xhp" name="Ungroup">Ungroup</link></paragraph>
+<paragraph role="heading" id="hd_id3153188" xml-lang="en-US" level="2"><link href="text/scalc/01/12080400.xhp">Ungroup</link></paragraph>
<embed href="text/scalc/01/12080400.xhp#gruppierungauf"/>
<embed href="text/scalc/01/12080500.xhp#auto_outline"/>
<embed href="text/scalc/01/12080600.xhp#remove"/>
diff --git a/source/text/scalc/01/12080100.xhp b/source/text/scalc/01/12080100.xhp
index 875d6109b6..56b2c50f5f 100644
--- a/source/text/scalc/01/12080100.xhp
+++ b/source/text/scalc/01/12080100.xhp
@@ -35,10 +35,10 @@
<section id="hide_details">
<bookmark xml-lang="en-US" branch="index" id="bm_id3155628"><bookmark_value>sheets; hiding details</bookmark_value></bookmark>
<bookmark branch="hid/.uno:HideDetail" xml-lang="en-US" id="bm_id3149784" localize="false"/>
-<paragraph id="hd_id3155628" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/12080100.xhp" name="Hide Details">Hide Details</link></paragraph>
+<paragraph id="hd_id3155628" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/12080100.xhp">Hide Details</link></paragraph>
<paragraph role="paragraph" id="par_id3154515" xml-lang="en-US"><ahelp hid=".uno:HideDetail" visibility="visible">Hides the details of the grouped row or column that contains the cursor. To hide all of the grouped rows or columns, select the outlined table, and then choose this command.</ahelp></paragraph>
</section>
- <paragraph xml-lang="en-US" role="paragraph" id="par_id3153252">To show all hidden groups, select the outlined table, and then choose <emph>Data - Group and Outline –</emph> <link href="text/scalc/01/12080200.xhp" name="Show Details"><emph>Show Details</emph></link>.</paragraph>
+ <paragraph xml-lang="en-US" role="paragraph" id="par_id3153252">To show all hidden groups, select the outlined table, and then choose <emph>Data - Group and Outline –</emph> <link href="text/scalc/01/12080200.xhp"><emph>Show Details</emph></link>.</paragraph>
<section id="howtoget">
<embed href="text/scalc/00/00000412.xhp#dngda"/>
</section>
diff --git a/source/text/scalc/01/12080200.xhp b/source/text/scalc/01/12080200.xhp
index 6ff0529cf5..ca8366b5a2 100644
--- a/source/text/scalc/01/12080200.xhp
+++ b/source/text/scalc/01/12080200.xhp
@@ -33,10 +33,10 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3153561"><bookmark_value>tables; showing details</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ShowDetail" id="bm_id3178188" localize="false"/>
-<paragraph role="heading" id="hd_id3153561" xml-lang="en-US" level="1"><link href="text/scalc/01/12080200.xhp" name="Show Details">Show Details</link></paragraph>
+<paragraph role="heading" id="hd_id3153561" xml-lang="en-US" level="1"><link href="text/scalc/01/12080200.xhp">Show Details</link></paragraph>
<paragraph role="paragraph" id="par_id3153822" xml-lang="en-US"><ahelp hid=".uno:ShowDetail">Shows the details of the grouped row or column that contains the cursor. To show the details of all of the grouped rows or columns, select the outlined table, and then choose this command.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3155922" xml-lang="en-US">To hide a selected group, choose <emph>Data - Group and Outline – </emph><link href="text/scalc/01/12080100.xhp" name="Hide Details"><emph>Hide Details</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3155922" xml-lang="en-US">To hide a selected group, choose <emph>Data - Group and Outline – </emph><link href="text/scalc/01/12080100.xhp"><emph>Hide Details</emph></link>.</paragraph>
<section id="howtoget">
<embed href="text/scalc/00/00000412.xhp#dngde"/>
</section>
diff --git a/source/text/scalc/01/12080300.xhp b/source/text/scalc/01/12080300.xhp
index cf4872faa7..acb73570c9 100644
--- a/source/text/scalc/01/12080300.xhp
+++ b/source/text/scalc/01/12080300.xhp
@@ -36,13 +36,13 @@
<bookmark branch="hid/modules/scalc/ui/groupdialog/GroupDialog" xml-lang="en-US" id="bm_id3156329" localize="false"/>
<bookmark branch="hid/modules/scalc/ui/groupdialog/@@nowidget@@" xml-lang="en-US" id="bm_id3156329" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:Group" id="bm_id9177845" localize="false"/>
-<paragraph id="hd_id3153088" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/12080300.xhp" name="Group">Group</link></paragraph>
+<paragraph id="hd_id3153088" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/12080300.xhp">Group</link></paragraph>
</section>
<paragraph role="paragraph" id="par_id3153821" xml-lang="en-US"><variable id="gruppierung"><ahelp hid=".">Defines the selected cell range as a group of rows or columns.</ahelp></variable></paragraph>
<section id="howtoget">
<embed href="text/scalc/00/00000412.xhp#data_outline_group"/>
</section>
- <paragraph xml-lang="en-US" role="paragraph" id="par_id3145069">When you group a cell range, and outline icon appears in the margins next to the group. To hide or show the group, click the icon. To ungroup the selection, choose <emph>Data – Group and Outline -</emph> <link href="text/scalc/01/12080400.xhp" name="Ungroup"><emph>Ungroup</emph></link>.</paragraph>
+ <paragraph xml-lang="en-US" role="paragraph" id="par_id3145069">When you group a cell range, and outline icon appears in the margins next to the group. To hide or show the group, click the icon. To ungroup the selection, choose <emph>Data – Group and Outline -</emph> <link href="text/scalc/01/12080400.xhp"><emph>Ungroup</emph></link>.</paragraph>
<paragraph role="heading" level="2" id="hd_id3125863" xml-lang="en-US">Include</paragraph>
<bookmark branch="hid/modules/scalc/ui/groupdialog/rows" xml-lang="en-US" id="bm_id3150770" localize="false"/><paragraph role="heading" level="3" id="hd_id3150448" xml-lang="en-US">Rows</paragraph>
<paragraph role="paragraph" id="par_id3153194" xml-lang="en-US"><ahelp hid="modules/scalc/ui/groupdialog/rows">Groups the selected rows.</ahelp></paragraph>
diff --git a/source/text/scalc/01/12080400.xhp b/source/text/scalc/01/12080400.xhp
index f344364069..e8d8a7dca5 100644
--- a/source/text/scalc/01/12080400.xhp
+++ b/source/text/scalc/01/12080400.xhp
@@ -34,7 +34,7 @@
<section id="ungroup">
<bookmark branch="hid/.uno:Ungroup" xml-lang="en-US" id="bm_id3153561" localize="false"/>
-<paragraph id="hd_id3148492" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/12080400.xhp" name="Ungroup">Ungroup</link></paragraph>
+<paragraph id="hd_id3148492" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/12080400.xhp">Ungroup</link></paragraph>
</section>
<paragraph role="paragraph" id="par_id3151384" xml-lang="en-US"><variable id="gruppierungauf"><ahelp hid=".uno:Ungroup" visibility="visible">Ungroups the selection. In a nested group, the last rows or columns that were added are removed from the group.</ahelp></variable></paragraph>
<section id="howtoget">
diff --git a/source/text/scalc/01/12080500.xhp b/source/text/scalc/01/12080500.xhp
index 35e0b4e1d3..2c517363ed 100644
--- a/source/text/scalc/01/12080500.xhp
+++ b/source/text/scalc/01/12080500.xhp
@@ -26,7 +26,7 @@
<body>
<section id="auto_outline">
<bookmark xml-lang="en-US" branch="hid/.uno:AutoOutline" id="bm_id1815805" localize="false"/>
-<h1 id="hd_id3150275"><link href="text/scalc/01/12080500.xhp" name="AutoOutline">AutoOutline</link></h1>
+<h1 id="hd_id3150275"><link href="text/scalc/01/12080500.xhp">AutoOutline</link></h1>
<paragraph role="paragraph" id="par_id3145069" xml-lang="en-US"><ahelp hid=".uno:AutoOutline">If the selected cell range contains formulas or references, $[officename] automatically outlines the selection.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -88,6 +88,6 @@
</tablerow>
</table>
<paragraph role="paragraph" id="par_id3147363" xml-lang="en-US">The cells for the 1st and 2nd quarters each contain a sum formula for the three cells to their left. If you apply the <emph>AutoOutline</emph> command, the table is grouped into two quarters.</paragraph>
-<paragraph role="paragraph" id="par_id3146918" xml-lang="en-US">To remove the outline, select the table, and then choose <link href="text/scalc/01/12080600.xhp" name="Data - Group and Outline - Remove">Data - Group and Outline - Remove</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3146918" xml-lang="en-US">To remove the outline, select the table, and then choose <link href="text/scalc/01/12080600.xhp">Data - Group and Outline - Remove</link>.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/12080600.xhp b/source/text/scalc/01/12080600.xhp
index 56cb208fb0..d11b264a58 100644
--- a/source/text/scalc/01/12080600.xhp
+++ b/source/text/scalc/01/12080600.xhp
@@ -34,7 +34,7 @@
<section id="remove">
<bookmark branch="hid/.uno:ClearOutline" xml-lang="en-US" id="bm_id3150400" localize="false"/>
-<paragraph id="hd_id3148947" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/12080600.xhp" name="Remove">Remove</link></paragraph>
+<paragraph id="hd_id3148947" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/12080600.xhp">Remove</link></paragraph>
<paragraph role="paragraph" id="par_id3149656" xml-lang="en-US"><ahelp hid=".uno:ClearOutline" visibility="visible">Removes the outline from the selected cell range.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/12090000.xhp b/source/text/scalc/01/12090000.xhp
index c8d6b564d6..7d0f7c9166 100644
--- a/source/text/scalc/01/12090000.xhp
+++ b/source/text/scalc/01/12090000.xhp
@@ -25,17 +25,17 @@
</meta>
<body>
<section id="pivot_table">
-<h1 id="hd_id3150275"><link href="text/scalc/01/12090000.xhp" name="Pivot Table">Pivot Table</link></h1>
+<h1 id="hd_id3150275"><link href="text/scalc/01/12090000.xhp">Pivot Table</link></h1>
<paragraph role="paragraph" id="par_id3153562" xml-lang="en-US">A pivot table provides a summary of large amounts of data. You can then rearrange the pivot table to view different summaries of the data.</paragraph>
</section>
<section id="howtoget">
<embed href="text/scalc/00/00000412.xhp#dndtpt"/>
</section>
<embed href="text/scalc/guide/datapilot.xhp#datapilot"/>
-<h2 id="hd_id3155923"><link href="text/scalc/01/12090100.xhp" name="Create">Create</link></h2>
+<h2 id="hd_id3155923"><link href="text/scalc/01/12090100.xhp">Create</link></h2>
<embed href="text/scalc/01/12090100.xhp#pivot_table"/>
<embed href="text/scalc/01/12090200.xhp#refresh"/>
<embed href="text/scalc/01/12090300.xhp#delete"/>
-<paragraph role="paragraph" id="par_idN105FB" xml-lang="en-US"><link href="text/scalc/01/12090102.xhp" name="Pivot table dialog">Pivot table dialog</link></paragraph>
+<paragraph role="paragraph" id="par_idN105FB" xml-lang="en-US"><link href="text/scalc/01/12090102.xhp">Pivot table dialog</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/12090100.xhp b/source/text/scalc/01/12090100.xhp
index 7a9d61c48d..4a3a609591 100644
--- a/source/text/scalc/01/12090100.xhp
+++ b/source/text/scalc/01/12090100.xhp
@@ -28,7 +28,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/selectsource/SelectSourceDialog" id="bm_id3153823" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/selectsource/@@nowidget@@" id="bm_id3153823" localize="false"/>
<section id="pivot_table_h1">
-<h1 id="hd_id3153663"><link href="text/scalc/01/12090100.xhp" name="Pivot Table - Select Source">Pivot Table - Select Source</link></h1>
+<h1 id="hd_id3153663"><link href="text/scalc/01/12090100.xhp">Pivot Table - Select Source</link></h1>
<section id="pivot_table">
<paragraph role="paragraph" id="par_id3145119" xml-lang="en-US"><ahelp hid=".uno:DataDataPilotRun">Opens a dialog where you can select the source for your pivot table, and then create your table.</ahelp></paragraph>
</section>
@@ -48,6 +48,6 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/selectsource/external" id="bm_id3153876" localize="false"/>
<h3 id="hd_id3146119">External source/interface</h3>
<paragraph role="paragraph" id="par_id3145647" xml-lang="en-US"><ahelp hid=".">Opens the <emph>External Source</emph> dialog where you can select the OLAP data source for the pivot table.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_idN10670" xml-lang="en-US"><link href="text/scalc/01/12090102.xhp" name="Pivot table dialog">Pivot table dialog</link></paragraph>
+<paragraph role="paragraph" id="par_idN10670" xml-lang="en-US"><link href="text/scalc/01/12090102.xhp">Pivot table dialog</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/12090101.xhp b/source/text/scalc/01/12090101.xhp
index 734309ac46..483c719510 100644
--- a/source/text/scalc/01/12090101.xhp
+++ b/source/text/scalc/01/12090101.xhp
@@ -51,7 +51,7 @@
<paragraph role="heading" id="hd_id3147428" xml-lang="en-US" level="3">Type</paragraph>
<paragraph role="paragraph" id="par_id3150010" xml-lang="en-US"><ahelp hid="modules/scalc/ui/selectdatasource/type">Click the source type of for the selected data source.</ahelp> You can choose from four source types: "Table", "Query" and "SQL" or SQL (Native).</paragraph>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3147348" xml-lang="en-US"><link href="text/scalc/01/12090102.xhp" name="Pivot table dialog">Pivot table dialog</link></paragraph>
+<paragraph role="paragraph" id="par_id3147348" xml-lang="en-US"><link href="text/scalc/01/12090102.xhp">Pivot table dialog</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/12090102.xhp b/source/text/scalc/01/12090102.xhp
index bbef6e234e..39e8e032d2 100644
--- a/source/text/scalc/01/12090102.xhp
+++ b/source/text/scalc/01/12090102.xhp
@@ -48,7 +48,7 @@
<paragraph xml-lang="en-US" id="hd_id3154908" role="heading" level="2">Layout</paragraph>
<paragraph xml-lang="en-US" id="par_id3150768" role="paragraph"><ahelp hid="modules/scalc/ui/pivottablelayoutdialog/listbox-fields">To define the layout of a pivot table, drag and drop data field buttons onto the <emph>Filters, Row Fields, Column Fields</emph> and <emph>Data Fields</emph> areas.</ahelp> You can also use drag and drop to rearrange the data fields on a pivot table.</paragraph>
<paragraph xml-lang="en-US" id="par_id3147229" role="paragraph">$[officename] automatically adds a caption to buttons that are dragged into the <emph>Data Fields </emph>area. The caption contains the name of the data field as well as the formula that created the data.</paragraph>
- <paragraph xml-lang="en-US" id="par_id3145749" role="paragraph">To change the function that is used by a data field, double-click a button in the <emph>Data Fields</emph> area to open the <link href="text/scalc/01/12090105.xhp" name="Data Field">Data Field</link> dialog. You can also double-click buttons in the <emph>Row Fields</emph> or <emph>Column Fields</emph> areas.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3145749" role="paragraph">To change the function that is used by a data field, double-click a button in the <emph>Data Fields</emph> area to open the <link href="text/scalc/01/12090105.xhp">Data Field</link> dialog. You can also double-click buttons in the <emph>Row Fields</emph> or <emph>Column Fields</emph> areas.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/pivottablelayoutdialog/more" id="bm_id4284798" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3154944" role="heading" level="2">More</paragraph>
<paragraph xml-lang="en-US" id="par_id3145647" role="paragraph"><ahelp hid="modules/scalc/ui/pivottablelayoutdialog/more">Displays or hides additional options for defining the pivot table.</ahelp></paragraph>
@@ -101,7 +101,7 @@
<paragraph xml-lang="en-US" id="par_idN10900" role="heading" level="2">Show Detail</paragraph>
<paragraph xml-lang="en-US" id="par_idN10904" role="paragraph"><ahelp hid=".">Choose the field that you want to view the details for.</ahelp></paragraph>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id3149817" role="paragraph"><link href="text/scalc/04/01020000.xhp" name="Pivot table shortcut keys">Pivot table shortcut keys</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3149817" role="paragraph"><link href="text/scalc/04/01020000.xhp">Pivot table shortcut keys</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/12090103.xhp b/source/text/scalc/01/12090103.xhp
index 950e1a3a49..7ef837ad86 100644
--- a/source/text/scalc/01/12090103.xhp
+++ b/source/text/scalc/01/12090103.xhp
@@ -108,7 +108,7 @@
</table>
<bookmark branch="hid/modules/scalc/ui/pivotfilterdialog/val1" xml-lang="en-US" id="bm_id3152990" localize="false"/><bookmark branch="hid/modules/scalc/ui/pivotfilterdialog/val2" xml-lang="en-US" id="bm_id3152994" localize="false"/><bookmark branch="hid/modules/scalc/ui/pivotfilterdialog/val3" xml-lang="en-US" id="bm_id3150370" localize="false"/><paragraph role="heading" level="3" id="hd_id3150886" xml-lang="en-US">Value</paragraph>
<paragraph role="paragraph" id="par_id3155506" xml-lang="en-US"><ahelp hid=".">Select the value that you want to compare to the selected field.</ahelp></paragraph>
- <bookmark branch="hid/modules/scalc/ui/pivotfilterdialog/more" xml-lang="en-US" id="bm_id3152987" localize="false"/><paragraph id="hd_id3146980" role="heading" level="2" xml-lang="en-US"><link href="text/scalc/01/12090104.xhp" name="Options">Options</link></paragraph>
+ <bookmark branch="hid/modules/scalc/ui/pivotfilterdialog/more" xml-lang="en-US" id="bm_id3152987" localize="false"/><paragraph id="hd_id3146980" role="heading" level="2" xml-lang="en-US"><link href="text/scalc/01/12090104.xhp">Options</link></paragraph>
<embed href="text/scalc/01/12090104.xhp#zusaetzetext"/>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/12090104.xhp b/source/text/scalc/01/12090104.xhp
index d1cb4888d1..95d7b763f3 100644
--- a/source/text/scalc/01/12090104.xhp
+++ b/source/text/scalc/01/12090104.xhp
@@ -33,7 +33,7 @@
- <paragraph id="hd_id3149119" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/12090104.xhp" name="Options">Options</link></paragraph>
+ <paragraph id="hd_id3149119" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/12090104.xhp">Options</link></paragraph>
<paragraph role="paragraph" id="par_id3147102" xml-lang="en-US"><variable id="zusaetzetext"><ahelp hid="modules/scalc/ui/pivotfilterdialog/more" visibility="visible">Displays or hides additional filtering options.</ahelp></variable></paragraph>
<paragraph role="heading" level="2" id="hd_id3147008" xml-lang="en-US">Options</paragraph>
<bookmark branch="hid/modules/scalc/ui/pivotfilterdialog/case" xml-lang="en-US" id="bm_id3153562" localize="false"/><paragraph role="heading" level="3" id="hd_id3153662" xml-lang="en-US">Case sensitive</paragraph>
@@ -46,7 +46,7 @@
<bookmark branch="hid/modules/scalc/ui/pivotfilterdialog/dbarea" xml-lang="en-US" id="bm_id3150541" localize="false"/><paragraph role="heading" level="2" id="hd_id3156282" xml-lang="en-US">Data range</paragraph>
<paragraph role="paragraph" id="par_id3150768" xml-lang="en-US"><ahelp hid="." visibility="visible">Displays the name of the filtered data range in the table.</ahelp></paragraph>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id3154011" xml-lang="en-US"><link href="text/shared/01/02100001.xhp" name="List of Regular Expressions">List of Regular Expressions</link></paragraph>
+ <paragraph role="paragraph" id="par_id3154011" xml-lang="en-US"><link href="text/shared/01/02100001.xhp">List of Regular Expressions</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/12090105.xhp b/source/text/scalc/01/12090105.xhp
index bdde49582e..88273c8912 100644
--- a/source/text/scalc/01/12090105.xhp
+++ b/source/text/scalc/01/12090105.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id7292397"><bookmark_value>calculating;pivot table</bookmark_value>
</bookmark>
<paragraph role="heading" id="hd_id3150871" xml-lang="en-US" level="1">Data field</paragraph>
-<paragraph role="paragraph" id="par_id3154124" xml-lang="en-US">The contents of this dialog is different for data fields in the <emph>Data</emph> area, and data fields in the <emph>Row</emph> or <emph>Column</emph> area of the <link href="text/scalc/01/12090102.xhp" name="Pivot table">Pivot Table</link> dialog.</paragraph>
+<paragraph role="paragraph" id="par_id3154124" xml-lang="en-US">The contents of this dialog is different for data fields in the <emph>Data</emph> area, and data fields in the <emph>Row</emph> or <emph>Column</emph> area of the <link href="text/scalc/01/12090102.xhp">Pivot Table</link> dialog.</paragraph>
<paragraph role="heading" id="hd_id3152596" xml-lang="en-US" level="2">Subtotals</paragraph>
<paragraph role="paragraph" id="par_id3151113" xml-lang="en-US"><ahelp hid="modules/scalc/ui/pivotfielddialog/PivotFieldDialog">Specify the subtotals that you want to calculate.</ahelp></paragraph>
<paragraph role="heading" id="hd_id3145366" xml-lang="en-US" level="3">None</paragraph>
diff --git a/source/text/scalc/01/12090200.xhp b/source/text/scalc/01/12090200.xhp
index 581dcdb4bd..dd67d341e1 100644
--- a/source/text/scalc/01/12090200.xhp
+++ b/source/text/scalc/01/12090200.xhp
@@ -32,7 +32,7 @@
<body>
<section id="refresh">
<bookmark xml-lang="en-US" branch="hid/.uno:RecalcPivotTable" id="bm_id3145069" localize="false"/>
-<paragraph role="heading" id="hd_id3151385" xml-lang="en-US" level="1"><link href="text/scalc/01/12090200.xhp" name="Refresh">Refresh</link></paragraph>
+<paragraph role="heading" id="hd_id3151385" xml-lang="en-US" level="1"><link href="text/scalc/01/12090200.xhp">Refresh</link></paragraph>
<paragraph role="paragraph" id="par_id3149456" xml-lang="en-US"><ahelp hid=".uno:RecalcPivotTable">Updates the pivot table.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3150400" xml-lang="en-US">After you import an Excel spreadsheet that contains a pivot table, click in the table, and then choose <emph>Data - Pivot Table - Refresh</emph>.</paragraph>
diff --git a/source/text/scalc/01/12090300.xhp b/source/text/scalc/01/12090300.xhp
index 6b030209ee..a565e82926 100644
--- a/source/text/scalc/01/12090300.xhp
+++ b/source/text/scalc/01/12090300.xhp
@@ -29,7 +29,7 @@
<body>
<section id="delete">
<bookmark branch="hid/.uno:DeletePivotTable" xml-lang="en-US" id="bm_id3148491" localize="false"/>
-<paragraph id="hd_id3150276" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/12090300.xhp" name="Delete">Delete</link></paragraph>
+<paragraph id="hd_id3150276" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/12090300.xhp">Delete</link></paragraph>
<paragraph role="paragraph" id="par_id3159400" xml-lang="en-US"><ahelp hid=".uno:DeletePivotTable" visibility="visible">Deletes the selected pivot table.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/12100000.xhp b/source/text/scalc/01/12100000.xhp
index d5bf157658..3865aaedfe 100644
--- a/source/text/scalc/01/12100000.xhp
+++ b/source/text/scalc/01/12100000.xhp
@@ -31,7 +31,7 @@
<bookmark branch="hid/.uno:DataReImport" xml-lang="en-US" id="bm_id3153880" localize="false"/>
<bookmark branch="hid/.uno:DataAreaRefresh" xml-lang="en-US" id="bm_id3149166" localize="false"/>
<section id="refreshrangehead">
-<h1 id="hd_id3153662"><link href="text/scalc/01/12100000.xhp" name="Refresh Range">Refresh Range</link></h1>
+<h1 id="hd_id3153662"><link href="text/scalc/01/12100000.xhp">Refresh Range</link></h1>
<paragraph role="paragraph" id="par_id3153088" xml-lang="en-US"><variable id="aktualisieren"><ahelp hid=".">Updates a data range that was inserted from an external database. The data in the sheet is updated to match the data in the external database.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/12120000.xhp b/source/text/scalc/01/12120000.xhp
index d2c131042d..f7c3a98c4e 100644
--- a/source/text/scalc/01/12120000.xhp
+++ b/source/text/scalc/01/12120000.xhp
@@ -29,7 +29,7 @@
<body>
<bookmark xml-lang="en-US" branch="hid/.uno:Validation" id="bm_id3153880" localize="false"/>
<section id="validityheader">
-<h1 id="hd_id3156347"><link href="text/scalc/01/12120000.xhp" name="validity">Validity</link></h1>
+<h1 id="hd_id3156347"><link href="text/scalc/01/12120000.xhp">Validity</link></h1>
<paragraph role="paragraph" id="par_id3153252" xml-lang="en-US"><variable id="gueltigkeit"><ahelp hid=".uno:Validation">Defines what data is valid for a selected cell or cell range.</ahelp>
</variable></paragraph>
</section>
diff --git a/source/text/scalc/01/12120100.xhp b/source/text/scalc/01/12120100.xhp
index ada3870930..0acf0d1fa9 100644
--- a/source/text/scalc/01/12120100.xhp
+++ b/source/text/scalc/01/12120100.xhp
@@ -33,7 +33,7 @@
</bookmark><comment>UFI added index entry for new list feature. Guide needed. MW changed index entry</comment>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/validationcriteriapage/ValidationCriteriaPage" id="bm_id3145673" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/validationcriteriapage/@@nowidget@@" id="bm_id3145673" localize="false"/>
-<h1 id="hd_id3153032" xml-lang="en-US"><link href="text/scalc/01/12120100.xhp" name="Criteria">Criteria</link></h1>
+<h1 id="hd_id3153032" xml-lang="en-US"><link href="text/scalc/01/12120100.xhp">Criteria</link></h1>
<paragraph role="paragraph" id="par_id3156327" xml-lang="en-US"><ahelp hid="modules/scalc/ui/validationcriteriapage/ValidationCriteriaPage">Specify the validation rules for the selected cell(s).</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/12120200.xhp b/source/text/scalc/01/12120200.xhp
index f78ac4ac02..acdca60051 100644
--- a/source/text/scalc/01/12120200.xhp
+++ b/source/text/scalc/01/12120200.xhp
@@ -33,7 +33,7 @@
<section id="input_help">
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/validationhelptabpage/ValidationHelpTabPage" id="bm_id3150871" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/validationhelptabpage/@@nowidget@@" id="bm_id3150871" localize="false"/>
-<paragraph role="heading" id="hd_id3156280" xml-lang="en-US" level="1"><link href="text/scalc/01/12120200.xhp" name="Input Help">Input Help</link></paragraph>
+<paragraph role="heading" id="hd_id3156280" xml-lang="en-US" level="1"><link href="text/scalc/01/12120200.xhp">Input Help</link></paragraph>
<paragraph role="paragraph" id="par_id3147229" xml-lang="en-US"><ahelp hid="modules/scalc/ui/validationhelptabpage/ValidationHelpTabPage">Enter the message that you want to display when the cell or cell range is selected in the sheet.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/12120300.xhp b/source/text/scalc/01/12120300.xhp
index 4b0079d658..c9952422f6 100644
--- a/source/text/scalc/01/12120300.xhp
+++ b/source/text/scalc/01/12120300.xhp
@@ -31,7 +31,7 @@
<section id="error_alert">
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/erroralerttabpage/ErrorAlertTabPage" id="bm_id3156024" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/erroralerttabpage/@@nowidget@@" id="bm_id3156024" localize="false"/>
- <paragraph role="heading" id="hd_id3153821" xml-lang="en-US" level="1"><link href="text/scalc/01/12120300.xhp" name="Error Alert">Error Alert</link></paragraph>
+ <paragraph role="heading" id="hd_id3153821" xml-lang="en-US" level="1"><link href="text/scalc/01/12120300.xhp">Error Alert</link></paragraph>
<paragraph role="paragraph" id="par_id3153379" xml-lang="en-US"><ahelp hid="modules/scalc/ui/erroralerttabpage/ErrorAlertTabPage">Defines the error message that is displayed when invalid data is entered in a cell.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3154138" xml-lang="en-US">You can also start a macro with an error message. A sample macro is provided at the end of this page.</paragraph>
@@ -48,7 +48,7 @@
<paragraph role="paragraph" id="par_id3151115" xml-lang="en-US"><ahelp hid="modules/scalc/ui/erroralerttabpage/actionCB">Select the action that you want to occur when invalid data is entered in a cell.</ahelp> The "Stop" action rejects the invalid entry and displays a dialog that you have to close by clicking <emph>OK</emph>. The "Warning" and "Information" actions display a dialog that can be closed by clicking <emph>OK</emph> or <emph>Cancel</emph>. The invalid entry is only rejected when you click <emph>Cancel</emph>.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/erroralerttabpage/browseBtn" id="bm_id3154729" localize="false"/>
<paragraph role="heading" id="hd_id3156441" xml-lang="en-US" level="3">Browse</paragraph>
-<paragraph role="paragraph" id="par_id3153160" xml-lang="en-US"><ahelp hid="modules/scalc/ui/erroralerttabpage/browseBtn">Opens the <link href="text/shared/01/06130000.xhp" name="Macro">Macro</link> dialog where you can select the macro that is executed when invalid data is entered in a cell. The macro is executed after the error message is displayed.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3153160" xml-lang="en-US"><ahelp hid="modules/scalc/ui/erroralerttabpage/browseBtn">Opens the <link href="text/shared/01/06130000.xhp">Macro</link> dialog where you can select the macro that is executed when invalid data is entered in a cell. The macro is executed after the error message is displayed.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/erroralerttabpage/title" id="bm_id3149958" localize="false"/>
<paragraph role="heading" id="hd_id3153876" xml-lang="en-US" level="3">Title</paragraph>
<paragraph role="paragraph" id="par_id3149410" xml-lang="en-US"><ahelp hid="modules/scalc/ui/erroralerttabpage/title">Enter the title of the macro or the error message that you want to display when invalid data is entered in a cell.</ahelp></paragraph>
diff --git a/source/text/scalc/01/calculate.xhp b/source/text/scalc/01/calculate.xhp
index ab06f421b7..e5dc5d2b02 100644
--- a/source/text/scalc/01/calculate.xhp
+++ b/source/text/scalc/01/calculate.xhp
@@ -18,7 +18,7 @@
<body>
<section id="calculateheader">
<bookmark id="bm_id931584668179315" xml-lang="en-US" branch="hid/uno:CellContentsMenu" localize="false"/>
- <h1 id="hd_id621584668179317"><link href="text/scalc/01/calculate.xhp" name="Calculate">Calculate</link></h1>
+ <h1 id="hd_id621584668179317"><link href="text/scalc/01/calculate.xhp">Calculate</link></h1>
<paragraph id="par_id241584668179318" role="paragraph" xml-lang="en-US">Commands to calculate formula cells.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/calculation_accuracy.xhp b/source/text/scalc/01/calculation_accuracy.xhp
index 297178db54..43ae44cd36 100644
--- a/source/text/scalc/01/calculation_accuracy.xhp
+++ b/source/text/scalc/01/calculation_accuracy.xhp
@@ -21,13 +21,13 @@
<bookmark_value>precision;calculation</bookmark_value>
</bookmark>
<section id="accuracyHead">
- <h1 id="hd_id961642017927878"><link href="text/scalc/01/calculation_accuracy.xhp" name="accuracy">%PRODUCTNAME Calculation Accuracy</link></h1>
+ <h1 id="hd_id961642017927878"><link href="text/scalc/01/calculation_accuracy.xhp">%PRODUCTNAME Calculation Accuracy</link></h1>
</section>
<h2 id="hd_id941642017968835">Inherent Accuracy Problem</h2>
- <paragraph role="paragraph" id="par_id541642018071800">%PRODUCTNAME Calc, just like most other spreadsheet software, uses floating-point math capabilities available on hardware. Given that most contemporary hardware uses binary floating-point arithmetic with limited precision defined in <link href="https://en.wikipedia.org/wiki/IEEE_754" name="IEEE754">IEEE 754</link> standard, many decimal numbers - including as simple as 0.1 - cannot be precisely represented in %PRODUCTNAME Calc (which uses 64-bit double-precision numbers internally).</paragraph>
- <paragraph role="paragraph" id="par_id191642019423811">Calculations with those numbers necessarily <link href="https://en.wikipedia.org/wiki/Floating-point_arithmetic#Accuracy_problems" name="wpediaaccuracy">results in rounding errors</link>, and those accumulate with every calculation. </paragraph>
+ <paragraph role="paragraph" id="par_id541642018071800">%PRODUCTNAME Calc, just like most other spreadsheet software, uses floating-point math capabilities available on hardware. Given that most contemporary hardware uses binary floating-point arithmetic with limited precision defined in <link href="https://en.wikipedia.org/wiki/IEEE_754">IEEE 754</link> standard, many decimal numbers - including as simple as 0.1 - cannot be precisely represented in %PRODUCTNAME Calc (which uses 64-bit double-precision numbers internally).</paragraph>
+ <paragraph role="paragraph" id="par_id191642019423811">Calculations with those numbers necessarily <link href="https://en.wikipedia.org/wiki/Floating-point_arithmetic#Accuracy_problems">results in rounding errors</link>, and those accumulate with every calculation. </paragraph>
- <paragraph role="paragraph" id="par_id221642019437175">This is not a bug, but is expected and currently unavoidable without using complex calculations in software, which would incur inappropriate performance penalties, and thus is out of question. Users need to account for that, and use rounding and comparisons with <link href="https://en.wikipedia.org/wiki/Machine_epsilon" name="macnie_epsilon">machine epsilon (or unit roundoff)</link> as necessary.</paragraph>
+ <paragraph role="paragraph" id="par_id221642019437175">This is not a bug, but is expected and currently unavoidable without using complex calculations in software, which would incur inappropriate performance penalties, and thus is out of question. Users need to account for that, and use rounding and comparisons with <link href="https://en.wikipedia.org/wiki/Machine_epsilon">machine epsilon (or unit roundoff)</link> as necessary.</paragraph>
<paragraph role="paragraph" id="par_id801642019531438">An example with numbers:</paragraph>
<table id="tab_id261642018147815">
<tablerow>
diff --git a/source/text/scalc/01/cell_styles.xhp b/source/text/scalc/01/cell_styles.xhp
index 4c67ec43ea..1afbba77f8 100644
--- a/source/text/scalc/01/cell_styles.xhp
+++ b/source/text/scalc/01/cell_styles.xhp
@@ -18,7 +18,7 @@
<body>
<bookmark xml-lang="en-US" branch="hid/.uno:ParaStyle" id="bm_id5973914" localize="false"/>
<section id="cellstyleh1">
-<h1 id="hd_id811593560413206"><link href="text/scalc/01/cell_styles.xhp" name="Cell Style">Cell Styles</link></h1>
+<h1 id="hd_id811593560413206"><link href="text/scalc/01/cell_styles.xhp">Cell Styles</link></h1>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/common_func.xhp b/source/text/scalc/01/common_func.xhp
index 3ec6b8e0b9..8a578b4f46 100644
--- a/source/text/scalc/01/common_func.xhp
+++ b/source/text/scalc/01/common_func.xhp
@@ -34,7 +34,7 @@
<paragraph role="paragraph" id="par_id251640873774457">This function is not part of the <emph>Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format</emph> standard. The name space is</paragraph>
</section>
<section id="datenumbersequencenote">
- <note id="par_id301616845402409">This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the <link href="text/scalc/01/03080000.xhp" name="value highlight">value highlighting</link> feature.</note>
+ <note id="par_id301616845402409">This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the <link href="text/scalc/01/03080000.xhp">value highlighting</link> feature.</note>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/data_form.xhp b/source/text/scalc/01/data_form.xhp
index b65c817407..f43d3325c4 100644
--- a/source/text/scalc/01/data_form.xhp
+++ b/source/text/scalc/01/data_form.xhp
@@ -65,7 +65,7 @@
<h2 id="hd_id701512558977465">Reopening the form dialog</h2>
<paragraph role="paragraph" id="par_id181512558987528" xml-lang="en-US">To reopen the form dialog, place the cursor on the header row and open the form. The displayed record in the form dialog is the first data record. Move to the last record before entering new data otherwise the current record will be edited.</paragraph>
<section id="relatedtopics">
- <paragraph id="par_id240920171007419799" role="paragraph" xml-lang="en-US"><link href="text/shared/guide/data_forms.xhp" name="Forms">Document Forms</link></paragraph>
+ <paragraph id="par_id240920171007419799" role="paragraph" xml-lang="en-US"><link href="text/shared/guide/data_forms.xhp">Document Forms</link></paragraph>
</section>
</body>
diff --git a/source/text/scalc/01/databar_more_options.xhp b/source/text/scalc/01/databar_more_options.xhp
index 97fee0d3e0..c2c37c4b6d 100644
--- a/source/text/scalc/01/databar_more_options.xhp
+++ b/source/text/scalc/01/databar_more_options.xhp
@@ -23,7 +23,7 @@
<bookmark_value>data bar formatting;data bar options</bookmark_value>
<bookmark_value>data bar options;conditional formatting</bookmark_value>
</bookmark>
- <h1 id="hd_id631610470827523"><variable id="databaroptions"><link href="/text/scalc/01/databar_more_options.xhp" name="More Options for Databar">Databar More Options</link></variable></h1>
+ <h1 id="hd_id631610470827523"><variable id="databaroptions"><link href="/text/scalc/01/databar_more_options.xhp">Databar More Options</link></variable></h1>
<h2 id="hd_id531610472930609">Entry Values</h2>
<h3 id="hd_id661610569199542">Minimum:</h3><paragraph role="paragraph" id="par_id861610473146895"> Set the minimum value for which the data bar does not start filling.</paragraph>
<h3 id="hd_id501610569361264">Maximum:</h3><paragraph role="paragraph" id="par_id461610473163880"> Set the maximum value for which the data bar gets completely filled.</paragraph>
diff --git a/source/text/scalc/01/ex_data_stat_func.xhp b/source/text/scalc/01/ex_data_stat_func.xhp
index 7981e9191d..10a506f933 100644
--- a/source/text/scalc/01/ex_data_stat_func.xhp
+++ b/source/text/scalc/01/ex_data_stat_func.xhp
@@ -144,10 +144,10 @@
<paragraph role="paragraph" id="par_id161619279207350">For &lt;&gt;, if the value is empty it matches non-empty cells.</paragraph>
<paragraph role="paragraph" id="par_id271619279215695">For &lt;&gt;, if the value is not empty it matches any cell content except the value, including empty cells.</paragraph>
<paragraph role="paragraph" id="par_id861619279223855"><emph>Note:</emph> "=0" does not match empty cells.</paragraph>
- <paragraph role="paragraph" id="par_id51619279363954">For = and &lt;&gt;, if the value is not empty and can not be interpreted as a Number type or one of its subtypes and the property <link href="text/shared/optionen/01060500.xhp" name="s">Search criteria = and &lt;&gt; must apply to whole cells</link> is checked, comparison is against the entire cell contents, if unchecked, comparison is against any subpart of the field that matches the criteria. For = and &lt;&gt;, if the value is not empty and can not be interpreted as a Number type or one of its subtypes applies. </paragraph>
+ <paragraph role="paragraph" id="par_id51619279363954">For = and &lt;&gt;, if the value is not empty and can not be interpreted as a Number type or one of its subtypes and the property <link href="text/shared/optionen/01060500.xhp">Search criteria = and &lt;&gt; must apply to whole cells</link> is checked, comparison is against the entire cell contents, if unchecked, comparison is against any subpart of the field that matches the criteria. For = and &lt;&gt;, if the value is not empty and can not be interpreted as a Number type or one of its subtypes applies. </paragraph>
</listitem>
<listitem>
- <paragraph id="par_id801619279323556" role="listitem">Other Text value. If the property <link href="text/shared/optionen/01060500.xhp" name="s">Search criteria = and &lt;&gt; must apply to whole cells</link> is true, the comparison is against the entire cell contents, if false, comparison is against any subpart of the field that matches the criteria. The expression can contain text, numbers, regular expressions or wildcards (<link href="text/shared/optionen/01060500.xhp#wildcards" name="Wild cards">if enabled in calculation options</link>).</paragraph>
+ <paragraph id="par_id801619279323556" role="listitem">Other Text value. If the property <link href="text/shared/optionen/01060500.xhp">Search criteria = and &lt;&gt; must apply to whole cells</link> is true, the comparison is against the entire cell contents, if false, comparison is against any subpart of the field that matches the criteria. The expression can contain text, numbers, regular expressions or wildcards (<link href="text/shared/optionen/01060500.xhp#wildcards">if enabled in calculation options</link>).</paragraph>
</listitem>
</list>
</section>
diff --git a/source/text/scalc/01/exponsmooth_embd.xhp b/source/text/scalc/01/exponsmooth_embd.xhp
index 8fe3927cdb..6405ea0f90 100644
--- a/source/text/scalc/01/exponsmooth_embd.xhp
+++ b/source/text/scalc/01/exponsmooth_embd.xhp
@@ -20,7 +20,7 @@
<paragraph id="par_id0403201618694535" role="paragraph" xml-lang="en-US">Exponential Triple Smoothing (ETS) is a set of algorithms in which both trend and periodical (seasonal) influences are processed. Exponential Double Smoothing (EDS) is an algorithm like ETS, but without the periodical influences. EDS produces linear forecasts.</paragraph>
-<paragraph id="par_id0403201618694537" role="tip" xml-lang="en-US">See the <link href="https://en.wikipedia.org/wiki/Exponential_smoothing" name="English Wikipedia: Exponential smoothing">Wikipedia on Exponential smoothing algorithms</link> for more information.</paragraph>
+<paragraph id="par_id0403201618694537" role="tip" xml-lang="en-US">See the <link href="https://en.wikipedia.org/wiki/Exponential_smoothing">Wikipedia on Exponential smoothing algorithms</link> for more information.</paragraph>
</section>
<section id="target">
diff --git a/source/text/scalc/01/formula2value.xhp b/source/text/scalc/01/formula2value.xhp
index 3b06a1c7dd..abcb62ac3e 100644
--- a/source/text/scalc/01/formula2value.xhp
+++ b/source/text/scalc/01/formula2value.xhp
@@ -25,7 +25,7 @@
<bookmark_value>formula to values;recalculate</bookmark_value>
</bookmark>
<section id="formula2value">
- <h1 id="hd_id701645222861113"><variable id="formula2valueh1"><link href="text/scalc/01/formula2value.xhp" name="formula to values">Formula to value</link></variable></h1>
+ <h1 id="hd_id701645222861113"><variable id="formula2valueh1"><link href="text/scalc/01/formula2value.xhp">Formula to value</link></variable></h1>
<paragraph id="par_id501645222861116" role="paragraph" xml-lang="en-US">Replaces the formula cell with value calculated by the formula. The formula is lost.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/func_arabic.xhp b/source/text/scalc/01/func_arabic.xhp
index b827428e84..4b1ab51eb2 100644
--- a/source/text/scalc/01/func_arabic.xhp
+++ b/source/text/scalc/01/func_arabic.xhp
@@ -22,7 +22,7 @@
<bookmark_value>ARABIC function</bookmark_value>
<bookmark_value>text functions;convert roman numbers</bookmark_value>
</bookmark>
- <h1 id="hd_id881628776094597"><variable id="Arabic_h1"><link href="text/scalc/01/func_arabic.xhp" name="function ARABIC">ARABIC</link></variable></h1>
+ <h1 id="hd_id881628776094597"><variable id="Arabic_h1"><link href="text/scalc/01/func_arabic.xhp">ARABIC</link></variable></h1>
<paragraph id="par_id541542230672101" role="paragraph"><variable id="func_arabic_desc"><ahelp hid=".">Returns the numeric value corresponding to a Roman number expressed as text.</ahelp></variable></paragraph>
</section>
<note id="par_id151634221012221">The largest Roman number that can be converted is MMMCMXCIX (or one of its simplified versions), which is equivalent to 3999.</note>
diff --git a/source/text/scalc/01/func_asc.xhp b/source/text/scalc/01/func_asc.xhp
index c828efb665..22f5cdb029 100644
--- a/source/text/scalc/01/func_asc.xhp
+++ b/source/text/scalc/01/func_asc.xhp
@@ -22,10 +22,10 @@
<bookmark_value>ASC function</bookmark_value>
<bookmark_value>text functions;katakana characters</bookmark_value>
</bookmark>
- <h1 id="hd_id881628776094597"><variable id="Asc_h1"><link href="text/scalc/01/func_asc.xhp" name="function ASC">ASC</link></variable></h1>
+ <h1 id="hd_id881628776094597"><variable id="Asc_h1"><link href="text/scalc/01/func_asc.xhp">ASC</link></variable></h1>
<paragraph id="par_id541542230672101" role="paragraph"><variable id="func_asc_desc"><ahelp hid=".">Converts double-byte (full-width) characters to single-byte (half-width) ASCII and katakana characters.</ahelp></variable></paragraph>
</section>
- <note id="par_id151634221012221">See <link href="https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions" name="wiki.documentfoundation.org Calc/Features/JIS and ASC functions">https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table.</note>
+ <note id="par_id151634221012221">See <link href="https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions">https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table.</note>
<embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/>
<paragraph role="paragraph" id="par_id701542231253817"><input>ASC(Text)</input></paragraph>
<paragraph role="paragraph" id="par_id621542232197446"><emph>Text</emph>: the text string that contains characters to be converted.</paragraph>
diff --git a/source/text/scalc/01/func_ceiling.xhp b/source/text/scalc/01/func_ceiling.xhp
index e671f6093e..86a92fc771 100644
--- a/source/text/scalc/01/func_ceiling.xhp
+++ b/source/text/scalc/01/func_ceiling.xhp
@@ -23,7 +23,7 @@
</bookmark>
<comment>mw added one entry</comment>
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_OBERGRENZE" id="bm_id3152530" localize="false"/>
- <h2 id="hd_id3152518"><variable id="CEILINGh1"><link href="text/scalc/01/func_ceiling.xhp#ceiling" name="CEILING">CEILING</link></variable></h2>
+ <h2 id="hd_id3152518"><variable id="CEILINGh1"><link href="text/scalc/01/func_ceiling.xhp#ceiling">CEILING</link></variable></h2>
<paragraph id="par_id3153422" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_OBERGRENZE">Rounds a number to the nearest multiple of a significance value.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id601586207136514">For a positive number and a positive significance value, the function rounds up (away from zero). For a negative number and a negative significance value, the direction of rounding is determined by the value of a mode parameter. The function returns an error if the number and significance values have opposite signs.</paragraph>
<warning id="par_id3163792">If the spreadsheet is exported to Microsoft Excel, the CEILING function is exported as the equivalent CEILING.MATH function that has existed since Excel 2013. If you plan to use the spreadsheet with earlier Excel versions, use either CEILING.PRECISE that has existed since Excel 2010, or CEILING.XCL that is exported as the CEILING function compatible with all Excel versions.</warning>
@@ -50,10 +50,10 @@
</bookmark>
<comment>mw added one entry</comment>
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_CEIL_MS" id="bm_id2952530" localize="false"/>
- <h2 id="hd_id2952518"><variable id="CEILING.PRECISEh1"><link href="text/scalc/01/func_ceiling.xhp#ceilingprecise" name="CEILING.PRECISE">CEILING.PRECISE</link></variable></h2>
+ <h2 id="hd_id2952518"><variable id="CEILING.PRECISEh1"><link href="text/scalc/01/func_ceiling.xhp#ceilingprecise">CEILING.PRECISE</link></variable></h2>
<paragraph id="par_id2953422" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_CEIL_MS">Rounds a number up to the nearest multiple of a significance value.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id151586642494759">For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored.</paragraph>
- <note id="par_id631586642933797">This function calculates identical results to the <link href="text/scalc/01/func_ceiling.xhp#isoceiling" name="iso ceiling">ISO.CEILING</link> function.</note>
+ <note id="par_id631586642933797">This function calculates identical results to the <link href="text/scalc/01/func_ceiling.xhp#isoceiling">ISO.CEILING</link> function.</note>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
<paragraph id="par_id2953454" role="code" xml-lang="en-US">CEILING.PRECISE(Number [; Significance])</paragraph>
<embed href="text/scalc/01/func_ceiling.xhp#argnumber"/>
@@ -73,7 +73,7 @@
<bookmark_value>CEILING.MATH function</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_CEIL_MATH" id="bm_id511516997249645" localize="false"/>
- <h2 id="hd_id91516997330445"><variable id="CEILING.MATHh1"><link href="text/scalc/01/func_ceiling.xhp#ceilingmath" name="CEILING.MATH">CEILING.MATH</link></variable></h2>
+ <h2 id="hd_id91516997330445"><variable id="CEILING.MATHh1"><link href="text/scalc/01/func_ceiling.xhp#ceilingmath">CEILING.MATH</link></variable></h2>
<paragraph role="paragraph" id="par_id81516997342088" xml-lang="en-US"><ahelp hid="HID_FUNC_CEIL_MATH">Rounds a number to the nearest multiple of a significance value.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id911586642319078">For a positive number the function rounds up (away from zero). For a negative number, the direction of rounding is determined by the value of a mode parameter. The sign of the significance value is ignored.</paragraph>
<warning id="par_id291516998575663">This function exists for interoperability with Microsoft Excel 2013 or newer.</warning>
@@ -98,7 +98,7 @@
<bookmark_value>CEILING.XCL function</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_CEIL_MS" id="bm_id221516998652517" localize="false"/>
- <h2 id="hd_id411516998838823"><variable id="CEILING.XCLh1"><link href="text/scalc/01/func_ceiling.xhp#ceilingxcl" name="CEILING.XCL">CEILING.XCL</link></variable></h2>
+ <h2 id="hd_id411516998838823"><variable id="CEILING.XCLh1"><link href="text/scalc/01/func_ceiling.xhp#ceilingxcl">CEILING.XCL</link></variable></h2>
<paragraph role="paragraph" id="par_id811516998845826" xml-lang="en-US"><ahelp hid="HID_FUNC_CEIL_MS">Rounds a number to the nearest multiple of a significance value.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id361586213828675">For a positive number and a positive significance value, the function rounds up (away from zero). For a negative number and a positive significance value, the function rounds up (towards zero). For a negative number and a negative significance value, the function rounds down (away from zero). The function returns an error if the number is positive and the significance value is negative.</paragraph>
<warning id="par_id881586213934118">This function exists for interoperability with Microsoft Excel 2007 or older. If a Calc spreadsheet is exported to Microsoft Excel, references to Calc’s CEILING.XCL function are exported as references to Excel’s CEILING function, which is compatible with all Excel versions. If a Microsoft Excel spreadsheet is imported into Calc, references to Excel’s CEILING function are imported as references to Calc’s CEILING.XCL function.</warning>
@@ -123,10 +123,10 @@
<comment>mw added one entry</comment>
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_CEIL_ISO" id="bm_id8952530" localize="false"/>
- <h2 id="hd_id8952518"><variable id="ISO.CEILINGh1"><link href="text/scalc/01/func_ceiling.xhp#isoceiling" name="ISO.CEILING">ISO.CEILING</link></variable></h2>
+ <h2 id="hd_id8952518"><variable id="ISO.CEILINGh1"><link href="text/scalc/01/func_ceiling.xhp#isoceiling">ISO.CEILING</link></variable></h2>
<paragraph id="par_id8953422" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_CEIL_ISO">Rounds a number up to the nearest multiple of a significance value.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id101586214229587">For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored.</paragraph>
- <note id="par_id821586214265060">This function calculates identical results to the <link href="text/scalc/01/func_ceiling.xhp#ceilingprecise" name="ceiling precise">CEILING.PRECISE</link> function.</note>
+ <note id="par_id821586214265060">This function calculates identical results to the <link href="text/scalc/01/func_ceiling.xhp#ceilingprecise">CEILING.PRECISE</link> function.</note>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
<paragraph id="par_id8953454" role="code" xml-lang="en-US">ISO.CEILING(Number [; Significance])</paragraph>
<embed href="text/scalc/01/func_ceiling.xhp#argnumber"/>
diff --git a/source/text/scalc/01/func_concat.xhp b/source/text/scalc/01/func_concat.xhp
index 5063ac92a2..8b4e8c4ac9 100644
--- a/source/text/scalc/01/func_concat.xhp
+++ b/source/text/scalc/01/func_concat.xhp
@@ -21,7 +21,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id741556228031712">
<bookmark_value>CONCAT function</bookmark_value>
</bookmark>
- <h2 id="hd_id471556226436779"><variable id="concatfunct"><link href="text/scalc/01/func_concat.xhp" name="concat">CONCAT</link></variable></h2>
+ <h2 id="hd_id471556226436779"><variable id="concatfunct"><link href="text/scalc/01/func_concat.xhp">CONCAT</link></variable></h2>
<paragraph id="par_id891556226436781" role="paragraph" xml-lang="en-US"><variable id="concatfunction"><ahelp hid=".">Concatenates one or more strings</ahelp></variable></paragraph>
</section>
<paragraph role="paragraph" id="par_id701556226865876">CONCAT is an enhancement of CONCATENATE, as CONCAT also accepts ranges as arguments, like B2:E5, K:K or K:M.</paragraph>
@@ -37,7 +37,7 @@
<paragraph role="paragraph" id="par_id341640873986703" localize="false"><literal>COM.MICROSOFT.CONCAT</literal></paragraph>
<section id="relatedtopics">
<embed href="text/scalc/01/func_textjoin.xhp#textjoinfunct"/>
- <paragraph role="paragraph" id="par_id781556244709752"><link href="text/scalc/01/04060110.xhp#concatenate" name="concatenate">CONCATENATE</link></paragraph>
+ <paragraph role="paragraph" id="par_id781556244709752"><link href="text/scalc/01/04060110.xhp#concatenate">CONCATENATE</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/func_convert.xhp b/source/text/scalc/01/func_convert.xhp
index bee20f638b..567cd61eb7 100644
--- a/source/text/scalc/01/func_convert.xhp
+++ b/source/text/scalc/01/func_convert.xhp
@@ -26,8 +26,8 @@
</h2>
<paragraph xml-lang="en-US" id="par_id3154902" role="paragraph">
<ahelp hid="HID_AAI_FUNC_CONVERT"><variable id="convert_desc">Converts a value from one unit of measurement to the corresponding value in another unit of measurement.</variable></ahelp> Enter the units of measurement directly as text in quotation marks or as a reference. The units of measurement specified through the arguments must match the supported unit symbols, which are case-sensitive. For example, the symbol for the unit "newton" is the uppercase "N".</paragraph>
- <paragraph role="paragraph" id="par_id761620414839890">The measurement units recognized by <literal>CONVERT</literal> fall into 13 groups, which are listed <link href="text/scalc/01/func_convert.xhp#Unit_Groups" name="Unit_Groups_Section">below</link>. CONVERT will perform conversions between any two units within one group but reject any request to convert between units in different groups.</paragraph>
- <paragraph role="paragraph" id="par_id861620428840333">You can also add binary and decimal prefixes to units of measurement that support them. The list of all prefixes and their corresponding multipliers are shown <link href="text/scalc/01/func_convert.xhp#Prefixes" name="Prefixes_Section">below</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id761620414839890">The measurement units recognized by <literal>CONVERT</literal> fall into 13 groups, which are listed <link href="text/scalc/01/func_convert.xhp#Unit_Groups">below</link>. CONVERT will perform conversions between any two units within one group but reject any request to convert between units in different groups.</paragraph>
+ <paragraph role="paragraph" id="par_id861620428840333">You can also add binary and decimal prefixes to units of measurement that support them. The list of all prefixes and their corresponding multipliers are shown <link href="text/scalc/01/func_convert.xhp#Prefixes">below</link>.</paragraph>
</section>
<warning id="par_id601621101375988">This function may not be compatible with other spreadsheet software.</warning>
@@ -64,7 +64,7 @@
<h2 id="hd_id261620415240175">Units of measurement</h2>
</section>
<paragraph role="paragraph" id="par_id481620428685029">Below are the unit measurement groups supported by the <literal>CONVERT</literal> function. Be aware that conversions can only happen between units that belong to the same group.</paragraph>
- <note id="par_id461620429183259">The column Prefix indicates whether or not a given unit of measurement supports <link href="text/scalc/01/func_convert.xhp#Prefixes" name="Prefixes_Section">prefixes</link>.</note>
+ <note id="par_id461620429183259">The column Prefix indicates whether or not a given unit of measurement supports <link href="text/scalc/01/func_convert.xhp#Prefixes">prefixes</link>.</note>
<h3 id="hd_id301620415514760">Area</h3>
<note id="par_id121620479750266">Some measurement units have more than one accepted symbol. The accepted unit symbols are separated by semicolons in the <emph>Unit symbol</emph> column.</note>
diff --git a/source/text/scalc/01/func_error_type.xhp b/source/text/scalc/01/func_error_type.xhp
index a1e92361d9..501888964a 100644
--- a/source/text/scalc/01/func_error_type.xhp
+++ b/source/text/scalc/01/func_error_type.xhp
@@ -122,7 +122,7 @@
<paragraph id="par_id26251175451270" role="warning" xml-lang="en-US">If the ERROR.TYPE function is used as condition of the IF function and the ERROR.TYPE returns #N/A, the IF function returns #N/A as well. Use ISERROR to avoid it as shown in the example above.</paragraph>
<section id="relatedtopics">
<paragraph id="par_id352953529535295" role="paragraph" xml-lang="en-US"><link href="text/scalc/01/04060104.xhp#iserror">ISERROR</link>, <link href="text/scalc/01/04060104.xhp#na">NA</link>, <link href="text/scalc/01/04060104.xhp#Section4">IF</link></paragraph>
-<paragraph id="par_id312932390024933" role="paragraph" xml-lang="en-US"><link href="text/scalc/05/02140000.xhp" name="Error codes">Error codes</link></paragraph>
+<paragraph id="par_id312932390024933" role="paragraph" xml-lang="en-US"><link href="text/scalc/05/02140000.xhp">Error codes</link></paragraph>
</section>
</body>
diff --git a/source/text/scalc/01/func_findb.xhp b/source/text/scalc/01/func_findb.xhp
index e28e5e9719..ef6411bb74 100644
--- a/source/text/scalc/01/func_findb.xhp
+++ b/source/text/scalc/01/func_findb.xhp
@@ -22,7 +22,7 @@
<bookmark_value>FINDB Function</bookmark_value>
<bookmark_value>find text;FINDB Function</bookmark_value>
</bookmark>
- <h1 id="hd_id771573508637966"><variable id="findb"><link href="text/scalc/01/func_findb.xhp" name="findb">FINDB</link></variable></h1>
+ <h1 id="hd_id771573508637966"><variable id="findb"><link href="text/scalc/01/func_findb.xhp">FINDB</link></variable></h1>
<paragraph id="par_id831573508637970" role="paragraph" xml-lang="en-US"><variable id="variable name"><ahelp hid=".">Returns the starting position of a given text, using byte positions. FINDB is case sensitive.</ahelp></variable></paragraph>
</section>
<embed href="text/scalc/00/avail_release.xhp#6.0"/>
diff --git a/source/text/scalc/01/func_floor.xhp b/source/text/scalc/01/func_floor.xhp
index 044fee3e2b..1e4dc67cbd 100644
--- a/source/text/scalc/01/func_floor.xhp
+++ b/source/text/scalc/01/func_floor.xhp
@@ -23,7 +23,7 @@
</bookmark>
<comment>mw added one entry</comment>
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_UNTERGRENZE" id="bm_id3157415" localize="false"/>
- <h2 id="hd_id3157404"><variable id="FLOORh1"><link href="text/scalc/01/func_floor.xhp#floor" name="FLOOR">FLOOR</link></variable></h2>
+ <h2 id="hd_id3157404"><variable id="FLOORh1"><link href="text/scalc/01/func_floor.xhp#floor">FLOOR</link></variable></h2>
<paragraph id="par_id3157432" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_UNTERGRENZE">Rounds a number to the nearest multiple of a significance value.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id661586285977707">For a positive number and a positive significance value, the function rounds down (towards zero). For a negative number and a negative significance value, the direction of rounding is determined by the value of a mode parameter. The function returns an error if the number and significance values have opposite signs.</paragraph>
<section id="floor_warn">
@@ -51,7 +51,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id811586290952465">
<bookmark_value>FLOOR.MATH function</bookmark_value>
</bookmark>
-<h2 id="hd_id1001586287279297"><variable id="FLOOR.MATHh1"><link href="text/scalc/01/func_floor.xhp#floormath" name="FLOOR.MATH">FLOOR.MATH</link></variable></h2>
+<h2 id="hd_id1001586287279297"><variable id="FLOOR.MATHh1"><link href="text/scalc/01/func_floor.xhp#floormath">FLOOR.MATH</link></variable></h2>
<paragraph role="paragraph" id="par_id721586287302689">Rounds a number to the nearest multiple of a significance value.</paragraph>
<paragraph role="paragraph" id="par_id311586287323417">For a positive number the function rounds down (towards zero). For a negative number, the direction of rounding is determined by the value of a mode parameter. The sign of the significance value is ignored.</paragraph>
<warning id="par_id851586287535879">This function exists for interoperability with Microsoft Excel 2013 or newer.</warning>
@@ -81,7 +81,7 @@
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_FLOOR_MS" id="bm_id2957415" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_FLOOR_PRECISE" id="bm_id2957215" localize="false"/>
- <h2 id="hd_id2957404"><variable id="FLOOR.PRECISEh1"><link href="text/scalc/01/func_floor.xhp#floorprecise" name="FLOOR.PRECISE">FLOOR.PRECISE</link></variable></h2>
+ <h2 id="hd_id2957404"><variable id="FLOOR.PRECISEh1"><link href="text/scalc/01/func_floor.xhp#floorprecise">FLOOR.PRECISE</link></variable></h2>
<paragraph id="par_id2957432" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_FLOOR_MS">Rounds a number down to the nearest multiple of a significance value.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id261586641501175">For a positive number the function rounds down (towards zero). For a negative number, the function rounds down (away form zero). The sign of the significance value is ignored.</paragraph>
<embed href="text/scalc/01/func_floor.xhp#floor_warn"/>
@@ -104,7 +104,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id171586291849333">
<bookmark_value>FLOOR.XCL function</bookmark_value>
</bookmark>
-<h2 id="hd_id791586291468176"><variable id="FLOOR.XCLh1"><link href="text/scalc/01/func_floor.xhp#floorxcl" name="FLOOR.XCL">FLOOR.XCL</link></variable></h2>
+<h2 id="hd_id791586291468176"><variable id="FLOOR.XCLh1"><link href="text/scalc/01/func_floor.xhp#floorxcl">FLOOR.XCL</link></variable></h2>
<paragraph role="paragraph" id="par_id521586291476023">Rounds a number to the nearest multiple of a significance value.</paragraph>
<paragraph role="paragraph" id="par_id401586291488768">For a positive number and a positive significance value, the function rounds down (towards zero). For a negative number and a positive significance value, the function rounds down (away from zero). For a negative number and a negative significance value, the function rounds up (towards zero). The function returns an error if the number is positive and the significance value is negative.</paragraph>
<warning id="par_id231586291503319">This function exists for interoperability with Microsoft Excel 2007 or older. If a Calc spreadsheet is exported to Microsoft Excel, references to Calc’s FLOOR.XCL function are exported as references to Excel’s FLOOR function, which is compatible with all Excel versions. If a Microsoft Excel spreadsheet is imported into Calc, references to Excel’s FLOOR function are imported as references to Calc’s FLOOR.XCL function.</warning>
diff --git a/source/text/scalc/01/func_fourier.xhp b/source/text/scalc/01/func_fourier.xhp
index d349109248..56aec00474 100644
--- a/source/text/scalc/01/func_fourier.xhp
+++ b/source/text/scalc/01/func_fourier.xhp
@@ -21,8 +21,8 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id581556228060864">
<bookmark_value>FOURIER function</bookmark_value>
</bookmark>
- <h2 id="hd_id551556227727946"><variable id="fourierfunct"><link href="text/scalc/01/func_fourier.xhp" name="fourierfunction">FOURIER</link></variable></h2>
- <paragraph id="par_id121556227727948" role="paragraph"><variable id="textjoinfunction"><ahelp hid=".">Computes the Discrete Fourier Transform [DFT] of an input array of complex numbers using a couple of Fast Fourier Transform (FFT) algorithms.</ahelp></variable> The function is an <link href="text/scalc/01/04060107.xhp" name="array formula">array formula</link>.</paragraph>
+ <h2 id="hd_id551556227727946"><variable id="fourierfunct"><link href="text/scalc/01/func_fourier.xhp">FOURIER</link></variable></h2>
+ <paragraph id="par_id121556227727948" role="paragraph"><variable id="textjoinfunction"><ahelp hid=".">Computes the Discrete Fourier Transform [DFT] of an input array of complex numbers using a couple of Fast Fourier Transform (FFT) algorithms.</ahelp></variable> The function is an <link href="text/scalc/01/04060107.xhp">array formula</link>.</paragraph>
</section>
<embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/>
diff --git a/source/text/scalc/01/func_ifs.xhp b/source/text/scalc/01/func_ifs.xhp
index 26cd700930..cbb0b35b40 100644
--- a/source/text/scalc/01/func_ifs.xhp
+++ b/source/text/scalc/01/func_ifs.xhp
@@ -21,7 +21,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id901556242230198">
<bookmark_value>IFS function</bookmark_value>
</bookmark>
- <h2 id="hd_id271556234923654"><variable id="ifsfunct"><link href="text/scalc/01/func_ifs.xhp" name="function ifs">IFS</link></variable></h2>
+ <h2 id="hd_id271556234923654"><variable id="ifsfunct"><link href="text/scalc/01/func_ifs.xhp">IFS</link></variable></h2>
<paragraph id="par_id171556234923655" role="paragraph" xml-lang="en-US"><variable id="variable name"><ahelp hid=".">IFS is a multiple IF-function.</ahelp></variable></paragraph>
</section>
<embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/>
@@ -45,7 +45,7 @@
<paragraph role="paragraph" id="par_id341640873986703" localize="false"><literal>COM.MICROSOFT.IFS</literal></paragraph>
<section id="relatedtopics">
<embed href="text/scalc/01/func_switch.xhp#switchfunct"/>
- <paragraph role="paragraph" id="par_id781556244709752"><link href="text/scalc/01/04060105.xhp#Section4" name="if">IF</link></paragraph>
+ <paragraph role="paragraph" id="par_id781556244709752"><link href="text/scalc/01/04060105.xhp#Section4">IF</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/func_jis.xhp b/source/text/scalc/01/func_jis.xhp
index ef94de403e..028f6dd4ad 100644
--- a/source/text/scalc/01/func_jis.xhp
+++ b/source/text/scalc/01/func_jis.xhp
@@ -21,10 +21,10 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id831542233029549">
<bookmark_value>JIS function</bookmark_value>
</bookmark>
- <h1 id="hd_id881628776094597"><variable id="Jis_h1"><link href="text/scalc/01/func_jis.xhp" name="function JIS">JIS</link></variable></h1>
+ <h1 id="hd_id881628776094597"><variable id="Jis_h1"><link href="text/scalc/01/func_jis.xhp">JIS</link></variable></h1>
<paragraph id="par_id541542230672101" role="paragraph"><variable id="func_jis_desc"><ahelp hid=".">Converts single-byte (half-width) ASCII or katakana characters to double-byte (full-width) characters.</ahelp></variable></paragraph>
</section>
- <note id="par_id151634221012221">See <link href="https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions" name="wiki.documentfoundation.org Calc/Features/JIS and ASC functions">https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table.</note>
+ <note id="par_id151634221012221">See <link href="https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions">https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table.</note>
<embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/>
<paragraph role="paragraph" id="par_id701542231253817"><input>JIS(Text)</input></paragraph>
<paragraph role="paragraph" id="par_id621542232197446"><emph>Text</emph>: the text string that contains characters to be converted.</paragraph>
diff --git a/source/text/scalc/01/func_numbervalue.xhp b/source/text/scalc/01/func_numbervalue.xhp
index b0c8f385e0..0367e90fa4 100644
--- a/source/text/scalc/01/func_numbervalue.xhp
+++ b/source/text/scalc/01/func_numbervalue.xhp
@@ -36,7 +36,7 @@
<embed href="text/scalc/00/avail_release.xhp#4.1"/>
<paragraph xml-lang="en-US" id="par_id3149281" role="paragraph">The input text may be in a locale-dependent or other bespoke format.</paragraph>
<paragraph role="paragraph" id="par_id381625600941159">The output number is formatted as a valid floating point value and shown using the current cell's number format.</paragraph>
- <tip id="par_id351625601754290">Refer to the <link href="text/shared/01/05020300.xhp" name="num_format_link">Numbers / Format</link> help page to learn how to change the format of numbers in a cell.</tip>
+ <tip id="par_id351625601754290">Refer to the <link href="text/shared/01/05020300.xhp">Numbers / Format</link> help page to learn how to change the format of numbers in a cell.</tip>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
<paragraph role="code" id="par_id721625602228575">NUMBERVALUE(Text[; Decimal Separator[; Group Separator]])</paragraph>
<paragraph xml-lang="en-US" id="par_id3154819" role="paragraph"><emph>Text</emph> is a string that contains the number to be converted.</paragraph>
@@ -51,7 +51,7 @@
<input>=NUMBERVALUE("123e12")</input> returns 1.23E+14 (considering en-US locale). No decimal or group separators are used in the supplied number and so the <emph>Decimal Separator</emph> and <emph>Group Separator</emph> arguments are omitted.</paragraph>
<paragraph role="paragraph" id="par_id801625603497421">
<input>=NUMBERVALUE("1#!234#!567"; "."; "#!")</input> returns 1234567 (considering en-US locale). Note that in this case the group separator is specified as a two-character string.</paragraph>
- <tip id="par_id451626100385699">Refer to the <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/NUMBERVALUE" name="NUMBERVALUE_Wiki">NUMBERVALUE</link> wiki page for more details about this function.</tip>
+ <tip id="par_id451626100385699">Refer to the <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/NUMBERVALUE">NUMBERVALUE</link> wiki page for more details about this function.</tip>
<section id="relatedtopics">
<embed href="text/scalc/01/func_value.xhp#Value_h1"/>
diff --git a/source/text/scalc/01/func_opt_barrier.xhp b/source/text/scalc/01/func_opt_barrier.xhp
index 3c9b234010..159892d2d9 100644
--- a/source/text/scalc/01/func_opt_barrier.xhp
+++ b/source/text/scalc/01/func_opt_barrier.xhp
@@ -21,7 +21,7 @@
<bookmark_value>OPT_BARRIER function</bookmark_value>
</bookmark>
<bookmark id="bm_id941575063871993" xml-lang="en-US" branch="hid/SC_HID_PAI_FUNC_OPT_BARRIER" localize="false"/>
- <h2 id="hd_id241575063871994"><variable id="optbrarrierh1"><link href="text/scalc/01/func_opt_barrier.xhp" name="OPT_BARRIER">OPT_BARRIER</link></variable></h2>
+ <h2 id="hd_id241575063871994"><variable id="optbrarrierh1"><link href="text/scalc/01/func_opt_barrier.xhp">OPT_BARRIER</link></variable></h2>
<paragraph id="par_id121575063871995" role="paragraph" xml-lang="en-US"><variable id="variable name"><ahelp hid=".">Returns the pricing for a barrier option, calculated using the Black-Scholes option pricing model.</ahelp></variable></paragraph>
</section>
<embed href="text/scalc/01/func_opt_touch.xhp#opttip"/>
diff --git a/source/text/scalc/01/func_opt_prob_hit.xhp b/source/text/scalc/01/func_opt_prob_hit.xhp
index 3737e6c7c5..97a978a05c 100644
--- a/source/text/scalc/01/func_opt_prob_hit.xhp
+++ b/source/text/scalc/01/func_opt_prob_hit.xhp
@@ -21,7 +21,7 @@
<bookmark_value>OPT_PROB_HIT function</bookmark_value>
</bookmark>
<bookmark id="bm_id391575063908362" xml-lang="en-US" branch="hid/SC_HID_PAI_FUNC_OPT_PROB_HIT" localize="false"/>
- <h2 id="hd_id71575063908363"><variable id="optprobhith1"><link href="text/scalc/01/func_opt_prob_hit.xhp" name="OPT_PROB_HIT">OPT_PROB_HIT</link></variable></h2>
+ <h2 id="hd_id71575063908363"><variable id="optprobhith1"><link href="text/scalc/01/func_opt_prob_hit.xhp">OPT_PROB_HIT</link></variable></h2>
<paragraph id="par_id591575063908364" role="paragraph" xml-lang="en-US"><variable id="variable name"><ahelp hid=".">Returns the probability that an asset hits a predetermined barrier price, assuming that the stock price can be modeled as a process S that follows the stochastic differential equation</ahelp></variable>, as follows.</paragraph>
<paragraph role="paragraph" id="par_id21575078735992" xml-lang="en-US">
<image src="media/helpimg/sc_func_opt01.svg" id="img_id211575078735993" width="197.38334px" height="51.2125px"><alt xml-lang="en-US" id="alt_id401575078735994">OPT_PROB_HIT equation</alt></image>
diff --git a/source/text/scalc/01/func_opt_prob_inmoney.xhp b/source/text/scalc/01/func_opt_prob_inmoney.xhp
index c5a6cab98b..35392ebc4a 100644
--- a/source/text/scalc/01/func_opt_prob_inmoney.xhp
+++ b/source/text/scalc/01/func_opt_prob_inmoney.xhp
@@ -21,7 +21,7 @@
<bookmark_value>OPT_PROB_INMONEY function</bookmark_value>
</bookmark>
<bookmark id="bm_id971575063929082" xml-lang="en-US" branch="hid/SC_HID_PAI_FUNC_OPT_PROB_INMONEY" localize="false"/>
- <h2 id="hd_id941575063929082"><variable id="optprobinmoneyh1"><link href="text/scalc/01/func_opt_prob_inmoney.xhp" name="OPT_PROB_INMONEY">OPT_PROB_INMONEY</link></variable></h2>
+ <h2 id="hd_id941575063929082"><variable id="optprobinmoneyh1"><link href="text/scalc/01/func_opt_prob_inmoney.xhp">OPT_PROB_INMONEY</link></variable></h2>
<paragraph id="par_id941575063929083" role="paragraph" xml-lang="en-US"><variable id="variable name"><ahelp hid=".">Returns the probability that an asset will end up between two barrier levels at maturity, assuming that the stock price can be modeled as a process S that follows the stochastic differential equation</ahelp></variable>, as follows.</paragraph>
<paragraph role="paragraph" id="par_id21575078735992" xml-lang="en-US">
<image src="media/helpimg/sc_func_opt01.svg" id="img_id211575078735993" width="197.38334px" height="51.2125px"><alt xml-lang="en-US" id="alt_id401575078735994">OPT_PROB_INMONEY equation</alt></image>
diff --git a/source/text/scalc/01/func_opt_touch.xhp b/source/text/scalc/01/func_opt_touch.xhp
index 9abb0c37b6..c2f0345550 100644
--- a/source/text/scalc/01/func_opt_touch.xhp
+++ b/source/text/scalc/01/func_opt_touch.xhp
@@ -21,11 +21,11 @@
<bookmark_value>OPT_TOUCH function</bookmark_value>
</bookmark>
<bookmark id="bm_id971575062825963" xml-lang="en-US" branch="hid/SC_HID_PAI_FUNC_OPT_TOUCH" localize="false"/>
- <h2 id="hd_id41575062825964"><variable id="opttouchh1"><link href="text/scalc/01/func_opt_touch.xhp" name="function_opt_touch">OPT_TOUCH</link></variable></h2>
+ <h2 id="hd_id41575062825964"><variable id="opttouchh1"><link href="text/scalc/01/func_opt_touch.xhp">OPT_TOUCH</link></variable></h2>
<paragraph id="par_id531575062825965" role="paragraph" xml-lang="en-US"><ahelp hid=".">Returns the pricing of a touch / no-touch option, calculated using the Black-Scholes option pricing model.</ahelp></paragraph>
</section>
<section id="opttip">
- <tip id="par_id371575066515276">For relevant background information, visit the <link href="https://en.wikipedia.org/wiki/Option_(finance)" name="optionfinance">Options (finance)</link> and <link href="https://en.wikipedia.org/wiki/Black–Scholes_model" name="blackscholes">Black-Scholes</link> model Wikipedia pages.</tip>
+ <tip id="par_id371575066515276">For relevant background information, visit the <link href="https://en.wikipedia.org/wiki/Option_(finance)">Options (finance)</link> and <link href="https://en.wikipedia.org/wiki/Black–Scholes_model">Black-Scholes</link> model Wikipedia pages.</tip>
</section>
<paragraph role="paragraph" id="par_id571575080642652">Further information about touch / no-touch options may be found on many financial websites.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
diff --git a/source/text/scalc/01/func_regex.xhp b/source/text/scalc/01/func_regex.xhp
index 82119a3df1..fe57b7aa29 100644
--- a/source/text/scalc/01/func_regex.xhp
+++ b/source/text/scalc/01/func_regex.xhp
@@ -23,13 +23,13 @@
<bookmark_value>regular expressions;extracting in spreadsheets</bookmark_value>
<bookmark_value>regular expressions;REGEX function</bookmark_value>
</bookmark>
- <h1 id="hd_id961542230672100"><link href="text/scalc/01/func_regex.xhp" name="function REGEX">REGEX</link></h1>
+ <h1 id="hd_id961542230672100"><link href="text/scalc/01/func_regex.xhp">REGEX</link></h1>
<paragraph id="par_id541542230672101" role="paragraph" xml-lang="en-US"><variable id="func_regex_desc"><ahelp hid=".">Matches and extracts or optionally replaces text using regular expressions.</ahelp></variable></paragraph>
</section>
<embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/>
<paragraph role="code" id="par_id701542231253817" xml-lang="en-US">REGEX( Text ; Expression [ ; [ Replacement ] [ ; Flags|Occurrence ] ] )</paragraph>
<paragraph role="paragraph" id="par_id621542232197446" xml-lang="en-US"><emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied.</paragraph>
- <paragraph role="paragraph" id="par_id211542232209275" xml-lang="en-US"><emph>Expression</emph>: A text representing the regular expression, using <link href="https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters" name="ICU REGEXP">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned.</paragraph>
+ <paragraph role="paragraph" id="par_id211542232209275" xml-lang="en-US"><emph>Expression</emph>: A text representing the regular expression, using <link href="https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned.</paragraph>
<paragraph role="paragraph" id="par_id581542232755604" xml-lang="en-US"><emph>Replacement</emph>: Optional. The replacement text and references to capture groups. If there is no match, <emph>Text</emph> is returned unmodified.</paragraph>
<paragraph role="paragraph" id="par_id421542232246840" xml-lang="en-US"><emph>Flags</emph>: Optional. "g" replaces all matches of <emph>Expression</emph> in <emph>Text</emph>, not extracted. If there is no match, <emph>Text</emph> is returned unmodified.</paragraph>
<paragraph role="paragraph" id="par_id421542232246841" xml-lang="en-US"><emph>Occurrence</emph>: Optional. Number to indicate which match of <emph>Expression</emph> in <emph>Text</emph> is to be extracted or replaced. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned. If there is no match and <emph>Replacement</emph> is given, <emph>Text</emph> is returned unmodified. If <emph>Occurrence</emph> is 0, <emph>Text</emph> is returned unmodified.</paragraph>
@@ -44,8 +44,8 @@
<embed href="text/scalc/01/common_func.xhp#notODFF"/>
<paragraph role="paragraph" id="par_id311640873986703" localize="false"><literal>ORG.LIBREOFFICE.REGEX</literal></paragraph>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id711542233602553" xml-lang="en-US"><link href="text/shared/01/02100001.xhp" name="regex lists">List of regular expressions</link></paragraph>
- <paragraph role="paragraph" id="par_id431542233650614" xml-lang="en-US"><link href="https://unicode-org.github.io/icu/userguide/strings/regexp.html" name="ICU REGEXP">ICU regular expressions</link></paragraph>
+ <paragraph role="paragraph" id="par_id711542233602553" xml-lang="en-US"><link href="text/shared/01/02100001.xhp">List of regular expressions</link></paragraph>
+ <paragraph role="paragraph" id="par_id431542233650614" xml-lang="en-US"><link href="https://unicode-org.github.io/icu/userguide/strings/regexp.html">ICU regular expressions</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/func_replaceb.xhp b/source/text/scalc/01/func_replaceb.xhp
index a2e85b72c2..86ef8380d9 100644
--- a/source/text/scalc/01/func_replaceb.xhp
+++ b/source/text/scalc/01/func_replaceb.xhp
@@ -22,7 +22,7 @@
<bookmark_value>REPLACEB Function</bookmark_value>
<bookmark_value>replace text;REPLACEB Function</bookmark_value>
</bookmark>
- <h1 id="hd_id771573508637966"><variable id="replaceb"><link href="text/scalc/01/func_replaceb.xhp" name="replaceb">REPLACEB</link></variable></h1>
+ <h1 id="hd_id771573508637966"><variable id="replaceb"><link href="text/scalc/01/func_replaceb.xhp">REPLACEB</link></variable></h1>
<paragraph id="par_id831573508637970" role="paragraph" xml-lang="en-US"><variable id="variable name"><ahelp hid=".">Returns text where an old text is replaced with a new text, using byte positions.</ahelp></variable></paragraph>
</section>
<embed href="text/scalc/00/avail_release.xhp#6.0"/>
@@ -36,7 +36,7 @@
<paragraph role="paragraph" id="par_id431573515742206"><input>=REPLACEB("ᄩᄔᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ";4;1;"ab")</input> returns "ᄩ abᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ" .</paragraph>
- <tip id="par_id721626381053212">Refer to the <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/REPLACEB" name="REPLACEB_Wiki">REPLACEB</link> wiki page for more details about this function.</tip>
+ <tip id="par_id721626381053212">Refer to the <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/REPLACEB">REPLACEB</link> wiki page for more details about this function.</tip>
<section id="relatedtopics">
<paragraph role="paragraph" localize="false" id="par_id171573510071709"><embedvar href="text/scalc/01/func_findb.xhp#findb" markup="ignore"/></paragraph>
diff --git a/source/text/scalc/01/func_roman.xhp b/source/text/scalc/01/func_roman.xhp
index 4600ab3fc6..3f16a2acb8 100644
--- a/source/text/scalc/01/func_roman.xhp
+++ b/source/text/scalc/01/func_roman.xhp
@@ -22,7 +22,7 @@
<bookmark_value>ROMAN function</bookmark_value>
<bookmark_value>text functions;convert to roman numbers</bookmark_value>
</bookmark>
- <h1 id="hd_id881628776094597"><variable id="Roman_h1"><link href="text/scalc/01/func_roman.xhp" name="function ROMAN">ROMAN</link></variable></h1>
+ <h1 id="hd_id881628776094597"><variable id="Roman_h1"><link href="text/scalc/01/func_roman.xhp">ROMAN</link></variable></h1>
<paragraph id="par_id541542230672101" role="paragraph"><variable id="func_roman_desc"><ahelp hid=".">Converts a number into a Roman numeral. The value range must be between 0 and 3999. A simplification mode can be specified in the range from 0 to 4.</ahelp></variable></paragraph>
</section>
<embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/>
diff --git a/source/text/scalc/01/func_rounddown.xhp b/source/text/scalc/01/func_rounddown.xhp
index bfe5516279..6b9e23e0ad 100644
--- a/source/text/scalc/01/func_rounddown.xhp
+++ b/source/text/scalc/01/func_rounddown.xhp
@@ -22,11 +22,11 @@
<bookmark_value>numbers;rounding down</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_ABRUNDEN" id="bm_id3146003" localize="false"/>
- <h1 id="hd_id601641846107898"><variable id="rounddown_h1"><link href="text/scalc/01/func_rounddown.xhp" name="rounddown_link">ROUNDDOWN function</link></variable></h1>
+ <h1 id="hd_id601641846107898"><variable id="rounddown_h1"><link href="text/scalc/01/func_rounddown.xhp">ROUNDDOWN function</link></variable></h1>
<section id="rounddown_desc">
<paragraph role="paragraph" id="par_id841641927277474">Rounds down a number while keeping a specified number of decimal digits.</paragraph>
</section>
- <paragraph role="paragraph" id="par_id701642530512560">This function is equivalent to the <link href="text/scalc/01/func_trunc.xhp" name="TRUNC_link">TRUNC function</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id701642530512560">This function is equivalent to the <link href="text/scalc/01/func_trunc.xhp">TRUNC function</link>.</paragraph>
<embed href="text/scalc/01/func_trunc.xhp#trunc_tip"/>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
<paragraph role="paragraph" id="par_id341641927560587">
diff --git a/source/text/scalc/01/func_roundsig.xhp b/source/text/scalc/01/func_roundsig.xhp
index 6e96d0a584..b5d486728e 100644
--- a/source/text/scalc/01/func_roundsig.xhp
+++ b/source/text/scalc/01/func_roundsig.xhp
@@ -20,7 +20,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id151519154954070">
<bookmark_value>ROUNDSIG Function</bookmark_value>
</bookmark>
- <h1 id="hd_id351519154702177"><link href="text/scalc/01/func_roundsig.xhp" name="function roundsig">ROUNDSIG</link></h1>
+ <h1 id="hd_id351519154702177"><link href="text/scalc/01/func_roundsig.xhp">ROUNDSIG</link></h1>
<paragraph id="par_id921519154702177" role="paragraph" xml-lang="en-US"><variable id="roundsig"><ahelp hid="HID_FUNC_ROUNDSIG">Returns a number rounded to a specified number of significant decimal digits of its normalized floating point notation.</ahelp></variable></paragraph>
</section>
<embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/>
@@ -41,7 +41,7 @@
<embed href="text/scalc/01/common_func.xhp#notODFF"/>
<paragraph role="paragraph" id="par_id311640873986703" localize="false"><literal>ORG.LIBREOFFICE.ROUNDSIG</literal></paragraph>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id51519156941987" xml-lang="en-US">See also <link href="text/scalc/01/04060106.xhp#Section21" name="ROUND function">ROUND</link>, <link href="text/scalc/01/04060106.xhp#Section7" name="MROUND function">MROUND</link>, <link href="text/scalc/01/04060106.xhp#Section19" name="ROUNDUP function">ROUNDUP</link>, <link href="text/scalc/01/04060106.xhp#Section20" name="ROUNDDOWN function">ROUNDDOWN</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id51519156941987" xml-lang="en-US">See also <link href="text/scalc/01/04060106.xhp#Section21">ROUND</link>, <link href="text/scalc/01/04060106.xhp#Section7">MROUND</link>, <link href="text/scalc/01/04060106.xhp#Section19">ROUNDUP</link>, <link href="text/scalc/01/04060106.xhp#Section20">ROUNDDOWN</link>.</paragraph>
</section>
</body>
diff --git a/source/text/scalc/01/func_searchb.xhp b/source/text/scalc/01/func_searchb.xhp
index 41262c5717..c81a0681cb 100644
--- a/source/text/scalc/01/func_searchb.xhp
+++ b/source/text/scalc/01/func_searchb.xhp
@@ -22,7 +22,7 @@
<bookmark_value>SEARCHB Function</bookmark_value>
<bookmark_value>search text;SEARCHB Function</bookmark_value>
</bookmark>
- <h1 id="hd_id771573508637966"><variable id="searchb"><link href="text/scalc/01/func_searchb.xhp" name="searchb">SEARCHB</link></variable></h1>
+ <h1 id="hd_id771573508637966"><variable id="searchb"><link href="text/scalc/01/func_searchb.xhp">SEARCHB</link></variable></h1>
<paragraph id="par_id831573508637970" role="paragraph" xml-lang="en-US"><variable id="variable name"><ahelp hid=".">Returns the starting position of a given text, using byte positions (not case sensitive).</ahelp></variable></paragraph>
</section>
<embed href="text/scalc/00/avail_release.xhp#6.0"/>
diff --git a/source/text/scalc/01/func_sum.xhp b/source/text/scalc/01/func_sum.xhp
index 04003fb75f..4d4d902af1 100644
--- a/source/text/scalc/01/func_sum.xhp
+++ b/source/text/scalc/01/func_sum.xhp
@@ -22,7 +22,7 @@
<bookmark_value>SUM function</bookmark_value>
<bookmark_value>adding;numbers in cell ranges</bookmark_value>
</bookmark>
- <h1 id="hd_id121636398275790"><variable id="sum_head"><link href="text/scalc/01/func_sum.xhp" name="function SUM">SUM</link></variable></h1>
+ <h1 id="hd_id121636398275790"><variable id="sum_head"><link href="text/scalc/01/func_sum.xhp">SUM</link></variable></h1>
<paragraph id="par_id491636401806866" role="paragraph"><variable id="func_sum_desc"><ahelp hid=".">Adds a set of numbers.</ahelp></variable></paragraph>
</section>
@@ -34,8 +34,8 @@
<paragraph id="par_id3163704" role="paragraph" xml-lang="en-US"><input>=SUM(2;3;4)</input> returns 9.</paragraph>
<paragraph id="par_id3151740" role="paragraph" xml-lang="en-US"><item type="input">=SUM(A1;A3;B5)</item> calculates the sum of the three cells.</paragraph>
<paragraph id="par_id931636109030406" role="paragraph" xml-lang="en-US"><item type="input">=SUM(A1:E10)</item> calculates the sum of all cells in the A1 to E10 cell range.</paragraph>
- <paragraph id="par_id3151756" role="paragraph" xml-lang="en-US">A formula such as <input>=SUM((A1:A40&gt;=C1)*(A1:A40&lt;C2)*B1:B40)</input> may be entered as an <link href="text/scalc/01/04060107.html#hd_id3148474" name="ARRAY_FORMULA">array formula</link> by pressing the Shift<switchinline select="sys"><caseinline select="MAC">+Command</caseinline><defaultinline>+Ctrl</defaultinline></switchinline>+Enter keys instead of simply pressing the Enter key to finish entering the formula. The formula will then be shown in the Formula bar enclosed in braces and operates by multiplying corresponding elements of the arrays together and returning their sum.</paragraph>
- <tip id="par_id661636108218550">Refer to the <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/SUM" name="SUM_Wiki">SUM</link> wiki page for more details about this function.</tip>
+ <paragraph id="par_id3151756" role="paragraph" xml-lang="en-US">A formula such as <input>=SUM((A1:A40&gt;=C1)*(A1:A40&lt;C2)*B1:B40)</input> may be entered as an <link href="text/scalc/01/04060107.html#hd_id3148474">array formula</link> by pressing the Shift<switchinline select="sys"><caseinline select="MAC">+Command</caseinline><defaultinline>+Ctrl</defaultinline></switchinline>+Enter keys instead of simply pressing the Enter key to finish entering the formula. The formula will then be shown in the Formula bar enclosed in braces and operates by multiplying corresponding elements of the arrays together and returning their sum.</paragraph>
+ <tip id="par_id661636108218550">Refer to the <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/SUM">SUM</link> wiki page for more details about this function.</tip>
<section id="relatedtopics">
<paragraph id="par_id381636401121931" role="paragraph" localize="false">
diff --git a/source/text/scalc/01/func_switch.xhp b/source/text/scalc/01/func_switch.xhp
index 18a7e65b4e..215aaaea15 100644
--- a/source/text/scalc/01/func_switch.xhp
+++ b/source/text/scalc/01/func_switch.xhp
@@ -21,7 +21,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id571556244875552">
<bookmark_value>SWITCH function</bookmark_value>
</bookmark>
- <h2 id="hd_id21556242313791"><variable id="switchfunct"><link href="text/scalc/01/func_switch.xhp" name="switch">SWITCH</link></variable></h2>
+ <h2 id="hd_id21556242313791"><variable id="switchfunct"><link href="text/scalc/01/func_switch.xhp">SWITCH</link></variable></h2>
<paragraph id="par_id361556242313793" role="paragraph" xml-lang="en-US"><variable id="functionswitch"><ahelp hid=".">SWITCH compares <emph>expression</emph> with <emph>value1</emph> to <emph>valuen</emph> and returns the result belonging to the first value that equals expression. If there is no match and default_result is given, that will be returned.</ahelp></variable></paragraph>
</section>
<embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/>
@@ -41,7 +41,7 @@
<paragraph role="paragraph" id="par_id341640873986703" localize="false"><literal>COM.MICROSOFT.SWITCH</literal></paragraph>
<section id="relatedtopics">
<embed href="text/scalc/01/func_ifs.xhp#ifsfunct"/>
- <paragraph role="paragraph" id="par_id781556244709752"><link href="text/scalc/01/04060105.xhp#Section4" name="if">IF</link></paragraph>
+ <paragraph role="paragraph" id="par_id781556244709752"><link href="text/scalc/01/04060105.xhp#Section4">IF</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/func_textjoin.xhp b/source/text/scalc/01/func_textjoin.xhp
index a4111c9252..11d885ef34 100644
--- a/source/text/scalc/01/func_textjoin.xhp
+++ b/source/text/scalc/01/func_textjoin.xhp
@@ -21,7 +21,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id581556228060864">
<bookmark_value>TEXTJOIN function</bookmark_value>
</bookmark>
- <h2 id="hd_id551556227727946"><variable id="textjoinfunct"><link href="text/scalc/01/func_textjoin.xhp" name="textjoinfunction">TEXTJOIN</link></variable></h2>
+ <h2 id="hd_id551556227727946"><variable id="textjoinfunct"><link href="text/scalc/01/func_textjoin.xhp">TEXTJOIN</link></variable></h2>
<paragraph id="par_id121556227727948" role="paragraph"><variable id="textjoinfunction"><ahelp hid=".">Concatenates one or more strings, and uses delimiters between them.</ahelp></variable></paragraph>
</section>
<embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/>
@@ -42,7 +42,7 @@
<paragraph role="paragraph" id="par_id341640873986703" localize="false"><literal>COM.MICROSOFT.TEXTJOIN</literal></paragraph>
<section id="relatedtopics">
<embed href="text/scalc/01/func_concat.xhp#concatfunct"/>
- <paragraph role="paragraph" id="par_id781556244709752"><link href="text/scalc/01/04060110.xhp#concatenate" name="concatenate">CONCATENATE</link></paragraph>
+ <paragraph role="paragraph" id="par_id781556244709752"><link href="text/scalc/01/04060110.xhp#concatenate">CONCATENATE</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/func_trunc.xhp b/source/text/scalc/01/func_trunc.xhp
index 22b58a2784..62d87efab1 100644
--- a/source/text/scalc/01/func_trunc.xhp
+++ b/source/text/scalc/01/func_trunc.xhp
@@ -23,11 +23,11 @@
<bookmark_value>numbers;truncate</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_KUERZEN" id="bm_id3157849" localize="false"/>
- <h1 id="hd_id601641846107898"><variable id="trunc_h1"><link href="text/scalc/01/func_trunc.xhp" name="trunc_link">TRUNC function</link></variable></h1>
+ <h1 id="hd_id601641846107898"><variable id="trunc_h1"><link href="text/scalc/01/func_trunc.xhp">TRUNC function</link></variable></h1>
<section id="trunc_desc">
<paragraph role="paragraph" id="par_id841641927277474">Truncates a number while keeping a specified number of decimal digits.</paragraph>
</section>
- <paragraph role="paragraph" id="par_id701642530512560">This function is equivalent to the <link href="text/scalc/01/func_rounddown.xhp" name="ROUNDDOWN_link">ROUNDDOWN function</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id701642530512560">This function is equivalent to the <link href="text/scalc/01/func_rounddown.xhp">ROUNDDOWN function</link>.</paragraph>
<section id="trunc_tip">
<tip id="par_id321641927458888">The rounding method used by this function is known as <emph>rounding towards zero</emph>. The resulting number will always be smaller than or equal to the original number.</tip>
</section>
diff --git a/source/text/scalc/01/func_value.xhp b/source/text/scalc/01/func_value.xhp
index 2293c1a103..94a8caa920 100644
--- a/source/text/scalc/01/func_value.xhp
+++ b/source/text/scalc/01/func_value.xhp
@@ -22,7 +22,7 @@
<bookmark_value>VALUE function</bookmark_value>
<bookmark_value>text functions;convert text to numeric value</bookmark_value>
</bookmark>
- <h1 id="hd_id881628776094597"><variable id="Value_h1"><link href="text/scalc/01/func_value.xhp" name="function VALUE">VALUE</link></variable></h1>
+ <h1 id="hd_id881628776094597"><variable id="Value_h1"><link href="text/scalc/01/func_value.xhp">VALUE</link></variable></h1>
<paragraph id="par_id541542230672101" role="paragraph" xml-lang="en-US"><variable id="func_value_desc"><ahelp hid=".">Converts the string representation of a number to numeric form. If the supplied string is a valid date, time, or date-time, the corresponding date-time serial number is returned.</ahelp></variable></paragraph>
</section>
<embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/>
@@ -36,7 +36,7 @@
<paragraph role="paragraph" id="par_id101628780114427"><input>=VALUE("50%")</input> returns 0.5. Note that the character "%" causes the numeric part to be divided by 100.</paragraph>
<paragraph role="paragraph" id="par_id731628780240876"><input>=VALUE("07/30/2021")</input> returns 44407 (considering en-US locale) which is the date-time sequence number corresponding to the specified date.</paragraph>
<paragraph role="paragraph" id="par_id501628780340635"><input>=VALUE("09:20:25")</input> returns 0.389178240740741 which is the date-time sequence number corresponding to the specified time value.</paragraph>
- <tip id="par_id801628779804928">Refer to the <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/VALUE" name="VALUE Wiki">VALUE</link> wiki page for more details about this function.</tip>
+ <tip id="par_id801628779804928">Refer to the <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/VALUE">VALUE</link> wiki page for more details about this function.</tip>
<section id="relatedtopics">
<embed href="text/scalc/01/func_datevalue.xhp#datevalue"/>
diff --git a/source/text/scalc/01/func_webservice.xhp b/source/text/scalc/01/func_webservice.xhp
index cd1df5c87d..6ba032ab61 100644
--- a/source/text/scalc/01/func_webservice.xhp
+++ b/source/text/scalc/01/func_webservice.xhp
@@ -21,7 +21,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_WEBSERVICE" id="bm_id3150028" localize="false"/>
<section id="webservicefuncheader">
- <h2 id="hd_id3149012"><variable id="webservicefuncname"><link href="text/scalc/01/func_webservice.xhp#webservice" name="webservice">WEBSERVICE</link></variable></h2>
+ <h2 id="hd_id3149012"><variable id="webservicefuncname"><link href="text/scalc/01/func_webservice.xhp#webservice">WEBSERVICE</link></variable></h2>
<paragraph role="paragraph" id="par_id3149893" xml-lang="en-US"><ahelp
hid="HID_FUNC_WEBSERVICE">Get some web content from a URI.</ahelp></paragraph>
</section>
@@ -42,7 +42,7 @@
<bookmark_value>FILTERXML function</bookmark_value>
</bookmark>
<section id="filterxmlfuncheader">
- <h2 id="hd_id2949012"><variable id="filterxmlfuncname"><link href="text/scalc/01/func_webservice.xhp#filterxml" name="filterxml">FILTERXML</link></variable></h2>
+ <h2 id="hd_id2949012"><variable id="filterxmlfuncname"><link href="text/scalc/01/func_webservice.xhp#filterxml">FILTERXML</link></variable></h2>
<paragraph role="paragraph" id="par_id2949893" xml-lang="en-US"><ahelp hid="HID_FUNC_FILTERXML">Apply a XPath expression to a XML document.</ahelp></paragraph>
</section>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
@@ -63,7 +63,7 @@
<bookmark_value>ENCODEURL function</bookmark_value>
</bookmark>
<section id="encodeurlfuncheader">
- <h2 id="hd_id671517132649769"><variable id="encodeurlname"><link href="text/scalc/01/func_webservice.xhp#encodeurl" name="linkname">ENCODEURL</link></variable></h2>
+ <h2 id="hd_id671517132649769"><variable id="encodeurlname"><link href="text/scalc/01/func_webservice.xhp#encodeurl">ENCODEURL</link></variable></h2>
<paragraph id="par_id51517132649769" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_ENCODEURL">Returns a URL-encoded string.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id721517134647880" xml-lang="en-US">Use this function to transform text with symbols of national alphabets (for example accented characters, non-ASCII alphabets or Asian words) to a string of URL-standard symbols.</paragraph>
diff --git a/source/text/scalc/01/func_year.xhp b/source/text/scalc/01/func_year.xhp
index c2fe1b6357..aa59bbc1d5 100644
--- a/source/text/scalc/01/func_year.xhp
+++ b/source/text/scalc/01/func_year.xhp
@@ -28,7 +28,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_JAHR" id="bm_id3159179" localize="false"/><h2 id="hd_id3153982"><variable id="year"><link href="text/scalc/01/func_year.xhp">YEAR</link>
</variable></h2>
-<paragraph role="paragraph" id="par_id3147496" xml-lang="en-US"><ahelp hid="HID_FUNC_JAHR">Returns the year as a number according to the <link href="text/scalc/01/04060102.xhp#datebase" name="date calculation rules">internal calculation rules</link>.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3147496" xml-lang="en-US"><ahelp hid="HID_FUNC_JAHR">Returns the year as a number according to the <link href="text/scalc/01/04060102.xhp#datebase">internal calculation rules</link>.</ahelp></paragraph>
<embed href="text/scalc/01/ODFF.xhp#odff"/>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
<paragraph role="code" id="par_id3154304" xml-lang="en-US">YEAR(Number)</paragraph>
diff --git a/source/text/scalc/01/recalculate_hard.xhp b/source/text/scalc/01/recalculate_hard.xhp
index 296a3fd1e2..628164d409 100644
--- a/source/text/scalc/01/recalculate_hard.xhp
+++ b/source/text/scalc/01/recalculate_hard.xhp
@@ -26,12 +26,12 @@
<bookmark_value>cell contents;force recalculation</bookmark_value>
</bookmark>
<section id="recalculate_hard_head">
- <h1 id="hd_id611645217532285"><variable id="recalculatehardh1"><link href="text/scalc/01/recalculate_hard.xhp" name="recalculate hard">Recalculate Hard</link></variable></h1>
+ <h1 id="hd_id611645217532285"><variable id="recalculatehardh1"><link href="text/scalc/01/recalculate_hard.xhp">Recalculate Hard</link></variable></h1>
<paragraph id="par_id631645217532291" role="paragraph" xml-lang="en-US">Recalculates all formulas in the document, including Add-In functions and non-volatile functions.</paragraph>
</section>
<section id="howtoget">
<embed href="text/scalc/00/00000406.xhp#recalculate_hard"/>
</section>
-<paragraph role="paragraph" id="par_id361645227084327">The <menuitem>Recalculate Hard</menuitem> command forces recalculation of all formula cells of the spreadsheet document, including explicit non-volatile functions, even if no new input event exist. Examples of explicit non-volatile functions are <link href="text/scalc/01/04060106.xhp#rand_nv" name="RAND.NV">RAND.NV</link> and <link href="text/scalc/01/04060106.xhp#randbetween_nv" name="RANDBETWEEN.NV">RANDBETWEEN.NV</link>.</paragraph>
+<paragraph role="paragraph" id="par_id361645227084327">The <menuitem>Recalculate Hard</menuitem> command forces recalculation of all formula cells of the spreadsheet document, including explicit non-volatile functions, even if no new input event exist. Examples of explicit non-volatile functions are <link href="text/scalc/01/04060106.xhp#rand_nv">RAND.NV</link> and <link href="text/scalc/01/04060106.xhp#randbetween_nv">RANDBETWEEN.NV</link>.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/shared_spreadsheet.xhp b/source/text/scalc/01/shared_spreadsheet.xhp
index c93c059d1e..04180bcfbb 100644
--- a/source/text/scalc/01/shared_spreadsheet.xhp
+++ b/source/text/scalc/01/shared_spreadsheet.xhp
@@ -23,7 +23,7 @@
</bookmark>
<section id="shared_spreadsheet_head">
<bookmark id="bm_id551647272004703" xml-lang="en-US" branch="hid/.uno:ShareDocument" localize="false"/>
- <h1 id="hd_id461647272004705"><variable id="h1"><link href="text/scalc/01/shared_spreadsheet.xhp" name="Share spreadsheet">Share Spreadsheet</link></variable></h1>
+ <h1 id="hd_id461647272004705"><variable id="h1"><link href="text/scalc/01/shared_spreadsheet.xhp">Share Spreadsheet</link></variable></h1>
<paragraph id="par_id551647272004709" role="paragraph" xml-lang="en-US">Sharing a spreadsheet allows several users to open the same file for editing at the same time.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/solver.xhp b/source/text/scalc/01/solver.xhp
index 23184e1091..1d94d32d3a 100644
--- a/source/text/scalc/01/solver.xhp
+++ b/source/text/scalc/01/solver.xhp
@@ -129,7 +129,7 @@
<h3 id="hd_id441589917031236">Options</h3>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/solverdlg/options" id="bm_id8915372" localize="false"/>
-<paragraph id="par_id2423780" role="paragraph" xml-lang="en-US"><ahelp hid=".">Opens the <link href="text/scalc/01/solver_options.xhp#solveroptionsh1" name="solveroptions">Solver Options</link> dialog.</ahelp></paragraph>
+<paragraph id="par_id2423780" role="paragraph" xml-lang="en-US"><ahelp hid=".">Opens the <link href="text/scalc/01/solver_options.xhp#solveroptionsh1">Solver Options</link> dialog.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id221589917833431">The <emph>Solver Options</emph> dialog let you select the different solver algorithms for either linear and non-linear problems and set their solving parameters.</paragraph>
<h3 id="hd_id771589917064147">Solve</h3>
<comment>solve button</comment>
@@ -147,7 +147,7 @@
<section id="relatedtopics">
<embed href="text/scalc/01/solver_options.xhp#solveroptionsh1"/>
<embed href="text/scalc/01/solver_options_algo.xhp#SolverAlgorithmsOptionsh1"/>
- <paragraph role="paragraph" id="par_id271589981559367"><link href="https://wiki.documentfoundation.org/NLPSolver" name="wikipage">Wiki page on solvers and their algorithms</link></paragraph>
+ <paragraph role="paragraph" id="par_id271589981559367"><link href="https://wiki.documentfoundation.org/NLPSolver">Wiki page on solvers and their algorithms</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/solver_options.xhp b/source/text/scalc/01/solver_options.xhp
index b72fe0899d..f07a347f10 100644
--- a/source/text/scalc/01/solver_options.xhp
+++ b/source/text/scalc/01/solver_options.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id291590166034871">
<bookmark_value>solver for Calc;options</bookmark_value>
</bookmark>
-<h1 id="hd_id2794274"><variable id="solveroptionsh1"><link href="text/scalc/01/solver_options.xhp" name="Solver Options">Solver Options</link></variable></h1>
+<h1 id="hd_id2794274"><variable id="solveroptionsh1"><link href="text/scalc/01/solver_options.xhp">Solver Options</link></variable></h1>
<paragraph id="par_id3163853" role="paragraph" xml-lang="en-US">Use the Options dialog to configure the solver engine.</paragraph>
@@ -74,7 +74,7 @@
<section id="relatedtopics">
<embed href="text/scalc/01/solver.xhp#solver"/>
<embed href="text/scalc/01/solver_options_algo.xhp#SolverAlgorithmsOptionsh1"/>
- <paragraph role="paragraph" id="par_id271589981559367"><link href="https://wiki.documentfoundation.org/NLPSolver" name="wikipage">Wiki page on non-linear solvers and their algorithms</link></paragraph>
+ <paragraph role="paragraph" id="par_id271589981559367"><link href="https://wiki.documentfoundation.org/NLPSolver">Wiki page on non-linear solvers and their algorithms</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/solver_options_algo.xhp b/source/text/scalc/01/solver_options_algo.xhp
index 89f2e62ae4..d2bdb70715 100644
--- a/source/text/scalc/01/solver_options_algo.xhp
+++ b/source/text/scalc/01/solver_options_algo.xhp
@@ -35,9 +35,9 @@
<bookmark_value>solver for Calc; swarm non-linear solver</bookmark_value>
</bookmark>
- <h1 id="hd_id0503200917103593"><variable id="SolverAlgorithmsOptionsh1"><link href="text/scalc/01/solver_options_algo.xhp#SolverAlgorithmsOptionsh1" name="Solver Algorithms Options">Solver Algorithms Options</link></variable></h1>
+ <h1 id="hd_id0503200917103593"><variable id="SolverAlgorithmsOptionsh1"><link href="text/scalc/01/solver_options_algo.xhp#SolverAlgorithmsOptionsh1">Solver Algorithms Options</link></variable></h1>
- <h2 id="par_id651589925044267"><variable id="DEPSEvolutionaryalgorithmh2"><link href="text/scalc/01/solver_options_algo.xhp#DEPSEvolutionaryalgorithmh2" name="DEPS Evolutionary algorithm">DEPS Evolutionary Algorithm</link></variable></h2>
+ <h2 id="par_id651589925044267"><variable id="DEPSEvolutionaryalgorithmh2"><link href="text/scalc/01/solver_options_algo.xhp#DEPSEvolutionaryalgorithmh2">DEPS Evolutionary Algorithm</link></variable></h2>
<paragraph role="paragraph" id="par_id931590164412542">DEPS consists of two independent algorithms: Differential Evolution and Particle Swarm Optimization. Both are especially suited for numerical problems, such as nonlinear optimization, and are complementary to each other in that they even out each other’s shortcomings. </paragraph>
<table id="id=tab_id971589978166858">
<tablerow>
@@ -190,7 +190,7 @@
</tablerow>
</table>
- <h2 id="par_id391589925078747"><variable id="SCOEvolutionaryAlgorithmh2"><link href="text/scalc/01/solver_options_algo.xhp#SCOEvolutionaryAlgorithmh2" name="SCO Evolutionary Algorithm">SCO Evolutionary Algorithm</link></variable></h2>
+ <h2 id="par_id391589925078747"><variable id="SCOEvolutionaryAlgorithmh2"><link href="text/scalc/01/solver_options_algo.xhp#SCOEvolutionaryAlgorithmh2">SCO Evolutionary Algorithm</link></variable></h2>
<paragraph role="paragraph" id="par_id681590165847694">Social Cognitive Optimization takes into account the human behavior of learning and sharing information. Each individual has access to a common library with knowledge shared between all individuals. </paragraph>
<table id="tab_id911589978200895">
<tablerow>
@@ -282,7 +282,7 @@
</tablecell>
</tablerow>
</table>
- <h2 id="par_id671589925148891"><variable id="LinearSolverh2"><link href="text/scalc/01/solver_options_algo.xhp#LinearSolverh2" name="%PRODUCTNAME Linear Solver">%PRODUCTNAME Linear Solver and CoinMP Linear solver</link></variable></h2>
+ <h2 id="par_id671589925148891"><variable id="LinearSolverh2"><link href="text/scalc/01/solver_options_algo.xhp#LinearSolverh2">%PRODUCTNAME Linear Solver and CoinMP Linear solver</link></variable></h2>
<table id="tab_id251589925837980">
<tablerow>
<tablecell>
@@ -333,7 +333,7 @@
</tablecell>
</tablerow>
</table>
- <h2 id="par_id711589925192067"><variable id="SwarmNonLinearSolverh2"><link href="text/scalc/01/solver_options_algo.xhp#SwarmNonLinearSolverh2" name="%PRODUCTNAME Swarm Non-Linear Solver (Experimental)">%PRODUCTNAME Swarm Non-Linear Solver (Experimental)</link></variable></h2>
+ <h2 id="par_id711589925192067"><variable id="SwarmNonLinearSolverh2"><link href="text/scalc/01/solver_options_algo.xhp#SwarmNonLinearSolverh2">%PRODUCTNAME Swarm Non-Linear Solver (Experimental)</link></variable></h2>
<table id="tab_id471589962440065">
<tablerow>
<tablecell>
@@ -379,7 +379,7 @@
<section id="relatedtopics">
<embed href="text/scalc/01/solver_options.xhp#solveroptionsh1"/>
<embed href="text/scalc/01/solver.xhp#solver"/>
- <paragraph role="paragraph" id="par_id271589981559367"><link href="https://wiki.documentfoundation.org/NLPSolver" name="wikipage">Wiki page on non-linear solvers and their algorithms</link></paragraph>
+ <paragraph role="paragraph" id="par_id271589981559367"><link href="https://wiki.documentfoundation.org/NLPSolver">Wiki page on non-linear solvers and their algorithms</link></paragraph>
<paragraph role="paragraph" id="par_id211590163660314"><link href="http://lpsolve.sourceforge.net/">lp_solve reference guide in sourceforge.net</link></paragraph>
</section>
</body>
diff --git a/source/text/scalc/01/sparklines.xhp b/source/text/scalc/01/sparklines.xhp
index e7f4a95844..a50521ccca 100644
--- a/source/text/scalc/01/sparklines.xhp
+++ b/source/text/scalc/01/sparklines.xhp
@@ -23,7 +23,7 @@
<bookmark_value>sparklines</bookmark_value>
</bookmark>
<section id="sparklinesh1">
- <h1 id="hd_id721654173263812"><variable id="sparklines"><link href="text/scalc/01/sparklines.xhp" name="Sparklines">Sparklines</link></variable></h1>
+ <h1 id="hd_id721654173263812"><variable id="sparklines"><link href="text/scalc/01/sparklines.xhp">Sparklines</link></variable></h1>
<paragraph id="par_id981654173263817" role="paragraph" xml-lang="en-US">Sparklines are small data charts displayed inside a cell.</paragraph>
</section>
<paragraph role="paragraph" id="par_id341654174064080">Sparklines are defined for one cell, but multiple sparklines can be joined together into a group. The group shares the same properties for rendering the sparkline. The unique data that is defined only for one sparkline is the data range, that a sparkline will use for rendering.</paragraph>
@@ -85,7 +85,7 @@
</listitem>
</list>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id801654192214865"><link href="https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html" name="developer info">Developer blog post on sparklines</link></paragraph>
+ <paragraph role="paragraph" id="par_id801654192214865"><link href="https://tomazvajngerl.blogspot.com/2022/03/sparklines-in-calc.html">Developer blog post on sparklines</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/01/statistics.xhp b/source/text/scalc/01/statistics.xhp
index a81feab1b9..2293bd2019 100644
--- a/source/text/scalc/01/statistics.xhp
+++ b/source/text/scalc/01/statistics.xhp
@@ -27,7 +27,7 @@
<body>
<section id="analysistoolpack">
-<h1 id="hd_id1000010"><link href="text/scalc/01/statistics.xhp" name="Data Statistics in Calc">Statistics</link></h1>
+<h1 id="hd_id1000010"><link href="text/scalc/01/statistics.xhp">Statistics</link></h1>
<paragraph id="par_id1000010" role="paragraph" xml-lang="en-US">Use the data statistics in Calc to perform complex data analysis</paragraph>
</section>
diff --git a/source/text/scalc/01/statistics_anova.xhp b/source/text/scalc/01/statistics_anova.xhp
index 8aed3da8be..5bd8fcfee4 100644
--- a/source/text/scalc/01/statistics_anova.xhp
+++ b/source/text/scalc/01/statistics_anova.xhp
@@ -27,14 +27,14 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/analysisofvariancedialog/AnalysisOfVarianceDialog" id="bm_id02002" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/analysisofvariancedialog/@@nowidget@@" id="bm_id02002" localize="false"/>
<section id="anova">
-<h1 id="hd_id1000060"><variable id="anovah1"><link href="text/scalc/01/statistics_anova.xhp" name="Analysis of Variance (ANOVA)">Analysis of Variance (ANOVA)</link></variable></h1>
+<h1 id="hd_id1000060"><variable id="anovah1"><link href="text/scalc/01/statistics_anova.xhp">Analysis of Variance (ANOVA)</link></variable></h1>
<paragraph id="par_id1001240" role="paragraph" xml-lang="en-US"><ahelp hid="modules/scalc/ui/analysisofvariancedialog/AnalysisOfVarianceDialog">Produces the analysis of variance (ANOVA) of a given data set</ahelp></paragraph>
</section>
<section id="howtoget">
<paragraph id="par_id1001250" role="paragraph" xml-lang="en-US"><variable id="sam01">Choose <menuitem>Data - Statistics - Analysis of Variance (ANOVA)</menuitem></variable></paragraph>
</section>
<paragraph id="par_id1001260" role="paragraph" xml-lang="en-US">ANOVA is the acronym for <emph>AN</emph>alysis <emph>O</emph>f <emph>VA</emph>riance. This tool produces the analysis of variance of a given data set</paragraph>
-<note id="par_id1001270">For more information on ANOVA, refer to the <link href="https://en.wikipedia.org/wiki/ANOVA" name="English Wikipedia: ANOVA">corresponding Wikipedia article</link>.</note>
+<note id="par_id1001270">For more information on ANOVA, refer to the <link href="https://en.wikipedia.org/wiki/ANOVA">corresponding Wikipedia article</link>.</note>
<embed href="text/scalc/01/stat_data.xhp#data"/>
<embed href="text/scalc/01/stat_data.xhp#grouped"/>
<h2 id="hd_id1000070">Type</h2>
diff --git a/source/text/scalc/01/statistics_correlation.xhp b/source/text/scalc/01/statistics_correlation.xhp
index 43b1b5d5d1..7756df64f0 100644
--- a/source/text/scalc/01/statistics_correlation.xhp
+++ b/source/text/scalc/01/statistics_correlation.xhp
@@ -25,7 +25,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/correlationdialog/CorrelationDialog" id="bm_id3145673" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/correlationdialog/@@nowidget@@" id="bm_id3145673" localize="false"/>
<section id="correlation">
-<h1 id="hd_id1000090"><variable id="correlationh1"><link href="text/scalc/01/statistics_correlation.xhp" name="Correlation">Correlation</link></variable></h1>
+<h1 id="hd_id1000090"><variable id="correlationh1"><link href="text/scalc/01/statistics_correlation.xhp">Correlation</link></variable></h1>
<paragraph id="par_id1001740" role="paragraph" xml-lang="en-US"><ahelp hid="modules/scalc/ui/correlationdialog/CorrelationDialog">Calculates the correlation of two sets of numeric data.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -34,7 +34,7 @@
<paragraph id="par_id1001760" role="paragraph" xml-lang="en-US">The correlation coefficient (a value between -1 and +1) means how strongly two variables are related to each other. You can use the CORREL function or the Data Statistics to find the correlation coefficient between two variables.</paragraph>
<paragraph id="par_id1001770" role="paragraph" xml-lang="en-US">A correlation coefficient of +1 indicates a perfect positive correlation. </paragraph>
<paragraph id="par_id1001780" role="paragraph" xml-lang="en-US">A correlation coefficient of -1 indicates a perfect negative correlation</paragraph>
-<note id="par_id1001790">For more information on statistical correlation, refer to the <link href="https://en.wikipedia.org/wiki/Correlation" name="English Wikipedia: Correlation">corresponding Wikipedia article</link>.</note>
+<note id="par_id1001790">For more information on statistical correlation, refer to the <link href="https://en.wikipedia.org/wiki/Correlation">corresponding Wikipedia article</link>.</note>
<embed href="text/scalc/01/stat_data.xhp#data"/>
<embed href="text/scalc/01/stat_data.xhp#grouped"/>
<embed href="text/scalc/01/stat_data.xhp#sampledata01"/>
diff --git a/source/text/scalc/01/statistics_covariance.xhp b/source/text/scalc/01/statistics_covariance.xhp
index b2b4d1d96c..bfc2f9556b 100644
--- a/source/text/scalc/01/statistics_covariance.xhp
+++ b/source/text/scalc/01/statistics_covariance.xhp
@@ -24,14 +24,14 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/covariancedialog/CovarianceDialog" id="bm_id2945673" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/covariancedialog/@@nowidget@@" id="bm_id2945673" localize="false"/>
<section id="covariance">
- <h1 id="hd_id1000100"><variable id="covarianceh1"><link href="text/scalc/01/statistics_covariance.xhp" name="Covariance">Covariance</link></variable></h1>
+ <h1 id="hd_id1000100"><variable id="covarianceh1"><link href="text/scalc/01/statistics_covariance.xhp">Covariance</link></variable></h1>
<paragraph id="par_id1001940" role="paragraph" xml-lang="en-US"><ahelp hid="modules/scalc/ui/covariancedialog/CovarianceDialog">Calculates the covariance of two sets of numeric data.</ahelp></paragraph>
</section>
<section id="howtoget">
<paragraph id="par_id1001950" role="paragraph" xml-lang="en-US"><variable id="cov01">Choose <menuitem>Data - Statistics - Covariance</menuitem></variable></paragraph>
</section>
<paragraph id="par_id1001960" role="paragraph" xml-lang="en-US">The covariance is a measure of how much two random variables change together.</paragraph>
-<note id="par_id1001970">For more information on statistical covariance, refer to the <link href="https://en.wikipedia.org/wiki/Covariance" name="English Wikipedia: Covariance">corresponding Wikipedia article</link>.</note>
+<note id="par_id1001970">For more information on statistical covariance, refer to the <link href="https://en.wikipedia.org/wiki/Covariance">corresponding Wikipedia article</link>.</note>
<embed href="text/scalc/01/stat_data.xhp#data"/>
<embed href="text/scalc/01/stat_data.xhp#grouped"/><embed href="text/scalc/01/stat_data.xhp#sampledata01"/>
<paragraph id="par_id1001980" role="paragraph" xml-lang="en-US">The following table displays the results of the covariance of the sample data above.</paragraph>
diff --git a/source/text/scalc/01/statistics_descriptive.xhp b/source/text/scalc/01/statistics_descriptive.xhp
index d05d34e16f..cf7a3d59e2 100644
--- a/source/text/scalc/01/statistics_descriptive.xhp
+++ b/source/text/scalc/01/statistics_descriptive.xhp
@@ -24,14 +24,14 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/descriptivestatisticsdialog/DescriptiveStatisticsDialog" id="bm_id01002" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/descriptivestatisticsdialog/@@nowidget@@" id="bm_id01002" localize="false"/>
<section id="descriptivestatistics">
- <h1 id="hd_id1000050"><variable id="descriptivestatisticsh1"><link href="text/scalc/01/statistics_descriptive.xhp" name="Descriptive Statistics">Descriptive Statistics</link></variable></h1>
+ <h1 id="hd_id1000050"><variable id="descriptivestatisticsh1"><link href="text/scalc/01/statistics_descriptive.xhp">Descriptive Statistics</link></variable></h1>
<paragraph id="par_id1000640" role="paragraph" xml-lang="en-US"><ahelp hid="modules/scalc/ui/descriptivestatisticsdialog/DescriptiveStatisticsDialog">Fill a table in the spreadsheet with the main statistical properties of the data set.</ahelp></paragraph>
</section>
<section id="howtoget">
<paragraph id="par_id1000650" role="paragraph" xml-lang="en-US"><variable id="sam01">Choose <menuitem>Data - Statistics - Descriptive Statistics</menuitem></variable></paragraph>
</section>
<paragraph id="par_id1000660" role="paragraph" xml-lang="en-US">The Descriptive Statistics analysis tool generates a report of univariate statistics for data in the input range, providing information about the central tendency and variability of your data.</paragraph>
-<note id="par_id1000670">For more information on descriptive statistics, refer to the <link href="https://en.wikipedia.org/wiki/Descriptive_statistics" name="English Wikipedia: Descriptive statistics">corresponding Wikipedia article</link>.</note>
+<note id="par_id1000670">For more information on descriptive statistics, refer to the <link href="https://en.wikipedia.org/wiki/Descriptive_statistics">corresponding Wikipedia article</link>.</note>
<embed href="text/scalc/01/stat_data.xhp#data"/>
<embed href="text/scalc/01/stat_data.xhp#grouped"/>
<embed href="text/scalc/01/stat_data.xhp#sampledata01"/>
diff --git a/source/text/scalc/01/statistics_exposmooth.xhp b/source/text/scalc/01/statistics_exposmooth.xhp
index 4ff6a3e1fe..47a8be6d57 100644
--- a/source/text/scalc/01/statistics_exposmooth.xhp
+++ b/source/text/scalc/01/statistics_exposmooth.xhp
@@ -23,14 +23,14 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/exponentialsmoothingdialog/ExponentialSmoothingDialog" id="bm_id03002" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/exponentialsmoothingdialog/@@nowidget@@" id="bm_id03002" localize="false"/>
<section id="exponentialsmoothing">
- <h1 id="hd_id1000110"><variable id="exponentialsmoothingh1"><link href="text/scalc/01/statistics_exposmooth.xhp" name="Exponential Smoothing">Exponential Smoothing</link></variable></h1>
+ <h1 id="hd_id1000110"><variable id="exponentialsmoothingh1"><link href="text/scalc/01/statistics_exposmooth.xhp">Exponential Smoothing</link></variable></h1>
<paragraph id="par_id1002120" role="paragraph" xml-lang="en-US"><ahelp hid="modules/scalc/ui/exponentialsmoothingdialog/ExponentialSmoothingDialog">Results in a smoothed data series</ahelp></paragraph>
</section>
<section id="howtoget">
<paragraph id="par_id1002130" role="paragraph" xml-lang="en-US"><variable id="sam01">Choose <menuitem>Data - Statistics - Exponential Smoothing</menuitem></variable></paragraph>
</section>
<paragraph id="par_id1002140" role="paragraph" xml-lang="en-US">Exponential smoothing is a filtering technique that when applied to a data set, produces smoothed results. It is employed in many domains such as stock market, economics and in sampled measurements.</paragraph>
-<note id="par_id1002150">For more information on exponential smoothing, refer to the <link href="https://en.wikipedia.org/wiki/Exponential_smoothing" name="English Wikipedia: Exponential smoothing">corresponding Wikipedia article</link>.</note><embed href="text/scalc/01/stat_data.xhp#data"/><embed href="text/scalc/01/stat_data.xhp#grouped"/>
+<note id="par_id1002150">For more information on exponential smoothing, refer to the <link href="https://en.wikipedia.org/wiki/Exponential_smoothing">corresponding Wikipedia article</link>.</note><embed href="text/scalc/01/stat_data.xhp#data"/><embed href="text/scalc/01/stat_data.xhp#grouped"/>
<h2 id="hd_id1000120">Parameters</h2>
<paragraph id="par_id1002160" role="paragraph" xml-lang="en-US"><emph>Smoothing Factor</emph>: A parameter between 0 and 1 that represents the damping factor Alpha in the smoothing equation.</paragraph><embed href="text/scalc/01/stat_data.xhp#timeseries01"/>
<paragraph id="par_id1002170" role="paragraph" xml-lang="en-US">The resulting smoothing is below with smoothing factor as 0.5:</paragraph>
diff --git a/source/text/scalc/01/statistics_fourier.xhp b/source/text/scalc/01/statistics_fourier.xhp
index 34d0b635d6..f17adba38a 100644
--- a/source/text/scalc/01/statistics_fourier.xhp
+++ b/source/text/scalc/01/statistics_fourier.xhp
@@ -26,13 +26,13 @@
</bookmark>
<section id="fourieranalysis">
- <h1 id="hd_id431561808831965"><variable id="fourieranalysysh1"><link href="text/scalc/01/statistics_fourier.xhp" name="Fourier analysis">Fourier Analysis</link></variable></h1>
+ <h1 id="hd_id431561808831965"><variable id="fourieranalysysh1"><link href="text/scalc/01/statistics_fourier.xhp">Fourier Analysis</link></variable></h1>
<paragraph id="par_id1001240" role="paragraph" xml-lang="en-US"><ahelp hid="modules/scalc/ui/regressiondialog/RegressionDialog">Produces the Fourier analysis of a data set by computing the Discrete Fourier Transform (DFT) of an input array of complex numbers using a couple of Fast Fourier Transform (FFT) algorithms.</ahelp></paragraph>
</section>
<section id="howtoget">
<paragraph id="par_id1000040" role="paragraph" xml-lang="en-US"><variable id="sam01">Choose <menuitem>Data - Statistics - Fourier Analysis</menuitem></variable></paragraph>
</section>
- <note id="par_id1001270">For more information on Fourier analysis, refer to the <link href="https://en.wikipedia.org/wiki/Fourier_analysis" name="English Wikipedia: Fourier analysis">corresponding Wikipedia article</link>.</note>
+ <note id="par_id1001270">For more information on Fourier analysis, refer to the <link href="https://en.wikipedia.org/wiki/Fourier_analysis">corresponding Wikipedia article</link>.</note>
<embed href="text/scalc/01/stat_data.xhp#data"/>
<paragraph role="paragraph" id="par_id301561811172762"><emph>Input range has label</emph>: Mark when the first row or column of the input array is actually a label and not part of the data analysis.</paragraph>
@@ -46,7 +46,7 @@
<embed href="text/scalc/06/calcsamplefiles.xhp#func_fourier"/>
<embed href="text/scalc/01/ful_func.xhp#func_head_example"/>
- <paragraph role="paragraph" id="par_id731561827207828">The source data for this example is the same of the <link href="text/scalc/01/func_fourier.xhp" name="Fourier function">FOURIER function page</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id731561827207828">The source data for this example is the same of the <link href="text/scalc/01/func_fourier.xhp">FOURIER function page</link>.</paragraph>
<table id="Tabela1">
<tablerow>
<tablecell colspan="2">
diff --git a/source/text/scalc/01/statistics_movingavg.xhp b/source/text/scalc/01/statistics_movingavg.xhp
index 1a9faf27e3..90f46a5ff9 100644
--- a/source/text/scalc/01/statistics_movingavg.xhp
+++ b/source/text/scalc/01/statistics_movingavg.xhp
@@ -24,13 +24,13 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/movingaveragedialog/MovingAverageDialog" id="bm_id04002" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/movingaveragedialog/@@nowidget@@" id="bm_id04002" localize="false"/>
<section id="movingaverage">
-<h1 id="hd_id1000130"><variable id="movingaverageh1"><link href="text/scalc/01/statistics_movingavg.xhp" name="Moving Average">Moving Average</link></variable></h1>
+<h1 id="hd_id1000130"><variable id="movingaverageh1"><link href="text/scalc/01/statistics_movingavg.xhp">Moving Average</link></variable></h1>
<paragraph id="par_id1002500" role="paragraph" xml-lang="en-US"><ahelp hid="modules/scalc/ui/movingaveragedialog/MovingAverageDialog">Calculates the moving average of a time series</ahelp></paragraph>
</section>
<section id="howtoget">
<paragraph id="par_id1002510" role="paragraph" xml-lang="en-US"><variable id="sam01">Choose <menuitem>Data - Statistics - Moving Average</menuitem></variable></paragraph>
</section>
-<note id="par_id1002520">For more information on the moving average, refer to the <link href="https://en.wikipedia.org/wiki/Moving_average" name="English Wikipedia: Moving average">corresponding Wikipedia article</link>.</note><embed href="text/scalc/01/stat_data.xhp#data"/><embed href="text/scalc/01/stat_data.xhp#grouped"/>
+<note id="par_id1002520">For more information on the moving average, refer to the <link href="https://en.wikipedia.org/wiki/Moving_average">corresponding Wikipedia article</link>.</note><embed href="text/scalc/01/stat_data.xhp#data"/><embed href="text/scalc/01/stat_data.xhp#grouped"/>
<h2 id="hd_id1000140">Parameters</h2>
<paragraph id="par_id1002530" role="paragraph" xml-lang="en-US"><emph>Interval</emph>: The number of samples used in the moving average calculation.</paragraph><embed href="text/scalc/01/stat_data.xhp#timeseries01"/>
<h2 id="hd_id1000171">Results of the moving average:</h2>
diff --git a/source/text/scalc/01/statistics_regression.xhp b/source/text/scalc/01/statistics_regression.xhp
index 165ff3e314..d647297346 100644
--- a/source/text/scalc/01/statistics_regression.xhp
+++ b/source/text/scalc/01/statistics_regression.xhp
@@ -38,14 +38,14 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/regressiondialog/RegressionDialog" id="bm_id2745673" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/regressiondialog/@@nowidget@@" id="bm_id2745673" localize="false"/>
<section id="regression">
-<h1 id="hd_id1701201615033510"><variable id="regressionanalysish1"><link href="text/scalc/01/statistics_regression.xhp" name="regression analysis">Regression Analysis</link></variable></h1>
+<h1 id="hd_id1701201615033510"><variable id="regressionanalysish1"><link href="text/scalc/01/statistics_regression.xhp">Regression Analysis</link></variable></h1>
<paragraph id="par_id1001240" role="paragraph" xml-lang="en-US"><ahelp hid="modules/scalc/ui/regressiondialog/RegressionDialog">Performs linear, logarithmic, or power regression analysis of a data set comprising one dependent variable and multiple independent variables.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id431629832333206">For example, a crop yield (dependent variable) may be related to rainfall, temperature conditions, sunshine, humidity, soil quality and more, all of them independent variables.</paragraph>
<section id="howtoget">
<paragraph id="par_id1000040" role="paragraph" xml-lang="en-US"><variable id="sam01">Choose <menuitem>Data - Statistics - Regression</menuitem></variable></paragraph>
</section>
-<paragraph id="par_id1001270" role="note" xml-lang="en-US">For more information on regression analysis, refer to the <link href="https://en.wikipedia.org/wiki/Regression_analysis" name="English Wikipedia: Regression analysis">corresponding Wikipedia article</link>.</paragraph>
+<paragraph id="par_id1001270" role="note" xml-lang="en-US">For more information on regression analysis, refer to the <link href="https://en.wikipedia.org/wiki/Regression_analysis">corresponding Wikipedia article</link>.</paragraph>
<h2 id="hd_id891629830986496">Data</h2>
<h3 id="hd_id101629830993962">Independent variable(s) (X) range:</h3>
<paragraph role="paragraph" id="par_id961629834099308">Enter a single range that contains multiple independent variable observations (along columns or rows). All X variable observations need to be entered adjacent to each other in the same table.</paragraph>
diff --git a/source/text/scalc/01/statistics_sampling.xhp b/source/text/scalc/01/statistics_sampling.xhp
index 753f70cb7c..665f8bb30f 100644
--- a/source/text/scalc/01/statistics_sampling.xhp
+++ b/source/text/scalc/01/statistics_sampling.xhp
@@ -23,7 +23,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/samplingdialog/SamplingDialog" id="bm_id2745673" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/samplingdialog/@@nowidget@@" id="bm_id2745673" localize="false"/>
<section id="datasampling">
-<h1 id="hd_id1000020"><variable id="datasamplingh1"><link href="text/scalc/01/statistics_sampling.xhp" name="Sampling">Sampling</link></variable></h1>
+<h1 id="hd_id1000020"><variable id="datasamplingh1"><link href="text/scalc/01/statistics_sampling.xhp">Sampling</link></variable></h1>
<paragraph id="par_id1000030" role="paragraph" xml-lang="en-US"><ahelp hid="modules/scalc/ui/samplingdialog/SamplingDialog">Create a table with data sampled from another table.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/statistics_test_chisqr.xhp b/source/text/scalc/01/statistics_test_chisqr.xhp
index 04052f5470..2ede8080d2 100644
--- a/source/text/scalc/01/statistics_test_chisqr.xhp
+++ b/source/text/scalc/01/statistics_test_chisqr.xhp
@@ -24,13 +24,13 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/chisquaretestdialog/ChiSquareTestDialog" id="bm_id05005" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/chisquaretestdialog/@@nowidget@@" id="bm_id05005" localize="false"/>
<section id="chisqtest">
- <h1 id="hd_id1000240"><variable id="chisqtesth1"><link href="text/scalc/01/statistics_test_chisqr.xhp" name="Chi-square test">Chi-square test</link></variable></h1>
+ <h1 id="hd_id1000240"><variable id="chisqtesth1"><link href="text/scalc/01/statistics_test_chisqr.xhp">Chi-square test</link></variable></h1>
<paragraph id="par_id1003641" role="paragraph" xml-lang="en-US"><ahelp hid="modules/scalc/ui/chisquaretestdialog/ChiSquareTestDialog">Calculates the Chi-square test of a data sample.</ahelp></paragraph>
</section>
<section id="howtoget">
<paragraph id="par_id1003990" role="paragraph" xml-lang="en-US"><variable id="sam02">Choose <menuitem>Data - Statistics - Chi-square Test</menuitem></variable></paragraph>
</section>
-<note id="par_id1004000">For more information on chi-square tests, refer to the <link href="https://en.wikipedia.org/wiki/Chi-square_test" name="English Wikipedia: Chi-square_test">corresponding Wikipedia article</link>.</note>
+<note id="par_id1004000">For more information on chi-square tests, refer to the <link href="https://en.wikipedia.org/wiki/Chi-square_test">corresponding Wikipedia article</link>.</note>
<embed href="text/scalc/01/stat_data.xhp#data"/>
<embed href="text/scalc/01/stat_data.xhp#grouped"/>
<embed href="text/scalc/01/stat_data.xhp#datafortests"/>
diff --git a/source/text/scalc/01/statistics_test_f.xhp b/source/text/scalc/01/statistics_test_f.xhp
index 1fdc54d469..003ef24d26 100644
--- a/source/text/scalc/01/statistics_test_f.xhp
+++ b/source/text/scalc/01/statistics_test_f.xhp
@@ -24,14 +24,14 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/ttestdialog/TTestDialog" id="bm_id05003" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/ttestdialog/@@nowidget@@" id="@@nowidget@@" localize="false"/>
<section id="ftest">
-<h1 id="hd_id1000180"><variable id="ftesth1"><link href="text/scalc/01/statistics_test_f.xhp" name="F-test">F-test</link></variable></h1>
+<h1 id="hd_id1000180"><variable id="ftesth1"><link href="text/scalc/01/statistics_test_f.xhp">F-test</link></variable></h1>
<paragraph id="par_id1003240" role="paragraph" xml-lang="en-US"><ahelp hid="modules/scalc/ui/ttestdialog/TTestDialog">Calculates the F-Test of two data samples.</ahelp></paragraph>
</section>
<section id="howtoget">
<paragraph id="par_id1003250" role="paragraph" xml-lang="en-US"><variable id="sam02">Choose <menuitem>Data - Statistics - F-test</menuitem></variable></paragraph>
</section>
<paragraph id="par_id1003260" role="paragraph" xml-lang="en-US">A <emph>F-test</emph> is any statistical test based on the F-distribution under the null hypothesis.</paragraph>
-<note id="par_id1003270">For more information on F-tests, refer to the <link href="https://en.wikipedia.org/wiki/F-test" name="English Wikipedia: F-test">corresponding Wikipedia article</link>.</note>
+<note id="par_id1003270">For more information on F-tests, refer to the <link href="https://en.wikipedia.org/wiki/F-test">corresponding Wikipedia article</link>.</note>
<h2 id="hd_id1000190">Data</h2>
<paragraph id="par_id1003280" role="paragraph" xml-lang="en-US"><emph>Variable 1 range</emph>: The reference of the range of the first data series to analyze.</paragraph>
<paragraph id="par_id1003290" role="paragraph" xml-lang="en-US"><emph>Variable 2 range</emph>: The reference of the range of the second data series to analyze.</paragraph>
diff --git a/source/text/scalc/01/statistics_test_t.xhp b/source/text/scalc/01/statistics_test_t.xhp
index 6a013e6a5d..917f92862c 100644
--- a/source/text/scalc/01/statistics_test_t.xhp
+++ b/source/text/scalc/01/statistics_test_t.xhp
@@ -26,14 +26,14 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/ttestdialog/TTestDialog" id="bm_id05002" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/ttestdialog/@@nowidget@@" id="bm_id05002" localize="false"/>
<section id="ttest">
- <h1 id="hd_id1000150"><variable id="ttesth1"><link href="text/scalc/01/statistics_test_t.xhp" name="Paired t-test">Paired t-test</link></variable></h1>
+ <h1 id="hd_id1000150"><variable id="ttesth1"><link href="text/scalc/01/statistics_test_t.xhp">Paired t-test</link></variable></h1>
<paragraph id="par_id1002820" role="paragraph" xml-lang="en-US"><ahelp hid="modules/scalc/ui/ttestdialog/TTestDialog">Calculates the paired t-Test of two data samples.</ahelp></paragraph>
</section>
<section id="howtoget">
<paragraph id="par_id1002830" role="paragraph" xml-lang="en-US"><variable id="sam01">Choose <menuitem>Data - Statistics - Paired t-test</menuitem></variable></paragraph>
</section>
<paragraph id="par_id1002840" role="paragraph" xml-lang="en-US">A <emph>paired t-test</emph> is any statistical hypothesis test that follows a Student's t distribution.</paragraph>
-<note id="par_id1002850">For more information on paired t-tests, refer to the <link href="https://en.wikipedia.org/wiki/T-test" name="English Wikipedia: T-test">corresponding Wikipedia article</link>.</note>
+<note id="par_id1002850">For more information on paired t-tests, refer to the <link href="https://en.wikipedia.org/wiki/T-test">corresponding Wikipedia article</link>.</note>
<h2 id="hd_id1000160">Data</h2>
<paragraph id="par_id1002860" role="paragraph" xml-lang="en-US"><emph>Variable 1 range</emph>: The reference of the range of the first data series to analyze.</paragraph>
<paragraph id="par_id1002870" role="paragraph" xml-lang="en-US"><emph>Variable 2 range</emph>: The reference of the range of the second data series to analyze.</paragraph>
diff --git a/source/text/scalc/01/statistics_test_z.xhp b/source/text/scalc/01/statistics_test_z.xhp
index b54ba44fd5..b073b73f3f 100644
--- a/source/text/scalc/01/statistics_test_z.xhp
+++ b/source/text/scalc/01/statistics_test_z.xhp
@@ -34,13 +34,13 @@
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/ztestdialog/ZTestDialog" id="bm_id05004" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/ztestdialog/@@nowidget@@" id="bm_id05004" localize="false"/>
<section id="ztest">
- <h1 id="hd_id1000210"><variable id="ztesth1"><link href="text/scalc/01/statistics_test_z.xhp" name="Z-test">Z-test</link></variable></h1>
+ <h1 id="hd_id1000210"><variable id="ztesth1"><link href="text/scalc/01/statistics_test_z.xhp">Z-test</link></variable></h1>
<paragraph id="par_id1003640" role="paragraph" xml-lang="en-US"><ahelp hid="modules/scalc/ui/ztestdialog/ZTestDialog">Calculates the z-Test of two data samples.</ahelp></paragraph>
</section>
<section id="howtoget">
<paragraph id="par_id1003650" role="paragraph" xml-lang="en-US"><variable id="sam02">Choose <menuitem>Data - Statistics - Z-test</menuitem></variable></paragraph>
</section>
-<note id="par_id1003660">For more information on Z-tests, refer to the <link href="https://en.wikipedia.org/wiki/Z-test" name="English Wikipedia: Z-test">corresponding Wikipedia article</link>.</note>
+<note id="par_id1003660">For more information on Z-tests, refer to the <link href="https://en.wikipedia.org/wiki/Z-test">corresponding Wikipedia article</link>.</note>
<h2 id="hd_id1000220">Data</h2>
<paragraph id="par_id1003670" role="paragraph" xml-lang="en-US"><emph>Variable 1 range</emph>: The reference of the range of the first data series to analyze.</paragraph>
<paragraph id="par_id1003680" role="paragraph" xml-lang="en-US"><emph>Variable 2 range</emph>: The reference of the range of the second data series to analyze.</paragraph>
diff --git a/source/text/scalc/01/xml_source.xhp b/source/text/scalc/01/xml_source.xhp
index 5fe8bfdf9f..aae7775a05 100644
--- a/source/text/scalc/01/xml_source.xhp
+++ b/source/text/scalc/01/xml_source.xhp
@@ -74,7 +74,7 @@
<h3 id="hd_id151521553082338">Import</h3>
<paragraph role="paragraph" id="par_id131521553077261" xml-lang="en-US">Pressing the Import button starts the import process based on the link definitions that the user has provided. Once the import finishes, the dialog will close.</paragraph>
<section id="relatedtopics">
- <paragraph id="par_id240920171007419799" role="paragraph" xml-lang="en-US"><link href="https://wiki.documentfoundation.org/Development/Calc/XMLSource" target="_blank" name="Wiki page on XML Source">Wiki page on XML Source</link></paragraph>
+ <paragraph id="par_id240920171007419799" role="paragraph" xml-lang="en-US"><link href="https://wiki.documentfoundation.org/Development/Calc/XMLSource" target="_blank">Wiki page on XML Source</link></paragraph>
</section>
</body>
diff --git a/source/text/scalc/02/02130000.xhp b/source/text/scalc/02/02130000.xhp
index 9c3cd10c7b..3ce7efb3ef 100644
--- a/source/text/scalc/02/02130000.xhp
+++ b/source/text/scalc/02/02130000.xhp
@@ -29,7 +29,7 @@
<body>
<section id="currency">
<bookmark branch="hid/.uno:NumberFormatCurrency" xml-lang="en-US" id="bm_id3148701" localize="false"/>
-<h1 id="hd_id3152892"><link href="text/scalc/02/02130000.xhp" name="Number format: Currency">Number format: Currency</link></h1>
+<h1 id="hd_id3152892"><link href="text/scalc/02/02130000.xhp">Number format: Currency</link></h1>
<paragraph role="paragraph" id="par_id3148837" xml-lang="en-US"><ahelp hid=".uno:NumberFormatCurrency" visibility="visible">Applies the default currency format to the selected cells.</ahelp></paragraph>
</section>
<section id="sycurrency">
@@ -45,7 +45,7 @@
</table>
</section>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id3146776" xml-lang="en-US"><link href="text/shared/01/05020300.xhp" name="Format - Cells - Numbers">Format - Cells - Numbers</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id3146776" xml-lang="en-US"><link href="text/shared/01/05020300.xhp">Format - Cells - Numbers</link>.</paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/02/02140000.xhp b/source/text/scalc/02/02140000.xhp
index 20cfb1bdee..2ce7b4bf55 100644
--- a/source/text/scalc/02/02140000.xhp
+++ b/source/text/scalc/02/02140000.xhp
@@ -29,7 +29,7 @@
<body>
<section id="percent">
<bookmark xml-lang="en-US" branch="hid/.uno:NumberFormatPercent" id="bm_id3153541" localize="false"/>
-<h1 id="hd_id3156329"><link href="text/scalc/02/02140000.xhp" name="Number format: Percent">Number format: Percent</link></h1>
+<h1 id="hd_id3156329"><link href="text/scalc/02/02140000.xhp">Number format: Percent</link></h1>
<paragraph role="paragraph" id="par_id3155629" xml-lang="en-US"><ahelp hid=".uno:NumberFormatPercent">Applies the percentage format to the selected cells.</ahelp></paragraph>
</section>
<section id="sypercent">
@@ -53,7 +53,7 @@
<paragraph role="paragraph" id="par_id3145749" xml-lang="en-US">1 + 16% corresponds to 116% or 1.16</paragraph>
<paragraph role="paragraph" id="par_id3148575" xml-lang="en-US">1%% corresponds to 0.0001</paragraph>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3159153" xml-lang="en-US"><link href="text/shared/01/05020300.xhp" name="Format - Cells - Numbers">Format - Cells - Numbers</link></paragraph>
+<paragraph role="paragraph" id="par_id3159153" xml-lang="en-US"><link href="text/shared/01/05020300.xhp">Format - Cells - Numbers</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/02/02150000.xhp b/source/text/scalc/02/02150000.xhp
index ac6bb9fda5..0288b958a0 100644
--- a/source/text/scalc/02/02150000.xhp
+++ b/source/text/scalc/02/02150000.xhp
@@ -29,7 +29,7 @@
<body>
<section id="standard">
<bookmark branch="hid/.uno:NumberFormatStandard" xml-lang="en-US" id="bm_id3152996" localize="false"/>
-<h1 id="hd_id3149182"><link href="text/scalc/02/02150000.xhp" name="Number format: Default">Number format: Default</link></h1>
+<h1 id="hd_id3149182"><link href="text/scalc/02/02150000.xhp">Number format: Default</link></h1>
<paragraph role="paragraph" id="par_id3163802" xml-lang="en-US"><ahelp hid=".uno:NumberFormatStandard" visibility="visible">Applies the default number format to the selected cells.</ahelp></paragraph>
</section>
<section id="systandard">
@@ -45,6 +45,6 @@
</table>
</section>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id3154908" xml-lang="en-US"><link href="text/shared/01/05020300.xhp" name="Format - Cells - Numbers">Format - Cells - Numbers</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id3154908" xml-lang="en-US"><link href="text/shared/01/05020300.xhp">Format - Cells - Numbers</link>.</paragraph>
</section></body>
</helpdocument>
diff --git a/source/text/scalc/02/02160000.xhp b/source/text/scalc/02/02160000.xhp
index 05622e11b8..305eb587d2 100644
--- a/source/text/scalc/02/02160000.xhp
+++ b/source/text/scalc/02/02160000.xhp
@@ -29,7 +29,7 @@
<body>
<section id="add_decimal_place"><comment>mw copied three index entries to Calc guide format_value.xhp</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:NumberFormatIncDecimals" id="bm_id1150276" localize="false"/>
-<h1 id="hd_id3150275"><link href="text/scalc/02/02160000.xhp" name="Number Format: Add Decimal Place">Number Format: Add Decimal Place</link></h1>
+<h1 id="hd_id3150275"><link href="text/scalc/02/02160000.xhp">Number Format: Add Decimal Place</link></h1>
<paragraph role="paragraph" id="par_id3150792" xml-lang="en-US"><ahelp hid=".uno:NumberFormatIncDecimals">Adds one decimal place to the numbers in the selected cells.</ahelp></paragraph>
</section>
<section id="syadd_decimal_place">
diff --git a/source/text/scalc/02/02170000.xhp b/source/text/scalc/02/02170000.xhp
index e2e2b59ee2..f7f5139821 100644
--- a/source/text/scalc/02/02170000.xhp
+++ b/source/text/scalc/02/02170000.xhp
@@ -29,7 +29,7 @@
<body>
<section id="delete_decimal_place"><comment>mw copied three index entries to Calc guide format_value.xhp</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:NumberFormatDecDecimals" id="bm_id9660963" localize="false"/>
-<h1 id="hd_id3149164"><link href="text/scalc/02/02170000.xhp" name="Number Format: Delete Decimal Place">Number Format: Delete Decimal Place</link></h1>
+<h1 id="hd_id3149164"><link href="text/scalc/02/02170000.xhp">Number Format: Delete Decimal Place</link></h1>
<paragraph role="paragraph" id="par_id3147264" xml-lang="en-US"><ahelp hid=".uno:NumberFormatDecDecimals">Removes one decimal place from the numbers in the selected cells.</ahelp></paragraph>
</section>
<section id="sydelete_decimal_place">
diff --git a/source/text/scalc/02/06010000.xhp b/source/text/scalc/02/06010000.xhp
index 9399da39cd..034d064e17 100644
--- a/source/text/scalc/02/06010000.xhp
+++ b/source/text/scalc/02/06010000.xhp
@@ -38,7 +38,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/SC_HID_INSWIN_POS" id="bm_id3153087" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:FocusCellAddress" id="bm_id2941984" localize="false"/>
-<paragraph role="heading" id="hd_id3156326" xml-lang="en-US" level="1"><link href="text/scalc/02/06010000.xhp" name="Name Box">Name Box</link></paragraph>
+<paragraph role="heading" id="hd_id3156326" xml-lang="en-US" level="1"><link href="text/scalc/02/06010000.xhp">Name Box</link></paragraph>
<paragraph role="paragraph" id="par_id3149656" xml-lang="en-US"><ahelp hid="HID_INSWIN_POS">Displays the reference for the current cell, the range of the selected cells, or the name of the area. You can also select a range of cells, and then type a name for that range into the <emph>Name Box</emph>.</ahelp><comment>UFI: fixes #i28238#</comment></paragraph>
</section>
<section id="syname_box">
diff --git a/source/text/scalc/02/06030000.xhp b/source/text/scalc/02/06030000.xhp
index cbc1f81b9a..9a3c5a151a 100644
--- a/source/text/scalc/02/06030000.xhp
+++ b/source/text/scalc/02/06030000.xhp
@@ -34,7 +34,7 @@
<bookmark_value>AutoSum button, see sum icon</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/SC_HID_INSWIN_SUMME" id="bm_id3151384" localize="false"/><comment>MW inserted a cross-reference</comment>
-<h1 id="hd_id3157909"><link href="text/scalc/02/06030000.xhp" name="Sum">Select Function</link></h1>
+<h1 id="hd_id3157909"><link href="text/scalc/02/06030000.xhp">Select Function</link></h1>
<paragraph xml-lang="en-US" id="par_id3150543" role="paragraph"><ahelp hid="HID_INSWIN_SUMME">Insert a function of a cell range into the current cell. The function can be Sum, Average, Minimum, Maximum and Count. Click in a cell, click this icon, select the function in the drop down list and optionally adjust the cell range. Or select some cells into which the function value will be inserted, then click the icon. The function result is added at the bottom of the range.</ahelp></paragraph>
</section>
<section id="sysum">
diff --git a/source/text/scalc/02/06040000.xhp b/source/text/scalc/02/06040000.xhp
index bc96cf5f16..1df327f05d 100644
--- a/source/text/scalc/02/06040000.xhp
+++ b/source/text/scalc/02/06040000.xhp
@@ -32,7 +32,7 @@
<bookmark_value>functions; formula bar icon</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/SC_HID_INSWIN_FUNC" id="bm_id3145119" localize="false"/>
-<paragraph role="heading" id="hd_id3150084" xml-lang="en-US" level="1"><link href="text/scalc/02/06040000.xhp" name="Function">Function</link></paragraph>
+<paragraph role="heading" id="hd_id3150084" xml-lang="en-US" level="1"><link href="text/scalc/02/06040000.xhp">Function</link></paragraph>
<paragraph role="paragraph" id="par_id3151245" xml-lang="en-US"><ahelp hid="HID_INSWIN_FUNC">Adds a formula to the current cell. Click this icon, and then enter the formula in the <emph>Input line</emph>.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3153360" xml-lang="en-US">This icon is only available when the <emph>Input line</emph> box is not active.</paragraph>
diff --git a/source/text/scalc/02/06050000.xhp b/source/text/scalc/02/06050000.xhp
index a9f181f437..a77157ce0a 100644
--- a/source/text/scalc/02/06050000.xhp
+++ b/source/text/scalc/02/06050000.xhp
@@ -32,8 +32,8 @@
<body>
<section id="input_line">
<bookmark xml-lang="en-US" branch="hid/SC_HID_INSWIN_INPUT" id="bm_id3150084" localize="false"/>
-<paragraph role="heading" id="hd_id3153821" xml-lang="en-US" level="1"><link href="text/scalc/02/06050000.xhp" name="Input line">Input line</link></paragraph>
-<paragraph role="paragraph" id="par_id3155922" xml-lang="en-US"><ahelp hid="HID_INSWIN_INPUT">Enter the formula that you want to add to the current cell. You can also click the <link href="text/scalc/01/04060000.xhp" name="Function Wizard">Function Wizard</link> icon to insert a predefined function into the formula.</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3153821" xml-lang="en-US" level="1"><link href="text/scalc/02/06050000.xhp">Input line</link></paragraph>
+<paragraph role="paragraph" id="par_id3155922" xml-lang="en-US"><ahelp hid="HID_INSWIN_INPUT">Enter the formula that you want to add to the current cell. You can also click the <link href="text/scalc/01/04060000.xhp">Function Wizard</link> icon to insert a predefined function into the formula.</ahelp></paragraph>
</section>
<embed href="text/scalc/guide/formula_enter.xhp#formula_enter"/>
</body>
diff --git a/source/text/scalc/02/06060000.xhp b/source/text/scalc/02/06060000.xhp
index a12414c27c..330006a2e4 100644
--- a/source/text/scalc/02/06060000.xhp
+++ b/source/text/scalc/02/06060000.xhp
@@ -35,7 +35,7 @@
<bookmark_value>functions; canceling input icon</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/SC_HID_INSWIN_CANCEL" id="bm_id3153088" localize="false"/>
-<paragraph role="heading" id="hd_id3154514" xml-lang="en-US" level="1"><link href="text/scalc/02/06060000.xhp" name="Cancel">Cancel</link></paragraph>
+<paragraph role="heading" id="hd_id3154514" xml-lang="en-US" level="1"><link href="text/scalc/02/06060000.xhp">Cancel</link></paragraph>
<paragraph role="paragraph" id="par_id3153823" xml-lang="en-US"><ahelp hid="HID_INSWIN_CANCEL">Clears the contents of the <emph>Input line</emph>, or cancels the changes that you made to an existing formula.</ahelp></paragraph>
</section>
<section id="sycancel">
diff --git a/source/text/scalc/02/06070000.xhp b/source/text/scalc/02/06070000.xhp
index fc429343f0..cfd94b1b04 100644
--- a/source/text/scalc/02/06070000.xhp
+++ b/source/text/scalc/02/06070000.xhp
@@ -35,7 +35,7 @@
<bookmark_value>functions; accepting input icon</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/SC_HID_INSWIN_OK" id="bm_id3149164" localize="false"/>
-<paragraph role="heading" id="hd_id3143267" xml-lang="en-US" level="1"><link href="text/scalc/02/06070000.xhp" name="Accept">Accept</link></paragraph>
+<paragraph role="heading" id="hd_id3143267" xml-lang="en-US" level="1"><link href="text/scalc/02/06070000.xhp">Accept</link></paragraph>
<paragraph role="paragraph" id="par_id3151245" xml-lang="en-US"><ahelp hid="HID_INSWIN_OK">Accepts the contents of the <emph>Input line</emph>, and then inserts the contents into the current cell.</ahelp></paragraph>
</section>
<section id="syaccept">
diff --git a/source/text/scalc/02/06080000.xhp b/source/text/scalc/02/06080000.xhp
index 651d6fdf03..be72f4b648 100644
--- a/source/text/scalc/02/06080000.xhp
+++ b/source/text/scalc/02/06080000.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/.uno:ChooseDesign" id="bm_id3147335" localize="false"/>
-<paragraph role="heading" id="hd_id3153087" xml-lang="en-US" level="1"><link href="text/scalc/02/06080000.xhp" name="Theme Selection">Theme Selection</link></paragraph>
+<paragraph role="heading" id="hd_id3153087" xml-lang="en-US" level="1"><link href="text/scalc/02/06080000.xhp">Theme Selection</link></paragraph>
<paragraph role="paragraph" id="par_id3154515" xml-lang="en-US"><variable id="thementext"><ahelp hid=".uno:ChooseDesign">Applies a formatting style to the selected cells.</ahelp>
</variable> The styles include font, border, and background color information.</paragraph>
<section id="sythemes">
diff --git a/source/text/scalc/02/08010000.xhp b/source/text/scalc/02/08010000.xhp
index 39b648223b..d67143c25b 100644
--- a/source/text/scalc/02/08010000.xhp
+++ b/source/text/scalc/02/08010000.xhp
@@ -32,7 +32,7 @@
<body>
<section id="position_in_document">
<bookmark xml-lang="en-US" branch="hid/.uno:StatusDocPos" id="bm_id4735827" localize="false"/>
-<paragraph role="heading" id="hd_id3145119" xml-lang="en-US" level="1"><link href="text/scalc/02/08010000.xhp" name="Position in document">Position in document</link></paragraph>
+<paragraph role="heading" id="hd_id3145119" xml-lang="en-US" level="1"><link href="text/scalc/02/08010000.xhp">Position in document</link></paragraph>
<paragraph role="paragraph" id="par_id3147265" xml-lang="en-US"><ahelp hid=".uno:StatusDocPos">Displays the number of the current sheet and the total number of sheets in the spreadsheet.</ahelp></paragraph>
</section>
</body>
diff --git a/source/text/scalc/02/08080000.xhp b/source/text/scalc/02/08080000.xhp
index 0b73bdfac1..f47a0f6a0b 100644
--- a/source/text/scalc/02/08080000.xhp
+++ b/source/text/scalc/02/08080000.xhp
@@ -34,12 +34,12 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3147335"><bookmark_value>formulas;status bar</bookmark_value>
</bookmark><comment>MW changed index entry</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:StateTableCell" id="bm_id2262199" localize="false"/>
-<paragraph role="heading" id="hd_id3147335" xml-lang="en-US" level="1"><link href="text/scalc/02/08080000.xhp" name="Standard Formula, Date/Time, Error Warning">Standard Formula, Date/Time, Error Warning</link></paragraph>
+<paragraph role="heading" id="hd_id3147335" xml-lang="en-US" level="1"><link href="text/scalc/02/08080000.xhp">Standard Formula, Date/Time, Error Warning</link></paragraph>
<paragraph role="paragraph" id="par_id3150791" xml-lang="en-US"><ahelp hid=".uno:StateTableCell">Displays information about the current document. By default, the SUM of the contents of the selected cells is displayed.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3155061" xml-lang="en-US">To change the default formula that is displayed, right-click the field, and then choose the formula that you want. The available formulas are: Average, count of values (COUNTA), count of numbers (COUNT), Maximum, Minimum, Sum, or None.</paragraph>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3153969" xml-lang="en-US"><link href="text/scalc/05/02140000.xhp" name="Error codes">Error codes</link></paragraph>
+<paragraph role="paragraph" id="par_id3153969" xml-lang="en-US"><link href="text/scalc/05/02140000.xhp">Error codes</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/02/10050000.xhp b/source/text/scalc/02/10050000.xhp
index a6b9f0d58a..6bdd730321 100644
--- a/source/text/scalc/02/10050000.xhp
+++ b/source/text/scalc/02/10050000.xhp
@@ -36,7 +36,7 @@
<bookmark_value>zooming;enlarging page views</bookmark_value>
</bookmark><comment>mw deleted "scaling;"</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:ZoomIn" id="bm_id7362949" localize="false"/>
-<paragraph role="heading" id="hd_id3148491" xml-lang="en-US" level="1"><link href="text/scalc/02/10050000.xhp" name="Zoom In">Zoom In</link></paragraph>
+<paragraph role="heading" id="hd_id3148491" xml-lang="en-US" level="1"><link href="text/scalc/02/10050000.xhp">Zoom In</link></paragraph>
<paragraph role="paragraph" id="par_id3145069" xml-lang="en-US"><ahelp hid=".uno:ZoomIn">Enlarges the screen display of the current document. The current zoom factor is displayed on the <emph>Status Bar</emph>.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3145171" xml-lang="en-US">The maximum zoom factor is 400%.</paragraph>
diff --git a/source/text/scalc/02/10060000.xhp b/source/text/scalc/02/10060000.xhp
index 2ed616c7ea..07e67299b8 100644
--- a/source/text/scalc/02/10060000.xhp
+++ b/source/text/scalc/02/10060000.xhp
@@ -35,7 +35,7 @@
<bookmark_value>zooming;reducing page views</bookmark_value>
</bookmark><comment>mw deleted "scaling;"</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:ZoomOut" id="bm_id5729287" localize="false"/>
-<paragraph role="heading" id="hd_id3153561" xml-lang="en-US" level="1"><link href="text/scalc/02/10060000.xhp" name="Zoom Out">Zoom Out</link></paragraph>
+<paragraph role="heading" id="hd_id3153561" xml-lang="en-US" level="1"><link href="text/scalc/02/10060000.xhp">Zoom Out</link></paragraph>
<paragraph role="paragraph" id="par_id3151246" xml-lang="en-US"><ahelp hid=".uno:ZoomOut">Reduces the screen display of the current document. The current zoom factor is displayed on the <emph>Status Bar</emph>.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US">The minimum zoom factor is 20%.</paragraph>
diff --git a/source/text/scalc/02/18010000.xhp b/source/text/scalc/02/18010000.xhp
index f6c5fb777b..3d4eb8f7e9 100644
--- a/source/text/scalc/02/18010000.xhp
+++ b/source/text/scalc/02/18010000.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3156329"><bookmark_value>inserting; objects, toolbar icon</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertCtrl" id="bm_id5322551" localize="false"/>
-<paragraph role="heading" id="hd_id3156329" xml-lang="en-US" level="1"><link href="text/scalc/02/18010000.xhp" name="Insert">Insert</link></paragraph>
+<paragraph role="heading" id="hd_id3156329" xml-lang="en-US" level="1"><link href="text/scalc/02/18010000.xhp">Insert</link></paragraph>
<paragraph role="paragraph" id="par_id3147336" xml-lang="en-US"><ahelp hid=".uno:InsertCtrl">Click the arrow next to the icon to open the <emph>Insert </emph>toolbar, where you can add graphics and special characters to the current sheet.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3148664" xml-lang="en-US">Tools bar icon:</paragraph>
@@ -52,23 +52,23 @@
</table>
</section>
<paragraph role="paragraph" id="par_id3153188" xml-lang="en-US">You can select the following icons:</paragraph>
-<paragraph role="heading" id="hd_id4283883" xml-lang="en-US" level="2"><link href="text/shared/01/04160500.xhp" name="Floating Frame">Floating Frame</link></paragraph>
+<paragraph role="heading" id="hd_id4283883" xml-lang="en-US" level="2"><link href="text/shared/01/04160500.xhp">Floating Frame</link></paragraph>
<embed href="text/shared/01/04160500.xhp#frameeinfuegentext"/>
<embed href="text/shared/00/00000404.xhp#syframe"/>
-<paragraph role="heading" id="hd_id3149410" xml-lang="en-US" level="2"><link href="text/shared/01/04100000.xhp" name="Special Character">Special Character</link></paragraph>
+<paragraph role="heading" id="hd_id3149410" xml-lang="en-US" level="2"><link href="text/shared/01/04100000.xhp">Special Character</link></paragraph>
<embed href="text/shared/01/04100000.xhp#sonder"/>
<embed href="text/shared/00/00000404.xhp#syspecial_char"/>
-<paragraph role="heading" id="hd_id3151117" xml-lang="en-US" level="2"><link href="text/shared/01/04140000.xhp" name="From File">From File</link></paragraph>
+<paragraph role="heading" id="hd_id3151117" xml-lang="en-US" level="2"><link href="text/shared/01/04140000.xhp">From File</link></paragraph>
<embed href="text/shared/01/04140000.xhp#grafiktext"/>
<embed href="text/shared/00/00000404.xhp#syimage"/>
<embed href="text/shared/01/moviesound.xhp#moviesound"/>
<embed href="text/shared/00/00000404.xhp#symoviesound"/>
-<paragraph role="heading" id="hd_id3633533" xml-lang="en-US" level="2"><link href="text/shared/01/04160300.xhp" name="Formula">Formula</link></paragraph>
+<paragraph role="heading" id="hd_id3633533" xml-lang="en-US" level="2"><link href="text/shared/01/04160300.xhp">Formula</link></paragraph>
<embed href="text/shared/01/04160300.xhp#starmath"/>
<embed href="text/shared/00/00000404.xhp#systarmath"/>
-<paragraph role="heading" id="par_idN10769" xml-lang="en-US" level="2"><link href="text/schart/01/wiz_chart_type.xhp" name="Insert Chart">Chart</link></paragraph>
+<paragraph role="heading" id="par_idN10769" xml-lang="en-US" level="2"><link href="text/schart/01/wiz_chart_type.xhp">Chart</link></paragraph>
<embed href="text/shared/00/00000404.xhp#systarchart"/>
-<paragraph role="heading" id="hd_id7581408" xml-lang="en-US" level="2"><link href="text/shared/01/04150100.xhp" name="OLE Object">OLE Object</link></paragraph>
+<paragraph role="heading" id="hd_id7581408" xml-lang="en-US" level="2"><link href="text/shared/01/04150100.xhp">OLE Object</link></paragraph>
<embed href="text/shared/01/04150100.xhp#ole"/>
<embed href="text/shared/00/00000404.xhp#syole"/>
</body>
diff --git a/source/text/scalc/02/18020000.xhp b/source/text/scalc/02/18020000.xhp
index c930837f14..416f5fb426 100644
--- a/source/text/scalc/02/18020000.xhp
+++ b/source/text/scalc/02/18020000.xhp
@@ -34,22 +34,22 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3150275"><bookmark_value>inserting; cells, toolbar icon</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsCellsCtrl" id="bm_id3156329" localize="false"/>
-<paragraph role="heading" id="hd_id3150275" xml-lang="en-US" level="1"><link href="text/scalc/02/18020000.xhp" name="Insert Cells">Insert Cells</link></paragraph>
+<paragraph role="heading" id="hd_id3150275" xml-lang="en-US" level="1"><link href="text/scalc/02/18020000.xhp">Insert Cells</link></paragraph>
<paragraph role="paragraph" id="par_id3156024" xml-lang="en-US"><ahelp hid=".uno:InsCellsCtrl">Click the arrow next to the icon to open the <emph>Insert Cells </emph>toolbar, where you can insert cells, rows, and columns into the current sheet.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US">Tools bar icon:</paragraph>
<embed href="text/scalc/00/00000404.xhp#syinsert_cells"/>
<paragraph role="paragraph" id="par_id3150767" xml-lang="en-US">You can select the following icons:</paragraph>
-<paragraph role="heading" id="hd_id3150439" xml-lang="en-US" level="2"><link href="text/scalc/01/04020000.xhp" name="Insert Cells Down">Insert Cells Down</link></paragraph>
+<paragraph role="heading" id="hd_id3150439" xml-lang="en-US" level="2"><link href="text/scalc/01/04020000.xhp">Insert Cells Down</link></paragraph>
<embed href="text/scalc/01/04020000.xhp#zellenuntentext"/>
<embed href="text/scalc/00/00000404.xhp#syinsert_cells_down"/>
-<paragraph role="heading" id="hd_id3146119" xml-lang="en-US" level="2"><link href="text/scalc/01/04020000.xhp" name="Insert Cells Right">Insert Cells Right</link></paragraph>
+<paragraph role="heading" id="hd_id3146119" xml-lang="en-US" level="2"><link href="text/scalc/01/04020000.xhp">Insert Cells Right</link></paragraph>
<embed href="text/scalc/01/04020000.xhp#zellenrechtstext"/>
<embed href="text/scalc/00/00000404.xhp#syinsert_cells_right"/>
-<paragraph role="heading" id="hd_id3153190" xml-lang="en-US" level="2"><link href="text/scalc/01/04020000.xhp" name="Rows">Rows</link></paragraph>
+<paragraph role="heading" id="hd_id3153190" xml-lang="en-US" level="2"><link href="text/scalc/01/04020000.xhp">Rows</link></paragraph>
<embed href="text/scalc/01/04020000.xhp#zeilenganzetext"/>
<embed href="text/scalc/00/00000404.xhp#syinsert_rows"/>
-<paragraph role="heading" id="hd_id3153726" xml-lang="en-US" level="2"><link href="text/scalc/01/04020000.xhp" name="Columns">Columns</link></paragraph>
+<paragraph role="heading" id="hd_id3153726" xml-lang="en-US" level="2"><link href="text/scalc/01/04020000.xhp">Columns</link></paragraph>
<embed href="text/scalc/01/04020000.xhp#spaltenganzetext"/>
<embed href="text/scalc/00/00000404.xhp#syinsert_columns"/>
</body>
diff --git a/source/text/scalc/04/01020000.xhp b/source/text/scalc/04/01020000.xhp
index 2c5c6cf120..62e8ce37c3 100644
--- a/source/text/scalc/04/01020000.xhp
+++ b/source/text/scalc/04/01020000.xhp
@@ -31,7 +31,7 @@
<bookmark_value>sheet ranges; filling</bookmark_value>
</bookmark>
<comment>mw deleted "matrices;..."</comment>
- <h1 id="hd_id3145801"><variable id="calc_keys"><link href="text/scalc/04/01020000.xhp" name="Shortcut Keys for Spreadsheets">Shortcut Keys for Spreadsheets</link></variable></h1>
+ <h1 id="hd_id3145801"><variable id="calc_keys"><link href="text/scalc/04/01020000.xhp">Shortcut Keys for Spreadsheets</link></variable></h1>
<embed href="text/shared/00/00000099.xhp#keys"/>
</section>
<paragraph role="paragraph" id="par_id3155067" xml-lang="en-US">To fill a selected cell range with the formula that you entered on the <emph>Input line</emph>, press <switchinline select="sys"><caseinline select="MAC">Option
@@ -40,7 +40,7 @@
<paragraph role="paragraph" id="par_id3166426" xml-lang="en-US">To select multiple cells in different areas of a sheet, hold down <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag in the different areas.</paragraph>
<paragraph role="paragraph" id="par_id3150207" xml-lang="en-US">To select multiple sheets in a spreadsheet, hold down <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, and then click the name tabs at the lower edge of the workspace. To select only one sheet in a selection, hold down Shift, and then click the name tab of the sheet.</paragraph>
<paragraph role="paragraph" id="par_id3166432" xml-lang="en-US">To insert a manual line break in a cell, click in the cell, and then press <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter.</paragraph>
- <paragraph role="paragraph" id="par_id3146978" xml-lang="en-US">To delete the contents of selected cells, press Backspace. This opens the <link href="text/scalc/01/02150000.xhp" name="Delete Contents">Delete Contents</link> dialog, where you choose which contents of the cell you want to delete. To delete the contents of selected cells without a dialog, press the Delete key.</paragraph>
+ <paragraph role="paragraph" id="par_id3146978" xml-lang="en-US">To delete the contents of selected cells, press Backspace. This opens the <link href="text/scalc/01/02150000.xhp">Delete Contents</link> dialog, where you choose which contents of the cell you want to delete. To delete the contents of selected cells without a dialog, press the Delete key.</paragraph>
<h2 id="hd_id3145386">Navigating in Spreadsheets</h2>
<table id="tbl_id5963927">
<tablerow>
@@ -547,7 +547,7 @@
</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow</paragraph>
</tablecell>
<tablecell>
- <paragraph role="tablecontent" id="par_id3153155" xml-lang="en-US">Increases the height of current row (only in <link href="text/shared/optionen/01060800.xhp" name="Compatibility">OpenOffice.org legacy compatibility mode</link>).</paragraph>
+ <paragraph role="tablecontent" id="par_id3153155" xml-lang="en-US">Increases the height of current row (only in <link href="text/shared/optionen/01060800.xhp">OpenOffice.org legacy compatibility mode</link>).</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -556,7 +556,7 @@
</caseinline><defaultinline>Alt</defaultinline></switchinline>+Up Arrow</paragraph>
</tablecell>
<tablecell>
- <paragraph role="tablecontent" id="par_id3155849" xml-lang="en-US">Decreases the height of current row (only in <link href="text/shared/optionen/01060800.xhp" name="Compatibility">OpenOffice.org legacy compatibility mode</link>).</paragraph>
+ <paragraph role="tablecontent" id="par_id3155849" xml-lang="en-US">Decreases the height of current row (only in <link href="text/shared/optionen/01060800.xhp">OpenOffice.org legacy compatibility mode</link>).</paragraph>
</tablecell>
</tablerow>
<tablerow>
diff --git a/source/text/scalc/05/02140000.xhp b/source/text/scalc/05/02140000.xhp
index 4a54582a7a..faf36e5db8 100644
--- a/source/text/scalc/05/02140000.xhp
+++ b/source/text/scalc/05/02140000.xhp
@@ -29,7 +29,7 @@
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3146797"><bookmark_value>error codes;list of</bookmark_value>
</bookmark><comment>mw deleted "%PRODUCTNAME Calc;error codes"</comment>
-<paragraph xml-lang="en-US" id="hd_id3146797" role="heading" level="1"><link href="text/scalc/05/02140000.xhp" name="Error Codes in %PRODUCTNAME Calc">Error Codes in <item type="productname">%PRODUCTNAME</item> Calc</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3146797" role="heading" level="1"><link href="text/scalc/05/02140000.xhp">Error Codes in <item type="productname">%PRODUCTNAME</item> Calc</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3150275" role="paragraph">The following table is an overview of the error messages for <item type="productname">%PRODUCTNAME</item> Calc. If the error occurs in the cell that contains the cursor, the error message is displayed on the <emph>Status Bar</emph>.</paragraph>
<bookmark xml-lang="en-US" branch="index" id="bm_id0202201010205429"><bookmark_value>### error message</bookmark_value></bookmark>
<bookmark xml-lang="en-US" branch="index" id="bm_id3154634"><bookmark_value>invalid references; error messages</bookmark_value>
diff --git a/source/text/scalc/guide/address_auto.xhp b/source/text/scalc/guide/address_auto.xhp
index 0679b7aa7f..92fc4ffbcc 100644
--- a/source/text/scalc/guide/address_auto.xhp
+++ b/source/text/scalc/guide/address_auto.xhp
@@ -42,7 +42,7 @@
</bookmark>
<comment>mw changes "names;..." entry to "text in cells;..."</comment><comment>mw inserted three index entries from text/shared/optionen/01060500.xhp. Changed "finding;..." entry to "recognizing;..." entry. Adding (Calc) is no longer necessary in this file.</comment>
-<paragraph id="hd_id3148797" role="heading" level="1" xml-lang="en-US"><variable id="address_auto"><link href="text/scalc/guide/address_auto.xhp" name="Recognizing Names as Addressing">Recognizing Names as Addressing</link></variable></paragraph>
+<paragraph id="hd_id3148797" role="heading" level="1" xml-lang="en-US"><variable id="address_auto"><link href="text/scalc/guide/address_auto.xhp">Recognizing Names as Addressing</link></variable></paragraph>
<paragraph id="par_id3152597" role="paragraph" xml-lang="en-US">You can use cells with text to refer to the rows or to the columns that contain the cells.</paragraph><comment>removed table as a workaround for issue 108715</comment>
<paragraph id="par_id3156283" role="paragraph" xml-lang="en-US"><image id="img_id3154942" src="media/helpimg/names_as_addressing.png" width="5.408cm" height="2.212cm" localize="true"><alt xml-lang="en-US" id="alt_id3154942">Example spreadsheet</alt></image></paragraph>
<paragraph id="par_id3154512" role="paragraph" xml-lang="en-US">In the example spreadsheet, you can use the string <item type="literal">'Column One'</item> in a formula to refer to the cell range <item type="literal">B3</item> to <item type="literal">B5</item>, or <item type="literal">'Column Two'</item> for the cell range <item type="literal">C2</item> to <item type="literal">C5</item>. You can also use <item type="literal">'Row One'</item> for the cell range <item type="literal">B3</item> to <item type="literal">D3</item>, or <item type="literal">'Row Two'</item> for the cell range <item type="literal">B4</item> to <item type="literal">D4</item>. The result of a formula that uses a cell name, for example, <item type="literal">SUM('Column One')</item>, is 600.</paragraph>
diff --git a/source/text/scalc/guide/auto_off.xhp b/source/text/scalc/guide/auto_off.xhp
index 7ac4ebcaa1..d01db05e2b 100644
--- a/source/text/scalc/guide/auto_off.xhp
+++ b/source/text/scalc/guide/auto_off.xhp
@@ -46,14 +46,14 @@
</bookmark>
<comment>mw added one entry</comment>
-<paragraph id="hd_id3149456" role="heading" level="1" xml-lang="en-US"><variable id="auto_off"><link href="text/scalc/guide/auto_off.xhp" name="Deactivating Automatic Changes">Deactivating Automatic Changes</link> </variable></paragraph>
+<paragraph id="hd_id3149456" role="heading" level="1" xml-lang="en-US"><variable id="auto_off"><link href="text/scalc/guide/auto_off.xhp">Deactivating Automatic Changes</link> </variable></paragraph>
<paragraph id="par_id3156442" role="paragraph" xml-lang="en-US">By default, $[officename] automatically corrects many common typing errors and applies formatting while you type. You can immediately undo any automatic changes with <switchinline select="sys"><caseinline select="MAC">Command
</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Z.</paragraph>
<paragraph id="par_id3145273" role="paragraph" xml-lang="en-US">The following shows you how to deactivate and reactivate the automatic changes in $[officename] Calc:</paragraph>
<paragraph id="hd_id3145748" role="heading" level="2" xml-lang="en-US">Automatic Text or Number Completion</paragraph>
<paragraph id="par_id3154730" role="paragraph" xml-lang="en-US">When making an entry in a cell, $[officename] Calc automatically suggests matching input found in the same column. This function is known as <emph>AutoInput</emph>.</paragraph>
-<paragraph id="par_id3153878" role="paragraph" xml-lang="en-US">To turn the AutoInput on and off, set or remove the check mark in front of <link href="text/scalc/01/06130000.xhp" name="Tools - AutoInput"><emph>Tools - AutoInput</emph></link>.</paragraph>
+<paragraph id="par_id3153878" role="paragraph" xml-lang="en-US">To turn the AutoInput on and off, set or remove the check mark in front of <link href="text/scalc/01/06130000.xhp"><emph>Tools - AutoInput</emph></link>.</paragraph>
<paragraph id="hd_id3146972" role="heading" level="2" xml-lang="en-US">Automatic Conversion to Date Format</paragraph>
<paragraph id="par_id3153707" role="paragraph" xml-lang="en-US">$[officename] Calc automatically converts certain entries to dates. For example, the entry <emph>1.1</emph> may be interpreted as January 1 of the current year, according to the locale settings of your operating system, and then displayed according to the date format applied to the cell.<comment>for sure 1.1 will not be interpreted as a date in the USofA !!</comment></paragraph>
@@ -69,8 +69,8 @@
<paragraph id="par_id3166425" role="paragraph" xml-lang="en-US">Choose <item type="menuitem">Tools - AutoCorrect - AutoCorrect Options</item>. Go to the <item type="menuitem">Replace</item> tab. Select the word pair and click <item type="menuitem">Delete</item>.</paragraph>
<section id="relatedtopics">
-<paragraph id="par_id3152992" role="paragraph" xml-lang="en-US"><link href="text/scalc/01/06130000.xhp" name="Tools - AutoInput">Tools - AutoInput</link></paragraph>
-<paragraph id="par_id3154368" role="paragraph" xml-lang="en-US"><link href="text/shared/01/06040000.xhp" name="Tools - AutoCorrect">Tools - AutoCorrect - AutoCorrect Options</link></paragraph>
+<paragraph id="par_id3152992" role="paragraph" xml-lang="en-US"><link href="text/scalc/01/06130000.xhp">Tools - AutoInput</link></paragraph>
+<paragraph id="par_id3154368" role="paragraph" xml-lang="en-US"><link href="text/shared/01/06040000.xhp">Tools - AutoCorrect - AutoCorrect Options</link></paragraph>
</section>
</body>
diff --git a/source/text/scalc/guide/autofilter.xhp b/source/text/scalc/guide/autofilter.xhp
index 9d7f1b5a0e..c17cbc0d8a 100644
--- a/source/text/scalc/guide/autofilter.xhp
+++ b/source/text/scalc/guide/autofilter.xhp
@@ -34,7 +34,7 @@
<bookmark_value>drop-down menus in sheet columns</bookmark_value>
<bookmark_value>database ranges; AutoFilter function</bookmark_value>
</bookmark><comment>mw made "drop-down..." a one level entry and added a "see also" reference</comment>
-<h1 id="hd_id3156423"><variable id="autofilter"><link href="text/scalc/guide/autofilter.xhp" name="Applying AutoFilter">Applying AutoFilter</link>
+<h1 id="hd_id3156423"><variable id="autofilter"><link href="text/scalc/guide/autofilter.xhp">Applying AutoFilter</link>
</variable></h1>
<paragraph xml-lang="en-US" id="par_id3147427" role="paragraph">The <emph>AutoFilter</emph> function inserts a combo box on one or more data columns that lets you select the records (rows) to be displayed.</paragraph>
<section id="autofiltertext">
@@ -56,15 +56,15 @@
<section id="autofiltertip">
<tip id="par_id4303415">To assign different AutoFilters to different sheets, you must first define a database range on each sheet.</tip>
</section>
- <warning id="par_id3159236">The arithmetic functions also take account of the cells that are not visible due to an applied filter. For example, a sum of an entire column will also total the values in the filtered cells. Apply the <link href="text/scalc/01/04060106.xhp" name="SUBTOTAL">SUBTOTAL</link> function if only the cells visible after the application of a filter are to be taken into account.</warning>
+ <warning id="par_id3159236">The arithmetic functions also take account of the cells that are not visible due to an applied filter. For example, a sum of an entire column will also total the values in the filtered cells. Apply the <link href="text/scalc/01/04060106.xhp">SUBTOTAL</link> function if only the cells visible after the application of a filter are to be taken into account.</warning>
</section>
<section id="relatedtopics">
<embed href="text/scalc/01/12040100.xhp#autofilterh1"/>
<embed href="text/scalc/guide/filters.xhp#filters"/>
<embed href="text/scalc/guide/specialfilter.xhp#specialfilter"/>
<embed href="text/scalc/guide/cellcopy.xhp#cellcopy"/>
- <paragraph xml-lang="en-US" id="par_id3152985" role="paragraph"><link href="text/scalc/01/12040100.xhp" name="Data - Filter - AutoFilter">Data - Filter - AutoFilter</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3154484" role="paragraph"><link href="text/scalc/01/04060106.xhp" name="SUBTOTAL">SUBTOTAL</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3152985" role="paragraph"><link href="text/scalc/01/12040100.xhp">Data - Filter - AutoFilter</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154484" role="paragraph"><link href="text/scalc/01/04060106.xhp">SUBTOTAL</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/guide/autoformat.xhp b/source/text/scalc/guide/autoformat.xhp
index 59cea0c960..f47087af72 100644
--- a/source/text/scalc/guide/autoformat.xhp
+++ b/source/text/scalc/guide/autoformat.xhp
@@ -32,7 +32,7 @@
<bookmark_value>formats; automatically formatting spreadsheets</bookmark_value>
<bookmark_value>sheets;AutoFormat</bookmark_value>
</bookmark>
- <h1 id="hd_id3155132"><variable id="autoformat"><link href="text/scalc/guide/autoformat.xhp" name="Using AutoFormat for Tables">Applying Automatic Formatting to a Selected Cell Range</link></variable></h1>
+ <h1 id="hd_id3155132"><variable id="autoformat"><link href="text/scalc/guide/autoformat.xhp">Applying Automatic Formatting to a Selected Cell Range</link></variable></h1>
<paragraph xml-lang="en-US" id="par_id3149401" role="paragraph">Use the AutoFormat feature to quickly apply a format to a selected cell range.</paragraph>
<h2 id="par_idN10702">Applying an AutoFormat to a Selected Cell Range</h2>
<list type="ordered">
@@ -76,7 +76,7 @@
</list>
<note id="par_id51630343134146">The new AutoFormat styles created using the steps above can be applied to any %PRODUCTNAME Calc file. Hence they are not limited to the file where the style was created.</note>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id3159203" role="paragraph"><link href="text/scalc/01/05110000.xhp" name="Format - AutoFormat">Format - AutoFormat Styles</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3159203" role="paragraph"><link href="text/scalc/01/05110000.xhp">Format - AutoFormat Styles</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/guide/background.xhp b/source/text/scalc/guide/background.xhp
index 788fa0f6e0..b665c14910 100644
--- a/source/text/scalc/guide/background.xhp
+++ b/source/text/scalc/guide/background.xhp
@@ -34,7 +34,7 @@
<bookmark_value>rows, see also cells</bookmark_value>
<bookmark_value>columns, see also cells</bookmark_value>
</bookmark>
- <h1 id="hd_id3149346"><variable id="background"><link href="text/scalc/guide/background.xhp" name="Defining Background Colors or Background Graphics">Defining Background Colors or Background Graphics</link>
+ <h1 id="hd_id3149346"><variable id="background"><link href="text/scalc/guide/background.xhp">Defining Background Colors or Background Graphics</link>
</variable></h1><comment>MW created this file from splitting shared/guide/background.xhp</comment>
<paragraph xml-lang="en-US" id="par_id9520249" role="paragraph">You can define a background color or use a graphic as a background for cell ranges in $[officename] Calc.</paragraph>
<h2 id="hd_id3144760">Applying a Background Color to a $[officename] Calc Spreadsheet</h2>
@@ -56,12 +56,12 @@
</listitem>
<listitem>
<paragraph xml-lang="en-US" id="par_id3149664" role="listitem">Select the graphic and click <emph>Open</emph>.</paragraph>
- <paragraph xml-lang="en-US" id="par_id3153575" role="listitem">The graphic is inserted anchored to the current cell. You can move and scale the graphic as you want. In your context menu you can use the <menuitem>Arrange - To Background</menuitem> command to place this in the background. To select a graphic that has been placed in the background, use the <link href="text/scalc/01/02110000.xhp" name="Navigator">Navigator</link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3153575" role="listitem">The graphic is inserted anchored to the current cell. You can move and scale the graphic as you want. In your context menu you can use the <menuitem>Arrange - To Background</menuitem> command to place this in the background. To select a graphic that has been placed in the background, use the <link href="text/scalc/01/02110000.xhp">Navigator</link>.</paragraph>
</listitem>
</list>
<section id="relatedtopics">
<paragraph xml-lang="en-US" id="par_id51576" role="paragraph"><link href="text/shared/guide/background.xhp">Watermarks</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3156180" role="paragraph"><link href="text/shared/01/05210100.xhp" name="Background tab page"><emph>Background</emph> tab page</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3156180" role="paragraph"><link href="text/shared/01/05210100.xhp"><emph>Background</emph> tab page</link></paragraph>
<paragraph xml-lang="en-US" id="par_id7601245" role="paragraph"><link href="text/scalc/guide/format_table.xhp">Formatting Spreadsheets</link></paragraph>
</section>
</body>
diff --git a/source/text/scalc/guide/calc_date.xhp b/source/text/scalc/guide/calc_date.xhp
index 9e866ef00c..9d7e0ad89d 100644
--- a/source/text/scalc/guide/calc_date.xhp
+++ b/source/text/scalc/guide/calc_date.xhp
@@ -35,7 +35,7 @@
</bookmark>
-<paragraph id="hd_id3146120" role="heading" level="1" xml-lang="en-US"><variable id="calc_date"><link href="text/scalc/guide/calc_date.xhp" name="Calculating With Dates and Times">Calculating With Dates and Times</link></variable></paragraph>
+<paragraph id="hd_id3146120" role="heading" level="1" xml-lang="en-US"><variable id="calc_date"><link href="text/scalc/guide/calc_date.xhp">Calculating With Dates and Times</link></variable></paragraph>
<paragraph id="par_id3154320" role="paragraph" xml-lang="en-US">In $[officename] Calc, you can perform calculations with current date and time values. As an example, to find out exactly how old you are in seconds or hours, follow the following steps:</paragraph>
<list type="ordered">
diff --git a/source/text/scalc/guide/calc_series.xhp b/source/text/scalc/guide/calc_series.xhp
index 3e89fff538..f3ba21842a 100644
--- a/source/text/scalc/guide/calc_series.xhp
+++ b/source/text/scalc/guide/calc_series.xhp
@@ -38,7 +38,7 @@
<bookmark_value>AutoFill function</bookmark_value>
<bookmark_value>filling;cells, automatically</bookmark_value>
</bookmark><comment>mw made "powers of 2;..." a one level entry and changed "AutoFill" entry</comment><comment>MW changed "auto filling cells"</comment>
-<paragraph xml-lang="en-US" id="hd_id3150769" role="heading" level="1"><variable id="calc_series"><link href="text/scalc/guide/calc_series.xhp" name="Automatically Calculating Series">Automatically Filling in Data Based on Adjacent Cells</link>
+<paragraph xml-lang="en-US" id="hd_id3150769" role="heading" level="1"><variable id="calc_series"><link href="text/scalc/guide/calc_series.xhp">Automatically Filling in Data Based on Adjacent Cells</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_idN106A8" role="paragraph">You can automatically fill cells with data with the AutoFill command or the Series command.</paragraph>
<paragraph xml-lang="en-US" id="par_idN106D3" role="heading" level="2">Using AutoFill</paragraph>
@@ -77,7 +77,7 @@
</list>
<section id="relatedtopics">
<embed href="text/scalc/guide/sorted_list.xhp#sorted_list"/>
- <paragraph xml-lang="en-US" id="par_id3159173" role="paragraph"><link href="text/shared/optionen/01060400.xhp" name="Sort lists">Sort lists</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3159173" role="paragraph"><link href="text/shared/optionen/01060400.xhp">Sort lists</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/guide/calc_timevalues.xhp b/source/text/scalc/guide/calc_timevalues.xhp
index e79700198a..785c1d395e 100644
--- a/source/text/scalc/guide/calc_timevalues.xhp
+++ b/source/text/scalc/guide/calc_timevalues.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3150769"><bookmark_value>calculating;time differences</bookmark_value>
<bookmark_value>time differences</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3150769" xml-lang="en-US" level="1"><variable id="calc_timevalues"><link href="text/scalc/guide/calc_timevalues.xhp" name="Calculating Time Differences">Calculating Time Differences</link>
+<paragraph role="heading" id="hd_id3150769" xml-lang="en-US" level="1"><variable id="calc_timevalues"><link href="text/scalc/guide/calc_timevalues.xhp">Calculating Time Differences</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3149263" xml-lang="en-US">If you want to calculate time differences, for example, the time between 23:30 and 01:10 in the same night, use the following formula:</paragraph>
<paragraph role="paragraph" id="par_id3159153" xml-lang="en-US">=(B2&lt;A2)+B2-A2</paragraph>
diff --git a/source/text/scalc/guide/calculate.xhp b/source/text/scalc/guide/calculate.xhp
index 1694c4134c..4d31598097 100644
--- a/source/text/scalc/guide/calculate.xhp
+++ b/source/text/scalc/guide/calculate.xhp
@@ -29,7 +29,7 @@
<bookmark_value>calculating; spreadsheets</bookmark_value>
<bookmark_value>formulas; calculating</bookmark_value>
</bookmark><comment>mw changed "formulas;..." entry</comment>
-<paragraph id="hd_id3150791" role="heading" xml-lang="en-US" level="1"><variable id="calculate"><link href="text/scalc/guide/calculate.xhp" name="Calculating in Spreadsheets">Calculating in Spreadsheets</link></variable></paragraph>
+<paragraph id="hd_id3150791" role="heading" xml-lang="en-US" level="1"><variable id="calculate"><link href="text/scalc/guide/calculate.xhp">Calculating in Spreadsheets</link></variable></paragraph>
<paragraph id="par_id3146120" role="paragraph" xml-lang="en-US">The following is an example of a calculation in $[officename] Calc.</paragraph>
<list type="ordered">
<listitem>
diff --git a/source/text/scalc/guide/cell_protect.xhp b/source/text/scalc/guide/cell_protect.xhp
index 6cb10c7223..e72eb0aaaf 100644
--- a/source/text/scalc/guide/cell_protect.xhp
+++ b/source/text/scalc/guide/cell_protect.xhp
@@ -38,7 +38,7 @@
<bookmark_value>formulas;hiding</bookmark_value>
</bookmark>
-<h1 id="hd_id3146119"><variable id="cell_protect"><link href="text/scalc/guide/cell_protect.xhp" name="Protecting Cells from Changes">Protecting Cells from Changes</link>
+<h1 id="hd_id3146119"><variable id="cell_protect"><link href="text/scalc/guide/cell_protect.xhp">Protecting Cells from Changes</link>
</variable></h1>
<paragraph xml-lang="en-US" id="par_id3153368" role="paragraph">In <item type="productname">%PRODUCTNAME</item> Calc you can protect sheets and the document as a whole. You can choose whether the cells are protected against accidental changes, whether the formulas can be viewed from within Calc, whether the cells are visible or whether the cells can be printed.</paragraph>
<paragraph xml-lang="en-US" id="par_id3145261" role="paragraph">Protection can be provided by means of a password, but it does not have to be. If you have assigned a password, protection can only be removed once the correct password has been entered.</paragraph>
@@ -63,7 +63,7 @@
</listitem>
<listitem>
<paragraph xml-lang="en-US" id="par_id3145362" role="listitem">Apply the protection options.</paragraph>
- <paragraph xml-lang="en-US" id="par_idN106C0" role="listitem">To protect the cells from being changed, viewed or printed according to your settings in the <emph>Format - Cells</emph> dialog, choose <link href="text/scalc/01/06060100.xhp" name="Tools protect sheet"><menuitem>Tools - Protect Sheet</menuitem></link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_idN106C0" role="listitem">To protect the cells from being changed, viewed or printed according to your settings in the <emph>Format - Cells</emph> dialog, choose <link href="text/scalc/01/06060100.xhp"><menuitem>Tools - Protect Sheet</menuitem></link>.</paragraph>
<paragraph xml-lang="en-US" id="par_idN106C7" role="listitem">To protect the structure of the document, for example the count, <link href="text/scalc/guide/rename_table.xhp">names</link>, and order of the sheets, from being changed, choose <item type="menuitem">Tools - Protect Spreadsheet Structure</item>.</paragraph>
</listitem>
<listitem>
diff --git a/source/text/scalc/guide/cell_unprotect.xhp b/source/text/scalc/guide/cell_unprotect.xhp
index 5039c927f1..f7cc88b3a7 100644
--- a/source/text/scalc/guide/cell_unprotect.xhp
+++ b/source/text/scalc/guide/cell_unprotect.xhp
@@ -31,7 +31,7 @@
<bookmark_value>protecting; unprotecting cells</bookmark_value>
<bookmark_value>unprotecting cells</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3153252" role="heading" level="1"><variable id="cell_unprotect"><link href="text/scalc/guide/cell_unprotect.xhp" name="Unprotecting Cells">Unprotecting Cells</link>
+<paragraph xml-lang="en-US" id="hd_id3153252" role="heading" level="1"><variable id="cell_unprotect"><link href="text/scalc/guide/cell_unprotect.xhp">Unprotecting Cells</link>
</variable></paragraph>
<list type="ordered">
<listitem>
diff --git a/source/text/scalc/guide/cellcopy.xhp b/source/text/scalc/guide/cellcopy.xhp
index 23d1a612d0..57b3986ddd 100644
--- a/source/text/scalc/guide/cellcopy.xhp
+++ b/source/text/scalc/guide/cellcopy.xhp
@@ -37,7 +37,7 @@
<bookmark_value>filters;copying visible cells only</bookmark_value>
<bookmark_value>hidden cells</bookmark_value>
</bookmark><comment>mw changed "cells;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3150440" role="heading" level="1"><variable id="cellcopy"><link href="text/scalc/guide/cellcopy.xhp" name="Only Copy Visible Cells">Only Copy Visible Cells</link>
+<paragraph xml-lang="en-US" id="hd_id3150440" role="heading" level="1"><variable id="cellcopy"><link href="text/scalc/guide/cellcopy.xhp">Only Copy Visible Cells</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3148577" role="paragraph">Assume you have hidden a few rows in a cell range. Now you want to copy, delete, or format only the remaining visible rows.</paragraph>
<paragraph xml-lang="en-US" id="par_id3154729" role="paragraph">$[officename] behavior depends on how the cells were made invisible, by a filter or manually.</paragraph>
@@ -61,7 +61,7 @@
</tablerow>
<tablerow>
<tablecell>
- <paragraph xml-lang="en-US" id="par_id3166427" role="tablecontent">Cells were hidden using the <emph>Hide</emph> command in the context menu of the row or column headers, or through an <link href="text/scalc/01/12080000.xhp" name="outline">outline</link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3166427" role="tablecontent">Cells were hidden using the <emph>Hide</emph> command in the context menu of the row or column headers, or through an <link href="text/scalc/01/12080000.xhp">outline</link>.</paragraph>
<paragraph xml-lang="en-US" id="par_id3152990" role="tablecontent">Copy, delete, move, or format a selection of currently visible cells.</paragraph>
</tablecell>
<tablecell>
diff --git a/source/text/scalc/guide/cellreference_dragdrop.xhp b/source/text/scalc/guide/cellreference_dragdrop.xhp
index 6f687d6da3..0508352c88 100644
--- a/source/text/scalc/guide/cellreference_dragdrop.xhp
+++ b/source/text/scalc/guide/cellreference_dragdrop.xhp
@@ -32,7 +32,7 @@
<bookmark_value>references;inserting by drag and drop</bookmark_value>
<bookmark_value>inserting;references, by drag and drop</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3154686" role="heading" level="1"><variable id="cellreference_dragdrop"><link href="text/scalc/guide/cellreference_dragdrop.xhp" name="Referencing Cells by Drag-and-Drop">Referencing Cells by Drag-and-Drop</link>
+<paragraph xml-lang="en-US" id="hd_id3154686" role="heading" level="1"><variable id="cellreference_dragdrop"><link href="text/scalc/guide/cellreference_dragdrop.xhp">Referencing Cells by Drag-and-Drop</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3156444" role="paragraph">With the help of the Navigator you can reference cells from one sheet to another sheet in the same document or in a different document. The cells can be inserted as a copy, link, or hyperlink. The range to be inserted must be defined with a name in the original file so that it can be inserted in the target file.</paragraph>
<list type="ordered">
@@ -46,7 +46,7 @@
<paragraph xml-lang="en-US" id="par_id3151073" role="listitem">Open the sheet in which you want to insert something.</paragraph>
</listitem>
<listitem>
- <paragraph xml-lang="en-US" id="par_id3154732" role="listitem">Open the <link href="text/scalc/01/02110000.xhp" name="Navigator">Navigator</link>. In the lower box of the Navigator select the source file.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154732" role="listitem">Open the <link href="text/scalc/01/02110000.xhp">Navigator</link>. In the lower box of the Navigator select the source file.</paragraph>
</listitem>
<listitem>
<paragraph xml-lang="en-US" id="par_id3150752" role="listitem">In the Navigator, the source file object appears under "Range names".</paragraph>
diff --git a/source/text/scalc/guide/cellreferences.xhp b/source/text/scalc/guide/cellreferences.xhp
index bdd676bc64..b468cb9f3a 100644
--- a/source/text/scalc/guide/cellreferences.xhp
+++ b/source/text/scalc/guide/cellreferences.xhp
@@ -32,7 +32,7 @@
<bookmark_value>cells; operating in another document</bookmark_value>
<bookmark_value>documents;references</bookmark_value>
</bookmark><comment>mw made "sheet references;" a one level entry</comment><comment>MW changed "references;" and added "documents;"</comment>
-<h1 id="hd_id3147436"><variable id="cellreferences"><link href="text/scalc/guide/cellreferences.xhp" name="Referencing Other Sheets">Referencing Other Sheets</link>
+<h1 id="hd_id3147436"><variable id="cellreferences"><link href="text/scalc/guide/cellreferences.xhp">Referencing Other Sheets</link>
</variable></h1>
<paragraph xml-lang="en-US" id="par_id9663075" role="paragraph">In a sheet cell you can show a reference to a cell in another sheet.</paragraph>
<paragraph xml-lang="en-US" id="par_id1879329" role="paragraph">In the same way, a reference can also be made to a cell from another document provided that this document has already been saved as a file.</paragraph>
@@ -78,7 +78,7 @@
<paragraph xml-lang="en-US" id="par_id7099826" role="listitem">If you drag the box in the lower right corner of the active cell to select a range of cells, $[officename] automatically inserts the corresponding references in the adjacent cells. As a result, the sheet name is preceded with a "$" sign to designate it as an <link href="text/scalc/guide/relativ_absolut_ref.xhp">absolute reference</link>.</paragraph>
</listitem>
</list>
- <paragraph xml-lang="en-US" id="par_id674459" role="paragraph">If you examine the name of the other document in this formula, you will notice that it is written as a <link href="text/shared/00/00000002.xhp#url" name="URL">URL</link>. This means that you can also enter a URL from the Internet.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id674459" role="paragraph">If you examine the name of the other document in this formula, you will notice that it is written as a <link href="text/shared/00/00000002.xhp#url">URL</link>. This means that you can also enter a URL from the Internet.</paragraph>
<section id="relatedtopics">
<embed href="text/scalc/guide/cellreferences_url.xhp#cellreferences_url"/>
<embed href="text/scalc/guide/relativ_absolut_ref.xhp#relativ_absolut_ref"/>
diff --git a/source/text/scalc/guide/cellreferences_url.xhp b/source/text/scalc/guide/cellreferences_url.xhp
index de83a313cc..8a40eb3cd0 100644
--- a/source/text/scalc/guide/cellreferences_url.xhp
+++ b/source/text/scalc/guide/cellreferences_url.xhp
@@ -32,7 +32,7 @@
<bookmark_value>cells; Internet references</bookmark_value>
<bookmark_value>URL; in Calc</bookmark_value>
</bookmark><comment>mw deleted "sheet references;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3150441" role="heading" level="1"><variable id="cellreferences_url"><link href="text/scalc/guide/cellreferences_url.xhp" name="Referencing URLs">Referencing URLs</link>
+<paragraph xml-lang="en-US" id="hd_id3150441" role="heading" level="1"><variable id="cellreferences_url"><link href="text/scalc/guide/cellreferences_url.xhp">Referencing URLs</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id1955626" role="paragraph">For example, if you found an Internet page containing current stock exchange information in spreadsheet cells, you can load this page in $[officename] Calc by using the following procedure:</paragraph>
<list type="ordered">
@@ -40,7 +40,7 @@
<paragraph xml-lang="en-US" id="par_id3152993" role="listitem">In a $[officename] Calc document, position the cursor in the cell into which you want to insert the external data.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3145384" role="listitem">Choose <item type="menuitem">Sheet - External Links</item>. The <link href="text/scalc/01/04090000.xhp" name="External Data"><item type="menuitem">External Data</item></link> dialog appears.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3145384" role="listitem">Choose <item type="menuitem">Sheet - External Links</item>. The <link href="text/scalc/01/04090000.xhp"><item type="menuitem">External Data</item></link> dialog appears.</paragraph>
</listitem>
<listitem>
<paragraph xml-lang="en-US" id="par_id3152892" role="listitem">Enter the URL of the document or Web page in the dialog. The URL must be in the format: http://www.my-bank.com/table.html. The URL for local or local area network files is the path seen in the <item type="menuitem">File - Open</item> dialog.</paragraph>
@@ -54,7 +54,7 @@
<paragraph xml-lang="en-US" id="par_id3144768" role="listitem">Save your spreadsheet. When you open it again later, $[officename] Calc will update the linked cells following an inquiry.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id3159204" role="listitem">Under <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01040900.xhp" name="Spreadsheet - General"><item type="menuitem">%PRODUCTNAME Calc - General</item></link> you can choose to have the update, when opened, automatically carried out either always, upon request or never. The update can be started manually in the dialog under <item type="menuitem">Edit - Links</item>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3159204" role="listitem">Under <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01040900.xhp"><item type="menuitem">%PRODUCTNAME Calc - General</item></link> you can choose to have the update, when opened, automatically carried out either always, upon request or never. The update can be started manually in the dialog under <item type="menuitem">Edit - Links</item>.</paragraph>
</listitem>
</list>
<section id="relatedtopics">
diff --git a/source/text/scalc/guide/cellstyle_by_formula.xhp b/source/text/scalc/guide/cellstyle_by_formula.xhp
index f7c19604b9..197f46ab45 100644
--- a/source/text/scalc/guide/cellstyle_by_formula.xhp
+++ b/source/text/scalc/guide/cellstyle_by_formula.xhp
@@ -36,7 +36,7 @@
</bookmark>
<comment>mw deleted "applying;"</comment>
-<paragraph id="hd_id3145673" role="heading" level="1" xml-lang="en-US"><variable id="cellstyle_by_formula"><link href="text/scalc/guide/cellstyle_by_formula.xhp" name="Assigning Formats by Formula">Assigning Formats by Formula</link></variable></paragraph>
+<paragraph id="hd_id3145673" role="heading" level="1" xml-lang="en-US"><variable id="cellstyle_by_formula"><link href="text/scalc/guide/cellstyle_by_formula.xhp">Assigning Formats by Formula</link></variable></paragraph>
<paragraph id="par_id3150275" role="paragraph" xml-lang="en-US">The STYLE() function can be added to an existing formula in a cell. For example, together with the CURRENT function, you can color a cell depending on its value. The formula =...+STYLE(IF(CURRENT()&gt;3; "Red"; "Green")) applies the cell style "Red" to cells if the value is greater than 3, otherwise the cell style "Green" is applied.</paragraph>
<paragraph id="par_id3151385" role="paragraph" xml-lang="en-US">If you would like to apply a formula to all cells in a selected area, you can use the <item type="menuitem">Find &amp; Replace</item> dialog.</paragraph>
@@ -56,7 +56,7 @@
<paragraph id="par_id3146975" role="listitem" xml-lang="en-US">The "&amp;" symbol designates the current contents of the <emph>Find</emph> field. The line must begin with an equal sign, since it is a formula. It is assumed that the cell styles "Red" and "Green" already exist.</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id3149262" role="listitem" xml-lang="en-US">Mark the fields <link href="text/shared/01/02100000.xhp" name="Regular expressions"><emph>Regular expressions</emph></link> and <emph>Current selection only</emph>. Click <emph>Find All</emph>.</paragraph>
+ <paragraph id="par_id3149262" role="listitem" xml-lang="en-US">Mark the fields <link href="text/shared/01/02100000.xhp"><emph>Regular expressions</emph></link> and <emph>Current selection only</emph>. Click <emph>Find All</emph>.</paragraph>
<paragraph id="par_id3144767" role="listitem" xml-lang="en-US">All cells with contents that were included in the selection are now highlighted.</paragraph>
</listitem>
<listitem>
diff --git a/source/text/scalc/guide/cellstyle_conditional.xhp b/source/text/scalc/guide/cellstyle_conditional.xhp
index aa738a32df..7f7d478326 100644
--- a/source/text/scalc/guide/cellstyle_conditional.xhp
+++ b/source/text/scalc/guide/cellstyle_conditional.xhp
@@ -37,7 +37,7 @@
<bookmark_value>copying; cell styles</bookmark_value>
<bookmark_value>tables; copying cell styles</bookmark_value>
</bookmark><comment>mw deleted "formats;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3149263" role="heading" level="1"><variable id="cellstyle_conditional"><link href="text/scalc/guide/cellstyle_conditional.xhp" name="Applying Conditional Formatting">Applying Conditional Formatting</link>
+<paragraph xml-lang="en-US" id="hd_id3149263" role="heading" level="1"><variable id="cellstyle_conditional"><link href="text/scalc/guide/cellstyle_conditional.xhp">Applying Conditional Formatting</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3159156" role="paragraph">Using the menu command <emph>Format - Conditional - Condition</emph>, the dialog allows you to define conditions per cell, which must be met in order for the selected cells to have a particular format.</paragraph>
<paragraph xml-lang="en-US" id="par_id8039796" role="warning">To apply conditional formatting, AutoCalculate must be enabled. Choose <emph>Data - Calculate - AutoCalculate</emph> (you see a check mark next to the command when AutoCalculate is enabled).</paragraph>
@@ -51,7 +51,7 @@
<paragraph xml-lang="en-US" id="par_id3155603" role="listitem">Choose <emph>Format - Conditional - Condition</emph>.</paragraph>
</listitem>
<listitem>
- <paragraph xml-lang="en-US" id="par_id3146969" role="listitem">Enter the condition(s) into the dialog box. The dialog is described in detail in <link href="text/scalc/01/05120000.xhp" name="$[officename] Help">$[officename] Help</link>, and an example is provided below:</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3146969" role="listitem">Enter the condition(s) into the dialog box. The dialog is described in detail in <link href="text/scalc/01/05120000.xhp">$[officename] Help</link>, and an example is provided below:</paragraph>
</listitem>
</list>
<paragraph xml-lang="en-US" id="hd_id3155766" role="heading" level="2">Example of Conditional Formatting: Highlighting Totals Above/Under the Average Value</paragraph>
@@ -92,7 +92,7 @@
<paragraph xml-lang="en-US" id="par_id3144768" role="listitem">Set the cursor in a blank cell, for example, J14, and choose <emph>Insert - Function</emph>.</paragraph>
</listitem>
<listitem>
- <paragraph xml-lang="en-US" id="par_id3156016" role="listitem">Select the AVERAGE function. Use the mouse to select all your random numbers. If you cannot see the entire range, because the Function Wizard is obscuring it, you can temporarily shrink the dialog using the <link href="text/shared/00/00000001.xhp#shrink_maximize" name="Shrink or Maximize"><item type="menuitem">Shrink</item></link> icon.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3156016" role="listitem">Select the AVERAGE function. Use the mouse to select all your random numbers. If you cannot see the entire range, because the Function Wizard is obscuring it, you can temporarily shrink the dialog using the <link href="text/shared/00/00000001.xhp#shrink_maximize"><item type="menuitem">Shrink</item></link> icon.</paragraph>
</listitem>
<listitem>
<paragraph xml-lang="en-US" id="par_id3153246" role="listitem">Close the Function Wizard with <item type="menuitem">OK</item>.</paragraph>
@@ -133,7 +133,7 @@
<section id="relatedtopics">
<embed href="text/scalc/guide/cellstyle_by_formula.xhp#cellstyle_by_formula"/>
<embed href="text/scalc/guide/cellstyle_minusvalue.xhp#cellstyle_minusvalue"/>
- <paragraph xml-lang="en-US" id="par_id3159123" role="paragraph"><link href="text/scalc/01/05120000.xhp" name="Format - Conditional formatting">Format - Conditional - Condition</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3159123" role="paragraph"><link href="text/scalc/01/05120000.xhp">Format - Conditional - Condition</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/guide/cellstyle_minusvalue.xhp b/source/text/scalc/guide/cellstyle_minusvalue.xhp
index 6f158ca75b..c7a0eda0a1 100644
--- a/source/text/scalc/guide/cellstyle_minusvalue.xhp
+++ b/source/text/scalc/guide/cellstyle_minusvalue.xhp
@@ -33,7 +33,7 @@
<bookmark_value>colors;negative numbers</bookmark_value>
<bookmark_value>number formats;colors for negative numbers</bookmark_value>
</bookmark><comment>MW made "negative numbers;" a one level entry</comment><comment>MW changed "numbers formats;" and "colors;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3147434" role="heading" level="1"><variable id="cellstyle_minusvalue"><link href="text/scalc/guide/cellstyle_minusvalue.xhp" name="Highlighting Negative Numbers">Highlighting Negative Numbers</link>
+<paragraph xml-lang="en-US" id="hd_id3147434" role="heading" level="1"><variable id="cellstyle_minusvalue"><link href="text/scalc/guide/cellstyle_minusvalue.xhp">Highlighting Negative Numbers</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3153878" role="paragraph">You can format cells with a number format that highlights negative numbers in red. Alternatively, you can define your own number format in which negative numbers are highlighted in other colors.</paragraph>
<list type="ordered">
diff --git a/source/text/scalc/guide/change_image_anchor.xhp b/source/text/scalc/guide/change_image_anchor.xhp
index 7216360d6a..a218794ea0 100644
--- a/source/text/scalc/guide/change_image_anchor.xhp
+++ b/source/text/scalc/guide/change_image_anchor.xhp
@@ -21,7 +21,7 @@
<bookmark_value>image anchor;in Calc</bookmark_value>
<bookmark_value>image anchor in Calc;changing</bookmark_value>
</bookmark>
-<h1 id="par_id851607971999527"><variable id="anchor_image"><link href="text/scalc/guide/change_image_anchor.xhp" name="Changing Anchor of Image">Changing the Anchor of an Image</link>
+<h1 id="par_id851607971999527"><variable id="anchor_image"><link href="text/scalc/guide/change_image_anchor.xhp">Changing the Anchor of an Image</link>
</variable></h1>
<paragraph xml-lang="en-US" role="paragraph" id="par_id881607972030094">Images are inserted in a Calc spreadsheet anchored to cells by default and do not resize when the cell is moved.</paragraph>
<paragraph xml-lang="en-US" role="paragraph" id="par_id741607810664944">Images can be anchored in three different ways:</paragraph>
diff --git a/source/text/scalc/guide/consolidate.xhp b/source/text/scalc/guide/consolidate.xhp
index d33d464859..55eb650e06 100644
--- a/source/text/scalc/guide/consolidate.xhp
+++ b/source/text/scalc/guide/consolidate.xhp
@@ -34,7 +34,7 @@
<bookmark_value>data; merging cell ranges</bookmark_value>
<bookmark_value>merging;data ranges</bookmark_value>
</bookmark><comment>mw deleted "values;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3150791" role="heading" level="1"><variable id="consolidate"><link href="text/scalc/guide/consolidate.xhp" name="Consolidating Data">Consolidating Data</link>
+<paragraph xml-lang="en-US" id="hd_id3150791" role="heading" level="1"><variable id="consolidate"><link href="text/scalc/guide/consolidate.xhp">Consolidating Data</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3153191" role="paragraph">During consolidation, the contents of the cells from several sheets will be combined in one place.</paragraph>
<paragraph xml-lang="en-US" id="hd_id892056" role="heading" level="2">To Combine Cell Contents</paragraph>
@@ -83,7 +83,7 @@
</list>
<paragraph xml-lang="en-US" id="par_id3147468" role="paragraph">The data from the consolidation ranges and target range will be saved when you save the document. If you later open a document in which consolidation has been defined, this data will again be available.</paragraph>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id3153039" role="paragraph"><link href="text/scalc/01/12070000.xhp" name="Data - Consolidate">Data - Consolidate</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3153039" role="paragraph"><link href="text/scalc/01/12070000.xhp">Data - Consolidate</link></paragraph>
</section>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/scalc/guide/csv_files.xhp b/source/text/scalc/guide/csv_files.xhp
index d0cbd01f0c..a28dedf80a 100644
--- a/source/text/scalc/guide/csv_files.xhp
+++ b/source/text/scalc/guide/csv_files.xhp
@@ -96,9 +96,9 @@
<section id="relatedtopics">
<embed href="text/scalc/guide/csv_formula.xhp#csv_formula"/>
<embed href="text/shared/guide/data_im_export.xhp#data_im_export"/>
-<paragraph xml-lang="en-US" id="par_id3153487" role="paragraph"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01060100.xhp" name="Spreadsheet - View">%PRODUCTNAME Calc - View</link></paragraph>
-<paragraph xml-lang="en-US" id="par_id3153008" role="paragraph"><link href="text/shared/00/00000207.xhp" name="Export text files">Export text files</link></paragraph>
-<paragraph xml-lang="en-US" id="par_id3155595" role="paragraph"><link href="text/shared/00/00000208.xhp" name="Import text files">Import text files</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id3153487" role="paragraph"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01060100.xhp">%PRODUCTNAME Calc - View</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id3153008" role="paragraph"><link href="text/shared/00/00000207.xhp">Export text files</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id3155595" role="paragraph"><link href="text/shared/00/00000208.xhp">Import text files</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/guide/csv_formula.xhp b/source/text/scalc/guide/csv_formula.xhp
index 70edc0b585..1e793caf7a 100644
--- a/source/text/scalc/guide/csv_formula.xhp
+++ b/source/text/scalc/guide/csv_formula.xhp
@@ -32,7 +32,7 @@
<bookmark_value>exporting;formulas as csv files</bookmark_value>
<bookmark_value>importing;csv files with formulas</bookmark_value>
</bookmark><comment>mw deleted "inserting;", copied 4 index entries to scalc/guide/csv_files.xhp, changed "csv files;" and "formulas;" and added 2 index entries</comment>
-<paragraph xml-lang="en-US" id="hd_id3153726" role="heading" level="1"><variable id="csv_formula"><link href="text/scalc/guide/csv_formula.xhp" name="Importing and Exporting Text Files">Importing and Exporting CSV Text Files with Formulas</link>
+<paragraph xml-lang="en-US" id="hd_id3153726" role="heading" level="1"><variable id="csv_formula"><link href="text/scalc/guide/csv_formula.xhp">Importing and Exporting CSV Text Files with Formulas</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3149402" role="paragraph">Comma separated values (CSV) files are text files that contain the cell contents of a single sheet. Commas, semicolons, or other characters can be used as the field delimiters between the cells. Text strings are put in quotation marks, numbers are written without quotation marks.</paragraph>
<paragraph xml-lang="en-US" id="hd_id3150715" role="heading" level="2">To Import a CSV File</paragraph>
@@ -78,9 +78,9 @@
</list>
<section id="relatedtopics">
<embed href="text/scalc/guide/csv_files.xhp#csv_files"/>
- <paragraph xml-lang="en-US" id="par_id3153487" role="paragraph"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01060100.xhp" name="Spreadsheet - View">%PRODUCTNAME Calc - View</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3153008" role="paragraph"><link href="text/shared/00/00000207.xhp" name="Export text files">Export text files</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3155595" role="paragraph"><link href="text/shared/00/00000208.xhp" name="Import text files">Import text files</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3153487" role="paragraph"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01060100.xhp">%PRODUCTNAME Calc - View</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3153008" role="paragraph"><link href="text/shared/00/00000207.xhp">Export text files</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3155595" role="paragraph"><link href="text/shared/00/00000208.xhp">Import text files</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/guide/currency_format.xhp b/source/text/scalc/guide/currency_format.xhp
index f0b2f0cb92..d4f158233e 100644
--- a/source/text/scalc/guide/currency_format.xhp
+++ b/source/text/scalc/guide/currency_format.xhp
@@ -35,7 +35,7 @@
<bookmark_value>defaults;currency formats</bookmark_value>
<bookmark_value>changing;currency formats</bookmark_value>
</bookmark><comment>mw changed one index entry</comment>
-<paragraph xml-lang="en-US" id="hd_id3156329" role="heading" level="1"><variable id="currency_format"><link href="text/scalc/guide/currency_format.xhp" name="Cells in Currency Format">Cells in Currency Format</link>
+<paragraph xml-lang="en-US" id="hd_id3156329" role="heading" level="1"><variable id="currency_format"><link href="text/scalc/guide/currency_format.xhp">Cells in Currency Format</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3153968" role="paragraph">In <item type="productname">%PRODUCTNAME</item> Calc you can give numbers any currency format. When you click the <item type="menuitem">Currency</item> icon
<image id="img_id3150791" src="cmd/sc_currencyfield.png" width="0.1665in" height="0.1665in"><alt xml-lang="en-US" id="alt_id3150791">Icon</alt>
@@ -53,7 +53,7 @@
</list>
<section id="relatedtopics">
<embed href="text/scalc/guide/text_numbers.xhp#text_numbers"/>
-<paragraph xml-lang="en-US" id="par_id3154255" role="paragraph"><link href="text/shared/01/05020300.xhp" name="Format - Cells - Numbers">Format - Cells - Numbers</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id3154255" role="paragraph"><link href="text/shared/01/05020300.xhp">Format - Cells - Numbers</link></paragraph>
</section>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/scalc/guide/database_define.xhp b/source/text/scalc/guide/database_define.xhp
index 5c4d8ffcc3..c284ec838e 100644
--- a/source/text/scalc/guide/database_define.xhp
+++ b/source/text/scalc/guide/database_define.xhp
@@ -32,7 +32,7 @@
<bookmark_value>ranges; defining database ranges</bookmark_value>
<bookmark_value>defining;database ranges</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3154758" role="heading" level="1"><variable id="database_define"><link href="text/scalc/guide/database_define.xhp" name="Defining Database Ranges">Defining a Database Range</link>
+<paragraph xml-lang="en-US" id="hd_id3154758" role="heading" level="1"><variable id="database_define"><link href="text/scalc/guide/database_define.xhp">Defining a Database Range</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3153768" role="paragraph">You can define a range of cells in a spreadsheet to use as a database. Each row in this database range corresponds to a database record and each cell in a row corresponds to a database field. You can sort, group, search, and perform calculations on the range as you would in a database.</paragraph>
<paragraph xml-lang="en-US" id="par_id3145801" role="warning">You can only edit and access a database range in the spreadsheet that contains the range. You cannot access the database range in the %PRODUCTNAME Data Sources view. </paragraph>
diff --git a/source/text/scalc/guide/database_filter.xhp b/source/text/scalc/guide/database_filter.xhp
index 2da674b8f8..be0468eee4 100644
--- a/source/text/scalc/guide/database_filter.xhp
+++ b/source/text/scalc/guide/database_filter.xhp
@@ -31,7 +31,7 @@
<bookmark_value>database ranges;applying/removing filters</bookmark_value>
<bookmark_value>removing;cell range filters</bookmark_value>
</bookmark><comment>MW changed "cell ranges," added "removing;" and made one "database ranges;" entry out of two. Same for "filtering;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3153541" role="heading" level="1"><variable id="database_filter"><link href="text/scalc/guide/database_filter.xhp" name="Filtering Cell Ranges">Filtering Cell Ranges</link>
+<paragraph xml-lang="en-US" id="hd_id3153541" role="heading" level="1"><variable id="database_filter"><link href="text/scalc/guide/database_filter.xhp">Filtering Cell Ranges</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3145069" role="paragraph">You can use several filters to filter cell ranges in spreadsheets. A standard filter uses the options that you specify to filter the data. An AutoFilter filters data according to a specific value or string. An advanced filter uses filter criteria from specified cells.</paragraph>
<paragraph xml-lang="en-US" id="par_idN10682" role="heading" level="2">To Apply a Standard Filter to a Cell Range</paragraph>
@@ -82,7 +82,7 @@
<embed href="text/scalc/guide/database_sort.xhp#database_sort"/>
<embed href="text/scalc/guide/cellcopy.xhp#cellcopy"/>
<embed href="text/scalc/guide/specialfilter.xhp#specialfilter"/>
- <paragraph xml-lang="en-US" id="par_id4525284" role="paragraph"><link href="https://wiki.documentfoundation.org/Documentation/How_Tos/Defining_a_Data_Range" name="wiki.documentfoundation.org Defining a Data Range">Wiki page about defining a data range</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id4525284" role="paragraph"><link href="https://wiki.documentfoundation.org/Documentation/How_Tos/Defining_a_Data_Range">Wiki page about defining a data range</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/guide/database_sort.xhp b/source/text/scalc/guide/database_sort.xhp
index e10dd45ca7..861efdf972 100644
--- a/source/text/scalc/guide/database_sort.xhp
+++ b/source/text/scalc/guide/database_sort.xhp
@@ -30,7 +30,7 @@
<bookmark_value>sorting; database ranges</bookmark_value>
<bookmark_value>data;sorting in databases</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3150767" role="heading" level="1"><variable id="database_sort"><link href="text/scalc/guide/database_sort.xhp" name="Sorting Database Ranges">Sorting Data</link>
+<paragraph xml-lang="en-US" id="hd_id3150767" role="heading" level="1"><variable id="database_sort"><link href="text/scalc/guide/database_sort.xhp">Sorting Data</link>
</variable></paragraph>
<list type="ordered">
<listitem>
@@ -51,7 +51,7 @@
<section id="relatedtopics">
<embed href="text/scalc/guide/database_define.xhp#database_define"/>
<embed href="text/scalc/guide/database_filter.xhp#database_filter"/>
- <paragraph xml-lang="en-US" id="par_id1846980" role="paragraph"><link href="https://wiki.documentfoundation.org/Documentation/How_Tos/Defining_a_Data_Range" name="wiki.documentfoundation.org: Defining a Data Range">Wiki page about defining a data range</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id1846980" role="paragraph"><link href="https://wiki.documentfoundation.org/Documentation/How_Tos/Defining_a_Data_Range">Wiki page about defining a data range</link></paragraph>
</section>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/scalc/guide/datapilot.xhp b/source/text/scalc/guide/datapilot.xhp
index 6391a629e4..ae8cdaa769 100644
--- a/source/text/scalc/guide/datapilot.xhp
+++ b/source/text/scalc/guide/datapilot.xhp
@@ -27,10 +27,10 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3150448"><bookmark_value>pivot table function; introduction</bookmark_value>
<bookmark_value>DataPilot, see pivot table function</bookmark_value>
</bookmark>
-<h1 id="hd_id3150448"><variable id="datapilot"><link href="text/scalc/guide/datapilot.xhp" name="Pivot Table">Pivot Table</link>
+<h1 id="hd_id3150448"><variable id="datapilot"><link href="text/scalc/guide/datapilot.xhp">Pivot Table</link>
</variable></h1>
<paragraph role="paragraph" id="par_id3156024" xml-lang="en-US">The <emph>pivot table</emph> (formerly known as <emph>DataPilot</emph>) allows you to combine, compare, and analyze large amounts of data. You can view different summaries of the source data, you can display the details of areas of interest, and you can create reports.</paragraph>
-<paragraph role="paragraph" id="par_id3145069" xml-lang="en-US">A table that has been created as a <link href="text/scalc/01/12090000.xhp" name="pivot table">pivot table</link> is an interactive table. Data can be arranged, rearranged or summarized according to different points of view.</paragraph>
+<paragraph role="paragraph" id="par_id3145069" xml-lang="en-US">A table that has been created as a <link href="text/scalc/01/12090000.xhp">pivot table</link> is an interactive table. Data can be arranged, rearranged or summarized according to different points of view.</paragraph>
<embed href="text/scalc/06/calcsamplefiles.xhp#pivot"/>
<section id="relatedtopics">
diff --git a/source/text/scalc/guide/datapilot_createtable.xhp b/source/text/scalc/guide/datapilot_createtable.xhp
index 92a25abd2e..dbbdafdf18 100644
--- a/source/text/scalc/guide/datapilot_createtable.xhp
+++ b/source/text/scalc/guide/datapilot_createtable.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3148491"><bookmark_value>pivot tables</bookmark_value>
<bookmark_value>pivot table function; calling up and applying</bookmark_value>
</bookmark>
-<h1 id="hd_id3148491"><variable id="datapilot_createtable"><link href="text/scalc/guide/datapilot_createtable.xhp" name="Creating Pivot Tables">Creating Pivot Tables</link>
+<h1 id="hd_id3148491"><variable id="datapilot_createtable"><link href="text/scalc/guide/datapilot_createtable.xhp">Creating Pivot Tables</link>
</variable></h1>
<list type="ordered">
<listitem>
@@ -47,7 +47,7 @@
<paragraph xml-lang="en-US" id="par_id3154011" role="paragraph">If the button is dropped in the <emph>Data Fields</emph> area it will be given a caption that also shows the formula that will be used to calculate the data.</paragraph>
<list type="unordered">
<listitem>
- <paragraph xml-lang="en-US" id="par_id3146974" role="listitem">By double-clicking on one of the fields in the <emph>Data Fields</emph> area you can call up the <link href="text/scalc/01/12090105.xhp" name="Data Field"><emph>Data Field</emph></link> dialog.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3146974" role="listitem">By double-clicking on one of the fields in the <emph>Data Fields</emph> area you can call up the <link href="text/scalc/01/12090105.xhp"><emph>Data Field</emph></link> dialog.</paragraph>
</listitem>
<listitem>
<paragraph xml-lang="en-US" id="par_id3156286" role="listitem">Use the <item type="menuitem">Data Field</item> dialog to select the calculations to be used for the data. To make a multiple selection, press the <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while clicking the desired calculation.</paragraph>
@@ -61,7 +61,7 @@
<paragraph xml-lang="en-US" id="par_id3153714" role="listitem">Remove a button by dragging it back to the area of the other buttons at the right of the dialog.</paragraph>
</listitem>
<listitem>
- <paragraph xml-lang="en-US" id="par_id3147338" role="listitem">To open the <link href="text/scalc/01/12090105.xhp" name="Data Field"><emph>Data Field</emph></link> dialog, double-click one of the buttons in the <emph>Row Fields</emph> or <emph>Column Fields</emph> area. Use the dialog to select if and to what extent <item type="productname">%PRODUCTNAME</item> calculates display subtotals.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3147338" role="listitem">To open the <link href="text/scalc/01/12090105.xhp"><emph>Data Field</emph></link> dialog, double-click one of the buttons in the <emph>Row Fields</emph> or <emph>Column Fields</emph> area. Use the dialog to select if and to what extent <item type="productname">%PRODUCTNAME</item> calculates display subtotals.</paragraph>
</listitem>
</list>
<paragraph xml-lang="en-US" id="par_id3154020" role="paragraph">Exit the Pivot Table dialog by pressing OK. A <emph>Filter</emph> button will now be inserted, or a page button for every data field that you dropped in the <emph>Filters</emph> area. The pivot table is inserted further down.</paragraph>
diff --git a/source/text/scalc/guide/datapilot_deletetable.xhp b/source/text/scalc/guide/datapilot_deletetable.xhp
index 29e849cb73..2debe1e93e 100644
--- a/source/text/scalc/guide/datapilot_deletetable.xhp
+++ b/source/text/scalc/guide/datapilot_deletetable.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3153726"><bookmark_value>pivot table function; deleting tables</bookmark_value>
<bookmark_value>deleting;pivot tables</bookmark_value>
</bookmark>
-<h1 id="hd_id3153726"><variable id="datapilot_deletetable"><link href="text/scalc/guide/datapilot_deletetable.xhp" name="Deleting Pivot Tables">Deleting Pivot Tables</link>
+<h1 id="hd_id3153726"><variable id="datapilot_deletetable"><link href="text/scalc/guide/datapilot_deletetable.xhp">Deleting Pivot Tables</link>
</variable></h1>
<paragraph xml-lang="en-US" id="par_id3154014" role="paragraph">In order to delete a pivot table, click any cell in the pivot table, then choose <emph>Delete</emph> in the context menu.</paragraph>
<warning id="par_id141525148751543">If you delete a pivot table linked to a pivot chart, the pivot chart is also deleted. A dialog box opens to confirm the pivot chart deletion.</warning>
diff --git a/source/text/scalc/guide/datapilot_edittable.xhp b/source/text/scalc/guide/datapilot_edittable.xhp
index ab0385e567..f0fcf2e92c 100644
--- a/source/text/scalc/guide/datapilot_edittable.xhp
+++ b/source/text/scalc/guide/datapilot_edittable.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3148663"><bookmark_value>pivot table function; editing tables</bookmark_value>
<bookmark_value>editing;pivot tables</bookmark_value>
</bookmark>
-<h1 id="hd_id3148663"><variable id="datapilot_edittable"><link href="text/scalc/guide/datapilot_edittable.xhp" name="Editing Pivot Tables">Editing Pivot Tables</link>
+<h1 id="hd_id3148663"><variable id="datapilot_edittable"><link href="text/scalc/guide/datapilot_edittable.xhp">Editing Pivot Tables</link>
</variable></h1>
<paragraph xml-lang="en-US" id="par_id3150868" role="paragraph">Click one of the buttons in the pivot table and hold the mouse button down. A special symbol will appear next to the mouse pointer.</paragraph>
<paragraph xml-lang="en-US" id="par_id3145786" role="paragraph">By dragging the button to a different position in the same row you can alter the order of the columns. If you drag a button to the left edge of the table into the row headings area, you can change a column into a row.</paragraph>
diff --git a/source/text/scalc/guide/datapilot_filtertable.xhp b/source/text/scalc/guide/datapilot_filtertable.xhp
index 3b39683ba1..88959399f1 100644
--- a/source/text/scalc/guide/datapilot_filtertable.xhp
+++ b/source/text/scalc/guide/datapilot_filtertable.xhp
@@ -29,9 +29,9 @@
<bookmark_value>pivot table function; filtering tables</bookmark_value>
<bookmark_value>filtering;pivot tables</bookmark_value>
</bookmark>
-<h1 id="hd_id3150792"><variable id="datapilot_filtertable"><link href="text/scalc/guide/datapilot_filtertable.xhp" name="Filtering Pivot Tables">Filtering Pivot Tables</link></variable></h1>
+<h1 id="hd_id3150792"><variable id="datapilot_filtertable"><link href="text/scalc/guide/datapilot_filtertable.xhp">Filtering Pivot Tables</link></variable></h1>
<paragraph id="par_id3153192" role="paragraph" xml-lang="en-US">You can use filters to remove unwanted data from a pivot table.</paragraph>
-<paragraph id="par_id3150441" role="paragraph" xml-lang="en-US">Click the <emph>Filter</emph> button in the sheet to call up the dialog for the filter conditions. Alternatively, call up the context menu of the pivot table and select the <emph>Filter</emph> command. The <link href="text/scalc/01/12090103.xhp" name="Filter"><emph>Filter</emph></link> dialog appears. Here you can filter the pivot table.</paragraph>
+<paragraph id="par_id3150441" role="paragraph" xml-lang="en-US">Click the <emph>Filter</emph> button in the sheet to call up the dialog for the filter conditions. Alternatively, call up the context menu of the pivot table and select the <emph>Filter</emph> command. The <link href="text/scalc/01/12090103.xhp"><emph>Filter</emph></link> dialog appears. Here you can filter the pivot table.</paragraph>
<paragraph id="par_id315044199" role="paragraph" xml-lang="en-US">You can also click the arrow on a button in the pivot table to show a pop-up window. In this pop-up window, you can edit the visibility settings of the associated field.</paragraph>
<list type="unordered">
<listitem>
diff --git a/source/text/scalc/guide/datapilot_formatting.xhp b/source/text/scalc/guide/datapilot_formatting.xhp
index 8206230045..18b8276619 100644
--- a/source/text/scalc/guide/datapilot_formatting.xhp
+++ b/source/text/scalc/guide/datapilot_formatting.xhp
@@ -20,7 +20,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id931656104694657">
<bookmark_value>formatting;pivot tables</bookmark_value>
</bookmark>
- <h1 id="hd_id341656099297638"><variable id="h1"><link href="text/scalc/guide/datapilot_formatting.xhp" name="Formatting Pivot Tables">Formatting Pivot Tables</link></variable></h1>
+ <h1 id="hd_id341656099297638"><variable id="h1"><link href="text/scalc/guide/datapilot_formatting.xhp">Formatting Pivot Tables</link></variable></h1>
<paragraph id="par_id121656099297641" role="paragraph" xml-lang="en-US">You can format pivot tables cells using specific cell styles.</paragraph>
</section>
<warning id="par_id751656100824556">Direct formatting of pivot tables cells is lost when updating or editing the table.</warning>
diff --git a/source/text/scalc/guide/datapilot_tipps.xhp b/source/text/scalc/guide/datapilot_tipps.xhp
index 9966532b16..a1bd507083 100644
--- a/source/text/scalc/guide/datapilot_tipps.xhp
+++ b/source/text/scalc/guide/datapilot_tipps.xhp
@@ -27,7 +27,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3148663"><bookmark_value>pivot table function; preventing data overwriting</bookmark_value>
<bookmark_value>output ranges of pivot tables</bookmark_value>
</bookmark>
-<h1 id="hd_id3148663"><variable id="datapilot_tipps"><link href="text/scalc/guide/datapilot_tipps.xhp" name="Selecting Pivot Table Output Ranges">Selecting Pivot Table Output Ranges</link>
+<h1 id="hd_id3148663"><variable id="datapilot_tipps"><link href="text/scalc/guide/datapilot_tipps.xhp">Selecting Pivot Table Output Ranges</link>
</variable></h1>
<paragraph role="paragraph" id="par_id3154123" xml-lang="en-US">Click the button <emph>More</emph> in the <emph>Pivot Table</emph> dialog. The dialog will be extended.</paragraph>
<paragraph role="paragraph" id="par_id3153771" xml-lang="en-US">You can select a named range in which the pivot table is to be created, from the <emph>Results to</emph> box. If the results range does not have a name, enter the coordinates of the upper left cell of the range into the field to the right of the <emph>Results to</emph> box. You can also click on the appropriate cell to have the coordinates entered accordingly.</paragraph>
diff --git a/source/text/scalc/guide/datapilot_updatetable.xhp b/source/text/scalc/guide/datapilot_updatetable.xhp
index 9d9beea680..dc6eea061c 100644
--- a/source/text/scalc/guide/datapilot_updatetable.xhp
+++ b/source/text/scalc/guide/datapilot_updatetable.xhp
@@ -29,7 +29,7 @@
<bookmark_value>recalculating;pivot tables</bookmark_value>
<bookmark_value>updating;pivot tables</bookmark_value>
</bookmark>
-<h1 id="hd_id3150792"><variable id="datapilot_updatetable"><link href="text/scalc/guide/datapilot_updatetable.xhp" name="Updating Pivot Tables">Updating Pivot Tables</link>
+<h1 id="hd_id3150792"><variable id="datapilot_updatetable"><link href="text/scalc/guide/datapilot_updatetable.xhp">Updating Pivot Tables</link>
</variable></h1>
<paragraph role="paragraph" id="par_id3154684" xml-lang="en-US">If the data of the source sheet has been changed, $[officename] recalculates the pivot table. To recalculate the table, choose <emph>Data - Pivot Table - Refresh</emph>. Do the same after you have imported an Excel pivot table into $[officename] Calc.</paragraph>
diff --git a/source/text/scalc/guide/design.xhp b/source/text/scalc/guide/design.xhp
index 0674f5353f..912d397a38 100644
--- a/source/text/scalc/guide/design.xhp
+++ b/source/text/scalc/guide/design.xhp
@@ -41,7 +41,7 @@
<bookmark_value>formatting;themes for sheets</bookmark_value>
</bookmark>
<comment>mw deleted "applying;"</comment>
- <paragraph xml-lang="en-US" id="hd_id3150791" role="heading" level="1"><variable id="design"><link href="text/scalc/guide/design.xhp" name="Selecting Themes for Sheets">Selecting Themes for Sheets</link>
+ <paragraph xml-lang="en-US" id="hd_id3150791" role="heading" level="1"><variable id="design"><link href="text/scalc/guide/design.xhp">Selecting Themes for Sheets</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3145786" role="paragraph">$[officename] Calc comes with a predefined set of formatting themes that you can apply to your spreadsheets.</paragraph>
<paragraph xml-lang="en-US" id="par_id3154490" role="paragraph">It is not possible to add themes to Calc, and they cannot be modified. However, you can modify their styles after you apply them to a spreadsheet.</paragraph>
@@ -65,7 +65,7 @@
<section id="relatedtopics">
<embed href="text/scalc/guide/autoformat.xhp#autoformat"/>
- <paragraph xml-lang="en-US" id="par_id3146979" role="paragraph"><link href="text/scalc/02/06080000.xhp" name="Theme selection">Theme selection</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3146979" role="paragraph"><link href="text/scalc/02/06080000.xhp">Theme selection</link></paragraph>
</section>
</body>
diff --git a/source/text/scalc/guide/edit_multitables.xhp b/source/text/scalc/guide/edit_multitables.xhp
index e889dc392b..ab7b141dd8 100644
--- a/source/text/scalc/guide/edit_multitables.xhp
+++ b/source/text/scalc/guide/edit_multitables.xhp
@@ -32,7 +32,7 @@
<bookmark_value>sheets; simultaneous multiple filling</bookmark_value>
</bookmark>
<comment>mw moved "multiple sheets" and "selecting;" to multitables.xhp, transferred "sheets;" from there and deleted "sheets;transferring.."</comment>
-<paragraph xml-lang="en-US" id="hd_id3149456" role="heading" level="1"><variable id="edit_multitables"><link href="text/scalc/guide/edit_multitables.xhp" name="Copying to Multiple Sheets">Copying to Multiple Sheets</link></variable></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3149456" role="heading" level="1"><variable id="edit_multitables"><link href="text/scalc/guide/edit_multitables.xhp">Copying to Multiple Sheets</link></variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3150868" role="paragraph">In $[officename] Calc, you can insert values, text or formulas that are simultaneously copied to other selected sheets of your document.</paragraph>
<list type="unordered">
<listitem>
diff --git a/source/text/scalc/guide/filters.xhp b/source/text/scalc/guide/filters.xhp
index fb120422ed..ed67334ccb 100644
--- a/source/text/scalc/guide/filters.xhp
+++ b/source/text/scalc/guide/filters.xhp
@@ -31,7 +31,7 @@
<bookmark_value>rows;removing/redisplaying with filters</bookmark_value>
<bookmark_value>removing;filters</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3153896" role="heading" level="1"><variable id="filters"><link href="text/scalc/guide/filters.xhp" name="Applying Filters">Applying Filters</link>
+<paragraph xml-lang="en-US" id="hd_id3153896" role="heading" level="1"><variable id="filters"><link href="text/scalc/guide/filters.xhp">Applying Filters</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3150869" role="paragraph">Filters and advanced filters allow you to work on certain filtered rows (records) of a data range. In the spreadsheets in $[officename] there are various possibilities for applying filters.</paragraph>
<list type="ordered">
diff --git a/source/text/scalc/guide/format_table.xhp b/source/text/scalc/guide/format_table.xhp
index b0bc1e1ac2..823e80d1e0 100644
--- a/source/text/scalc/guide/format_table.xhp
+++ b/source/text/scalc/guide/format_table.xhp
@@ -37,7 +37,7 @@
<bookmark_value>cells; number formats</bookmark_value>
<bookmark_value>currencies;formats</bookmark_value>
</bookmark><comment>mw transferred 2 entries from shared/01/05020300.xhp and added 2 new entries</comment><comment>mw deleted "defaults;"</comment>
-<paragraph role="heading" id="hd_id3154125" xml-lang="en-US" level="1"><variable id="format_table"><link href="text/scalc/guide/format_table.xhp" name="Designing Spreadsheets">Formatting Spreadsheets</link>
+<paragraph role="heading" id="hd_id3154125" xml-lang="en-US" level="1"><variable id="format_table"><link href="text/scalc/guide/format_table.xhp">Formatting Spreadsheets</link>
</variable></paragraph>
<paragraph role="heading" id="hd_id3153912" xml-lang="en-US" level="2">Formatting Text in a Spreadsheet </paragraph>
<list type="ordered">
@@ -66,7 +66,7 @@
<paragraph role="listitem" id="par_id3145116" xml-lang="en-US">To apply formatting attributes to an entire sheet, choose <emph>Format - Page Style</emph>. You can define headers and footers, for example, to appear on each printed page.</paragraph>
</listitem>
</list>
-<paragraph role="note" id="par_id3145389" xml-lang="en-US">An image that you have loaded with <item type="menuitem">Format - Page Style - Background</item> is only visible in print or in the print preview. To display a background image on screen as well, insert the graphic image by choosing <item type="menuitem">Insert - Image - From File</item> and arrange the image behind the cells by choosing <item type="menuitem">Format - Arrange - To Background</item>. Use the <link href="text/scalc/01/02110000.xhp" name="Navigator">Navigator</link> to select the background image.</paragraph>
+<paragraph role="note" id="par_id3145389" xml-lang="en-US">An image that you have loaded with <item type="menuitem">Format - Page Style - Background</item> is only visible in print or in the print preview. To display a background image on screen as well, insert the graphic image by choosing <item type="menuitem">Insert - Image - From File</item> and arrange the image behind the cells by choosing <item type="menuitem">Format - Arrange - To Background</item>. Use the <link href="text/scalc/01/02110000.xhp">Navigator</link> to select the background image.</paragraph>
<section id="relatedtopics">
<embed href="text/scalc/guide/autoformat.xhp#autoformat"/>
<paragraph role="paragraph" id="par_id2837916" xml-lang="en-US"><link href="text/shared/01/05020300.xhp">Number Formatting Options</link></paragraph>
diff --git a/source/text/scalc/guide/format_value.xhp b/source/text/scalc/guide/format_value.xhp
index 852f4b26a1..515fbee7fc 100644
--- a/source/text/scalc/guide/format_value.xhp
+++ b/source/text/scalc/guide/format_value.xhp
@@ -38,7 +38,7 @@
<bookmark_value>deleting; decimal places</bookmark_value>
<bookmark_value>decimal places; adding/deleting</bookmark_value>
</bookmark><comment>mw changed "numbers;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3145367" role="heading" level="1"><variable id="format_value"><link href="text/scalc/guide/format_value.xhp" name="Formatting Numbers With Decimals">Formatting Numbers With Decimals</link>
+<paragraph xml-lang="en-US" id="hd_id3145367" role="heading" level="1"><variable id="format_value"><link href="text/scalc/guide/format_value.xhp">Formatting Numbers With Decimals</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3148576" role="paragraph">Enter a number into the sheet, for example, 1234.5678. This number will be displayed in the default number format, with two decimal places. You will see 1234.57 when you confirm the entry. Only the display in the document will be rounded off; internally, the number retains all four decimal places after the decimal point.</paragraph>
<paragraph xml-lang="en-US" id="par_id3154012" role="paragraph">To format numbers with decimals:</paragraph>
diff --git a/source/text/scalc/guide/format_value_userdef.xhp b/source/text/scalc/guide/format_value_userdef.xhp
index 7e3a949322..fb55ae2150 100644
--- a/source/text/scalc/guide/format_value_userdef.xhp
+++ b/source/text/scalc/guide/format_value_userdef.xhp
@@ -32,7 +32,7 @@
<bookmark_value>number formats; millions</bookmark_value>
<bookmark_value>format codes; user-defined number formats</bookmark_value>
</bookmark><comment>mw changed "numbers;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3143268" role="heading" level="1"><variable id="format_value_userdef"><link href="text/scalc/guide/format_value_userdef.xhp" name="User-defined Number Formats">User-defined Number Formats</link>
+<paragraph xml-lang="en-US" id="hd_id3143268" role="heading" level="1"><variable id="format_value_userdef"><link href="text/scalc/guide/format_value_userdef.xhp">User-defined Number Formats</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3150400" role="paragraph">You can define your own number formats to display numbers in <item type="productname">%PRODUCTNAME</item> Calc.</paragraph>
<paragraph xml-lang="en-US" id="par_id3150767" role="paragraph">As an example, to display the number 10,200,000 as 10.2 Million:</paragraph>
diff --git a/source/text/scalc/guide/formula_copy.xhp b/source/text/scalc/guide/formula_copy.xhp
index 0a1fe693d8..c0a84a5bff 100644
--- a/source/text/scalc/guide/formula_copy.xhp
+++ b/source/text/scalc/guide/formula_copy.xhp
@@ -34,7 +34,7 @@
<bookmark_value>copying; formulas</bookmark_value>
<bookmark_value>pasting;formulas</bookmark_value>
</bookmark><comment>mw added "pasting;" and changed "formulas;"</comment>
-<paragraph role="heading" id="hd_id3151113" xml-lang="en-US" level="1"><variable id="formula_copy"><link href="text/scalc/guide/formula_copy.xhp" name="Copying Formulas">Copying Formulas</link>
+<paragraph role="heading" id="hd_id3151113" xml-lang="en-US" level="1"><variable id="formula_copy"><link href="text/scalc/guide/formula_copy.xhp">Copying Formulas</link>
</variable></paragraph>
<section id="copytext">
<paragraph role="paragraph" id="par_id3156424" xml-lang="en-US">There are various ways to copy a formula. One suggested method is:</paragraph>
diff --git a/source/text/scalc/guide/formula_enter.xhp b/source/text/scalc/guide/formula_enter.xhp
index 7e9eddb68e..f2232906a1 100644
--- a/source/text/scalc/guide/formula_enter.xhp
+++ b/source/text/scalc/guide/formula_enter.xhp
@@ -34,7 +34,7 @@
<bookmark_value>formulas; inputting</bookmark_value>
<bookmark_value>inserting;formulas</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3150868" xml-lang="en-US" level="1"><variable id="formula_enter"><link href="text/scalc/guide/formula_enter.xhp" name="Entering Formulas">Entering Formulas</link>
+<paragraph role="heading" id="hd_id3150868" xml-lang="en-US" level="1"><variable id="formula_enter"><link href="text/scalc/guide/formula_enter.xhp">Entering Formulas</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id6848353" xml-lang="en-US">You can enter formulas in several ways: using the icons, or by typing on the keyboard, or by a mixture of both methods.</paragraph>
<list type="ordered">
@@ -53,13 +53,13 @@
<paragraph role="paragraph" id="par_id4206976" xml-lang="en-US">You can also press the + or - key on the numerical keyboard to start a formula. NumLock must be "on". For example, press the following keys in succession:</paragraph>
<paragraph role="code" id="par_id1836909" xml-lang="en-US">+ 5 0 - 8 Enter</paragraph>
<paragraph role="paragraph" id="par_id8171330" xml-lang="en-US">You see the result <item type="literal">42</item> in the cell. The cell contains the formula <item type="literal">=+50-8</item>.</paragraph>
-<paragraph role="note" id="par_id3155764" xml-lang="en-US">If you are editing a formula with references, the references and the associated cells will be highlighted with the same color. You can now resize the reference border using the mouse, and the reference in the formula displayed in the input line also changes. <emph>Show references in color</emph> can be deactivated under <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01060300.xhp" name="Spreadsheet - View">%PRODUCTNAME Calc - View</link>.</paragraph>
+<paragraph role="note" id="par_id3155764" xml-lang="en-US">If you are editing a formula with references, the references and the associated cells will be highlighted with the same color. You can now resize the reference border using the mouse, and the reference in the formula displayed in the input line also changes. <emph>Show references in color</emph> can be deactivated under <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01060300.xhp">%PRODUCTNAME Calc - View</link>.</paragraph>
<paragraph role="tip" id="par_id3149210" xml-lang="en-US"><variable id="tip">If you would like to view the calculation of individual elements of a formula, select the respective elements and press F9. For example, in the formula =SUM(A1:B12)*SUM(C1:D12) select the section SUM(C1:D12) and press F9 to view the subtotal for this area.
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3150304" xml-lang="en-US">If an error occurs when creating the formula, an <link href="text/scalc/05/02140000.xhp" name="error message">error message</link> appears in the active cell.</paragraph>
+<paragraph role="paragraph" id="par_id3150304" xml-lang="en-US">If an error occurs when creating the formula, an <link href="text/scalc/05/02140000.xhp">error message</link> appears in the active cell.</paragraph>
<section id="relatedtopics">
<embed href="text/scalc/guide/formulas.xhp#formulas"/>
-<paragraph role="paragraph" id="par_id3152993" xml-lang="en-US"><link href="text/scalc/main0206.xhp" name="Formula bar">Formula bar</link></paragraph>
+<paragraph role="paragraph" id="par_id3152993" xml-lang="en-US"><link href="text/scalc/main0206.xhp">Formula bar</link></paragraph>
<embed href="text/scalc/guide/cell_enter.xhp#cell_enter"/>
<embed href="text/scalc/guide/multitables.xhp#multitables"/>
<embed href="text/scalc/guide/multi_tables.xhp#multi_tables"/>
diff --git a/source/text/scalc/guide/formula_value.xhp b/source/text/scalc/guide/formula_value.xhp
index e125921f0d..b2529ef5b9 100644
--- a/source/text/scalc/guide/formula_value.xhp
+++ b/source/text/scalc/guide/formula_value.xhp
@@ -36,7 +36,7 @@
<bookmark_value>results display vs. formulas display</bookmark_value>
<bookmark_value>displaying; formulas instead of results</bookmark_value>
</bookmark><comment>mw inserted "displaying;..." entry from shared/optionen/01060100.xhp. Adding (Calc) is no longer necessary in this file. mw made "results;..." a two level entry.</comment>
-<paragraph role="heading" id="hd_id3153195" xml-lang="en-US" level="1"><variable id="formula_value"><link href="text/scalc/guide/formula_value.xhp" name="Displaying Formulas or Values">Displaying Formulas or Values</link>
+<paragraph role="heading" id="hd_id3153195" xml-lang="en-US" level="1"><variable id="formula_value"><link href="text/scalc/guide/formula_value.xhp">Displaying Formulas or Values</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3150010" xml-lang="en-US">If you want to display the formulas in the cells, for example in the form =SUM(A1:B5), proceed as follows:</paragraph>
<list type="ordered">
@@ -49,7 +49,7 @@
</list>
<paragraph role="paragraph" id="par_id3147396" xml-lang="en-US">If you want to view the calculation results instead of the formula, do not mark the Formulas box.</paragraph>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3153157" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01060100.xhp" name="Spreadsheet - View">%PRODUCTNAME Calc - View</link></paragraph>
+<paragraph role="paragraph" id="par_id3153157" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01060100.xhp">%PRODUCTNAME Calc - View</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/guide/formulas.xhp b/source/text/scalc/guide/formulas.xhp
index acc8ae6b0c..29b34c69cc 100644
--- a/source/text/scalc/guide/formulas.xhp
+++ b/source/text/scalc/guide/formulas.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3155411"><bookmark_value>formulas;calculating with</bookmark_value>
<bookmark_value>calculating; with formulas</bookmark_value>
<bookmark_value>examples;formula calculation</bookmark_value>
-</bookmark><paragraph role="heading" id="hd_id3155411" xml-lang="en-US" level="1"><variable id="formulas"><link href="text/scalc/guide/formulas.xhp" name="Calculating With Formulas">Calculating With Formulas</link>
+</bookmark><paragraph role="heading" id="hd_id3155411" xml-lang="en-US" level="1"><variable id="formulas"><link href="text/scalc/guide/formulas.xhp">Calculating With Formulas</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3156281" xml-lang="en-US">All formulas begin with an equals sign. The formulas can contain numbers, text, arithmetic operators, logic operators, or functions.</paragraph>
<paragraph role="tip" id="par_id3145272" xml-lang="en-US">Remember that the basic arithmetic operators (+, -, *, /) can be used in formulas using the "Multiplication and Division before Addition and Subtraction" rule. Instead of writing =SUM(A1:B1) you can write =A1+B1.</paragraph>
@@ -99,8 +99,8 @@
<paragraph role="paragraph" id="par_id3150109" xml-lang="en-US">It is also possible to nest functions in formulas, as shown in the example. You can also nest functions within functions. The Function Wizard assists you with nested functions.</paragraph>
<section id="relatedtopics">
<embed href="text/scalc/guide/formula_enter.xhp#formula_enter"/>
-<paragraph role="paragraph" id="par_id3150213" xml-lang="en-US"><link href="text/scalc/01/04060100.xhp" name="Functions list">Functions list</link></paragraph>
-<paragraph role="paragraph" id="par_id3152869" xml-lang="en-US"><link href="text/scalc/01/04060000.xhp" name="AutoPilot: Functions">Function Wizard</link></paragraph>
+<paragraph role="paragraph" id="par_id3150213" xml-lang="en-US"><link href="text/scalc/01/04060100.xhp">Functions list</link></paragraph>
+<paragraph role="paragraph" id="par_id3152869" xml-lang="en-US"><link href="text/scalc/01/04060000.xhp">Function Wizard</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/guide/fraction_enter.xhp b/source/text/scalc/guide/fraction_enter.xhp
index b3917bafb0..f0191fccb5 100644
--- a/source/text/scalc/guide/fraction_enter.xhp
+++ b/source/text/scalc/guide/fraction_enter.xhp
@@ -34,7 +34,7 @@
<bookmark_value>numbers; entering fractions </bookmark_value>
<bookmark_value>inserting;fractions</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3155411" xml-lang="en-US" level="1"><variable id="fraction_enter"><link href="text/scalc/guide/fraction_enter.xhp" name="Entering Fractions ">Entering Fractions </link>
+<paragraph role="heading" id="hd_id3155411" xml-lang="en-US" level="1"><variable id="fraction_enter"><link href="text/scalc/guide/fraction_enter.xhp">Entering Fractions </link>
</variable></paragraph>
<section id="fractiontext">
<paragraph role="paragraph" id="par_id3153968" xml-lang="en-US">You can enter a fractional number in a cell and use it for calculation:</paragraph>
diff --git a/source/text/scalc/guide/goalseek.xhp b/source/text/scalc/guide/goalseek.xhp
index 69a77fb339..f17b3b4dec 100644
--- a/source/text/scalc/guide/goalseek.xhp
+++ b/source/text/scalc/guide/goalseek.xhp
@@ -34,7 +34,7 @@
<bookmark_value>variables;calculating equations</bookmark_value>
<bookmark_value>examples;goal seek</bookmark_value>
</bookmark><comment>mw changed "goal seek example" to "goal seeking;"</comment>
-<paragraph role="heading" id="hd_id3145068" xml-lang="en-US" level="1"><variable id="goalseek"><link href="text/scalc/guide/goalseek.xhp" name="Applying Goal Seek">Applying Goal Seek</link>
+<paragraph role="heading" id="hd_id3145068" xml-lang="en-US" level="1"><variable id="goalseek"><link href="text/scalc/guide/goalseek.xhp">Applying Goal Seek</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3145171" xml-lang="en-US">With the help of Goal Seek you can calculate a value that, as part of a formula, leads to the result you specify for the formula. You thus define the formula with several fixed values and one variable value and the result of the formula.</paragraph>
<paragraph role="heading" id="hd_id3153966" xml-lang="en-US" level="2">Goal Seek Example</paragraph>
@@ -60,7 +60,7 @@
</listitem>
</list>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3149409" xml-lang="en-US"><link href="text/scalc/01/06040000.xhp" name="Goal Seek">Goal Seek</link></paragraph>
+<paragraph role="paragraph" id="par_id3149409" xml-lang="en-US"><link href="text/scalc/01/06040000.xhp">Goal Seek</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/guide/html_doc.xhp b/source/text/scalc/guide/html_doc.xhp
index 2a98b9e9ee..2c7a800184 100644
--- a/source/text/scalc/guide/html_doc.xhp
+++ b/source/text/scalc/guide/html_doc.xhp
@@ -34,7 +34,7 @@
<bookmark_value>saving; sheets in HTML</bookmark_value>
<bookmark_value>opening; sheets in HTML</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3150542" xml-lang="en-US" level="1"><variable id="html_doc"><link href="text/scalc/guide/html_doc.xhp" name="Saving and Opening Sheets in HTML">Saving and Opening Sheets in HTML</link>
+<paragraph role="heading" id="hd_id3150542" xml-lang="en-US" level="1"><variable id="html_doc"><link href="text/scalc/guide/html_doc.xhp">Saving and Opening Sheets in HTML</link>
</variable></paragraph>
<paragraph role="heading" id="hd_id3154124" xml-lang="en-US" level="2">Saving Sheets in HTML</paragraph>
<paragraph role="paragraph" id="par_id3145785" xml-lang="en-US">
@@ -64,8 +64,8 @@
<embed href="text/simpress/guide/html_export.xhp#html_export"/>
<embed href="text/swriter/guide/send2html.xhp#send2html"/>
<embed href="text/scalc/guide/webquery.xhp#webquery"/>
-<paragraph role="paragraph" id="par_id3150370" xml-lang="en-US"><link href="text/shared/01/01020000.xhp" name="File - Open">File - Open</link></paragraph>
-<paragraph role="paragraph" id="par_id3150199" xml-lang="en-US"><link href="text/shared/01/01070000.xhp" name="File - Save As">File - Save As</link></paragraph>
+<paragraph role="paragraph" id="par_id3150370" xml-lang="en-US"><link href="text/shared/01/01020000.xhp">File - Open</link></paragraph>
+<paragraph role="paragraph" id="par_id3150199" xml-lang="en-US"><link href="text/shared/01/01070000.xhp">File - Save As</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/guide/integer_leading_zero.xhp b/source/text/scalc/guide/integer_leading_zero.xhp
index 8380d830bd..70391f0582 100644
--- a/source/text/scalc/guide/integer_leading_zero.xhp
+++ b/source/text/scalc/guide/integer_leading_zero.xhp
@@ -39,7 +39,7 @@
</bookmark>
<comment>UFI: inserted "converting;text to numbers"</comment><comment>mw changed "converting;" and deleted "numbers,changing..."</comment>
-<paragraph id="hd_id3147560" role="heading" level="1" xml-lang="en-US"><variable id="integer_leading_zero"><link href="text/scalc/guide/integer_leading_zero.xhp" name="Entering a Number with Leading Zeros">Entering a Number with Leading Zeros</link></variable></paragraph>
+<paragraph id="hd_id3147560" role="heading" level="1" xml-lang="en-US"><variable id="integer_leading_zero"><link href="text/scalc/guide/integer_leading_zero.xhp">Entering a Number with Leading Zeros</link></variable></paragraph>
<section id="inttext">
<paragraph id="par_id3153194" role="paragraph" xml-lang="en-US">There are various ways to enter integers starting with a zero:</paragraph>
diff --git a/source/text/scalc/guide/keyboard.xhp b/source/text/scalc/guide/keyboard.xhp
index e827a77a97..72c6461195 100644
--- a/source/text/scalc/guide/keyboard.xhp
+++ b/source/text/scalc/guide/keyboard.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3145120"><bookmark_value>accessibility; %PRODUCTNAME Calc shortcuts</bookmark_value>
<bookmark_value>shortcut keys;%PRODUCTNAME Calc accessibility</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3145120" xml-lang="en-US" level="1"><variable id="keyboard"><link href="text/scalc/guide/keyboard.xhp" name="Shortcut Keys (%PRODUCTNAME Calc Accessibility)">Shortcut Keys (<item type="productname">%PRODUCTNAME</item> Calc Accessibility)</link>
+<paragraph role="heading" id="hd_id3145120" xml-lang="en-US" level="1"><variable id="keyboard"><link href="text/scalc/guide/keyboard.xhp">Shortcut Keys (<item type="productname">%PRODUCTNAME</item> Calc Accessibility)</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3154760" xml-lang="en-US">Refer also to the lists of shortcut keys for <item type="productname">%PRODUCTNAME</item> Calc and <item type="productname">%PRODUCTNAME</item> in general.</paragraph>
<embed href="text/shared/00/00000099.xhp#keys"/>
@@ -53,7 +53,7 @@
<paragraph role="paragraph" id="par_id3145272" xml-lang="en-US">In the cell selection mode, you can use the common navigation keys to select cells.</paragraph>
<paragraph role="heading" id="hd_id3148646" xml-lang="en-US" level="2">Controlling the Outline</paragraph>
-<paragraph role="paragraph" id="par_id3146120" xml-lang="en-US">You can use the keyboard in <link href="text/scalc/01/12080000.xhp" name="Outline">Outline</link>:</paragraph>
+<paragraph role="paragraph" id="par_id3146120" xml-lang="en-US">You can use the keyboard in <link href="text/scalc/01/12080000.xhp">Outline</link>:</paragraph>
<list type="unordered">
<listitem>
<paragraph role="listitem" id="par_id3147394" xml-lang="en-US">Press <item type="keycode">F6</item> or <item type="keycode">Shift+F6</item> until the vertical or horizontal outline window has the focus.</paragraph>
diff --git a/source/text/scalc/guide/line_fix.xhp b/source/text/scalc/guide/line_fix.xhp
index 688669bad3..93e8e4790c 100644
--- a/source/text/scalc/guide/line_fix.xhp
+++ b/source/text/scalc/guide/line_fix.xhp
@@ -40,7 +40,7 @@
</bookmark>
-<h1 id="hd_id3154684" xml-lang="en-US"><variable id="line_fix"><link href="text/scalc/guide/line_fix.xhp" name="Freezing Rows or Columns as Headers">Freezing Rows or Columns as Headers</link> </variable></h1>
+<h1 id="hd_id3154684" xml-lang="en-US"><variable id="line_fix"><link href="text/scalc/guide/line_fix.xhp">Freezing Rows or Columns as Headers</link> </variable></h1>
<paragraph id="par_id3148576" role="paragraph" xml-lang="en-US">If you have long rows or columns of data that extend beyond the viewable area of the sheet, you can freeze some rows or columns, which allows you to see the frozen columns or rows as you scroll through the rest of the data.</paragraph>
<list type="ordered">
@@ -57,10 +57,10 @@
<paragraph id="par_id3147345" role="note" xml-lang="en-US">If you want to print a certain row on all pages of a document, choose <item type="menuitem">Format - Print ranges - Edit</item>.</paragraph>
<section id="relatedtopics">
-<paragraph id="par_id3147004" role="paragraph" xml-lang="en-US"><link href="text/scalc/01/07090000.xhp" name="View - Freeze Cells - Freeze Rows and Columns">View - Freeze Rows and Columns</link></paragraph>
-<paragraph id="par_id3150088" role="paragraph" xml-lang="en-US"><link href="text/scalc/01/07080000.xhp" name="View - Split">View - Split Window</link></paragraph>
+<paragraph id="par_id3147004" role="paragraph" xml-lang="en-US"><link href="text/scalc/01/07090000.xhp">View - Freeze Rows and Columns</link></paragraph>
+<paragraph id="par_id3150088" role="paragraph" xml-lang="en-US"><link href="text/scalc/01/07080000.xhp">View - Split Window</link></paragraph>
<embed href="text/scalc/guide/print_title_row.xhp#print_title_row"/>
-<paragraph id="par_id3150304" role="paragraph" xml-lang="en-US"><link href="text/scalc/01/05080300.xhp" name="Format - Print ranges - Edit">Format - Print ranges - Edit</link></paragraph>
+<paragraph id="par_id3150304" role="paragraph" xml-lang="en-US"><link href="text/scalc/01/05080300.xhp">Format - Print ranges - Edit</link></paragraph>
</section>
</body>
diff --git a/source/text/scalc/guide/main.xhp b/source/text/scalc/guide/main.xhp
index 771a35c2b6..3c7ffc299f 100644
--- a/source/text/scalc/guide/main.xhp
+++ b/source/text/scalc/guide/main.xhp
@@ -31,7 +31,7 @@
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3150770"><bookmark_value>HowTos for Calc</bookmark_value>
<bookmark_value>instructions; $[officename] Calc</bookmark_value>
-</bookmark><comment>MWdeleted one entry and added one</comment><paragraph role="heading" id="hd_id3150770" xml-lang="en-US" level="1"><variable id="main"><link href="text/scalc/guide/main.xhp" name="Instructions for Using $[officename] Calc">Instructions for Using $[officename] Calc</link>
+</bookmark><comment>MWdeleted one entry and added one</comment><paragraph role="heading" id="hd_id3150770" xml-lang="en-US" level="1"><variable id="main"><link href="text/scalc/guide/main.xhp">Instructions for Using $[officename] Calc</link>
</variable></paragraph>
<embed href="text/shared/00/00000099.xhp#table"/>
<paragraph role="heading" id="hd_id3145748" xml-lang="en-US" level="2">Formatting Tables and Cells</paragraph>
diff --git a/source/text/scalc/guide/mark_cells.xhp b/source/text/scalc/guide/mark_cells.xhp
index ab777c706e..73eea1c8af 100644
--- a/source/text/scalc/guide/mark_cells.xhp
+++ b/source/text/scalc/guide/mark_cells.xhp
@@ -34,7 +34,7 @@
<bookmark_value>selection modes in spreadsheets</bookmark_value>
<bookmark_value>tables; selecting ranges</bookmark_value>
</bookmark><comment>mw changed "selection modes..."</comment>
-<paragraph xml-lang="en-US" id="hd_id3153361" role="heading" level="1"><variable id="mark_cells"><link href="text/scalc/guide/mark_cells.xhp" name="Selecting Multiple Cells">Selecting Multiple Cells</link>
+<paragraph xml-lang="en-US" id="hd_id3153361" role="heading" level="1"><variable id="mark_cells"><link href="text/scalc/guide/mark_cells.xhp">Selecting Multiple Cells</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="hd_id3145272" role="heading" level="2">Select a rectangular range</paragraph>
<paragraph xml-lang="en-US" id="par_id3149261" role="paragraph">With the mouse button pressed, drag from one corner to the diagonally opposed corner of the range.</paragraph>
@@ -98,7 +98,7 @@
</table>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id3154487" role="paragraph"><link href="text/scalc/main0208.xhp" name="Status bar">Status bar</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154487" role="paragraph"><link href="text/scalc/main0208.xhp">Status bar</link></paragraph>
</section>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/scalc/guide/matrixformula.xhp b/source/text/scalc/guide/matrixformula.xhp
index 8766483f14..533f1f7dd0 100644
--- a/source/text/scalc/guide/matrixformula.xhp
+++ b/source/text/scalc/guide/matrixformula.xhp
@@ -34,7 +34,7 @@
<bookmark_value>formulas; matrix formulas</bookmark_value>
<bookmark_value>inserting;matrix formulas</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153969" xml-lang="en-US" level="1"><variable id="matrixformula"><link href="text/scalc/guide/matrixformula.xhp" name="Entering Matrix Formulas">Entering Matrix Formulas</link>
+<paragraph role="heading" id="hd_id3153969" xml-lang="en-US" level="1"><variable id="matrixformula"><link href="text/scalc/guide/matrixformula.xhp">Entering Matrix Formulas</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3153144" xml-lang="en-US">The following is an example of how you can enter a matrix formula, without going into the details of matrix functions.</paragraph>
<paragraph role="paragraph" id="par_id3153188" xml-lang="en-US">Assume you have entered 10 numbers in Columns A and B (A1:A10 and B1:B10), and would like to calculate the sum of each row in Column C.</paragraph>
diff --git a/source/text/scalc/guide/multi_tables.xhp b/source/text/scalc/guide/multi_tables.xhp
index 54efa74b14..8639535346 100644
--- a/source/text/scalc/guide/multi_tables.xhp
+++ b/source/text/scalc/guide/multi_tables.xhp
@@ -36,7 +36,7 @@
<bookmark_value>sheet tabs;using</bookmark_value>
<bookmark_value>views;multiple sheets</bookmark_value>
</bookmark>
- <paragraph xml-lang="en-US" id="hd_id3150769" role="heading" level="1"><variable id="multi_tables"><link href="text/scalc/guide/multi_tables.xhp" name="Navigating Through Sheet Tabs">Navigating Through Sheet Tabs</link>
+ <paragraph xml-lang="en-US" id="hd_id3150769" role="heading" level="1"><variable id="multi_tables"><link href="text/scalc/guide/multi_tables.xhp">Navigating Through Sheet Tabs</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3153771" role="paragraph">By default $[officename] displays three sheets "Sheet1" to "Sheet3", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen.</paragraph>
<paragraph xml-lang="en-US" id="par_idN106AF" role="paragraph">
diff --git a/source/text/scalc/guide/multioperation.xhp b/source/text/scalc/guide/multioperation.xhp
index 8a4a8e0e02..a4f6413cd8 100644
--- a/source/text/scalc/guide/multioperation.xhp
+++ b/source/text/scalc/guide/multioperation.xhp
@@ -33,7 +33,7 @@
<bookmark_value>data tables; multiple operations in</bookmark_value>
<bookmark_value>cross-classified tables</bookmark_value>
</bookmark><comment>mw made "what if operations" a two level entry</comment>
-<h1 id="hd_id3147559"><variable id="multioperation"><link href="text/scalc/guide/multioperation.xhp" name="Applying Multiple Operations">Applying Multiple Operations</link>
+<h1 id="hd_id3147559"><variable id="multioperation"><link href="text/scalc/guide/multioperation.xhp">Applying Multiple Operations</link>
</variable></h1>
<h2 id="hd_id3145171">Multiple Operations in Columns or Rows</h2>
<paragraph role="paragraph" id="par_id4123966" xml-lang="en-US">The <item type="menuitem">Data - Multiple Operations</item> command provides a planning tool for "what if" questions. In your spreadsheet, you enter a formula to calculate a result from values that are stored in other cells. Then, you set up a cell range where you enter some fixed values, and the Multiple Operations command will calculate the results depending on the formula.</paragraph>
@@ -117,7 +117,7 @@
</listitem>
</list>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3155104" xml-lang="en-US"><link href="text/scalc/01/12060000.xhp" name="Multiple operations">Multiple operations</link></paragraph>
+<paragraph role="paragraph" id="par_id3155104" xml-lang="en-US"><link href="text/scalc/01/12060000.xhp">Multiple operations</link></paragraph>
<embed href="text/scalc/guide/scenario.xhp#scenario"/>
</section>
</body>
diff --git a/source/text/scalc/guide/multitables.xhp b/source/text/scalc/guide/multitables.xhp
index 7061c99dc3..20065e8204 100644
--- a/source/text/scalc/guide/multitables.xhp
+++ b/source/text/scalc/guide/multitables.xhp
@@ -35,7 +35,7 @@
<bookmark_value>multiple sheets</bookmark_value>
<bookmark_value>calculating;multiple sheets</bookmark_value>
</bookmark><comment>MW moved "sheets;simultaneous.." to edit_multitables.xhp, transferred 2 entries from there and added "calculating;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3154759" role="heading" level="1"><variable id="multitables"><link href="text/scalc/guide/multitables.xhp" name="Applying Multiple Sheets">Applying Multiple Sheets</link>
+<paragraph xml-lang="en-US" id="hd_id3154759" role="heading" level="1"><variable id="multitables"><link href="text/scalc/guide/multitables.xhp">Applying Multiple Sheets</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="hd_id3148576" role="heading" level="2">Inserting a Sheet</paragraph>
<list type="ordered">
diff --git a/source/text/scalc/guide/note_insert.xhp b/source/text/scalc/guide/note_insert.xhp
index ca75f649c9..4cdd8827bd 100644
--- a/source/text/scalc/guide/note_insert.xhp
+++ b/source/text/scalc/guide/note_insert.xhp
@@ -34,9 +34,9 @@
<bookmark_value>viewing;comments on cells</bookmark_value>
<bookmark_value>displaying; comments</bookmark_value>
</bookmark><comment>MW deleted double index "comments;on cells" and copied "displaying;comments" from shared/optionen/01060100.xhp</comment>
-<paragraph xml-lang="en-US" id="hd_id3153968" role="heading" level="1"><variable id="note_insert"><link href="text/scalc/guide/note_insert.xhp" name="Inserting and Editing Comments">Inserting and Editing Comments</link>
+<paragraph xml-lang="en-US" id="hd_id3153968" role="heading" level="1"><variable id="note_insert"><link href="text/scalc/guide/note_insert.xhp">Inserting and Editing Comments</link>
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3150440" xml-lang="en-US">You can assign a comment to each cell by choosing <link href="text/shared/01/04050000.xhp" name="Insert - Comment"><emph>Insert - Comment</emph></link>. The comment is indicated by a small red square, the comment indicator, in the cell.</paragraph>
+<paragraph role="paragraph" id="par_id3150440" xml-lang="en-US">You can assign a comment to each cell by choosing <link href="text/shared/01/04050000.xhp"><emph>Insert - Comment</emph></link>. The comment is indicated by a small red square, the comment indicator, in the cell.</paragraph>
<list type="unordered">
<listitem>
<paragraph role="listitem" id="par_id3145750" xml-lang="en-US">The comment is visible whenever the mouse pointer is over the cell.</paragraph>
@@ -59,7 +59,7 @@
</list>
<paragraph role="paragraph" id="par_id3150715" xml-lang="en-US">To display a help tip for a selected cell, use <emph>Data - Validity - Input Help</emph>.</paragraph>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3153707" xml-lang="en-US"><link href="text/shared/01/04050000.xhp" name="Insert - Comment">Insert - Comment</link></paragraph>
+<paragraph role="paragraph" id="par_id3153707" xml-lang="en-US"><link href="text/shared/01/04050000.xhp">Insert - Comment</link></paragraph>
<embed href="text/scalc/guide/validity.xhp#validity"/>
</section>
</body>
diff --git a/source/text/scalc/guide/numbers_text.xhp b/source/text/scalc/guide/numbers_text.xhp
index e63054fb0c..80085077c4 100644
--- a/source/text/scalc/guide/numbers_text.xhp
+++ b/source/text/scalc/guide/numbers_text.xhp
@@ -33,7 +33,7 @@
<bookmark_value>date formats;conversion</bookmark_value>
<bookmark_value>converting;text, into numbers</bookmark_value>
</bookmark>
- <h1 id="hd_id0908200901265171"><variable id="numbers_text"><link href="text/scalc/guide/numbers_text.xhp" name="Converting Text to Numbers">Converting Text to Numbers</link></variable></h1>
+ <h1 id="hd_id0908200901265171"><variable id="numbers_text"><link href="text/scalc/guide/numbers_text.xhp">Converting Text to Numbers</link></variable></h1>
<section id="text">
<paragraph xml-lang="en-US" id="par_id0908200901265127" role="paragraph">Defaults settings in Calc converts text inside cells to the respective numeric values if an unambiguous conversion is possible. If no conversion is possible, Calc returns a #VALUE! error.</paragraph>
<paragraph xml-lang="en-US" id="par_id0908200901265196" role="paragraph"><emph>Only integer numbers including exponent are converted</emph>, and ISO 8601 dates and times in their extended formats with separators. Anything else, like fractional numbers with decimal separators or dates other than ISO 8601, is not converted, as the text string would be locale dependent. Leading and trailing blanks are ignored.</paragraph>
@@ -81,12 +81,12 @@
<paragraph role="paragraph" id="par_id611567607779380"><literal>=SUM("1E2";1)</literal> returns #VALUE! because SUM() and some others that iterate over number sequences explicitly check the argument type.</paragraph>
</section>
<h2 id="hd_id871567772424915">Changing the default text to number conversion settings</h2>
- <paragraph role="paragraph" id="par_id111567772433803">The text to number conversion can be customized in the <link href="text/shared/optionen/detailedcalculation.xhp" name="detailed_link">Detailed Calculation Settings</link> option.</paragraph>
+ <paragraph role="paragraph" id="par_id111567772433803">The text to number conversion can be customized in the <link href="text/shared/optionen/detailedcalculation.xhp">Detailed Calculation Settings</link> option.</paragraph>
<section id="relatedtopics">
<embed href="text/shared/optionen/detailedcalculation.xhp#detailed_heading"/>
<embed href="text/scalc/guide/text_numbers.xhp#text_numbers"/>
<embed href="text/scalc/guide/integer_leading_zero.xhp#integer_leading_zero"/>
- <paragraph xml-lang="en-US" id="par_id0908200901265544" role="paragraph"><link href="text/shared/01/05020300.xhp" name="Format - Cells - Numbers">Format - Cells - Numbers</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id0908200901265544" role="paragraph"><link href="text/shared/01/05020300.xhp">Format - Cells - Numbers</link></paragraph>
<embed href="text/scalc/guide/format_value.xhp#format_value"/>
</section>
</body>
diff --git a/source/text/scalc/guide/pivotchart.xhp b/source/text/scalc/guide/pivotchart.xhp
index 80dc442ad4..03136db32d 100644
--- a/source/text/scalc/guide/pivotchart.xhp
+++ b/source/text/scalc/guide/pivotchart.xhp
@@ -20,9 +20,9 @@
<bookmark_value>chart;pivot chart</bookmark_value>
<bookmark_value>pivot table;pivot chart</bookmark_value>
</bookmark>
- <h1 id="hd_id141525139671420"><variable id="pivotchart"><link href="text/scalc/guide/pivotchart.xhp" name="Pivot Chart">Pivot Chart</link></variable></h1>
+ <h1 id="hd_id141525139671420"><variable id="pivotchart"><link href="text/scalc/guide/pivotchart.xhp">Pivot Chart</link></variable></h1>
- <paragraph role="paragraph" id="par_id291525139878423" xml-lang="en-US">A pivot chart is a chart with data range and data series of a <link href="text/scalc/guide/datapilot.xhp" name="Pivot Table">pivot table</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id291525139878423" xml-lang="en-US">A pivot chart is a chart with data range and data series of a <link href="text/scalc/guide/datapilot.xhp">pivot table</link>.</paragraph>
<paragraph role="paragraph" id="par_id911525139890364" xml-lang="en-US">Different from static sized tables, where the number of rows and columns are constant, pivot tables can have varying dimensions, depending on the pivot table settings and its data source contents.</paragraph>
<paragraph role="paragraph" id="par_id201525141351484" xml-lang="en-US">Pivot charts track the changes in the data issued from a pivot table and adjust the data series and data range accordingly.</paragraph>
@@ -34,7 +34,7 @@
<embed href="text/scalc/guide/pivotchart_update.xhp#pivotchartupdate"/>
<embed href="text/scalc/guide/pivotchart_filter.xhp#pivotchartfilter"/>
<embed href="text/scalc/guide/pivotchart_delete.xhp#pivotchartdelete"/>
- <paragraph role="paragraph" id="par_id191525177790601" xml-lang="en-US"><link href="https://tomazvajngerl.blogspot.com/2017/03/pivot-charts-in-libreoffice-part-1.html" name="Tomaž Vajngerl blog">Technical details on %PRODUCTNAME pivot chart implementation</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id191525177790601" xml-lang="en-US"><link href="https://tomazvajngerl.blogspot.com/2017/03/pivot-charts-in-libreoffice-part-1.html">Technical details on %PRODUCTNAME pivot chart implementation</link>.</paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/guide/pivotchart_create.xhp b/source/text/scalc/guide/pivotchart_create.xhp
index a4ff84dcf2..a960da8cd1 100644
--- a/source/text/scalc/guide/pivotchart_create.xhp
+++ b/source/text/scalc/guide/pivotchart_create.xhp
@@ -19,7 +19,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id531525141739769">
<bookmark_value>pivot chart;creating</bookmark_value>
</bookmark>
- <paragraph role="heading" id="hd_id441525141699185" level="1" xml-lang="en-US"><variable id="pivotchartcreate"><link href="text/scalc/guide/pivotchart_create.xhp" name="pivot chart create">Creating Pivot Charts</link></variable></paragraph>
+ <paragraph role="heading" id="hd_id441525141699185" level="1" xml-lang="en-US"><variable id="pivotchartcreate"><link href="text/scalc/guide/pivotchart_create.xhp">Creating Pivot Charts</link></variable></paragraph>
<paragraph role="paragraph" id="par_id481525142550652" xml-lang="en-US">To create a pivot chart proceed as below:</paragraph>
<list type="ordered">
<listitem>
@@ -33,13 +33,13 @@
<paragraph role="paragraph" id="par_id151525140367370" xml-lang="en-US">%PRODUCTNAME Calc automatically detects the pivot table and opens the pivot chart wizard.</paragraph>
<list type="ordered" startwith="3">
<listitem>
- <paragraph id="par_id861525140391601" role="listitem" xml-lang="en-US">Select the <link href="text/schart/01/wiz_chart_type.xhp" name="Chart type">Chart type</link> for the data in the chart wizard.</paragraph>
+ <paragraph id="par_id861525140391601" role="listitem" xml-lang="en-US">Select the <link href="text/schart/01/wiz_chart_type.xhp">Chart type</link> for the data in the chart wizard.</paragraph>
</listitem>
</list>
<paragraph xml-lang="en-US" id="par_id41525141917275" role="note">The data range and the data series pages of the chart wizard are not enabled. They are controlled by the pivot table.</paragraph>
<list type="ordered" startwith="4">
<listitem>
- <paragraph id="par_id511525140411625" role="listitem" xml-lang="en-US">Select the <link href="text/schart/01/wiz_chart_elements.xhp" name="Chart elements">Chart Elements</link> of the pivot chart in the wizard.</paragraph>
+ <paragraph id="par_id511525140411625" role="listitem" xml-lang="en-US">Select the <link href="text/schart/01/wiz_chart_elements.xhp">Chart Elements</link> of the pivot chart in the wizard.</paragraph>
</listitem>
<listitem>
<paragraph id="par_id1001525165156188" role="listitem" xml-lang="en-US">Click <emph>OK</emph> to close the wizard and create the pivot chart.</paragraph>
diff --git a/source/text/scalc/guide/pivotchart_delete.xhp b/source/text/scalc/guide/pivotchart_delete.xhp
index 597730164c..3a57a36437 100644
--- a/source/text/scalc/guide/pivotchart_delete.xhp
+++ b/source/text/scalc/guide/pivotchart_delete.xhp
@@ -16,7 +16,7 @@
</topic>
</meta>
<body>
- <paragraph role="heading" id="hd_id231525147891984" level="1" xml-lang="en-US"><variable id="pivotchartdelete"><link href="text/scalc/guide/pivotchart_delete.xhp" name="Deleting a Pivot Chart">Deleting a Pivot Chart</link></variable></paragraph>
+ <paragraph role="heading" id="hd_id231525147891984" level="1" xml-lang="en-US"><variable id="pivotchartdelete"><link href="text/scalc/guide/pivotchart_delete.xhp">Deleting a Pivot Chart</link></variable></paragraph>
<bookmark xml-lang="en-US" branch="index" id="bm_id231525149357908">
<bookmark_value>pivot chart;deleting</bookmark_value>
</bookmark>
diff --git a/source/text/scalc/guide/pivotchart_edit.xhp b/source/text/scalc/guide/pivotchart_edit.xhp
index 428edacd37..8666b70fa9 100644
--- a/source/text/scalc/guide/pivotchart_edit.xhp
+++ b/source/text/scalc/guide/pivotchart_edit.xhp
@@ -19,7 +19,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id661525144028976">
<bookmark_value>pivot chart;editing</bookmark_value>
</bookmark>
- <paragraph role="heading" id="hd_id271525144002806" level="1" xml-lang="en-US"><variable id="pivotchartedit"><link href="text/scalc/guide/pivotchart_edit.xhp" name="Pivot Chart Editing">Editing Pivot Charts</link></variable></paragraph>
+ <paragraph role="heading" id="hd_id271525144002806" level="1" xml-lang="en-US"><variable id="pivotchartedit"><link href="text/scalc/guide/pivotchart_edit.xhp">Editing Pivot Charts</link></variable></paragraph>
<paragraph role="paragraph" id="par_id971525144066574" xml-lang="en-US">Edit a pivot chart in the same way as normal charts.</paragraph>
<paragraph xml-lang="en-US" id="hd_id5631580" role="heading" level="2">To edit a pivot chart</paragraph>
<embed href="text/schart/main0000.xhp#chartedit"/>
diff --git a/source/text/scalc/guide/pivotchart_filter.xhp b/source/text/scalc/guide/pivotchart_filter.xhp
index 11ccabb53c..5a6269f821 100644
--- a/source/text/scalc/guide/pivotchart_filter.xhp
+++ b/source/text/scalc/guide/pivotchart_filter.xhp
@@ -16,8 +16,8 @@
</topic>
</meta>
<body>
- <paragraph role="heading" id="hd_id401525165755583" level="1" xml-lang="en-US"><variable id="pivotchartfilter"><link href="text/scalc/guide/pivotchart_filter.xhp" name="Filtering Pivot Charts">Filtering Pivot Charts</link></variable></paragraph>
- <paragraph role="paragraph" id="par_id781525166702239" xml-lang="en-US">Filters are used to remove unwanted data from the pivot chart. You can use filters in the pivot chart or in the corresponding <link href="text/scalc/guide/datapilot_filtertable.xhp" name="Pivot table filtering">pivot table</link>, since the resulting chart is exactly the same.</paragraph>
+ <paragraph role="heading" id="hd_id401525165755583" level="1" xml-lang="en-US"><variable id="pivotchartfilter"><link href="text/scalc/guide/pivotchart_filter.xhp">Filtering Pivot Charts</link></variable></paragraph>
+ <paragraph role="paragraph" id="par_id781525166702239" xml-lang="en-US">Filters are used to remove unwanted data from the pivot chart. You can use filters in the pivot chart or in the corresponding <link href="text/scalc/guide/datapilot_filtertable.xhp">pivot table</link>, since the resulting chart is exactly the same.</paragraph>
<paragraph role="heading" id="hd_id201525166689277" level="2" xml-lang="en-US">Pivot chart field buttons</paragraph>
diff --git a/source/text/scalc/guide/pivotchart_update.xhp b/source/text/scalc/guide/pivotchart_update.xhp
index 41cfed9cb2..64d793c2ec 100644
--- a/source/text/scalc/guide/pivotchart_update.xhp
+++ b/source/text/scalc/guide/pivotchart_update.xhp
@@ -19,7 +19,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id801525146393791">
<bookmark_value>pivot chart;update</bookmark_value>
</bookmark>
- <paragraph role="heading" id="hd_id281525146417678" level="1" xml-lang="en-US"><variable id="pivotchartupdate"><link href="text/scalc/guide/pivotchart_update.xhp" name="Pivot Chart Update">Updating Pivot Charts</link></variable></paragraph>
+ <paragraph role="heading" id="hd_id281525146417678" level="1" xml-lang="en-US"><variable id="pivotchartupdate"><link href="text/scalc/guide/pivotchart_update.xhp">Updating Pivot Charts</link></variable></paragraph>
<paragraph role="paragraph" id="par_id831525146706944" xml-lang="en-US">If the data of the source sheet has been changed, you must refresh the pivot table and the pivot chart is updated accordingly. To refresh the pivot table (and thus the pivot chart):</paragraph>
<list type="unordered">
<listitem>
diff --git a/source/text/scalc/guide/print_details.xhp b/source/text/scalc/guide/print_details.xhp
index 3d9a946038..56ee18d472 100644
--- a/source/text/scalc/guide/print_details.xhp
+++ b/source/text/scalc/guide/print_details.xhp
@@ -43,7 +43,7 @@
<bookmark_value>null values; printing</bookmark_value>
<bookmark_value>draw objects;printing</bookmark_value>
</bookmark><comment>mw inserted 4 index entries from text/scalc/01/05070500.xhp. Added "draw objects;..." entry and changed "formulas;..." entry</comment>
-<paragraph role="heading" id="hd_id3154346" xml-lang="en-US" level="1"><variable id="print_details"><link href="text/scalc/guide/print_details.xhp" name="Printing Sheet Details">Printing Sheet Details</link>
+<paragraph role="heading" id="hd_id3154346" xml-lang="en-US" level="1"><variable id="print_details"><link href="text/scalc/guide/print_details.xhp">Printing Sheet Details</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3153728" xml-lang="en-US">When printing a sheet you can select which details are to be printed:</paragraph>
<list type="unordered">
@@ -86,7 +86,7 @@
</listitem>
</list>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3150345" xml-lang="en-US"><link href="text/scalc/01/03100000.xhp" name="View - Page Break">View - Page Break</link></paragraph>
+<paragraph role="paragraph" id="par_id3150345" xml-lang="en-US"><link href="text/scalc/01/03100000.xhp">View - Page Break</link></paragraph>
<embed href="text/scalc/guide/print_exact.xhp#print_exact"/>
</section>
</body>
diff --git a/source/text/scalc/guide/print_exact.xhp b/source/text/scalc/guide/print_exact.xhp
index 5e6715cd7f..64bf69d2d0 100644
--- a/source/text/scalc/guide/print_exact.xhp
+++ b/source/text/scalc/guide/print_exact.xhp
@@ -37,7 +37,7 @@
<bookmark_value>viewing;print ranges</bookmark_value>
<bookmark_value>previews;page breaks for printing</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153194" xml-lang="en-US" level="1"><variable id="print_exact"><link href="text/scalc/guide/print_exact.xhp" name="Defining Number of Pages for Printing">Defining Number of Pages for Printing</link>
+<paragraph role="heading" id="hd_id3153194" xml-lang="en-US" level="1"><variable id="print_exact"><link href="text/scalc/guide/print_exact.xhp">Defining Number of Pages for Printing</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3153771" xml-lang="en-US">If a sheet is too large for a single printed page, $[officename] Calc will print the current sheet evenly divided over several pages. Since the automatic page break does not always take place in the optimal position, you can define the page distribution yourself.</paragraph>
<list type="ordered">
@@ -55,7 +55,7 @@
</listitem>
</list>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3151073" xml-lang="en-US"><link href="text/scalc/01/03100000.xhp" name="View - Page Break">View - Page Break</link></paragraph>
+<paragraph role="paragraph" id="par_id3151073" xml-lang="en-US"><link href="text/scalc/01/03100000.xhp">View - Page Break</link></paragraph>
<embed href="text/scalc/guide/print_landscape.xhp#print_landscape"/>
<embed href="text/scalc/guide/print_details.xhp#print_details"/>
</section>
diff --git a/source/text/scalc/guide/print_landscape.xhp b/source/text/scalc/guide/print_landscape.xhp
index dd0b279bd2..3491195e21 100644
--- a/source/text/scalc/guide/print_landscape.xhp
+++ b/source/text/scalc/guide/print_landscape.xhp
@@ -32,7 +32,7 @@
<bookmark_value>printing; landscape</bookmark_value>
<bookmark_value>landscape printing</bookmark_value>
</bookmark><comment>mw corrected a typo in "printing; sheet..."</comment>
-<paragraph xml-lang="en-US" id="hd_id3153418" role="heading" level="1"><variable id="print_landscape"><link href="text/scalc/guide/print_landscape.xhp" name="Printing Sheets in Landscape Format">Printing Sheets in Landscape Format</link>
+<paragraph xml-lang="en-US" id="hd_id3153418" role="heading" level="1"><variable id="print_landscape"><link href="text/scalc/guide/print_landscape.xhp">Printing Sheets in Landscape Format</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3149257" role="paragraph">In order to print a sheet you have a number of interactive options available under <emph>View - Page Break</emph>. Drag the delimiter lines to define the range of printed cells on each page.</paragraph>
<paragraph xml-lang="en-US" id="par_id3153963" role="paragraph">To print in landscape format, proceed as follows:</paragraph>
@@ -71,7 +71,7 @@
</list>
<paragraph xml-lang="en-US" id="par_id3145076" role="paragraph">If under <emph>Format - Print ranges</emph> you have defined one or more print ranges, only the contents of these print ranges will be printed.</paragraph>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id3156019" role="paragraph"><link href="text/scalc/01/03100000.xhp" name="View - Page Break">View - Page Break</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3156019" role="paragraph"><link href="text/scalc/01/03100000.xhp">View - Page Break</link></paragraph>
<paragraph xml-lang="en-US" id="par_id8254646" role="paragraph"><link href="text/scalc/guide/printranges.xhp">Defining Print Ranges on a Sheet</link></paragraph>
<embed href="text/scalc/guide/print_exact.xhp#print_exact"/>
</section>
diff --git a/source/text/scalc/guide/print_title_row.xhp b/source/text/scalc/guide/print_title_row.xhp
index 0121006d37..b2a1520163 100644
--- a/source/text/scalc/guide/print_title_row.xhp
+++ b/source/text/scalc/guide/print_title_row.xhp
@@ -39,7 +39,7 @@
<bookmark_value>headings;repeating rows/columns as</bookmark_value>
</bookmark><comment>mw deleted one index entry ("fixed...") and added "headings;..." entry</comment>
<paragraph role="paragraph" id="par_id3151112" xml-lang="en-US" localize="false"/>
-<h1 id="hd_id3153727"><variable id="print_title_row"><link href="text/scalc/guide/print_title_row.xhp" name="Printing Rows or Columns on Every Page">Printing Rows or Columns on Every Page</link>
+<h1 id="hd_id3153727"><variable id="print_title_row"><link href="text/scalc/guide/print_title_row.xhp">Printing Rows or Columns on Every Page</link>
</variable></h1>
<paragraph role="paragraph" id="par_id3154014" xml-lang="en-US">If you have a sheet that is so large that it will be printed multiple pages, you can set up rows or columns to repeat on each printed page.</paragraph>
<paragraph role="paragraph" id="par_id3146975" xml-lang="en-US">As an example, If you want to print the top two rows of the sheet as well as the first column (A) on all pages, do the following:</paragraph>
@@ -73,10 +73,10 @@
<paragraph role="paragraph" id="par_idN107A9" xml-lang="en-US" localize="false">
<embedvar href="text/scalc/guide/printranges.xhp#printranges"/>
</paragraph>
-<paragraph role="paragraph" id="par_id3155380" xml-lang="en-US"><link href="text/scalc/01/03100000.xhp" name="View - Page Break Preview">View - Page Break Preview</link></paragraph>
+<paragraph role="paragraph" id="par_id3155380" xml-lang="en-US"><link href="text/scalc/01/03100000.xhp">View - Page Break Preview</link></paragraph>
<embed href="text/scalc/guide/line_fix.xhp#line_fix"/>
-<paragraph role="paragraph" id="par_id3154371" xml-lang="en-US"><link href="text/scalc/01/05080300.xhp" name="Format - Print ranges - Edit">Format - Print ranges - Edit</link></paragraph>
-<paragraph role="paragraph" id="par_id3146113" xml-lang="en-US"><link href="text/scalc/01/05070000.xhp" name="Format - Page Style - (Header / Footer)">Format - Page Style - (Header / Footer)</link></paragraph>
+<paragraph role="paragraph" id="par_id3154371" xml-lang="en-US"><link href="text/scalc/01/05080300.xhp">Format - Print ranges - Edit</link></paragraph>
+<paragraph role="paragraph" id="par_id3146113" xml-lang="en-US"><link href="text/scalc/01/05070000.xhp">Format - Page Style - (Header / Footer)</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/guide/relativ_absolut_ref.xhp b/source/text/scalc/guide/relativ_absolut_ref.xhp
index 35d15b6a53..caa3d07a15 100644
--- a/source/text/scalc/guide/relativ_absolut_ref.xhp
+++ b/source/text/scalc/guide/relativ_absolut_ref.xhp
@@ -39,7 +39,7 @@
<bookmark_value>references; to cells</bookmark_value>
<bookmark_value>cells; references</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3156423" xml-lang="en-US" level="1"><variable id="relativ_absolut_ref"><link href="text/scalc/guide/relativ_absolut_ref.xhp" name="Addresses and References, Absolute and Relative">Addresses and References, Absolute and Relative</link>
+<paragraph role="heading" id="hd_id3156423" xml-lang="en-US" level="1"><variable id="relativ_absolut_ref"><link href="text/scalc/guide/relativ_absolut_ref.xhp">Addresses and References, Absolute and Relative</link>
</variable></paragraph>
<paragraph role="heading" id="hd_id3163712" xml-lang="en-US" level="2">Relative Addressing</paragraph>
<paragraph role="paragraph" id="par_id3146119" xml-lang="en-US">The cell in column A, row 1 is addressed as A1. You can address a range of adjacent cells by first entering the coordinates of the upper left cell of the area, then a colon followed by the coordinates of the lower right cell. For example, the square formed by the first four cells in the upper left corner is addressed as A1:B2.</paragraph>
diff --git a/source/text/scalc/guide/remove_duplicates.xhp b/source/text/scalc/guide/remove_duplicates.xhp
index 812f261539..48a9065152 100644
--- a/source/text/scalc/guide/remove_duplicates.xhp
+++ b/source/text/scalc/guide/remove_duplicates.xhp
@@ -30,14 +30,14 @@
<bookmark_value>filters; removing duplicates</bookmark_value>
<bookmark_value>filters; finding unique values</bookmark_value>
</bookmark>
- <h1 id="hd_id501630021281902"><variable id="filters"><link href="text/scalc/guide/remove_duplicates.xhp" name="Duplicates_h1">Removing Duplicate Values</link></variable></h1>
+ <h1 id="hd_id501630021281902"><variable id="filters"><link href="text/scalc/guide/remove_duplicates.xhp">Removing Duplicate Values</link></variable></h1>
<paragraph xml-lang="en-US" id="par_id3150869" role="paragraph">Consider a single column with values where some may be duplicates. To remove duplicate values and obtain only the unique entries in the column:</paragraph>
<list type="ordered">
<listitem>
<paragraph id="par_id631630021463659" role="listitem">Select the range of values from which duplicate values are to be removed. The values have to be arranged in a single column.</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id31630021517873" role="listitem">Go to <menuitem>Data - More Filters - Standard Filter</menuitem>. This opens the <link href="text/shared/02/12090100.xhp" name="std_dialog_link"> Standard Filter</link> dialog.</paragraph>
+ <paragraph id="par_id31630021517873" role="listitem">Go to <menuitem>Data - More Filters - Standard Filter</menuitem>. This opens the <link href="text/shared/02/12090100.xhp"> Standard Filter</link> dialog.</paragraph>
</listitem>
<listitem>
<paragraph id="par_id801630022108301" role="listitem">In <emph>Field Name</emph> make sure that the selected column is the column where the values are stored. If a single column is selected this field will be set automatically.</paragraph>
diff --git a/source/text/scalc/guide/rename_table.xhp b/source/text/scalc/guide/rename_table.xhp
index dd03da71ec..f27e8850a4 100644
--- a/source/text/scalc/guide/rename_table.xhp
+++ b/source/text/scalc/guide/rename_table.xhp
@@ -30,7 +30,7 @@
<bookmark_value>tables;renaming</bookmark_value>
<bookmark_value>names; sheets</bookmark_value>
</bookmark>
-<h1 xml-lang="en-US" id="hd_id3150398"><variable id="rename_table"><link href="text/scalc/guide/rename_table.xhp" name="Renaming Sheets">Renaming Sheets</link>
+<h1 xml-lang="en-US" id="hd_id3150398"><variable id="rename_table"><link href="text/scalc/guide/rename_table.xhp">Renaming Sheets</link>
</variable></h1>
<paragraph role="paragraph" id="par_id701519308848244" xml-lang="en-US">Setting sheet names is an important feature to produce readable and understandable spreadsheets documents.</paragraph>
<tip xml-lang="en-US" id="par_id3155444">The name of a sheet is independent of the name of the spreadsheet. You enter the spreadsheet name when you save it for the first time as a file.</tip>
diff --git a/source/text/scalc/guide/rounding_numbers.xhp b/source/text/scalc/guide/rounding_numbers.xhp
index b9ebc4ac7f..105c795686 100644
--- a/source/text/scalc/guide/rounding_numbers.xhp
+++ b/source/text/scalc/guide/rounding_numbers.xhp
@@ -43,7 +43,7 @@
<bookmark_value>spreadsheets; values as shown</bookmark_value>
</bookmark><comment>mw reduced "tables in spreadsheets;" to "tables;"</comment>
<paragraph role="paragraph" id="par_id3153361" xml-lang="en-US" localize="false"/>
-<paragraph role="heading" id="hd_id3156422" xml-lang="en-US" level="1"><variable id="rounding_numbers"><link href="text/scalc/guide/rounding_numbers.xhp" name="Using Rounded Off Numbers">Using Rounded Off Numbers</link>
+<paragraph role="heading" id="hd_id3156422" xml-lang="en-US" level="1"><variable id="rounding_numbers"><link href="text/scalc/guide/rounding_numbers.xhp">Using Rounded Off Numbers</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3153726" xml-lang="en-US">In $[officename] Calc, all decimal numbers are displayed rounded off to two decimal places.</paragraph>
<paragraph role="heading" id="hd_id3152596" xml-lang="en-US" level="3">To change this for selected cells</paragraph>
@@ -77,8 +77,8 @@
</listitem>
</list>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3145790" xml-lang="en-US"><link href="text/shared/01/05020300.xhp" name="Numbers">Numbers</link></paragraph>
-<paragraph role="paragraph" id="par_id3147005" xml-lang="en-US"><link href="text/shared/optionen/01060500.xhp" name="Calculate">Calculate</link></paragraph>
+<paragraph role="paragraph" id="par_id3145790" xml-lang="en-US"><link href="text/shared/01/05020300.xhp">Numbers</link></paragraph>
+<paragraph role="paragraph" id="par_id3147005" xml-lang="en-US"><link href="text/shared/optionen/01060500.xhp">Calculate</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/guide/row_height.xhp b/source/text/scalc/guide/row_height.xhp
index 0275f52dcf..f9aefb6564 100644
--- a/source/text/scalc/guide/row_height.xhp
+++ b/source/text/scalc/guide/row_height.xhp
@@ -40,7 +40,7 @@
<bookmark_value>columns; widths</bookmark_value>
<bookmark_value>changing;row heights/column widths</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3145748" xml-lang="en-US" level="1"><variable id="row_height"><link href="text/scalc/guide/row_height.xhp" name="Changing Row Height or Column Width">Changing Row Height or Column Width</link>
+<paragraph role="heading" id="hd_id3145748" xml-lang="en-US" level="1"><variable id="row_height"><link href="text/scalc/guide/row_height.xhp">Changing Row Height or Column Width</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3154017" xml-lang="en-US">You can change the height of the rows with the mouse or through the dialog.</paragraph>
<paragraph role="note" id="par_id3154702" xml-lang="en-US">What is described here for rows and row height applies accordingly for columns and column width.</paragraph>
@@ -64,10 +64,10 @@
</listitem>
</list>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3154487" xml-lang="en-US"><link href="text/shared/01/05340100.xhp" name="Row height">Row height</link></paragraph>
-<paragraph role="paragraph" id="par_id3149408" xml-lang="en-US"><link href="text/scalc/01/05030200.xhp" name="Optimal row height">Optimal row height</link></paragraph>
-<paragraph role="paragraph" id="par_id3153305" xml-lang="en-US"><link href="text/shared/01/05340200.xhp" name="Column width">Column width</link></paragraph>
-<paragraph role="paragraph" id="par_id3153815" xml-lang="en-US"><link href="text/scalc/01/05040200.xhp" name="Optimal column width">Optimal column width</link></paragraph>
+<paragraph role="paragraph" id="par_id3154487" xml-lang="en-US"><link href="text/shared/01/05340100.xhp">Row height</link></paragraph>
+<paragraph role="paragraph" id="par_id3149408" xml-lang="en-US"><link href="text/scalc/01/05030200.xhp">Optimal row height</link></paragraph>
+<paragraph role="paragraph" id="par_id3153305" xml-lang="en-US"><link href="text/shared/01/05340200.xhp">Column width</link></paragraph>
+<paragraph role="paragraph" id="par_id3153815" xml-lang="en-US"><link href="text/scalc/01/05040200.xhp">Optimal column width</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/guide/scenario.xhp b/source/text/scalc/guide/scenario.xhp
index a6cdd29792..2743cdb541 100644
--- a/source/text/scalc/guide/scenario.xhp
+++ b/source/text/scalc/guide/scenario.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3149664"><bookmark_value>scenarios; creating/editing/deleting</bookmark_value>
<bookmark_value>opening;scenarios</bookmark_value>
<bookmark_value>selecting;scenarios in Navigator</bookmark_value>
-</bookmark><comment>UFI: removed "sample" from index term: no sample in OOo</comment><comment>MW changed "scenarios;"</comment><paragraph role="heading" id="hd_id3125863" xml-lang="en-US" level="1"><variable id="scenario"><link href="text/scalc/guide/scenario.xhp" name="Using Scenarios">Using Scenarios</link>
+</bookmark><comment>UFI: removed "sample" from index term: no sample in OOo</comment><comment>MW changed "scenarios;"</comment><paragraph role="heading" id="hd_id3125863" xml-lang="en-US" level="1"><variable id="scenario"><link href="text/scalc/guide/scenario.xhp">Using Scenarios</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3150869" xml-lang="en-US">A $[officename] Calc scenario is a set of cell values that can be used within your calculations. You assign a name to every scenario on your sheet. Define several scenarios on the same sheet, each with some different values in the cells. Then you can easily switch the sets of cell values by their name and immediately observe the results. Scenarios are a tool to test out "what-if" questions.</paragraph>
<paragraph role="heading" id="hd_id3149255" xml-lang="en-US" level="3">Creating Your Own Scenarios</paragraph>
@@ -78,7 +78,7 @@
</list>
<paragraph role="note" id="par_id3154368" xml-lang="en-US">If you want to know which values in the scenario affect other values, choose <emph>Tools - Detective - Trace Dependents</emph>. You see arrows to the cells that are directly dependent on the current cell.</paragraph>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3154484" xml-lang="en-US"><link href="text/scalc/01/06050000.xhp" name="Creating Scenarios">Creating Scenarios</link></paragraph>
+<paragraph role="paragraph" id="par_id3154484" xml-lang="en-US"><link href="text/scalc/01/06050000.xhp">Creating Scenarios</link></paragraph>
<embed href="text/scalc/guide/multioperation.xhp#multioperation"/>
</section>
</body>
diff --git a/source/text/scalc/guide/sorted_list.xhp b/source/text/scalc/guide/sorted_list.xhp
index 26a27df953..2729ca94d5 100644
--- a/source/text/scalc/guide/sorted_list.xhp
+++ b/source/text/scalc/guide/sorted_list.xhp
@@ -42,7 +42,7 @@
<bookmark_value>customized lists</bookmark_value>
</bookmark>
<comment>mw deleted "applying;"</comment>
- <paragraph xml-lang="en-US" id="hd_id3150870" role="heading" level="1"><variable id="sorted_list"><link href="text/scalc/guide/sorted_list.xhp" name="Applying Sort Lists">Applying Sort Lists</link>
+ <paragraph xml-lang="en-US" id="hd_id3150870" role="heading" level="1"><variable id="sorted_list"><link href="text/scalc/guide/sorted_list.xhp">Applying Sort Lists</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3159154" role="paragraph">Sort lists allow you to type one piece of information in a cell, then drag it to fill in a consecutive list of items.</paragraph>
<paragraph xml-lang="en-US" id="par_id3148645" role="paragraph">For example, enter the text "Jan" or "January" in an empty cell. Select the cell and click the mouse on the lower right corner of the cell border. Then drag the selected cell a few cells to the right or downwards. When you release the mouse button, the highlighted cells will be filled with the names of the months.</paragraph>
@@ -51,7 +51,7 @@
<section id="relatedtopics">
<embed href="text/scalc/guide/calc_series.xhp#calc_series"/>
- <paragraph xml-lang="en-US" id="par_id3147434" role="paragraph"><link href="text/shared/optionen/01060400.xhp" name="Sort lists">Sort lists</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3147434" role="paragraph"><link href="text/shared/optionen/01060400.xhp">Sort lists</link></paragraph>
</section>
</body>
diff --git a/source/text/scalc/guide/specialfilter.xhp b/source/text/scalc/guide/specialfilter.xhp
index e206214360..b8803391f2 100644
--- a/source/text/scalc/guide/specialfilter.xhp
+++ b/source/text/scalc/guide/specialfilter.xhp
@@ -34,7 +34,7 @@
</bookmark>
<comment>MW made "applying;advanced filters" a one level entry</comment>
<section id="AdvancedFilter">
- <h1 id="hd_id3148798"><variable id="specialfilter"><link href="text/scalc/guide/specialfilter.xhp" name="Applying Advanced Filters">Applying Advanced Filters</link>
+ <h1 id="hd_id3148798"><variable id="specialfilter"><link href="text/scalc/guide/specialfilter.xhp">Applying Advanced Filters</link>
</variable></h1>
<list type="ordered">
<listitem>
diff --git a/source/text/scalc/guide/subtotaltool.xhp b/source/text/scalc/guide/subtotaltool.xhp
index 3ec316002b..ebb9ca5a83 100644
--- a/source/text/scalc/guide/subtotaltool.xhp
+++ b/source/text/scalc/guide/subtotaltool.xhp
@@ -20,8 +20,8 @@
<bookmark_value>subtotals;using subtotals tool</bookmark_value>
</bookmark>
<section id="usingsubtotal">
- <h1 id="hd_id631585177069332"><variable id="subtotaltoolh1"><link href="text/scalc/guide/subtotaltool.xhp" name="Using Subtotal Tool">Using Subtotal Tool</link></variable></h1>
- <paragraph id="par_id301585177069332" role="paragraph">Calc offers the Subtotals tool as a more comprehensive alternative to the <link href="text/scalc/01/04060106.xhp#Section12" name="subtotal">SUBTOTAL function</link>. In contrast to SUBTOTAL, which only works on a single array, the Subtotals tool can create subtotals for up to three arrays arranged in labeled columns. It also groups subtotals by category and sorts them automatically, thereby eliminating the need to apply AutoFilters and filter categories by hand.</paragraph>
+ <h1 id="hd_id631585177069332"><variable id="subtotaltoolh1"><link href="text/scalc/guide/subtotaltool.xhp">Using Subtotal Tool</link></variable></h1>
+ <paragraph id="par_id301585177069332" role="paragraph">Calc offers the Subtotals tool as a more comprehensive alternative to the <link href="text/scalc/01/04060106.xhp#Section12">SUBTOTAL function</link>. In contrast to SUBTOTAL, which only works on a single array, the Subtotals tool can create subtotals for up to three arrays arranged in labeled columns. It also groups subtotals by category and sorts them automatically, thereby eliminating the need to apply AutoFilters and filter categories by hand.</paragraph>
</section>
<section id="howtoget">
<embed href="text/scalc/00/00000412.xhp#dntegs"/>
diff --git a/source/text/scalc/guide/super_subscript.xhp b/source/text/scalc/guide/super_subscript.xhp
index d700476394..83a8cfc138 100644
--- a/source/text/scalc/guide/super_subscript.xhp
+++ b/source/text/scalc/guide/super_subscript.xhp
@@ -35,7 +35,7 @@
<bookmark_value>cells; text super/sub</bookmark_value>
<bookmark_value>characters;superscript/subscript</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3151112" xml-lang="en-US" level="1"><variable id="super_subscript"><link href="text/scalc/guide/super_subscript.xhp" name="Text Superscript / Subscript">Text Superscript / Subscript</link>
+<paragraph role="heading" id="hd_id3151112" xml-lang="en-US" level="1"><variable id="super_subscript"><link href="text/scalc/guide/super_subscript.xhp">Text Superscript / Subscript</link>
</variable></paragraph>
<list type="ordered">
<listitem>
@@ -53,7 +53,7 @@
</listitem>
</list>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3153876" xml-lang="en-US"><link href="text/shared/01/05020500.xhp" name="Context menu - Character - Font Position">Context menu - Character - Font Position</link></paragraph>
+<paragraph role="paragraph" id="par_id3153876" xml-lang="en-US"><link href="text/shared/01/05020500.xhp">Context menu - Character - Font Position</link></paragraph>
<embed href="text/swriter/guide/subscript.xhp#subscript"/>
</section>
</body>
diff --git a/source/text/scalc/guide/table_cellmerge.xhp b/source/text/scalc/guide/table_cellmerge.xhp
index fe16ebb63f..bcca2b3227 100644
--- a/source/text/scalc/guide/table_cellmerge.xhp
+++ b/source/text/scalc/guide/table_cellmerge.xhp
@@ -31,7 +31,7 @@
<bookmark_value>split/splitting cells</bookmark_value>
</bookmark>
<section id="merge_unmerge_cells">
- <paragraph xml-lang="en-US" id="hd_id8005005" role="heading" level="1"><variable id="table_cellmerge"><link href="text/scalc/guide/table_cellmerge.xhp" name="Merging and Unmerging Cells">Merge and Unmerge Cells</link></variable></paragraph>
+ <paragraph xml-lang="en-US" id="hd_id8005005" role="heading" level="1"><variable id="table_cellmerge"><link href="text/scalc/guide/table_cellmerge.xhp">Merge and Unmerge Cells</link></variable></paragraph>
<paragraph xml-lang="en-US" id="par_id8049867" role="paragraph">You can select a range of cells, then merge them into a single cell. Conversely, you can take a previously merged cell and divide it back into individual cells.</paragraph>
</section>
<paragraph xml-lang="en-US" id="par_id0509200913480176" role="note">When you copy cells into a target range containing merged cells, the target range gets unmerged first, then the copied cells are pasted in. If the copied cells are merged cells, they retain their merge state.</paragraph>
diff --git a/source/text/scalc/guide/table_rotate.xhp b/source/text/scalc/guide/table_rotate.xhp
index 2593105f7d..56f3951377 100644
--- a/source/text/scalc/guide/table_rotate.xhp
+++ b/source/text/scalc/guide/table_rotate.xhp
@@ -39,7 +39,7 @@
<bookmark_value>tables; rotating</bookmark_value>
<bookmark_value>rotating; tables</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3154346" xml-lang="en-US" level="1"><variable id="table_rotate"><link href="text/scalc/guide/table_rotate.xhp" name="Rotating Tables (Transposing)">Rotating Tables (Transposing)</link>
+<paragraph role="heading" id="hd_id3154346" xml-lang="en-US" level="1"><variable id="table_rotate"><link href="text/scalc/guide/table_rotate.xhp">Rotating Tables (Transposing)</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3154013" xml-lang="en-US">In $[officename] Calc, there is a way to "rotate" a spreadsheet so that rows become columns and columns become rows.</paragraph>
<list type="ordered">
@@ -61,7 +61,7 @@
</listitem>
</list>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3146969" xml-lang="en-US"><link href="text/shared/01/02070000.xhp" name="Paste Special">Paste Special</link></paragraph>
+<paragraph role="paragraph" id="par_id3146969" xml-lang="en-US"><link href="text/shared/01/02070000.xhp">Paste Special</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/guide/table_view.xhp b/source/text/scalc/guide/table_view.xhp
index b36cee5f5a..7504c4bedf 100644
--- a/source/text/scalc/guide/table_view.xhp
+++ b/source/text/scalc/guide/table_view.xhp
@@ -38,7 +38,7 @@
<bookmark_value>hiding;headers/grid lines</bookmark_value>
<bookmark_value>changing;table views</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3147304" xml-lang="en-US" level="1"><variable id="table_view"><link href="text/scalc/guide/table_view.xhp" name="Changing Table Views">Changing Table Views</link>
+<paragraph role="heading" id="hd_id3147304" xml-lang="en-US" level="1"><variable id="table_view"><link href="text/scalc/guide/table_view.xhp">Changing Table Views</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3153192" xml-lang="en-US">To hide column and line headers in a table:</paragraph>
<list type="unordered">
diff --git a/source/text/scalc/guide/text_numbers.xhp b/source/text/scalc/guide/text_numbers.xhp
index 139ae34691..12322cab5e 100644
--- a/source/text/scalc/guide/text_numbers.xhp
+++ b/source/text/scalc/guide/text_numbers.xhp
@@ -33,7 +33,7 @@
<bookmark_value>cell formats; text/numbers</bookmark_value>
<bookmark_value>formatting;numbers as text</bookmark_value>
</bookmark><comment>mw deleted "numbers; entering without..." and changed "numbers;as text"</comment>
-<paragraph xml-lang="en-US" id="hd_id3145068" role="heading" level="1"><variable id="text_numbers"><link href="text/scalc/guide/text_numbers.xhp" name="Formatting Numbers as Text">Formatting Numbers as Text</link>
+<paragraph xml-lang="en-US" id="hd_id3145068" role="heading" level="1"><variable id="text_numbers"><link href="text/scalc/guide/text_numbers.xhp">Formatting Numbers as Text</link>
</variable></paragraph>
<section id="text">
<paragraph xml-lang="en-US" id="par_id3156280" role="paragraph">You can format numbers as text in $[officename] Calc. Open the context menu of a cell or range of cells and choose <emph>Format Cells - Numbers</emph>, then select "Text" from the <emph>Category</emph> list. Any numbers subsequently entered into the formatted range are interpreted as text. The display of these "numbers" is left-justified, just as with other text.</paragraph>
@@ -43,7 +43,7 @@
<section id="relatedtopics">
<embed href="text/scalc/guide/numbers_text.xhp#numbers_text"/>
<embed href="text/scalc/guide/integer_leading_zero.xhp#integer_leading_zero"/>
- <paragraph xml-lang="en-US" id="par_id3156284" role="paragraph"><link href="text/shared/01/05020300.xhp" name="Format - Cells - Numbers">Format - Cells - Numbers</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3156284" role="paragraph"><link href="text/shared/01/05020300.xhp">Format - Cells - Numbers</link></paragraph>
<embed href="text/scalc/guide/format_value.xhp#format_value"/>
</section>
</body>
diff --git a/source/text/scalc/guide/text_rotate.xhp b/source/text/scalc/guide/text_rotate.xhp
index 2c8b1bbaa2..4b4dba7333 100644
--- a/source/text/scalc/guide/text_rotate.xhp
+++ b/source/text/scalc/guide/text_rotate.xhp
@@ -31,7 +31,7 @@
<bookmark_value>rotating; text in cells</bookmark_value>
<bookmark_value>text in cells; writing vertically</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3151112" role="heading" level="1"><variable id="text_rotate"><link href="text/scalc/guide/text_rotate.xhp" name="Rotating Text">Rotating Text</link>
+<paragraph xml-lang="en-US" id="hd_id3151112" role="heading" level="1"><variable id="text_rotate"><link href="text/scalc/guide/text_rotate.xhp">Rotating Text</link>
</variable></paragraph>
<list type="ordered">
<listitem>
@@ -48,8 +48,8 @@
</listitem>
</list><comment>removed a wrong para, i104207</comment>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id3148456" role="paragraph"><link href="text/scalc/01/05020000.xhp" name="Format - Cells">Format - Cells</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3154944" role="paragraph"><link href="text/shared/01/05340300.xhp" name="Format - Cells - Alignment">Format - Cells - Alignment</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3148456" role="paragraph"><link href="text/scalc/01/05020000.xhp">Format - Cells</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154944" role="paragraph"><link href="text/shared/01/05340300.xhp">Format - Cells - Alignment</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/guide/text_wrap.xhp b/source/text/scalc/guide/text_wrap.xhp
index 2bc0603e7a..e47b896efa 100644
--- a/source/text/scalc/guide/text_wrap.xhp
+++ b/source/text/scalc/guide/text_wrap.xhp
@@ -32,7 +32,7 @@
<bookmark_value>breaks in cells</bookmark_value>
<bookmark_value>multi-line text in cells</bookmark_value>
</bookmark>
-<h1 id="hd_id3154346"><variable id="text_wrap"><link href="text/scalc/guide/text_wrap.xhp" name="Writing Multi-line Text">Writing Multi-line Text</link>
+<h1 id="hd_id3154346"><variable id="text_wrap"><link href="text/scalc/guide/text_wrap.xhp">Writing Multi-line Text</link>
</variable></h1>
<section id="wraptext">
<paragraph role="listitem" id="par_id3156280" xml-lang="en-US">Pressing the <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+Enter keys inserts a manual line break. This shortcut works directly in the cell or in the input line. The input line can be expanded to the multi-line by the Down arrow button on the right.</paragraph>
@@ -50,7 +50,7 @@
</section>
</section>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3145799" xml-lang="en-US"><link href="text/scalc/01/05020000.xhp" name="Format - Cells">Format - Cells</link></paragraph>
+<paragraph role="paragraph" id="par_id3145799" xml-lang="en-US"><link href="text/scalc/01/05020000.xhp">Format - Cells</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/guide/userdefined_function.xhp b/source/text/scalc/guide/userdefined_function.xhp
index 80d4f25257..f5c8453992 100644
--- a/source/text/scalc/guide/userdefined_function.xhp
+++ b/source/text/scalc/guide/userdefined_function.xhp
@@ -34,7 +34,7 @@
<bookmark_value>IDE; Basic IDE</bookmark_value>
<bookmark_value>programming;functions</bookmark_value>
</bookmark>
-<h1 id="hd_id3155411"><variable id="userdefined_function"><link href="text/scalc/guide/userdefined_function.xhp" name="Defining Functions Yourself">User-Defined Functions</link>
+<h1 id="hd_id3155411"><variable id="userdefined_function"><link href="text/scalc/guide/userdefined_function.xhp">User-Defined Functions</link>
</variable></h1>
<paragraph role="paragraph" id="par_id3153969" xml-lang="en-US">You can apply user-defined functions in $[officename] Calc in the following ways:</paragraph>
<list type="unordered">
@@ -42,7 +42,7 @@
<paragraph role="listitem" id="par_id3145366" xml-lang="en-US">You can define your own functions using the Basic-IDE. This method requires a basic knowledge of programming.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3153768" xml-lang="en-US">You can program functions as <link href="text/scalc/01/04060111.xhp" name="add-ins">add-ins</link>. This method requires an advanced knowledge of programming.</paragraph>
+<paragraph role="listitem" id="par_id3153768" xml-lang="en-US">You can program functions as <link href="text/scalc/01/04060111.xhp">add-ins</link>. This method requires an advanced knowledge of programming.</paragraph>
</listitem>
</list>
<h2 id="hd_id3149260">Defining A Function Using %PRODUCTNAME Basic</h2>
diff --git a/source/text/scalc/guide/validity.xhp b/source/text/scalc/guide/validity.xhp
index 76d5eb8ec8..6f6e6f1332 100644
--- a/source/text/scalc/guide/validity.xhp
+++ b/source/text/scalc/guide/validity.xhp
@@ -45,11 +45,11 @@
<bookmark_value>macros; running when incorrect input</bookmark_value>
<bookmark_value>data; validity check</bookmark_value>
</bookmark><comment>mw changed "limit...;"</comment>
-<paragraph role="heading" id="hd_id3156442" xml-lang="en-US" level="1"><variable id="validity"><link href="text/scalc/guide/validity.xhp" name="Validity of Cell Contents">Validity of Cell Contents</link>
+<paragraph role="heading" id="hd_id3156442" xml-lang="en-US" level="1"><variable id="validity"><link href="text/scalc/guide/validity.xhp">Validity of Cell Contents</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3156283" xml-lang="en-US">For each cell, you can define entries to be valid. Invalid entries to a cell will be rejected.</paragraph>
<paragraph role="warning" id="par_id3145252" xml-lang="en-US">The validity rule is activated when a new value is entered. If an invalid value has already been inserted into the cell, or if you insert a value in the cell either with drag-and-drop or by copying and pasting, the validity rule will not take effect.</paragraph>
-<paragraph role="note" id="par_id5174718" xml-lang="en-US">You can choose <emph>Tools - Detective</emph> at any time and choose the command <link href="text/scalc/01/06030800.xhp" name="Mark Invalid Data"><emph>Mark Invalid Data</emph></link> to display which cells contain invalid values.</paragraph>
+<paragraph role="note" id="par_id5174718" xml-lang="en-US">You can choose <emph>Tools - Detective</emph> at any time and choose the command <link href="text/scalc/01/06030800.xhp"><emph>Mark Invalid Data</emph></link> to display which cells contain invalid values.</paragraph>
<paragraph role="heading" id="hd_id3155603" xml-lang="en-US" level="2">Using Cell Contents Validity</paragraph>
<list type="ordered">
<listitem>
@@ -65,7 +65,7 @@
<paragraph role="paragraph" id="par_id3159208" xml-lang="en-US">In the <emph>Allow</emph> field, select an option.</paragraph>
</listitem>
<listitem>
-<paragraph role="paragraph" id="par_id3153011" xml-lang="en-US">If you select "Whole Numbers", values such as "12.5" are not allowed. Choosing "Date" allows date information both in the local date format as well as in the form of a <link href="text/sbasic/shared/03030101.xhp" name="serial date">serial date</link>. Similarly, the "Time" condition permits time values such as "12:00" or serial time numbers. "Text Length" stipulates that cells are allowed to contain text only.</paragraph>
+<paragraph role="paragraph" id="par_id3153011" xml-lang="en-US">If you select "Whole Numbers", values such as "12.5" are not allowed. Choosing "Date" allows date information both in the local date format as well as in the form of a <link href="text/sbasic/shared/03030101.xhp">serial date</link>. Similarly, the "Time" condition permits time values such as "12:00" or serial time numbers. "Text Length" stipulates that cells are allowed to contain text only.</paragraph>
<paragraph role="paragraph" id="par_id9224829" xml-lang="en-US">Select "List" to enter a list of valid entries.</paragraph>
</listitem>
<listitem>
@@ -84,10 +84,10 @@
<paragraph role="listitem" id="par_id3149947" xml-lang="en-US">If you select "Macro", then by using the <emph>Browse</emph> button you can specify a macro to be run in the event of an error.</paragraph>
</listitem>
</list>
-<paragraph role="paragraph" id="par_id3149011" xml-lang="en-US">To display the error message, select <link href="text/scalc/01/12120300.xhp" name="erroralert">Show error message when invalid values are entered</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3149011" xml-lang="en-US">To display the error message, select <link href="text/scalc/01/12120300.xhp">Show error message when invalid values are entered</link>.</paragraph>
<paragraph role="note" id="par_id3148586" xml-lang="en-US">After changing the action for a cell on the <emph>Error Alert</emph> tab page and closing the dialog with OK, you must first select another cell before the change takes effect.</paragraph>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3154805" xml-lang="en-US"><link href="text/scalc/01/12120000.xhp" name="Data - Validity">Data - Validity</link></paragraph>
+<paragraph role="paragraph" id="par_id3154805" xml-lang="en-US"><link href="text/scalc/01/12120000.xhp">Data - Validity</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/scalc/guide/value_with_name.xhp b/source/text/scalc/guide/value_with_name.xhp
index 1822b2f668..e7840121b5 100644
--- a/source/text/scalc/guide/value_with_name.xhp
+++ b/source/text/scalc/guide/value_with_name.xhp
@@ -41,7 +41,7 @@
<bookmark_value>allowed cell names</bookmark_value>
<bookmark_value>renaming;cells</bookmark_value>
</bookmark><comment>mw changed "names;...", "addressing;..." and "references,..." entries.</comment><comment>mw added "renaming;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3147434" role="heading" level="1"><variable id="value_with_name"><link href="text/scalc/guide/value_with_name.xhp" name="Naming Cells">Naming Cells</link>
+<paragraph xml-lang="en-US" id="hd_id3147434" role="heading" level="1"><variable id="value_with_name"><link href="text/scalc/guide/value_with_name.xhp">Naming Cells</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="hd_id4391918" role="heading" level="2">Allowed names</paragraph>
<paragraph xml-lang="en-US" id="par_id2129581" role="paragraph">Names in Calc can contain letters, numeric characters, and the underline character. Names must start with a letter or an underline character.</paragraph>
@@ -77,7 +77,7 @@
</listitem>
</list>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id3153711" role="paragraph"><link href="text/scalc/01/04070100.xhp" name="Sheet - Named Ranges and Expressions - Define">Sheet - Named Ranges and Expressions - Define</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3153711" role="paragraph"><link href="text/scalc/01/04070100.xhp">Sheet - Named Ranges and Expressions - Define</link></paragraph>
<embed href="text/scalc/guide/goalseek.xhp#goalseek"/>
<embed href="text/scalc/guide/relativ_absolut_ref.xhp#relativ_absolut_ref"/>
<embed href="text/scalc/guide/address_auto.xhp#address_auto"/><comment>mw deleted one EMBED paragraph and copied two EMBED paragraphs from Calc guide address_byname.xhp</comment>
diff --git a/source/text/scalc/guide/webquery.xhp b/source/text/scalc/guide/webquery.xhp
index c98461be33..b9bd334f53 100644
--- a/source/text/scalc/guide/webquery.xhp
+++ b/source/text/scalc/guide/webquery.xhp
@@ -38,7 +38,7 @@
<bookmark_value>inserting; external data</bookmark_value>
<bookmark_value>data sources; external data</bookmark_value>
</bookmark><comment>UFI: removed "external data;WebQuery" because both index entries "external data" led to this page.</comment><paragraph role="paragraph" id="par_id3154346" xml-lang="en-US" localize="false"/>
-<paragraph role="heading" id="hd_id3125863" xml-lang="en-US" level="1"><variable id="webquery"><link href="text/scalc/guide/webquery.xhp" name="Inserting External Data in Table (WebQuery)">Inserting External Data in Table (WebQuery)</link>
+<paragraph role="heading" id="hd_id3125863" xml-lang="en-US" level="1"><variable id="webquery"><link href="text/scalc/guide/webquery.xhp">Inserting External Data in Table (WebQuery)</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3155131" xml-lang="en-US">With the help of the <emph>Web Page Query ($[officename] Calc)</emph> import filter, you can insert tables from HTML documents in a Calc spreadsheet.</paragraph>
<paragraph role="paragraph" id="par_id3148575" xml-lang="en-US">You can use the same method to insert ranges defined by name from a Calc or Microsoft Excel spreadsheet.</paragraph>
@@ -100,7 +100,7 @@
</listitem>
</list>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3154650" xml-lang="en-US"><link href="text/scalc/01/04090000.xhp" name="External data dialog">External data dialog</link></paragraph>
+<paragraph role="paragraph" id="par_id3154650" xml-lang="en-US"><link href="text/scalc/01/04090000.xhp">External data dialog</link></paragraph>
<embed href="text/scalc/guide/cellreferences_url.xhp#cellreferences_url"/>
</section>
</body>
diff --git a/source/text/scalc/guide/wildcards.xhp b/source/text/scalc/guide/wildcards.xhp
index 6f8c46fe48..5c0b9630a9 100644
--- a/source/text/scalc/guide/wildcards.xhp
+++ b/source/text/scalc/guide/wildcards.xhp
@@ -21,7 +21,7 @@
<bookmark_value>wildcards in formulas</bookmark_value>
<bookmark_value>wildcards;examples</bookmark_value>
</bookmark>
- <h1 id="hd_id941629155075179"><variable id="wildcards_h1"><link href="text/scalc/guide/wildcards.xhp" name="wildcards_link">Using Wildcards in Formulas</link></variable></h1>
+ <h1 id="hd_id941629155075179"><variable id="wildcards_h1"><link href="text/scalc/guide/wildcards.xhp">Using Wildcards in Formulas</link></variable></h1>
<paragraph role="paragraph" id="par_id571629155308959">Wildcards are special characters that can be used in search strings that are passed as arguments to some Calc functions. They can also be used to define search criteria in the <emph>Find &amp; Replace</emph> dialog. The use of wildcards enables the definition of more advanced search parameters with a single search string.</paragraph>
<paragraph role="paragraph" id="par_id391629156224638">%PRODUCTNAME Calc supports either <emph>wildcards</emph> or <emph>regular expressions</emph> as arguments depending on the current application settings. By default %PRODUCTNAME Calc is set to support wildcards instead of regular expressions.</paragraph>
<tip id="par_id551629156504794">To make sure wildcards are supported, go to <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences - %PRODUCTNAME Calc - Calculate</menuitem></caseinline><defaultinline><menuitem>Tools - Options - %PRODUCTNAME Calc - Calculate</menuitem></defaultinline></switchinline> and check if the option <emph>Enable wildcards in formulas</emph> is selected. Note that you can use this dialog to switch to regular expressions by choosing <emph>Enable regular expressions in formulas</emph> or choose to support neither wildcards nor regular expressions.</tip>
diff --git a/source/text/scalc/guide/year2000.xhp b/source/text/scalc/guide/year2000.xhp
index 8ff336c552..94001610dd 100644
--- a/source/text/scalc/guide/year2000.xhp
+++ b/source/text/scalc/guide/year2000.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3150439"><bookmark_value>years; 2-digits</bookmark_value>
<bookmark_value>dates; 19xx/20xx</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3150439" xml-lang="en-US" level="1"><variable id="year2000"><link href="text/scalc/guide/year2000.xhp" name="19xx/20xx Years">19xx/20xx Years</link>
+<paragraph role="heading" id="hd_id3150439" xml-lang="en-US" level="1"><variable id="year2000"><link href="text/scalc/guide/year2000.xhp">19xx/20xx Years</link>
</variable></paragraph>
<section id="text">
<paragraph role="paragraph" id="par_id3151116" xml-lang="en-US">The year in a date entry is often entered as two digits. Internally, the year is managed by $[officename] as four digits, so that in the calculation of the difference from 1/1/99 to 1/1/01, the result will correctly be two years.</paragraph>
diff --git a/source/text/scalc/main0000.xhp b/source/text/scalc/main0000.xhp
index 41e14e8d9c..e2542d1bc1 100644
--- a/source/text/scalc/main0000.xhp
+++ b/source/text/scalc/main0000.xhp
@@ -30,7 +30,7 @@
<h3 id="hd_id3153965">How to Work With $[officename] Calc</h3>
<embed href="text/scalc/guide/main.xhp#main"/>
<embed href="text/scalc/main0503.xhp#main0503"/>
-<paragraph role="paragraph" id="par_id3147004" xml-lang="en-US"><link href="text/scalc/01/04060100.xhp" name="List of Functions by Category">List of Functions by Category</link></paragraph>
+<paragraph role="paragraph" id="par_id3147004" xml-lang="en-US"><link href="text/scalc/01/04060100.xhp">List of Functions by Category</link></paragraph>
<embed href="text/schart/main0000.xhp#chart_main"/>
<h3 id="hd_id3154659">$[officename] Calc Menus, Toolbars, and Keys</h3>
<embed href="text/scalc/main0100.xhp#main0100"/>
diff --git a/source/text/scalc/main0100.xhp b/source/text/scalc/main0100.xhp
index d0eced59ec..79efe9947e 100644
--- a/source/text/scalc/main0100.xhp
+++ b/source/text/scalc/main0100.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="menus">
-<h1 id="hd_id3156023"><variable id="main0100"><link href="text/scalc/main0100.xhp" name="Menus">Menus</link>
+<h1 id="hd_id3156023"><variable id="main0100"><link href="text/scalc/main0100.xhp">Menus</link>
</variable></h1>
<paragraph role="paragraph" id="par_id3154760" xml-lang="en-US">The following menu commands are available for spreadsheets.</paragraph>
</section>
diff --git a/source/text/scalc/main0101.xhp b/source/text/scalc/main0101.xhp
index 4d5a5b4a43..0cbb6e8b0a 100644
--- a/source/text/scalc/main0101.xhp
+++ b/source/text/scalc/main0101.xhp
@@ -31,7 +31,7 @@
<section id="file">
<bookmark xml-lang="en-US" branch="hid/.uno:FileMenu" id="bm_id3151341" localize="false"/>
-<h1 id="hd_id3156023"><link href="text/scalc/main0101.xhp" name="File">File</link></h1>
+<h1 id="hd_id3156023"><link href="text/scalc/main0101.xhp">File</link></h1>
<paragraph id="par_id3151112" role="paragraph" xml-lang="en-US"><ahelp hid=".">These commands apply to the current document, create a document, open an existing document, or close the application.</ahelp></paragraph>
</section>
<embed href="text/shared/01/01010000.xhp#new"/>
diff --git a/source/text/scalc/main0102.xhp b/source/text/scalc/main0102.xhp
index 338eb7378a..29dca1b447 100644
--- a/source/text/scalc/main0102.xhp
+++ b/source/text/scalc/main0102.xhp
@@ -31,7 +31,7 @@
<section id="edit">
<bookmark xml-lang="en-US" branch="hid/.uno:EditMenu" id="bm_id1586962" localize="false"/>
-<h1 id="hd_id3156023"><link href="text/scalc/main0102.xhp" name="Edit">Edit</link></h1>
+<h1 id="hd_id3156023"><link href="text/scalc/main0102.xhp">Edit</link></h1>
<paragraph id="par_id3154758" role="paragraph" xml-lang="en-US"><ahelp hid=".">This menu contains commands for editing the contents of the current document.</ahelp></paragraph>
</section>
<embed href="text/shared/01/02010000.xhp#undo"/>
@@ -48,10 +48,10 @@
<embed href="text/shared/01/02240000.xhp#compare_document"/>
<embed href="text/shared/01/02230500.xhp#merge_documents"/>
-<h2 id="hd_id3146919"><link href="text/shared/01/02180000.xhp" name="Links">Links</link></h2>
+<h2 id="hd_id3146919"><link href="text/shared/01/02180000.xhp">Links</link></h2>
<embed href="text/shared/01/02180000.xhp#links_text"/>
-<h2 id="hd_id0914201502131542"><link href="text/shared/01/02200000.xhp" name="Object">Object</link></h2>
+<h2 id="hd_id0914201502131542"><link href="text/shared/01/02200000.xhp">Object</link></h2>
<embed href="text/shared/01/02200000.xhp#object_text"/>
<embed href="text/shared/02/07070000.xhp#edit_mode"/>
</body>
diff --git a/source/text/scalc/main0103.xhp b/source/text/scalc/main0103.xhp
index 199a93f7f4..ab460a9992 100644
--- a/source/text/scalc/main0103.xhp
+++ b/source/text/scalc/main0103.xhp
@@ -28,7 +28,7 @@
<section id="view">
<bookmark xml-lang="en-US" branch="hid/.uno:ViewMenu" id="bm_id5569933" localize="false"/>
-<h1 id="hd_id3151112"><link href="text/scalc/main0103.xhp" name="View">View</link></h1>
+<h1 id="hd_id3151112"><link href="text/scalc/main0103.xhp">View</link></h1>
<paragraph id="par_id3149456" role="paragraph" xml-lang="en-US"><ahelp hid=".">This menu contains commands to control the on-screen display of the document, change the user interface and access the sidebar panels.</ahelp></paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/.uno:NormalViewMode" id="bm_id1480983" localize="false"/>
@@ -52,7 +52,7 @@
<paragraph id="par_id03302017024610704" role="paragraph" xml-lang="en-US">Display the cell formula expression instead of the calculated result.</paragraph>
<h2 id="hd_id241636195404363">Comments</h2>
-<paragraph role="paragraph" id="par_id101636195413295">Display the <link href="text/shared/01/04050000.xhp" name="linkname">cell comments</link> for the current spreadsheet document.</paragraph>
+<paragraph role="paragraph" id="par_id101636195413295">Display the <link href="text/shared/01/04050000.xhp">cell comments</link> for the current spreadsheet document.</paragraph>
<embed href="text/scalc/01/07080000.xhp#split_window"/>
<embed href="text/scalc/01/07090000.xhp#freeze_rows_and_columns"/>
<embed href="text/scalc/01/07090100.xhp#freezecells"/>
@@ -69,7 +69,7 @@
<embed href="text/shared/01/04180100.xhp#data_sources"/>
<embed href="text/shared/01/03110000.xhp#full_screen"/>
-<h2 id="hd_id3125863"><link href="text/shared/01/03010000.xhp" name="Zoom">Zoom</link></h2>
+<h2 id="hd_id3125863"><link href="text/shared/01/03010000.xhp">Zoom</link></h2>
<embed href="text/shared/01/03010000.xhp#zoom_text"/>
</body>
diff --git a/source/text/scalc/main0104.xhp b/source/text/scalc/main0104.xhp
index 48df92e449..4477c04c93 100644
--- a/source/text/scalc/main0104.xhp
+++ b/source/text/scalc/main0104.xhp
@@ -27,13 +27,13 @@
<body>
<section id="insert">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertMenu" id="bm_id8230842" localize="false"/>
-<h1 id="hd_id3157909"><link href="text/scalc/main0104.xhp" name="Insert">Insert</link></h1>
+<h1 id="hd_id3157909"><link href="text/scalc/main0104.xhp">Insert</link></h1>
<paragraph id="par_id3153896" role="paragraph" xml-lang="en-US"><ahelp hid=".">The <emph>Insert</emph> menu contains commands for inserting new elements, such as images, text boxes, object, media, cell names and much more into the current sheet.</ahelp></paragraph>
</section>
<embed href="text/shared/01/04140000.xhp#insertimageh1"/>
-<h2 id="hd_id3146918"><link href="text/schart/01/wiz_chart_type.xhp" name="Chart">Chart</link></h2>
+<h2 id="hd_id3146918"><link href="text/schart/01/wiz_chart_type.xhp">Chart</link></h2>
<paragraph id="par_id0302200904002496" role="paragraph" xml-lang="en-US">Inserts a chart.</paragraph>
<embed href="text/scalc/01/sparklines.xhp#sparklinesh1"/>
@@ -49,15 +49,15 @@
<paragraph role="paragraph" id="par_id501577295147605" localize="false"><embedvar href="text/shared/02/01140000.xhp#textbox_text"/></paragraph>
<embed href="text/shared/01/04050000.xhp#comment"/>
-<h2 id="hd_id3147003"><link href="text/shared/01/04160500.xhp" name="Floating Frame">Floating Frame</link></h2>
+<h2 id="hd_id3147003"><link href="text/shared/01/04160500.xhp">Floating Frame</link></h2>
<embed href="text/shared/01/04160500.xhp#frameeinfuegentext"/>
<embed href="text/shared/02/fontwork.xhp#fontwork"/>
-<h2 id="hd_id3156285"><link href="text/shared/02/09070000.xhp" name="Hyperlink">Hyperlink</link></h2>
+<h2 id="hd_id3156285"><link href="text/shared/02/09070000.xhp">Hyperlink</link></h2>
<embed href="text/shared/02/09070000.xhp#hyperdiatext"/>
-<h2 id="hd_id3153726"><link href="text/shared/01/04100000.xhp" name="Special Character">Special Character</link></h2>
+<h2 id="hd_id3153726"><link href="text/shared/01/04100000.xhp">Special Character</link></h2>
<embed href="text/shared/01/04100000.xhp#sonder"/>
<embed href="text/shared/01/formatting_mark.xhp#formatting_mark"/>
diff --git a/source/text/scalc/main0105.xhp b/source/text/scalc/main0105.xhp
index a51652e424..76df1423b0 100644
--- a/source/text/scalc/main0105.xhp
+++ b/source/text/scalc/main0105.xhp
@@ -31,13 +31,13 @@
<section id="format">
<bookmark xml-lang="en-US" branch="hid/.uno:FormatMenu" id="bm_id4623554" localize="false"/>
-<h1 id="hd_id3149669"><link href="text/scalc/main0105.xhp" name="Format">Format</link></h1>
-<paragraph id="par_id3145171" role="paragraph" xml-lang="en-US"><ahelp hid=".">The <emph>Format</emph> menu contains commands for formatting selected cells, <link href="text/shared/00/00000005.xhp#object" name="objects">objects</link>, and cell contents in your document.</ahelp></paragraph>
+<h1 id="hd_id3149669"><link href="text/scalc/main0105.xhp">Format</link></h1>
+<paragraph id="par_id3145171" role="paragraph" xml-lang="en-US"><ahelp hid=".">The <emph>Format</emph> menu contains commands for formatting selected cells, <link href="text/shared/00/00000005.xhp#object">objects</link>, and cell contents in your document.</ahelp></paragraph>
</section>
<embed href="text/shared/submenu_text.xhp#submenu_text"/>
<embed href="text/shared/01/05010000.xhp#standard"/>
-<h2 id="hd_id3154732"><link href="text/scalc/01/05020000.xhp" name="Cells">Cells</link></h2>
+<h2 id="hd_id3154732"><link href="text/scalc/01/05020000.xhp">Cells</link></h2>
<embed href="text/scalc/01/05020000.xhp#zellattributetext"/>
<embed href="text/scalc/01/05030000.xhp#row"/>
<embed href="text/scalc/01/05040000.xhp#column"/>
@@ -48,16 +48,16 @@
<embed href="text/scalc/01/05080000.xhp#printranges"/>
-<h2 id="hd_id3145748"><link href="text/shared/01/05020000.xhp" name="Character">Character</link></h2>
+<h2 id="hd_id3145748"><link href="text/shared/01/05020000.xhp">Character</link></h2>
<embed href="text/shared/01/05020000.xhp#zeichentext"/>
-<h2 id="hd_id3154485"><link href="text/shared/01/05030000.xhp" name="Paragraph">Paragraph</link></h2>
+<h2 id="hd_id3154485"><link href="text/shared/01/05030000.xhp">Paragraph</link></h2>
<embed href="text/shared/01/05030000.xhp#absatztext"/>
-<h2 id="hd_id3157980"><link href="text/scalc/01/05110000.xhp" name="AutoFormat">AutoFormat</link></h2>
+<h2 id="hd_id3157980"><link href="text/scalc/01/05110000.xhp">AutoFormat</link></h2>
<embed href="text/scalc/01/05110000.xhp#autoformattext"/>
-<h2 id="hd_id3159206"><link href="text/scalc/01/05120000.xhp" name="Conditional Formatting">Conditional Formatting</link></h2>
+<h2 id="hd_id3159206"><link href="text/scalc/01/05120000.xhp">Conditional Formatting</link></h2>
<embed href="text/scalc/01/05120000.xhp#bedingtetext"/>
<embed href="text/shared/01/05260000.xhp#anchoring"/>
<embed href="text/shared/01/05070000.xhp#alignment"/>
@@ -67,10 +67,10 @@
<embed href="text/shared/01/05290000.xhp#group"/>
<embed href="text/scalc/01/format_graphic.xhp#graphic"/>
-<h2 id="hd_id3154703"><link href="text/shared/02/01170100.xhp" name="Control">Control</link></h2>
+<h2 id="hd_id3154703"><link href="text/shared/02/01170100.xhp">Control</link></h2>
<embed href="text/shared/02/01170100.xhp#kontroll"/>
-<h2 id="hd_id3147005"><link href="text/shared/02/01170200.xhp" name="Form">Form</link></h2>
+<h2 id="hd_id3147005"><link href="text/shared/02/01170200.xhp">Form</link></h2>
<embed href="text/shared/02/01170200.xhp#form"/>
</body>
diff --git a/source/text/scalc/main0106.xhp b/source/text/scalc/main0106.xhp
index 9084912583..30543c70c1 100644
--- a/source/text/scalc/main0106.xhp
+++ b/source/text/scalc/main0106.xhp
@@ -27,7 +27,7 @@
<body>
<section id="tools">
<bookmark xml-lang="en-US" branch="hid/.uno:ToolsMenu" id="bm_id9563890" localize="false"/>
-<h1 id="hd_id3150769"><link href="text/scalc/main0106.xhp" name="Tools">Tools</link></h1>
+<h1 id="hd_id3150769"><link href="text/scalc/main0106.xhp">Tools</link></h1>
<paragraph id="par_id3150440" role="paragraph" xml-lang="en-US"><ahelp hid=".">The <emph>Tools</emph> menu contains commands to check spelling, to trace sheet references, to find mistakes and to define scenarios.</ahelp></paragraph>
</section>
<paragraph id="par_id3152576" role="paragraph" xml-lang="en-US">You can also create and assign macros and configure the look and feel of toolbars, menus, keyboard, and set the default options for $[officename] applications.</paragraph>
@@ -37,21 +37,21 @@
<embed href="text/shared/01/06010500.xhp#language"/>
-<h2 id="hd_id3154015"><link href="text/shared/01/06040000.xhp" name="AutoCorrect">AutoCorrect Options</link></h2>
+<h2 id="hd_id3154015"><link href="text/shared/01/06040000.xhp">AutoCorrect Options</link></h2>
<embed href="text/shared/01/06040000.xhp#autoko"/>
<embed href="text/shared/guide/redaction.xhp#redaction01"/>
<embed href="text/shared/guide/auto_redact.xhp#autoredact01"/>
-<h2 id="hd_id3148488"><link href="text/shared/01/02220000.xhp" name="ImageMap">ImageMap</link></h2>
+<h2 id="hd_id3148488"><link href="text/shared/01/02220000.xhp">ImageMap</link></h2>
<embed href="text/shared/01/02220000.xhp#imagemaptext"/>
-<h2 id="hd_id3149122"><link href="text/scalc/01/06040000.xhp" name="Goal Seek">Goal Seek</link></h2>
+<h2 id="hd_id3149122"><link href="text/scalc/01/06040000.xhp">Goal Seek</link></h2>
<embed href="text/scalc/01/06040000.xhp#zielwertsuchetext"/>
<embed href="text/scalc/01/solver.xhp#solverhead"/>
<embed href="text/scalc/01/06030000.xhp#detective"/>
-<h2 id="hd_id3155768"><link href="text/scalc/01/06050000.xhp" name="Scenarios">Scenarios</link></h2>
+<h2 id="hd_id3155768"><link href="text/scalc/01/06050000.xhp">Scenarios</link></h2>
<embed href="text/scalc/01/06050000.xhp#szenariotext"/>
<embed href="text/shared/menu/forms.xhp#forms_submenu_Head"/>
@@ -65,7 +65,7 @@
<embed href="text/shared/01/packagemanager.xhp#packagemanager"/>
-<h2 id="hd_id3150086"><link href="text/shared/01/06140000.xhp" name="Customize">Customize</link></h2>
+<h2 id="hd_id3150086"><link href="text/shared/01/06140000.xhp">Customize</link></h2>
<embed href="text/shared/01/06140000.xhp#anpassen"/>
<embed href="text/shared/optionen/01000000.xhp#options"/>
</body>
diff --git a/source/text/scalc/main0107.xhp b/source/text/scalc/main0107.xhp
index 5f766eecd5..429d12e040 100644
--- a/source/text/scalc/main0107.xhp
+++ b/source/text/scalc/main0107.xhp
@@ -31,7 +31,7 @@
<section id="window">
<bookmark xml-lang="en-US" branch="hid/.uno:WindowList" id="bm_id6907559" localize="false"/>
-<h1 id="hd_id3154758"><link href="text/scalc/main0107.xhp" name="Window">Window</link></h1>
+<h1 id="hd_id3154758"><link href="text/scalc/main0107.xhp">Window</link></h1>
<paragraph id="par_id3150398" role="paragraph" xml-lang="en-US"><ahelp hid=".">Contains commands for manipulating and displaying document windows.</ahelp></paragraph>
</section>
<embed href="text/shared/01/07010000.xhp#newwindow"/>
diff --git a/source/text/scalc/main0112.xhp b/source/text/scalc/main0112.xhp
index 45006fe18b..dd0d084618 100644
--- a/source/text/scalc/main0112.xhp
+++ b/source/text/scalc/main0112.xhp
@@ -25,7 +25,7 @@
</meta>
<body>
<section id="data">
- <bookmark xml-lang="en-US" branch="hid/.uno:DataMenu" id="bm_id9612414" localize="false"/><h1 id="hd_id3153254"><link href="text/scalc/main0112.xhp" name="Data">Data</link></h1>
+ <bookmark xml-lang="en-US" branch="hid/.uno:DataMenu" id="bm_id9612414" localize="false"/><h1 id="hd_id3153254"><link href="text/scalc/main0112.xhp">Data</link></h1>
<paragraph role="paragraph" id="par_id3147264" xml-lang="en-US"><ahelp hid=".">Use the <emph>Data</emph> menu commands to edit the data in the current sheet. You can define ranges, sort and filter the data, calculate results, outline data, and create a pivot table.</ahelp></paragraph>
</section>
<embed href="text/scalc/01/12030000.xhp#sortheader"/>
@@ -41,7 +41,7 @@
<embed href="text/scalc/01/12120000.xhp#validityheader"/>
<embed href="text/scalc/01/12050000.xhp#subtotalheader"/>
<embed href="text/scalc/01/data_form.xhp#data_form"/>
- <h2 id="hd_id231633127579389"><link href="text/scalc/01/live_data_stream.xhp" name="Streams_link">Streams</link></h2>
+ <h2 id="hd_id231633127579389"><link href="text/scalc/01/live_data_stream.xhp">Streams</link></h2>
<paragraph role="paragraph" localize="false" id="par_id251633128124869"><embedvar href="text/scalc/01/live_data_stream.xhp#streams_desc"/></paragraph>
<embed href="text/scalc/01/xml_source.xhp#xml_source"/>
<comment>Data Provider temporarily removed. Feature and help file not finished yet.</comment>
diff --git a/source/text/scalc/main0116.xhp b/source/text/scalc/main0116.xhp
index 84036c545e..8a886a0da7 100644
--- a/source/text/scalc/main0116.xhp
+++ b/source/text/scalc/main0116.xhp
@@ -34,9 +34,9 @@
<h1 id="hd_id0906201507390173"><link href="text/scalc/main0116.xhp">Sheet</link></h1>
<paragraph id="par_id0906201507414091" role="paragraph" xml-lang="en-US"><ahelp hid=".">This menu contains commands to modify and manage a sheet and its elements.</ahelp></paragraph>
</section>
-<h2 id="par_id0906201507414191"><link href="text/scalc/01/04030000.xhp" name="Insert Rows">Insert Rows</link></h2>
+<h2 id="par_id0906201507414191"><link href="text/scalc/01/04030000.xhp">Insert Rows</link></h2>
<embed href="text/scalc/01/04030000.xhp#sheet_insert_rows"/>
-<h2 id="par_id0906201507414192"><link href="text/scalc/01/04040000.xhp" name="Insert Columns">Insert Columns</link></h2>
+<h2 id="par_id0906201507414192"><link href="text/scalc/01/04040000.xhp">Insert Columns</link></h2>
<embed href="text/scalc/01/04040000.xhp#sheet_insert_columns"/>
<embed href="text/scalc/01/04010000.xhp#ins_page_break"/>
@@ -45,19 +45,19 @@
<embed href="text/scalc/01/02140000.xhp#fill"/>
<embed href="text/scalc/01/02150000.xhp#del_contents"/>
-<h2 id="hd_id3150792"><link href="text/scalc/01/02180000.xhp" name="Move/Copy">Move or Copy Sheet</link></h2>
+<h2 id="hd_id3150792"><link href="text/scalc/01/02180000.xhp">Move or Copy Sheet</link></h2>
<embed href="text/scalc/01/02180000.xhp#tabelleverschiebenkopierentext"/>
-<h2 id="hd_id3153968"><link href="text/scalc/01/05050300.xhp" name="Show">Show Sheet</link></h2>
+<h2 id="hd_id3153968"><link href="text/scalc/01/05050300.xhp">Show Sheet</link></h2>
<embed href="text/scalc/01/05050300.xhp#tabeintext"/>
-<h2 id="hd_id3163708"><link href="text/scalc/01/02170000.xhp" name="Delete">Delete Sheet</link></h2>
+<h2 id="hd_id3163708"><link href="text/scalc/01/02170000.xhp">Delete Sheet</link></h2>
<embed href="text/scalc/01/02170000.xhp#tabelleloeschentext"/>
<h2 id="hd_id3163735308">Sheet Tab Color</h2>
<embed href="text/scalc/guide/multitables.xhp#sheettabcolor"/>
-<h2 id="hd_id3163733308"><link href="text/shared/01/06140500.xhp" name="Events">Sheet Events</link></h2>
+<h2 id="hd_id3163733308"><link href="text/shared/01/06140500.xhp">Sheet Events</link></h2>
<embed href="text/shared/01/06140500.xhp#assignaction"/>
</body>
diff --git a/source/text/scalc/main0200.xhp b/source/text/scalc/main0200.xhp
index d7ed89cfff..5e61275e79 100644
--- a/source/text/scalc/main0200.xhp
+++ b/source/text/scalc/main0200.xhp
@@ -30,7 +30,7 @@
<body>
<section id="toolbars">
- <h1 id="hd_id3154758"><variable id="main0200"><link href="text/scalc/main0200.xhp" name="Toolbars">Toolbars</link></variable></h1>
+ <h1 id="hd_id3154758"><variable id="main0200"><link href="text/scalc/main0200.xhp">Toolbars</link></variable></h1>
<paragraph role="paragraph" id="par_id3148798" xml-lang="en-US">This submenu lists the toolbars that are available in spreadsheets. This overview describes the default toolbar configuration for %PRODUCTNAME.</paragraph>
</section>
<section id="Section1">
diff --git a/source/text/scalc/main0202.xhp b/source/text/scalc/main0202.xhp
index 7bdab0b729..99f8287ac4 100644
--- a/source/text/scalc/main0202.xhp
+++ b/source/text/scalc/main0202.xhp
@@ -29,7 +29,7 @@
<body>
<section id="imnormalmodus">
<!-- removed HID HID_SC_TOOLBOX_TABLE -->
-<h1 id="hd_id3150448"><link href="text/scalc/main0202.xhp" name="Formatting Bar">Formatting Bar</link></h1>
+<h1 id="hd_id3150448"><link href="text/scalc/main0202.xhp">Formatting Bar</link></h1>
<paragraph role="paragraph" id="par_id3153897" xml-lang="en-US"><ahelp hid="HID_SC_TOOLBOX_TABLE">The <emph>Formatting</emph> bar contains basic commands for applying manually formatting.</ahelp></paragraph>
</section>
<embed href="text/shared/02/01230000.xhp#stylist"/>
@@ -44,19 +44,19 @@
<embed href="text/shared/00/00040502.xhp#syitalic"/>
<embed href="text/shared/01/05110300.xhp#underline"/>
<embed href="text/shared/00/00040502.xhp#syunderline"/>
-<h2 id="hd_id3153160"><link href="text/shared/01/05020200.xhp" name="Font Color">Font Color</link></h2>
+<h2 id="hd_id3153160"><link href="text/shared/01/05020200.xhp">Font Color</link></h2>
<embed href="text/shared/01/05020200.xhp#textfarbe"/>
<embed href="text/shared/00/00000004.xhp#syfont_color"/>
-<h2 id="hd_id3150715"><link href="text/shared/01/05340300.xhp" name="Align Left">Align Left</link></h2>
+<h2 id="hd_id3150715"><link href="text/shared/01/05340300.xhp">Align Left</link></h2>
<embed href="text/shared/01/05340300.xhp#linkstext"/>
<embed href="text/shared/00/00040502.xhp#syalign_left"/>
-<h2 id="hd_id3155064"><link href="text/shared/01/05340300.xhp" name="Align Center Horizontally">Align Center Horizontally</link></h2>
+<h2 id="hd_id3155064"><link href="text/shared/01/05340300.xhp">Align Center Horizontally</link></h2>
<embed href="text/shared/01/05340300.xhp#zentrierttext"/>
<embed href="text/shared/00/00040502.xhp#sycenter"/>
-<h2 id="hd_id3150042"><link href="text/shared/01/05340300.xhp" name="Align Right">Align Right</link></h2>
+<h2 id="hd_id3150042"><link href="text/shared/01/05340300.xhp">Align Right</link></h2>
<embed href="text/shared/01/05340300.xhp#rechtstext"/>
<embed href="text/shared/00/00040502.xhp#syalign_right"/>
-<h2 id="hd_id3154703"><link href="text/shared/01/05340300.xhp" name="Justify">Justify</link></h2>
+<h2 id="hd_id3154703"><link href="text/shared/01/05340300.xhp">Justify</link></h2>
<embed href="text/shared/01/05340300.xhp#blocktext"/>
<embed href="text/shared/00/00040502.xhp#syblocksatz"/>
<embed href="text/scalc/02/02130000.xhp#currency"/>
@@ -77,13 +77,13 @@
<embed href="text/shared/02/03130000.xhp#syborders"/>
<embed href="text/shared/02/02170000.xhp#background_color"/>
<embed href="text/shared/02/02170000.xhp#sybackground_color"/>
-<h2 id="hd_id3152986"><link href="text/shared/01/05340300.xhp" name="Align Top">Align Top</link></h2>
+<h2 id="hd_id3152986"><link href="text/shared/01/05340300.xhp">Align Top</link></h2>
<embed href="text/shared/01/05340300.xhp#obentext"/>
<embed href="text/shared/00/00000004.xhp#syalign_top"/>
-<h2 id="hd_id3153306"><link href="text/shared/01/05340300.xhp" name="Align Center Vertically">Align Center Vertically</link></h2>
+<h2 id="hd_id3153306"><link href="text/shared/01/05340300.xhp">Align Center Vertically</link></h2>
<embed href="text/shared/01/05340300.xhp#mittetext"/>
<embed href="text/shared/00/00000004.xhp#syalign_center_vertically"/>
-<h2 id="hd_id3151240"><link href="text/shared/01/05340300.xhp" name="Align Bottom">Align Bottom</link></h2>
+<h2 id="hd_id3151240"><link href="text/shared/01/05340300.xhp">Align Bottom</link></h2>
<embed href="text/shared/01/05340300.xhp#untentext"/>
<embed href="text/shared/00/00000004.xhp#syalign_bottom"/>
<bookmark xml-lang="en-US" branch="hid/.uno:NumberFormatDate" id="bm_id8329721" localize="false"/>
@@ -93,7 +93,7 @@
<h2 id="par_idN1085E">Number Format: Exponential</h2>
<paragraph role="paragraph" id="par_idN10862" xml-lang="en-US"><ahelp hid=".">Applies the exponential format to the selected cells.</ahelp></paragraph>
<h2 id="par_idN10871">Additional icons</h2>
-<paragraph role="paragraph" id="par_idN10875" xml-lang="en-US">If <link href="text/shared/00/00000005.xhp#ctl" name="CTL">CTL</link> support is enabled, two additional icons are visible.</paragraph>
+<paragraph role="paragraph" id="par_idN10875" xml-lang="en-US">If <link href="text/shared/00/00000005.xhp#ctl">CTL</link> support is enabled, two additional icons are visible.</paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:ParaLeftToRight" id="bm_id3149957" localize="false"/>
<h2 id="par_idN1088E">Left-To-Right</h2>
<table id="tbl_id2270882">
diff --git a/source/text/scalc/main0203.xhp b/source/text/scalc/main0203.xhp
index a401516d13..5a769e5bd8 100644
--- a/source/text/scalc/main0203.xhp
+++ b/source/text/scalc/main0203.xhp
@@ -29,25 +29,25 @@
<body>
<section id="drawing_object_properties_bar">
<bookmark xml-lang="en-US" branch="hid/HID_SC_TOOLBOX_DRAW" id="bm_id3150400" localize="false"/>
-<h1 id="hd_id3154346"><link href="text/scalc/main0203.xhp" name="Drawing Object Properties Bar">Drawing Object Properties Bar</link></h1>
+<h1 id="hd_id3154346"><link href="text/scalc/main0203.xhp">Drawing Object Properties Bar</link></h1>
<paragraph role="paragraph" id="par_id3149656" xml-lang="en-US"><ahelp hid="HID_SC_TOOLBOX_DRAW">The <emph>Drawing Object Properties</emph> Bar for objects that you select in the sheet contains formatting and alignment commands.</ahelp></paragraph>
</section>
<embed href="text/shared/01/05200000.xhp#line"/>
<embed href="text/shared/00/00040502.xhp#syline"/>
<embed href="text/shared/02/05020000.xhp#arrow_style"/>
<embed href="text/shared/02/05020000.xhp#syarrow_style"/>
-<h2 id="hd_id3145748"><link href="text/shared/01/05200100.xhp" name="Line Style">Line Style</link></h2>
+<h2 id="hd_id3145748"><link href="text/shared/01/05200100.xhp">Line Style</link></h2>
<embed href="text/shared/01/05200100.xhp#stiltext"/>
<embed href="text/shared/00/00000004.xhp#syline_style"/>
-<h2 id="hd_id3151073"><link href="text/shared/01/05200100.xhp" name="Line Width">Line Width</link></h2>
+<h2 id="hd_id3151073"><link href="text/shared/01/05200100.xhp">Line Width</link></h2>
<embed href="text/shared/01/05200100.xhp#breitetext"/>
<embed href="text/shared/00/00000004.xhp#syline_width"/>
-<h2 id="hd_id3153417"><link href="text/shared/01/05200100.xhp" name="Line Color">Line Color</link></h2>
+<h2 id="hd_id3153417"><link href="text/shared/01/05200100.xhp">Line Color</link></h2>
<embed href="text/shared/01/05200100.xhp#farbetext"/>
<embed href="text/shared/00/00000004.xhp#syline_color"/>
<embed href="text/shared/01/05210000.xhp#area"/>
<embed href="text/shared/00/00040502.xhp#syarea"/>
-<h2 id="hd_id3147338"><link href="text/shared/01/05210100.xhp" name="Background Color">Background Color</link></h2>
+<h2 id="hd_id3147338"><link href="text/shared/01/05210100.xhp">Background Color</link></h2>
<embed href="text/shared/01/05210100.xhp#sytext"/>
<embed href="text/shared/00/00000004.xhp#syarea_style"/>
<embed href="text/shared/02/05090000.xhp#rotate"/>
diff --git a/source/text/scalc/main0205.xhp b/source/text/scalc/main0205.xhp
index bab10453a2..c93d2c7b4b 100644
--- a/source/text/scalc/main0205.xhp
+++ b/source/text/scalc/main0205.xhp
@@ -29,7 +29,7 @@
<body>
<section id="text_formatting_bar">
<bookmark xml-lang="en-US" branch="hid/HID_SC_TOOLBOX_DRTEXT" id="bm_id3147265" localize="false"/>
-<h1 id="hd_id3156330"><link href="text/scalc/main0205.xhp" name="Text Formatting Bar">Text Formatting Bar</link></h1>
+<h1 id="hd_id3156330"><link href="text/scalc/main0205.xhp">Text Formatting Bar</link></h1>
<paragraph role="paragraph" id="par_id3151112" xml-lang="en-US"><ahelp hid="HID_SC_TOOLBOX_DRTEXT">The <emph>Text Formatting</emph> Bar that is displayed when the cursor is in a text object, such as a text box or a drawing object, contains formatting and alignment commands.</ahelp></paragraph>
</section>
<embed href="text/shared/02/02020000.xhp#font_name"/>
@@ -42,40 +42,40 @@
<embed href="text/shared/00/00040502.xhp#syitalic"/>
<embed href="text/shared/01/05110300.xhp#underline"/>
<embed href="text/shared/00/00040502.xhp#syunderline"/>
-<h2 id="hd_id3148575"><link href="text/shared/01/05020200.xhp" name="Font Color">Font Color</link></h2>
+<h2 id="hd_id3148575"><link href="text/shared/01/05020200.xhp">Font Color</link></h2>
<embed href="text/shared/01/05020200.xhp#textfarbe"/>
<embed href="text/shared/00/00000004.xhp#syfont_color"/>
-<h2 id="hd_id3154944"><link href="text/shared/01/05030100.xhp" name="Line Spacing: 1">Line Spacing: 1</link></h2>
+<h2 id="hd_id3154944"><link href="text/shared/01/05030100.xhp">Line Spacing: 1</link></h2>
<embed href="text/shared/01/05030100.xhp#einzeiligtext"/>
<embed href="text/shared/00/00000004.xhp#sysingle_line"/>
-<h2 id="hd_id3146969"><link href="text/shared/01/05030100.xhp" name="Line Spacing: 1.5">Line Spacing: 1.5</link></h2>
+<h2 id="hd_id3146969"><link href="text/shared/01/05030100.xhp">Line Spacing: 1.5</link></h2>
<embed href="text/shared/01/05030100.xhp#eineinhalbzeiligtext"/>
<embed href="text/shared/00/00000004.xhp#syone_point_five_lines"/>
-<h2 id="hd_id3153711"><link href="text/shared/01/05030100.xhp" name="Line Spacing: 2">Line Spacing: 2</link></h2>
+<h2 id="hd_id3153711"><link href="text/shared/01/05030100.xhp">Line Spacing: 2</link></h2>
<embed href="text/shared/01/05030100.xhp#zweizeiligtext"/>
<embed href="text/shared/00/00000004.xhp#sydouble_line"/>
-<h2 id="hd_id3147345"><link href="text/shared/01/05030700.xhp" name="Align Left">Align Left</link></h2>
+<h2 id="hd_id3147345"><link href="text/shared/01/05030700.xhp">Align Left</link></h2>
<embed href="text/shared/01/05030700.xhp#linkstext"/>
<embed href="text/shared/00/00040502.xhp#syalign_left"/>
-<h2 id="hd_id3155337"><link href="text/shared/01/05030700.xhp" name="Centered">Centered</link></h2>
+<h2 id="hd_id3155337"><link href="text/shared/01/05030700.xhp">Centered</link></h2>
<embed href="text/shared/01/05030700.xhp#zentrierttext"/>
<embed href="text/shared/00/00040502.xhp#sycenter"/>
-<h2 id="hd_id3147001"><link href="text/shared/01/05030700.xhp" name="Align Right">Align Right</link></h2>
+<h2 id="hd_id3147001"><link href="text/shared/01/05030700.xhp">Align Right</link></h2>
<embed href="text/shared/01/05030700.xhp#rechtstext"/>
<embed href="text/shared/00/00040502.xhp#syalign_right"/>
-<h2 id="hd_id3155115"><link href="text/shared/01/05030700.xhp" name="Justify">Justify</link></h2>
+<h2 id="hd_id3155115"><link href="text/shared/01/05030700.xhp">Justify</link></h2>
<embed href="text/shared/01/05030700.xhp#blocksatztext"/>
<embed href="text/shared/00/00040502.xhp#syblocksatz"/>
-<h2 id="hd_id3150202"><link href="text/shared/01/05020500.xhp" name="Superscript">Superscript</link></h2>
+<h2 id="hd_id3150202"><link href="text/shared/01/05020500.xhp">Superscript</link></h2>
<embed href="text/shared/01/05020500.xhp#hochtext"/>
<embed href="text/shared/00/00000004.xhp#sysuperscript"/>
-<h2 id="hd_id3155531"><link href="text/shared/01/05020500.xhp" name="Subscript">Subscript</link></h2>
+<h2 id="hd_id3155531"><link href="text/shared/01/05020500.xhp">Subscript</link></h2>
<embed href="text/shared/01/05020500.xhp#tieftext"/>
<embed href="text/shared/00/00000004.xhp#sysubscript"/>
-<h2 id="hd_id3145387"><link href="text/shared/01/05020000.xhp" name="Character">Character</link></h2>
+<h2 id="hd_id3145387"><link href="text/shared/01/05020000.xhp">Character</link></h2>
<embed href="text/shared/01/05020000.xhp#zeichentext"/>
<embed href="text/shared/00/00040500.xhp#sycharacter"/>
-<h2 id="hd_id3153067"><link href="text/shared/01/05030000.xhp" name="Paragraph">Paragraph</link></h2>
+<h2 id="hd_id3153067"><link href="text/shared/01/05030000.xhp">Paragraph</link></h2>
<embed href="text/shared/01/05030000.xhp#absatztext"/>
<embed href="text/shared/00/00040500.xhp#syparagraph"/>
<embed href="text/shared/00/00000007.xhp#asia"/>
diff --git a/source/text/scalc/main0206.xhp b/source/text/scalc/main0206.xhp
index 6844595dbb..18190fe0d1 100644
--- a/source/text/scalc/main0206.xhp
+++ b/source/text/scalc/main0206.xhp
@@ -30,7 +30,7 @@
<section id="formula_bar">
<bookmark xml-lang="en-US" branch="hid/SC_HID_SC_INPUTWIN" id="bm_id3154347" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:FocusInputLine" id="bm_id7657094" localize="false"/>
-<h1 id="hd_id3147264"><link href="text/scalc/main0206.xhp" name="Formula Bar">Formula Bar</link></h1>
+<h1 id="hd_id3147264"><link href="text/scalc/main0206.xhp">Formula Bar</link></h1>
<paragraph role="paragraph" id="par_id3150400" xml-lang="en-US"><ahelp hid="HID_SC_INPUTWIN">Use this bar to enter formulas.</ahelp></paragraph>
</section>
<embed href="text/scalc/02/06010000.xhp#name_box"/>
diff --git a/source/text/scalc/main0208.xhp b/source/text/scalc/main0208.xhp
index 870ecdde11..4851e61cef 100644
--- a/source/text/scalc/main0208.xhp
+++ b/source/text/scalc/main0208.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="status_bar">
- <h1 id="hd_id3151385"><link href="text/scalc/main0208.xhp" name="Status Bar">Status Bar</link></h1>
+ <h1 id="hd_id3151385"><link href="text/scalc/main0208.xhp">Status Bar</link></h1>
<paragraph xml-lang="en-US" id="par_id3149669" role="paragraph">The <emph>Status Bar</emph> displays information about the current sheet.</paragraph>
</section>
<embed href="text/scalc/02/08010000.xhp#position_in_document"/>
diff --git a/source/text/scalc/main0210.xhp b/source/text/scalc/main0210.xhp
index 9d8053d24d..bc4fc3dfe1 100644
--- a/source/text/scalc/main0210.xhp
+++ b/source/text/scalc/main0210.xhp
@@ -31,7 +31,7 @@
<section id="print_preview_bar">
<!-- removed HID HID_SC_TOOLBOX_PREVIEW -->
<bookmark xml-lang="en-US" branch="hid/SC_HID_SC_WIN_PREVIEW" id="bm_id3155411" localize="false"/>
-<h1 id="hd_id3156023" xml-lang="en-US"><link href="text/scalc/main0210.xhp" name="Print Preview Bar">Print Preview Bar</link></h1>
+<h1 id="hd_id3156023" xml-lang="en-US"><link href="text/scalc/main0210.xhp">Print Preview Bar</link></h1>
<paragraph role="paragraph" id="par_id3148663" xml-lang="en-US"><ahelp hid="HID_SC_WIN_PREVIEW">The <emph>Print Preview</emph> bar is displayed when you choose <emph>File - Print Preview</emph>.</ahelp></paragraph>
</section>
<embed href="text/shared/02/10010000.xhp#previous_page"/>
@@ -48,7 +48,7 @@
<embed href="text/scalc/02/10060000.xhp#syzoom_out"/>
<h2 id="hd_id3147393" xml-lang="en-US">Full Screen</h2>
<paragraph role="paragraph" id="par_id460828" xml-lang="en-US">Hides the menus and toolbars. To exit the full screen mode, click the <emph>Full Screen</emph> button.</paragraph>
-<h2 id="hd_id3147394" xml-lang="en-US"><link href="text/scalc/01/05070000.xhp" name="Format Page">Format Page</link></h2>
+<h2 id="hd_id3147394" xml-lang="en-US"><link href="text/scalc/01/05070000.xhp">Format Page</link></h2>
<embed href="text/scalc/01/05070000.xhp#seitetext"/>
<h2 id="hd_id3147494" xml-lang="en-US">Margins</h2>
<paragraph role="paragraph" id="par_id460929" xml-lang="en-US">Shows or hides margins of the page. Margins can be dragged by the mouse, and also can be set on <emph>Page</emph> tab of <emph>Page Style</emph> dialog.</paragraph>
diff --git a/source/text/scalc/main0214.xhp b/source/text/scalc/main0214.xhp
index 6aaa577602..5dcfdd40bf 100644
--- a/source/text/scalc/main0214.xhp
+++ b/source/text/scalc/main0214.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="imagebar">
-<h1 id="hd_id3153088"><link href="text/scalc/main0214.xhp" name="Image Bar">Image Bar</link></h1>
+<h1 id="hd_id3153088"><link href="text/scalc/main0214.xhp">Image Bar</link></h1>
<paragraph role="paragraph" id="par_id3153896" xml-lang="en-US"><ahelp hid=".">The <emph>Image</emph> bar is displayed when you insert or select an image in a sheet.</ahelp></paragraph>
</section>
<embed href="text/shared/02/24010000.xhp#filter"/>
diff --git a/source/text/scalc/main0218.xhp b/source/text/scalc/main0218.xhp
index 2430fd6b4b..1ff3ef60bb 100644
--- a/source/text/scalc/main0218.xhp
+++ b/source/text/scalc/main0218.xhp
@@ -29,7 +29,7 @@
<body>
<section id="toolsbar">
<!-- removed HID HID_SC_TOOLBOX_TOOLS -->
-<h1 id="hd_id3143268"><link href="text/scalc/main0218.xhp" name="Tools Bar">Tools Bar</link></h1>
+<h1 id="hd_id3143268"><link href="text/scalc/main0218.xhp">Tools Bar</link></h1>
<paragraph role="paragraph" id="par_id3151112" xml-lang="en-US"><ahelp hid="HID_SC_TOOLBOX_TOOLS">Use the Tools bar to access commonly used commands.</ahelp></paragraph>
</section>
<embed href="text/scalc/02/18010000.xhp#insert"/>
@@ -37,28 +37,28 @@
<embed href="text/scalc/02/18020000.xhp#insert_cells"/>
<embed href="text/scalc/00/00000404.xhp#syinsert_cells"/>
<bookmark xml-lang="en-US" branch="hid/.uno:InsObjCtrl" id="bm_id2513504" localize="false"/>
-<h2 id="par_idN10610"><link href="text/shared/02/01170000.xhp" name="Controls">Controls</link></h2>
+<h2 id="par_idN10610"><link href="text/shared/02/01170000.xhp">Controls</link></h2>
<embed href="text/shared/02/01170000.xhp#formulartext"/>
<embed href="text/shared/02/01170000.xhp#syform_controls"/>
<embed href="text/scalc/01/05110000.xhp#autoformat"/>
<embed href="text/scalc/01/05110000.xhp#autoformattext"/>
<embed href="text/scalc/00/00000405.xhp#syautoformat"/>
-<h2 id="hd_id3154730"><link href="text/scalc/02/06080000.xhp" name="Choose Themes">Choose Themes</link></h2>
+<h2 id="hd_id3154730"><link href="text/scalc/02/06080000.xhp">Choose Themes</link></h2>
<embed href="text/scalc/02/06080000.xhp#thementext"/>
<embed href="text/scalc/02/06080000.xhp#sythemes"/>
<embed href="text/scalc/01/12040100.xhp#autofilter"/>
<embed href="text/scalc/00/00000412.xhp#syautofilter"/>
<embed href="text/shared/02/12090000.xhp#standardfilter1"/>
<embed href="text/shared/02/12090000.xhp#systandardfilter"/>
-<h2 id="par_idN10690"><link href="text/scalc/01/12040300.xhp" name="Advanced Filter">Advanced Filter</link></h2>
+<h2 id="par_idN10690"><link href="text/scalc/01/12040300.xhp">Advanced Filter</link></h2>
<embed href="text/scalc/01/12040300.xhp#spezialfilter"/>
<h2 id="par_idN106A8"><link href="text/scalc/01/12090100.xhp">Start</link></h2>
<embed href="text/scalc/01/12090100.xhp#pivot_table"/>
-<h2 id="par_idN106C0"><link href="text/shared/autopi/01150000.xhp" name="Euro Converter">Euro Converter</link></h2>
+<h2 id="par_idN106C0"><link href="text/shared/autopi/01150000.xhp">Euro Converter</link></h2>
<embed href="text/shared/autopi/01150000.xhp#eurokonv"/>
<h2 id="par_idN106D8"><link href="text/scalc/01/04070100.xhp">Define</link></h2>
<embed href="text/scalc/01/04070100.xhp#namenfestlegentext"/>
-<h2 id="par_idN106F0"><link href="text/scalc/01/06040000.xhp" name="Goal Seek">Goal Seek</link></h2>
+<h2 id="par_idN106F0"><link href="text/scalc/01/06040000.xhp">Goal Seek</link></h2>
<embed href="text/scalc/01/06040000.xhp#zielwertsuchetext"/>
<embed href="text/scalc/01/12080300.xhp#group"/>
<embed href="text/scalc/01/12080300.xhp#gruppierung"/>
diff --git a/source/text/scalc/main0503.xhp b/source/text/scalc/main0503.xhp
index 27e04b5f81..396e1f2e60 100644
--- a/source/text/scalc/main0503.xhp
+++ b/source/text/scalc/main0503.xhp
@@ -30,12 +30,12 @@
<section id="features">
- <h1 id="hd_id3154758"><variable id="main0503"><link href="text/scalc/main0503.xhp" name="$[officename] Calc Features">$[officename] Calc Features</link></variable></h1>
+ <h1 id="hd_id3154758"><variable id="main0503"><link href="text/scalc/main0503.xhp">$[officename] Calc Features</link></variable></h1>
<paragraph role="paragraph" id="par_id3149457" xml-lang="en-US">$[officename] Calc is a spreadsheet application that you can use to calculate, analyze, and manage your data. You can also import and modify Microsoft Excel spreadsheets.</paragraph>
</section>
<h2 id="hd_id3148797">Calculations</h2>
- <paragraph xml-lang="en-US" role="paragraph" id="par_id3145172">$[officename] Calc provides you with <link href="text/scalc/01/04060100.xhp" name="functions">functions</link>, including statistical and banking functions, that you can use to create formulas to perform complex calculations on your data.</paragraph>
- <paragraph xml-lang="en-US" role="paragraph" id="par_id3145271">You can also use the <link href="text/scalc/01/04060000.xhp" name="AutoPilots">Function Wizard</link> to help you create your formulas.</paragraph>
+ <paragraph xml-lang="en-US" role="paragraph" id="par_id3145172">$[officename] Calc provides you with <link href="text/scalc/01/04060100.xhp">functions</link>, including statistical and banking functions, that you can use to create formulas to perform complex calculations on your data.</paragraph>
+ <paragraph xml-lang="en-US" role="paragraph" id="par_id3145271">You can also use the <link href="text/scalc/01/04060000.xhp">Function Wizard</link> to help you create your formulas.</paragraph>
<h2 id="hd_id3152596">What-If Calculations</h2>
<paragraph role="paragraph" id="par_id3156444" xml-lang="en-US">An interesting feature is to be able to immediately view the results of changes made to one factor of calculations that are composed of several factors. For instance, you can see how changing the time period in a loan calculation affects the interest rates or repayment amounts. Furthermore, you can manage larger tables by using different predefined scenarios.</paragraph>
<h2 id="hd_id3148576">Database Functions</h2>
@@ -46,6 +46,6 @@
<h2 id="hd_id3155601">Dynamic Charts</h2>
<paragraph role="paragraph" id="par_id3149121" xml-lang="en-US">$[officename] Calc lets you present spreadsheet data in dynamic charts that update automatically when the data changes.</paragraph>
<h2 id="hd_id3153707">Opening and Saving Microsoft Files</h2>
- <paragraph xml-lang="en-US" role="paragraph" id="par_id3157867">Use the $[officename] filters to convert Excel files, or to open and save in a variety of other <link href="text/shared/00/00000020.xhp" name="formats">formats</link>.</paragraph>
+ <paragraph xml-lang="en-US" role="paragraph" id="par_id3157867">Use the $[officename] filters to convert Excel files, or to open and save in a variety of other <link href="text/shared/00/00000020.xhp">formats</link>.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/schart/01/03010000.xhp b/source/text/schart/01/03010000.xhp
index 913028931c..4098c6d91b 100644
--- a/source/text/schart/01/03010000.xhp
+++ b/source/text/schart/01/03010000.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:DiagramData" id="bm_id3153771" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/chartdatadialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/chartdatadialog/ChartDataDialog" id="bm_id3153772" localize="false"/>
-<paragraph role="heading" id="hd_id3150869" xml-lang="en-US" level="1"><link href="text/schart/01/03010000.xhp" name="Data Table">Data Table</link></paragraph>
+<paragraph role="heading" id="hd_id3150869" xml-lang="en-US" level="1"><link href="text/schart/01/03010000.xhp">Data Table</link></paragraph>
<paragraph role="paragraph" id="par_id3151115" xml-lang="en-US"><ahelp hid=".">Opens the<emph> Data Table </emph>dialog where you can edit the chart data.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id3149667" xml-lang="en-US">The<emph> Data Table </emph>dialog is not available if you insert a chart that is based on a Calc sheet or on a Writer table.<comment>UFI: fixes #i31208#</comment></paragraph>
<switch select="appl">
diff --git a/source/text/schart/01/04030000.xhp b/source/text/schart/01/04030000.xhp
index 8d56974b89..ad2051e6df 100644
--- a/source/text/schart/01/04030000.xhp
+++ b/source/text/schart/01/04030000.xhp
@@ -39,7 +39,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/dlg_DataLabel/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/dlg_DataLabel/dlg_DataLabels" id="bm_id31445111" localize="false"/>
<section id="datalabels">
- <h1 id="hd_id3150275"><variable id="datenbeschriftung"><link href="text/schart/01/04030000.xhp" name="Data labels">Data Labels</link>
+ <h1 id="hd_id3150275"><variable id="datenbeschriftung"><link href="text/schart/01/04030000.xhp">Data Labels</link>
</variable></h1>
<paragraph xml-lang="en-US" id="par_id3154684" role="paragraph"><variable id="besch"><ahelp hid=".uno:InsertMenuDataLabels">Opens the<emph> Data Labels </emph>dialog, which enables you to set the data labels.</ahelp>
</variable></paragraph>
diff --git a/source/text/schart/01/04050000.xhp b/source/text/schart/01/04050000.xhp
index 591be0c844..468fc20aaa 100644
--- a/source/text/schart/01/04050000.xhp
+++ b/source/text/schart/01/04050000.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/tp_ErrorBars/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/dlg_InsertErrorBars/dlg_InsertErrorBars" id="bm_id877102" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/tp_ErrorBars/tp_ErrorBars" id="bm_id8771021" localize="false"/>
-<paragraph role="heading" id="hd_id3147428" xml-lang="en-US" level="1"><link href="text/schart/01/04050000.xhp" name="Y Error Bars">X/Y Error Bars</link></paragraph><comment>i85330</comment>
+<paragraph role="heading" id="hd_id3147428" xml-lang="en-US" level="1"><link href="text/schart/01/04050000.xhp">X/Y Error Bars</link></paragraph><comment>i85330</comment>
<paragraph role="paragraph" id="par_id3149666" xml-lang="en-US"><variable id="statistik"><ahelp hid=".">Use the <emph>X or Y Error Bars</emph> dialog to display error bars for 2D charts.</ahelp>
</variable></paragraph>
<embed href="text/schart/01/04030000.xhp#context"/>
diff --git a/source/text/schart/01/04060000.xhp b/source/text/schart/01/04060000.xhp
index b014fcb84b..e9639f6242 100644
--- a/source/text/schart/01/04060000.xhp
+++ b/source/text/schart/01/04060000.xhp
@@ -36,7 +36,7 @@
<bookmark_value>pie charts;options</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/tp_SeriesToAxis/TP_OPTIONS" id="bm_id8064517" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3149400" role="heading" level="1"><link href="text/schart/01/04060000.xhp" name="Options">Options</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3149400" role="heading" level="1"><link href="text/schart/01/04060000.xhp">Options</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3155067" role="paragraph">Use this dialog to define some options that are available for specific chart types. The contents of the Options dialog vary with the chart type.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/schart/01/05010000.xhp b/source/text/schart/01/05010000.xhp
index 217bb479a9..8fa903cb8a 100644
--- a/source/text/schart/01/05010000.xhp
+++ b/source/text/schart/01/05010000.xhp
@@ -38,21 +38,21 @@
<section id="howtoget">
<embed href="text/schart/00/00000004.xhp#frtoes"/>
</section>
-<paragraph role="heading" id="hd_id3153418" xml-lang="en-US" level="2"><link href="text/schart/01/05060000.xhp" name="Chart Wall">Chart Wall</link></paragraph>
+<paragraph role="heading" id="hd_id3153418" xml-lang="en-US" level="2"><link href="text/schart/01/05060000.xhp">Chart Wall</link></paragraph>
<embed href="text/schart/01/05060000.xhp#diagramm"/>
-<paragraph role="heading" id="hd_id3155766" xml-lang="en-US" level="2"><link href="text/schart/01/05080000.xhp" name="Chart Area">Chart Area</link></paragraph>
+<paragraph role="heading" id="hd_id3155766" xml-lang="en-US" level="2"><link href="text/schart/01/05080000.xhp">Chart Area</link></paragraph>
<embed href="text/schart/01/05080000.xhp#diagrammflaeche"/>
-<paragraph role="heading" id="hd_id3154255" xml-lang="en-US" level="2"><link href="text/schart/01/05070000.xhp" name="Chart Floor">Chart Floor</link></paragraph>
+<paragraph role="heading" id="hd_id3154255" xml-lang="en-US" level="2"><link href="text/schart/01/05070000.xhp">Chart Floor</link></paragraph>
<embed href="text/schart/01/05070000.xhp#diagrammboden"/>
-<paragraph role="heading" id="hd_id3146313" xml-lang="en-US" level="2"><link href="text/schart/01/05020100.xhp" name="Title">Title</link></paragraph>
+<paragraph role="heading" id="hd_id3146313" xml-lang="en-US" level="2"><link href="text/schart/01/05020100.xhp">Title</link></paragraph>
<embed href="text/schart/01/05020100.xhp#titel"/>
-<paragraph role="heading" id="hd_id3150297" xml-lang="en-US" level="2"><link href="text/schart/01/05030000.xhp" name="Legend">Legend</link></paragraph>
+<paragraph role="heading" id="hd_id3150297" xml-lang="en-US" level="2"><link href="text/schart/01/05030000.xhp">Legend</link></paragraph>
<embed href="text/schart/01/05030000.xhp#legende"/>
-<paragraph role="heading" id="hd_id3143219" xml-lang="en-US" level="2"><link href="text/schart/01/05040100.xhp" name="X Axis">X Axis</link></paragraph>
+<paragraph role="heading" id="hd_id3143219" xml-lang="en-US" level="2"><link href="text/schart/01/05040100.xhp">X Axis</link></paragraph>
<embed href="text/schart/01/05040100.xhp#achsen"/>
-<paragraph role="heading" id="hd_id3150207" xml-lang="en-US" level="2"><link href="text/schart/01/05040200.xhp" name="Y Axis">Y Axis</link></paragraph>
+<paragraph role="heading" id="hd_id3150207" xml-lang="en-US" level="2"><link href="text/schart/01/05040200.xhp">Y Axis</link></paragraph>
<embed href="text/schart/01/05040200.xhp#yachse"/>
-<paragraph role="heading" id="hd_id3166432" xml-lang="en-US" level="2"><link href="text/schart/01/05050100.xhp" name="Grid">Grid</link></paragraph>
+<paragraph role="heading" id="hd_id3166432" xml-lang="en-US" level="2"><link href="text/schart/01/05050100.xhp">Grid</link></paragraph>
<embed href="text/schart/01/05050100.xhp#gitter"/>
<embed href="text/schart/01/05010100.xhp#data_point"/>
<embed href="text/schart/01/05010200.xhp#data_series"/>
diff --git a/source/text/schart/01/05010100.xhp b/source/text/schart/01/05010100.xhp
index bd3d9c576a..eec06acb96 100644
--- a/source/text/schart/01/05010100.xhp
+++ b/source/text/schart/01/05010100.xhp
@@ -30,7 +30,7 @@
<section id="data_point">
- <h1 id="hd_id3153768"><link href="text/schart/01/05010100.xhp" name="Data Point">Data Point</link></h1>
+ <h1 id="hd_id3153768"><link href="text/schart/01/05010100.xhp">Data Point</link></h1>
<paragraph xml-lang="en-US" role="paragraph" id="par_id3152577">This dialog allows you to change the properties of a selected data point. The dialog appears when there is only one data point selected when you choose <emph>Format - Format Selection</emph>. Some of the menu entries are only available for 2D or 3D charts.</paragraph>
</section>
<note id="par_id3149121">Any changes made only affect this one data point. For example, if you edit the color of a bar, only the color of that bar will be different.</note>
diff --git a/source/text/schart/01/05010200.xhp b/source/text/schart/01/05010200.xhp
index 1a30f576cc..39493e6994 100644
--- a/source/text/schart/01/05010200.xhp
+++ b/source/text/schart/01/05010200.xhp
@@ -25,7 +25,7 @@
</meta>
<body>
<section id="data_series">
-<h1 id="hd_id3150449"><link href="text/schart/01/05010200.xhp" name="Data Series">Data Series</link></h1>
+<h1 id="hd_id3150449"><link href="text/schart/01/05010200.xhp">Data Series</link></h1>
<paragraph role="paragraph" id="par_id3145750" xml-lang="en-US">Use this to change the properties of a selected data series. This dialog appears when one data series is selected when you choose <emph>Format - Format Selection</emph>. Some of the menu entries are only available for 2D or 3D charts.</paragraph>
</section>
<note id="par_id3154015">Any changes made here affect the entire data series. For example, if you change the color, all elements belonging to this data series will change color.</note>
@@ -37,7 +37,7 @@
<embed href="text/shared/01/05210700.xhp#transparency"/>
<embed href="text/shared/01/05020100.xhp#characters"/>
<embed href="text/schart/01/04030000.xhp#datalabels"/>
-<h2 id="hd_id3146916"><link href="text/schart/01/04050000.xhp" name="Y Error Bars">Y Error Bars</link></h2>
+<h2 id="hd_id3146916"><link href="text/schart/01/04050000.xhp">Y Error Bars</link></h2>
<embed href="text/schart/01/04050000.xhp#statistik"/>
<embed href="text/schart/01/04060000.xhp#options"/>
<embed href="text/shared/00/00000001.xhp#reset"/>
diff --git a/source/text/schart/01/05020000.xhp b/source/text/schart/01/05020000.xhp
index b7429313ae..68a6845400 100644
--- a/source/text/schart/01/05020000.xhp
+++ b/source/text/schart/01/05020000.xhp
@@ -32,22 +32,22 @@
<body>
- <bookmark branch="index" xml-lang="en-US" id="bm_id3150791"><bookmark_value>titles; formatting charts</bookmark_value><bookmark_value>formatting; chart titles</bookmark_value></bookmark><paragraph id="hd_id3150791" role="heading" level="1" xml-lang="en-US"><link href="text/schart/01/05020000.xhp" name="Title">Title</link></paragraph>
+ <bookmark branch="index" xml-lang="en-US" id="bm_id3150791"><bookmark_value>titles; formatting charts</bookmark_value><bookmark_value>formatting; chart titles</bookmark_value></bookmark><paragraph id="hd_id3150791" role="heading" level="1" xml-lang="en-US"><link href="text/schart/01/05020000.xhp">Title</link></paragraph>
<paragraph xml-lang="en-US" role="paragraph" id="par_id3125863">The<emph> Title </emph>menu command opens a submenu for editing the properties of the titles in the chart.</paragraph>
<section id="howtoget">
<embed href="text/schart/00/00000004.xhp#frtttl"/>
</section>
- <paragraph id="hd_id3155414" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05020100.xhp" name="Main title">Main title</link></paragraph>
+ <paragraph id="hd_id3155414" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05020100.xhp">Main title</link></paragraph>
<embed href="text/schart/01/05020100.xhp#titel"/>
- <paragraph id="hd_id3156441" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05020100.xhp" name="Subtitle">Subtitle</link></paragraph>
+ <paragraph id="hd_id3156441" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05020100.xhp">Subtitle</link></paragraph>
<embed href="text/schart/01/05020100.xhp#titel"/>
- <paragraph id="hd_id3151073" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05020100.xhp" name="X-axis title">X-axis title</link></paragraph>
+ <paragraph id="hd_id3151073" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05020100.xhp">X-axis title</link></paragraph>
<embed href="text/schart/01/05020100.xhp#titel"/>
- <paragraph id="hd_id3154732" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05020200.xhp" name="Y-axis title">Y-axis title</link></paragraph>
+ <paragraph id="hd_id3154732" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05020200.xhp">Y-axis title</link></paragraph>
<embed href="text/schart/01/05020200.xhp#titel"/>
- <paragraph id="hd_id3154017" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05020100.xhp" name="Z-axis title">Z-axis title</link></paragraph>
+ <paragraph id="hd_id3154017" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05020100.xhp">Z-axis title</link></paragraph>
<embed href="text/schart/01/05020100.xhp#titel"/>
- <paragraph id="hd_id3153711" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05020200.xhp" name="All titles">All titles</link></paragraph>
+ <paragraph id="hd_id3153711" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05020200.xhp">All titles</link></paragraph>
<embed href="text/schart/01/05020200.xhp#titel"/>
</body>
</helpdocument>
diff --git a/source/text/schart/01/05020101.xhp b/source/text/schart/01/05020101.xhp
index bc0bf588e1..6ec0b7b046 100644
--- a/source/text/schart/01/05020101.xhp
+++ b/source/text/schart/01/05020101.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3150793"><bookmark_value>aligning;titles in charts</bookmark_value>
<bookmark_value>titles;alignment (charts)</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3150793" xml-lang="en-US" level="1"><link href="text/schart/01/05020101.xhp" name="Alignment">Alignment</link></paragraph>
+<paragraph role="heading" id="hd_id3150793" xml-lang="en-US" level="1"><link href="text/schart/01/05020101.xhp">Alignment</link></paragraph>
<paragraph role="paragraph" id="par_id3125864" xml-lang="en-US">Modifies the alignment of the chart title.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3145748" xml-lang="en-US">Some of the options are not available for all types of labels. For example, there are different options for 2D and 3D object labels.</paragraph>
diff --git a/source/text/schart/01/05020201.xhp b/source/text/schart/01/05020201.xhp
index 7aec8a2420..ee4963f86c 100644
--- a/source/text/schart/01/05020201.xhp
+++ b/source/text/schart/01/05020201.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/titlerotationtabpage/TitleRotationTabPage" id="bm_id8467056" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/tp_axisLabel/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/tp_axisLabel/AxisLabelTabPage" id="bm_id84670561" localize="false"/>
-<paragraph role="heading" id="hd_id3149656" xml-lang="en-US" level="1"><link href="text/schart/01/05020201.xhp" name="Alignment">Alignment</link></paragraph><comment>new name: Label</comment>
+<paragraph role="heading" id="hd_id3149656" xml-lang="en-US" level="1"><link href="text/schart/01/05020201.xhp">Alignment</link></paragraph><comment>new name: Label</comment>
<paragraph role="paragraph" id="par_id3156422" xml-lang="en-US">Modifies the alignment of axes or title labels.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3150439" xml-lang="en-US">Some of the options listed here are not available for all labels. For example, there are different options for 2D and 3D object labels.</paragraph>
diff --git a/source/text/schart/01/05030000.xhp b/source/text/schart/01/05030000.xhp
index 05cb1381d1..7b034e3b28 100644
--- a/source/text/schart/01/05030000.xhp
+++ b/source/text/schart/01/05030000.xhp
@@ -34,7 +34,7 @@
<embed href="text/shared/01/05210100.xhp#area"/>
<embed href="text/shared/01/05210700.xhp#transparency"/>
<embed href="text/shared/01/05020100.xhp#characters"/>
-<h2 id="hd_id3147344"><link href="text/schart/01/04020000.xhp" name="Display">Display</link></h2>
+<h2 id="hd_id3147344"><link href="text/schart/01/04020000.xhp">Display</link></h2>
<embed href="text/schart/01/04020000.xhp#legende"/>
<embed href="text/shared/00/00000001.xhp#reset"/>
</body>
diff --git a/source/text/schart/01/05040000.xhp b/source/text/schart/01/05040000.xhp
index e911006222..f7fea1ceae 100644
--- a/source/text/schart/01/05040000.xhp
+++ b/source/text/schart/01/05040000.xhp
@@ -29,23 +29,23 @@
</topic>
</meta>
<body>
-<paragraph role="heading" id="hd_id3149456" xml-lang="en-US" level="1"><link href="text/schart/01/05040000.xhp" name="Axis">Axis</link></paragraph>
+<paragraph role="heading" id="hd_id3149456" xml-lang="en-US" level="1"><link href="text/schart/01/05040000.xhp">Axis</link></paragraph>
<paragraph role="paragraph" id="par_id3150441" xml-lang="en-US">This opens a submenu to edit axial properties.</paragraph>
<paragraph role="paragraph" id="par_id3154319" xml-lang="en-US">The tabs in the dialogs depend on the chart type selected.</paragraph>
<section id="howtoget">
<embed href="text/schart/00/00000004.xhp#frttyab"/>
</section>
-<paragraph role="heading" id="hd_id3153729" xml-lang="en-US" level="2"><link href="text/schart/01/05040100.xhp" name="X axis">X axis</link></paragraph>
+<paragraph role="heading" id="hd_id3153729" xml-lang="en-US" level="2"><link href="text/schart/01/05040100.xhp">X axis</link></paragraph>
<embed href="text/schart/01/05040100.xhp#achsen"/>
-<paragraph role="heading" id="hd_id3147394" xml-lang="en-US" level="2"><link href="text/schart/01/05040200.xhp" name="Y axis">Y axis</link></paragraph>
+<paragraph role="heading" id="hd_id3147394" xml-lang="en-US" level="2"><link href="text/schart/01/05040200.xhp">Y axis</link></paragraph>
<embed href="text/schart/01/05040200.xhp#yachse"/>
-<bookmark xml-lang="en-US" branch="hid/.uno:DiagramAxisA" id="bm_id3151075" localize="false"/><paragraph role="heading" id="hd_id3153160" xml-lang="en-US" level="2"><link href="text/schart/01/05040100.xhp" name="Secondary X Axis">Secondary X Axis</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/.uno:DiagramAxisA" id="bm_id3151075" localize="false"/><paragraph role="heading" id="hd_id3153160" xml-lang="en-US" level="2"><link href="text/schart/01/05040100.xhp">Secondary X Axis</link></paragraph>
<paragraph role="paragraph" id="par_id3149401" xml-lang="en-US"><ahelp hid=".uno:DiagramAxisA">Opens a dialog where you can edit the properties of the secondary X axis. To insert a secondary X axis, choose <emph>Insert - Axes</emph> and select <emph>X axis</emph>.</ahelp></paragraph>
-<bookmark xml-lang="en-US" branch="hid/.uno:DiagramAxisB" id="bm_id3155445" localize="false"/><paragraph role="heading" id="hd_id3145640" xml-lang="en-US" level="2"><link href="text/schart/01/05040200.xhp" name="Secondary Y Axis">Secondary Y Axis</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/.uno:DiagramAxisB" id="bm_id3155445" localize="false"/><paragraph role="heading" id="hd_id3145640" xml-lang="en-US" level="2"><link href="text/schart/01/05040200.xhp">Secondary Y Axis</link></paragraph>
<paragraph role="paragraph" id="par_id3159264" xml-lang="en-US"><ahelp hid=".uno:DiagramAxisB">Opens a dialog where you can edit the properties of the secondary Y axis. To insert a secondary Y axis, choose <emph>Insert - Axes</emph> and select <emph>Y axis</emph>.</ahelp></paragraph>
-<paragraph role="heading" id="hd_id3145228" xml-lang="en-US" level="2"><link href="text/schart/01/05040100.xhp" name="Z axis">Z axis</link></paragraph>
+<paragraph role="heading" id="hd_id3145228" xml-lang="en-US" level="2"><link href="text/schart/01/05040100.xhp">Z axis</link></paragraph>
<embed href="text/schart/01/05040100.xhp#achsen"/>
-<paragraph role="heading" id="hd_id3147345" xml-lang="en-US" level="2"><link href="text/schart/01/05040100.xhp" name="All axes">All axes</link></paragraph>
+<paragraph role="heading" id="hd_id3147345" xml-lang="en-US" level="2"><link href="text/schart/01/05040100.xhp">All axes</link></paragraph>
<embed href="text/schart/01/05040100.xhp#achsen"/>
</body>
</helpdocument>
diff --git a/source/text/schart/01/05040100.xhp b/source/text/schart/01/05040100.xhp
index b9c1f17ff3..ba4782b450 100644
--- a/source/text/schart/01/05040100.xhp
+++ b/source/text/schart/01/05040100.xhp
@@ -34,7 +34,7 @@
<section id="howtoget">
<embed href="text/schart/00/00000004.xhp#frtaa"/>
</section>
-<paragraph role="paragraph" id="par_id3149667" xml-lang="en-US">The <link href="text/schart/01/05040200.xhp" name="Y axis">Y axis</link> has an enhanced dialog. For X-Y charts, the X axis chart is also enhanced by the <link href="text/schart/01/05040201.xhp" name="Scaling"><emph>Scaling</emph></link> tab.</paragraph>
+<paragraph role="paragraph" id="par_id3149667" xml-lang="en-US">The <link href="text/schart/01/05040200.xhp">Y axis</link> has an enhanced dialog. For X-Y charts, the X axis chart is also enhanced by the <link href="text/schart/01/05040201.xhp"><emph>Scaling</emph></link> tab.</paragraph>
<note id="par_id3159266">Scaling the X axis is only possible in the X-Y chart type.</note>
<embed href="text/shared/01/05200100.xhp#line"/>
<embed href="text/shared/01/05020100.xhp#characters"/>
diff --git a/source/text/schart/01/05040201.xhp b/source/text/schart/01/05040201.xhp
index 411ec98375..93f28565fd 100644
--- a/source/text/schart/01/05040201.xhp
+++ b/source/text/schart/01/05040201.xhp
@@ -35,7 +35,7 @@
<bookmark_value>X axes;scaling</bookmark_value>
<bookmark_value>Y axes; scaling</bookmark_value>
</bookmark><comment>mw changed "axes;scaling" to "Y axes, scaling"</comment>
-<paragraph role="heading" id="hd_id3150868" xml-lang="en-US" level="1"><link href="text/schart/01/05040201.xhp" name="Scale">Scale</link></paragraph>
+<paragraph role="heading" id="hd_id3150868" xml-lang="en-US" level="1"><link href="text/schart/01/05040201.xhp">Scale</link></paragraph>
<paragraph role="paragraph" id="par_id3154013" xml-lang="en-US">Controls the scaling of the X or Y axis.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/schart/01/05040202.xhp b/source/text/schart/01/05040202.xhp
index 5682bef57f..46f080c6ab 100644
--- a/source/text/schart/01/05040202.xhp
+++ b/source/text/schart/01/05040202.xhp
@@ -35,7 +35,7 @@
<bookmark_value>Y axes;positioning</bookmark_value>
<bookmark_value>axes;interval marks</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3150868" xml-lang="en-US" level="1"><link href="text/schart/01/05040202.xhp" name="positioning">Positioning</link></paragraph>
+<paragraph role="heading" id="hd_id3150868" xml-lang="en-US" level="1"><link href="text/schart/01/05040202.xhp">Positioning</link></paragraph>
<paragraph role="paragraph" id="par_id3154013" xml-lang="en-US">Controls the positioning of the axis.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/schart/01/05050000.xhp b/source/text/schart/01/05050000.xhp
index a97d6bbab4..6c522ee73b 100644
--- a/source/text/schart/01/05050000.xhp
+++ b/source/text/schart/01/05050000.xhp
@@ -32,24 +32,24 @@
<body>
- <bookmark branch="index" xml-lang="en-US" id="bm_id3155602"><bookmark_value>grids; formatting axes</bookmark_value><bookmark_value>axes; formatting grids</bookmark_value></bookmark><paragraph id="hd_id3155602" role="heading" level="1" xml-lang="en-US"><link href="text/schart/01/05050000.xhp" name="Grid">Grid</link></paragraph>
+ <bookmark branch="index" xml-lang="en-US" id="bm_id3155602"><bookmark_value>grids; formatting axes</bookmark_value><bookmark_value>axes; formatting grids</bookmark_value></bookmark><paragraph id="hd_id3155602" role="heading" level="1" xml-lang="en-US"><link href="text/schart/01/05050000.xhp">Grid</link></paragraph>
<paragraph role="paragraph" id="par_id3155764" xml-lang="en-US">Opens a submenu, where you select the grid you want to format.</paragraph>
<section id="howtoget">
<embed href="text/schart/00/00000004.xhp#frtgt"/>
</section>
- <paragraph id="hd_id3150045" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05050100.xhp" name="X Axis Major Grid">X Axis Major Grid</link></paragraph>
+ <paragraph id="hd_id3150045" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05050100.xhp">X Axis Major Grid</link></paragraph>
<embed href="text/schart/01/05050100.xhp#gitter"/>
- <paragraph id="hd_id3145228" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05050100.xhp" name="Y Axis Major Grid">Y Axis Major Grid</link></paragraph>
+ <paragraph id="hd_id3145228" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05050100.xhp">Y Axis Major Grid</link></paragraph>
<embed href="text/schart/01/05050100.xhp#gitter"/>
- <paragraph id="hd_id3147346" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05050100.xhp" name="Z Axis Major Grid">Z Axis Major Grid</link></paragraph>
+ <paragraph id="hd_id3147346" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05050100.xhp">Z Axis Major Grid</link></paragraph>
<embed href="text/schart/01/05050100.xhp#gitter"/>
- <paragraph id="hd_id3154021" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05050100.xhp" name="X Axis Minor Grid">X Axis Minor Grid</link></paragraph>
+ <paragraph id="hd_id3154021" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05050100.xhp">X Axis Minor Grid</link></paragraph>
<embed href="text/schart/01/05050100.xhp#gitter"/>
- <paragraph id="hd_id3150307" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05050100.xhp" name="Y Axis Minor Grid">Y Axis Minor Grid</link></paragraph>
+ <paragraph id="hd_id3150307" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05050100.xhp">Y Axis Minor Grid</link></paragraph>
<embed href="text/schart/01/05050100.xhp#gitter"/>
- <paragraph id="hd_id3166428" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05050100.xhp" name="Z Axis minor Grid">Z Axis minor Grid</link></paragraph>
+ <paragraph id="hd_id3166428" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05050100.xhp">Z Axis minor Grid</link></paragraph>
<embed href="text/schart/01/05050100.xhp#gitter"/>
- <paragraph id="hd_id3145585" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05050100.xhp" name="All Axis Grids">All Axis Grids</link></paragraph>
+ <paragraph id="hd_id3145585" role="heading" level="2" xml-lang="en-US"><link href="text/schart/01/05050100.xhp">All Axis Grids</link></paragraph>
<embed href="text/schart/01/05050100.xhp#gitter"/>
<embed href="text/shared/00/00000001.xhp#reset"/>
</body>
diff --git a/source/text/schart/01/05120000.xhp b/source/text/schart/01/05120000.xhp
index cd8f277ecf..55549dcdc7 100644
--- a/source/text/schart/01/05120000.xhp
+++ b/source/text/schart/01/05120000.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="arrangement">
-<paragraph role="heading" id="hd_id3159153" xml-lang="en-US" level="1"><link href="text/schart/01/05120000.xhp" name="Arrangement">Arrangement</link></paragraph>
+<paragraph role="heading" id="hd_id3159153" xml-lang="en-US" level="1"><link href="text/schart/01/05120000.xhp">Arrangement</link></paragraph>
<paragraph role="paragraph" id="par_id3145750" xml-lang="en-US">Allows you to modify the order of the data series already set in the chart.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3155411" xml-lang="en-US">The position of the data in the data table remains unchanged. You can only choose the commands after inserting a chart in $[officename] Calc.</paragraph>
diff --git a/source/text/schart/01/data_table.xhp b/source/text/schart/01/data_table.xhp
index 48d0aa330c..caf9d2aaad 100644
--- a/source/text/schart/01/data_table.xhp
+++ b/source/text/schart/01/data_table.xhp
@@ -24,7 +24,7 @@
<bookmark_value>insert data tables in charts</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertMenuDataTable" id="bm_id3149667" localize="false"/>
- <h1 id="hd_id861665495783520"><variable id="data_table_h1"><link href="text/schart/01/data_table.xhp" name="data_table_link">Chart Data Table</link></variable></h1>
+ <h1 id="hd_id861665495783520"><variable id="data_table_h1"><link href="text/schart/01/data_table.xhp">Chart Data Table</link></variable></h1>
<paragraph role="paragraph" id="par_id131665495992109">Inserts a <emph>Chart Data Table</emph> and configure its appearance.</paragraph>
<paragraph role="paragraph" id="par_id731665773779796">Chart data tables allow to visualize the data represented by the chart. A table containing the data is placed at the bottom of the chart.</paragraph>
<section id="howtoget">
diff --git a/source/text/schart/02/01190000.xhp b/source/text/schart/02/01190000.xhp
index 74d172ee41..ab09750977 100644
--- a/source/text/schart/02/01190000.xhp
+++ b/source/text/schart/02/01190000.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/.uno:DataInRows" id="bm_id3147436" localize="false"/>
-<h1 id="hd_id3146976"><link href="text/schart/02/01190000.xhp" name="Data in Rows">Data in Rows</link></h1>
+<h1 id="hd_id3146976"><link href="text/schart/02/01190000.xhp">Data in Rows</link></h1>
<paragraph role="paragraph" id="par_id3154490" xml-lang="en-US"><ahelp hid=".uno:DataInRows">Changes the arrangement of the chart data.</ahelp></paragraph>
<table id="tbl_id3155602">
<tablerow>
diff --git a/source/text/schart/02/01200000.xhp b/source/text/schart/02/01200000.xhp
index e481c4d9b2..99489ceaca 100644
--- a/source/text/schart/02/01200000.xhp
+++ b/source/text/schart/02/01200000.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/.uno:DataInColumns" id="bm_id3150439" localize="false"/>
-<h1 id="hd_id3150868"><link href="text/schart/02/01200000.xhp" name="Data in Columns">Data in Columns</link></h1>
+<h1 id="hd_id3150868"><link href="text/schart/02/01200000.xhp">Data in Columns</link></h1>
<paragraph role="paragraph" id="par_id3145749" xml-lang="en-US"><ahelp hid=".uno:DataInColumns">Changes the arrangement of the chart data.</ahelp></paragraph>
<table id="tbl_id3152598">
<tablerow>
diff --git a/source/text/schart/02/01210000.xhp b/source/text/schart/02/01210000.xhp
index 40ad368d2a..b5b56cacb8 100644
--- a/source/text/schart/02/01210000.xhp
+++ b/source/text/schart/02/01210000.xhp
@@ -35,7 +35,7 @@
<bookmark_value>charts;scaling text</bookmark_value>
</bookmark><comment>mw made "text scaling;" a one level entry and added "charts,"</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:ScaleText" id="bm_id3156326" localize="false"/>
-<paragraph role="heading" id="hd_id3152996" xml-lang="en-US" level="1"><link href="text/schart/02/01210000.xhp" name="Scale Text">Scale Text</link></paragraph>
+<paragraph role="heading" id="hd_id3152996" xml-lang="en-US" level="1"><link href="text/schart/02/01210000.xhp">Scale Text</link></paragraph>
<paragraph role="paragraph" id="par_id3144510" xml-lang="en-US"><ahelp hid=".uno:ScaleText">Rescales the text in the chart when you change the size of the chart.</ahelp></paragraph>
<table id="tbl_id3150398">
<tablerow>
diff --git a/source/text/schart/02/01220000.xhp b/source/text/schart/02/01220000.xhp
index 9a241b5ecc..4f87990f44 100644
--- a/source/text/schart/02/01220000.xhp
+++ b/source/text/schart/02/01220000.xhp
@@ -34,7 +34,7 @@
<bookmark_value>charts; reorganizing</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:NewArrangement" id="bm_id3150767" localize="false"/>
-<paragraph role="heading" id="hd_id3150400" xml-lang="en-US" level="1"><link href="text/schart/02/01220000.xhp" name="Automatic Layout">Automatic Layout</link></paragraph>
+<paragraph role="heading" id="hd_id3150400" xml-lang="en-US" level="1"><link href="text/schart/02/01220000.xhp">Automatic Layout</link></paragraph>
<paragraph role="paragraph" id="par_id3146120" xml-lang="en-US"><ahelp hid=".uno:NewArrangement">Moves all chart elements to their default positions inside the current chart. This function does not alter the chart type or any other attributes other than the position of elements.</ahelp></paragraph>
<table id="tbl_id3149667">
<tablerow>
diff --git a/source/text/schart/02/02020000.xhp b/source/text/schart/02/02020000.xhp
index f288837377..cb57d7f50e 100644
--- a/source/text/schart/02/02020000.xhp
+++ b/source/text/schart/02/02020000.xhp
@@ -32,7 +32,7 @@
<body>
- <bookmark branch="hid/.uno:ContextType" xml-lang="en-US" id="bm_id3150770" localize="false"/><paragraph id="hd_id3150791" role="heading" level="1" xml-lang="en-US"><link href="text/schart/02/02020000.xhp" name="Current Chart Type">Current Chart Type</link></paragraph>
+ <bookmark branch="hid/.uno:ContextType" xml-lang="en-US" id="bm_id3150770" localize="false"/><paragraph id="hd_id3150791" role="heading" level="1" xml-lang="en-US"><link href="text/schart/02/02020000.xhp">Current Chart Type</link></paragraph>
<paragraph role="paragraph" id="par_id3145173" xml-lang="en-US"><ahelp hid=".uno:ContextType" visibility="visible">Displays the name of the current chart type.</ahelp></paragraph>
</body>
</helpdocument>
diff --git a/source/text/schart/04/01020000.xhp b/source/text/schart/04/01020000.xhp
index a97b85b775..4b475a94f2 100644
--- a/source/text/schart/04/01020000.xhp
+++ b/source/text/schart/04/01020000.xhp
@@ -33,10 +33,10 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3150767"><bookmark_value>shortcut keys; charts</bookmark_value>
<bookmark_value>charts; shortcuts</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3150767" xml-lang="en-US" level="1"><variable id="Chart_keys"><link href="text/schart/04/01020000.xhp" name="Shortcuts for Charts">Shortcuts for Charts</link>
+<paragraph role="heading" id="hd_id3150767" xml-lang="en-US" level="1"><variable id="Chart_keys"><link href="text/schart/04/01020000.xhp">Shortcuts for Charts</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3155412" xml-lang="en-US">You can use the following shortcut keys in charts.</paragraph>
-<paragraph role="paragraph" id="par_id3159154" xml-lang="en-US">You can also use the general <link href="text/shared/04/01010000.xhp" name="shortcut keys">shortcut keys</link> for $[officename].</paragraph>
+<paragraph role="paragraph" id="par_id3159154" xml-lang="en-US">You can also use the general <link href="text/shared/04/01010000.xhp">shortcut keys</link> for $[officename].</paragraph>
<section id="keychart">
<paragraph role="heading" id="hd_id3149262" xml-lang="en-US" level="2">Shortcuts in Charts</paragraph>
<section id="impressheader">
diff --git a/source/text/schart/main0000.xhp b/source/text/schart/main0000.xhp
index d3aadef2ba..0a25e90ddd 100644
--- a/source/text/schart/main0000.xhp
+++ b/source/text/schart/main0000.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3148664"><bookmark_value>charts; overview</bookmark_value>
<bookmark_value>HowTos for charts</bookmark_value>
</bookmark><comment>MW added one entry</comment>
-<paragraph xml-lang="en-US" id="hd_id3148664" role="heading" level="1"><variable id="chart_main"><link href="text/schart/main0000.xhp" name="Charts in $[officename]">Using Charts in %PRODUCTNAME</link>
+<paragraph xml-lang="en-US" id="hd_id3148664" role="heading" level="1"><variable id="chart_main"><link href="text/schart/main0000.xhp">Using Charts in %PRODUCTNAME</link>
</variable></paragraph>
<embed href="text/shared/06/youtubevideos.xhp#whatisit"/>
<paragraph xml-lang="en-US" id="par_id3154685" role="paragraph"><variable id="chart">$[officename] lets you present data graphically in a chart, so that you can visually compare data series and view trends in the data. You can insert charts into spreadsheets, text documents, drawings, and presentations.
diff --git a/source/text/schart/main0202.xhp b/source/text/schart/main0202.xhp
index 2be8042744..81c6864e0f 100644
--- a/source/text/schart/main0202.xhp
+++ b/source/text/schart/main0202.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="chartformatting">
- <paragraph xml-lang="en-US" id="hd_id0810200911433792" role="heading" level="1"><link href="text/schart/main0202.xhp" name="Formatting Bar">Formatting Bar</link></paragraph>
+ <paragraph xml-lang="en-US" id="hd_id0810200911433792" role="heading" level="1"><link href="text/schart/main0202.xhp">Formatting Bar</link></paragraph>
<paragraph xml-lang="en-US" id="par_id0810200911433835" role="paragraph">The Formatting Bar is shown when a chart is set to edit mode. Double-click a chart to enter edit mode. Click outside the chart to leave edit mode.</paragraph>
</section>
<paragraph xml-lang="en-US" id="par_id0810200911433878" role="paragraph">You can edit the formatting of a chart using the controls and icons on the Formatting Bar.</paragraph>
diff --git a/source/text/schart/main0503.xhp b/source/text/schart/main0503.xhp
index 95002643e5..7069d8945f 100644
--- a/source/text/schart/main0503.xhp
+++ b/source/text/schart/main0503.xhp
@@ -33,7 +33,7 @@
<section id="features">
- <paragraph id="hd_id3150543" role="heading" level="1" xml-lang="en-US"><link href="text/schart/main0503.xhp" name="$[officename] Chart Features">$[officename] Chart Features</link></paragraph>
+ <paragraph id="hd_id3150543" role="heading" level="1" xml-lang="en-US"><link href="text/schart/main0503.xhp">$[officename] Chart Features</link></paragraph>
<paragraph role="paragraph" id="par_id3150868" xml-lang="en-US">Charts allow you to present data so that it is easy to visualize.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3146974" xml-lang="en-US">You can create a chart from source data in a Calc spreadsheet or a Writer table. When the chart is embedded in the same document as the data, it stays linked to the data, so that the chart automatically updates when you change the source data.</paragraph>
diff --git a/source/text/sdatabase/02000000.xhp b/source/text/sdatabase/02000000.xhp
index 03917dfce3..4ebb051438 100644
--- a/source/text/sdatabase/02000000.xhp
+++ b/source/text/sdatabase/02000000.xhp
@@ -29,7 +29,7 @@
<bookmark_value>tables in databases; printing queries (Base)</bookmark_value>
<bookmark_value>printing; queries (Base)</bookmark_value>
<bookmark_value>queries; printing (Base)</bookmark_value>
-</bookmark><comment>mw added "(Base)" to all entries </comment><h1 id="hd_id3150445"><link href="text/sdatabase/02000000.xhp" name="Queries">Queries</link></h1>
+</bookmark><comment>mw added "(Base)" to all entries </comment><h1 id="hd_id3150445"><link href="text/sdatabase/02000000.xhp">Queries</link></h1>
<paragraph role="paragraph" id="par_id3150499" xml-lang="en-US">A "query" is a special view of a table. A query can display chosen records or chosen fields within records; it can also sort those records. A query can apply to one table or to multiple tables, if they are linked by common data fields.<comment>i73680</comment></paragraph>
</section>
<section id="howtoget">
@@ -46,7 +46,7 @@
<paragraph role="listitem" id="par_id3149827" xml-lang="en-US">Open the database file and click the Table icon if you want to print a table, or click the Query icon if you want to print a query.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3149398" xml-lang="en-US">Drag the name of the table or query into the open text document or spreadsheet. The dialog <link href="text/shared/02/12070000.xhp" name="Insert Database Columns">Insert Database Columns</link> opens.</paragraph>
+<paragraph role="listitem" id="par_id3149398" xml-lang="en-US">Drag the name of the table or query into the open text document or spreadsheet. The dialog <link href="text/shared/02/12070000.xhp">Insert Database Columns</link> opens.</paragraph>
</listitem>
<listitem>
<paragraph role="listitem" id="par_id3150443" xml-lang="en-US">Decide which columns = data fields you want to include. You can also click the <emph>AutoFormat</emph> button and select a corresponding formatting type. Close the dialog.</paragraph>
@@ -57,16 +57,16 @@
</listitem>
</list>
<tip id="par_id3153146">You can also open the data source view (Ctrl+Shift+F4), select the entire database table in the data source view (click on the top left corner of the table), and then drag the selection to a text document or spreadsheet.</tip>
-<h2 id="hd_id3148946"><link href="text/shared/main0212.xhp" name="Sorting and Filtering Data">Sorting and Filtering Data</link></h2>
+<h2 id="hd_id3148946"><link href="text/shared/main0212.xhp">Sorting and Filtering Data</link></h2>
<paragraph role="paragraph" id="par_id3149655" xml-lang="en-US">Allows you to sort and filter the data in a query table.</paragraph>
-<h2 id="hd_id3153379"><link href="text/sdatabase/02010100.xhp" name="Query Design">Query Design</link></h2>
+<h2 id="hd_id3153379"><link href="text/sdatabase/02010100.xhp">Query Design</link></h2>
<paragraph role="paragraph" id="par_id3151211" xml-lang="en-US">With the <emph>Query Design</emph>, you can create and edit a query or view.</paragraph>
<embed href="text/shared/main0214.xhp#sql"/>
-<h2 id="hd_id3153968"><link href="text/sdatabase/02010100.xhp" name="Query Through Several Tables">Query Through Several Tables</link></h2>
+<h2 id="hd_id3153968"><link href="text/sdatabase/02010100.xhp">Query Through Several Tables</link></h2>
<paragraph role="paragraph" id="par_id3151043" xml-lang="en-US">The query result can contain data from several tables if these are linked to each other by suitable data fields.</paragraph>
-<h2 id="hd_id3159149"><link href="text/sdatabase/02010100.xhp" name="Formulating Query Criteria">Formulating Query Criteria</link></h2>
+<h2 id="hd_id3159149"><link href="text/sdatabase/02010100.xhp">Formulating Query Criteria</link></h2>
<paragraph role="paragraph" id="par_id3154910" xml-lang="en-US">You can find out which operators and commands can be used to formulate the filter conditions for a query.</paragraph>
-<h2 id="hd_id3156212"><link href="text/sdatabase/02010100.xhp" name="Executing Functions">Executing Functions</link></h2>
+<h2 id="hd_id3156212"><link href="text/sdatabase/02010100.xhp">Executing Functions</link></h2>
<paragraph role="paragraph" id="par_id3144762" xml-lang="en-US">You can perform calculations with the data of a table and store the results as a query result.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/sdatabase/02000002.xhp b/source/text/sdatabase/02000002.xhp
index 99024ab9a1..8082e4ec57 100644
--- a/source/text/sdatabase/02000002.xhp
+++ b/source/text/sdatabase/02000002.xhp
@@ -33,10 +33,10 @@
<h2 id="hd_id3145072">How to continue?</h2>
<paragraph role="paragraph" id="par_id3149177" xml-lang="en-US">There are three options available for answering this question:</paragraph>
<h3 id="hd_id3147576">Do you really want to open the query in the graphic view?</h3>
-<paragraph role="paragraph" id="par_id3166461" xml-lang="en-US"><ahelp hid=".">Allows you to open the query in the <link href="text/sdatabase/02010100.xhp" name="Design View">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored.</paragraph>
+<paragraph role="paragraph" id="par_id3166461" xml-lang="en-US"><ahelp hid=".">Allows you to open the query in the <link href="text/sdatabase/02010100.xhp">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored.</paragraph>
<paragraph role="paragraph" id="par_id3153031" xml-lang="en-US">The query is opened in the Design View (the graphical interface). Missing tables appear blank and invalid fields appear with their (invalid) names in the list of fields. This lets you work with exactly those fields that caused the error.</paragraph>
<h3 id="hd_id3149578">Open the query in the SQL View</h3>
-<paragraph role="paragraph" id="par_id3159157" xml-lang="en-US"><ahelp hid=".">Allows you to open the query design in the <link href="text/sdatabase/02010100.xhp" name="SQL Mode">SQL Mode</link> and to interpret the query as a <link href="text/shared/02/14030000.xhp" name="Native SQL">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist).</paragraph>
+<paragraph role="paragraph" id="par_id3159157" xml-lang="en-US"><ahelp hid=".">Allows you to open the query design in the <link href="text/sdatabase/02010100.xhp">SQL Mode</link> and to interpret the query as a <link href="text/shared/02/14030000.xhp">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist).</paragraph>
<h3 id="hd_id3150984">Do not open the query</h3>
<paragraph role="paragraph" id="par_id3156329" xml-lang="en-US"><ahelp hid=".">Allows you to cancel the procedure and specify that the query should not be opened.</ahelp> This option corresponds to the function of the <emph>Cancel</emph> dialog button.</paragraph>
<h3 id="hd_id3148492">Also ignore similar errors</h3>
diff --git a/source/text/sdatabase/02010100.xhp b/source/text/sdatabase/02010100.xhp
index 39e2e60e31..ea1dbca26e 100644
--- a/source/text/sdatabase/02010100.xhp
+++ b/source/text/sdatabase/02010100.xhp
@@ -49,7 +49,7 @@
<comment>mw added "(Base)" to all entries</comment>
<paragraph id="par_id3153323" role="paragraph" localize="false" xml-lang="en-US"/>
-<h1 id="hd_id3153394"><link href="text/sdatabase/02010100.xhp" name="Query Design">Query Design</link></h1>
+<h1 id="hd_id3153394"><link href="text/sdatabase/02010100.xhp">Query Design</link></h1>
<paragraph id="par_id3156411" role="paragraph" xml-lang="en-US"><ahelp hid=".">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp></paragraph>
<section id="howtoget">
@@ -63,7 +63,7 @@
<paragraph id="par_id3145673" role="paragraph" xml-lang="en-US">To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>.</paragraph>
<paragraph id="par_id3150255" role="paragraph" xml-lang="en-US">The lower pane of the Design View is where you define the query. To define a query, specify the database field names to include and the criteria for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select="sys"><caseinline select="MAC">Command
</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key.</paragraph>
-<paragraph id="par_id3152474" role="paragraph" xml-lang="en-US">In the top of the query Design View window, the <link href="text/shared/main0214.xhp" name="icons">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed.</paragraph>
+<paragraph id="par_id3152474" role="paragraph" xml-lang="en-US">In the top of the query Design View window, the <link href="text/shared/main0214.xhp">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed.</paragraph>
<paragraph id="par_id3147559" role="paragraph" xml-lang="en-US">If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary.</paragraph>
<h3 id="hd_id8226264">Keys in Query Design View</h3>
@@ -127,7 +127,7 @@
<note id="par_id3145646">You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database.</note>
<h3 id="hd_id3153279">Specifying the relation type</h3>
-<paragraph id="par_id3154791" role="paragraph" xml-lang="en-US">If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href="text/sdatabase/02010101.xhp" name="Relations"><emph>Relations</emph></link> dialog.</paragraph>
+<paragraph id="par_id3154791" role="paragraph" xml-lang="en-US">If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href="text/sdatabase/02010101.xhp"><emph>Relations</emph></link> dialog.</paragraph>
<bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_QUERY_EDIT_JOINCONNECTION" id="bm_id3145253" localize="false"/>
<paragraph id="par_id3150094" role="paragraph" xml-lang="en-US"><ahelp hid="HID_QUERY_EDIT_JOINCONNECTION" visibility="hidden">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types.</paragraph>
@@ -836,7 +836,7 @@
<paragraph id="par_id191120151905518123" role="paragraph" xml-lang="en-US">In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href="text/sdatabase/02010100.xhp#sqlmode">SQL mode</link> this should be typed as <item type="input">WHERE "Field" = :Parameter_name</item></paragraph>
<warning id="par_id191120151905584287">Parameter names may not contain any of the characters <item type="input">&lt;space&gt;`!"$%^*()+={}[]@'~#&lt;&gt;?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases.</warning>
<tip id="par_id191120151931441881">A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type="input">"LIKE '%' || :Part_of_field || '%'"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type="input">LOWER (Field_Name)</item> as the field and <item type="input">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href="text/sdatabase/02010100.xhp#sqlmode">SQL mode</link> this should be typed as <item type="input">LOWER ( "Field_Name" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>.</tip>
-<paragraph id="par_id3150585" role="paragraph" xml-lang="en-US">Parameter queries may be used as the data source for <link href="text/shared/02/01170203.xhp" name="subforms">subforms</link>, to allow the user to restrict the displayed records.</paragraph>
+<paragraph id="par_id3150585" role="paragraph" xml-lang="en-US">Parameter queries may be used as the data source for <link href="text/shared/02/01170203.xhp">subforms</link>, to allow the user to restrict the displayed records.</paragraph>
<h3 id="hd_id3151035">Parameter Input</h3>
<paragraph id="par_id3153596" role="paragraph" xml-lang="en-US"><ahelp hid="HID_QRYDGN_ROW_FUNCTION">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp></paragraph>
@@ -849,7 +849,7 @@
<paragraph id="par_id3152570" role="paragraph" xml-lang="en-US">In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created.</paragraph>
<paragraph id="par_id3152412" role="paragraph" xml-lang="en-US">You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use.</paragraph>
<paragraph id="par_id3146842" role="paragraph" xml-lang="en-US">If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode.</paragraph>
-<paragraph id="par_id3149632" role="paragraph" xml-lang="en-US">By clicking the <link href="text/shared/02/14030000.xhp" name="Run SQL command directly"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine.</paragraph>
+<paragraph id="par_id3149632" role="paragraph" xml-lang="en-US">By clicking the <link href="text/shared/02/14030000.xhp"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine.</paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/sdatabase/04000000.xhp b/source/text/sdatabase/04000000.xhp
index 454f308d5b..1856620ec6 100644
--- a/source/text/sdatabase/04000000.xhp
+++ b/source/text/sdatabase/04000000.xhp
@@ -28,25 +28,25 @@
</meta>
<body>
<section id="forms">
-<h1 id="hd_id3150476"><link href="text/sdatabase/04000000.xhp" name="Forms">Forms</link></h1>
+<h1 id="hd_id3150476"><link href="text/sdatabase/04000000.xhp">Forms</link></h1>
<bookmark xml-lang="en-US" branch="index" id="bm_id3156136"><bookmark_value>forms; general information (Base)</bookmark_value>
</bookmark><comment>mw added "(Base)"</comment>
<paragraph role="paragraph" id="par_id3156136" xml-lang="en-US">Forms can be used to enter or to edit existing database contents easily.</paragraph>
</section>
-<h2 id="hd_id3157910"><link href="text/shared/autopi/01090000.xhp" name="Form Wizard">FormWizard</link></h2>
-<h2 id="hd_id3156003"><link href="text/shared/02/01170000.xhp" name="Form Controls">Form Controls</link></h2>
+<h2 id="hd_id3157910"><link href="text/shared/autopi/01090000.xhp">FormWizard</link></h2>
+<h2 id="hd_id3156003"><link href="text/shared/02/01170000.xhp">Form Controls</link></h2>
<paragraph role="paragraph" id="par_id3156156" xml-lang="en-US">The Form Controls toolbar provides the tools required to create a form in a text, table, drawing, or presentation document.</paragraph>
-<h2 id="hd_id3155388"><link href="text/sdatabase/04030000.xhp" name="Form in Design Mode">Form in Design Mode</link></h2>
+<h2 id="hd_id3155388"><link href="text/sdatabase/04030000.xhp">Form in Design Mode</link></h2>
<paragraph role="paragraph" id="par_id3150504" xml-lang="en-US">In design mode, the form is designed and the properties of the form and the controls contained in it are defined.</paragraph>
<embed href="text/shared/02/12100200.xhp#datensatzsuche"/>
<embed href="text/shared/02/12100200.xhp#suchentext"/>
-<h2 id="hd_id3149784"><link href="text/shared/main0213.xhp" name="Sorting and Filtering Data">Sorting and Filtering Data</link></h2>
+<h2 id="hd_id3149784"><link href="text/shared/main0213.xhp">Sorting and Filtering Data</link></h2>
<paragraph role="paragraph" id="par_id3151384" xml-lang="en-US">You will find the sorting and filter functions in the toolbar when you open a form in user mode.</paragraph>
<switch select="sys">
<case select="MAC">
</case>
<default>
-<h2 id="hd_id3148944"><link href="text/shared/02/01170203.xhp" name="Subforms">Subforms</link></h2>
+<h2 id="hd_id3148944"><link href="text/shared/02/01170203.xhp">Subforms</link></h2>
<embed href="text/shared/02/01170203.xhp#wozu"/>
</default>
</switch>
diff --git a/source/text/sdatabase/04030000.xhp b/source/text/sdatabase/04030000.xhp
index dba9ddaffb..a2d48a6e28 100644
--- a/source/text/sdatabase/04030000.xhp
+++ b/source/text/sdatabase/04030000.xhp
@@ -29,15 +29,15 @@
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3148668"><bookmark_value>forms; designing (Base)</bookmark_value>
</bookmark><comment>mw added "(Base)"</comment>
-<h1 id="hd_id3148668"><variable id="formularentwurf"><link href="text/sdatabase/04030000.xhp" name="Form Design">Form Design</link>
+<h1 id="hd_id3148668"><variable id="formularentwurf"><link href="text/sdatabase/04030000.xhp">Form Design</link>
</variable></h1>
<paragraph role="paragraph" id="par_id3154230" xml-lang="en-US">Any $[officename] document can be expanded into a form. Simply add one or more form controls.</paragraph>
-<paragraph role="paragraph" id="par_id3145382" xml-lang="en-US">Open the Form Controls toolbar. The Form Controls toolbar contains the <link href="text/shared/02/01170000.xhp" name="functions">functions</link> needed to edit a form. More functions can be found in the <emph>Form Design</emph> bar and <emph>More Controls</emph> bar.</paragraph>
-<paragraph role="paragraph" id="par_id3153146" xml-lang="en-US">In form design mode you can <link href="text/shared/02/01170000.xhp" name="include controls">include controls</link>, <link href="text/shared/02/01170100.xhp" name="apply properties">apply properties</link> to them, define <link href="text/shared/02/01170200.xhp" name="Form properties">Form properties</link>, and <link href="text/shared/02/01170203.xhp" name="define subforms">define subforms</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3145382" xml-lang="en-US">Open the Form Controls toolbar. The Form Controls toolbar contains the <link href="text/shared/02/01170000.xhp">functions</link> needed to edit a form. More functions can be found in the <emph>Form Design</emph> bar and <emph>More Controls</emph> bar.</paragraph>
+<paragraph role="paragraph" id="par_id3153146" xml-lang="en-US">In form design mode you can <link href="text/shared/02/01170000.xhp">include controls</link>, <link href="text/shared/02/01170100.xhp">apply properties</link> to them, define <link href="text/shared/02/01170200.xhp">Form properties</link>, and <link href="text/shared/02/01170203.xhp">define subforms</link>.</paragraph>
<paragraph role="paragraph" id="par_id3154924" xml-lang="en-US">The<emph> Form Navigator</emph> icon
<image id="img_id3156002" src="cmd/sc_showfmexplorer.png" width="4.23mm" height="4.23mm"><alt id="alt_id3156002" xml-lang="en-US">Icon</alt>
- </image> on the Form Design bar opens the <link href="text/shared/02/01170600.xhp" name="Form Navigator"><emph>Form Navigator</emph></link>.</paragraph>
-<paragraph role="paragraph" id="par_id3153968" xml-lang="en-US">The <link href="text/shared/02/01171000.xhp" name="Open in Design Mode"><emph>Open in Design Mode</emph></link> icon
+ </image> on the Form Design bar opens the <link href="text/shared/02/01170600.xhp"><emph>Form Navigator</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3153968" xml-lang="en-US">The <link href="text/shared/02/01171000.xhp"><emph>Open in Design Mode</emph></link> icon
<image id="img_id1871395" src="cmd/sc_openreadonly.png" width="5.59mm" height="5.59mm"><alt id="alt_id1871395" xml-lang="en-US">Icon</alt>
</image> allows you to save a form document so that it always opens in form design mode.</paragraph>
<paragraph role="paragraph" id="par_id3154948" xml-lang="en-US">If there is an error when assigning properties to the objects contained in the form (for example, when assigning a non-existent database table to an object), a corresponding error message appears. This error message may contain a <emph>More</emph> button. <ahelp hid="dummy">If you click on <emph>More</emph>, a dialog displaying more information about the current problem appears.</ahelp></paragraph>
diff --git a/source/text/sdatabase/05000000.xhp b/source/text/sdatabase/05000000.xhp
index d42d385533..061f072d82 100644
--- a/source/text/sdatabase/05000000.xhp
+++ b/source/text/sdatabase/05000000.xhp
@@ -28,15 +28,15 @@
</meta>
<body>
<section id="tables">
-<h1 id="hd_id3148520"><link href="text/sdatabase/05000000.xhp" name="Tables">Tables</link></h1>
+<h1 id="hd_id3148520"><link href="text/sdatabase/05000000.xhp">Tables</link></h1>
<paragraph role="paragraph" id="par_id3147102" xml-lang="en-US">Table data edit mode allows you to see your data as rows of records, with optional filtering and sorting of that data. In this mode, you can also enter new records, make changes to, and delete existing records.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3147226" xml-lang="en-US">In the $[officename] Help, you will find further information on the following subjects:</paragraph>
-<h2 id="hd_id3152425"><link href="text/sdatabase/05010000.xhp" name="Create new or edit table design">Create new or edit table design</link></h2>
+<h2 id="hd_id3152425"><link href="text/sdatabase/05010000.xhp">Create new or edit table design</link></h2>
<embed href="text/shared/01/05340400.xhp#data_sources"/>
<embed href="text/shared/02/12100200.xhp#findrecord"/>
-<h2 id="hd_id3149095"><link href="text/shared/main0212.xhp" name="Sort and Filter Data">Sort and Filter Data</link></h2>
-<h2 id="hd_id3154288"><link href="text/sdatabase/05020000.xhp" name="Relations, Primary and External Key">Relations, Primary and External Key</link></h2>
+<h2 id="hd_id3149095"><link href="text/shared/main0212.xhp">Sort and Filter Data</link></h2>
+<h2 id="hd_id3154288"><link href="text/sdatabase/05020000.xhp">Relations, Primary and External Key</link></h2>
<embed href="text/sdatabase/05000001.xhp#context"/>
</body>
</helpdocument>
diff --git a/source/text/sdatabase/05000001.xhp b/source/text/sdatabase/05000001.xhp
index 491c98ff26..b146110a89 100644
--- a/source/text/sdatabase/05000001.xhp
+++ b/source/text/sdatabase/05000001.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="context">
-<h1 id="hd_id3148983"><link href="text/sdatabase/05000001.xhp" name="Table Context Menus">Table Context Menus</link></h1>
+<h1 id="hd_id3148983"><link href="text/sdatabase/05000001.xhp">Table Context Menus</link></h1>
<paragraph role="paragraph" id="par_id3163829" xml-lang="en-US">The context menu of the table container offers various functions that apply to all database tables. To edit a particular table within the database, select the corresponding table and open its context menu.</paragraph>
</section>
<section id="howtoget">
@@ -37,7 +37,7 @@
<note id="par_id3146958">Depending on the context, it is possible that not all the functions for your current database will be listed in the context menus. For example, the <emph>Relationships</emph> command for defining relationships between various tables is only available with relational databases.</note>
<paragraph role="paragraph" id="par_id3145382" xml-lang="en-US">Depending on the database system used, you will find the following entries on the context menus:</paragraph>
<embed href="text/shared/00/00000010.xhp#open"/>
-<paragraph role="paragraph" id="par_id3166461" xml-lang="en-US">If a <link href="text/shared/01/05340400.xhp" name="table is open">table is open</link>, there are several functions available to edit the data.</paragraph>
+<paragraph role="paragraph" id="par_id3166461" xml-lang="en-US">If a <link href="text/shared/01/05340400.xhp">table is open</link>, there are several functions available to edit the data.</paragraph>
<embed href="text/sdatabase/05020000.xhp#relations"/>
<embed href="text/shared/00/00000010.xhp#create_link"/>
</body>
diff --git a/source/text/sdatabase/05010000.xhp b/source/text/sdatabase/05010000.xhp
index 15f61854dd..c3844462e4 100644
--- a/source/text/sdatabase/05010000.xhp
+++ b/source/text/sdatabase/05010000.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="table_design">
-<h1 id="hd_id3154228"><link href="text/sdatabase/05010000.xhp" name="Table Design">Table Design</link></h1>
+<h1 id="hd_id3154228"><link href="text/sdatabase/05010000.xhp">Table Design</link></h1>
<paragraph role="paragraph" id="par_id3152363" xml-lang="en-US">In the <emph>Table Design</emph> window you define new tables or edit the structure of an existing table.</paragraph>
</section>
<section id="howtoget">
@@ -36,7 +36,7 @@
</section>
<embed href="text/shared/guide/database_main.xhp#database_main"/>
<embed href="text/shared/guide/data_tabledefine.xhp#data_tabledefine"/>
-<paragraph role="paragraph" id="par_id3146957" xml-lang="en-US">The window has its own menu bar. It also contains the following new command: <link href="text/sdatabase/05010100.xhp" name="Index Design"><emph>Index Design</emph></link></paragraph>
+<paragraph role="paragraph" id="par_id3146957" xml-lang="en-US">The window has its own menu bar. It also contains the following new command: <link href="text/sdatabase/05010100.xhp"><emph>Index Design</emph></link></paragraph>
<bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_TABDESIGN_BACKGROUND" id="bm_id3147088" localize="false"/>
<h2 id="hd_id3152551">Table definition area</h2>
<paragraph role="paragraph" id="par_id3153681" xml-lang="en-US"><ahelp hid="HID_TABDESIGN_BACKGROUND">This area is where you define the table structure.</ahelp></paragraph>
@@ -78,7 +78,7 @@
<paragraph role="paragraph" id="par_id3155131" xml-lang="en-US"><ahelp hid="HID_TAB_ENT_FORMAT_SAMPLE">Displays a sample of the format code of the field by applying it to the default value. Select the format code with the <emph>Format Field</emph> button.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_TAB_ENT_FORMAT" id="bm_id3147319" localize="false"/>
<h3 id="hd_id3154129">Format Field</h3>
-<paragraph role="paragraph" id="par_id3154146" xml-lang="en-US"><ahelp hid="HID_TAB_ENT_FORMAT">This button opens the <link href="text/shared/01/05340405.xhp" name="Field Format"><emph>Format Field</emph></link> dialog.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3154146" xml-lang="en-US"><ahelp hid="HID_TAB_ENT_FORMAT">This button opens the <link href="text/shared/01/05340405.xhp"><emph>Format Field</emph></link> dialog.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_TABLE_DESIGN_HELP_WINDOW" id="bm_id3152941" localize="false"/>
<h2 id="hd_id3152576">Help area</h2>
<paragraph role="paragraph" id="par_id3150685" xml-lang="en-US"><ahelp hid="HID_TABLE_DESIGN_HELP_WINDOW">Displays a help string or hint defined by the database designer for the given field.</ahelp></paragraph>
diff --git a/source/text/sdatabase/05010100.xhp b/source/text/sdatabase/05010100.xhp
index a5fff83087..e4b9ea4217 100644
--- a/source/text/sdatabase/05010100.xhp
+++ b/source/text/sdatabase/05010100.xhp
@@ -26,7 +26,7 @@
<body>
<section id="index_design">
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/indexdesigndialog/IndexDesignDialog" id="bm_id3156410" localize="false"/>
-<bookmark xml-lang="en-US" branch="hid/.uno:DBIndexDesign" id="bm_id3149828" localize="false"/><h1 id="hd_id3153311"><link href="text/sdatabase/05010100.xhp" name="Index design">Index design</link></h1>
+<bookmark xml-lang="en-US" branch="hid/.uno:DBIndexDesign" id="bm_id3149828" localize="false"/><h1 id="hd_id3153311"><link href="text/sdatabase/05010100.xhp">Index design</link></h1>
<paragraph role="paragraph" id="par_id3166460" xml-lang="en-US"><ahelp hid=".uno:DBIndexDesign">The <emph>Index Design </emph>dialog allows you to define and edit the indexes for the current table.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/sdatabase/05020000.xhp b/source/text/sdatabase/05020000.xhp
index a8635006c9..b6db44a1a1 100644
--- a/source/text/sdatabase/05020000.xhp
+++ b/source/text/sdatabase/05020000.xhp
@@ -29,7 +29,7 @@
<body>
<section id="relations">
<bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_CTL_RELATIONTAB" id="bm_id3153345" localize="false"/>
-<h1 id="hd_id3153323"><link href="text/sdatabase/05020000.xhp" name="Relations">Relations</link></h1>
+<h1 id="hd_id3153323"><link href="text/sdatabase/05020000.xhp">Relations</link></h1>
<bookmark xml-lang="en-US" branch="index" id="bm_id3146957"><bookmark_value>relational databases (Base)</bookmark_value>
</bookmark><comment>mw added "(Base)"</comment>
<paragraph role="paragraph" id="par_id3146957" xml-lang="en-US">This command opens the <emph>Relation Design </emph>window, which allows you to define relationships between various database tables.</paragraph>
@@ -39,7 +39,7 @@
<embed href="text/shared/00/00000450.xhp#relationen"/>
</section>
<note id="par_id3145316">This function is only available if you are working with a relational database.</note>
-<paragraph role="paragraph" id="par_id3149235" xml-lang="en-US">When you choose <emph>Tools - Relationships</emph>, a window opens in which all the existing relationships between the tables of the current database are shown. If no relationships have been defined, or if you want to relate other tables of the database to each other, then click on the <emph>Add Tables</emph> icon. The <link href="text/shared/02/14020100.xhp" name="Add Tables">Add Tables</link> dialog opens in which you can select the tables with which to create a relation.</paragraph>
+<paragraph role="paragraph" id="par_id3149235" xml-lang="en-US">When you choose <emph>Tools - Relationships</emph>, a window opens in which all the existing relationships between the tables of the current database are shown. If no relationships have been defined, or if you want to relate other tables of the database to each other, then click on the <emph>Add Tables</emph> icon. The <link href="text/shared/02/14020100.xhp">Add Tables</link> dialog opens in which you can select the tables with which to create a relation.</paragraph>
<embed href="text/shared/00/00000450.xhp#syinsert_table"/>
<note id="par_id3152812">If the <emph>Relation Design</emph> window is open, the selected tables cannot be modified, even in Table Design mode. This ensures that tables are not changed while the relations are being created.</note>
<paragraph role="paragraph" id="par_id3150541" xml-lang="en-US">The selected tables are shown in the top area of the relation design view. You can close a table window through the context menu or with the Delete key.</paragraph>
@@ -49,13 +49,13 @@
<bookmark_value>external keys (Base)</bookmark_value>
</bookmark><comment>mw added "(Base)" to all entries</comment>
<h2 id="hd_id3148922">Primary key and foreign keys</h2>
-<paragraph role="paragraph" id="par_id3149168" xml-lang="en-US">If you want to define a relation among the various tables, you should enter a <link href="text/shared/00/00000005.xhp#primary_key" name="primary key">primary key</link> that uniquely identifies a data field of an existing table. You can refer to the primary key from other tables to access the data of this table. All data fields referring to this primary key will be identified as a foreign key.</paragraph>
+<paragraph role="paragraph" id="par_id3149168" xml-lang="en-US">If you want to define a relation among the various tables, you should enter a <link href="text/shared/00/00000005.xhp#primary_key">primary key</link> that uniquely identifies a data field of an existing table. You can refer to the primary key from other tables to access the data of this table. All data fields referring to this primary key will be identified as a foreign key.</paragraph>
<paragraph role="paragraph" id="par_id3147085" xml-lang="en-US">All data fields referring to a primary key will be identified in the table window by a small key symbol.</paragraph>
<h2 id="hd_id3153193">Define relations</h2>
<bookmark xml-lang="en-US" branch="index" id="bm_id3155430"><bookmark_value>relations; creating and deleting (Base)</bookmark_value>
</bookmark><comment>mw added "(Base)"</comment>
<paragraph role="paragraph" id="par_id3155430" xml-lang="en-US">All existing relations are shown in the relations windows by a line that connects the primary and foreign key fields. You can add a relation by using drag-and-drop to drop the field of one table onto the field of the other table. A relation is removed again by selecting it and pressing the Delete key.</paragraph>
-<paragraph role="paragraph" id="par_id3149984" xml-lang="en-US">Alternatively, you can also click the <emph>New Relation</emph> icon in the top area of the relation field and define the relation between two tables in the <link href="text/sdatabase/05020100.xhp" name="Relations"><emph>Relations</emph></link> dialog.</paragraph>
+<paragraph role="paragraph" id="par_id3149984" xml-lang="en-US">Alternatively, you can also click the <emph>New Relation</emph> icon in the top area of the relation field and define the relation between two tables in the <link href="text/sdatabase/05020100.xhp"><emph>Relations</emph></link> dialog.</paragraph>
<embed href="text/shared/00/00000450.xhp#synew_relation"/>
<warning id="par_id3153093">If you use $[officename] as the front-end for a relational database, the creation and deletion of relationships is not placed in an intermediate memory by $[officename], but is forwarded directly to the database.</warning>
<paragraph role="paragraph" id="par_id3155856" xml-lang="en-US">By double-clicking a connection line, you can assign certain properties to the relation. The <emph>Relations </emph>dialog opens.</paragraph>
diff --git a/source/text/sdatabase/05030000.xhp b/source/text/sdatabase/05030000.xhp
index ca3b9a1885..5572c13502 100644
--- a/source/text/sdatabase/05030000.xhp
+++ b/source/text/sdatabase/05030000.xhp
@@ -27,7 +27,7 @@
</history>
</meta>
<body>
-<h1 id="hd_id3154894"><link href="text/sdatabase/05030000.xhp" name="Copy Query or Table by Drag-and-Drop">Copy Query or Table by Drag-and-Drop</link></h1>
+<h1 id="hd_id3154894"><link href="text/sdatabase/05030000.xhp">Copy Query or Table by Drag-and-Drop</link></h1>
<bookmark xml-lang="en-US" branch="index" id="bm_id3155535"><bookmark_value>queries; copying (Base)</bookmark_value>
<bookmark_value>tables in databases; copying database tables (Base)</bookmark_value>
</bookmark><comment>mw deleted "database tables;"</comment>
diff --git a/source/text/sdatabase/05030100.xhp b/source/text/sdatabase/05030100.xhp
index 7151193e63..5578007aa8 100644
--- a/source/text/sdatabase/05030100.xhp
+++ b/source/text/sdatabase/05030100.xhp
@@ -26,7 +26,7 @@
<body>
<section id="tablecopy">
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/copytablepage/CopyTablePage" id="bm_id3154841" localize="false"/>
-<h1 id="hd_id3085157"><link href="text/sdatabase/05030100.xhp" name="Copy Table">Copy Table</link></h1>
+<h1 id="hd_id3085157"><link href="text/sdatabase/05030100.xhp">Copy Table</link></h1>
<paragraph role="paragraph" id="par_id3149264" xml-lang="en-US">You can copy a table by dragging and dropping the table onto the table area of a database file window. The <emph>Copy table </emph>dialog appears.</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/copytablepage/name" id="bm_id3154840" localize="false"/><h2 id="hd_id3154926">Table name</h2>
@@ -41,7 +41,7 @@
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/copytablepage/data" id="bm_id3156347" localize="false"/><h3 id="hd_id3155535">Append data<comment>see #i63815</comment></h3>
<paragraph role="paragraph" id="par_id3166410" xml-lang="en-US"><ahelp hid="dbaccess/ui/copytablepage/data">Appends the data of the table to be copied to an existing table.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id3147275" xml-lang="en-US">The table definition must be exactly the same so that data can be copied. Data cannot be copied if a data field in the target table has another format than the data field in the source table.</paragraph>
-<paragraph role="paragraph" id="par_id3156117" xml-lang="en-US">Match the data field names in the<emph> Copy Table</emph> dialog on the <link href="text/sdatabase/05030400.xhp" name="Apply Columns">Apply Columns</link> page.</paragraph>
+<paragraph role="paragraph" id="par_id3156117" xml-lang="en-US">Match the data field names in the<emph> Copy Table</emph> dialog on the <link href="text/sdatabase/05030400.xhp">Apply Columns</link> page.</paragraph>
<paragraph role="paragraph" id="par_id3153252" xml-lang="en-US"><ahelp hid="dbaccess/ui/copytablepage/data">If the data cannot be attached, you will see a list of fields in the <emph>Column Info</emph> dialog whose data cannot be copied.</ahelp> If you confirm this dialog with OK, only the data that does not appear in the list will be attached.</paragraph>
<note id="par_id3158430">If the fields of the target table have a smaller field length than in the source table when data is being attached, the source data fields will automatically be truncated to match the field lengths in the target table.</note>
<bookmark xml-lang="en-US" branch="index" id="bm_id3149164"><bookmark_value>primary keys; defining</bookmark_value>
@@ -50,6 +50,6 @@
<paragraph role="paragraph" id="par_id3155922" xml-lang="en-US"><ahelp hid="dbaccess/ui/copytablepage/primarykey">Automatically generates a primary key data field and fills it with values.</ahelp> You should always use this field, since a primary key must always be available in order to edit the table.</paragraph>
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/copytablepage/keyname" id="bm_id3147303" localize="false"/><h3 id="hd_id3146794">Name</h3>
<paragraph role="paragraph" id="par_id3156343" xml-lang="en-US"><ahelp hid="dbaccess/ui/copytablepage/keyname">Specifies a name for the primary key generated. This name is optional.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3151056" xml-lang="en-US"><link href="text/sdatabase/05030200.xhp" name="Next page">Next page</link></paragraph>
+<paragraph role="paragraph" id="par_id3151056" xml-lang="en-US"><link href="text/sdatabase/05030200.xhp">Next page</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/sdatabase/05030200.xhp b/source/text/sdatabase/05030200.xhp
index d26f815241..e1d4065586 100644
--- a/source/text/sdatabase/05030200.xhp
+++ b/source/text/sdatabase/05030200.xhp
@@ -26,7 +26,7 @@
<body>
<section id="tablecopy2">
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/applycolpage/ApplyColPage" id="bm_id3155806" localize="false"/>
-<h1 id="hd_id3150445"><link href="text/sdatabase/05030200.xhp" name="Apply columns">Apply columns</link></h1>
+<h1 id="hd_id3150445"><link href="text/sdatabase/05030200.xhp">Apply columns</link></h1>
<paragraph role="paragraph" id="par_id3147143" xml-lang="en-US">In the data source explorer, you can copy a table by dragging and dropping the table onto the table container. The <emph>Apply columns </emph>dialog is the second window of the <emph>Copy table</emph> dialog.</paragraph>
</section>
<h2 id="hd_id3155552">Existing columns</h2>
@@ -39,6 +39,6 @@
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/applycolpage/collh" id="bm_id3151110" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/applycolpage/colslh" id="bm_id3152996" localize="false"/><h3 id="hd_id3147242">Buttons</h3>
<paragraph role="paragraph" id="par_id3146797" xml-lang="en-US"><ahelp hid=".">Adds or removes the selected field (&gt; or &lt; button) or all of the fields (&lt;&lt; or &gt;&gt; button).</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3153561" xml-lang="en-US"><link href="text/sdatabase/05030300.xhp" name="Next page">Next page</link></paragraph>
+<paragraph role="paragraph" id="par_id3153561" xml-lang="en-US"><link href="text/sdatabase/05030300.xhp">Next page</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/sdatabase/05030300.xhp b/source/text/sdatabase/05030300.xhp
index 812cc215fa..0dbe99d39b 100644
--- a/source/text/sdatabase/05030300.xhp
+++ b/source/text/sdatabase/05030300.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="tablecopy3">
-<h1 id="hd_id3163829"><link href="text/sdatabase/05030300.xhp" name="Type formatting">Type formatting</link></h1>
+<h1 id="hd_id3163829"><link href="text/sdatabase/05030300.xhp">Type formatting</link></h1>
<paragraph role="paragraph" id="par_id3150247" xml-lang="en-US">In the data source explorer, you can copy a table by dragging and dropping the table onto the table container. The<emph> Type formatting </emph>dialog is the third window of the <emph>Copy table</emph> dialog.</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/typeselectpage/columnnames" id="bm_id3147291" localize="false"/>
diff --git a/source/text/sdatabase/05030400.xhp b/source/text/sdatabase/05030400.xhp
index b3e6039f41..6fac20f4a9 100644
--- a/source/text/sdatabase/05030400.xhp
+++ b/source/text/sdatabase/05030400.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="tablecopy2a">
-<h1 id="hd_id3151100"><link href="text/sdatabase/05030400.xhp" name="Assign columns">Assign columns</link></h1>
+<h1 id="hd_id3151100"><link href="text/sdatabase/05030400.xhp">Assign columns</link></h1>
<paragraph role="paragraph" id="par_id3156027" xml-lang="en-US">In the data source explorer, you can copy a table by dragging and dropping the table onto the table container. If you select the <emph>Attach data </emph>check box on the first page of the <emph>Copy table </emph>dialog, the <emph>Assign columns </emph>dialog opens as the second window. You can use this dialog to map the contents of a data field in the source table to a different data field in the destination table.</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/namematchingpage/left" id="bm_id3153527" localize="false"/>
diff --git a/source/text/sdatabase/05040000.xhp b/source/text/sdatabase/05040000.xhp
index c3f068e0b0..23a4c9567d 100644
--- a/source/text/sdatabase/05040000.xhp
+++ b/source/text/sdatabase/05040000.xhp
@@ -27,7 +27,7 @@
</history>
</meta>
<body>
-<h1 id="hd_id3149031"><link href="text/sdatabase/05040000.xhp" name="General">General</link></h1>
+<h1 id="hd_id3149031"><link href="text/sdatabase/05040000.xhp">General</link></h1>
<embed href="text/sdatabase/05040100.xhp#general"/>
<embed href="text/sdatabase/05040200.xhp#description"/>
</body>
diff --git a/source/text/sdatabase/05040100.xhp b/source/text/sdatabase/05040100.xhp
index 5388202458..171fbda541 100644
--- a/source/text/sdatabase/05040100.xhp
+++ b/source/text/sdatabase/05040100.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="general">
-<h1 id="hd_id3153255"><link href="text/sdatabase/05040100.xhp" name="General">General</link></h1>
+<h1 id="hd_id3153255"><link href="text/sdatabase/05040100.xhp">General</link></h1>
<paragraph role="paragraph" id="par_id3157898" xml-lang="en-US">When you create a database table as an administrator, you can use this tab to determine user access, and to edit the data or the table structure.</paragraph>
</section>
<bookmark xml-lang="en-US" branch="index" id="bm_id3152594"><bookmark_value>access rights for database tables (Base)</bookmark_value>
diff --git a/source/text/sdatabase/05040200.xhp b/source/text/sdatabase/05040200.xhp
index dfb61ef7b1..226f6e16fa 100644
--- a/source/text/sdatabase/05040200.xhp
+++ b/source/text/sdatabase/05040200.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="description">
-<h1 id="hd_id3109850"><link href="text/sdatabase/05040200.xhp" name="Description">Description</link></h1>
+<h1 id="hd_id3109850"><link href="text/sdatabase/05040200.xhp">Description</link></h1>
</section>
<h2 id="hd_id3157898">Table description</h2>
<paragraph role="paragraph" id="par_id3154422" xml-lang="en-US"><ahelp hid=".">Displays the description for the selected table.</ahelp></paragraph>
diff --git a/source/text/sdatabase/11000002.xhp b/source/text/sdatabase/11000002.xhp
index 43107a4a2f..a53500b929 100644
--- a/source/text/sdatabase/11000002.xhp
+++ b/source/text/sdatabase/11000002.xhp
@@ -29,11 +29,11 @@
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3155449"><bookmark_value>databases;drag and drop (Base)</bookmark_value>
</bookmark><comment>mw added "(Base)"</comment>
-<h1 id="hd_id3151299"><link href="text/sdatabase/05040200.xhp" name="Data sources in $[officename]">Data sources in $[officename]</link></h1>
+<h1 id="hd_id3151299"><link href="text/sdatabase/05040200.xhp">Data sources in $[officename]</link></h1>
<section id="address_book">
<h2 id="hd_id3150616">Selecting the Address Book</h2>
<embed href="text/shared/guide/data_addressbook.xhp#address_book"/>
-<paragraph role="paragraph" id="par_id3153049" xml-lang="en-US">To select the address book that you want to use, choose <link href="text/shared/01/01110101.xhp" name="Tools - Address Book Source"><emph>Tools - Address Book Source</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3153049" xml-lang="en-US">To select the address book that you want to use, choose <link href="text/shared/01/01110101.xhp"><emph>Tools - Address Book Source</emph></link>.</paragraph>
</section>
<h2 id="hd_id3147275">Opening a Data Source</h2>
<list type="unordered">
diff --git a/source/text/sdatabase/11020000.xhp b/source/text/sdatabase/11020000.xhp
index 8e1f9484b2..46e42e0377 100644
--- a/source/text/sdatabase/11020000.xhp
+++ b/source/text/sdatabase/11020000.xhp
@@ -25,8 +25,8 @@
</meta>
<body>
<section id="odbc">
-<h1 id="hd_id3149031"><link href="text/sdatabase/11020000.xhp" name="ODBC">ODBC</link><comment>still some Help IDs in this file. Else it can be removed</comment></h1>
-<paragraph role="paragraph" id="par_id3150499" xml-lang="en-US"><ahelp hid=".">Specifies the settings for <link href="text/shared/00/00000005.xhp#odbc" name="ODBC">ODBC</link> databases. This includes your user access data, driver settings, and font definitions.</ahelp></paragraph>
+<h1 id="hd_id3149031"><link href="text/sdatabase/11020000.xhp">ODBC</link><comment>still some Help IDs in this file. Else it can be removed</comment></h1>
+<paragraph role="paragraph" id="par_id3150499" xml-lang="en-US"><ahelp hid=".">Specifies the settings for <link href="text/shared/00/00000005.xhp#odbc">ODBC</link> databases. This includes your user access data, driver settings, and font definitions.</ahelp></paragraph>
</section>
<section id="username">
<h2 id="hd_id3148642">User Name</h2>
diff --git a/source/text/sdatabase/11030000.xhp b/source/text/sdatabase/11030000.xhp
index 9d8d45794d..a8c4c274b8 100644
--- a/source/text/sdatabase/11030000.xhp
+++ b/source/text/sdatabase/11030000.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="dbase"><comment>ufi: removed remaining two index entries</comment><comment>mw added "(Base)" to all 4 entries and transferred 2 entries to sdatabase/dabawiz02dbase.xhp</comment>
-<h1 id="hd_id3153539"><link href="text/sdatabase/11030000.xhp" name="dBase">dBASE</link><comment>still two Help IDs in this file. Else file can be removed</comment></h1>
+<h1 id="hd_id3153539"><link href="text/sdatabase/11030000.xhp">dBASE</link><comment>still two Help IDs in this file. Else file can be removed</comment></h1>
<paragraph role="paragraph" id="par_id3147088" xml-lang="en-US"><ahelp hid=".">Specify the settings for a dBASE database.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -47,6 +47,6 @@
<embed href="text/sdatabase/11020000.xhp#sql92"/>
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/dbasepage/indiciesButton" id="bm_id3151056" localize="false"/>
<h2 id="hd_id3149047">Indexes</h2>
-<paragraph role="paragraph" id="par_id3161656" xml-lang="en-US"><ahelp hid="dbaccess/ui/dbasepage/indiciesButton">Opens the <link href="text/sdatabase/11030100.xhp" name="Indexes"><emph>Indexes</emph></link> dialog, where you can organize the table indexes in the current dBASE database.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3161656" xml-lang="en-US"><ahelp hid="dbaccess/ui/dbasepage/indiciesButton">Opens the <link href="text/sdatabase/11030100.xhp"><emph>Indexes</emph></link> dialog, where you can organize the table indexes in the current dBASE database.</ahelp></paragraph>
</body>
</helpdocument>
diff --git a/source/text/sdatabase/11030100.xhp b/source/text/sdatabase/11030100.xhp
index 9eb5a8a73a..8faf597792 100644
--- a/source/text/sdatabase/11030100.xhp
+++ b/source/text/sdatabase/11030100.xhp
@@ -25,7 +25,7 @@
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/dbaseindexdialog/DBaseIndexDialog" id="bm_id3146959" localize="false"/>
-<h1 id="hd_id3148983"><link href="text/sdatabase/11030100.xhp" name="Indexes">Indexes</link></h1>
+<h1 id="hd_id3148983"><link href="text/sdatabase/11030100.xhp">Indexes</link></h1>
<paragraph role="paragraph" id="par_id3150247" xml-lang="en-US"><ahelp hid=".">Lets you organize dBASE database indexes.</ahelp> An index allows you to access a database quickly, provided that you query the data in the selection that was defined through the index. When you design a table, you can define the indexes on the <emph>Indexes </emph>tab page.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/00000450.xhp#dBasein"/>
diff --git a/source/text/sdatabase/11080000.xhp b/source/text/sdatabase/11080000.xhp
index 11de165081..05bebf8c91 100644
--- a/source/text/sdatabase/11080000.xhp
+++ b/source/text/sdatabase/11080000.xhp
@@ -31,7 +31,7 @@
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/directsqldialog/DirectSQLDialog" id="bm_id3150773" localize="false"/><paragraph role="paragraph" id="par_id3148983" xml-lang="en-US" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/directsqldialog/@@nowidget@@" id="bm_id3150773" localize="false"/>
-<h1 id="hd_id3153345"><link href="text/sdatabase/11080000.xhp" name="Execute SQL statement">Execute SQL statement</link></h1>
+<h1 id="hd_id3153345"><link href="text/sdatabase/11080000.xhp">Execute SQL statement</link></h1>
<paragraph role="paragraph" id="par_id3154288" xml-lang="en-US"><variable id="sqltext"><ahelp hid=".">Opens a dialog where you can enter an SQL command for administering a database.</ahelp>
</variable></paragraph>
<section id="howtoget">
@@ -39,7 +39,7 @@
</section>
<embed href="text/shared/guide/data_enter_sql.xhp#data_enter_sql"/>
<paragraph role="paragraph" id="par_id3147275" xml-lang="en-US">You can only enter administration commands in this dialog, such as Grant, Create Table, or Drop Table, and not filter commands. The commands that you can enter depend on the data source, for example, dBASE can only run some of the SQL commands list here.</paragraph>
-<note id="par_id3154860">To run an SQL query for filtering data in the database, use the <link href="text/sdatabase/02010100.xhp" name="Query Design">Query Design View</link>.</note>
+<note id="par_id3154860">To run an SQL query for filtering data in the database, use the <link href="text/sdatabase/02010100.xhp">Query Design View</link>.</note>
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/directsqldialog/sql" id="bm_id3150772" localize="false"/>
<h2 id="hd_id3149514">Command to execute</h2>
<paragraph role="paragraph" id="par_id3147618" xml-lang="en-US"><ahelp hid="dbaccess/ui/directsqldialog/sql">Enter the SQL administration command that you want to run.</ahelp></paragraph>
diff --git a/source/text/sdatabase/11090000.xhp b/source/text/sdatabase/11090000.xhp
index e3b1db5602..437745f269 100644
--- a/source/text/sdatabase/11090000.xhp
+++ b/source/text/sdatabase/11090000.xhp
@@ -25,7 +25,7 @@
</meta>
<body>
<section id="table_filter">
-<h1 id="hd_id3150702"><link href="text/sdatabase/11090000.xhp" name="Tables">Table Filter</link></h1><comment>UFI: file remains as a help id container - no browsing</comment></section>
+<h1 id="hd_id3150702"><link href="text/sdatabase/11090000.xhp">Table Filter</link></h1><comment>UFI: file remains as a help id container - no browsing</comment></section>
<bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_DSADMIN_SUPPRESS_VERSIONCL" id="bm_id3154046" localize="false"/><paragraph role="paragraph" id="par_id3149164" xml-lang="en-US"><ahelp hid="." visibility="hidden">Some databases track changes to each record by assigning version number to fields that are changed. This number is incremented by 1 each time the field is changed. Displays the internal version number of the record in the database table.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:Sortup" id="bm_id5955967" localize="false"/>
<h2 id="hd_id3154923">Sort Ascending<comment>in View - Sort menu</comment></h2>
diff --git a/source/text/sdatabase/dabaadvpropdat.xhp b/source/text/sdatabase/dabaadvpropdat.xhp
index 1bbdbeb99d..98139c7fd8 100644
--- a/source/text/sdatabase/dabaadvpropdat.xhp
+++ b/source/text/sdatabase/dabaadvpropdat.xhp
@@ -116,7 +116,7 @@
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/specialsettingspage/resulttype" id="bm_id751632741084270" localize="false"/>
<h2 id="hd_id621632736570505">Respect the result set type from the database driver</h2>
<comment>OH: Could not find a clear definition of this setting, best so far is https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1sdbc_1_1ResultSetType.html</comment>
- <paragraph role="paragraph" id="par_id641632755407673">Use the database driver different scroll capabilities of a result set. Refer to <link href="https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1sdbc_1_1ResultSetType.html" name="ResultSetType">ResultSetType Constant Group</link></paragraph>
+ <paragraph role="paragraph" id="par_id641632755407673">Use the database driver different scroll capabilities of a result set. Refer to <link href="https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1sdbc_1_1ResultSetType.html">ResultSetType Constant Group</link></paragraph>
<bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_DSADMIN_BOOLEANCOMPARISON" id="bm_id5289773" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/specialsettingspage/comparison" id="bm_id501632740974366" localize="false"/>
diff --git a/source/text/sdatabase/dabawiz02access.xhp b/source/text/sdatabase/dabawiz02access.xhp
index 2c06c0d999..7eda1c5aa9 100644
--- a/source/text/sdatabase/dabawiz02access.xhp
+++ b/source/text/sdatabase/dabawiz02access.xhp
@@ -29,7 +29,7 @@
</bookmark><comment>mw added 2 new index entries</comment><h1 id="par_idN1053D"><variable id="access"><link href="text/sdatabase/dabawiz02access.xhp">Microsoft Access Connection</link>
</variable></h1>
<paragraph role="paragraph" id="par_idN10541" xml-lang="en-US"><ahelp hid=".">Specifies the settings for importing a database file in Microsoft Access or Access 2007 format.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id1142772" xml-lang="en-US">See also the English Wiki page <link href="https://wiki.documentfoundation.org/MSA-Base_Faq" name="wiki.documentfoundation.org MS Access Base FAQ">https://wiki.documentfoundation.org/MSA-Base_Faq</link>.</paragraph>
+<paragraph role="paragraph" id="par_id1142772" xml-lang="en-US">See also the English Wiki page <link href="https://wiki.documentfoundation.org/MSA-Base_Faq">https://wiki.documentfoundation.org/MSA-Base_Faq</link>.</paragraph>
<bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_PAGE_DBWIZARD_MSACCESS_ET_MSACCESSLOCATION" id="bm_id627155" localize="false"/><h2 id="par_idN10544">Microsoft Access database file</h2>
<paragraph role="paragraph" id="par_idN10548" xml-lang="en-US"><ahelp hid=".">Specifies the path to the database file.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_PAGE_DBWIZARD_MSACCESS_PB_MSACCESSLOCATION" id="bm_id8335215" localize="false"/><h2 id="par_idN1054B">Browse</h2>
diff --git a/source/text/sdatabase/dabawiz02jdbc.xhp b/source/text/sdatabase/dabawiz02jdbc.xhp
index 45e9c8b6fa..3a2af293e0 100644
--- a/source/text/sdatabase/dabawiz02jdbc.xhp
+++ b/source/text/sdatabase/dabawiz02jdbc.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/jdbcconnectionpage/JDBCConnectionPage" id="bm_id6293219" localize="false"/>
<h1 id="par_idN105FC"><variable id="jdbc"><link href="text/sdatabase/dabawiz02jdbc.xhp">JDBC Connection</link>
</variable></h1>
-<paragraph role="paragraph" id="par_idN10600" xml-lang="en-US"><ahelp hid=".">Specifies the options to access a <link href="text/shared/00/00000005.xhp#jdbc" name="JDBC">JDBC</link> database.</ahelp><comment>copied text from shared\explorer\database\11110000</comment></paragraph>
+<paragraph role="paragraph" id="par_idN10600" xml-lang="en-US"><ahelp hid=".">Specifies the options to access a <link href="text/shared/00/00000005.xhp#jdbc">JDBC</link> database.</ahelp><comment>copied text from shared\explorer\database\11110000</comment></paragraph>
<h2 id="par_idN10623">JDBC Examples</h2>
<paragraph role="paragraph" id="par_idN10627" xml-lang="en-US">
<item type="productname">You can use a JDBC driver class to connect to a JDBC database from %PRODUCTNAME</item>. The driver class is provided by the database manufacturer. Two examples of JDBC databases are Oracle and MySQL.</paragraph>
diff --git a/source/text/sdatabase/dabawiz02odbc.xhp b/source/text/sdatabase/dabawiz02odbc.xhp
index 59d5738366..a7325c5b5f 100644
--- a/source/text/sdatabase/dabawiz02odbc.xhp
+++ b/source/text/sdatabase/dabawiz02odbc.xhp
@@ -32,8 +32,8 @@
</bookmark>
<h1 id="par_idN1053D"><variable id="odbc"><link href="text/sdatabase/dabawiz02odbc.xhp">ODBC Connection</link></variable></h1>
-<paragraph role="paragraph" id="par_idN10541" xml-lang="en-US"><ahelp hid=".">Specifies the settings for an <link href="text/shared/00/00000005.xhp#odbc" name="ODBC">ODBC</link> data source connection.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id8034302" xml-lang="en-US">On Solaris and Linux platforms, try using the JDBC driver instead of the ODBC driver. Refer to the <link href="http://www.unixodbc.org" name="CHANGE ME">unixODBC Project</link> web page for an ODBC implementation on Solaris or Linux.</paragraph>
+<paragraph role="paragraph" id="par_idN10541" xml-lang="en-US"><ahelp hid=".">Specifies the settings for an <link href="text/shared/00/00000005.xhp#odbc">ODBC</link> data source connection.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id8034302" xml-lang="en-US">On Solaris and Linux platforms, try using the JDBC driver instead of the ODBC driver. Refer to the <link href="http://www.unixodbc.org">unixODBC Project</link> web page for an ODBC implementation on Solaris or Linux.</paragraph>
<paragraph role="paragraph" id="par_id8560136" xml-lang="en-US">To connect to a Microsoft Access database on Windows, use the ADO or Access database interface, rather than ODBC.</paragraph>
<note id="par_id2082583">Drivers for ODBC are supplied and supported by the manufacturer of the database. $[officename] only supports the ODBC 3 standard.</note>
diff --git a/source/text/sdatabase/dabawiz02pgsql.xhp b/source/text/sdatabase/dabawiz02pgsql.xhp
index 60bd1011ea..3b111bf766 100644
--- a/source/text/sdatabase/dabawiz02pgsql.xhp
+++ b/source/text/sdatabase/dabawiz02pgsql.xhp
@@ -21,7 +21,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/dbwizconnectionpage/ConnectionPage" id="bm_id701643051950111" localize="false"/>
<section id="pgsqlHead">
- <h1 id="hd_id971643043442131"><variable id="pgsqlh1"><link href="text/sdatabase/dabawiz02pgsql.xhp" name="pgconnection">PostgreSQL Connection</link></variable></h1>
+ <h1 id="hd_id971643043442131"><variable id="pgsqlh1"><link href="text/sdatabase/dabawiz02pgsql.xhp">PostgreSQL Connection</link></variable></h1>
<paragraph id="par_id811643043442133" role="paragraph" xml-lang="en-US">Specifies the options for connecting to PostgreSQL databases.</paragraph>
</section>
<h2 id="hd_id321643044241406">DBMS/driver-specific connection string</h2>
@@ -44,7 +44,7 @@
<note id="par_id71643046088031">Refer to the database server administrator for the correct values of the keywords passed in the connection string. Values for <emph>user=</emph> and <emph>password=</emph> are ignored but will be requested at connection time.</note>
<tip id="par_id131643048856194">The connection string is displayed in the %PRODUCTNAME Base status bar.</tip>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id571643046067450">List of all keyword/value pairs for <link href="https://www.postgresql.org/docs/13/libpq-connect.html#LIBPQ-PARAMKEYWORDS" name="PG13keywords">PostgreSQL 13</link> connection string. Not every pair is handled by the %PRODUCTNAME driver manager.</paragraph>
+ <paragraph role="paragraph" id="par_id571643046067450">List of all keyword/value pairs for <link href="https://www.postgresql.org/docs/13/libpq-connect.html#LIBPQ-PARAMKEYWORDS">PostgreSQL 13</link> connection string. Not every pair is handled by the %PRODUCTNAME driver manager.</paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/sdatabase/dabawiz03auth.xhp b/source/text/sdatabase/dabawiz03auth.xhp
index f9011c3a3d..a1cf5fa06a 100644
--- a/source/text/sdatabase/dabawiz03auth.xhp
+++ b/source/text/sdatabase/dabawiz03auth.xhp
@@ -27,7 +27,7 @@
</history>
</meta>
<body>
-<h1 id="par_idN1053A"><variable id="authentication_h1"><link href="text/sdatabase/dabawiz03auth.xhp" name="auth_link">Set up user authentication</link></variable></h1>
+<h1 id="par_idN1053A"><variable id="authentication_h1"><link href="text/sdatabase/dabawiz03auth.xhp">Set up user authentication</link></variable></h1>
<paragraph role="paragraph" id="par_idN1053E" xml-lang="en-US">Some databases require a user name and password.</paragraph>
<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/authentificationpage/generalUserNameEntry" id="bm_id5520493" localize="false"/>
<h2 id="par_idN10541">User name</h2>
diff --git a/source/text/sdatabase/main.xhp b/source/text/sdatabase/main.xhp
index f76bead797..cd69b64a19 100644
--- a/source/text/sdatabase/main.xhp
+++ b/source/text/sdatabase/main.xhp
@@ -93,7 +93,7 @@
<embedvar href="text/sdatabase/toolbars.xhp#toolbars"/>
</paragraph>
<embed href="text/shared/04/01020000.xhp#DB_keys"/>
-<paragraph role="paragraph" id="par_id6474806" xml-lang="en-US"><link href="https://wiki.documentfoundation.org/Database" name="wiki.documentfoundation.org Database">Wiki page about Base</link></paragraph>
+<paragraph role="paragraph" id="par_id6474806" xml-lang="en-US"><link href="https://wiki.documentfoundation.org/Database">Wiki page about Base</link></paragraph>
</section>
<embed href="text/swriter/main0000.xhp#helpabouthelp"/>
</body>
diff --git a/source/text/sdatabase/migrate_macros.xhp b/source/text/sdatabase/migrate_macros.xhp
index 0db2c00144..776e89712d 100644
--- a/source/text/sdatabase/migrate_macros.xhp
+++ b/source/text/sdatabase/migrate_macros.xhp
@@ -55,7 +55,7 @@
<embed href="text/shared/00/00000001.xhp#finish"/>
<embed href="text/shared/00/00000001.xhp#cancel"/>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id0112200902353554" role="paragraph"><link href="https://wiki.documentfoundation.org/Macros_in_Database_Documents" name="wiki.documentfoundation.org Macros in Database Documents">An in depth explanation by the developers (Wiki).</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id0112200902353554" role="paragraph"><link href="https://wiki.documentfoundation.org/Macros_in_Database_Documents">An in depth explanation by the developers (Wiki).</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/sdatabase/querywizard00.xhp b/source/text/sdatabase/querywizard00.xhp
index 314f14c932..4cbd2ae67e 100644
--- a/source/text/sdatabase/querywizard00.xhp
+++ b/source/text/sdatabase/querywizard00.xhp
@@ -44,6 +44,6 @@
<embed href="text/shared/00/00000001.xhp#next"/>
<embed href="text/shared/00/00000001.xhp#finish"/>
<embed href="text/shared/00/00000001.xhp#cancel"/>
-<paragraph role="paragraph" id="par_idN105D2" xml-lang="en-US"><link href="text/sdatabase/querywizard01.xhp" name="Query Wizard - Field Selection">Query Wizard - Field selection</link></paragraph>
+<paragraph role="paragraph" id="par_idN105D2" xml-lang="en-US"><link href="text/sdatabase/querywizard01.xhp">Query Wizard - Field selection</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/sdatabase/querywizard01.xhp b/source/text/sdatabase/querywizard01.xhp
index 7570c3daae..901455e89a 100644
--- a/source/text/sdatabase/querywizard01.xhp
+++ b/source/text/sdatabase/querywizard01.xhp
@@ -43,6 +43,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_QUERYWIZARD_LSTSELFIELDS" id="bm_id5718253" localize="false"/>
<h2 id="par_idN10590">Fields in the Query</h2>
<paragraph role="paragraph" id="par_idN10594" xml-lang="en-US"><ahelp hid=".">Displays all fields that will be included in the new query.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_idN10597" xml-lang="en-US"><link href="text/sdatabase/querywizard02.xhp" name="Query Wizard - Sorting order">Query Wizard - Sorting order</link></paragraph>
+<paragraph role="paragraph" id="par_idN10597" xml-lang="en-US"><link href="text/sdatabase/querywizard02.xhp">Query Wizard - Sorting order</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/sdatabase/querywizard02.xhp b/source/text/sdatabase/querywizard02.xhp
index 897d480e53..e1f33e8023 100644
--- a/source/text/sdatabase/querywizard02.xhp
+++ b/source/text/sdatabase/querywizard02.xhp
@@ -51,6 +51,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_QUERYWIZARD_SORT4" id="bm_id6009094" localize="false"/>
<h2 id="par_idN10568">And then by</h2>
<paragraph role="paragraph" id="par_idN105D9" xml-lang="en-US"><ahelp hid=".">Specifies additional fields by which the created query is sorted, if previous sort fields are equal.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_idN1056E" xml-lang="en-US"><link href="text/sdatabase/querywizard03.xhp" name="Query Wizard - Search conditions">Query Wizard - Search conditions</link></paragraph>
+<paragraph role="paragraph" id="par_idN1056E" xml-lang="en-US"><link href="text/sdatabase/querywizard03.xhp">Query Wizard - Search conditions</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/sdatabase/querywizard03.xhp b/source/text/sdatabase/querywizard03.xhp
index f8215fe7f7..f54fe97ac8 100644
--- a/source/text/sdatabase/querywizard03.xhp
+++ b/source/text/sdatabase/querywizard03.xhp
@@ -52,6 +52,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_QUERYWIZARD_TXTVALUE_3" id="bm_id251167" localize="false"/>
<h3 id="par_idN1056E">Value</h3>
<paragraph role="paragraph" id="par_idN105E6" xml-lang="en-US"><ahelp hid=".">Enter the value for the filter condition.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_idN10574" xml-lang="en-US"><link href="text/sdatabase/querywizard04.xhp" name="Query Wizard - Detail or Summary">Query Wizard - Detail or summary</link></paragraph>
+<paragraph role="paragraph" id="par_idN10574" xml-lang="en-US"><link href="text/sdatabase/querywizard04.xhp">Query Wizard - Detail or summary</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/sdatabase/querywizard04.xhp b/source/text/sdatabase/querywizard04.xhp
index 75dfa4e0a2..47d4a503c5 100644
--- a/source/text/sdatabase/querywizard04.xhp
+++ b/source/text/sdatabase/querywizard04.xhp
@@ -51,6 +51,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_QUERYWIZARD_BTNAGGREGATEMINUS" id="bm_id3288674" localize="false"/>
<h3 localize="false" id="par_idN105F1">−</h3>
<paragraph role="paragraph" id="par_idN1060B" xml-lang="en-US"><ahelp hid=".">Removes the last row of controls.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_idN1060E" xml-lang="en-US"><link href="text/sdatabase/querywizard05.xhp" name="Query Wizard - Grouping">Query Wizard - Grouping</link></paragraph>
+<paragraph role="paragraph" id="par_idN1060E" xml-lang="en-US"><link href="text/sdatabase/querywizard05.xhp">Query Wizard - Grouping</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/sdatabase/querywizard05.xhp b/source/text/sdatabase/querywizard05.xhp
index d4c8a5a33b..9e2846ac30 100644
--- a/source/text/sdatabase/querywizard05.xhp
+++ b/source/text/sdatabase/querywizard05.xhp
@@ -38,6 +38,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_QUERYWIZARD_LSTFILTERSELFIELDS" id="bm_id1776482" localize="false"/>
<h2 id="par_idN10589">Group by</h2>
<paragraph role="paragraph" id="par_idN1058D" xml-lang="en-US"><ahelp hid=".">Displays all fields that are to be used to group the query.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_idN10590" xml-lang="en-US"><link href="text/sdatabase/querywizard06.xhp" name="Query Wizard - Grouping conditions">Query Wizard - Grouping conditions</link></paragraph>
+<paragraph role="paragraph" id="par_idN10590" xml-lang="en-US"><link href="text/sdatabase/querywizard06.xhp">Query Wizard - Grouping conditions</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/sdatabase/querywizard06.xhp b/source/text/sdatabase/querywizard06.xhp
index 6d76dcd9ef..bb89a85a12 100644
--- a/source/text/sdatabase/querywizard06.xhp
+++ b/source/text/sdatabase/querywizard06.xhp
@@ -52,6 +52,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_QUERYWIZARD_TXTFILTERVALUE_3" id="bm_id2075563" localize="false"/>
<h3 id="par_idN10575">Value</h3>
<paragraph role="paragraph" id="par_idN10579" xml-lang="en-US"><ahelp hid=".">Enter the value for the grouping condition.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_idN1057C" xml-lang="en-US"><link href="text/sdatabase/querywizard07.xhp" name="Query Wizard - Aliases">Query Wizard - Aliases</link></paragraph>
+<paragraph role="paragraph" id="par_idN1057C" xml-lang="en-US"><link href="text/sdatabase/querywizard07.xhp">Query Wizard - Aliases</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/sdatabase/querywizard07.xhp b/source/text/sdatabase/querywizard07.xhp
index b62e10a0ec..7d19747e36 100644
--- a/source/text/sdatabase/querywizard07.xhp
+++ b/source/text/sdatabase/querywizard07.xhp
@@ -34,6 +34,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_QUERYWIZARD_TXTTITLE_1" id="bm_id2467421" localize="false"/>
<h2 id="par_idN10556">Alias</h2>
<paragraph role="paragraph" id="par_idN1055A" xml-lang="en-US"><ahelp hid=".">Enter the alias for the field name.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_idN1055D" xml-lang="en-US"><link href="text/sdatabase/querywizard08.xhp" name="Query Wizard - Overview">Query Wizard - Overview</link></paragraph>
+<paragraph role="paragraph" id="par_idN1055D" xml-lang="en-US"><link href="text/sdatabase/querywizard08.xhp">Query Wizard - Overview</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/sdatabase/querywizard08.xhp b/source/text/sdatabase/querywizard08.xhp
index a511de4ed3..2ef43abe1f 100644
--- a/source/text/sdatabase/querywizard08.xhp
+++ b/source/text/sdatabase/querywizard08.xhp
@@ -43,6 +43,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_QUERYWIZARD_TXTSUMMARY" id="bm_id4912869" localize="false"/>
<h2 id="par_idN1056B">Overview</h2>
<paragraph role="paragraph" id="par_idN1056F" xml-lang="en-US"><ahelp hid=".">Displays a summary of the query.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_idN10572" xml-lang="en-US"><link href="text/sdatabase/querywizard00.xhp" name="Query Wizard">Query Wizard</link></paragraph>
+<paragraph role="paragraph" id="par_idN10572" xml-lang="en-US"><link href="text/sdatabase/querywizard00.xhp">Query Wizard</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/sdatabase/rep_insertfield.xhp b/source/text/sdatabase/rep_insertfield.xhp
index 42a1d582b3..74c7a318e5 100644
--- a/source/text/sdatabase/rep_insertfield.xhp
+++ b/source/text/sdatabase/rep_insertfield.xhp
@@ -23,7 +23,7 @@
<bookmark_value>add fields;in report design</bookmark_value>
<bookmark_value>report design;add fields to report</bookmark_value>
</bookmark>
- <h1 id="hd_id361540562942432"><variable id="addfields"><link href="text/sdatabase/rep_insertfield.xhp" name="Add Fields">Add fields to report</link></variable></h1>
+ <h1 id="hd_id361540562942432"><variable id="addfields"><link href="text/sdatabase/rep_insertfield.xhp">Add fields to report</link></variable></h1>
<paragraph id="par_id3587145" role="paragraph" xml-lang="en-US"><ahelp hid=".">The Add Field window helps you to insert the table entries in the report.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/sdatabase/rep_main.xhp b/source/text/sdatabase/rep_main.xhp
index d592286b6d..ae038401a7 100644
--- a/source/text/sdatabase/rep_main.xhp
+++ b/source/text/sdatabase/rep_main.xhp
@@ -98,7 +98,7 @@
<paragraph xml-lang="en-US" id="par_id7996459" role="listitem">After selecting the table, press the Tab key to leave the Content box.</paragraph>
</listitem>
</list>
- <paragraph xml-lang="en-US" id="par_id2531815" role="paragraph">The <link href="text/sdatabase/rep_insertfield.xhp" name="add_fields_link">Add fields to report</link> window opens automatically and shows all fields of the selected table.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id2531815" role="paragraph">The <link href="text/sdatabase/rep_insertfield.xhp">Add fields to report</link> window opens automatically and shows all fields of the selected table.</paragraph>
<embed href="text/sdatabase/rep_insertfield.xhp#insertfieldstitle"/>
<comment>Align at Section toolbar</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:SectionAlignLeft" id="bm_id7889950" localize="false"/>
diff --git a/source/text/sdatabase/rep_navigator.xhp b/source/text/sdatabase/rep_navigator.xhp
index 3ab5bfaa29..3bcaf9dd7e 100644
--- a/source/text/sdatabase/rep_navigator.xhp
+++ b/source/text/sdatabase/rep_navigator.xhp
@@ -34,8 +34,8 @@
<bookmark xml-lang="en-US" branch="hid/REPORTDESIGN_HID_REPORT_NAVIGATOR_TREE" id="bm_id7007354" localize="false"/><paragraph role="paragraph" id="par_id8314157" xml-lang="en-US"><ahelp hid=".">Click an entry in the Report Navigator. The corresponding object or area is selected in the Report Builder view. Right-click an entry to open the context menu.</ahelp></paragraph>
<h2 id="hd_id2932828">To enter functions to the report</h2>
<bookmark xml-lang="en-US" branch="hid/.uno:NewFunction" id="bm_id974456" localize="false"/><paragraph role="paragraph" id="par_id5091708" xml-lang="en-US"><ahelp hid=".">In the context menu of the Report Navigator, you see the same commands as in the Report Builder view, plus additional commands to create new functions or to delete them.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id9449446" xml-lang="en-US">Functions can be entered using a syntax as specified by the <link href="https://en.wikipedia.org/wiki/OpenFormula" name="English Wikipedia: OpenFormula">OpenFormula</link> proposal.</paragraph>
-<paragraph role="paragraph" id="par_id4095583" xml-lang="en-US">See <link href="https://wiki.documentfoundation.org/Database" name="wiki.documentfoundation.org Database">Wiki page about Base</link> for some more help regarding the functions in a report.</paragraph>
+<paragraph role="paragraph" id="par_id9449446" xml-lang="en-US">Functions can be entered using a syntax as specified by the <link href="https://en.wikipedia.org/wiki/OpenFormula">OpenFormula</link> proposal.</paragraph>
+<paragraph role="paragraph" id="par_id4095583" xml-lang="en-US">See <link href="https://wiki.documentfoundation.org/Database">Wiki page about Base</link> for some more help regarding the functions in a report.</paragraph>
<h3 id="hd_id311593">To calculate a sum for each client<comment>copied from a mail by Ocke - did not test</comment></h3>
<list type="ordered">
<listitem>
diff --git a/source/text/sdatabase/rep_prop.xhp b/source/text/sdatabase/rep_prop.xhp
index 83736e6ac9..3b7951521a 100644
--- a/source/text/sdatabase/rep_prop.xhp
+++ b/source/text/sdatabase/rep_prop.xhp
@@ -31,7 +31,7 @@
<tip id="par_id1080660">Press Shift-F1 and point with the mouse at an input box to see a help text for this input box.</tip>
<paragraph id="par_id7175817" role="paragraph">On first start of the Report Builder, the Properties window shows the <emph>Data</emph> tab page for the whole report.</paragraph>
<paragraph id="par_id9895931" role="paragraph">Select a table from the Contents list, then press Tab or click outside the input box to leave the input box.</paragraph>
- <paragraph id="par_id3587145" role="paragraph"><ahelp hid=".">The <link href="text/sdatabase/rep_insertfield.xhp" name="add_fields_link">Add fields to report</link> window is shown automatically when you have selected a table in the Contents box and leave that box. You can also click the Add Field icon on the toolbar, or choose <item type="menuitem">View - Add Field</item>.</ahelp></paragraph>
+ <paragraph id="par_id3587145" role="paragraph"><ahelp hid=".">The <link href="text/sdatabase/rep_insertfield.xhp">Add fields to report</link> window is shown automatically when you have selected a table in the Contents box and leave that box. You can also click the Add Field icon on the toolbar, or choose <item type="menuitem">View - Add Field</item>.</ahelp></paragraph>
<paragraph id="par_id6993926" role="paragraph">The <emph>General</emph> tab page can be used to change the name of the report, and to disable the Page Header or Page Footer areas, among others.</paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:SelectReport" id="bm_id9044770" localize="false"/>
<tip id="par_id3729361"><ahelp hid=".">To display the <emph>Data</emph> or <emph>General</emph> tab page for the whole report, choose <item type="menuitem">Edit - Select All - Select Report</item>.</ahelp></tip>
diff --git a/source/text/sdatabase/tablewizard00.xhp b/source/text/sdatabase/tablewizard00.xhp
index fd8c0b9eb0..cbe83ea53f 100644
--- a/source/text/sdatabase/tablewizard00.xhp
+++ b/source/text/sdatabase/tablewizard00.xhp
@@ -43,6 +43,6 @@
<embed href="text/shared/00/00000001.xhp#next"/>
<embed href="text/shared/00/00000001.xhp#finish"/>
<embed href="text/shared/00/00000001.xhp#cancel"/>
-<paragraph role="paragraph" id="par_idN105AF" xml-lang="en-US"><link href="text/sdatabase/tablewizard01.xhp" name="Table Wizard - Select fields">Table Wizard - Select fields</link></paragraph>
+<paragraph role="paragraph" id="par_idN105AF" xml-lang="en-US"><link href="text/sdatabase/tablewizard01.xhp">Table Wizard - Select fields</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/sdatabase/tablewizard01.xhp b/source/text/sdatabase/tablewizard01.xhp
index d039a58e79..690f04b361 100644
--- a/source/text/sdatabase/tablewizard01.xhp
+++ b/source/text/sdatabase/tablewizard01.xhp
@@ -49,6 +49,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGTABLE_FIELDSSELECTED" id="bm_id6092104" localize="false"/>
<h2 id="par_idN1059E">Selected Fields</h2>
<paragraph role="paragraph" id="par_idN105A4" xml-lang="en-US"><ahelp hid=".">Displays all fields that will be included in the new table.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_idN105A9" xml-lang="en-US"><link href="text/sdatabase/tablewizard02.xhp" name="Table Wizard - Set types and formats">Table Wizard - Set types and formats</link></paragraph>
+<paragraph role="paragraph" id="par_idN105A9" xml-lang="en-US"><link href="text/sdatabase/tablewizard02.xhp">Table Wizard - Set types and formats</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/sdatabase/tablewizard02.xhp b/source/text/sdatabase/tablewizard02.xhp
index 59f972f45a..05fa1f89e4 100644
--- a/source/text/sdatabase/tablewizard02.xhp
+++ b/source/text/sdatabase/tablewizard02.xhp
@@ -58,6 +58,6 @@
<paragraph role="paragraph" id="par_id6706747" xml-lang="en-US"><ahelp hid=".">Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field.</ahelp> For example, the following MySQL statement used the AUTO_INCREMENT statement to increase the "id" field each time the statement creates a data field:</paragraph>
<paragraph role="code" id="par_id8946501" xml-lang="en-US">CREATE TABLE "table1" ("id" INTEGER AUTO_INCREMENT)</paragraph>
<paragraph role="paragraph" id="par_id4846949" xml-lang="en-US">For this example, you must enter AUTO_INCREMENT into the Auto-increment statement box.</paragraph>
-<paragraph role="paragraph" id="par_idN105A9" xml-lang="en-US"><link href="text/sdatabase/tablewizard03.xhp" name="Table Wizard - Set primary key">Table Wizard - Set primary key</link></paragraph>
+<paragraph role="paragraph" id="par_idN105A9" xml-lang="en-US"><link href="text/sdatabase/tablewizard03.xhp">Table Wizard - Set primary key</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/sdatabase/tablewizard03.xhp b/source/text/sdatabase/tablewizard03.xhp
index 2862ca439c..c280f8ab4b 100644
--- a/source/text/sdatabase/tablewizard03.xhp
+++ b/source/text/sdatabase/tablewizard03.xhp
@@ -58,6 +58,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGTABLE_FIELDS_PK_SELECTED" id="bm_id8829309" localize="false"/>
<h4 id="par_idN1059A">Primary key fields</h4>
<paragraph role="paragraph" id="par_idN1059E" xml-lang="en-US"><ahelp hid=".">Select a field and click &lt; to remove it from the list of primary key fields. The primary key is created as a concatenation of the fields in this list, from top to bottom.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_idN105A1" xml-lang="en-US"><link href="text/sdatabase/tablewizard04.xhp" name="Table Wizard - Create table">Table Wizard - Create table</link></paragraph>
+<paragraph role="paragraph" id="par_idN105A1" xml-lang="en-US"><link href="text/sdatabase/tablewizard04.xhp">Table Wizard - Create table</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/sdatabase/tablewizard04.xhp b/source/text/sdatabase/tablewizard04.xhp
index a1144970c1..bea9406213 100644
--- a/source/text/sdatabase/tablewizard04.xhp
+++ b/source/text/sdatabase/tablewizard04.xhp
@@ -49,6 +49,6 @@
<bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGTABLE_OPT_STARTFORMWIZARD" id="bm_id3381145" localize="false"/>
<h2 id="par_idN1056B">Create a form based on this table</h2>
<paragraph role="paragraph" id="par_idN1056F" xml-lang="en-US"><ahelp hid=".">Select to create a form based on this table. The form is created on a text document with the last used settings of the <link href="text/shared/autopi/01090000.xhp">Form Wizard</link>.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_idN10580" xml-lang="en-US"><link href="text/sdatabase/tablewizard00.xhp" name="Table Wizard">Table Wizard</link></paragraph>
+<paragraph role="paragraph" id="par_idN10580" xml-lang="en-US"><link href="text/sdatabase/tablewizard00.xhp">Table Wizard</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/sdatabase/toolbar_form.xhp b/source/text/sdatabase/toolbar_form.xhp
index a39c5287b6..7e8701bf8f 100644
--- a/source/text/sdatabase/toolbar_form.xhp
+++ b/source/text/sdatabase/toolbar_form.xhp
@@ -16,7 +16,7 @@
</topic>
</meta>
<body>
- <h1 id="par_idN10548"><variable id="DatabaseFormToolbarh1"><link href="text/sdatabase/toolbar_form.xhp" name="Database Form Toolbar">Database Form Toolbar</link></variable></h1>
+ <h1 id="par_idN10548"><variable id="DatabaseFormToolbarh1"><link href="text/sdatabase/toolbar_form.xhp">Database Form Toolbar</link></variable></h1>
<embed href="text/sdatabase/toolbar_table.xhp#databasetoolbarcommon"/>
<bookmark xml-lang="en-US" branch="hid/.uno:DBNewForm" id="bm_id231642796070839" localize="false"/>
<h2 id="hd_id231642796157552">New database form</h2>
diff --git a/source/text/sdatabase/toolbar_query.xhp b/source/text/sdatabase/toolbar_query.xhp
index 092e63631f..0aa32514c0 100644
--- a/source/text/sdatabase/toolbar_query.xhp
+++ b/source/text/sdatabase/toolbar_query.xhp
@@ -16,7 +16,7 @@
</topic>
</meta>
<body>
- <h1 id="par_idN10548"><variable id="DatabaseQueryToolbarh1"><link href="text/sdatabase/toolbar_query.xhp" name="Database Query Toolbar">Database Query Toolbar</link></variable></h1>
+ <h1 id="par_idN10548"><variable id="DatabaseQueryToolbarh1"><link href="text/sdatabase/toolbar_query.xhp">Database Query Toolbar</link></variable></h1>
<embed href="text/sdatabase/toolbar_table.xhp#databasetoolbarcommon"/>
<bookmark xml-lang="en-US" branch="hid/.uno:DBNewQuery" id="bm_id231642796070839" localize="false"/>
<h2 id="hd_id231642796157552">New database query</h2>
diff --git a/source/text/sdatabase/toolbar_report.xhp b/source/text/sdatabase/toolbar_report.xhp
index 7782a92ed4..1dcb55b698 100644
--- a/source/text/sdatabase/toolbar_report.xhp
+++ b/source/text/sdatabase/toolbar_report.xhp
@@ -16,7 +16,7 @@
</topic>
</meta>
<body>
- <h1 id="par_idN10548"><variable id="DatabaseReportToolbarh1"><link href="text/sdatabase/toolbar_report.xhp" name="Database Report Toolbar">Database Report Toolbar</link></variable></h1>
+ <h1 id="par_idN10548"><variable id="DatabaseReportToolbarh1"><link href="text/sdatabase/toolbar_report.xhp">Database Report Toolbar</link></variable></h1>
<bookmark xml-lang="en-US" branch="hid/.uno:DBNewReport" id="bm_id231642796070839" localize="false"/>
<embed href="text/sdatabase/toolbar_table.xhp#databasetoolbarcommon"/>
<h2 id="hd_id231642796157552">New database report</h2>
diff --git a/source/text/sdatabase/toolbar_table.xhp b/source/text/sdatabase/toolbar_table.xhp
index b84bbfec64..7de1298e91 100644
--- a/source/text/sdatabase/toolbar_table.xhp
+++ b/source/text/sdatabase/toolbar_table.xhp
@@ -16,7 +16,7 @@
</topic>
</meta>
<body>
- <h1 id="par_idN10548"><variable id="DatabaseTableToolbarh1"><link href="text/sdatabase/toolbar_table.xhp" name="Database Table Toolbar">Database Table Toolbar</link></variable></h1>
+ <h1 id="par_idN10548"><variable id="DatabaseTableToolbarh1"><link href="text/sdatabase/toolbar_table.xhp">Database Table Toolbar</link></variable></h1>
<section id="databasetoolbarcommon">
<h2 id="hd_id461642852368590">Open document</h2>
<table id="tab_id321642852258015">
diff --git a/source/text/sdraw/01/consolidatetext.xhp b/source/text/sdraw/01/consolidatetext.xhp
index 87fddac219..e3493fa3df 100644
--- a/source/text/sdraw/01/consolidatetext.xhp
+++ b/source/text/sdraw/01/consolidatetext.xhp
@@ -23,7 +23,7 @@
<bookmark_value>combine text frames;text box consolidation</bookmark_value>
</bookmark>
<section id="textboxconsolidation">
-<h1 id="hd_id861623510996086"><link href="text/sdraw/01/consolidatetext.xhp" name="consolidate text">Text Box Consolidation</link></h1>
+<h1 id="hd_id861623510996086"><link href="text/sdraw/01/consolidatetext.xhp">Text Box Consolidation</link></h1>
<paragraph id="par_id441623510996088" role="paragraph" xml-lang="en-US"><variable id="textboxconsolidationv1"><ahelp hid=".">Combine two or more selected text boxes into one.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/sdraw/01/delete_page.xhp b/source/text/sdraw/01/delete_page.xhp
index 2c78bb9b71..0d0e31c192 100644
--- a/source/text/sdraw/01/delete_page.xhp
+++ b/source/text/sdraw/01/delete_page.xhp
@@ -19,7 +19,7 @@
</meta>
<body>
<section id="deletepage">
- <h1 id="hd_id3150202"><link href="text/sdraw/01/delete_page.xhp" name="Delete Page">Delete Page</link></h1>
+ <h1 id="hd_id3150202"><link href="text/sdraw/01/delete_page.xhp">Delete Page</link></h1>
<paragraph role="paragraph" id="par_id3152988" xml-lang="en-US">Delete the current page.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/sdraw/01/duplicate_page.xhp b/source/text/sdraw/01/duplicate_page.xhp
index 54a66f1fec..7710cc2827 100644
--- a/source/text/sdraw/01/duplicate_page.xhp
+++ b/source/text/sdraw/01/duplicate_page.xhp
@@ -18,7 +18,7 @@
<body>
<section id="duplicatepage">
<bookmark branch="hid/.uno:DuplicatePage" xml-lang="en-US" id="bm_id3147436" localize="false"/>
- <h1 id="hd_id3148576"><link href="text/sdraw/01/duplicate_page.xhp" name="Duplicate Page">Duplicate Page</link></h1>
+ <h1 id="hd_id3148576"><link href="text/sdraw/01/duplicate_page.xhp">Duplicate Page</link></h1>
<paragraph role="paragraph" id="par_id3153190" xml-lang="en-US"><ahelp hid=".uno:DuplicatePage" visibility="visible">Inserts a copy of the current page after the current page.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/sdraw/01/navigate_page.xhp b/source/text/sdraw/01/navigate_page.xhp
index 71dbe88603..45dda8f382 100644
--- a/source/text/sdraw/01/navigate_page.xhp
+++ b/source/text/sdraw/01/navigate_page.xhp
@@ -16,7 +16,7 @@
</meta>
<body>
<section id="pagenavigation">
- <h1 id="hd_id341566156032976"><link href="text/sdraw/01/navigate_page.xhp" name="navigate">Page Navigation</link></h1>
+ <h1 id="hd_id341566156032976"><link href="text/sdraw/01/navigate_page.xhp">Page Navigation</link></h1>
<paragraph id="par_id581566156032977" role="paragraph" xml-lang="en-US"><ahelp hid=".">Opens a sub-menu for page navigation.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/sdraw/01/new_page.xhp b/source/text/sdraw/01/new_page.xhp
index c23c8c9743..fede71a231 100644
--- a/source/text/sdraw/01/new_page.xhp
+++ b/source/text/sdraw/01/new_page.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="newpage">
-<h1 id="hd_id3150202"><link href="text/sdraw/01/new_page.xhp" name="New Page">New Page</link></h1>
+<h1 id="hd_id3150202"><link href="text/sdraw/01/new_page.xhp">New Page</link></h1>
<paragraph role="paragraph" id="par_id3152988" xml-lang="en-US">Inserts a blank page after the selected page.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/sdraw/01/rename_page.xhp b/source/text/sdraw/01/rename_page.xhp
index 0798da22b7..623ff50578 100644
--- a/source/text/sdraw/01/rename_page.xhp
+++ b/source/text/sdraw/01/rename_page.xhp
@@ -18,7 +18,7 @@
<body>
<section id="renamepage">
<bookmark id="bm_id661566092814709" xml-lang="en-US" branch="hid/zzzz" localize="false"/>
- <h1 id="hd_id301566092814709"><link href="text/sdraw/01/rename_page.xhp" name="rename page">Rename Page</link></h1>
+ <h1 id="hd_id301566092814709"><link href="text/sdraw/01/rename_page.xhp">Rename Page</link></h1>
<paragraph id="par_id511566092814710" role="paragraph" xml-lang="en-US"><variable id="rename_page"><ahelp hid=".">Set a new name for the page.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/sdraw/04/01020000.xhp b/source/text/sdraw/04/01020000.xhp
index f59c47b5ef..da085ead1d 100644
--- a/source/text/sdraw/04/01020000.xhp
+++ b/source/text/sdraw/04/01020000.xhp
@@ -31,10 +31,10 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3156441"><bookmark_value>shortcut keys;in drawings</bookmark_value>
<bookmark_value>drawings; shortcut keys</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3156441" role="heading" level="1"><variable id="draw_keys"><link href="text/sdraw/04/01020000.xhp" name="Shortcut Keys for Drawings">Shortcut Keys for Drawings</link>
+<paragraph xml-lang="en-US" id="hd_id3156441" role="heading" level="1"><variable id="draw_keys"><link href="text/sdraw/04/01020000.xhp">Shortcut Keys for Drawings</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3153877" role="paragraph">The following is a list of shortcut keys specific to Drawing documents.</paragraph>
- <paragraph xml-lang="en-US" id="par_id3154730" role="paragraph">You can also use the <link href="text/shared/04/01010000.xhp" name="general shortcut keys for $[officename]">general shortcut keys for $[officename]</link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154730" role="paragraph">You can also use the <link href="text/shared/04/01010000.xhp">general shortcut keys for $[officename]</link>.</paragraph>
<embed href="text/shared/00/00000099.xhp#keys"/>
</section>
<paragraph xml-lang="en-US" id="hd_id3149121" role="heading" level="2">Function Keys for Drawings</paragraph>
@@ -329,7 +329,7 @@
<tablerow>
<tablecell>
<paragraph xml-lang="en-US" id="hd_id3152484" role="tablecontent"><switchinline select="sys"><caseinline select="MAC">Command
-</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-click while dragging an object. Note: this shortcut key works only when the <link href="text/shared/optionen/01070500.xhp" name="Copy when moving">Copy when moving</link> option in <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Draw - General is enabled (it is enabled by default).</paragraph>
+</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-click while dragging an object. Note: this shortcut key works only when the <link href="text/shared/optionen/01070500.xhp">Copy when moving</link> option in <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Draw - General is enabled (it is enabled by default).</paragraph>
</tablecell>
<tablecell>
<paragraph xml-lang="en-US" id="par_id3149450" role="tablecontent">Creates a copy of the dragged object when mouse button is released.</paragraph>
diff --git a/source/text/sdraw/guide/align_arrange.xhp b/source/text/sdraw/guide/align_arrange.xhp
index 0c0f5ebe94..7d2845cf59 100644
--- a/source/text/sdraw/guide/align_arrange.xhp
+++ b/source/text/sdraw/guide/align_arrange.xhp
@@ -29,7 +29,7 @@
</topic>
</meta>
<body>
-<paragraph role="heading" id="hd_id3149656" xml-lang="en-US" level="1"><variable id="align_arrange"><link href="text/sdraw/guide/align_arrange.xhp" name="Arranging and Aligning Objects">Arranging, Aligning and Distributing Objects</link>
+<paragraph role="heading" id="hd_id3149656" xml-lang="en-US" level="1"><variable id="align_arrange"><link href="text/sdraw/guide/align_arrange.xhp">Arranging, Aligning and Distributing Objects</link>
</variable></paragraph>
<bookmark xml-lang="en-US" branch="index" id="bm_id3125863"><bookmark_value>arranging; objects (guide)</bookmark_value>
<bookmark_value>objects;aligning</bookmark_value>
@@ -88,7 +88,7 @@
</listitem>
</list>
<paragraph role="heading" id="par_idN108AE" xml-lang="en-US" level="2">Distributing Objects</paragraph>
-<paragraph role="listitem" id="par_id3151390" xml-lang="en-US">If you select three or more objects in Draw, you can also use the <link href="text/shared/01/05360000.xhp" name="Distribution"><emph>Distribute selection</emph></link> command to distribute the vertical and horizontal spacing evenly between the objects.</paragraph>
+<paragraph role="listitem" id="par_id3151390" xml-lang="en-US">If you select three or more objects in Draw, you can also use the <link href="text/shared/01/05360000.xhp"><emph>Distribute selection</emph></link> command to distribute the vertical and horizontal spacing evenly between the objects.</paragraph>
<list type="ordered">
<listitem>
<paragraph role="listitem" id="par_idN108CE" xml-lang="en-US">Select three or more objects to be distributed.</paragraph>
diff --git a/source/text/sdraw/guide/color_define.xhp b/source/text/sdraw/guide/color_define.xhp
index 9168052538..2b97f46a95 100644
--- a/source/text/sdraw/guide/color_define.xhp
+++ b/source/text/sdraw/guide/color_define.xhp
@@ -32,7 +32,7 @@
<bookmark_value>user-defined colors</bookmark_value>
<bookmark_value>custom colors</bookmark_value>
</bookmark>
- <paragraph xml-lang="en-US" id="hd_id3149263" role="heading" level="1"><variable id="color_define"><link href="text/sdraw/guide/color_define.xhp" name="Defining Custom Colors">Defining Custom Colors</link></variable></paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3149263" role="heading" level="1"><variable id="color_define"><link href="text/sdraw/guide/color_define.xhp">Defining Custom Colors</link></variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3154511" role="paragraph">Define custom colors and add them to the <emph>Custom</emph> color palette.</paragraph>
<paragraph xml-lang="en-US" id="hd_id3155600" role="heading" level="2">To define a custom color</paragraph>
<list type="ordered">
@@ -44,7 +44,7 @@
<paragraph xml-lang="en-US" id="par_id3166425" role="paragraph">Click a color in the table that is similar to the one you want to define. You can select the similar color from any of the available color palettes in the <emph>Colors</emph> area on the left or the <emph>Recent colors</emph> in the list below the color table. The color appears in the <emph>New</emph> preview box to the right of the dialog.</paragraph>
</listitem>
<listitem>
- <paragraph role="paragraph" id="par_id41522705652544" xml-lang="en-US">Click the <emph>Pick</emph> button to open the <link href="text/shared/optionen/01010501.xhp" name="linkname">Pick a Color</link> dialog.</paragraph>
+ <paragraph role="paragraph" id="par_id41522705652544" xml-lang="en-US">Click the <emph>Pick</emph> button to open the <link href="text/shared/optionen/01010501.xhp">Pick a Color</link> dialog.</paragraph>
<paragraph xml-lang="en-US" id="par_id4979705" role="note">%PRODUCTNAME uses only the RGB color model for printing in color. The RGB values of the selected color are displayed below the preview boxes.</paragraph>
</listitem>
<listitem>
@@ -54,7 +54,7 @@
<paragraph role="tip" id="par_id701522707038880" xml-lang="en-US">To remove a color from the <emph>Custom</emph> color palette, select the <emph>Custom</emph> color palette in the <emph>Colors</emph> area, select the color to be deleted and click <emph>Delete</emph>.</paragraph>
<section id="relatedtopics">
<embed href="text/sdraw/guide/eyedropper.xhp#eyedropper"/>
- <paragraph xml-lang="en-US" id="par_id3145236" role="paragraph"><link href="text/shared/01/03170000.xhp" name="Color bar">Color bar</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3145236" role="paragraph"><link href="text/shared/01/03170000.xhp">Color bar</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/sdraw/guide/combine_etc.xhp b/source/text/sdraw/guide/combine_etc.xhp
index 0577c3acea..a7660dab91 100644
--- a/source/text/sdraw/guide/combine_etc.xhp
+++ b/source/text/sdraw/guide/combine_etc.xhp
@@ -41,7 +41,7 @@
<bookmark_value>subtracting polygons</bookmark_value>
<bookmark_value>constructing shapes</bookmark_value>
</bookmark>
- <paragraph xml-lang="en-US" id="hd_id3156443" role="heading" level="1"><variable id="combine_etc"><link href="text/sdraw/guide/combine_etc.xhp" name="Combining Objects and Constructing Shapes">Combining Objects and Constructing Shapes</link>
+ <paragraph xml-lang="en-US" id="hd_id3156443" role="heading" level="1"><variable id="combine_etc"><link href="text/sdraw/guide/combine_etc.xhp">Combining Objects and Constructing Shapes</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3149020" role="paragraph">Combined drawing objects act as grouped objects, except that you cannot enter the group to edit the individual objects. </paragraph>
<paragraph xml-lang="en-US" id="par_id3154659" role="note">You can only combine 2D objects.</paragraph>
@@ -68,7 +68,7 @@
</table>
<paragraph xml-lang="en-US" id="par_id3153249" role="paragraph">In the illustration, the uncombined objects are on the left and the combined objects on the right.</paragraph>
<paragraph xml-lang="en-US" id="hd_id3159229" role="heading" level="2">Constructing Shapes</paragraph>
- <paragraph xml-lang="en-US" id="par_id3150049" role="paragraph">You can construct shapes by applying the <link href="text/simpress/01/13180000.xhp" name="Shapes"><emph>Shapes</emph></link> <emph>- Merge, Subtract and Intersect</emph> commands to two or more drawing objects.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3150049" role="paragraph">You can construct shapes by applying the <link href="text/simpress/01/13180000.xhp"><emph>Shapes</emph></link> <emph>- Merge, Subtract and Intersect</emph> commands to two or more drawing objects.</paragraph>
<paragraph xml-lang="en-US" id="par_id3147403" role="note">Shape commands only work on 2D objects.</paragraph>
<paragraph xml-lang="en-US" id="par_id3150539" role="paragraph">Constructed shapes take on the properties of the lowermost object in the stacking order.</paragraph>
<paragraph xml-lang="en-US" id="hd_id3156402" role="heading" level="3">To construct a shape:</paragraph>
diff --git a/source/text/sdraw/guide/cross_fading.xhp b/source/text/sdraw/guide/cross_fading.xhp
index 6eba50910f..60a5fc1a26 100644
--- a/source/text/sdraw/guide/cross_fading.xhp
+++ b/source/text/sdraw/guide/cross_fading.xhp
@@ -31,7 +31,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3150715"><bookmark_value>draw objects; cross-fading two objects</bookmark_value>
<bookmark_value>cross-fading; two draw objects</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3150715" xml-lang="en-US" level="1"><variable id="cross_fading"><link href="text/sdraw/guide/cross_fading.xhp" name="Cross-Fading Two Objects">Cross-Fading Two Objects</link>
+<paragraph role="heading" id="hd_id3150715" xml-lang="en-US" level="1"><variable id="cross_fading"><link href="text/sdraw/guide/cross_fading.xhp">Cross-Fading Two Objects</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3154754" xml-lang="en-US">Cross-fading creates shapes and distributes them by uniform increments between two drawing objects.</paragraph>
<paragraph role="note" id="par_id3155112" xml-lang="en-US">The cross-fading command is only available in $[officename] Draw. You can, however, copy and paste cross-faded objects into $[officename] Impress.</paragraph>
@@ -65,6 +65,6 @@
</table>
<section id="relatedtopics">
<embed href="text/sdraw/guide/duplicate_object.xhp#duplicate_object"/>
-<paragraph role="paragraph" id="par_id3155760" xml-lang="en-US"><link href="text/simpress/01/02150000.xhp" name="Editing - Cross-fading">Editing - Cross-fading</link></paragraph>
+<paragraph role="paragraph" id="par_id3155760" xml-lang="en-US"><link href="text/simpress/01/02150000.xhp">Editing - Cross-fading</link></paragraph>
</section></body>
</helpdocument>
diff --git a/source/text/sdraw/guide/draw_sector.xhp b/source/text/sdraw/guide/draw_sector.xhp
index a80eba1525..fdc422ec9d 100644
--- a/source/text/sdraw/guide/draw_sector.xhp
+++ b/source/text/sdraw/guide/draw_sector.xhp
@@ -38,7 +38,7 @@
<bookmark_value>ellipses; segments</bookmark_value>
<bookmark_value>drawing; sectors and segments</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3146974" xml-lang="en-US" level="1"><variable id="draw_sector"><link href="text/sdraw/guide/draw_sector.xhp" name="Drawing Sectors and Segments">Drawing Sectors and Segments</link>
+<paragraph role="heading" id="hd_id3146974" xml-lang="en-US" level="1"><variable id="draw_sector"><link href="text/sdraw/guide/draw_sector.xhp">Drawing Sectors and Segments</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3147396" xml-lang="en-US">The <emph>Ellipse</emph> toolbar contains tools for drawing ellipses and circles. You can also draw segments and sectors of circles and ellipses.</paragraph>
<paragraph role="heading" id="hd_id3151075" xml-lang="en-US" level="3">To draw a sector of a circle or an ellipse:</paragraph>
diff --git a/source/text/sdraw/guide/duplicate_object.xhp b/source/text/sdraw/guide/duplicate_object.xhp
index b68b363475..bac5d74e7d 100644
--- a/source/text/sdraw/guide/duplicate_object.xhp
+++ b/source/text/sdraw/guide/duplicate_object.xhp
@@ -35,7 +35,7 @@
<bookmark_value>duplicating draw objects</bookmark_value>
<bookmark_value>multiplying draw objects</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3145750" xml-lang="en-US" level="1"><variable id="duplicate_object"><link href="text/sdraw/guide/duplicate_object.xhp" name="Duplicating Objects">Duplicating Objects</link>
+<paragraph role="heading" id="hd_id3145750" xml-lang="en-US" level="1"><variable id="duplicate_object"><link href="text/sdraw/guide/duplicate_object.xhp">Duplicating Objects</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3149400" xml-lang="en-US">You can create duplicate or multiple copies of an object. The copies can be identical or can differ in size, color, orientation and location.</paragraph>
<paragraph role="paragraph" id="par_id3153415" xml-lang="en-US">The following example creates a stack of coins by making multiple copies of a single ellipse.</paragraph>
@@ -61,7 +61,7 @@
</listitem>
</list>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3153935" xml-lang="en-US"><link href="text/simpress/01/02120000.xhp" name="Edit - Duplicate">Edit - Duplicate</link></paragraph>
+<paragraph role="paragraph" id="par_id3153935" xml-lang="en-US"><link href="text/simpress/01/02120000.xhp">Edit - Duplicate</link></paragraph>
<embed href="text/sdraw/guide/cross_fading.xhp#cross_fading"/>
<embed href="text/sdraw/guide/rotate_object.xhp#rotate_object"/>
<embed href="text/sdraw/guide/align_arrange.xhp#align_arrange"/>
diff --git a/source/text/sdraw/guide/eyedropper.xhp b/source/text/sdraw/guide/eyedropper.xhp
index 057503c269..ab557a9f3e 100644
--- a/source/text/sdraw/guide/eyedropper.xhp
+++ b/source/text/sdraw/guide/eyedropper.xhp
@@ -34,7 +34,7 @@
<bookmark_value>bitmaps;replacing colors</bookmark_value>
<bookmark_value>GIF images;replacing colors</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3147436" xml-lang="en-US" level="1"><variable id="eyedropper"><link href="text/sdraw/guide/eyedropper.xhp" name="Replacing Colors">Replacing Colors</link>
+<paragraph role="heading" id="hd_id3147436" xml-lang="en-US" level="1"><variable id="eyedropper"><link href="text/sdraw/guide/eyedropper.xhp">Replacing Colors</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3156286" xml-lang="en-US">You can replace colors in bitmaps with the <emph>Color Replacer</emph> tool.</paragraph>
<paragraph role="paragraph" id="par_id3154704" xml-lang="en-US">Up to four colors can be replaced at once.</paragraph>
@@ -68,7 +68,7 @@
<paragraph role="tip" id="par_id3157871" xml-lang="en-US">If you want to expand or contract the color selection area, increase or decrease the tolerance of the <emph>Color Replacer</emph> tool and repeat your selection.</paragraph>
<section id="relatedtopics">
<embed href="text/sdraw/guide/color_define.xhp#color_define"/>
-<paragraph role="paragraph" id="par_id3146878" xml-lang="en-US"><link href="text/shared/01/06030000.xhp" name="Color Replacer">Color Replacer</link></paragraph>
+<paragraph role="paragraph" id="par_id3146878" xml-lang="en-US"><link href="text/shared/01/06030000.xhp">Color Replacer</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/sdraw/guide/gradient.xhp b/source/text/sdraw/guide/gradient.xhp
index d9709abcdf..c276b70b67 100644
--- a/source/text/sdraw/guide/gradient.xhp
+++ b/source/text/sdraw/guide/gradient.xhp
@@ -39,7 +39,7 @@
<bookmark_value>transparency;adjusting</bookmark_value>
</bookmark>
<comment>mw deleted "applying;"</comment>
- <paragraph xml-lang="en-US" id="hd_id3150792" role="heading" level="1"><variable id="gradient"><link href="text/sdraw/guide/gradient.xhp" name="Creating Gradient Fills">Creating Gradient Fills</link>
+ <paragraph xml-lang="en-US" id="hd_id3150792" role="heading" level="1"><variable id="gradient"><link href="text/sdraw/guide/gradient.xhp">Creating Gradient Fills</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3154012" role="paragraph">A gradient fill is an incremental blend of two different colors, or shades of the same color, that you can apply to a drawing object.</paragraph>
<paragraph xml-lang="en-US" id="hd_id3147436" role="heading" level="3">To apply a gradient:</paragraph>
diff --git a/source/text/sdraw/guide/graphic_insert.xhp b/source/text/sdraw/guide/graphic_insert.xhp
index e7e56e3377..ea0f921f6a 100644
--- a/source/text/sdraw/guide/graphic_insert.xhp
+++ b/source/text/sdraw/guide/graphic_insert.xhp
@@ -34,7 +34,7 @@
<bookmark_value>files; inserting pictures</bookmark_value>
<bookmark_value>inserting;pictures</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3156443" xml-lang="en-US" level="1"><variable id="graphic_insert"><link href="text/sdraw/guide/graphic_insert.xhp" name="Inserting Graphics">Inserting Pictures</link>
+<paragraph role="heading" id="hd_id3156443" xml-lang="en-US" level="1"><variable id="graphic_insert"><link href="text/sdraw/guide/graphic_insert.xhp">Inserting Pictures</link>
</variable></paragraph>
<list type="ordered">
<listitem>
diff --git a/source/text/sdraw/guide/groups.xhp b/source/text/sdraw/guide/groups.xhp
index c1f7ac3c7d..6c9611134a 100644
--- a/source/text/sdraw/guide/groups.xhp
+++ b/source/text/sdraw/guide/groups.xhp
@@ -31,7 +31,7 @@
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3150793"><bookmark_value>grouping; draw objects</bookmark_value>
<bookmark_value>draw objects; grouping</bookmark_value>
-</bookmark><comment>mw deleted "groups;entering" and copied "selecting;group objects" to the new shared guide groups.xhp.</comment><paragraph role="heading" id="hd_id3150793" xml-lang="en-US" level="1"><variable id="groups"><link href="text/sdraw/guide/groups.xhp" name="Grouping Objects">Grouping Objects</link>
+</bookmark><comment>mw deleted "groups;entering" and copied "selecting;group objects" to the new shared guide groups.xhp.</comment><paragraph role="heading" id="hd_id3150793" xml-lang="en-US" level="1"><variable id="groups"><link href="text/sdraw/guide/groups.xhp">Grouping Objects</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3153728" xml-lang="en-US">You can combine several objects into a group so that they act as a single object. You can move and transform all objects in a group as a single unit. You can also change the properties (for example, line size, fill color) of all objects in a group as a whole or for individual objects in a group. Groups can be temporary or assigned:</paragraph>
<list type="unordered">
diff --git a/source/text/sdraw/guide/join_objects.xhp b/source/text/sdraw/guide/join_objects.xhp
index cd81b4d697..6218e1dd65 100644
--- a/source/text/sdraw/guide/join_objects.xhp
+++ b/source/text/sdraw/guide/join_objects.xhp
@@ -35,7 +35,7 @@
<bookmark_value>lines; connecting objects</bookmark_value>
<bookmark_value>areas; from connected lines</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3145799" xml-lang="en-US" level="1"><variable id="join_objects"><link href="text/sdraw/guide/join_objects.xhp" name="Connecting Lines">Connecting Lines</link>
+<paragraph role="heading" id="hd_id3145799" xml-lang="en-US" level="1"><variable id="join_objects"><link href="text/sdraw/guide/join_objects.xhp">Connecting Lines</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3154512" xml-lang="en-US">When you connect lines, lines are drawn between neighboring endpoints.</paragraph>
<paragraph role="heading" id="hd_id3150752" xml-lang="en-US" level="3">To connect lines:</paragraph>
diff --git a/source/text/sdraw/guide/join_objects3d.xhp b/source/text/sdraw/guide/join_objects3d.xhp
index c1fe37eaf1..a9db4784d9 100644
--- a/source/text/sdraw/guide/join_objects3d.xhp
+++ b/source/text/sdraw/guide/join_objects3d.xhp
@@ -33,7 +33,7 @@
<bookmark_value>joining;3D objects</bookmark_value>
</bookmark>
<paragraph role="paragraph" id="par_id3154014" xml-lang="en-US" localize="false"/>
-<paragraph role="heading" id="hd_id3156442" xml-lang="en-US" level="1"><variable id="join_objects3d"><link href="text/sdraw/guide/join_objects3d.xhp" name="Assembling 3D Objects">Assembling 3D Objects</link>
+<paragraph role="heading" id="hd_id3156442" xml-lang="en-US" level="1"><variable id="join_objects3d"><link href="text/sdraw/guide/join_objects3d.xhp">Assembling 3D Objects</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3145251" xml-lang="en-US">3D objects that each form a 3D scene can be combined into a single 3D scene.</paragraph>
<paragraph role="heading" id="hd_id3150042" xml-lang="en-US" level="3">To combine 3D objects:</paragraph>
@@ -59,7 +59,7 @@
</list>
<paragraph role="note" id="par_id3148606" xml-lang="en-US">You cannot intersect or subtract 3D objects.</paragraph>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3154537" xml-lang="en-US"><link href="text/simpress/02/10090000.xhp" name="Objects in 3D">Objects in 3D</link></paragraph>
+<paragraph role="paragraph" id="par_id3154537" xml-lang="en-US"><link href="text/simpress/02/10090000.xhp">Objects in 3D</link></paragraph>
<embed href="text/sdraw/guide/join_objects.xhp#join_objects"/>
</section>
</body>
diff --git a/source/text/sdraw/guide/keyboard.xhp b/source/text/sdraw/guide/keyboard.xhp
index eb162bbfb1..a652d26bd2 100644
--- a/source/text/sdraw/guide/keyboard.xhp
+++ b/source/text/sdraw/guide/keyboard.xhp
@@ -34,7 +34,7 @@
<bookmark_value>draw objects; text entry mode</bookmark_value>
<bookmark_value>text entry mode for draw objects</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3155628" xml-lang="en-US" level="1"><variable id="keyboard"><link href="text/sdraw/guide/keyboard.xhp" name="Shortcut Keys for Drawing Objects">Shortcut Keys for Drawing Objects</link>
+<paragraph role="heading" id="hd_id3155628" xml-lang="en-US" level="1"><variable id="keyboard"><link href="text/sdraw/guide/keyboard.xhp">Shortcut Keys for Drawing Objects</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3148663" xml-lang="en-US">You can create and edit drawing objects using the keyboard.</paragraph>
<embed href="text/shared/00/00000099.xhp#keys"/>
diff --git a/source/text/sdraw/guide/layer_move.xhp b/source/text/sdraw/guide/layer_move.xhp
index 6367baa2c0..b276c1f9af 100644
--- a/source/text/sdraw/guide/layer_move.xhp
+++ b/source/text/sdraw/guide/layer_move.xhp
@@ -34,7 +34,7 @@
<bookmark_value>layers; moving objects</bookmark_value>
<bookmark_value>moving; between layers</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3150752" xml-lang="en-US" level="1"><variable id="layer_move"><link href="text/sdraw/guide/layer_move.xhp" name="Moving Objects to a Different Layer">Moving Objects to a Different Layer</link>
+<paragraph role="heading" id="hd_id3150752" xml-lang="en-US" level="1"><variable id="layer_move"><link href="text/sdraw/guide/layer_move.xhp">Moving Objects to a Different Layer</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_idN10622" xml-lang="en-US">Drawings in %PRODUCTNAME Draw support layers.</paragraph>
<list type="ordered">
diff --git a/source/text/sdraw/guide/layer_new.xhp b/source/text/sdraw/guide/layer_new.xhp
index 6388890329..306b790d56 100644
--- a/source/text/sdraw/guide/layer_new.xhp
+++ b/source/text/sdraw/guide/layer_new.xhp
@@ -31,7 +31,7 @@
<bookmark_value>inserting; layers</bookmark_value>
<bookmark_value>changing;layer properties</bookmark_value>
</bookmark><comment>MW changed "modifying;..." to "changing;..."</comment>
-<h1 id="hd_id3148797"><variable id="layer_new"><link href="text/sdraw/guide/layer_new.xhp" name="Inserting Layers">Inserting Layers</link>
+<h1 id="hd_id3148797"><variable id="layer_new"><link href="text/sdraw/guide/layer_new.xhp">Inserting Layers</link>
</variable></h1>
<paragraph role="paragraph" id="par_idN10614" xml-lang="en-US">Drawings in %PRODUCTNAME Draw support layers.</paragraph>
<embed href="text/shared/06/sd_screenshots.xhp#insertlayer"/>
diff --git a/source/text/sdraw/guide/layer_tipps.xhp b/source/text/sdraw/guide/layer_tipps.xhp
index 8d7873475c..c82a77b6c7 100644
--- a/source/text/sdraw/guide/layer_tipps.xhp
+++ b/source/text/sdraw/guide/layer_tipps.xhp
@@ -34,7 +34,7 @@
<bookmark_value>showing;hidden layers</bookmark_value>
<bookmark_value>selecting;layers</bookmark_value>
</bookmark>
-<h1 id="hd_id3154013"><variable id="layer_tipps"><link href="text/sdraw/guide/layer_tipps.xhp" name="Working With Layers">Working With Layers</link>
+<h1 id="hd_id3154013"><variable id="layer_tipps"><link href="text/sdraw/guide/layer_tipps.xhp">Working With Layers</link>
</variable></h1>
<paragraph role="paragraph" id="par_idN10706" xml-lang="en-US">Drawings in %PRODUCTNAME Draw support layers.</paragraph>
<embed href="text/shared/06/sd_screenshots.xhp#insertlayer"/>
diff --git a/source/text/sdraw/guide/layers.xhp b/source/text/sdraw/guide/layers.xhp
index 46e0fd9dd8..0f739ddcaf 100644
--- a/source/text/sdraw/guide/layers.xhp
+++ b/source/text/sdraw/guide/layers.xhp
@@ -32,7 +32,7 @@
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3149018"><bookmark_value>layers; definition</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3149018" xml-lang="en-US" level="1"><variable id="layers"><link href="text/sdraw/guide/layers.xhp" name="About Layers">About Layers</link>
+<paragraph role="heading" id="hd_id3149018" xml-lang="en-US" level="1"><variable id="layers"><link href="text/sdraw/guide/layers.xhp">About Layers</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3146313" xml-lang="en-US">Layers allow you to assemble elements on a page that are related. Think of layers as individual workspaces that you can hide from view, hide from printing, or lock. </paragraph>
<paragraph role="paragraph" id="par_id7036957" xml-lang="en-US">Layers do not determine the stacking order of objects on your page, except for the <emph>Controls</emph> layer which is always in front of other layers. </paragraph>
diff --git a/source/text/sdraw/guide/main.xhp b/source/text/sdraw/guide/main.xhp
index 5b7558edff..5e3c76d958 100644
--- a/source/text/sdraw/guide/main.xhp
+++ b/source/text/sdraw/guide/main.xhp
@@ -31,7 +31,7 @@
<bookmark_value>instructions; $[officename] Draw</bookmark_value>
<bookmark_value>Howtos for Draw</bookmark_value>
</bookmark><comment>MW added an entry</comment>
-<paragraph role="heading" id="hd_id3146119" xml-lang="en-US" level="1"><variable id="main"><link href="text/sdraw/guide/main.xhp" name="Instructions for Using $[officename] Draw">Instructions for Using $[officename] Draw</link>
+<paragraph role="heading" id="hd_id3146119" xml-lang="en-US" level="1"><variable id="main"><link href="text/sdraw/guide/main.xhp">Instructions for Using $[officename] Draw</link>
</variable></paragraph>
<embed href="text/shared/00/00000099.xhp#table"/>
<paragraph role="heading" id="hd_id3143218" xml-lang="en-US" level="2">Editing and Grouping Objects</paragraph>
diff --git a/source/text/sdraw/guide/rotate_object.xhp b/source/text/sdraw/guide/rotate_object.xhp
index ba2e545721..b7927e8d46 100644
--- a/source/text/sdraw/guide/rotate_object.xhp
+++ b/source/text/sdraw/guide/rotate_object.xhp
@@ -32,7 +32,7 @@
<bookmark_value>pivot points of draw objects</bookmark_value>
<bookmark_value>skewing draw objects</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3154684" xml-lang="en-US" level="1"><variable id="rotate_object"><link href="text/sdraw/guide/rotate_object.xhp" name="Rotating Objects">Rotating Objects</link>
+<paragraph role="heading" id="hd_id3154684" xml-lang="en-US" level="1"><variable id="rotate_object"><link href="text/sdraw/guide/rotate_object.xhp">Rotating Objects</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3149262" xml-lang="en-US">You can rotate an object around its default pivot point (center point) or a pivot point that you designate.</paragraph>
<table id="tbl_id3148575">
diff --git a/source/text/sdraw/guide/text_enter.xhp b/source/text/sdraw/guide/text_enter.xhp
index 7ca2e7f528..b0cedc485d 100644
--- a/source/text/sdraw/guide/text_enter.xhp
+++ b/source/text/sdraw/guide/text_enter.xhp
@@ -34,7 +34,7 @@
<bookmark_value>pasting;text from other documents</bookmark_value>
<bookmark_value>legends; drawings</bookmark_value>
</bookmark><comment>mw changed "adding;" to "inserting;"</comment>
-<h1 id="hd_id3153144"><variable id="text_enter"><link href="text/sdraw/guide/text_enter.xhp" name="Adding Text">Adding Text</link>
+<h1 id="hd_id3153144"><variable id="text_enter"><link href="text/sdraw/guide/text_enter.xhp">Adding Text</link>
</variable></h1>
<paragraph xml-lang="en-US" id="par_id3145750" role="paragraph">There are several types of text you can add to a drawing or presentation: </paragraph>
<list type="unordered">
diff --git a/source/text/sdraw/main0100.xhp b/source/text/sdraw/main0100.xhp
index b76daa8b82..21aaef3ed1 100644
--- a/source/text/sdraw/main0100.xhp
+++ b/source/text/sdraw/main0100.xhp
@@ -33,7 +33,7 @@
<section id="menus">
- <h1 id="hd_id3148664"><variable id="main0100"><link href="text/sdraw/main0100.xhp" name="Menus">Menus</link></variable></h1>
+ <h1 id="hd_id3148664"><variable id="main0100"><link href="text/sdraw/main0100.xhp">Menus</link></variable></h1>
<paragraph role="paragraph" id="par_id3154684" xml-lang="en-US">The following is a description of all $[officename] Draw menus, submenus and their dialogs.</paragraph>
</section>
<embed href="text/shared/00/00000011.xhp#menu_commands_text"/>
diff --git a/source/text/sdraw/main0101.xhp b/source/text/sdraw/main0101.xhp
index de72b7dce7..0f56ae3607 100644
--- a/source/text/sdraw/main0101.xhp
+++ b/source/text/sdraw/main0101.xhp
@@ -29,7 +29,7 @@
</meta>
<body>
<section id="file">
- <paragraph role="heading" id="hd_id3149655" xml-lang="en-US" level="1"><link href="text/sdraw/main0101.xhp" name="File">File</link></paragraph>
+ <paragraph role="heading" id="hd_id3149655" xml-lang="en-US" level="1"><link href="text/sdraw/main0101.xhp">File</link></paragraph>
<paragraph role="paragraph" id="par_id3150868" xml-lang="en-US">This menu contains general commands for working with Draw documents, such as create, open, close and print. To close $[officename] Draw, click <emph>Exit</emph>.</paragraph>
</section>
<embed href="text/shared/01/01010000.xhp#new"/>
diff --git a/source/text/sdraw/main0103.xhp b/source/text/sdraw/main0103.xhp
index 822335fdac..755fb2dbbc 100644
--- a/source/text/sdraw/main0103.xhp
+++ b/source/text/sdraw/main0103.xhp
@@ -26,14 +26,14 @@
</meta>
<body>
<section id="view">
-<h1 id="hd_id3152576" xml-lang="en-US"><link href="text/sdraw/main0103.xhp" name="View">View</link></h1>
+<h1 id="hd_id3152576" xml-lang="en-US"><link href="text/sdraw/main0103.xhp">View</link></h1>
<paragraph id="par_id3159155" role="paragraph" xml-lang="en-US">This menu contains commands to control the on-screen display of the document, change the user interface and access the sidebar panels.</paragraph>
</section>
<h2 id="par_idN105AB" xml-lang="en-US">Normal</h2>
<paragraph id="par_idN105AF" role="paragraph" xml-lang="en-US">Switch to normal view of the page.</paragraph>
<h2 id="par_idN105B2" xml-lang="en-US">Master</h2>
<paragraph id="par_idN105B6" role="paragraph" xml-lang="en-US">Switch to the master view.</paragraph>
-<h2 id="hd_id221605492986383"><link href="text/shared/01/notebook_bar.xhp" name="userinterface">User Interface</link></h2>
+<h2 id="hd_id221605492986383"><link href="text/shared/01/notebook_bar.xhp">User Interface</link></h2>
<paragraph role="paragraph" id="par_id761605493042236">Opens dialog box for selecting layout of user interface.</paragraph>
<embed href="text/shared/01/03990000.xhp#toolbars"/>
<embed href="text/shared/01/03060000.xhp#status_bar"/>
@@ -52,7 +52,7 @@
<embed href="text/shared/01/03170000.xhp#colorbar_text"/>
<h2 id="hd_id961605560845125">Shift</h2>
<paragraph role="paragraph" id="par_id301605560855098">Use to shift the position of the page in the window. When enabled, the appearance of the mouse pointer changes. Click the page and drag to desired position.</paragraph>
-<h2 id="hd_id3149666" xml-lang="en-US"><link href="text/shared/01/03010000.xhp" name="Zoom">Zoom</link></h2>
+<h2 id="hd_id3149666" xml-lang="en-US"><link href="text/shared/01/03010000.xhp">Zoom</link></h2>
<embed href="text/shared/01/03010000.xhp#zoom_text"/>
</body>
</helpdocument>
diff --git a/source/text/sdraw/main0200.xhp b/source/text/sdraw/main0200.xhp
index 2bc13c5b4c..89c6e3d0c3 100644
--- a/source/text/sdraw/main0200.xhp
+++ b/source/text/sdraw/main0200.xhp
@@ -25,7 +25,7 @@
</meta>
<body>
<section id="toolbars">
-<h1 id="hd_id3148663"><variable id="main0200"><link href="text/sdraw/main0200.xhp" name="Toolbars">Toolbars</link>
+<h1 id="hd_id3148663"><variable id="main0200"><link href="text/sdraw/main0200.xhp">Toolbars</link>
</variable></h1>
<paragraph role="paragraph" id="par_id3125863" xml-lang="en-US">This section provides an overview of the toolbars available in $[officename] Draw.</paragraph>
</section>
diff --git a/source/text/sdraw/main0202.xhp b/source/text/sdraw/main0202.xhp
index 3a0560d4cb..e0b427b742 100644
--- a/source/text/sdraw/main0202.xhp
+++ b/source/text/sdraw/main0202.xhp
@@ -32,7 +32,7 @@
</meta>
<body>
<section id="lineandfillingbar">
-<paragraph role="heading" id="hd_id3149669" xml-lang="en-US" level="1"><link href="text/sdraw/main0202.xhp" name="Line and Filling Bar">Line and Filling Bar</link></paragraph>
+<paragraph role="heading" id="hd_id3149669" xml-lang="en-US" level="1"><link href="text/sdraw/main0202.xhp">Line and Filling Bar</link></paragraph>
<paragraph role="paragraph" id="par_id3150543" xml-lang="en-US">The Line and Filling bar contains commands for the current editing mode.</paragraph>
</section>
<embed href="text/shared/02/01230000.xhp#stylist"/>
@@ -41,21 +41,21 @@
<embed href="text/shared/00/00040502.xhp#syline"/>
<embed href="text/shared/02/05020000.xhp#arrow_style"/>
<embed href="text/shared/02/05020000.xhp#syarrow_style"/>
-<paragraph role="heading" id="hd_id3149664" xml-lang="en-US" level="2"><link href="text/shared/01/05200100.xhp" name="Line Style">Line Style</link></paragraph>
+<paragraph role="heading" id="hd_id3149664" xml-lang="en-US" level="2"><link href="text/shared/01/05200100.xhp">Line Style</link></paragraph>
<embed href="text/shared/01/05200100.xhp#stiltext"/>
<embed href="text/shared/00/00000004.xhp#syline_style"/>
-<paragraph role="heading" id="hd_id3156285" xml-lang="en-US" level="2"><link href="text/shared/01/05200100.xhp" name="Line Width">Line Width</link></paragraph>
+<paragraph role="heading" id="hd_id3156285" xml-lang="en-US" level="2"><link href="text/shared/01/05200100.xhp">Line Width</link></paragraph>
<embed href="text/shared/01/05200100.xhp#breitetext"/>
<embed href="text/shared/00/00000004.xhp#syline_width"/>
-<paragraph role="heading" id="hd_id3154015" xml-lang="en-US" level="2"><link href="text/shared/01/05200100.xhp" name="Line Color">Line Color</link></paragraph>
+<paragraph role="heading" id="hd_id3154015" xml-lang="en-US" level="2"><link href="text/shared/01/05200100.xhp">Line Color</link></paragraph>
<embed href="text/shared/01/05200100.xhp#farbetext"/>
<embed href="text/shared/00/00000004.xhp#syline_color"/>
<embed href="text/shared/01/05210000.xhp#area"/>
<embed href="text/shared/00/00040502.xhp#syarea"/>
-<paragraph role="heading" id="hd_id3155767" xml-lang="en-US" level="2"><link href="text/shared/01/05210100.xhp" name="Area Style / Filling">Area Style / Filling</link></paragraph>
+<paragraph role="heading" id="hd_id3155767" xml-lang="en-US" level="2"><link href="text/shared/01/05210100.xhp">Area Style / Filling</link></paragraph>
<embed href="text/shared/01/05210100.xhp#sytext"/>
<embed href="text/shared/00/00000004.xhp#syarea_style"/>
-<paragraph role="heading" id="hd_id3341471" xml-lang="en-US" level="2"><link href="text/shared/01/05210600.xhp" name="Shadow">Shadow</link><comment>UFI: inserted Shadow header and link</comment></paragraph>
+<paragraph role="heading" id="hd_id3341471" xml-lang="en-US" level="2"><link href="text/shared/01/05210600.xhp">Shadow</link><comment>UFI: inserted Shadow header and link</comment></paragraph>
<embed href="text/shared/01/05210600.xhp#syshadow"/>
</body>
</helpdocument>
diff --git a/source/text/sdraw/main0210.xhp b/source/text/sdraw/main0210.xhp
index 8b14b5c414..70c7408f49 100644
--- a/source/text/sdraw/main0210.xhp
+++ b/source/text/sdraw/main0210.xhp
@@ -25,7 +25,7 @@
</meta>
<body>
<section id="drawingbar">
-<h1 id="hd_id3150398"><link href="text/sdraw/main0210.xhp" name="Drawing Bar">Drawing Bar</link></h1>
+<h1 id="hd_id3150398"><link href="text/sdraw/main0210.xhp">Drawing Bar</link></h1>
<paragraph role="paragraph" id="par_id3149656" xml-lang="en-US">The <emph>Drawing</emph> bar holds the main drawing tools.</paragraph>
</section>
<embed href="text/shared/02/18010000.xhp#selection"/>
@@ -42,7 +42,7 @@
<embed href="text/simpress/02/10080000.xhp#curve"/>
<embed href="text/simpress/00/00000004.xhp#sycurve"/>
<embed href="text/simpress/02/10100000.xhp#connectors"/>
-<h2 id="par_idN107C8"><link href="text/simpress/02/10120000.xhp" name="Lines and Arrows">Lines and Arrows</link></h2>
+<h2 id="par_idN107C8"><link href="text/simpress/02/10120000.xhp">Lines and Arrows</link></h2>
<paragraph role="paragraph" id="par_idN126D7" xml-lang="en-US">Opens the Arrows toolbar to insert lines and arrows.</paragraph>
<embed href="text/simpress/02/10090000.xhp#objects"/>
<embed href="text/simpress/02/10090000.xhp#syobjects"/>
@@ -58,9 +58,9 @@
<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_idN106B4"><link href="text/shared/01/05270000.xhp" name="Points">Points</link></h2>
+<h2 id="par_idN106B4"><link href="text/shared/01/05270000.xhp">Points</link></h2>
<paragraph role="paragraph" id="par_idN106C3" xml-lang="en-US">Enables you to edit points on your drawing.</paragraph>
-<h2 id="par_idN106C8"><link href="text/simpress/02/10030200.xhp" name="Gluepoints">Gluepoints</link></h2>
+<h2 id="par_idN106C8"><link href="text/simpress/02/10030200.xhp">Gluepoints</link></h2>
<paragraph role="paragraph" id="par_idN106D7" xml-lang="en-US">Enables you to edit gluepoints on your drawing.</paragraph>
<embed href="text/simpress/01/13050100.xhp#to_curve"/>
<embed href="text/simpress/01/13050200.xhp#inpolygon"/>
@@ -69,12 +69,12 @@
<embed href="text/simpress/00/00000004.xhp#syalignment"/>
<embed href="text/simpress/01/05250000.xhp#arrange"/>
<embed href="text/simpress/00/00000004.xhp#syarrange"/>
-<h2 id="par_idN10754"><link href="text/shared/01/04140000.xhp" name="From File">From File</link></h2>
+<h2 id="par_idN10754"><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"/>
<embed href="text/simpress/02/10110000.xhp#insert"/>
<embed href="text/simpress/02/10110000.xhp#syinsert"/>
-<h2 id="par_idN1072C"><link href="text/shared/02/01170000.xhp" name="Form Controls">Form Controls</link></h2>
+<h2 id="par_idN1072C"><link href="text/shared/02/01170000.xhp">Form Controls</link></h2>
<embed href="text/shared/02/01170000.xhp#formulartext"/>
<embed href="text/shared/02/01170000.xhp#syform_controls"/>
<h2 id="par_idN1074B"><link href="text/sdraw/01/3dsettings_toolbar.xhp">Extrusion On/Off</link></h2>
diff --git a/source/text/sdraw/main0213.xhp b/source/text/sdraw/main0213.xhp
index 38f2ae5c09..5002822fa3 100644
--- a/source/text/sdraw/main0213.xhp
+++ b/source/text/sdraw/main0213.xhp
@@ -26,46 +26,46 @@
</meta>
<body>
<section id="optionsbar">
-<h1 id="hd_id3150793" xml-lang="en-US"><link href="text/sdraw/main0213.xhp" name="Options Bar">Options Bar</link></h1>
+<h1 id="hd_id3150793" xml-lang="en-US"><link href="text/sdraw/main0213.xhp">Options Bar</link></h1>
<paragraph role="paragraph" id="par_id3154685" xml-lang="en-US">The <emph>Options</emph> bar can be displayed by choosing <emph>View - Toolbars - Options</emph>.</paragraph>
</section>
<section id="howtoget">
<embed href="text/simpress/00/00000403.xhp#option"/>
</section><comment>UFI: changed some links, see #i52549</comment><embed href="text/simpress/02/13020000.xhp#rotation_mode"/>
<embed href="text/simpress/02/13020000.xhp#syrotation_mode"/>
-<h2 id="hd_id3145251" xml-lang="en-US" ><link href="text/shared/02/01171200.xhp" name="Display Grid">Display Grid</link></h2>
+<h2 id="hd_id3145251" xml-lang="en-US" ><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"/>
<embed href="text/simpress/02/13050000.xhp#show_snap_lines"/>
<embed href="text/simpress/02/13050000.xhp#syshow_snap_lines"/>
-<h2 id="hd_id3149018" xml-lang="en-US"><link href="text/shared/02/01171400.xhp" name="Helplines While Moving">Helplines While Moving</link></h2>
+<h2 id="hd_id3149018" xml-lang="en-US"><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"/>
<section id="Snap_to_Grid_and_Guides">
-<h2 id="hd_id3147338" xml-lang="en-US"><link href="text/shared/02/01171300.xhp" name="Snap to Grid">Snap to Grid</link></h2>
+<h2 id="hd_id3147338" xml-lang="en-US"><link href="text/shared/02/01171300.xhp">Snap to Grid</link></h2>
<embed href="text/shared/optionen/01050100.xhp#snap_to_grid"/>
<embed href="text/shared/02/01171300.xhp#sysnap_to_grid"/>
-<h2 id="hd_id3146313" xml-lang="en-US"><link href="text/simpress/02/13140000.xhp" name="Snap to Snap Lines">Snap to Snap Guides</link></h2>
+<h2 id="hd_id3146313" xml-lang="en-US"><link href="text/simpress/02/13140000.xhp">Snap to Snap Guides</link></h2>
<embed href="text/shared/optionen/01070300.xhp#anlinie"/>
<embed href="text/simpress/02/13140000.xhp#sysnap_to_snap_guides"/>
</section>
<section id="Snap_to_Page">
-<h2 id="hd_id3155111" xml-lang="en-US"><link href="text/simpress/02/13150000.xhp" name="Snap to Page Margins">Snap to Page Margins</link></h2>
+<h2 id="hd_id3155111" xml-lang="en-US"><link href="text/simpress/02/13150000.xhp">Snap to Page Margins</link></h2>
<embed href="text/shared/optionen/01070300.xhp#seitenrand"/>
<embed href="text/simpress/02/13150000.xhp#sysnap_to_page_margins"/>
</section>
<section id="Snap_to_Border_and_Points">
-<h2 id="hd_id3150343" xml-lang="en-US"><link href="text/simpress/02/13160000.xhp" name="Snap to Object Border">Snap to Object Border</link></h2>
+<h2 id="hd_id3150343" xml-lang="en-US"><link href="text/simpress/02/13160000.xhp">Snap to Object Border</link></h2>
<embed href="text/shared/optionen/01070300.xhp#rahmen"/>
<embed href="text/simpress/02/13160000.xhp#sysnap_to_object_border"/>
-<h2 id="hd_id3150368" xml-lang="en-US"><link href="text/simpress/02/13170000.xhp" name="Snap to Object Points">Snap to Object Points</link></h2>
+<h2 id="hd_id3150368" xml-lang="en-US"><link href="text/simpress/02/13170000.xhp">Snap to Object Points</link></h2>
<embed href="text/shared/optionen/01070300.xhp#opunkte"/>
<embed href="text/simpress/02/13170000.xhp#sysnap_to_object_points"/>
</section>
-<h2 id="hd_id3146980" xml-lang="en-US"><link href="text/simpress/02/13180000.xhp" name="Allow Quick Editing">Allow Quick Editing</link></h2>
+<h2 id="hd_id3146980" xml-lang="en-US"><link href="text/simpress/02/13180000.xhp">Allow Quick Editing</link></h2>
<embed href="text/shared/optionen/01070500.xhp#schnellbearb"/>
<embed href="text/simpress/02/13180000.xhp#syallow_quick_editing"/>
-<h2 id="hd_id3148870" xml-lang="en-US"><link href="text/simpress/02/13190000.xhp" name="Select Text Area Only">Select Text Area Only</link></h2>
+<h2 id="hd_id3148870" xml-lang="en-US"><link href="text/simpress/02/13190000.xhp">Select Text Area Only</link></h2>
<embed href="text/shared/optionen/01070500.xhp#textbereich"/>
<embed href="text/simpress/02/13190000.xhp#syselect_text_area_only"/>
<embed href="text/simpress/02/13060000.xhp#doubleclick_textedit"/>
diff --git a/source/text/sdraw/main0503.xhp b/source/text/sdraw/main0503.xhp
index be136d4029..08789fae4f 100644
--- a/source/text/sdraw/main0503.xhp
+++ b/source/text/sdraw/main0503.xhp
@@ -33,7 +33,7 @@
<section id="features">
- <paragraph id="hd_id3148797" role="heading" level="1" xml-lang="en-US"><variable id="main0503"><link href="text/sdraw/main0503.xhp" name="$[officename] Draw Features">$[officename] Draw Features</link></variable></paragraph>
+ <paragraph id="hd_id3148797" role="heading" level="1" xml-lang="en-US"><variable id="main0503"><link href="text/sdraw/main0503.xhp">$[officename] Draw Features</link></variable></paragraph>
<paragraph role="paragraph" id="par_id3146975" xml-lang="en-US">$[officename] Draw lets you create simple and complex drawings and export them in a number of common image formats. You can also insert tables, charts, formulas and other items created in $[officename] programs into your drawings.</paragraph>
</section>
<paragraph role="heading" level="2" id="hd_id3147435" xml-lang="en-US">Vector Graphics</paragraph>
diff --git a/source/text/sdraw/main_edit.xhp b/source/text/sdraw/main_edit.xhp
index 63e35c6afa..81740ad155 100644
--- a/source/text/sdraw/main_edit.xhp
+++ b/source/text/sdraw/main_edit.xhp
@@ -27,7 +27,7 @@
</meta>
<body>
<section id="edit">
-<h1 id="hd_id3150868"><link href="text/sdraw/main_edit.xhp" name="Edit">Edit</link></h1>
+<h1 id="hd_id3150868"><link href="text/sdraw/main_edit.xhp">Edit</link></h1>
<paragraph role="paragraph" id="par_id3146974" xml-lang="en-US">The commands in this menu are used to edit Draw documents (for example, copying and pasting).</paragraph>
</section>
<embed href="text/shared/01/02010000.xhp#undo"/>
@@ -37,23 +37,23 @@
<embed href="text/shared/01/02060000.xhp#paste"/>
<embed href="text/shared/01/pastespecialmenu.xhp#pastespecialmenu"/>
<embed href="text/shared/01/02090000.xhp#select_all"/>
-<h2 id="hd_id3149400"><link href="text/shared/01/02100000.xhp" name="Find &amp; Replace">Find &amp; Replace</link></h2>
+<h2 id="hd_id3149400"><link href="text/shared/01/02100000.xhp">Find &amp; Replace</link></h2>
<embed href="text/shared/01/02100000.xhp#suchenersetzentext"/>
-<h2 id="hd_id3153713"><link href="text/shared/01/05270000.xhp" name="Points">Points</link></h2>
+<h2 id="hd_id3153713"><link href="text/shared/01/05270000.xhp">Points</link></h2>
<paragraph role="paragraph" id="par_id3147340" xml-lang="en-US">Enables you to edit points on your drawing.</paragraph>
-<h2 id="hd_id3149258"><link href="text/simpress/02/10030200.xhp" name="Gluepoints">Gluepoints</link></h2>
+<h2 id="hd_id3149258"><link href="text/simpress/02/10030200.xhp">Gluepoints</link></h2>
<paragraph role="paragraph" id="par_id3146315" xml-lang="en-US">Enables you to edit gluepoints on your drawing.</paragraph>
-<h2 id="hd_id3147005"><link href="text/simpress/01/02120000.xhp" name="Duplicate">Duplicate</link></h2>
+<h2 id="hd_id3147005"><link href="text/simpress/01/02120000.xhp">Duplicate</link></h2>
<embed href="text/simpress/01/02120000.xhp#duplizieren"/>
-<h2 id="hd_id3150205"><link href="text/simpress/01/02150000.xhp" name="Cross-fading">Cross-fading</link></h2>
+<h2 id="hd_id3150205"><link href="text/simpress/01/02150000.xhp">Cross-fading</link></h2>
<embed href="text/simpress/01/02150000.xhp#uebertext"/>
-<h2 id="hd_id3154650"><link href="text/simpress/01/02160000.xhp" name="Fields">Fields</link></h2>
+<h2 id="hd_id3154650"><link href="text/simpress/01/02160000.xhp">Fields</link></h2>
<embed href="text/simpress/01/02160000.xhp#feldbefehltext"/>
<embed href="text/simpress/01/02130000.xhp#delete_slide"/><comment>UFI removed Layer command (as I did in zillion CWSs before...)</comment>
-<h2 id="hd_id3156446"><link href="text/shared/01/02180000.xhp" name="Links">Links</link></h2>
+<h2 id="hd_id3156446"><link href="text/shared/01/02180000.xhp">Links</link></h2>
<embed href="text/shared/01/02180000.xhp#links_text"/>
<embed href="text/shared/01/02200000.xhp#object"/>
-<h2 id="hd_id3157867"><link href="text/shared/02/09070000.xhp" name="Hyperlink">Hyperlink</link></h2>
+<h2 id="hd_id3157867"><link href="text/shared/02/09070000.xhp">Hyperlink</link></h2>
<embed href="text/shared/02/09070000.xhp#hyperdiatext"/>
</body>
</helpdocument>
diff --git a/source/text/sdraw/main_format.xhp b/source/text/sdraw/main_format.xhp
index f8577b9c1f..054a3081bf 100644
--- a/source/text/sdraw/main_format.xhp
+++ b/source/text/sdraw/main_format.xhp
@@ -28,27 +28,27 @@
</meta>
<body>
<section id="format">
-<h1 id="hd_id3153770"><link href="text/sdraw/main_format.xhp" name="Format">Format</link></h1>
+<h1 id="hd_id3153770"><link href="text/sdraw/main_format.xhp">Format</link></h1>
<paragraph role="paragraph" id="par_id3152578" xml-lang="en-US">Contains commands for formatting the layout and the contents of your document.</paragraph>
</section>
<embed href="text/shared/submenu_text.xhp#submenu_text"/>
<embed href="text/shared/submenu_spacing.xhp#submenu_spacing"/>
<embed href="text/shared/01/05010000.xhp#standard"/>
-<h2 id="hd_id3155111"><link href="text/shared/01/05020000.xhp" name="Character">Character</link></h2>
+<h2 id="hd_id3155111"><link href="text/shared/01/05020000.xhp">Character</link></h2>
<embed href="text/shared/01/05020000.xhp#zeichentext"/>
-<h2 id="hd_id3146979"><link href="text/shared/01/05030000.xhp" name="Paragraph">Paragraph</link></h2>
+<h2 id="hd_id3146979"><link href="text/shared/01/05030000.xhp">Paragraph</link></h2>
<embed href="text/shared/01/05030000.xhp#absatztext"/>
-<h2 id="hd_id3166426"><link href="text/shared/01/06050000.xhp" name="Numbering/Bullets">Bullets and Numbering</link></h2>
+<h2 id="hd_id3166426"><link href="text/shared/01/06050000.xhp">Bullets and Numbering</link></h2>
<embed href="text/shared/01/06050000.xhp#numauftext"/>
-<h2 id="hd_id3146971"><link href="text/shared/01/05230000.xhp" name="Position and Size">Position and Size</link></h2>
+<h2 id="hd_id3146971"><link href="text/shared/01/05230000.xhp">Position and Size</link></h2>
<embed href="text/shared/01/05230000.xhp#groessetext"/>
-<h2 id="hd_id3148576"><link href="text/shared/01/05200000.xhp" name="Line">Line</link></h2>
+<h2 id="hd_id3148576"><link href="text/shared/01/05200000.xhp">Line</link></h2>
<embed href="text/shared/01/05200000.xhp#linietext"/>
-<h2 id="hd_id3151076"><link href="text/shared/01/05210000.xhp" name="Area">Area</link></h2>
+<h2 id="hd_id3151076"><link href="text/shared/01/05210000.xhp">Area</link></h2>
<embed href="text/shared/01/05210000.xhp#flaechetext"/>
-<h2 id="hd_id3153878"><link href="text/shared/01/05990000.xhp" name="Text">Text Attributes</link></h2>
+<h2 id="hd_id3153878"><link href="text/shared/01/05990000.xhp">Text Attributes</link></h2>
<embed href="text/shared/01/05990000.xhp#texttext"/>
-<h2 id="hd_id3153913"><link href="text/sdraw/01/modify_layer.xhp" name="Layer">Layer</link></h2>
+<h2 id="hd_id3153913"><link href="text/sdraw/01/modify_layer.xhp">Layer</link></h2>
<embed href="text/sdraw/01/insert_layer.xhp#ebenetext"/>
<embed href="text/simpress/01/05100000.xhp#stylewindow"/>
</body>
diff --git a/source/text/sdraw/main_insert.xhp b/source/text/sdraw/main_insert.xhp
index bcee2b629b..6b4cce2236 100644
--- a/source/text/sdraw/main_insert.xhp
+++ b/source/text/sdraw/main_insert.xhp
@@ -28,31 +28,31 @@
</meta>
<body>
<section id="insert">
- <h1 id="hd_id3148797"><link href="text/sdraw/main_insert.xhp" name="Insert">Insert</link></h1>
+ <h1 id="hd_id3148797"><link href="text/sdraw/main_insert.xhp">Insert</link></h1>
<paragraph xml-lang="en-US" id="par_id3153770" role="paragraph">This menu allows you to insert elements, such as graphics and guides, into Draw documents.</paragraph>
</section>
<embed href="text/shared/01/04140000.xhp#insertimageh1"/>
<embed href="text/shared/menu/insert_chart.xhp#chart"/>
- <h2 id="hd_id3156385"><link href="text/simpress/01/04080100.xhp" name="Table">Table</link></h2>
+ <h2 id="hd_id3156385"><link href="text/simpress/01/04080100.xhp">Table</link></h2>
<embed href="text/simpress/01/04080100.xhp#tabelletext"/>
<embed href="text/shared/01/04990000.xhp#media_submenu"/>
<embed href="text/shared/01/04150000.xhp#object_submenu"/>
- <h2 id="hd_id3147397"><link href="text/simpress/01/04030000.xhp" name="Insert Snap Point/Line">Insert Snap Point/Line</link></h2>
+ <h2 id="hd_id3147397"><link href="text/simpress/01/04030000.xhp">Insert Snap Point/Line</link></h2>
<embed href="text/simpress/01/04030000.xhp#fangtext"/>
- <h2 id="hd_id3146974"><link href="text/sdraw/01/insert_layer.xhp" name="Layer">Layer</link></h2>
+ <h2 id="hd_id3146974"><link href="text/sdraw/01/insert_layer.xhp">Layer</link></h2>
<embed href="text/sdraw/01/insert_layer.xhp#ebenetext"/>
<h2 id="hd_id871566077404783">Text Box</h2>
<paragraph role="paragraph" id="par_id161566077419991">Insert a text box</paragraph>
- <h2 id="hd_id0915200910361385"><link href="text/shared/01/04050000.xhp" name="Comment">Comment</link></h2>
+ <h2 id="hd_id0915200910361385"><link href="text/shared/01/04050000.xhp">Comment</link></h2>
<embed href="text/shared/01/04050000.xhp#notizbearbeitentext"/>
- <h2 id="hd_id3155111"><link href="text/shared/01/04160500.xhp" name="Floating Frame">Floating Frame</link></h2>
+ <h2 id="hd_id3155111"><link href="text/shared/01/04160500.xhp">Floating Frame</link></h2>
<embed href="text/shared/01/04160500.xhp#frameeinfuegentext"/>
- <h2 id="hd_id281566080377117"><link href="text/shared/guide/fontwork.xhp" name="Fontwork">FontWork</link></h2>
+ <h2 id="hd_id281566080377117"><link href="text/shared/guide/fontwork.xhp">FontWork</link></h2>
<embed href="text/shared/guide/fontwork.xhp#fontwork01"/>
- <h2 id="hd_id3150749"><link href="text/shared/02/09070000.xhp" name="Hyperlink">Hyperlink</link></h2>
+ <h2 id="hd_id3150749"><link href="text/shared/02/09070000.xhp">Hyperlink</link></h2>
<embed href="text/shared/02/09070000.xhp#hyperdiatext"/>
- <h2 id="hd_id3154018"><link href="text/shared/01/04100000.xhp" name="Special Character">Special Character</link></h2>
+ <h2 id="hd_id3154018"><link href="text/shared/01/04100000.xhp">Special Character</link></h2>
<embed href="text/shared/01/04100000.xhp#sonder"/>
<embed href="text/shared/01/formatting_mark.xhp#formatting_mark"/>
<h2 id="hd_id961566081928998">Page Number</h2>
diff --git a/source/text/sdraw/main_page.xhp b/source/text/sdraw/main_page.xhp
index 2e33da0c05..9b575f5787 100644
--- a/source/text/sdraw/main_page.xhp
+++ b/source/text/sdraw/main_page.xhp
@@ -40,7 +40,7 @@
<embed href="text/sdraw/01/delete_page.xhp#deletepage"/>
<embed href="text/shared/menu/save_image.xhp#saveimageh1"/>
<embed href="text/shared/menu/set_image_background.xhp#setimageh1"/>
-<h2 id="hd_id3155091"><link href="text/sdraw/01/page_properties.xhp" name="Properties">Properties</link></h2>
+<h2 id="hd_id3155091"><link href="text/sdraw/01/page_properties.xhp">Properties</link></h2>
<embed href="text/sdraw/01/page_properties.xhp#seiteeintext"/>
<embed href="text/simpress/01/05120000.xhp#masterpage"/>
diff --git a/source/text/sdraw/main_shape.xhp b/source/text/sdraw/main_shape.xhp
index 304a7da29c..c0090c9a0a 100644
--- a/source/text/sdraw/main_shape.xhp
+++ b/source/text/sdraw/main_shape.xhp
@@ -17,7 +17,7 @@
<body>
<section id="shape">
<bookmark id="bm_id571558217682353" xml-lang="en-US" branch="hid/zzzz" localize="false"/>
- <h1 id="hd_id381558217682354"><link href="text/sdraw/main_shape.xhp" name="shape menu">Shape</link></h1>
+ <h1 id="hd_id381558217682354"><link href="text/sdraw/main_shape.xhp">Shape</link></h1>
<paragraph id="par_id91558217682355" role="paragraph" xml-lang="en-US"><variable id="shapevar"><ahelp hid=".">This menu provides shape objects management.</ahelp></variable></paragraph>
</section>
diff --git a/source/text/sdraw/main_tools.xhp b/source/text/sdraw/main_tools.xhp
index 6bd12cdbe6..0f51ac83d2 100644
--- a/source/text/sdraw/main_tools.xhp
+++ b/source/text/sdraw/main_tools.xhp
@@ -28,22 +28,22 @@
</meta>
<body>
<section id="tools">
-<paragraph role="heading" id="hd_id3159155" xml-lang="en-US" level="1"><link href="text/sdraw/main_tools.xhp" name="Tools">Tools</link></paragraph>
+<paragraph role="heading" id="hd_id3159155" xml-lang="en-US" level="1"><link href="text/sdraw/main_tools.xhp">Tools</link></paragraph>
<paragraph role="paragraph" id="par_id3156443" xml-lang="en-US">This menu provides tools for $[officename] Draw as well as access to language and system settings.</paragraph>
</section>
<embed href="text/shared/01/06990000.xhp#spelling"/>
<embed href="text/shared/01/06010500.xhp#language"/>
<embed href="text/shared/01/gallery.xhp#stargallery"/>
-<paragraph role="heading" id="hd_id3148699" xml-lang="en-US" level="2"><link href="text/shared/01/02220000.xhp" name="ImageMap">ImageMap</link></paragraph>
+<paragraph role="heading" id="hd_id3148699" xml-lang="en-US" level="2"><link href="text/shared/01/02220000.xhp">ImageMap</link></paragraph>
<embed href="text/shared/01/02220000.xhp#imagemaptext"/>
<embed href="text/shared/01/06030000.xhp#color_replacer"/>
<embed href="text/shared/01/mediaplayer.xhp#mediaplayer"/>
<embed href="text/shared/01/06130001.xhp#macro"/>
<embed href="text/shared/01/packagemanager.xhp#packagemanager"/>
<embed href="text/shared/01/06150000.xhp#xmlfilter"/>
-<paragraph role="heading" id="hd_id3153415" xml-lang="en-US" level="2"><link href="text/shared/01/06040000.xhp" name="AutoCorrect">AutoCorrect Options</link></paragraph>
+<paragraph role="heading" id="hd_id3153415" xml-lang="en-US" level="2"><link href="text/shared/01/06040000.xhp">AutoCorrect Options</link></paragraph>
<embed href="text/shared/01/06040000.xhp#autoko"/>
-<paragraph role="heading" id="hd_id3150044" xml-lang="en-US" level="2"><link href="text/shared/01/06140000.xhp" name="Customize">Customize</link></paragraph>
+<paragraph role="heading" id="hd_id3150044" xml-lang="en-US" level="2"><link href="text/shared/01/06140000.xhp">Customize</link></paragraph>
<embed href="text/shared/01/06140000.xhp#anpassen"/>
<embed href="text/shared/optionen/01000000.xhp#options"/>
</body>
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>
diff --git a/source/text/simpress/01/01170000.xhp b/source/text/simpress/01/01170000.xhp
index 2d39e594ae..d47aebdd53 100644
--- a/source/text/simpress/01/01170000.xhp
+++ b/source/text/simpress/01/01170000.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3153728"><bookmark_value>Presentation HTML export</bookmark_value> <bookmark_value>Drawing HTML export</bookmark_value>
<bookmark_value>exporting;to HTML format</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153728" xml-lang="en-US" level="1"><link href="text/simpress/01/01170000.xhp" name="Export">Export</link></paragraph>
+<paragraph role="heading" id="hd_id3153728" xml-lang="en-US" level="1"><link href="text/simpress/01/01170000.xhp">Export</link></paragraph>
<paragraph role="paragraph" id="par_id3150715" xml-lang="en-US"><variable id="dokuveroe"><ahelp hid=".">Exports your presentation or drawing and sets the export options.</ahelp>
</variable></paragraph>
</section>
@@ -42,11 +42,11 @@
<embed href="text/simpress/00/00000401.xhp#dtvlc"/>
</section>
<paragraph role="paragraph" id="par_id3154254" xml-lang="en-US">The following file formats present you with additional export options after you click <emph>Save</emph>: </paragraph>
-<paragraph role="paragraph" id="par_id3155961" xml-lang="en-US"><link href="text/shared/autopi/01110000.xhp" name="HTML Document">HTML Document</link>, <link href="text/shared/00/00000200.xhp" name="Image Options">JPEG, SVM/WMF/PICT/MET, BMP, GIF, EPS, PNG, PBM, PPM, PGM</link>.</paragraph>
-<paragraph role="paragraph" id="par_id3153817" xml-lang="en-US">If you choose "HTML Document" as your file format, the <emph>HTML Export </emph><link href="text/shared/autopi/01110000.xhp" name="AutoPilot">Wizard</link> appears. This wizard guides you through the export process and includes the option to save the pictures in your presentation in GIF or JPG format.</paragraph>
+<paragraph role="paragraph" id="par_id3155961" xml-lang="en-US"><link href="text/shared/autopi/01110000.xhp">HTML Document</link>, <link href="text/shared/00/00000200.xhp">JPEG, SVM/WMF/PICT/MET, BMP, GIF, EPS, PNG, PBM, PPM, PGM</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3153817" xml-lang="en-US">If you choose "HTML Document" as your file format, the <emph>HTML Export </emph><link href="text/shared/autopi/01110000.xhp">Wizard</link> appears. This wizard guides you through the export process and includes the option to save the pictures in your presentation in GIF or JPG format.</paragraph>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3148604" xml-lang="en-US"><link href="text/shared/01/01070001.xhp" name="Export dialog">Export dialog</link></paragraph>
-<paragraph role="paragraph" id="par_id3159208" xml-lang="en-US"><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_id3148604" xml-lang="en-US"><link href="text/shared/01/01070001.xhp">Export dialog</link></paragraph>
+<paragraph role="paragraph" id="par_id3159208" xml-lang="en-US"><link href="text/shared/00/00000020.xhp">Information on Import and Export Filters</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/simpress/01/02110000.xhp b/source/text/simpress/01/02110000.xhp
index 48e2c9927f..1f36c37743 100644
--- a/source/text/simpress/01/02110000.xhp
+++ b/source/text/simpress/01/02110000.xhp
@@ -36,10 +36,10 @@
<bookmark xml-lang="en-US" branch="hid/.uno:Navigator" id="bm_id1959752" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/navigatorpanel/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/navigatorpanel/NavigatorPanel" id="bm_id3146121" localize="false"/>
-<paragraph role="heading" id="hd_id3149664" xml-lang="en-US" level="1"><link href="text/simpress/01/02110000.xhp" name="Navigator">Navigator</link></paragraph>
+<paragraph role="heading" id="hd_id3149664" xml-lang="en-US" level="1"><link href="text/simpress/01/02110000.xhp">Navigator</link></paragraph>
<paragraph role="paragraph" id="par_id3149379" xml-lang="en-US"><ahelp hid="modules/simpress/ui/navigatorpanel/NavigatorPanel">Opens the Navigator, where you can quickly jump to other slides or move between open files.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3154015" xml-lang="en-US">You can <link href="text/shared/00/00000005.xhp#docking" name="dock">dock</link> the Navigator to the edge of your workspace.</paragraph>
+<paragraph role="paragraph" id="par_id3154015" xml-lang="en-US">You can <link href="text/shared/00/00000005.xhp#docking">dock</link> the Navigator to the edge of your workspace.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/edit_menu.xhp#navigator"/>
</section>
@@ -152,9 +152,9 @@
</tablerow>
</table>
<paragraph role="heading" id="hd_id3148930" xml-lang="en-US" level="3">Insert as hyperlink</paragraph>
-<paragraph role="paragraph" id="par_id3150713" xml-lang="en-US">Inserts slides as a hyperlink (<link href="text/shared/00/00000002.xhp#url" name="URL">URL</link>) into the active slide.</paragraph>
+<paragraph role="paragraph" id="par_id3150713" xml-lang="en-US">Inserts slides as a hyperlink (<link href="text/shared/00/00000002.xhp#url">URL</link>) into the active slide.</paragraph>
<paragraph role="heading" id="hd_id3152945" xml-lang="en-US" level="3">Insert as link</paragraph>
-<paragraph role="paragraph" id="par_id3153747" xml-lang="en-US">Inserts slides as a <link href="text/shared/00/00000005.xhp#link" name="link">link</link> into the active slide.</paragraph>
+<paragraph role="paragraph" id="par_id3153747" xml-lang="en-US">Inserts slides as a <link href="text/shared/00/00000005.xhp#link">link</link> into the active slide.</paragraph>
<paragraph role="heading" id="hd_id3159274" xml-lang="en-US" level="3">Insert as copy</paragraph>
<paragraph role="paragraph" id="par_id3149920" xml-lang="en-US">Inserts a copy of a slide or named object into the active slide.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/navigatorpanel/shapes" id="bm_id9534592" localize="false"/><paragraph role="heading" id="hd_id4969328" xml-lang="en-US" level="2">Show Shapes</paragraph>
diff --git a/source/text/simpress/01/02120000.xhp b/source/text/simpress/01/02120000.xhp
index 372c3ab0ce..275c37d969 100644
--- a/source/text/simpress/01/02120000.xhp
+++ b/source/text/simpress/01/02120000.xhp
@@ -29,7 +29,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:CopyObjects" id="bm_id5589802" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sdraw/ui/copydlg/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sdraw/ui/copydlg/DuplicateDialog" id="bm_id3149943" localize="false"/>
- <h1 id="hd_id3148868"><variable id="Duplicateh1"><link href="text/simpress/01/02120000.xhp" name="Duplicate">Duplicate</link></variable></h1>
+ <h1 id="hd_id3148868"><variable id="Duplicateh1"><link href="text/simpress/01/02120000.xhp">Duplicate</link></variable></h1>
<paragraph xml-lang="en-US" id="par_id3148604" role="paragraph"><variable id="duplizieren"><ahelp hid=".uno:CopyObjects">Makes one or more copies of a selected object. </ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/02130000.xhp b/source/text/simpress/01/02130000.xhp
index 6e7740ca62..552ae31bb4 100644
--- a/source/text/simpress/01/02130000.xhp
+++ b/source/text/simpress/01/02130000.xhp
@@ -35,7 +35,7 @@
<bookmark_value>slides;deleting</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:DeletePage" id="bm_id595859" localize="false"/>
-<paragraph role="heading" id="hd_id3154253" xml-lang="en-US" level="1"><link href="text/simpress/01/02130000.xhp" name="Delete Slide">Delete Slide</link></paragraph>
+<paragraph role="heading" id="hd_id3154253" xml-lang="en-US" level="1"><link href="text/simpress/01/02130000.xhp">Delete Slide</link></paragraph>
<paragraph role="paragraph" id="par_id3145790" xml-lang="en-US"><variable id="seiteloeschen"><ahelp hid=".uno:DeletePage">Deletes the current slide or page.</ahelp>
</variable></paragraph>
</section>
diff --git a/source/text/simpress/01/02150000.xhp b/source/text/simpress/01/02150000.xhp
index e773b4de39..f2cc43213e 100644
--- a/source/text/simpress/01/02150000.xhp
+++ b/source/text/simpress/01/02150000.xhp
@@ -36,7 +36,7 @@
<paragraph role="heading" id="hd_id3148577" xml-lang="en-US" level="1">Cross-fading</paragraph>
<paragraph role="paragraph" id="par_id3155601" xml-lang="en-US"><variable id="uebertext"><ahelp hid=".uno:Morphing">Creates shapes and distributes them by uniform increments between two drawing objects.</ahelp>
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3146971" xml-lang="en-US">$[officename] draws a series of intermediate shapes between two selected objects and <link href="text/shared/01/05290000.xhp" name="groups">groups</link> the result.</paragraph>
+<paragraph role="paragraph" id="par_id3146971" xml-lang="en-US">$[officename] draws a series of intermediate shapes between two selected objects and <link href="text/shared/01/05290000.xhp">groups</link> the result.</paragraph>
<section id="howtoget">
<embed href="text/simpress/00/00000402.xhp#bearbueber"/>
</section>
diff --git a/source/text/simpress/01/03050000.xhp b/source/text/simpress/01/03050000.xhp
index 483d499e11..7bdd68d272 100644
--- a/source/text/simpress/01/03050000.xhp
+++ b/source/text/simpress/01/03050000.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="optionbar">
-<paragraph role="heading" id="hd_id3153415" xml-lang="en-US" level="1"><link href="text/simpress/01/03050000.xhp" name="Option Bar">Option Bar</link><comment>to be deleted</comment></paragraph>
+<paragraph role="heading" id="hd_id3153415" xml-lang="en-US" level="1"><link href="text/simpress/01/03050000.xhp">Option Bar</link><comment>to be deleted</comment></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/simpress/01/03060000.xhp b/source/text/simpress/01/03060000.xhp
index e22a4c8b93..cd6432550a 100644
--- a/source/text/simpress/01/03060000.xhp
+++ b/source/text/simpress/01/03060000.xhp
@@ -31,14 +31,14 @@
<section id="rulers">
<bookmark xml-lang="en-US" branch="hid/.uno:ShowRuler" id="bm_id1161524" localize="false"/>
-<paragraph id="hd_id3146974" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03060000.xhp" name="Rulers">Rulers</link></paragraph>
+<paragraph id="hd_id3146974" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03060000.xhp">Rulers</link></paragraph>
<paragraph id="par_id3149378" role="paragraph" xml-lang="en-US"><ahelp hid=".">Displays or hides rulers at the top and left or right edges of the workspace.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/simpress/00/00000403.xhp#aslal"/>
</section>
-<paragraph id="par_id3146972" role="paragraph" xml-lang="en-US">You can use <link href="text/simpress/main0209.xhp" name="rulers">rulers</link> to position objects in the workspace, to set paragraph indents or to drag <link href="text/simpress/01/04030000.xhp" name="guides">guides</link> onto the page.</paragraph>
+<paragraph id="par_id3146972" role="paragraph" xml-lang="en-US">You can use <link href="text/simpress/main0209.xhp">rulers</link> to position objects in the workspace, to set paragraph indents or to drag <link href="text/simpress/01/04030000.xhp">guides</link> onto the page.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/simpress/01/03070000.xhp b/source/text/simpress/01/03070000.xhp
index 67b4b0c5a2..b567385b1b 100644
--- a/source/text/simpress/01/03070000.xhp
+++ b/source/text/simpress/01/03070000.xhp
@@ -29,17 +29,17 @@
<body>
<section id="presentation">
<bookmark xml-lang="en-US" branch="hid/.uno:CommonTaskBarVisible" id="bm_id3154013" localize="false"/>
-<paragraph role="heading" id="hd_id3153144" xml-lang="en-US" level="1"><link href="text/simpress/01/03070000.xhp" name="Presentation">Presentation</link></paragraph>
+<paragraph role="heading" id="hd_id3153144" xml-lang="en-US" level="1"><link href="text/simpress/01/03070000.xhp">Presentation</link></paragraph>
<paragraph role="paragraph" id="par_id3146975" xml-lang="en-US"><ahelp hid=".uno:CommonTaskBarVisible">Common commands for slides.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/simpress/00/00000403.xhp#presentation"/>
</section>
-<paragraph role="heading" id="hd_id3154018" xml-lang="en-US" level="2"><link href="text/simpress/01/new_slide.xhp" name="Slide">Slide</link></paragraph>
+<paragraph role="heading" id="hd_id3154018" xml-lang="en-US" level="2"><link href="text/simpress/01/new_slide.xhp">Slide</link></paragraph>
<embed href="text/simpress/01/new_slide.xhp#seitetext"/>
-<paragraph role="heading" id="hd_id3154754" xml-lang="en-US" level="2"><link href="text/simpress/01/05130000.xhp" name="Slide Layout">Slide Layout</link></paragraph>
+<paragraph role="heading" id="hd_id3154754" xml-lang="en-US" level="2"><link href="text/simpress/01/05130000.xhp">Slide Layout</link></paragraph>
<embed href="text/simpress/01/05130000.xhp#seite"/>
-<h2 id="hd_id3155960"><link href="text/simpress/01/05120000.xhp" name="Change Slide Master">Change Slide Master</link></h2>
+<h2 id="hd_id3155960"><link href="text/simpress/01/05120000.xhp">Change Slide Master</link></h2>
<embed href="text/simpress/01/05120000.xhp#seitenvorlagetext"/>
<embed href="text/simpress/01/04120000.xhp#duplicate_slide"/>
<embed href="text/simpress/01/04130000.xhp#expand_slide"/>
diff --git a/source/text/simpress/01/03080000.xhp b/source/text/simpress/01/03080000.xhp
index 8d1d7cc90a..b6c852fe26 100644
--- a/source/text/simpress/01/03080000.xhp
+++ b/source/text/simpress/01/03080000.xhp
@@ -37,7 +37,7 @@
<bookmark xml-lang="en-US" branch="hid/SD_HID_SD_BTN_DRAW" id="bm_id3147436" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:NormalMultiPaneGUI" id="bm_id9567247" localize="false"/>
- <paragraph id="hd_id3148576" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03080000.xhp" name="Normal View">Normal</link></paragraph>
+ <paragraph id="hd_id3148576" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03080000.xhp">Normal</link></paragraph>
<paragraph id="par_id3145251" role="paragraph" xml-lang="en-US"><ahelp hid="HID_SD_BTN_DRAW">Switches to normal view, where you can create and edit your slides.</ahelp></paragraph>
</section>
diff --git a/source/text/simpress/01/03090000.xhp b/source/text/simpress/01/03090000.xhp
index a902a198ea..8cdeac41ef 100644
--- a/source/text/simpress/01/03090000.xhp
+++ b/source/text/simpress/01/03090000.xhp
@@ -37,14 +37,14 @@
<bookmark xml-lang="en-US" branch="hid/.uno:OutlineMode" id="bm_id2334890" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/SD_HID_SD_BTN_OUTLINE" id="bm_id3148577" localize="false"/>
-<paragraph id="hd_id3149664" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03090000.xhp" name="Outline View">Outline</link></paragraph>
+<paragraph id="hd_id3149664" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03090000.xhp">Outline</link></paragraph>
<paragraph id="par_id3152597" role="paragraph" xml-lang="en-US"><ahelp hid="HID_SD_BTN_OUTLINE">Switches to outline view, where you can add, edit and reorganize slide titles and headings.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/simpress/00/00000403.xhp#outline"/>
</section>
-<paragraph id="par_id3150715" role="paragraph" xml-lang="en-US">The <emph>Text Formatting</emph> bar contains the following icons for slide titles:<link href="text/shared/02/06060000.xhp" name="Promote">Promote</link>, <link href="text/shared/02/06050000.xhp" name="Demote">Demote</link>, <link href="text/shared/02/06100000.xhp" name="Move Up">Move Up</link> and <link href="text/shared/02/06110000.xhp" name="Move Down">Move Down</link>. If you want to reorder slide titles with the keyboard, ensure that the cursor is at the beginning of a title and press Tab to move the title one level lower in the hierarchy. To move the title up one level, press Shift+Tab.</paragraph>
+<paragraph id="par_id3150715" role="paragraph" xml-lang="en-US">The <emph>Text Formatting</emph> bar contains the following icons for slide titles:<link href="text/shared/02/06060000.xhp">Promote</link>, <link href="text/shared/02/06050000.xhp">Demote</link>, <link href="text/shared/02/06100000.xhp">Move Up</link> and <link href="text/shared/02/06110000.xhp">Move Down</link>. If you want to reorder slide titles with the keyboard, ensure that the cursor is at the beginning of a title and press Tab to move the title one level lower in the hierarchy. To move the title up one level, press Shift+Tab.</paragraph>
<paragraph id="par_id3156382" role="paragraph" xml-lang="en-US">The upper outline level corresponds to slide titles, and the lower levels correspond to the headings on a slides.</paragraph>
</body>
diff --git a/source/text/simpress/01/03100000.xhp b/source/text/simpress/01/03100000.xhp
index e02967aa00..a272228c28 100644
--- a/source/text/simpress/01/03100000.xhp
+++ b/source/text/simpress/01/03100000.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:DiaMode" id="bm_id3428114" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/SD_HID_SD_BTN_SLIDE" id="bm_id3152598" localize="false"/>
-<paragraph id="hd_id3146974" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03100000.xhp" name="Slide Sorter">Slide Sorter</link></paragraph>
+<paragraph id="hd_id3146974" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03100000.xhp">Slide Sorter</link></paragraph>
<paragraph id="par_id3154492" role="paragraph" xml-lang="en-US"><ahelp hid="HID_SD_BTN_SLIDE">Displays miniature versions of the slides so they can easily be rearranged.</ahelp></paragraph>
</section>
diff --git a/source/text/simpress/01/03110000.xhp b/source/text/simpress/01/03110000.xhp
index e9ea9603a4..035127501c 100644
--- a/source/text/simpress/01/03110000.xhp
+++ b/source/text/simpress/01/03110000.xhp
@@ -38,7 +38,7 @@
<bookmark xml-lang="en-US" branch="hid/SD_HID_SD_BTN_NOTES" id="bm_id3154322" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:NotesMode" id="bm_id3706167" localize="false"/>
-<paragraph id="hd_id3153190" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03110000.xhp" name="Notes View">Notes</link></paragraph>
+<paragraph id="hd_id3153190" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03110000.xhp">Notes</link></paragraph>
<paragraph id="par_id3154491" role="paragraph" xml-lang="en-US"><ahelp hid=".">Switches to notes view, where you can add notes to your slides.</ahelp> Notes are hidden from the audience when you give your presentation.</paragraph>
</section>
diff --git a/source/text/simpress/01/03120000.xhp b/source/text/simpress/01/03120000.xhp
index 62c16da0d2..0070cd858a 100644
--- a/source/text/simpress/01/03120000.xhp
+++ b/source/text/simpress/01/03120000.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="hid/SD_HID_SD_BTN_HANDOUT" id="bm_id3150791" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:HandoutMode" id="bm_id6093935" localize="false"/>
-<paragraph id="hd_id3149456" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03120000.xhp" name="Handout Page">Handout Page</link></paragraph>
+<paragraph id="hd_id3149456" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03120000.xhp">Handout Page</link></paragraph>
<paragraph id="par_id3154684" role="paragraph" xml-lang="en-US"><variable id="handout_text"><ahelp hid="HID_SD_BTN_HANDOUT">Switches to the handout page view, where you can scale several slides to fit on one printed page.</ahelp></variable></paragraph>
</section>
<paragraph id="par_id110120150547279702" role="paragraph" xml-lang="en-US">To modify the number of slides you can print on a page, open the <emph>Properties</emph> sidebar deck and double-click a layout on the <emph>Layout</emph> content panel.</paragraph>
diff --git a/source/text/simpress/01/03130000.xhp b/source/text/simpress/01/03130000.xhp
index f5e1a15b26..16c7c703d3 100644
--- a/source/text/simpress/01/03130000.xhp
+++ b/source/text/simpress/01/03130000.xhp
@@ -32,13 +32,13 @@
<body>
<section id="slide_show"><comment>MW transferred three index entries to the guide show.xhp</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:Presentation" id="bm_id3050141" localize="false"/>
-<paragraph role="heading" id="hd_id3159153" xml-lang="en-US" level="1"><link href="text/simpress/01/03130000.xhp" name="Slide Show">Slide Show</link></paragraph>
+<paragraph role="heading" id="hd_id3159153" xml-lang="en-US" level="1"><link href="text/simpress/01/03130000.xhp">Slide Show</link></paragraph>
<paragraph role="paragraph" id="par_id3154016" xml-lang="en-US"><variable id="bldpra"><ahelp hid=".">Starts your slide show.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
<embed href="text/simpress/00/00000403.xhp#slide_show"/>
</section>
-<paragraph role="paragraph" id="par_id3155066" xml-lang="en-US">You can specify settings for running a slide show in <link href="text/simpress/01/06080000.xhp" name="Slide Show - Slide Show Settings"><emph>Slide Show - Slide Show Settings</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3155066" xml-lang="en-US">You can specify settings for running a slide show in <link href="text/simpress/01/06080000.xhp"><emph>Slide Show - Slide Show Settings</emph></link>.</paragraph>
<paragraph role="paragraph" id="par_idN106CF" xml-lang="en-US">Specify whether a slide show starts with the current slide or with the first slide on <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Impress - General</emph>.</paragraph>
<paragraph role="paragraph" id="par_id3155960" xml-lang="en-US">To start a slide show, do one of the following:</paragraph>
<list type="unordered">
diff --git a/source/text/simpress/01/03150000.xhp b/source/text/simpress/01/03150000.xhp
index dc8a7b8ffb..f6917b03ac 100644
--- a/source/text/simpress/01/03150000.xhp
+++ b/source/text/simpress/01/03150000.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3153142"><bookmark_value>master views</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:MasterPage" id="bm_id6628654" localize="false"/>
-<paragraph role="heading" id="hd_id3153142" xml-lang="en-US" level="1"><link href="text/simpress/01/03150000.xhp" name="Master">Master</link></paragraph>
+<paragraph role="heading" id="hd_id3153142" xml-lang="en-US" level="1"><link href="text/simpress/01/03150000.xhp">Master</link></paragraph>
<paragraph role="paragraph" id="par_id3150011" xml-lang="en-US"><ahelp hid=".">Switches to one of several master views, where you can add elements that you want to appear on all of the slides in your show.</ahelp></paragraph>
<section id="howtoget">
<embed href="text/simpress/00/00000403.xhp#master_slide"/>
diff --git a/source/text/simpress/01/03150100.xhp b/source/text/simpress/01/03150100.xhp
index 6519c54c41..1bbdc7a647 100644
--- a/source/text/simpress/01/03150100.xhp
+++ b/source/text/simpress/01/03150100.xhp
@@ -38,7 +38,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:SlideMasterPage" id="bm_id3129665" localize="false"/>
-<paragraph id="hd_id3154013" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03150100.xhp" name="Master Slide">Master Slide</link></paragraph>
+<paragraph id="hd_id3154013" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03150100.xhp">Master Slide</link></paragraph>
<paragraph id="par_id3151075" role="paragraph" xml-lang="en-US"><ahelp hid=".">Switches to master slide view, where you can add elements that you want to appear on all of the slides that use the same master slide.</ahelp></paragraph>
</section>
diff --git a/source/text/simpress/01/03150300.xhp b/source/text/simpress/01/03150300.xhp
index 246a7ea676..7f8682d558 100644
--- a/source/text/simpress/01/03150300.xhp
+++ b/source/text/simpress/01/03150300.xhp
@@ -37,7 +37,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:NotesMasterPage" id="bm_id3260211" localize="false"/>
-<paragraph id="hd_id3153144" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03150300.xhp" name="Master Notes">Master Notes</link></paragraph>
+<paragraph id="hd_id3153144" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03150300.xhp">Master Notes</link></paragraph>
<paragraph id="par_id3154491" role="paragraph" xml-lang="en-US"><ahelp hid=".">Displays the master notes, where you can set the default formatting for notes.</ahelp></paragraph>
</section>
diff --git a/source/text/simpress/01/03151000.xhp b/source/text/simpress/01/03151000.xhp
index 0e125a8cc8..fd173561b1 100644
--- a/source/text/simpress/01/03151000.xhp
+++ b/source/text/simpress/01/03151000.xhp
@@ -36,7 +36,7 @@
<section id="master_elements">
<bookmark xml-lang="en-US" branch="hid/.uno:MasterLayouts" id="bm_id6164738" localize="false"/>
-<paragraph id="par_idN1056D" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03151000.xhp" name="Master Elements">Master Elements</link></paragraph>
+<paragraph id="par_idN1056D" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03151000.xhp">Master Elements</link></paragraph>
<paragraph id="par_idN1057D" role="paragraph" xml-lang="en-US"><ahelp hid=".">Add header, footer, date, and slide number placeholders to the master slide.</ahelp></paragraph>
</section>
diff --git a/source/text/simpress/01/03180000.xhp b/source/text/simpress/01/03180000.xhp
index 543fdbfd91..da39eb1872 100644
--- a/source/text/simpress/01/03180000.xhp
+++ b/source/text/simpress/01/03180000.xhp
@@ -36,7 +36,7 @@
<bookmark_value>black and white display</bookmark_value>
<bookmark_value>grayscale display</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153142" xml-lang="en-US" level="1"><link href="text/simpress/01/03180000.xhp" name="Display Quality">Color/Grayscale</link></paragraph>
+<paragraph role="heading" id="hd_id3153142" xml-lang="en-US" level="1"><link href="text/simpress/01/03180000.xhp">Color/Grayscale</link></paragraph>
<paragraph role="paragraph" id="par_id3151073" xml-lang="en-US">Shows slides in color, grayscale, or black and white.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/04030000.xhp b/source/text/simpress/01/04030000.xhp
index 4e9b0cd005..76e059d6e1 100644
--- a/source/text/simpress/01/04030000.xhp
+++ b/source/text/simpress/01/04030000.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:CapturePoint" id="bm_id1394129" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sdraw/ui/dlgsnap/SnapObjectDialog" id="bm_id3155602" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sdraw/ui/dlgsnap/@@nowidget@@" id="@@nowidget@@" localize="false"/>
-<h1 id="hd_id3145800"><variable id="insersnappointh1"><link href="text/simpress/01/04030000.xhp" name="Snap Point/Line">Snap Point/Line</link></variable></h1>
+<h1 id="hd_id3145800"><variable id="insersnappointh1"><link href="text/simpress/01/04030000.xhp">Snap Point/Line</link></variable></h1>
<paragraph role="paragraph" id="par_id3150752" xml-lang="en-US"><variable id="fangtext"><ahelp hid=".uno:CapturePoint">Inserts a snap point or snap line (also known as guide) that you can use to quickly align objects.</ahelp>
</variable> Snap points and snap lines do not appear in printed output.</paragraph>
</section>
@@ -42,8 +42,8 @@
</section>
<tip id="par_id3145388">You can drag a snap line from the rulers and drop them on the page. To delete a snap line, drag it back to the ruler.</tip>
<paragraph role="paragraph" id="par_id3153815" xml-lang="en-US">Draw or move an object near a snap point or snap line to snap it in place.</paragraph>
-<paragraph role="paragraph" id="par_id3157978" xml-lang="en-US">To set the snap range, choose <switchinline select="appl"><caseinline select="DRAW"><link href="text/shared/optionen/01070300.xhp" name="Drawing - Grid"><emph>%PRODUCTNAME Draw - Grid</emph></link>
-</caseinline><defaultinline><link href="text/shared/optionen/01070300.xhp" name="Presentation - Grid"><emph>%PRODUCTNAME Impress - Grid</emph></link></defaultinline></switchinline> in the Options dialog box.</paragraph>
+<paragraph role="paragraph" id="par_id3157978" xml-lang="en-US">To set the snap range, choose <switchinline select="appl"><caseinline select="DRAW"><link href="text/shared/optionen/01070300.xhp"><emph>%PRODUCTNAME Draw - Grid</emph></link>
+</caseinline><defaultinline><link href="text/shared/optionen/01070300.xhp"><emph>%PRODUCTNAME Impress - Grid</emph></link></defaultinline></switchinline> in the Options dialog box.</paragraph>
<embed href="text/shared/06/sd_screenshots.xhp#dlgsnap"/>
<h2 id="hd_id3147402">Position</h2>
<paragraph role="paragraph" id="par_id3150533" xml-lang="en-US">Sets the position of a selected snap point or line relative to the top left corner of the page. </paragraph>
diff --git a/source/text/simpress/01/04030000m.xhp b/source/text/simpress/01/04030000m.xhp
index c1df276042..a179a84dee 100644
--- a/source/text/simpress/01/04030000m.xhp
+++ b/source/text/simpress/01/04030000m.xhp
@@ -31,7 +31,7 @@
<bookmark_value>inserting; rows</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertRows" id="bm_id4302477" localize="false"/>
-<paragraph role="heading" id="hd_id3150541" xml-lang="en-US" level="1"><link href="text/simpress/01/04030000m.xhp" name="Rows">Rows</link></paragraph>
+<paragraph role="heading" id="hd_id3150541" xml-lang="en-US" level="1"><link href="text/simpress/01/04030000m.xhp">Rows</link></paragraph>
<paragraph role="paragraph" id="par_id3150767" xml-lang="en-US"><ahelp hid=".uno:InsertRows">Inserts a new row above the active cell. The number of rows inserted correspond to the number of rows selected. The existing rows are moved downward.</ahelp></paragraph>
<section id="howtoget">
<paragraph role="paragraph" id="par_id091620081118197" xml-lang="en-US">In the context menu of a cell, choose <emph>Insert - Rows</emph>
diff --git a/source/text/simpress/01/04030100.xhp b/source/text/simpress/01/04030100.xhp
index 924449ec74..dcedd8bf6a 100644
--- a/source/text/simpress/01/04030100.xhp
+++ b/source/text/simpress/01/04030100.xhp
@@ -33,7 +33,7 @@
<bookmark_value>editing; guides and snap points</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:SetSnapItem" id="bm_id3147338" localize="false"/>
-<h1 id="hd_id3149020"><variable id="EditSnapLinePointh1"><link href="text/simpress/01/04030100.xhp" name="Edit Snap Line / Point">Edit Snap Line / Point</link></variable></h1>
+<h1 id="hd_id3149020"><variable id="EditSnapLinePointh1"><link href="text/simpress/01/04030100.xhp">Edit Snap Line / Point</link></variable></h1>
<paragraph role="paragraph" id="par_id3149259" xml-lang="en-US"><ahelp hid=".uno:SetSnapItem">Sets the position of the selected snap point or snap line relative to the top left corner of the page. </ahelp><comment>well, relative to the origin, which can easily be dragged away from that corner</comment></paragraph>
<section id="howtoget">
<embed href="text/simpress/00/00000404.xhp#efglbe"/>
diff --git a/source/text/simpress/01/04040000m.xhp b/source/text/simpress/01/04040000m.xhp
index fdb6af0b5d..5f7870419d 100644
--- a/source/text/simpress/01/04040000m.xhp
+++ b/source/text/simpress/01/04040000m.xhp
@@ -31,7 +31,7 @@
<bookmark_value>columns; inserting</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertColumns" id="bm_id601010" localize="false"/>
-<paragraph role="heading" id="hd_id3155628" xml-lang="en-US" level="1"><link href="text/simpress/01/04040000m.xhp" name="Columns">Columns</link></paragraph>
+<paragraph role="heading" id="hd_id3155628" xml-lang="en-US" level="1"><link href="text/simpress/01/04040000m.xhp">Columns</link></paragraph>
<paragraph role="paragraph" id="par_id3150791" xml-lang="en-US"><ahelp hid=".uno:InsertColumns">Inserts a new column to the left of the active cell. The number of columns inserted correspond to the number of columns selected. The existing columns are moved to the right.</ahelp></paragraph>
<section id="howtoget">
<paragraph role="paragraph" id="par_id0916200811234668" xml-lang="en-US">In the context menu of a cell, choose <emph>Insert - Columns</emph>
diff --git a/source/text/simpress/01/04110100.xhp b/source/text/simpress/01/04110100.xhp
index 829e5e1c14..940c9bf18c 100644
--- a/source/text/simpress/01/04110100.xhp
+++ b/source/text/simpress/01/04110100.xhp
@@ -33,7 +33,7 @@
<bookmark_value>backgrounds; deleting unused</bookmark_value>
</bookmark>
<section id="insertslidepageobject">
- <h1 id="hd_id3146976"><variable id="insertobjectfromfile"><link href="text/simpress/01/04110100.xhp" name="Insert page">Insert <switchinline select="appl"><caseinline select="IMPRESS">Slide</caseinline><defaultinline>Page</defaultinline></switchinline>/Objects from File</link></variable></h1>
+ <h1 id="hd_id3146976"><variable id="insertobjectfromfile"><link href="text/simpress/01/04110100.xhp">Insert <switchinline select="appl"><caseinline select="IMPRESS">Slide</caseinline><defaultinline>Page</defaultinline></switchinline>/Objects from File</link></variable></h1>
<paragraph role="paragraph" id="par_id3151073" xml-lang="en-US">Allows you to insert the entire file or specific elements in the file.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/04120000.xhp b/source/text/simpress/01/04120000.xhp
index 67f1b5c100..3e3b871594 100644
--- a/source/text/simpress/01/04120000.xhp
+++ b/source/text/simpress/01/04120000.xhp
@@ -34,7 +34,7 @@
<section id="duplicate_slide">
<bookmark branch="hid/.uno:DuplicatePage" xml-lang="en-US" id="bm_id3147436" localize="false"/>
-<paragraph id="hd_id3148576" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/04120000.xhp" name="Duplicate Slide">Duplicate Slide</link></paragraph>
+<paragraph id="hd_id3148576" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/04120000.xhp">Duplicate Slide</link></paragraph>
<paragraph role="paragraph" id="par_id3153190" xml-lang="en-US"><ahelp hid=".uno:DuplicatePage" visibility="visible">Inserts a copy of the current slide after the current slide.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/04130000.xhp b/source/text/simpress/01/04130000.xhp
index 7e709b0689..be6120efa2 100644
--- a/source/text/simpress/01/04130000.xhp
+++ b/source/text/simpress/01/04130000.xhp
@@ -36,7 +36,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ExpandPage" id="bm_id7530302" localize="false"/>
<section id="expand_slide">
- <paragraph role="heading" id="hd_id3146119" xml-lang="en-US" level="1"><link href="text/simpress/01/04130000.xhp" name="Expand Slide">Expand Slide</link></paragraph>
+ <paragraph role="heading" id="hd_id3146119" xml-lang="en-US" level="1"><link href="text/simpress/01/04130000.xhp">Expand Slide</link></paragraph>
<paragraph role="paragraph" id="par_id3154319" xml-lang="en-US"><ahelp hid=".uno:ExpandPage">Creates a new slide from every top-level outline point (text one level below the title text in the outline hierarchy) in the selected slide. The outline text becomes the title of the new slide.</ahelp> Outline points<comment>points?</comment> below the top level on the original slide are moved up one level on the new slide.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/04140000.xhp b/source/text/simpress/01/04140000.xhp
index 9ff44b9387..ab68148651 100644
--- a/source/text/simpress/01/04140000.xhp
+++ b/source/text/simpress/01/04140000.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3154013"><bookmark_value>summary slide</bookmark_value></bookmark>
<bookmark branch="hid/.uno:SummaryPage" xml-lang="en-US" id="bm_id3146976" localize="false"/>
<section id="summary_slide">
- <paragraph id="hd_id3154013" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/04140000.xhp" name="Summary Slide">Summary Slide</link></paragraph>
+ <paragraph id="hd_id3154013" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/04140000.xhp">Summary Slide</link></paragraph>
<paragraph role="paragraph" id="par_id3149664" xml-lang="en-US"><ahelp hid=".uno:SummaryPage" visibility="visible">Creates a new slide that contains an unordered list from the titles of the slides that follow the selected slide. The summary slide is inserted behind the last slide.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/04990000.xhp b/source/text/simpress/01/04990000.xhp
index c72e0f3b0d..3bcbc9e5b8 100644
--- a/source/text/simpress/01/04990000.xhp
+++ b/source/text/simpress/01/04990000.xhp
@@ -33,7 +33,7 @@
<section id="fields">
- <bookmark xml-lang="en-US" branch="index" id="bm_id3154011"><bookmark_value>fields;in slides</bookmark_value></bookmark><paragraph role="heading" level="1" id="hd_id3154011" xml-lang="en-US"><link href="text/simpress/01/04990000.xhp" name="Fields">Fields</link> </paragraph>
+ <bookmark xml-lang="en-US" branch="index" id="bm_id3154011"><bookmark_value>fields;in slides</bookmark_value></bookmark><paragraph role="heading" level="1" id="hd_id3154011" xml-lang="en-US"><link href="text/simpress/01/04990000.xhp">Fields</link> </paragraph>
<paragraph role="paragraph" id="par_id3149666" xml-lang="en-US">Lists common fields that you can insert into your slide.</paragraph>
</section>
<paragraph xml-lang="en-US" role="paragraph" id="par_id3145799">If you want to edit a field in your slide, select it and choose <emph>Edit – Fields</emph>.</paragraph>
diff --git a/source/text/simpress/01/04990100.xhp b/source/text/simpress/01/04990100.xhp
index f7f9f13a75..fa46c8329f 100644
--- a/source/text/simpress/01/04990100.xhp
+++ b/source/text/simpress/01/04990100.xhp
@@ -35,13 +35,13 @@
<bookmark_value>fields; dates (fixed)</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertDateFieldFix" id="bm_id3146121" localize="false"/>
-<paragraph role="heading" id="hd_id3153726" xml-lang="en-US" level="1"><link href="text/simpress/01/04990100.xhp" name="Date (fixed)">Date (fixed)</link></paragraph>
+<paragraph role="heading" id="hd_id3153726" xml-lang="en-US" level="1"><link href="text/simpress/01/04990100.xhp">Date (fixed)</link></paragraph>
<paragraph role="paragraph" id="par_id3151073" xml-lang="en-US"><ahelp hid=".uno:InsertDateFieldFix">Inserts the current date into your slide as a fixed field. The date is not automatically updated.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/simpress/00/00000404.xhp#feldbf1"/>
</section>
-<paragraph role="paragraph" id="par_id3146969" xml-lang="en-US"><variable id="bearbeiten">To edit an inserted field in your slide, double-click the field, place the cursor in front of the first character in the field and choose <link href="text/simpress/01/02160000.xhp" name="Edit - Fields"><emph>Edit - Fields</emph></link>.
+<paragraph role="paragraph" id="par_id3146969" xml-lang="en-US"><variable id="bearbeiten">To edit an inserted field in your slide, double-click the field, place the cursor in front of the first character in the field and choose <link href="text/simpress/01/02160000.xhp"><emph>Edit - Fields</emph></link>.
</variable></paragraph>
</body>
</helpdocument>
diff --git a/source/text/simpress/01/04990200.xhp b/source/text/simpress/01/04990200.xhp
index 34bea3c57d..2321d4ff6f 100644
--- a/source/text/simpress/01/04990200.xhp
+++ b/source/text/simpress/01/04990200.xhp
@@ -35,7 +35,7 @@
<bookmark_value>fields; dates (variable)</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertDateFieldVar" id="bm_id3146121" localize="false"/>
-<paragraph role="heading" id="hd_id3154320" xml-lang="en-US" level="1"><link href="text/simpress/01/04990200.xhp" name="Date (variable)">Date (variable)</link></paragraph>
+<paragraph role="heading" id="hd_id3154320" xml-lang="en-US" level="1"><link href="text/simpress/01/04990200.xhp">Date (variable)</link></paragraph>
<paragraph role="paragraph" id="par_id3154011" xml-lang="en-US"><ahelp hid=".uno:InsertDateFieldVar">Inserts the current date into your slide as a variable field. The date is automatically updated when you reload the file.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/04990300.xhp b/source/text/simpress/01/04990300.xhp
index e1bc18bd5b..587a30814a 100644
--- a/source/text/simpress/01/04990300.xhp
+++ b/source/text/simpress/01/04990300.xhp
@@ -35,7 +35,7 @@
<bookmark_value>fields; times (fixed)</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertTimeFieldFix" id="bm_id3149666" localize="false"/>
-<paragraph role="heading" id="hd_id3146121" xml-lang="en-US" level="1"><link href="text/simpress/01/04990300.xhp" name="Time (fixed)">Time (fixed)</link></paragraph>
+<paragraph role="heading" id="hd_id3146121" xml-lang="en-US" level="1"><link href="text/simpress/01/04990300.xhp">Time (fixed)</link></paragraph>
<paragraph role="paragraph" id="par_id3153726" xml-lang="en-US"><ahelp hid=".uno:InsertTimeFieldFix">Inserts the current time into your slide as a fixed field. The time is not automatically updated.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/04990400.xhp b/source/text/simpress/01/04990400.xhp
index 9607cb2a10..08ff2ee883 100644
--- a/source/text/simpress/01/04990400.xhp
+++ b/source/text/simpress/01/04990400.xhp
@@ -35,7 +35,7 @@
<bookmark_value>fields;times (variable)</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertTimeFieldVar" id="bm_id3148575" localize="false"/>
-<paragraph role="heading" id="hd_id3146119" xml-lang="en-US" level="1"><link href="text/simpress/01/04990400.xhp" name="Time (variable)">Time (variable)</link></paragraph>
+<paragraph role="heading" id="hd_id3146119" xml-lang="en-US" level="1"><link href="text/simpress/01/04990400.xhp">Time (variable)</link></paragraph>
<paragraph role="paragraph" id="par_id3147434" xml-lang="en-US"><ahelp hid=".uno:InsertTimeFieldVar">Inserts the current time into your slide as a variable field. The time is automatically updated when you reload the file.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/04990500.xhp b/source/text/simpress/01/04990500.xhp
index f55aae00a1..5052c86c8e 100644
--- a/source/text/simpress/01/04990500.xhp
+++ b/source/text/simpress/01/04990500.xhp
@@ -37,7 +37,7 @@
<bookmark_value>presentations; numbering slides in</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertPageField" id="bm_id8803425" localize="false"/>
-<paragraph role="heading" id="hd_id3154319" xml-lang="en-US" level="1"><link href="text/simpress/01/04990500.xhp" name="Page Numbers">Page Number</link></paragraph>
+<paragraph role="heading" id="hd_id3154319" xml-lang="en-US" level="1"><link href="text/simpress/01/04990500.xhp">Page Number</link></paragraph>
<paragraph role="paragraph" id="par_id3145799" xml-lang="en-US"><ahelp hid=".">Inserts the page number into the current slide or page.</ahelp> If you want to add a page number to every slide, choose View - Master<switchinline select="appl"><caseinline select="IMPRESS"> Slide</caseinline></switchinline> and insert the page number field. To change the number format, choose <switchinline select="appl"><caseinline select="IMPRESS"><emph>Slide</emph></caseinline><caseinline select="DRAW"><emph>Page</emph></caseinline></switchinline><emph> - Properties - Page</emph> tab and then select a format from the list in the <emph>Layout Settings</emph> area.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/04990600.xhp b/source/text/simpress/01/04990600.xhp
index 8629d2ae96..05fe79d320 100644
--- a/source/text/simpress/01/04990600.xhp
+++ b/source/text/simpress/01/04990600.xhp
@@ -32,10 +32,10 @@
<bookmark_value>fields; authors</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertAuthorField" id="bm_id3153728" localize="false"/>
-<paragraph role="heading" id="hd_id3146974" xml-lang="en-US" level="1"><link href="text/simpress/01/04990600.xhp" name="Author">Author</link></paragraph>
+<paragraph role="heading" id="hd_id3146974" xml-lang="en-US" level="1"><link href="text/simpress/01/04990600.xhp">Author</link></paragraph>
<paragraph role="paragraph" id="par_id3153876" xml-lang="en-US"><ahelp hid=".uno:InsertAuthorField">Inserts the first and last names listed in the $[officename] user data into the active slide.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3154512" xml-lang="en-US">To edit the name, choose <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01010100.xhp" name="$[officename] - User Data"><emph>$[officename] - User Data</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3154512" xml-lang="en-US">To edit the name, choose <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01010100.xhp"><emph>$[officename] - User Data</emph></link>.</paragraph>
<section id="howtoget">
<embed href="text/simpress/00/00000404.xhp#feldbf6"/>
</section>
diff --git a/source/text/simpress/01/04990700.xhp b/source/text/simpress/01/04990700.xhp
index 7da4f39e67..d7d53a88b9 100644
--- a/source/text/simpress/01/04990700.xhp
+++ b/source/text/simpress/01/04990700.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3148575"><bookmark_value>fields; file names</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertFileField" id="bm_id3152598" localize="false"/>
-<paragraph role="heading" id="hd_id3148575" xml-lang="en-US" level="1"><link href="text/simpress/01/04990700.xhp" name="File name">File name</link></paragraph>
+<paragraph role="heading" id="hd_id3148575" xml-lang="en-US" level="1"><link href="text/simpress/01/04990700.xhp">File name</link></paragraph>
<paragraph role="paragraph" id="par_id3153142" xml-lang="en-US"><ahelp hid=".uno:InsertFileField">Inserts the name of the active file. The name only appears after you save the file.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/05100000.xhp b/source/text/simpress/01/05100000.xhp
index c3b65636d7..e97d3ca422 100644
--- a/source/text/simpress/01/05100000.xhp
+++ b/source/text/simpress/01/05100000.xhp
@@ -37,7 +37,7 @@
</bookmark>
-<h1 id="hd_id3156024"><link href="text/simpress/01/05100000.xhp" name="Styles">Styles</link></h1>
+<h1 id="hd_id3156024"><link href="text/simpress/01/05100000.xhp">Styles</link></h1>
<paragraph id="par_id3150398" role="paragraph" xml-lang="en-US">Opens the Styles deck of the Sidebar, which lists the available graphic and presentation styles for applying and editing.</paragraph>
</section>
</section>
@@ -46,7 +46,7 @@
<section id="howtoget">
<embed href="text/shared/00/00040500.xhp#stylewindow"/>
</section>
-<paragraph id="par_id3146121" role="paragraph" xml-lang="en-US">When you edit a style, the changes are automatically applied to all of the elements formatted with this style in your document. If you want to ensure that the styles on a specific slide are not updated, create a new <link href="text/simpress/guide/masterpage.xhp" name="master slide">master slide</link> for the slide.</paragraph>
+<paragraph id="par_id3146121" role="paragraph" xml-lang="en-US">When you edit a style, the changes are automatically applied to all of the elements formatted with this style in your document. If you want to ensure that the styles on a specific slide are not updated, create a new <link href="text/simpress/guide/masterpage.xhp">master slide</link> for the slide.</paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:ListStyle" id="bm_id2536167" localize="false"/>
<h2 id="hd_id3145251">Presentation Styles</h2>
@@ -98,7 +98,7 @@
<bookmark xml-lang="en-US" branch="hid/SFX2_HID_TEMPLDLG_NEWBYEXAMPLE" id="bm_id3153810" localize="false"/>
<h2 id="hd_id3145362">New Style from Selection</h2>
-<paragraph id="par_id3153009" role="paragraph" xml-lang="en-US"><ahelp hid="SFX2_HID_TEMPLDLG_NEWBYEXAMPLE"><link href="text/shared/01/05140100.xhp" name="Creates a new style">Creates a new style</link> using the format attributes of a selected object.</ahelp></paragraph>
+<paragraph id="par_id3153009" role="paragraph" xml-lang="en-US"><ahelp hid="SFX2_HID_TEMPLDLG_NEWBYEXAMPLE"><link href="text/shared/01/05140100.xhp">Creates a new style</link> using the format attributes of a selected object.</ahelp></paragraph>
<table id="tbl_id3153076">
<tablerow>
diff --git a/source/text/simpress/01/05110500m.xhp b/source/text/simpress/01/05110500m.xhp
index a9f74ed240..dcc5160fa6 100644
--- a/source/text/simpress/01/05110500m.xhp
+++ b/source/text/simpress/01/05110500m.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/.uno:DeleteRows" id="bm_id7236774" localize="false"/>
-<paragraph role="heading" id="hd_id3149502" xml-lang="en-US" level="1"><link href="text/simpress/01/05110500m.xhp" name="Delete">Delete</link></paragraph>
+<paragraph role="heading" id="hd_id3149502" xml-lang="en-US" level="1"><link href="text/simpress/01/05110500m.xhp">Delete</link></paragraph>
<paragraph role="paragraph" id="par_id3149050" xml-lang="en-US"><variable id="loeschentext"><ahelp hid=".uno:DeleteRows">Deletes the selected row(s) from the table.</ahelp>
</variable></paragraph>
<section id="howtoget">
diff --git a/source/text/simpress/01/05120000.xhp b/source/text/simpress/01/05120000.xhp
index 348c005d06..11d244ab81 100644
--- a/source/text/simpress/01/05120000.xhp
+++ b/source/text/simpress/01/05120000.xhp
@@ -31,13 +31,13 @@
<switch select="appl">
<case select="DRAW">
<section id="masterpage">
- <h1 id="hd_id3164253"><link href="text/simpress/01/05120000.xhp" name="Change Slide Master">Master Page</link></h1>
+ <h1 id="hd_id3164253"><link href="text/simpress/01/05120000.xhp">Master Page</link></h1>
<paragraph role="paragraph" id="par_id3108485" xml-lang="en-US"><variable id="masterpagetext"><ahelp hid=".uno:PresentationLayout">Displays the <emph>Available Master Slides</emph> dialog, where you can select a layout scheme for the current page. Any objects in the page design are inserted behind objects in the current page.</ahelp></variable></paragraph>
</section>
</case>
<default>
<section id="changeslidemaster">
- <h1 id="hd_id3154253"><link href="text/simpress/01/05120000.xhp" name="Change Slide Master">Change Slide Master</link></h1>
+ <h1 id="hd_id3154253"><link href="text/simpress/01/05120000.xhp">Change Slide Master</link></h1>
<paragraph role="paragraph" id="par_id3148485" xml-lang="en-US"><variable id="seitenvorlagetext"><ahelp hid=".uno:PresentationLayout">Displays the <emph>Available Master Slides</emph> dialog, where you can select a layout scheme for the current slide. Any objects in the slide design are inserted behind objects in the current slide.</ahelp></variable></paragraph>
</section>
</default>
@@ -65,10 +65,10 @@
<h2 id="hd_id3157982">Load</h2>
<switch select="appl">
<case select="DRAW">
- <paragraph role="paragraph" id="par_id3956020"><ahelp hid="modules/simpress/ui/slidedesigndialog/load">Displays the <link href="text/swriter/01/05170000.xhp" name="Load Master Slide"><emph>Load Master Page</emph></link> dialog, where you can select additional page designs.</ahelp></paragraph>
+ <paragraph role="paragraph" id="par_id3956020"><ahelp hid="modules/simpress/ui/slidedesigndialog/load">Displays the <link href="text/swriter/01/05170000.xhp"><emph>Load Master Page</emph></link> dialog, where you can select additional page designs.</ahelp></paragraph>
</case>
<default>
- <paragraph role="paragraph" id="par_id3156020"><ahelp hid="modules/simpress/ui/slidedesigndialog/load">Displays the <link href="text/swriter/01/05170000.xhp" name="Load Master Slide"><emph>Load Master Slide</emph></link> dialog, where you can select additional slide designs.</ahelp></paragraph>
+ <paragraph role="paragraph" id="par_id3156020"><ahelp hid="modules/simpress/ui/slidedesigndialog/load">Displays the <link href="text/swriter/01/05170000.xhp"><emph>Load Master Slide</emph></link> dialog, where you can select additional slide designs.</ahelp></paragraph>
</default>
</switch>
</body>
diff --git a/source/text/simpress/01/05120500m.xhp b/source/text/simpress/01/05120500m.xhp
index f5a6fa2dae..b3af9ec765 100644
--- a/source/text/simpress/01/05120500m.xhp
+++ b/source/text/simpress/01/05120500m.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/.uno:DeleteColumns" id="bm_id9878689" localize="false"/>
-<paragraph role="heading" id="hd_id3145801" xml-lang="en-US" level="1"><link href="text/simpress/01/05120500m.xhp" name="Delete">Delete</link></paragraph>
+<paragraph role="heading" id="hd_id3145801" xml-lang="en-US" level="1"><link href="text/simpress/01/05120500m.xhp">Delete</link></paragraph>
<paragraph role="paragraph" id="par_id3153418" xml-lang="en-US"><variable id="loeschentext"><ahelp hid=".uno:DeleteColumns">Deletes the selected column(s) from the table.</ahelp>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3156385" xml-lang="en-US">This command is only available if the cursor is in a table.</paragraph>
diff --git a/source/text/simpress/01/05130000.xhp b/source/text/simpress/01/05130000.xhp
index c3e2c8c7ed..43975816e2 100644
--- a/source/text/simpress/01/05130000.xhp
+++ b/source/text/simpress/01/05130000.xhp
@@ -30,7 +30,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ModifyPage" id="bm_id8880655" localize="false"/>
<section id="slidelayout">
- <paragraph role="heading" id="hd_id3154754" xml-lang="en-US" level="1"><link href="text/simpress/01/05130000.xhp" name="Layout">Layout</link></paragraph>
+ <paragraph role="heading" id="hd_id3154754" xml-lang="en-US" level="1"><link href="text/simpress/01/05130000.xhp">Layout</link></paragraph>
<paragraph role="paragraph" id="par_id3149126" xml-lang="en-US"><variable id="seite"><ahelp hid=".uno:ModifyPage">Opens a submenu with slide layouts.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/05150000.xhp b/source/text/simpress/01/05150000.xhp
index 7b296fb3c4..5b9b25a335 100644
--- a/source/text/simpress/01/05150000.xhp
+++ b/source/text/simpress/01/05150000.xhp
@@ -32,15 +32,15 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/dimensionlinestabpage/DimensionLines" id="bm_id5427321" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/dimensionlinestabpage/@@nowidget@@" id="bm_id5427321" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:MeasureAttributes" id="bm_id3148575" localize="false"/>
-<paragraph role="heading" id="hd_id3150439" xml-lang="en-US" level="1"><link href="text/simpress/01/05150000.xhp" name="Dimensioning">Dimensioning</link></paragraph>
-<paragraph role="paragraph" id="par_id3159154" xml-lang="en-US"><variable id="bemaszungtext"><ahelp hid=".uno:MeasureAttributes">Changes the length, measurement and guide properties of the selected <link href="text/simpress/02/10120000.xhp" name="dimension line">dimension line</link>.</ahelp>
+<paragraph role="heading" id="hd_id3150439" xml-lang="en-US" level="1"><link href="text/simpress/01/05150000.xhp">Dimensioning</link></paragraph>
+<paragraph role="paragraph" id="par_id3159154" xml-lang="en-US"><variable id="bemaszungtext"><ahelp hid=".uno:MeasureAttributes">Changes the length, measurement and guide properties of the selected <link href="text/simpress/02/10120000.xhp">dimension line</link>.</ahelp>
</variable></paragraph>
-<paragraph role="note" id="par_id3156382" xml-lang="en-US">If you want to modify the line style or the arrow style of a dimension line, choose <link href="text/shared/01/05200000.xhp" name="Format - Line"><emph>Format - Line</emph></link>.</paragraph>
+<paragraph role="note" id="par_id3156382" xml-lang="en-US">If you want to modify the line style or the arrow style of a dimension line, choose <link href="text/shared/01/05200000.xhp"><emph>Format - Line</emph></link>.</paragraph>
<section id="howtoget">
<embed href="text/simpress/00/00000405.xhp#dimensions"/>
<embed href="text/simpress/02/10120000.xhp#sydimension_line"/>
</section>
-<paragraph role="paragraph" id="par_id3154658" xml-lang="en-US">A Dimension Line is always inserted on the <link href="text/sdraw/guide/layer_tipps.xhp" name="layer">layer</link> called <emph>Dimension Lines</emph>. If you set that layer to invisible, you will not see any Dimension Line in your drawing.</paragraph>
+<paragraph role="paragraph" id="par_id3154658" xml-lang="en-US">A Dimension Line is always inserted on the <link href="text/sdraw/guide/layer_tipps.xhp">layer</link> called <emph>Dimension Lines</emph>. If you set that layer to invisible, you will not see any Dimension Line in your drawing.</paragraph>
<paragraph role="heading" id="hd_id3166426" xml-lang="en-US" level="2">Line</paragraph>
<paragraph role="paragraph" id="par_id3159344" xml-lang="en-US">Sets the distance properties of the dimension line and the guides with respect to each other and to the baseline.</paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/dimensionlinestabpage/MTR_LINE_DIST" id="bm_id3155532" localize="false"/>
diff --git a/source/text/simpress/01/05170000.xhp b/source/text/simpress/01/05170000.xhp
index 932d22a3f8..097e20c486 100644
--- a/source/text/simpress/01/05170000.xhp
+++ b/source/text/simpress/01/05170000.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:ConnectorAttributes" id="bm_id7044568" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/connectortabpage/ConnectorTabPage" id="bm_id3150343" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/connectortabpage/@@nowidget@@" id="bm_id3150343" localize="false"/>
- <h1 id="hd_id3150297"><link href="text/simpress/01/05170000.xhp" name="Connectors">Connectors</link></h1>
+ <h1 id="hd_id3150297"><link href="text/simpress/01/05170000.xhp">Connectors</link></h1>
<paragraph role="paragraph" id="par_id3149209"><variable id="verbindertext"><ahelp hid=".">Sets the properties of a connector.</ahelp></variable></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/connectortabpage/LB_TYPE" id="bm_id3149405" localize="false"/>
<h2 id="hd_id3145384">Type</h2>
@@ -64,7 +64,7 @@
<paragraph role="paragraph" id="par_id3155260"><ahelp hid="cui/ui/connectortabpage/MTR_FLD_VERT_2">Enter the amount of vertical space you want at the end of the connector.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:NewRouting" id="bm_id3153735" localize="false"/>
<h2 id="hd_id3147369">Reset line skew</h2>
- <paragraph role="paragraph" id="par_id3159205"><ahelp hid=".uno:NewRouting">Resets the line skew values to the default.</ahelp> (This command is only accessible through the <link href="text/shared/00/00000005.xhp#contextmenu" name="context menu">context menu</link>).</paragraph>
+ <paragraph role="paragraph" id="par_id3159205"><ahelp hid=".uno:NewRouting">Resets the line skew values to the default.</ahelp> (This command is only accessible through the <link href="text/shared/00/00000005.xhp#contextmenu">context menu</link>).</paragraph>
<section id="relatedtopics">
<embed href="text/simpress/guide/orgchart.xhp#orgchart"/>
diff --git a/source/text/simpress/01/05250000.xhp b/source/text/simpress/01/05250000.xhp
index 6d5729e6f2..58f43d7f30 100644
--- a/source/text/simpress/01/05250000.xhp
+++ b/source/text/simpress/01/05250000.xhp
@@ -29,7 +29,7 @@
</topic>
</meta>
<body>
-<section id="arrange"><comment>mw deleted one index entry</comment><paragraph role="heading" id="hd_id3155444" xml-lang="en-US" level="1"><link href="text/simpress/01/05250000.xhp" name="Arrange">Arrange</link></paragraph>
+<section id="arrange"><comment>mw deleted one index entry</comment><paragraph role="heading" id="hd_id3155444" xml-lang="en-US" level="1"><link href="text/simpress/01/05250000.xhp">Arrange</link></paragraph>
<paragraph role="paragraph" id="par_id3149259" xml-lang="en-US">Changes the stacking order of a selected object.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/05250500.xhp b/source/text/simpress/01/05250500.xhp
index ee62d6e1c2..ccf8a90863 100644
--- a/source/text/simpress/01/05250500.xhp
+++ b/source/text/simpress/01/05250500.xhp
@@ -35,7 +35,7 @@
<bookmark_value>in front of object command</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:BeforeObject" id="bm_id3153188" localize="false"/>
-<paragraph role="heading" id="hd_id3152576" xml-lang="en-US" level="1"><link href="text/simpress/01/05250500.xhp" name="In Front of Object">In Front of Object</link></paragraph>
+<paragraph role="heading" id="hd_id3152576" xml-lang="en-US" level="1"><link href="text/simpress/01/05250500.xhp">In Front of Object</link></paragraph>
<paragraph role="paragraph" id="par_id3152596" xml-lang="en-US"><ahelp hid=".uno:BeforeObject">Changes the stacking order by moving the selected object in front of an object that you specify. The screen location of the selected object does not change.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/05250600.xhp b/source/text/simpress/01/05250600.xhp
index c53e68f5f3..9d6d7ca4ea 100644
--- a/source/text/simpress/01/05250600.xhp
+++ b/source/text/simpress/01/05250600.xhp
@@ -35,7 +35,7 @@
<bookmark_value>behind object command</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:BehindObject" id="bm_id9273923" localize="false"/>
-<paragraph role="heading" id="hd_id3149664" xml-lang="en-US" level="1"><link href="text/simpress/01/05250600.xhp" name="Behind Object">Behind Object</link></paragraph>
+<paragraph role="heading" id="hd_id3149664" xml-lang="en-US" level="1"><link href="text/simpress/01/05250600.xhp">Behind Object</link></paragraph>
<paragraph role="paragraph" id="par_id3145253" xml-lang="en-US"><ahelp hid=".uno:BehindObject">Changes the stacking order by moving the selected object behind an object that you specify. The screen location of the selected object does not change.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/05250700.xhp b/source/text/simpress/01/05250700.xhp
index 81976503bf..cf35c1fa66 100644
--- a/source/text/simpress/01/05250700.xhp
+++ b/source/text/simpress/01/05250700.xhp
@@ -37,7 +37,7 @@
<bookmark_value>objects; reversing</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ReverseOrder" id="bm_id8823030" localize="false"/>
-<paragraph role="heading" id="hd_id3154011" xml-lang="en-US" level="1"><link href="text/simpress/01/05250700.xhp" name="Reverse">Reverse</link></paragraph>
+<paragraph role="heading" id="hd_id3154011" xml-lang="en-US" level="1"><link href="text/simpress/01/05250700.xhp">Reverse</link></paragraph>
<paragraph role="paragraph" id="par_id3145800" xml-lang="en-US"><ahelp hid=".uno:ReverseOrder">Reverses the stacking order of the selected objects.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/06030000.xhp b/source/text/simpress/01/06030000.xhp
index e2af6d8437..a65b8e7572 100644
--- a/source/text/simpress/01/06030000.xhp
+++ b/source/text/simpress/01/06030000.xhp
@@ -33,7 +33,7 @@
<bookmark branch="hid/.uno:Hyphenation" xml-lang="en-US" id="bm_id3149667" localize="false"/>
-<paragraph id="hd_id3154011" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/06030000.xhp" name="Hyphenation">Hyphenation</link></paragraph>
+<paragraph id="hd_id3154011" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/06030000.xhp">Hyphenation</link></paragraph>
<paragraph role="paragraph" id="par_id3153728" xml-lang="en-US"><ahelp hid=".uno:Hyphenation" visibility="visible">Turns hyphenation option for text objects on or off.</ahelp> You can turn hyphenation on or off for each paragraph.</paragraph>
<section id="howtoget">
<embed href="text/simpress/00/00000406.xhp#silbentrennung"/>
diff --git a/source/text/simpress/01/06040000.xhp b/source/text/simpress/01/06040000.xhp
index fee32eee14..83c912c372 100644
--- a/source/text/simpress/01/06040000.xhp
+++ b/source/text/simpress/01/06040000.xhp
@@ -38,13 +38,13 @@
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/slidetransitionspanel/SlideTransitionsPanel" id="bm_id3146976" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:Dia" id="bm_id3150012" localize="false"/>
<section id="slide_transition">
- <paragraph role="heading" id="hd_id3153142" xml-lang="en-US" level="1"><link href="text/simpress/01/06040000.xhp" name="Slide Transition">Slide Transition</link></paragraph>
+ <paragraph role="heading" id="hd_id3153142" xml-lang="en-US" level="1"><link href="text/simpress/01/06040000.xhp">Slide Transition</link></paragraph>
<paragraph role="paragraph" id="par_id3154011" xml-lang="en-US"><ahelp hid=".">Defines the special effect that plays when you display a slide during a slide show.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/simpress/00/00000407.xhp#etdaw"/>
</section>
-<paragraph role="tip" id="par_id3154704" xml-lang="en-US">To apply the same transition effect to more than one slide, switch to the <link href="text/simpress/01/03100000.xhp" name="Slide View">Slide Sorter</link>, select the slides, and then choose <emph>Slide - Slide Transition</emph>.</paragraph>
+<paragraph role="tip" id="par_id3154704" xml-lang="en-US">To apply the same transition effect to more than one slide, switch to the <link href="text/simpress/01/03100000.xhp">Slide Sorter</link>, select the slides, and then choose <emph>Slide - Slide Transition</emph>.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/slidetransitionspanel/transitions_icons" id="bm_id9115573" localize="false"/>
<paragraph role="heading" id="hd_id3149257" xml-lang="en-US" level="2">Slide Transition</paragraph>
diff --git a/source/text/simpress/01/06050000.xhp b/source/text/simpress/01/06050000.xhp
index 5170c0e108..dc4e3692d3 100644
--- a/source/text/simpress/01/06050000.xhp
+++ b/source/text/simpress/01/06050000.xhp
@@ -31,7 +31,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:AnimationObjects" id="bm_id8175410" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/dockinganimation/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/dockinganimation/DockingAnimation" id="bm_id3156444" localize="false"/>
- <h1 id="hd_id3153726"><link href="text/simpress/01/06050000.xhp" name="Animation">Animation</link></h1>
+ <h1 id="hd_id3153726"><link href="text/simpress/01/06050000.xhp">Animation</link></h1>
<paragraph xml-lang="en-US" id="par_id3150012" role="paragraph"><variable id="animtext"><ahelp hid=".uno:AnimationObjects">Creates a custom animation on the current slide.</ahelp> You can only use existing objects to create an animation.</variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/06060000.xhp b/source/text/simpress/01/06060000.xhp
index 5a0cf4ce6a..705dc4e6ac 100644
--- a/source/text/simpress/01/06060000.xhp
+++ b/source/text/simpress/01/06060000.xhp
@@ -41,7 +41,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:CustomAnimation" id="bm_id2649006" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/customanimationspanel/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/customanimationspanel/CustomAnimationsPanel" id="bm_id3151244" localize="false"/>
-<paragraph role="heading" id="hd_id3148837" xml-lang="en-US" level="1"><link href="text/simpress/01/06060000.xhp" name="Effects">Animation Pane</link></paragraph>
+<paragraph role="heading" id="hd_id3148837" xml-lang="en-US" level="1"><link href="text/simpress/01/06060000.xhp">Animation Pane</link></paragraph>
<paragraph role="paragraph" id="par_id3144773" xml-lang="en-US"><variable id="effekttext"><ahelp hid=".">Assigns effects to selected objects.</ahelp>
</variable></paragraph>
</section>
diff --git a/source/text/simpress/01/06070000.xhp b/source/text/simpress/01/06070000.xhp
index f2aa0c0bd9..3f6d8a8212 100644
--- a/source/text/simpress/01/06070000.xhp
+++ b/source/text/simpress/01/06070000.xhp
@@ -35,7 +35,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/InteractionPage" id="bm_id3152874" localize="false"/>
<section id="interactionh1">
-<h1 id="hd_id3153246"><link href="text/simpress/01/06070000.xhp" name="Interaction">Interaction</link></h1>
+<h1 id="hd_id3153246"><link href="text/simpress/01/06070000.xhp">Interaction</link></h1>
<paragraph role="paragraph" id="par_id3154762" xml-lang="en-US"><variable id="interaktiontext"><ahelp hid=".uno:AnimationEffects">Defines how the selected object behaves when you click on it during a slide show.</ahelp></variable><comment>UFI: Deleted many paras, see #60550</comment></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/06080000.xhp b/source/text/simpress/01/06080000.xhp
index c34eca1ed9..e635eb2ee1 100644
--- a/source/text/simpress/01/06080000.xhp
+++ b/source/text/simpress/01/06080000.xhp
@@ -60,7 +60,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/presentationdialog/customslideshow_cb" id="bm_id3145239" localize="false"/>
<h3 id="hd_id3147404">Custom Slide Show</h3>
-<paragraph id="par_id3150538" role="paragraph" xml-lang="en-US"><ahelp hid="modules/simpress/ui/presentationdialog/customslideshow_cb">Runs a custom slide show in the order that you defined in <link href="text/simpress/01/06100000.xhp" name="Slide Show - Custom Slide Show"><emph>Slide Show - Custom Slide Show</emph></link>.</ahelp></paragraph>
+<paragraph id="par_id3150538" role="paragraph" xml-lang="en-US"><ahelp hid="modules/simpress/ui/presentationdialog/customslideshow_cb">Runs a custom slide show in the order that you defined in <link href="text/simpress/01/06100000.xhp"><emph>Slide Show - Custom Slide Show</emph></link>.</ahelp></paragraph>
<h2 id="hd_id3150653">Presentation Mode</h2>
<paragraph id="par_id3149354" role="paragraph" xml-lang="en-US">Select the slide show type.</paragraph>
diff --git a/source/text/simpress/01/06100000.xhp b/source/text/simpress/01/06100000.xhp
index eda46db91e..c5e5731adc 100644
--- a/source/text/simpress/01/06100000.xhp
+++ b/source/text/simpress/01/06100000.xhp
@@ -28,7 +28,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:CustomShowDialog" id="bm_id9872314" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/customslideshows/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/customslideshows/CustomSlideShows" id="bm_id3159240" localize="false"/>
- <h1 id="hd_id3154659"><variable id="CustomShow_h1"><link href="text/simpress/01/06100000.xhp" name="CustomShow_link">Custom Slide Shows</link></variable></h1>
+ <h1 id="hd_id3154659"><variable id="CustomShow_h1"><link href="text/simpress/01/06100000.xhp">Custom Slide Shows</link></variable></h1>
<paragraph role="paragraph" id="par_id3149207"><variable id="indipraesent"><ahelp hid=".uno:CustomShowDialog">Defines a custom slide show using slides within the current presentation. You can then pick slides to meet the needs of your audience. You can create as many custom slide shows as you want.</ahelp>
</variable></paragraph>
<section id="howtoget">
@@ -51,11 +51,11 @@
</listitem>
</list>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/customslideshows/new" id="bm_id3153013" localize="false"/>
- <h2 id="hd_id3153808"><link href="text/simpress/01/06100100.xhp" name="New">New</link></h2>
+ <h2 id="hd_id3153808"><link href="text/simpress/01/06100100.xhp">New</link></h2>
<embed href="text/simpress/01/06100100.xhp#neu"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/customslideshows/edit" id="bm_id3147244" localize="false"/>
<h2 id="hd_id3153073">Edit</h2>
- <paragraph role="paragraph" id="par_id3150431"><ahelp hid="modules/simpress/ui/customslideshows/edit"><link href="text/simpress/01/06100100.xhp" name="Add, remove or reorder">Add, remove or reorder</link> slides as well as change the name of the selected custom slide show.</ahelp></paragraph>
+ <paragraph role="paragraph" id="par_id3150431"><ahelp hid="modules/simpress/ui/customslideshows/edit"><link href="text/simpress/01/06100100.xhp">Add, remove or reorder</link> slides as well as change the name of the selected custom slide show.</ahelp></paragraph>
<embed href="text/shared/00/00000001.xhp#delete2"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/customslideshows/copy" id="bm_id3147404" localize="false"/>
<h2 id="hd_id3151393">Copy</h2>
diff --git a/source/text/simpress/01/13050000.xhp b/source/text/simpress/01/13050000.xhp
index f956fecf0e..262593513d 100644
--- a/source/text/simpress/01/13050000.xhp
+++ b/source/text/simpress/01/13050000.xhp
@@ -33,7 +33,7 @@
<section id="convert">
- <paragraph id="hd_id3152596" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/13050000.xhp" name="Convert">Convert</link></paragraph>
+ <paragraph id="hd_id3152596" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/13050000.xhp">Convert</link></paragraph>
<paragraph role="paragraph" id="par_id3151075" xml-lang="en-US">Options for converting the selected object.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/13050100.xhp b/source/text/simpress/01/13050100.xhp
index fd7ec4bd61..1f73e0b3fa 100644
--- a/source/text/simpress/01/13050100.xhp
+++ b/source/text/simpress/01/13050100.xhp
@@ -32,7 +32,7 @@
<body>
<section id="to_curve">
<bookmark xml-lang="en-US" branch="hid/.uno:ChangeBezier" id="bm_id3153771" localize="false"/>
-<paragraph role="heading" id="hd_id3125864" xml-lang="en-US" level="1"><link href="text/simpress/01/13050100.xhp" name="To Curve">To Curve</link></paragraph>
+<paragraph role="heading" id="hd_id3125864" xml-lang="en-US" level="1"><link href="text/simpress/01/13050100.xhp">To Curve</link></paragraph>
<paragraph role="paragraph" id="par_id3147436" xml-lang="en-US"><ahelp hid=".uno:ChangeBezier">Converts the selected object to a Bézier curve.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/13050200.xhp b/source/text/simpress/01/13050200.xhp
index fa772fd9f8..340d7494a5 100644
--- a/source/text/simpress/01/13050200.xhp
+++ b/source/text/simpress/01/13050200.xhp
@@ -31,8 +31,8 @@
<bookmark xml-lang="en-US" branch="hid/.uno:ChangePolygon" id="bm_id5748041" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sdraw/ui/vectorize/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sdraw/ui/vectorize/VectorizeDialog" id="bm_id3147435" localize="false"/>
-<h1 id="hd_id3152578"><link href="text/simpress/01/13050200.xhp" name="To Polygon">To Polygon</link></h1>
-<paragraph role="paragraph" id="par_id3145252" xml-lang="en-US"><ahelp hid=".uno:ChangePolygon">Converts the selected object to a polygon (a closed object bounded by straight lines).</ahelp> The appearance of the object does not change. If you want, you can right-click and choose <link href="text/shared/main0227.xhp" name="Edit Points"><emph>Edit Points</emph></link> to view the changes.</paragraph>
+<h1 id="hd_id3152578"><link href="text/simpress/01/13050200.xhp">To Polygon</link></h1>
+<paragraph role="paragraph" id="par_id3145252" xml-lang="en-US"><ahelp hid=".uno:ChangePolygon">Converts the selected object to a polygon (a closed object bounded by straight lines).</ahelp> The appearance of the object does not change. If you want, you can right-click and choose <link href="text/shared/main0227.xhp"><emph>Edit Points</emph></link> to view the changes.</paragraph>
</section>
<section id="howtoget">
<embed href="text/simpress/00/00000413.xhp#to_polygon"/>
diff --git a/source/text/simpress/01/13050300.xhp b/source/text/simpress/01/13050300.xhp
index 68e6ebf4e8..35e747ba22 100644
--- a/source/text/simpress/01/13050300.xhp
+++ b/source/text/simpress/01/13050300.xhp
@@ -31,7 +31,7 @@
<body>
<section id="in3d">
<bookmark xml-lang="en-US" branch="hid/.uno:ConvertInto3D" id="bm_id3155602" localize="false"/>
-<paragraph role="heading" id="hd_id3154017" xml-lang="en-US" level="1"><link href="text/simpress/01/13050300.xhp" name="Convert to 3D">Convert to 3D</link></paragraph>
+<paragraph role="heading" id="hd_id3154017" xml-lang="en-US" level="1"><link href="text/simpress/01/13050300.xhp">Convert to 3D</link></paragraph>
<paragraph role="paragraph" id="par_id3155066" xml-lang="en-US"><ahelp hid=".uno:ConvertInto3D">Converts the selected object to a three-dimensional (3D) object.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -51,6 +51,6 @@
<paragraph role="tip" id="par_id3146965" xml-lang="en-US">Press F3 to quickly enter a group and <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F3</keycode> to leave the group.</paragraph>
<paragraph role="paragraph" id="par_id3145114" xml-lang="en-US">You can also convert bitmap images and vector graphics, including clipart, to 3D objects. $[officename] treats bitmaps as rectangles and vector graphics as a group of polygons when converting to 3D.</paragraph>
<paragraph role="paragraph" id="par_id3149876" xml-lang="en-US">Even drawing objects that contain text can be converted.</paragraph>
-<paragraph role="paragraph" id="par_id3153960" xml-lang="en-US">If you want, you can also apply a <link href="text/shared/01/05350000.xhp" name="3D Effect">3D Effect</link> to the converted object.</paragraph>
+<paragraph role="paragraph" id="par_id3153960" xml-lang="en-US">If you want, you can also apply a <link href="text/shared/01/05350000.xhp">3D Effect</link> to the converted object.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/simpress/01/13050400.xhp b/source/text/simpress/01/13050400.xhp
index 30175485db..8e1e75dd30 100644
--- a/source/text/simpress/01/13050400.xhp
+++ b/source/text/simpress/01/13050400.xhp
@@ -32,7 +32,7 @@
<body>
<section id="rotation">
<bookmark xml-lang="en-US" branch="hid/.uno:ConvertInto3DLatheFast" id="bm_id3149379" localize="false"/>
-<paragraph role="heading" id="hd_id3146974" xml-lang="en-US" level="1"><link href="text/simpress/01/13050400.xhp" name="Convert to 3D Rotation Object">Convert to 3D Rotation Object</link></paragraph>
+<paragraph role="heading" id="hd_id3146974" xml-lang="en-US" level="1"><link href="text/simpress/01/13050400.xhp">Convert to 3D Rotation Object</link></paragraph>
<paragraph role="paragraph" id="par_id3150717" xml-lang="en-US"><ahelp hid=".uno:ConvertInto3DLatheFast">Creates a three-dimensional shape by rotating the selected object around its vertical axis.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/13050500.xhp b/source/text/simpress/01/13050500.xhp
index efb6a56f22..ab1738948b 100644
--- a/source/text/simpress/01/13050500.xhp
+++ b/source/text/simpress/01/13050500.xhp
@@ -35,10 +35,10 @@
<bookmark_value>bitmaps; converting to</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ConvertIntoBitmap" id="bm_id3159155" localize="false"/>
-<paragraph role="heading" id="hd_id3153142" xml-lang="en-US" level="1"><link href="text/simpress/01/13050500.xhp" name="To Bitmap">To Bitmap</link></paragraph>
+<paragraph role="heading" id="hd_id3153142" xml-lang="en-US" level="1"><link href="text/simpress/01/13050500.xhp">To Bitmap</link></paragraph>
<paragraph role="paragraph" id="par_id3146975" xml-lang="en-US"><ahelp hid=".uno:ConvertIntoBitmap">Converts the selected object to a bitmap (a grid of pixels that represents an image).</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3149377" xml-lang="en-US">For more information, see the <link href="text/shared/00/00000005.xhp" name="Glossary">Glossary</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3149377" xml-lang="en-US">For more information, see the <link href="text/shared/00/00000005.xhp">Glossary</link>.</paragraph>
<section id="howtoget">
<embed href="text/simpress/00/00000413.xhp#bitm"/>
</section>
diff --git a/source/text/simpress/01/13050600.xhp b/source/text/simpress/01/13050600.xhp
index 56bdd88387..4ede143a8e 100644
--- a/source/text/simpress/01/13050600.xhp
+++ b/source/text/simpress/01/13050600.xhp
@@ -35,10 +35,10 @@
<bookmark_value>metafiles; converting to</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ConvertIntoMetaFile" id="bm_id3146976" localize="false"/>
-<paragraph role="heading" id="hd_id3147434" xml-lang="en-US" level="1"><link href="text/simpress/01/13050600.xhp" name="To metafile">To metafile</link></paragraph>
+<paragraph role="heading" id="hd_id3147434" xml-lang="en-US" level="1"><link href="text/simpress/01/13050600.xhp">To metafile</link></paragraph>
<paragraph role="paragraph" id="par_id3154490" xml-lang="en-US"><ahelp hid=".uno:ConvertIntoMetaFile">Converts the selected object to Windows Metafile Format (WMF), containing both bitmap and vector graphic data.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3151075" xml-lang="en-US">For more information on WMF, see the <link href="text/shared/00/00000005.xhp" name="Glossary">Glossary</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3151075" xml-lang="en-US">For more information on WMF, see the <link href="text/shared/00/00000005.xhp">Glossary</link>.</paragraph>
<section id="howtoget">
<embed href="text/simpress/00/00000413.xhp#meta"/>
</section>
diff --git a/source/text/simpress/01/13050700.xhp b/source/text/simpress/01/13050700.xhp
index 501e9ce74f..db047c54b1 100644
--- a/source/text/simpress/01/13050700.xhp
+++ b/source/text/simpress/01/13050700.xhp
@@ -35,7 +35,7 @@
<bookmark_value>contours; converting to</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:convert_to_contour" id="bm_id3152578" localize="false"/>
-<paragraph role="heading" id="hd_id3146119" xml-lang="en-US" level="1"><link href="text/simpress/01/13050700.xhp" name="To Contour">To Contour</link></paragraph>
+<paragraph role="heading" id="hd_id3146119" xml-lang="en-US" level="1"><link href="text/simpress/01/13050700.xhp">To Contour</link></paragraph>
<paragraph role="paragraph" id="par_id3146974" xml-lang="en-US"><ahelp hid=".uno:convert_to_contour">Converts the selected object to a polygon, or a group of polygons.</ahelp> If the conversion creates a group of polygons (for example, when you convert a text object), then press F3 to enter the group before you can select an individual polygon.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/13140000.xhp b/source/text/simpress/01/13140000.xhp
index 7bbe6367a1..2463c3e595 100644
--- a/source/text/simpress/01/13140000.xhp
+++ b/source/text/simpress/01/13140000.xhp
@@ -32,8 +32,8 @@
<body>
<section id="combine">
<bookmark xml-lang="en-US" branch="hid/.uno:Combine" id="bm_id3152597" localize="false"/>
-<paragraph role="heading" id="hd_id3150012" xml-lang="en-US" level="1"><link href="text/simpress/01/13140000.xhp" name="Combine">Combine</link></paragraph>
-<paragraph role="paragraph" id="par_id3146974" xml-lang="en-US"><ahelp hid=".uno:Combine">Combines two or more selected objects into a single shape.</ahelp> Unlike <link href="text/shared/01/05290000.xhp" name="grouping">grouping</link>, a combined object takes on the properties of the lowermost object in the stacking order. You can <link href="text/simpress/01/13150000.xhp" name="split">split</link> apart combined objects, but the original object properties are lost.</paragraph>
+<paragraph role="heading" id="hd_id3150012" xml-lang="en-US" level="1"><link href="text/simpress/01/13140000.xhp">Combine</link></paragraph>
+<paragraph role="paragraph" id="par_id3146974" xml-lang="en-US"><ahelp hid=".uno:Combine">Combines two or more selected objects into a single shape.</ahelp> Unlike <link href="text/shared/01/05290000.xhp">grouping</link>, a combined object takes on the properties of the lowermost object in the stacking order. You can <link href="text/simpress/01/13150000.xhp">split</link> apart combined objects, but the original object properties are lost.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3153876" xml-lang="en-US">When you combine objects, the drawing elements are replaced by Bézier curves and holes appear where the objects overlap.</paragraph>
<section id="howtoget">
diff --git a/source/text/simpress/01/13150000.xhp b/source/text/simpress/01/13150000.xhp
index 3aed627a78..2e1f0b5a72 100644
--- a/source/text/simpress/01/13150000.xhp
+++ b/source/text/simpress/01/13150000.xhp
@@ -35,8 +35,8 @@
<bookmark_value>splitting; combinations</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:Dismantle" id="bm_id3154319" localize="false"/>
-<paragraph role="heading" id="hd_id3150439" xml-lang="en-US" level="1"><link href="text/simpress/01/13150000.xhp" name="Split">Split</link></paragraph>
-<paragraph role="paragraph" id="par_id3147435" xml-lang="en-US"><ahelp hid=".uno:Dismantle">Splits a <link href="text/simpress/01/13140000.xhp" name="combined">combined</link> object into individual objects.</ahelp> The resulting objects have the same line and fill properties as the combined object.</paragraph>
+<paragraph role="heading" id="hd_id3150439" xml-lang="en-US" level="1"><link href="text/simpress/01/13150000.xhp">Split</link></paragraph>
+<paragraph role="paragraph" id="par_id3147435" xml-lang="en-US"><ahelp hid=".uno:Dismantle">Splits a <link href="text/simpress/01/13140000.xhp">combined</link> object into individual objects.</ahelp> The resulting objects have the same line and fill properties as the combined object.</paragraph>
</section>
<section id="howtoget">
<embed href="text/simpress/00/00000413.xhp#split"/>
diff --git a/source/text/simpress/01/13160000.xhp b/source/text/simpress/01/13160000.xhp
index fee6739411..37f1088131 100644
--- a/source/text/simpress/01/13160000.xhp
+++ b/source/text/simpress/01/13160000.xhp
@@ -34,7 +34,7 @@
<section id="connect">
<bookmark branch="hid/.uno:Connect" xml-lang="en-US" id="bm_id3154319" localize="false"/>
-<paragraph id="hd_id3153768" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/13160000.xhp" name="Connect">Connect</link></paragraph>
+<paragraph id="hd_id3153768" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/13160000.xhp">Connect</link></paragraph>
<paragraph role="paragraph" id="par_id3152598" xml-lang="en-US"><ahelp hid=".uno:Connect" visibility="visible">Creates a line or Bézier curve by connecting two or more lines, Bézier curves, or other objects with a line.</ahelp> Closed objects containing a fill are converted to lines and lose their fill.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/13170000.xhp b/source/text/simpress/01/13170000.xhp
index 886965ed84..ed3ab40d8e 100644
--- a/source/text/simpress/01/13170000.xhp
+++ b/source/text/simpress/01/13170000.xhp
@@ -35,7 +35,7 @@
<bookmark_value>breaking object connections</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:Break" id="bm_id3159488" localize="false"/>
-<paragraph role="heading" id="hd_id3150870" xml-lang="en-US" level="1"><link href="text/simpress/01/13170000.xhp" name="Break">Break</link></paragraph>
+<paragraph role="heading" id="hd_id3150870" xml-lang="en-US" level="1"><link href="text/simpress/01/13170000.xhp">Break</link></paragraph>
<paragraph role="paragraph" id="par_id3156441" xml-lang="en-US"><ahelp hid=".uno:Break">Breaks apart lines joined with the <emph>Connect</emph> command.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3153726" xml-lang="en-US">You cannot apply a fill to closed shapes that have been broken apart with this command. </paragraph>
diff --git a/source/text/simpress/01/13180000.xhp b/source/text/simpress/01/13180000.xhp
index bf73f92a12..b33c4fb8ff 100644
--- a/source/text/simpress/01/13180000.xhp
+++ b/source/text/simpress/01/13180000.xhp
@@ -33,7 +33,7 @@
<section id="shapes">
- <paragraph id="hd_id3154319" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/13180000.xhp" name="Shapes">Shapes</link></paragraph>
+ <paragraph id="hd_id3154319" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/13180000.xhp">Shapes</link></paragraph>
<paragraph role="paragraph" id="par_id3147435" xml-lang="en-US">Creates a shape from two or more selected objects.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/13180100.xhp b/source/text/simpress/01/13180100.xhp
index 0858919a11..9f9ccb2a6a 100644
--- a/source/text/simpress/01/13180100.xhp
+++ b/source/text/simpress/01/13180100.xhp
@@ -34,7 +34,7 @@
<section id="merge">
<bookmark branch="hid/.uno:Merge" xml-lang="en-US" id="bm_id3150441" localize="false"/>
-<paragraph id="hd_id3150870" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/13180100.xhp" name="Merge">Merge</link></paragraph>
+<paragraph id="hd_id3150870" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/13180100.xhp">Merge</link></paragraph>
<paragraph role="paragraph" id="par_id3150012" xml-lang="en-US"><ahelp hid=".uno:Merge" visibility="visible">Adds the area of the selected objects to the area of the lowermost object in the selection. This command is best used with overlapping objects.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/13180200.xhp b/source/text/simpress/01/13180200.xhp
index 82640fe679..d3f1da0a16 100644
--- a/source/text/simpress/01/13180200.xhp
+++ b/source/text/simpress/01/13180200.xhp
@@ -34,7 +34,7 @@
<section id="sub">
<bookmark branch="hid/.uno:Substract" xml-lang="en-US" id="bm_id3150010" localize="false"/>
-<paragraph id="hd_id3150439" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/13180200.xhp" name="Subtract">Subtract</link></paragraph>
+<paragraph id="hd_id3150439" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/13180200.xhp">Subtract</link></paragraph>
<paragraph role="paragraph" id="par_id3152596" xml-lang="en-US"><ahelp hid=".uno:Substract" visibility="visible">Subtracts the area of the selected objects from the area of the lowermost object.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/13180300.xhp b/source/text/simpress/01/13180300.xhp
index f60c98f9ef..edbe4f392d 100644
--- a/source/text/simpress/01/13180300.xhp
+++ b/source/text/simpress/01/13180300.xhp
@@ -34,7 +34,7 @@
<section id="intersect">
<bookmark branch="hid/.uno:Intersect" xml-lang="en-US" id="bm_id3152578" localize="false"/>
-<paragraph id="hd_id3153768" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/13180300.xhp" name="Intersect">Intersect</link></paragraph>
+<paragraph id="hd_id3153768" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/13180300.xhp">Intersect</link></paragraph>
<paragraph role="paragraph" id="par_id3146975" xml-lang="en-US"><ahelp hid=".uno:Intersect" visibility="visible">Creates a shape from the overlapping area of the selected objects.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/bulletandposition.xhp b/source/text/simpress/01/bulletandposition.xhp
index a5a9b57a51..42a2e87b3e 100644
--- a/source/text/simpress/01/bulletandposition.xhp
+++ b/source/text/simpress/01/bulletandposition.xhp
@@ -29,7 +29,7 @@
<bookmark_value>unordered list;Draw</bookmark_value>
</bookmark>
-<h1 id="hd_id591623253567629"><link href="text/simpress/01/bulletandposition.xhp" name="command_name">Bullet and Position</link></h1>
+<h1 id="hd_id591623253567629"><link href="text/simpress/01/bulletandposition.xhp">Bullet and Position</link></h1>
<paragraph id="par_id401623253567633" role="paragraph" localize="false" xml-lang="en-US"><embedvar href="text/shared/01/06050600.xhp#positioninfo" markup="ignore"/></paragraph>
</section>
diff --git a/source/text/simpress/01/new_slide.xhp b/source/text/simpress/01/new_slide.xhp
index 82f8e28d8f..7e51bd33f7 100644
--- a/source/text/simpress/01/new_slide.xhp
+++ b/source/text/simpress/01/new_slide.xhp
@@ -34,7 +34,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertPage" id="bm_id8576712" localize="false"/>
<section id="newslide">
- <paragraph role="heading" id="hd_id3159155" xml-lang="en-US" level="1"><link href="text/simpress/01/new_slide.xhp" name="New Slide">New Slide</link></paragraph>
+ <paragraph role="heading" id="hd_id3159155" xml-lang="en-US" level="1"><link href="text/simpress/01/new_slide.xhp">New Slide</link></paragraph>
<paragraph role="paragraph" id="par_id3146119" xml-lang="en-US"><variable id="seitetext"><ahelp hid=".uno:InsertPage">Inserts a slide after the currently selected slide.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/remoteconnections.xhp b/source/text/simpress/01/remoteconnections.xhp
index 895da9e368..fb8d3d5169 100644
--- a/source/text/simpress/01/remoteconnections.xhp
+++ b/source/text/simpress/01/remoteconnections.xhp
@@ -23,8 +23,8 @@
<section id="remotedialog">
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/remotedialog/RemoteDialog" id="bm_id271535054237261" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/remotedialog/@@nowidget@@" id="@@nowidget@@" localize="false"/>
- <paragraph id="hd_id671535054437336" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/remoteconnections.xhp" name="remotedialog">Remote Connections</link></paragraph>
- <paragraph id="par_id371535054437338" role="paragraph" xml-lang="en-US"><variable id="remotedialog1"><ahelp hid=".">List all <link href="text/simpress/guide/impress_remote.xhp" name="impressremote"><emph>Impress Remote</emph></link> available connections.</ahelp></variable></paragraph>
+ <paragraph id="hd_id671535054437336" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/remoteconnections.xhp">Remote Connections</link></paragraph>
+ <paragraph id="par_id371535054437338" role="paragraph" xml-lang="en-US"><variable id="remotedialog1"><ahelp hid=".">List all <link href="text/simpress/guide/impress_remote.xhp"><emph>Impress Remote</emph></link> available connections.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
<paragraph role="paragraph" id="par_id591535055142846" xml-lang="en-US">Initially, mark the <emph>Enable remote control</emph> checkbox in <switchinline select="sys">
diff --git a/source/text/simpress/02/04010000.xhp b/source/text/simpress/02/04010000.xhp
index 74ada0301a..a14e062b6c 100644
--- a/source/text/simpress/02/04010000.xhp
+++ b/source/text/simpress/02/04010000.xhp
@@ -32,7 +32,7 @@
<body>
<section id="show_hide_slide">
<bookmark xml-lang="en-US" branch="hid/.uno:HideSlide" id="bm_id4683607" localize="false"/>
-<paragraph role="heading" id="hd_id3147368" xml-lang="en-US" level="1"><link href="text/simpress/02/04010000.xhp" name="Show/Hide Slide">Show/Hide Slide</link><comment>UFI: menu and icon</comment></paragraph>
+<paragraph role="heading" id="hd_id3147368" xml-lang="en-US" level="1"><link href="text/simpress/02/04010000.xhp">Show/Hide Slide</link><comment>UFI: menu and icon</comment></paragraph>
<paragraph role="paragraph" id="par_id3149883" xml-lang="en-US"><ahelp hid=".uno:HideSlide">Hides the selected slide so that it is not displayed during a slide show.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3155434" xml-lang="en-US">The number of a hidden slide is crossed out. To show a hidden slide, choose <emph>Slide Show - Show/Hide Slide</emph> again.</paragraph>
diff --git a/source/text/simpress/02/04020000.xhp b/source/text/simpress/02/04020000.xhp
index 09bfaeddee..02e01d1f53 100644
--- a/source/text/simpress/02/04020000.xhp
+++ b/source/text/simpress/02/04020000.xhp
@@ -32,7 +32,7 @@
<body>
<section id="slides_per_row">
<bookmark xml-lang="en-US" branch="hid/.uno:PagesPerRow" id="bm_id3147436" localize="false"/>
-<paragraph role="heading" id="hd_id3154319" xml-lang="en-US" level="1"><link href="text/simpress/02/04020000.xhp" name="Slides Per Row">Slides Per Row</link></paragraph>
+<paragraph role="heading" id="hd_id3154319" xml-lang="en-US" level="1"><link href="text/simpress/02/04020000.xhp">Slides Per Row</link></paragraph>
<paragraph role="paragraph" id="par_id3154012" xml-lang="en-US"><ahelp hid=".uno:PagesPerRow">Enter the number of slides to display on each row in the Slide Sorter.</ahelp></paragraph>
</section>
</body>
diff --git a/source/text/simpress/02/04030000.xhp b/source/text/simpress/02/04030000.xhp
index 45a626e1e2..f8c0099b65 100644
--- a/source/text/simpress/02/04030000.xhp
+++ b/source/text/simpress/02/04030000.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/.uno:DiaEffect" id="bm_id4184698" localize="false"/>
-<paragraph role="heading" id="hd_id3152598" xml-lang="en-US" level="1"><link href="text/simpress/02/04030000.xhp" name="Slide Effects">Slide Effects</link></paragraph>
+<paragraph role="heading" id="hd_id3152598" xml-lang="en-US" level="1"><link href="text/simpress/02/04030000.xhp">Slide Effects</link></paragraph>
<paragraph role="paragraph" id="par_idN1059C" xml-lang="en-US"><ahelp hid=".">Select the transition effect that appears before the current slide is shown.</ahelp></paragraph>
</body>
</helpdocument>
diff --git a/source/text/simpress/02/04060000.xhp b/source/text/simpress/02/04060000.xhp
index ebeddc7aab..40085caa02 100644
--- a/source/text/simpress/02/04060000.xhp
+++ b/source/text/simpress/02/04060000.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/.uno:DiaTime" id="bm_id160527" localize="false"/>
-<paragraph role="heading" id="hd_id3153188" xml-lang="en-US" level="1"><link href="text/simpress/02/04060000.xhp" name="Time">Time</link></paragraph>
+<paragraph role="heading" id="hd_id3153188" xml-lang="en-US" level="1"><link href="text/simpress/02/04060000.xhp">Time</link></paragraph>
<paragraph role="paragraph" id="par_idN1059C" xml-lang="en-US"><ahelp hid=".">Enter the amount of time before the slide show automatically advances to the next slide.</ahelp> This option is only available for automatic transition.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/simpress/02/04070000.xhp b/source/text/simpress/02/04070000.xhp
index 8e5312f905..f75dd1e975 100644
--- a/source/text/simpress/02/04070000.xhp
+++ b/source/text/simpress/02/04070000.xhp
@@ -33,7 +33,7 @@
<body>
<section id="rehearse_timings">
<bookmark xml-lang="en-US" branch="hid/.uno:RehearseTimings" id="bm_id194363" localize="false"/>
-<paragraph role="heading" id="hd_id3150010" xml-lang="en-US" level="1"><link href="text/simpress/02/04070000.xhp" name="Rehearse Timings">Rehearse Timings</link></paragraph>
+<paragraph role="heading" id="hd_id3150010" xml-lang="en-US" level="1"><link href="text/simpress/02/04070000.xhp">Rehearse Timings</link></paragraph>
<paragraph role="paragraph" id="par_id3154491" xml-lang="en-US"><ahelp hid=".uno:RehearseTimings">Starts a slide show with a timer in the lower left corner.</ahelp></paragraph>
</section>
<section id="syrehearse_timings">
@@ -53,6 +53,6 @@
</section>
<embed href="text/shared/00/00000004.xhp#related"/>
<embed href="text/simpress/guide/rehearse_timings.xhp#rehearse_timings"/>
-<paragraph role="paragraph" id="par_id3152994" xml-lang="en-US"><link href="text/simpress/01/06080000.xhp" name="Slide Show Settings">Slide Show Settings</link></paragraph>
+<paragraph role="paragraph" id="par_id3152994" xml-lang="en-US"><link href="text/simpress/01/06080000.xhp">Slide Show Settings</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/simpress/02/08020000.xhp b/source/text/simpress/02/08020000.xhp
index 1c5566dd0a..c7d3cb62f3 100644
--- a/source/text/simpress/02/08020000.xhp
+++ b/source/text/simpress/02/08020000.xhp
@@ -29,9 +29,9 @@
<body>
<section id="current_size">
<bookmark xml-lang="en-US" branch="hid/.uno:Position" id="bm_id3146119" localize="false"/>
-<paragraph role="heading" id="hd_id3154011" xml-lang="en-US" level="1"><link href="text/simpress/02/08020000.xhp" name="Current Size">Current Size</link></paragraph>
+<paragraph role="heading" id="hd_id3154011" xml-lang="en-US" level="1"><link href="text/simpress/02/08020000.xhp">Current Size</link></paragraph>
<paragraph role="paragraph" id="par_id3154321" xml-lang="en-US"><ahelp hid=".uno:Position">Displays the X and Y position of the cursor and the size of the selected object.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3154510" xml-lang="en-US">This Status bar field uses the same measurement units as the rulers. You can define the units by choosing <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01070500.xhp" name="Presentation - General"><emph>%PRODUCTNAME Impress - General</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3154510" xml-lang="en-US">This Status bar field uses the same measurement units as the rulers. You can define the units by choosing <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01070500.xhp"><emph>%PRODUCTNAME Impress - General</emph></link>.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/simpress/02/08060000.xhp b/source/text/simpress/02/08060000.xhp
index 8b0d1e4a22..fef9d162c5 100644
--- a/source/text/simpress/02/08060000.xhp
+++ b/source/text/simpress/02/08060000.xhp
@@ -33,7 +33,7 @@
<section id="current_slide">
<bookmark branch="hid/.uno:PageStatus" xml-lang="en-US" id="bm_id3146121" localize="false"/>
-<paragraph id="hd_id3159153" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/02/08060000.xhp" name="Current Slide/Level">Current Slide/Level</link></paragraph>
+<paragraph id="hd_id3159153" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/02/08060000.xhp">Current Slide/Level</link></paragraph>
<paragraph xml-lang="en-US" role="paragraph" id="par_id3153190"><ahelp hid=".uno:PageStatus" visibility="visible">Displays the current slide number followed by the total number of slides.</ahelp></paragraph>
</section>
<paragraph role="note" id="par_id3149126" xml-lang="en-US">In Layer Mode, the name of the layer containing the selected object is displayed.</paragraph>
diff --git a/source/text/simpress/02/10020000.xhp b/source/text/simpress/02/10020000.xhp
index 53d5955d84..301b4622bf 100644
--- a/source/text/simpress/02/10020000.xhp
+++ b/source/text/simpress/02/10020000.xhp
@@ -39,7 +39,7 @@
<bookmark_value>hand icon for moving slides</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ZoomToolBox" id="bm_id2780843" localize="false"/>
-<paragraph role="heading" id="hd_id3159153" xml-lang="en-US" level="1"><link href="text/simpress/02/10020000.xhp" name="Zoom">Zoom</link></paragraph>
+<paragraph role="heading" id="hd_id3159153" xml-lang="en-US" level="1"><link href="text/simpress/02/10020000.xhp">Zoom</link></paragraph>
<paragraph role="paragraph" id="par_id3147339" xml-lang="en-US"><ahelp hid=".uno:ZoomToolBox">Reduces or enlarges the screen display of the current document. Click the arrow next to the icon to open the <emph>Zoom</emph> toolbar.</ahelp></paragraph>
</section>
<section id="syzoom">
diff --git a/source/text/simpress/02/10030000.xhp b/source/text/simpress/02/10030000.xhp
index ad9ff692d7..45b6d7412a 100644
--- a/source/text/simpress/02/10030000.xhp
+++ b/source/text/simpress/02/10030000.xhp
@@ -44,7 +44,7 @@
</bookmark><comment>mw made "slanting;..." a one level entry</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:AdvancedMode" id="bm_id7263969" localize="false"/>
<section id="transformations">
-<h1 id="hd_id3147264"><link href="text/simpress/02/10030000.xhp" name="Transformations">Transformations</link></h1>
+<h1 id="hd_id3147264"><link href="text/simpress/02/10030000.xhp">Transformations</link></h1>
<paragraph role="paragraph" id="par_id3153965" xml-lang="en-US"><ahelp hid=".uno:AdvancedMode">Modifies the shape, orientation or fill of the selected object(s).</ahelp></paragraph>
</section>
diff --git a/source/text/simpress/02/10030200.xhp b/source/text/simpress/02/10030200.xhp
index 51ff30e34b..c98972011b 100644
--- a/source/text/simpress/02/10030200.xhp
+++ b/source/text/simpress/02/10030200.xhp
@@ -31,7 +31,7 @@
</bookmark>
<paragraph role="heading" id="hd_id3149948" xml-lang="en-US" level="1"><variable id="gluepointsbar"><link href="text/simpress/02/10030200.xhp">Gluepoints Bar</link>
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3159206" xml-lang="en-US"><ahelp hid=".">Insert or modify the properties of a gluepoint. A gluepoint is a point where you can attach a <link href="text/simpress/02/10100000.xhp" name="connector">connector</link> line. </ahelp> By default, <item type="productname">%PRODUCTNAME</item> automatically places a gluepoint at the center of each side of the bounding rectangle for every object you create.</paragraph>
+<paragraph role="paragraph" id="par_id3159206" xml-lang="en-US"><ahelp hid=".">Insert or modify the properties of a gluepoint. A gluepoint is a point where you can attach a <link href="text/simpress/02/10100000.xhp">connector</link> line. </ahelp> By default, <item type="productname">%PRODUCTNAME</item> automatically places a gluepoint at the center of each side of the bounding rectangle for every object you create.</paragraph>
<section id="howtoget">
<embed href="text/simpress/00/00000402.xhp#gluebar"/>
</section>
diff --git a/source/text/simpress/02/10050000.xhp b/source/text/simpress/02/10050000.xhp
index fd279bb1d3..0e008f6dc3 100644
--- a/source/text/simpress/02/10050000.xhp
+++ b/source/text/simpress/02/10050000.xhp
@@ -36,7 +36,7 @@
<bookmark_value>inserting; callouts in presentations</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:TextToolbox" id="bm_id6874574" localize="false"/>
-<paragraph role="heading" id="hd_id3152994" xml-lang="en-US" level="1"><link href="text/simpress/02/10050000.xhp" name="Text">Text</link></paragraph>
+<paragraph role="heading" id="hd_id3152994" xml-lang="en-US" level="1"><link href="text/simpress/02/10050000.xhp">Text</link></paragraph>
<paragraph role="paragraph" id="par_id3163709" xml-lang="en-US"><ahelp hid=".uno:TextToolbox">The <emph>Text</emph> toolbar contains some icons to enter different types of text boxes.</ahelp></paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/.uno:Text" id="bm_id1949355" localize="false"/>
diff --git a/source/text/simpress/02/10060000.xhp b/source/text/simpress/02/10060000.xhp
index ce1290faff..438181720a 100644
--- a/source/text/simpress/02/10060000.xhp
+++ b/source/text/simpress/02/10060000.xhp
@@ -36,7 +36,7 @@
<bookmark_value>inserting;rectangles</bookmark_value>
</bookmark><comment>mw added "inserting;..." and made "rectangles;..." a one level entry</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:RectangleToolbox" id="bm_id7845893" localize="false"/>
-<paragraph role="heading" id="hd_id3159204" xml-lang="en-US" level="1"><link href="text/simpress/02/10060000.xhp" name="Rectangles">Rectangles</link></paragraph>
+<paragraph role="heading" id="hd_id3159204" xml-lang="en-US" level="1"><link href="text/simpress/02/10060000.xhp">Rectangles</link></paragraph>
<paragraph role="paragraph" id="par_id3145112" xml-lang="en-US"><ahelp hid=".uno:RectangleToolbox">Using Customize Toolbar, you can add the <emph>Legacy Rectangles</emph> toolbar.</ahelp></paragraph>
<embed href="text/shared/guide/round_corner.xhp#round_corner"/>
<paragraph role="heading" id="hd_id3150396" xml-lang="en-US" level="2">Rectangle</paragraph>
diff --git a/source/text/simpress/02/10070000.xhp b/source/text/simpress/02/10070000.xhp
index ae6b4fcd60..41947264b1 100644
--- a/source/text/simpress/02/10070000.xhp
+++ b/source/text/simpress/02/10070000.xhp
@@ -36,7 +36,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3148841"><bookmark_value>inserting; ellipses</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:EllipseToolbox" id="bm_id3718633" localize="false"/>
-<paragraph role="heading" id="hd_id3148841" xml-lang="en-US" level="1"><link href="text/simpress/02/10070000.xhp" name="Ellipse">Ellipse</link></paragraph>
+<paragraph role="heading" id="hd_id3148841" xml-lang="en-US" level="1"><link href="text/simpress/02/10070000.xhp">Ellipse</link></paragraph>
<paragraph role="paragraph" id="par_id3153248" xml-lang="en-US"><ahelp hid=".uno:EllipseToolbox">Using Customize Toolbar, you can add the Ellipse icon which opens the <emph>Legacy Circles and Ovals</emph> toolbar.</ahelp><comment>i60204</comment></paragraph>
</section>
<paragraph role="heading" id="hd_id3154762" xml-lang="en-US" level="2">Ellipse</paragraph>
diff --git a/source/text/simpress/02/10080000.xhp b/source/text/simpress/02/10080000.xhp
index fe48a8e973..fb338448be 100644
--- a/source/text/simpress/02/10080000.xhp
+++ b/source/text/simpress/02/10080000.xhp
@@ -40,7 +40,7 @@
<paragraph role="paragraph" id="par_id3149050" xml-lang="en-US" localize="false"/>
<section id="curve">
<bookmark xml-lang="en-US" branch="hid/.uno:LineToolbox" id="bm_id3145114" localize="false"/>
-<paragraph role="heading" id="hd_id3149875" xml-lang="en-US" level="1"><link href="text/simpress/02/10080000.xhp" name="Curve">Curve</link></paragraph>
+<paragraph role="heading" id="hd_id3149875" xml-lang="en-US" level="1"><link href="text/simpress/02/10080000.xhp">Curve</link></paragraph>
<paragraph role="paragraph" id="par_id3147301" xml-lang="en-US"><ahelp hid=".uno:LineToolbox">The Curve icon on the Drawing bar opens the <emph>Lines</emph> toolbar, where you can add lines and shapes to the current slide.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3157873" xml-lang="en-US">If you hold the Shift key down, the movement of the mouse is limited to multiples of 45 degrees. If you hold down the <switchinline select="sys"><caseinline select="MAC">Options</caseinline><defaultinline>Alt</defaultinline></switchinline> key, the new point will not be connected to the last point. This allows you to create objects that consist of curves that are not connected together. If you draw a smaller object while holding down the <switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key into a larger object that you have not closed yet, the smaller object is subtracted from the larger one, thus appearing as a hole in the larger one.</paragraph>
diff --git a/source/text/simpress/02/10090000.xhp b/source/text/simpress/02/10090000.xhp
index 37ce7df756..450566f700 100644
--- a/source/text/simpress/02/10090000.xhp
+++ b/source/text/simpress/02/10090000.xhp
@@ -43,7 +43,7 @@
<paragraph role="paragraph" id="par_id3150208" xml-lang="en-US" localize="false"/>
<section id="objects">
<bookmark xml-lang="en-US" branch="hid/.uno:Objects3DToolbox" id="bm_id3152994" localize="false"/>
-<paragraph role="heading" id="hd_id3159238" xml-lang="en-US" level="1"><link href="text/simpress/02/10090000.xhp" name="3D Objects">3D Objects</link></paragraph>
+<paragraph role="heading" id="hd_id3159238" xml-lang="en-US" level="1"><link href="text/simpress/02/10090000.xhp">3D Objects</link></paragraph>
<paragraph role="paragraph" id="par_id3152900" xml-lang="en-US"><ahelp hid=".uno:Objects3DToolbox">Opens the <emph>3D Objects</emph> toolbar. The objects are three dimensional, with depth, illumination, and reflection.</ahelp> Each inserted object initially forms a 3D scene. You can press F3 to enter the scene. For these 3D objects, you can open the 3D Effects dialog to edit the properties.</paragraph>
</section>
<section id="syobjects">
@@ -128,7 +128,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:Cyramid" id="bm_id3145419" localize="false"/>
<paragraph role="heading" id="hd_id3158408" xml-lang="en-US" level="2">Pyramid</paragraph>
-<paragraph role="paragraph" id="par_id3147511" xml-lang="en-US"><ahelp hid=".uno:Cyramid">Draws a pyramid with a square base where you drag in the slide. To draw a pyramid with a rectangular base, hold down Shift while you drag. To define a different polygon for the base of the pyramid, open the <emph>3D Effects </emph>dialog and click the <link href="text/shared/01/05350200.xhp" name="Geometry"><emph>Geometry</emph></link> tab. In the <emph>Segments</emph> area, enter the number of sides for the polygon in the box labeled <emph>Horizontal</emph>, and then click the green checkmark.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3147511" xml-lang="en-US"><ahelp hid=".uno:Cyramid">Draws a pyramid with a square base where you drag in the slide. To draw a pyramid with a rectangular base, hold down Shift while you drag. To define a different polygon for the base of the pyramid, open the <emph>3D Effects </emph>dialog and click the <link href="text/shared/01/05350200.xhp"><emph>Geometry</emph></link> tab. In the <emph>Segments</emph> area, enter the number of sides for the polygon in the box labeled <emph>Horizontal</emph>, and then click the green checkmark.</ahelp></paragraph>
<table id="tbl_id3154280">
<tablerow>
<tablecell colspan="" rowspan="">
diff --git a/source/text/simpress/02/10100000.xhp b/source/text/simpress/02/10100000.xhp
index fc5d706000..7d394b2538 100644
--- a/source/text/simpress/02/10100000.xhp
+++ b/source/text/simpress/02/10100000.xhp
@@ -29,7 +29,7 @@
<body>
<section id="connectors">
<bookmark xml-lang="en-US" branch="hid/.uno:ConnectorToolbox" id="bm_id6113909" localize="false"/>
-<paragraph role="heading" id="hd_id3149664" xml-lang="en-US" level="1"><link href="text/simpress/02/10100000.xhp" name="Connectors">Connectors</link></paragraph>
+<paragraph role="heading" id="hd_id3149664" xml-lang="en-US" level="1"><link href="text/simpress/02/10100000.xhp">Connectors</link></paragraph>
<table id="tbl_id3154512">
<tablerow>
<tablecell>
@@ -61,7 +61,7 @@
</listitem>
</list>
-<paragraph role="paragraph" id="par_id3148604" xml-lang="en-US">When you click a connector and move your mouse pointer over a filled object, or the edge of an unfilled object, gluepoints appear. A gluepoint is a fixed point where you can attach a connector line. You can add custom <link href="text/simpress/02/10030200.xhp" name="gluepoint">gluepoints</link> to an object.</paragraph>
+<paragraph role="paragraph" id="par_id3148604" xml-lang="en-US">When you click a connector and move your mouse pointer over a filled object, or the edge of an unfilled object, gluepoints appear. A gluepoint is a fixed point where you can attach a connector line. You can add custom <link href="text/simpress/02/10030200.xhp">gluepoints</link> to an object.</paragraph>
<paragraph role="paragraph" id="par_id3154762" xml-lang="en-US">To draw a connector line, click a gluepoint on an object, drag to a gluepoint on another object, and then release. You can also drag to an empty part of you document and click. The unattached end of the connector is locked in place, until you drag the end to a different location. To detach a connector, drag either end of the connector line to a different location.</paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:Connector" id="bm_id9771135" localize="false"/>
<paragraph role="heading" id="hd_id3147297" xml-lang="en-US" level="2">Connector</paragraph>
diff --git a/source/text/simpress/02/10110000.xhp b/source/text/simpress/02/10110000.xhp
index 0c36f287b8..f2242b9321 100644
--- a/source/text/simpress/02/10110000.xhp
+++ b/source/text/simpress/02/10110000.xhp
@@ -26,7 +26,7 @@
<body>
<section id="insert">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertToolbox" id="bm_id3192356" localize="false"/>
-<h1 id="hd_id3149945"><link href="text/simpress/02/10110000.xhp" name="Insert">Insert</link></h1>
+<h1 id="hd_id3149945"><link href="text/simpress/02/10110000.xhp">Insert</link></h1>
</section>
<section id="syinsert">
<table id="tbl_id3153251">
@@ -43,30 +43,30 @@
</table>
</section>
<paragraph role="paragraph" id="par_id3147401" xml-lang="en-US"><ahelp hid=".uno:InsertToolbox">Open the <emph>Insert</emph> toolbar, where you can add objects, including charts, spreadsheets, and images, to your document.</ahelp></paragraph>
-<h2 id="hd_id3149028"><link href="text/simpress/01/new_slide.xhp" name="Slide">Slide</link></h2>
+<h2 id="hd_id3149028"><link href="text/simpress/01/new_slide.xhp">Slide</link></h2>
<embed href="text/simpress/01/new_slide.xhp#seitetext"/>
<embed href="text/simpress/00/slide_menu.xhp#insertslide"/>
-<h2 id="hd_id3154558"><link href="text/shared/01/04160500.xhp" name="Floating Frame">Floating Frame</link></h2>
+<h2 id="hd_id3154558"><link href="text/shared/01/04160500.xhp">Floating Frame</link></h2>
<embed href="text/shared/01/04160500.xhp#frameeinfuegentext"/>
<embed href="text/shared/00/00000404.xhp#syframe"/>
<embed href="text/simpress/01/04110100.xhp#insertslidepageobject"/>
<embed href="text/simpress/00/00000404.xhp#syfile"/>
-<h2 id="hd_id3150567"><link href="text/simpress/01/04080100.xhp" name="Spreadsheet">Spreadsheet</link></h2>
+<h2 id="hd_id3150567"><link href="text/simpress/01/04080100.xhp">Spreadsheet</link></h2>
<embed href="text/simpress/01/04080100.xhp#tabelletext"/>
<embed href="text/simpress/00/00000404.xhp#syinsert_table"/>
-<h2 id="hd_id3155986"><link href="text/shared/01/04140000.xhp" name="From File">From File</link></h2>
+<h2 id="hd_id3155986"><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"/>
<embed href="text/shared/01/moviesound.xhp#moviesound"/>
<embed href="text/shared/00/00000404.xhp#symoviesound"/>
-<h2 id="hd_id3145826"><link href="text/shared/01/04160300.xhp" name="Formula">Formula</link></h2>
+<h2 id="hd_id3145826"><link href="text/shared/01/04160300.xhp">Formula</link></h2>
<embed href="text/shared/01/04160300.xhp#starmath"/>
<embed href="text/shared/00/00000404.xhp#systarmath"/>
<h2 id="hd_id3157904"><link href="text/shared/guide/chart_insert.xhp">Chart</link></h2>
<embed href="text/shared/00/00000404.xhp#systarchart"/>
-<h2 id="hd_id3153004"><link href="text/shared/01/04150100.xhp" name="OLE Object">OLE Object</link></h2>
+<h2 id="hd_id3153004"><link href="text/shared/01/04150100.xhp">OLE Object</link></h2>
<embed href="text/shared/01/04150100.xhp#ole"/>
<embed href="text/shared/00/00000404.xhp#syole"/>
</body>
diff --git a/source/text/simpress/02/10120000.xhp b/source/text/simpress/02/10120000.xhp
index c34eb8b46f..8c0356f8e0 100644
--- a/source/text/simpress/02/10120000.xhp
+++ b/source/text/simpress/02/10120000.xhp
@@ -35,7 +35,7 @@
<bookmark_value>dimension lines; drawing</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ArrowsToolbox" id="bm_id4119521" localize="false"/>
-<paragraph role="heading" id="hd_id3145799" xml-lang="en-US" level="1"><link href="text/simpress/02/10120000.xhp" name="Arrows">Arrows</link></paragraph>
+<paragraph role="heading" id="hd_id3145799" xml-lang="en-US" level="1"><link href="text/simpress/02/10120000.xhp">Arrows</link></paragraph>
<paragraph role="paragraph" id="par_id3145790" xml-lang="en-US"><ahelp hid=".uno:ArrowsToolbox">Open the <emph>Arrows</emph> toolbar, where you can add straight lines, lines with arrows, and dimension lines to the current slide or page.</ahelp></paragraph>
<paragraph role="tip" id="par_idN1071F" xml-lang="en-US">If you want, you can add an arrow after you draw a line by choosing Format - Line, and then selecting an arrow style from the Style box.</paragraph>
<paragraph role="heading" id="hd_id3153811" xml-lang="en-US" level="2">Line</paragraph>
@@ -162,7 +162,7 @@
<paragraph role="paragraph" id="par_id3146124" xml-lang="en-US"><ahelp hid=".uno:MeasureLine">Draws a line that displays the dimension length bounded by guides.</ahelp> Dimension lines automatically calculate and display linear dimensions. To draw a dimension line, open the <emph>Arrows</emph> toolbar, and click the <emph>Dimension Line</emph> icon. Move your pointer to where you want the line to start and drag to draw the dimension line. Release when finished.</paragraph>
<paragraph role="tip" id="par_id3148407" xml-lang="en-US">If you want the dimension line to be the same length as the side of a nearby object, hold down the <switchinline select="sys"><caseinline select="MAC">Command
</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while dragging. To constrain the dimension line to 45 degrees, hold down the Shift key while dragging.</paragraph>
-<paragraph role="paragraph" id="par_id3148986" xml-lang="en-US">In %PRODUCTNAME Draw, a dimension line is always inserted on the <link href="text/sdraw/guide/layer_tipps.xhp" name="layer">layer</link> called <emph>Dimension Lines</emph>. If you set that layer to invisible, you will not see any dimension line in your drawing.</paragraph>
+<paragraph role="paragraph" id="par_id3148986" xml-lang="en-US">In %PRODUCTNAME Draw, a dimension line is always inserted on the <link href="text/sdraw/guide/layer_tipps.xhp">layer</link> called <emph>Dimension Lines</emph>. If you set that layer to invisible, you will not see any dimension line in your drawing.</paragraph>
<section id="sydimension_line">
<table id="tbl_id3143281">
<tablerow>
diff --git a/source/text/simpress/02/11060000.xhp b/source/text/simpress/02/11060000.xhp
index a93fa2b4dd..3f9a31c67d 100644
--- a/source/text/simpress/02/11060000.xhp
+++ b/source/text/simpress/02/11060000.xhp
@@ -30,8 +30,8 @@
<section id="first_level">
<bookmark branch="index" xml-lang="en-US" id="bm_id3153142"><bookmark_value>levels; hiding</bookmark_value><bookmark_value>hiding; levels</bookmark_value></bookmark>
<bookmark branch="hid/.uno:OutlineCollapseAll" xml-lang="en-US" id="bm_id3153191" localize="false"/>
-<h1 id="hd_id3153142"><link href="text/simpress/02/11060000.xhp" name="First Level">Show Only First Level</link></h1>
- <paragraph role="paragraph" id="par_id3151076" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:OutlineCollapseAll">Hides all of the headings of the slides in the current slide show except for the titles of the slides. Hidden headings are indicated by a black line in front of a slide title. To show the headings, click the <link href="text/simpress/02/11070000.xhp" name="All Levels"><menuitem>Show All Levels</menuitem></link> icon.</ahelp></paragraph>
+<h1 id="hd_id3153142"><link href="text/simpress/02/11060000.xhp">Show Only First Level</link></h1>
+ <paragraph role="paragraph" id="par_id3151076" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:OutlineCollapseAll">Hides all of the headings of the slides in the current slide show except for the titles of the slides. Hidden headings are indicated by a black line in front of a slide title. To show the headings, click the <link href="text/simpress/02/11070000.xhp"><menuitem>Show All Levels</menuitem></link> icon.</ahelp></paragraph>
</section>
<section id="syfirst_level">
<table id="tbl_id3155443">
diff --git a/source/text/simpress/02/11070000.xhp b/source/text/simpress/02/11070000.xhp
index f9a8bd73ed..8ace85fbef 100644
--- a/source/text/simpress/02/11070000.xhp
+++ b/source/text/simpress/02/11070000.xhp
@@ -30,8 +30,8 @@
<section id="all_levels">
<bookmark branch="index" xml-lang="en-US" id="bm_id3153728"><bookmark_value>levels; showing</bookmark_value><bookmark_value>showing; levels</bookmark_value></bookmark>
<bookmark branch="hid/.uno:OutlineExpandAll" xml-lang="en-US" id="bm_id3146121" localize="false"/>
-<h1 id="hd_id3153728"><link href="text/simpress/02/11070000.xhp" name="All Levels">Show All Levels</link></h1>
- <paragraph role="paragraph" id="par_id3154492" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:OutlineExpandAll">Displays the hidden headings of the slides in the current slide show. To hide all of the headings in the current slide show, except for the slide titles, click the <link href="text/simpress/02/11060000.xhp" name="First Level"><menuitem>Show Only First Level</menuitem></link> icon.</ahelp></paragraph>
+<h1 id="hd_id3153728"><link href="text/simpress/02/11070000.xhp">Show All Levels</link></h1>
+ <paragraph role="paragraph" id="par_id3154492" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:OutlineExpandAll">Displays the hidden headings of the slides in the current slide show. To hide all of the headings in the current slide show, except for the slide titles, click the <link href="text/simpress/02/11060000.xhp"><menuitem>Show Only First Level</menuitem></link> icon.</ahelp></paragraph>
</section>
<section id="syall_levels">
<table id="tbl_id3149018">
diff --git a/source/text/simpress/02/11080000.xhp b/source/text/simpress/02/11080000.xhp
index 9510d0ad37..ce4235b67d 100644
--- a/source/text/simpress/02/11080000.xhp
+++ b/source/text/simpress/02/11080000.xhp
@@ -32,8 +32,8 @@
<section id="hide_subpoints">
<bookmark branch="index" xml-lang="en-US" id="bm_id3146119"><bookmark_value>subpoints; hiding</bookmark_value><bookmark_value>hiding; subpoints</bookmark_value></bookmark>
<bookmark branch="hid/.uno:OutlineCollapse" xml-lang="en-US" id="bm_id3154014" localize="false"/>
-<h1 id="hd_id3146119"><link href="text/simpress/02/11080000.xhp" name="Hide Subpoints">Hide Subpoints</link> </h1>
- <paragraph role="paragraph" id="par_id3154490" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:OutlineCollapse">Hides the subheadings of a selected heading. Hidden subheadings are indicated by a black line in front of a heading. To show the lower level headings, click the <link href="text/simpress/02/11090000.xhp" name="Show Subpoints"><emph>Show Subpoints</emph></link> icon.</ahelp></paragraph>
+<h1 id="hd_id3146119"><link href="text/simpress/02/11080000.xhp">Hide Subpoints</link> </h1>
+ <paragraph role="paragraph" id="par_id3154490" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:OutlineCollapse">Hides the subheadings of a selected heading. Hidden subheadings are indicated by a black line in front of a heading. To show the lower level headings, click the <link href="text/simpress/02/11090000.xhp"><emph>Show Subpoints</emph></link> icon.</ahelp></paragraph>
</section>
<section id="syhide_subpoints">
<table id="tbl_id3153714">
diff --git a/source/text/simpress/02/11090000.xhp b/source/text/simpress/02/11090000.xhp
index 48aacc42bf..990be2444e 100644
--- a/source/text/simpress/02/11090000.xhp
+++ b/source/text/simpress/02/11090000.xhp
@@ -32,8 +32,8 @@
<section id="show_subpoints">
<bookmark branch="index" xml-lang="en-US" id="bm_id3153144"><bookmark_value>subpoints; showing</bookmark_value><bookmark_value>showing; subpoints</bookmark_value></bookmark>
<bookmark branch="hid/.uno:OutlineExpand" xml-lang="en-US" id="bm_id3153191" localize="false"/>
-<h1 id="hd_id3153144"><link href="text/simpress/02/11090000.xhp" name="Show Subpoints">Show Subpoints</link> </h1>
- <paragraph role="paragraph" id="par_id3154510" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:OutlineExpand">Displays the hidden subheadings of a selected heading. To hide the subheadings of a selected heading, click <link href="text/simpress/02/11080000.xhp" name="Hide Subpoints"><emph>Hide Subpoints</emph></link> icon.</ahelp></paragraph>
+<h1 id="hd_id3153144"><link href="text/simpress/02/11090000.xhp">Show Subpoints</link> </h1>
+ <paragraph role="paragraph" id="par_id3154510" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:OutlineExpand">Displays the hidden subheadings of a selected heading. To hide the subheadings of a selected heading, click <link href="text/simpress/02/11080000.xhp"><emph>Hide Subpoints</emph></link> icon.</ahelp></paragraph>
</section>
<section id="syshow_subpoints">
<table id="tbl_id3155443">
diff --git a/source/text/simpress/02/11100000.xhp b/source/text/simpress/02/11100000.xhp
index 8d76c03217..334d4fa19c 100644
--- a/source/text/simpress/02/11100000.xhp
+++ b/source/text/simpress/02/11100000.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3150012"><bookmark_value>formatting;slides headings</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:OutlineFormat" id="bm_id3149667" localize="false"/>
-<h1 id="hd_id3150012" xml-lang="en-US"><link href="text/simpress/02/11100000.xhp" name="Formatting On/Off">Show Formatting</link></h1>
+<h1 id="hd_id3150012" xml-lang="en-US"><link href="text/simpress/02/11100000.xhp">Show Formatting</link></h1>
<paragraph role="paragraph" id="par_id3151073" xml-lang="en-US"><ahelp hid=".uno:OutlineFormat">Shows or hides the character formatting of the slide headings. To change the character formatting of a heading, open the <emph>Styles</emph> window, right-click a style, and then choose <emph>Modify</emph>.</ahelp></paragraph>
</section>
<section id="syformatting">
diff --git a/source/text/simpress/02/11110000.xhp b/source/text/simpress/02/11110000.xhp
index c1999e4363..43a2835134 100644
--- a/source/text/simpress/02/11110000.xhp
+++ b/source/text/simpress/02/11110000.xhp
@@ -33,7 +33,7 @@
<bookmark_value>black and white view</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ColorView" id="bm_id3152598" localize="false"/>
-<h1 id="hd_id3154011" xml-lang="en-US"><link href="text/simpress/02/11110000.xhp" name="Black and White">Black and White</link></h1>
+<h1 id="hd_id3154011" xml-lang="en-US"><link href="text/simpress/02/11110000.xhp">Black and White</link></h1>
<paragraph role="paragraph" id="par_id3145251" xml-lang="en-US"><ahelp hid=".uno:ColorView">Shows your slides in black and white only.</ahelp></paragraph>
</section>
<section id="syblack_and_white">
diff --git a/source/text/simpress/02/13010000.xhp b/source/text/simpress/02/13010000.xhp
index 14fe290377..6b1d1c5ba0 100644
--- a/source/text/simpress/02/13010000.xhp
+++ b/source/text/simpress/02/13010000.xhp
@@ -30,8 +30,8 @@
<bookmark branch="hid/.uno:GlueEditMode" xml-lang="en-US" id="bm_id3150012" localize="false"/>
-<h1 id="hd_id3153144"><link href="text/simpress/02/13010000.xhp" name="Gluepoints">Gluepoints</link></h1>
- <paragraph role="paragraph" id="par_id3146120" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:GlueEditMode">Insert or modify the properties of a gluepoint. A gluepoint is a custom connection point where you can attach a <link href="text/simpress/02/10100000.xhp" name="connector">connector</link> line.</ahelp></paragraph>
+<h1 id="hd_id3153144"><link href="text/simpress/02/13010000.xhp">Gluepoints</link></h1>
+ <paragraph role="paragraph" id="par_id3146120" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:GlueEditMode">Insert or modify the properties of a gluepoint. A gluepoint is a custom connection point where you can attach a <link href="text/simpress/02/10100000.xhp">connector</link> line.</ahelp></paragraph>
<table id="tbl_id3154510">
diff --git a/source/text/simpress/02/13020000.xhp b/source/text/simpress/02/13020000.xhp
index 1a12f03940..efd8790382 100644
--- a/source/text/simpress/02/13020000.xhp
+++ b/source/text/simpress/02/13020000.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id2825428"><bookmark_value>rotation mode</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ClickChangeRotation" id="bm_id3153728" localize="false"/>
-<paragraph role="heading" id="hd_id3149664" xml-lang="en-US" level="1"><link href="text/simpress/02/13020000.xhp" name="Rotation Mode after Clicking Object">Rotation Mode after Clicking Object</link></paragraph>
+<paragraph role="heading" id="hd_id3149664" xml-lang="en-US" level="1"><link href="text/simpress/02/13020000.xhp">Rotation Mode after Clicking Object</link></paragraph>
<paragraph role="paragraph" id="par_id3154320" xml-lang="en-US"><ahelp hid=".uno:ClickChangeRotation">Changes the mouse-click behavior, so that rotation handles appear after you click an object, and then click it again.</ahelp> Drag a handle to rotate the object in the direction you want.</paragraph>
</section>
<section id="syrotation_mode">
diff --git a/source/text/simpress/02/13030000.xhp b/source/text/simpress/02/13030000.xhp
index e99ab972df..0c429d8eeb 100644
--- a/source/text/simpress/02/13030000.xhp
+++ b/source/text/simpress/02/13030000.xhp
@@ -34,7 +34,7 @@
<bookmark_value>effects; preview</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:AnimationMode" id="bm_id3146121" localize="false"/>
-<paragraph role="heading" id="hd_id3149666" xml-lang="en-US" level="1"><link href="text/simpress/02/13030000.xhp" name="Allow Effects">Allow Effects</link></paragraph>
+<paragraph role="heading" id="hd_id3149666" xml-lang="en-US" level="1"><link href="text/simpress/02/13030000.xhp">Allow Effects</link></paragraph>
<paragraph role="paragraph" id="par_id3145251" xml-lang="en-US"><ahelp hid=".uno:AnimationMode">Plays a preview of an animation effect that is assigned to an object, when you click the object in the slide. To select an object for editing, hold down the <switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key when you click.</ahelp></paragraph>
<table id="tbl_id3154756">
<tablerow>
diff --git a/source/text/simpress/02/13040000.xhp b/source/text/simpress/02/13040000.xhp
index 8295ae4346..39a829a87a 100644
--- a/source/text/simpress/02/13040000.xhp
+++ b/source/text/simpress/02/13040000.xhp
@@ -34,7 +34,7 @@
<bookmark_value>allowing; interaction</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ActionMode" id="bm_id3145297" localize="false"/>
-<paragraph role="heading" id="hd_id3148386" xml-lang="en-US" level="1"><link href="text/simpress/02/13040000.xhp" name="Allow Interaction">Allow Interaction</link></paragraph>
+<paragraph role="heading" id="hd_id3148386" xml-lang="en-US" level="1"><link href="text/simpress/02/13040000.xhp">Allow Interaction</link></paragraph>
<paragraph role="paragraph" id="par_id3150266" xml-lang="en-US"><ahelp hid=".uno:ActionMode">Runs a preview of the interaction that is assigned to an object, when you click the object in the slide. To select an object for editing, hold down the <switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key when you click.</ahelp></paragraph>
<table id="tbl_id3155817">
<tablerow>
diff --git a/source/text/simpress/02/13050000.xhp b/source/text/simpress/02/13050000.xhp
index dc3f7d9f0f..79163f4010 100644
--- a/source/text/simpress/02/13050000.xhp
+++ b/source/text/simpress/02/13050000.xhp
@@ -35,7 +35,7 @@
<bookmark_value>showing; guides</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:HelplinesVisible" id="bm_id3153144" localize="false"/>
-<paragraph role="heading" id="hd_id3152596" xml-lang="en-US" level="1"><link href="text/simpress/02/13050000.xhp" name="Show Snap Lines">Show Snap Lines</link></paragraph>
+<paragraph role="heading" id="hd_id3152596" xml-lang="en-US" level="1"><link href="text/simpress/02/13050000.xhp">Show Snap Lines</link></paragraph>
<paragraph role="paragraph" id="par_id3154490" xml-lang="en-US"><ahelp hid=".uno:HelplinesVisible">Shows or hides snap lines so can you align objects on your slide. To remove a snap line, drag it off the slide.</ahelp></paragraph>
</section>
<section id="syshow_snap_lines">
diff --git a/source/text/simpress/02/13060000.xhp b/source/text/simpress/02/13060000.xhp
index 88a86a1c08..91cdb5b8bf 100644
--- a/source/text/simpress/02/13060000.xhp
+++ b/source/text/simpress/02/13060000.xhp
@@ -32,7 +32,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:DoubleClickTextEdit" id="bm_id3147434" localize="false"/>
-<paragraph role="heading" id="hd_id3150010" xml-lang="en-US" level="1"><link href="text/simpress/02/13060000.xhp" name="Double-Click to add Text">Double-Click to add Text</link></paragraph>
+<paragraph role="heading" id="hd_id3150010" xml-lang="en-US" level="1"><link href="text/simpress/02/13060000.xhp">Double-Click to add Text</link></paragraph>
<paragraph role="paragraph" id="par_id3149378" xml-lang="en-US"><ahelp hid=".uno:DoubleClickTextEdit">Changes the mouse-click behavior, so that you can double-click an object to add or edit text.</ahelp></paragraph>
</section>
<section id="sydoubleclick_textedit">
diff --git a/source/text/simpress/02/13090000.xhp b/source/text/simpress/02/13090000.xhp
index bced333af5..00b84e08e7 100644
--- a/source/text/simpress/02/13090000.xhp
+++ b/source/text/simpress/02/13090000.xhp
@@ -32,7 +32,7 @@
<bookmark_value>objects; with attributes</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:SolidCreate" id="bm_id8691281" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3152596" role="heading" level="1"><link href="text/simpress/02/13090000.xhp" name="Create Object with Attributes">Modify Object with Attributes</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3152596" role="heading" level="1"><link href="text/simpress/02/13090000.xhp">Modify Object with Attributes</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3151074" role="paragraph"><ahelp hid=".uno:SolidCreate">If this icon on the <emph>Options</emph> bar is activated, objects are shown with their attributes, but with 50% transparency, while you move or draw them.</ahelp> If this icon is not activated, only a contour is shown while drawing, and the object is shown with all attributes when you release the mouse button.</paragraph>
</section>
<section id="syobject_with_attributes">
diff --git a/source/text/simpress/02/13100000.xhp b/source/text/simpress/02/13100000.xhp
index 29503e686d..3c085f4243 100644
--- a/source/text/simpress/02/13100000.xhp
+++ b/source/text/simpress/02/13100000.xhp
@@ -31,7 +31,7 @@
<section id="exit_all_groups">
<bookmark branch="hid/.uno:LeaveAllGroups" xml-lang="en-US" id="bm_id3159155" localize="false"/>
-<h1 id="hd_id3153188"><link href="text/simpress/02/13100000.xhp" name="Exit all Groups">Exit all Groups</link></h1>
+<h1 id="hd_id3153188"><link href="text/simpress/02/13100000.xhp">Exit all Groups</link></h1>
<paragraph role="paragraph" id="par_id3150011" xml-lang="en-US"><ahelp hid=".uno:LeaveAllGroups" visibility="visible">Exits all groups and returns to normal view.</ahelp></paragraph>
</section>
<section id="syexit_all_groups">
diff --git a/source/text/simpress/02/13140000.xhp b/source/text/simpress/02/13140000.xhp
index 526fa788ef..178d4a5132 100644
--- a/source/text/simpress/02/13140000.xhp
+++ b/source/text/simpress/02/13140000.xhp
@@ -25,7 +25,7 @@
</topic>
</meta>
<body>
-<h1 id="hd_id3153726" xml-lang="en-US"><link href="text/simpress/02/13140000.xhp" name="Snap to Snap Lines">Snap to Snap Guides</link></h1>
+<h1 id="hd_id3153726" xml-lang="en-US"><link href="text/simpress/02/13140000.xhp">Snap to Snap Guides</link></h1>
<embed href="text/shared/optionen/01070300.xhp#anlinie"/>
<section id="sysnap_to_snap_guides">
<table id="tbl_id3145799">
diff --git a/source/text/simpress/02/13150000.xhp b/source/text/simpress/02/13150000.xhp
index ee378dda4b..5a8ca7a992 100644
--- a/source/text/simpress/02/13150000.xhp
+++ b/source/text/simpress/02/13150000.xhp
@@ -29,7 +29,7 @@
<body>
- <h1 id="hd_id3150441"><link href="text/simpress/02/13150000.xhp" name="Snap to Page Margins">Snap to Page Margins</link></h1>
+ <h1 id="hd_id3150441"><link href="text/simpress/02/13150000.xhp">Snap to Page Margins</link></h1>
<embed href="text/shared/optionen/01070300.xhp#seitenrand"/>
<embed href="text/shared/optionen/01070300.xhp#seittext"/>
<section id="sysnap_to_page_margins">
diff --git a/source/text/simpress/02/13160000.xhp b/source/text/simpress/02/13160000.xhp
index 597aaa8f27..2abeea70d1 100644
--- a/source/text/simpress/02/13160000.xhp
+++ b/source/text/simpress/02/13160000.xhp
@@ -24,7 +24,7 @@
</topic>
</meta>
<body>
-<h1 id="hd_id3125865"><link href="text/simpress/02/13160000.xhp" name="Snap to Object Border">Snap to Object Border</link></h1>
+<h1 id="hd_id3125865"><link href="text/simpress/02/13160000.xhp">Snap to Object Border</link></h1>
<embed href="text/shared/optionen/01070300.xhp#rahmen"/>
<embed href="text/shared/optionen/01070300.xhp#rahmtext"/>
<section id="sysnap_to_object_border">
diff --git a/source/text/simpress/02/13170000.xhp b/source/text/simpress/02/13170000.xhp
index 8ae8f49648..8aa525628c 100644
--- a/source/text/simpress/02/13170000.xhp
+++ b/source/text/simpress/02/13170000.xhp
@@ -29,7 +29,7 @@
<body>
- <h1 id="hd_id3150870"><link href="text/simpress/02/13170000.xhp" name="Snap to Object Points">Snap to Object Points</link></h1>
+ <h1 id="hd_id3150870"><link href="text/simpress/02/13170000.xhp">Snap to Object Points</link></h1>
<embed href="text/shared/optionen/01070300.xhp#opunkte"/>
<embed href="text/shared/optionen/01070300.xhp#opunktetext"/>
<section id="sysnap_to_object_points">
diff --git a/source/text/simpress/02/13180000.xhp b/source/text/simpress/02/13180000.xhp
index 8a4dde2933..ae48041fa1 100644
--- a/source/text/simpress/02/13180000.xhp
+++ b/source/text/simpress/02/13180000.xhp
@@ -24,7 +24,7 @@
</topic>
</meta>
<body>
-<h1 id="hd_id3154758"><link href="text/simpress/02/13180000.xhp" name="Allow Quick Editing">Allow Quick Editing</link></h1>
+<h1 id="hd_id3154758"><link href="text/simpress/02/13180000.xhp">Allow Quick Editing</link></h1>
<embed href="text/shared/optionen/01070500.xhp#schnellbearb"/>
<section id="syallow_quick_editing">
<table id="tbl_id3125863">
diff --git a/source/text/simpress/02/13190000.xhp b/source/text/simpress/02/13190000.xhp
index 8aee1a1952..f5ceaed31a 100644
--- a/source/text/simpress/02/13190000.xhp
+++ b/source/text/simpress/02/13190000.xhp
@@ -29,7 +29,7 @@
<body>
- <h1 id="hd_id3150439"><link href="text/simpress/02/13190000.xhp" name="Select Text Area Only">Select Text Area Only</link></h1>
+ <h1 id="hd_id3150439"><link href="text/simpress/02/13190000.xhp">Select Text Area Only</link></h1>
<embed href="text/shared/optionen/01070500.xhp#textbereich"/>
<embed href="text/shared/optionen/01070500.xhp#textbereich2"/>
<section id="syselect_text_area_only">
diff --git a/source/text/simpress/04/01020000.xhp b/source/text/simpress/04/01020000.xhp
index 2d8ba06041..883732a307 100644
--- a/source/text/simpress/04/01020000.xhp
+++ b/source/text/simpress/04/01020000.xhp
@@ -29,10 +29,10 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3150342"><bookmark_value>shortcut keys; in presentations</bookmark_value>
<bookmark_value>presentations; shortcut keys</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3150342" xml-lang="en-US" level="1"><variable id="impress_keys"><link href="text/simpress/04/01020000.xhp" name="Shortcut Keys for $[officename] Impress">Shortcut Keys for $[officename] Impress</link>
+<paragraph role="heading" id="hd_id3150342" xml-lang="en-US" level="1"><variable id="impress_keys"><link href="text/simpress/04/01020000.xhp">Shortcut Keys for $[officename] Impress</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3145791" xml-lang="en-US">The following is a list of shortcut keys for $[officename] Impress.</paragraph>
-<paragraph role="paragraph" id="par_id3154658" xml-lang="en-US">You can also use the <link href="text/shared/04/01010000.xhp" name="general shortcut keys">general shortcut keys</link> in $[officename].</paragraph>
+<paragraph role="paragraph" id="par_id3154658" xml-lang="en-US">You can also use the <link href="text/shared/04/01010000.xhp">general shortcut keys</link> in $[officename].</paragraph>
<embed href="text/shared/00/00000099.xhp#keys"/>
</section>
<paragraph role="heading" id="hd_id3145386" xml-lang="en-US" level="2">Function Keys for $[officename] Impress</paragraph>
@@ -702,7 +702,7 @@
<tablerow>
<tablecell colspan="" rowspan="">
<paragraph role="tablecontent" id="hd_id3154117" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">Command
-</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ drag (with <link href="text/shared/optionen/01070500.xhp" name="Copy when moving">Copy when moving</link> option active)</paragraph>
+</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ drag (with <link href="text/shared/optionen/01070500.xhp">Copy when moving</link> option active)</paragraph>
</tablecell>
<tablecell colspan="" rowspan="">
<paragraph role="tablecontent" id="par_id3150584" xml-lang="en-US">Hold down <switchinline select="sys"><caseinline select="MAC">Command
diff --git a/source/text/simpress/format_submenu_lists.xhp b/source/text/simpress/format_submenu_lists.xhp
index 60fbfa7277..78bbdbdf01 100644
--- a/source/text/simpress/format_submenu_lists.xhp
+++ b/source/text/simpress/format_submenu_lists.xhp
@@ -18,7 +18,7 @@
<body>
<section id="impressformatsubmenulists">
<bookmark id="bm_id341649419524036" xml-lang="en-US" branch="hid/zzzz" localize="false"/>
- <h1 id="hd_id501649419524037"><variable id="h1"><link href="text/simpress/format_submenu_lists.xhp" name="Lists">Lists</link></variable></h1>
+ <h1 id="hd_id501649419524037"><variable id="h1"><link href="text/simpress/format_submenu_lists.xhp">Lists</link></variable></h1>
<paragraph id="par_id291649419524039" role="paragraph" xml-lang="en-US">For the selected paragraphs, adds numbering or bullets, edit the outline levels and move them up or down in the slide.</paragraph>
</section>
<embed href="text/shared/02/06120000.xhp#toggle_bullets"/>
diff --git a/source/text/simpress/guide/3d_create.xhp b/source/text/simpress/guide/3d_create.xhp
index 279c762fa3..650c79142d 100644
--- a/source/text/simpress/guide/3d_create.xhp
+++ b/source/text/simpress/guide/3d_create.xhp
@@ -33,7 +33,7 @@
<bookmark_value>converting; to curves, polygons, 3D</bookmark_value>
<bookmark_value>extrusion objects</bookmark_value>
</bookmark><comment>added 3D scenes, issue 109330</comment>
-<paragraph role="heading" id="hd_id3150207" xml-lang="en-US" level="1"><variable id="3d_create"><link href="text/simpress/guide/3d_create.xhp" name="Converting 2D Objects to Curves, Polygons, and 3D Objects">Converting 2D Objects to Curves, Polygons, and 3D Objects</link>
+<paragraph role="heading" id="hd_id3150207" xml-lang="en-US" level="1"><variable id="3d_create"><link href="text/simpress/guide/3d_create.xhp">Converting 2D Objects to Curves, Polygons, and 3D Objects</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3153914" xml-lang="en-US">You can convert two-dimensional (2D) objects to create different shapes. $[officename] can convert 2D objects to the following object types:</paragraph>
<list type="unordered">
diff --git a/source/text/simpress/guide/animated_gif_create.xhp b/source/text/simpress/guide/animated_gif_create.xhp
index a7a9c441ed..05e94dfe9f 100644
--- a/source/text/simpress/guide/animated_gif_create.xhp
+++ b/source/text/simpress/guide/animated_gif_create.xhp
@@ -34,7 +34,7 @@
<bookmark_value>GIF images; animating</bookmark_value>
<bookmark_value>animated GIFs</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153188" xml-lang="en-US" level="1"><variable id="animated_gif_create"><link href="text/simpress/guide/animated_gif_create.xhp" name="Creating Animated GIF Images">Creating Animated GIF Images</link>
+<paragraph role="heading" id="hd_id3153188" xml-lang="en-US" level="1"><variable id="animated_gif_create"><link href="text/simpress/guide/animated_gif_create.xhp">Creating Animated GIF Images</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3149377" xml-lang="en-US">You can animate drawing objects, text objects, and graphic objects (images) on your slides to make your presentation more interesting. $[officename] Impress provides you with a simple animation editor where you can create animation images (frames) by assembling objects from your slide. The animation effect is achieved by rotating through the static frames that you create.</paragraph>
<paragraph role="tip" id="par_id3154657" xml-lang="en-US">If you create a bitmap animation (animated GIF), you can assign a delay time to each frame, and specify the number of times the animation is played.</paragraph>
diff --git a/source/text/simpress/guide/animated_gif_save.xhp b/source/text/simpress/guide/animated_gif_save.xhp
index b96fe17cef..fa58b31303 100644
--- a/source/text/simpress/guide/animated_gif_save.xhp
+++ b/source/text/simpress/guide/animated_gif_save.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3149666"><bookmark_value>animations; saving as GIFs</bookmark_value>
<bookmark_value>exporting; animations to GIF format</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3149666" xml-lang="en-US" level="1"><variable id="animated_gif_save"><link href="text/simpress/guide/animated_gif_save.xhp" name="Exporting Animations in GIF Format">Exporting Animations in GIF Format</link>
+<paragraph role="heading" id="hd_id3149666" xml-lang="en-US" level="1"><variable id="animated_gif_save"><link href="text/simpress/guide/animated_gif_save.xhp">Exporting Animations in GIF Format</link>
</variable></paragraph>
<list type="ordered">
<listitem>
diff --git a/source/text/simpress/guide/animated_objects.xhp b/source/text/simpress/guide/animated_objects.xhp
index 8044cc5073..b2acf6f23e 100644
--- a/source/text/simpress/guide/animated_objects.xhp
+++ b/source/text/simpress/guide/animated_objects.xhp
@@ -38,7 +38,7 @@
<bookmark_value>custom animation</bookmark_value>
</bookmark>
<comment>MW deleted "applying;"</comment>
- <h1 id="hd_id3150251"><variable id="animated_objects"><link href="text/simpress/guide/animated_objects.xhp" name="Animating Objects in Slides">Animating Objects in Presentation Slides</link>
+ <h1 id="hd_id3150251"><variable id="animated_objects"><link href="text/simpress/guide/animated_objects.xhp">Animating Objects in Presentation Slides</link>
</variable></h1>
<paragraph xml-lang="en-US" id="par_id3150214" role="paragraph">You can apply preset animation effects to objects on your slide. </paragraph>
<h2 id="hd_id3154762">To apply an animation effect to an object: </h2>
diff --git a/source/text/simpress/guide/animated_slidechange.xhp b/source/text/simpress/guide/animated_slidechange.xhp
index b9a726d195..78d8b5a3a2 100644
--- a/source/text/simpress/guide/animated_slidechange.xhp
+++ b/source/text/simpress/guide/animated_slidechange.xhp
@@ -30,7 +30,7 @@
<bookmark_value>transition effects</bookmark_value>
<bookmark_value>deleting; slide transition effects</bookmark_value>
<bookmark_value>effects;animated slide transitions</bookmark_value>
-</bookmark><comment>MW changed "removing;..." to "deleting;..."</comment><h1 id="hd_id3153820"><variable id="animated_slidechange"><link href="text/simpress/guide/animated_slidechange.xhp" name="Animating Slide Transitions">Animating Slide Transitions</link>
+</bookmark><comment>MW changed "removing;..." to "deleting;..."</comment><h1 id="hd_id3153820"><variable id="animated_slidechange"><link href="text/simpress/guide/animated_slidechange.xhp">Animating Slide Transitions</link>
</variable></h1>
<paragraph role="paragraph" id="par_id3150049" xml-lang="en-US">You can apply a special effect that plays when you display a slide.</paragraph>
<h3 id="hd_id3153811">To apply a transition effect to a slide</h3>
@@ -72,7 +72,7 @@
</listitem>
</list>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3149300" xml-lang="en-US"><link href="text/simpress/01/06040000.xhp" name="Slide Transition">Slide Transition</link></paragraph>
+<paragraph role="paragraph" id="par_id3149300" xml-lang="en-US"><link href="text/simpress/01/06040000.xhp">Slide Transition</link></paragraph>
<embed href="text/simpress/guide/animated_objects.xhp#animated_objects"/>
</section>
</body>
diff --git a/source/text/simpress/guide/arrange_slides.xhp b/source/text/simpress/guide/arrange_slides.xhp
index d076ab3186..3adbc32662 100644
--- a/source/text/simpress/guide/arrange_slides.xhp
+++ b/source/text/simpress/guide/arrange_slides.xhp
@@ -33,7 +33,7 @@
<bookmark_value>arranging;slides</bookmark_value>
<bookmark_value>ordering;slides</bookmark_value>
</bookmark>
-<h1 id="hd_id3149499"><variable id="arrange_slides"><link href="text/simpress/guide/arrange_slides.xhp" name="Changing the Slide Order">Changing the Slide Order</link>
+<h1 id="hd_id3149499"><variable id="arrange_slides"><link href="text/simpress/guide/arrange_slides.xhp">Changing the Slide Order</link>
</variable></h1>
<paragraph role="paragraph" id="par_id3151242" xml-lang="en-US">Do one of the following:</paragraph>
<list type="unordered">
@@ -44,7 +44,7 @@
<paragraph role="listitem" id="par_id3153072" xml-lang="en-US">Choose <emph>View - Outline</emph>, select a slide, and then drag the slide to another location.</paragraph>
</listitem>
<listitem>
- <paragraph role="listitem" id="par_id3150391" xml-lang="en-US">Choose <emph>View - Normal</emph> or <emph>Notes</emph>, select the slide preview on the <link href="text/simpress/01/slidesorter.xhp" name="slidesorter"><emph>Slides Pane</emph></link>, and then drag the slide preview to another location.</paragraph>
+ <paragraph role="listitem" id="par_id3150391" xml-lang="en-US">Choose <emph>View - Normal</emph> or <emph>Notes</emph>, select the slide preview on the <link href="text/simpress/01/slidesorter.xhp"><emph>Slides Pane</emph></link>, and then drag the slide preview to another location.</paragraph>
</listitem>
</list>
<tip id="par_id3153079">To temporarily remove a slide from your presentation, go to <emph>Slide Sorter</emph>, right-click the slide, and then choose <emph>Show/Hide Slide</emph>. The number of the hidden slide is crossed out. To show the slide, right-click the slide, and then choose <emph>Show/Hide Slide</emph>.</tip>
diff --git a/source/text/simpress/guide/background.xhp b/source/text/simpress/guide/background.xhp
index f76bce6742..c72511b2c2 100644
--- a/source/text/simpress/guide/background.xhp
+++ b/source/text/simpress/guide/background.xhp
@@ -35,7 +35,7 @@
</bookmark>
<paragraph role="heading" id="hd_id3150199" xml-lang="en-US" level="1">
<variable id="background">
- <link href="text/simpress/guide/background.xhp" name="Changing the Slide Background Fill">Changing the <switchinline select="appl"><caseinline select="IMPRESS">Slide</caseinline><defaultinline>Page</defaultinline></switchinline> Background Fill</link>
+ <link href="text/simpress/guide/background.xhp">Changing the <switchinline select="appl"><caseinline select="IMPRESS">Slide</caseinline><defaultinline>Page</defaultinline></switchinline> Background Fill</link>
</variable>
</paragraph>
<switch select="appl">
diff --git a/source/text/simpress/guide/change_scale.xhp b/source/text/simpress/guide/change_scale.xhp
index 77ef6bccaa..4273d6b8e6 100644
--- a/source/text/simpress/guide/change_scale.xhp
+++ b/source/text/simpress/guide/change_scale.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3149018"><bookmark_value>zooming;keyboard</bookmark_value>
<bookmark_value>keyboard; zooming</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3149018" xml-lang="en-US" level="1"><variable id="change_scale"><link href="text/simpress/guide/change_scale.xhp" name="Zooming With the Keypad">Zooming With the Keypad</link>
+<paragraph role="heading" id="hd_id3149018" xml-lang="en-US" level="1"><variable id="change_scale"><link href="text/simpress/guide/change_scale.xhp">Zooming With the Keypad</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3148487" xml-lang="en-US">You can use the keypad to quickly enlarge or reduce the view on your slide.</paragraph>
<list type="unordered">
@@ -45,6 +45,6 @@
</list>
<paragraph role="tip" id="par_id7954954" xml-lang="en-US">If you are using a mouse with a scroll wheel, you can hold down <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> and turn the wheel to change the zoom factor in all main modules of %PRODUCTNAME.</paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
-<paragraph role="paragraph" id="par_id3145116" xml-lang="en-US"><link href="text/simpress/04/01020000.xhp" name="Shortcut keys for presentations">Shortcut keys for presentations</link></paragraph>
+<paragraph role="paragraph" id="par_id3145116" xml-lang="en-US"><link href="text/simpress/04/01020000.xhp">Shortcut keys for presentations</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/simpress/guide/footer.xhp b/source/text/simpress/guide/footer.xhp
index d9825d29a1..1af5b06aa6 100644
--- a/source/text/simpress/guide/footer.xhp
+++ b/source/text/simpress/guide/footer.xhp
@@ -34,7 +34,7 @@
<bookmark_value>time and date on all slides</bookmark_value>
</bookmark>
<comment>mw changed "adding;" to "inserting;"</comment>
- <h1 id="hd_id3153191"><variable id="footer"><link href="text/simpress/guide/footer.xhp" name="Adding a Header or a Footer to All Slides">Adding a Header or a Footer to All Slides</link>
+ <h1 id="hd_id3153191"><variable id="footer"><link href="text/simpress/guide/footer.xhp">Adding a Header or a Footer to All Slides</link>
</variable></h1>
<paragraph xml-lang="en-US" id="par_id1356547" role="paragraph">Every slide is based on a master slide. The text, pictures, tables, fields or other objects that you place on the master slide are visible as a background on all slides that are based on that master slide.</paragraph>
<paragraph xml-lang="en-US" id="par_id704672" role="paragraph">Masters exist for slides, notes, and handouts. </paragraph>
@@ -102,7 +102,7 @@
<embed href="text/simpress/guide/background.xhp#background"/>
<embed href="text/simpress/guide/masterpage.xhp#masterpage"/>
<embed href="text/sdraw/guide/layers.xhp#layers"/>
- <paragraph xml-lang="en-US" id="par_id3155848" role="paragraph"><link href="text/simpress/01/04990000.xhp" name="Insert Fields">Insert Fields</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3155848" role="paragraph"><link href="text/simpress/01/04990000.xhp">Insert Fields</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/simpress/guide/html_export.xhp b/source/text/simpress/guide/html_export.xhp
index 83f291bea9..e21d3235f4 100644
--- a/source/text/simpress/guide/html_export.xhp
+++ b/source/text/simpress/guide/html_export.xhp
@@ -37,7 +37,7 @@
<bookmark_value>presentations; exporting to HTML</bookmark_value>
<bookmark_value>HTML; exporting from presentations</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3155067" xml-lang="en-US" level="1"><variable id="html_export"><link href="text/simpress/guide/html_export.xhp" name="Saving a Presentation in HTML Format">Saving a Presentation in HTML Format</link>
+<paragraph role="heading" id="hd_id3155067" xml-lang="en-US" level="1"><variable id="html_export"><link href="text/simpress/guide/html_export.xhp">Saving a Presentation in HTML Format</link>
</variable></paragraph>
<list type="ordered">
<listitem>
@@ -59,8 +59,8 @@
<section id="relatedtopics">
<embed href="text/scalc/guide/html_doc.xhp#html_doc"/>
<embed href="text/swriter/guide/send2html.xhp#send2html"/>
-<paragraph role="paragraph" id="par_id3151391" xml-lang="en-US"><link href="text/shared/autopi/01110000.xhp" name="HTML Export AutoPilot">HTML Export Wizard</link></paragraph>
-<paragraph role="paragraph" id="par_id3150394" xml-lang="en-US"><link href="text/simpress/01/01170000.xhp" name="File - Export">File - Export</link></paragraph>
+<paragraph role="paragraph" id="par_id3151391" xml-lang="en-US"><link href="text/shared/autopi/01110000.xhp">HTML Export Wizard</link></paragraph>
+<paragraph role="paragraph" id="par_id3150394" xml-lang="en-US"><link href="text/simpress/01/01170000.xhp">File - Export</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/simpress/guide/html_import.xhp b/source/text/simpress/guide/html_import.xhp
index 7bd6b6f73c..fb99279353 100644
--- a/source/text/simpress/guide/html_import.xhp
+++ b/source/text/simpress/guide/html_import.xhp
@@ -33,7 +33,7 @@
<bookmark_value>text documents;inserting in slides</bookmark_value>
<bookmark_value>inserting; text in presentations</bookmark_value>
</bookmark><comment>mw moved "inserting;" from simpress/01/04110200.xhp</comment>
-<h1 id="hd_id3146121"><variable id="html_import"><link href="text/simpress/guide/html_import.xhp" name="Importing HTML Pages Into Presentations ">Importing HTML Pages Into Presentations </link>
+<h1 id="hd_id3146121"><variable id="html_import"><link href="text/simpress/guide/html_import.xhp">Importing HTML Pages Into Presentations </link>
</variable></h1>
<paragraph role="paragraph" id="par_id3150750" xml-lang="en-US">You can import any text file, including text in HTML documents, into a slide.</paragraph>
<h3 id="hd_id3155443">To insert text from a file into a slide:</h3>
diff --git a/source/text/simpress/guide/impress_remote.xhp b/source/text/simpress/guide/impress_remote.xhp
index c7c99de2ab..8a3462a917 100644
--- a/source/text/simpress/guide/impress_remote.xhp
+++ b/source/text/simpress/guide/impress_remote.xhp
@@ -178,9 +178,9 @@
</paragraph>
<section id="relatedtopics">
-<paragraph id="par_id180820171844231820" role="paragraph" xml-lang="en-US"><link href="https://play.google.com/store/apps/details?id=org.libreoffice.impressremote" name="Impress Remote in Android Play Store">Impress Remote in Google Play Store</link></paragraph>
-<paragraph id="par_id180820171844231040" role="paragraph" xml-lang="en-US"><link href="https://itunes.apple.com/us/app/libreoffice-remote-for-impress/id806879890?mt=8" name="Impress Remote in Apple Itunes Store">Impress Remote in Apple iTunes Store</link></paragraph>
-<paragraph role="paragraph" id="par_id631512838846263" xml-lang="en-US"><link href="text/simpress/guide/presenter_console.xhp" name="The Presenter Console">The Presenter Console</link></paragraph>
+<paragraph id="par_id180820171844231820" role="paragraph" xml-lang="en-US"><link href="https://play.google.com/store/apps/details?id=org.libreoffice.impressremote">Impress Remote in Google Play Store</link></paragraph>
+<paragraph id="par_id180820171844231040" role="paragraph" xml-lang="en-US"><link href="https://itunes.apple.com/us/app/libreoffice-remote-for-impress/id806879890?mt=8">Impress Remote in Apple iTunes Store</link></paragraph>
+<paragraph role="paragraph" id="par_id631512838846263" xml-lang="en-US"><link href="text/simpress/guide/presenter_console.xhp">The Presenter Console</link></paragraph>
</section>
</body>
diff --git a/source/text/simpress/guide/individual.xhp b/source/text/simpress/guide/individual.xhp
index 8e214c987b..9c8c394007 100644
--- a/source/text/simpress/guide/individual.xhp
+++ b/source/text/simpress/guide/individual.xhp
@@ -35,7 +35,7 @@
<bookmark_value>showing;hidden slides</bookmark_value>
<bookmark_value>hidden pages;showing</bookmark_value>
</bookmark>
-<h1 id="hd_id3146119"><variable id="individual"><link href="text/simpress/guide/individual.xhp" name="Creating a Custom Slide Show">Creating a Custom Slide Show</link>
+<h1 id="hd_id3146119"><variable id="individual"><link href="text/simpress/guide/individual.xhp">Creating a Custom Slide Show</link>
</variable></h1>
<paragraph role="paragraph" id="par_id3150344" xml-lang="en-US">You can create custom slide shows to meet the needs of your audience using slides within the current presentation.</paragraph>
<h3 id="hd_id3150715">To create a custom slide show:</h3>
diff --git a/source/text/simpress/guide/keyboard.xhp b/source/text/simpress/guide/keyboard.xhp
index 59c8b1c90f..1d75f4e1b8 100644
--- a/source/text/simpress/guide/keyboard.xhp
+++ b/source/text/simpress/guide/keyboard.xhp
@@ -29,10 +29,10 @@
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3154702"><bookmark_value>accessibility; $[officename] Impress</bookmark_value>
</bookmark>
-<h1 id="hd_id3154702"><variable id="keyboard"><link href="text/simpress/guide/keyboard.xhp" name="Using Shortcut Keys in $[officename] Impress">Using Shortcut Keys in $[officename] Impress</link>
+<h1 id="hd_id3154702"><variable id="keyboard"><link href="text/simpress/guide/keyboard.xhp">Using Shortcut Keys in $[officename] Impress</link>
</variable></h1>
<embed href="text/shared/00/00000099.xhp#keys"/>
-<paragraph role="paragraph" id="par_id3148610" xml-lang="en-US">You can use the keyboard to access $[officename] Impress commands as well as to navigate through the workspace. $[officename] Impress uses the same shortcut keys as $[officename] Draw to create <link href="text/sdraw/guide/keyboard.xhp" name="drawing objects">drawing objects</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3148610" xml-lang="en-US">You can use the keyboard to access $[officename] Impress commands as well as to navigate through the workspace. $[officename] Impress uses the same shortcut keys as $[officename] Draw to create <link href="text/sdraw/guide/keyboard.xhp">drawing objects</link>.</paragraph>
<h2 id="hd_id3149602">Selecting placeholders</h2>
<paragraph role="paragraph" id="par_id3150212" xml-lang="en-US">$[officename] Impress <emph>AutoLayouts</emph> use placeholders for slide titles, text, and objects. To select a placeholder, press <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Enter</keycode>. To move to the next placeholder, press <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Enter</keycode> again.</paragraph>
<note id="par_id3166467">If you press <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Enter</keycode> after you reach the last placeholder in a slide, a new slide is inserted after the current slide. The new slide uses the same layout as the current slide.</note>
diff --git a/source/text/simpress/guide/line_arrow_styles.xhp b/source/text/simpress/guide/line_arrow_styles.xhp
index 6d1ad74f71..685da740a2 100644
--- a/source/text/simpress/guide/line_arrow_styles.xhp
+++ b/source/text/simpress/guide/line_arrow_styles.xhp
@@ -33,7 +33,7 @@
<bookmark_value>styles;arrow and line styles</bookmark_value>
<bookmark_value>loading;arrow and line styles</bookmark_value>
</bookmark><comment>mw changed "line ends;" to "lines;"</comment>
-<h1 id="hd_id3145253"><variable id="line_arrow_styles"><link href="text/simpress/guide/line_arrow_styles.xhp" name="Loading Line and Arrow Styles">Loading Line and Arrow Styles</link>
+<h1 id="hd_id3145253"><variable id="line_arrow_styles"><link href="text/simpress/guide/line_arrow_styles.xhp">Loading Line and Arrow Styles</link>
</variable></h1>
<paragraph xml-lang="en-US" id="par_id3154017" role="paragraph">You can use styles to organize similar line and arrow types. $[officename] provides a few standard style files that you can load and use in your document. If you want, you can add or delete elements from a style file, or even create a custom style file.</paragraph>
<h2 id="hd_id3154485">To load a line styles file:</h2>
@@ -63,7 +63,7 @@
</list>
<paragraph xml-lang="en-US" id="par_id3166465" role="paragraph">To save an arrow styles file, click the <emph>Save Arrow Styles</emph> button, enter a filename, and then click <emph>OK</emph>.</paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
- <paragraph xml-lang="en-US" id="par_id3145822" role="paragraph"><link href="text/shared/01/05200000.xhp" name="Format - Line">Format - Line</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3145822" role="paragraph"><link href="text/shared/01/05200000.xhp">Format - Line</link></paragraph>
<embed href="text/shared/guide/palette_files.xhp#palette_files"/>
</body>
</helpdocument>
diff --git a/source/text/simpress/guide/line_draw.xhp b/source/text/simpress/guide/line_draw.xhp
index ecb9fc27af..5fabd6ed8d 100644
--- a/source/text/simpress/guide/line_draw.xhp
+++ b/source/text/simpress/guide/line_draw.xhp
@@ -36,7 +36,7 @@
<bookmark_value>corner points</bookmark_value>
<bookmark_value>drawing;lines</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3149377" xml-lang="en-US" level="1"><variable id="line_draw"><link href="text/simpress/guide/line_draw.xhp" name="Drawing Curves">Drawing Curves</link>
+<paragraph role="heading" id="hd_id3149377" xml-lang="en-US" level="1"><variable id="line_draw"><link href="text/simpress/guide/line_draw.xhp">Drawing Curves</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3148868" xml-lang="en-US">The <emph>Curve</emph> icon
<image id="img_id3150205" src="cmd/sc_linetoolbox.png" width="0.222inch" height="0.222inch"><alt id="alt_id3150205" xml-lang="en-US">Icon</alt>
diff --git a/source/text/simpress/guide/line_edit.xhp b/source/text/simpress/guide/line_edit.xhp
index 64f51d9ab0..34d0b8e0ac 100644
--- a/source/text/simpress/guide/line_edit.xhp
+++ b/source/text/simpress/guide/line_edit.xhp
@@ -36,7 +36,7 @@
<bookmark_value>deleting;points</bookmark_value>
<bookmark_value>converting;points</bookmark_value>
<bookmark_value>points;adding/converting/deleting</bookmark_value>
-</bookmark><comment>MW deleted "adding;"</comment><paragraph role="heading" id="hd_id3150441" xml-lang="en-US" level="1"><variable id="line_edit"><link href="text/simpress/guide/line_edit.xhp" name="Editing Curves">Editing Curves</link>
+</bookmark><comment>MW deleted "adding;"</comment><paragraph role="heading" id="hd_id3150441" xml-lang="en-US" level="1"><variable id="line_edit"><link href="text/simpress/guide/line_edit.xhp">Editing Curves</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3150342" xml-lang="en-US">A curved line segment consists of two data points (endpoints) and two control points (handles). A control line connects a control point to a data point. You can change the shape of a curve by converting a data point to a different type, or by dragging the control points to a different location.</paragraph>
<paragraph role="paragraph" id="par_id3145252" xml-lang="en-US">You can also modify the properties of the line by selecting the line and choosing <emph>Format - Line</emph>.</paragraph>
@@ -134,7 +134,7 @@
</listitem>
</list>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3151174" xml-lang="en-US"><link href="text/shared/main0227.xhp" name="Edit Points bar">Edit Points bar</link></paragraph>
+<paragraph role="paragraph" id="par_id3151174" xml-lang="en-US"><link href="text/shared/main0227.xhp">Edit Points bar</link></paragraph>
<embed href="text/simpress/guide/line_draw.xhp#line_draw"/>
<embed href="text/simpress/guide/vectorize.xhp#vectorize"/>
<embed href="text/simpress/guide/3d_create.xhp#3d_create"/>
diff --git a/source/text/simpress/guide/main.xhp b/source/text/simpress/guide/main.xhp
index 95837fab35..8fb915f003 100644
--- a/source/text/simpress/guide/main.xhp
+++ b/source/text/simpress/guide/main.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3156386"><bookmark_value>$[officename] Impress instructions</bookmark_value>
<bookmark_value>instructions; $[officename] Impress</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3156386" xml-lang="en-US" level="1"><variable id="main"><link href="text/simpress/guide/main.xhp" name="Instructions for Using $[officename] Impress">Instructions for Using $[officename] Impress</link>
+<paragraph role="heading" id="hd_id3156386" xml-lang="en-US" level="1"><variable id="main"><link href="text/simpress/guide/main.xhp">Instructions for Using $[officename] Impress</link>
</variable></paragraph>
<embed href="text/shared/00/00000099.xhp#table"/>
<paragraph role="heading" id="hd_id3150207" xml-lang="en-US" level="2">Viewing and Printing a Presentation</paragraph>
diff --git a/source/text/simpress/guide/masterpage.xhp b/source/text/simpress/guide/masterpage.xhp
index 1448d06e24..d5d25c3ca1 100644
--- a/source/text/simpress/guide/masterpage.xhp
+++ b/source/text/simpress/guide/masterpage.xhp
@@ -38,7 +38,7 @@
<bookmark_value>master slides</bookmark_value>
</bookmark>
-<h1 id="hd_id3152596"><variable id="masterpage"><link href="text/simpress/guide/masterpage.xhp" name="Changing and Adding a Master Slide">Changing and Adding a Master <switchinline select="appl"><caseinline select="IMPRESS">Slide</caseinline><defaultinline>Page</defaultinline></switchinline></link>
+<h1 id="hd_id3152596"><variable id="masterpage"><link href="text/simpress/guide/masterpage.xhp">Changing and Adding a Master <switchinline select="appl"><caseinline select="IMPRESS">Slide</caseinline><defaultinline>Page</defaultinline></switchinline></link>
</variable></h1>
<switch select="appl">
@@ -108,7 +108,7 @@
<paragraph role="paragraph" id="par_idN107CB" xml-lang="en-US"><ahelp hid="." visibility="hidden">Click to apply a slide design to all selected slides. Right-click for a context menu.</ahelp></paragraph>
<section id="relatedtopics">
<embed href="text/simpress/guide/background.xhp#background"/>
- <paragraph role="paragraph" id="par_id3149941" xml-lang="en-US"><link href="text/simpress/01/05100000.xhp" name="Styles">Styles</link></paragraph>
+ <paragraph role="paragraph" id="par_id3149941" xml-lang="en-US"><link href="text/simpress/01/05100000.xhp">Styles</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/simpress/guide/move_object.xhp b/source/text/simpress/guide/move_object.xhp
index fbf6e51c1b..989ca853ba 100644
--- a/source/text/simpress/guide/move_object.xhp
+++ b/source/text/simpress/guide/move_object.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3146121"><bookmark_value>objects;moving in slides</bookmark_value>
<bookmark_value>moving;objects in slides</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3146121" xml-lang="en-US" level="1"><variable id="move_object"><link href="text/simpress/guide/move_object.xhp" name="Moving Objects">Moving Objects</link>
+<paragraph role="heading" id="hd_id3146121" xml-lang="en-US" level="1"><variable id="move_object"><link href="text/simpress/guide/move_object.xhp">Moving Objects</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3149667" xml-lang="en-US">You can move selected objects in your slide by dragging them, using the arrow keys, or by copying the objects and pasting them in another location.</paragraph>
<list type="unordered">
diff --git a/source/text/simpress/guide/orgchart.xhp b/source/text/simpress/guide/orgchart.xhp
index 8c7590102f..8e651585c3 100644
--- a/source/text/simpress/guide/orgchart.xhp
+++ b/source/text/simpress/guide/orgchart.xhp
@@ -34,7 +34,7 @@
<bookmark_value>organization charts</bookmark_value>
<bookmark_value>hot spots in flowcharts</bookmark_value>
<bookmark_value>interactions; hot spots</bookmark_value>
-</bookmark><comment>changed orgcharts (Google about 1 million pages) to organization charts (about 33 million pages)</comment><paragraph role="heading" id="hd_id3150439" xml-lang="en-US" level="1"><variable id="orgchart"><link href="text/simpress/guide/orgchart.xhp" name="Creating a Flowchart">Creating a Flowchart</link>
+</bookmark><comment>changed orgcharts (Google about 1 million pages) to organization charts (about 33 million pages)</comment><paragraph role="heading" id="hd_id3150439" xml-lang="en-US" level="1"><variable id="orgchart"><link href="text/simpress/guide/orgchart.xhp">Creating a Flowchart</link>
</variable></paragraph>
<paragraph role="heading" id="hd_id3159153" xml-lang="en-US" level="3">To create a flowchart:</paragraph>
<list type="ordered">
@@ -83,7 +83,7 @@
</listitem>
</list>
<paragraph role="heading" id="hd_id3150934" xml-lang="en-US" level="3">To add some hot spots that call other slides:</paragraph>
-<paragraph role="listitem" id="par_id3145300" xml-lang="en-US">Assign <link href="text/simpress/01/06070000.xhp" name="interactions">interactions</link> to some objects on your slide. </paragraph>
+<paragraph role="listitem" id="par_id3145300" xml-lang="en-US">Assign <link href="text/simpress/01/06070000.xhp">interactions</link> to some objects on your slide. </paragraph>
<list type="ordered">
<listitem>
<paragraph role="listitem" id="par_idN10898" xml-lang="en-US">Select the object, then choose <emph>Slide Show - Interaction</emph>.</paragraph>
@@ -93,8 +93,8 @@
</listitem>
</list>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3153922" xml-lang="en-US"><link href="text/simpress/02/10100000.xhp" name="Connectors">Connectors</link></paragraph>
-<paragraph role="paragraph" id="par_id3156257" xml-lang="en-US"><link href="text/simpress/02/10030200.xhp" name="Gluepoints">Gluepoints</link></paragraph>
+<paragraph role="paragraph" id="par_id3153922" xml-lang="en-US"><link href="text/simpress/02/10100000.xhp">Connectors</link></paragraph>
+<paragraph role="paragraph" id="par_id3156257" xml-lang="en-US"><link href="text/simpress/02/10030200.xhp">Gluepoints</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/simpress/guide/page_copy.xhp b/source/text/simpress/guide/page_copy.xhp
index db55cd3d61..251f522ab9 100644
--- a/source/text/simpress/guide/page_copy.xhp
+++ b/source/text/simpress/guide/page_copy.xhp
@@ -35,7 +35,7 @@
<bookmark_value>pasting;slides from other presentations</bookmark_value>
</bookmark><comment>mw added "pasting;"</comment>
<section id="insertslides">
- <h1 id="hd_id3146971"><variable id="page_copy"><link href="text/simpress/guide/page_copy.xhp" name="Copying Slides From Other Presentations">Insert Slide from File</link></variable></h1>
+ <h1 id="hd_id3146971"><variable id="page_copy"><link href="text/simpress/guide/page_copy.xhp">Insert Slide from File</link></variable></h1>
<paragraph role="paragraph" id="par_id3149378" xml-lang="en-US">You can insert slides from another presentation into the current presentation. You can also copy and paste slides between presentations.</paragraph>
</section>
<h3 id="hd_id3153418">To insert a slide from another presentation:</h3>
diff --git a/source/text/simpress/guide/presenter_console.xhp b/source/text/simpress/guide/presenter_console.xhp
index 7e7cd3419a..2f7a419c71 100644
--- a/source/text/simpress/guide/presenter_console.xhp
+++ b/source/text/simpress/guide/presenter_console.xhp
@@ -97,7 +97,7 @@
<image src="media/helpimg/sd_PresenterConsole02.png" id="img_id831512827434997" width="640" height="360"><alt xml-lang="en-US" id="alt_id221512827434997">Slide sorter mode</alt></image>
</paragraph>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id311512837936329" xml-lang="en-US"><link href="text/simpress/guide/impress_remote.xhp" name="Impress Remote User Guide">Impress Remote User Guide</link></paragraph>
+ <paragraph role="paragraph" id="par_id311512837936329" xml-lang="en-US"><link href="text/simpress/guide/impress_remote.xhp">Impress Remote User Guide</link></paragraph>
</section>
</body>
diff --git a/source/text/simpress/guide/print_tofit.xhp b/source/text/simpress/guide/print_tofit.xhp
index db66f81ff5..e833cc6ee3 100644
--- a/source/text/simpress/guide/print_tofit.xhp
+++ b/source/text/simpress/guide/print_tofit.xhp
@@ -34,7 +34,7 @@
<bookmark_value>pages; fitting to printed pages</bookmark_value>
<bookmark_value>printing; fitting to paper</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3155067" xml-lang="en-US" level="1"><variable id="print_tofit"><link href="text/simpress/guide/print_tofit.xhp" name="Printing a Slide to Fit a Paper Size">Printing a Slide to Fit a Paper Size</link>
+<paragraph role="heading" id="hd_id3155067" xml-lang="en-US" level="1"><variable id="print_tofit"><link href="text/simpress/guide/print_tofit.xhp">Printing a Slide to Fit a Paper Size</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3154704" xml-lang="en-US">You can reduce the size of a slide when you print, so that the slide can fit on a printed page.</paragraph>
<list type="ordered">
diff --git a/source/text/simpress/guide/printing.xhp b/source/text/simpress/guide/printing.xhp
index 6bf194ae63..1450c7d424 100644
--- a/source/text/simpress/guide/printing.xhp
+++ b/source/text/simpress/guide/printing.xhp
@@ -37,7 +37,7 @@
<bookmark_value>handout printing</bookmark_value>
<bookmark_value>layout;printing handouts</bookmark_value>
</bookmark><comment>MW made "handouts;.." a one level entry and added "layout;..."</comment>
-<h1 id="hd_id3153726"><variable id="printing"><link href="text/simpress/guide/printing.xhp" name="Printing Presentations">Printing Presentations</link>
+<h1 id="hd_id3153726"><variable id="printing"><link href="text/simpress/guide/printing.xhp">Printing Presentations</link>
</variable></h1>
<h2 id="hd_id3154486">Default printer settings</h2>
<list type="ordered">
diff --git a/source/text/simpress/guide/rehearse_timings.xhp b/source/text/simpress/guide/rehearse_timings.xhp
index 9e409ef40a..c3f5ead3c2 100644
--- a/source/text/simpress/guide/rehearse_timings.xhp
+++ b/source/text/simpress/guide/rehearse_timings.xhp
@@ -35,7 +35,7 @@
<bookmark_value>automatic slide changes;rehearse timings</bookmark_value>
<bookmark_value>recording;display times for slides</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3145253" xml-lang="en-US" level="1"><variable id="rehearse_timings"><link href="text/simpress/guide/rehearse_timings.xhp" name="Rehearse Timings of Slide Changes">Rehearse Timings of Slide Changes</link>
+<paragraph role="heading" id="hd_id3145253" xml-lang="en-US" level="1"><variable id="rehearse_timings"><link href="text/simpress/guide/rehearse_timings.xhp">Rehearse Timings of Slide Changes</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3155446" xml-lang="en-US">$[officename] assists you in defining the right rehearse timings for automatic slide changes. </paragraph>
<paragraph role="paragraph" id="par_id3153963" xml-lang="en-US">Prepare the slides, start the show using a special icon, tell your imaginary audience what you want to tell for the first slide, then advance to the next slide and so on. $[officename] records the display time for each slide, so the next time you play the show with automatic slide changes, the timing will be as recorded.</paragraph>
@@ -60,7 +60,7 @@
</listitem>
</list>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3150935" xml-lang="en-US"><link href="text/simpress/01/06080000.xhp" name="Slide Show Settings">Slide Show Settings</link></paragraph>
+<paragraph role="paragraph" id="par_id3150935" xml-lang="en-US"><link href="text/simpress/01/06080000.xhp">Slide Show Settings</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/simpress/guide/select_object.xhp b/source/text/simpress/guide/select_object.xhp
index 47a5378098..0a8e20ce12 100644
--- a/source/text/simpress/guide/select_object.xhp
+++ b/source/text/simpress/guide/select_object.xhp
@@ -35,7 +35,7 @@
<bookmark_value>covered objects</bookmark_value>
<bookmark_value>underlying objects</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3154492" xml-lang="en-US" level="1"><variable id="select_object"><link href="text/simpress/guide/select_object.xhp" name="Selecting Underlying Objects">Selecting Underlying Objects</link>
+<paragraph role="heading" id="hd_id3154492" xml-lang="en-US" level="1"><variable id="select_object"><link href="text/simpress/guide/select_object.xhp">Selecting Underlying Objects</link>
</variable></paragraph>
<list type="unordered">
<listitem>
diff --git a/source/text/simpress/guide/show.xhp b/source/text/simpress/guide/show.xhp
index 7be2daf99b..cbb053d5b3 100644
--- a/source/text/simpress/guide/show.xhp
+++ b/source/text/simpress/guide/show.xhp
@@ -39,7 +39,7 @@
<bookmark_value>slide transitions;automatic</bookmark_value>
<bookmark_value>automatic slide transition</bookmark_value>
</bookmark>
- <h1 id="hd_id4901272"><variable id="show"><link href="text/simpress/guide/show.xhp" name="Showing a Slide Show">Showing a Slide Show</link></variable></h1>
+ <h1 id="hd_id4901272"><variable id="show"><link href="text/simpress/guide/show.xhp">Showing a Slide Show</link></variable></h1>
<paragraph role="paragraph" id="par_id9636829">Different ways exist to start a slide show. Once a slide show is running, you can take control pressing keys or clicking the mouse buttons.</paragraph>
<paragraph role="paragraph" id="par_id7076937">By default, a slide show always starts with the first slide. You advance manually through slides up to the last slide. You can change these settings.</paragraph>
<h2 id="hd_id9954527">Running a Slide Show</h2>
diff --git a/source/text/simpress/guide/table_insert.xhp b/source/text/simpress/guide/table_insert.xhp
index c0ff460341..ef3f5acbb4 100644
--- a/source/text/simpress/guide/table_insert.xhp
+++ b/source/text/simpress/guide/table_insert.xhp
@@ -29,7 +29,7 @@
<bookmark_value>presentations;inserting spreadsheets</bookmark_value>
<bookmark_value>including spreadsheets</bookmark_value>
</bookmark>
-<h1 id="hd_id3154022" xml-lang="en-US"><variable id="table_insert"><link href="text/simpress/guide/table_insert.xhp" name="Including Spreadsheets in Slides">Including Spreadsheets in Slides</link></variable></h1>
+<h1 id="hd_id3154022" xml-lang="en-US"><variable id="table_insert"><link href="text/simpress/guide/table_insert.xhp">Including Spreadsheets in Slides</link></variable></h1>
<paragraph role="paragraph" id="par_id4231086" xml-lang="en-US">You can apply different methods to insert spreadsheet cells into your Impress slides or Draw pages:</paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/newtabledialog/NewTableDialog" id="bm_id0916200804233395" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/newtabledialog/@@nowidget@@" id="bm_id0916200804233395" localize="false"/>
@@ -134,7 +134,7 @@
</list>
<note id="par_id3155256" xml-lang="en-US">The entire spreadsheet is inserted into your slide. If you want to change the sheet that is displayed, double-click the spreadsheet, and then select a different sheet.</note>
<embed href="text/shared/00/00000004.xhp#related"/>
-<paragraph role="paragraph" id="par_id3154505" xml-lang="en-US"><link href="text/simpress/01/05130000.xhp" name="Format - Slide Layout">Format - Slide Layout</link></paragraph>
-<paragraph role="paragraph" id="par_id3150335" xml-lang="en-US"><link href="text/shared/01/04150100.xhp" name="Insert - Object - OLE Object">Insert - OLE Object - OLE Object</link></paragraph>
+<paragraph role="paragraph" id="par_id3154505" xml-lang="en-US"><link href="text/simpress/01/05130000.xhp">Format - Slide Layout</link></paragraph>
+<paragraph role="paragraph" id="par_id3150335" xml-lang="en-US"><link href="text/shared/01/04150100.xhp">Insert - OLE Object - OLE Object</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/simpress/guide/text2curve.xhp b/source/text/simpress/guide/text2curve.xhp
index cda010bd35..887fe19613 100644
--- a/source/text/simpress/guide/text2curve.xhp
+++ b/source/text/simpress/guide/text2curve.xhp
@@ -37,7 +37,7 @@
<bookmark_value>draw objects;converting text to</bookmark_value>
<bookmark_value>curves;converting text to</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3150717" xml-lang="en-US" level="1"><variable id="text2curve"><link href="text/simpress/guide/text2curve.xhp" name="Converting Text Characters into Drawing Objects">Converting Text Characters into Drawing Objects</link>
+<paragraph role="heading" id="hd_id3150717" xml-lang="en-US" level="1"><variable id="text2curve"><link href="text/simpress/guide/text2curve.xhp">Converting Text Characters into Drawing Objects</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3155960" xml-lang="en-US">You can convert text characters into curves that you can edit and resize as you would any drawing object. Once you convert text into a drawing object, you can no longer edit the content of the text.</paragraph>
<paragraph role="heading" id="hd_id3153965" xml-lang="en-US" level="3">To convert text into a drawing object:</paragraph>
diff --git a/source/text/simpress/guide/vectorize.xhp b/source/text/simpress/guide/vectorize.xhp
index 75ef8705b6..0c9c874a36 100644
--- a/source/text/simpress/guide/vectorize.xhp
+++ b/source/text/simpress/guide/vectorize.xhp
@@ -32,7 +32,7 @@
<bookmark_value>bitmaps; converting to vector graphics</bookmark_value>
<bookmark_value>vector graphics; converting bitmaps</bookmark_value>
</bookmark>
-<h1 id="hd_id3153415"><variable id="vectorize"><link href="text/simpress/guide/vectorize.xhp" name="Converting Bitmap Images into Vector Graphics">Converting Bitmap Images into Vector Graphics</link>
+<h1 id="hd_id3153415"><variable id="vectorize"><link href="text/simpress/guide/vectorize.xhp">Converting Bitmap Images into Vector Graphics</link>
</variable></h1>
<paragraph role="paragraph" id="par_id3155633" xml-lang="en-US">A vector graphic can be resized without losing the quality of the graphic. In $[officename] Draw and Impress, you can convert a bitmap image into a vector graphic.</paragraph>
<list type="ordered">
@@ -45,11 +45,11 @@
<paragraph role="paragraph" id="par_id3151387" xml-lang="en-US">In $[officename] Impress, right-click the object, and then choose <emph>Convert - To Polygon</emph>.</paragraph>
</listitem>
<listitem>
-<paragraph role="paragraph" id="par_id3149349" xml-lang="en-US">Set the conversion options for the image, and then click <emph>OK</emph>. See <link href="text/simpress/01/13050200.xhp" name="Convert to Polygon"><emph>Convert to Polygon</emph></link> for a description of the conversion options.</paragraph>
+<paragraph role="paragraph" id="par_id3149349" xml-lang="en-US">Set the conversion options for the image, and then click <emph>OK</emph>. See <link href="text/simpress/01/13050200.xhp"><emph>Convert to Polygon</emph></link> for a description of the conversion options.</paragraph>
</listitem>
</list>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3147371" xml-lang="en-US"><link href="text/simpress/01/13050200.xhp" name="Convert to Polygon">Convert to Polygon</link></paragraph>
+<paragraph role="paragraph" id="par_id3147371" xml-lang="en-US"><link href="text/simpress/01/13050200.xhp">Convert to Polygon</link></paragraph>
<embed href="text/simpress/guide/line_draw.xhp#line_draw"/>
<embed href="text/simpress/guide/line_edit.xhp#line_edit"/>
<embed href="text/simpress/guide/3d_create.xhp#3d_create"/>
diff --git a/source/text/simpress/main0100.xhp b/source/text/simpress/main0100.xhp
index 8145267990..60e043e60a 100644
--- a/source/text/simpress/main0100.xhp
+++ b/source/text/simpress/main0100.xhp
@@ -30,7 +30,7 @@
<section id="menus">
-<paragraph id="hd_id3149664" role="heading" level="1" xml-lang="en-US"><variable id="main0100"><link href="text/simpress/main0100.xhp" name="Menus">Menus</link> </variable></paragraph>
+<paragraph id="hd_id3149664" role="heading" level="1" xml-lang="en-US"><variable id="main0100"><link href="text/simpress/main0100.xhp">Menus</link> </variable></paragraph>
<paragraph id="par_id3150012" role="paragraph" xml-lang="en-US">The following section lists the help topics available for menus and dialogs.</paragraph>
</section>
<embed href="text/shared/00/00000011.xhp#menu_commands_text"/>
diff --git a/source/text/simpress/main0101.xhp b/source/text/simpress/main0101.xhp
index 1d13c120eb..401c3d2038 100644
--- a/source/text/simpress/main0101.xhp
+++ b/source/text/simpress/main0101.xhp
@@ -31,7 +31,7 @@
<section id="file">
<bookmark xml-lang="en-US" branch="hid/.uno:FileMenu" id="bm_id666524" localize="false"/>
-<paragraph id="hd_id3153190" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/main0101.xhp" name="File">File</link></paragraph>
+<paragraph id="hd_id3153190" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/main0101.xhp">File</link></paragraph>
<paragraph id="par_id3154321" role="paragraph" xml-lang="en-US"><ahelp hid=".">These commands apply to the current document, create a document, open an existing document, or close the application.</ahelp></paragraph>
</section>
<embed href="text/shared/01/01010000.xhp#new"/>
diff --git a/source/text/simpress/main0103.xhp b/source/text/simpress/main0103.xhp
index ffaf06a061..2e6c4a6cca 100644
--- a/source/text/simpress/main0103.xhp
+++ b/source/text/simpress/main0103.xhp
@@ -29,7 +29,7 @@
<section id="view">
<bookmark xml-lang="en-US" branch="hid/.uno:ViewMenu" id="bm_id2276680" localize="false"/>
-<paragraph id="hd_id3150297" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/main0103.xhp" name="View">View</link></paragraph>
+<paragraph id="hd_id3150297" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/main0103.xhp">View</link></paragraph>
<paragraph id="par_id3149378" role="paragraph" xml-lang="en-US"><ahelp hid=".">This menu contains commands to control the on-screen display of the document, change the user interface and access the sidebar panels.</ahelp></paragraph>
</section>
<embed href="text/simpress/01/03080000.xhp#normal_view"/>
@@ -68,7 +68,7 @@
<embed href="text/shared/01/gallery.xhp#media_gallery_text"/>
<embed href="text/simpress/01/02110000.xhp#navigator"/>
-<paragraph id="hd_id3149121" role="heading" level="2" xml-lang="en-US"><link href="text/shared/01/03010000.xhp" name="Zoom">Zoom</link></paragraph>
+<paragraph id="hd_id3149121" role="heading" level="2" xml-lang="en-US"><link href="text/shared/01/03010000.xhp">Zoom</link></paragraph>
<embed href="text/shared/01/03010000.xhp#zoom_text"/>
</body>
diff --git a/source/text/simpress/main0104.xhp b/source/text/simpress/main0104.xhp
index 9641a3a06f..855cda2857 100644
--- a/source/text/simpress/main0104.xhp
+++ b/source/text/simpress/main0104.xhp
@@ -30,15 +30,15 @@
<section id="insert">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertMenu" id="bm_id2743919" localize="false"/>
-<h1 id="hd_id3153726"><link href="text/simpress/main0104.xhp" name="Insert">Insert</link></h1>
+<h1 id="hd_id3153726"><link href="text/simpress/main0104.xhp">Insert</link></h1>
<paragraph id="par_id3146971" role="paragraph" xml-lang="en-US"><ahelp hid=".">This menu contains the commands that are used to insert new elements into the document, for example, graphics, objects, special characters and other files.</ahelp></paragraph>
</section>
<embed href="text/shared/01/04140000.xhp#insertimageh1"/>
<embed href="text/shared/01/moviesound.xhp#moviesound"/>
-<h2 id="hd_id3146918"><link href="text/schart/01/wiz_chart_type.xhp" name="Chart">Chart</link></h2>
+<h2 id="hd_id3146918"><link href="text/schart/01/wiz_chart_type.xhp">Chart</link></h2>
<paragraph id="par_id0302200904002496" role="paragraph" xml-lang="en-US">Inserts a chart.</paragraph>
-<h2 id="hd_id3145768"><link href="text/simpress/01/04080100.xhp" name="Table">Table</link></h2>
+<h2 id="hd_id3145768"><link href="text/simpress/01/04080100.xhp">Table</link></h2>
<embed href="text/simpress/01/04080100.xhp#tabelletext"/>
<embed href="text/shared/01/04990000.xhp#media_submenu"/>
<embed href="text/shared/01/04150000.xhp#object_submenu"/>
@@ -48,12 +48,12 @@
<h2 id="hd_id491577295028949" localize="false"><embedvar href="text/shared/02/01140000.xhp#textbox_title"/></h2>
<paragraph role="paragraph" id="par_id501577295147605" localize="false"><embedvar href="text/shared/02/01140000.xhp#textbox_text"/></paragraph>
<embed href="text/shared/01/04050000.xhp#comment"/>
-<h2 id="hd_id3147003"><link href="text/shared/01/04160500.xhp" name="Floating Frame">Floating Frame</link></h2>
+<h2 id="hd_id3147003"><link href="text/shared/01/04160500.xhp">Floating Frame</link></h2>
<embed href="text/shared/01/04160500.xhp#frameeinfuegentext"/>
<embed href="text/shared/02/fontwork.xhp#fontwork"/>
-<h2 id="hd_id3156285"><link href="text/shared/02/09070000.xhp" name="Hyperlink">Hyperlink</link></h2>
+<h2 id="hd_id3156285"><link href="text/shared/02/09070000.xhp">Hyperlink</link></h2>
<embed href="text/shared/02/09070000.xhp#hyperdiatext"/>
-<h2 id="hd_id3163726"><link href="text/shared/01/04100000.xhp" name="Special Character">Special Character</link></h2>
+<h2 id="hd_id3163726"><link href="text/shared/01/04100000.xhp">Special Character</link></h2>
<embed href="text/shared/01/04100000.xhp#sonder"/>
<embed href="text/shared/01/formatting_mark.xhp#formatting_mark"/>
<h2 id="par_idN105C7">Slide Number</h2>
diff --git a/source/text/simpress/main0107.xhp b/source/text/simpress/main0107.xhp
index 84d7cb1c2b..a20e336926 100644
--- a/source/text/simpress/main0107.xhp
+++ b/source/text/simpress/main0107.xhp
@@ -31,7 +31,7 @@
<section id="window">
<bookmark xml-lang="en-US" branch="hid/.uno:WindowList" id="bm_id8218634" localize="false"/>
-<paragraph id="hd_id3153770" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/main0107.xhp" name="Window">Window</link></paragraph>
+<paragraph id="hd_id3153770" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/main0107.xhp">Window</link></paragraph>
<paragraph id="par_id3147435" role="paragraph" xml-lang="en-US"><ahelp hid=".uno:WindowList">Contains commands for manipulating and displaying document windows.</ahelp></paragraph>
</section>
<embed href="text/shared/01/07010000.xhp#newwindow"/>
diff --git a/source/text/simpress/main0113.xhp b/source/text/simpress/main0113.xhp
index d83b6cff35..cdf6e024df 100644
--- a/source/text/simpress/main0113.xhp
+++ b/source/text/simpress/main0113.xhp
@@ -30,25 +30,25 @@
</meta>
<body>
<section id="modify">
-<bookmark xml-lang="en-US" branch="hid/.uno:ModifyMenu" id="bm_id1189001" localize="false"/><paragraph role="heading" id="hd_id3154020" xml-lang="en-US" level="1"><link href="text/simpress/main0113.xhp" name="Modify">Modify</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/.uno:ModifyMenu" id="bm_id1189001" localize="false"/><paragraph role="heading" id="hd_id3154020" xml-lang="en-US" level="1"><link href="text/simpress/main0113.xhp">Modify</link></paragraph>
<paragraph role="paragraph" id="par_id3154321" xml-lang="en-US"><ahelp hid=".">Contains commands for modifying objects in your document.</ahelp></paragraph>
</section>
-<paragraph role="heading" id="hd_id3153188" xml-lang="en-US" level="2"><link href="text/shared/02/05090000.xhp" name="Rotate">Rotate</link></paragraph>
+<paragraph role="heading" id="hd_id3153188" xml-lang="en-US" level="2"><link href="text/shared/02/05090000.xhp">Rotate</link></paragraph>
<paragraph role="paragraph" id="par_id3149378" xml-lang="en-US">Rotates the selected object(s).</paragraph>
<embed href="text/shared/01/05240000.xhp#flip"/>
<embed href="text/simpress/01/13050000.xhp#convert"/>
<embed href="text/simpress/01/05250000.xhp#arrange"/>
<embed href="text/shared/01/05070000.xhp#alignment"/>
<embed href="text/shared/01/05360000.xhp#distribute_selection"/>
-<paragraph role="heading" id="hd_id3153966" xml-lang="en-US" level="2"><link href="text/shared/01/05190000.xhp" name="Name Object">Name Object</link></paragraph>
+<paragraph role="heading" id="hd_id3153966" xml-lang="en-US" level="2"><link href="text/shared/01/05190000.xhp">Name Object</link></paragraph>
<embed href="text/shared/01/05190000.xhp#name"/>
-<paragraph role="heading" id="hd_id3154656" xml-lang="en-US" level="2"><link href="text/shared/01/05290100.xhp" name="Group">Group</link></paragraph>
+<paragraph role="heading" id="hd_id3154656" 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_id3153484" xml-lang="en-US" level="2"><link href="text/shared/01/05290200.xhp" name="Ungroup">Ungroup</link></paragraph>
+<paragraph role="heading" id="hd_id3153484" 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_id3148870" 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_id3148870" 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_id3143233" xml-lang="en-US" level="2"><link href="text/shared/01/05290400.xhp" name="Exit Group">Exit Group</link></paragraph>
+<paragraph role="heading" id="hd_id3143233" 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"/>
<embed href="text/simpress/01/13140000.xhp#combine"/>
<embed href="text/simpress/01/13150000.xhp#split"/>
diff --git a/source/text/simpress/main0114.xhp b/source/text/simpress/main0114.xhp
index b3f81967d1..b7bb465621 100644
--- a/source/text/simpress/main0114.xhp
+++ b/source/text/simpress/main0114.xhp
@@ -31,16 +31,16 @@
<section id="slideshow">
<bookmark xml-lang="en-US" branch="hid/.uno:SlideShowMenu" id="bm_id1934263" localize="false"/>
-<paragraph id="hd_id3154011" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/main0114.xhp" name="Slide Show">Slide Show</link></paragraph>
+<paragraph id="hd_id3154011" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/main0114.xhp">Slide Show</link></paragraph>
<paragraph id="par_id3145252" role="paragraph" xml-lang="en-US"><ahelp hid=".">Contains commands and options for running a presentation.</ahelp></paragraph>
</section>
<embed href="text/simpress/01/03130000.xhp#slide_show"/>
-<paragraph id="hd_id3154510" role="heading" level="2" xml-lang="en-US"><link href="text/simpress/01/06080000.xhp" name="Slide Show Settings">Slide Show Settings</link></paragraph>
+<paragraph id="hd_id3154510" role="heading" level="2" xml-lang="en-US"><link href="text/simpress/01/06080000.xhp">Slide Show Settings</link></paragraph>
<embed href="text/simpress/01/06080000.xhp#praesent"/>
<embed href="text/simpress/02/04070000.xhp#rehearse_timings"/>
-<paragraph id="hd_id3153486" role="heading" level="2" xml-lang="en-US"><link href="text/simpress/01/06070000.xhp" name="Interaction">Interaction</link></paragraph>
+<paragraph id="hd_id3153486" role="heading" level="2" xml-lang="en-US"><link href="text/simpress/01/06070000.xhp">Interaction</link></paragraph>
<embed href="text/simpress/01/06070000.xhp#interaktiontext"/>
<paragraph id="par_idN10611" role="heading" level="2" xml-lang="en-US"><link href="text/simpress/01/06060000.xhp">Custom Animation</link></paragraph>
@@ -48,7 +48,7 @@
<embed href="text/simpress/01/06040000.xhp#slide_transition"/>
<embed href="text/simpress/02/04010000.xhp#show_hide_slide"/>
-<paragraph id="hd_id3153711" role="heading" level="2" xml-lang="en-US"><link href="text/simpress/01/06100000.xhp" name="Custom Slide Show">Custom Slide Show</link></paragraph>
+<paragraph id="hd_id3153711" role="heading" level="2" xml-lang="en-US"><link href="text/simpress/01/06100000.xhp">Custom Slide Show</link></paragraph>
<embed href="text/simpress/01/06100000.xhp#indipraesent"/>
</body>
diff --git a/source/text/simpress/main0200.xhp b/source/text/simpress/main0200.xhp
index 88020488b5..162c63bf45 100644
--- a/source/text/simpress/main0200.xhp
+++ b/source/text/simpress/main0200.xhp
@@ -25,7 +25,7 @@
</meta>
<body>
<section id="toolbars">
-<h1 id="hd_id3147434"><variable id="main0200"><link href="text/simpress/main0200.xhp" name="Toolbars">Toolbars</link></variable></h1>
+<h1 id="hd_id3147434"><variable id="main0200"><link href="text/simpress/main0200.xhp">Toolbars</link></variable></h1>
</section>
<embed href="text/shared/00/00000007.xhp#symbolleistenneu"/>
<section id="Section1">
diff --git a/source/text/simpress/main0202.xhp b/source/text/simpress/main0202.xhp
index 9dc58a34b7..5d5133a9ee 100644
--- a/source/text/simpress/main0202.xhp
+++ b/source/text/simpress/main0202.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="lineandfillingbar">
-<h1 id="hd_id3149664"><link href="text/simpress/main0202.xhp" name="Line and Filling Bar">Line and Filling Bar</link></h1>
+<h1 id="hd_id3149664"><link href="text/simpress/main0202.xhp">Line and Filling Bar</link></h1>
<paragraph role="paragraph" id="par_id3153729" xml-lang="en-US"><ahelp hid=".">The Line and Filling Bar contains commands and options that you can apply in the current view.</ahelp></paragraph>
</section>
<embed href="text/shared/02/01230000.xhp#stylist"/>
@@ -37,18 +37,18 @@
<embed href="text/shared/00/00040502.xhp#syline"/>
<embed href="text/shared/02/05020000.xhp#arrow_style"/>
<embed href="text/shared/02/05020000.xhp#syarrow_style"/>
-<h2 id="hd_id3156382"><link href="text/shared/01/05200100.xhp" name="Line Style">Line Style</link></h2>
+<h2 id="hd_id3156382"><link href="text/shared/01/05200100.xhp">Line Style</link></h2>
<embed href="text/shared/01/05200100.xhp#stiltext"/>
<embed href="text/shared/00/00000004.xhp#syline_style"/>
-<h2 id="hd_id3159184"><link href="text/shared/01/05200100.xhp" name="Line Width">Line Width</link></h2>
+<h2 id="hd_id3159184"><link href="text/shared/01/05200100.xhp">Line Width</link></h2>
<embed href="text/shared/01/05200100.xhp#breitetext"/>
<embed href="text/shared/00/00000004.xhp#syline_width"/>
-<h2 id="hd_id3150250"><link href="text/shared/01/05200100.xhp" name="Line Color">Line Color</link></h2>
+<h2 id="hd_id3150250"><link href="text/shared/01/05200100.xhp">Line Color</link></h2>
<embed href="text/shared/01/05200100.xhp#farbetext"/>
<embed href="text/shared/00/00000004.xhp#syline_color"/>
<embed href="text/shared/01/05210000.xhp#area"/>
<embed href="text/shared/00/00040502.xhp#syarea"/>
-<h2 id="hd_id3148609"><link href="text/shared/01/05210100.xhp" name="Area Style / Filling">Area Style / Filling</link></h2>
+<h2 id="hd_id3148609"><link href="text/shared/01/05210100.xhp">Area Style / Filling</link></h2>
<embed href="text/shared/01/05210100.xhp#sytext"/>
<embed href="text/shared/00/00000004.xhp#syarea_style"/>
<embed href="text/shared/01/05210600.xhp#syshadow"/>
diff --git a/source/text/simpress/main0203.xhp b/source/text/simpress/main0203.xhp
index 6eda91af3e..d97bf1d4e9 100644
--- a/source/text/simpress/main0203.xhp
+++ b/source/text/simpress/main0203.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="textformattingbar">
- <paragraph xml-lang="en-US" id="hd_id3150010" role="heading" level="1"><link href="text/simpress/main0203.xhp" name="Text Formatting Bar">Text Formatting Bar</link></paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3150010" role="heading" level="1"><link href="text/simpress/main0203.xhp">Text Formatting Bar</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3152597" role="paragraph">To display the <emph>Text Formatting</emph> Bar, place the cursor inside a text object.</paragraph>
</section>
<embed href="text/shared/02/02020000.xhp#font_name"/>
@@ -41,7 +41,7 @@
<embed href="text/shared/00/00040502.xhp#syitalic"/>
<embed href="text/shared/01/05110300.xhp#underline"/>
<embed href="text/shared/00/00040502.xhp#syunderline"/>
- <paragraph xml-lang="en-US" id="hd_id3151391" role="heading" level="2"><link href="text/shared/01/05020200.xhp" name="Font Color">Font Color</link></paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3151391" role="heading" level="2"><link href="text/shared/01/05020200.xhp">Font Color</link></paragraph>
<embed href="text/shared/01/05020200.xhp#textfarbe"/>
<embed href="text/shared/00/00000004.xhp#syfont_color"/>
<embed href="text/shared/01/05080100.xhp#left"/>
@@ -113,13 +113,13 @@
<case select="IMPRESS"><embed href="text/shared/02/06110000.xhp#symove_down"/>
</case>
</switch>
-<paragraph xml-lang="en-US" id="hd_id3154645" role="heading" level="2"><link href="text/shared/01/05020000.xhp" name="Character">Character</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3154645" role="heading" level="2"><link href="text/shared/01/05020000.xhp">Character</link></paragraph>
<embed href="text/shared/01/05020000.xhp#zeichentext"/>
<embed href="text/shared/00/00040500.xhp#sycharacter"/>
- <paragraph xml-lang="en-US" id="hd_id3149984" role="heading" level="2"><link href="text/shared/01/05030000.xhp" name="Paragraph">Paragraph</link></paragraph>
+ <paragraph xml-lang="en-US" id="hd_id3149984" role="heading" level="2"><link href="text/shared/01/05030000.xhp">Paragraph</link></paragraph>
<embed href="text/shared/01/05030000.xhp#absatztext"/>
<embed href="text/shared/00/00040500.xhp#syparagraph"/>
- <paragraph xml-lang="en-US" id="hd_id3153619" role="heading" level="2"><switchinline select="appl"><caseinline select="IMPRESS"><link href="text/shared/01/06050000.xhp" name="Numbering Symbols">Numbering Symbols</link>
+ <paragraph xml-lang="en-US" id="hd_id3153619" role="heading" level="2"><switchinline select="appl"><caseinline select="IMPRESS"><link href="text/shared/01/06050000.xhp">Numbering Symbols</link>
</caseinline></switchinline></paragraph>
<switch select="appl">
<case select="IMPRESS"><embed href="text/shared/01/06050000.xhp#numauftext"/>
diff --git a/source/text/simpress/main0204.xhp b/source/text/simpress/main0204.xhp
index 8c2125669a..85c1fa4ed4 100644
--- a/source/text/simpress/main0204.xhp
+++ b/source/text/simpress/main0204.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="slideviewbar">
-<h1 id="hd_id3150010"><link href="text/simpress/main0204.xhp" name="Slide View Bar">Slide View Bar</link></h1>
+<h1 id="hd_id3150010"><link href="text/simpress/main0204.xhp">Slide View Bar</link></h1>
<paragraph role="paragraph" id="par_id3146971" xml-lang="en-US"><ahelp hid="dummy">The <emph>Slide View</emph> bar opens with the Slide Sorter view.</ahelp></paragraph>
</section>
<embed href="text/simpress/02/04070000.xhp#rehearse_timings"/>
diff --git a/source/text/simpress/main0206.xhp b/source/text/simpress/main0206.xhp
index e9d43733dc..6c055e5e47 100644
--- a/source/text/simpress/main0206.xhp
+++ b/source/text/simpress/main0206.xhp
@@ -33,7 +33,7 @@
<section id="status_bar">
- <paragraph id="hd_id3153768" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/main0206.xhp" name="Status Bar">Status Bar</link></paragraph>
+ <paragraph id="hd_id3153768" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/main0206.xhp">Status Bar</link></paragraph>
<paragraph role="paragraph" id="par_id3154020" xml-lang="en-US">The status bar displays information about your document, including the currently selected object. You can double-click some status bar items to open a related dialog window.</paragraph>
</section>
<embed href="text/simpress/02/08020000.xhp#current_size"/>
diff --git a/source/text/simpress/main0209.xhp b/source/text/simpress/main0209.xhp
index 3b52836f85..96fa2161c4 100644
--- a/source/text/simpress/main0209.xhp
+++ b/source/text/simpress/main0209.xhp
@@ -33,12 +33,12 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3153191"><bookmark_value>rulers; in presentations</bookmark_value>
<bookmark_value>origin of rulers</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153191" xml-lang="en-US" level="1"><link href="text/simpress/main0209.xhp" name="Rulers">Rulers</link></paragraph>
+<paragraph role="heading" id="hd_id3153191" xml-lang="en-US" level="1"><link href="text/simpress/main0209.xhp">Rulers</link></paragraph>
<paragraph role="paragraph" id="par_id3149666" xml-lang="en-US">You can use vertical and horizontal rulers at the left and upper edges of the $[officename] Impress workspace to assist you in creating your slide. The sections of the rulers that cover the area of the slide are white.</paragraph>
<paragraph role="tip" id="par_id3153963" xml-lang="en-US">When you select an object, its dimensions are displayed on the rulers as gray double lines. To precisely resize the object, drag one of the double lines to a new location on the ruler.</paragraph>
<paragraph role="paragraph" id="par_id3150206" xml-lang="en-US">When you select a text object on a slide, indents and tabs are displayed on the horizontal ruler. To change the indent or tab settings for the text object, drag an indent or a tab marker to a new location on the ruler.</paragraph>
-<paragraph role="paragraph" id="par_id3150253" xml-lang="en-US">You can also drag a <link href="text/simpress/01/04030000.xhp" name="snap line">snap line</link> from a ruler to help you align objects on your slide. To insert a snap line using a ruler, drag the edge of a ruler into the slide.</paragraph>
-<paragraph role="paragraph" id="par_id3153820" xml-lang="en-US">To show or hide the rulers, choose <link href="text/simpress/01/03060000.xhp" name="View - Rulers"><emph>View - Rulers</emph></link>. </paragraph>
+<paragraph role="paragraph" id="par_id3150253" xml-lang="en-US">You can also drag a <link href="text/simpress/01/04030000.xhp">snap line</link> from a ruler to help you align objects on your slide. To insert a snap line using a ruler, drag the edge of a ruler into the slide.</paragraph>
+<paragraph role="paragraph" id="par_id3153820" xml-lang="en-US">To show or hide the rulers, choose <link href="text/simpress/01/03060000.xhp"><emph>View - Rulers</emph></link>. </paragraph>
<paragraph role="paragraph" id="par_id3148609" xml-lang="en-US">To specify the measurement units for a ruler, right-click the ruler, and then choose a new unit from the list.</paragraph>
<paragraph role="paragraph" id="par_id3149129" xml-lang="en-US">To change the origin (0 point) of the rulers, drag the intersection of the two rulers in the top left corner into the workspace. Vertical and horizontal guides appear. Continue to drag until the vertical and horizontal guides are where you want the new origin to be, and then release. To reset the origins of the rulers to the default values, double-click the intersection.</paragraph>
<paragraph role="paragraph" id="par_id3154651" xml-lang="en-US">To change the slide margins, drag the edge of the white areas in the rulers.</paragraph>
diff --git a/source/text/simpress/main0210.xhp b/source/text/simpress/main0210.xhp
index 0f83ce75cb..14fef863b0 100644
--- a/source/text/simpress/main0210.xhp
+++ b/source/text/simpress/main0210.xhp
@@ -26,7 +26,7 @@
<body>
<section id="drawingbar">
<!-- removed HID RID_DRAW_TOOLBOX -->
-<h1 id="hd_id3150342"><link href="text/simpress/main0210.xhp" name="Drawing Bar">Drawing Bar</link></h1>
+<h1 id="hd_id3150342"><link href="text/simpress/main0210.xhp">Drawing Bar</link></h1>
<paragraph role="paragraph" id="par_id3150202" xml-lang="en-US"><ahelp hid=".">The <emph>Drawing</emph> bar contains frequently used editing tools. Click the arrow next to an icon to open a toolbar that contains additional commands.</ahelp></paragraph>
</section>
@@ -52,7 +52,7 @@
<embed href="text/simpress/02/10080000.xhp#curve"/>
<embed href="text/simpress/00/00000004.xhp#sycurve"/>
<embed href="text/simpress/02/10100000.xhp#connectors"/>
-<h2 id="par_idN107C8"><link href="text/simpress/02/10120000.xhp" name="Lines and Arrows">Lines and Arrows</link></h2>
+<h2 id="par_idN107C8"><link href="text/simpress/02/10120000.xhp">Lines and Arrows</link></h2>
<paragraph role="paragraph" id="par_idN126D7" xml-lang="en-US">Opens the Arrows toolbar to insert lines and arrows.</paragraph>
<embed href="text/simpress/02/10090000.xhp#objects"/>
<embed href="text/simpress/02/10090000.xhp#syobjects"/>
@@ -68,18 +68,18 @@
<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_idN10770"><link href="text/shared/01/05270000.xhp" name="Points">Points</link></h2>
+<h2 id="par_idN10770"><link href="text/shared/01/05270000.xhp">Points</link></h2>
<paragraph role="paragraph" id="par_idN10780" xml-lang="en-US">Enables you to edit points on your drawing.</paragraph>
-<h2 id="par_idN10783"><link href="text/simpress/02/10030200.xhp" name="Gluepoints">Gluepoints</link></h2>
+<h2 id="par_idN10783"><link href="text/simpress/02/10030200.xhp">Gluepoints</link></h2>
<paragraph role="paragraph" id="par_idN10793" xml-lang="en-US">Enables you to edit gluepoints on your drawing.</paragraph>
<embed href="text/shared/02/fontwork.xhp#fontwork"/>
<embed href="text/shared/00/00000404.xhp#syfontworkgallery"/>
-<h2 id="par_idN10803"><link href="text/shared/01/04140000.xhp" name="From File">From File</link></h2>
+<h2 id="par_idN10803"><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"/>
<embed href="text/simpress/02/10110000.xhp#insert"/>
<embed href="text/simpress/02/10110000.xhp#syinsert"/>
-<h2 id="hd_id3153078"><link href="text/simpress/02/10030000.xhp" name="Rotate">Rotate</link></h2>
+<h2 id="hd_id3153078"><link href="text/simpress/02/10030000.xhp">Rotate</link></h2>
<paragraph role="paragraph" id="par_id3154556" xml-lang="en-US">This tool is used to rotate the object.</paragraph>
<embed href="text/simpress/02/10030000.xhp#rotate"/>
<embed href="text/shared/02/05110000.xhp#alignment"/>
diff --git a/source/text/simpress/main0211.xhp b/source/text/simpress/main0211.xhp
index 5265688f16..031d412c05 100644
--- a/source/text/simpress/main0211.xhp
+++ b/source/text/simpress/main0211.xhp
@@ -29,7 +29,7 @@
</meta>
<body>
<section id="outlinebar">
-<h1 id="hd_id3154013" xml-lang="en-US"><link href="text/simpress/main0211.xhp" name="Outline Bar">Outline Bar</link></h1>
+<h1 id="hd_id3154013" xml-lang="en-US"><link href="text/simpress/main0211.xhp">Outline Bar</link></h1>
<paragraph role="paragraph" id="par_id3145252" xml-lang="en-US"><ahelp hid=".">In<emph> Outline View</emph>, the Outline bar contains frequently used editing tools.</ahelp> Click the arrow next to an icon to open a toolbar that contains additional commands.</paragraph>
</section>
<embed href="text/shared/02/06050000.xhp#demote_one_level"/>
diff --git a/source/text/simpress/main0212.xhp b/source/text/simpress/main0212.xhp
index 9628b69b91..6c5c57d2c2 100644
--- a/source/text/simpress/main0212.xhp
+++ b/source/text/simpress/main0212.xhp
@@ -28,12 +28,12 @@
</meta>
<body>
<section id="slidesorterbar">
-<h1 id="hd_id3149664"><link href="text/simpress/main0212.xhp" name="Slide Sorter Bar">Slide Sorter Bar</link></h1>
+<h1 id="hd_id3149664"><link href="text/simpress/main0212.xhp">Slide Sorter Bar</link></h1>
<paragraph role="paragraph" id="par_id3146970" xml-lang="en-US"><ahelp hid=".">In<emph> Slide Sorter</emph> view, the <emph>Slide Sorter</emph> bar can be used.</ahelp></paragraph>
</section>
<embed href="text/shared/02/18010000.xhp#selection"/>
<embed href="text/shared/02/18010000.xhp#syselection"/>
-<h2 id="hd_id3153711"><link href="text/simpress/01/03130000.xhp" name="Slide Show">Slide Show</link></h2>
+<h2 id="hd_id3153711"><link href="text/simpress/01/03130000.xhp">Slide Show</link></h2>
<embed href="text/simpress/01/03130000.xhp#bldpra"/>
<embed href="text/simpress/00/00000403.xhp#syslide_show"/>
</body>
diff --git a/source/text/simpress/main0213.xhp b/source/text/simpress/main0213.xhp
index 9cc6d74955..48e1906a54 100644
--- a/source/text/simpress/main0213.xhp
+++ b/source/text/simpress/main0213.xhp
@@ -30,40 +30,40 @@
</meta>
<body>
<section id="optionsbar">
-<paragraph role="heading" id="hd_id3150012" xml-lang="en-US" level="1"><link href="text/simpress/main0213.xhp" name="Options Bar">Options Bar</link></paragraph>
+<paragraph role="heading" id="hd_id3150012" xml-lang="en-US" level="1"><link href="text/simpress/main0213.xhp">Options Bar</link></paragraph>
<paragraph role="paragraph" id="par_id3146971" xml-lang="en-US">To display the <emph>Options Bar</emph>, choose <emph>View - Toolbars - Options</emph>.</paragraph>
</section>
<section id="howtoget">
<embed href="text/simpress/00/00000403.xhp#option"/>
</section><comment>UFI: changed some links, see #i52549</comment><embed href="text/simpress/02/13020000.xhp#rotation_mode"/>
<embed href="text/simpress/02/13020000.xhp#syrotation_mode"/>
-<paragraph role="heading" id="hd_id3148487" xml-lang="en-US" level="2"><link href="text/shared/02/01171200.xhp" name="Display Grid">Display Grid</link></paragraph>
+<paragraph role="heading" id="hd_id3148487" xml-lang="en-US" level="2"><link href="text/shared/02/01171200.xhp">Display Grid</link></paragraph>
<embed href="text/shared/optionen/01050100.xhp#rastersicht"/>
<embed href="text/shared/02/01171200.xhp#sydisplay_grid"/>
<embed href="text/simpress/02/13050000.xhp#show_snap_lines"/>
<embed href="text/simpress/02/13050000.xhp#syshow_snap_lines"/>
-<paragraph role="heading" id="hd_id3148700" xml-lang="en-US" level="2"><link href="text/shared/02/01171400.xhp" name="Helplines While Moving">Helplines While Moving</link></paragraph>
+<paragraph role="heading" id="hd_id3148700" xml-lang="en-US" level="2"><link href="text/shared/02/01171400.xhp">Helplines While Moving</link></paragraph>
<embed href="text/shared/optionen/01070100.xhp#verschieb"/>
<embed href="text/shared/02/01171400.xhp#syhline"/>
-<paragraph role="heading" id="hd_id3149603" xml-lang="en-US" level="2"><link href="text/shared/02/01171300.xhp" name="Snap to Grid">Snap to Grid</link></paragraph>
+<paragraph role="heading" id="hd_id3149603" xml-lang="en-US" level="2"><link href="text/shared/02/01171300.xhp">Snap to Grid</link></paragraph>
<embed href="text/shared/optionen/01050100.xhp#snap_to_grid"/>
<embed href="text/shared/02/01171300.xhp#sysnap_to_grid"/>
-<paragraph role="heading" id="hd_id3143233" xml-lang="en-US" level="2"><link href="text/simpress/02/13140000.xhp" name="Snap to Snap Lines">Snap to Snap Lines</link></paragraph>
+<paragraph role="heading" id="hd_id3143233" xml-lang="en-US" level="2"><link href="text/simpress/02/13140000.xhp">Snap to Snap Lines</link></paragraph>
<embed href="text/shared/optionen/01070300.xhp#anlinie"/>
<embed href="text/simpress/02/13140000.xhp#sysnap_to_snap_guides"/>
-<paragraph role="heading" id="hd_id3146966" xml-lang="en-US" level="2"><link href="text/simpress/02/13150000.xhp" name="Snap to Page Margins">Snap to Page Margins</link></paragraph>
+<paragraph role="heading" id="hd_id3146966" xml-lang="en-US" level="2"><link href="text/simpress/02/13150000.xhp">Snap to Page Margins</link></paragraph>
<embed href="text/shared/optionen/01070300.xhp#seitenrand"/>
<embed href="text/simpress/02/13150000.xhp#sysnap_to_page_margins"/>
-<paragraph role="heading" id="hd_id3149051" xml-lang="en-US" level="2"><link href="text/simpress/02/13160000.xhp" name="Snap to Object Border">Snap to Object Border</link></paragraph>
+<paragraph role="heading" id="hd_id3149051" xml-lang="en-US" level="2"><link href="text/simpress/02/13160000.xhp">Snap to Object Border</link></paragraph>
<embed href="text/shared/optionen/01070300.xhp#rahmen"/>
<embed href="text/simpress/02/13160000.xhp#sysnap_to_object_border"/>
-<paragraph role="heading" id="hd_id3150392" xml-lang="en-US" level="2"><link href="text/simpress/02/13170000.xhp" name="Snap to Object Points">Snap to Object Points</link></paragraph>
+<paragraph role="heading" id="hd_id3150392" xml-lang="en-US" level="2"><link href="text/simpress/02/13170000.xhp">Snap to Object Points</link></paragraph>
<embed href="text/shared/optionen/01070300.xhp#opunkte"/>
<embed href="text/simpress/02/13170000.xhp#sysnap_to_object_points"/>
-<paragraph role="heading" id="hd_id3156401" xml-lang="en-US" level="2"><link href="text/simpress/02/13180000.xhp" name="Allow Quick Editing">Allow Quick Editing</link></paragraph>
+<paragraph role="heading" id="hd_id3156401" xml-lang="en-US" level="2"><link href="text/simpress/02/13180000.xhp">Allow Quick Editing</link></paragraph>
<embed href="text/shared/optionen/01070500.xhp#schnellbearb"/>
<embed href="text/simpress/02/13180000.xhp#syallow_quick_editing"/>
-<paragraph role="heading" id="hd_id3145823" xml-lang="en-US" level="2"><link href="text/simpress/02/13190000.xhp" name="Select Text Area Only">Select Text Area Only</link></paragraph>
+<paragraph role="heading" id="hd_id3145823" xml-lang="en-US" level="2"><link href="text/simpress/02/13190000.xhp">Select Text Area Only</link></paragraph>
<embed href="text/shared/optionen/01070500.xhp#textbereich"/>
<embed href="text/simpress/02/13190000.xhp#syselect_text_area_only"/>
<embed href="text/simpress/02/13060000.xhp#doubleclick_textedit"/>
diff --git a/source/text/simpress/main0214.xhp b/source/text/simpress/main0214.xhp
index dc0bba8042..f3e784fb3a 100644
--- a/source/text/simpress/main0214.xhp
+++ b/source/text/simpress/main0214.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="imagebar">
-<paragraph role="heading" id="hd_id3151245" xml-lang="en-US" level="1"><link href="text/simpress/main0214.xhp" name="Image Bar">Image Bar</link></paragraph>
+<paragraph role="heading" id="hd_id3151245" xml-lang="en-US" level="1"><link href="text/simpress/main0214.xhp">Image Bar</link></paragraph>
<paragraph role="paragraph" id="par_id3150543" xml-lang="en-US">Use the <emph>Image</emph> bar to set the color, contrast, and brightness options for the selected graphic object(s).</paragraph>
</section>
<embed href="text/shared/02/24010000.xhp#filter"/>
diff --git a/source/text/simpress/main0503.xhp b/source/text/simpress/main0503.xhp
index 562a3aa5c0..cebdcababa 100644
--- a/source/text/simpress/main0503.xhp
+++ b/source/text/simpress/main0503.xhp
@@ -33,7 +33,7 @@
<section id="features">
- <paragraph id="hd_id3146119" role="heading" level="1" xml-lang="en-US"><variable id="main0503"><link href="text/simpress/main0503.xhp" name="$[officename] Impress Features">$[officename] Impress Features</link></variable></paragraph>
+ <paragraph id="hd_id3146119" role="heading" level="1" xml-lang="en-US"><variable id="main0503"><link href="text/simpress/main0503.xhp">$[officename] Impress Features</link></variable></paragraph>
<paragraph role="paragraph" id="par_id3151074" xml-lang="en-US">$[officename] Impress lets you create professional slide shows that can include charts, drawing objects, text, multimedia and a variety of other items. If you want, you can even import and modify Microsoft PowerPoint presentations.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3149379" xml-lang="en-US">For on-screen slide shows, animation, slide transitions and multimedia are a few of the techniques you can use to make your presentation more exciting.</paragraph>
diff --git a/source/text/simpress/main_edit.xhp b/source/text/simpress/main_edit.xhp
index a4ecca22cb..16ee1d16c2 100644
--- a/source/text/simpress/main_edit.xhp
+++ b/source/text/simpress/main_edit.xhp
@@ -31,7 +31,7 @@
<section id="edit">
<bookmark xml-lang="en-US" branch="hid/.uno:EditMenu" id="bm_id4737388" localize="false"/>
-<h1 id="hd_id3153726"><link href="text/simpress/main_edit.xhp" name="Edit">Edit</link></h1>
+<h1 id="hd_id3153726"><link href="text/simpress/main_edit.xhp">Edit</link></h1>
<paragraph id="par_id3151075" role="paragraph" xml-lang="en-US"><ahelp hid=".">This menu contains commands for editing the contents of the current document.</ahelp></paragraph>
</section>
<embed href="text/shared/01/02010000.xhp#undo"/>
@@ -46,21 +46,21 @@
<embed href="text/shared/01/02100000.xhp#find_and_replace"/>
<embed href="text/simpress/01/02120000.xhp#duplicate"/>
-<h2 id="hd_id3154649"><link href="text/shared/01/05270000.xhp" name="Points">Points</link></h2>
+<h2 id="hd_id3154649"><link href="text/shared/01/05270000.xhp">Points</link></h2>
<paragraph id="par_id3154766" role="paragraph" xml-lang="en-US">Switches the <emph>Edit Points</emph> mode on and off.</paragraph>
-<h2 id="hd_id3145116"><link href="text/simpress/02/10030200.xhp" name="Gluepoints">Gluepoints</link></h2>
+<h2 id="hd_id3145116"><link href="text/simpress/02/10030200.xhp">Gluepoints</link></h2>
<paragraph id="par_id3147403" role="paragraph" xml-lang="en-US">Switches the <emph>Edit Gluepoints</emph> mode on and off.</paragraph>
<embed href="text/shared/02/09070000.xhp#hyperlink"/>
-<h2 id="hd_id3150396"><link href="text/simpress/01/02160000.xhp" name="Fields">Fields</link></h2>
+<h2 id="hd_id3150396"><link href="text/simpress/01/02160000.xhp">Fields</link></h2>
<embed href="text/simpress/01/02160000.xhp#fields_text"/>
<embed href="text/simpress/01/02130000.xhp#delete_slide"/>
-<h2 id="hd_id3149355"><link href="text/shared/01/02180000.xhp" name="Links">Links</link></h2>
+<h2 id="hd_id3149355"><link href="text/shared/01/02180000.xhp">Links</link></h2>
<embed href="text/shared/01/02180000.xhp#links_text"/>
-<h2 id="hd_id0914201502131542"><link href="text/shared/01/02200000.xhp" name="Object">Object</link></h2>
+<h2 id="hd_id0914201502131542"><link href="text/shared/01/02200000.xhp">Object</link></h2>
<embed href="text/shared/01/02200000.xhp#object_text"/>
</body>
diff --git a/source/text/simpress/main_format.xhp b/source/text/simpress/main_format.xhp
index 91c99411d9..d956a80a80 100644
--- a/source/text/simpress/main_format.xhp
+++ b/source/text/simpress/main_format.xhp
@@ -27,14 +27,14 @@
<section id="format">
<bookmark xml-lang="en-US" branch="hid/.uno:FormatMenu" id="bm_id4682149" localize="false"/>
- <h1 id="hd_id3152596"><link href="text/simpress/main_format.xhp" name="Format">Format</link></h1>
+ <h1 id="hd_id3152596"><link href="text/simpress/main_format.xhp">Format</link></h1>
<paragraph id="par_id3145801" role="paragraph" xml-lang="en-US"><ahelp hid=".">Contains commands for formatting the layout and the contents of your document.</ahelp></paragraph>
</section>
<embed href="text/shared/submenu_text.xhp#submenu_text"/>
<embed href="text/shared/submenu_spacing.xhp#submenu_spacing"/>
<embed href="text/swriter/main0105.xhp#Align-and-Lists"/><comment>temporary solution for "Align Text", until submenu is made</comment>
- <h2 id="hd_id951602975070826"><link href="text/simpress/format_submenu_lists.xhp" name="Impress Format list submenu">Lists</link></h2>
+ <h2 id="hd_id951602975070826"><link href="text/simpress/format_submenu_lists.xhp">Lists</link></h2>
<paragraph role="paragraph" id="par_id461602975083850">Opens a submenu where you can modify the formatting of list paragraphs.</paragraph>
<embed href="text/shared/01/05010000.xhp#standard"/>
@@ -42,13 +42,13 @@
<h2 id="hd_id451615217475502">Styles</h2>
<paragraph role="paragraph" id="par_id41615217505414">Shows commands to edit, update, create, and manage styles.</paragraph><comment>Needs a submenu page</comment>
- <h2 id="hd_id3147401"><link href="text/shared/01/05020000.xhp" name="Character">Character</link></h2>
+ <h2 id="hd_id3147401"><link href="text/shared/01/05020000.xhp">Character</link></h2>
<embed href="text/shared/01/05020000.xhp#zeichentext"/>
- <h2 id="hd_id3149941"><link href="text/shared/01/05030000.xhp" name="Paragraph">Paragraph</link></h2>
+ <h2 id="hd_id3149941"><link href="text/shared/01/05030000.xhp">Paragraph</link></h2>
<embed href="text/shared/01/05030000.xhp#absatztext"/>
- <h2 id="hd_id3147299"><link href="text/shared/01/06050000.xhp" name="Numbering/Bullets">Bullets and Numbering</link></h2>
+ <h2 id="hd_id3147299"><link href="text/shared/01/06050000.xhp">Bullets and Numbering</link></h2>
<embed href="text/shared/01/06050000.xhp#numauftext"/>
<h2 id="hd_id801615217485302">Table</h2>
diff --git a/source/text/simpress/main_tools.xhp b/source/text/simpress/main_tools.xhp
index c39b110725..5146392aec 100644
--- a/source/text/simpress/main_tools.xhp
+++ b/source/text/simpress/main_tools.xhp
@@ -31,13 +31,13 @@
<section id="tools">
<bookmark xml-lang="en-US" branch="hid/.uno:ToolsMenu" id="bm_id9877010" localize="false"/>
-<paragraph id="hd_id3154017" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/main_tools.xhp" name="Tools">Tools</link></paragraph>
+<paragraph id="hd_id3154017" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/main_tools.xhp">Tools</link></paragraph>
<paragraph id="par_id3155064" role="paragraph" xml-lang="en-US"><ahelp hid=".">Contains spelling tools, a gallery of object art that you can add to your document, as well as tools for configuring menus, and setting program preferences.</ahelp></paragraph>
</section>
<embed href="text/shared/01/06990000.xhp#spelling"/>
<embed href="text/shared/01/06010500.xhp#language"/>
<embed href="text/shared/01/gallery.xhp#stargallery"/>
-<paragraph id="hd_id3145590" role="heading" level="2" xml-lang="en-US"><link href="text/shared/01/02220000.xhp" name="ImageMap">ImageMap</link></paragraph>
+<paragraph id="hd_id3145590" role="heading" level="2" xml-lang="en-US"><link href="text/shared/01/02220000.xhp">ImageMap</link></paragraph>
<embed href="text/shared/01/02220000.xhp#imagemaptext"/>
<embed href="text/shared/01/06030000.xhp#color_replacer"/>
<embed href="text/shared/01/mediaplayer.xhp#mediaplayer"/>
@@ -45,10 +45,10 @@
<embed href="text/shared/01/packagemanager.xhp#packagemanager"/>
<embed href="text/shared/01/06150000.xhp#xmlfilter"/>
-<paragraph id="hd_id3153248" role="heading" level="2" xml-lang="en-US"><link href="text/shared/01/06040000.xhp" name="AutoCorrect">AutoCorrect Options</link></paragraph>
+<paragraph id="hd_id3153248" role="heading" level="2" xml-lang="en-US"><link href="text/shared/01/06040000.xhp">AutoCorrect Options</link></paragraph>
<embed href="text/shared/01/06040000.xhp#autoko"/>
-<paragraph id="hd_id3149130" role="heading" level="2" xml-lang="en-US"><link href="text/shared/01/06140000.xhp" name="Customize">Customize</link></paragraph>
+<paragraph id="hd_id3149130" role="heading" level="2" xml-lang="en-US"><link href="text/shared/01/06140000.xhp">Customize</link></paragraph>
<embed href="text/shared/01/06140000.xhp#anpassen"/>
<embed href="text/shared/optionen/01000000.xhp#options"/>
</body>
diff --git a/source/text/simpress/submenu_object_shape.xhp b/source/text/simpress/submenu_object_shape.xhp
index cf0b7bfa29..4c048f9b9b 100644
--- a/source/text/simpress/submenu_object_shape.xhp
+++ b/source/text/simpress/submenu_object_shape.xhp
@@ -16,7 +16,7 @@
</meta>
<body>
<section id="objectshape">
-<h1 id="hd_id231615117568430"><link href="text/simpress/submenu_object_shape.xhp" name="Object and Shape">Textbox and Shape</link></h1>
+<h1 id="hd_id231615117568430"><link href="text/simpress/submenu_object_shape.xhp">Textbox and Shape</link></h1>
<paragraph role="paragraph" id="par_id111615131426235">Opens a submenu to edit the properties of the selected textbox or shape.</paragraph>
</section>
<embed href="text/shared/01/05230000.xhp#position_and_size"/>
diff --git a/source/text/smath/01/02080000.xhp b/source/text/smath/01/02080000.xhp
index d62e92ce78..1526441973 100644
--- a/source/text/smath/01/02080000.xhp
+++ b/source/text/smath/01/02080000.xhp
@@ -33,7 +33,7 @@
<bookmark_value>markers; definition</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:NextMark" id="bm_id3145790" localize="false"/>
-<paragraph role="heading" id="hd_id3154702" xml-lang="en-US" level="1"><link href="text/smath/01/02080000.xhp" name="Next Marker">Next Marker</link></paragraph>
+<paragraph role="heading" id="hd_id3154702" xml-lang="en-US" level="1"><link href="text/smath/01/02080000.xhp">Next Marker</link></paragraph>
<paragraph role="paragraph" id="par_id3150208" xml-lang="en-US"><ahelp hid="SID_NEXTMARK">Moves the cursor to the next marker (to the right).</ahelp></paragraph>
</section>
<paragraph role="note" id="par_id3149051" xml-lang="en-US">"Markers" are placeholders. They take the form of &lt;?&gt; in the <emph>Commands</emph> window.</paragraph>
diff --git a/source/text/smath/01/02090000.xhp b/source/text/smath/01/02090000.xhp
index 95db9d13a1..41e34d5eb3 100644
--- a/source/text/smath/01/02090000.xhp
+++ b/source/text/smath/01/02090000.xhp
@@ -30,7 +30,7 @@
<bookmark branch="index" xml-lang="en-US" id="bm_id3153770"><bookmark_value>markers; previous</bookmark_value><bookmark_value>placeholders; previous marker</bookmark_value></bookmark>
<bookmark branch="hid/.uno:PrevMark" xml-lang="en-US" id="bm_id34242422" localize="false"/>
- <paragraph id="hd_id3153770" role="heading" level="1" xml-lang="en-US"><link href="text/smath/01/02090000.xhp" name="Previous Marker">Previous Marker</link></paragraph>
+ <paragraph id="hd_id3153770" role="heading" level="1" xml-lang="en-US"><link href="text/smath/01/02090000.xhp">Previous Marker</link></paragraph>
<paragraph role="paragraph" id="par_id3145252" xml-lang="en-US"><ahelp hid="SID_PREVMARK" visibility="visible">Moves the cursor to the previous marker (to the left).</ahelp></paragraph>
</section>
<paragraph xml-lang="en-US" role="note" id="par_id3148488">"Markers" are placeholders. They take the form of &lt;?&gt; in the <emph>Commands</emph> window.</paragraph>
diff --git a/source/text/smath/01/02100000.xhp b/source/text/smath/01/02100000.xhp
index 37569d403b..bfe089d419 100644
--- a/source/text/smath/01/02100000.xhp
+++ b/source/text/smath/01/02100000.xhp
@@ -32,7 +32,7 @@
<bookmark_value>finding ;errors in %PRODUCTNAME Math</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:NextError" id="bm_id3150208" localize="false"/>
-<paragraph role="heading" id="hd_id3150299" xml-lang="en-US" level="1"><link href="text/smath/01/02100000.xhp" name="Next Error">Next Error</link></paragraph>
+<paragraph role="heading" id="hd_id3150299" xml-lang="en-US" level="1"><link href="text/smath/01/02100000.xhp">Next Error</link></paragraph>
<paragraph role="paragraph" id="par_id3145387" xml-lang="en-US"><ahelp hid="SID_NEXTERR">Moves the cursor to the next error (moving right).</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/smath/01/02110000.xhp b/source/text/smath/01/02110000.xhp
index a9668d002d..429338e6b5 100644
--- a/source/text/smath/01/02110000.xhp
+++ b/source/text/smath/01/02110000.xhp
@@ -30,7 +30,7 @@
<section id="previous_error">
<bookmark xml-lang="en-US" branch="index" id="bm_id3147434"><bookmark_value>error search; previous error</bookmark_value></bookmark>
<bookmark branch="hid/.uno:PrevError" xml-lang="en-US" id="bm_id3866654" localize="false"/>
-<paragraph id="hd_id3147434" role="heading" level="1" xml-lang="en-US"><link href="text/smath/01/02110000.xhp" name="Previous Error">Previous Error</link></paragraph>
+<paragraph id="hd_id3147434" role="heading" level="1" xml-lang="en-US"><link href="text/smath/01/02110000.xhp">Previous Error</link></paragraph>
<paragraph role="paragraph" id="par_id3145799" xml-lang="en-US"><ahelp hid="SID_PREVERR" visibility="visible">Moves the cursor to the previous error (moving left).</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/smath/01/03040000.xhp b/source/text/smath/01/03040000.xhp
index d3b4b2a34c..84e59d8f2c 100644
--- a/source/text/smath/01/03040000.xhp
+++ b/source/text/smath/01/03040000.xhp
@@ -35,8 +35,8 @@
<bookmark_value>formulas; increasing size of display</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ZoomIn" id="bm_id3153190" localize="false"/>
-<paragraph role="heading" id="hd_id3153770" xml-lang="en-US" level="1"><link href="text/smath/01/03040000.xhp" name="Zoom In">Zoom In</link></paragraph>
-<paragraph role="paragraph" id="par_id3154490" xml-lang="en-US"><ahelp hid=".">Increases the display scale of the formula by 25%.</ahelp> The current zoom factor is displayed on the status bar. A selection of available zoom options is accessible through the <link href="text/shared/00/00000001.xhp#contextmenu" name="context menu">context menu</link>. The context menu in the work area also contains zoom commands.</paragraph>
+<paragraph role="heading" id="hd_id3153770" xml-lang="en-US" level="1"><link href="text/smath/01/03040000.xhp">Zoom In</link></paragraph>
+<paragraph role="paragraph" id="par_id3154490" xml-lang="en-US"><ahelp hid=".">Increases the display scale of the formula by 25%.</ahelp> The current zoom factor is displayed on the status bar. A selection of available zoom options is accessible through the <link href="text/shared/00/00000001.xhp#contextmenu">context menu</link>. The context menu in the work area also contains zoom commands.</paragraph>
</section>
<section id="howtoget">
<embed href="text/smath/00/00000004.xhp#zoom_in"/>
diff --git a/source/text/smath/01/03050000.xhp b/source/text/smath/01/03050000.xhp
index 3adfe125dd..d96a49b922 100644
--- a/source/text/smath/01/03050000.xhp
+++ b/source/text/smath/01/03050000.xhp
@@ -37,8 +37,8 @@
<bookmark_value>zooming out on formula display</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ZoomOut" id="bm_id3154704" localize="false"/>
-<paragraph role="heading" id="hd_id3147338" xml-lang="en-US" level="1"><link href="text/smath/01/03050000.xhp" name="Zoom Out">Zoom Out</link></paragraph>
-<paragraph role="paragraph" id="par_id3150249" xml-lang="en-US"><ahelp hid=".">Decreases the display scale of formulas by 25%.</ahelp> The current zoom factor is displayed on the status bar. A selection of available zoom options is accessible through the <link href="text/shared/00/00000001.xhp#contextmenu" name="context menu">context menu</link>. The context menu in the work area also contains zoom commands.</paragraph>
+<paragraph role="heading" id="hd_id3147338" xml-lang="en-US" level="1"><link href="text/smath/01/03050000.xhp">Zoom Out</link></paragraph>
+<paragraph role="paragraph" id="par_id3150249" xml-lang="en-US"><ahelp hid=".">Decreases the display scale of formulas by 25%.</ahelp> The current zoom factor is displayed on the status bar. A selection of available zoom options is accessible through the <link href="text/shared/00/00000001.xhp#contextmenu">context menu</link>. The context menu in the work area also contains zoom commands.</paragraph>
</section>
<section id="howtoget">
<embed href="text/smath/00/00000004.xhp#zoom_out"/>
diff --git a/source/text/smath/01/03060000.xhp b/source/text/smath/01/03060000.xhp
index cb370d7009..9673410bd1 100644
--- a/source/text/smath/01/03060000.xhp
+++ b/source/text/smath/01/03060000.xhp
@@ -33,8 +33,8 @@
<bookmark_value>formulas; maximum size</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ZoomOptimal" id="bm_id311789" localize="false"/>
-<paragraph role="heading" id="hd_id3147340" xml-lang="en-US" level="1"><link href="text/smath/01/03060000.xhp" name="Show All">Show All</link></paragraph>
-<paragraph role="paragraph" id="par_id3148571" xml-lang="en-US"><ahelp hid=".">Displays the entire formula in the maximum size possible so that all elements are included. The formula is reduced or enlarged so that all formula elements can be displayed in the work area.</ahelp> The current zoom factor is displayed on the status bar. A selection of available zoom options is accessible through the <link href="text/shared/00/00000001.xhp#contextmenu" name="context menu">context menu</link>. The context menu in the work area also contains zoom commands. The zoom commands and icons are only available in Math documents, not for embedded Math objects.</paragraph>
+<paragraph role="heading" id="hd_id3147340" xml-lang="en-US" level="1"><link href="text/smath/01/03060000.xhp">Show All</link></paragraph>
+<paragraph role="paragraph" id="par_id3148571" xml-lang="en-US"><ahelp hid=".">Displays the entire formula in the maximum size possible so that all elements are included. The formula is reduced or enlarged so that all formula elements can be displayed in the work area.</ahelp> The current zoom factor is displayed on the status bar. A selection of available zoom options is accessible through the <link href="text/shared/00/00000001.xhp#contextmenu">context menu</link>. The context menu in the work area also contains zoom commands. The zoom commands and icons are only available in Math documents, not for embedded Math objects.</paragraph>
</section>
<section id="howtoget">
<embed href="text/smath/00/00000004.xhp#show_all"/>
diff --git a/source/text/smath/01/03070000.xhp b/source/text/smath/01/03070000.xhp
index 4e8229002f..10b1db5ff0 100644
--- a/source/text/smath/01/03070000.xhp
+++ b/source/text/smath/01/03070000.xhp
@@ -32,7 +32,7 @@
<bookmark_value>formula view; updating</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:Draw" id="bm_id3188888" localize="false"/>
-<paragraph role="heading" id="hd_id3153768" xml-lang="en-US" level="1"><link href="text/smath/01/03070000.xhp" name="Update">Update</link></paragraph>
+<paragraph role="heading" id="hd_id3153768" xml-lang="en-US" level="1"><link href="text/smath/01/03070000.xhp">Update</link></paragraph>
<paragraph role="paragraph" id="par_id3153729" xml-lang="en-US"><ahelp hid="SID_DRAW">This command updates the formula in the document window.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id3145253" xml-lang="en-US">Changes in the <emph>Commands</emph> window are automatically updated if <emph>AutoUpdate Display</emph> is activated.</paragraph>
</section>
diff --git a/source/text/smath/01/03080000.xhp b/source/text/smath/01/03080000.xhp
index 8aadc143cf..06c6aa1ced 100644
--- a/source/text/smath/01/03080000.xhp
+++ b/source/text/smath/01/03080000.xhp
@@ -31,7 +31,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3154702"><bookmark_value>changes; accepting automatically</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:RedrawAutomatic" id="bm_id344433388" localize="false"/>
-<paragraph role="heading" id="hd_id3154702" xml-lang="en-US" level="1"><link href="text/smath/01/03080000.xhp" name="AutoUpdate Display">AutoUpdate Display</link></paragraph>
+<paragraph role="heading" id="hd_id3154702" xml-lang="en-US" level="1"><link href="text/smath/01/03080000.xhp">AutoUpdate Display</link></paragraph>
<paragraph role="paragraph" id="par_id3154656" xml-lang="en-US"><ahelp hid=".">Automatically updates a modified formula. If you do not select this option, the formula will only be updated after you choose <emph>View - Update</emph> or press F9.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/smath/01/03090000.xhp b/source/text/smath/01/03090000.xhp
index 73fecf69b6..dbb713f3b0 100644
--- a/source/text/smath/01/03090000.xhp
+++ b/source/text/smath/01/03090000.xhp
@@ -36,11 +36,11 @@
<bookmark xml-lang="en-US" branch="hid/.uno:ToolBox" id="bm_id3777779" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/smath/ui/dockingelements/listbox" id="bm_id71579880184043" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/smath/ui/dockingelements/box" id="bm_id921579880253411" localize="false"/>
-<h1 id="hd_id3155963"><variable id="func_win"><link href="text/smath/01/03090000.xhp" name="Elements">Elements</link>
+<h1 id="hd_id3155963"><variable id="func_win"><link href="text/smath/01/03090000.xhp">Elements</link>
</variable></h1>
<paragraph xml-lang="en-US" id="par_id3149500" role="paragraph"><ahelp hid="SID_TOOLBOX">This is a list of operators, functions, symbols and format options that can be inserted into the formula.</ahelp></paragraph>
</section>
- <paragraph xml-lang="en-US" id="par_id3148699" role="paragraph">Some <link href="text/smath/01/03090900.xhp" name="examples">examples</link> show you the range of operations.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3148699" role="paragraph">Some <link href="text/smath/01/03090900.xhp">examples</link> show you the range of operations.</paragraph>
<paragraph xml-lang="en-US" id="par_id3151244" role="paragraph">The selection window is divided into two parts. Clicking a symbol at the top of the window displays its subordinate symbols in the lower half of the window.</paragraph>
<paragraph xml-lang="en-US" id="par_id3153250" role="paragraph">You can access the same functions in submenus through the context menu of the <emph>Commands</emph> window.</paragraph>
<section id="howtoget">
diff --git a/source/text/smath/01/03090100.xhp b/source/text/smath/01/03090100.xhp
index f9c37a7f6b..5b4ee43329 100644
--- a/source/text/smath/01/03090100.xhp
+++ b/source/text/smath/01/03090100.xhp
@@ -57,8 +57,8 @@
<bookmark_value>user-defined operators;unary and binary</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_UNBINOPS_TBX" id="bm_id3150200" localize="false"/>
-<paragraph role="heading" id="hd_id3150342" xml-lang="en-US" level="1"><link href="text/smath/01/03090100.xhp" name="Unary/Binary Operators">Unary/Binary Operators</link></paragraph>
-<paragraph role="paragraph" id="par_id3151241" xml-lang="en-US">You can choose various unary and binary operators to build your $[officename] Math formula. Unary refers to operators that affect one placeholder. Binary refers to operators that connect two placeholders. The lower area of the Elements pane displays the individual operators. The <link href="text/shared/00/00000001.xhp#contextmenu" name="context menu">context menu</link> of the <emph>Commands</emph> window also contains a list of these operators, as well as additional operators. If you need an operator that is not contained in the Elements pane, use the context menu or type it directly in the <emph>Commands</emph> window.</paragraph>
+<paragraph role="heading" id="hd_id3150342" xml-lang="en-US" level="1"><link href="text/smath/01/03090100.xhp">Unary/Binary Operators</link></paragraph>
+<paragraph role="paragraph" id="par_id3151241" xml-lang="en-US">You can choose various unary and binary operators to build your $[officename] Math formula. Unary refers to operators that affect one placeholder. Binary refers to operators that connect two placeholders. The lower area of the Elements pane displays the individual operators. The <link href="text/shared/00/00000001.xhp#contextmenu">context menu</link> of the <emph>Commands</emph> window also contains a list of these operators, as well as additional operators. If you need an operator that is not contained in the Elements pane, use the context menu or type it directly in the <emph>Commands</emph> window.</paragraph>
</section>
<section id="howtoget">
<embed href="text/smath/00/00000004.xhp#unary_binary"/>
diff --git a/source/text/smath/01/03090200.xhp b/source/text/smath/01/03090200.xhp
index 742300282b..3fab028351 100644
--- a/source/text/smath/01/03090200.xhp
+++ b/source/text/smath/01/03090200.xhp
@@ -73,8 +73,8 @@
<bookmark_value>succeeds or equivalent relation</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_RELATIONS_TBX" id="bm_id3145204" localize="false"/>
-<paragraph role="heading" id="hd_id3156316" xml-lang="en-US" level="1"><link href="text/smath/01/03090200.xhp" name="Relations">Relations</link></paragraph>
-<paragraph role="paragraph" id="par_id3153152" xml-lang="en-US">You can choose among various relations to structure your <emph>$[officename] Math</emph> formula. The relation functions are displayed in the lower part of the Elements pane. The list is also in the <link href="text/shared/00/00000001.xhp#kontextmenue" name="context menu">context menu</link> of the <emph>Commands</emph> window. All relations that are not contained in the Elements pane or in the context menu can be typed manually in the Commands window.</paragraph>
+<paragraph role="heading" id="hd_id3156316" xml-lang="en-US" level="1"><link href="text/smath/01/03090200.xhp">Relations</link></paragraph>
+<paragraph role="paragraph" id="par_id3153152" xml-lang="en-US">You can choose among various relations to structure your <emph>$[officename] Math</emph> formula. The relation functions are displayed in the lower part of the Elements pane. The list is also in the <link href="text/shared/00/00000001.xhp#kontextmenue">context menu</link> of the <emph>Commands</emph> window. All relations that are not contained in the Elements pane or in the context menu can be typed manually in the Commands window.</paragraph>
</section>
<section id="howtoget">
<embed href="text/smath/00/00000004.xhp#relations"/>
diff --git a/source/text/smath/01/03090300.xhp b/source/text/smath/01/03090300.xhp
index e74d8ab28b..9c90ac4f71 100644
--- a/source/text/smath/01/03090300.xhp
+++ b/source/text/smath/01/03090300.xhp
@@ -43,8 +43,8 @@
<bookmark_value>summation</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_OPERATORS_TBX" id="bm_id3153623" localize="false"/>
-<paragraph role="heading" id="hd_id3153150" xml-lang="en-US" level="1"><link href="text/smath/01/03090300.xhp" name="Operators">Operators</link></paragraph>
-<paragraph role="paragraph" id="par_id3149755" xml-lang="en-US">You can choose among various operators to structure your <emph>$[officename] Math</emph> formula. All available operators appear in the lower part of the Elements pane. They are also listed in the <link href="text/shared/00/00000001.xhp#contextmenu" name="context menu">context menu</link> of the <emph>Commands</emph> window. All operators not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window.</paragraph>
+<paragraph role="heading" id="hd_id3153150" xml-lang="en-US" level="1"><link href="text/smath/01/03090300.xhp">Operators</link></paragraph>
+<paragraph role="paragraph" id="par_id3149755" xml-lang="en-US">You can choose among various operators to structure your <emph>$[officename] Math</emph> formula. All available operators appear in the lower part of the Elements pane. They are also listed in the <link href="text/shared/00/00000001.xhp#contextmenu">context menu</link> of the <emph>Commands</emph> window. All operators not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window.</paragraph>
</section>
<section id="howtoget">
<embed href="text/smath/00/00000004.xhp#operators"/>
@@ -250,7 +250,7 @@
<paragraph role="paragraph" id="par_id3155076" xml-lang="en-US">The command <emph>liminf</emph> inserts the <emph>limit inferior</emph> with one placeholder.</paragraph>
<paragraph role="paragraph" id="par_id3154323" xml-lang="en-US">The command <emph>limsup</emph> inserts the <emph>limit superior</emph> with one placeholder.</paragraph>
<paragraph role="paragraph" id="par_id3146956" xml-lang="en-US">By typing <emph>oper</emph> in the Commands window, you can insert <emph>user-defined operators</emph> in $[officename] Math, a feature useful for incorporating special characters into a formula. An example is <emph>oper %theta x</emph>. Using the <emph>oper</emph> command, you can also insert characters not in the default $[officename] character set. <emph>oper</emph> can also be used in connection with limits; for example, <emph>oper %union from {i=1} to n x_{i}</emph>. In this example, the union symbol is indicated by the name <emph>union</emph>. However, this is not one of the predefined symbols. To define it, choose <emph>Tools - Symbols</emph>. select <emph>Special</emph> as the symbol set in the dialog that appears, then click the <emph>Edit</emph> button. In the next dialog, select <emph>Special</emph> as the symbol set again. Enter a meaningful name in the <emph>Symbol</emph> text box, for example, "union" and then click the union symbol in the set of symbols. Click <emph>Add</emph> and then <emph>OK</emph>. Click <emph>Close</emph> to close the <emph>Symbols</emph> dialog. You are now finished and can type the union symbol in the Commands window, by entering <emph>oper %union</emph>.</paragraph>
-<paragraph role="tip" id="par_id3154243" xml-lang="en-US">Limits can be arranged in ways other than centered above/below the operator. Use the options provided by $[officename] Math for working with superscript and subscript indexes. For example, type <emph>sum_a^b c</emph> in the Commands window to arrange the limits to the right of the sum symbol. If your limit entries contain longer expressions, you must put them in group brackets, for example, sum_{i=1}^{2*n} b. When formulas are imported from older versions this is done automatically. To change the spacing (gaps) between the characters choose <emph>Format - Spacing - Category - </emph><link href="text/smath/01/05030000.xhp" name="Indexes"><emph>Indexes</emph></link> or <emph>Format - Spacing - Category - </emph><link href="text/smath/01/05030000.xhp" name="Limits"><emph>Limits</emph></link>. Additional basic information about indexes is given elsewhere in the <link href="text/smath/01/03091200.xhp" name="Help">Help</link>.</paragraph>
+<paragraph role="tip" id="par_id3154243" xml-lang="en-US">Limits can be arranged in ways other than centered above/below the operator. Use the options provided by $[officename] Math for working with superscript and subscript indexes. For example, type <emph>sum_a^b c</emph> in the Commands window to arrange the limits to the right of the sum symbol. If your limit entries contain longer expressions, you must put them in group brackets, for example, sum_{i=1}^{2*n} b. When formulas are imported from older versions this is done automatically. To change the spacing (gaps) between the characters choose <emph>Format - Spacing - Category - </emph><link href="text/smath/01/05030000.xhp"><emph>Indexes</emph></link> or <emph>Format - Spacing - Category - </emph><link href="text/smath/01/05030000.xhp"><emph>Limits</emph></link>. Additional basic information about indexes is given elsewhere in the <link href="text/smath/01/03091200.xhp">Help</link>.</paragraph>
<paragraph role="warning" id="par_id3155956" xml-lang="en-US">When you type information manually in the Commands window, note that a number of operators require spaces for correct structure. This is especially true when your operators are supplied with values instead of placeholders, for example, lim a_{n}=a.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/smath/01/03090400.xhp b/source/text/smath/01/03090400.xhp
index 822fb97361..9b861984eb 100644
--- a/source/text/smath/01/03090400.xhp
+++ b/source/text/smath/01/03090400.xhp
@@ -60,8 +60,8 @@
<bookmark_value>tangent function</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_FUNCTIONS_TBX" id="bm_id3150571" localize="false"/>
-<paragraph role="heading" id="hd_id3150932" xml-lang="en-US" level="1"><link href="text/smath/01/03090400.xhp" name="Functions">Functions</link></paragraph>
-<paragraph role="paragraph" id="par_id3155374" xml-lang="en-US">Choose a function in the lower part of the Elements pane. These functions are also listed in the <link href="text/shared/00/00000001.xhp#contextmenu" name="context menu">context menu</link> of the <emph>Commands</emph> window. Any functions not contained in the Elements pane need to be typed manually in the Commands window.</paragraph>
+<paragraph role="heading" id="hd_id3150932" xml-lang="en-US" level="1"><link href="text/smath/01/03090400.xhp">Functions</link></paragraph>
+<paragraph role="paragraph" id="par_id3155374" xml-lang="en-US">Choose a function in the lower part of the Elements pane. These functions are also listed in the <link href="text/shared/00/00000001.xhp#contextmenu">context menu</link> of the <emph>Commands</emph> window. Any functions not contained in the Elements pane need to be typed manually in the Commands window.</paragraph>
</section>
<section id="howtoget">
<embed href="text/smath/00/00000004.xhp#functions"/>
diff --git a/source/text/smath/01/03090500.xhp b/source/text/smath/01/03090500.xhp
index 15185c043a..ea835eb894 100644
--- a/source/text/smath/01/03090500.xhp
+++ b/source/text/smath/01/03090500.xhp
@@ -63,8 +63,8 @@
<bookmark_value>orphaned brackets</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_BRACKETS_TBX" id="bm_id3149294" localize="false"/>
-<paragraph role="heading" id="hd_id3153153" xml-lang="en-US" level="1"><link href="text/smath/01/03090500.xhp" name="Brackets">Brackets</link></paragraph>
-<paragraph role="paragraph" id="par_id3147258" xml-lang="en-US">You can choose among various bracket types to structure a <emph>$[officename] Math</emph> formula. Bracket types are displayed in the lower part of the Elements pane. These brackets are also listed in the <link href="text/shared/00/00000001.xhp#contextmenu" name="context menu">context menu</link> of the <emph>Commands</emph> window. All brackets that are not contained in the Elements pane or in the context menu can be typed manually in the <emph>Commands</emph> window.</paragraph>
+<paragraph role="heading" id="hd_id3153153" xml-lang="en-US" level="1"><link href="text/smath/01/03090500.xhp">Brackets</link></paragraph>
+<paragraph role="paragraph" id="par_id3147258" xml-lang="en-US">You can choose among various bracket types to structure a <emph>$[officename] Math</emph> formula. Bracket types are displayed in the lower part of the Elements pane. These brackets are also listed in the <link href="text/shared/00/00000001.xhp#contextmenu">context menu</link> of the <emph>Commands</emph> window. All brackets that are not contained in the Elements pane or in the context menu can be typed manually in the <emph>Commands</emph> window.</paragraph>
</section>
<section id="howtoget">
<embed href="text/smath/00/00000004.xhp#brackets"/>
@@ -375,6 +375,6 @@
<paragraph role="paragraph" id="par_idN113FF" xml-lang="en-US">left none phantom {a over b} + c right )</paragraph>
<paragraph role="note" id="par_idN11404" xml-lang="en-US">The <emph>phantom</emph> statement ensures that the last bracket is the correct size.</paragraph>
<paragraph role="warning" id="par_id3145107" xml-lang="en-US">Be sure to put spaces (gaps) between elements when entering them directly in the Commands window. This ensures that the correct structure is recognized.</paragraph>
-<paragraph role="paragraph" id="par_id3153198" xml-lang="en-US">Useful information about <link href="text/smath/01/03091200.xhp" name="indexes and exponents">indexes and exponents</link> as well as <link href="text/smath/01/03091400.xhp" name="scaling">scaling</link> helps you structure formulas effectively. For more information about brackets, see <link href="text/smath/01/03091100.xhp" name="Brackets and Groups">Brackets and Grouping</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3153198" xml-lang="en-US">Useful information about <link href="text/smath/01/03091200.xhp">indexes and exponents</link> as well as <link href="text/smath/01/03091400.xhp">scaling</link> helps you structure formulas effectively. For more information about brackets, see <link href="text/smath/01/03091100.xhp">Brackets and Grouping</link>.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/smath/01/03090600.xhp b/source/text/smath/01/03090600.xhp
index 49da442783..5d0ef87b07 100644
--- a/source/text/smath/01/03090600.xhp
+++ b/source/text/smath/01/03090600.xhp
@@ -62,9 +62,9 @@
<bookmark_value>transparent character as attribute</bookmark_value>
</bookmark><comment>mw added "scaling;fonts"</comment>
<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_ATTRIBUTES_TBX" id="bm_id3153142" localize="false"/>
- <paragraph id="hd_id3154011" role="heading" level="1"><variable id="attributes"><link href="text/smath/01/03090600.xhp" name="Attributes">Attributes</link>
+ <paragraph id="hd_id3154011" role="heading" level="1"><variable id="attributes"><link href="text/smath/01/03090600.xhp">Attributes</link>
</variable></paragraph>
- <paragraph id="par_id3145802" role="paragraph">You can choose from various attributes for <emph>%PRODUCTNAME Math</emph> formulas. Some attributes are displayed in the lower part of the Elements pane. These attributes are also listed in the <link href="text/shared/00/00000001.xhp#contextmenu" name="context menu">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window.</paragraph>
+ <paragraph id="par_id3145802" role="paragraph">You can choose from various attributes for <emph>%PRODUCTNAME Math</emph> formulas. Some attributes are displayed in the lower part of the Elements pane. These attributes are also listed in the <link href="text/shared/00/00000001.xhp#contextmenu">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window.</paragraph>
</section>
<section id="howtoget">
<embed href="text/smath/00/00000004.xhp#attribute"/>
@@ -366,17 +366,17 @@
</tablecell>
<tablecell>
<paragraph id="par_id3154359" role="paragraph"><emph>Change font</emph></paragraph>
- <paragraph id="par_id3154371" role="paragraph"><ahelp hid="HID_SMA_FONTXY">Inserts a command for changing the font type, with two placeholders. Replace the first placeholder with the name of one of the <link href="text/smath/01/05010000.xhp" name="custom fonts">custom fonts</link>, <emph>Serif, Sans</emph> or <emph>Fixed</emph>. Replace the second placeholder with the text.</ahelp> You can also type <emph>font &lt;?&gt; &lt;?&gt;</emph> directly in the <emph>Commands</emph> window.</paragraph>
+ <paragraph id="par_id3154371" role="paragraph"><ahelp hid="HID_SMA_FONTXY">Inserts a command for changing the font type, with two placeholders. Replace the first placeholder with the name of one of the <link href="text/smath/01/05010000.xhp">custom fonts</link>, <emph>Serif, Sans</emph> or <emph>Fixed</emph>. Replace the second placeholder with the text.</ahelp> You can also type <emph>font &lt;?&gt; &lt;?&gt;</emph> directly in the <emph>Commands</emph> window.</paragraph>
</tablecell>
</tablerow>
</table>
<paragraph id="par_id3149626" role="paragraph"> Use the <emph>color</emph> command to change the color of your formula. Type <emph>color</emph>, then type the color name (the available colors are white, black, cyan, magenta, red, blue, green and yellow), then the formula, character or character sequence. The input <emph>color green size 20 a</emph> results in a green letter "a" with a font size of 20.</paragraph>
<paragraph id="par_id3146071" role="paragraph">The <emph>nbold</emph> and <emph>nitalic</emph> commands remove the bold or italic default fonts of formula components. For example, remove italics from the x in the formula 5 x + 3=28 by typing <emph>nitalic</emph> before the x as in <emph>5 nitalic x + 3=28</emph>.</paragraph>
- <paragraph id="par_id3150612" role="note">The <link href="text/smath/01/03091300.xhp" name="attributes">attributes</link> "acute", "bar", "breve", "check", "circle", "dot", "ddot", "dddot", "grave", "hat", "tilde" and "vec" have fixed sizes. Their width or length cannot be adjusted when positioned over a long symbol.</paragraph>
+ <paragraph id="par_id3150612" role="note">The <link href="text/smath/01/03091300.xhp">attributes</link> "acute", "bar", "breve", "check", "circle", "dot", "ddot", "dddot", "grave", "hat", "tilde" and "vec" have fixed sizes. Their width or length cannot be adjusted when positioned over a long symbol.</paragraph>
<paragraph id="par_id3155621" role="paragraph">For size changes you can use <emph>size n</emph>,<emph> +n</emph>,<emph> -n</emph>,<emph> *n</emph> and<emph> /n </emph>, where <emph>n</emph> is a placeholder. This method is useful when the base size of the formula is subject to change. The commands <emph>size +n</emph> and <emph>size -n</emph> change point size, and <emph>size *n</emph> and <emph>size /n</emph> change the size by a percentage. For example, the command <emph>size *1.17</emph> increases the size of a character by exactly 17%.</paragraph>
<paragraph id="par_id3148695" role="warning">Note that some entries require spaces for the correct structure. This is especially true when you specify attributes with fixed values instead of placeholders.</paragraph>
- <paragraph id="par_id3145230" role="paragraph">For more information about formatting in %PRODUCTNAME Math, see <link href="text/smath/01/03091100.xhp" name="Brackets and Grouping">Brackets and Grouping</link>.</paragraph>
- <paragraph id="par_id3154221" role="paragraph">Information on <link href="text/smath/01/03091300.xhp" name="attributes">attributes</link>, <link href="text/smath/01/03091200.xhp" name="indexes and exponents">indexes and exponents</link>, and <link href="text/smath/01/03091400.xhp" name="scaling">scaling</link> can help you structure your documents more efficiently.</paragraph>
+ <paragraph id="par_id3145230" role="paragraph">For more information about formatting in %PRODUCTNAME Math, see <link href="text/smath/01/03091100.xhp">Brackets and Grouping</link>.</paragraph>
+ <paragraph id="par_id3154221" role="paragraph">Information on <link href="text/smath/01/03091300.xhp">attributes</link>, <link href="text/smath/01/03091200.xhp">indexes and exponents</link>, and <link href="text/smath/01/03091400.xhp">scaling</link> can help you structure your documents more efficiently.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/smath/01/03090700.xhp b/source/text/smath/01/03090700.xhp
index 5cd24b4cf7..0effd09553 100644
--- a/source/text/smath/01/03090700.xhp
+++ b/source/text/smath/01/03090700.xhp
@@ -55,8 +55,8 @@
<bookmark_value>aligning formulas</bookmark_value>
</bookmark><comment>mw added two index entries about formula alignment and made "formatting.." a two level entry</comment>
<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_FORMAT_TBX" id="bm_id3149290" localize="false"/>
-<paragraph role="heading" id="hd_id3153150" xml-lang="en-US" level="1"><link href="text/smath/01/03090700.xhp" name="Format">Format</link></paragraph>
-<paragraph role="paragraph" id="par_id3147262" xml-lang="en-US">You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower part of the Elements pane. These options are also listed in the <link href="text/shared/00/00000001.xhp#contextmenu" name="context menu">context menu</link> of the <emph>Commands</emph> window.</paragraph>
+<paragraph role="heading" id="hd_id3153150" xml-lang="en-US" level="1"><link href="text/smath/01/03090700.xhp">Format</link></paragraph>
+<paragraph role="paragraph" id="par_id3147262" xml-lang="en-US">You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower part of the Elements pane. These options are also listed in the <link href="text/shared/00/00000001.xhp#contextmenu">context menu</link> of the <emph>Commands</emph> window.</paragraph>
</section>
<section id="howtoget">
<embed href="text/smath/00/00000004.xhp#formatting"/>
@@ -296,7 +296,7 @@
<paragraph role="paragraph" id="par_id3149645" xml-lang="en-US">If a line or an expression begins with text, it is aligned on the left by default. You can change this with any of the <emph>align</emph> commands. An example is <emph>stack{a+b-c*d#alignr "text"}</emph>, where "text" appears aligned to the right. Note that text must always be surrounded by quotation marks.</paragraph>
<paragraph role="paragraph" id="par_id3149966" xml-lang="en-US">The standard centralized formulas can be aligned to the left without using the <emph>Format - Align</emph> menu. To do this, place an empty character string, that is, the inverted commas which surround any text "", before the section of formula that you want to align. For example, typing <emph>"" a+b newline "" c+d</emph> results in both equations being left-aligned instead of centered.</paragraph>
<paragraph role="warning" id="par_id3145654" xml-lang="en-US">When typing information in the Commands window, note that some formats require spaces for the correct structure. This is especially true when entering values (for example, a lsup{3}) instead of placeholders.</paragraph>
-<paragraph role="paragraph" id="par_id3148708" xml-lang="en-US">Click <link href="text/smath/01/03091100.xhp" name="Brackets and Grouping">Brackets and Grouping</link> for more information about formatting in <emph>$[officename] Math</emph>.</paragraph>
-<paragraph role="paragraph" id="par_id3155340" xml-lang="en-US">Useful information about <link href="text/smath/01/03091200.xhp" name="Indexes and Exponents">Indexes and Exponents</link> and <link href="text/smath/01/03091400.xhp" name="Scaling">Scaling</link>, helps you organize your document in the best possible way.</paragraph>
+<paragraph role="paragraph" id="par_id3148708" xml-lang="en-US">Click <link href="text/smath/01/03091100.xhp">Brackets and Grouping</link> for more information about formatting in <emph>$[officename] Math</emph>.</paragraph>
+<paragraph role="paragraph" id="par_id3155340" xml-lang="en-US">Useful information about <link href="text/smath/01/03091200.xhp">Indexes and Exponents</link> and <link href="text/smath/01/03091400.xhp">Scaling</link>, helps you organize your document in the best possible way.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/smath/01/03090800.xhp b/source/text/smath/01/03090800.xhp
index daa4c04592..f19414dd53 100644
--- a/source/text/smath/01/03090800.xhp
+++ b/source/text/smath/01/03090800.xhp
@@ -54,8 +54,8 @@
<bookmark_value>rational numbers</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_SETOPERATIONS_TBX" id="bm_id3145205" localize="false"/>
-<paragraph role="heading" id="hd_id3156318" xml-lang="en-US" level="1"><link href="text/smath/01/03090800.xhp" name="Set Operations">Set Operations</link></paragraph>
-<paragraph role="paragraph" id="par_id3154641" xml-lang="en-US">Assign different set operators to the characters in your <emph>$[officename] Math</emph> formula. The individual operators are shown in the lower section of the Elements pane. Call the <link href="text/shared/00/00000001.xhp#contextmenu" name="context menu">context menu</link> in the <emph>Commands</emph> window to see an identical list of the individual functions. Any operators not found in the Elements pane have to be entered directly in the Commands window. You can also directly insert other parts of the formula even if symbols already exist for them.</paragraph>
+<paragraph role="heading" id="hd_id3156318" xml-lang="en-US" level="1"><link href="text/smath/01/03090800.xhp">Set Operations</link></paragraph>
+<paragraph role="paragraph" id="par_id3154641" xml-lang="en-US">Assign different set operators to the characters in your <emph>$[officename] Math</emph> formula. The individual operators are shown in the lower section of the Elements pane. Call the <link href="text/shared/00/00000001.xhp#contextmenu">context menu</link> in the <emph>Commands</emph> window to see an identical list of the individual functions. Any operators not found in the Elements pane have to be entered directly in the Commands window. You can also directly insert other parts of the formula even if symbols already exist for them.</paragraph>
</section>
<section id="howtoget">
<embed href="text/smath/00/00000004.xhp#set_operations"/>
diff --git a/source/text/smath/01/03090900.xhp b/source/text/smath/01/03090900.xhp
index 2228cf57d8..62291b3f8e 100644
--- a/source/text/smath/01/03090900.xhp
+++ b/source/text/smath/01/03090900.xhp
@@ -35,7 +35,7 @@
<bookmark_value>$[officename] Math;examples</bookmark_value>
<bookmark_value>formulas;examples</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3151265" xml-lang="en-US" level="1"><variable id="examples"><link href="text/smath/01/03090900.xhp" name="$[officename] Math Examples">$[officename] Math Examples</link>
+<paragraph role="heading" id="hd_id3151265" xml-lang="en-US" level="1"><variable id="examples"><link href="text/smath/01/03090900.xhp">$[officename] Math Examples</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3153624" xml-lang="en-US">The following is a list of sample formulas in <emph>$[officename] Math</emph>.</paragraph>
</section>
diff --git a/source/text/smath/01/03090901.xhp b/source/text/smath/01/03090901.xhp
index 228c27fad7..0f9fb29153 100644
--- a/source/text/smath/01/03090901.xhp
+++ b/source/text/smath/01/03090901.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="indices">
-<paragraph role="heading" id="hd_id3156382" xml-lang="en-US" level="1"><link href="text/smath/01/03090901.xhp" name="Symbols with Indices">Symbols with Indices</link></paragraph>
+<paragraph role="heading" id="hd_id3156382" xml-lang="en-US" level="1"><link href="text/smath/01/03090901.xhp">Symbols with Indices</link></paragraph>
<paragraph role="paragraph" id="par_id3150301" xml-lang="en-US">The following example explains how to create symbols with indexes in <emph>$[officename] Math</emph>. You can copy this example to the <emph>Commands</emph> window by using the clipboard and use it in your own formula.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3153818" xml-lang="en-US">
diff --git a/source/text/smath/01/03090902.xhp b/source/text/smath/01/03090902.xhp
index 8e4b038d1b..2d90721e3c 100644
--- a/source/text/smath/01/03090902.xhp
+++ b/source/text/smath/01/03090902.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="indices2">
-<paragraph role="heading" id="hd_id3155959" xml-lang="en-US" level="1"><link href="text/smath/01/03090902.xhp" name="Symbols with Indices">Symbols with Indices</link></paragraph>
+<paragraph role="heading" id="hd_id3155959" xml-lang="en-US" level="1"><link href="text/smath/01/03090902.xhp">Symbols with Indices</link></paragraph>
<paragraph role="paragraph" id="par_id3150300" xml-lang="en-US">Here is another example of creating symbols with indexes in <emph>$[officename] Math</emph>. You can copy this example to the <emph>Commands</emph> window using the clipboard and use it in your own formula.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3153912" xml-lang="en-US">
diff --git a/source/text/smath/01/03090903.xhp b/source/text/smath/01/03090903.xhp
index 156091bcd2..23043a9d4a 100644
--- a/source/text/smath/01/03090903.xhp
+++ b/source/text/smath/01/03090903.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="indices3">
-<paragraph role="heading" id="hd_id3155959" xml-lang="en-US" level="1"><link href="text/smath/01/03090903.xhp" name="Symbols with Indices">Symbols with Indices</link></paragraph>
+<paragraph role="heading" id="hd_id3155959" xml-lang="en-US" level="1"><link href="text/smath/01/03090903.xhp">Symbols with Indices</link></paragraph>
<paragraph role="paragraph" id="par_id3150300" xml-lang="en-US">A third example of how to use <emph>$[officename] Math</emph> to create symbols with indexes is shown below. You can copy the example into the clipboard and use it in your own formula in the <emph>Commands</emph> window.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3148866" xml-lang="en-US">
diff --git a/source/text/smath/01/03090904.xhp b/source/text/smath/01/03090904.xhp
index 52468f2e4e..6feaa10c32 100644
--- a/source/text/smath/01/03090904.xhp
+++ b/source/text/smath/01/03090904.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="matrix">
-<paragraph role="heading" id="hd_id3155960" xml-lang="en-US" level="1"><link href="text/smath/01/03090904.xhp" name="Matrix with Varying Font Sizes">Matrix with Varying Font Sizes</link></paragraph>
+<paragraph role="heading" id="hd_id3155960" xml-lang="en-US" level="1"><link href="text/smath/01/03090904.xhp">Matrix with Varying Font Sizes</link></paragraph>
<paragraph role="paragraph" id="par_id3154656" xml-lang="en-US">Here is an example of how to create a matrix with varying font sizes in <emph>$[officename] Math</emph>. You can copy this example to the <emph>Commands</emph> window using the clipboard and use it in your own formula.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3153915" xml-lang="en-US">
diff --git a/source/text/smath/01/03090905.xhp b/source/text/smath/01/03090905.xhp
index 5d20c47de1..2cec210594 100644
--- a/source/text/smath/01/03090905.xhp
+++ b/source/text/smath/01/03090905.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="matrix2">
-<paragraph role="heading" id="hd_id3154702" xml-lang="en-US" level="1"><link href="text/smath/01/03090905.xhp" name="Matrix">Matrix</link></paragraph>
+<paragraph role="heading" id="hd_id3154702" xml-lang="en-US" level="1"><link href="text/smath/01/03090905.xhp">Matrix</link></paragraph>
<paragraph role="paragraph" id="par_id3150344" xml-lang="en-US">Here is an example of how to create a matrix with <emph>$[officename] Math</emph>. If you want to use the example in your own formula, you can copy it to the <emph>Commands</emph> window using the clipboard.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3153912" xml-lang="en-US">
diff --git a/source/text/smath/01/03090906.xhp b/source/text/smath/01/03090906.xhp
index 2808349e6f..41aa4bd88e 100644
--- a/source/text/smath/01/03090906.xhp
+++ b/source/text/smath/01/03090906.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="matrix3">
-<paragraph role="heading" id="hd_id3154704" xml-lang="en-US" level="1"><link href="text/smath/01/03090906.xhp" name="Matrix in Bold Font">Matrix in Bold Font</link></paragraph>
+<paragraph role="heading" id="hd_id3154704" xml-lang="en-US" level="1"><link href="text/smath/01/03090906.xhp">Matrix in Bold Font</link></paragraph>
<paragraph role="paragraph" id="par_id3150342" xml-lang="en-US">Here is an example of how to create a bold font matrix in <emph>$[officename] Math</emph>. You can copy this example to the <emph>Commands</emph> window using the clipboard and use it in your own formula.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3148866" xml-lang="en-US">
diff --git a/source/text/smath/01/03090907.xhp b/source/text/smath/01/03090907.xhp
index 08f98a7135..ca07f72c3a 100644
--- a/source/text/smath/01/03090907.xhp
+++ b/source/text/smath/01/03090907.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="functions">
-<paragraph role="heading" id="hd_id3155961" xml-lang="en-US" level="1"><link href="text/smath/01/03090907.xhp" name="Functions">Functions</link></paragraph>
+<paragraph role="heading" id="hd_id3155961" xml-lang="en-US" level="1"><link href="text/smath/01/03090907.xhp">Functions</link></paragraph>
<paragraph role="paragraph" id="par_id3148489" xml-lang="en-US">Here is an example of how to create functions with <emph>$[officename] Math</emph>. If you want to use the example in your own formula, copy it to the <emph>Commands</emph> window using the clipboard.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3153912" xml-lang="en-US">
diff --git a/source/text/smath/01/03090908.xhp b/source/text/smath/01/03090908.xhp
index 9f1b34304b..9fee3c9c77 100644
--- a/source/text/smath/01/03090908.xhp
+++ b/source/text/smath/01/03090908.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="square_root">
-<paragraph role="heading" id="hd_id3154704" xml-lang="en-US" level="1"><link href="text/smath/01/03090908.xhp" name="Square Root">Square Root</link></paragraph>
+<paragraph role="heading" id="hd_id3154704" xml-lang="en-US" level="1"><link href="text/smath/01/03090908.xhp">Square Root</link></paragraph>
<paragraph role="paragraph" id="par_id3145790" xml-lang="en-US">Here is an example of how to create a square root with <emph>$[officename] Math</emph>. If you want to use the example in your own formula, copy it to the <emph>Commands</emph> window using the clipboard.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3148870" xml-lang="en-US">
diff --git a/source/text/smath/01/03090909.xhp b/source/text/smath/01/03090909.xhp
index bfde5e63dd..909f0a6ebd 100644
--- a/source/text/smath/01/03090909.xhp
+++ b/source/text/smath/01/03090909.xhp
@@ -37,7 +37,7 @@
<bookmark_value>range of integral example</bookmark_value>
<bookmark_value>integrals;example</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3155959" xml-lang="en-US" level="1"><comment>UFI: as fix to #i23019#, tried to make Integral and Range more visible in the Help</comment><link href="text/smath/01/03090909.xhp" name="Fonts and Font Sizes">Integral and Sum Ranges, Font Size</link></paragraph>
+<paragraph role="heading" id="hd_id3155959" xml-lang="en-US" level="1"><comment>UFI: as fix to #i23019#, tried to make Integral and Range more visible in the Help</comment><link href="text/smath/01/03090909.xhp">Integral and Sum Ranges, Font Size</link></paragraph>
<paragraph role="paragraph" id="par_id3145791" xml-lang="en-US">Here is an example of how to use various fonts and font sizes within a formula in <emph>$[officename] Math</emph>.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3151243" xml-lang="en-US">
diff --git a/source/text/smath/01/03090910.xhp b/source/text/smath/01/03090910.xhp
index 65955e7b82..c96eec9dfc 100644
--- a/source/text/smath/01/03090910.xhp
+++ b/source/text/smath/01/03090910.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="attribute">
-<paragraph role="heading" id="hd_id3154702" xml-lang="en-US" level="1"><link href="text/smath/01/03090910.xhp" name="Attributes">Attributes</link></paragraph>
+<paragraph role="heading" id="hd_id3154702" xml-lang="en-US" level="1"><link href="text/smath/01/03090910.xhp">Attributes</link></paragraph>
<paragraph role="paragraph" id="par_id3150301" xml-lang="en-US">This section contains an example of how you can use different attributes in a formula in <emph>$[officename] Math</emph>.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3148703" xml-lang="en-US">
diff --git a/source/text/smath/01/03091100.xhp b/source/text/smath/01/03091100.xhp
index 310fb61751..53b3b85f95 100644
--- a/source/text/smath/01/03091100.xhp
+++ b/source/text/smath/01/03091100.xhp
@@ -33,7 +33,7 @@
<bookmark_value>brackets and grouping in Math</bookmark_value>
<bookmark_value>grouping and brackets in Math</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3147341" xml-lang="en-US" level="1"><link href="text/smath/01/03091100.xhp" name="Brackets and Grouping">Brackets and Grouping</link></paragraph>
+<paragraph role="heading" id="hd_id3147341" xml-lang="en-US" level="1"><link href="text/smath/01/03091100.xhp">Brackets and Grouping</link></paragraph>
<paragraph role="note" id="par_id3150342" xml-lang="en-US">The quotation marks in the examples are used to emphasize text and do not belong to the content of the formulas and commands.</paragraph>
<paragraph role="warning" id="par_id3146962" xml-lang="en-US">When typing example formulas into the <emph>Commands</emph> window, note that spaces are often required for correct structure.</paragraph>
<paragraph role="paragraph" id="par_id3149054" xml-lang="en-US">Braces "{}" are used to group expressions together to form one new expression. For example, <input>sqrt {x * y}</input> is the square root of the entire product x*y, while <input>sqrt x * y</input> is the square root of x multiplied by y. Braces do not require an extra space.</paragraph>
diff --git a/source/text/smath/01/03091200.xhp b/source/text/smath/01/03091200.xhp
index f69b6bc383..44faa2a67a 100644
--- a/source/text/smath/01/03091200.xhp
+++ b/source/text/smath/01/03091200.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3150746"><bookmark_value>indexes and exponents in $[officename] Math</bookmark_value>
<bookmark_value>exponents and indexes in $[officename] Math</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3150746" xml-lang="en-US" level="1"><link href="text/smath/01/03091200.xhp" name="Indexes and Exponents">Indexes and Exponents</link></paragraph>
+<paragraph role="heading" id="hd_id3150746" xml-lang="en-US" level="1"><link href="text/smath/01/03091200.xhp">Indexes and Exponents</link></paragraph>
<paragraph role="paragraph" id="par_id3153730" xml-lang="en-US">Here, you will find basic information about indexes and exponents in <emph>$[officename] Math</emph>. You can try the examples described here to help you understand the details discussed. (The quotation marks in this text are for emphasis purposes only and are not part of the examples.)</paragraph>
<paragraph role="paragraph" id="par_id3149884" xml-lang="en-US">The index and exponent for a character are displayed one on top of the other, left-justified to the base character. For example, type <emph>a_2^3</emph> or <emph>a^3_2</emph>. This can be in any order. Instead of <emph>'_'</emph> and <emph>'^'</emph>, you can use <emph>'sub'</emph> and <emph>'sup'</emph>.</paragraph>
<paragraph role="paragraph" id="par_id3148387" xml-lang="en-US">However, it is no longer possible to use the following patterns</paragraph>
diff --git a/source/text/smath/01/03091300.xhp b/source/text/smath/01/03091300.xhp
index d7b775f668..892d448274 100644
--- a/source/text/smath/01/03091300.xhp
+++ b/source/text/smath/01/03091300.xhp
@@ -32,7 +32,7 @@
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3148839"><bookmark_value>attributes; additional information</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3148839" xml-lang="en-US" level="1"><link href="text/smath/01/03091300.xhp" name="Attributes">Attributes</link></paragraph>
+<paragraph role="heading" id="hd_id3148839" xml-lang="en-US" level="1"><link href="text/smath/01/03091300.xhp">Attributes</link></paragraph>
<paragraph role="paragraph" id="par_id3150051" xml-lang="en-US">Additional information about attributes in <emph>$[officename] Math</emph> is found here.</paragraph>
<paragraph role="paragraph" id="par_id3146966" xml-lang="en-US">The <emph>acute</emph>, <emph>bar</emph>, <emph>breve</emph>, <emph>check</emph>, <emph>circle</emph>, <emph>dot</emph>, <emph>ddot</emph>, <emph>dddot</emph>, <emph>grave</emph>, <emph>hat</emph>, <emph>tilde</emph> and <emph>vec</emph> attributes always have a fixed size and do not become wider (longer) if they are above a long symbol. By default, the attributes are centered.</paragraph>
<paragraph role="paragraph" id="par_id3154557" xml-lang="en-US">The only attributes which grow with the length of the symbol are <emph>overline</emph>, <emph>underline</emph> and <emph>overstrike</emph>.</paragraph>
diff --git a/source/text/smath/01/03091400.xhp b/source/text/smath/01/03091400.xhp
index 67b129f636..31b1405050 100644
--- a/source/text/smath/01/03091400.xhp
+++ b/source/text/smath/01/03091400.xhp
@@ -32,12 +32,12 @@
- <bookmark xml-lang="en-US" branch="index" id="bm_id3153923"><bookmark_value>scaling; in %PRODUCTNAME Math</bookmark_value></bookmark><paragraph role="heading" level="1" id="hd_id3153923" xml-lang="en-US"> <link href="text/smath/01/03091400.xhp" name="Scaling">Scaling</link></paragraph>
+ <bookmark xml-lang="en-US" branch="index" id="bm_id3153923"><bookmark_value>scaling; in %PRODUCTNAME Math</bookmark_value></bookmark><paragraph role="heading" level="1" id="hd_id3153923" xml-lang="en-US"> <link href="text/smath/01/03091400.xhp">Scaling</link></paragraph>
<paragraph xml-lang="en-US" role="paragraph" id="par_id3147173">More detailed information about scaling in <emph><item type="productname">%PRODUCTNAME</item> Math</emph> as well as some examples can be found here. (The quotation marks in this text are for emphasis purposes only and are not part of the examples.)</paragraph>
<paragraph role="paragraph" id="par_id3156316" xml-lang="en-US">The factorial is not scaled (example: "fact stack{a#b}" and "fact {a over b}") but is oriented using the baseline or center of the arguments.</paragraph>
<paragraph role="paragraph" id="par_id3150756" xml-lang="en-US">Brackets always have a fixed size as well. This applies to all symbols that can be used as brackets. Compare "(((a)))", "( stack{a#b#c})", "(a over b)".</paragraph>
<paragraph role="paragraph" id="par_id3147570" xml-lang="en-US">Brackets preceded by "left" or "right", however, are always adjusted to the argument. See "left(left(left(a right)right)right)", "left(stack{a#b#c}right)", "left(a over b right)".</paragraph>
- <paragraph xml-lang="en-US" role="paragraph" id="par_id3145206">Some <link href="text/smath/01/03091300.xhp" name="Attributes">Attributes</link> have fixed sizes; do not change these if they are placed above a long symbol.</paragraph>
+ <paragraph xml-lang="en-US" role="paragraph" id="par_id3145206">Some <link href="text/smath/01/03091300.xhp">Attributes</link> have fixed sizes; do not change these if they are placed above a long symbol.</paragraph>
<paragraph role="warning" id="par_id3154694" xml-lang="en-US">The spaces in the examples are required for the correct structure. You may not delete them when making entries in the Commands window.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/smath/01/03091500.xhp b/source/text/smath/01/03091500.xhp
index c2030434a0..dafc0fb804 100644
--- a/source/text/smath/01/03091500.xhp
+++ b/source/text/smath/01/03091500.xhp
@@ -29,7 +29,7 @@
<bookmark_value>reference tables; formulas</bookmark_value>
<bookmark_value>operators;in Math</bookmark_value>
</bookmark>
-<h1 id="hd_id3155961"><variable id="reference"><link href="text/smath/01/03091500.xhp" name="Formula Reference Tables">Formula Reference Tables</link>
+<h1 id="hd_id3155961"><variable id="reference"><link href="text/smath/01/03091500.xhp">Formula Reference Tables</link>
</variable></h1>
<paragraph role="paragraph" id="par_id3149502" xml-lang="en-US"><variable id="ref">This reference section contains lists of many operators, functions, symbols and formatting features available in <emph>$[officename] Math</emph>. Many of the commands displayed can be inserted using the icons in the <emph>Elements</emph> window or the context menu of the <emph>Commands</emph> window.
</variable></paragraph>
diff --git a/source/text/smath/01/03091501.xhp b/source/text/smath/01/03091501.xhp
index 6decdb7ebd..b2d6bdd93f 100644
--- a/source/text/smath/01/03091501.xhp
+++ b/source/text/smath/01/03091501.xhp
@@ -27,7 +27,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3149126"><bookmark_value>unary operators; list of</bookmark_value>
<bookmark_value>binary operators; list of</bookmark_value>
</bookmark>
-<h1 id="hd_id2897122"><variable id="unary"><link href="text/smath/01/03091501.xhp" name="Unary and Binary Operators">Unary and Binary Operators</link>
+<h1 id="hd_id2897122"><variable id="unary"><link href="text/smath/01/03091501.xhp">Unary and Binary Operators</link>
</variable></h1>
<table id="tbl_id3150048" class="list">
<tablerow>
diff --git a/source/text/smath/01/03091502.xhp b/source/text/smath/01/03091502.xhp
index 4f853caa50..687488fc25 100644
--- a/source/text/smath/01/03091502.xhp
+++ b/source/text/smath/01/03091502.xhp
@@ -26,7 +26,7 @@
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3149650"><bookmark_value>relations operators;list of</bookmark_value>
</bookmark>
-<h1 id="hd_id2083193"><variable id="relations"><link href="text/smath/01/03091502.xhp" name="Relations">Relations</link>
+<h1 id="hd_id2083193"><variable id="relations"><link href="text/smath/01/03091502.xhp">Relations</link>
</variable></h1>
<table id="tbl_id3150676" class="list">
<tablerow>
diff --git a/source/text/smath/01/03091503.xhp b/source/text/smath/01/03091503.xhp
index c4f26afd7b..082add8ba3 100644
--- a/source/text/smath/01/03091503.xhp
+++ b/source/text/smath/01/03091503.xhp
@@ -26,7 +26,7 @@
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3157991"><bookmark_value>set operators;list of</bookmark_value>
</bookmark>
-<h1 id="hd_id4201178"><variable id="set"><link href="text/smath/01/03091503.xhp" name="set">Set Operators</link>
+<h1 id="hd_id4201178"><variable id="set"><link href="text/smath/01/03091503.xhp">Set Operators</link>
</variable></h1>
<table id="tbl_id3145680">
<tablerow>
diff --git a/source/text/smath/01/03091504.xhp b/source/text/smath/01/03091504.xhp
index 47cb242474..d8765064cb 100644
--- a/source/text/smath/01/03091504.xhp
+++ b/source/text/smath/01/03091504.xhp
@@ -26,7 +26,7 @@
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3156617"><bookmark_value>functions operators;list of</bookmark_value>
</bookmark>
-<h1 id="hd_id645466"><variable id="functions"><link href="text/smath/01/03091504.xhp" name="Functions">Functions</link></variable></h1>
+<h1 id="hd_id645466"><variable id="functions"><link href="text/smath/01/03091504.xhp">Functions</link></variable></h1>
<table id="tbl_id3156638" class="list">
<tablerow>
<tablecell>
diff --git a/source/text/smath/01/03091505.xhp b/source/text/smath/01/03091505.xhp
index 3471ecd00c..b9228ff628 100644
--- a/source/text/smath/01/03091505.xhp
+++ b/source/text/smath/01/03091505.xhp
@@ -26,7 +26,7 @@
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3156617"><bookmark_value>operators;list of</bookmark_value>
</bookmark>
-<h1 id="hd_id1328165"><variable id="operators"><link href="text/smath/01/03091505.xhp" name="Operators">Operators</link>
+<h1 id="hd_id1328165"><variable id="operators"><link href="text/smath/01/03091505.xhp">Operators</link>
</variable></h1>
<table id="tbl_id3143951">
<tablerow>
diff --git a/source/text/smath/01/03091506.xhp b/source/text/smath/01/03091506.xhp
index d2681bdc68..7289e80b91 100644
--- a/source/text/smath/01/03091506.xhp
+++ b/source/text/smath/01/03091506.xhp
@@ -26,7 +26,7 @@
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3167544"><bookmark_value>attributes; list of</bookmark_value>
</bookmark>
-<h1 id="hd_id2846156"><variable id="attributes"><link href="text/smath/01/03091506.xhp" name="Attributes">Attributes</link>
+<h1 id="hd_id2846156"><variable id="attributes"><link href="text/smath/01/03091506.xhp">Attributes</link>
</variable></h1>
<table id="tbl_id3167566" class="list">
<tablerow>
diff --git a/source/text/smath/01/03091507.xhp b/source/text/smath/01/03091507.xhp
index 7909a0d035..092acc60ed 100644
--- a/source/text/smath/01/03091507.xhp
+++ b/source/text/smath/01/03091507.xhp
@@ -26,7 +26,7 @@
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3156617"><bookmark_value>other operators;list of</bookmark_value>
</bookmark>
-<h1 id="hd_id6469313"><variable id="others"><link href="text/smath/01/03091507.xhp" name="Others">Others</link>
+<h1 id="hd_id6469313"><variable id="others"><link href="text/smath/01/03091507.xhp">Others</link>
</variable></h1>
<table id="tbl_id3162043">
<tablerow>
diff --git a/source/text/smath/01/03091508.xhp b/source/text/smath/01/03091508.xhp
index 3646fc4dc7..741c990c58 100644
--- a/source/text/smath/01/03091508.xhp
+++ b/source/text/smath/01/03091508.xhp
@@ -32,7 +32,7 @@
</bookmark>
-<h1 id="hd_id4631488"><variable id="brackets"><link href="text/smath/01/03091508.xhp" name="Brackets">Brackets</link></variable></h1>
+<h1 id="hd_id4631488"><variable id="brackets"><link href="text/smath/01/03091508.xhp">Brackets</link></variable></h1>
<table id="tbl_id3180641">
<tablerow>
diff --git a/source/text/smath/01/03091509.xhp b/source/text/smath/01/03091509.xhp
index eadc9c0ecc..363c136abf 100644
--- a/source/text/smath/01/03091509.xhp
+++ b/source/text/smath/01/03091509.xhp
@@ -25,7 +25,7 @@
</meta>
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3184255"><bookmark_value>formatting; reference list (Math)</bookmark_value>
-</bookmark><comment>MW changed index entry</comment><h1 id="hd_id1155735"><variable id="formatting"><link href="text/smath/01/03091509.xhp" name="Formatting">Formatting</link>
+</bookmark><comment>MW changed index entry</comment><h1 id="hd_id1155735"><variable id="formatting"><link href="text/smath/01/03091509.xhp">Formatting</link>
</variable></h1>
<table id="tbl_id3184276">
<tablerow>
diff --git a/source/text/smath/01/03091600.xhp b/source/text/smath/01/03091600.xhp
index 57f2852bcd..835869d70a 100644
--- a/source/text/smath/01/03091600.xhp
+++ b/source/text/smath/01/03091600.xhp
@@ -64,7 +64,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/smath/ui/floatingelements/RID_MISC_CAT" id="bm_id3149272" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/STARMATH_HID_SMA_MISC_MENU" id="bm_id3149275" localize="false"/>
-<paragraph role="heading" id="hd_id3149261" xml-lang="en-US" level="1"><link href="text/smath/01/03091600.xhp" name="Other Symbols">Other Symbols</link></paragraph>
+<paragraph role="heading" id="hd_id3149261" xml-lang="en-US" level="1"><link href="text/smath/01/03091600.xhp">Other Symbols</link></paragraph>
<paragraph role="paragraph" id="par_id3157884" xml-lang="en-US"><ahelp hid="HID_SMA_MISC_MENU">Shows miscellaneous mathematical symbols.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/smath/01/05010000.xhp b/source/text/smath/01/05010000.xhp
index 9734678d3f..acbb02e5a8 100644
--- a/source/text/smath/01/05010000.xhp
+++ b/source/text/smath/01/05010000.xhp
@@ -44,7 +44,7 @@
<h2 id="hd_id3154639">Formula Fonts</h2>
<paragraph role="paragraph" id="par_id3151187" xml-lang="en-US">You can define fonts for the variables, functions, numbers and inserted text that form the elements of your formula.</paragraph>
<paragraph role="paragraph" id="par_id3156318" xml-lang="en-US">The list boxes in the <emph>Fonts</emph> dialog display a default font for all elements. To change to a different font, click <emph>Modify</emph>, then select the element type. A new dialog box appears. Select the desired font and check any desired attributes, then click <emph>OK</emph>. To set the changes as the default fonts, click the <emph>Default</emph> button.</paragraph>
-<note id="par_id3148831">If you want to mark individual text segments with a font other than that used for the whole text, then enter the <link href="text/smath/01/05010000.xhp" name="FONT">Font</link> command in the <emph>Commands</emph> window.</note>
+<note id="par_id3148831">If you want to mark individual text segments with a font other than that used for the whole text, then enter the <link href="text/smath/01/05010000.xhp">Font</link> command in the <emph>Commands</emph> window.</note>
<bookmark xml-lang="en-US" branch="hid/modules/smath/ui/fonttypedialog/variableCB" id="bm_id3147509" localize="false"/>
<h3 id="hd_id3154262">Variables</h3>
<paragraph role="paragraph" id="par_id3147516" xml-lang="en-US"><ahelp hid="modules/smath/ui/fonttypedialog/variableCB">You can select the fonts for the variables in your formula.</ahelp> For example, in the formula x=SIN(y), x and y are variables, and will reflect the assigned font.</paragraph>
@@ -71,7 +71,7 @@
<paragraph role="paragraph" id="par_id3154198" xml-lang="en-US"><ahelp hid="modules/smath/ui/fonttypedialog/fixedCB">You can specify the font to be used for <emph>fixed</emph> font formatting.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/smath/ui/fonttypedialog/modify" id="bm_id3146925" localize="false"/>
<h2 id="hd_id3159194">Modify</h2>
-<paragraph role="paragraph" id="par_id3146932" xml-lang="en-US"><ahelp hid="modules/smath/ui/fonttypedialog/modify">Click one of the choices from this pop-up menu to access the <link href="text/smath/01/05010100.xhp" name="Fonts">Fonts</link> dialog, where you can define the font and attributes for the respective formula and for custom fonts.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3146932" xml-lang="en-US"><ahelp hid="modules/smath/ui/fonttypedialog/modify">Click one of the choices from this pop-up menu to access the <link href="text/smath/01/05010100.xhp">Fonts</link> dialog, where you can define the font and attributes for the respective formula and for custom fonts.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/smath/ui/fonttypedialog/default" id="bm_id3155180" localize="false"/>
<h2 id="hd_id3149304">Default</h2>
<paragraph role="paragraph" id="par_id3155186" xml-lang="en-US"><ahelp hid="modules/smath/ui/fonttypedialog/default">Click this button to save your changes as the default for all new formulas.</ahelp> After confirming the changes, click the <emph>Yes</emph> button.</paragraph>
diff --git a/source/text/smath/01/05020000.xhp b/source/text/smath/01/05020000.xhp
index f2a6978125..d580b423ff 100644
--- a/source/text/smath/01/05020000.xhp
+++ b/source/text/smath/01/05020000.xhp
@@ -42,7 +42,7 @@
</section>
<embed href="text/smath/06/screenshots.xhp#fontsizedialog"/>
<bookmark xml-lang="en-US" branch="hid/modules/smath/ui/fontsizedialog/spinB_baseSize" id="bm_id3149873" localize="false"/><paragraph role="heading" id="hd_id3146968" xml-lang="en-US" level="2">Base size</paragraph>
-<paragraph role="paragraph" id="par_id3145115" xml-lang="en-US"><ahelp hid="modules/smath/ui/fontsizedialog/spinB_baseSize">All elements of a formula are proportionally scaled to the base size. To change the base size, select or type in the desired point (pt) size. You can also use other units of measure or other <link href="text/shared/00/00000003.xhp#measurement_units" name="metrics">metrics</link>, which are then automatically converted to points.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3145115" xml-lang="en-US"><ahelp hid="modules/smath/ui/fontsizedialog/spinB_baseSize">All elements of a formula are proportionally scaled to the base size. To change the base size, select or type in the desired point (pt) size. You can also use other units of measure or other <link href="text/shared/00/00000003.xhp#measurement_units">metrics</link>, which are then automatically converted to points.</ahelp></paragraph>
<paragraph role="tip" id="par_id3153005" xml-lang="en-US">To permanently change the default size (12 pt) used in $[officename] Math, you must first set the size (for example, 11 pt) and then click the <emph>Default</emph> button.</paragraph>
<paragraph role="heading" id="hd_id3153735" xml-lang="en-US" level="2">Relative Sizes</paragraph>
<paragraph role="paragraph" id="par_id3145241" xml-lang="en-US">In this section, you can determine the relative sizes for each type of element with reference to the base size.</paragraph>
diff --git a/source/text/smath/01/05050000.xhp b/source/text/smath/01/05050000.xhp
index 761fc0f12a..20ed730277 100644
--- a/source/text/smath/01/05050000.xhp
+++ b/source/text/smath/01/05050000.xhp
@@ -35,7 +35,7 @@
<bookmark_value>formulas; fit to text</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:Textmode" id="bm_id3154704" localize="false"/>
-<paragraph role="heading" id="hd_id3147339" xml-lang="en-US" level="1"><link href="text/smath/01/05050000.xhp" name="Text Mode">Text Mode</link></paragraph>
+<paragraph role="heading" id="hd_id3147339" xml-lang="en-US" level="1"><link href="text/smath/01/05050000.xhp">Text Mode</link></paragraph>
<paragraph role="paragraph" id="par_id3150206" xml-lang="en-US"><ahelp hid="SID_TEXTMODE">Switches the text mode on or off. In text mode, formulas are displayed as the same height as a line of text.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/smath/01/06010000.xhp b/source/text/smath/01/06010000.xhp
index c90cc96ba8..f22a1072e2 100644
--- a/source/text/smath/01/06010000.xhp
+++ b/source/text/smath/01/06010000.xhp
@@ -43,7 +43,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:Symbols" id="bm_id3154254" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:SymbolCatalogue" id="bm_id3155959" localize="false"/>
-<paragraph id="hd_id3153715" role="heading" level="1" xml-lang="en-US"><link href="text/smath/01/06010000.xhp" name="Symbols">Symbols</link></paragraph>
+<paragraph id="hd_id3153715" role="heading" level="1" xml-lang="en-US"><link href="text/smath/01/06010000.xhp">Symbols</link></paragraph>
<paragraph id="par_id3146313" role="paragraph" xml-lang="en-US"><variable id="symboletext"><ahelp hid=".">Opens the <emph>Symbols</emph> dialog, in which you can select a symbol to insert in the formula.</ahelp> </variable></paragraph>
</section>
@@ -59,7 +59,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/smath/ui/catalogdialog/edit" id="bm_id3146964" localize="false"/>
<paragraph id="hd_id3154765" role="heading" level="2" xml-lang="en-US">Edit</paragraph>
-<paragraph id="par_id3153811" role="paragraph" xml-lang="en-US"><ahelp hid="modules/smath/ui/catalogdialog/edit">Click here to open the <link href="text/smath/01/06010100.xhp" name="Edit Symbols">Edit Symbols</link> dialog.</ahelp></paragraph>
+<paragraph id="par_id3153811" role="paragraph" xml-lang="en-US"><ahelp hid="modules/smath/ui/catalogdialog/edit">Click here to open the <link href="text/smath/01/06010100.xhp">Edit Symbols</link> dialog.</ahelp></paragraph>
<embed href="text/shared/00/00000001.xhp#apply"/>
</body>
diff --git a/source/text/smath/01/06020000.xhp b/source/text/smath/01/06020000.xhp
index 1fff4bbdfd..1bb19d41ee 100644
--- a/source/text/smath/01/06020000.xhp
+++ b/source/text/smath/01/06020000.xhp
@@ -31,7 +31,7 @@
<bookmark branch="hid/.uno:ImportFormula" xml-lang="en-US" id="bm_id3150346" localize="false"/>
<paragraph role="heading" level="1" id="hd_id3154659" xml-lang="en-US">Import Formula from File</paragraph>
<paragraph role="paragraph" id="par_id3150251" xml-lang="en-US"><variable id="formelimportierentext"><ahelp hid=".uno:ImportFormula" visibility="visible">This command opens a dialog for importing a formula.</ahelp></variable></paragraph>
- <paragraph role="paragraph" id="par_id3153916" xml-lang="en-US">The <emph>Insert</emph> dialog is set up like the <link href="text/shared/01/01020000.xhp" name="Open"><emph>Open</emph></link> dialog under <emph>File</emph>. Use the <emph>Insert</emph> dialog to load, edit and display a formula saved as a file in the <emph>Commands</emph> window.</paragraph>
+ <paragraph role="paragraph" id="par_id3153916" xml-lang="en-US">The <emph>Insert</emph> dialog is set up like the <link href="text/shared/01/01020000.xhp"><emph>Open</emph></link> dialog under <emph>File</emph>. Use the <emph>Insert</emph> dialog to load, edit and display a formula saved as a file in the <emph>Commands</emph> window.</paragraph>
<paragraph role="paragraph" id="par_id3153917" xml-lang="en-US">You can import MathML files created by other applications as well. The MathML source must have a <item type="code">math</item> element with an <item type="code">xmlns</item> attribute with value "http://www.w3.org/1998/Math/MathML". The languages MathML and StarMath are not fully compatible, therefore you should revise the import result. For details about the language MathML see its <link href="https://www.w3.org/TR/#tr_MathML">specification</link>.</paragraph>
<section id="howtoget">
<embed href="text/smath/00/00000004.xhp#etsfim"/>
@@ -47,7 +47,7 @@
<section id="howtoget">
<embed href="text/smath/00/00000004.xhp#etsmim"/>
</section>
- <paragraph role="paragraph" id="par_id3153919" xml-lang="en-US">This command handles only MathML content. If you have copied a %PRODUCTNAME Math formula to clipboard, insert it using the command <link href="text/shared/01/02060000.xhp" name="Paste"><emph>Paste</emph></link> under <emph>Edit</emph>.</paragraph>
+ <paragraph role="paragraph" id="par_id3153919" xml-lang="en-US">This command handles only MathML content. If you have copied a %PRODUCTNAME Math formula to clipboard, insert it using the command <link href="text/shared/01/02060000.xhp"><emph>Paste</emph></link> under <emph>Edit</emph>.</paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/smath/01/chemical.xhp b/source/text/smath/01/chemical.xhp
index 36a1f521fe..e5f93d6573 100644
--- a/source/text/smath/01/chemical.xhp
+++ b/source/text/smath/01/chemical.xhp
@@ -20,7 +20,7 @@
<bookmark_value>chemical formula</bookmark_value>
</bookmark>
<section id="chemicalhead">
- <h1 id="hd_id951584200892379"><variable id="chemicalh1"><link href="text/smath/01/chemical.xhp" name="Chemical Formulas">Chemical Formulas Examples</link></variable></h1>
+ <h1 id="hd_id951584200892379"><variable id="chemicalh1"><link href="text/smath/01/chemical.xhp">Chemical Formulas Examples</link></variable></h1>
<paragraph id="par_id111584200892379" role="paragraph">The primary purpose of %PRODUCTNAME Math is to create mathematical formulas, but it can also be used to write chemical formulas. However, in chemical formulas, the chemical symbols are normally written in uppercase using upright, rather than italic, characters.</paragraph>
</section>
<tip id="par_id61584210063479">To create chemical formulas using Math, you may want to change the font used for variables to a non-italic font, or use the <literal>nitalic</literal> modifier.</tip>
diff --git a/source/text/smath/04/01020000.xhp b/source/text/smath/04/01020000.xhp
index a2c67835de..2e6ae3cdc0 100644
--- a/source/text/smath/04/01020000.xhp
+++ b/source/text/smath/04/01020000.xhp
@@ -30,10 +30,10 @@
<section id="shortcutkeys">
<bookmark xml-lang="en-US" branch="index" id="bm_id3154702"><bookmark_value>shortcut keys; in formulas</bookmark_value>
</bookmark>
-<h1 id="hd_id3154702"><variable id="math_keys"><link href="text/smath/04/01020000.xhp" name="Formula Shortcut Keys">Formula Shortcut Keys</link>
+<h1 id="hd_id3154702"><variable id="math_keys"><link href="text/smath/04/01020000.xhp">Formula Shortcut Keys</link>
</variable></h1>
<paragraph role="paragraph" id="par_id3150345" xml-lang="en-US">A list of the shortcut keys specific to creating formulas is contained in this section.</paragraph>
-<paragraph role="paragraph" id="par_id3150203" 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_id3150203" xml-lang="en-US">The general <link href="text/shared/04/01010000.xhp">shortcut keys in $[officename]</link> also apply.</paragraph>
</section>
<h2 id="hd_id3148870">Shortcut Keys for Formula Functions</h2>
<paragraph role="paragraph" id="par_id3153246" xml-lang="en-US">The following shortcut keys correspond to commands in the <emph>Edit</emph> and <emph>View </emph>menus.</paragraph>
diff --git a/source/text/smath/guide/align.xhp b/source/text/smath/guide/align.xhp
index 3189899733..bbe189ed9c 100644
--- a/source/text/smath/guide/align.xhp
+++ b/source/text/smath/guide/align.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3156384"><bookmark_value>aligning; characters in %PRODUCTNAME Math</bookmark_value>
<bookmark_value>formula parts; manually aligning</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3156384" xml-lang="en-US" level="1"><variable id="align"><link href="text/smath/guide/align.xhp" name="Manually Aligning Formula Parts">Manually Aligning Formula Parts</link>
+<paragraph role="heading" id="hd_id3156384" xml-lang="en-US" level="1"><variable id="align"><link href="text/smath/guide/align.xhp">Manually Aligning Formula Parts</link>
</variable></paragraph>
<paragraph role="heading" id="hd_id3154657" xml-lang="en-US" level="3">How do you align characters in $[officename] Math quickly and easily?</paragraph>
<paragraph role="paragraph" id="par_id3150249" xml-lang="en-US">To accomplish this, you must define empty groups and character strings. They do not require any space, but carry information that helps in the alignment process.</paragraph>
diff --git a/source/text/smath/guide/attributes.xhp b/source/text/smath/guide/attributes.xhp
index d16e7afd4c..48a5ec4440 100644
--- a/source/text/smath/guide/attributes.xhp
+++ b/source/text/smath/guide/attributes.xhp
@@ -36,7 +36,7 @@
<bookmark_value>defaults;changing default formatting</bookmark_value>
<bookmark_value>changing;default formatting</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3145792" xml-lang="en-US" level="1"><variable id="attributes"><link href="text/smath/guide/attributes.xhp" name="Changing Default Attributes">Changing Default Attributes</link>
+<paragraph role="heading" id="hd_id3145792" xml-lang="en-US" level="1"><variable id="attributes"><link href="text/smath/guide/attributes.xhp">Changing Default Attributes</link>
</variable></paragraph>
<paragraph role="heading" id="hd_id3154484" xml-lang="en-US" level="3">Can default formats in $[officename] Math be modified?</paragraph>
<paragraph role="paragraph" id="par_id3148870" xml-lang="en-US">Some parts of formulas are always formatted bold or italic by default.</paragraph>
diff --git a/source/text/smath/guide/brackets.xhp b/source/text/smath/guide/brackets.xhp
index a119b628d2..dbbe680102 100644
--- a/source/text/smath/guide/brackets.xhp
+++ b/source/text/smath/guide/brackets.xhp
@@ -35,7 +35,7 @@
<bookmark_value>fractions in formulas</bookmark_value>
<bookmark_value>merging;formula parts</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3152596" xml-lang="en-US" level="1"><variable id="brackets"><link href="text/smath/guide/brackets.xhp" name="Merging Formula Parts in Brackets">Merging Formula Parts in Brackets</link>
+<paragraph role="heading" id="hd_id3152596" xml-lang="en-US" level="1"><variable id="brackets"><link href="text/smath/guide/brackets.xhp">Merging Formula Parts in Brackets</link>
</variable></paragraph>
<paragraph role="heading" id="hd_id3154511" xml-lang="en-US" level="3">Inserting fractions into formulas</paragraph>
<paragraph role="paragraph" id="par_id3146971" xml-lang="en-US">In the case of a fraction whose numerator and denominator consist of a product, a sum, and so on, the values that belong together must be bracketed together.</paragraph>
diff --git a/source/text/smath/guide/color.xhp b/source/text/smath/guide/color.xhp
index 498d955d02..4af3b41641 100644
--- a/source/text/smath/guide/color.xhp
+++ b/source/text/smath/guide/color.xhp
@@ -20,7 +20,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3156384">
<bookmark_value>Color in formulas</bookmark_value>
</bookmark>
- <h1 id="hd_id601641846107898"><variable id="color"><link href="text/smath/guide/color.xhp" name="Color_link">Applying Color to Formula Parts</link></variable></h1>
+ <h1 id="hd_id601641846107898"><variable id="color"><link href="text/smath/guide/color.xhp">Applying Color to Formula Parts</link></variable></h1>
<paragraph role="paragraph" id="par_id481641846189425">Use the command <literal>color</literal> to apply color to the subsequent formula part.</paragraph>
<paragraph role="paragraph" id="par_id141641846432331">The example below creates a formula where <emph>a</emph> is shown using the default color (black) and <emph>b</emph> is shown in red.</paragraph>
<paragraph role="paragraph" localize="false" id="par_id351641846485158">
@@ -34,7 +34,7 @@
<paragraph role="paragraph" localize="false" id="par_id351641840365128">
<input>a + color red { b + c }</input>
</paragraph>
- <tip id="par_id651641851485699">A list with predefined color names is available <link href="text/smath/guide/color.xhp#PredefinedColors" name="Colors_list">here</link>.</tip>
+ <tip id="par_id651641851485699">A list with predefined color names is available <link href="text/smath/guide/color.xhp#PredefinedColors">here</link>.</tip>
<bookmark xml-lang="en-US" branch="index" id="bm_id521641858375937">
<bookmark_value>RGB colors</bookmark_value>
diff --git a/source/text/smath/guide/comment.xhp b/source/text/smath/guide/comment.xhp
index 60b84f6958..682791c728 100644
--- a/source/text/smath/guide/comment.xhp
+++ b/source/text/smath/guide/comment.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3155961"><bookmark_value>comments; entering in $[officename] Math</bookmark_value>
<bookmark_value>inserting;comments in $[officename] Math</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3155961" xml-lang="en-US" level="1"><variable id="comment"><link href="text/smath/guide/comment.xhp" name="Entering Comments">Entering Comments</link>
+<paragraph role="heading" id="hd_id3155961" xml-lang="en-US" level="1"><variable id="comment"><link href="text/smath/guide/comment.xhp">Entering Comments</link>
</variable></paragraph>
<paragraph role="heading" id="hd_id3154657" xml-lang="en-US" level="3">How does one attach comments that don't appear in the document to a formula?</paragraph>
<paragraph role="paragraph" id="par_id3149499" xml-lang="en-US">A comment begins with a double percent sign <emph>%%</emph>, and extends to the next line-end character (Enter key). Everything that lies in between is ignored and is not printed out. If there are percent signs in the text, they are treated as part of the text.</paragraph>
diff --git a/source/text/smath/guide/keyboard.xhp b/source/text/smath/guide/keyboard.xhp
index b776274741..97fdf5f825 100644
--- a/source/text/smath/guide/keyboard.xhp
+++ b/source/text/smath/guide/keyboard.xhp
@@ -30,7 +30,7 @@
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3149018"><bookmark_value>accessibility; $[officename] Math shortcuts</bookmark_value>
</bookmark>
-<h1 id="hd_id3149018" xml-lang="en-US"><variable id="keyboard"><link href="text/smath/guide/keyboard.xhp" name="Shortcuts ($[officename] Math Accessibility)">Shortcuts ($[officename] Math Accessibility)</link></variable></h1>
+<h1 id="hd_id3149018" xml-lang="en-US"><variable id="keyboard"><link href="text/smath/guide/keyboard.xhp">Shortcuts ($[officename] Math Accessibility)</link></variable></h1>
<paragraph role="paragraph" id="par_id3150298" xml-lang="en-US">You can control $[officename] Math without a mouse.</paragraph>
<h2 id="hd_id3150343" xml-lang="en-US">Inserting a Formula Directly</h2>
<paragraph role="paragraph" id="par_id3154659" xml-lang="en-US">If you want to insert a formula into a text document, and you already know the correct writing, you can proceed as follows:</paragraph>
diff --git a/source/text/smath/guide/main.xhp b/source/text/smath/guide/main.xhp
index a8176eeddd..528273e309 100644
--- a/source/text/smath/guide/main.xhp
+++ b/source/text/smath/guide/main.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3147341"><bookmark_value>$[officename] Math;general instructions</bookmark_value>
<bookmark_value>instructions; $[officename] Math</bookmark_value>
<bookmark_value>Equation Editor, see $[officename] Math</bookmark_value>
-</bookmark><comment>mw added a cross-reference</comment><paragraph role="heading" id="hd_id3147341" xml-lang="en-US" level="1"><variable id="main"><link href="text/smath/guide/main.xhp" name="Instructions for Using $[officename] Math">Instructions for Using $[officename] Math</link>
+</bookmark><comment>mw added a cross-reference</comment><paragraph role="heading" id="hd_id3147341" xml-lang="en-US" level="1"><variable id="main"><link href="text/smath/guide/main.xhp">Instructions for Using $[officename] Math</link>
</variable></paragraph>
<embed href="text/shared/00/00000099.xhp#table"/>
<paragraph role="heading" id="hd_id3150199" xml-lang="en-US" level="2">Entering and Editing Formulas</paragraph>
diff --git a/source/text/smath/guide/newline.xhp b/source/text/smath/guide/newline.xhp
index 5c39d92cf1..628083b5f8 100644
--- a/source/text/smath/guide/newline.xhp
+++ b/source/text/smath/guide/newline.xhp
@@ -34,7 +34,7 @@
<bookmark_value>formulas;line breaks</bookmark_value>
<bookmark_value>wrapping text;in formulas</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3146970" xml-lang="en-US" level="1"><variable id="newline"><link href="text/smath/guide/newline.xhp" name="Entering Line Breaks">Entering Line Breaks</link>
+<paragraph role="heading" id="hd_id3146970" xml-lang="en-US" level="1"><variable id="newline"><link href="text/smath/guide/newline.xhp">Entering Line Breaks</link>
</variable></paragraph>
<paragraph role="heading" id="hd_id3147339" xml-lang="en-US" level="3">How to write formulas in $[officename] Math over two lines (with manual line break):</paragraph>
<paragraph role="paragraph" id="par_id3154702" xml-lang="en-US">Create a line break by using the "newline" command. Everything coming after the line break is placed on the next line.</paragraph>
diff --git a/source/text/smath/guide/parentheses.xhp b/source/text/smath/guide/parentheses.xhp
index 087d7df78f..adecdb1c63 100644
--- a/source/text/smath/guide/parentheses.xhp
+++ b/source/text/smath/guide/parentheses.xhp
@@ -34,7 +34,7 @@
<bookmark_value>inserting;brackets</bookmark_value>
<bookmark_value>distances between brackets</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153415" xml-lang="en-US" level="1"><variable id="parentheses"><link href="text/smath/guide/parentheses.xhp" name="Inserting Brackets">Inserting Brackets</link>
+<paragraph role="heading" id="hd_id3153415" xml-lang="en-US" level="1"><variable id="parentheses"><link href="text/smath/guide/parentheses.xhp">Inserting Brackets</link>
</variable></paragraph>
<paragraph role="heading" id="hd_id3150751" xml-lang="en-US" level="3">In <item type="productname">%PRODUCTNAME</item> Math, can brackets be shown separately so that the distance between them is freely definable?</paragraph>
<paragraph role="paragraph" id="par_id3083281" xml-lang="en-US">You can set individual brackets using "left" and "right", but the distance between the brackets will not be fixed, as they adapt to the argument. Nevertheless, there is a way to display brackets so that the distance between them is fixed. To accomplish this, place a "\" (backslash) before the normal brackets. These brackets now behave like any other symbol and the alignment is the same as with other symbols:</paragraph>
diff --git a/source/text/smath/guide/text.xhp b/source/text/smath/guide/text.xhp
index 9fee8c00ca..df384ab192 100644
--- a/source/text/smath/guide/text.xhp
+++ b/source/text/smath/guide/text.xhp
@@ -33,7 +33,7 @@
<bookmark_value>direct text; entering in $[officename] Math</bookmark_value>
<bookmark_value>inserting;text in $[officename] Math</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id5676442" xml-lang="en-US" level="1"><variable id="text"><link href="text/smath/guide/text.xhp" name="Entering Text">Entering Text</link>
+<paragraph role="heading" id="hd_id5676442" xml-lang="en-US" level="1"><variable id="text"><link href="text/smath/guide/text.xhp">Entering Text</link>
</variable></paragraph>
<paragraph role="heading" id="hd_id8509170" xml-lang="en-US" level="3">How to enter direct text strings that do not get interpreted?</paragraph>
<paragraph role="paragraph" id="par_id337229" xml-lang="en-US">Some text strings get interpreted as operators automatically. Sometimes this is not what you want. If you want to write W<emph>*</emph> (a letter with a superscripted asterisk), the asterisk will be interpreted as a multiplication operator. Enclose the direct text within double quotes or add spaceholders.</paragraph>
diff --git a/source/text/smath/main0000.xhp b/source/text/smath/main0000.xhp
index 7393e0863a..bc99482d00 100644
--- a/source/text/smath/main0000.xhp
+++ b/source/text/smath/main0000.xhp
@@ -30,7 +30,7 @@
<h3 id="hd_id3153915">How to Work With $[officename] Math</h3>
<embed href="text/smath/guide/main.xhp#main"/>
<embed href="text/smath/main0503.xhp#main0503"/>
-<paragraph role="paragraph" id="par_id3143229" xml-lang="en-US"><link href="text/smath/01/03091500.xhp" name="Formula Reference Tables">Formula Reference Tables</link></paragraph>
+<paragraph role="paragraph" id="par_id3143229" xml-lang="en-US"><link href="text/smath/01/03091500.xhp">Formula Reference Tables</link></paragraph>
<embed href="text/smath/01/03090000.xhp#func_win"/>
<embed href="text/smath/01/03090900.xhp#examples"/>
<embed href="text/smath/01/chemical.xhp#chemicalh1"/>
diff --git a/source/text/smath/main0100.xhp b/source/text/smath/main0100.xhp
index 454459dc18..da639e33f5 100644
--- a/source/text/smath/main0100.xhp
+++ b/source/text/smath/main0100.xhp
@@ -30,7 +30,7 @@
<section id="menus">
- <h1 id="hd_id3149021"><variable id="main0100"><link href="text/smath/main0100.xhp" name="Menus">Menus</link></variable></h1>
+ <h1 id="hd_id3149021"><variable id="main0100"><link href="text/smath/main0100.xhp">Menus</link></variable></h1>
<paragraph role="paragraph" id="par_id3154702" xml-lang="en-US">The menu bar contains all the commands for working with $[officename] Math. It contains a list of all the available operators as well as the commands for editing, viewing, arranging, formatting and printing formula documents and the objects contained in them. Most of the menu commands are only available when you are creating or editing a formula.</paragraph>
</section>
<embed href="text/shared/00/00000011.xhp#menu_commands_text"/>
diff --git a/source/text/smath/main0101.xhp b/source/text/smath/main0101.xhp
index d52d1d723d..e4c1b30ce3 100644
--- a/source/text/smath/main0101.xhp
+++ b/source/text/smath/main0101.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="file">
- <h1 id="hd_id3149018"><link href="text/smath/main0101.xhp" name="File">File</link></h1>
+ <h1 id="hd_id3149018"><link href="text/smath/main0101.xhp">File</link></h1>
<paragraph role="paragraph" id="par_id3155959" xml-lang="en-US">This menu contains the general commands for working with formula documents, such as create, open, save and print.</paragraph>
</section>
<embed href="text/shared/01/01010000.xhp#new"/>
diff --git a/source/text/smath/main0102.xhp b/source/text/smath/main0102.xhp
index 341ccd1732..35ce2acf41 100644
--- a/source/text/smath/main0102.xhp
+++ b/source/text/smath/main0102.xhp
@@ -30,7 +30,7 @@
<section id="edit">
- <h1 id="hd_id3156385"><link href="text/smath/main0102.xhp" name="Edit">Edit</link></h1>
+ <h1 id="hd_id3156385"><link href="text/smath/main0102.xhp">Edit</link></h1>
<paragraph role="paragraph" id="par_id3145790" xml-lang="en-US">The commands in this menu are used to edit formulas. In addition to basic commands, (for example, copying contents) there are functions specific to $[officename] Math such as searching for placeholders or errors.</paragraph>
</section>
<embed href="text/shared/01/02010000.xhp#undo"/>
diff --git a/source/text/smath/main0103.xhp b/source/text/smath/main0103.xhp
index 7cab1928b9..af623574fc 100644
--- a/source/text/smath/main0103.xhp
+++ b/source/text/smath/main0103.xhp
@@ -29,10 +29,10 @@
</meta>
<body>
<section id="view">
-<h1 id="hd_id3155064" xml-lang="en-US"><link href="text/smath/main0103.xhp" name="View">View</link></h1>
-<paragraph role="paragraph" id="par_id3147338" xml-lang="en-US">Sets the display scale and defines which elements you want to be visible. Most of the commands that you can enter into the <emph>Commands</emph> window can also be accessed through a mouse click if you have already opened the Elements pane with <link href="text/smath/01/03090000.xhp" name="View - Elements"><menuitem>View - Elements</menuitem></link>.</paragraph>
+<h1 id="hd_id3155064" xml-lang="en-US"><link href="text/smath/main0103.xhp">View</link></h1>
+<paragraph role="paragraph" id="par_id3147338" xml-lang="en-US">Sets the display scale and defines which elements you want to be visible. Most of the commands that you can enter into the <emph>Commands</emph> window can also be accessed through a mouse click if you have already opened the Elements pane with <link href="text/smath/01/03090000.xhp"><menuitem>View - Elements</menuitem></link>.</paragraph>
</section>
-<h2 id="hd_id3150205" xml-lang="en-US"><link href="text/shared/01/03010000.xhp" name="Zoom">Zoom</link></h2>
+<h2 id="hd_id3150205" xml-lang="en-US"><link href="text/shared/01/03010000.xhp">Zoom</link></h2>
<embed href="text/shared/01/03010000.xhp#massstabtext"/>
<embed href="text/smath/01/03040000.xhp#zoom_in"/>
<embed href="text/smath/01/03050000.xhp#zoom_out"/>
diff --git a/source/text/smath/main0105.xhp b/source/text/smath/main0105.xhp
index 1421a4ecfb..250a911369 100644
--- a/source/text/smath/main0105.xhp
+++ b/source/text/smath/main0105.xhp
@@ -30,16 +30,16 @@
<section id="format">
- <h1 id="hd_id3149121"><link href="text/smath/main0105.xhp" name="Format">Format</link></h1>
+ <h1 id="hd_id3149121"><link href="text/smath/main0105.xhp">Format</link></h1>
<paragraph role="paragraph" id="par_id3149018" xml-lang="en-US">This menu contains commands needed to format formulas.</paragraph>
</section>
- <h2 id="hd_id3156385"><link href="text/smath/01/05010000.xhp" name="Fonts">Fonts</link></h2>
+ <h2 id="hd_id3156385"><link href="text/smath/01/05010000.xhp">Fonts</link></h2>
<embed href="text/smath/01/05010000.xhp#schriftartentext"/>
- <h2 id="hd_id3154656"><link href="text/smath/01/05020000.xhp" name="Font Size">Font Size</link></h2>
+ <h2 id="hd_id3154656"><link href="text/smath/01/05020000.xhp">Font Size</link></h2>
<embed href="text/smath/01/05020000.xhp#schriftgroessentext"/>
- <h2 id="hd_id3154484"><link href="text/smath/01/05030000.xhp" name="Spacing">Spacing</link></h2>
+ <h2 id="hd_id3154484"><link href="text/smath/01/05030000.xhp">Spacing</link></h2>
<embed href="text/smath/01/05030000.xhp#abstaendetext"/>
- <h2 id="hd_id3151242"><link href="text/smath/01/05040000.xhp" name="Alignment">Alignment</link></h2>
+ <h2 id="hd_id3151242"><link href="text/smath/01/05040000.xhp">Alignment</link></h2>
<embed href="text/smath/01/05040000.xhp#ausrichtungtext"/>
<embed href="text/smath/01/05050000.xhp#textmode"/>
diff --git a/source/text/smath/main0106.xhp b/source/text/smath/main0106.xhp
index 969c8ab2c4..86f157d5d2 100644
--- a/source/text/smath/main0106.xhp
+++ b/source/text/smath/main0106.xhp
@@ -25,15 +25,15 @@
</meta>
<body>
<section id="tools">
-<h1 id="hd_id3149019"><link href="text/smath/main0106.xhp" name="Tools">Tools</link></h1>
+<h1 id="hd_id3149019"><link href="text/smath/main0106.xhp">Tools</link></h1>
<paragraph role="paragraph" id="par_id3155959" xml-lang="en-US">Use this menu to open and edit the symbol catalog, or import an external formula as a data file or via clipboard. The program interface can be adjusted to meet your requirements. You can also change the program options.</paragraph>
</section>
<embed href="text/smath/01/06010000.xhp#symbol"/>
-<h2 id="hd_id3150206"><link href="text/smath/01/06020000.xhp#importfile" name="Import Formula">Import Formula</link></h2>
+<h2 id="hd_id3150206"><link href="text/smath/01/06020000.xhp#importfile">Import Formula</link></h2>
<embed href="text/smath/01/06020000.xhp#formelimportierentext"/>
-<h2 id="hd_id3150207"><link href="text/smath/01/06020000.xhp#importclipboard" name="Import MathML">Import MathML from Clipboard</link></h2>
+<h2 id="hd_id3150207"><link href="text/smath/01/06020000.xhp#importclipboard">Import MathML from Clipboard</link></h2>
<embed href="text/smath/01/06020000.xhp#mathmlimportierentext"/>
-<h2 id="hd_id3145385"><link href="text/shared/01/06140000.xhp" name="Customize">Customize</link></h2>
+<h2 id="hd_id3145385"><link href="text/shared/01/06140000.xhp">Customize</link></h2>
<embed href="text/shared/01/06140000.xhp#anpassen"/>
<embed href="text/shared/optionen/01000000.xhp#options"/>
</body>
diff --git a/source/text/smath/main0107.xhp b/source/text/smath/main0107.xhp
index c634ea5ad7..118962b64d 100644
--- a/source/text/smath/main0107.xhp
+++ b/source/text/smath/main0107.xhp
@@ -30,7 +30,7 @@
<section id="window">
- <h1 id="hd_id3155066"><link href="text/smath/main0107.xhp" name="Window">Window</link></h1>
+ <h1 id="hd_id3155066"><link href="text/smath/main0107.xhp">Window</link></h1>
<paragraph role="paragraph" id="par_id3147339" xml-lang="en-US">In the Window menu, you can open a new window and see the document list.</paragraph>
</section>
<embed href="text/shared/01/07010000.xhp#newwindow"/>
diff --git a/source/text/smath/main0200.xhp b/source/text/smath/main0200.xhp
index efb49927e0..9bd17eb234 100644
--- a/source/text/smath/main0200.xhp
+++ b/source/text/smath/main0200.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="toolbars">
-<h1 id="hd_id3149121"><variable id="main0200"><link href="text/smath/main0200.xhp" name="Toolbars">Toolbars</link>
+<h1 id="hd_id3149121"><variable id="main0200"><link href="text/smath/main0200.xhp">Toolbars</link>
</variable></h1>
<paragraph role="paragraph" id="par_id3147338" xml-lang="en-US">The default toolbars available when working with an activated formula document in $[officename] Math are described here. You can customize the toolbars to meet your requirements by moving, deleting or adding new icons.</paragraph>
</section>
diff --git a/source/text/smath/main0202.xhp b/source/text/smath/main0202.xhp
index 43ecd46628..f221454b65 100644
--- a/source/text/smath/main0202.xhp
+++ b/source/text/smath/main0202.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="status_bar">
-<h1 id="hd_id3150749"><link href="text/smath/main0202.xhp" name="Status Bar">Status Bar</link></h1>
+<h1 id="hd_id3150749"><link href="text/smath/main0202.xhp">Status Bar</link></h1>
<paragraph role="paragraph" id="par_id3083278" xml-lang="en-US">The status bar displays information about the active document.</paragraph>
</section>
<embed href="text/shared/02/20030000.xhp#zoom"/>
diff --git a/source/text/smath/main0203.xhp b/source/text/smath/main0203.xhp
index 921ba444a4..8f797cf63b 100644
--- a/source/text/smath/main0203.xhp
+++ b/source/text/smath/main0203.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="toolsbar">
-<h1 id="hd_id3149123"><link href="text/smath/main0203.xhp" name="Tools Bar">Tools Bar</link></h1>
+<h1 id="hd_id3149123"><link href="text/smath/main0203.xhp">Tools Bar</link></h1>
<paragraph role="paragraph" id="par_id3147338" xml-lang="en-US">The Tools bar contains frequently used functions.</paragraph>
</section>
<embed href="text/smath/01/03040000.xhp#zoom_in"/>
@@ -41,7 +41,7 @@
<embed href="text/smath/00/00000004.xhp#syshow_all"/>
<embed href="text/smath/01/03070000.xhp#update"/>
<embed href="text/smath/00/00000004.xhp#syupdate"/>
-<h2 id="hd_id3151242"><link href="text/smath/02/03010000.xhp" name="Formula Cursor">Formula Cursor</link></h2>
+<h2 id="hd_id3151242"><link href="text/smath/02/03010000.xhp">Formula Cursor</link></h2>
<embed href="text/smath/02/03010000.xhp#cursor"/>
<embed href="text/smath/00/00000004.xhp#fcurs"/>
<embed href="text/smath/01/06010000.xhp#symbol"/>
diff --git a/source/text/smath/main0503.xhp b/source/text/smath/main0503.xhp
index 55b111d69b..9106378a08 100644
--- a/source/text/smath/main0503.xhp
+++ b/source/text/smath/main0503.xhp
@@ -28,11 +28,11 @@
</meta>
<body>
<section id="features">
-<h1 id="hd_id3155064"><variable id="main0503"><link href="text/smath/main0503.xhp" name="$[officename] Math Features">$[officename] Math Features</link>
+<h1 id="hd_id3155064"><variable id="main0503"><link href="text/smath/main0503.xhp">$[officename] Math Features</link>
</variable></h1>
<paragraph role="paragraph" id="par_id3156386" xml-lang="en-US">This section contains an overview of some of the important functions and capabilities that $[officename] Math offers.</paragraph>
</section>
-<paragraph role="paragraph" id="par_id3148486" xml-lang="en-US">$[officename] Math provides numerous operators, functions and formatting assistants to help you create formulas. These are all listed in a selection window, in which you can click the required element with the mouse to insert the object into your work. There is an exhaustive <link href="text/smath/01/03091500.xhp" name="reference">reference</link> list and numerous <link href="text/smath/01/03090900.xhp" name="samples">samples</link> contained in the Help.</paragraph>
+<paragraph role="paragraph" id="par_id3148486" xml-lang="en-US">$[officename] Math provides numerous operators, functions and formatting assistants to help you create formulas. These are all listed in a selection window, in which you can click the required element with the mouse to insert the object into your work. There is an exhaustive <link href="text/smath/01/03091500.xhp">reference</link> list and numerous <link href="text/smath/01/03090900.xhp">samples</link> contained in the Help.</paragraph>
<h2 id="hd_id3150207">Creating a Formula</h2>
<paragraph role="paragraph" id="par_id3145386" xml-lang="en-US">As with charts and images, formulas are created as objects within a document. Inserting a formula into a document automatically starts $[officename] Math. You can create, edit and format the formula using a large selection of predefined symbols and functions.</paragraph>
<h2 id="hd_id3153916">Typing a Formula Directly</h2>
diff --git a/source/text/swriter/01/01120000.xhp b/source/text/swriter/01/01120000.xhp
index e3ab4acf23..e47dbc3137 100644
--- a/source/text/swriter/01/01120000.xhp
+++ b/source/text/swriter/01/01120000.xhp
@@ -37,7 +37,7 @@
<section id="howtoget">
<embed href="text/shared/00/00000401.xhp#view"/>
</section>
-<paragraph id="par_id8697470" role="paragraph" xml-lang="en-US">Use the icons on the <link href="text/swriter/main0210.xhp" name="Page View Object Bar"><emph>Print Preview Bar</emph></link> to scroll through the pages of the document or to print the document.</paragraph>
+<paragraph id="par_id8697470" role="paragraph" xml-lang="en-US">Use the icons on the <link href="text/swriter/main0210.xhp"><emph>Print Preview Bar</emph></link> to scroll through the pages of the document or to print the document.</paragraph>
<paragraph id="par_id4314706" role="paragraph" xml-lang="en-US">You can also press Page Up and Page Down keys to scroll through the pages.</paragraph>
<paragraph id="par_id4771874" role="note" xml-lang="en-US">You cannot edit your document while you are in the print preview.</paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:ClosePreview" id="bm_id9368395" localize="false"/>
diff --git a/source/text/swriter/01/01150000.xhp b/source/text/swriter/01/01150000.xhp
index 6dd10953ff..85ed911843 100644
--- a/source/text/swriter/01/01150000.xhp
+++ b/source/text/swriter/01/01150000.xhp
@@ -38,7 +38,7 @@
<section id="howtoget">
<embed href="text/swriter/00/00000401.xhp#mail_merge"/>
</section>
-<paragraph role="paragraph" id="par_id3154102" xml-lang="en-US">During printing, the database information replaces the corresponding database fields (placeholders). For more information about inserting database fields refer to the <link href="text/swriter/01/04090006.xhp" name="Database"><emph>Database</emph></link> tab page under <emph>Insert - Field - More Fields</emph>.</paragraph><comment>db browser explorer</comment>
+<paragraph role="paragraph" id="par_id3154102" xml-lang="en-US">During printing, the database information replaces the corresponding database fields (placeholders). For more information about inserting database fields refer to the <link href="text/swriter/01/04090006.xhp"><emph>Database</emph></link> tab page under <emph>Insert - Field - More Fields</emph>.</paragraph><comment>db browser explorer</comment>
<bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_TLB_TREELISTBOX" id="bm_id5399029" localize="false"/><paragraph role="paragraph" id="par_id8186895" xml-lang="en-US"><ahelp hid="." visibility="hidden">Select a database and table.</ahelp></paragraph><comment>db browser records</comment>
<paragraph role="heading" id="hd_id3154482" xml-lang="en-US" level="2">Records</paragraph>
diff --git a/source/text/swriter/01/01160100.xhp b/source/text/swriter/01/01160100.xhp
index 616b8a97a6..5cb7675def 100644
--- a/source/text/swriter/01/01160100.xhp
+++ b/source/text/swriter/01/01160100.xhp
@@ -32,7 +32,7 @@
<body>
<section id="outline_to_presentation">
<bookmark xml-lang="en-US" branch="hid/.uno:SendOutlineToStarImpress" id="bm_id3155897" localize="false"/>
-<paragraph role="heading" id="hd_id3154571" xml-lang="en-US" level="1"><link href="text/swriter/01/01160100.xhp" name="Outline to Presentation">Outline to Presentation</link></paragraph>
+<paragraph role="heading" id="hd_id3154571" xml-lang="en-US" level="1"><link href="text/swriter/01/01160100.xhp">Outline to Presentation</link></paragraph>
<paragraph role="paragraph" id="par_id3155186" xml-lang="en-US"><ahelp hid=".uno:SendOutlineToStarImpress">Sends the outline of the active document to a new presentation document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/01160200.xhp b/source/text/swriter/01/01160200.xhp
index 95f0ed5a4f..4ba9ed9470 100644
--- a/source/text/swriter/01/01160200.xhp
+++ b/source/text/swriter/01/01160200.xhp
@@ -37,7 +37,7 @@
<bookmark_value>outline;outline to clipboard</bookmark_value>
<bookmark_value>clipboard;outline to clipboard</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3145241" xml-lang="en-US" level="1"><link href="text/swriter/01/01160200.xhp" name="Outline to Clipboard">Outline to Clipboard</link></paragraph>
+<paragraph role="heading" id="hd_id3145241" xml-lang="en-US" level="1"><link href="text/swriter/01/01160200.xhp">Outline to Clipboard</link></paragraph>
<paragraph role="paragraph" id="par_id3150758" xml-lang="en-US"><ahelp hid=".uno:SendOutlineToClipboard">Sends the outline of a document to the clipboard in Rich Text Format (RTF).</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/01160300.xhp b/source/text/swriter/01/01160300.xhp
index f307f707c2..0a5dc3c086 100644
--- a/source/text/swriter/01/01160300.xhp
+++ b/source/text/swriter/01/01160300.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:CreateAbstract" id="bm_id9059848" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/abstractdialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/abstractdialog/AbstractDialog" id="bm_id3145247" localize="false"/>
-<paragraph role="heading" id="hd_id3148570" xml-lang="en-US" level="1"><link href="text/swriter/01/01160300.xhp" name="Create AutoAbstract">Create AutoAbstract</link></paragraph>
+<paragraph role="heading" id="hd_id3148570" xml-lang="en-US" level="1"><link href="text/swriter/01/01160300.xhp">Create AutoAbstract</link></paragraph>
<paragraph role="paragraph" id="par_id3149286" xml-lang="en-US">
<variable id="autoabstracttext"><ahelp hid=".uno:CreateAbstract">Copies the headings and a number of subsequent paragraphs in the active document to a new AutoAbstract text document. An AutoAbstract is useful for obtaining an overview of long documents.</ahelp> You can specify the number of outline levels as well as the number of paragraphs displayed therein. All levels and paragraphs under the respective settings are hidden.
</variable></paragraph>
diff --git a/source/text/swriter/01/01160400.xhp b/source/text/swriter/01/01160400.xhp
index 909d2124f1..b5561e37fb 100644
--- a/source/text/swriter/01/01160400.xhp
+++ b/source/text/swriter/01/01160400.xhp
@@ -32,7 +32,7 @@
<body>
<section id="autoabstract_to_presentation">
<bookmark xml-lang="en-US" branch="hid/.uno:SendAbstractToStarImpress" id="bm_id3149288" localize="false"/>
-<paragraph role="heading" id="hd_id3151183" xml-lang="en-US" level="1"><link href="text/swriter/01/01160400.xhp" name="AutoAbstract to Presentation">AutoAbstract to Presentation</link></paragraph>
+<paragraph role="heading" id="hd_id3151183" xml-lang="en-US" level="1"><link href="text/swriter/01/01160400.xhp">AutoAbstract to Presentation</link></paragraph>
<paragraph role="paragraph" id="par_id3145412" xml-lang="en-US"><ahelp hid=".uno:SendAbstractToStarImpress">Opens the current document as a $[officename] Impress presentation. The current document must contain at least one predefined heading paragraph style.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/02110000.xhp b/source/text/swriter/01/02110000.xhp
index ce0153ae9b..1d5d528381 100644
--- a/source/text/swriter/01/02110000.xhp
+++ b/source/text/swriter/01/02110000.xhp
@@ -32,8 +32,8 @@
<bookmark xml-lang="en-US" branch="hid/SW_HID_NAVIGATOR_TREELIST" id="bm_id4232255" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/navigatorpanel/@@nowidget@@" id="@@nowidget@@" localize="false"/>
-<h1 id="hd_id3151177"><variable id="Navigator"><link href="text/swriter/01/02110000.xhp" name="Navigator">Navigator</link></variable></h1>
-<paragraph id="par_id3149802" role="paragraph" xml-lang="en-US"><ahelp hid=".">Shows or hides the Navigator window, where you can quickly jump to different parts of your document. Navigator is also available as a deck of the Sidebar. You can also use the Navigator to insert elements from the current document or other open documents, and to organize master documents.</ahelp> To edit an item in the Navigator, right-click the item, and then choose a command from the context menu. If you want, you can <link href="text/shared/00/00000005.xhp#docking" name="dock">dock</link> the Navigator at the edge of your workspace.</paragraph>
+<h1 id="hd_id3151177"><variable id="Navigator"><link href="text/swriter/01/02110000.xhp">Navigator</link></variable></h1>
+<paragraph id="par_id3149802" role="paragraph" xml-lang="en-US"><ahelp hid=".">Shows or hides the Navigator window, where you can quickly jump to different parts of your document. Navigator is also available as a deck of the Sidebar. You can also use the Navigator to insert elements from the current document or other open documents, and to organize master documents.</ahelp> To edit an item in the Navigator, right-click the item, and then choose a command from the context menu. If you want, you can <link href="text/shared/00/00000005.xhp#docking">dock</link> the Navigator at the edge of your workspace.</paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/edit_menu.xhp#navigator"/>
@@ -121,7 +121,7 @@
<paragraph id="par_id581603287134620" role="tablecontent">Headings</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id431603287134620" role="tablecontent">Collapse/Expand All, <link href="text/swriter/01/01160200.xhp" name="clipboard">Send Outline to Clipboard</link>, <link href="text/swriter/01/outlinecontent_visibility.xhp" name="outlinecontent1">Outline Folding</link>, <link href="text/swriter/01/02110000.xhp#outlinetracking" name="outlinetrck1">Outline Tracking</link>, <link href="text/swriter/01/02110000.xhp#outlinelvl" name="OutlineLvl1">Outline Level</link></paragraph>
+ <paragraph id="par_id431603287134620" role="tablecontent">Collapse/Expand All, <link href="text/swriter/01/01160200.xhp">Send Outline to Clipboard</link>, <link href="text/swriter/01/outlinecontent_visibility.xhp">Outline Folding</link>, <link href="text/swriter/01/02110000.xhp#outlinetracking">Outline Tracking</link>, <link href="text/swriter/01/02110000.xhp#outlinelvl">Outline Level</link></paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -130,7 +130,7 @@
<paragraph id="par_id151603291732283" role="tablecontent">Heading item</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id611603291783875" role="tablecontent">Collapse/Expand All, Go to, Select, Delete, <link href="text/swriter/01/02110000.xhp#promotechap" name="promotechap">Promote Chapter</link>, <link href="text/swriter/01/02110000.xhp#demotechap" name="demotechap">Demote Chapter</link>, <link href="text/swriter/01/02110000.xhp#promotelevel" name="promotelvl">Promote Level</link>, <link href="text/swriter/01/02110000.xhp#demotelevel" name="demotelvl">Demote Level</link>, <link href="text/swriter/01/outlinecontent_visibility.xhp" name="outlinecontent2">Outline Content Visibility</link>, <link href="text/swriter/01/02110000.xhp#outlinetracking" name="outlinetrck2">Outline Tracking</link>, <link href="text/swriter/01/02110000.xhp#outlinelvl" name="OutlineLvl2">Outline Level</link></paragraph>
+ <paragraph id="par_id611603291783875" role="tablecontent">Collapse/Expand All, Go to, Select, Delete, <link href="text/swriter/01/02110000.xhp#promotechap">Promote Chapter</link>, <link href="text/swriter/01/02110000.xhp#demotechap">Demote Chapter</link>, <link href="text/swriter/01/02110000.xhp#promotelevel">Promote Level</link>, <link href="text/swriter/01/02110000.xhp#demotelevel">Demote Level</link>, <link href="text/swriter/01/outlinecontent_visibility.xhp">Outline Content Visibility</link>, <link href="text/swriter/01/02110000.xhp#outlinetracking">Outline Tracking</link>, <link href="text/swriter/01/02110000.xhp#outlinelvl">Outline Level</link></paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -311,13 +311,13 @@
<paragraph id="par_id781603291428300" role="tablecontent">All</paragraph>
</tablecell>
<tablecell>
- <paragraph role="paragraph" id="par_id711603291482148"><link href="text/swriter/01/02110000.xhp#dragmode" name="Drag Mode">Drag Mode</link>, <link href="text/swriter/01/02110000.xhp#display" name="display">Display</link></paragraph>
+ <paragraph role="paragraph" id="par_id711603291482148"><link href="text/swriter/01/02110000.xhp#dragmode">Drag Mode</link>, <link href="text/swriter/01/02110000.xhp#display">Display</link></paragraph>
</tablecell>
</tablerow>
</table>
<note id="par_id3155136" xml-lang="en-US">A hidden section in a document appears gray in the Navigator, and displays the text "hidden" when you rest the mouse pointer over it. The same applies to header and footer contents of Page Styles that are not used in a document, and hidden contents in tables, frames, graphics, OLE objects, and indexes.</note>
<h2 id="hd_id3149176"> Toggle Master View</h2>
-<paragraph id="par_id3155917" role="paragraph" xml-lang="en-US"><ahelp hid="." visibility="hidden">Switches between master view and normal view if a master document is open.</ahelp> Switches between <link href="text/shared/01/02110000.xhp" name="master view">master view</link> and normal view if a <link href="text/shared/01/01010001.xhp" name="master document">master document</link> is open.</paragraph>
+<paragraph id="par_id3155917" role="paragraph" xml-lang="en-US"><ahelp hid="." visibility="hidden">Switches between master view and normal view if a master document is open.</ahelp> Switches between <link href="text/shared/01/02110000.xhp">master view</link> and normal view if a <link href="text/shared/01/01010001.xhp">master document</link> is open.</paragraph>
<table id="tbl_id3155861">
<tablerow>
@@ -381,7 +381,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/navigatorpanel/reminder" id="bm_id3155392" localize="false"/>
<h2 id="hd_id3155381">Set Reminder</h2>
-<paragraph id="par_id3153011" role="paragraph" xml-lang="en-US"><ahelp hid="." visibility="hidden">Click here to set a reminder at the current cursor position. You can define up to five reminders. To jump to a reminder, click the <link href="text/swriter/01/02110100.xhp" name="Navigation"><emph>Navigation</emph></link> icon, in the <emph>Navigation</emph> window click the <emph>Reminder</emph> icon, and then click the <emph>Previous</emph> or <emph>Next</emph> button.</ahelp> Click here to set a reminder at the current cursor position. You can define up to five reminders. To jump to a reminder, click the <link href="text/swriter/01/02110100.xhp" name="Navigation">Navigation</link> icon, in the Navigation window click the Reminder icon, and then click the Previous or Next button.</paragraph>
+<paragraph id="par_id3153011" role="paragraph" xml-lang="en-US"><ahelp hid="." visibility="hidden">Click here to set a reminder at the current cursor position. You can define up to five reminders. To jump to a reminder, click the <link href="text/swriter/01/02110100.xhp"><emph>Navigation</emph></link> icon, in the <emph>Navigation</emph> window click the <emph>Reminder</emph> icon, and then click the <emph>Previous</emph> or <emph>Next</emph> button.</ahelp> Click here to set a reminder at the current cursor position. You can define up to five reminders. To jump to a reminder, click the <link href="text/swriter/01/02110100.xhp">Navigation</link> icon, in the Navigation window click the Reminder icon, and then click the Previous or Next button.</paragraph>
<table id="tbl_id3154577">
<tablerow>
@@ -540,7 +540,7 @@
<paragraph role="paragraph" id="par_id81603965538425">Choose <menuitem>Off</menuitem> to disable Outline Tracking.</paragraph>
<section id="relatedtopics">
<embed href="text/shared/guide/navigator.xhp#navigator"/>
-<paragraph role="paragraph" id="par_id1001603575103843"><link href="text/swriter/guide/arrange_chapters.xhp" name="chapnavigation">Using Navigator to Arrange Headings</link></paragraph>
+<paragraph role="paragraph" id="par_id1001603575103843"><link href="text/swriter/guide/arrange_chapters.xhp">Using Navigator to Arrange Headings</link></paragraph>
<embed href="text/swriter/guide/hyperlinks.xhp#hyperlinks"/>
<embed href="text/shared/guide/autohide.xhp#autohide"/>
</section>
diff --git a/source/text/swriter/01/02110100.xhp b/source/text/swriter/01/02110100.xhp
index 73df40a3d3..ae094c6d16 100644
--- a/source/text/swriter/01/02110100.xhp
+++ b/source/text/swriter/01/02110100.xhp
@@ -40,14 +40,14 @@
<bookmark xml-lang="en-US" branch="hid/SW_HID_SCRL_PAGEDOWN" id="bm_id3156109" localize="false"/>
<paragraph role="paragraph" id="par_id3156098" xml-lang="en-US"><ahelp hid="HID_SCRL_PAGEDOWN">Click the down button to scroll to the next page or object.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id3155076" xml-lang="en-US">By default, as long as you have not selected any other entry, the arrow buttons jump to the previous or the next page in the document. The arrow buttons are black if you are browsing through pages and blue if you jump to other objects.</paragraph>
-<paragraph role="paragraph" id="par_id3154330" xml-lang="en-US">The entries largely correspond to those in the <link href="text/swriter/01/02110000.xhp" name="Navigator">Navigator</link> selection box. You can also select other jump destinations. An example are the reminders, which you can set with the <emph>Set Reminder</emph> icon in the Navigator. You can select an object from among the following options on the <emph>Navigation</emph> toolbar: table, frame, graphics, OLE object, page, headings, reminder, drawing object, control field, section, bookmark, selection, footnote, note, index entry, table formula, wrong table formula.</paragraph>
+<paragraph role="paragraph" id="par_id3154330" xml-lang="en-US">The entries largely correspond to those in the <link href="text/swriter/01/02110000.xhp">Navigator</link> selection box. You can also select other jump destinations. An example are the reminders, which you can set with the <emph>Set Reminder</emph> icon in the Navigator. You can select an object from among the following options on the <emph>Navigation</emph> toolbar: table, frame, graphics, OLE object, page, headings, reminder, drawing object, control field, section, bookmark, selection, footnote, note, index entry, table formula, wrong table formula.</paragraph>
<paragraph role="paragraph" id="par_id3148330" xml-lang="en-US">Reminders are navigated in the order in which they are set.</paragraph>
<paragraph role="paragraph" id="par_id3148783" xml-lang="en-US">For table formulas, you can either jump to all table formulas located within your document or only to the incorrect ones. For incorrect formulas, you jump only to formulas that have resulted in errors. The program skips over formulas with resulting errors (those that reference incorrect formulas).</paragraph>
<paragraph role="heading" id="hd_id3150031" xml-lang="en-US" level="2">Working With the Navigation Toolbar</paragraph>
<paragraph role="paragraph" id="par_id3150045" xml-lang="en-US">Open the <emph>Navigation</emph> toolbar by clicking on its top left icon located on the top of the Navigator display area. You can break the toolbar away from its place by dragging and arranging it on the screen.</paragraph>
<bookmark xml-lang="en-US" branch="hid/SW_HID_NAVI_VS" id="bm_id3154622" localize="false"/>
<paragraph role="paragraph" id="par_id3153141" xml-lang="en-US"><ahelp hid="HID_NAVI_VS">Click the icon for the type of objects you want to browse through. Then click one of the "Previous Object" or "Next Object" arrow buttons. The names of these buttons indicate the type of object you have selected. The text cursor is placed on whichever object you have selected.</ahelp></paragraph>
-<paragraph role="tip" id="par_id3149968" xml-lang="en-US">You can configure $[officename] according to your specific preferences for navigating within a document. To do this, choose <link href="text/shared/01/06140000.xhp" name="Tools - Customize"><emph>Tools - Customize</emph></link>. The various tables for adapting <link href="text/shared/01/06140100.xhp" name="menus">menus</link>, <link href="text/shared/01/06140200.xhp" name="keyboard input">keyboard input</link> or toolbars contain various functions for navigation within the document under the "Navigate" area. In this way you can jump to the index tags in the document with the "To Next/Previous Index Tag" functions.</paragraph>
+<paragraph role="tip" id="par_id3149968" xml-lang="en-US">You can configure $[officename] according to your specific preferences for navigating within a document. To do this, choose <link href="text/shared/01/06140000.xhp"><emph>Tools - Customize</emph></link>. The various tables for adapting <link href="text/shared/01/06140100.xhp">menus</link>, <link href="text/shared/01/06140200.xhp">keyboard input</link> or toolbars contain various functions for navigation within the document under the "Navigate" area. In this way you can jump to the index tags in the document with the "To Next/Previous Index Tag" functions.</paragraph>
<bookmark xml-lang="en-US" branch="index" id="bm_id3155338"><bookmark_value>searching; repeating a search</bookmark_value>
</bookmark>
<paragraph role="heading" id="hd_id3155338" xml-lang="en-US" level="2">Repeat Search</paragraph>
diff --git a/source/text/swriter/01/02120000.xhp b/source/text/swriter/01/02120000.xhp
index 6a8681f8c2..9a6c5c711b 100644
--- a/source/text/swriter/01/02120000.xhp
+++ b/source/text/swriter/01/02120000.xhp
@@ -29,7 +29,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/autotext/@@nowidget@@" id="@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/autotext/AutoTextDialog" id="bm_id3098317" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:EditGlossary" id="bm_id3154100" localize="false"/>
-<h1 id="hd_id3147512" xml-lang="en-US"><link href="text/swriter/01/02120000.xhp" name="AutoText">AutoText</link></h1>
+<h1 id="hd_id3147512" xml-lang="en-US"><link href="text/swriter/01/02120000.xhp">AutoText</link></h1>
<paragraph role="paragraph" id="par_id3154571" xml-lang="en-US"><variable id="autotexttext"><ahelp hid=".uno:EditGlossary">Creates, edits, or inserts AutoText. You can store formatted text, text with graphics, tables, and fields as AutoText. To quickly insert AutoText, type the shortcut for the AutoText in your document, and then press F3.</ahelp>
</variable></paragraph>
</section>
@@ -75,14 +75,14 @@
<paragraph role="paragraph" id="par_id3149607" xml-lang="en-US"><ahelp hid="modules/swriter/ui/autotext/replace">Replaces the contents of the selected AutoText entry with the selection that was made in the current document.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/autotext/rename" id="bm_id3150779" localize="false"/>
<paragraph role="heading" id="hd_id3150768" xml-lang="en-US" level="3">Rename</paragraph>
-<paragraph role="paragraph" id="par_id3150786" xml-lang="en-US"><ahelp hid="." visibility="hidden">Opens the Rename AutoText dialog, where you can change the name of the selected AutoText entry.</ahelp> Opens the <link href="text/swriter/01/02120100.xhp" name="Rename Text Block">Rename AutoText</link> dialog, where you can change the name of the selected AutoText entry.</paragraph>
+<paragraph role="paragraph" id="par_id3150786" xml-lang="en-US"><ahelp hid="." visibility="hidden">Opens the Rename AutoText dialog, where you can change the name of the selected AutoText entry.</ahelp> Opens the <link href="text/swriter/01/02120100.xhp">Rename AutoText</link> dialog, where you can change the name of the selected AutoText entry.</paragraph>
<embed href="text/shared/00/00000001.xhp#delete"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/autotext/edit" id="bm_id3155352" localize="false"/>
<paragraph role="heading" id="hd_id3155341" xml-lang="en-US" level="3">Edit</paragraph>
<paragraph role="paragraph" id="par_id3155358" xml-lang="en-US"><ahelp hid="modules/swriter/ui/autotext/edit">Opens the selected AutoText entry for editing in a separate document. Make the changes that you want, choose <emph>File - Save AutoText</emph>, and then choose <emph>File - Close</emph>.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/autotext/macro" id="bm_id3145100" localize="false"/>
<paragraph role="heading" id="hd_id3155555" xml-lang="en-US" level="3">Macro</paragraph>
-<paragraph role="paragraph" id="par_id3145106" xml-lang="en-US"><ahelp hid="." visibility="hidden">Opens the Assign Macro dialog, where you attach a macro to the selected AutoText entry.</ahelp> Opens the <link href="text/swriter/01/05060700.xhp" name="Assign Macro">Assign Macro</link> dialog, where you attach a macro to the selected AutoText entry.</paragraph>
+<paragraph role="paragraph" id="par_id3145106" xml-lang="en-US"><ahelp hid="." visibility="hidden">Opens the Assign Macro dialog, where you attach a macro to the selected AutoText entry.</ahelp> Opens the <link href="text/swriter/01/05060700.xhp">Assign Macro</link> dialog, where you attach a macro to the selected AutoText entry.</paragraph>
<paragraph role="paragraph" id="par_id3149583" xml-lang="en-US">You can also use the macros that are linked to some of the provided AutoText entries in AutoText entries that you create. The AutoText entries must be created with the "text only" option. For example, insert the string &lt;field:company&gt; in an AutoText entry, and $[officename] replaces the string with the contents of the corresponding database field.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/autotext/import" id="bm_id3156263" localize="false"/>
<paragraph role="heading" id="hd_id3149597" xml-lang="en-US" level="3">Import</paragraph>
@@ -112,7 +112,7 @@
<embed href="text/shared/00/00000001.xhp#delete2"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/autotext/path" id="bm_id3154845" localize="false"/>
<paragraph role="heading" id="hd_id3145615" xml-lang="en-US" level="2">Path</paragraph>
-<paragraph role="paragraph" id="par_id3154852" xml-lang="en-US"><ahelp hid="." visibility="hidden">Opens the Edit Paths dialog, where you can select the directory to store AutoText.</ahelp> Opens the <link href="text/shared/optionen/01010301.xhp" name="Edit Paths">Edit Paths</link> dialog, where you can select the directory to store AutoText.</paragraph>
+<paragraph role="paragraph" id="par_id3154852" xml-lang="en-US"><ahelp hid="." visibility="hidden">Opens the Edit Paths dialog, where you can select the directory to store AutoText.</ahelp> Opens the <link href="text/shared/optionen/01010301.xhp">Edit Paths</link> dialog, where you can select the directory to store AutoText.</paragraph>
<paragraph role="paragraph" id="par_id3156064" xml-lang="en-US">To add a new path to an AutoText directory, click the <emph>Path</emph> button in the <emph>AutoText </emph>dialog.</paragraph>
<paragraph role="heading" id="hd_id3155383" xml-lang="en-US" level="2">Save links relative to</paragraph>
<paragraph role="paragraph" id="par_id3155396" xml-lang="en-US">Use this area to set the way $[officename] inserts links to the AutoText directory. </paragraph>
diff --git a/source/text/swriter/01/02130000.xhp b/source/text/swriter/01/02130000.xhp
index 1420907c6e..f66058c5b0 100644
--- a/source/text/swriter/01/02130000.xhp
+++ b/source/text/swriter/01/02130000.xhp
@@ -51,12 +51,12 @@
<paragraph id="par_id3166468" role="paragraph" xml-lang="en-US">Closes the dialog.</paragraph>
<paragraph id="hd_id3147299" role="heading" level="2" xml-lang="en-US">New</paragraph>
-<paragraph id="par_id3151389" role="paragraph" xml-lang="en-US">Opens the <link href="text/swriter/01/04120229.xhp" name="Define Bibliography Entry">Define Bibliography Entry</link> dialog, where you can create a new entry.</paragraph>
+<paragraph id="par_id3151389" role="paragraph" xml-lang="en-US">Opens the <link href="text/swriter/01/04120229.xhp">Define Bibliography Entry</link> dialog, where you can create a new entry.</paragraph>
<paragraph id="hd_id3150534" role="heading" level="2" xml-lang="en-US">Edit</paragraph>
-<paragraph id="par_id3155620" role="paragraph" xml-lang="en-US">Opens the <link href="text/swriter/01/04120229.xhp" name="Define Bibliography Entry">Define Bibliography Entry</link> dialog, where you can edit the current entry.</paragraph>
+<paragraph id="par_id3155620" role="paragraph" xml-lang="en-US">Opens the <link href="text/swriter/01/04120229.xhp">Define Bibliography Entry</link> dialog, where you can edit the current entry.</paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
-<paragraph id="par_id3154560" role="paragraph" xml-lang="en-US"><link href="text/swriter/guide/indices_literature.xhp" name="Tips for working with bibliography entries">Tips for working with bibliography entries</link>.</paragraph>
+<paragraph id="par_id3154560" role="paragraph" xml-lang="en-US"><link href="text/swriter/guide/indices_literature.xhp">Tips for working with bibliography entries</link>.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/02140000.xhp b/source/text/swriter/01/02140000.xhp
index d6f51b1264..dd703b54f4 100644
--- a/source/text/swriter/01/02140000.xhp
+++ b/source/text/swriter/01/02140000.xhp
@@ -37,8 +37,8 @@
<embed href="text/swriter/00/00000402.xhp#feldbefehl"/>
</section>
<tip id="par_id3153668">To change the view between field names and field contents in your document, choose <emph>View - Field Names</emph>.</tip>
-<note id="par_id3149106">If you select a <link href="text/shared/00/00000005.xhp#dde" name="DDE">DDE</link> link in your document, and then choose <item type="menuitem">Edit - Fields</item>, the <link href="text/shared/01/02180000.xhp" name="Edit Links"><emph>Edit Links</emph></link> dialog opens.</note>
-<note id="par_id3149036">If you click in front of a "sender" type field, and then choose <item type="menuitem">Edit - Fields</item>, the <link href="text/shared/optionen/01010100.xhp" name="User data"><emph>User data</emph></link> dialog opens.</note>
+<note id="par_id3149106">If you select a <link href="text/shared/00/00000005.xhp#dde">DDE</link> link in your document, and then choose <item type="menuitem">Edit - Fields</item>, the <link href="text/shared/01/02180000.xhp"><emph>Edit Links</emph></link> dialog opens.</note>
+<note id="par_id3149036">If you click in front of a "sender" type field, and then choose <item type="menuitem">Edit - Fields</item>, the <link href="text/shared/optionen/01010100.xhp"><emph>User data</emph></link> dialog opens.</note>
<h2 id="hd_id3145765">Type</h2>
<paragraph id="par_id3155142" role="paragraph" xml-lang="en-US">Lists the type of field that you are editing.</paragraph>
@@ -53,7 +53,7 @@
<h2 id="hd_id3149556">Offset</h2>
<paragraph id="par_id3145256" role="paragraph" xml-lang="en-US">Displays the offset for the selected field type, for example, for "Next Page," "Page Numbers" or "Previous Page". You can enter a new offset value which will be added to the displayed page number.</paragraph>
-<warning id="par_id5081637">If you want to change the actual page number and not the displayed number, do not use the <emph>Offset</emph> value. To change page numbers, read the <link href="text/swriter/guide/pagenumbers.xhp" name="Page Numbers"><emph>Page Numbers</emph></link> guide.</warning>
+<warning id="par_id5081637">If you want to change the actual page number and not the displayed number, do not use the <emph>Offset</emph> value. To change page numbers, read the <link href="text/swriter/guide/pagenumbers.xhp"><emph>Page Numbers</emph></link> guide.</warning>
<h2 id="hd_id3145269">Level</h2>
<paragraph id="par_id3150559" role="paragraph" xml-lang="en-US">Change the defined values and outline levels for the "Chapter" field type.</paragraph>
@@ -66,7 +66,7 @@
<embed href="text/swriter/01/04090004.xhp#fixedcontent"/>
<h2 id="hd_id3153306">Condition</h2>
-<paragraph id="par_id3156124" role="paragraph" xml-lang="en-US">Displays the condition that must be met for the field to be activated. If you want, you can enter a new <link href="text/swriter/01/04090200.xhp" name="condition">condition</link>.</paragraph>
+<paragraph id="par_id3156124" role="paragraph" xml-lang="en-US">Displays the condition that must be met for the field to be activated. If you want, you can enter a new <link href="text/swriter/01/04090200.xhp">condition</link>.</paragraph>
<h2 id="hd_id3156103">Then, Else</h2>
<paragraph id="par_id3155073" role="paragraph" xml-lang="en-US">Change the field contents that are displayed depending on whether the field condition is met or not.</paragraph>
diff --git a/source/text/swriter/01/02150000.xhp b/source/text/swriter/01/02150000.xhp
index 81871eabaf..ee585727cf 100644
--- a/source/text/swriter/01/02150000.xhp
+++ b/source/text/swriter/01/02150000.xhp
@@ -31,7 +31,7 @@
<section id="footnote_endnote">
<bookmark xml-lang="en-US" branch="hid/.uno:EditFootnote" id="bm_id8871205" localize="false"/>
-<h1 id="hd_id3143276"><link href="text/swriter/01/02150000.xhp" name="Edit Footnotes">Edit Footnote or Endnote</link></h1>
+<h1 id="hd_id3143276"><link href="text/swriter/01/02150000.xhp">Edit Footnote or Endnote</link></h1>
<paragraph id="par_id3149097" role="paragraph" xml-lang="en-US"><variable id="footnote_endnote_text"><variable id="fusstext"><ahelp hid=".uno:EditFootnote">Edits the selected footnote or endnote anchor. Click in front of the footnote or endnote, and then choose this command.</ahelp> </variable></variable></paragraph>
</section>
@@ -96,7 +96,7 @@
</table>
<embed href="text/shared/00/00000004.xhp#related"/>
-<paragraph id="par_id3150772" role="paragraph" xml-lang="en-US"><link href="text/swriter/01/04030000.xhp" name="Insert Footnote">Insert Footnote/Endnote</link> dialog.</paragraph>
+<paragraph id="par_id3150772" role="paragraph" xml-lang="en-US"><link href="text/swriter/01/04030000.xhp">Insert Footnote/Endnote</link> dialog.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/02160000.xhp b/source/text/swriter/01/02160000.xhp
index 3d87e9dd6e..48ef67a109 100644
--- a/source/text/swriter/01/02160000.xhp
+++ b/source/text/swriter/01/02160000.xhp
@@ -35,7 +35,7 @@
<h1 id="hd_id3154567">Edit Index Entry</h1>
<paragraph id="par_id3151314" role="paragraph" xml-lang="en-US"><variable id="index_entry_text"><variable id="verzeichniseintragtext"><ahelp hid=".uno:IndexEntryDialog">Edits the selected index entry. Click in front of or in the index entry, and then choose this command.</ahelp> </variable></variable></paragraph>
-<paragraph id="par_id3155896" role="paragraph" xml-lang="en-US">To insert an index entry, select a word in the document, and then choose <link href="text/swriter/01/04120100.xhp" name="Insert - Table of Contents and Index - Index Entry"><item type="menuitem">Insert - Table of Contents and Index - Index Entry</item></link>.</paragraph>
+<paragraph id="par_id3155896" role="paragraph" xml-lang="en-US">To insert an index entry, select a word in the document, and then choose <link href="text/swriter/01/04120100.xhp"><item type="menuitem">Insert - Table of Contents and Index - Index Entry</item></link>.</paragraph>
<section id="howtoget">
<embed href="text/swriter/00/00000402.xhp#index_entry"/>
@@ -128,7 +128,7 @@
</tablerow>
</table>
-<tip id="par_id3155539">You can jump quickly to index entries with the <link href="text/swriter/01/02110100.xhp" name="Navigation Bar">Navigation Bar</link>.</tip>
+<tip id="par_id3155539">You can jump quickly to index entries with the <link href="text/swriter/01/02110100.xhp">Navigation Bar</link>.</tip>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/02170000.xhp b/source/text/swriter/01/02170000.xhp
index 0766b1c639..23e355b1de 100644
--- a/source/text/swriter/01/02170000.xhp
+++ b/source/text/swriter/01/02170000.xhp
@@ -39,13 +39,13 @@
<section id="howtoget">
<embed href="text/swriter/00/00000402.xhp#bereiche"/>
</section>
-<paragraph role="paragraph" id="par_id3143275" xml-lang="en-US">The <emph>Edit Sections</emph> dialog is similar to the <link href="text/swriter/01/04020100.xhp" name="Insert - Section"><emph>Insert - Section</emph></link> dialog, and offers the following additional options:</paragraph>
+<paragraph role="paragraph" id="par_id3143275" xml-lang="en-US">The <emph>Edit Sections</emph> dialog is similar to the <link href="text/swriter/01/04020100.xhp"><emph>Insert - Section</emph></link> dialog, and offers the following additional options:</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/editsectiondialog/tree" id="bm_id3149097" localize="false"/>
<paragraph role="heading" id="hd_id3149820" xml-lang="en-US" level="2">Section</paragraph>
<paragraph role="paragraph" id="par_id3149104" xml-lang="en-US"><ahelp hid="modules/swriter/ui/editsectiondialog/tree">Type the name of the section that you want to edit, or click a name in the <emph>Section </emph>list.</ahelp> If the cursor is currently in a section, the section name is displayed on the right side of the status bar at the bottom of the document window.</paragraph>
<paragraph role="paragraph" id="par_id3149040" xml-lang="en-US">The current write protection status of a section is indicated by the lock symbol in front of the section name in the list. An open lock is unprotected and a closed lock is protected. Similarly, visible sections are indicated by a glasses symbol.</paragraph>
<paragraph role="heading" id="hd_id3153638" xml-lang="en-US" level="2">Options</paragraph>
-<paragraph role="paragraph" id="par_id3152773" xml-lang="en-US"><ahelp hid="modules/swriter/ui/editsectiondialog/tree">Opens the <link href="text/swriter/01/05040501.xhp" name="Options"><emph>Options</emph></link> dialog, where you can edit the column layout, background, footnote and endnote behavior of the selected section.</ahelp> If the section is password protected, you must enter the password first.</paragraph>
+<paragraph role="paragraph" id="par_id3152773" xml-lang="en-US"><ahelp hid="modules/swriter/ui/editsectiondialog/tree">Opens the <link href="text/swriter/01/05040501.xhp"><emph>Options</emph></link> dialog, where you can edit the column layout, background, footnote and endnote behavior of the selected section.</ahelp> If the section is password protected, you must enter the password first.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/editsectiondialog/remove" id="bm_id3156269" localize="false"/>
<paragraph role="heading" id="hd_id3155143" xml-lang="en-US" level="2">Remove</paragraph>
<paragraph role="paragraph" id="par_id3145413" xml-lang="en-US"><ahelp hid="modules/swriter/ui/editsectiondialog/remove">Removes the selected section from the document, and inserts the contents of the section into the document.</ahelp></paragraph>
diff --git a/source/text/swriter/01/03050000.xhp b/source/text/swriter/01/03050000.xhp
index bd72ff2529..a5fb590781 100644
--- a/source/text/swriter/01/03050000.xhp
+++ b/source/text/swriter/01/03050000.xhp
@@ -31,7 +31,7 @@
<section id="rulers">
<bookmark xml-lang="en-US" branch="hid/.uno:Ruler" id="bm_id8671021" localize="false"/>
-<paragraph id="hd_id3149287" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/03050000.xhp" name="Rulers">Rulers</link></paragraph>
+<paragraph id="hd_id3149287" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/03050000.xhp">Rulers</link></paragraph>
<paragraph id="par_id3147514" role="paragraph" xml-lang="en-US"><ahelp hid=".">Contains a submenu for showing or hiding the horizontal and vertical rulers.</ahelp></paragraph>
</section>
diff --git a/source/text/swriter/01/03070000.xhp b/source/text/swriter/01/03070000.xhp
index 0df47d5fe4..a68ef15108 100644
--- a/source/text/swriter/01/03070000.xhp
+++ b/source/text/swriter/01/03070000.xhp
@@ -31,7 +31,7 @@
<section id="text_boundaries">
<bookmark xml-lang="en-US" branch="hid/.uno:ViewBounds" id="bm_id2681690" localize="false"/>
-<paragraph id="hd_id3145418" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/03070000.xhp" name="Text Boundaries">Text Boundaries</link></paragraph>
+<paragraph id="hd_id3145418" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/03070000.xhp">Text Boundaries</link></paragraph>
<paragraph id="par_id3151310" role="paragraph" xml-lang="en-US"><ahelp hid=".">Shows or hides the boundaries of the printable area of a page. The boundary lines are not printed.</ahelp></paragraph>
</section>
diff --git a/source/text/swriter/01/03080000.xhp b/source/text/swriter/01/03080000.xhp
index 23c707f802..af3950a4c7 100644
--- a/source/text/swriter/01/03080000.xhp
+++ b/source/text/swriter/01/03080000.xhp
@@ -31,7 +31,7 @@
<section id="field_shadings">
<bookmark xml-lang="en-US" branch="hid/.uno:Marks" id="bm_id9217820" localize="false"/>
-<paragraph id="hd_id3151177" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/03080000.xhp" name="Field Shadings">Field Shadings</link></paragraph>
+<paragraph id="hd_id3151177" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/03080000.xhp">Field Shadings</link></paragraph>
<paragraph id="par_id3147513" role="paragraph" xml-lang="en-US"><ahelp hid=".">Shows or hides shadings around fields in your document like non-breaking spaces, soft hyphens, indexes, and footnotes.</ahelp></paragraph>
</section>
@@ -40,7 +40,7 @@
</section>
<section id="relatedtopics">
-<paragraph id="par_id3153540" role="paragraph" xml-lang="en-US"><link href="text/swriter/01/03100000.xhp" name="Formatting Marks On/Off">Formatting Marks On/Off</link></paragraph>
+<paragraph id="par_id3153540" role="paragraph" xml-lang="en-US"><link href="text/swriter/01/03100000.xhp">Formatting Marks On/Off</link></paragraph>
</section>
</body>
diff --git a/source/text/swriter/01/03090000.xhp b/source/text/swriter/01/03090000.xhp
index a8125574c1..5e940186ae 100644
--- a/source/text/swriter/01/03090000.xhp
+++ b/source/text/swriter/01/03090000.xhp
@@ -31,7 +31,7 @@
<section id="field_names">
<bookmark xml-lang="en-US" branch="hid/.uno:Fieldnames" id="bm_id4185417" localize="false"/>
-<paragraph id="hd_id3154505" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/03090000.xhp" name="Field Names">Field Names</link></paragraph>
+<paragraph id="hd_id3154505" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/03090000.xhp">Field Names</link></paragraph>
<paragraph id="par_id3147171" role="paragraph" xml-lang="en-US"><ahelp hid=".">Switches between showing fields as field names or field values.</ahelp> When enabled the field names are displayed, and when disabled the field values displayed. Some field contents cannot be displayed.</paragraph>
</section>
@@ -42,7 +42,7 @@
<paragraph id="par_id3154098" role="paragraph" xml-lang="en-US">When you print a document with <item type="menuitem">View - Field Names</item> enabled, you are prompted to include the field names in the print out.</paragraph>
<section id="relatedtopics">
-<paragraph id="par_id102720151029387618" role="paragraph" xml-lang="en-US"><link href="text/swriter/01/04090000.xhp" name="Insert - Field">Insert - Field</link>.</paragraph>
+<paragraph id="par_id102720151029387618" role="paragraph" xml-lang="en-US"><link href="text/swriter/01/04090000.xhp">Insert - Field</link>.</paragraph>
</section>
</body>
diff --git a/source/text/swriter/01/03100000.xhp b/source/text/swriter/01/03100000.xhp
index e93b6f3bc4..ce7ad5f9ca 100644
--- a/source/text/swriter/01/03100000.xhp
+++ b/source/text/swriter/01/03100000.xhp
@@ -31,7 +31,7 @@
<section id="nonprinting_chars">
<bookmark xml-lang="en-US" branch="hid/.uno:ControlCodes" id="bm_id9113552" localize="false"/>
-<h1 id="hd_id3154507"><link href="text/swriter/01/03100000.xhp" name="Formatting Marks">Formatting Marks</link></h1>
+<h1 id="hd_id3154507"><link href="text/swriter/01/03100000.xhp">Formatting Marks</link></h1>
<paragraph id="par_id3154646" role="paragraph" xml-lang="en-US"><ahelp hid=".">Shows hidden formatting symbols in your text, such as paragraph marks, line breaks, tab stops, and spaces.</ahelp></paragraph>
</section>
@@ -39,7 +39,7 @@
<embed href="text/swriter/00/00000403.xhp#formatting_marks"/>
</section>
<paragraph id="par_id3145410" role="paragraph" xml-lang="en-US">When you delete a paragraph mark, the paragraph that is merged takes on the formatting of the paragraph that the cursor is in.</paragraph>
-<paragraph id="par_id3147511" role="paragraph" xml-lang="en-US">To specify which formatting marks are displayed, 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/01040600.xhp" name="Writer - Formatting Aids"><menuitem>%PRODUCTNAME Writer - Formatting Aids</menuitem></link>, and then select the options that you want in the <emph>Display formatting</emph> area.</paragraph>
+<paragraph id="par_id3147511" role="paragraph" xml-lang="en-US">To specify which formatting marks are displayed, 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/01040600.xhp"><menuitem>%PRODUCTNAME Writer - Formatting Aids</menuitem></link>, and then select the options that you want in the <emph>Display formatting</emph> area.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/03120000.xhp b/source/text/swriter/01/03120000.xhp
index c0c2a9146d..d3248eccfd 100644
--- a/source/text/swriter/01/03120000.xhp
+++ b/source/text/swriter/01/03120000.xhp
@@ -31,7 +31,7 @@
<section id="web_layout">
<bookmark xml-lang="en-US" branch="hid/.uno:BrowseView" id="bm_id374616" localize="false"/>
-<h1 id="hd_id3145243"><link href="text/swriter/01/03120000.xhp" name="Web Layout">Web Layout</link></h1>
+<h1 id="hd_id3145243"><link href="text/swriter/01/03120000.xhp">Web Layout</link></h1>
<paragraph id="par_id3154646" role="paragraph" xml-lang="en-US"><variable id="web_layout_text"><ahelp hid=".">Displays the document as it would be viewed in a Web browser.</ahelp> This is useful when you create HTML documents.</variable></paragraph>
</section>
diff --git a/source/text/swriter/01/03130000.xhp b/source/text/swriter/01/03130000.xhp
index b486dc8b98..1ec0f75b96 100644
--- a/source/text/swriter/01/03130000.xhp
+++ b/source/text/swriter/01/03130000.xhp
@@ -31,7 +31,7 @@
<section id="normal_layout">
<bookmark xml-lang="en-US" branch="hid/.uno:PrintLayout" id="bm_id8907078" localize="false"/>
-<paragraph id="hd_id3150018" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/03130000.xhp" name="Normal Layout">Normal Layout</link></paragraph>
+<paragraph id="hd_id3150018" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/03130000.xhp">Normal Layout</link></paragraph>
<paragraph id="par_id3145249" role="paragraph" xml-lang="en-US"><variable id="normal_layout_text"><ahelp hid=".">Displays how the document will look when you print it.</ahelp></variable></paragraph>
</section>
diff --git a/source/text/swriter/01/03140000.xhp b/source/text/swriter/01/03140000.xhp
index df3469006c..4b815b2996 100644
--- a/source/text/swriter/01/03140000.xhp
+++ b/source/text/swriter/01/03140000.xhp
@@ -29,15 +29,15 @@
<section id="hidden_paragraphs">
<bookmark xml-lang="en-US" branch="hid/.uno:ShowHiddenParagraphs" id="bm_id8952760" localize="false"/>
-<h1 id="hd_id3155959" xml-lang="en-US"><link href="text/swriter/01/03140000.xhp" name="Hidden Paragraphs">Field Hidden Paragraphs</link></h1>
+<h1 id="hd_id3155959" xml-lang="en-US"><link href="text/swriter/01/03140000.xhp">Field Hidden Paragraphs</link></h1>
<paragraph id="par_id3150251" role="paragraph" xml-lang="en-US"><ahelp hid=".">Shows or hides hidden paragraphs.</ahelp> This option only affects the screen display of hidden paragraphs, and not the printing of hidden paragraphs.</paragraph>
</section>
<section id="howtoget">
<embed href="text/swriter/00/00000403.xhp#hidden_para"/>
</section>
-<paragraph id="par_id3157875" role="note" xml-lang="en-US">To enable this feature, choose <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><emph> - </emph><link href="text/shared/optionen/01040600.xhp" name="Writer - Formatting Aids"><emph>%PRODUCTNAME Writer - View</emph></link>, and ensure that the <emph>Hidden paragraphs</emph> check box in the <emph>Display fields</emph> area is selected.</paragraph>
-<paragraph id="par_id3154501" role="paragraph" xml-lang="en-US">Use the <link href="text/swriter/01/04090000.xhp" name="field command">field command</link> "Hidden Paragraph" to assign a <link href="text/swriter/01/04090200.xhp" name="condition">condition</link> that must be met to hide a paragraph. If the condition is not met, the paragraph is displayed.</paragraph>
+<paragraph id="par_id3157875" role="note" xml-lang="en-US">To enable this feature, choose <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><emph> - </emph><link href="text/shared/optionen/01040600.xhp"><emph>%PRODUCTNAME Writer - View</emph></link>, and ensure that the <emph>Hidden paragraphs</emph> check box in the <emph>Display fields</emph> area is selected.</paragraph>
+<paragraph id="par_id3154501" role="paragraph" xml-lang="en-US">Use the <link href="text/swriter/01/04090000.xhp">field command</link> "Hidden Paragraph" to assign a <link href="text/swriter/01/04090200.xhp">condition</link> that must be met to hide a paragraph. If the condition is not met, the paragraph is displayed.</paragraph>
<paragraph id="par_id3083451" role="paragraph" xml-lang="en-US">When you hide a paragraph, footnotes and frames that are anchored to characters in the paragraph are also hidden.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/04010000.xhp b/source/text/swriter/01/04010000.xhp
index 7bb0a94c5b..03069b8685 100644
--- a/source/text/swriter/01/04010000.xhp
+++ b/source/text/swriter/01/04010000.xhp
@@ -39,7 +39,7 @@
<bookmark_value>clear left;manual break</bookmark_value>
<bookmark_value>manual break;next line</bookmark_value>
</bookmark>
-<h1 id="hd_id3145827"><variable id="ManualBreak_h1"><link href="text/swriter/01/04010000.xhp" name="04010000_link">Insert Manual Break</link></variable></h1>
+<h1 id="hd_id3145827"><variable id="ManualBreak_h1"><link href="text/swriter/01/04010000.xhp">Insert Manual Break</link></variable></h1>
<paragraph id="par_id3147176" role="paragraph" xml-lang="en-US"><variable id="manual_break_text"><ahelp hid=".uno:InsertBreak">Inserts a manual line break, column break or a page break at the current cursor position.</ahelp> </variable></paragraph>
<section id="howtoget">
@@ -134,7 +134,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertbreak/columnrb" id="bm_id3155176" localize="false"/>
<h3 id="hd_id3148566" xml-lang="en-US">Column Break</h3>
<section id="column_break">
-<paragraph id="par_id3155182" role="paragraph" xml-lang="en-US">Inserts a manual column break (in a multiple column layout), and moves the text found to the right of the cursor to the beginning of the next <link href="text/swriter/01/05040500.xhp" name="column">column</link>. A manual column break is indicated by a nonprinting border at the top of the new column.</paragraph>
+<paragraph id="par_id3155182" role="paragraph" xml-lang="en-US">Inserts a manual column break (in a multiple column layout), and moves the text found to the right of the cursor to the beginning of the next <link href="text/swriter/01/05040500.xhp">column</link>. A manual column break is indicated by a nonprinting border at the top of the new column.</paragraph>
<tip id="par_id61601653541581">Insert a column break by pressing <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+Enter</keycode></tip>
</section>
@@ -156,7 +156,7 @@
<h3 id="hd_id3151384" xml-lang="en-US">Page number</h3>
<paragraph id="par_id3150700" role="paragraph" xml-lang="en-US">Enter the new page number for the page that follows the manual page break.</paragraph>
-<note id="par_id3150554" xml-lang="en-US">To display manual breaks, choose <link href="text/swriter/01/03100000.xhp" name="View - Nonprinting Characters"><menuitem>View - Nonprinting Characters</menuitem></link>.</note>
+<note id="par_id3150554" xml-lang="en-US">To display manual breaks, choose <link href="text/swriter/01/03100000.xhp"><menuitem>View - Nonprinting Characters</menuitem></link>.</note>
<section id="relatedtopics">
<embed href="text/swriter/guide/page_break.xhp#page_break"/>
diff --git a/source/text/swriter/01/04020000.xhp b/source/text/swriter/01/04020000.xhp
index d8a5b999c2..5a52298822 100644
--- a/source/text/swriter/01/04020000.xhp
+++ b/source/text/swriter/01/04020000.xhp
@@ -29,7 +29,7 @@
<body>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertSection" id="bm_id3149809" localize="false"/>
<h1 id="hd_id3154108">
-<variable id="bereicheinfuegen"><link href="text/swriter/01/04020000.xhp" name="Insert Section">Insert Section</link>
+<variable id="bereicheinfuegen"><link href="text/swriter/01/04020000.xhp">Insert Section</link>
</variable></h1>
<paragraph role="paragraph" id="par_id3154480" xml-lang="en-US">
<variable id="bereich"><ahelp hid=".">Inserts a text section at the cursor position in the document. You can also select a block of text and then choose this command to create a section. You can use sections to insert blocks of text from other documents, to apply custom column layouts, or to protect or to hide blocks of text if a condition is met.</ahelp>
@@ -37,8 +37,8 @@
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#insert_section"/>
</section>
-<paragraph role="paragraph" id="par_id3152955" xml-lang="en-US">You can insert an entire document in a section, or a named section from another. You can also insert a section as a <link href="text/shared/00/00000005.xhp#dde" name="DDE">DDE</link> link.</paragraph>
-<paragraph role="paragraph" id="par_id3149684" xml-lang="en-US">To edit a section, choose <link href="text/swriter/01/02170000.xhp" name="Format - Sections"><emph>Format - Sections</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3152955" xml-lang="en-US">You can insert an entire document in a section, or a named section from another. You can also insert a section as a <link href="text/shared/00/00000005.xhp#dde">DDE</link> link.</paragraph>
+<paragraph role="paragraph" id="par_id3149684" xml-lang="en-US">To edit a section, choose <link href="text/swriter/01/02170000.xhp"><emph>Format - Sections</emph></link>.</paragraph>
<paragraph role="paragraph" id="par_id3155183" xml-lang="en-US">The <emph>Insert Section </emph>dialog contains the following tabs:</paragraph>
<embed href="text/swriter/01/04020100.xhp#section"/>
<embed href="text/swriter/01/05040500.xhp#columns"/>
diff --git a/source/text/swriter/01/04020100.xhp b/source/text/swriter/01/04020100.xhp
index 7a08febae1..23e391afce 100644
--- a/source/text/swriter/01/04020100.xhp
+++ b/source/text/swriter/01/04020100.xhp
@@ -38,7 +38,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/sectionpage/SectionPage" id="bm_id3145414" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/editsectiondialog/EditSectionDialog" id="bm_id3145415" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/editsectiondialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
-<paragraph role="heading" id="hd_id3157557" xml-lang="en-US" level="1"><link href="text/swriter/01/04020100.xhp" name="Section">Section</link></paragraph>
+<paragraph role="heading" id="hd_id3157557" xml-lang="en-US" level="1"><link href="text/swriter/01/04020100.xhp">Section</link></paragraph>
<paragraph role="paragraph" id="par_id3154644" xml-lang="en-US"><ahelp hid=".">Sets the properties of the section.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -98,14 +98,14 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/sectionpage/withcond" id="bm_id3154334" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/editsectiondialog/condition" id="bm_id3154338" localize="false"/>
<paragraph role="heading" id="hd_id3154323" xml-lang="en-US" level="3">With condition</paragraph>
-<paragraph role="paragraph" id="par_id3154343" xml-lang="en-US"><ahelp hid=".">Enter the condition that must be met to hide the section.</ahelp> A condition is a <link href="text/swriter/01/04090200.xhp" name="logical expression">logical expression</link>, such as "SALUTATION EQ Mr.". For example, if you use the <link href="text/swriter/guide/form_letters_main.xhp" name="mail merge">mail merge</link> form letter feature to define a database field called "Salutation" that contains "Mr.", "Ms.", or "Sir or Madam", you can then specify that a section will only be printed if the salutation is "Mr.".</paragraph>
+<paragraph role="paragraph" id="par_id3154343" xml-lang="en-US"><ahelp hid=".">Enter the condition that must be met to hide the section.</ahelp> A condition is a <link href="text/swriter/01/04090200.xhp">logical expression</link>, such as "SALUTATION EQ Mr.". For example, if you use the <link href="text/swriter/guide/form_letters_main.xhp">mail merge</link> form letter feature to define a database field called "Salutation" that contains "Mr.", "Ms.", or "Sir or Madam", you can then specify that a section will only be printed if the salutation is "Mr.".</paragraph>
<paragraph role="paragraph" id="par_id3150086" xml-lang="en-US">Another example would be to create the field variable "x" and set its value to 1. Then specify a condition based on this variable for hiding a section, such as: "x eq 1". If you want to display the section, set the value of the variable "x" to "0".</paragraph>
<paragraph role="heading" id="par_idN108DF" xml-lang="en-US" level="2">Properties</paragraph>
<paragraph role="paragraph" id="par_idN108E3" xml-lang="en-US">You see this area of the dialog when the current document is an XForms document.</paragraph>
<paragraph role="heading" id="par_idN108E6" xml-lang="en-US" level="3">Editable in read-only document</paragraph>
<paragraph role="paragraph" id="par_idN108EA" xml-lang="en-US">Select to allow editing of the section's contents even if the document is opened in read-only mode.</paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
-<paragraph role="paragraph" id="par_id3150032" xml-lang="en-US"><link href="text/swriter/01/04090000.xhp" name="Field commands">Field commands</link></paragraph>
-<paragraph role="paragraph" id="par_id3158420" xml-lang="en-US"><link href="text/swriter/01/04090200.xhp" name="Syntax for conditions">Syntax for conditions</link></paragraph>
+<paragraph role="paragraph" id="par_id3150032" xml-lang="en-US"><link href="text/swriter/01/04090000.xhp">Field commands</link></paragraph>
+<paragraph role="paragraph" id="par_id3158420" xml-lang="en-US"><link href="text/swriter/01/04090200.xhp">Syntax for conditions</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/04020200.xhp b/source/text/swriter/01/04020200.xhp
index a21a26d93b..06fcf5e164 100644
--- a/source/text/swriter/01/04020200.xhp
+++ b/source/text/swriter/01/04020200.xhp
@@ -31,7 +31,7 @@
<section id="indents">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/indentpage/IndentPage" id="bm_id3149819" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/indentpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
-<h1 id="hd_id3155898" xml-lang="en-US"><link href="text/swriter/01/04020200.xhp" name="Indents">Indents</link></h1>
+<h1 id="hd_id3155898" xml-lang="en-US"><link href="text/swriter/01/04020200.xhp">Indents</link></h1>
<paragraph role="paragraph" id="par_id3155182" xml-lang="en-US">Indents the section with a left and right margin.</paragraph>
</section>
<section id="howtoget">
@@ -45,7 +45,7 @@
<paragraph role="paragraph" id="par_id3148970" xml-lang="en-US"><ahelp hid="modules/swriter/ui/indentpage/after">Specifies the indents after the section, at the right margin.</ahelp></paragraph>
<section id="relatedtopics">
<embed href="text/swriter/01/04020000.xhp#bereicheinfuegen"/>
-<paragraph role="paragraph" id="par_id3149032" xml-lang="en-US"><link href="text/swriter/01/04090000.xhp" name="Field commands">Field commands</link></paragraph>
+<paragraph role="paragraph" id="par_id3149032" xml-lang="en-US"><link href="text/swriter/01/04090000.xhp">Field commands</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/04030000.xhp b/source/text/swriter/01/04030000.xhp
index 6abcc8a443..97d7044737 100644
--- a/source/text/swriter/01/04030000.xhp
+++ b/source/text/swriter/01/04030000.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:InsertEndnote" id="bm_id5303788" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertfootnote/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertfootnote/InsertFootnoteDialog" id="bm_id3148771" localize="false"/>
-<paragraph role="heading" id="hd_id3145241" xml-lang="en-US" level="1"><link href="text/swriter/01/04030000.xhp" name="Insert Footnote">Footnote/Endnote</link></paragraph>
+<paragraph role="heading" id="hd_id3145241" xml-lang="en-US" level="1"><link href="text/swriter/01/04030000.xhp">Footnote/Endnote</link></paragraph>
<paragraph role="paragraph" id="par_id3147167" xml-lang="en-US"><variable id="fussnoteein"><ahelp hid=".uno:InsertFootnote">Inserts a footnote or an endnote in the document. The anchor for the note is inserted at the current cursor position.</ahelp> You can choose between automatic numbering or a custom symbol.
</variable></paragraph>
<paragraph role="paragraph" id="par_id3154645" xml-lang="en-US"><variable id="endnoten">The following applies to both footnotes and endnotes.
@@ -46,7 +46,7 @@
<paragraph role="paragraph" id="par_id3149812" xml-lang="en-US">Select the type of numbering that you want to use for footnotes and endnotes.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertfootnote/automatic" id="bm_id3154482" localize="false"/>
<paragraph role="heading" id="hd_id3154470" xml-lang="en-US" level="3">Automatic</paragraph>
-<paragraph role="paragraph" id="par_id3153670" xml-lang="en-US"><variable id="bearbeitenautomatisch"><ahelp hid="modules/swriter/ui/insertfootnote/automatic">Automatically assigns consecutive numbers to the footnotes or endnotes that you insert.</ahelp> To change the settings for automatic numbering, choose <link href="text/swriter/01/06080000.xhp" name="Tools - Footnotes"><emph>Tools - Footnotes and Endnotes</emph></link>.
+<paragraph role="paragraph" id="par_id3153670" xml-lang="en-US"><variable id="bearbeitenautomatisch"><ahelp hid="modules/swriter/ui/insertfootnote/automatic">Automatically assigns consecutive numbers to the footnotes or endnotes that you insert.</ahelp> To change the settings for automatic numbering, choose <link href="text/swriter/01/06080000.xhp"><emph>Tools - Footnotes and Endnotes</emph></link>.
</variable></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertfootnote/character" id="bm_id3152963" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertfootnote/characterentry" id="bm_id3152962" localize="false"/>
@@ -54,7 +54,7 @@
<paragraph role="paragraph" id="par_id3155901" xml-lang="en-US"><variable id="bearbeitenzeichen"><ahelp hid="modules/swriter/ui/insertfootnote/characterentry">Choose this option to define a character or symbol for the current footnote.</ahelp> This can be either a letter, number or special character.</variable></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertfootnote/choosecharacter" id="bm_id3153519" localize="false"/>
<paragraph role="heading" id="hd_id3155185" xml-lang="en-US" level="3">Choose</paragraph>
-<paragraph role="paragraph" id="par_id3153526" xml-lang="en-US"><variable id="bearbeitensonderzeichen"><ahelp hid="modules/swriter/ui/insertfootnote/choosecharacter">Inserts a <link href="text/shared/01/04100000.xhp" name="special character ">special character </link> as a footnote or endnote anchor.</ahelp>
+<paragraph role="paragraph" id="par_id3153526" xml-lang="en-US"><variable id="bearbeitensonderzeichen"><ahelp hid="modules/swriter/ui/insertfootnote/choosecharacter">Inserts a <link href="text/shared/01/04100000.xhp">special character </link> as a footnote or endnote anchor.</ahelp>
</variable></paragraph>
<paragraph role="heading" id="hd_id3149493" xml-lang="en-US" level="2">Type</paragraph>
<paragraph role="paragraph" id="par_id3151256" xml-lang="en-US">Select whether to insert a footnote or an endnote. Endnote numbering is separate from the footnote numbering.</paragraph>
diff --git a/source/text/swriter/01/04040000.xhp b/source/text/swriter/01/04040000.xhp
index f16025c79d..200aeb8f75 100644
--- a/source/text/swriter/01/04040000.xhp
+++ b/source/text/swriter/01/04040000.xhp
@@ -40,7 +40,7 @@
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#insert_bookmark"/>
</section>
-<paragraph id="par_id3153677" role="paragraph" xml-lang="en-US">To jump to a specific bookmark, press <keycode>F5</keycode> to open the <link href="text/swriter/01/02110000.xhp" name="Navigator">Navigator</link>, click the plus sign (+) next to the<emph> Bookmarks</emph> entry, and then double-click the bookmark.</paragraph>
+<paragraph id="par_id3153677" role="paragraph" xml-lang="en-US">To jump to a specific bookmark, press <keycode>F5</keycode> to open the <link href="text/swriter/01/02110000.xhp">Navigator</link>, click the plus sign (+) next to the<emph> Bookmarks</emph> entry, and then double-click the bookmark.</paragraph>
<paragraph id="par_id3151308" role="paragraph" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">
</caseinline><defaultinline>You can also right-click the <emph>Page Number</emph> field at the left end of the <emph>Status Bar</emph> at the bottom of the document window, and then choose the bookmark that you want to jump to.</defaultinline></switchinline></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertbookmark/name" id="bm_id611581952943620" localize="false"/>
diff --git a/source/text/swriter/01/04060000.xhp b/source/text/swriter/01/04060000.xhp
index 516870d837..c5eb94e0d1 100644
--- a/source/text/swriter/01/04060000.xhp
+++ b/source/text/swriter/01/04060000.xhp
@@ -33,7 +33,7 @@
<section id="caption">
-<paragraph id="hd_id3147173" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/04060000.xhp" name="Caption">Caption</link></paragraph>
+<paragraph id="hd_id3147173" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/04060000.xhp">Caption</link></paragraph>
<paragraph id="par_id3149288" role="paragraph" xml-lang="en-US"><variable id="beschrifttext"><ahelp hid=".">Adds a numbered caption to a selected image, table, chart, frame, or shape.</ahelp> You can also access this command by right-clicking the item that you want to add the caption to. </variable></paragraph>
</section>
@@ -64,7 +64,7 @@
<paragraph id="hd_id3154199" role="heading" level="3" xml-lang="en-US">Position</paragraph>
<paragraph id="par_id3149486" role="paragraph" xml-lang="en-US"><ahelp hid="modules/swriter/ui/insertcaption/position">Adds the caption above or below the selected item. This option is only available for some objects.</ahelp></paragraph>
-<paragraph id="hd_id3149043" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04060100.xhp" name="Options">Options</link></paragraph>
+<paragraph id="hd_id3149043" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04060100.xhp">Options</link></paragraph>
<embed href="text/swriter/01/04060100.xhp#optionentext"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertcaption/auto" id="bm_id72939" localize="false"/>
diff --git a/source/text/swriter/01/04060100.xhp b/source/text/swriter/01/04060100.xhp
index 8189ce30f6..f3cf33a603 100644
--- a/source/text/swriter/01/04060100.xhp
+++ b/source/text/swriter/01/04060100.xhp
@@ -32,7 +32,7 @@
<body>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertcaption/options" id="bm_id3151170" localize="false"/>
<paragraph role="heading" id="hd_id3149287" xml-lang="en-US" level="1">Options</paragraph>
-<paragraph role="paragraph" id="par_id3151177" xml-lang="en-US"><variable id="optionentext"><ahelp hid="modules/swriter/ui/insertcaption/options">Adds the chapter number to the caption label. To use this feature, you must first assign an <link href="text/swriter/guide/chapter_numbering.xhp" name="outline level">outline level</link> to a paragraph style, and then apply the style to the chapter headings in your document.</ahelp>
+<paragraph role="paragraph" id="par_id3151177" xml-lang="en-US"><variable id="optionentext"><ahelp hid="modules/swriter/ui/insertcaption/options">Adds the chapter number to the caption label. To use this feature, you must first assign an <link href="text/swriter/guide/chapter_numbering.xhp">outline level</link> to a paragraph style, and then apply the style to the chapter headings in your document.</ahelp>
</variable></paragraph>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#insert_caption_options"/>
diff --git a/source/text/swriter/01/04070000.xhp b/source/text/swriter/01/04070000.xhp
index 6b1ad5fef7..88050049a6 100644
--- a/source/text/swriter/01/04070000.xhp
+++ b/source/text/swriter/01/04070000.xhp
@@ -32,7 +32,7 @@
<bookmark_value>envelopes</bookmark_value>
</bookmark><comment>MW made "envelopes;" a one level entry</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertEnvelope" id="bm_id3025884" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3145245" role="heading" level="1"><link href="text/swriter/01/04070000.xhp" name="Envelope">Envelope</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3145245" role="heading" level="1"><link href="text/swriter/01/04070000.xhp">Envelope</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3149289" role="paragraph"><variable id="briefum"><ahelp hid=".uno:InsertEnvelope">Creates an envelope.</ahelp> On three tab pages, you can specify the addressee and sender, the position and format for both addresses, the size of the envelope, and the envelope orientation.
</variable></paragraph>
<section id="howtoget">
diff --git a/source/text/swriter/01/04070100.xhp b/source/text/swriter/01/04070100.xhp
index 5b54da535d..5fb12a583f 100644
--- a/source/text/swriter/01/04070100.xhp
+++ b/source/text/swriter/01/04070100.xhp
@@ -35,7 +35,7 @@
<section id="envelope">
<bookmark branch="hid/modules/swriter/ui/envaddresspage/@@nowidget@@" xml-lang="en-US" id="bm_@@nowidget@@" localize="false"/>
<bookmark branch="hid/modules/swriter/ui/envaddresspage/EnvAddressPage" xml-lang="en-US" id="bm_id3148772" localize="false"/>
- <paragraph id="hd_id3145243" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/04070100.xhp" name="Envelope">Envelope</link></paragraph>
+ <paragraph id="hd_id3145243" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/04070100.xhp">Envelope</link></paragraph>
<paragraph role="paragraph" id="par_id3147172" xml-lang="en-US"><ahelp hid="modules/swriter/ui/envaddresspage/EnvAddressPage" visibility="visible">Enter the delivery and return addresses for the envelope. You can also insert address fields from a database, for example from the Addresses database.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/04070200.xhp b/source/text/swriter/01/04070200.xhp
index 60c14049ce..e7eb9b0385 100644
--- a/source/text/swriter/01/04070200.xhp
+++ b/source/text/swriter/01/04070200.xhp
@@ -32,7 +32,7 @@
<section id="format">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/envformatpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/envformatpage/EnvFormatPage" id="bm_id3149286" localize="false"/>
-<paragraph role="heading" id="hd_id3151180" xml-lang="en-US" level="1"><link href="text/swriter/01/04070200.xhp" name="Format">Format</link></paragraph>
+<paragraph role="heading" id="hd_id3151180" xml-lang="en-US" level="1"><link href="text/swriter/01/04070200.xhp">Format</link></paragraph>
<paragraph role="paragraph" id="par_id3149295" xml-lang="en-US"><ahelp hid="modules/swriter/ui/envformatpage/EnvFormatPage">Specifies the layout and the dimension of the envelope.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/04090000.xhp b/source/text/swriter/01/04090000.xhp
index d6bf151210..52ea673d3f 100644
--- a/source/text/swriter/01/04090000.xhp
+++ b/source/text/swriter/01/04090000.xhp
@@ -27,7 +27,7 @@
<body>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertField" id="bm_id3076263" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/fielddialog/FieldDialog" id="bm_id3145412" localize="false"/>
-<h1 id="hd_id3151171" xml-lang="en-US"><link href="text/swriter/01/04090000.xhp" name="Fields">Fields</link></h1>
+<h1 id="hd_id3151171" xml-lang="en-US"><link href="text/swriter/01/04090000.xhp">Fields</link></h1>
<paragraph role="paragraph" id="par_id3149805" xml-lang="en-US"><variable id="feldbefehltext"><ahelp hid=".uno:InsertField">Inserts a field at the current cursor position.</ahelp> The dialog lists all available fields.</variable></paragraph>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#insert_more_fields"/>
diff --git a/source/text/swriter/01/04090001.xhp b/source/text/swriter/01/04090001.xhp
index f6ff3328e5..293d96d1be 100644
--- a/source/text/swriter/01/04090001.xhp
+++ b/source/text/swriter/01/04090001.xhp
@@ -31,7 +31,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/flddocumentpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/flddocumentpage/FldDocumentPage" id="bm_id3145246" localize="false"/>
-<h1 id="hd_id3150017" xml-lang="en-US"><link href="text/swriter/01/04090001.xhp" name="Document">Document</link></h1>
+<h1 id="hd_id3150017" xml-lang="en-US"><link href="text/swriter/01/04090001.xhp">Document</link></h1>
<paragraph id="par_id3147167" role="paragraph" xml-lang="en-US"><ahelp hid=".">Fields are used to insert information about the current document, for example, file name, template, statistics, user data, date, and time.</ahelp></paragraph>
</section>
@@ -71,7 +71,7 @@
</tablecell>
<tablecell>
<paragraph id="par_id3148975" role="tablecontent" xml-lang="en-US">Name or initials of current user (as entered 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/01010100.xhp" name="$[officename] - User Data"><menuitem>$[officename] - User Data)</menuitem></link>.</paragraph>
+</caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - </menuitem><link href="text/shared/optionen/01010100.xhp"><menuitem>$[officename] - User Data)</menuitem></link>.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -121,7 +121,7 @@
</tablecell>
<tablecell>
<paragraph id="par_id3146341" role="tablecontent" xml-lang="en-US">Inserts fields containing user data. You can change the user-data that is displayed by choosing <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/01010100.xhp" name="$[officename] - User Data"><menuitem>$[officename] - User Data</menuitem></link>.</paragraph>
+</caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - </menuitem><link href="text/shared/optionen/01010100.xhp"><menuitem>$[officename] - User Data</menuitem></link>.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -157,13 +157,13 @@
<h2 id="hd_id3145595" xml-lang="en-US">Format</h2>
<paragraph id="par_id3145613" role="paragraph" xml-lang="en-US"><ahelp hid="modules/swriter/ui/flddocumentpage/format">If a field is displaying a date, time or number, then <emph>Format</emph> is used to customize the appearance of the date, time, or number. Common formats are shown in the Format window, or click "Additional formats" to define a custom format.</ahelp></paragraph>
</section>
-<paragraph id="par_id3150138" role="paragraph" xml-lang="en-US"><variable id="datetimeformat">When you click "Additional formats", the <link href="text/shared/01/05020300.xhp" name="Number Format"><emph>Number Format</emph></link> dialog opens, where you can define a custom format. </variable></paragraph>
-<paragraph id="par_id3154867" role="paragraph" xml-lang="en-US">If you choose "Chapter number without separator" for a chapter field, the separators that are specified for chapter number in <link href="text/swriter/01/06060000.xhp" name="Tools - Chapter numbering"><menuitem>Tools - Chapter numbering</menuitem></link> are not displayed.</paragraph>
+<paragraph id="par_id3150138" role="paragraph" xml-lang="en-US"><variable id="datetimeformat">When you click "Additional formats", the <link href="text/shared/01/05020300.xhp"><emph>Number Format</emph></link> dialog opens, where you can define a custom format. </variable></paragraph>
+<paragraph id="par_id3154867" role="paragraph" xml-lang="en-US">If you choose "Chapter number without separator" for a chapter field, the separators that are specified for chapter number in <link href="text/swriter/01/06060000.xhp"><menuitem>Tools - Chapter numbering</menuitem></link> are not displayed.</paragraph>
<paragraph id="par_id3156079" role="paragraph" xml-lang="en-US">If you choose "chapter number" as the <emph>format</emph> for reference fields, only the number of the chapter heading containing the referenced object is displayed in the field. If the paragraph style for the chapter heading is not numbered, the field is left blank.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/flddocumentpage/fixed" id="bm_id3153014" localize="false"/>
<paragraph id="par_id0902200804313432" role="paragraph" xml-lang="en-US"><ahelp hid="." visibility="hidden">Inserts the field as static content, that is, the field cannot be updated.</ahelp></paragraph>
-<note id="par_id3154470" xml-lang="en-US">For the HTML export and import of date and time fields, <link href="text/swriter/01/04090007.xhp#date_and_time" name="special $[officename] formats">special $[officename] formats</link> are used.</note>
+<note id="par_id3154470" xml-lang="en-US">For the HTML export and import of date and time fields, <link href="text/swriter/01/04090007.xhp#date_and_time">special $[officename] formats</link> are used.</note>
<embed href="text/swriter/01/04090004.xhp#fixedcontent"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/flddocumentpage/level" id="bm_id3153038" localize="false"/>
@@ -177,7 +177,7 @@
<paragraph id="par_id3155312" role="paragraph" xml-lang="en-US"><ahelp hid="modules/swriter/ui/flddocumentpage/value">Enter the offset value that you want to apply to a page number field, for example "+1".</ahelp></paragraph>
</section>
<paragraph id="par_id3145188" role="paragraph" xml-lang="en-US">With an <emph>Offset</emph> value of 1, the field will display a number that is 1 more than the current page number, but only if a page with that number exists. On the last page of the document, this same field will be empty.</paragraph>
-<tip id="par_id3154948" xml-lang="en-US">If you want to change the actual page number and not the displayed number, do not use the <emph>Offset</emph> value. To change page numbers, read the <link href="text/swriter/guide/pagenumbers.xhp" name="Page Numbers"><emph>Page Numbers</emph></link> guide.</tip>
+<tip id="par_id3154948" xml-lang="en-US">If you want to change the actual page number and not the displayed number, do not use the <emph>Offset</emph> value. To change page numbers, read the <link href="text/swriter/guide/pagenumbers.xhp"><emph>Page Numbers</emph></link> guide.</tip>
<h2 id="hd_id3154598" xml-lang="en-US">Offset in days/minutes</h2>
<paragraph id="par_id3154899" role="paragraph" xml-lang="en-US"><ahelp hid="modules/swriter/ui/flddocumentpage/offset">Enter the offset that you want to apply to a date or time field.</ahelp></paragraph>
diff --git a/source/text/swriter/01/04090002.xhp b/source/text/swriter/01/04090002.xhp
index 513b5fcc7c..bac3255c0b 100644
--- a/source/text/swriter/01/04090002.xhp
+++ b/source/text/swriter/01/04090002.xhp
@@ -31,7 +31,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:InsertReferenceField" id="bm_id8981346" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/fldrefpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/fldrefpage/FieldRefPage" id="bm_id3149042" localize="false"/>
-<h1 id="hd_id3153641" xml-lang="en-US"><link href="text/swriter/01/04090002.xhp" name="Cross-references">Cross-reference</link></h1>
+<h1 id="hd_id3153641" xml-lang="en-US"><link href="text/swriter/01/04090002.xhp">Cross-reference</link></h1>
<paragraph role="paragraph" id="par_id3155142" xml-lang="en-US"><variable id="reftext"><ahelp hid=".">This is where you insert the references or referenced fields into the current document. References are referenced fields within the same document or within sub-documents of a master document.</ahelp>
</variable></paragraph>
</section>
@@ -59,7 +59,7 @@
</tablecell>
<tablecell>
<paragraph role="tablecontent" id="par_id3147422" xml-lang="en-US">Set target for a referenced field. Under <emph>Name</emph>, enter a name for the reference. When inserting the reference, the name will then appear as an identification in the list box <emph>Selection</emph>.</paragraph>
-<paragraph role="tablecontent" id="par_id3149556" xml-lang="en-US">In an HTML document, reference fields entered this way will be ignored. For the target in HTML documents, you have to <link href="text/swriter/01/04040000.xhp" name="insert a bookmark">insert a bookmark</link>.</paragraph>
+<paragraph role="tablecontent" id="par_id3149556" xml-lang="en-US">In an HTML document, reference fields entered this way will be ignored. For the target in HTML documents, you have to <link href="text/swriter/01/04040000.xhp">insert a bookmark</link>.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -69,7 +69,7 @@
<tablecell>
<paragraph role="tablecontent" id="par_id3147746" xml-lang="en-US">Inserting a reference to another position in the document. The corresponding text position has to be defined with "Set Reference" first. Otherwise, inserting a reference by choosing a field name under <emph>Selection</emph> is not possible.</paragraph>
<paragraph role="tablecontent" id="par_id3146344" xml-lang="en-US">In master documents, you can also reference from one sub-document to another. Note that the reference name will not appear in the selection field and has to be entered "by hand".</paragraph>
-<paragraph role="tablecontent" id="par_id3149847" xml-lang="en-US">In an HTML document, reference fields entered this way will be ignored. For referenced fields in HTML documents, you have to <link href="text/shared/01/05020400.xhp" name="insert a hyperlink">insert a hyperlink</link>.</paragraph>
+<paragraph role="tablecontent" id="par_id3149847" xml-lang="en-US">In an HTML document, reference fields entered this way will be ignored. For referenced fields in HTML documents, you have to <link href="text/shared/01/05020400.xhp">insert a hyperlink</link>.</paragraph>
</tablecell>
</tablerow>
<tablerow>
diff --git a/source/text/swriter/01/04090003.xhp b/source/text/swriter/01/04090003.xhp
index 38f9e93b36..38159f8751 100644
--- a/source/text/swriter/01/04090003.xhp
+++ b/source/text/swriter/01/04090003.xhp
@@ -26,7 +26,7 @@
</meta>
<body>
<section id="functions">
-<h1 id="hd_id3149123" xml-lang="en-US"><link href="text/swriter/01/04090003.xhp" name="Functions">Functions</link></h1>
+<h1 id="hd_id3149123" xml-lang="en-US"><link href="text/swriter/01/04090003.xhp">Functions</link></h1>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/fldfuncpage/name" id="bm_id3149875" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/fldfuncpage/value" id="bm_id3150251" localize="false"/>
<paragraph role="paragraph" id="par_id3150343" xml-lang="en-US"><ahelp hid="." visibility="hidden">Sets additional function parameters for fields. The type of parameter depends on the field type that you select.</ahelp></paragraph>
@@ -54,7 +54,7 @@
<paragraph role="tablecontent" id="par_id3152999" xml-lang="en-US">Conditional text</paragraph>
</tablecell>
<tablecell>
-<paragraph role="tablecontent" id="par_id3149881" xml-lang="en-US">Inserts text if a certain <link href="text/swriter/01/04090200.xhp" name="condition">condition</link> is met. For example, enter "sun eq 1" in the <emph>Condition</emph> box, and then the text that you want to insert when the variable "sun" equals "1" in the <emph>Then </emph>box. If you want, you can also enter the text that you want to display when this condition is not met in the <emph>Else</emph> box. To define the variable "sun", click the <link href="text/swriter/01/04090005.xhp" name="Variables"><emph>Variables</emph></link> tab, select "Set variable", type "sun" in the<emph> Name</emph> box, and its value in the<emph> Value</emph> box.</paragraph>
+<paragraph role="tablecontent" id="par_id3149881" xml-lang="en-US">Inserts text if a certain <link href="text/swriter/01/04090200.xhp">condition</link> is met. For example, enter "sun eq 1" in the <emph>Condition</emph> box, and then the text that you want to insert when the variable "sun" equals "1" in the <emph>Then </emph>box. If you want, you can also enter the text that you want to display when this condition is not met in the <emph>Else</emph> box. To define the variable "sun", click the <link href="text/swriter/01/04090005.xhp"><emph>Variables</emph></link> tab, select "Set variable", type "sun" in the<emph> Name</emph> box, and its value in the<emph> Value</emph> box.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -62,7 +62,7 @@
<paragraph role="tablecontent" id="par_id3153719" xml-lang="en-US">Input list</paragraph>
</tablecell>
<tablecell>
- <paragraph role="tablecontent" id="par_id3147564" xml-lang="en-US">Inserts a text field that displays one item from a list. You can add, edit, and remove items, and change their order in the list. Click an <emph>Input list</emph> field in your document or press <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+F9</keycode> to display the <link href="text/swriter/01/04090003.xhp" name="Choose Item"><emph>Choose Item</emph></link> dialog.</paragraph>
+ <paragraph role="tablecontent" id="par_id3147564" xml-lang="en-US">Inserts a text field that displays one item from a list. You can add, edit, and remove items, and change their order in the list. Click an <emph>Input list</emph> field in your document or press <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+F9</keycode> to display the <link href="text/swriter/01/04090003.xhp"><emph>Choose Item</emph></link> dialog.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -70,7 +70,7 @@
<paragraph role="tablecontent" id="par_id3153146" xml-lang="en-US">Input field</paragraph>
</tablecell>
<tablecell>
-<paragraph role="tablecontent" id="par_id3149287" xml-lang="en-US">Inserts a text field that you can open by <link href="text/swriter/01/04090100.xhp" name="clicking">clicking</link> it in the document. You can then change the text that is displayed.</paragraph>
+<paragraph role="tablecontent" id="par_id3149287" xml-lang="en-US">Inserts a text field that you can open by <link href="text/swriter/01/04090100.xhp">clicking</link> it in the document. You can then change the text that is displayed.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -94,7 +94,7 @@
<paragraph role="tablecontent" id="par_id3150973" xml-lang="en-US">Hidden text</paragraph>
</tablecell>
<tablecell>
-<paragraph role="tablecontent" id="par_id3147524" xml-lang="en-US">Inserts a text field that is hidden when the condition that you specify is met. To use this function, 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/01040200.xhp" name="Text Document - View"><menuitem>%PRODUCTNAME Writer - View</menuitem></link> and clear the <emph>Hidden text</emph> check box.</paragraph>
+<paragraph role="tablecontent" id="par_id3147524" xml-lang="en-US">Inserts a text field that is hidden when the condition that you specify is met. To use this function, 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/01040200.xhp"><menuitem>%PRODUCTNAME Writer - View</menuitem></link> and clear the <emph>Hidden text</emph> check box.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -102,7 +102,7 @@
<paragraph role="tablecontent" id="par_id3154480" xml-lang="en-US">Hidden Paragraph</paragraph>
</tablecell>
<tablecell>
-<paragraph role="tablecontent" id="par_id3153677" xml-lang="en-US">Hides a paragraph when the condition that you specify is met. To use this function, choose <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><emph> - </emph><link href="text/shared/optionen/01040200.xhp" name="Text Document - View"><menuitem>%PRODUCTNAME Writer - View</menuitem></link> and clear the <emph>Hidden paragraphs</emph> check box.</paragraph>
+<paragraph role="tablecontent" id="par_id3153677" xml-lang="en-US">Hides a paragraph when the condition that you specify is met. To use this function, choose <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><emph> - </emph><link href="text/shared/optionen/01040200.xhp"><menuitem>%PRODUCTNAME Writer - View</menuitem></link> and clear the <emph>Hidden paragraphs</emph> check box.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -123,7 +123,7 @@
<paragraph role="paragraph" id="par_id3151329" xml-lang="en-US">For function fields, the format field is only used for fields of the type placeholder. Here, the format determines the object for which the placeholder stands.</paragraph>
<section id="condition">
<h2 id="hd_id3149494" xml-lang="en-US">Condition</h2>
-<paragraph role="paragraph" id="par_id3143281" xml-lang="en-US"><ahelp hid="modules/swriter/ui/flddbpage/condition">For fields linked to a <link href="text/swriter/01/04090200.xhp" name="condition">condition</link>, enter the criteria here.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3143281" xml-lang="en-US"><ahelp hid="modules/swriter/ui/flddbpage/condition">For fields linked to a <link href="text/swriter/01/04090200.xhp">condition</link>, enter the criteria here.</ahelp></paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/fldfuncpage/cond1" id="bm_id3151259" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/fldfuncpage/cond2" id="bm_id3151262" localize="false"/>
diff --git a/source/text/swriter/01/04090004.xhp b/source/text/swriter/01/04090004.xhp
index e3af7f3633..960ac733cb 100644
--- a/source/text/swriter/01/04090004.xhp
+++ b/source/text/swriter/01/04090004.xhp
@@ -28,13 +28,13 @@
<section id="DocInformation">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/flddocinfopage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/flddocinfopage/FldDocInfoPage" id="bm_id3152958" localize="false"/>
-<h1 id="hd_id3154479" xml-lang="en-US"><link href="text/swriter/01/04090004.xhp" name="DocInformation">DocInformation</link></h1>
+<h1 id="hd_id3154479" xml-lang="en-US"><link href="text/swriter/01/04090004.xhp">DocInformation</link></h1>
<paragraph role="paragraph" id="par_id3149692" xml-lang="en-US"><ahelp hid=".">DocInformation fields contain information about the properties of a document, such as the date a document was created. To view the properties of a document, choose <menuitem>File - Properties</menuitem>.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#felddokumentinfo"/>
</section>
-<note id="par_id3148982" xml-lang="en-US">When you export and import an HTML document containing DocInformation fields, <link href="text/swriter/01/04090007.xhp#DocInformation" name="special $[officename] formats">special $[officename] formats</link> are used.</note>
+<note id="par_id3148982" xml-lang="en-US">When you export and import an HTML document containing DocInformation fields, <link href="text/swriter/01/04090007.xhp#DocInformation">special $[officename] formats</link> are used.</note>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/flddocinfopage/type" id="bm_id3153639" localize="false"/>
<paragraph role="paragraph" id="par_id0902200804290053" xml-lang="en-US"><ahelp hid="." visibility="hidden">Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert.</ahelp></paragraph>
<embed href="text/swriter/01/04090001.xhp#fieldtype"/>
@@ -52,7 +52,7 @@
<paragraph role="tablecontent" id="par_id3150700" xml-lang="en-US">Comments</paragraph>
</tablecell>
<tablecell>
- <paragraph role="tablecontent" id="par_id3147490" xml-lang="en-US">Inserts the comments as entered in the <emph>Description</emph> tab page of the <link href="text/shared/01/01100300.xhp" name="File - Properties"><menuitem>File - Properties</menuitem></link> dialog.</paragraph>
+ <paragraph role="tablecontent" id="par_id3147490" xml-lang="en-US">Inserts the comments as entered in the <emph>Description</emph> tab page of the <link href="text/shared/01/01100300.xhp"><menuitem>File - Properties</menuitem></link> dialog.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -68,7 +68,7 @@
<paragraph role="tablecontent" id="par_id3148856" xml-lang="en-US">Custom</paragraph>
</tablecell>
<tablecell>
- <paragraph role="tablecontent" id="par_id3154784" xml-lang="en-US">Inserts the contents of the properties found on the <emph>Custom Properties</emph> tab of the <link href="text/shared/01/01100300.xhp" name="File - Properties"><menuitem>File - Properties</menuitem></link> dialog. (Only shown if Custom properties are added.)</paragraph>
+ <paragraph role="tablecontent" id="par_id3154784" xml-lang="en-US">Inserts the contents of the properties found on the <emph>Custom Properties</emph> tab of the <link href="text/shared/01/01100300.xhp"><menuitem>File - Properties</menuitem></link> dialog. (Only shown if Custom properties are added.)</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -76,7 +76,7 @@
<paragraph role="tablecontent" id="par_id3156122" xml-lang="en-US">Keywords</paragraph>
</tablecell>
<tablecell>
- <paragraph role="tablecontent" id="par_id3150912" xml-lang="en-US">Inserts the keywords as entered in the <emph>Description</emph> tab of the <link href="text/shared/01/01100300.xhp" name="File - Properties"><menuitem>File - Properties</menuitem></link> dialog.</paragraph>
+ <paragraph role="tablecontent" id="par_id3150912" xml-lang="en-US">Inserts the keywords as entered in the <emph>Description</emph> tab of the <link href="text/shared/01/01100300.xhp"><menuitem>File - Properties</menuitem></link> dialog.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -108,7 +108,7 @@
<paragraph role="tablecontent" id="par_id3154328" xml-lang="en-US">Subject</paragraph>
</tablecell>
<tablecell>
- <paragraph role="tablecontent" id="par_id3146942" xml-lang="en-US">Inserts the subject as entered in the <emph>Description</emph> tab of the <link href="text/shared/01/01100300.xhp" name="File - Properties"><menuitem>File - Properties</menuitem></link> dialog.</paragraph>
+ <paragraph role="tablecontent" id="par_id3146942" xml-lang="en-US">Inserts the subject as entered in the <emph>Description</emph> tab of the <link href="text/shared/01/01100300.xhp"><menuitem>File - Properties</menuitem></link> dialog.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -116,7 +116,7 @@
<paragraph role="tablecontent" id="par_id3150092" xml-lang="en-US">Title</paragraph>
</tablecell>
<tablecell>
- <paragraph role="tablecontent" id="par_id3150033" xml-lang="en-US">Inserts the title as entered in the <emph>Description</emph> tab of the <link href="text/shared/01/01100300.xhp" name="File - Properties"><menuitem>File - Properties</menuitem></link> dialog.</paragraph>
+ <paragraph role="tablecontent" id="par_id3150033" xml-lang="en-US">Inserts the title as entered in the <emph>Description</emph> tab of the <link href="text/shared/01/01100300.xhp"><menuitem>File - Properties</menuitem></link> dialog.</paragraph>
</tablecell>
</tablerow>
<tablerow>
diff --git a/source/text/swriter/01/04090005.xhp b/source/text/swriter/01/04090005.xhp
index 6c2a1188d8..4aefa69959 100644
--- a/source/text/swriter/01/04090005.xhp
+++ b/source/text/swriter/01/04090005.xhp
@@ -30,7 +30,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/fldvarpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/fldvarpage/FldVarPage" id="bm_id3151266" localize="false"/>
-<h1 id="hd_id3153716" xml-lang="en-US"><link href="text/swriter/01/04090005.xhp" name="Variables">Variables</link></h1>
+<h1 id="hd_id3153716" xml-lang="en-US"><link href="text/swriter/01/04090005.xhp">Variables</link></h1>
<paragraph role="paragraph" id="par_id3150764" xml-lang="en-US"><ahelp hid=".">Variable fields let you add dynamic content to your document. For example, you can use a variable to reset the page numbering.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -71,7 +71,7 @@
<paragraph role="tablecontent" id="par_id3147531" xml-lang="en-US">DDE field</paragraph>
</tablecell>
<tablecell>
-<paragraph role="tablecontent" id="par_id3149684" xml-lang="en-US">Inserts a <link href="text/shared/00/00000005.xhp#dde" name="DDE">DDE</link> link into the document, that you can update as often as you want through the assigned name.</paragraph>
+<paragraph role="tablecontent" id="par_id3149684" xml-lang="en-US">Inserts a <link href="text/shared/00/00000005.xhp#dde">DDE</link> link into the document, that you can update as often as you want through the assigned name.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -89,7 +89,7 @@
<tablecell>
<paragraph role="tablecontent" id="par_id3154829" xml-lang="en-US">Inserts a new value for a variable or a User Field.</paragraph>
<paragraph role="tablecontent" id="par_id3149098" xml-lang="en-US">The value of a variable in an Input field is only valid from where the field is inserted and onwards. To change the value of the variable later in the document, insert another Input field of the same name, but with a different value. However, the value of a User Field is changed globally.</paragraph>
-<paragraph role="tablecontent" id="par_id3151255" xml-lang="en-US">The variables are displayed in the <emph>Select</emph> field. When you click the <emph>Insert</emph> button, the dialog <link href="text/swriter/01/04090100.xhp" name="Input Field"><emph>Review Fields</emph></link> appears, where you can enter the new value or additional text as a remark.</paragraph>
+<paragraph role="tablecontent" id="par_id3151255" xml-lang="en-US">The variables are displayed in the <emph>Select</emph> field. When you click the <emph>Insert</emph> button, the dialog <link href="text/swriter/01/04090100.xhp"><emph>Review Fields</emph></link> appears, where you can enter the new value or additional text as a remark.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -145,7 +145,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/fldvarpage/format" id="bm_id3155871" localize="false"/>
<paragraph role="paragraph" id="par_id3155860" xml-lang="en-US"><ahelp hid="modules/swriter/ui/fldvarpage/format">In the <emph>Format</emph> list, define if the value is inserted as text or a number.</ahelp></paragraph>
<embed href="text/swriter/01/04090003.xhp#selectnote"/><comment>Warns that following types depend on the selection in the Type list</comment>
-<paragraph role="paragraph" id="par_id3150696" xml-lang="en-US">In an HTML document, two additional fields are available for the "Set variable" field type: HTML_ON and HTML_OFF. The text that you type in the <emph>Value </emph>box is converted to an opening HTML <link href="text/shared/00/00000002.xhp#tags" name="tag">tag</link> (&lt;Value&gt;) or to a closing HTML (&lt;/Value&gt;) tag when the file is saved as an HTML document, depending on the option that you select.</paragraph>
+<paragraph role="paragraph" id="par_id3150696" xml-lang="en-US">In an HTML document, two additional fields are available for the "Set variable" field type: HTML_ON and HTML_OFF. The text that you type in the <emph>Value </emph>box is converted to an opening HTML <link href="text/shared/00/00000002.xhp#tags">tag</link> (&lt;Value&gt;) or to a closing HTML (&lt;/Value&gt;) tag when the file is saved as an HTML document, depending on the option that you select.</paragraph>
<h2 id="hd_id871583773320305">DDE Statement</h2>
<embed href="text/swriter/01/04020100.xhp#DDE_Statement"/><comment>taken from DDE in Section</comment>
<paragraph role="paragraph" id="par_id481583773333848">This option is only available if the "DDE field" field type is selected.</paragraph>
diff --git a/source/text/swriter/01/04090006.xhp b/source/text/swriter/01/04090006.xhp
index 8a88c95839..c8ed23249b 100644
--- a/source/text/swriter/01/04090006.xhp
+++ b/source/text/swriter/01/04090006.xhp
@@ -30,7 +30,7 @@
<section id="database">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/flddbpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/flddbpage/FldDbPage" id="bm_id3151315" localize="false"/>
-<paragraph role="heading" id="hd_id3153536" xml-lang="en-US" level="1"><link href="text/swriter/01/04090006.xhp" name="Database">Database</link></paragraph>
+<paragraph role="heading" id="hd_id3153536" xml-lang="en-US" level="1"><link href="text/swriter/01/04090006.xhp">Database</link></paragraph>
<paragraph role="paragraph" id="par_id3154471" xml-lang="en-US"><ahelp hid=".">You can insert fields from any database, for example, address fields, into your document.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -53,7 +53,7 @@
<paragraph role="tablecontent" id="par_id3149096" xml-lang="en-US">Any Record</paragraph>
</tablecell>
<tablecell>
-<paragraph role="tablecontent" id="par_id3151257" xml-lang="en-US">Inserts the contents of the database field that you specify in the <emph>Record Number</emph> box as a mail merge field if the <link href="text/swriter/01/04090200.xhp" name="Condition"><emph>Condition</emph></link> that you enter is met. Only records selected by a multiple selection in the data source view are considered.</paragraph>
+<paragraph role="tablecontent" id="par_id3151257" xml-lang="en-US">Inserts the contents of the database field that you specify in the <emph>Record Number</emph> box as a mail merge field if the <link href="text/swriter/01/04090200.xhp"><emph>Condition</emph></link> that you enter is met. Only records selected by a multiple selection in the data source view are considered.</paragraph>
<paragraph role="tablecontent" id="par_id3147100" xml-lang="en-US">You can use this field to insert several records into a document. Simply insert the <emph>Any Record</emph> field in front of the form letter fields that use a certain record.</paragraph>
</tablecell>
</tablerow>
diff --git a/source/text/swriter/01/04090007.xhp b/source/text/swriter/01/04090007.xhp
index 829009a6b3..5c0bb37c9a 100644
--- a/source/text/swriter/01/04090007.xhp
+++ b/source/text/swriter/01/04090007.xhp
@@ -38,7 +38,7 @@
<bookmark_value>date fields;HTML</bookmark_value>
<bookmark_value>DocInformation fields</bookmark_value>
</bookmark><comment>MW changed "$[officename] Writer;tags" to "$[officename];special HTML tags"</comment>
-<paragraph role="heading" id="hd_id3154106" xml-lang="en-US" level="1"><link href="text/swriter/01/04090007.xhp" name="Special Tags">Special Tags</link></paragraph>
+<paragraph role="heading" id="hd_id3154106" xml-lang="en-US" level="1"><link href="text/swriter/01/04090007.xhp">Special Tags</link></paragraph>
<paragraph role="paragraph" id="par_id3153669" xml-lang="en-US">When you save a document that contains fields as an HTML document, $[officename] automatically converts date, time, and DocInformation fields to special HTML tags. The field contents are inserted between the opening and closing HTML tags of the converted fields. These special HTML tags do not correspond to standard HTML tags.</paragraph>
<paragraph role="paragraph" id="par_id3152960" xml-lang="en-US">$[officename] Writer fields are identified by the &lt;SDFIELD&gt; tag in an HTML document. The field type, the format, and the name of the special field are included in the opening HTML tag. The format of a field tag that is recognized by an HTML filter depends on the field type.</paragraph>
<section id="date_and_time">
diff --git a/source/text/swriter/01/04090300.xhp b/source/text/swriter/01/04090300.xhp
index 36e8d43d08..6569b1a40c 100644
--- a/source/text/swriter/01/04090300.xhp
+++ b/source/text/swriter/01/04090300.xhp
@@ -27,7 +27,7 @@
<bookmark_value>fields;editing</bookmark_value>
<bookmark_value>edit;fields</bookmark_value>
</bookmark>
- <h1 id="hd_id431519648111292" xml-lang="en-US"><link href="text/swriter/01/04090300.xhp" name="Edit Fields">Edit Fields (variables)</link></h1>
+ <h1 id="hd_id431519648111292" xml-lang="en-US"><link href="text/swriter/01/04090300.xhp">Edit Fields (variables)</link></h1>
<paragraph id="par_id361519648111293" role="paragraph" xml-lang="en-US"><variable id="editfields2"><ahelp hid=".">Edit field contents.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/04120000.xhp b/source/text/swriter/01/04120000.xhp
index e25fb59e55..0d4daea5f3 100644
--- a/source/text/swriter/01/04120000.xhp
+++ b/source/text/swriter/01/04120000.xhp
@@ -30,7 +30,7 @@
<section id="table_of_context_index_submenu">
-<paragraph id="hd_id3151380" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/04120000.xhp" name="Table of Contents and Index">Table of Contents and Index</link></paragraph>
+<paragraph id="hd_id3151380" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/04120000.xhp">Table of Contents and Index</link></paragraph>
<paragraph id="par_idN105AC" role="paragraph" xml-lang="en-US">Opens a menu to insert an index or bibliography entry, as well as inserting a table of contents, index, and or bibliography.</paragraph>
</section>
@@ -38,13 +38,13 @@
<embed href="text/swriter/00/00000404.xhp#verzeichnisseeinf"/>
</section>
-<paragraph id="hd_id3147416" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120100.xhp" name="Index Entry">Index Entry</link></paragraph>
+<paragraph id="hd_id3147416" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120100.xhp">Index Entry</link></paragraph>
<embed href="text/swriter/01/04120100.xhp#eintrag"/>
-<paragraph id="hd_id3155620" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120300.xhp" name="Bibliography Entry">Bibliography Entry</link></paragraph>
+<paragraph id="hd_id3155620" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120300.xhp">Bibliography Entry</link></paragraph>
<embed href="text/swriter/01/04120300.xhp#literaturvz"/>
-<paragraph id="hd_id3147501" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120200.xhp" name="Table of Context, Index or Bibliography">Table of Content, Index or Bibliography</link></paragraph>
+<paragraph id="hd_id3147501" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120200.xhp">Table of Content, Index or Bibliography</link></paragraph>
<embed href="text/swriter/01/04120200.xhp#verzeichnisse"/>
</body>
diff --git a/source/text/swriter/01/04120100.xhp b/source/text/swriter/01/04120100.xhp
index 51e51ad454..8ea39a60ea 100644
--- a/source/text/swriter/01/04120100.xhp
+++ b/source/text/swriter/01/04120100.xhp
@@ -36,7 +36,7 @@
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#insert_index_entry"/>
</section>
-<paragraph role="paragraph" id="par_id3147571" xml-lang="en-US">To edit an index entry, place the cursor in front of the index field, and then choose <link href="text/swriter/01/02160000.xhp" name="Edit - Reference - Index Entry..."><emph>Edit - Reference - Index Entry...</emph></link></paragraph><comment>removed a para - see #i64023</comment>
+<paragraph role="paragraph" id="par_id3147571" xml-lang="en-US">To edit an index entry, place the cursor in front of the index field, and then choose <link href="text/swriter/01/02160000.xhp"><emph>Edit - Reference - Index Entry...</emph></link></paragraph><comment>removed a para - see #i64023</comment>
<paragraph role="paragraph" id="par_id3145760" xml-lang="en-US">You can leave the <emph>Insert Index Entry</emph> dialog open while you select and insert entries.</paragraph>
<embed href="text/shared/06/sw_screenshots.xhp#indexentrydialog"/>
<h2 id="hd_id3145410">Selection</h2>
@@ -88,6 +88,6 @@
<h3 id="hd_id3153296">Name</h3>
<paragraph role="paragraph" id="par_id3153507" xml-lang="en-US"><ahelp hid="modules/swriter/ui/newuserindexdialog/NewUserIndexDialog">Enter a name for the new user-defined index. The new index is added to the list of available indexes and tables.</ahelp></paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
-<paragraph role="paragraph" id="par_id3156124" xml-lang="en-US"><link href="text/swriter/guide/indices_toc.xhp" name="Using Tables of Content and Indexes">Using Tables of Content and Indexes</link></paragraph>
+<paragraph role="paragraph" id="par_id3156124" xml-lang="en-US"><link href="text/swriter/guide/indices_toc.xhp">Using Tables of Content and Indexes</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/04120200.xhp b/source/text/swriter/01/04120200.xhp
index 976c119824..b1b7a7cd20 100644
--- a/source/text/swriter/01/04120200.xhp
+++ b/source/text/swriter/01/04120200.xhp
@@ -44,6 +44,6 @@
<paragraph role="paragraph" id="par_id3149481" xml-lang="en-US">Use this tab to specify the column layout for the index or table of contents. By default, the index title is one-column wide and extends out from left page margin.</paragraph>
<embed href="text/shared/01/05210100.xhp#area"/>
<embed href="text/shared/00/00000004.xhp#related"/>
- <paragraph role="paragraph" id="par_id3149095" xml-lang="en-US"><link href="text/swriter/guide/main.xhp" name="Using Tables of Content and Indexes">Using Tables of Content and Indexes</link></paragraph>
+ <paragraph role="paragraph" id="par_id3149095" xml-lang="en-US"><link href="text/swriter/guide/main.xhp">Using Tables of Content and Indexes</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/04120201.xhp b/source/text/swriter/01/04120201.xhp
index 21431e1cb5..197765d7a4 100644
--- a/source/text/swriter/01/04120201.xhp
+++ b/source/text/swriter/01/04120201.xhp
@@ -33,7 +33,7 @@
<section id="styles">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/tocstylespage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/tocstylespage/TocStylesPage" id="bm_id3154643" localize="false"/>
-<paragraph role="heading" id="hd_id3145825" xml-lang="en-US" level="1"><link href="text/swriter/01/04120201.xhp" name="Styles">Styles</link></paragraph>
+<paragraph role="heading" id="hd_id3145825" xml-lang="en-US" level="1"><link href="text/swriter/01/04120201.xhp">Styles</link></paragraph>
<paragraph role="paragraph" id="par_id3154505" xml-lang="en-US">You can assign different paragraph styles to change the formatting of index titles, separators and index entries. You can also modify paragraph styles in this dialog.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/04120210.xhp b/source/text/swriter/01/04120210.xhp
index ebd512dab7..33bee9f6df 100644
--- a/source/text/swriter/01/04120210.xhp
+++ b/source/text/swriter/01/04120210.xhp
@@ -33,29 +33,29 @@
<section id="index_type">
- <paragraph id="hd_id3150933" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/04120210.xhp" name="Type">Type</link></paragraph>
- <paragraph xml-lang="en-US" role="paragraph" id="par_id3148390">Use this tab to specify and define the type of <link href="text/swriter/01/04120200.xhp" name="index">index</link> that you want to insert. You can also create custom indexes.</paragraph>
+ <paragraph id="hd_id3150933" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/04120210.xhp">Type</link></paragraph>
+ <paragraph xml-lang="en-US" role="paragraph" id="par_id3148390">Use this tab to specify and define the type of <link href="text/swriter/01/04120200.xhp">index</link> that you want to insert. You can also create custom indexes.</paragraph>
</section>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#verz2"/>
</section>
<paragraph role="paragraph" id="par_id3153921" xml-lang="en-US">Depending on the type of index that you select, this tab contains the following options.</paragraph>
- <paragraph id="hd_id3147175" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120211.xhp" name="Table of Contents">Table of Contents</link></paragraph>
+ <paragraph id="hd_id3147175" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120211.xhp">Table of Contents</link></paragraph>
<embed href="text/swriter/01/04120211.xhp#verzeichnis"/>
- <paragraph id="hd_id3151183" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120212.xhp" name="Alphabetical Index">Alphabetical Index</link></paragraph>
+ <paragraph id="hd_id3151183" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120212.xhp">Alphabetical Index</link></paragraph>
<embed href="text/swriter/01/04120212.xhp#verzeichnis"/>
- <paragraph id="hd_id3154645" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120213.xhp" name="Illustration Index">Illustration Index</link></paragraph>
+ <paragraph id="hd_id3154645" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120213.xhp">Illustration Index</link></paragraph>
<embed href="text/swriter/01/04120213.xhp#verzeichnis"/>
- <paragraph id="hd_id3151265" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120214.xhp" name="Index of Tables">Index of Tables</link></paragraph>
+ <paragraph id="hd_id3151265" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120214.xhp">Index of Tables</link></paragraph>
<embed href="text/swriter/01/04120214.xhp#verzeichnis"/>
- <paragraph id="hd_id3153152" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120215.xhp" name="User-Defined">User-Defined</link></paragraph>
+ <paragraph id="hd_id3153152" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120215.xhp">User-Defined</link></paragraph>
<embed href="text/swriter/01/04120215.xhp#verzeichnis"/>
- <paragraph id="hd_id3149759" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120216.xhp" name="Table of Objects">Table of Objects</link></paragraph>
+ <paragraph id="hd_id3149759" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120216.xhp">Table of Objects</link></paragraph>
<embed href="text/swriter/01/04120216.xhp#verzeichnis"/>
- <paragraph id="hd_id3145410" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120217.xhp" name="Bibliography">Bibliography</link></paragraph>
+ <paragraph id="hd_id3145410" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120217.xhp">Bibliography</link></paragraph>
<embed href="text/swriter/01/04120217.xhp#verzeichnis"/>
<embed href="text/shared/00/00000004.xhp#related"/>
- <paragraph role="paragraph" id="par_id3154278" xml-lang="en-US"><link href="text/swriter/guide/main.xhp" name="Using Tables of Content and Indexes">Using Tables of Content and Indexes</link></paragraph>
- <paragraph role="paragraph" id="par_id3152942" xml-lang="en-US"><link href="text/swriter/01/04120100.xhp" name="Insert - Indexes and Tables - Entry">Insert - Table of Contents and Index - Index Entry</link></paragraph>
+ <paragraph role="paragraph" id="par_id3154278" xml-lang="en-US"><link href="text/swriter/guide/main.xhp">Using Tables of Content and Indexes</link></paragraph>
+ <paragraph role="paragraph" id="par_id3152942" xml-lang="en-US"><link href="text/swriter/01/04120100.xhp">Insert - Table of Contents and Index - Index Entry</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/04120211.xhp b/source/text/swriter/01/04120211.xhp
index 4723157aa9..ea64b86df0 100644
--- a/source/text/swriter/01/04120211.xhp
+++ b/source/text/swriter/01/04120211.xhp
@@ -27,8 +27,8 @@
<body>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/tocindexpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/tocindexpage/TocIndexPage" id="bm_id3145247" localize="false"/>
-<h1 id="hd_id3150018"><link href="text/swriter/01/04120211.xhp" name="Index">Index</link></h1>
- <paragraph xml-lang="en-US" id="par_id3150570" role="paragraph"><variable id="verzeichnis">The following options are available when you select <emph>Table of Contents </emph>as the <link href="text/swriter/01/04120210.xhp" name="index">index</link> type.
+<h1 id="hd_id3150018"><link href="text/swriter/01/04120211.xhp">Index</link></h1>
+ <paragraph xml-lang="en-US" id="par_id3150570" role="paragraph"><variable id="verzeichnis">The following options are available when you select <emph>Table of Contents </emph>as the <link href="text/swriter/01/04120210.xhp">index</link> type.
</variable></paragraph>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#verz21"/>
diff --git a/source/text/swriter/01/04120212.xhp b/source/text/swriter/01/04120212.xhp
index c623eb659f..e5c3d7cacd 100644
--- a/source/text/swriter/01/04120212.xhp
+++ b/source/text/swriter/01/04120212.xhp
@@ -32,8 +32,8 @@
</history>
</meta>
<body>
-<paragraph role="heading" id="hd_id3147338" xml-lang="en-US" level="1"><link href="text/swriter/01/04120212.xhp" name="Index">Index</link></paragraph>
-<paragraph role="paragraph" id="par_id3155962" xml-lang="en-US"><variable id="verzeichnis">The following options are available when you select <emph>Alphabetical Index </emph>as the <link href="text/swriter/01/04120210.xhp" name="index">index</link> type.
+<paragraph role="heading" id="hd_id3147338" xml-lang="en-US" level="1"><link href="text/swriter/01/04120212.xhp">Index</link></paragraph>
+<paragraph role="paragraph" id="par_id3155962" xml-lang="en-US"><variable id="verzeichnis">The following options are available when you select <emph>Alphabetical Index </emph>as the <link href="text/swriter/01/04120210.xhp">index</link> type.
</variable></paragraph>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#verz22"/>
@@ -60,7 +60,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/tocindexpage/keyasentry" id="bm_id3153924" localize="false"/>
<paragraph role="heading" id="hd_id3155986" xml-lang="en-US" level="3">Keys as separate entries</paragraph>
<paragraph role="paragraph" id="par_id3147170" xml-lang="en-US"><ahelp hid="modules/swriter/ui/tocindexpage/keyasentry">Inserts index keys as separate index entries.</ahelp> A key is inserted as a top level index entry and the entries that are assigned to the key as indented subentries.</paragraph>
-<paragraph role="paragraph" id="par_id3151184" xml-lang="en-US">To define an index key, choose <link href="text/swriter/01/04120100.xhp" name="Insert Index Entry"><emph>Insert Index Entry</emph></link> dialog.</paragraph>
+<paragraph role="paragraph" id="par_id3151184" xml-lang="en-US">To define an index key, choose <link href="text/swriter/01/04120100.xhp"><emph>Insert Index Entry</emph></link> dialog.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/tocindexpage/fromfile" id="bm_id3150766" localize="false"/>
<paragraph role="heading" id="hd_id3154646" xml-lang="en-US" level="3">Concordance file</paragraph>
<paragraph role="paragraph" id="par_id3156322" xml-lang="en-US"><ahelp hid="modules/swriter/ui/tocindexpage/fromfile">Automatically marks index entries using a concordance file - a list of words to include in an index.</ahelp></paragraph>
diff --git a/source/text/swriter/01/04120213.xhp b/source/text/swriter/01/04120213.xhp
index 6c3ef3b4e5..5480ef9ca8 100644
--- a/source/text/swriter/01/04120213.xhp
+++ b/source/text/swriter/01/04120213.xhp
@@ -30,9 +30,9 @@
</history>
</meta>
<body>
-<paragraph role="heading" id="hd_id3147570" xml-lang="en-US" level="1"><link href="text/swriter/01/04120213.xhp" name="Index">Index</link></paragraph>
+<paragraph role="heading" id="hd_id3147570" xml-lang="en-US" level="1"><link href="text/swriter/01/04120213.xhp">Index</link></paragraph>
<paragraph role="paragraph" id="par_id3145415" xml-lang="en-US">
-<variable id="verzeichnis">The following options are available when you select the <emph>Illustration Index </emph>as the <link href="text/swriter/01/04120210.xhp" name="index">index</link> type.
+<variable id="verzeichnis">The following options are available when you select the <emph>Illustration Index </emph>as the <link href="text/swriter/01/04120210.xhp">index</link> type.
</variable></paragraph>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#verz23"/>
diff --git a/source/text/swriter/01/04120214.xhp b/source/text/swriter/01/04120214.xhp
index 6b10ca3712..afeb1f3472 100644
--- a/source/text/swriter/01/04120214.xhp
+++ b/source/text/swriter/01/04120214.xhp
@@ -30,9 +30,9 @@
</history>
</meta>
<body>
-<paragraph role="heading" id="hd_id3151387" xml-lang="en-US" level="1"><link href="text/swriter/01/04120214.xhp" name="Index">Index</link></paragraph>
+<paragraph role="heading" id="hd_id3151387" xml-lang="en-US" level="1"><link href="text/swriter/01/04120214.xhp">Index</link></paragraph>
<paragraph role="paragraph" id="par_id3146320" xml-lang="en-US">
-<variable id="verzeichnis">The following options are available when you select <emph>Index of Tables </emph>as the <link href="text/swriter/01/04120210.xhp" name="index">index</link> type.
+<variable id="verzeichnis">The following options are available when you select <emph>Index of Tables </emph>as the <link href="text/swriter/01/04120210.xhp">index</link> type.
</variable></paragraph>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#verz24"/>
diff --git a/source/text/swriter/01/04120215.xhp b/source/text/swriter/01/04120215.xhp
index c7ec6ff096..b1c2bd9887 100644
--- a/source/text/swriter/01/04120215.xhp
+++ b/source/text/swriter/01/04120215.xhp
@@ -30,9 +30,9 @@
</history>
</meta>
<body>
-<paragraph role="heading" id="hd_id3150568" xml-lang="en-US" level="1"><link href="text/swriter/01/04120215.xhp" name="Index">Index</link></paragraph>
+<paragraph role="heading" id="hd_id3150568" xml-lang="en-US" level="1"><link href="text/swriter/01/04120215.xhp">Index</link></paragraph>
<paragraph role="paragraph" id="par_id3151183" xml-lang="en-US">
-<variable id="verzeichnis">The following options are available when you select <emph>User-Defined </emph>as the <link href="text/swriter/01/04120210.xhp" name="index">index</link> type.
+<variable id="verzeichnis">The following options are available when you select <emph>User-Defined </emph>as the <link href="text/swriter/01/04120210.xhp">index</link> type.
</variable></paragraph>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#verz25"/>
@@ -61,6 +61,6 @@
<paragraph role="heading" id="hd_id3149095" xml-lang="en-US" level="3">Use level from source chapter</paragraph>
<paragraph role="paragraph" id="par_id3151250" xml-lang="en-US"><ahelp hid="modules/swriter/ui/tocindexpage/uselevel">Indents table, graphic, frame, and OLE object index entries according their place in the chapter heading hierarchy.</ahelp></paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
-<paragraph role="paragraph" id="par_id3147088" xml-lang="en-US"><link href="text/swriter/01/04120100.xhp" name="Defining an index entry">Defining an index entry</link></paragraph>
+<paragraph role="paragraph" id="par_id3147088" xml-lang="en-US"><link href="text/swriter/01/04120100.xhp">Defining an index entry</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/04120216.xhp b/source/text/swriter/01/04120216.xhp
index c9550c6a3f..08a5c36805 100644
--- a/source/text/swriter/01/04120216.xhp
+++ b/source/text/swriter/01/04120216.xhp
@@ -30,9 +30,9 @@
</history>
</meta>
<body>
-<paragraph role="heading" id="hd_id3145247" xml-lang="en-US" level="1"><link href="text/swriter/01/04120216.xhp" name="Index">Index</link></paragraph>
+<paragraph role="heading" id="hd_id3145247" xml-lang="en-US" level="1"><link href="text/swriter/01/04120216.xhp">Index</link></paragraph>
<paragraph role="paragraph" id="par_id3147175" xml-lang="en-US">
-<variable id="verzeichnis">The following options are available when you select <emph>Table of Objects </emph>as the <link href="text/swriter/01/04120210.xhp" name="index">index</link> type.
+<variable id="verzeichnis">The following options are available when you select <emph>Table of Objects </emph>as the <link href="text/swriter/01/04120210.xhp">index</link> type.
</variable></paragraph>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#verz26"/>
diff --git a/source/text/swriter/01/04120217.xhp b/source/text/swriter/01/04120217.xhp
index 89d479099f..e41c960497 100644
--- a/source/text/swriter/01/04120217.xhp
+++ b/source/text/swriter/01/04120217.xhp
@@ -30,9 +30,9 @@
</history>
</meta>
<body>
-<paragraph role="heading" id="hd_id3146322" xml-lang="en-US" level="1"><link href="text/swriter/01/04120217.xhp" name="Index">Index</link></paragraph>
+<paragraph role="heading" id="hd_id3146322" xml-lang="en-US" level="1"><link href="text/swriter/01/04120217.xhp">Index</link></paragraph>
<paragraph role="paragraph" id="par_id3145825" xml-lang="en-US">
-<variable id="verzeichnis">The following options are available when you select <emph>Bibliography </emph>as the <link href="text/swriter/01/04120210.xhp" name="index">index</link> type.
+<variable id="verzeichnis">The following options are available when you select <emph>Bibliography </emph>as the <link href="text/swriter/01/04120210.xhp">index</link> type.
</variable></paragraph>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#verz27"/>
@@ -41,7 +41,7 @@
<paragraph role="heading" id="hd_id3148773" xml-lang="en-US" level="2">Formatting of the entries</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/tocindexpage/numberentries" id="bm_id3154640" localize="false"/>
<paragraph role="heading" id="hd_id3147167" xml-lang="en-US" level="3">Number entries</paragraph>
-<paragraph role="paragraph" id="par_id3154647" xml-lang="en-US"><ahelp hid="modules/swriter/ui/tocindexpage/numberentries">Automatically numbers the bibliography entries.</ahelp> To set the sorting options for the numbering, click the <link href="text/swriter/01/04120227.xhp" name="Entries">Entries</link> tab.</paragraph>
+<paragraph role="paragraph" id="par_id3154647" xml-lang="en-US"><ahelp hid="modules/swriter/ui/tocindexpage/numberentries">Automatically numbers the bibliography entries.</ahelp> To set the sorting options for the numbering, click the <link href="text/swriter/01/04120227.xhp">Entries</link> tab.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/tocindexpage/brackets" id="bm_id3149290" localize="false"/>
<paragraph role="heading" id="hd_id3150759" xml-lang="en-US" level="3">Brackets</paragraph>
<paragraph role="paragraph" id="par_id3149295" xml-lang="en-US"><ahelp hid="modules/swriter/ui/tocindexpage/brackets">Select the brackets that you want to enclose bibliography entries.</ahelp></paragraph>
diff --git a/source/text/swriter/01/04120219.xhp b/source/text/swriter/01/04120219.xhp
index 00bd715693..8c52c21596 100644
--- a/source/text/swriter/01/04120219.xhp
+++ b/source/text/swriter/01/04120219.xhp
@@ -34,7 +34,7 @@
<bookmark branch="hid/modules/swriter/ui/assignstylesdialog/@@nowidget@@" xml-lang="en-US" id="bm_@@nowidget@@" localize="false"/>
<bookmark branch="hid/modules/swriter/ui/assignstylesdialog/AssignStylesDialog" xml-lang="en-US" id="bm_id3149354" localize="false"/>
- <paragraph id="hd_id3155621" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/04120219.xhp" name="Assign Styles">Assign Styles</link></paragraph>
+ <paragraph id="hd_id3155621" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/04120219.xhp">Assign Styles</link></paragraph>
<paragraph role="paragraph" id="par_id3145828" xml-lang="en-US"><ahelp hid="modules/swriter/ui/assignstylesdialog/AssignStylesDialog" visibility="visible">Creates index entries from specific paragraph styles.</ahelp></paragraph>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#verz28"/>
diff --git a/source/text/swriter/01/04120220.xhp b/source/text/swriter/01/04120220.xhp
index 3784844615..b278fb31ec 100644
--- a/source/text/swriter/01/04120220.xhp
+++ b/source/text/swriter/01/04120220.xhp
@@ -35,18 +35,18 @@
<section id="entries">
<bookmark branch="hid/modules/swriter/ui/tocentriespage/@@nowidget@@" xml-lang="en-US" id="bm_@@nowidget@@" localize="false"/>
<bookmark branch="hid/modules/swriter/ui/tocentriespage/TocEntriesPage" xml-lang="en-US" id="bm_id3145824" localize="false"/>
- <paragraph id="hd_id3149349" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/04120220.xhp" name="Entries (indexes/tables)">Entries (indexes/tables)</link></paragraph>
- <paragraph role="paragraph" id="par_id3154504" xml-lang="en-US"><ahelp visibility="visible" hid="modules/swriter/ui/tocentriespage/TocEntriesPage">Specify the format of the index or table entries. The appearance of this tab changes to reflect the type of index that you selected on the <link href="text/swriter/01/04120210.xhp" name="Type">Type</link> tab.</ahelp></paragraph>
+ <paragraph id="hd_id3149349" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/04120220.xhp">Entries (indexes/tables)</link></paragraph>
+ <paragraph role="paragraph" id="par_id3154504" xml-lang="en-US"><ahelp visibility="visible" hid="modules/swriter/ui/tocentriespage/TocEntriesPage">Specify the format of the index or table entries. The appearance of this tab changes to reflect the type of index that you selected on the <link href="text/swriter/01/04120210.xhp">Type</link> tab.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#verz3"/>
</section>
- <paragraph id="hd_id3148770" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120221.xhp" name="Table of Contents">Table of Contents</link></paragraph>
- <paragraph id="hd_id3147564" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120222.xhp" name="Alphabetical Index">Alphabetical Index</link></paragraph>
- <paragraph id="hd_id3151188" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120223.xhp" name="Illustration Index">Illustration Index</link></paragraph>
- <paragraph id="hd_id3150761" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120224.xhp" name="Index of Tables">Index of Tables</link></paragraph>
- <paragraph id="hd_id3153517" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120225.xhp" name="User-Defined">User-Defined</link></paragraph>
- <paragraph id="hd_id3151175" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120226.xhp" name="Table of Objects">Table of Objects</link></paragraph>
- <paragraph id="hd_id3147506" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120227.xhp" name="Bibliography">Bibliography</link></paragraph>
+ <paragraph id="hd_id3148770" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120221.xhp">Table of Contents</link></paragraph>
+ <paragraph id="hd_id3147564" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120222.xhp">Alphabetical Index</link></paragraph>
+ <paragraph id="hd_id3151188" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120223.xhp">Illustration Index</link></paragraph>
+ <paragraph id="hd_id3150761" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120224.xhp">Index of Tables</link></paragraph>
+ <paragraph id="hd_id3153517" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120225.xhp">User-Defined</link></paragraph>
+ <paragraph id="hd_id3151175" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120226.xhp">Table of Objects</link></paragraph>
+ <paragraph id="hd_id3147506" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04120227.xhp">Bibliography</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/04120221.xhp b/source/text/swriter/01/04120221.xhp
index 6404ec33fa..3ebcbe4920 100644
--- a/source/text/swriter/01/04120221.xhp
+++ b/source/text/swriter/01/04120221.xhp
@@ -28,7 +28,7 @@
<body>
-<paragraph id="hd_id3145827" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/04120221.xhp" name="Entries (table of contents)">Entries (table of contents)</link></paragraph>
+<paragraph id="hd_id3145827" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/04120221.xhp">Entries (table of contents)</link></paragraph>
<paragraph id="par_id3150017" role="paragraph" xml-lang="en-US"><variable id="eintraege">Specify the format of the entries in the table of contents.</variable></paragraph>
<section id="howtoget">
diff --git a/source/text/swriter/01/04120222.xhp b/source/text/swriter/01/04120222.xhp
index c5af1cbc6e..1ced699d4f 100644
--- a/source/text/swriter/01/04120222.xhp
+++ b/source/text/swriter/01/04120222.xhp
@@ -29,7 +29,7 @@
</topic>
</meta>
<body>
-<paragraph role="heading" id="hd_id3147506" xml-lang="en-US" level="1"><link href="text/swriter/01/04120222.xhp" name="Entries (alphabetical index)">Entries (alphabetical index)</link></paragraph>
+<paragraph role="heading" id="hd_id3147506" xml-lang="en-US" level="1"><link href="text/swriter/01/04120222.xhp">Entries (alphabetical index)</link></paragraph>
<paragraph role="paragraph" id="par_id3154100" xml-lang="en-US"><variable id="eintraege">Specify the format of the alphabetical index entries.
</variable></paragraph>
<section id="howtoget">
@@ -54,7 +54,7 @@
<embed href="text/swriter/01/04120221.xhp#structure2"/>
<embed href="text/swriter/01/04120221.xhp#format"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/tocentriespage/mainstyle" id="bm_id3149102" localize="false"/><paragraph role="heading" id="hd_id3149493" xml-lang="en-US" level="3">Character Style for main entries</paragraph>
-<paragraph role="paragraph" id="par_id3149109" xml-lang="en-US"><ahelp hid="modules/swriter/ui/tocentriespage/mainstyle">Specify the formatting style for the main entries in the alphabetical index. To convert an index entry into a main entry, click in front of the index field in the document and then choose <emph>Edit - </emph><link href="text/swriter/01/04120100.xhp" name="Index Entry"><emph>Index Entry</emph></link>.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3149109" xml-lang="en-US"><ahelp hid="modules/swriter/ui/tocentriespage/mainstyle">Specify the formatting style for the main entries in the alphabetical index. To convert an index entry into a main entry, click in front of the index field in the document and then choose <emph>Edit - </emph><link href="text/swriter/01/04120100.xhp"><emph>Index Entry</emph></link>.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/tocentriespage/alphadelim" id="bm_id3147094" localize="false"/><paragraph role="heading" id="hd_id3148977" xml-lang="en-US" level="3">Alphabetical delimiter</paragraph>
<paragraph role="paragraph" id="par_id3147100" xml-lang="en-US"><ahelp hid="modules/swriter/ui/tocentriespage/alphadelim">Uses the initial letters of the alphabetically arranged index entries as section headings.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/tocentriespage/commasep" id="bm_id3149043" localize="false"/><paragraph role="heading" id="hd_id3147226" xml-lang="en-US" level="3">Key separated by commas</paragraph>
diff --git a/source/text/swriter/01/04120223.xhp b/source/text/swriter/01/04120223.xhp
index 6ae8959f67..05d703e02b 100644
--- a/source/text/swriter/01/04120223.xhp
+++ b/source/text/swriter/01/04120223.xhp
@@ -29,7 +29,7 @@
</topic>
</meta>
<body>
-<paragraph role="heading" id="hd_id3145244" xml-lang="en-US" level="1"><link href="text/swriter/01/04120223.xhp" name="Entries (illustration index)">Entries (illustration index)</link></paragraph>
+<paragraph role="heading" id="hd_id3145244" xml-lang="en-US" level="1"><link href="text/swriter/01/04120223.xhp">Entries (illustration index)</link></paragraph>
<paragraph role="paragraph" id="par_id3148769" xml-lang="en-US"><variable id="eintraege">Specify the format for the illustration index entries.
</variable></paragraph>
<section id="howtoget">
diff --git a/source/text/swriter/01/04120224.xhp b/source/text/swriter/01/04120224.xhp
index f96d1b8ffe..e865ec12fb 100644
--- a/source/text/swriter/01/04120224.xhp
+++ b/source/text/swriter/01/04120224.xhp
@@ -29,7 +29,7 @@
</topic>
</meta>
<body>
-<paragraph role="heading" id="hd_id3147406" xml-lang="en-US" level="1"><link href="text/swriter/01/04120224.xhp" name="Entries (index of tables)">Entries (index of tables)</link></paragraph>
+<paragraph role="heading" id="hd_id3147406" xml-lang="en-US" level="1"><link href="text/swriter/01/04120224.xhp">Entries (index of tables)</link></paragraph>
<paragraph role="paragraph" id="par_id3146318" xml-lang="en-US"><variable id="eintraege">Specify the format for the entries in an Index of Tables.
</variable></paragraph>
<section id="howtoget">
diff --git a/source/text/swriter/01/04120225.xhp b/source/text/swriter/01/04120225.xhp
index fb1e241029..ed606b062d 100644
--- a/source/text/swriter/01/04120225.xhp
+++ b/source/text/swriter/01/04120225.xhp
@@ -29,7 +29,7 @@
</topic>
</meta>
<body>
-<paragraph role="heading" id="hd_id3147406" xml-lang="en-US" level="1"><link href="text/swriter/01/04120225.xhp" name="Entries (user-defined index)">Entries (user-defined index)</link></paragraph>
+<paragraph role="heading" id="hd_id3147406" xml-lang="en-US" level="1"><link href="text/swriter/01/04120225.xhp">Entries (user-defined index)</link></paragraph>
<paragraph role="paragraph" id="par_id3146318" xml-lang="en-US"><variable id="eintraege">Specify the format for the entries in a user-defined index.
</variable></paragraph>
<section id="howtoget">
diff --git a/source/text/swriter/01/04120226.xhp b/source/text/swriter/01/04120226.xhp
index 0e632780e3..74fa556a1e 100644
--- a/source/text/swriter/01/04120226.xhp
+++ b/source/text/swriter/01/04120226.xhp
@@ -29,7 +29,7 @@
</topic>
</meta>
<body>
-<paragraph role="heading" id="hd_id3147401" xml-lang="en-US" level="1"><link href="text/swriter/01/04120226.xhp" name="Entries (table of objects)">Entries (table of objects)</link></paragraph>
+<paragraph role="heading" id="hd_id3147401" xml-lang="en-US" level="1"><link href="text/swriter/01/04120226.xhp">Entries (table of objects)</link></paragraph>
<paragraph role="paragraph" id="par_id3083447" xml-lang="en-US"><variable id="eintraege">Specify the format for the entries in a Table of Objects.
</variable></paragraph>
<section id="howtoget">
diff --git a/source/text/swriter/01/04120227.xhp b/source/text/swriter/01/04120227.xhp
index 1019e73bd3..a113bf5572 100644
--- a/source/text/swriter/01/04120227.xhp
+++ b/source/text/swriter/01/04120227.xhp
@@ -29,7 +29,7 @@
</topic>
</meta>
<body>
-<paragraph role="heading" id="hd_id3151388" xml-lang="en-US" level="1"><link href="text/swriter/01/04120227.xhp" name="Entries (bibliography)">Entries (bibliography)</link></paragraph>
+<paragraph role="heading" id="hd_id3151388" xml-lang="en-US" level="1"><link href="text/swriter/01/04120227.xhp">Entries (bibliography)</link></paragraph>
<paragraph role="paragraph" id="par_id3083449" xml-lang="en-US"><variable id="eintraege">Specify the format for bibliography entries.
</variable></paragraph>
<section id="howtoget">
@@ -40,7 +40,7 @@
<embed href="text/swriter/01/04120221.xhp#structure"/>
<embed href="text/swriter/01/04120221.xhp#tab_stop"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/tocentriespage/authfield" id="bm_id3147168" localize="false"/><paragraph role="heading" id="hd_id3150570" xml-lang="en-US" level="3">Type</paragraph>
-<paragraph role="paragraph" id="par_id3147175" xml-lang="en-US">Lists the available bibliography entries. <ahelp hid=".">To add an entry to the Structure line, click the entry, click in an empty box on the Structure line, and then click <emph>Insert</emph>.</ahelp> Use the <link href="text/swriter/01/04120229.xhp" name="Define Bibliography Entry">Define Bibliography Entry</link> dialog to add new entries.</paragraph>
+<paragraph role="paragraph" id="par_id3147175" xml-lang="en-US">Lists the available bibliography entries. <ahelp hid=".">To add an entry to the Structure line, click the entry, click in an empty box on the Structure line, and then click <emph>Insert</emph>.</ahelp> Use the <link href="text/swriter/01/04120229.xhp">Define Bibliography Entry</link> dialog to add new entries.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/tocentriespage/insert" id="bm_id3151171" localize="false"/><paragraph role="heading" id="hd_id3149287" xml-lang="en-US" level="3">Insert</paragraph>
<paragraph role="paragraph" id="par_id3151178" xml-lang="en-US"><ahelp hid="modules/swriter/ui/tocentriespage/insert">Adds the reference code for the selected bibliography entry to the Structure line. Select an entry in the list, click in an empty box, and then click this button.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/tocentriespage/remove" id="bm_id3149800" localize="false"/><paragraph role="heading" id="hd_id3154096" xml-lang="en-US" level="3">Remove</paragraph>
diff --git a/source/text/swriter/01/04120229.xhp b/source/text/swriter/01/04120229.xhp
index b44fb66e23..c9a2f7576d 100644
--- a/source/text/swriter/01/04120229.xhp
+++ b/source/text/swriter/01/04120229.xhp
@@ -29,7 +29,7 @@
<body>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/createauthorentry/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/createauthorentry/CreateAuthorEntryDialog" id="bm_id3147571" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3147176" role="heading" level="1"><link href="text/swriter/01/04120229.xhp" name="Define Bibliography Entry">Define Bibliography Entry</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3147176" role="heading" level="1"><link href="text/swriter/01/04120229.xhp">Define Bibliography Entry</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3151183" role="paragraph"><ahelp hid="modules/swriter/ui/createauthorentry/CreateAuthorEntryDialog">Change the content of a bibliography entry.</ahelp></paragraph>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#litdef"/>
@@ -72,6 +72,6 @@
<paragraph xml-lang="en-US" id="hd_id3155185" role="heading" level="2">Type</paragraph>
<paragraph xml-lang="en-US" id="par_id3143283" role="paragraph"><ahelp hid=".">Select the source for the bibliography entry.</ahelp></paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
- <paragraph xml-lang="en-US" id="par_id3147091" role="paragraph"><link href="text/swriter/01/04120227.xhp" name="Formatting bibliography entries">Formatting bibliography entries</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3147091" role="paragraph"><link href="text/swriter/01/04120227.xhp">Formatting bibliography entries</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/04120300.xhp b/source/text/swriter/01/04120300.xhp
index 6f2c532a45..80fd88b877 100644
--- a/source/text/swriter/01/04120300.xhp
+++ b/source/text/swriter/01/04120300.xhp
@@ -55,10 +55,10 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/bibliographyentry/close" id="bm_id3148983" localize="false"/><paragraph role="heading" id="hd_id3147216" xml-lang="en-US" level="2">Close</paragraph>
<paragraph role="paragraph" id="par_id3149036" xml-lang="en-US"><ahelp hid="modules/swriter/ui/bibliographyentry/close">Closes the dialog.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/bibliographyentry/new" id="bm_id3147573" localize="false"/><paragraph role="heading" id="hd_id3153634" xml-lang="en-US" level="2">New</paragraph>
-<paragraph role="paragraph" id="par_id3147579" xml-lang="en-US"><ahelp hid="modules/swriter/ui/bibliographyentry/new">Opens the <link href="text/swriter/01/04120229.xhp" name="Define Bibliography Entry">Define Bibliography Entry</link> dialog, where you can create a new bibliography record. This record is only stored in the document. To add a record to the bibliography database, choose <emph>Tools - Bibliography Database</emph>.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3147579" xml-lang="en-US"><ahelp hid="modules/swriter/ui/bibliographyentry/new">Opens the <link href="text/swriter/01/04120229.xhp">Define Bibliography Entry</link> dialog, where you can create a new bibliography record. This record is only stored in the document. To add a record to the bibliography database, choose <emph>Tools - Bibliography Database</emph>.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/bibliographyentry/edit" id="bm_id3157894" localize="false"/><paragraph role="heading" id="hd_id3155142" xml-lang="en-US" level="2">Edit</paragraph>
-<paragraph role="paragraph" id="par_id3157900" xml-lang="en-US"><ahelp hid="modules/swriter/ui/bibliographyentry/edit">Opens the <link href="text/swriter/01/04120229.xhp" name="Define Bibliography Entry">Define Bibliography Entry</link> dialog where you can edit the selected bibliography record.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3157900" xml-lang="en-US"><ahelp hid="modules/swriter/ui/bibliographyentry/edit">Opens the <link href="text/swriter/01/04120229.xhp">Define Bibliography Entry</link> dialog where you can edit the selected bibliography record.</ahelp></paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
-<paragraph role="paragraph" id="par_id3149172" xml-lang="en-US"><link href="text/swriter/guide/indices_literature.xhp" name="Tips for working with bibliography entries">Tips for working with bibliography entries</link></paragraph>
+<paragraph role="paragraph" id="par_id3149172" xml-lang="en-US"><link href="text/swriter/guide/indices_literature.xhp">Tips for working with bibliography entries</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/04130000.xhp b/source/text/swriter/01/04130000.xhp
index 30c23bbd4d..c2527b0390 100644
--- a/source/text/swriter/01/04130000.xhp
+++ b/source/text/swriter/01/04130000.xhp
@@ -35,7 +35,7 @@
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#frame"/>
</section>
-<paragraph role="paragraph" id="par_id3153678" xml-lang="en-US">To edit a frame, click the border to select it, and then choose <emph>Format - Frame and Object - Properties</emph>. You can also resize or move a selected frame using special <link href="text/swriter/01/04130100.xhp" name="shortcut keys">shortcut keys</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3153678" xml-lang="en-US">To edit a frame, click the border to select it, and then choose <emph>Format - Frame and Object - Properties</emph>. You can also resize or move a selected frame using special <link href="text/swriter/01/04130100.xhp">shortcut keys</link>.</paragraph>
<paragraph role="paragraph" id="par_id3152952" xml-lang="en-US">To delete a frame, click the border of the frame, and then press Delete.</paragraph>
<paragraph role="paragraph" id="par_id3151311" xml-lang="en-US">If you see small red arrows at the beginning and the end of text in frame, use the arrow keys to scroll through the remaining text.</paragraph>
<paragraph role="paragraph" id="par_id3155896" xml-lang="en-US">In the preview area of the <emph>Frame</emph> dialog, the frame is represented by a green rectangle, and the reference area by a red rectangle.</paragraph>
diff --git a/source/text/swriter/01/04130100.xhp b/source/text/swriter/01/04130100.xhp
index 2bd239e771..62bf41acc9 100644
--- a/source/text/swriter/01/04130100.xhp
+++ b/source/text/swriter/01/04130100.xhp
@@ -36,7 +36,7 @@
<paragraph role="paragraph" id="par_id3145248" xml-lang="en-US">You can resize and move selected frames and objects with the keyboard.</paragraph>
<paragraph role="paragraph" id="par_id3148771" xml-lang="en-US">To move a selected frame or object, press an arrow key. To move by one pixel, hold down <switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>, and then press an arrow key.</paragraph>
<paragraph role="paragraph" id="par_id3150762" xml-lang="en-US">To resize a selected frame or object, first press <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Tab</keycode>. Now one of the handles blinks to show that it is selected. To select another handle, press <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Tab</keycode> again. Press an arrow key to resize the object by one grid unit. To resize by one pixel, hold down <switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>, and then press an arrow key.</paragraph>
-<paragraph role="paragraph" id="par_id3149294" xml-lang="en-US">The increment by which you move an object with the keyboard is determined by the document grid. To change the properties of the document grid, 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/01050100.xhp" name="Text document - Grid"><emph>%PRODUCTNAME Writer - Grid</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3149294" xml-lang="en-US">The increment by which you move an object with the keyboard is determined by the document grid. To change the properties of the document grid, 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/01050100.xhp"><emph>%PRODUCTNAME Writer - Grid</emph></link>.</paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
<embed href="text/swriter/guide/keyboard.xhp#keyboard"/>
</body>
diff --git a/source/text/swriter/01/04150000.xhp b/source/text/swriter/01/04150000.xhp
index 8d26d5e4e0..e108347dde 100644
--- a/source/text/swriter/01/04150000.xhp
+++ b/source/text/swriter/01/04150000.xhp
@@ -83,8 +83,8 @@
<embed href="text/swriter/guide/table_insert.xhp#table_insert"/>
<embed href="text/swriter/guide/keyboard.xhp#keyboard"/>
<embed href="text/shared/guide/border_table.xhp#border_table"/>
-<paragraph role="paragraph" id="par_id3155912" xml-lang="en-US"><link href="text/swriter/01/05090300.xhp" name="Table - Properties - Text Flow">Table - Properties - Text Flow</link></paragraph>
-<paragraph role="paragraph" id="par_id3150688" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01040500.xhp" name="Writer - Table">%PRODUCTNAME Writer - Table</link></paragraph>
+<paragraph role="paragraph" id="par_id3155912" xml-lang="en-US"><link href="text/swriter/01/05090300.xhp">Table - Properties - Text Flow</link></paragraph>
+<paragraph role="paragraph" id="par_id3150688" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01040500.xhp">%PRODUCTNAME Writer - Table</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/04180400.xhp b/source/text/swriter/01/04180400.xhp
index 57c340300b..1d16a899eb 100644
--- a/source/text/swriter/01/04180400.xhp
+++ b/source/text/swriter/01/04180400.xhp
@@ -40,7 +40,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/exchangedatabases/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/exchangedatabases/ExchangeDatabasesDialog" id="bm_id4081299" localize="false"/>
-<paragraph id="hd_id3145799" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/04180400.xhp" name="Exchange Database">Exchange Database</link></paragraph>
+<paragraph id="hd_id3145799" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/04180400.xhp">Exchange Database</link></paragraph>
<paragraph id="par_id3156384" role="paragraph" xml-lang="en-US"><variable id="datenbankaustext"><ahelp hid=".uno:ChangeDatabaseField">Change the data sources for the current document.</ahelp> To correctly display the contents of inserted fields, the replacement database must contain identical field names. </variable></paragraph>
</section>
diff --git a/source/text/swriter/01/04200000.xhp b/source/text/swriter/01/04200000.xhp
index 6f1c00beb0..b98c2371f3 100644
--- a/source/text/swriter/01/04200000.xhp
+++ b/source/text/swriter/01/04200000.xhp
@@ -34,7 +34,7 @@
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#einfscript"/>
</section>
- <paragraph xml-lang="en-US" id="par_id3149880" role="paragraph">An inserted script is indicated by a small green rectangle. If you do not see the rectangle, choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer/Web - </emph><link href="text/shared/optionen/01040200.xhp" name="View"><emph>View</emph></link>, and select the <emph>Comments</emph> check box. To edit a script, double-click the green rectangle.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3149880" role="paragraph">An inserted script is indicated by a small green rectangle. If you do not see the rectangle, choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer/Web - </emph><link href="text/shared/optionen/01040200.xhp"><emph>View</emph></link>, and select the <emph>Comments</emph> check box. To edit a script, double-click the green rectangle.</paragraph>
<paragraph xml-lang="en-US" id="par_id3150572" role="paragraph">If your document contains more than one script, the <emph>Edit Script</emph> dialog contains previous and next buttons to jump from script to script.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertscript/previous" id="bm_id3149710" localize="false"/>
<paragraph xml-lang="en-US" id="par_id0903200802541668" role="paragraph"><ahelp hid="." visibility="hidden">Jump to Previous Script.</ahelp></paragraph>
diff --git a/source/text/swriter/01/04220000.xhp b/source/text/swriter/01/04220000.xhp
index 02a5490cdb..32a820caea 100644
--- a/source/text/swriter/01/04220000.xhp
+++ b/source/text/swriter/01/04220000.xhp
@@ -31,7 +31,7 @@
<section id="header">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertPageHeader" id="bm_id3155625" localize="false"/>
-<paragraph id="hd_id3146320" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/04220000.xhp" name="Header">Header</link></paragraph>
+<paragraph id="hd_id3146320" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/04220000.xhp">Header</link></paragraph>
<paragraph id="par_id3145827" role="paragraph" xml-lang="en-US"><ahelp hid=".">Adds or removes a header from the page style that you select in the submenu. The header is added to all of the pages that use the same page style.</ahelp> In a new document, only the "Default" page style is listed. Other page styles are added to the list after you apply them in the document.</paragraph>
</section>
@@ -42,7 +42,7 @@
<paragraph id="par_id3150570" role="paragraph" xml-lang="en-US">A check mark is displayed in front of the page styles that have headers.</paragraph>
<paragraph id="par_id3153921" role="paragraph" xml-lang="en-US">To remove a header, choose <emph>Insert - Header and Footer - Header</emph>, and then select the page style containing the header. The header is removed from all of the pages that use this page style.</paragraph>
<paragraph id="par_id3150761" role="paragraph" xml-lang="en-US">To add or remove headers from all of the page styles that are in use in the document, choose <emph>Insert - Header and Footer - Header - All</emph>.</paragraph>
-<paragraph id="par_id3156410" role="paragraph" xml-lang="en-US">To format a header, choose <link href="text/shared/01/05040300.xhp" name="Format - Page Style - Header"><emph>Format - Page Style - Header</emph></link>.</paragraph>
+<paragraph id="par_id3156410" role="paragraph" xml-lang="en-US">To format a header, choose <link href="text/shared/01/05040300.xhp"><emph>Format - Page Style - Header</emph></link>.</paragraph>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/swriter/01/04230000.xhp b/source/text/swriter/01/04230000.xhp
index bc26906d85..c916f52d0d 100644
--- a/source/text/swriter/01/04230000.xhp
+++ b/source/text/swriter/01/04230000.xhp
@@ -31,7 +31,7 @@
<section id="footer">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertPageFooter" id="bm_id3155061" localize="false"/>
-<paragraph id="hd_id3147403" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/04230000.xhp" name="Footer">Footer</link></paragraph>
+<paragraph id="hd_id3147403" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/04230000.xhp">Footer</link></paragraph>
<paragraph id="par_id3149353" role="paragraph" xml-lang="en-US"><ahelp hid=".">Adds or removes a footer from the page style that you select in the submenu. The footer is added to all of the pages that use the same page style.</ahelp> In a new document, only the "Default" page style is listed. Other page styles are added to the list after you apply them in the document.</paragraph>
</section>
@@ -42,7 +42,7 @@
<paragraph id="par_id3150018" role="paragraph" xml-lang="en-US">A check mark is displayed in front of the page styles that have footers.</paragraph>
<paragraph id="par_id3150566" role="paragraph" xml-lang="en-US">To remove a footer, choose <emph>Insert - Header and Footer - Footer</emph>, and then select the page style containing the footer. The footer is removed from all of the pages that use this page style.</paragraph>
<paragraph id="par_id3153923" role="paragraph" xml-lang="en-US">To add or remove footers from all of the page styles that are in use in the document, choose <emph>Insert - Header and Footer - Footer - All</emph>.</paragraph>
-<paragraph id="par_id3151187" role="paragraph" xml-lang="en-US">To format a footer, choose <link href="text/shared/01/05040300.xhp" name="Format - Page Style - Footer"><emph>Format - Page Style - Footer</emph></link>.</paragraph>
+<paragraph id="par_id3151187" role="paragraph" xml-lang="en-US">To format a footer, choose <link href="text/shared/01/05040300.xhp"><emph>Format - Page Style - Footer</emph></link>.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/04990000.xhp b/source/text/swriter/01/04990000.xhp
index 3eb332d2e1..fbf0a66410 100644
--- a/source/text/swriter/01/04990000.xhp
+++ b/source/text/swriter/01/04990000.xhp
@@ -31,7 +31,7 @@
<section id="fields">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertFieldCtrl" id="bm_id030720160547013251" localize="false"/>
-<h1 id="hd_id3147405" xml-lang="en-US"><link href="text/swriter/01/04990000.xhp" name="Fields">Field</link></h1>
+<h1 id="hd_id3147405" xml-lang="en-US"><link href="text/swriter/01/04990000.xhp">Field</link></h1>
<paragraph id="par_id3145827" role="paragraph" xml-lang="en-US">The submenu lists the most common field types that can be inserted into a document at the current cursor position. To view all of the available fields, choose <emph>More Fields</emph>.</paragraph>
</section>
@@ -46,7 +46,7 @@
<embed href="text/swriter/02/18030700.xhp#author"/>
<embed href="text/swriter/02/18030500.xhp#subject"/>
-<h2 id="hd_id3147571" xml-lang="en-US"><link href="text/swriter/01/04090000.xhp" name="Other">More Fields</link></h2>
+<h2 id="hd_id3147571" xml-lang="en-US"><link href="text/swriter/01/04090000.xhp">More Fields</link></h2>
<embed href="text/swriter/01/04090000.xhp#feldbefehltext"/>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/swriter/01/05030200.xhp b/source/text/swriter/01/05030200.xhp
index 7a47ba4154..807dd3e0fb 100644
--- a/source/text/swriter/01/05030200.xhp
+++ b/source/text/swriter/01/05030200.xhp
@@ -37,14 +37,14 @@
</bookmark><comment>mw added two index entries</comment>
<bookmark xml-lang="en-US" branch="hid/cui/ui/textflowpage/TextFlowPage" id="bm_id3147406" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/textflowpage/@@nowidget@@" id="bm_id3147406" localize="false"/>
-<paragraph role="heading" id="hd_id3083447" xml-lang="en-US" level="1"><link href="text/swriter/01/05030200.xhp" name="Text Flow">Text Flow</link></paragraph>
+<paragraph role="heading" id="hd_id3083447" xml-lang="en-US" level="1"><link href="text/swriter/01/05030200.xhp">Text Flow</link></paragraph>
<paragraph role="paragraph" id="par_id3145824" xml-lang="en-US"><ahelp hid="cui/ui/textflowpage/TextFlowPage">Specify hyphenation and pagination options.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/swriter/00/00000405.xhp#text_flow"/>
</section>
<paragraph role="heading" id="hd_id3149882" xml-lang="en-US" level="2">Hyphenation</paragraph>
-<paragraph role="paragraph" id="par_id3150564" xml-lang="en-US">Specify the <link href="text/swriter/guide/using_hyphen.xhp" name="hyphenation">hyphenation</link> options for text documents.</paragraph>
+<paragraph role="paragraph" id="par_id3150564" xml-lang="en-US">Specify the <link href="text/swriter/guide/using_hyphen.xhp">hyphenation</link> options for text documents.</paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/textflowpage/checkAuto" id="bm_id3147171" localize="false"/>
<paragraph role="heading" id="hd_id3153920" xml-lang="en-US" level="3">Automatically</paragraph>
<paragraph role="paragraph" id="par_id3154640" xml-lang="en-US"><ahelp hid="cui/ui/textflowpage/checkAuto">Automatically inserts hyphens where they are needed in a paragraph.</ahelp></paragraph>
@@ -71,7 +71,7 @@
<paragraph role="paragraph" id="par_id3153549" xml-lang="en-US"><ahelp hid="cui/ui/textflowpage/spinHyphenZone">To reduce hyphenation, enter the length of the hyphenation zone. Instead of the possible hyphenation, the line will break between words, if the remaining horizontal space does not exceed the hyphenation zone. Hyphenation zone results in enlarged spaces between words in justified text, and greater distance from paragraph margins in non-justified text.
</ahelp></paragraph>
<paragraph role="heading" id="hd_id3153665" xml-lang="en-US" level="2">Breaks</paragraph>
-<paragraph role="paragraph" id="par_id3154470" xml-lang="en-US">Specify the page or column <link href="text/swriter/guide/page_break.xhp" name="break">break</link> options.</paragraph>
+<paragraph role="paragraph" id="par_id3154470" xml-lang="en-US">Specify the page or column <link href="text/swriter/guide/page_break.xhp">break</link> options.</paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/textflowpage/checkInsert" id="bm_id3154567" localize="false"/>
<paragraph role="heading" id="hd_id3152957" xml-lang="en-US" level="3">Insert<comment>UFI: #i30777#</comment></paragraph>
<paragraph role="paragraph" id="par_id3154574" xml-lang="en-US"><ahelp hid="cui/ui/textflowpage/checkInsert">Select this check box, and then select the break type that you want to use.</ahelp></paragraph>
@@ -109,6 +109,6 @@
<embed href="text/shared/00/00000001.xhp#reset"/>
<embed href="text/shared/00/00000001.xhp#apply"/>
<embed href="text/shared/00/00000004.xhp#related"/>
-<paragraph role="paragraph" id="par_id3155860" xml-lang="en-US"><link href="text/shared/00/00000005.xhp#widows_and_orphans" name="Orphans">Orphans</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3155860" xml-lang="en-US"><link href="text/shared/00/00000005.xhp#widows_and_orphans">Orphans</link>.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/05030400.xhp b/source/text/swriter/01/05030400.xhp
index ab71063245..c90322eaf2 100644
--- a/source/text/swriter/01/05030400.xhp
+++ b/source/text/swriter/01/05030400.xhp
@@ -37,7 +37,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/dropcapspage/DropCapPage" id="bm_id3151239" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/dropcapspage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
-<paragraph role="heading" id="hd_id3150252" xml-lang="en-US" level="1"><link href="text/swriter/01/05030400.xhp" name="Drop Caps">Drop Caps</link></paragraph>
+<paragraph role="heading" id="hd_id3150252" xml-lang="en-US" level="1"><link href="text/swriter/01/05030400.xhp">Drop Caps</link></paragraph>
<paragraph role="paragraph" id="par_id3154763" xml-lang="en-US"><ahelp hid="modules/swriter/ui/dropcapspage/DropCapPage">Formats the first letter of a paragraph with a large capital letter, that can span several lines. The paragraph must span at least as many lines as you specify in the Lines box.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/05030800.xhp b/source/text/swriter/01/05030800.xhp
index 802430d79f..380f1f2428 100644
--- a/source/text/swriter/01/05030800.xhp
+++ b/source/text/swriter/01/05030800.xhp
@@ -29,7 +29,7 @@
<section id="numbering">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/numparapage/NumParaPage" id="bm_id3145415" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/numparapage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
-<h1 xml-lang="en-US" id="hd_id3151173"><variable id="outlinelisth1"><link href="text/swriter/01/05030800.xhp" name="Numbering">Outline &amp; List</link></variable></h1>
+<h1 xml-lang="en-US" id="hd_id3151173"><variable id="outlinelisth1"><link href="text/swriter/01/05030800.xhp">Outline &amp; List</link></variable></h1>
<paragraph xml-lang="en-US" id="par_id3154100" role="paragraph"><ahelp hid="modules/swriter/ui/numparapage/NumParaPage">Adds or removes outline level, list style, and line numbering from the paragraph or paragraph style. You can also restart or modify the start number for numbered lists and line numbering.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -40,7 +40,7 @@
<paragraph xml-lang="en-US" id="par_id3153536" role="listitem">To change the numbering options for paragraphs that use the same paragraph style, choose <menuitem>View - Styles</menuitem>, and then click the <emph>Paragraph Styles</emph> icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the <emph>Outline &amp; Numbering</emph> tab.</paragraph>
</listitem>
<listitem>
- <paragraph xml-lang="en-US" id="par_id3154470" role="listitem">To change the numbering options for selected paragraphs, choose <menuitem>Format - </menuitem><link href="text/shared/01/05030000.xhp" name="Paragraph"><menuitem>Paragraph</menuitem></link>, and then click the <emph>Outline &amp; Numbering</emph> tab.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154470" role="listitem">To change the numbering options for selected paragraphs, choose <menuitem>Format - </menuitem><link href="text/shared/01/05030000.xhp"><menuitem>Paragraph</menuitem></link>, and then click the <emph>Outline &amp; Numbering</emph> tab.</paragraph>
</listitem>
</list>
@@ -51,7 +51,7 @@
<h2 xml-lang="en-US" id="hd_id3143283">Apply List Style</h2>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE" id="bm_id3154200" localize="false"/>
<h3 xml-lang="en-US" id="hd_id3154188">List Style</h3>
- <paragraph xml-lang="en-US" id="par_id3155178" role="paragraph"><ahelp hid="modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE">Select the <link href="text/swriter/01/05130004.xhp" name="Numbering Style">List Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href="text/swriter/01/05140000.xhp" name="Styles">Styles</link> window (<switchinline select="sys"><caseinline select="MAC"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline>) if you click the <emph>List Styles</emph> icon.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3155178" role="paragraph"><ahelp hid="modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE">Select the <link href="text/swriter/01/05130004.xhp">List Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href="text/swriter/01/05140000.xhp">Styles</link> window (<switchinline select="sys"><caseinline select="MAC"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline>) if you click the <emph>List Styles</emph> icon.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/numparapage/editnumstyle" id="bm_id3154201" localize="false"/>
<h3 xml-lang="en-US" id="hd_id3154189">Edit Style</h3>
@@ -70,7 +70,7 @@
<h3 xml-lang="en-US" id="hd_id3147226">"Start with" spin button</h3>
<paragraph xml-lang="en-US" id="par_id3153632" role="paragraph"><ahelp hid="modules/swriter/ui/numparapage/spinNF_NEW_START">Enter the number that you want to assign to the paragraph.</ahelp> The following paragraphs are numbered consecutively from the number that you enter here.</paragraph>
<h2 xml-lang="en-US" id="hd_id3147581">Line numbering</h2>
- <paragraph xml-lang="en-US" id="par_id3152771" role="paragraph">Specify the <link href="text/swriter/01/06180000.xhp" name="Line numbering">Line numbering</link> options. To add line numbers to your document, choose <emph>Tools - Line Numbering</emph>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3152771" role="paragraph">Specify the <link href="text/swriter/01/06180000.xhp">Line numbering</link> options. To add line numbers to your document, choose <emph>Tools - Line Numbering</emph>.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/numparapage/checkCB_COUNT_PARA" id="bm_id3153357" localize="false"/>
<h3 xml-lang="en-US" id="hd_id3153345">Include this paragraph in line numbering</h3>
diff --git a/source/text/swriter/01/05040000.xhp b/source/text/swriter/01/05040000.xhp
index e1cc419556..15de13b2a1 100644
--- a/source/text/swriter/01/05040000.xhp
+++ b/source/text/swriter/01/05040000.xhp
@@ -29,7 +29,7 @@
<body>
<bookmark xml-lang="en-US" branch="hid/.uno:PageDialog" id="bm_id3145246" localize="false"/>
<section id="PageStyle">
-<h1 id="hd_id3150016"><link href="text/swriter/01/05040000.xhp" name="Page Style">Page Style</link></h1>
+<h1 id="hd_id3150016"><link href="text/swriter/01/05040000.xhp">Page Style</link></h1>
<paragraph role="paragraph" id="par_id3148774" xml-lang="en-US"><ahelp hid=".uno:PageDialog">Specify the formatting styles and the layout for the current page style, including page margins, headers and footers, and the page background.</ahelp>
</paragraph>
</section>
diff --git a/source/text/swriter/01/05040500.xhp b/source/text/swriter/01/05040500.xhp
index 3d13d99dce..af4bec3092 100644
--- a/source/text/swriter/01/05040500.xhp
+++ b/source/text/swriter/01/05040500.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/columnpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/columnpage/ColumnPage" id="bm_id3153246" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:PageColumnDialog" id="bm_id1212200809342598" localize="false"/><comment>added two Help IDs, see i97180</comment>
-<h1 xml-lang="en-US" id="hd_id3149875"><link href="text/swriter/01/05040500.xhp" name="Columns">Columns</link></h1>
+<h1 xml-lang="en-US" id="hd_id3149875"><link href="text/swriter/01/05040500.xhp">Columns</link></h1>
<paragraph xml-lang="en-US" id="par_id3151392" role="paragraph"><variable id="spaltentext"><ahelp hid="modules/swriter/ui/columnpage/ColumnPage">Specifies the number of columns and the column layout for a page style, frame, or section.</ahelp>
</variable></paragraph>
</section>
@@ -52,7 +52,7 @@
<note id="par_id321604744698332">The following two options are only available when formatting sections.</note>
<h3 xml-lang="en-US" id="hd_id3148386">Evenly distribute contents to all columns</h3>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/columnpage/balance" id="bm_id3150568" localize="false"/>
- <paragraph xml-lang="en-US" id="par_id3149024" role="paragraph"><ahelp hid="." visibility="hidden">Distributes the text in multi-column sections. The text flows into all columns to the same height. The height of the section adjusts automatically.</ahelp> Evenly distributes the text in <link href="text/swriter/01/04020000.xhp" name="multi-column sections">multi-column sections</link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3149024" role="paragraph"><ahelp hid="." visibility="hidden">Distributes the text in multi-column sections. The text flows into all columns to the same height. The height of the section adjusts automatically.</ahelp> Evenly distributes the text in <link href="text/swriter/01/04020000.xhp">multi-column sections</link>.</paragraph>
<embed href="text/shared/01/05030700.xhp#textdirection"/>
<embed href="text/shared/00/00000001.xhp#preview_field"/>
<paragraph xml-lang="en-US" id="par_id3155892" role="paragraph">The column layout preview only shows the columns and not the surrounding page.</paragraph>
diff --git a/source/text/swriter/01/05040600.xhp b/source/text/swriter/01/05040600.xhp
index 9fbb206efb..8664fc3cda 100644
--- a/source/text/swriter/01/05040600.xhp
+++ b/source/text/swriter/01/05040600.xhp
@@ -30,7 +30,7 @@
<section id="footnote">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/footnoteareapage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/footnoteareapage/FootnoteAreaPage" id="bm_id3151390" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3154767" role="heading" level="1"><link href="text/swriter/01/05040600.xhp" name="Footnote">Footnote</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3154767" role="heading" level="1"><link href="text/swriter/01/05040600.xhp">Footnote</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3149351" role="paragraph"><ahelp hid="modules/swriter/ui/footnoteareapage/FootnoteAreaPage">Specifies the layout options for footnotes, including the line that separates the footnote from the main body of document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/05040700.xhp b/source/text/swriter/01/05040700.xhp
index 492bab2af4..6e5e4ad316 100644
--- a/source/text/swriter/01/05040700.xhp
+++ b/source/text/swriter/01/05040700.xhp
@@ -30,7 +30,7 @@
<section id="footnotes_endnotes">
<bookmark branch="hid/modules/swriter/ui/footnotesendnotestabpage/@@nowidget@@" xml-lang="en-US" id="bm_@@nowidget@@" localize="false"/>
<bookmark branch="hid/modules/swriter/ui/footnotesendnotestabpage/FootnotesEndnotesTabPage" xml-lang="en-US" id="bm_id3154573" localize="false"/>
- <h1 id="hd_id3149028" xml-lang="en-US"><variable id="fussendnotenh1"><link href="text/swriter/01/05040700.xhp" name="Footnotes/Endnotes">Footnotes/Endnotes</link></variable></h1>
+ <h1 id="hd_id3149028" xml-lang="en-US"><variable id="fussendnotenh1"><link href="text/swriter/01/05040700.xhp">Footnotes/Endnotes</link></variable></h1>
<paragraph role="paragraph" id="par_id3147170" xml-lang="en-US"><ahelp hid="." visibility="visible">Specifies where footnotes and endnotes are displayed as well as their numbering formats.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/05040800.xhp b/source/text/swriter/01/05040800.xhp
index 3e83d47f48..5f95ac1833 100644
--- a/source/text/swriter/01/05040800.xhp
+++ b/source/text/swriter/01/05040800.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/textgridpage/TextGridPage" id="bm_id3145580" localize="false"/>
<bookmark xml-lang="en-US" branch="index" id="bm_id3150760"><bookmark_value>text grid for Asian layout</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3150760" xml-lang="en-US" level="1"><link href="text/swriter/01/05040800.xhp" name="Text Grid">Text Grid</link></paragraph>
+<paragraph role="heading" id="hd_id3150760" xml-lang="en-US" level="1"><link href="text/swriter/01/05040800.xhp">Text Grid</link></paragraph>
<paragraph role="paragraph" id="par_id3151171" xml-lang="en-US"><ahelp hid=".">Adds a text grid to the current page style. This option is only available if Asian language support is enabled under <emph>Language Settings - Languages</emph> in the Options dialog box.</ahelp></paragraph>
</section>
<embed href="text/shared/00/00000007.xhp#asia_note"/>
diff --git a/source/text/swriter/01/05060000.xhp b/source/text/swriter/01/05060000.xhp
index f8cf380dad..40d93896ee 100644
--- a/source/text/swriter/01/05060000.xhp
+++ b/source/text/swriter/01/05060000.xhp
@@ -31,14 +31,14 @@
<h1 id="hd_id3150016">Image</h1>
<paragraph role="paragraph" id="par_id3148774" xml-lang="en-US"><variable id="grafiktext"><ahelp hid=".uno:GraphicDialog">Formats the size, position, and other properties of the selected image.</ahelp>
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3147167" xml-lang="en-US">You can also change some of the properties of the selected image with <link href="text/swriter/01/04130100.xhp" name="shortcut keys">shortcut keys</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3147167" xml-lang="en-US">You can also change some of the properties of the selected image with <link href="text/swriter/01/04130100.xhp">shortcut keys</link>.</paragraph>
<section id="howtoget">
<embed href="text/swriter/00/00000405.xhp#graphics_properties"/>
</section>
<paragraph role="paragraph" id="par_id3150759" xml-lang="en-US">The <emph>Image</emph> dialog contains the following tab pages:</paragraph>
<embed href="text/swriter/01/05060100.xhp#type"/>
<embed href="text/swriter/01/05060900.xhp#options"/>
-<h2 id="hd_id3145419"><link href="text/swriter/01/05060200.xhp" name="Wrap">Wrap</link></h2>
+<h2 id="hd_id3145419"><link href="text/swriter/01/05060200.xhp">Wrap</link></h2>
<embed href="text/swriter/01/05060200.xhp#umlauftext"/>
<embed href="text/swriter/01/05060800.xhp#hyperlink"/>
<embed href="text/swriter/01/05060300.xhp#image"/>
diff --git a/source/text/swriter/01/05060100.xhp b/source/text/swriter/01/05060100.xhp
index 67ee8fc5ad..16ce31f952 100644
--- a/source/text/swriter/01/05060100.xhp
+++ b/source/text/swriter/01/05060100.xhp
@@ -32,7 +32,7 @@
</bookmark><comment>UFI: new index entries, see i54237</comment>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/frmtypepage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/frmtypepage/FrameTypePage" id="bm_id3147406" localize="false"/>
- <h1 id="hd_id3151389" xml-lang="en-US"><link href="text/swriter/01/05060100.xhp" name="Type">Position and Size</link></h1>
+ <h1 id="hd_id3151389" xml-lang="en-US"><link href="text/swriter/01/05060100.xhp">Position and Size</link></h1>
<paragraph role="paragraph" id="par_id3150568" xml-lang="en-US"><ahelp hid=".">Specifies the size and the position of the selected image, frame, or OLE object on a page.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -139,7 +139,7 @@
<h3 id="hd_id3147746" xml-lang="en-US">Mirror on even pages</h3>
<paragraph role="paragraph" id="par_id3146337" xml-lang="en-US"><ahelp hid=".">Reverses the current horizontal alignment settings on even pages.</ahelp></paragraph>
</section>
- <tip id="par_id3148446" xml-lang="en-US">You can also use the <link href="text/swriter/01/05060300.xhp" name="Image"><emph>Image</emph></link> flip options to adjust the layout of objects on even and odd pages.</tip>
+ <tip id="par_id3148446" xml-lang="en-US">You can also use the <link href="text/swriter/01/05060300.xhp"><emph>Image</emph></link> flip options to adjust the layout of objects on even and odd pages.</tip>
<section id="PositionHelp_2">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/frmtypepage/vertpos" id="bm_id3145321" localize="false"/>
@@ -236,7 +236,7 @@
<embed href="text/shared/00/00000001.xhp#preview_field"/>
<paragraph role="paragraph" id="par_id3149241" xml-lang="en-US">The green rectangle represents the selected object and the red rectangle represents the alignment reference point. If you anchor the object as a character, the reference rectangle changes to a red line.</paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
- <paragraph role="paragraph" id="par_id3146949" xml-lang="en-US"><link href="text/shared/01/05260000.xhp" name="Format - Anchor"><emph>Format - Anchor</emph></link></paragraph>
- <paragraph role="paragraph" id="par_id3153231" xml-lang="en-US"><link href="text/shared/01/05070000.xhp" name="Format - Align"><emph>Format - Align Text</emph></link></paragraph>
+ <paragraph role="paragraph" id="par_id3146949" xml-lang="en-US"><link href="text/shared/01/05260000.xhp"><emph>Format - Anchor</emph></link></paragraph>
+ <paragraph role="paragraph" id="par_id3153231" xml-lang="en-US"><link href="text/shared/01/05070000.xhp"><emph>Format - Align Text</emph></link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/05060200.xhp b/source/text/swriter/01/05060200.xhp
index 212fd2412c..2ccd595c84 100644
--- a/source/text/swriter/01/05060200.xhp
+++ b/source/text/swriter/01/05060200.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/wrapdialog/WrapDialog" id="bm_id3153539" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:TextWrap" id="bm_id6339381" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:WrapMenu" id="bm_id0801200803335347" localize="false"/>
-<paragraph role="heading" id="hd_id3153527" xml-lang="en-US" level="1"><link href="text/swriter/01/05060200.xhp" name="Wrap">Wrap</link></paragraph>
+<paragraph role="heading" id="hd_id3153527" xml-lang="en-US" level="1"><link href="text/swriter/01/05060200.xhp">Wrap</link></paragraph>
<paragraph role="paragraph" id="par_id3154478" xml-lang="en-US"><variable id="umlauftext"><ahelp hid=".">Specify the way you want text to wrap around an object.</ahelp> You can also specify the spacing between the text and the object.
</variable></paragraph>
</section>
@@ -164,7 +164,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/wrappage/outline" id="bm_id3149369" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:WrapContour" id="bm_id3149372" localize="false"/>
<paragraph role="heading" id="hd_id3149358" xml-lang="en-US" level="3">Contour</paragraph>
-<paragraph role="paragraph" id="par_id3155793" xml-lang="en-US"><variable id="konturtext"><ahelp hid=".">Wraps text around the shape of the object. This option is not available for the <emph>Through</emph> wrap type, or for frames.</ahelp> To change the contour of an object, select the object, and then choose <emph>Format - Wrap - </emph><link href="text/swriter/01/05060201.xhp" name="Edit Contour"><emph>Edit Contour</emph></link>.
+<paragraph role="paragraph" id="par_id3155793" xml-lang="en-US"><variable id="konturtext"><ahelp hid=".">Wraps text around the shape of the object. This option is not available for the <emph>Through</emph> wrap type, or for frames.</ahelp> To change the contour of an object, select the object, and then choose <emph>Format - Wrap - </emph><link href="text/swriter/01/05060201.xhp"><emph>Edit Contour</emph></link>.
</variable></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/wrappage/outside" id="bm_id3154632" localize="false"/>
<paragraph role="heading" id="hd_id3154620" xml-lang="en-US" level="3">Outside only</paragraph>
diff --git a/source/text/swriter/01/05060201.xhp b/source/text/swriter/01/05060201.xhp
index fd512353b0..7a56cc0f8d 100644
--- a/source/text/swriter/01/05060201.xhp
+++ b/source/text/swriter/01/05060201.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="hid/svx/ui/floatingcontour/FloatingContour" id="bm_id3151318" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ContourDialog" id="bm_id3154564" localize="false"/>
<paragraph role="heading" id="hd_id3153539" xml-lang="en-US" level="1">Contour Editor</paragraph>
-<paragraph role="paragraph" id="par_id3153677" xml-lang="en-US"><variable id="konturtext"><ahelp hid=".uno:ContourDialog">Changes the contour of the selected object. $[officename] uses the contour when determining the <link href="text/swriter/01/05060200.xhp" name="text wrap">text wrap</link> options for the object.</ahelp>
+<paragraph role="paragraph" id="par_id3153677" xml-lang="en-US"><variable id="konturtext"><ahelp hid=".uno:ContourDialog">Changes the contour of the selected object. $[officename] uses the contour when determining the <link href="text/swriter/01/05060200.xhp">text wrap</link> options for the object.</ahelp>
</variable></paragraph>
<bookmark xml-lang="en-US" branch="hid/svx/ui/floatingcontour/container" id="bm_id3155903" localize="false"/>
<paragraph role="paragraph" id="par_id3155892" xml-lang="en-US"><ahelp hid="svx/ui/floatingcontour/container">Displays a preview of the contour.</ahelp><comment>and this bubble text hides both from view if not set to 0 length</comment></paragraph>
diff --git a/source/text/swriter/01/05060300.xhp b/source/text/swriter/01/05060300.xhp
index 6c75739c1e..2dde019d36 100644
--- a/source/text/swriter/01/05060300.xhp
+++ b/source/text/swriter/01/05060300.xhp
@@ -33,7 +33,7 @@
<section id="image">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/picturepage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/picturepage/PicturePage" id="bm_id3152952" localize="false"/>
-<paragraph role="heading" id="hd_id3154473" xml-lang="en-US" level="1"><link href="text/swriter/01/05060300.xhp" name="Graphics">Image</link></paragraph>
+<paragraph role="heading" id="hd_id3154473" xml-lang="en-US" level="1"><link href="text/swriter/01/05060300.xhp">Image</link></paragraph>
<paragraph role="paragraph" id="par_id3152961" xml-lang="en-US"><ahelp hid="modules/swriter/ui/picturepage/PicturePage">Specify the flip and the link options for the selected image.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -69,7 +69,7 @@
<paragraph role="heading" id="hd_id3145776" xml-lang="en-US" level="3">Browse</paragraph>
<paragraph role="paragraph" id="par_id3151373" xml-lang="en-US"><ahelp hid="modules/swriter/ui/picturepage/browse">Locate the new graphic file that you want to link to, and then click <emph>Open</emph>.</ahelp></paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
-<paragraph role="paragraph" id="par_id3155855" xml-lang="en-US"><link href="text/shared/01/05240000.xhp" name="Format - Flip">Format - Flip</link></paragraph>
-<paragraph role="paragraph" id="par_id3158743" xml-lang="en-US"><link href="text/shared/01/02180000.xhp" name="Edit - Links">Edit - Links</link></paragraph>
+<paragraph role="paragraph" id="par_id3155855" xml-lang="en-US"><link href="text/shared/01/05240000.xhp">Format - Flip</link></paragraph>
+<paragraph role="paragraph" id="par_id3158743" xml-lang="en-US"><link href="text/shared/01/02180000.xhp">Edit - Links</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/05060700.xhp b/source/text/swriter/01/05060700.xhp
index 0d57315180..1d8609c8c2 100644
--- a/source/text/swriter/01/05060700.xhp
+++ b/source/text/swriter/01/05060700.xhp
@@ -33,7 +33,7 @@
<section id="macro">
<bookmark xml-lang="en-US" branch="hid/cui/ui/eventassignpage/EventAssignPage" id="bm_id9825433" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/eventassignpage/@@nowidget@@" id="bm_id9825433" localize="false"/>
-<paragraph role="heading" id="hd_id3145241" xml-lang="en-US" level="1"><link href="text/swriter/01/05060700.xhp" name="Macro">Macro</link></paragraph>
+<paragraph role="heading" id="hd_id3145241" xml-lang="en-US" level="1"><link href="text/swriter/01/05060700.xhp">Macro</link></paragraph>
<paragraph role="paragraph" id="par_id3158429" xml-lang="en-US"><ahelp hid="cui/ui/eventassignpage/EventAssignPage">Specifies the macro to run when you click an image, frame, or an OLE object.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -358,7 +358,7 @@
</tablerow>
</table>
-<paragraph role="note" id="par_id3159203" xml-lang="en-US">For events that are linked to controls in forms, see <link href="text/shared/02/01170103.xhp" name="Control properties">Control properties</link> or <link href="text/shared/02/01170202.xhp" name="Form properties">Form properties</link>.</paragraph>
+<paragraph role="note" id="par_id3159203" xml-lang="en-US">For events that are linked to controls in forms, see <link href="text/shared/02/01170103.xhp">Control properties</link> or <link href="text/shared/02/01170202.xhp">Form properties</link>.</paragraph>
<paragraph role="heading" id="hd_id3156030" xml-lang="en-US" level="2">Assigned Action</paragraph>
<paragraph role="paragraph" id="par_id3156043" xml-lang="en-US">Specify the macro that executes when the selected event occurs.</paragraph>
<paragraph role="paragraph" id="par_id3156058" xml-lang="en-US">Frames allow you to link certain events to a function that then decides if the event is handled by $[officename] Writer or by the function. See the $[officename] Basic Help for more information.</paragraph>
diff --git a/source/text/swriter/01/05060800.xhp b/source/text/swriter/01/05060800.xhp
index b5f45cbe4c..49d8639236 100644
--- a/source/text/swriter/01/05060800.xhp
+++ b/source/text/swriter/01/05060800.xhp
@@ -35,7 +35,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/frmurlpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/frmurlpage/FrameURLPage" id="bm_id3153671" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3150980" role="heading" level="1"><link href="text/swriter/01/05060800.xhp" name="Hyperlink">Hyperlink</link></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3150980" role="heading" level="1"><link href="text/swriter/01/05060800.xhp">Hyperlink</link></paragraph>
<paragraph xml-lang="en-US" id="par_id3154188" role="paragraph"><ahelp hid="modules/swriter/ui/frmurlpage/FrameURLPage">Specify the properties of the hyperlink for the selected graphic, frame or OLE object.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -48,22 +48,22 @@
<paragraph xml-lang="en-US" id="par_id3154831" role="paragraph"><ahelp hid="modules/swriter/ui/frmurlpage/url">Enter the complete path to the file that you want to open.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/frmurlpage/search" id="bm_id3149103" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3151260" role="heading" level="2">Browse</paragraph>
- <paragraph xml-lang="en-US" id="par_id3149109" role="paragraph"><ahelp hid="modules/swriter/ui/frmurlpage/search">Locate the file that you want the hyperlink to open, and then click <emph>Open</emph>.</ahelp> The target file can be on your machine or on an <link href="text/shared/00/00000002.xhp#ftp" name="FTP server">FTP server</link> in the Internet.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3149109" role="paragraph"><ahelp hid="modules/swriter/ui/frmurlpage/search">Locate the file that you want the hyperlink to open, and then click <emph>Open</emph>.</ahelp> The target file can be on your machine or on an <link href="text/shared/00/00000002.xhp#ftp">FTP server</link> in the Internet.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/frmurlpage/name" id="bm_id3148983" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3148972" role="heading" level="2">Name</paragraph>
<paragraph xml-lang="en-US" id="par_id3147217" role="paragraph"><ahelp hid="modules/swriter/ui/frmurlpage/name">Enter a name for the hyperlink.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/frmurlpage/frame" id="bm_id3149035" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3153636" role="heading" level="2">Frame</paragraph>
- <paragraph xml-lang="en-US" id="par_id3149042" role="paragraph"><ahelp hid="modules/swriter/ui/frmurlpage/frame">Specify the name of the frame where you want to open the targeted file.</ahelp> The predefined target frame names are described <link href="text/shared/01/05020400.xhp#targets" name="here">here</link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3149042" role="paragraph"><ahelp hid="modules/swriter/ui/frmurlpage/frame">Specify the name of the frame where you want to open the targeted file.</ahelp> The predefined target frame names are described <link href="text/shared/01/05020400.xhp#targets">here</link>.</paragraph>
<paragraph xml-lang="en-US" id="hd_id3152772" role="heading" level="2">Image Map</paragraph>
- <paragraph xml-lang="en-US" id="par_id3155138" role="paragraph">Select the type of <link href="text/shared/00/00000002.xhp#imagemap" name="ImageMap">ImageMap</link> that you want to use. The ImageMap settings override the hyperlink settings that you enter on this page.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3155138" role="paragraph">Select the type of <link href="text/shared/00/00000002.xhp#imagemap">ImageMap</link> that you want to use. The ImageMap settings override the hyperlink settings that you enter on this page.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/frmurlpage/server" id="bm_id3149170" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3153357" role="heading" level="2">Server-side image map</paragraph>
<paragraph xml-lang="en-US" id="par_id3149176" role="paragraph"><ahelp hid="modules/swriter/ui/frmurlpage/server">Uses a server-side image map.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/frmurlpage/client" id="bm_id3151029" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3156278" role="heading" level="2">Client-side image map</paragraph>
- <paragraph xml-lang="en-US" id="par_id3151036" role="paragraph"><ahelp hid="modules/swriter/ui/frmurlpage/client">Uses the <link href="text/shared/01/02220000.xhp" name="image map">image map</link> that you created for the selected object.</ahelp></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3151036" role="paragraph"><ahelp hid="modules/swriter/ui/frmurlpage/client">Uses the <link href="text/shared/01/02220000.xhp">image map</link> that you created for the selected object.</ahelp></paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
- <paragraph xml-lang="en-US" id="par_id3151380" role="paragraph"><link href="text/shared/00/00000002.xhp#url" name="URL">URL</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3151380" role="paragraph"><link href="text/shared/00/00000002.xhp#url">URL</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/05060900.xhp b/source/text/swriter/01/05060900.xhp
index 8468c711f9..efff7dc2e6 100644
--- a/source/text/swriter/01/05060900.xhp
+++ b/source/text/swriter/01/05060900.xhp
@@ -31,7 +31,7 @@
<section id="options">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/frmaddpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/frmaddpage/FrameAddPage" id="bm_id3150016" localize="false"/>
-<h1 id="hd_id3149879" xml-lang="en-US"><link href="text/swriter/01/05060900.xhp" name="Options">Options</link></h1>
+<h1 id="hd_id3149879" xml-lang="en-US"><link href="text/swriter/01/05060900.xhp">Options</link></h1>
<paragraph role="paragraph" id="par_id3149708" xml-lang="en-US"><ahelp hid="modules/swriter/ui/frmaddpage/FrameAddPage">Specify properties for the selected image, frame or OLE object.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -83,6 +83,6 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/frmaddpage/vertalign" id="bm_id3262733" localize="false"/>
<embed href="text/shared/00/00000004.xhp#related"/>
-<paragraph role="paragraph" id="par_id3150689" xml-lang="en-US"><link href="text/shared/01/05040200.xhp" name="Text direction">Text direction</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3150689" xml-lang="en-US"><link href="text/shared/01/05040200.xhp">Text direction</link>.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/05080000.xhp b/source/text/swriter/01/05080000.xhp
index b1db1114d6..3e00b6baff 100644
--- a/source/text/swriter/01/05080000.xhp
+++ b/source/text/swriter/01/05080000.xhp
@@ -37,7 +37,7 @@
</section>
<embed href="text/swriter/01/05060100.xhp#type"/>
<embed href="text/swriter/01/05060900.xhp#options"/>
-<h2 id="hd_id3145249"><link href="text/swriter/01/05060200.xhp" name="Wrap">Wrap</link></h2>
+<h2 id="hd_id3145249"><link href="text/swriter/01/05060200.xhp">Wrap</link></h2>
<embed href="text/swriter/01/05060200.xhp#umlauftext"/>
<embed href="text/swriter/01/05060800.xhp#hyperlink"/>
<embed href="text/shared/01/05030500.xhp#borders"/>
diff --git a/source/text/swriter/01/05090000.xhp b/source/text/swriter/01/05090000.xhp
index 189e3d4fbb..e1a8272d34 100644
--- a/source/text/swriter/01/05090000.xhp
+++ b/source/text/swriter/01/05090000.xhp
@@ -27,7 +27,7 @@
<body>
<section id="table_properties">
<bookmark xml-lang="en-US" branch="hid/.uno:TableDialog" id="bm_id6845912" localize="false"/>
-<h1 id="hd_id3147172"><link href="text/swriter/01/05090000.xhp" name="Table Properties">Table Properties</link></h1>
+<h1 id="hd_id3147172"><link href="text/swriter/01/05090000.xhp">Table Properties</link></h1>
<paragraph role="paragraph" id="par_id3154643" xml-lang="en-US"><variable id="tabletext"><ahelp hid=".uno:TableDialog">Specifies the properties of the selected table, for example, name, alignment, spacing, column width, borders, and background.</ahelp>
</variable></paragraph>
</section>
@@ -38,7 +38,7 @@
<embed href="text/swriter/01/05090300.xhp#text_flow"/>
<embed href="text/swriter/01/05090200.xhp#columns"/>
<embed href="text/shared/01/05030500.xhp#borders"/>
-<h1 id="hd_id891656584151327"><link href="text/shared/01/05210100.xhp" name="Background">
+<h1 id="hd_id891656584151327"><link href="text/shared/01/05210100.xhp">
Background</link></h1>
<paragraph role="paragraph" id="par_id561656584332142">Set or remove color or image background for selected cells, rows, or table.</paragraph>
<embed href="text/shared/00/00000001.xhp#reset"/>
diff --git a/source/text/swriter/01/05090100.xhp b/source/text/swriter/01/05090100.xhp
index 82df530e96..796a2242d7 100644
--- a/source/text/swriter/01/05090100.xhp
+++ b/source/text/swriter/01/05090100.xhp
@@ -34,7 +34,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/formattablepage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/formattablepage/FormatTablePage" id="bm_id3149052" localize="false"/><comment>UFI: deleted "tables;sizing"</comment>
-<h1 id="hd_id3154762" xml-lang="en-US"><link href="text/swriter/01/05090100.xhp" name="Table">Table</link></h1>
+<h1 id="hd_id3154762" xml-lang="en-US"><link href="text/swriter/01/05090100.xhp">Table</link></h1>
<paragraph role="paragraph" id="par_id3146322" xml-lang="en-US"><ahelp hid="modules/swriter/ui/formattablepage/FormatTablePage">Specify the size, position, spacing, and alignment options for the selected table.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -69,7 +69,7 @@
<paragraph role="paragraph" id="par_id3149696" xml-lang="en-US"><ahelp hid="modules/swriter/ui/formattablepage/center">Centers the table horizontally on the page.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/formattablepage/free" id="bm_id3159201" localize="false"/>
<paragraph role="heading" id="hd_id3159188" xml-lang="en-US" level="3">Manual</paragraph>
-<paragraph role="paragraph" id="par_id3155180" xml-lang="en-US"><ahelp hid="modules/swriter/ui/formattablepage/free">Horizontally aligns the table based on the values that you enter in the <emph>Left</emph> and <emph>Right</emph> boxes in the<emph> Spacing</emph> area.</ahelp> $[officename] automatically calculates the table width. Select this option if you want to specify the individual <link href="text/swriter/01/05090200.xhp" name="column widths">column widths</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3155180" xml-lang="en-US"><ahelp hid="modules/swriter/ui/formattablepage/free">Horizontally aligns the table based on the values that you enter in the <emph>Left</emph> and <emph>Right</emph> boxes in the<emph> Spacing</emph> area.</ahelp> $[officename] automatically calculates the table width. Select this option if you want to specify the individual <link href="text/swriter/01/05090200.xhp">column widths</link>.</paragraph>
<paragraph role="heading" id="hd_id3149824" xml-lang="en-US" level="2">Spacing</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/formattablepage/leftmf" id="bm_id3154829" localize="false"/>
<paragraph role="heading" id="hd_id3149102" xml-lang="en-US" level="3">Left</paragraph>
diff --git a/source/text/swriter/01/05090200.xhp b/source/text/swriter/01/05090200.xhp
index 431d16f30a..30e018d884 100644
--- a/source/text/swriter/01/05090200.xhp
+++ b/source/text/swriter/01/05090200.xhp
@@ -33,7 +33,7 @@
<section id="columns">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/tablecolumnpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/tablecolumnpage/TableColumnPage" id="bm_id7831292" localize="false"/>
-<paragraph role="heading" id="hd_id3150756" xml-lang="en-US" level="1"><link href="text/swriter/01/05090200.xhp" name="Columns">Columns</link></paragraph>
+<paragraph role="heading" id="hd_id3150756" xml-lang="en-US" level="1"><link href="text/swriter/01/05090200.xhp">Columns</link></paragraph>
<paragraph role="paragraph" id="par_id3149294" xml-lang="en-US">Specify the column width properties.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/05090201.xhp b/source/text/swriter/01/05090201.xhp
index 084911d0d1..e2e25bf28f 100644
--- a/source/text/swriter/01/05090201.xhp
+++ b/source/text/swriter/01/05090201.xhp
@@ -32,7 +32,7 @@
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3154506"><bookmark_value>tables; editing with the keyboard</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3154506" xml-lang="en-US" level="1"><variable id="tabelle_tastatur"><link href="text/swriter/01/05090201.xhp" name="Editing Tables Using the Keyboard">Editing Tables Using the Keyboard</link>
+<paragraph role="heading" id="hd_id3154506" xml-lang="en-US" level="1"><variable id="tabelle_tastatur"><link href="text/swriter/01/05090201.xhp">Editing Tables Using the Keyboard</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3145244" xml-lang="en-US">You can resize and delete table columns with the keyboard.</paragraph>
<paragraph role="heading" id="hd_id3150564" xml-lang="en-US" level="2">Resizing Columns and Rows</paragraph>
@@ -65,8 +65,8 @@
<paragraph role="listitem" id="par_id3153531" xml-lang="en-US">To delete a row, place the cursor in the row that you want to delete, hold down <switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> and press Delete, release, and then press the up or the down arrow.</paragraph>
</listitem>
</list>
-<paragraph role="note" id="par_id3150983" xml-lang="en-US">To change the behavior of tables in a text document, 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/01040500.xhp" name="Text Document - Table"><emph>%PRODUCTNAME Writer - Table</emph></link>.</paragraph>
+<paragraph role="note" id="par_id3150983" xml-lang="en-US">To change the behavior of tables in a text document, 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/01040500.xhp"><emph>%PRODUCTNAME Writer - Table</emph></link>.</paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
-<paragraph role="paragraph" id="par_id3154196" xml-lang="en-US"><link href="text/swriter/main0204.xhp" name="Table Bar">Table Bar</link></paragraph>
+<paragraph role="paragraph" id="par_id3154196" xml-lang="en-US"><link href="text/swriter/main0204.xhp">Table Bar</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/05090300.xhp b/source/text/swriter/01/05090300.xhp
index e7c34ddab1..c8c4cf537a 100644
--- a/source/text/swriter/01/05090300.xhp
+++ b/source/text/swriter/01/05090300.xhp
@@ -41,7 +41,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/tabletextflowpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/tabletextflowpage/TableTextFlowPage" id="bm_id3154507" localize="false"/>
-<paragraph role="heading" id="hd_id3154558" xml-lang="en-US" level="1"><link href="text/swriter/01/05090300.xhp" name="Text Flow">Text Flow</link></paragraph>
+<paragraph role="heading" id="hd_id3154558" xml-lang="en-US" level="1"><link href="text/swriter/01/05090300.xhp">Text Flow</link></paragraph>
<paragraph role="paragraph" id="par_id3145245" xml-lang="en-US"><ahelp hid="modules/swriter/ui/tabletextflowpage/TableTextFlowPage">Set the text flow options for the text before and after the table.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/05100000.xhp b/source/text/swriter/01/05100000.xhp
index 429259e12a..6396c57bae 100644
--- a/source/text/swriter/01/05100000.xhp
+++ b/source/text/swriter/01/05100000.xhp
@@ -30,7 +30,7 @@
</history>
</meta>
<body>
-<paragraph role="heading" id="hd_id3150765" xml-lang="en-US" level="1"><link href="text/swriter/01/05100000.xhp" name="Cell">Cell</link></paragraph>
+<paragraph role="heading" id="hd_id3150765" xml-lang="en-US" level="1"><link href="text/swriter/01/05100000.xhp">Cell</link></paragraph>
<paragraph role="paragraph" id="par_id3147567" xml-lang="en-US">This command is only available if you have selected a table in your document, or if the cursor is in a table cell.</paragraph>
<section id="howtoget">
<embed href="text/swriter/00/00000405.xhp#zelle"/>
diff --git a/source/text/swriter/01/05100300.xhp b/source/text/swriter/01/05100300.xhp
index 16ad0563ce..404fe935c7 100644
--- a/source/text/swriter/01/05100300.xhp
+++ b/source/text/swriter/01/05100300.xhp
@@ -27,7 +27,7 @@
<body>
<section id="protect">
<bookmark xml-lang="en-US" branch="hid/.uno:Protect" id="bm_id7637302" localize="false"/>
-<h1 xml-lang="en-US" id="hd_id3146322"><link href="text/swriter/01/05100300.xhp" name="Protect">Protect</link></h1>
+<h1 xml-lang="en-US" id="hd_id3146322"><link href="text/swriter/01/05100300.xhp">Protect</link></h1>
<section id="protectcells">
<paragraph xml-lang="en-US" id="par_id3145822" role="paragraph"><ahelp hid=".uno:Protect">Prevents the contents of the selected cells from being modified.</ahelp></paragraph>
</section>
@@ -36,6 +36,6 @@
<embed href="text/swriter/00/00000405.xhp#schtzenze"/>
</section>
<paragraph xml-lang="en-US" id="par_id3154641" role="note">When the cursor is in a read-only cell, a note appears on the <emph>Status Bar</emph>.</paragraph>
- <paragraph xml-lang="en-US" id="par_id3149292" role="paragraph">To remove cell protection, select the cell(s), right-click, and then choose <link href="text/swriter/01/05100400.xhp" name="Cell - Unprotect"><emph>Cell - Unprotect</emph></link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3149292" role="paragraph">To remove cell protection, select the cell(s), right-click, and then choose <link href="text/swriter/01/05100400.xhp"><emph>Cell - Unprotect</emph></link>.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/05100400.xhp b/source/text/swriter/01/05100400.xhp
index 987f60a1ab..05e45055f9 100644
--- a/source/text/swriter/01/05100400.xhp
+++ b/source/text/swriter/01/05100400.xhp
@@ -27,7 +27,7 @@
<body>
<section id="unprotect">
<bookmark xml-lang="en-US" branch="hid/.uno:UnsetCellsReadOnly" id="bm_id3818873" localize="false"/>
-<h1 xml-lang="en-US" id="hd_id3149052"><link href="text/swriter/01/05100400.xhp" name="Unprotect">Unprotect</link></h1>
+<h1 xml-lang="en-US" id="hd_id3149052"><link href="text/swriter/01/05100400.xhp">Unprotect</link></h1>
<section id="unprotectcells">
<paragraph xml-lang="en-US" id="par_id3083450" role="paragraph"><ahelp hid=".uno:UnsetCellsReadOnly">Removes the cell protection for all selected cells in the current table.</ahelp></paragraph>
</section>
@@ -38,6 +38,6 @@
<paragraph xml-lang="en-US" id="par_id3154558" role="paragraph">To remove the protection from several tables at once, select the tables, and then press <switchinline select="sys"><caseinline select="MAC">Command
</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+T. To remove the protection from all of the tables in a document, click anywhere in the document, and then press <switchinline select="sys"><caseinline select="MAC">Command
</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+T.</paragraph>
- <paragraph xml-lang="en-US" id="par_id3150765" role="tip">You can also remove cell protection from a table in the <link href="text/swriter/01/02110000.xhp" name="Navigator">Navigator</link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3150765" role="tip">You can also remove cell protection from a table in the <link href="text/swriter/01/02110000.xhp">Navigator</link>.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/05110000.xhp b/source/text/swriter/01/05110000.xhp
index 2b1f71305c..b11dcfa315 100644
--- a/source/text/swriter/01/05110000.xhp
+++ b/source/text/swriter/01/05110000.xhp
@@ -28,18 +28,18 @@
</history>
</meta>
<body>
-<h1 id="hd_id3149502" xml-lang="en-US"><link href="text/swriter/01/05110000.xhp" name="Row">Row</link></h1>
+<h1 id="hd_id3149502" xml-lang="en-US"><link href="text/swriter/01/05110000.xhp">Row</link></h1>
<paragraph role="paragraph" id="par_id3154652" xml-lang="en-US">Set the height of rows, or select, insert, and delete rows.</paragraph>
<section id="howtoget">
<embed href="text/swriter/00/00000405.xhp#zeile"/>
</section>
-<h2 id="hd_id3083451" xml-lang="en-US"><link href="text/swriter/01/05110100.xhp" name="Height">Row Height</link></h2>
+<h2 id="hd_id3083451" xml-lang="en-US"><link href="text/swriter/01/05110100.xhp">Row Height</link></h2>
<embed href="text/swriter/01/05110100.xhp#row_height_text"/>
-<h2 id="hd_id3149349" xml-lang="en-US"><link href="text/swriter/01/05110200.xhp" name="Optimal Height">Optimal Row Height</link></h2>
+<h2 id="hd_id3149349" xml-lang="en-US"><link href="text/swriter/01/05110200.xhp">Optimal Row Height</link></h2>
<embed href="text/swriter/01/05110200.xhp#optimal_row_height_text"/>
<embed href="text/shared/01/05110600m.xhp#distribute_rows_equally"/>
<embed href="text/swriter/01/05110300.xhp#select"/>
-<h2 id="hd_id3149883" xml-lang="en-US"><link href="text/swriter/01/05120400.xhp" name="Insert...">Insert...</link></h2>
+<h2 id="hd_id3149883" xml-lang="en-US"><link href="text/swriter/01/05120400.xhp">Insert...</link></h2>
<embed href="text/swriter/01/05120400.xhp#einfuegentext"/>
<embed href="text/swriter/01/05110500.xhp#delete"/>
</body>
diff --git a/source/text/swriter/01/05110100.xhp b/source/text/swriter/01/05110100.xhp
index ee35416ca1..3c95afe5ca 100644
--- a/source/text/swriter/01/05110100.xhp
+++ b/source/text/swriter/01/05110100.xhp
@@ -43,6 +43,6 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/rowheight/fit" id="bm_id3150019" localize="false"/>
<h3 id="hd_id3149878">Fit to size</h3>
<paragraph role="paragraph" id="par_id3145244" xml-lang="en-US"><ahelp hid="modules/swriter/ui/rowheight/fit">Automatically adjusts the row height to match the contents of the cells.</ahelp></paragraph>
-<note id="par_id3154646">You can also right-click in a cell, and then choose <link href="text/shared/01/minimal_row_height.xhp" name="Minimal Row Height"><menuitem>Size - Minimal Row Height</menuitem></link>.</note>
+<note id="par_id3154646">You can also right-click in a cell, and then choose <link href="text/shared/01/minimal_row_height.xhp"><menuitem>Size - Minimal Row Height</menuitem></link>.</note>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/05110200.xhp b/source/text/swriter/01/05110200.xhp
index 32c9d91e2f..626a6fbb11 100644
--- a/source/text/swriter/01/05110200.xhp
+++ b/source/text/swriter/01/05110200.xhp
@@ -30,14 +30,14 @@
<body>
<section id="optimal_row_height">
<bookmark branch="hid/.uno:SetOptimalRowHeight" xml-lang="en-US" id="bm_id3153728" localize="false"/>
-<h1 id="hd_id3150010" xml-lang="en-US"><variable id="optimal_row_height_h1"><link href="text/swriter/01/05110200.xhp" name="Optimal Row Height">Optimal Row Height</link></variable></h1>
+<h1 id="hd_id3150010" xml-lang="en-US"><variable id="optimal_row_height_h1"><link href="text/swriter/01/05110200.xhp">Optimal Row Height</link></variable></h1>
<paragraph role="paragraph" id="par_id3147436" xml-lang="en-US"><variable id="optimal_row_height_text"><ahelp hid=".uno:SetOptimalRowHeight" visibility="visible">Set row height for selected table rows so that each row has the same height as the row with the tallest content.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00040500.xhp#optimal_row_height"/>
</section>
<paragraph role="paragraph" id="par_id741656209290506">Row height can increase with this option, with the table always growing downward. The total table height is never reduced by this option.</paragraph>
-<paragraph role="paragraph" id="par_id801656117723975">This option is similar to first minimizing row height for selected rows by using <link href="text/shared/01/minimal_row_height.xhp" name="Minimal Row"><menuitem>Minimal Row Height</menuitem></link> and then distributing those rows by using <link href="text/shared/01/05110600m.xhp" name="Distribute Rows"><menuitem>Distribute Rows Evenly</menuitem></link>, except that additional height is added to each row if necessary to prevent the total table height from reducing.</paragraph>
+<paragraph role="paragraph" id="par_id801656117723975">This option is similar to first minimizing row height for selected rows by using <link href="text/shared/01/minimal_row_height.xhp"><menuitem>Minimal Row Height</menuitem></link> and then distributing those rows by using <link href="text/shared/01/05110600m.xhp"><menuitem>Distribute Rows Evenly</menuitem></link>, except that additional height is added to each row if necessary to prevent the total table height from reducing.</paragraph>
<section id="relatedtopics">
<embed href="text/shared/02/04210000.xhp#optimizeh1"/>
<switch select="appl">
diff --git a/source/text/swriter/01/05110300.xhp b/source/text/swriter/01/05110300.xhp
index a47847695b..9ff0403754 100644
--- a/source/text/swriter/01/05110300.xhp
+++ b/source/text/swriter/01/05110300.xhp
@@ -34,7 +34,7 @@
<section id="select">
<bookmark branch="hid/.uno:EntireRow" xml-lang="en-US" id="bm_id3149055" localize="false"/>
-<paragraph id="hd_id3154650" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/05110300.xhp" name="Select">Select</link></paragraph>
+<paragraph id="hd_id3154650" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/05110300.xhp">Select</link></paragraph>
<paragraph role="paragraph" id="par_id3151389" xml-lang="en-US"><ahelp hid=".uno:EntireRow" visibility="visible">Selects the row that contains the cursor.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/05110500.xhp b/source/text/swriter/01/05110500.xhp
index f46d86b045..7b00473a6c 100644
--- a/source/text/swriter/01/05110500.xhp
+++ b/source/text/swriter/01/05110500.xhp
@@ -32,7 +32,7 @@
<body>
<section id="delete">
<bookmark xml-lang="en-US" branch="hid/.uno:DeleteRows" id="bm_id7236774" localize="false"/>
-<paragraph role="heading" id="hd_id3149502" xml-lang="en-US" level="1"><link href="text/swriter/01/05110500.xhp" name="Delete">Delete</link></paragraph>
+<paragraph role="heading" id="hd_id3149502" xml-lang="en-US" level="1"><link href="text/swriter/01/05110500.xhp">Delete</link></paragraph>
<paragraph role="paragraph" id="par_id3149050" xml-lang="en-US"><variable id="loeschentext"><ahelp hid=".uno:DeleteRows">Deletes the selected row(s) from the table.</ahelp>
</variable></paragraph>
</section>
diff --git a/source/text/swriter/01/05120000.xhp b/source/text/swriter/01/05120000.xhp
index 3c812dfe30..5984fae991 100644
--- a/source/text/swriter/01/05120000.xhp
+++ b/source/text/swriter/01/05120000.xhp
@@ -28,17 +28,17 @@
</history>
</meta>
<body>
-<h1 id="hd_id3154762"><link href="text/swriter/01/05120000.xhp" name="Column">Column</link></h1>
+<h1 id="hd_id3154762"><link href="text/swriter/01/05120000.xhp">Column</link></h1>
<paragraph role="paragraph" id="par_id3149052" xml-lang="en-US">Set the width of columns, or select, insert, and delete columns.</paragraph>
<section id="howtoget">
<embed href="text/swriter/00/00000405.xhp#spalte"/>
</section>
-<h2 id="hd_id3146322"><link href="text/swriter/01/05120100.xhp" name="Width...">Width...</link></h2>
+<h2 id="hd_id3146322"><link href="text/swriter/01/05120100.xhp">Width...</link></h2>
<embed href="text/swriter/01/05120100.xhp#breitetext"/>
<embed href="text/swriter/01/05120200.xhp#optimal_column_width"/>
<embed href="text/shared/01/05120600.xhp#distribute_columns_equally"/>
<embed href="text/swriter/01/05120300.xhp#select"/>
-<paragraph role="heading" id="hd_id3150564" xml-lang="en-US" level="2"><link href="text/swriter/01/05120400.xhp" name="Insert...">Insert...</link></paragraph>
+<paragraph role="heading" id="hd_id3150564" xml-lang="en-US" level="2"><link href="text/swriter/01/05120400.xhp">Insert...</link></paragraph>
<embed href="text/swriter/01/05120400.xhp#einfuegentext"/>
<embed href="text/swriter/01/05120500.xhp#delete"/>
</body>
diff --git a/source/text/swriter/01/05120200.xhp b/source/text/swriter/01/05120200.xhp
index 77c9ab47ec..d5cdad6ca0 100644
--- a/source/text/swriter/01/05120200.xhp
+++ b/source/text/swriter/01/05120200.xhp
@@ -29,7 +29,7 @@
<body>
<section id="optimal_column_width">
<bookmark xml-lang="en-US" branch="hid/.uno:SetOptimalColumnWidth" id="bm_id8687648" localize="false"/>
- <h1 id="hd_id3149500" xml-lang="en-US"><variable id="optimal_column_width_h1"><link href="text/swriter/01/05120200.xhp" name="Optimal Column Width">Optimal Column Width</link></variable></h1>
+ <h1 id="hd_id3149500" xml-lang="en-US"><variable id="optimal_column_width_h1"><link href="text/swriter/01/05120200.xhp">Optimal Column Width</link></variable></h1>
<switch select="appl">
<case select="WRITER">
<paragraph role="paragraph" id="par_id3149050" xml-lang="en-US"><variable id="column_width_text"><ahelp hid=".uno:SetOptimalColumnWidth">Adjust column widths among columns with selected cells, according to the paragraph length in each selected cell. Widen the table, up to page width, if necessary.</ahelp></variable></paragraph>
diff --git a/source/text/swriter/01/05120300.xhp b/source/text/swriter/01/05120300.xhp
index 180db97cbb..f290b86791 100644
--- a/source/text/swriter/01/05120300.xhp
+++ b/source/text/swriter/01/05120300.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="select">
-<bookmark branch="hid/.uno:EntireColumn" xml-lang="en-US" id="bm_id3150253" localize="false"/><paragraph id="hd_id3154660" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/05120300.xhp" name="Select">Select</link></paragraph>
+<bookmark branch="hid/.uno:EntireColumn" xml-lang="en-US" id="bm_id3150253" localize="false"/><paragraph id="hd_id3154660" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/05120300.xhp">Select</link></paragraph>
<paragraph role="paragraph" id="par_id3154765" xml-lang="en-US"><ahelp hid=".uno:EntireColumn" visibility="visible">Selects the column that contains the cursor.</ahelp> This option is only available if the cursor is in a table.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/05120500.xhp b/source/text/swriter/01/05120500.xhp
index c02e365099..1e023fec26 100644
--- a/source/text/swriter/01/05120500.xhp
+++ b/source/text/swriter/01/05120500.xhp
@@ -32,7 +32,7 @@
<body>
<section id="delete">
<bookmark xml-lang="en-US" branch="hid/.uno:DeleteColumns" id="bm_id9878689" localize="false"/>
-<paragraph role="heading" id="hd_id3145801" xml-lang="en-US" level="1"><link href="text/swriter/01/05120500.xhp" name="Delete">Delete</link></paragraph>
+<paragraph role="heading" id="hd_id3145801" xml-lang="en-US" level="1"><link href="text/swriter/01/05120500.xhp">Delete</link></paragraph>
<paragraph role="paragraph" id="par_id3153418" xml-lang="en-US"><variable id="loeschentext"><ahelp hid=".uno:DeleteColumns">Deletes the selected column(s) from the table.</ahelp>
</variable></paragraph>
</section>
diff --git a/source/text/swriter/01/05130000.xhp b/source/text/swriter/01/05130000.xhp
index c29583155f..cedab8b2ff 100644
--- a/source/text/swriter/01/05130000.xhp
+++ b/source/text/swriter/01/05130000.xhp
@@ -40,7 +40,7 @@
<paragraph role="paragraph" id="par_idN10635" xml-lang="en-US" localize="false"><comment>UFI: this is no more "Style Catalog" dialog, but we need the links and tables</comment><comment>UFI: another comment: the Style Catalog can be customized to be visible again!!! Dont know it this is temporary bug, workaround, or feature</comment></paragraph>
<paragraph role="paragraph" id="par_id3149052" xml-lang="en-US">The following information concerns Writer styles that you can apply using the <link href="text/swriter/01/05140000.xhp">Styles</link> deck of the Sidebar.</paragraph>
</section>
-<paragraph role="paragraph" id="par_id3150015" xml-lang="en-US">If you want, you can edit the styles of the current document, and then save the document as a template. To save the document as template, choose <emph>File - </emph><link href="text/shared/01/01110300.xhp" name="Templates - Save as Template"><emph>Templates - Save as Template</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3150015" xml-lang="en-US">If you want, you can edit the styles of the current document, and then save the document as a template. To save the document as template, choose <emph>File - </emph><link href="text/shared/01/01110300.xhp"><emph>Templates - Save as Template</emph></link>.</paragraph>
<h2 id="hd_id3150572" xml-lang="en-US">Style Category</h2>
<paragraph role="paragraph" id="par_id3153721" xml-lang="en-US">These are the different categories of formatting styles.</paragraph>
diff --git a/source/text/swriter/01/05130002.xhp b/source/text/swriter/01/05130002.xhp
index 2a8555cb3c..d8aaf97d6b 100644
--- a/source/text/swriter/01/05130002.xhp
+++ b/source/text/swriter/01/05130002.xhp
@@ -27,7 +27,7 @@
</history>
</meta>
<body>
-<h1 id="hd_id3148489"><link href="text/swriter/01/05130002.xhp" name="Character Style">Character Style</link></h1>
+<h1 id="hd_id3148489"><link href="text/swriter/01/05130002.xhp">Character Style</link></h1>
<paragraph role="paragraph" id="par_id3154650" xml-lang="en-US">Character styles provide a way to customize the formatting for individual characters. Use character styles to change the properties of a character, word or selected part of a paragraph. When you apply a character style to a text selection, the character style properties override the corresponding paragraph character properties.</paragraph>
<paragraph role="paragraph" id="par_id541610673006306">For example, if you apply a character style with 15pt font size to a selection in a paragraph with character property of 12pt font size, the selection is set to 15pt, while the rest of the paragraph remains with 12pt font size.</paragraph>
<note id="par_id751610803325140"><emph>No Character Style</emph> is actually the set of character properties of the current paragraph style. Choose No Character Style to reset the character properties of the selection to those of the paragraph style. You cannot customize No Character Style.</note>
diff --git a/source/text/swriter/01/05130004.xhp b/source/text/swriter/01/05130004.xhp
index 16ae38f4e2..a12d79cd13 100644
--- a/source/text/swriter/01/05130004.xhp
+++ b/source/text/swriter/01/05130004.xhp
@@ -28,13 +28,13 @@
</history>
</meta>
<body>
-<h1 id="hd_id3155961" xml-lang="en-US"><link href="text/swriter/01/05130004.xhp" name="Numbering Style">List Style</link></h1>
-<paragraph role="paragraph" id="par_id3149501" xml-lang="en-US">Here you can create a List Style. The List Styles are organized in the <link href="text/swriter/01/05140000.xhp" name="Styles">Styles</link> window.</paragraph>
+<h1 id="hd_id3155961" xml-lang="en-US"><link href="text/swriter/01/05130004.xhp">List Style</link></h1>
+<paragraph role="paragraph" id="par_id3149501" xml-lang="en-US">Here you can create a List Style. The List Styles are organized in the <link href="text/swriter/01/05140000.xhp">Styles</link> window.</paragraph>
<section id="howtoget">
<embed href="text/swriter/00/00000405.xhp#numberingstyle"/>
</section>
-<paragraph role="paragraph" id="par_id317365356036" xml-lang="en-US">When a List Style is created, a name is assigned to the style. The list style can be applied to paragraphs or assigned to a paragraph style in the Apply List Style section of the <link href="text/swriter/01/05030800.xhp" name="ApplyListStyle">Outline &amp; List</link> tab.</paragraph>
-<paragraph role="paragraph" id="par_id3151390" xml-lang="en-US">Ordered lists and unordered lists created in the <link href="text/shared/01/06050000.xhp" name="Numbering/bullets">Bullets and Numbering</link> dialog or with the <link href="text/swriter/02/02110000.xhp" name="Toggle Ordered List">Toggle Ordered List</link> and <link href="text/shared/02/06120000.xhp" name="Toggle Unordered List">Toggle Unordered List</link> icons of the <link href="text/swriter/main0202.xhp" name="object bar">Formatting</link> bar use <link href="text/shared/00/00000005.xhp#formatting" name="direct formatting">direct formatting</link>. They are not list styles.</paragraph>
+<paragraph role="paragraph" id="par_id317365356036" xml-lang="en-US">When a List Style is created, a name is assigned to the style. The list style can be applied to paragraphs or assigned to a paragraph style in the Apply List Style section of the <link href="text/swriter/01/05030800.xhp">Outline &amp; List</link> tab.</paragraph>
+<paragraph role="paragraph" id="par_id3151390" xml-lang="en-US">Ordered lists and unordered lists created in the <link href="text/shared/01/06050000.xhp">Bullets and Numbering</link> dialog or with the <link href="text/swriter/02/02110000.xhp">Toggle Ordered List</link> and <link href="text/shared/02/06120000.xhp">Toggle Unordered List</link> icons of the <link href="text/swriter/main0202.xhp">Formatting</link> bar use <link href="text/shared/00/00000005.xhp#formatting">direct formatting</link>. They are not list styles.</paragraph>
<embed href="text/shared/01/05040100.xhp#organizer"/>
<embed href="text/shared/01/06050100.xhp#bullets"/>
<embed href="text/shared/01/06050200.xhp#numberingtype"/>
diff --git a/source/text/swriter/01/05130100.xhp b/source/text/swriter/01/05130100.xhp
index 889ba30fcc..76fe2d3b4f 100644
--- a/source/text/swriter/01/05130100.xhp
+++ b/source/text/swriter/01/05130100.xhp
@@ -31,7 +31,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/conditionpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/conditionpage/ConditionPage" id="bm_id3152964" localize="false"/>
-<h1 id="hd_id3154656" xml-lang="en-US"><link href="text/swriter/01/05130100.xhp" name="Condition">Condition</link></h1>
+<h1 id="hd_id3154656" xml-lang="en-US"><link href="text/swriter/01/05130100.xhp">Condition</link></h1>
<paragraph role="paragraph" id="par_id3154766" xml-lang="en-US">Define conditions for conditional styles here.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/05140000.xhp b/source/text/swriter/01/05140000.xhp
index 8b3f6173cb..f580cb8e83 100644
--- a/source/text/swriter/01/05140000.xhp
+++ b/source/text/swriter/01/05140000.xhp
@@ -37,7 +37,7 @@
<comment>mw deleted "applying;."</comment>
<bookmark xml-lang="en-US" branch="hid/SFX2_HID_TEMPLATE_FMT" id="bm_id7354350" localize="false"/>
-<h1 id="hd_id3154505"><link href="text/swriter/01/05140000.xhp" name="Styles">Styles (Sidebar)</link></h1>
+<h1 id="hd_id3154505"><link href="text/swriter/01/05140000.xhp">Styles (Sidebar)</link></h1>
<paragraph id="par_id3148391" role="paragraph" xml-lang="en-US"><ahelp hid=".">Use the Styles deck of the Sidebar to apply, create, edit, and remove formatting styles. Double-click an entry to apply the style.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:EditStyle" id="bm_id0122200903162640" localize="false"/>
<paragraph id="par_id0122200903183687" role="paragraph" xml-lang="en-US"><ahelp hid="." visibility="hidden">Choose Edit Paragraph Style in the context menu of a paragraph to edit the style of all paragraphs of the same style.</ahelp></paragraph>
@@ -46,7 +46,7 @@
<section id="howtoget">
<embed href="text/shared/00/00040500.xhp#stylewindow"/>
</section>
-<paragraph id="par_idN106EF" role="paragraph" xml-lang="en-US">To <link href="text/shared/00/00000005.xhp#docking" name="dock">dock</link> the Styles window, drag its title bar to the left or to the right side of the workspace. To undock the window, double-click a free space on its toolbar.</paragraph>
+<paragraph id="par_idN106EF" role="paragraph" xml-lang="en-US">To <link href="text/shared/00/00000005.xhp#docking">dock</link> the Styles window, drag its title bar to the left or to the right side of the workspace. To undock the window, double-click a free space on its toolbar.</paragraph>
<paragraph id="par_id270120161717298895" role="paragraph" xml-lang="en-US">By default, the Styles deck displays a preview of the available styles. The previews can be disabled by unchecking the <emph>Show Previews</emph> box below the list of styles.</paragraph>
@@ -60,7 +60,7 @@
</tablecell>
<tablecell>
<paragraph id="par_id3154106" role="tablehead" xml-lang="en-US">Paragraph Styles</paragraph>
- <paragraph id="par_id3149800" role="paragraph" xml-lang="en-US"><ahelp hid=".">Displays formatting styles for paragraphs.</ahelp> Use paragraph styles to apply the same <link href="text/shared/00/00000005.xhp#formatting" name="formatting">formatting</link>, such as font, numbering, and layout to the paragraphs in your document.</paragraph>
+ <paragraph id="par_id3149800" role="paragraph" xml-lang="en-US"><ahelp hid=".">Displays formatting styles for paragraphs.</ahelp> Use paragraph styles to apply the same <link href="text/shared/00/00000005.xhp#formatting">formatting</link>, such as font, numbering, and layout to the paragraphs in your document.</paragraph>
</tablecell>
</tablerow>
</table>
@@ -141,7 +141,7 @@
<paragraph id="par_id3150576" role="paragraph" xml-lang="en-US"> <image id="img_id3150590" src="cmd/sc_fillstyle.png" width="1cm" height="1cm"><alt xml-lang="en-US" id="alt_id3150590">Icon Fill Format Mode</alt></image></paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id3145786" role="tablehead" xml-lang="en-US"><link href="text/swriter/guide/stylist_fillformat.xhp" name="style_fillformat">Fill Format Mode</link></paragraph>
+ <paragraph id="par_id3145786" role="tablehead" xml-lang="en-US"><link href="text/swriter/guide/stylist_fillformat.xhp">Fill Format Mode</link></paragraph>
<paragraph id="par_id3156379" role="paragraph" xml-lang="en-US"><ahelp hid="SFX2_HID_TEMPLDLG_WATERCAN">Applies the selected style to the object or text that you select in the document. Click this icon, and then drag a selection in the document to apply the style.</ahelp> To exit this mode, click the icon again, or press Esc.</paragraph>
</tablecell>
</tablerow>
@@ -162,7 +162,7 @@
<tablecell>
<bookmark xml-lang="en-US" branch="hid/.uno:StyleNewByExample" id="bm_id7425973" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/SFX2_HID_TEMPLDLG_NEWBYEXAMPLE" id="bm_id3149563" localize="false"/>
- <paragraph id="par_idN109DA" role="paragraph" xml-lang="en-US"><link href="text/swriter/guide/stylist_fromselect.xhp" name="stylist_fromselect"><menuitem>New Style from Selection</menuitem></link></paragraph>
+ <paragraph id="par_idN109DA" role="paragraph" xml-lang="en-US"><link href="text/swriter/guide/stylist_fromselect.xhp"><menuitem>New Style from Selection</menuitem></link></paragraph>
<paragraph id="par_id3149552" role="paragraph" xml-lang="en-US"><ahelp hid=".">Creates a new style based on the formatting of the current paragraph, page, or selection.</ahelp></paragraph>
</tablecell>
</tablerow>
@@ -171,10 +171,10 @@
<tablecell>
<bookmark xml-lang="en-US" branch="hid/.uno:StyleUpdateByExample" id="bm_id7425974" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/SFX2_HID_TEMPLDLG_UPDATEBYEXAMPLE" id="bm_id9001129" localize="false"/>
- <paragraph id="par_idN10A04" role="paragraph" xml-lang="en-US"><link href="text/swriter/guide/stylist_update.xhp" name="updatestyle"><menuitem>Update Selected Style</menuitem></link> </paragraph>
+ <paragraph id="par_idN10A04" role="paragraph" xml-lang="en-US"><link href="text/swriter/guide/stylist_update.xhp"><menuitem>Update Selected Style</menuitem></link> </paragraph>
<paragraph id="par_id3146333" role="paragraph" xml-lang="en-US"><ahelp hid=".">The manually formatted attributes of the text at the cursor position in the document will be added to the style that is selected in the Styles window.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:LoadStyles" id="bm_id7425975" localize="false"/>
- <paragraph id="par_idN10A31" role="paragraph" xml-lang="en-US"><link href="text/swriter/01/05170000.xhp" name="loadstyles"><menuitem>Load Styles from Template</menuitem></link></paragraph>
+ <paragraph id="par_idN10A31" role="paragraph" xml-lang="en-US"><link href="text/swriter/01/05170000.xhp"><menuitem>Load Styles from Template</menuitem></link></paragraph>
<paragraph id="par_idN10A36" role="paragraph" xml-lang="en-US"><ahelp hid=".">Opens the Load Styles from Template dialog to import styles from another document.</ahelp></paragraph>
</tablecell>
</tablerow>
@@ -209,7 +209,7 @@
</switchinline> applies the <emph>Heading 2</emph> paragraph style.</tip>
<tip id="par_id3154643" xml-lang="en-US">The Formatting (Styles) toolbar contains icons for applying and modifying styles.</tip>
<section id="relatedtopics">
-<paragraph xml-lang="en-US" role="paragraph" id="par_id3148860">More information about <link href="text/swriter/01/05130000.xhp" name="styles">styles</link>.</paragraph>
+<paragraph xml-lang="en-US" role="paragraph" id="par_id3148860">More information about <link href="text/swriter/01/05130000.xhp">styles</link>.</paragraph>
<embed href="text/swriter/guide/pagestyles.xhp#pagestyles"/>
<embed href="text/shared/guide/autohide.xhp#autohide"/>
</section>
diff --git a/source/text/swriter/01/05150000.xhp b/source/text/swriter/01/05150000.xhp
index aed08b4d6a..5a0940bf64 100644
--- a/source/text/swriter/01/05150000.xhp
+++ b/source/text/swriter/01/05150000.xhp
@@ -28,7 +28,7 @@
<section id="autoformat">
<bookmark xml-lang="en-US" branch="index" id="bm_id3153925"><bookmark_value>AutoCorrect function;text documents</bookmark_value>
</bookmark>
-<h1 xml-lang="en-US" id="hd_id3153925"><link href="text/swriter/01/05150000.xhp" name="AutoFormat">AutoCorrect</link></h1>
+<h1 xml-lang="en-US" id="hd_id3153925"><link href="text/swriter/01/05150000.xhp">AutoCorrect</link></h1>
<paragraph xml-lang="en-US" id="par_id3151182" role="paragraph">Automatically formats the file according to the options that you set under <link href="text/shared/01/06040000.xhp"><emph>Tools - AutoCorrect - AutoCorrect Options</emph></link>.</paragraph>
</section>
<section id="howtoget">
@@ -39,6 +39,6 @@
<embed href="text/swriter/01/05150300.xhp#apply_and_edit_changes"/>
<h2 xml-lang="en-US" id="hd_id1029200810080924"><link href="text/shared/01/06040000.xhp">AutoCorrect Options</link></h2>
<paragraph xml-lang="en-US" id="par_id1029200810080924" role="paragraph">Opens the AutoCorrect dialog.</paragraph>
- <paragraph xml-lang="en-US" id="par_id3147570" role="paragraph">To open the <link href="text/swriter/01/05150101.xhp" name="AutoFormat for Tables">AutoFormat for Tables</link> dialog, click in a table cell, and then choose <emph>Table - AutoFormat Styles</emph>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3147570" role="paragraph">To open the <link href="text/swriter/01/05150101.xhp">AutoFormat for Tables</link> dialog, click in a table cell, and then choose <emph>Table - AutoFormat Styles</emph>.</paragraph>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/swriter/01/05150100.xhp b/source/text/swriter/01/05150100.xhp
index ddee2b2979..6816463988 100644
--- a/source/text/swriter/01/05150100.xhp
+++ b/source/text/swriter/01/05150100.xhp
@@ -33,14 +33,14 @@
<bookmark_value>separator lines;AutoCorrect function</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:OnlineAutoFormat" id="bm_id3154491" localize="false"/>
-<h1 id="hd_id3147436" xml-lang="en-US"><link href="text/swriter/01/05150100.xhp" name="While Typing">While Typing</link></h1>
+<h1 id="hd_id3147436" xml-lang="en-US"><link href="text/swriter/01/05150100.xhp">While Typing</link></h1>
<paragraph role="paragraph" id="par_id3154017" xml-lang="en-US"><ahelp hid=".uno:OnlineAutoFormat">Automatically formats the document while you type. To set the formatting options, choose <menuitem>Tools - AutoCorrect - Options</menuitem>, and then click the <emph>Options</emph> tab.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/swriter/00/00000405.xhp#while_typing"/>
</section>
-<paragraph role="paragraph" id="par_id3148488" xml-lang="en-US">You can use AutoCorrect to format text documents and plain ASCII text files, but not characters that you have manually formatted. Automatic <link href="text/shared/01/06040100.xhp" name="word completion">word completion</link> only occurs after you type a word for the second time in a document.</paragraph>
-<tip id="par_id3147407" xml-lang="en-US">To reverse the last AutoCorrect action, choose <emph>Edit - </emph><link href="text/shared/01/02010000.xhp" name="Undo"><emph>Undo</emph></link>.</tip>
+<paragraph role="paragraph" id="par_id3148488" xml-lang="en-US">You can use AutoCorrect to format text documents and plain ASCII text files, but not characters that you have manually formatted. Automatic <link href="text/shared/01/06040100.xhp">word completion</link> only occurs after you type a word for the second time in a document.</paragraph>
+<tip id="par_id3147407" xml-lang="en-US">To reverse the last AutoCorrect action, choose <emph>Edit - </emph><link href="text/shared/01/02010000.xhp"><emph>Undo</emph></link>.</tip>
<paragraph xml-lang="en-US" id="par_id3147404" role="paragraph">When you apply automatic formats, the following rules apply:</paragraph>
<h2 xml-lang="en-US" id="hd_id3155625">AutoCorrect for Headings</h2>
<paragraph xml-lang="en-US" id="par_id3154505" role="paragraph">A paragraph is formatted as a heading when the following conditions are met:</paragraph>
@@ -56,7 +56,7 @@
</listitem>
</list>
<h2 xml-lang="en-US" id="hd_id3152941">AutoCorrect for Separator Lines</h2>
- <paragraph xml-lang="en-US" id="par_id3154105" role="paragraph">If you type three or more hyphens (---) or certain other characters in a row and then press Enter, the paragraph is replaced by a horizontal line as wide as the page. The line is actually the <link href="text/shared/01/05030500.xhp" name="lower border">lower border</link> of the preceding paragraph. The bottom padding of such a paragraph will be set to 0.75 mm. The following rules apply:</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154105" role="paragraph">If you type three or more hyphens (---) or certain other characters in a row and then press Enter, the paragraph is replaced by a horizontal line as wide as the page. The line is actually the <link href="text/shared/01/05030500.xhp">lower border</link> of the preceding paragraph. The bottom padding of such a paragraph will be set to 0.75 mm. The following rules apply:</paragraph>
<list type="ordered">
<listitem>
<paragraph xml-lang="en-US" id="par_id3153530" role="listitem">Three hyphens (-) yield a single line (0.05 pt thick).</paragraph>
@@ -78,7 +78,7 @@
</listitem>
</list>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3150536" xml-lang="en-US"><link href="text/swriter/01/05150200.xhp" name="Other AutoFormat rules">Other AutoCorrect rules</link></paragraph>
+<paragraph role="paragraph" id="par_id3150536" xml-lang="en-US"><link href="text/swriter/01/05150200.xhp">Other AutoCorrect rules</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/05150200.xhp b/source/text/swriter/01/05150200.xhp
index 663773071c..db13c209c7 100644
--- a/source/text/swriter/01/05150200.xhp
+++ b/source/text/swriter/01/05150200.xhp
@@ -30,8 +30,8 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id5028839">
<bookmark_value>autocorrect;apply manually</bookmark_value>
</bookmark>
-<h1 xml-lang="en-US" id="hd_id3155962"><link href="text/swriter/01/05150200.xhp" name="Apply">Apply</link></h1>
- <paragraph xml-lang="en-US" id="par_id3149871" role="paragraph"><ahelp hid=".uno:AutoFormatApply">Automatically formats a document or a selection according to the options set in the AutoCorrect <link href="text/shared/01/06040100.xhp" name="AutoCorrect Options"><emph>Options</emph></link> tab.</ahelp></paragraph>
+<h1 xml-lang="en-US" id="hd_id3155962"><link href="text/swriter/01/05150200.xhp">Apply</link></h1>
+ <paragraph xml-lang="en-US" id="par_id3149871" role="paragraph"><ahelp hid=".uno:AutoFormatApply">Automatically formats a document or a selection according to the options set in the AutoCorrect <link href="text/shared/01/06040100.xhp"><emph>Options</emph></link> tab.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id791611674214928">To select options, choose <menuitem>Tools - AutoCorrect - AutoCorrect Options</menuitem>, click the <emph>Options</emph> tab, then select options in the [M] column to be applied when the Apply command is chosen.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/05150300.xhp b/source/text/swriter/01/05150300.xhp
index 7fc74ac1af..20c5d62bf5 100644
--- a/source/text/swriter/01/05150300.xhp
+++ b/source/text/swriter/01/05150300.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/queryredlinedialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<section id="apply_and_edit_changes">
<bookmark xml-lang="en-US" branch="hid/.uno:AutoFormatRedlineApply" id="bm_id766634" localize="false"/>
-<paragraph role="heading" id="hd_id3149353" xml-lang="en-US" level="1"><link href="text/swriter/01/05150300.xhp" name="Apply and Edit Changes">Apply and Edit Changes</link></paragraph>
+<paragraph role="heading" id="hd_id3149353" xml-lang="en-US" level="1"><link href="text/swriter/01/05150300.xhp">Apply and Edit Changes</link></paragraph>
<paragraph role="paragraph" id="par_id3152999" xml-lang="en-US"><ahelp hid=".uno:AutoFormatRedlineApply">Automatically formats the file according to the options that you set under <emph>Tools - AutoCorrect - AutoCorrect Options</emph>. In a dialog, you are asked to accept or reject the changes.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -46,6 +46,6 @@
<paragraph role="heading" id="hd_id3150756" xml-lang="en-US" level="2">Edit Changes</paragraph>
<paragraph role="paragraph" id="par_id3147570" xml-lang="en-US"><ahelp hid="modules/swriter/ui/queryredlinedialog/edit">Opens a dialog where you can accept or reject AutoCorrect changes. You can also view the changes made by a specific author or on a specific date.</ahelp></paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
-<paragraph role="paragraph" id="par_id3151184" xml-lang="en-US"><link href="text/shared/01/02230402.xhp" name="Manage AutoFormat Changes, Filter tab">Manage Changes, Filter tab</link></paragraph>
+<paragraph role="paragraph" id="par_id3151184" xml-lang="en-US"><link href="text/shared/01/02230402.xhp">Manage Changes, Filter tab</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/05170000.xhp b/source/text/swriter/01/05170000.xhp
index 014a7bb0e2..e64ed3fdef 100644
--- a/source/text/swriter/01/05170000.xhp
+++ b/source/text/swriter/01/05170000.xhp
@@ -35,7 +35,7 @@
<switchinline select="appl">
<caseinline select="IMPRESS">Load Master Slide</caseinline>
<caseinline select="DRAW">Load Master Page</caseinline>
- <defaultinline><variable id="load_styles_header"><link href="text/swriter/01/05170000.xhp" name="Load Styles">Load Styles</link></variable></defaultinline>
+ <defaultinline><variable id="load_styles_header"><link href="text/swriter/01/05170000.xhp">Load Styles</link></variable></defaultinline>
</switchinline>
</h1>
<switch select="appl">
diff --git a/source/text/swriter/01/05190000.xhp b/source/text/swriter/01/05190000.xhp
index f0825bb7bc..110f348763 100644
--- a/source/text/swriter/01/05190000.xhp
+++ b/source/text/swriter/01/05190000.xhp
@@ -38,7 +38,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:SplitTable" id="bm_id3037041" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/splittable/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/splittable/SplitTableDialog" id="bm_id3154654" localize="false"/>
-<paragraph role="heading" id="hd_id3153246" xml-lang="en-US" level="1"><link href="text/swriter/01/05190000.xhp" name="Split Table">Split Table</link></paragraph>
+<paragraph role="heading" id="hd_id3153246" xml-lang="en-US" level="1"><link href="text/swriter/01/05190000.xhp">Split Table</link></paragraph>
<paragraph role="paragraph" id="par_id3083450" xml-lang="en-US"><ahelp hid=".uno:SplitTable">Splits the current table into two separate tables at the cursor position.</ahelp> You can also access this command by right-clicking in a table cell.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/05200000.xhp b/source/text/swriter/01/05200000.xhp
index a3721b92c0..df18824249 100644
--- a/source/text/swriter/01/05200000.xhp
+++ b/source/text/swriter/01/05200000.xhp
@@ -37,7 +37,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:MergeTable" id="bm_id6690819" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mergetabledialog/MergeTableDialog" id="bm_id3149048" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mergetabledialog/@@nowidget@@" id="@@nowidget@@" localize="false"/>
-<paragraph role="heading" id="hd_id3154652" xml-lang="en-US" level="1"><link href="text/swriter/01/05200000.xhp" name="Merge Table">Merge Table</link></paragraph>
+<paragraph role="heading" id="hd_id3154652" xml-lang="en-US" level="1"><link href="text/swriter/01/05200000.xhp">Merge Table</link></paragraph>
<paragraph role="paragraph" id="par_id3147401" xml-lang="en-US"><ahelp hid=".">Combines two consecutive tables into a single table. The tables must be directly next to each other and not separated by an empty paragraph.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/06030000.xhp b/source/text/swriter/01/06030000.xhp
index 1c6d4446d6..71c1a81dfa 100644
--- a/source/text/swriter/01/06030000.xhp
+++ b/source/text/swriter/01/06030000.xhp
@@ -28,7 +28,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:Hyphenate" id="bm_id3267005" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/hyphenate/HyphenateDialog" id="bm_id3152362" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/hyphenate/@@nowidget@@" id="bm_id3152362" localize="false"/>
-<h1 id="hd_id3154657"><variable id="Hyphenationh1"><link href="text/swriter/01/06030000.xhp" name="Hyphenation">Hyphenation</link></variable></h1>
+<h1 id="hd_id3154657"><variable id="Hyphenationh1"><link href="text/swriter/01/06030000.xhp">Hyphenation</link></variable></h1>
<paragraph role="paragraph" id="par_id3148572" xml-lang="en-US">Inserts hyphens in words that are too long to fit at the end of a line.</paragraph>
</section>
<paragraph role="paragraph" id="par_id851655491448849">%PRODUCTNAME searches the document and suggests hyphenation that you can accept or reject. If text is selected, the Hyphenation dialog works on the selected text only. If no text is selected, the Hyphenation dialog works on the whole document.</paragraph>
@@ -37,7 +37,7 @@
<embed href="text/swriter/00/00000004.xhp#hyphenation"/>
</section>
<embed href="text/swriter/guide/using_hyphen.xhp#using_hyphen"/>
-<paragraph role="paragraph" id="par_id3153811" xml-lang="en-US">To automatically hyphenate the current or selected paragraphs, choose <emph>Format - Paragraph</emph>, and then click the <link href="text/swriter/01/05030200.xhp" name="Text Flow">Text Flow</link> tab. You can also apply automatic hyphenation to a paragraph style. In text where automatic hyphenation is enabled, the Hyphenation dialog will not find any word to hyphenate.</paragraph>
+<paragraph role="paragraph" id="par_id3153811" xml-lang="en-US">To automatically hyphenate the current or selected paragraphs, choose <emph>Format - Paragraph</emph>, and then click the <link href="text/swriter/01/05030200.xhp">Text Flow</link> tab. You can also apply automatic hyphenation to a paragraph style. In text where automatic hyphenation is enabled, the Hyphenation dialog will not find any word to hyphenate.</paragraph>
<paragraph role="paragraph" id="par_id3151389" xml-lang="en-US">When $[officename] finds a word that requires hyphenation, do one of the following options:</paragraph>
<list type="unordered">
<listitem>
@@ -60,11 +60,11 @@
</list>
<tip id="par_id3147562">To exclude paragraphs from the automatic hyphenation, select the paragraphs, choose <emph>Format - Paragraph</emph>, click the Text Flow tab, and then clear the <emph>Automatically</emph> check box in the Hyphenation area.</tip>
-<note id="par_id3154276">To disable the Hyphenation dialog and always hyphenate automatically, 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/01010400.xhp" name="Language Settings - Writing Aids"><emph>Language Settings - Writing Aids</emph></link>, and select the <emph>Hyphenate without inquiry</emph> check box.</note>
+<note id="par_id3154276">To disable the Hyphenation dialog and always hyphenate automatically, 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/01010400.xhp"><emph>Language Settings - Writing Aids</emph></link>, and select the <emph>Hyphenate without inquiry</emph> check box.</note>
<paragraph role="paragraph" id="par_id3152950" xml-lang="en-US">To manually enter a hyphen directly in the document, click in the word where you want to add the hyphen, and then press <switchinline select="sys"><caseinline select="MAC">Command
</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Minus sign (-).</paragraph>
<paragraph role="paragraph" id="par_id3147523" xml-lang="en-US">To insert a non-breaking (protected) hyphen directly in the document, click in the word that you want to hyphenate, and then press Shift+<switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Minus sign(-).</paragraph>
-<paragraph role="paragraph" id="par_id3154573" xml-lang="en-US">To hide soft hyphens, 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/01040600.xhp" name="Text Document - Formatting Aids"><emph>%PRODUCTNAME Writer - Formatting Aids</emph></link>, and then clear the <emph>Custom hyphens</emph> check box.</paragraph>
+<paragraph role="paragraph" id="par_id3154573" xml-lang="en-US">To hide soft hyphens, 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/01040600.xhp"><emph>%PRODUCTNAME Writer - Formatting Aids</emph></link>, and then clear the <emph>Custom hyphens</emph> check box.</paragraph>
<h2 id="hd_id3150360">Word</h2>
<bookmark xml-lang="en-US" branch="hid/cui/ui/hyphenate/worded" id="bm_id3155903" localize="false"/>
<h3 id="hd_id3153676">Word</h3>
diff --git a/source/text/swriter/01/06040000.xhp b/source/text/swriter/01/06040000.xhp
index ea4b1c558d..65a1fb3f63 100644
--- a/source/text/swriter/01/06040000.xhp
+++ b/source/text/swriter/01/06040000.xhp
@@ -39,7 +39,7 @@
</section>
<embed href="text/swriter/guide/words_count.xhp#how"/>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_idN1062D" role="paragraph"><link href="text/shared/01/01100400.xhp" name="File - Properties - Statistics"><menuitem>File - Properties - Statistics</menuitem> </link></paragraph>
+ <paragraph xml-lang="en-US" id="par_idN1062D" role="paragraph"><link href="text/shared/01/01100400.xhp"><menuitem>File - Properties - Statistics</menuitem> </link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/06060000.xhp b/source/text/swriter/01/06060000.xhp
index 94e796d6fb..243460d4fe 100644
--- a/source/text/swriter/01/06060000.xhp
+++ b/source/text/swriter/01/06060000.xhp
@@ -39,7 +39,7 @@
<embed href="text/swriter/00/00000406.xhp#kapitelnumerierung"/>
</section>
<paragraph id="par_id3150934" role="paragraph" xml-lang="en-US">Chapter numbering is achieved by assigning paragraph styles to outline levels, and a numbering scheme for each outline level. By default, the "Heading" paragraph styles (1-10) are assigned to the corresponding outline levels (1-10). You can use the dialog to assign a different paragraph style to an outline level.</paragraph>
-<tip id="par_id8237250" xml-lang="en-US"><variable id="chapter_numbering_tip">If you want numbered headings, choose <menuitem>Tools - </menuitem><link name="chapternumbering" href="text/swriter/01/06060000.xhp#ChapNumh1"><menuitem>Chapter Numbering</menuitem></link>. This command opens a dialog where numbering schemes can be assigned to paragraph styles used for headings. Do not use the <link href="text/swriter/02/02110000.xhp" name="Toggle Ordered List">Toggle Ordered List</link> icon on the <link href="text/swriter/main0202.xhp" name="FormattingBar">Formatting Bar</link> or the <menuitem>Format - </menuitem><link href="text/shared/01/06050000.xhp" name="BulletsNumbering"><menuitem>Bullets and Numbering</menuitem></link> dialog.</variable></tip>
+<tip id="par_id8237250" xml-lang="en-US"><variable id="chapter_numbering_tip">If you want numbered headings, choose <menuitem>Tools - </menuitem><link href="text/swriter/01/06060000.xhp#ChapNumh1"><menuitem>Chapter Numbering</menuitem></link>. This command opens a dialog where numbering schemes can be assigned to paragraph styles used for headings. Do not use the <link href="text/swriter/02/02110000.xhp">Toggle Ordered List</link> icon on the <link href="text/swriter/main0202.xhp">Formatting Bar</link> or the <menuitem>Format - </menuitem><link href="text/shared/01/06050000.xhp"><menuitem>Bullets and Numbering</menuitem></link> dialog.</variable></tip>
<embed href="text/swriter/01/06060100.xhp#numbering"/>
<embed href="text/shared/01/06050600.xhp#position_s"/>
<section id="loadsave">
diff --git a/source/text/swriter/01/06060100.xhp b/source/text/swriter/01/06060100.xhp
index 62383d74d1..8c5e2c96a6 100644
--- a/source/text/swriter/01/06060100.xhp
+++ b/source/text/swriter/01/06060100.xhp
@@ -27,7 +27,7 @@
<body>
<section id="numbering">
-<h1 id="hd_id3151387" xml-lang="en-US"><link href="text/swriter/01/06060100.xhp" name="Numbering">Numbering</link></h1>
+<h1 id="hd_id3151387" xml-lang="en-US"><link href="text/swriter/01/06060100.xhp">Numbering</link></h1>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/outlinenumberingpage/OutlineNumberingPage" id="bm_id3150280" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/outlinenumberingpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<paragraph id="par_id3155620" role="paragraph" xml-lang="en-US">Specifies the number format and the hierarchy for chapter numbering in the current document.</paragraph>
diff --git a/source/text/swriter/01/06080000.xhp b/source/text/swriter/01/06080000.xhp
index ecd2f5020f..d161248bc8 100644
--- a/source/text/swriter/01/06080000.xhp
+++ b/source/text/swriter/01/06080000.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/.uno:FootnoteDialog" id="bm_id3799245" localize="false"/>
-<paragraph role="heading" id="hd_id3153004" xml-lang="en-US" level="1"><link href="text/swriter/01/06080000.xhp" name="Footnote options">Footnotes/Endnotes Settings</link></paragraph>
+<paragraph role="heading" id="hd_id3153004" xml-lang="en-US" level="1"><link href="text/swriter/01/06080000.xhp">Footnotes/Endnotes Settings</link></paragraph>
<paragraph role="paragraph" id="par_id3149882" xml-lang="en-US"><variable id="fnoten"><ahelp hid=".uno:FootnoteDialog">Specifies the display settings for footnotes and endnotes.</ahelp>
</variable></paragraph>
<section id="howtoget">
diff --git a/source/text/swriter/01/06080100.xhp b/source/text/swriter/01/06080100.xhp
index 697611098c..5a56a27a7b 100644
--- a/source/text/swriter/01/06080100.xhp
+++ b/source/text/swriter/01/06080100.xhp
@@ -30,13 +30,13 @@
<section id="footnote_settings">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/footnotepage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/footnotepage/FootnotePage" id="bm_id3154656" localize="false"/>
-<h1 id="hd_id3154705" xml-lang="en-US"><link href="text/swriter/01/06080100.xhp" name="Footnotes">Footnote Settings</link></h1>
+<h1 id="hd_id3154705" xml-lang="en-US"><link href="text/swriter/01/06080100.xhp">Footnote Settings</link></h1>
<paragraph role="paragraph" id="par_id3149500" xml-lang="en-US"><ahelp hid="modules/swriter/ui/footnotepage/FootnotePage">Specifies the formatting for footnotes.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/swriter/00/00000406.xhp#fussnoten"/>
</section>
-<note id="par_id3154560" xml-lang="en-US">To set additional option for footnotes, choose <menuitem>Format - Page Style</menuitem>, and then click the <link href="text/swriter/01/05040600.xhp" name="Footnote"><emph>Footnote</emph></link> tab.</note>
+<note id="par_id3154560" xml-lang="en-US">To set additional option for footnotes, choose <menuitem>Format - Page Style</menuitem>, and then click the <link href="text/swriter/01/05040600.xhp"><emph>Footnote</emph></link> tab.</note>
<h2 id="hd_id3149884" xml-lang="en-US">AutoNumbering</h2>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/footnotepage/numberinglb" id="bm_id3150929" localize="false"/>
<section id="endnote_numbering">
diff --git a/source/text/swriter/01/06080200.xhp b/source/text/swriter/01/06080200.xhp
index a8963235c2..e24d36d009 100644
--- a/source/text/swriter/01/06080200.xhp
+++ b/source/text/swriter/01/06080200.xhp
@@ -30,7 +30,7 @@
<section id="endnote_settings">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/endnotepage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/endnotepage/EndnotePage" id="bm_id3154644" localize="false"/>
-<h1 id="hd_id3156321" xml-lang="en-US"><link href="text/swriter/01/06080200.xhp" name="Endnotes">Endnote Settings</link></h1>
+<h1 id="hd_id3156321" xml-lang="en-US"><link href="text/swriter/01/06080200.xhp">Endnote Settings</link></h1>
<paragraph role="paragraph" id="par_id3151182" xml-lang="en-US"><ahelp hid="modules/swriter/ui/endnotepage/EndnotePage">Specifies the formatting for endnotes.</ahelp> The type of endnote numbering and the Styles to apply are the options available.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/06090000.xhp b/source/text/swriter/01/06090000.xhp
index 5868654e47..7c198be199 100644
--- a/source/text/swriter/01/06090000.xhp
+++ b/source/text/swriter/01/06090000.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:ConvertTableText" id="bm_id3342815" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/converttexttable/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/converttexttable/ConvertTextTableDialog" id="bm_id3146323" localize="false"/>
-<paragraph role="heading" id="hd_id3147402" xml-lang="en-US" level="1"><link href="text/swriter/01/06090000.xhp" name="Convert Text to Table">Convert Text to Table</link></paragraph>
+<paragraph role="heading" id="hd_id3147402" xml-lang="en-US" level="1"><link href="text/swriter/01/06090000.xhp">Convert Text to Table</link></paragraph>
<paragraph role="paragraph" id="par_id3145829" xml-lang="en-US"><variable id="texttab"><ahelp hid=".uno:ConvertTableText">Converts the selected text into a table, or the selected table into text.</ahelp>
</variable></paragraph>
<section id="howtoget">
diff --git a/source/text/swriter/01/06110000.xhp b/source/text/swriter/01/06110000.xhp
index 826e8f33c3..9117feab73 100644
--- a/source/text/swriter/01/06110000.xhp
+++ b/source/text/swriter/01/06110000.xhp
@@ -34,7 +34,7 @@
<section id="calculate">
<bookmark branch="hid/.uno:CalculateSel" xml-lang="en-US" id="bm_id3149884" localize="false"/>
-<paragraph id="hd_id3154505" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/06110000.xhp" name="Calculate">Calculate</link></paragraph>
+<paragraph id="hd_id3154505" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/06110000.xhp">Calculate</link></paragraph>
<paragraph role="paragraph" id="par_id3150021" xml-lang="en-US"><ahelp hid=".uno:CalculateSel" visibility="visible">Calculates the selected formula and copies the result to the clipboard.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/06120000.xhp b/source/text/swriter/01/06120000.xhp
index 537221e86e..987d3f3bff 100644
--- a/source/text/swriter/01/06120000.xhp
+++ b/source/text/swriter/01/06120000.xhp
@@ -34,7 +34,7 @@
<section id="page_formatting">
<bookmark branch="hid/.uno:Repaginate" xml-lang="en-US" id="bm_id3150342" localize="false"/>
-<paragraph id="hd_id3155961" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/06120000.xhp" name="Page Formatting">Page Formatting</link></paragraph>
+<paragraph id="hd_id3155961" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/06120000.xhp">Page Formatting</link></paragraph>
<paragraph role="paragraph" id="par_id3150249" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:Repaginate">Updates the page formats in the document and recalculates the total number of pages that is displayed on the <emph>Status Bar</emph>.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/06160000.xhp b/source/text/swriter/01/06160000.xhp
index 1068c66f41..a3b03ed4db 100644
--- a/source/text/swriter/01/06160000.xhp
+++ b/source/text/swriter/01/06160000.xhp
@@ -34,7 +34,7 @@
<section id="current_index">
<bookmark branch="hid/.uno:UpdateCurIndex" xml-lang="en-US" id="bm_id3154656" localize="false"/>
-<paragraph id="hd_id3154704" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/06160000.xhp" name="Current Index">Current Index</link></paragraph>
+<paragraph id="hd_id3154704" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/06160000.xhp">Current Index</link></paragraph>
<paragraph role="paragraph" id="par_id3149499" xml-lang="en-US"><ahelp hid=".uno:UpdateCurIndex" visibility="visible">Updates the current index.</ahelp> The current index is the one that contains the cursor.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/06170000.xhp b/source/text/swriter/01/06170000.xhp
index a54bc17da2..a305c33de3 100644
--- a/source/text/swriter/01/06170000.xhp
+++ b/source/text/swriter/01/06170000.xhp
@@ -34,7 +34,7 @@
<section id="all_indexes">
<bookmark branch="hid/.uno:UpdateAllIndexes" xml-lang="en-US" id="bm_id3151243" localize="false"/>
-<paragraph id="hd_id3149875" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/06170000.xhp" name="All Indexes and Tables">All Indexes and Tables</link></paragraph>
+<paragraph id="hd_id3149875" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/06170000.xhp">All Indexes and Tables</link></paragraph>
<paragraph role="paragraph" id="par_id3150211" xml-lang="en-US"><ahelp hid=".uno:UpdateAllIndexes" visibility="visible">Update all indexes and tables of contents in the current document. You do not need to place the cursor in an index or table before you use this command.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/06180000.xhp b/source/text/swriter/01/06180000.xhp
index af179cc1c5..5de7a2f768 100644
--- a/source/text/swriter/01/06180000.xhp
+++ b/source/text/swriter/01/06180000.xhp
@@ -73,7 +73,7 @@
<paragraph role="paragraph" id="par_id3150973" xml-lang="en-US"><ahelp hid="modules/swriter/ui/linenumbering/blanklines">Includes empty paragraphs in the line count.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/linenumbering/linesintextframes" id="bm_id3150990" localize="false"/>
<h3 id="hd_id3154476" xml-lang="en-US">Lines in frames</h3>
-<paragraph role="paragraph" id="par_id3150995" xml-lang="en-US"><ahelp hid="modules/swriter/ui/linenumbering/linesintextframes">Adds line numbers to text in frames. The numbering restarts in each frame, and is excluded from the line count in the main text area of the document.</ahelp> In <link href="text/swriter/02/03210000.xhp" name="linked frames">linked frames</link>, the numbering is not restarted.</paragraph>
+<paragraph role="paragraph" id="par_id3150995" xml-lang="en-US"><ahelp hid="modules/swriter/ui/linenumbering/linesintextframes">Adds line numbers to text in frames. The numbering restarts in each frame, and is excluded from the line count in the main text area of the document.</ahelp> In <link href="text/swriter/02/03210000.xhp">linked frames</link>, the numbering is not restarted.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/linenumbering/restarteverynewpage" id="bm_id3155902" localize="false"/>
<h3 id="hd_id3151320" xml-lang="en-US">Restart every new page</h3>
<paragraph role="paragraph" id="par_id3149685" xml-lang="en-US"><ahelp hid="modules/swriter/ui/linenumbering/restarteverynewpage">Restarts line numbering at the top of each page in the document.</ahelp></paragraph>
diff --git a/source/text/swriter/01/06190000.xhp b/source/text/swriter/01/06190000.xhp
index b9c88f27d4..db9efd72fb 100644
--- a/source/text/swriter/01/06190000.xhp
+++ b/source/text/swriter/01/06190000.xhp
@@ -34,7 +34,7 @@
<section id="update_all">
<bookmark branch="hid/.uno:UpdateAll" xml-lang="en-US" id="bm_id3154560" localize="false"/>
-<paragraph id="hd_id3145824" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/06190000.xhp" name="Update All">Update All</link></paragraph>
+<paragraph id="hd_id3145824" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/06190000.xhp">Update All</link></paragraph>
<paragraph role="paragraph" id="par_id3153004" xml-lang="en-US"><ahelp hid=".uno:UpdateAll" visibility="visible">Updates all links, fields, indexes, tables of contents, and page formatting in the current document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/06200000.xhp b/source/text/swriter/01/06200000.xhp
index ad94620ffe..57b01b12c3 100644
--- a/source/text/swriter/01/06200000.xhp
+++ b/source/text/swriter/01/06200000.xhp
@@ -34,7 +34,7 @@
<section id="fields">
<bookmark branch="hid/.uno:UpdateFields" xml-lang="en-US" id="bm_id3148485" localize="false"/>
-<paragraph id="hd_id3083281" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/06200000.xhp" name="Fields">Fields</link></paragraph>
+<paragraph id="hd_id3083281" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/06200000.xhp">Fields</link></paragraph>
<paragraph role="paragraph" id="par_id3154656" xml-lang="en-US"><ahelp hid=".uno:UpdateFields" visibility="visible">Updates the contents of all fields in the current document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/06210000.xhp b/source/text/swriter/01/06210000.xhp
index be96318fcd..84b8cf7d32 100644
--- a/source/text/swriter/01/06210000.xhp
+++ b/source/text/swriter/01/06210000.xhp
@@ -34,7 +34,7 @@
<section id="links">
<bookmark branch="hid/.uno:UpdateAllLinks" xml-lang="en-US" id="bm_id3154656" localize="false"/>
-<paragraph id="hd_id3155962" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/06210000.xhp" name="Links">Links</link></paragraph>
+<paragraph id="hd_id3155962" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/06210000.xhp">Links</link></paragraph>
<paragraph role="paragraph" id="par_id3149499" xml-lang="en-US"><ahelp hid=".uno:UpdateAllLinks" visibility="visible">Updates the links in the current document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/06220000.xhp b/source/text/swriter/01/06220000.xhp
index a025da1510..74b7c24169 100644
--- a/source/text/swriter/01/06220000.xhp
+++ b/source/text/swriter/01/06220000.xhp
@@ -34,7 +34,7 @@
<section id="all_charts">
<bookmark branch="hid/.uno:UpdateCharts" xml-lang="en-US" id="bm_id3148488" localize="false"/>
-<paragraph id="hd_id3155959" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/06220000.xhp" name="All Charts">All Charts</link></paragraph>
+<paragraph id="hd_id3155959" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/06220000.xhp">All Charts</link></paragraph>
<paragraph role="paragraph" id="par_id3150344" xml-lang="en-US"><ahelp hid=".uno:UpdateCharts" visibility="visible">Updates the charts in the current document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/06990000.xhp b/source/text/swriter/01/06990000.xhp
index 148868b453..bb5679d22c 100644
--- a/source/text/swriter/01/06990000.xhp
+++ b/source/text/swriter/01/06990000.xhp
@@ -31,7 +31,7 @@
<section id="update">
<bookmark xml-lang="en-US" branch="index" id="bm_id3154704"><bookmark_value>updating; text documents</bookmark_value></bookmark>
- <h1 id="hd_id3154704" xml-lang="en-US"><link href="text/swriter/01/06990000.xhp" name="Update">Update</link></h1>
+ <h1 id="hd_id3154704" xml-lang="en-US"><link href="text/swriter/01/06990000.xhp">Update</link></h1>
<paragraph role="paragraph" id="par_id3149501" xml-lang="en-US">Updates items in the current document that have dynamic contents, so as fields and indexes.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/accessibility_check.xhp b/source/text/swriter/01/accessibility_check.xhp
index 923049f5f1..dc646fd669 100644
--- a/source/text/swriter/01/accessibility_check.xhp
+++ b/source/text/swriter/01/accessibility_check.xhp
@@ -23,7 +23,7 @@
<bookmark id="bm_id541630940172937" xml-lang="en-US" branch="hid/svx/ui/accessibilitycheckdialog/dialogButtons" localize="false"/>
<bookmark id="bm_id541630940172826" xml-lang="en-US" branch="hid/svx/ui/accessibilitycheckdialog/@@nowidget@@" localize="false"/>
<section id="accessibilitycheckheading">
- <h1 id="hd_id771630940172827"><variable id="accessibilitycheckh1"><link href="text/swriter/01/accessibility_check.xhp" name="Accessibility Check">Accessibility Check</link></variable></h1>
+ <h1 id="hd_id771630940172827"><variable id="accessibilitycheckh1"><link href="text/swriter/01/accessibility_check.xhp">Accessibility Check</link></variable></h1>
<paragraph id="par_id951630940172830" role="paragraph" xml-lang="en-US">Review common accessibility problems in the document, and support for PDF/UA specifications in the PDF export dialog.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/edit_reference_submenu.xhp b/source/text/swriter/01/edit_reference_submenu.xhp
index 04f293cf42..4c14aeb1a8 100644
--- a/source/text/swriter/01/edit_reference_submenu.xhp
+++ b/source/text/swriter/01/edit_reference_submenu.xhp
@@ -18,7 +18,7 @@
<body>
<section id="edit_reference_head">
-<h1 id="hd_id1001603128268578"><link href="text/swriter/01/edit_reference_submenu.xhp" name="editreference">Reference</link></h1>
+<h1 id="hd_id1001603128268578"><link href="text/swriter/01/edit_reference_submenu.xhp">Reference</link></h1>
<paragraph role="paragraph" id="par_id411603128291771">A submenu that offers possibilities to edit footnotes, endnotes, index entries, and bibliography entries.</paragraph>
</section>
@@ -26,13 +26,13 @@
<embed href="text/shared/00/edit_menu.xhp#reference"/>
</section>
-<h2 id="hd_id3147302" xml-lang="en-US"><link href="text/swriter/01/02150000.xhp" name="Footnotes">Footnote or Endnote</link></h2>
+<h2 id="hd_id3147302" xml-lang="en-US"><link href="text/swriter/01/02150000.xhp">Footnote or Endnote</link></h2>
<embed href="text/swriter/01/02150000.xhp#footnote_endnote_text"/>
-<h2 id="hd_id3147327" xml-lang="en-US"><link href="text/swriter/01/02160000.xhp" name="Index Entry">Index Entry</link></h2>
+<h2 id="hd_id3147327" xml-lang="en-US"><link href="text/swriter/01/02160000.xhp">Index Entry</link></h2>
<embed href="text/swriter/01/02160000.xhp#index_entry_text"/>
-<h2 id="hd_id3147352" xml-lang="en-US"><link href="text/swriter/01/02130000.xhp" name="Bibliography Entry">Bibliography Entry</link></h2>
+<h2 id="hd_id3147352" xml-lang="en-US"><link href="text/swriter/01/02130000.xhp">Bibliography Entry</link></h2>
<embed href="text/swriter/01/02130000.xhp#bibliography_entry_text"/>
</body>
diff --git a/source/text/swriter/01/legacynumbering.xhp b/source/text/swriter/01/legacynumbering.xhp
index 15d51ad7e8..1bb9fc0c31 100644
--- a/source/text/swriter/01/legacynumbering.xhp
+++ b/source/text/swriter/01/legacynumbering.xhp
@@ -22,14 +22,14 @@
</bookmark>
<section id="legacynumberinghead">
<bookmark id="bm_id221579742307751" xml-lang="en-US" branch="hid/legacynumbering" localize="false"/>
- <h1 id="hd_id761579742307751"><variable id="legacynumberingh1"><link href="text/swriter/01/legacynumbering.xhp" name="legacy numbering">Position (List Styles - Legacy)</link></variable></h1>
+ <h1 id="hd_id761579742307751"><variable id="legacynumberingh1"><link href="text/swriter/01/legacynumbering.xhp">Position (List Styles - Legacy)</link></variable></h1>
</section>
<paragraph role="paragraph" id="par_id821590943298700" localize="false"><embedvar href="text/shared/01/06050600.xhp#positioninfo"/> </paragraph>
<section id="howtoget">
<embed href="text/shared/00/00040500.xhp#numposition"/>
</section>
<embed href="text/shared/01/06050600.xhp#positionlevels"/>
-<note id="par_id5004119" xml-lang="en-US">%PRODUCTNAME Writer uses the position controls shown here when opening documents that use a different method for positioning and spacing. For default controls see <link href="text/shared/01/06050600.xhp" name="LO-numbering-alignment">Position (List Styles)</link>.<comment>see http://specs.openoffice.org/writer/numbering/NewListLevelAttrs.odt</comment></note>
+<note id="par_id5004119" xml-lang="en-US">%PRODUCTNAME Writer uses the position controls shown here when opening documents that use a different method for positioning and spacing. For default controls see <link href="text/shared/01/06050600.xhp">Position (List Styles)</link>.<comment>see http://specs.openoffice.org/writer/numbering/NewListLevelAttrs.odt</comment></note>
<embed href="text/shared/01/06050600.xhp#positionspacingheading"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/numberingpositionpage/indentmf" id="bm_id3153032" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/outlinepositionpage/numdistmf" id="bm_id3155830" localize="false"/>
@@ -61,9 +61,9 @@
<embed href="text/shared/00/00000001.xhp#reset"/>
<embed href="text/shared/01/06050600.xhp#positionapply"/><comment>provides Apply control help</comment>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3116235" xml-lang="en-US"><link href="text/shared/01/06050600.xhp" name="LO numbering alignment">Position (List Styles)</link></paragraph>
-<paragraph role="paragraph" id="par_id3199228" xml-lang="en-US"><link href="text/shared/01/05030700.xhp" name="Paragraph alignment">Paragraph alignment</link></paragraph>
-<paragraph role="paragraph" id="par_id3194378" xml-lang="en-US"><link href="text/swriter/guide/indenting.xhp" name="Paragraph indenting">Indenting Paragraphs</link></paragraph>
+<paragraph role="paragraph" id="par_id3116235" xml-lang="en-US"><link href="text/shared/01/06050600.xhp">Position (List Styles)</link></paragraph>
+<paragraph role="paragraph" id="par_id3199228" xml-lang="en-US"><link href="text/shared/01/05030700.xhp">Paragraph alignment</link></paragraph>
+<paragraph role="paragraph" id="par_id3194378" xml-lang="en-US"><link href="text/swriter/guide/indenting.xhp">Indenting Paragraphs</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/mailmerge00.xhp b/source/text/swriter/01/mailmerge00.xhp
index 629a3eef07..d9676a3598 100644
--- a/source/text/swriter/01/mailmerge00.xhp
+++ b/source/text/swriter/01/mailmerge00.xhp
@@ -49,7 +49,7 @@
<embed href="text/shared/00/00000001.xhp#cancel"/>
<embed href="text/shared/00/00000001.xhp#back"/>
<embed href="text/shared/00/00000001.xhp#next"/>
-<paragraph role="paragraph" id="par_idN105CC" xml-lang="en-US">First step: <link href="text/swriter/01/mailmerge01.xhp" name="Mail Merge Wizard - Select starting document">Mail Merge Wizard - Select starting document</link>.</paragraph>
+<paragraph role="paragraph" id="par_idN105CC" xml-lang="en-US">First step: <link href="text/swriter/01/mailmerge01.xhp">Mail Merge Wizard - Select starting document</link>.</paragraph>
<section id="relatedtopics">
<embed href="text/swriter/guide/form_letters_main.xhp#form_letters"/>
diff --git a/source/text/swriter/01/mailmerge01.xhp b/source/text/swriter/01/mailmerge01.xhp
index fe9a4c8b31..1c8c651233 100644
--- a/source/text/swriter/01/mailmerge01.xhp
+++ b/source/text/swriter/01/mailmerge01.xhp
@@ -59,7 +59,7 @@
<paragraph role="paragraph" id="par_idN10588" xml-lang="en-US"><ahelp hid=".">Use an existing mail merge document as the base for a new mail merge document.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mmselectpage/recentdoclb" id="bm_id920133" localize="false"/>
<paragraph role="paragraph" id="par_idN106F6" xml-lang="en-US"><ahelp hid=".">Select the document.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_idN1058B" xml-lang="en-US">Next step: <link href="text/swriter/01/mailmerge02.xhp" name="Mail Merge Wizard - Document type">Mail Merge Wizard - Select document type</link></paragraph>
+<paragraph role="paragraph" id="par_idN1058B" xml-lang="en-US">Next step: <link href="text/swriter/01/mailmerge02.xhp">Mail Merge Wizard - Select document type</link></paragraph>
<section id="relatedtopics">
<paragraph role="paragraph" id="par_idN10567" xml-lang="en-US"><link href="text/swriter/01/mailmerge00.xhp">Mail Merge Wizard</link> overview</paragraph>
</section>
diff --git a/source/text/swriter/01/mailmerge02.xhp b/source/text/swriter/01/mailmerge02.xhp
index d7a9924b57..9b79f8977c 100644
--- a/source/text/swriter/01/mailmerge02.xhp
+++ b/source/text/swriter/01/mailmerge02.xhp
@@ -39,7 +39,7 @@
<paragraph role="paragraph" id="par_idN1055A" xml-lang="en-US"><ahelp hid=".">Creates a printable mail merge document.</ahelp></paragraph>
<paragraph role="heading" id="hd_id6954863" xml-lang="en-US" level="2">Email message</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mmoutputtypepage/email" id="bm_id3822443" localize="false"/><paragraph role="paragraph" id="par_idN10561" xml-lang="en-US"><ahelp hid=".">Creates mail merge documents that you can send as an email message or an email attachment.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_idN10572" xml-lang="en-US">Next step: <link href="text/swriter/01/mailmerge03.xhp" name="Mail Merge Wizard - Addresses">Mail Merge Wizard - Addresses</link></paragraph>
+<paragraph role="paragraph" id="par_idN10572" xml-lang="en-US">Next step: <link href="text/swriter/01/mailmerge03.xhp">Mail Merge Wizard - Addresses</link></paragraph>
<section id="relatedtopics">
<paragraph role="paragraph" id="par_idN10568" xml-lang="en-US"><link href="text/swriter/01/mailmerge00.xhp">Mail Merge Wizard</link> overview</paragraph>
</section>
diff --git a/source/text/swriter/01/mailmerge03.xhp b/source/text/swriter/01/mailmerge03.xhp
index cf72b32731..3d525be52e 100644
--- a/source/text/swriter/01/mailmerge03.xhp
+++ b/source/text/swriter/01/mailmerge03.xhp
@@ -64,7 +64,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mmaddressblockpage/next" id="bm_id8050477" localize="false"/>
<paragraph role="heading" id="par_idN105B1" xml-lang="en-US" level="3">(Browse buttons)</paragraph>
<paragraph role="paragraph" id="par_idN105B5" xml-lang="en-US"><ahelp hid=".">Use the browse buttons to preview the information from the previous or next data record.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_idN105B8" xml-lang="en-US">Next step: <link href="text/swriter/01/mailmerge04.xhp" name="Mail Merge Wizard - Create salutation">Mail Merge Wizard - Create salutation</link></paragraph>
+<paragraph role="paragraph" id="par_idN105B8" xml-lang="en-US">Next step: <link href="text/swriter/01/mailmerge04.xhp">Mail Merge Wizard - Create salutation</link></paragraph>
<paragraph id="hd_idN105834" role="paragraph" xml-lang="en-US">Alternatively you can press the <emph>Finish</emph> button and use the <link href="text/swriter/mailmergetoolbar.xhp">Mail Merge Toolbar</link> to finish the mail merge process.</paragraph>
<section id="relatedtopics">
<paragraph role="paragraph" id="par_idN10569" xml-lang="en-US"><link href="text/swriter/01/mailmerge00.xhp">Mail Merge Wizard</link> overview</paragraph>
diff --git a/source/text/swriter/01/mailmerge04.xhp b/source/text/swriter/01/mailmerge04.xhp
index 387ad72043..535e1ac14c 100644
--- a/source/text/swriter/01/mailmerge04.xhp
+++ b/source/text/swriter/01/mailmerge04.xhp
@@ -73,7 +73,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mmsalutationpage/next" id="bm_id991546" localize="false"/>
<paragraph role="heading" id="par_idN105CD" xml-lang="en-US" level="4">(Browse buttons)</paragraph>
<paragraph role="paragraph" id="par_idN105D1" xml-lang="en-US"><ahelp hid=".">Use the browse buttons to preview the information from the previous or next data record.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_idN105D4" xml-lang="en-US">Next step: <link href="text/swriter/01/mailmerge05.xhp" name="Mail Merge Wizard - Adjust layout">Mail Merge Wizard - Adjust layout</link></paragraph>
+<paragraph role="paragraph" id="par_idN105D4" xml-lang="en-US">Next step: <link href="text/swriter/01/mailmerge05.xhp">Mail Merge Wizard - Adjust layout</link></paragraph>
<paragraph id="hd_idN10584" role="paragraph" xml-lang="en-US">Alternatively you can press the <emph>Finish</emph> button and use the <link href="text/swriter/mailmergetoolbar.xhp">Mail Merge Toolbar</link> to finish the mail merge process.</paragraph>
<section id="relatedtopics">
<paragraph role="paragraph" id="par_idN10570" xml-lang="en-US"><link href="text/swriter/01/mailmerge00.xhp">Mail Merge Wizard</link> overview</paragraph>
diff --git a/source/text/swriter/01/outlinecontent_visibility.xhp b/source/text/swriter/01/outlinecontent_visibility.xhp
index 7da989e844..756b69536d 100644
--- a/source/text/swriter/01/outlinecontent_visibility.xhp
+++ b/source/text/swriter/01/outlinecontent_visibility.xhp
@@ -89,12 +89,12 @@
<paragraph role="paragraph" id="par_id821606166528569">To print or to export the full document, set the outline folding to <emph>Unfold All</emph> beforehand.</paragraph>
<warning id="par_id391606166521548">Folded outline contents will <emph>not</emph> be printed or exported to PDF. </warning>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id981604412273516"><link href="text/swriter/01/05030800.xhp" name="outlinelevel">Set Paragraph Outline Level</link></paragraph>
- <paragraph role="paragraph" id="par_id31604412603892"><link href="text/swriter/01/06060100.xhp" name="chapnumbering">Modify Outline Levels for Headings</link></paragraph>
+<paragraph role="paragraph" id="par_id981604412273516"><link href="text/swriter/01/05030800.xhp">Set Paragraph Outline Level</link></paragraph>
+ <paragraph role="paragraph" id="par_id31604412603892"><link href="text/swriter/01/06060100.xhp">Modify Outline Levels for Headings</link></paragraph>
<embed href="text/swriter/01/02110000.xhp#Navigator"/>
-<paragraph role="paragraph" id="par_id401603926410184"> <link href="text/shared/guide/edit_symbolbar" name="addbutton">Adding a Button to a Toolbar</link></paragraph>
-<paragraph role="paragraph" id="par_id271604411886782"><link href="text/shared/01/06140300.xhp" name="modifymenu">Customizing a Context Menu</link></paragraph>
-<paragraph role="paragraph" id="par_id251603931664784"><link href="text/shared/01/06140200.xhp" name="makeshortcut">Making a Shortcut Key</link></paragraph>
+<paragraph role="paragraph" id="par_id401603926410184"> <link href="text/shared/guide/edit_symbolbar">Adding a Button to a Toolbar</link></paragraph>
+<paragraph role="paragraph" id="par_id271604411886782"><link href="text/shared/01/06140300.xhp">Customizing a Context Menu</link></paragraph>
+<paragraph role="paragraph" id="par_id251603931664784"><link href="text/shared/01/06140200.xhp">Making a Shortcut Key</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/protectdocument.xhp b/source/text/swriter/01/protectdocument.xhp
index 9fce04fd21..8fc285d4f5 100644
--- a/source/text/swriter/01/protectdocument.xhp
+++ b/source/text/swriter/01/protectdocument.xhp
@@ -23,7 +23,7 @@
<bookmark id="bm_id731630954633445" xml-lang="en-US" branch="hid/.uno:ProtectField" localize="false"/>
<bookmark id="bm_id731630954633445" xml-lang="en-US" branch="hid/.uno:ProtectBookmarks" localize="false"/>
<section id="protectdocumentheading">
-<h1 id="hd_id631630954633446"><link href="text/swriter/01/protectdocument.xhp" name="Protect Document">Protect Document</link></h1>
+<h1 id="hd_id631630954633446"><link href="text/swriter/01/protectdocument.xhp">Protect Document</link></h1>
<paragraph id="par_id491630954633448" role="paragraph" xml-lang="en-US">Toggles write protection for fields and bookmarks in the document.</paragraph>
</section>
<warning id="par_id18112016398104"><embedvar href="text/swriter/guide/protection.xhp#protwarn"/></warning>
diff --git a/source/text/swriter/01/show_whitespace.xhp b/source/text/swriter/01/show_whitespace.xhp
index 6efb1e7229..007ffad270 100644
--- a/source/text/swriter/01/show_whitespace.xhp
+++ b/source/text/swriter/01/show_whitespace.xhp
@@ -18,7 +18,7 @@
<body>
<section id="show_whitespace_head">
<bookmark id="bm_id721629893531853" xml-lang="en-US" branch="hid/.uno:ShowWhitespace" localize="false"/>
- <h1 id="hd_id11629893531856"><link href="text/swriter/01/show_whitespace.xhp" name="show_whitespace">Show Whitespace</link></h1>
+ <h1 id="hd_id11629893531856"><link href="text/swriter/01/show_whitespace.xhp">Show Whitespace</link></h1>
<paragraph id="par_id102720150854012820" role="paragraph" xml-lang="en-US">Displays the document with the top and bottom margins, header and footer and a gap between pages. Uncheck to collapse all the elements cited and display the document in a contiguous page stream. Hiding whitespace is only possible in Single-page view.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/style_inspector.xhp b/source/text/swriter/01/style_inspector.xhp
index 713b72c4b6..7d40ef95ab 100644
--- a/source/text/swriter/01/style_inspector.xhp
+++ b/source/text/swriter/01/style_inspector.xhp
@@ -22,7 +22,7 @@
<bookmark_value>style inspector</bookmark_value>
</bookmark>
<section id="styleinspectorhead">
- <h1 id="hd_id741641334466741"><link href="text/swriter/01/style_inspector.xhp" name="Style Inspector">Style Inspector</link></h1>
+ <h1 id="hd_id741641334466741"><link href="text/swriter/01/style_inspector.xhp">Style Inspector</link></h1>
<paragraph id="par_id971641334466743" role="paragraph" xml-lang="en-US"><variable id="StyleInspector">The Style Inspector is located on the Sidebar. It displays all the attributes of the styles (paragraph and character) and any direct formatting present in the paragraph and character where the cursor is located. These details can be useful when you are trying to figure out why some formatting in a document appears to be incorrect or inconsistent.</variable></paragraph>
</section>
<embed href="text/shared/00/00000005.xhp#Section7"/>
@@ -84,9 +84,9 @@
</listitem>
</list>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id261641340112608"><link href="https://wiki.documentfoundation.org/ReleaseNotes/7.1#Style_inspector" name="rel71">Release notes for Style Inspector</link></paragraph>
- <paragraph role="paragraph" id="par_id601641340196019"><link href="https://wiki.documentfoundation.org/ReleaseNotes/7.2#RDF_metadata_in_Style_Inspector" name="rdfmetadata">RDF Metadata in Style Inspector</link></paragraph>
- <paragraph role="paragraph" id="par_id731641340265093"><link href="https://wiki.documentfoundation.org/ReleaseNotes/7.2#Custom_color_metadata_field_shadings" name="customcolormetadata">Custom color metadata</link> </paragraph>
+ <paragraph role="paragraph" id="par_id261641340112608"><link href="https://wiki.documentfoundation.org/ReleaseNotes/7.1#Style_inspector">Release notes for Style Inspector</link></paragraph>
+ <paragraph role="paragraph" id="par_id601641340196019"><link href="https://wiki.documentfoundation.org/ReleaseNotes/7.2#RDF_metadata_in_Style_Inspector">RDF Metadata in Style Inspector</link></paragraph>
+ <paragraph role="paragraph" id="par_id731641340265093"><link href="https://wiki.documentfoundation.org/ReleaseNotes/7.2#Custom_color_metadata_field_shadings">Custom color metadata</link> </paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/watermark.xhp b/source/text/swriter/01/watermark.xhp
index 2535b46df7..6d150edd5e 100644
--- a/source/text/swriter/01/watermark.xhp
+++ b/source/text/swriter/01/watermark.xhp
@@ -21,7 +21,7 @@
<section id="wm01">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/watermarkdialog/WatermarkDialog" id="bm_id3155897" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/watermarkdialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
- <h1 id="hd_id781516897374563"><link href="text/swriter/01/watermark.xhp" name="Watermark">Page Watermark</link></h1>
+ <h1 id="hd_id781516897374563"><link href="text/swriter/01/watermark.xhp">Page Watermark</link></h1>
<paragraph id="par_id121516897374563" role="paragraph" xml-lang="en-US"><variable id="waterm01"><ahelp hid=".">Insert a watermark text in the current page style background.</ahelp></variable></paragraph>
<bookmark xml-lang="en-US" branch="index" id="bm_id171516897713635">
<bookmark_value>watermark;text documents</bookmark_value>
@@ -54,10 +54,10 @@
<h2 id="hd_id321516900368799">Color</h2>
<paragraph role="paragraph" id="par_id521516900373461" xml-lang="en-US"><ahelp hid=".">Select a color from the drop-down box.</ahelp></paragraph>
<paragraph role="heading" id="hd_id771516906476223" level="2" xml-lang="en-US">To change a watermark contents or setting.</paragraph>
- <paragraph role="paragraph" id="par_id831516906589936" xml-lang="en-US">If the watermark in use is a text inserted by the <item type="menuitem">Format - Watermark</item> menu command or by the <link href="text/shared/01/classificationbar.xhp" name="classification bar">document classification settings</link>, you can edit the contents and settings on opening the watermark dialog.</paragraph>
+ <paragraph role="paragraph" id="par_id831516906589936" xml-lang="en-US">If the watermark in use is a text inserted by the <item type="menuitem">Format - Watermark</item> menu command or by the <link href="text/shared/01/classificationbar.xhp">document classification settings</link>, you can edit the contents and settings on opening the watermark dialog.</paragraph>
<section id="relatedtopics">
- <paragraph role="paragraph" id="par_id611516900724619" xml-lang="en-US"><link href="text/shared/01/classificationbar.xhp#bm_id030820161856432825" name="classification watermark">Document classification watermarks</link></paragraph>
- <paragraph role="paragraph" id="par_id891516901777257" xml-lang="en-US"><link href="text/swriter/guide/pagebackground.xhp#bm_id8431653" name="page background">Page background</link></paragraph>
+ <paragraph role="paragraph" id="par_id611516900724619" xml-lang="en-US"><link href="text/shared/01/classificationbar.xhp#bm_id030820161856432825">Document classification watermarks</link></paragraph>
+ <paragraph role="paragraph" id="par_id891516901777257" xml-lang="en-US"><link href="text/swriter/guide/pagebackground.xhp#bm_id8431653">Page background</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/swriter/02/02110000.xhp b/source/text/swriter/02/02110000.xhp
index d7a76464ff..45732f7629 100644
--- a/source/text/swriter/02/02110000.xhp
+++ b/source/text/swriter/02/02110000.xhp
@@ -31,12 +31,12 @@
<section id="numbering">
<section id="numberingh1">
<bookmark xml-lang="en-US" branch="hid/.uno:DefaultNumbering" id="bm_id7054149" localize="false"/>
-<h1 id="hd_id3150220" xml-lang="en-US"><variable id="numberingh1"><link href="text/swriter/02/02110000.xhp" name="Numbering on/off">Toggle Ordered List</link></variable></h1>
+<h1 id="hd_id3150220" xml-lang="en-US"><variable id="numberingh1"><link href="text/swriter/02/02110000.xhp">Toggle Ordered List</link></variable></h1>
<paragraph role="paragraph" id="par_id3150240" xml-lang="en-US"><ahelp hid=".uno:DefaultNumbering">Adds or removes numbering from the selected paragraphs.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id221649422095688">To define the numbering format, choose <emph>Format - Bullets and Numbering</emph>. To display the <emph>Bullets and Numbering</emph> Bar, choose <emph>View - Toolbars - Bullets and Numbering</emph>.<comment>UFI changed last sentence, see #60925</comment></paragraph>
</section>
-<note id="par_id3150952" xml-lang="en-US">Some of the bullets and numbering options are not available when working in the <link href="text/swriter/01/03120000.xhp" name="Web Layout">Web Layout</link>.<comment>UFI: online layout is now web layout</comment></note>
+<note id="par_id3150952" xml-lang="en-US">Some of the bullets and numbering options are not available when working in the <link href="text/swriter/01/03120000.xhp">Web Layout</link>.<comment>UFI: online layout is now web layout</comment></note>
<section id="synumbering">
<table id="tbl_id3154361">
<tablerow>
@@ -52,7 +52,7 @@
</section>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3147549" xml-lang="en-US"><link href="text/shared/01/06050000.xhp" name="Bullets and Numbering">Bullets and Numbering</link></paragraph>
+<paragraph role="paragraph" id="par_id3147549" xml-lang="en-US"><link href="text/shared/01/06050000.xhp">Bullets and Numbering</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/swriter/02/03210000.xhp b/source/text/swriter/02/03210000.xhp
index f3bb78cf58..631fd0cdc3 100644
--- a/source/text/swriter/02/03210000.xhp
+++ b/source/text/swriter/02/03210000.xhp
@@ -29,7 +29,7 @@
<body>
<section id="link_frames">
<bookmark branch="hid/.uno:ChainFrames" xml-lang="en-US" id="bm_id3143228" localize="false"/>
-<h1 id="hd_id3148869"><link href="text/swriter/02/03210000.xhp" name="Link">Link Frames</link></h1>
+<h1 id="hd_id3148869"><link href="text/swriter/02/03210000.xhp">Link Frames</link></h1>
<paragraph role="paragraph" id="par_id3149873" xml-lang="en-US"><ahelp hid=".uno:ChainFrames" visibility="visible">Links the selected frame to the next frame.</ahelp> The text automatically flows from one frame to another.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/02/03220000.xhp b/source/text/swriter/02/03220000.xhp
index ca9da786ab..5dd6ebd486 100644
--- a/source/text/swriter/02/03220000.xhp
+++ b/source/text/swriter/02/03220000.xhp
@@ -37,7 +37,7 @@
<bookmark_value>unlinking frames</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:UnhainFrames" id="bm_id5787098" localize="false"/>
-<paragraph role="heading" id="hd_id3151188" xml-lang="en-US" level="1"><link href="text/swriter/02/03220000.xhp" name="Unlink Frames">Unlink Frames</link></paragraph>
+<paragraph role="heading" id="hd_id3151188" xml-lang="en-US" level="1"><link href="text/swriter/02/03220000.xhp">Unlink Frames</link></paragraph>
<paragraph role="paragraph" id="par_id3145412" xml-lang="en-US"><ahelp hid=".uno:UnhainFrames">Breaks the link between two frames.</ahelp> You can only break the link that extends from the selected frame to the target frame.</paragraph>
</section>
<section id="syunlink_frames">
diff --git a/source/text/swriter/02/04090000.xhp b/source/text/swriter/02/04090000.xhp
index 03c8e703e7..36a02b67d2 100644
--- a/source/text/swriter/02/04090000.xhp
+++ b/source/text/swriter/02/04090000.xhp
@@ -37,7 +37,7 @@
<bookmark_value>rows; inserting in tables, using icon</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertRows" id="bm_id8022206" localize="false"/>
-<paragraph role="heading" id="hd_id3154838" xml-lang="en-US" level="1"><link href="text/swriter/02/04090000.xhp" name="Insert Rows">Insert Rows</link></paragraph>
+<paragraph role="heading" id="hd_id3154838" xml-lang="en-US" level="1"><link href="text/swriter/02/04090000.xhp">Insert Rows</link></paragraph>
<paragraph role="paragraph" id="par_id3147407" xml-lang="en-US"><ahelp hid=".uno:InsertRows">Inserts one or more rows in the table, below the selection. You can insert more than one row by opening the dialog (choose <emph>Table - Insert - Rows</emph>), or by selecting more than one row before clicking the icon.</ahelp> The second method inserts rows of the same height as the originally selected rows.</paragraph>
</section>
<section id="syinsert_rows">
diff --git a/source/text/swriter/02/04100000.xhp b/source/text/swriter/02/04100000.xhp
index 775ddfa069..40a31b1619 100644
--- a/source/text/swriter/02/04100000.xhp
+++ b/source/text/swriter/02/04100000.xhp
@@ -37,7 +37,7 @@
<bookmark_value>columns; inserting in tables</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertColumns" id="bm_id2116346" localize="false"/>
-<paragraph role="heading" id="hd_id3152899" xml-lang="en-US" level="1"><link href="text/swriter/02/04100000.xhp" name="Insert Column">Insert Column</link></paragraph>
+<paragraph role="heading" id="hd_id3152899" xml-lang="en-US" level="1"><link href="text/swriter/02/04100000.xhp">Insert Column</link></paragraph>
<paragraph role="paragraph" id="par_id3145078" xml-lang="en-US"><ahelp hid=".uno:InsertColumns">Inserts one or more columns into the table, after the selection. You can insert several columns at the same time by opening the dialog (choose <emph>Table - Insert - Columns</emph>), or by selecting several columns before clicking the icon.</ahelp> If the latter method is used, the columns inserted will have the same relative width as the selected columns.</paragraph>
</section>
<section id="syinsert_column">
diff --git a/source/text/swriter/02/04220000.xhp b/source/text/swriter/02/04220000.xhp
index 016d55239e..cd9ac7266e 100644
--- a/source/text/swriter/02/04220000.xhp
+++ b/source/text/swriter/02/04220000.xhp
@@ -30,7 +30,7 @@
<bookmark branch="hid/.uno:TableModeFix" xml-lang="en-US" id="bm_id3149294" localize="false"/>
-<h1 id="hd_id3151187"><link href="text/swriter/02/04220000.xhp" name="Table: Fixed">Table: Fixed</link></h1>
+<h1 id="hd_id3151187"><link href="text/swriter/02/04220000.xhp">Table: Fixed</link></h1>
<paragraph role="paragraph" id="par_id3151174" xml-lang="en-US"><ahelp hid=".uno:TableModeFix" visibility="visible">If this mode is active, changes to a line and/or column affect only the neighboring lines or columns in question.</ahelp></paragraph>
<table id="tbl_id3156385">
diff --git a/source/text/swriter/02/04230000.xhp b/source/text/swriter/02/04230000.xhp
index 9feda413ce..16e94da05a 100644
--- a/source/text/swriter/02/04230000.xhp
+++ b/source/text/swriter/02/04230000.xhp
@@ -30,7 +30,7 @@
<bookmark branch="hid/.uno:TableModeFixProp" xml-lang="en-US" id="bm_id3154505" localize="false"/>
-<h1 id="hd_id3147169"><link href="text/swriter/02/04230000.xhp" name="Table: Fixed, Proportional">Table: Fixed, Proportional</link></h1>
+<h1 id="hd_id3147169"><link href="text/swriter/02/04230000.xhp">Table: Fixed, Proportional</link></h1>
<paragraph role="paragraph" id="par_id3145246" xml-lang="en-US"><ahelp hid=".uno:TableModeFixProp" visibility="visible">If this mode is active, changes to the line and/or column affect the entire table.</ahelp></paragraph>
<table id="tbl_id3149286">
diff --git a/source/text/swriter/02/04240000.xhp b/source/text/swriter/02/04240000.xhp
index d5165bbd95..ebd7fb5dc6 100644
--- a/source/text/swriter/02/04240000.xhp
+++ b/source/text/swriter/02/04240000.xhp
@@ -30,7 +30,7 @@
<bookmark branch="hid/.uno:TableModeVariable" xml-lang="en-US" id="bm_id3145244" localize="false"/>
-<h1 id="hd_id3154501"><link href="text/swriter/02/04240000.xhp" name="Table: Variable">Table: Variable</link></h1>
+<h1 id="hd_id3154501"><link href="text/swriter/02/04240000.xhp">Table: Variable</link></h1>
<paragraph role="paragraph" id="par_id3151182" xml-lang="en-US"><ahelp hid=".uno:TableModeVariable" visibility="visible">If this mode is active, changes to a line and/or column affect the size of the table.</ahelp></paragraph>
<table id="tbl_id3149294">
diff --git a/source/text/swriter/02/04250000.xhp b/source/text/swriter/02/04250000.xhp
index 657d6cdb46..18efe817fc 100644
--- a/source/text/swriter/02/04250000.xhp
+++ b/source/text/swriter/02/04250000.xhp
@@ -30,7 +30,7 @@
<body>
<section id="sum">
<bookmark xml-lang="en-US" branch="hid/.uno:AutoSum" id="bm_id4305427" localize="false"/>
-<h1 id="hd_id3143232" xml-lang="en-US"><link href="text/swriter/02/04250000.xhp" name="Sum">Sum</link></h1>
+<h1 id="hd_id3143232" xml-lang="en-US"><link href="text/swriter/02/04250000.xhp">Sum</link></h1>
<paragraph role="paragraph" id="par_id3146899" xml-lang="en-US"><ahelp hid=".uno:AutoSum">Activates the sum function. Note that the cursor must be in the cell where you want the sum to appear.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3154504" xml-lang="en-US">
diff --git a/source/text/swriter/02/06040000.xhp b/source/text/swriter/02/06040000.xhp
index 6b2f5ac8df..4931e44768 100644
--- a/source/text/swriter/02/06040000.xhp
+++ b/source/text/swriter/02/06040000.xhp
@@ -30,7 +30,7 @@
<section id="nolist">
<bookmark branch="hid/.uno:RemoveBullets" xml-lang="en-US" id="bm_id3147170" localize="false"/>
-<h1 id="hd_id3145822"><link href="text/swriter/02/06040000.xhp" name="Numbering Off">No List</link></h1>
+<h1 id="hd_id3145822"><link href="text/swriter/02/06040000.xhp">No List</link></h1>
<paragraph role="paragraph" id="par_id3154505" xml-lang="en-US"><ahelp hid=".uno:RemoveBullets" visibility="visible">Removes numbering or bullets and list indenting for the current paragraph or selected paragraphs.</ahelp></paragraph>
</section>
<section id="synolist">
diff --git a/source/text/swriter/02/06070000.xhp b/source/text/swriter/02/06070000.xhp
index 30c5b8590c..58123dbd09 100644
--- a/source/text/swriter/02/06070000.xhp
+++ b/source/text/swriter/02/06070000.xhp
@@ -31,7 +31,7 @@
<section id="demote_one_level_with_subpoints">
<bookmark xml-lang="en-US" branch="hid/.uno:DecrementSubLevels" id="bm_id3023636" localize="false"/>
<comment>i66535, was Shift down with Subpoints</comment>
-<h1 id="hd_id3145826" xml-lang="en-US"><link href="text/swriter/02/06070000.xhp" name="Demote One Level With Subpoints">Demote Outline Level with Subpoints</link></h1>
+<h1 id="hd_id3145826" xml-lang="en-US"><link href="text/swriter/02/06070000.xhp">Demote Outline Level with Subpoints</link></h1>
<paragraph role="paragraph" id="par_id3145241" xml-lang="en-US"><ahelp hid=".uno:DecrementSubLevels">Demotes the list of a list paragraph where the cursor is located and its subpoints to the next list level.</ahelp> Multiple list paragraphs can be selected. Demotes the outline level of a chapter heading where the cursor is located and all its subheadings to the next outline level. This command is active only when the cursor is positioned in a list paragraph or a chapter heading.</paragraph>
</section>
<section id="sydemote_one_level_with_subpoints">
diff --git a/source/text/swriter/02/06080000.xhp b/source/text/swriter/02/06080000.xhp
index 6e36bc1df6..01f174dd37 100644
--- a/source/text/swriter/02/06080000.xhp
+++ b/source/text/swriter/02/06080000.xhp
@@ -31,7 +31,7 @@
<section id="promote_one_level_with_subpoints">
<bookmark xml-lang="en-US" branch="hid/.uno:IncrementSubLevels" id="bm_id1911337" localize="false"/>
<comment>i66535, was Shift up with Subpoints</comment>
-<h1 id="hd_id3154507" xml-lang="en-US"><link href="text/swriter/02/06080000.xhp" name="Promote One Level With Subpoints">Promote Outline Level With Subpoints</link></h1>
+<h1 id="hd_id3154507" xml-lang="en-US"><link href="text/swriter/02/06080000.xhp">Promote Outline Level With Subpoints</link></h1>
<paragraph role="paragraph" id="par_id3151189" xml-lang="en-US"><ahelp hid=".uno:IncrementSubLevels">Promotes the list level of a list paragraph where the cursor is located and its subpoints to the next list level.</ahelp> Multiple list paragraphs can be selected. Promotes the outline level of a chapter heading where the cursor is located and all its subheadings to the next outline level. This command is active only when the cursor is positioned in a list paragraph or chapter heading.</paragraph>
</section>
<section id="sypromote_one_level_with_subpoints">
diff --git a/source/text/swriter/02/06090000.xhp b/source/text/swriter/02/06090000.xhp
index f868b841ac..da9dd0bdd2 100644
--- a/source/text/swriter/02/06090000.xhp
+++ b/source/text/swriter/02/06090000.xhp
@@ -32,7 +32,7 @@
<body>
<section id="insert_unnumbered_entry">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertNeutralParagraph" id="bm_id4985287" localize="false"/>
-<paragraph role="heading" id="hd_id3154505" xml-lang="en-US" level="1"><link href="text/swriter/02/06090000.xhp" name="Insert Unnumbered Entry">Insert Unnumbered Entry</link></paragraph>
+<paragraph role="heading" id="hd_id3154505" xml-lang="en-US" level="1"><link href="text/swriter/02/06090000.xhp">Insert Unnumbered Entry</link></paragraph>
<paragraph role="paragraph" id="par_id3148775" xml-lang="en-US"><ahelp hid=".uno:InsertNeutralParagraph">Inserts a paragraph without numbering. The existing numbering will not be affected.</ahelp></paragraph>
</section>
<section id="syinsert_unnumbered_entry">
diff --git a/source/text/swriter/02/06120000.xhp b/source/text/swriter/02/06120000.xhp
index de7ebfa42c..d4285fbda0 100644
--- a/source/text/swriter/02/06120000.xhp
+++ b/source/text/swriter/02/06120000.xhp
@@ -29,7 +29,7 @@
<body>
<section id="move_up_with_subpoints">
<bookmark branch="hid/.uno:MoveUpSubItems" xml-lang="en-US" id="bm_id3145241" localize="false"/>
-<h1 id="hd_id3147174"><link href="text/swriter/02/06120000.xhp" name="Move Up with Subpoints">Move Item Up with Subpoints</link></h1>
+<h1 id="hd_id3147174"><link href="text/swriter/02/06120000.xhp">Move Item Up with Subpoints</link></h1>
<paragraph role="paragraph" id="par_id3148768" xml-lang="en-US"><ahelp hid=".uno:MoveUpSubItems" visibility="visible">Moves a list paragraph where the cursor is located and its subpoints to before the previous list paragraph with the same list level. Moves a chapter heading where the cursor is located and all its subheadings and text to before the previous heading at the same outline level.</ahelp> You can also select and move more than one list paragraph or chapter heading. This command is only active when the cursor is positioned within a list paragraph or chapter heading.</paragraph>
</section>
<section id="symove_up_with_subpoints">
diff --git a/source/text/swriter/02/06130000.xhp b/source/text/swriter/02/06130000.xhp
index 9e61e7d1b1..84deae47c4 100644
--- a/source/text/swriter/02/06130000.xhp
+++ b/source/text/swriter/02/06130000.xhp
@@ -29,7 +29,7 @@
<body>
<section id="move_down_with_subpoints">
<bookmark branch="hid/.uno:MoveDownSubItems" xml-lang="en-US" id="bm_id3145244" localize="false"/>
-<h1 id="hd_id3154501"><link href="text/swriter/02/06130000.xhp" name="Move Down with Subpoints">Move Item Down with Subpoints</link></h1>
+<h1 id="hd_id3154501"><link href="text/swriter/02/06130000.xhp">Move Item Down with Subpoints</link></h1>
<paragraph role="paragraph" id="par_id3148770" xml-lang="en-US"><ahelp hid=".uno:MoveDownSubItems" visibility="visible">Moves a list paragraph where the cursor is located and its subpoints to after the following list paragraph with the same list level. Moves a chapter heading where the cursor is located and all its subheadings and text to after the following heading at the same outline level.</ahelp> You can also select and move more than one list paragraph or chapter heading. This command is only active when the cursor is positioned in a list paragraph or chapter heading.</paragraph>
</section>
<section id="symove_down_with_subpoints">
diff --git a/source/text/swriter/02/06140000.xhp b/source/text/swriter/02/06140000.xhp
index f12be81f84..44818007dd 100644
--- a/source/text/swriter/02/06140000.xhp
+++ b/source/text/swriter/02/06140000.xhp
@@ -28,13 +28,13 @@
<body>
<section id="restart_numbering">
<bookmark branch="hid/.uno:NumberingStart" xml-lang="en-US" id="bm_id3154507" localize="false"/>
- <h1 id="hd_id3147171"><link href="text/swriter/02/06140000.xhp" name="Restart Numbering">Restart Numbering</link></h1>
+ <h1 id="hd_id3147171"><link href="text/swriter/02/06140000.xhp">Restart Numbering</link></h1>
<paragraph role="paragraph" id="par_id3145249"><ahelp hid=".uno:NumberingStart" visibility="visible">Restarts list numbering from 1.</ahelp> This command is only active when the cursor is positioned within a list.</paragraph>
</section>
<section id="howtoget">
<paragraph role="paragraph" id="par_id631616370838434">Choose <menuitem>Format - Lists - Restart Numbering</menuitem>.</paragraph>
<paragraph role="paragraph" id="par_id31616370717930">Place cursor in a list paragraph, right-click and choose <menuitem>List - Restart Numbering</menuitem>.</paragraph>
- <paragraph role="paragraph" id="par_id351616370727010">On <link href="text/shared/01/06050000.xhp" name="BulletsNumbering"><emph>Bullets and Numbering</emph></link> bar, click</paragraph>
+ <paragraph role="paragraph" id="par_id351616370727010">On <link href="text/shared/01/06050000.xhp"><emph>Bullets and Numbering</emph></link> bar, click</paragraph>
</section>
<section id="syrestart_numbering">
<table id="tbl_id3152898">
@@ -53,7 +53,7 @@
<paragraph role="listitem" id="par_id761616370463787">To remove the numbering restart, apply the command again in the paragraph where the numbering was restarted.</paragraph>
</listitem>
<listitem>
- <paragraph role="listitem" id="par_id261616371203225">To restart numbering with a number greater than 1, right-click in the paragraph where you want to restart numbering, choose <menuitem>Paragraph - Paragraph - </menuitem><link href="text/swriter/01/05030800.xhp" name="Numbering_link">Outline &amp; List</link> tab, select <menuitem>Restart numbering at this paragraph</menuitem> and enter the start number in <menuitem>Start with</menuitem>.</paragraph>
+ <paragraph role="listitem" id="par_id261616371203225">To restart numbering with a number greater than 1, right-click in the paragraph where you want to restart numbering, choose <menuitem>Paragraph - Paragraph - </menuitem><link href="text/swriter/01/05030800.xhp">Outline &amp; List</link> tab, select <menuitem>Restart numbering at this paragraph</menuitem> and enter the start number in <menuitem>Start with</menuitem>.</paragraph>
</listitem>
</list>
</body>
diff --git a/source/text/swriter/02/08010000.xhp b/source/text/swriter/02/08010000.xhp
index b0a9d407c1..d822a9cbbf 100644
--- a/source/text/swriter/02/08010000.xhp
+++ b/source/text/swriter/02/08010000.xhp
@@ -35,7 +35,7 @@
<paragraph role="paragraph" id="par_id3151184" xml-lang="en-US"><ahelp hid=".uno:StatePageNumber">The current page number is displayed in this field of the status bar. A click opens "Go to Page", with which you can navigate in the document. A right-click shows all bookmarks in the document. Click a bookmark to position the text cursor at the bookmark location.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3145078" xml-lang="en-US">The displayed page (x) and the total number of pages (y) are shown in the form <emph>Page x/y</emph> When you scroll through a document with the mouse, the page number is displayed when you release the mouse button. When you scroll using the right scrollbar, the page numbers are displayed as a Help tip. The page numbering format of the status bar and scrollbar is identical.</paragraph>
-<paragraph role="paragraph" id="par_id3145417" xml-lang="en-US">You can turn the <link href="text/swriter/01/02110000.xhp" name="Navigator">Navigator</link> display on or off by double-clicking the<emph> Page Number </emph>field.</paragraph>
+<paragraph role="paragraph" id="par_id3145417" xml-lang="en-US">You can turn the <link href="text/swriter/01/02110000.xhp">Navigator</link> display on or off by double-clicking the<emph> Page Number </emph>field.</paragraph>
<paragraph role="paragraph" id="par_id3149806" xml-lang="en-US">To go to a specific page, enter the page number in the <emph>Page</emph> spin button in the Navigator and then press Enter.</paragraph>
<paragraph role="note" id="par_id3149095" xml-lang="en-US">By pressing the shortcut keys Shift+<switchinline select="sys"><caseinline select="MAC">Command
</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F5, you switch to entering a page number. When you press Enter, the cursor moves to the selected page.</paragraph>
diff --git a/source/text/swriter/02/08080000.xhp b/source/text/swriter/02/08080000.xhp
index ca88ca4c83..1d30ee669e 100644
--- a/source/text/swriter/02/08080000.xhp
+++ b/source/text/swriter/02/08080000.xhp
@@ -34,10 +34,10 @@
<section id="combined_display">
<bookmark branch="hid/.uno:StatusBarFunc" xml-lang="en-US" id="bm_id3149292" localize="false"/>
-<paragraph id="hd_id3151186" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/02/08080000.xhp" name="Combined Display">Combined Display</link></paragraph>
+<paragraph id="hd_id3151186" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/02/08080000.xhp">Combined Display</link></paragraph>
<paragraph role="paragraph" id="par_id3151172" xml-lang="en-US"><ahelp hid=".uno:StatusBarFunc" visibility="visible">Displays current information about the active document.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3156375" xml-lang="en-US">When the cursor is in a named section, the section name appears. When the cursor is in a table, the name of the table cell appears. The size of the object is shown when you edit frames or drawing objects.</paragraph>
- <paragraph xml-lang="en-US" role="paragraph" id="par_id3145416">When the cursor is positioned within text, you can double-click this field to open the <link href="text/swriter/01/04090000.xhp" name="Fields"><emph>Fields</emph></link> dialog. In this dialog, you can define a field to be inserted in your document at the current cursor position. When the cursor is positioned in a table, a double-click in this field will call the <emph>Table Format</emph> dialog. Depending on the object selected, you can call up a dialog to edit a section, a graphic object, a floating frame, an OLE object, direct numbering or the position and size of a drawing object.</paragraph>
+ <paragraph xml-lang="en-US" role="paragraph" id="par_id3145416">When the cursor is positioned within text, you can double-click this field to open the <link href="text/swriter/01/04090000.xhp"><emph>Fields</emph></link> dialog. In this dialog, you can define a field to be inserted in your document at the current cursor position. When the cursor is positioned in a table, a double-click in this field will call the <emph>Table Format</emph> dialog. Depending on the object selected, you can call up a dialog to edit a section, a graphic object, a floating frame, an OLE object, direct numbering or the position and size of a drawing object.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/02/10010000.xhp b/source/text/swriter/02/10010000.xhp
index 2f008fb0b8..3e41e50884 100644
--- a/source/text/swriter/02/10010000.xhp
+++ b/source/text/swriter/02/10010000.xhp
@@ -29,7 +29,7 @@
<body>
<section id="zoomin">
<bookmark branch="hid/.uno:ZoomPlus" xml-lang="en-US" id="bm_id3145083" localize="false"/>
-<h1 id="hd_id3151173"><link href="text/swriter/02/10010000.xhp" name="Zoom In">Zoom In</link></h1>
+<h1 id="hd_id3151173"><link href="text/swriter/02/10010000.xhp">Zoom In</link></h1>
<paragraph role="paragraph" id="par_id3163866" xml-lang="en-US"><ahelp hid=".uno:ZoomPlus" visibility="visible">Zooms in to get a close-up view of the document.</ahelp></paragraph>
</section>
<section id="syzoomin">
diff --git a/source/text/swriter/02/10020000.xhp b/source/text/swriter/02/10020000.xhp
index c8b65d691c..5698f94f10 100644
--- a/source/text/swriter/02/10020000.xhp
+++ b/source/text/swriter/02/10020000.xhp
@@ -33,7 +33,7 @@
<section id="zoomout">
<bookmark xml-lang="en-US" branch="hid/.uno:ZoomIn" id="bm_id3149053" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ZoomMinus" id="bm_id9029511" localize="false"/>
-<h1 id="hd_id3149870" xml-lang="en-US"><link href="text/swriter/02/10020000.xhp" name="Zoom Out">Zoom Out</link></h1>
+<h1 id="hd_id3149870" xml-lang="en-US"><link href="text/swriter/02/10020000.xhp">Zoom Out</link></h1>
<paragraph role="paragraph" id="par_id3147401" xml-lang="en-US"><ahelp hid=".">Zooms out to see more of the document at a reduced size.</ahelp></paragraph>
</section>
<section id="syzoomout">
diff --git a/source/text/swriter/02/10030000.xhp b/source/text/swriter/02/10030000.xhp
index 8714571a66..7b7da6edd1 100644
--- a/source/text/swriter/02/10030000.xhp
+++ b/source/text/swriter/02/10030000.xhp
@@ -32,7 +32,7 @@
<body>
<section id="previewzoom">
<bookmark xml-lang="en-US" branch="hid/SW_HID_PVIEW_ZOOM_LB" id="bm_id3154502" localize="false"/>
-<paragraph role="heading" id="hd_id3147175" xml-lang="en-US" level="1"><link href="text/swriter/02/10030000.xhp" name="Preview Zoom">Preview Zoom</link></paragraph>
+<paragraph role="heading" id="hd_id3147175" xml-lang="en-US" level="1"><link href="text/swriter/02/10030000.xhp">Preview Zoom</link></paragraph>
<paragraph role="paragraph" id="par_id3145244" xml-lang="en-US"><ahelp hid="HID_PVIEW_ZOOM_LB">Determines the zoom level of the print preview.</ahelp></paragraph>
</section>
</body>
diff --git a/source/text/swriter/02/10040000.xhp b/source/text/swriter/02/10040000.xhp
index a2329c4e99..a9e50893db 100644
--- a/source/text/swriter/02/10040000.xhp
+++ b/source/text/swriter/02/10040000.xhp
@@ -18,7 +18,7 @@
<body>
<section id="singlepage">
<bookmark xml-lang="en-US" branch="hid/.uno:ShowSinglePage" id="bm_id921649976571374" localize="false"/>
-<h1 id="hd_id691649976425993"><link href="text/swriter/02/10040000.xhp" name="Single Page Preview">Single Page Preview</link></h1>
+<h1 id="hd_id691649976425993"><link href="text/swriter/02/10040000.xhp">Single Page Preview</link></h1>
<paragraph role="paragraph" id="par_id801649977112401"><ahelp hid=".uno:ShowSinglePage" visibility="visible">Displays one page at a time in the Print Preview window.</ahelp> </paragraph>
</section>
<section id="sysinglepage">
diff --git a/source/text/swriter/02/10050000.xhp b/source/text/swriter/02/10050000.xhp
index 4c3ddeac0b..42f8a4f807 100644
--- a/source/text/swriter/02/10050000.xhp
+++ b/source/text/swriter/02/10050000.xhp
@@ -31,7 +31,7 @@
<section id="two_pages">
<bookmark branch="hid/.uno:ShowTwoPages" xml-lang="en-US" id="bm_id3147170" localize="false"/>
-<h1 id="hd_id3145822"><link href="text/swriter/02/10050000.xhp" name="Two Pages Preview">Two Pages Preview</link></h1>
+<h1 id="hd_id3145822"><link href="text/swriter/02/10050000.xhp">Two Pages Preview</link></h1>
<paragraph role="paragraph" id="par_id3154504" xml-lang="en-US"><ahelp hid=".uno:ShowTwoPages" visibility="visible">Displays two pages in the Print Preview window.</ahelp> Uneven numbers will always appear on the right side, even numbers on the left.</paragraph>
</section>
<section id="sytwo_pages">
diff --git a/source/text/swriter/02/10070000.xhp b/source/text/swriter/02/10070000.xhp
index be7c44554a..0137e6d4b0 100644
--- a/source/text/swriter/02/10070000.xhp
+++ b/source/text/swriter/02/10070000.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/previewzoomdialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/previewzoomdialog/PreviewZoomDialog" id="bm_id3145243" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:ShowMultiplePages" id="bm_id2980921" localize="false"/>
-<h1 id="hd_id3147171" xml-lang="en-US"><link href="text/swriter/02/10070000.xhp" name="Page Preview: Multiple Pages">Multiple Pages Preview</link></h1>
+<h1 id="hd_id3147171" xml-lang="en-US"><link href="text/swriter/02/10070000.xhp">Multiple Pages Preview</link></h1>
<paragraph role="paragraph" id="par_id3148771" xml-lang="en-US"><ahelp hid=".uno:PreviewZoom">Defines the number of pages displayed on screen. Click the arrow next to the icon to open a grid to select the number of pages to be displayed as rows and columns in the preview.</ahelp></paragraph>
</section>
<section id="symultiple_pages">
diff --git a/source/text/swriter/02/10090000.xhp b/source/text/swriter/02/10090000.xhp
index 4c9d52f226..a061283235 100644
--- a/source/text/swriter/02/10090000.xhp
+++ b/source/text/swriter/02/10090000.xhp
@@ -29,7 +29,7 @@
<body>
<section id="print_page_view">
<bookmark xml-lang="en-US" branch="hid/.uno:PrintPagePreview" id="bm_id7311881" localize="false"/>
-<paragraph xml-lang="en-US" id="hd_id3152895" role="heading" level="1"><link href="text/swriter/02/10090000.xhp" name="Print page view">Print page view</link><comment>remove this page</comment></paragraph><comment>id="par_id3151170" &lt;AVIS hid=".uno:PrintPagePreview"&gt;Opens the Print dialog to print the page preview. Use the Print options page view icon to set the printing scale and other printing properties.&lt;/AVIS&gt;</comment>
+<paragraph xml-lang="en-US" id="hd_id3152895" role="heading" level="1"><link href="text/swriter/02/10090000.xhp">Print page view</link><comment>remove this page</comment></paragraph><comment>id="par_id3151170" &lt;AVIS hid=".uno:PrintPagePreview"&gt;Opens the Print dialog to print the page preview. Use the Print options page view icon to set the printing scale and other printing properties.&lt;/AVIS&gt;</comment>
</section>
<section id="syprint_page_view">
<table id="tbl_id3145414">
diff --git a/source/text/swriter/02/14010000.xhp b/source/text/swriter/02/14010000.xhp
index 58e43b7049..d24c5eb39c 100644
--- a/source/text/swriter/02/14010000.xhp
+++ b/source/text/swriter/02/14010000.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="cell_reference">
-<paragraph role="heading" id="hd_id3143228" xml-lang="en-US" level="1"><link href="text/swriter/02/14010000.xhp" name="Cell Reference">Cell Reference</link></paragraph>
+<paragraph role="heading" id="hd_id3143228" xml-lang="en-US" level="1"><link href="text/swriter/02/14010000.xhp">Cell Reference</link></paragraph>
<paragraph role="paragraph" id="par_id3149052" xml-lang="en-US">Displays the position of the cell cursor in a table.</paragraph>
</section>
</body>
diff --git a/source/text/swriter/02/14020000.xhp b/source/text/swriter/02/14020000.xhp
index aea6313cc5..4e79cc14a2 100644
--- a/source/text/swriter/02/14020000.xhp
+++ b/source/text/swriter/02/14020000.xhp
@@ -39,10 +39,10 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/inputwinmenu/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/SW_HID_TBX_FORMULA_CALC" id="bm_id3155175" localize="false"/>
-<h1 id="hd_id3149687"><link href="text/swriter/02/14020000.xhp" name="Formula">Formula</link></h1>
+<h1 id="hd_id3149687"><link href="text/swriter/02/14020000.xhp">Formula</link></h1>
<paragraph role="paragraph" id="par_id3143270" xml-lang="en-US"><ahelp hid=".">Opens a submenu, from which you can insert a formula into the cell of a table.</ahelp> Place the cursor in a cell in the table or at the position in the document where you want the result to appear. Click the<emph> Formula </emph>icon and choose the desired formula from the submenu.</paragraph>
</section>
-<paragraph role="paragraph" id="par_id3149096" xml-lang="en-US">The formula appears in the input line. To specify a range of cells in a table, select the desired cells with the mouse. The corresponding cell references also appear in the input line. Enter additional parameters, as necessary, and click <emph>Apply</emph> to confirm your entry. You can also enter the formula directly if you know the appropriate syntax. This is necessary, for example, in the <link href="text/swriter/01/04090000.xhp" name="Insert Fields"><emph>Insert Fields</emph></link> and <emph>Edit Fields</emph> dialogs.</paragraph>
+<paragraph role="paragraph" id="par_id3149096" xml-lang="en-US">The formula appears in the input line. To specify a range of cells in a table, select the desired cells with the mouse. The corresponding cell references also appear in the input line. Enter additional parameters, as necessary, and click <emph>Apply</emph> to confirm your entry. You can also enter the formula directly if you know the appropriate syntax. This is necessary, for example, in the <link href="text/swriter/01/04090000.xhp"><emph>Insert Fields</emph></link> and <emph>Edit Fields</emph> dialogs.</paragraph>
<section id="howtoget">
<paragraph role="paragraph" id="par_id301663685328962">Go to <menuitem>Table - Edit Formula</menuitem>.</paragraph>
<paragraph role="paragraph" id="par_id101599562003431">In the Table toolbar, press the <emph>Insert or Edit Formula</emph> icon.</paragraph>
diff --git a/source/text/swriter/02/14030000.xhp b/source/text/swriter/02/14030000.xhp
index 57e93e26d0..b6330cfe50 100644
--- a/source/text/swriter/02/14030000.xhp
+++ b/source/text/swriter/02/14030000.xhp
@@ -32,7 +32,7 @@
<body>
<section id="cancel">
<bookmark xml-lang="en-US" branch="hid/SW_HID_TBX_FORMULA_CANCEL" id="bm_id3149968" localize="false"/>
-<paragraph role="heading" id="hd_id3149957" xml-lang="en-US" level="1"><link href="text/swriter/02/14030000.xhp" name="Cancel">Cancel</link></paragraph>
+<paragraph role="heading" id="hd_id3149957" xml-lang="en-US" level="1"><link href="text/swriter/02/14030000.xhp">Cancel</link></paragraph>
<paragraph role="paragraph" id="par_id3149602" xml-lang="en-US"><ahelp hid=".">Clears the contents of the input line and closes the formula bar.</ahelp></paragraph>
</section>
<section id="sycancel">
diff --git a/source/text/swriter/02/14040000.xhp b/source/text/swriter/02/14040000.xhp
index 9d0c050b7a..bdb136a745 100644
--- a/source/text/swriter/02/14040000.xhp
+++ b/source/text/swriter/02/14040000.xhp
@@ -30,7 +30,7 @@
<section id="apply">
- <bookmark branch="hid/SW_HID_TBX_FORMULA_APPLY" xml-lang="en-US" id="bm_id3145827" localize="false"/><h1 id="hd_id3154834"><link href="text/swriter/02/14040000.xhp" name="Apply">Apply</link></h1>
+ <bookmark branch="hid/SW_HID_TBX_FORMULA_APPLY" xml-lang="en-US" id="bm_id3145827" localize="false"/><h1 id="hd_id3154834"><link href="text/swriter/02/14040000.xhp">Apply</link></h1>
<paragraph role="paragraph" id="par_id3147173" xml-lang="en-US"><ahelp hid=".">Transfers the contents of the input line into your document and closes the formula bar. The contents of the input line are inserted at the cursor position in the document.</ahelp></paragraph>
</section>
<section id="syapply">
diff --git a/source/text/swriter/02/14050000.xhp b/source/text/swriter/02/14050000.xhp
index 80ad856e4a..f5ebd57533 100644
--- a/source/text/swriter/02/14050000.xhp
+++ b/source/text/swriter/02/14050000.xhp
@@ -33,7 +33,7 @@
<section id="formula_area">
- <bookmark branch="hid/SW_HID_EDIT_FORMULA" xml-lang="en-US" id="bm_id3145829" localize="false"/><paragraph id="hd_id3155624" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/02/14050000.xhp" name="Formula Area">Formula Area</link></paragraph>
+ <bookmark branch="hid/SW_HID_EDIT_FORMULA" xml-lang="en-US" id="bm_id3145829" localize="false"/><paragraph id="hd_id3155624" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/02/14050000.xhp">Formula Area</link></paragraph>
<paragraph role="paragraph" id="par_id3154501" xml-lang="en-US"><ahelp hid=".">Allows you to create a formula by typing it directly into the input line or by clicking the <emph>Formula</emph> icon to display the formulas in submenu.</ahelp></paragraph>
</section>
<section id="syformula_area">
diff --git a/source/text/swriter/02/18010000.xhp b/source/text/swriter/02/18010000.xhp
index 3ca9f5d8f1..a20d018140 100644
--- a/source/text/swriter/02/18010000.xhp
+++ b/source/text/swriter/02/18010000.xhp
@@ -26,38 +26,38 @@
<body>
<section id="insert">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertCtrl" id="bm_id5996419" localize="false"/>
-<h1 id="hd_id3145824"><link href="text/swriter/02/18010000.xhp" name="Insert">Insert</link></h1>
+<h1 id="hd_id3145824"><link href="text/swriter/02/18010000.xhp">Insert</link></h1>
<paragraph role="paragraph" id="par_id3145244" xml-lang="en-US"><ahelp hid=".uno:InsertCtrl">The toolbar contains various functions for inserting frames, graphics, tables, and other objects.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3149809" xml-lang="en-US">You can select the following functions:</paragraph>
-<h2 id="hd_id3143272"><link href="text/swriter/01/04150000.xhp" name="Insert Table">Table</link></h2>
+<h2 id="hd_id3143272"><link href="text/swriter/01/04150000.xhp">Table</link></h2>
<embed href="text/swriter/01/04150000.xhp#tabelletext"/>
<embed href="text/swriter/00/00000404.xhp#syinsert_table"/>
-<h2 id="hd_id3150115"><link href="text/swriter/01/04020000.xhp" name="Insert Section">Section</link></h2>
+<h2 id="hd_id3150115"><link href="text/swriter/01/04020000.xhp">Section</link></h2>
<embed href="text/swriter/01/04020000.xhp#bereich"/>
<embed href="text/swriter/00/00000404.xhp#syinsert_section"/>
-<h2 id="hd_id3154572"><link href="text/swriter/01/04130000.xhp" name="Insert Frame Manually">Insert Frame Manually</link></h2>
+<h2 id="hd_id3154572"><link href="text/swriter/01/04130000.xhp">Insert Frame Manually</link></h2>
<embed href="text/swriter/01/04130000.xhp#syrahmentext"/>
<embed href="text/swriter/00/00000404.xhp#syframe"/>
-<h2 id="hd_id3151341"><link href="text/shared/01/04160500.xhp" name="Floating Frame">Floating Frame</link></h2>
+<h2 id="hd_id3151341"><link href="text/shared/01/04160500.xhp">Floating Frame</link></h2>
<embed href="text/shared/01/04160500.xhp#frameeinfuegentext"/>
<embed href="text/shared/00/00000404.xhp#syframe"/>
-<h2 id="hd_id3148974"><link href="text/swriter/01/04030000.xhp" name="Insert Footnote Directly">Insert Footnote Directly</link></h2>
+<h2 id="hd_id3148974"><link href="text/swriter/01/04030000.xhp">Insert Footnote Directly</link></h2>
<embed href="text/swriter/01/04030000.xhp#fussnoteein"/>
<embed href="text/swriter/00/00000404.xhp#syinsert_footnote"/>
-<h2 id="hd_id3152773"><link href="text/swriter/01/04030000.xhp" name="Insert Endnote Directly">Insert Endnote Directly</link></h2>
+<h2 id="hd_id3152773"><link href="text/swriter/01/04030000.xhp">Insert Endnote Directly</link></h2>
<embed href="text/swriter/01/04030000.xhp#endnotetext"/>
<embed href="text/swriter/00/00000404.xhp#syinsert_endnote"/>
<h2 id="par_idN10777"><link href="text/shared/01/04050000.xhp">Note</link></h2>
<paragraph role="paragraph" id="par_idN10863" xml-lang="en-US">Inserts a note at the current cursor position.</paragraph>
-<h2 id="hd_id3145262"><link href="text/swriter/01/04040000.xhp" name="Bookmark">Bookmark</link></h2>
+<h2 id="hd_id3145262"><link href="text/swriter/01/04040000.xhp">Bookmark</link></h2>
<embed href="text/swriter/01/04040000.xhp#textmarkeein"/>
-<embed href="text/swriter/00/00000404.xhp#syinsert_bookmark"/><comment>UFI: "insert cross reference" here</comment><h2 id="hd_id3149098"><link href="text/swriter/01/04190000.xhp" name="Insert Document">File</link></h2>
+<embed href="text/swriter/00/00000404.xhp#syinsert_bookmark"/><comment>UFI: "insert cross reference" here</comment><h2 id="hd_id3149098"><link href="text/swriter/01/04190000.xhp">File</link></h2>
<embed href="text/swriter/01/04190000.xhp#datei"/>
<embed href="text/swriter/00/00000404.xhp#syinsert_text_from_file"/>
-<h2 id="par_idN10772"><link href="text/swriter/01/02120000.xhp" name="AutoText">AutoText</link></h2>
+<h2 id="par_idN10772"><link href="text/swriter/01/02120000.xhp">AutoText</link></h2>
<embed href="text/swriter/01/02120000.xhp#autotexttext"/>
-<h2 id="hd_id3145780"><link href="text/shared/01/04100000.xhp" name="Special Character">Special Character</link></h2>
+<h2 id="hd_id3145780"><link href="text/shared/01/04100000.xhp">Special Character</link></h2>
<embed href="text/shared/01/04100000.xhp#sonder"/>
<embed href="text/shared/00/00000404.xhp#syspecial_char"/>
<h2 id="par_idN10759"><link href="text/swriter/01/04090000.xhp">Insert Fields</link></h2>
@@ -66,21 +66,21 @@
<h2 id="par_idN10768"><link href="text/shared/02/01170000.xhp">Controls</link></h2>
<paragraph role="paragraph" id="par_idN107ED" xml-lang="en-US">The Controls icon opens a toolbar with the tools that you need to create an interactive form.</paragraph>
<embed href="text/shared/02/01170000.xhp#syform_controls"/>
-<h2 id="hd_id3155174"><link href="text/shared/01/04140000.xhp" name="From File">From File</link></h2>
+<h2 id="hd_id3155174"><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"/>
<embed href="text/shared/01/moviesound.xhp#moviesound"/>
<embed href="text/shared/00/00000404.xhp#symoviesound"/>
-<h2 id="par_idN106F4"><link href="text/shared/01/04160300.xhp" name="Insert Formula">Formula</link></h2>
+<h2 id="par_idN106F4"><link href="text/shared/01/04160300.xhp">Formula</link></h2>
<embed href="text/shared/01/04160300.xhp#starmath"/>
<embed href="text/shared/00/00000404.xhp#systarmath"/>
-<h2 id="par_idN10769"><link href="text/schart/01/wiz_chart_type.xhp" name="Insert Chart">Chart</link></h2>
+<h2 id="par_idN10769"><link href="text/schart/01/wiz_chart_type.xhp">Chart</link></h2>
<embed href="text/shared/00/00000404.xhp#systarchart"/>
-<h2 id="hd_id1586962"><link href="text/shared/01/04150100.xhp" name="OLE Object">OLE Object</link></h2><comment>UFI: this may be called "Insert Object" in UI, but is not the removed "Insert Object" bar</comment><embed href="text/shared/01/04150100.xhp#ole"/>
+<h2 id="hd_id1586962"><link href="text/shared/01/04150100.xhp">OLE Object</link></h2><comment>UFI: this may be called "Insert Object" in UI, but is not the removed "Insert Object" bar</comment><embed href="text/shared/01/04150100.xhp#ole"/>
<embed href="text/shared/00/00000404.xhp#syole"/>
<h2 id="par_idN1076D"><link href="text/swriter/01/04120200.xhp">Insert Index</link></h2>
<paragraph role="paragraph" id="par_idN10814" xml-lang="en-US">Inserts an index or a table of contents at the current cursor position.</paragraph>
-<h2 id="hd_id3155861"><link href="text/swriter/01/04120100.xhp" name="Insert Index Marker">Entry</link></h2>
+<h2 id="hd_id3155861"><link href="text/swriter/01/04120100.xhp">Entry</link></h2>
<embed href="text/swriter/01/04120100.xhp#eintrag"/>
<embed href="text/swriter/00/00000404.xhp#syinsert_index_entry"/>
</body>
diff --git a/source/text/swriter/02/18030000.xhp b/source/text/swriter/02/18030000.xhp
index 098f74f4c0..4e06b7d641 100644
--- a/source/text/swriter/02/18030000.xhp
+++ b/source/text/swriter/02/18030000.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertFieldCtrl" id="bm_id3149876" localize="false"/>
-<paragraph role="heading" id="hd_id3153916" xml-lang="en-US" level="1"><link href="text/swriter/02/18030000.xhp" name="Insert Fields">Insert Fields</link></paragraph>
+<paragraph role="heading" id="hd_id3153916" xml-lang="en-US" level="1"><link href="text/swriter/02/18030000.xhp">Insert Fields</link></paragraph>
<paragraph role="paragraph" id="par_id3147403" xml-lang="en-US"><ahelp hid="." visibility="hidden">Click to open the Fields dialog. Click the arrow next to the icon to open a submenu.</ahelp> Click to open the <link href="text/swriter/01/04090000.xhp">Fields</link> dialog. Click the arrow next to the icon to open a submenu.<comment>UFI: changed to fix #i20539#</comment></paragraph>
<embed href="text/swriter/00/00000404.xhp#syinsert_more_fields"/>
<paragraph role="paragraph" id="par_id3154503" xml-lang="en-US">You can choose from the following functions:</paragraph>
@@ -42,7 +42,7 @@
<embed href="text/swriter/02/18030500.xhp#subject"/>
<embed href="text/swriter/02/18030600.xhp#title"/>
<embed href="text/swriter/02/18030700.xhp#author"/>
-<paragraph role="heading" id="hd_id3148566" xml-lang="en-US" level="2"><link href="text/swriter/01/04090000.xhp" name="Other">Other</link></paragraph>
+<paragraph role="heading" id="hd_id3148566" xml-lang="en-US" level="2"><link href="text/swriter/01/04090000.xhp">Other</link></paragraph>
<embed href="text/swriter/01/04090000.xhp#feldbefehltext"/>
</body>
</helpdocument>
diff --git a/source/text/swriter/02/18030100.xhp b/source/text/swriter/02/18030100.xhp
index be060bd17d..8984a8d798 100644
--- a/source/text/swriter/02/18030100.xhp
+++ b/source/text/swriter/02/18030100.xhp
@@ -32,12 +32,12 @@
<body>
<section id="date">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertDateField" id="bm_id3145416" localize="false"/>
-<paragraph role="heading" id="hd_id3151175" xml-lang="en-US" level="1"><link href="text/swriter/02/18030100.xhp" name="Date">Date</link></paragraph>
+<paragraph role="heading" id="hd_id3151175" xml-lang="en-US" level="1"><link href="text/swriter/02/18030100.xhp">Date</link></paragraph>
<paragraph role="paragraph" id="par_id3147511" xml-lang="en-US"><ahelp hid=".uno:InsertDateField">Inserts the current date as a field.</ahelp> The default date format is used, and the date is not automatically updated.</paragraph>
</section>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#feldbefehldatum"/>
</section>
-<paragraph role="paragraph" id="par_id3151312" xml-lang="en-US">If you would like to define a different date format, or have the date updated automatically, select <emph>Insert - Field - More Fields</emph> to insert a field command and make the desired settings in the <link href="text/swriter/01/04090000.xhp" name="Fields"><emph>Fields</emph></link> dialog. The format of an existing date field can be modified at any time by choosing <link href="text/swriter/01/02140000.xhp" name="Edit - Fields"><emph>Edit - Fields</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3151312" xml-lang="en-US">If you would like to define a different date format, or have the date updated automatically, select <emph>Insert - Field - More Fields</emph> to insert a field command and make the desired settings in the <link href="text/swriter/01/04090000.xhp"><emph>Fields</emph></link> dialog. The format of an existing date field can be modified at any time by choosing <link href="text/swriter/01/02140000.xhp"><emph>Edit - Fields</emph></link>.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/02/18030200.xhp b/source/text/swriter/02/18030200.xhp
index 6d83c0635d..389432f543 100644
--- a/source/text/swriter/02/18030200.xhp
+++ b/source/text/swriter/02/18030200.xhp
@@ -35,12 +35,12 @@
<section id="time">
<bookmark branch="index" xml-lang="en-US" id="bm_id3147174"><bookmark_value>time fields;inserting</bookmark_value><bookmark_value>fields;inserting time</bookmark_value></bookmark>
<bookmark branch="hid/.uno:InsertTimeField" xml-lang="en-US" id="bm_id3145243" localize="false"/>
-<paragraph id="hd_id3147174" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/02/18030200.xhp" name="Time">Time</link></paragraph>
+<paragraph id="hd_id3147174" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/02/18030200.xhp">Time</link></paragraph>
<paragraph role="paragraph" id="par_id3152896" xml-lang="en-US"><ahelp hid=".uno:InsertTimeField" visibility="visible">Inserts the current time as a field.</ahelp> The time is taken directly from the system settings of your operating system. A fixed time format is applied, which cannot be updated by using the F9 function key.</paragraph>
</section>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#feldbefehluhrzeit"/>
</section>
- <paragraph xml-lang="en-US" role="paragraph" id="par_id3151177">To assign a different time format, or adapt the actual time data, select <emph>Insert - Field - More Fields</emph> and make the desired changes in the <link href="text/swriter/01/04090000.xhp" name="Fields"><emph>Fields</emph></link> dialog. Additionally, you can modify the format of an inserted time field at any time by choosing <link href="text/swriter/01/02140000.xhp" name="Edit - Fields"><emph>Edit - Fields</emph></link>.</paragraph>
+ <paragraph xml-lang="en-US" role="paragraph" id="par_id3151177">To assign a different time format, or adapt the actual time data, select <emph>Insert - Field - More Fields</emph> and make the desired changes in the <link href="text/swriter/01/04090000.xhp"><emph>Fields</emph></link> dialog. Additionally, you can modify the format of an inserted time field at any time by choosing <link href="text/swriter/01/02140000.xhp"><emph>Edit - Fields</emph></link>.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/02/18030300.xhp b/source/text/swriter/02/18030300.xhp
index a5523ec75a..fd39ad2c1b 100644
--- a/source/text/swriter/02/18030300.xhp
+++ b/source/text/swriter/02/18030300.xhp
@@ -31,14 +31,14 @@
<section id="page_number">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertPageNumberField" id="bm_id2050004" localize="false"/>
-<paragraph id="hd_id3147173" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/02/18030300.xhp" name="Page Number">Page Number</link></paragraph>
+<paragraph id="hd_id3147173" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/02/18030300.xhp">Page Number</link></paragraph>
<paragraph id="par_id3150760" role="paragraph" xml-lang="en-US"><ahelp hid=".">Inserts the current page number as a field at the cursor position.</ahelp> The default setting is for it to use the <emph>Page Number</emph> character style.</paragraph>
</section>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#feldbefehlseitennummer"/>
</section>
-<paragraph id="par_id3151175" role="paragraph" xml-lang="en-US">If you would like to define a different format or modify the page number, insert a field with <emph>Insert - Field - More Fields</emph> and make the desired settings in the <link href="text/swriter/01/04090000.xhp" name="Fields"><emph>Fields</emph></link> dialog. It is also possible to edit a field inserted with the <emph>Page Number</emph> command with <link href="text/swriter/01/02140000.xhp" name="Edit - Fields"><emph>Edit - Fields</emph></link>. To change page numbers, read the <link href="text/swriter/guide/pagenumbers.xhp" name="Page Numbers"><emph>Page Numbers</emph></link> guide.</paragraph>
+<paragraph id="par_id3151175" role="paragraph" xml-lang="en-US">If you would like to define a different format or modify the page number, insert a field with <emph>Insert - Field - More Fields</emph> and make the desired settings in the <link href="text/swriter/01/04090000.xhp"><emph>Fields</emph></link> dialog. It is also possible to edit a field inserted with the <emph>Page Number</emph> command with <link href="text/swriter/01/02140000.xhp"><emph>Edit - Fields</emph></link>. To change page numbers, read the <link href="text/swriter/guide/pagenumbers.xhp"><emph>Page Numbers</emph></link> guide.</paragraph>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/swriter/02/18030400.xhp b/source/text/swriter/02/18030400.xhp
index 355896c11e..e5b29325db 100644
--- a/source/text/swriter/02/18030400.xhp
+++ b/source/text/swriter/02/18030400.xhp
@@ -30,15 +30,15 @@
<body>
<section id="page_count">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertPageCountField" id="bm_id3154501" localize="false"/>
-<h1 id="hd_id3145828" xml-lang="en-US"><link href="text/swriter/02/18030400.xhp" name="Page Count">Page Count</link></h1>
+<h1 id="hd_id3145828" xml-lang="en-US"><link href="text/swriter/02/18030400.xhp">Page Count</link></h1>
<paragraph role="paragraph" id="par_id3148772" xml-lang="en-US"><ahelp hid=".uno:InsertPageCountField">Inserts as a field the total number of pages in the document.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#pagecount_field"/>
</section>
-<paragraph role="paragraph" id="par_id3149294" xml-lang="en-US">The format of the field inserted using the <emph>Page Count</emph> command can be modified using the <link href="text/swriter/01/02140000.xhp" name="Edit - Field"><menuitem>Edit - Fields</menuitem></link> command.</paragraph>
+<paragraph role="paragraph" id="par_id3149294" xml-lang="en-US">The format of the field inserted using the <emph>Page Count</emph> command can be modified using the <link href="text/swriter/01/02140000.xhp"><menuitem>Edit - Fields</menuitem></link> command.</paragraph>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id291613751393995"><link href="text/swriter/01/04090001.xhp" name="Document">Document Statistics Fields</link></paragraph>
+<paragraph role="paragraph" id="par_id291613751393995"><link href="text/swriter/01/04090001.xhp">Document Statistics Fields</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/swriter/02/18030500.xhp b/source/text/swriter/02/18030500.xhp
index e39399a341..c4093fbc35 100644
--- a/source/text/swriter/02/18030500.xhp
+++ b/source/text/swriter/02/18030500.xhp
@@ -37,12 +37,12 @@
<bookmark_value>fields; subject</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertTopicField" id="bm_id8788897" localize="false"/>
-<paragraph role="heading" id="hd_id3147169" xml-lang="en-US" level="1"><link href="text/swriter/02/18030500.xhp" name="Subject">Subject</link></paragraph>
+<paragraph role="heading" id="hd_id3147169" xml-lang="en-US" level="1"><link href="text/swriter/02/18030500.xhp">Subject</link></paragraph>
<paragraph role="paragraph" id="par_id3152892" xml-lang="en-US"><ahelp hid=".uno:InsertTopicField">Inserts the subject specified in the document properties as a field .</ahelp> This field displays the data entered in the <emph>Subject</emph> field under <emph>File - Properties - Description</emph>.</paragraph>
</section>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#feldbefehlthema"/>
</section>
-<paragraph role="paragraph" id="par_id3156380" xml-lang="en-US">If you would like to insert a different document property as a field, select <emph>Insert - Field - More Fields</emph> and make the desired settings in the <link href="text/swriter/01/04090000.xhp" name="Fields"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties.</paragraph>
+<paragraph role="paragraph" id="par_id3156380" xml-lang="en-US">If you would like to insert a different document property as a field, select <emph>Insert - Field - More Fields</emph> and make the desired settings in the <link href="text/swriter/01/04090000.xhp"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/02/18030600.xhp b/source/text/swriter/02/18030600.xhp
index 9fa4ed853d..0aaeef1225 100644
--- a/source/text/swriter/02/18030600.xhp
+++ b/source/text/swriter/02/18030600.xhp
@@ -32,12 +32,12 @@
<body>
<section id="title">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertTitleField" id="bm_id3153913" localize="false"/>
-<paragraph role="heading" id="hd_id3154484" xml-lang="en-US" level="1"><link href="text/swriter/02/18030600.xhp" name="Title">Title</link></paragraph>
+<paragraph role="heading" id="hd_id3154484" xml-lang="en-US" level="1"><link href="text/swriter/02/18030600.xhp">Title</link></paragraph>
<paragraph role="paragraph" id="par_id3151392" xml-lang="en-US"><ahelp hid=".uno:InsertTitleField">Inserts the title specified in the document properties as a field.</ahelp> This field displays the data entered in the <emph>Title</emph> field under <emph>File - Properties - Description</emph>.</paragraph>
</section>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#feldbefehltitel"/>
</section>
-<paragraph role="paragraph" id="par_id3148768" xml-lang="en-US">If you would like to insert a different document property as a field, select <emph>Insert - Field - More Fields</emph> and make the desired settings in the <link href="text/swriter/01/04090000.xhp" name="Fields"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties.</paragraph>
+<paragraph role="paragraph" id="par_id3148768" xml-lang="en-US">If you would like to insert a different document property as a field, select <emph>Insert - Field - More Fields</emph> and make the desired settings in the <link href="text/swriter/01/04090000.xhp"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/02/18030700.xhp b/source/text/swriter/02/18030700.xhp
index e0e6b42589..0c96a12ffa 100644
--- a/source/text/swriter/02/18030700.xhp
+++ b/source/text/swriter/02/18030700.xhp
@@ -32,8 +32,8 @@
<body>
<section id="author">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertAuthorField" id="bm_id3154838" localize="false"/>
-<paragraph role="heading" id="hd_id3154505" xml-lang="en-US" level="1"><link href="text/swriter/02/18030700.xhp" name="Author">First Author (field)</link></paragraph>
-<paragraph role="paragraph" id="par_id3152896" xml-lang="en-US"><ahelp hid=".uno:InsertAuthorField">Inserts the name of the person who created the document here as a field.</ahelp> The field applies the entry made 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/01010100.xhp" name="$[officename] - User data"><emph>$[officename] - User data</emph></link>.</paragraph>
+<paragraph role="heading" id="hd_id3154505" xml-lang="en-US" level="1"><link href="text/swriter/02/18030700.xhp">First Author (field)</link></paragraph>
+<paragraph role="paragraph" id="par_id3152896" xml-lang="en-US"><ahelp hid=".uno:InsertAuthorField">Inserts the name of the person who created the document here as a field.</ahelp> The field applies the entry made 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/01010100.xhp"><emph>$[officename] - User data</emph></link>.</paragraph>
</section>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#feldbefehlautor"/>
diff --git a/source/text/swriter/02/18120000.xhp b/source/text/swriter/02/18120000.xhp
index 030ba4e1fa..ab6bb53f47 100644
--- a/source/text/swriter/02/18120000.xhp
+++ b/source/text/swriter/02/18120000.xhp
@@ -35,7 +35,7 @@
<bookmark_value>pictures;do not show</bookmark_value>
</bookmark>
<section id="ShowGraphicsHead">
-<h1 id="hd_id3148568"><link href="text/swriter/02/18120000.xhp" name="Images and Charts">Images and Charts</link></h1>
+<h1 id="hd_id3148568"><link href="text/swriter/02/18120000.xhp">Images and Charts</link></h1>
<paragraph id="par_id3147167" role="paragraph" xml-lang="en-US"><ahelp hid=".uno:Graphic">If the <emph>Images and Charts</emph> icon on the <emph>Tools</emph> bar is activated, no graphics are displayed - only empty frames as placeholders.</ahelp></paragraph>
</section>
diff --git a/source/text/swriter/02/18130000.xhp b/source/text/swriter/02/18130000.xhp
index c120a9449a..74078e3a55 100644
--- a/source/text/swriter/02/18130000.xhp
+++ b/source/text/swriter/02/18130000.xhp
@@ -29,11 +29,11 @@
<bookmark xml-lang="en-US" branch="hid/.uno:ShadowCursor" id="bm_id3154504" localize="false"/>
<section id="directcursormode">
- <h1 id="hd_id3147167"><link href="text/swriter/02/18130000.xhp" name="Direct Cursor Mode">Direct Cursor Mode</link></h1>
+ <h1 id="hd_id3147167"><link href="text/swriter/02/18130000.xhp">Direct Cursor Mode</link></h1>
<paragraph role="paragraph" id="par_id3152896" xml-lang="en-US"><ahelp hid=".uno:ShadowCursor">Activates or deactivates the direct cursor.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id651655490756305">You can specify the behavior of the direct cursor 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/01040600.xhp" name="Text Document - Formatting Aids"><emph>%PRODUCTNAME Writer - Formatting Aids</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id651655490756305">You can specify the behavior of the direct cursor 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/01040600.xhp"><emph>%PRODUCTNAME Writer - Formatting Aids</emph></link>.</paragraph>
<section id="howtoget">
<embed href="text/swriter/00/00000402.xhp#direct_cursor"/>
diff --git a/source/text/swriter/02/19010000.xhp b/source/text/swriter/02/19010000.xhp
index 2cafd2fec9..ffe4b4cb48 100644
--- a/source/text/swriter/02/19010000.xhp
+++ b/source/text/swriter/02/19010000.xhp
@@ -32,8 +32,8 @@
<body>
<section id="header">
<!-- removed HID FN_INSERT_HEADER -->
-<paragraph role="heading" id="hd_id3148769" xml-lang="en-US" level="1"><link href="text/swriter/02/19010000.xhp" name="Insert Header">Insert Header</link></paragraph>
-<paragraph role="paragraph" id="par_id3151180" xml-lang="en-US"><ahelp hid="FN_INSERT_HEADER">Displays the header of an HTML document if headers are enabled on the <link href="text/shared/01/05040300.xhp" name="Format - Page Style - Header"><emph>Format - Page Style - Header</emph></link> tab page.</ahelp><comment>help text still visible in Customize - Toolbars, so do not remove</comment></paragraph>
+<paragraph role="heading" id="hd_id3148769" xml-lang="en-US" level="1"><link href="text/swriter/02/19010000.xhp">Insert Header</link></paragraph>
+<paragraph role="paragraph" id="par_id3151180" xml-lang="en-US"><ahelp hid="FN_INSERT_HEADER">Displays the header of an HTML document if headers are enabled on the <link href="text/shared/01/05040300.xhp"><emph>Format - Page Style - Header</emph></link> tab page.</ahelp><comment>help text still visible in Customize - Toolbars, so do not remove</comment></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/swriter/02/19020000.xhp b/source/text/swriter/02/19020000.xhp
index 8d1afc48e0..a9395af52a 100644
--- a/source/text/swriter/02/19020000.xhp
+++ b/source/text/swriter/02/19020000.xhp
@@ -32,8 +32,8 @@
<body>
<section id="footer">
<!-- removed HID FN_INSERT_FOOTER -->
-<paragraph role="heading" id="hd_id3145829" xml-lang="en-US" level="1"><link href="text/swriter/02/19020000.xhp" name="Insert Footer">Insert Footer</link></paragraph>
-<paragraph role="paragraph" id="par_id3148768" xml-lang="en-US"><ahelp hid="FN_INSERT_FOOTER">Displays the footer of an HTML document if footers are enabled on the <link href="text/shared/01/05040400.xhp" name="Format - Page Style - Footer"><emph>Format - Page Style - Footer</emph></link> tab page.</ahelp><comment>help text still visible in Customize - Toolbars, so do not remove</comment><comment>name is wrong, see bug #105568#</comment></paragraph>
+<paragraph role="heading" id="hd_id3145829" xml-lang="en-US" level="1"><link href="text/swriter/02/19020000.xhp">Insert Footer</link></paragraph>
+<paragraph role="paragraph" id="par_id3148768" xml-lang="en-US"><ahelp hid="FN_INSERT_FOOTER">Displays the footer of an HTML document if footers are enabled on the <link href="text/shared/01/05040400.xhp"><emph>Format - Page Style - Footer</emph></link> tab page.</ahelp><comment>help text still visible in Customize - Toolbars, so do not remove</comment><comment>name is wrong, see bug #105568#</comment></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/swriter/02/19030000.xhp b/source/text/swriter/02/19030000.xhp
index 97b4e93dfa..b92a9d0ce6 100644
--- a/source/text/swriter/02/19030000.xhp
+++ b/source/text/swriter/02/19030000.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="insert">
-<paragraph role="heading" id="hd_id3147167" xml-lang="en-US" level="1"><link href="text/swriter/02/19030000.xhp" name="Insert">Insert</link></paragraph>
+<paragraph role="heading" id="hd_id3147167" xml-lang="en-US" level="1"><link href="text/swriter/02/19030000.xhp">Insert</link></paragraph>
<paragraph role="paragraph" id="par_id3145241" xml-lang="en-US">Click the arrow next to the icon to open a toolbar with various functions for inserting graphics, tables, documents, and special characters. </paragraph>
</section>
<table id="tbl_id3150761">
@@ -48,25 +48,25 @@
</table>
<paragraph role="paragraph" id="par_id3155898" xml-lang="en-US">You can select the following functions:</paragraph>
-<paragraph role="heading" id="hd_id3149689" xml-lang="en-US" level="2"><link href="text/swriter/01/04130000.xhp" name="Insert single-column frame manually">Insert single-column frame manually</link></paragraph>
+<paragraph role="heading" id="hd_id3149689" xml-lang="en-US" level="2"><link href="text/swriter/01/04130000.xhp">Insert single-column frame manually</link></paragraph>
<embed href="text/swriter/01/04130000.xhp#syrahmentext"/>
<embed href="text/swriter/00/00000404.xhp#syframe"/>
-<paragraph role="heading" id="hd_id3143278" xml-lang="en-US" level="2"><link href="text/shared/01/04140000.xhp" name="From File">From File</link></paragraph>
+<paragraph role="heading" id="hd_id3143278" xml-lang="en-US" level="2"><link href="text/shared/01/04140000.xhp">From File</link></paragraph>
<embed href="text/shared/01/04140000.xhp#grafiktext"/>
<embed href="text/shared/00/00000404.xhp#syimage"/>
-<paragraph role="heading" id="hd_id3149104" xml-lang="en-US" level="2"><link href="text/swriter/01/04150000.xhp" name="Insert Table">Insert Table</link></paragraph>
+<paragraph role="heading" id="hd_id3149104" xml-lang="en-US" level="2"><link href="text/swriter/01/04150000.xhp">Insert Table</link></paragraph>
<embed href="text/swriter/01/04150000.xhp#tabelletext"/>
<embed href="text/swriter/00/00000404.xhp#syinsert_table"/>
-<paragraph role="heading" id="hd_id3151259" xml-lang="en-US" level="2"><link href="text/swriter/01/04190000.xhp" name="Insert Document">Insert Document</link></paragraph>
+<paragraph role="heading" id="hd_id3151259" xml-lang="en-US" level="2"><link href="text/swriter/01/04190000.xhp">Insert Document</link></paragraph>
<embed href="text/swriter/01/04190000.xhp#datei"/>
<embed href="text/swriter/00/00000404.xhp#syinsert_text_from_file"/>
-<paragraph role="heading" id="hd_id3153643" xml-lang="en-US" level="2"><link href="text/shared/01/04100000.xhp" name="Insert Special Character">Insert Special Character</link></paragraph>
+<paragraph role="heading" id="hd_id3153643" xml-lang="en-US" level="2"><link href="text/shared/01/04100000.xhp">Insert Special Character</link></paragraph>
<embed href="text/shared/01/04100000.xhp#sonder"/>
<embed href="text/shared/00/00000404.xhp#syspecial_char"/>
-<paragraph role="heading" id="hd_id3152766" xml-lang="en-US" level="2"><link href="text/swriter/01/04020000.xhp" name="Insert Section">Insert Section</link></paragraph>
+<paragraph role="heading" id="hd_id3152766" xml-lang="en-US" level="2"><link href="text/swriter/01/04020000.xhp">Insert Section</link></paragraph>
<embed href="text/swriter/01/04020000.xhp#bereich"/>
<embed href="text/swriter/00/00000404.xhp#syinsert_section"/>
-<paragraph role="heading" id="hd_id3145774" xml-lang="en-US" level="2"><link href="text/swriter/01/04040000.xhp" name="Insert Bookmark">Insert Bookmark</link></paragraph>
+<paragraph role="heading" id="hd_id3145774" xml-lang="en-US" level="2"><link href="text/swriter/01/04040000.xhp">Insert Bookmark</link></paragraph>
<embed href="text/swriter/01/04040000.xhp#textmarkeein"/>
<embed href="text/swriter/00/00000404.xhp#syinsert_bookmark"/>
</body>
diff --git a/source/text/swriter/02/19040000.xhp b/source/text/swriter/02/19040000.xhp
index 34b79493f2..ae8af0b73d 100644
--- a/source/text/swriter/02/19040000.xhp
+++ b/source/text/swriter/02/19040000.xhp
@@ -30,8 +30,8 @@
</history>
</meta>
<body>
-<paragraph role="heading" id="hd_id3149286" xml-lang="en-US" level="1"><link href="text/swriter/02/19040000.xhp" name="Insert Fields">Insert Fields</link></paragraph>
-<paragraph role="paragraph" id="par_id3151173" xml-lang="en-US">Click to open the <link href="text/swriter/01/04090000.xhp" name="Fields">Fields</link> dialog. Click the arrow next to the icon and select the required field from the submenu. </paragraph>
+<paragraph role="heading" id="hd_id3149286" xml-lang="en-US" level="1"><link href="text/swriter/02/19040000.xhp">Insert Fields</link></paragraph>
+<paragraph role="paragraph" id="par_id3151173" xml-lang="en-US">Click to open the <link href="text/swriter/01/04090000.xhp">Fields</link> dialog. Click the arrow next to the icon and select the required field from the submenu. </paragraph>
<paragraph role="paragraph" id="par_id3154104" xml-lang="en-US">You can select the following functions:</paragraph>
<embed href="text/swriter/02/18030100.xhp#date"/>
<embed href="text/swriter/02/18030200.xhp#time"/>
@@ -39,7 +39,7 @@
<embed href="text/swriter/02/18030400.xhp#page_count"/><comment>UFI added two lines, see #i60664</comment><embed href="text/swriter/02/18030500.xhp#subject"/>
<embed href="text/swriter/02/18030600.xhp#title"/>
<embed href="text/swriter/02/18030700.xhp#author"/>
-<paragraph role="heading" id="hd_id3145248" xml-lang="en-US" level="2"><link href="text/swriter/01/04090000.xhp" name="Other">Other</link></paragraph>
+<paragraph role="heading" id="hd_id3145248" xml-lang="en-US" level="2"><link href="text/swriter/01/04090000.xhp">Other</link></paragraph>
<embed href="text/swriter/01/04090000.xhp#feldbefehltext"/>
</body>
</helpdocument>
diff --git a/source/text/swriter/02/19050000.xhp b/source/text/swriter/02/19050000.xhp
index 5333208fc4..2a3ed87049 100644
--- a/source/text/swriter/02/19050000.xhp
+++ b/source/text/swriter/02/19050000.xhp
@@ -30,7 +30,7 @@
<section id="text_animation">
- <h1 id="hd_id3155626"><link href="text/swriter/02/19050000.xhp" name="Text Animation">Text Animation</link></h1>
+ <h1 id="hd_id3155626"><link href="text/swriter/02/19050000.xhp">Text Animation</link></h1>
<embed href="text/shared/02/01140000.xhp#lauftext"/>
</section>
<section id="sytext_animation">
diff --git a/source/text/swriter/02/add_to_list.xhp b/source/text/swriter/02/add_to_list.xhp
index 9343a62223..ecce8e3ad0 100644
--- a/source/text/swriter/02/add_to_list.xhp
+++ b/source/text/swriter/02/add_to_list.xhp
@@ -21,7 +21,7 @@
<bookmark_value>Add to List</bookmark_value>
<bookmark_value>Lists;merging</bookmark_value>
</bookmark>
-<h1 id="hd_id711614068729277"><variable id="addtolisth1"><link href="text/swriter/02/add_to_list.xhp" name="Add to List">Add to List</link></variable></h1>
+<h1 id="hd_id711614068729277"><variable id="addtolisth1"><link href="text/swriter/02/add_to_list.xhp">Add to List</link></variable></h1>
<paragraph role="paragraph" id="par_id231614069215429">Include selected paragraphs, whether a list item or not, as part of a list.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/02/word_count_stb.xhp b/source/text/swriter/02/word_count_stb.xhp
index 26a68d6479..83c649bf06 100644
--- a/source/text/swriter/02/word_count_stb.xhp
+++ b/source/text/swriter/02/word_count_stb.xhp
@@ -22,8 +22,8 @@
<body>
<section id="section">
<bookmark xml-lang="en-US" branch="hid/.uno:StateWordCount" id="bm_word_count" localize="false"/>
-<paragraph role="heading" id="page_heading" xml-lang="en-US" level="1"><link href="text/swriter/02/word_count_stb.xhp" name="Word Count Status Bar Field">Word Count Status Bar Field</link></paragraph>
-<paragraph role="paragraph" id="hd_id3149687" xml-lang="en-US"><ahelp hid=".uno:StateWordCount">The number of words in the document and selection is displayed in this field of the status bar. A double-click opens the <link href="text/swriter/01/06040000.xhp" name="Word Count">word count dialog</link>, which shows extra document statistics.</ahelp></paragraph>
+<paragraph role="heading" id="page_heading" xml-lang="en-US" level="1"><link href="text/swriter/02/word_count_stb.xhp">Word Count Status Bar Field</link></paragraph>
+<paragraph role="paragraph" id="hd_id3149687" xml-lang="en-US"><ahelp hid=".uno:StateWordCount">The number of words in the document and selection is displayed in this field of the status bar. A double-click opens the <link href="text/swriter/01/06040000.xhp">word count dialog</link>, which shows extra document statistics.</ahelp></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/swriter/04/01020000.xhp b/source/text/swriter/04/01020000.xhp
index ed745db06a..5e19d03d5a 100644
--- a/source/text/swriter/04/01020000.xhp
+++ b/source/text/swriter/04/01020000.xhp
@@ -29,12 +29,12 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3145763"><bookmark_value>shortcut keys; in text documents</bookmark_value>
<bookmark_value>text documents; shortcut keys in</bookmark_value>
</bookmark>
-<h1 xml-lang="en-US" id="hd_id3145763"><variable id="text_keys"><link href="text/swriter/04/01020000.xhp" name="Shortcut Keys for %PRODUCTNAME Writer">Shortcut Keys for <item type="productname">%PRODUCTNAME</item> Writer</link>
+<h1 xml-lang="en-US" id="hd_id3145763"><variable id="text_keys"><link href="text/swriter/04/01020000.xhp">Shortcut Keys for <item type="productname">%PRODUCTNAME</item> Writer</link>
</variable></h1>
<paragraph xml-lang="en-US" id="par_id3150491" role="paragraph">You can use shortcut keys to quickly perform common tasks in <item type="productname">%PRODUCTNAME</item>. This section lists the default shortcut keys for <item type="productname">%PRODUCTNAME</item> Writer.</paragraph>
<embed href="text/shared/00/00000099.xhp#keys"/>
</section>
- <paragraph xml-lang="en-US" id="par_id3145081" role="paragraph">You can also use the <link href="text/shared/04/01010000.xhp" name="general shortcut keys in %PRODUCTNAME">general shortcut keys in <item type="productname">%PRODUCTNAME</item></link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3145081" role="paragraph">You can also use the <link href="text/shared/04/01010000.xhp">general shortcut keys in <item type="productname">%PRODUCTNAME</item></link>.</paragraph>
<h2 xml-lang="en-US" id="hd_id3149800">Function Keys for <item type="productname">%PRODUCTNAME</item> Writer</h2>
<table id="">
<tablerow>
@@ -837,7 +837,7 @@
</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab</paragraph>
</tablecell>
<tablecell>
- <paragraph xml-lang="en-US" id="par_id3153577" role="tablecontent">Next suggestion with <link href="text/shared/01/06040600.xhp" name="Automatic Word Completion">Automatic Word Completion</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3153577" role="tablecontent">Next suggestion with <link href="text/shared/01/06040600.xhp">Automatic Word Completion</link></paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -846,7 +846,7 @@
</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Tab</paragraph>
</tablecell>
<tablecell>
- <paragraph xml-lang="en-US" id="par_id3147386" role="tablecontent">Use previous suggestion with <link href="text/shared/01/06040600.xhp" name="Automatic Word Completion">Automatic Word Completion</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3147386" role="tablecontent">Use previous suggestion with <link href="text/shared/01/06040600.xhp">Automatic Word Completion</link></paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -931,7 +931,7 @@
</tablecell>
</tablerow>
</table>
- <note id="par_id491655382900210">To insert a tab at the beginning of a heading or list paragraph, use the <menuitem>Numbering followed by</menuitem> option in the <link href="text/shared/01/06050600.xhp" name="Position"><menuitem>Position</menuitem></link> tab in the <menuitem>Chapter Numbering</menuitem> or <menuitem>Bullets and Numbering</menuitem> dialog. Alternatively, a tab can be copied and then pasted at the beginning.</note>
+ <note id="par_id491655382900210">To insert a tab at the beginning of a heading or list paragraph, use the <menuitem>Numbering followed by</menuitem> option in the <link href="text/shared/01/06050600.xhp"><menuitem>Position</menuitem></link> tab in the <menuitem>Chapter Numbering</menuitem> or <menuitem>Bullets and Numbering</menuitem> dialog. Alternatively, a tab can be copied and then pasted at the beginning.</note>
<h2 xml-lang="en-US" id="hd_id3149180">Shortcut Keys for Tables in <item type="productname">%PRODUCTNAME</item> Writer</h2>
<table id="">
<tablerow>
diff --git a/source/text/swriter/guide/anchor_object.xhp b/source/text/swriter/guide/anchor_object.xhp
index 5bf0970ae2..dbcba701db 100644
--- a/source/text/swriter/guide/anchor_object.xhp
+++ b/source/text/swriter/guide/anchor_object.xhp
@@ -37,7 +37,7 @@
</bookmark>
-<h1 id="hd_id3147828" xml-lang="en-US"><variable id="anchor_object"><link href="text/swriter/guide/anchor_object.xhp" name="Positioning Objects">Positioning Objects</link></variable></h1>
+<h1 id="hd_id3147828" xml-lang="en-US"><variable id="anchor_object"><link href="text/swriter/guide/anchor_object.xhp">Positioning Objects</link></variable></h1>
<paragraph id="par_id181634295881266" role="paragraph" xml-lang="en-US">An object, such as an image or frame, is positioned within a document using an anchor attached to another element.</paragraph>
<paragraph id="par_id41634291500513" role="paragraph" xml-lang="en-US">An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor.</paragraph>
<paragraph id="par_id3147251" role="paragraph" xml-lang="en-US">An anchor moves with the element it is attached to as the document is edited. An object retains its position relative to the reference point determined by its anchor, such that, whenever the reference point moves or changes, the object moves relative to it.</paragraph>
@@ -104,7 +104,7 @@
</section>
<section id="anchor_changing">
<h2 id="hd_id841653869348328">Changing an Anchor</h2>
-<paragraph role="paragraph" id="par_id711653869372168">To change the anchoring options of an object, right-click the object, and then choose an option from the <link href="text/shared/01/05260000.xhp" name="Anchor submenu link"><menuitem>Anchor</menuitem></link> submenu.</paragraph>
+<paragraph role="paragraph" id="par_id711653869372168">To change the anchoring options of an object, right-click the object, and then choose an option from the <link href="text/shared/01/05260000.xhp"><menuitem>Anchor</menuitem></link> submenu.</paragraph>
</section>
<section id="relatedtopics">
<embed href="text/swriter/guide/text_frame.xhp#text_frame"/>
diff --git a/source/text/swriter/guide/arrange_chapters.xhp b/source/text/swriter/guide/arrange_chapters.xhp
index 839cf20b99..eb0fbe103e 100644
--- a/source/text/swriter/guide/arrange_chapters.xhp
+++ b/source/text/swriter/guide/arrange_chapters.xhp
@@ -38,7 +38,7 @@
<bookmark_value>outlines;arranging chapters</bookmark_value>
</bookmark>
-<h1 id="hd_id3149973"><variable id="arrange_chapters"><link href="text/swriter/guide/arrange_chapters.xhp" name="Rearranging a Document by Using the Navigator">Arranging Chapters in the Navigator</link> </variable></h1>
+<h1 id="hd_id3149973"><variable id="arrange_chapters"><link href="text/swriter/guide/arrange_chapters.xhp">Arranging Chapters in the Navigator</link> </variable></h1>
<paragraph id="par_id3147795" role="paragraph" xml-lang="en-US">You can move headings and subordinate text up and down in a document text by using the Navigator. You can also promote and demote heading levels. To use this feature, format the headings in your document with one of the predefined heading paragraph styles. To use a custom paragraph style for a heading, choose <emph>Tools - Chapter Numbering</emph>, select the style in the <emph>Paragraph Style</emph> box, and then double-click a number in the <emph>Levels</emph> list.</paragraph>
<tip id="par_id3145652">To quickly move the text cursor to a heading in the document, double-click the heading in the <emph>Navigator</emph> list.</tip>
<paragraph id="par_id3155461" role="paragraph" xml-lang="en-US">To dock the <emph>Navigator</emph>, drag the title bar to the edge of the workspace. To undock the <emph>Navigator</emph>, double-click its frame while holding the <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key.</paragraph>
diff --git a/source/text/swriter/guide/auto_numbering.xhp b/source/text/swriter/guide/auto_numbering.xhp
index 2994782bc5..c2e6311164 100644
--- a/source/text/swriter/guide/auto_numbering.xhp
+++ b/source/text/swriter/guide/auto_numbering.xhp
@@ -35,7 +35,7 @@
<bookmark_value>bullets; using automatically</bookmark_value>
<bookmark_value>paragraphs; automatic numbering</bookmark_value>
</bookmark><comment>MW deleted "applying;"</comment><comment>mw deleted "automatic bullets" and changed "automatic numbering;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3147407" role="heading" level="1"><variable id="auto_numbering"><link href="text/swriter/guide/auto_numbering.xhp" name="Creating Numbered or Bulleted Lists as You Type">Creating Numbered or Bulleted Lists as You Type</link>
+<paragraph xml-lang="en-US" id="hd_id3147407" role="heading" level="1"><variable id="auto_numbering"><link href="text/swriter/guide/auto_numbering.xhp">Creating Numbered or Bulleted Lists as You Type</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3155525" role="paragraph">$[officename] can automatically apply numbering or bullets as you type.</paragraph>
<paragraph xml-lang="en-US" id="hd_id3154243" role="heading" level="2">To Enable Automatic Numbering and Bulleting</paragraph>
@@ -64,7 +64,7 @@
<embed href="text/swriter/guide/insert_tab_innumbering.xhp#promotedemote"/>
<section id="relatedtopics">
<embed href="text/swriter/guide/using_numbering.xhp#using_numbering"/>
- <paragraph xml-lang="en-US" id="par_id3154083" role="paragraph"><link href="text/shared/01/06050000.xhp" name="Format - Numbering/Bullets">Format - Bullets and Numbering</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154083" role="paragraph"><link href="text/shared/01/06050000.xhp">Format - Bullets and Numbering</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/swriter/guide/auto_off.xhp b/source/text/swriter/guide/auto_off.xhp
index 8d2dbd1630..e6442d83af 100644
--- a/source/text/swriter/guide/auto_off.xhp
+++ b/source/text/swriter/guide/auto_off.xhp
@@ -39,7 +39,7 @@
<bookmark_value>AutoCorrect function;turning off</bookmark_value>
</bookmark>
<paragraph xml-lang="en-US" id="par_id3154250" role="paragraph" localize="false"/>
- <h1 xml-lang="en-US" id="hd_id3147812"><variable id="auto_off"><link href="text/swriter/guide/auto_off.xhp" name="Turning Off AutoFormat and AutoCorrect">Turning Off AutoCorrect</link>
+ <h1 xml-lang="en-US" id="hd_id3147812"><variable id="auto_off"><link href="text/swriter/guide/auto_off.xhp">Turning Off AutoCorrect</link>
</variable></h1>
<paragraph xml-lang="en-US" id="par_id3147833" role="paragraph">By default, $[officename] automatically corrects many common typing errors and applies formatting while you type. </paragraph>
<list type="unordered">
diff --git a/source/text/swriter/guide/auto_spellcheck.xhp b/source/text/swriter/guide/auto_spellcheck.xhp
index 48ceed5fe7..4960fb5e44 100644
--- a/source/text/swriter/guide/auto_spellcheck.xhp
+++ b/source/text/swriter/guide/auto_spellcheck.xhp
@@ -33,7 +33,7 @@
<bookmark_value>words;disabling spellcheck</bookmark_value>
</bookmark><comment>MW deleted "text;"</comment>
<section id="autospellcheckHead">
- <h1 id="hd_id3154265"><variable id="auto_spellcheck"><link href="text/swriter/guide/auto_spellcheck.xhp" name="Automatically Check Spelling">Automatic Check Spelling</link></variable></h1>
+ <h1 id="hd_id3154265"><variable id="auto_spellcheck"><link href="text/swriter/guide/auto_spellcheck.xhp">Automatic Check Spelling</link></variable></h1>
<paragraph xml-lang="en-US" id="par_id3154664" role="paragraph">%PRODUCTNAME can automatically check spelling while you type and underline possible misspelled words with a red wavy line.</paragraph>
</section>
<h2 id="hd_id3154678">To Check Spelling Automatically While You Type</h2>
@@ -60,7 +60,7 @@
</listitem>
</list>
<embed href="text/shared/00/00000004.xhp#related"/>
- <paragraph xml-lang="en-US" id="par_id3145648" role="paragraph"><link href="text/shared/optionen/01010401.xhp" name="Creating a new dictionary.">Creating a new dictionary.</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3145648" role="paragraph"><link href="text/shared/optionen/01010401.xhp">Creating a new dictionary.</link></paragraph>
<embed href="text/swriter/guide/autocorr_except.xhp#autocorr_except"/>
<embed href="text/swriter/guide/spellcheck_dialog.xhp#spellcheck_dialog"/>
</body>
diff --git a/source/text/swriter/guide/autocorr_except.xhp b/source/text/swriter/guide/autocorr_except.xhp
index fdc39d0410..3afd3204d1 100644
--- a/source/text/swriter/guide/autocorr_except.xhp
+++ b/source/text/swriter/guide/autocorr_except.xhp
@@ -32,7 +32,7 @@
<bookmark_value>abbreviations</bookmark_value>
<bookmark_value>capital letters;avoiding after specific abbreviations</bookmark_value>
</bookmark><comment>MW added "capital letters;..."</comment>
-<paragraph xml-lang="en-US" id="hd_id3152887" role="heading" level="1"><variable id="autocorr_except"><link href="text/swriter/guide/autocorr_except.xhp" name="Adding Exceptions to the AutoCorrect List">Adding Exceptions to the AutoCorrect List</link>
+<paragraph xml-lang="en-US" id="hd_id3152887" role="heading" level="1"><variable id="autocorr_except"><link href="text/swriter/guide/autocorr_except.xhp">Adding Exceptions to the AutoCorrect List</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3154254" role="paragraph">You can prevent AutoCorrect from correcting specific abbreviations or words that have mixed capital letters and lowercase letters. </paragraph>
<list type="ordered">
diff --git a/source/text/swriter/guide/autotext.xhp b/source/text/swriter/guide/autotext.xhp
index 352daf5bef..62c3284a15 100644
--- a/source/text/swriter/guide/autotext.xhp
+++ b/source/text/swriter/guide/autotext.xhp
@@ -40,7 +40,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertautotextdialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertautotextdialog/InsertAutoTextDialog" id="bm_id3148685" localize="false"/>
-<paragraph id="hd_id3155521" role="heading" level="1" xml-lang="en-US"><variable id="autotext"><link href="text/swriter/guide/autotext.xhp" name="Using AutoText">Using AutoText</link></variable></paragraph>
+<paragraph id="hd_id3155521" role="heading" level="1" xml-lang="en-US"><variable id="autotext"><link href="text/swriter/guide/autotext.xhp">Using AutoText</link></variable></paragraph>
<paragraph id="par_id3150534" role="paragraph" xml-lang="en-US">In $[officename] Writer, you can store text - also containing graphics, tables, and fields - as AutoText, so that you can quickly insert the text later on. If you want, you can also store formatted text.</paragraph>
<paragraph id="hd_id3155539" role="heading" level="2" xml-lang="en-US">To Create an AutoText Entry</paragraph>
@@ -73,7 +73,7 @@
<paragraph id="par_id3145597" role="listitem" xml-lang="en-US">Click in your document where you want to insert an AutoText entry.</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id3145615" role="listitem" xml-lang="en-US">Choose <link href="text/swriter/01/02120000.xhp" name="Tools - AutoText"><emph>Tools - AutoText</emph></link>.</paragraph>
+ <paragraph id="par_id3145615" role="listitem" xml-lang="en-US">Choose <link href="text/swriter/01/02120000.xhp"><emph>Tools - AutoText</emph></link>.</paragraph>
</listitem>
<listitem>
<paragraph id="par_id3145644" role="listitem" xml-lang="en-US">Select the AutoText that you want to insert, and then click <item type="menuitem">Insert</item>.</paragraph>
@@ -106,8 +106,8 @@
<paragraph id="par_id3154960" role="paragraph" xml-lang="en-US">Two directories are listed here. The first entry is on the server installation and the second entry is in the user directory. If there are two AutoText entries with the same name in both directories, the entry from the user directory is used.</paragraph>
<section id="relatedtopics">
-<paragraph id="par_id3154995" role="paragraph" xml-lang="en-US"><link href="text/swriter/01/02120000.xhp" name="Tools - AutoText">Tools - AutoText</link></paragraph>
-<paragraph id="par_id3155012" role="paragraph" xml-lang="en-US"><link href="text/shared/01/06040600.xhp" name="Word Completion">Word Completion</link></paragraph>
+<paragraph id="par_id3154995" role="paragraph" xml-lang="en-US"><link href="text/swriter/01/02120000.xhp">Tools - AutoText</link></paragraph>
+<paragraph id="par_id3155012" role="paragraph" xml-lang="en-US"><link href="text/shared/01/06040600.xhp">Word Completion</link></paragraph>
</section>
</body>
diff --git a/source/text/swriter/guide/background.xhp b/source/text/swriter/guide/background.xhp
index f8b6b56759..bbc30317d6 100644
--- a/source/text/swriter/guide/background.xhp
+++ b/source/text/swriter/guide/background.xhp
@@ -33,7 +33,7 @@
<bookmark_value>cells; backgrounds</bookmark_value>
<bookmark_value>backgrounds;selecting</bookmark_value>
</bookmark><comment>MW transferred 4 index entries from shared/guide/background.xhp and added 3 new entries</comment>
-<h1 id="hd_id3149346"><variable id="background"><link href="text/swriter/guide/background.xhp" name="Defining Background Colors or Background Graphics">Defining Background Colors or Background Graphics</link>
+<h1 id="hd_id3149346"><variable id="background"><link href="text/swriter/guide/background.xhp">Defining Background Colors or Background Graphics</link>
</variable></h1><comment>MW built this file from splitting shared/guide/background.xhp</comment>
<paragraph xml-lang="en-US" id="par_id7355265" role="paragraph">You can define a background color or use a graphic as a background for various objects in $[officename] Writer.</paragraph>
<h2 id="hd_id3147653">To Apply a Background To Text Characters</h2>
@@ -85,7 +85,7 @@
</case>
</switch>
<paragraph xml-lang="en-US" id="par_idN10A56" role="paragraph"><link href="text/shared/02/02160000.xhp">Character Highlighting Color icon</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3156180" role="paragraph"><link href="text/shared/01/05210100.xhp" name="Background tab page">Background tab page</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3156180" role="paragraph"><link href="text/shared/01/05210100.xhp">Background tab page</link></paragraph>
<paragraph xml-lang="en-US" id="par_id4922025" role="paragraph"><link href="text/shared/guide/background.xhp">Watermarks</link></paragraph>
<paragraph xml-lang="en-US" id="par_id478530" role="paragraph"><link href="text/swriter/guide/pagebackground.xhp">Page Backgrounds as Page Styles</link></paragraph>
</section>
diff --git a/source/text/swriter/guide/border_character.xhp b/source/text/swriter/guide/border_character.xhp
index 6d536fa3c6..939672f31f 100644
--- a/source/text/swriter/guide/border_character.xhp
+++ b/source/text/swriter/guide/border_character.xhp
@@ -23,7 +23,7 @@
<bookmark_value>frames; around characters</bookmark_value>
<bookmark_value>defining;character borders</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3116136" role="heading" level="1"><variable id="border_character"><link href="text/swriter/guide/border_character.xhp" name="Defining Borders for Characters">Defining Borders for Characters</link>
+<paragraph xml-lang="en-US" id="hd_id3116136" role="heading" level="1"><variable id="border_character"><link href="text/swriter/guide/border_character.xhp">Defining Borders for Characters</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3148413" role="warning">If two adjacent text ranges' all border properties are identical (same style, width, color, padding and shadow), then those two ranges will be considered to be part of the same border group and rendered within the same border in the document.</paragraph>
<paragraph xml-lang="en-US" id="hd_id3110503" role="heading" level="2">To Set a Predefined Border Style</paragraph>
diff --git a/source/text/swriter/guide/border_object.xhp b/source/text/swriter/guide/border_object.xhp
index 3b0d8bcb55..df0844a656 100644
--- a/source/text/swriter/guide/border_object.xhp
+++ b/source/text/swriter/guide/border_object.xhp
@@ -35,7 +35,7 @@
<bookmark_value>OLE objects;borders</bookmark_value>
<bookmark_value>defining;object borders</bookmark_value>
</bookmark><comment>MW deleted "adding;"</comment>
-<h1 id="hd_id3146957"><variable id="border_object"><link href="text/swriter/guide/border_object.xhp" name="Defining Borders for Objects">Defining Borders for Objects</link>
+<h1 id="hd_id3146957"><variable id="border_object"><link href="text/swriter/guide/border_object.xhp">Defining Borders for Objects</link>
</variable></h1>
<paragraph xml-lang="en-US" id="par_id3146797" role="paragraph">In Writer, you can define borders around OLE objects, plug-ins, diagrams/charts, graphics and frames. The name of the menu to be used depends on the object selected.</paragraph>
<h2 id="hd_id3145673">To Set a Predefined Border Style</h2>
diff --git a/source/text/swriter/guide/border_page.xhp b/source/text/swriter/guide/border_page.xhp
index 4d8a4d4057..574dbe0b58 100644
--- a/source/text/swriter/guide/border_page.xhp
+++ b/source/text/swriter/guide/border_page.xhp
@@ -32,7 +32,7 @@
<bookmark_value>frames; around pages</bookmark_value>
<bookmark_value>defining;page borders</bookmark_value>
</bookmark><comment>MW deleted "adding;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3156136" role="heading" level="1"><variable id="border_page"><link href="text/swriter/guide/border_page.xhp" name="Defining Borders for Pages">Defining Borders for Pages</link>
+<paragraph xml-lang="en-US" id="hd_id3156136" role="heading" level="1"><variable id="border_page"><link href="text/swriter/guide/border_page.xhp">Defining Borders for Pages</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3148473" role="warning">In Writer, you define borders for <emph>page styles</emph>, not individual pages. All changes made to borders apply to all pages that use the same page style. Note that page style changes cannot be undone by the Undo function in $[officename].</paragraph>
<paragraph xml-lang="en-US" id="hd_id3150503" role="heading" level="2">To Set a Predefined Border Style</paragraph>
diff --git a/source/text/swriter/guide/calculate.xhp b/source/text/swriter/guide/calculate.xhp
index 0352f58849..8cf68c6398 100644
--- a/source/text/swriter/guide/calculate.xhp
+++ b/source/text/swriter/guide/calculate.xhp
@@ -36,7 +36,7 @@
</bookmark>
<comment>mw deleted "formula bar in text"</comment>
-<h1 id="hd_id3149909" xml-lang="en-US"><variable id="calculate"><link href="text/swriter/guide/calculate.xhp" name="Calculating in Text Documents">Calculating in Text Documents</link></variable></h1>
+<h1 id="hd_id3149909" xml-lang="en-US"><variable id="calculate"><link href="text/swriter/guide/calculate.xhp">Calculating in Text Documents</link></variable></h1>
<paragraph id="par_id3149949" role="paragraph" xml-lang="en-US">You can insert a calculation directly into a text document or into a text table.</paragraph>
<list type="ordered">
diff --git a/source/text/swriter/guide/calculate_clipboard.xhp b/source/text/swriter/guide/calculate_clipboard.xhp
index 1b9bc0a0aa..3c1ae8365c 100644
--- a/source/text/swriter/guide/calculate_clipboard.xhp
+++ b/source/text/swriter/guide/calculate_clipboard.xhp
@@ -31,7 +31,7 @@
<bookmark_value>clipboard;calculating in text</bookmark_value>
<bookmark_value>formulas;pasting results in text documents</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3147692" role="heading" level="1"><variable id="calculate_clipboard"><link href="text/swriter/guide/calculate_clipboard.xhp" name=" Calculating and Pasting the Result of a Formula in a Text Document"> Calculating and Pasting the Result of a Formula in a Text Document</link>
+<paragraph xml-lang="en-US" id="hd_id3147692" role="heading" level="1"><variable id="calculate_clipboard"><link href="text/swriter/guide/calculate_clipboard.xhp"> Calculating and Pasting the Result of a Formula in a Text Document</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3156366" role="paragraph">If your text already contains a formula, for example "12+24*2", $[officename] can calculate, and then paste the result of the formula in your document, without using the <emph>Formula Bar</emph>.</paragraph>
<list type="ordered">
diff --git a/source/text/swriter/guide/calculate_intable.xhp b/source/text/swriter/guide/calculate_intable.xhp
index 9b3d77b11b..37f80deacb 100644
--- a/source/text/swriter/guide/calculate_intable.xhp
+++ b/source/text/swriter/guide/calculate_intable.xhp
@@ -34,7 +34,7 @@
<bookmark_value>table cells;calculating sums</bookmark_value>
<bookmark_value>sums of table cell series</bookmark_value>
</bookmark><comment>mw deleted "text tables;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3147400" role="heading" level="1"><variable id="calculate_intable"><link href="text/swriter/guide/calculate_intable.xhp" name="Calculating Cell Totals in Tables">Calculating the Sum of a Series of Table Cells</link>
+<paragraph xml-lang="en-US" id="hd_id3147400" role="heading" level="1"><variable id="calculate_intable"><link href="text/swriter/guide/calculate_intable.xhp">Calculating the Sum of a Series of Table Cells</link>
</variable></paragraph>
<list type="ordered">
<listitem>
diff --git a/source/text/swriter/guide/calculate_intext.xhp b/source/text/swriter/guide/calculate_intext.xhp
index 2ca20390ba..276f6d6a73 100644
--- a/source/text/swriter/guide/calculate_intext.xhp
+++ b/source/text/swriter/guide/calculate_intext.xhp
@@ -33,7 +33,7 @@
</bookmark>
<comment>mw reduced "calculating;" entries to one entry</comment>
-<paragraph id="hd_id3147406" role="heading" level="1" xml-lang="en-US"><variable id="calculate_intext"><link href="text/swriter/guide/calculate_intext.xhp" name="Calculating Complex Formulas in Text Documents">Calculating Complex Formulas in Text Documents</link></variable></paragraph>
+<paragraph id="hd_id3147406" role="heading" level="1" xml-lang="en-US"><variable id="calculate_intext"><link href="text/swriter/guide/calculate_intext.xhp">Calculating Complex Formulas in Text Documents</link></variable></paragraph>
<paragraph id="par_id3145245" role="paragraph" xml-lang="en-US">You can use predefined functions in a formula, and then insert the result of the calculation into a text document.</paragraph>
<paragraph id="par_id3152901" role="paragraph" xml-lang="en-US">For example, to calculate the mean value of three numbers, do the following:</paragraph>
diff --git a/source/text/swriter/guide/calculate_intext2.xhp b/source/text/swriter/guide/calculate_intext2.xhp
index 9e63c31729..0763f8c1ec 100644
--- a/source/text/swriter/guide/calculate_intext2.xhp
+++ b/source/text/swriter/guide/calculate_intext2.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3153899"><bookmark_value>calculating;in text tables</bookmark_value>
<bookmark_value>tables; performing calculations in</bookmark_value>
</bookmark><comment>MW reduced "text tables;" to "tables;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3153899" role="heading" level="1"><variable id="calculate_intext2"><link href="text/swriter/guide/calculate_intext2.xhp" name="Displaying the Result of a Table Calculation in a Different Table">Displaying the Result of a Table Calculation in a Different Table</link>
+<paragraph xml-lang="en-US" id="hd_id3153899" role="heading" level="1"><variable id="calculate_intext2"><link href="text/swriter/guide/calculate_intext2.xhp">Displaying the Result of a Table Calculation in a Different Table</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3154250" role="paragraph">You can perform a calculation on cells in one table and display the result in a different table.</paragraph>
<list type="ordered">
diff --git a/source/text/swriter/guide/calculate_multitable.xhp b/source/text/swriter/guide/calculate_multitable.xhp
index 74d08c1df9..224766b8a2 100644
--- a/source/text/swriter/guide/calculate_multitable.xhp
+++ b/source/text/swriter/guide/calculate_multitable.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3154248"><bookmark_value>calculating; across multiple text tables</bookmark_value>
<bookmark_value>tables;calculating across</bookmark_value>
</bookmark><comment>mw changed "text tables;" to "tables;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3154248" role="heading" level="1"><variable id="calculate_multitable"><link href="text/swriter/guide/calculate_multitable.xhp" name="Calculating Across Tables">Calculating Across Tables</link>
+<paragraph xml-lang="en-US" id="hd_id3154248" role="heading" level="1"><variable id="calculate_multitable"><link href="text/swriter/guide/calculate_multitable.xhp">Calculating Across Tables</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3147773" role="paragraph">You can perform calculations that span across more than one table in a text document.</paragraph>
<list type="ordered">
diff --git a/source/text/swriter/guide/captions.xhp b/source/text/swriter/guide/captions.xhp
index 46047d24fc..3f0c5669d9 100644
--- a/source/text/swriter/guide/captions.xhp
+++ b/source/text/swriter/guide/captions.xhp
@@ -41,7 +41,7 @@
<comment>mw deleted "adding;"</comment>
<paragraph id="par_id3147691" role="paragraph" localize="false" xml-lang="en-US"/>
-<paragraph id="hd_id3150537" role="heading" level="1" xml-lang="en-US"><variable id="captions"><link href="text/swriter/guide/captions.xhp" name="Using Captions">Using Captions</link></variable></paragraph>
+<paragraph id="hd_id3150537" role="heading" level="1" xml-lang="en-US"><variable id="captions"><link href="text/swriter/guide/captions.xhp">Using Captions</link></variable></paragraph>
<paragraph id="par_id3153156" role="paragraph" xml-lang="en-US">In text documents, you can add continuously numbered captions to graphics, tables, frames, and drawing objects.</paragraph>
<paragraph id="par_id3153172" role="paragraph" xml-lang="en-US">You can edit the text and the number ranges for different types of captions.</paragraph>
<paragraph id="par_id3153186" role="note" xml-lang="en-US">When you add a caption to a picture or to an object, the object and the caption text are placed together in a new frame. When you add a caption to a table, the caption text is inserted as a paragraph next to the table. When you add a caption to a frame, the caption text is added to the text inside the frame, either before or after the existing text.</paragraph>
diff --git a/source/text/swriter/guide/captions_numbers.xhp b/source/text/swriter/guide/captions_numbers.xhp
index b390022113..5100afd329 100644
--- a/source/text/swriter/guide/captions_numbers.xhp
+++ b/source/text/swriter/guide/captions_numbers.xhp
@@ -32,7 +32,7 @@
<bookmark_value>chapter numbers in captions</bookmark_value>
<bookmark_value>inserting;chapter numbers in captions</bookmark_value>
</bookmark>
-<h1 xml-lang="en-US" id="hd_id3147684"><variable id="captions_numbers"><link href="text/swriter/guide/captions_numbers.xhp" name="Adding Chapter Numbers to Captions">Adding Chapter Numbers to Captions</link>
+<h1 xml-lang="en-US" id="hd_id3147684"><variable id="captions_numbers"><link href="text/swriter/guide/captions_numbers.xhp">Adding Chapter Numbers to Captions</link>
</variable></h1>
<paragraph xml-lang="en-US" id="par_id3147395" role="paragraph">You can include chapter numbers in captions.</paragraph>
<paragraph xml-lang="en-US" id="par_id3147408" role="paragraph">Ensure that the text in your document is organized by chapters, and that the chapter titles and, if you want, the section titles, use one of the predefined heading paragraph styles. You must also assign a numbering option to the heading paragraph styles.</paragraph>
@@ -62,8 +62,8 @@
<paragraph xml-lang="en-US" id="par_id3147226" role="tip">$[officename] can automatically add a caption when you insert an object, graphic, or table. Choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - AutoCaption</emph>.</paragraph>
<section id="relatedtopics">
<embed href="text/swriter/guide/captions.xhp#captions"/>
- <paragraph xml-lang="en-US" id="par_id3145567" role="paragraph"><link href="text/shared/optionen/01041100.xhp" name="Caption dialog">AutoCaption dialog</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3145574" role="paragraph"><link href="text/swriter/guide/chapter_numbering.xhp" name="Chapter numbering">Chapter numbering</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3145567" role="paragraph"><link href="text/shared/optionen/01041100.xhp">AutoCaption dialog</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3145574" role="paragraph"><link href="text/swriter/guide/chapter_numbering.xhp">Chapter numbering</link></paragraph>
</section>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/swriter/guide/change_header.xhp b/source/text/swriter/guide/change_header.xhp
index 14509d0f9e..11c48a090a 100644
--- a/source/text/swriter/guide/change_header.xhp
+++ b/source/text/swriter/guide/change_header.xhp
@@ -35,7 +35,7 @@
</bookmark>
<comment>mw deleted "creating;"</comment>
-<paragraph id="hd_id3146875" role="heading" level="1" xml-lang="en-US"><variable id="change_header"><link href="text/swriter/guide/change_header.xhp" name="Creating a Page Style Based on the Current Page">Creating a Page Style Based on the Current Page</link></variable></paragraph>
+<paragraph id="hd_id3146875" role="heading" level="1" xml-lang="en-US"><variable id="change_header"><link href="text/swriter/guide/change_header.xhp">Creating a Page Style Based on the Current Page</link></variable></paragraph>
<paragraph id="par_id3153584" role="paragraph" xml-lang="en-US">You can design a page layout and then create a page style based on it.</paragraph>
<paragraph id="par_id3154245" role="paragraph" xml-lang="en-US">For example, you can create a page style that displays a particular header, and another page style that displays a different header.</paragraph>
diff --git a/source/text/swriter/guide/chapter_numbering.xhp b/source/text/swriter/guide/chapter_numbering.xhp
index f43c2e63af..5f0e773beb 100644
--- a/source/text/swriter/guide/chapter_numbering.xhp
+++ b/source/text/swriter/guide/chapter_numbering.xhp
@@ -37,7 +37,7 @@
</bookmark>
<comment>MW changed "removing;..." to "deleting;..." and made "outline numbering" a two level entry</comment>
-<h1 id="hd_id3147682" xml-lang="en-US"><variable id="chapter_numbering"><link href="text/swriter/guide/chapter_numbering.xhp" name="Chapter Numbering">Chapter Numbering</link></variable></h1>
+<h1 id="hd_id3147682" xml-lang="en-US"><variable id="chapter_numbering"><link href="text/swriter/guide/chapter_numbering.xhp">Chapter Numbering</link></variable></h1>
<paragraph id="par_id3155605" role="paragraph" xml-lang="en-US">You can modify the heading hierarchy or assign a level in the hierarchy to a custom paragraph style. You can also add chapter and section numbering to heading paragraph styles. By default, the "Heading 1" paragraph style is at the top of the chapter hierarchy.</paragraph>
<h2 id="hd_id3155626" xml-lang="en-US">To Add Automatic Numbering to a Heading Style</h2>
diff --git a/source/text/swriter/guide/conditional_text.xhp b/source/text/swriter/guide/conditional_text.xhp
index 5a064b4acc..c5ae906028 100644
--- a/source/text/swriter/guide/conditional_text.xhp
+++ b/source/text/swriter/guide/conditional_text.xhp
@@ -36,7 +36,7 @@
</bookmark>
-<paragraph id="hd_id3155619" role="heading" level="1" xml-lang="en-US"><variable id="conditional_text"><link href="text/swriter/guide/conditional_text.xhp" name="Conditional Text">Conditional Text</link></variable></paragraph>
+<paragraph id="hd_id3155619" role="heading" level="1" xml-lang="en-US"><variable id="conditional_text"><link href="text/swriter/guide/conditional_text.xhp">Conditional Text</link></variable></paragraph>
<paragraph id="par_id3155879" role="paragraph" xml-lang="en-US">You can set up fields in your document that display text when a condition that you define is met. For example, you can define the conditional text that is displayed in a series of reminder letters.</paragraph>
<paragraph id="par_id3155895" role="paragraph" xml-lang="en-US">Setting up conditional text in this example is a two-part process. First you create a variable, and then you create the condition.</paragraph>
@@ -108,7 +108,7 @@
<embed href="text/swriter/guide/fields_userdata.xhp#fields_userdata"/>
<embed href="text/swriter/guide/conditional_text2.xhp#conditional_text2"/>
<embed href="text/swriter/01/04090200.xhp#defining_conditions"/>
-<paragraph id="par_id3145714" role="paragraph" xml-lang="en-US"><link href="text/swriter/02/14020000.xhp" name="List of conditional operators">List of conditional operators</link></paragraph>
+<paragraph id="par_id3145714" role="paragraph" xml-lang="en-US"><link href="text/swriter/02/14020000.xhp">List of conditional operators</link></paragraph>
</section>
</body>
diff --git a/source/text/swriter/guide/conditional_text2.xhp b/source/text/swriter/guide/conditional_text2.xhp
index 3618e40590..73f786ad06 100644
--- a/source/text/swriter/guide/conditional_text2.xhp
+++ b/source/text/swriter/guide/conditional_text2.xhp
@@ -33,7 +33,7 @@
</bookmark>
-<paragraph id="hd_id3153108" role="heading" level="1" xml-lang="en-US"><variable id="conditional_text2"><link href="text/swriter/guide/conditional_text2.xhp" name="Conditional Text for Page Counts">Conditional Text for Page Counts</link></variable></paragraph>
+<paragraph id="hd_id3153108" role="heading" level="1" xml-lang="en-US"><variable id="conditional_text2"><link href="text/swriter/guide/conditional_text2.xhp">Conditional Text for Page Counts</link></variable></paragraph>
<paragraph id="par_id3156228" role="paragraph" xml-lang="en-US">You can create a conditional text field that displays the word "pages" instead of "page" in conjunction with a page count field if your document contains more than one page.</paragraph>
<list type="ordered">
diff --git a/source/text/swriter/guide/delete_from_dict.xhp b/source/text/swriter/guide/delete_from_dict.xhp
index df71cac2dd..0f7ea53578 100644
--- a/source/text/swriter/guide/delete_from_dict.xhp
+++ b/source/text/swriter/guide/delete_from_dict.xhp
@@ -34,7 +34,7 @@
</bookmark>
<comment>MW changed "removing;..." to "deleting;..."</comment>
-<paragraph id="hd_id3147688" role="heading" level="1" xml-lang="en-US"><variable id="delete_from_dict"><link href="text/swriter/guide/delete_from_dict.xhp" name="Removing Words From a User-Defined Dictionary">Removing Words From a User-Defined Dictionary</link></variable></paragraph>
+<paragraph id="hd_id3147688" role="heading" level="1" xml-lang="en-US"><variable id="delete_from_dict"><link href="text/swriter/guide/delete_from_dict.xhp">Removing Words From a User-Defined Dictionary</link></variable></paragraph>
<list type="ordered">
<listitem>
diff --git a/source/text/swriter/guide/dragdroptext.xhp b/source/text/swriter/guide/dragdroptext.xhp
index d99a25baff..b19ebb995a 100644
--- a/source/text/swriter/guide/dragdroptext.xhp
+++ b/source/text/swriter/guide/dragdroptext.xhp
@@ -33,7 +33,7 @@
<bookmark_value>pasting;cut/copied text sections</bookmark_value>
<bookmark_value>mouse;moving and copying text</bookmark_value>
</bookmark><comment>mw deleted "text sections;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3155919" role="heading" level="1"><variable id="dragdroptext"><link href="text/swriter/guide/dragdroptext.xhp" name="Moving and Copying Text in Documents">Moving and Copying Text in Documents</link>
+<paragraph xml-lang="en-US" id="hd_id3155919" role="heading" level="1"><variable id="dragdroptext"><link href="text/swriter/guide/dragdroptext.xhp">Moving and Copying Text in Documents</link>
</variable></paragraph>
<list type="ordered">
<listitem>
diff --git a/source/text/swriter/guide/even_odd_sdw.xhp b/source/text/swriter/guide/even_odd_sdw.xhp
index 30523652d9..a7ec09bc7d 100644
--- a/source/text/swriter/guide/even_odd_sdw.xhp
+++ b/source/text/swriter/guide/even_odd_sdw.xhp
@@ -41,7 +41,7 @@
</bookmark>
<comment>MW made "empty pages;..." and "blank pages;.." to one level entries.</comment>
-<paragraph id="hd_id3153407" role="heading" level="1" xml-lang="en-US"><variable id="even_odd_sdw"><link href="text/swriter/guide/even_odd_sdw.xhp" name="Alternating Page Styles on Odd and Even Pages">Alternating Page Styles on Odd and Even Pages</link></variable></paragraph>
+<paragraph id="hd_id3153407" role="heading" level="1" xml-lang="en-US"><variable id="even_odd_sdw"><link href="text/swriter/guide/even_odd_sdw.xhp">Alternating Page Styles on Odd and Even Pages</link></variable></paragraph>
<table id="tbl_id3152897">
<tablerow>
@@ -99,7 +99,7 @@
<section id="relatedtopics">
<embed href="text/swriter/guide/pagestyles.xhp#pagestyles"/>
<embed href="text/swriter/guide/header_footer.xhp#header_footer"/>
-<paragraph id="par_id3145596" role="paragraph" xml-lang="en-US"><link href="text/swriter/01/04010000.xhp" name="Insert Break dialog">Insert Break dialog</link></paragraph>
+<paragraph id="par_id3145596" role="paragraph" xml-lang="en-US"><link href="text/swriter/01/04010000.xhp">Insert Break dialog</link></paragraph>
</section>
</body>
diff --git a/source/text/swriter/guide/field_convert.xhp b/source/text/swriter/guide/field_convert.xhp
index 544c8a474a..6d393e5d3e 100644
--- a/source/text/swriter/guide/field_convert.xhp
+++ b/source/text/swriter/guide/field_convert.xhp
@@ -32,7 +32,7 @@
<bookmark_value>replacing;fields, by text</bookmark_value>
<bookmark_value>changing;fields, into text</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3154079" role="heading" level="1"><variable id="field_convert"><link href="text/swriter/guide/field_convert.xhp" name="Converting a Field into Text">Converting a Field into Text</link>
+<paragraph xml-lang="en-US" id="hd_id3154079" role="heading" level="1"><variable id="field_convert"><link href="text/swriter/guide/field_convert.xhp">Converting a Field into Text</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3149281" role="paragraph">You can change a field to regular text, so that it is no longer updated. After you change a field to text, you cannot change the text back into a field.</paragraph>
<list type="ordered">
@@ -50,6 +50,6 @@
</list>
<embed href="text/shared/00/00000004.xhp#related"/>
<embed href="text/swriter/guide/fields.xhp#fields"/>
- <paragraph xml-lang="en-US" id="par_id3157551" role="paragraph"><link href="text/shared/01/02070000.xhp" name="Paste Special">Paste Special</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3157551" role="paragraph"><link href="text/shared/01/02070000.xhp">Paste Special</link></paragraph>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/swriter/guide/fields.xhp b/source/text/swriter/guide/fields.xhp
index ca839452c0..979acc4400 100644
--- a/source/text/swriter/guide/fields.xhp
+++ b/source/text/swriter/guide/fields.xhp
@@ -35,13 +35,13 @@
<bookmark_value>changing;field shadings</bookmark_value>
<bookmark_value>viewing;fields</bookmark_value>
</bookmark><comment>mw changed "fields;..."</comment>
-<paragraph xml-lang="en-US" id="hd_id3145576" role="heading" level="1"><variable id="fields"><link href="text/swriter/guide/fields.xhp" name="About Fields">About Fields</link>
+<paragraph xml-lang="en-US" id="hd_id3145576" role="heading" level="1"><variable id="fields"><link href="text/swriter/guide/fields.xhp">About Fields</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3154246" role="paragraph">Fields are used for data that changes in a document, such as the current date or the total number of pages in a document.</paragraph>
<paragraph xml-lang="en-US" id="hd_id3154262" role="heading" level="2">Viewing Fields</paragraph>
- <paragraph xml-lang="en-US" id="par_id3150509" role="paragraph">Fields consist of a field name and the field content. To switch the field display between the field name or the field content, choose <link href="text/swriter/01/03090000.xhp" name="View - Field Names"><emph>View - Field Names</emph></link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3150509" role="paragraph">Fields consist of a field name and the field content. To switch the field display between the field name or the field content, choose <link href="text/swriter/01/03090000.xhp"><emph>View - Field Names</emph></link>.</paragraph>
<paragraph xml-lang="en-US" id="par_id3150536" role="paragraph">To display or hide field highlighting in a document, choose <emph>View - Field Shadings</emph>. To permanently disable this feature, choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Application Colors</emph>, and clear the check box in front of <emph>Field shadings</emph>.</paragraph>
- <paragraph xml-lang="en-US" id="par_id3152885" role="paragraph">To change the color of field shadings, 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/01012000.xhp" name="$[officename] - Application Colors"><item type="menuitem">$[officename] - Application Colors</item></link>, locate the <item type="menuitem">Field shadings</item> option, and then select a different color in the <item type="menuitem">Color setting</item> box.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3152885" role="paragraph">To change the color of field shadings, 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/01012000.xhp"><item type="menuitem">$[officename] - Application Colors</item></link>, locate the <item type="menuitem">Field shadings</item> option, and then select a different color in the <item type="menuitem">Color setting</item> box.</paragraph>
<paragraph xml-lang="en-US" id="hd_id3153166" role="heading" level="2">Field Properties</paragraph>
<paragraph xml-lang="en-US" id="par_id3153180" role="paragraph">Most field types in a document, including database fields, store and display variable values.</paragraph>
<paragraph xml-lang="en-US" id="par_id3155533" role="paragraph">The following field types execute an action when you click the field:</paragraph>
diff --git a/source/text/swriter/guide/fields_date.xhp b/source/text/swriter/guide/fields_date.xhp
index 798e32e510..0a6777e631 100644
--- a/source/text/swriter/guide/fields_date.xhp
+++ b/source/text/swriter/guide/fields_date.xhp
@@ -36,7 +36,7 @@
</bookmark>
-<paragraph id="hd_id3155165" role="heading" level="1" xml-lang="en-US"><variable id="fields_date"><link href="text/swriter/guide/fields_date.xhp" name="Inserting a Fixed or Variable Date Field">Inserting a Fixed or Variable Date Field</link></variable></paragraph>
+<paragraph id="hd_id3155165" role="heading" level="1" xml-lang="en-US"><variable id="fields_date"><link href="text/swriter/guide/fields_date.xhp">Inserting a Fixed or Variable Date Field</link></variable></paragraph>
<paragraph id="par_id3154491" role="paragraph" xml-lang="en-US">You can insert the current date as a field that updates each time you open the document, or as a field that does not update.</paragraph>
<list type="ordered">
diff --git a/source/text/swriter/guide/fields_enter.xhp b/source/text/swriter/guide/fields_enter.xhp
index c2215d06bb..de4c1f6d6e 100644
--- a/source/text/swriter/guide/fields_enter.xhp
+++ b/source/text/swriter/guide/fields_enter.xhp
@@ -35,7 +35,7 @@
</bookmark>
<comment>MW deleted "adding;"</comment>
-<paragraph id="hd_id3155916" role="heading" level="1" xml-lang="en-US"><variable id="fields_enter"><link href="text/swriter/guide/fields_enter.xhp" name="Adding Input Fields">Adding Input Fields</link></variable></paragraph>
+<paragraph id="hd_id3155916" role="heading" level="1" xml-lang="en-US"><variable id="fields_enter"><link href="text/swriter/guide/fields_enter.xhp">Adding Input Fields</link></variable></paragraph>
<paragraph id="par_id3153409" role="paragraph" xml-lang="en-US">An input field is a variable that you can click in a document to open a dialog where you can edit the variable.</paragraph>
<list type="ordered">
diff --git a/source/text/swriter/guide/fields_userdata.xhp b/source/text/swriter/guide/fields_userdata.xhp
index bf74c016e5..e98fab0a13 100644
--- a/source/text/swriter/guide/fields_userdata.xhp
+++ b/source/text/swriter/guide/fields_userdata.xhp
@@ -37,7 +37,7 @@
</bookmark>
-<paragraph id="hd_id3153398" role="heading" level="1" xml-lang="en-US"><variable id="fields_userdata"><link href="text/swriter/guide/fields_userdata.xhp" name="Querying User Data in Fields or Conditions">Querying User Data in Fields or Conditions</link></variable></paragraph>
+<paragraph id="hd_id3153398" role="heading" level="1" xml-lang="en-US"><variable id="fields_userdata"><link href="text/swriter/guide/fields_userdata.xhp">Querying User Data in Fields or Conditions</link></variable></paragraph>
<paragraph id="par_id3154239" role="paragraph" xml-lang="en-US">You can access and compare some user data from conditions or fields. For example, you can compare user data with the following operators:</paragraph>
<table id="tbl_id3154255">
@@ -225,7 +225,7 @@
<embed href="text/swriter/guide/fields.xhp#fields"/>
<embed href="text/swriter/guide/conditional_text.xhp#conditional_text"/>
<embed href="text/swriter/guide/hidden_text.xhp#hidden_text"/>
-<paragraph id="par_id3147392" role="paragraph" xml-lang="en-US"><link href="text/swriter/02/14020000.xhp" name="List of operators">List of operators</link></paragraph>
+<paragraph id="par_id3147392" role="paragraph" xml-lang="en-US"><link href="text/swriter/02/14020000.xhp">List of operators</link></paragraph>
</section>
</body>
diff --git a/source/text/swriter/guide/footer_nextpage.xhp b/source/text/swriter/guide/footer_nextpage.xhp
index 31cfd6c257..e89aa14915 100644
--- a/source/text/swriter/guide/footer_nextpage.xhp
+++ b/source/text/swriter/guide/footer_nextpage.xhp
@@ -34,7 +34,7 @@
<bookmark_value>page numbers; continuation pages</bookmark_value>
</bookmark>
-<h1 id="hd_id3145819" xml-lang="en-US"><variable id="footer_nextpage"><link href="text/swriter/guide/footer_nextpage.xhp" name="Inserting Page Numbers of Continuation Pages">Inserting Page Numbers of Continuation Pages</link></variable></h1>
+<h1 id="hd_id3145819" xml-lang="en-US"><variable id="footer_nextpage"><link href="text/swriter/guide/footer_nextpage.xhp">Inserting Page Numbers of Continuation Pages</link></variable></h1>
<paragraph id="par_id3154242" role="paragraph" xml-lang="en-US">You can easily insert the page number of the next page in a footer by using a field.</paragraph>
<paragraph id="par_id3154256" role="paragraph" xml-lang="en-US">The page number is only displayed if the following page exists.</paragraph>
diff --git a/source/text/swriter/guide/footer_pagenumber.xhp b/source/text/swriter/guide/footer_pagenumber.xhp
index d4ad56f9f9..9605f0b925 100644
--- a/source/text/swriter/guide/footer_pagenumber.xhp
+++ b/source/text/swriter/guide/footer_pagenumber.xhp
@@ -32,7 +32,7 @@
<bookmark_value>page numbers; footers</bookmark_value>
<bookmark_value>numbering;pages</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3155624" role="heading" level="1"><variable id="footer_pagenumber"><link href="text/swriter/guide/footer_pagenumber.xhp" name="Inserting Page Numbers in Footers">Inserting Page Numbers in Footers</link>
+<paragraph xml-lang="en-US" id="hd_id3155624" role="heading" level="1"><variable id="footer_pagenumber"><link href="text/swriter/guide/footer_pagenumber.xhp">Inserting Page Numbers in Footers</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id8230842" role="paragraph">You can easily insert a page number field in the footer of your document. You can also add a page count to the footer, for example, in the form "Page 9 of 12"</paragraph>
<paragraph xml-lang="en-US" id="hd_id7867366" role="heading" level="2">To Insert a Page Number</paragraph>
diff --git a/source/text/swriter/guide/footnote_usage.xhp b/source/text/swriter/guide/footnote_usage.xhp
index 3c1226cb65..131db59b98 100644
--- a/source/text/swriter/guide/footnote_usage.xhp
+++ b/source/text/swriter/guide/footnote_usage.xhp
@@ -36,7 +36,7 @@
<bookmark_value>footnotes; inserting and editing</bookmark_value>
</bookmark>
-<h1 id="hd_id3145819" xml-lang="en-US"><variable id="footnote_usage"><link href="text/swriter/guide/footnote_usage.xhp" name="Inserting and Editing Footnotes or Endnotes">Inserting and Editing Footnotes or Endnotes</link></variable></h1>
+<h1 id="hd_id3145819" xml-lang="en-US"><variable id="footnote_usage"><link href="text/swriter/guide/footnote_usage.xhp">Inserting and Editing Footnotes or Endnotes</link></variable></h1>
<paragraph id="par_id3154258" role="paragraph" xml-lang="en-US">Footnotes reference more information about a topic at the bottom of a page and endnotes reference information at the end of the document. $[officename] automatically numbers the footnotes and endnotes.</paragraph>
<h2 id="hd_id3155881" xml-lang="en-US">To Insert a Footnote or Endnote</h2>
@@ -46,7 +46,7 @@
<paragraph id="par_id3155903" role="listitem" xml-lang="en-US">Click in your document where you want to place the anchor of the note.</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id3147120" role="listitem" xml-lang="en-US">Choose <link href="text/swriter/01/04030000.xhp" name="Insert - Footnote"><emph>Insert - Footnote and Endnote - Footnote or Endnote</emph></link>.</paragraph>
+ <paragraph id="par_id3147120" role="listitem" xml-lang="en-US">Choose <link href="text/swriter/01/04030000.xhp"><emph>Insert - Footnote and Endnote - Footnote or Endnote</emph></link>.</paragraph>
</listitem>
<listitem>
<paragraph id="par_id3150937" role="listitem" xml-lang="en-US">In the <item type="menuitem">Numbering</item> area, select the format that you want to use. If you select <item type="menuitem">Character</item>, click the <item type="menuitem">Choose</item> button and select the character that you want to use for the footnote.</paragraph>
@@ -108,13 +108,13 @@
<list type="unordered">
<listitem>
- <paragraph id="par_id3145081" role="listitem" xml-lang="en-US">To edit the numbering properties of a footnote or endnote anchor, click in front of the anchor, and choose <link href="text/swriter/01/02150000.xhp" name="Edit - Footnote"><emph>Edit - Footnote/Endnote</emph></link>.</paragraph>
+ <paragraph id="par_id3145081" role="listitem" xml-lang="en-US">To edit the numbering properties of a footnote or endnote anchor, click in front of the anchor, and choose <link href="text/swriter/01/02150000.xhp"><emph>Edit - Footnote/Endnote</emph></link>.</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id3147776" role="listitem" xml-lang="en-US">To change the formatting that $[officename] applies to footnotes and endnotes, choose <link href="text/swriter/01/06080000.xhp" name="Tools - Footnotes"><emph>Tools - Footnotes and Endnotes</emph></link>.</paragraph>
+ <paragraph id="par_id3147776" role="listitem" xml-lang="en-US">To change the formatting that $[officename] applies to footnotes and endnotes, choose <link href="text/swriter/01/06080000.xhp"><emph>Tools - Footnotes and Endnotes</emph></link>.</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id3147813" role="listitem" xml-lang="en-US">To edit the properties of the text area for footnotes or endnotes, choose <emph>Format - Page Style</emph>, and then click the <link href="text/swriter/01/05040600.xhp" name="Footnote"><emph>Footnote</emph></link> tab.</paragraph>
+ <paragraph id="par_id3147813" role="listitem" xml-lang="en-US">To edit the properties of the text area for footnotes or endnotes, choose <emph>Format - Page Style</emph>, and then click the <link href="text/swriter/01/05040600.xhp"><emph>Footnote</emph></link> tab.</paragraph>
</listitem>
<listitem>
<paragraph id="par_id3147232" role="listitem" xml-lang="en-US">To remove a footnote, delete the footnote anchor in the text.</paragraph>
@@ -123,7 +123,7 @@
<section id="relatedtopics">
<embed href="text/swriter/guide/footnote_with_line.xhp#footnote_with_line"/>
<embed href="text/swriter/01/05040700.xhp#fussendnotenh1"/>
-<paragraph role="paragraph" id="par_id251603931682056"><link href="text/shared/01/06140200.xhp" name="makeshortcut">Making a Shortcut Key</link></paragraph>
+<paragraph role="paragraph" id="par_id251603931682056"><link href="text/shared/01/06140200.xhp">Making a Shortcut Key</link></paragraph>
</section>
</body>
diff --git a/source/text/swriter/guide/footnote_with_line.xhp b/source/text/swriter/guide/footnote_with_line.xhp
index d1796acad6..3217b391c3 100644
--- a/source/text/swriter/guide/footnote_with_line.xhp
+++ b/source/text/swriter/guide/footnote_with_line.xhp
@@ -36,7 +36,7 @@
</bookmark>
-<paragraph id="hd_id3147683" role="heading" level="1" xml-lang="en-US"><variable id="footnote_with_line"><link href="text/swriter/guide/footnote_with_line.xhp" name="Spacing Between Footnotes">Spacing Between Footnotes</link></variable></paragraph>
+<paragraph id="hd_id3147683" role="heading" level="1" xml-lang="en-US"><variable id="footnote_with_line"><link href="text/swriter/guide/footnote_with_line.xhp">Spacing Between Footnotes</link></variable></paragraph>
<paragraph id="par_id3145808" role="paragraph" xml-lang="en-US">If you want to increase the spacing between footnote or endnote texts, you can add a top and bottom border to the corresponding paragraph style.</paragraph>
<list type="ordered">
@@ -50,7 +50,7 @@
<paragraph id="par_id3154251" role="listitem" xml-lang="en-US">Right-click the Paragraph Style that you want to modify, for example, "Footnote", and choose <emph>Modify</emph>.</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id3155884" role="listitem" xml-lang="en-US">Click the <link href="text/shared/01/05030500.xhp" name="Borders"><emph>Borders</emph></link> tab.</paragraph>
+ <paragraph id="par_id3155884" role="listitem" xml-lang="en-US">Click the <link href="text/shared/01/05030500.xhp"><emph>Borders</emph></link> tab.</paragraph>
</listitem>
<listitem>
<paragraph id="par_id3147110" role="listitem" xml-lang="en-US">In the <item type="menuitem">Default</item> area, click the <item type="menuitem">Set Top and Bottom Borders Only</item> icon.</paragraph>
@@ -73,7 +73,7 @@
</list>
<embed href="text/shared/00/00000004.xhp#related"/>
<embed href="text/swriter/guide/footnote_usage.xhp#footnote_usage"/>
-<paragraph id="par_id3148846" role="paragraph" xml-lang="en-US"><link href="text/shared/01/05030500.xhp" name="Format - Paragraph - Borders">Format - Paragraph - Borders</link></paragraph>
+<paragraph id="par_id3148846" role="paragraph" xml-lang="en-US"><link href="text/shared/01/05030500.xhp">Format - Paragraph - Borders</link></paragraph>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/swriter/guide/form_letters_main.xhp b/source/text/swriter/guide/form_letters_main.xhp
index 894d9ffafd..4871a616d9 100644
--- a/source/text/swriter/guide/form_letters_main.xhp
+++ b/source/text/swriter/guide/form_letters_main.xhp
@@ -30,7 +30,7 @@
<bookmark_value>letters; creating form letters</bookmark_value>
<bookmark_value>wizards;form letters</bookmark_value>
</bookmark><comment>mw added "serial letters"</comment>
-<paragraph xml-lang="en-US" id="hd_id3159257" role="heading" level="1"><variable id="form_letters"><variable id="form_letters_main"><link href="text/swriter/guide/form_letters_main.xhp" name="Creating a Form Letter">Creating a Form Letter</link>
+<paragraph xml-lang="en-US" id="hd_id3159257" role="heading" level="1"><variable id="form_letters"><variable id="form_letters_main"><link href="text/swriter/guide/form_letters_main.xhp">Creating a Form Letter</link>
</variable>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3150502" role="paragraph">To create a form letter, you need a text document that contains fields for address data, and an address database. Then you combine or merge the address data and the text document to either print the letters or send them by email.</paragraph>
diff --git a/source/text/swriter/guide/globaldoc.xhp b/source/text/swriter/guide/globaldoc.xhp
index 0a0a73d754..700a6d3d0f 100644
--- a/source/text/swriter/guide/globaldoc.xhp
+++ b/source/text/swriter/guide/globaldoc.xhp
@@ -64,7 +64,7 @@
<section id="relatedtopics">
<embed href="text/swriter/guide/globaldoc_howtos.xhp#globaldoc_howtos"/>
<embed href="text/swriter/guide/indices_multidoc.xhp#indices_multidoc"/>
- <paragraph xml-lang="en-US" id="par_id3154382" role="paragraph"><link href="text/shared/01/02110000.xhp" name="Navigator in master mode">Navigator in master mode</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154382" role="paragraph"><link href="text/shared/01/02110000.xhp">Navigator in master mode</link></paragraph>
</section>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/swriter/guide/globaldoc_howtos.xhp b/source/text/swriter/guide/globaldoc_howtos.xhp
index 0cae87b8cf..c86652d6cf 100644
--- a/source/text/swriter/guide/globaldoc_howtos.xhp
+++ b/source/text/swriter/guide/globaldoc_howtos.xhp
@@ -163,7 +163,7 @@
<section id="relatedtopics">
<embed href="text/swriter/guide/globaldoc.xhp#globaldoc"/>
<embed href="text/swriter/guide/indices_multidoc.xhp#indices_multidoc"/>
-<paragraph id="par_id3154382" role="paragraph" xml-lang="en-US"><link href="text/shared/01/02110000.xhp" name="Navigator in master mode">Navigator in master mode</link></paragraph>
+<paragraph id="par_id3154382" role="paragraph" xml-lang="en-US"><link href="text/shared/01/02110000.xhp">Navigator in master mode</link></paragraph>
</section>
</body>
diff --git a/source/text/swriter/guide/header_footer.xhp b/source/text/swriter/guide/header_footer.xhp
index f31ab281cb..c0015de476 100644
--- a/source/text/swriter/guide/header_footer.xhp
+++ b/source/text/swriter/guide/header_footer.xhp
@@ -33,8 +33,8 @@
<bookmark_value>HTML documents; headers and footers</bookmark_value>
</bookmark>
-<h1 id="hd_id3155863" xml-lang="en-US"><variable id="header_footer"><link href="text/swriter/guide/header_footer.xhp" name="About Headers and Footers">About Headers and Footers</link></variable></h1>
-<paragraph id="par_id3154255" role="paragraph" xml-lang="en-US">Headers and footers are areas in the top and the bottom page margins, where you can add text or graphics. Headers and footers are added to the current page style. Any page that uses the same style automatically receives the header or footer that you add. You can insert <link href="text/swriter/01/04090000.xhp" name="Fields">Fields</link>, such as page numbers and chapter headings, in headers and footers in a text document.</paragraph>
+<h1 id="hd_id3155863" xml-lang="en-US"><variable id="header_footer"><link href="text/swriter/guide/header_footer.xhp">About Headers and Footers</link></variable></h1>
+<paragraph id="par_id3154255" role="paragraph" xml-lang="en-US">Headers and footers are areas in the top and the bottom page margins, where you can add text or graphics. Headers and footers are added to the current page style. Any page that uses the same style automatically receives the header or footer that you add. You can insert <link href="text/swriter/01/04090000.xhp">Fields</link>, such as page numbers and chapter headings, in headers and footers in a text document.</paragraph>
<paragraph id="par_id3150511" role="note" xml-lang="en-US">The page style for the current page is displayed in the <emph>Status Bar</emph>.</paragraph>
<list type="unordered">
@@ -52,7 +52,7 @@
<list type="unordered">
<listitem>
- <paragraph id="par_id3146876" role="listitem" xml-lang="en-US">To use different headers or footers in your document, you must add them to different <link href="text/swriter/guide/header_pagestyles.xhp" name="Page Styles">Page Styles</link>, and then apply the styles to the pages where you want the headers or footer to appear.</paragraph>
+ <paragraph id="par_id3146876" role="listitem" xml-lang="en-US">To use different headers or footers in your document, you must add them to different <link href="text/swriter/guide/header_pagestyles.xhp">Page Styles</link>, and then apply the styles to the pages where you want the headers or footer to appear.</paragraph>
</listitem></list>
<h2 id="hd_id3150704" xml-lang="en-US">Headers and Footers in HTML Documents</h2>
@@ -63,7 +63,7 @@
<embed href="text/swriter/guide/header_pagestyles.xhp#header_pagestyles"/>
<embed href="text/swriter/guide/header_with_chapter.xhp#header_with_chapter"/>
<embed href="text/swriter/guide/header_with_line.xhp#header_with_line"/>
-<paragraph id="par_id3153174" role="paragraph" xml-lang="en-US"><link href="text/swriter/guide/header_pagestyles.xhp" name="Page Styles">Page Styles</link></paragraph>
+<paragraph id="par_id3153174" role="paragraph" xml-lang="en-US"><link href="text/swriter/guide/header_pagestyles.xhp">Page Styles</link></paragraph>
</section>
</body>
diff --git a/source/text/swriter/guide/header_pagestyles.xhp b/source/text/swriter/guide/header_pagestyles.xhp
index 116da8d964..ebcc0aec15 100644
--- a/source/text/swriter/guide/header_pagestyles.xhp
+++ b/source/text/swriter/guide/header_pagestyles.xhp
@@ -36,7 +36,7 @@
</bookmark>
-<paragraph id="hd_id3155920" role="heading" level="1" xml-lang="en-US"><variable id="header_pagestyles"><link href="text/swriter/guide/header_pagestyles.xhp" name="Defining Different Headers and Footers">Defining Different Headers and Footers</link></variable></paragraph>
+<paragraph id="hd_id3155920" role="heading" level="1" xml-lang="en-US"><variable id="header_pagestyles"><link href="text/swriter/guide/header_pagestyles.xhp">Defining Different Headers and Footers</link></variable></paragraph>
<paragraph id="par_id3154263" role="paragraph" xml-lang="en-US">You can use different headers and footers on different pages in your document, so long as the pages use different page styles. $[officename] provides several predefined page styles, such as <emph>First page</emph>, <emph>Left page</emph> and <emph>Right page</emph>, or you can create a custom page style.</paragraph>
<paragraph id="par_id3147105" role="paragraph" xml-lang="en-US">You can also use the mirrored page layout if you want to add a header to a page style that has different inner and outer page margins. To apply this option to a page style, choose <item type="menuitem">Format - Page Style</item>, click the <item type="menuitem">Page</item> tab, and in the <item type="menuitem">Layout settings</item> area, choose “Mirrored” in the <item type="menuitem">Page layout</item> box.</paragraph>
<paragraph id="par_id3150224" role="paragraph" xml-lang="en-US">For example, you can use page styles to define different headers for even and odd pages in a document.</paragraph>
diff --git a/source/text/swriter/guide/header_with_chapter.xhp b/source/text/swriter/guide/header_with_chapter.xhp
index 7460d41455..184e79ae03 100644
--- a/source/text/swriter/guide/header_with_chapter.xhp
+++ b/source/text/swriter/guide/header_with_chapter.xhp
@@ -35,7 +35,7 @@
<bookmark_value>names; chapter names in headers</bookmark_value>
</bookmark>
-<h1 id="hd_id3155919" xml-lang="en-US"><variable id="header_with_chapter"><link href="text/swriter/guide/header_with_chapter.xhp" name="Inserting a Chapter Name and Number in a Header or a Footer">Inserting a Chapter Name and Number in a Header or a Footer</link></variable></h1>
+<h1 id="hd_id3155919" xml-lang="en-US"><variable id="header_with_chapter"><link href="text/swriter/guide/header_with_chapter.xhp">Inserting a Chapter Name and Number in a Header or a Footer</link></variable></h1>
<paragraph id="par_id3153414" role="paragraph" xml-lang="en-US">Before you can insert chapter information into a header or footer, you must first set the chapter numbering options for the paragraph style that you want to use for chapter titles.</paragraph>
<h2 id="hd_id3154244" xml-lang="en-US">To Create a Paragraph Style for Chapter Titles</h2>
diff --git a/source/text/swriter/guide/header_with_line.xhp b/source/text/swriter/guide/header_with_line.xhp
index 7f811ac1f3..28d5244d81 100644
--- a/source/text/swriter/guide/header_with_line.xhp
+++ b/source/text/swriter/guide/header_with_line.xhp
@@ -37,7 +37,7 @@
</bookmark>
<comment>MW changed "inserting;"</comment>
-<paragraph id="hd_id3154866" role="heading" level="1" xml-lang="en-US"><variable id="header_with_line"><link href="text/swriter/guide/header_with_line.xhp" name="Formatting Headers or Footers">Formatting Headers or Footers</link></variable></paragraph>
+<paragraph id="hd_id3154866" role="heading" level="1" xml-lang="en-US"><variable id="header_with_line"><link href="text/swriter/guide/header_with_line.xhp">Formatting Headers or Footers</link></variable></paragraph>
<paragraph id="par_id3154243" role="paragraph" xml-lang="en-US">You can apply direct formatting to the text in a header or footer. You can also adjust the spacing of the text relative to the header or footer frame or apply a border to the header or footer.</paragraph>
<list type="ordered">
diff --git a/source/text/swriter/guide/hidden_text.xhp b/source/text/swriter/guide/hidden_text.xhp
index e8bddbe45e..a2d2341552 100644
--- a/source/text/swriter/guide/hidden_text.xhp
+++ b/source/text/swriter/guide/hidden_text.xhp
@@ -31,7 +31,7 @@
<bookmark_value>hiding;text, with conditions</bookmark_value>
<bookmark_value>variables;for hiding text</bookmark_value>
</bookmark><comment>mw deleted "comparisons;" and copied two entries to hidden_text_display.xhp and 2 entries to nonprintable_text.xhp</comment><comment>MW added "variables;"</comment>
-<h1 xml-lang="en-US" id="hd_id3148856"><variable id="hidden_text"><link href="text/swriter/guide/hidden_text.xhp" name="Hiding Text">Hiding Text</link></variable></h1>
+<h1 xml-lang="en-US" id="hd_id3148856"><variable id="hidden_text"><link href="text/swriter/guide/hidden_text.xhp">Hiding Text</link></variable></h1>
<paragraph xml-lang="en-US" id="par_id3150103" role="paragraph">You can use fields and sections to hide or display text in your document if a condition is met.</paragraph>
<paragraph xml-lang="en-US" id="par_id3153409" role="paragraph">Before you can hide text, you must first create a variable to use in the condition for hiding the text.</paragraph>
<h2 xml-lang="en-US" id="hd_id5174108">To Create a Variable</h2>
@@ -116,11 +116,11 @@
<section id="relatedtopics">
<embed href="text/swriter/guide/conditional_text.xhp#conditional_text"/>
<embed href="text/swriter/guide/fields_userdata.xhp#fields_userdata"/>
- <paragraph xml-lang="en-US" id="par_id3846858" role="paragraph"><link href="text/swriter/guide/hidden_text_display.xhp" name="Displaying Hidden Text">Displaying Hidden Text</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id8148442" role="paragraph"><link href="text/swriter/guide/nonprintable_text.xhp" name="Creating Non-printing Text">Creating Non-printing Text</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3148603" role="paragraph"><link href="text/swriter/01/04090000.xhp" name="Insert - Fields - Other">Insert - Field - More Fields</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3147011" role="paragraph"><link href="text/swriter/01/04020000.xhp" name="Insert - Section">Insert - Section</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3147029" role="paragraph"><link href="text/swriter/02/14020000.xhp" name="List of Operators">List of Operators</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3846858" role="paragraph"><link href="text/swriter/guide/hidden_text_display.xhp">Displaying Hidden Text</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id8148442" role="paragraph"><link href="text/swriter/guide/nonprintable_text.xhp">Creating Non-printing Text</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3148603" role="paragraph"><link href="text/swriter/01/04090000.xhp">Insert - Field - More Fields</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3147011" role="paragraph"><link href="text/swriter/01/04020000.xhp">Insert - Section</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3147029" role="paragraph"><link href="text/swriter/02/14020000.xhp">List of Operators</link></paragraph>
</section>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/swriter/guide/hidden_text_display.xhp b/source/text/swriter/guide/hidden_text_display.xhp
index 01244aa96d..0e4b717d20 100644
--- a/source/text/swriter/guide/hidden_text_display.xhp
+++ b/source/text/swriter/guide/hidden_text_display.xhp
@@ -28,7 +28,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3148856"><bookmark_value>hidden text; displaying</bookmark_value>
<bookmark_value>displaying;hidden text</bookmark_value>
</bookmark><comment>MW copied two entries from hidden_text.xhp</comment>
-<h1 xml-lang="en-US" id="hd_id3148856"><variable id="hidden_text_display"><link href="text/swriter/guide/hidden_text_display.xhp" name="Displaying Hidden Text">Displaying Hidden Text</link>
+<h1 xml-lang="en-US" id="hd_id3148856"><variable id="hidden_text_display"><link href="text/swriter/guide/hidden_text_display.xhp">Displaying Hidden Text</link>
</variable></h1><comment>MW created this guide from splitting hidden_text.xhp</comment>
<paragraph xml-lang="en-US" id="par_id5659962" role="paragraph">If you have a text that was hidden by defining a condition with a variable, you have several options to display the hidden text. Do one of the following:</paragraph>
<list type="unordered">
@@ -45,9 +45,9 @@
</listitem>
</list>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id1865901" role="paragraph"><link href="text/swriter/guide/hidden_text.xhp" name="Hiding Text">Hiding Text</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id1865901" role="paragraph"><link href="text/swriter/guide/hidden_text.xhp">Hiding Text</link></paragraph>
<embed href="text/swriter/guide/conditional_text.xhp#conditional_text"/>
- <paragraph xml-lang="en-US" id="par_id3147029" role="paragraph"><link href="text/swriter/02/14020000.xhp" name="List of Operators">List of Operators</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3147029" role="paragraph"><link href="text/swriter/02/14020000.xhp">List of Operators</link></paragraph>
</section>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/swriter/guide/hyperlinks.xhp b/source/text/swriter/guide/hyperlinks.xhp
index 4087575b97..e2803c889d 100644
--- a/source/text/swriter/guide/hyperlinks.xhp
+++ b/source/text/swriter/guide/hyperlinks.xhp
@@ -35,7 +35,7 @@
</bookmark>
<comment>mw deleted "adding;"</comment>
-<paragraph id="hd_id3155845" role="heading" level="1" xml-lang="en-US"><variable id="hyperlinks"><link href="text/swriter/guide/hyperlinks.xhp" name="Inserting Hyperlinks With the Navigator">Inserting Hyperlinks With the Navigator</link></variable></paragraph>
+<paragraph id="hd_id3155845" role="heading" level="1" xml-lang="en-US"><variable id="hyperlinks"><link href="text/swriter/guide/hyperlinks.xhp">Inserting Hyperlinks With the Navigator</link></variable></paragraph>
<paragraph id="par_id3155858" role="paragraph" xml-lang="en-US">You can insert a cross-reference as a hyperlink in your document using the Navigator. You can even cross-reference items from other <item type="productname">%PRODUCTNAME</item> documents. If you click the hyperlink when the document is opened in <item type="productname">%PRODUCTNAME</item>, you are taken to the cross-referenced item.</paragraph>
<list type="ordered">
diff --git a/source/text/swriter/guide/hyphen_prevent.xhp b/source/text/swriter/guide/hyphen_prevent.xhp
index 6bda3fe528..329c9f9b69 100644
--- a/source/text/swriter/guide/hyphen_prevent.xhp
+++ b/source/text/swriter/guide/hyphen_prevent.xhp
@@ -28,7 +28,7 @@
<bookmark_value>words;wrapping/not wrapping in text</bookmark_value>
<bookmark_value>switching off;hyphenation for specific words</bookmark_value>
</bookmark>
-<h1 xml-lang="en-US" id="hd_id3149695"><variable id="hyphen_prevent"><link href="text/swriter/guide/hyphen_prevent.xhp" name="Preventing Hyphenation of Specific Words">Preventing Hyphenation of Specific Words</link>
+<h1 xml-lang="en-US" id="hd_id3149695"><variable id="hyphen_prevent"><link href="text/swriter/guide/hyphen_prevent.xhp">Preventing Hyphenation of Specific Words</link>
</variable></h1><comment>MW created this guide from splitting using_hyphen.xhp</comment>
<paragraph xml-lang="en-US" id="par_id5640125" role="paragraph">If your text is <link href="text/swriter/guide/using_hyphen.xhp">automatically hyphenated</link> and certain hyphenated words look ugly, or if you want specific words never to be hyphenated you can switch off hyphenation for those words:</paragraph>
<list type="ordered">
@@ -60,7 +60,7 @@
</list>
<section id="relatedtopics">
<embed href="text/swriter/guide/using_hyphen.xhp#using_hyphen"/>
- <paragraph xml-lang="en-US" id="par_id3154361" role="paragraph"><link href="text/swriter/01/05030200.xhp" name="Text Flow">Text Flow</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154361" role="paragraph"><link href="text/swriter/01/05030200.xhp">Text Flow</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/swriter/guide/indenting.xhp b/source/text/swriter/guide/indenting.xhp
index c996dde283..8cbbec5192 100644
--- a/source/text/swriter/guide/indenting.xhp
+++ b/source/text/swriter/guide/indenting.xhp
@@ -37,13 +37,13 @@
<paragraph xml-lang="en-US" id="par_id9936216" role="paragraph">You can change the indents for the current paragraph, or for all selected paragraphs, or for a Paragraph Style.</paragraph>
<list type="unordered">
<listitem>
- <paragraph xml-lang="en-US" id="par_id4013794" role="paragraph">Choose <item type="menuitem">Format - Paragraph - Indents &amp; Spacing</item> to change the indents for the current paragraph or for all selected paragraphs. You can also <link href="text/swriter/guide/ruler.xhp" name="ruler">set indents using the ruler</link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id4013794" role="paragraph">Choose <item type="menuitem">Format - Paragraph - Indents &amp; Spacing</item> to change the indents for the current paragraph or for all selected paragraphs. You can also <link href="text/swriter/guide/ruler.xhp">set indents using the ruler</link>.</paragraph>
</listitem>
<listitem>
<paragraph xml-lang="en-US" id="par_id1631824" role="paragraph">Right-click a paragraph and choose <menuitem>Paragraph - Edit Style - Indents &amp; Spacing</menuitem> tab to change the indents for all paragraphs that have the same Paragraph Style.</paragraph>
</listitem>
</list>
- <tip xml-lang="en-US" id="par_id7953123">You can also <link href="text/swriter/guide/ruler.xhp" name="ruler">set indents using the ruler</link>. To display the ruler, choose <item type="menuitem">View - Ruler</item>.</tip>
+ <tip xml-lang="en-US" id="par_id7953123">You can also <link href="text/swriter/guide/ruler.xhp">set indents using the ruler</link>. To display the ruler, choose <item type="menuitem">View - Ruler</item>.</tip>
<h2 id="hd_id361605222538173">Positioning indents</h2>
<paragraph xml-lang="en-US" id="par_id7271645" role="paragraph">Indents are calculated with respect to the left and right page margins. If you want the paragraph to extend into the page margin, enter a negative number. </paragraph>
<note xml-lang="en-US" id="par_id5589159">To change the measurement units, choose <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"> - %PRODUCTNAME Writer - General</item>, and then select a new measurement unit in the Settings area. </note>
@@ -63,7 +63,7 @@
</tablecell>
</tablerow>
</table>
- <paragraph role="paragraph" id="par_id901605225508322">The <emph>Hanging Indent</emph> command can be added as a <link href="text/shared/guide/edit_symbolbar.xhp" name="addbutton">button to a toolbar</link>, an <link href="text/shared/01/06140100.xhp" name="addmenuitem">item in a menu</link> or <link href="text/shared/01/06140300.xhp" name="modifymenu">context menu</link>, or a <link href="text/shared/01/06140200.xhp" name="makeshortcut">shortcut key</link>.</paragraph>
+ <paragraph role="paragraph" id="par_id901605225508322">The <emph>Hanging Indent</emph> command can be added as a <link href="text/shared/guide/edit_symbolbar.xhp">button to a toolbar</link>, an <link href="text/shared/01/06140100.xhp">item in a menu</link> or <link href="text/shared/01/06140300.xhp">context menu</link>, or a <link href="text/shared/01/06140200.xhp">shortcut key</link>.</paragraph>
<section id="relatedtopics">
<embed href="text/swriter/guide/ruler.xhp#ruler"/>
<embed href="text/swriter/guide/templates_styles.xhp#templates_styles"/>
diff --git a/source/text/swriter/guide/indices_delete.xhp b/source/text/swriter/guide/indices_delete.xhp
index 11db2b3bea..7216373243 100644
--- a/source/text/swriter/guide/indices_delete.xhp
+++ b/source/text/swriter/guide/indices_delete.xhp
@@ -35,7 +35,7 @@
</bookmark>
-<paragraph id="hd_id3155186" role="heading" level="1" xml-lang="en-US"><variable id="indices_delete"><link href="text/swriter/guide/indices_delete.xhp" name="Editing or Deleting Index and Table Entries">Editing or Deleting Index and Table Entries</link></variable></paragraph>
+<paragraph id="hd_id3155186" role="heading" level="1" xml-lang="en-US"><variable id="indices_delete"><link href="text/swriter/guide/indices_delete.xhp">Editing or Deleting Index and Table Entries</link></variable></paragraph>
<paragraph id="par_id3155855" role="paragraph" xml-lang="en-US">Index entries are inserted as fields into your document. To view fields in your document, choose <item type="menuitem">View</item> and ensure that <item type="menuitem">Field Shadings</item> is selected.</paragraph>
<list type="ordered">
@@ -54,7 +54,7 @@
<listitem>
<paragraph id="par_id3154263" role="listitem" xml-lang="en-US">To remove the entry, click <emph>Delete</emph>.</paragraph>
</listitem></list>
-<paragraph id="par_id3155893" role="paragraph" xml-lang="en-US">To cycle through the index entries in your document, click the next or the previous arrows in the <link href="text/swriter/01/02160000.xhp" name="Edit Index Entry dialog"><emph>Edit Index Entry</emph> dialog</link>.</paragraph>
+<paragraph id="par_id3155893" role="paragraph" xml-lang="en-US">To cycle through the index entries in your document, click the next or the previous arrows in the <link href="text/swriter/01/02160000.xhp"><emph>Edit Index Entry</emph> dialog</link>.</paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
<embed href="text/swriter/guide/indices_toc.xhp#indices_toc"/>
<embed href="text/swriter/guide/indices_enter.xhp#indices_enter"/>
diff --git a/source/text/swriter/guide/indices_edit.xhp b/source/text/swriter/guide/indices_edit.xhp
index b19250d194..a677dab433 100644
--- a/source/text/swriter/guide/indices_edit.xhp
+++ b/source/text/swriter/guide/indices_edit.xhp
@@ -33,7 +33,7 @@
<bookmark_value>editing;indexes/tables of contents</bookmark_value>
<bookmark_value>deleting;indexes/tables of contents</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3149695" role="heading" level="1"><variable id="indices_edit"><link href="text/swriter/guide/indices_edit.xhp" name="Updating, Editing and Deleting Indexes and Tables of Contents">Updating, Editing and Deleting Indexes and Tables of Contents</link>
+<paragraph xml-lang="en-US" id="hd_id3149695" role="heading" level="1"><variable id="indices_edit"><link href="text/swriter/guide/indices_edit.xhp">Updating, Editing and Deleting Indexes and Tables of Contents</link>
</variable></paragraph>
<list type="ordered">
<listitem>
diff --git a/source/text/swriter/guide/indices_enter.xhp b/source/text/swriter/guide/indices_enter.xhp
index eeedebd98e..4f7816b8be 100644
--- a/source/text/swriter/guide/indices_enter.xhp
+++ b/source/text/swriter/guide/indices_enter.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<h1 id="hd_id3149689"><variable id="indices_enter"><link href="text/swriter/guide/indices_enter.xhp" name="Defining Index or Table of Contents Entries">Defining Index or Table of Contents Entries</link></variable></h1>
+<h1 id="hd_id3149689"><variable id="indices_enter"><link href="text/swriter/guide/indices_enter.xhp">Defining Index or Table of Contents Entries</link></variable></h1>
<h2 id="hd_id3155862">To Define Index Entries</h2>
diff --git a/source/text/swriter/guide/indices_form.xhp b/source/text/swriter/guide/indices_form.xhp
index eb4f86377c..781f06fb65 100644
--- a/source/text/swriter/guide/indices_form.xhp
+++ b/source/text/swriter/guide/indices_form.xhp
@@ -35,7 +35,7 @@
<bookmark_value>hyperlinks; in tables of contents and indexes</bookmark_value>
<bookmark_value>formatting;indexes and tables of contents</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3155855" role="heading" level="1"><variable id="indices_form"><link href="text/swriter/guide/indices_form.xhp" name="Formatting an Index or a Table of Contents">Formatting an Index or a Table of Contents</link>
+<paragraph xml-lang="en-US" id="hd_id3155855" role="heading" level="1"><variable id="indices_form"><link href="text/swriter/guide/indices_form.xhp">Formatting an Index or a Table of Contents</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3154259" role="paragraph">You can apply different paragraph styles, assign hyperlinks to entries, change the layout of indexes, and change the background color of indexes in the <emph>Insert Index</emph> dialog.</paragraph>
<paragraph xml-lang="en-US" id="hd_id3155888" role="heading" level="2">To Apply a Different Paragraph Style to an Index Level</paragraph>
diff --git a/source/text/swriter/guide/indices_index.xhp b/source/text/swriter/guide/indices_index.xhp
index 2fe59a8853..d0d0c59266 100644
--- a/source/text/swriter/guide/indices_index.xhp
+++ b/source/text/swriter/guide/indices_index.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3155911" role="heading" level="1" xml-lang="en-US"><variable id="indices_index"><link href="text/swriter/guide/indices_index.xhp" name="Creating Alphabetical Indexes">Creating Alphabetical Indexes</link></variable></paragraph>
+<paragraph id="hd_id3155911" role="heading" level="1" xml-lang="en-US"><variable id="indices_index"><link href="text/swriter/guide/indices_index.xhp">Creating Alphabetical Indexes</link></variable></paragraph>
<list type="ordered">
<listitem>
@@ -60,7 +60,7 @@
</listitem>
</list>
<embed href="text/shared/00/00000004.xhp#related"/>
-<paragraph id="par_id3152760" role="paragraph" xml-lang="en-US"><link href="text/swriter/01/04120250.xhp" name="Creating a concordance file">Creating a concordance file</link></paragraph>
+<paragraph id="par_id3152760" role="paragraph" xml-lang="en-US"><link href="text/swriter/01/04120250.xhp">Creating a concordance file</link></paragraph>
<embed href="text/swriter/guide/indices_toc.xhp#indices_toc"/>
<embed href="text/swriter/guide/indices_enter.xhp#indices_enter"/>
<embed href="text/swriter/guide/indices_edit.xhp#indices_edit"/>
diff --git a/source/text/swriter/guide/indices_literature.xhp b/source/text/swriter/guide/indices_literature.xhp
index 076aa1f876..91448d014d 100644
--- a/source/text/swriter/guide/indices_literature.xhp
+++ b/source/text/swriter/guide/indices_literature.xhp
@@ -36,7 +36,7 @@
</bookmark>
-<paragraph id="hd_id3149687" role="heading" level="1" xml-lang="en-US"><variable id="indices_literature"><link href="text/swriter/guide/indices_literature.xhp" name="Creating a Bibliography">Creating a Bibliography</link></variable></paragraph>
+<paragraph id="hd_id3149687" role="heading" level="1" xml-lang="en-US"><variable id="indices_literature"><link href="text/swriter/guide/indices_literature.xhp">Creating a Bibliography</link></variable></paragraph>
<paragraph id="par_id3155864" role="paragraph" xml-lang="en-US">A bibliography is a list of works that you reference in a document.</paragraph>
<paragraph id="hd_id3153402" role="heading" level="2" xml-lang="en-US">Storing Bibliographic Information</paragraph>
@@ -46,7 +46,7 @@
<list type="ordered">
<listitem>
- <paragraph id="par_id3155872" role="listitem" xml-lang="en-US">Choose <link href="text/shared/01/02250000.xhp" name="Tools - Bibliography Database"><emph>Tools - Bibliography Database</emph></link></paragraph>
+ <paragraph id="par_id3155872" role="listitem" xml-lang="en-US">Choose <link href="text/shared/01/02250000.xhp"><emph>Tools - Bibliography Database</emph></link></paragraph>
</listitem>
<listitem>
<paragraph id="par_id3155900" role="listitem" xml-lang="en-US">Choose <emph>Data - Record</emph>.</paragraph>
@@ -66,7 +66,7 @@
<paragraph id="par_id3150945" role="listitem" xml-lang="en-US">Click in your document where you want to add the bibliography entry.</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id3150964" role="listitem" xml-lang="en-US">Choose <link href="text/swriter/01/04120300.xhp" name="Insert - Table of Contents and Index - Bibliography Entry"><emph>Insert - Table of Contents and Index - Bibliography Entry</emph></link>.</paragraph>
+ <paragraph id="par_id3150964" role="listitem" xml-lang="en-US">Choose <link href="text/swriter/01/04120300.xhp"><emph>Insert - Table of Contents and Index - Bibliography Entry</emph></link>.</paragraph>
</listitem>
<listitem>
<paragraph id="par_id3150525" role="listitem" xml-lang="en-US">Select <emph>From document content</emph> and click <emph>New</emph>.</paragraph>
@@ -110,7 +110,7 @@
</list>
<section id="relatedtopics">
-<paragraph id="par_id3156060" role="paragraph" xml-lang="en-US"><link href="text/swriter/01/04120300.xhp" name="Bibliography Database">Bibliography Database</link></paragraph>
+<paragraph id="par_id3156060" role="paragraph" xml-lang="en-US"><link href="text/swriter/01/04120300.xhp">Bibliography Database</link></paragraph>
<embed href="text/swriter/guide/indices_toc.xhp#indices_toc"/>
<embed href="text/swriter/guide/indices_enter.xhp#indices_enter"/>
<embed href="text/swriter/guide/indices_edit.xhp#indices_edit"/>
diff --git a/source/text/swriter/guide/indices_multidoc.xhp b/source/text/swriter/guide/indices_multidoc.xhp
index 096758bc6b..61b83fbb57 100644
--- a/source/text/swriter/guide/indices_multidoc.xhp
+++ b/source/text/swriter/guide/indices_multidoc.xhp
@@ -32,19 +32,19 @@
<bookmark_value>merging;indexes</bookmark_value>
<bookmark_value>master documents;indexes</bookmark_value>
</bookmark><comment>MW inserted "master documents;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3153418" role="heading" level="1"><variable id="indices_multidoc"><link href="text/swriter/guide/indices_multidoc.xhp" name="Indexes Covering Several Documents">Indexes Covering Several Documents</link>
+<paragraph xml-lang="en-US" id="hd_id3153418" role="heading" level="1"><variable id="indices_multidoc"><link href="text/swriter/guide/indices_multidoc.xhp">Indexes Covering Several Documents</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3155872" role="paragraph">There are several ways to create an index that spans several documents:</paragraph>
<list type="unordered">
<listitem>
- <paragraph xml-lang="en-US" id="par_id3155895" role="listitem">Create an <link href="text/swriter/01/04120210.xhp" name="index in each individual document">index in each individual document</link>, copy and paste the indexes into a single document, and then edit them.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3155895" role="listitem">Create an <link href="text/swriter/01/04120210.xhp">index in each individual document</link>, copy and paste the indexes into a single document, and then edit them.</paragraph>
</listitem>
<listitem>
- <paragraph xml-lang="en-US" id="par_id3147118" role="listitem">Select each index, choose <link href="text/swriter/01/04020000.xhp" name="Insert - Section"><item type="menuitem">Insert - Section</item></link>, and then enter a name for the index. In a separate document, choose
+ <paragraph xml-lang="en-US" id="par_id3147118" role="listitem">Select each index, choose <link href="text/swriter/01/04020000.xhp"><item type="menuitem">Insert - Section</item></link>, and then enter a name for the index. In a separate document, choose
<item type="menuitem">Insert - Section</item>, select <item type="menuitem">Link</item>, click the <item type="menuitem">Browse</item> button, and then locate and insert a named index section.</paragraph>
</listitem>
<listitem>
- <paragraph xml-lang="en-US" id="par_id3150230" role="listitem">Create a <link href="text/shared/01/01010001.xhp" name="master document">master document</link>, add as subdocuments the files that you want to include in the index, and then choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3150230" role="listitem">Create a <link href="text/shared/01/01010001.xhp">master document</link>, add as subdocuments the files that you want to include in the index, and then choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph>.</paragraph>
</listitem>
</list>
<embed href="text/shared/00/00000004.xhp#related"/>
diff --git a/source/text/swriter/guide/indices_toc.xhp b/source/text/swriter/guide/indices_toc.xhp
index 87d1775e3b..5f2d4a2f89 100644
--- a/source/text/swriter/guide/indices_toc.xhp
+++ b/source/text/swriter/guide/indices_toc.xhp
@@ -35,7 +35,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/tocdialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/tocdialog/TocDialog" id="bm_id3154749" localize="false"/>
-<h1 id="hd_id3147104"><variable id="indices_toc"><link href="text/swriter/guide/indices_toc.xhp" name="Creating a Table of Contents">Creating a Table of Contents</link></variable></h1>
+<h1 id="hd_id3147104"><variable id="indices_toc"><link href="text/swriter/guide/indices_toc.xhp">Creating a Table of Contents</link></variable></h1>
<section id="tomanual">
<paragraph id="par_id3150942" role="paragraph" xml-lang="en-US">The best way to generate a table of contents is to apply the predefined heading paragraph styles, such as "Heading 1", to the paragraphs that you want to include in your table of contents. After you apply these styles, you can then create a table of contents.</paragraph>
@@ -47,7 +47,7 @@
<paragraph id="par_id3150510" role="listitem" xml-lang="en-US">Click in your document where you want to create the table of contents.</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id3150528" role="listitem" xml-lang="en-US">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph>, and then click the <link href="text/swriter/01/04120211.xhp" name="Type"><emph>Type</emph></link> tab.</paragraph>
+ <paragraph id="par_id3150528" role="listitem" xml-lang="en-US">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph>, and then click the <link href="text/swriter/01/04120211.xhp"><emph>Type</emph></link> tab.</paragraph>
</listitem>
<listitem>
<paragraph id="par_id3153746" role="listitem" xml-lang="en-US">Select "Table of Contents" in the <emph>Type</emph> box.</paragraph>
diff --git a/source/text/swriter/guide/indices_userdef.xhp b/source/text/swriter/guide/indices_userdef.xhp
index 64236a4d77..911cc10dbd 100644
--- a/source/text/swriter/guide/indices_userdef.xhp
+++ b/source/text/swriter/guide/indices_userdef.xhp
@@ -33,7 +33,7 @@
</bookmark>
-<paragraph id="hd_id3154896" role="heading" level="1" xml-lang="en-US"><variable id="indices_userdef"><link href="text/swriter/guide/indices_userdef.xhp" name="User-Defined Indexes">User-Defined Indexes</link></variable></paragraph>
+<paragraph id="hd_id3154896" role="heading" level="1" xml-lang="en-US"><variable id="indices_userdef"><link href="text/swriter/guide/indices_userdef.xhp">User-Defined Indexes</link></variable></paragraph>
<paragraph id="par_id3155184" role="paragraph" xml-lang="en-US">You can create as many user-defined indexes as you want.</paragraph>
<paragraph id="hd_id3155915" role="heading" level="2" xml-lang="en-US">To Create a User-Defined Index</paragraph>
diff --git a/source/text/swriter/guide/insert_beforetable.xhp b/source/text/swriter/guide/insert_beforetable.xhp
index 7fc8411b02..b2797a2e0c 100644
--- a/source/text/swriter/guide/insert_beforetable.xhp
+++ b/source/text/swriter/guide/insert_beforetable.xhp
@@ -34,7 +34,7 @@
<bookmark_value>paragraphs;inserting before/after tables</bookmark_value>
<bookmark_value>inserting;paragraphs before/after tables</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3149688" xml-lang="en-US" level="1"><variable id="insert_beforetable"><link href="text/swriter/guide/insert_beforetable.xhp" name="Inserting Text Before a Table at the Top of Page">Inserting Text Before a Table at the Top of Page</link>
+<paragraph role="heading" id="hd_id3149688" xml-lang="en-US" level="1"><variable id="insert_beforetable"><link href="text/swriter/guide/insert_beforetable.xhp">Inserting Text Before a Table at the Top of Page</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3155923" xml-lang="en-US">If you want to insert text before a table that is at the top of a page, click in the first cell of the table, in front of any contents of that cell, and then press <item type="keycode">Enter</item> or <switchinline select="sys"><caseinline select="MAC"><item type="keycode">Option</item></caseinline><defaultinline><item type="keycode">Alt</item></defaultinline></switchinline><item type="keycode">+Enter</item>.</paragraph>
<paragraph role="paragraph" id="par_idN10612" xml-lang="en-US">To insert text after a table at the end of the document, go to the last cell of the table and press <switchinline select="sys"><caseinline select="MAC"><item type="keycode">Option</item></caseinline><defaultinline><item type="keycode">Alt</item></defaultinline></switchinline><item type="keycode">+Enter</item>.</paragraph>
diff --git a/source/text/swriter/guide/insert_graphic.xhp b/source/text/swriter/guide/insert_graphic.xhp
index f401367886..54aeac21b2 100644
--- a/source/text/swriter/guide/insert_graphic.xhp
+++ b/source/text/swriter/guide/insert_graphic.xhp
@@ -35,7 +35,7 @@
<bookmark_value>inserting; pictures</bookmark_value>
<bookmark_value>pictures; inserting options</bookmark_value>
</bookmark><comment>mw deleted "illustrations;"</comment>
-<paragraph role="heading" id="hd_id3154922" xml-lang="en-US" level="1"><variable id="insert_graphic"><link href="text/swriter/guide/insert_graphic.xhp" name="Inserting Graphics">Inserting Graphics</link>
+<paragraph role="heading" id="hd_id3154922" xml-lang="en-US" level="1"><variable id="insert_graphic"><link href="text/swriter/guide/insert_graphic.xhp">Inserting Graphics</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3149695" xml-lang="en-US">There are several ways to insert a graphic object in a text document.</paragraph>
<embed href="text/swriter/guide/insert_graphic_dialog.xhp#insert_graphic_dialog"/>
diff --git a/source/text/swriter/guide/insert_graphic_dialog.xhp b/source/text/swriter/guide/insert_graphic_dialog.xhp
index 5778d23aa4..2bb8a2eb81 100644
--- a/source/text/swriter/guide/insert_graphic_dialog.xhp
+++ b/source/text/swriter/guide/insert_graphic_dialog.xhp
@@ -31,7 +31,7 @@
<bookmark_value>pictures; inserting by dialog</bookmark_value>
<bookmark_value>inserting; pictures, by dialog</bookmark_value>
</bookmark>
-<h1 id="hd_id3154896"><variable id="insert_graphic_dialog"><link href="text/swriter/guide/insert_graphic_dialog.xhp" name="Inserting a Graphic From a File">Inserting a Graphic From a File</link>
+<h1 id="hd_id3154896"><variable id="insert_graphic_dialog"><link href="text/swriter/guide/insert_graphic_dialog.xhp">Inserting a Graphic From a File</link>
</variable></h1>
<embed href="text/shared/guide/insert_bitmap.xhp#insertgraphicsequence"/>
<paragraph xml-lang="en-US" id="par_id3153396" role="paragraph">By default, the inserted graphic is centered above the paragraph that you clicked in.</paragraph>
diff --git a/source/text/swriter/guide/insert_graphic_fromchart.xhp b/source/text/swriter/guide/insert_graphic_fromchart.xhp
index 8e4a19b579..f1ffffb308 100644
--- a/source/text/swriter/guide/insert_graphic_fromchart.xhp
+++ b/source/text/swriter/guide/insert_graphic_fromchart.xhp
@@ -32,7 +32,7 @@
<bookmark_value>copying; charts from $[officename] Calc</bookmark_value>
<bookmark_value>text documents;inserting Calc charts</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3152999" role="heading" level="1"><variable id="insert_graphic_fromchart"><link href="text/swriter/guide/insert_graphic_fromchart.xhp" name="Inserting a Calc Chart into a Text Document">Inserting a Calc Chart into a Text Document</link>
+<paragraph xml-lang="en-US" id="hd_id3152999" role="heading" level="1"><variable id="insert_graphic_fromchart"><link href="text/swriter/guide/insert_graphic_fromchart.xhp">Inserting a Calc Chart into a Text Document</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3155890" role="paragraph">You can insert a copy of a chart that is not updated when you modify the chart data in the spreadsheet.</paragraph>
<list type="ordered">
diff --git a/source/text/swriter/guide/insert_graphic_fromdraw.xhp b/source/text/swriter/guide/insert_graphic_fromdraw.xhp
index faa7d28926..8a6deb26fc 100644
--- a/source/text/swriter/guide/insert_graphic_fromdraw.xhp
+++ b/source/text/swriter/guide/insert_graphic_fromdraw.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3155917"><bookmark_value>text; inserting pictures from Draw</bookmark_value>
<bookmark_value>pictures; inserting from Draw</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3155917" xml-lang="en-US" level="1"><variable id="insert_graphic_fromdraw"><link href="text/swriter/guide/insert_graphic_fromdraw.xhp" name="Inserting Graphics From $[officename] Draw or Impress">Inserting Graphics From $[officename] Draw or Impress</link>
+<paragraph role="heading" id="hd_id3155917" xml-lang="en-US" level="1"><variable id="insert_graphic_fromdraw"><link href="text/swriter/guide/insert_graphic_fromdraw.xhp">Inserting Graphics From $[officename] Draw or Impress</link>
</variable></paragraph>
<list type="ordered">
<listitem>
diff --git a/source/text/swriter/guide/insert_graphic_gallery.xhp b/source/text/swriter/guide/insert_graphic_gallery.xhp
index 66a8f71309..41c31144f2 100644
--- a/source/text/swriter/guide/insert_graphic_gallery.xhp
+++ b/source/text/swriter/guide/insert_graphic_gallery.xhp
@@ -36,7 +36,7 @@
<bookmark_value>pictures; inserting from Gallery into text</bookmark_value>
<bookmark_value>replacing;objects from Gallery</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3145083" xml-lang="en-US" level="1"><variable id="insert_graphic_gallery"><link href="text/swriter/guide/insert_graphic_gallery.xhp" name="Inserting Graphics From the Gallery With Drag-and-Drop">Inserting Graphics From the Gallery With Drag-and-Drop</link>
+<paragraph role="heading" id="hd_id3145083" xml-lang="en-US" level="1"><variable id="insert_graphic_gallery"><link href="text/swriter/guide/insert_graphic_gallery.xhp">Inserting Graphics From the Gallery With Drag-and-Drop</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3155907" xml-lang="en-US">You can drag-and-drop an object from the gallery into a text document, spreadsheet, drawing, or presentation.</paragraph>
<paragraph role="paragraph" id="par_id3155923" xml-lang="en-US">To replace a gallery object that you inserted in a document, hold down Shift+Ctrl, and then drag a different gallery object onto the object.</paragraph>
diff --git a/source/text/swriter/guide/insert_graphic_scan.xhp b/source/text/swriter/guide/insert_graphic_scan.xhp
index 751d644f30..04fc46cd82 100644
--- a/source/text/swriter/guide/insert_graphic_scan.xhp
+++ b/source/text/swriter/guide/insert_graphic_scan.xhp
@@ -31,7 +31,7 @@
<bookmark_value>pictures; scanning</bookmark_value>
<bookmark_value>scanning pictures</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3156017" role="heading" level="1"><variable id="insert_graphic_scan"><link href="text/swriter/guide/insert_graphic_scan.xhp" name="Inserting a Scanned Image">Inserting a Scanned Image</link>
+<paragraph xml-lang="en-US" id="hd_id3156017" role="heading" level="1"><variable id="insert_graphic_scan"><link href="text/swriter/guide/insert_graphic_scan.xhp">Inserting a Scanned Image</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3149692" role="paragraph">To insert a scanned image, the scanner must be connected to your system and the scanner software drivers must be installed.</paragraph>
<paragraph xml-lang="en-US" id="par_id3155182" role="paragraph"><switchinline select="sys"><caseinline select="WIN">The scanner must support the TWAIN standard.
@@ -42,7 +42,7 @@
<paragraph xml-lang="en-US" id="par_id3155915" role="listitem">Click in the document where you want to insert the scanned image.</paragraph>
</listitem>
<listitem>
- <paragraph xml-lang="en-US" id="par_id3155864" role="listitem">Choose <link href="text/shared/01/04060000.xhp" name="Insert - Media - Scan"><emph>Insert - Media - Scan</emph></link>, and choose the scanning source from the submenu.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3155864" role="listitem">Choose <link href="text/shared/01/04060000.xhp"><emph>Insert - Media - Scan</emph></link>, and choose the scanning source from the submenu.</paragraph>
</listitem>
<listitem>
<paragraph xml-lang="en-US" id="par_id3153416" role="listitem">Follow the scanning instructions.</paragraph>
diff --git a/source/text/swriter/guide/insert_tab_innumbering.xhp b/source/text/swriter/guide/insert_tab_innumbering.xhp
index 0d90103823..409186f6d1 100644
--- a/source/text/swriter/guide/insert_tab_innumbering.xhp
+++ b/source/text/swriter/guide/insert_tab_innumbering.xhp
@@ -38,7 +38,7 @@
<bookmark_value>demote level;in lists</bookmark_value>
</bookmark>
<section id="promotedemote">
-<h1 id="hd_id3145078" xml-lang="en-US"><variable id="insert_tab_innumbering"><link href="text/swriter/guide/insert_tab_innumbering.xhp" name="Changing the Outline Level of Numbered and Bulleted Lists">Changing the List Level of a List Paragraph</link>
+<h1 id="hd_id3145078" xml-lang="en-US"><variable id="insert_tab_innumbering"><link href="text/swriter/guide/insert_tab_innumbering.xhp">Changing the List Level of a List Paragraph</link>
</variable></h1>
<list type="unordered">
<listitem>
@@ -48,7 +48,7 @@
<paragraph role="listitem" id="par_id3155859" xml-lang="en-US">To move a numbered or bulleted list paragraph up one list level, click at the beginning of the paragraph, and then press <keycode>Shift+Tab</keycode>.</paragraph>
</listitem>
<listitem>
- <paragraph role="listitem" id="par_id3153403" xml-lang="en-US">To insert a tab between the number or bullet and the paragraph text for all list paragraphs at a given list level, use the <menuitem>Numbering followed by</menuitem> option in the <link href="text/shared/01/06050600.xhp" name="Position"><menuitem>Position</menuitem></link> tab in the <menuitem>Bullets and Numbering</menuitem> dialog. For an individual list paragraph, a tab can be copied and then pasted at the beginning of the list paragraph.</paragraph>
+ <paragraph role="listitem" id="par_id3153403" xml-lang="en-US">To insert a tab between the number or bullet and the paragraph text for all list paragraphs at a given list level, use the <menuitem>Numbering followed by</menuitem> option in the <link href="text/shared/01/06050600.xhp"><menuitem>Position</menuitem></link> tab in the <menuitem>Bullets and Numbering</menuitem> dialog. For an individual list paragraph, a tab can be copied and then pasted at the beginning of the list paragraph.</paragraph>
</listitem>
</list>
</section>
diff --git a/source/text/swriter/guide/join_numbered_lists.xhp b/source/text/swriter/guide/join_numbered_lists.xhp
index f343d4a521..adc5c50283 100644
--- a/source/text/swriter/guide/join_numbered_lists.xhp
+++ b/source/text/swriter/guide/join_numbered_lists.xhp
@@ -35,7 +35,7 @@
<bookmark_value>paragraphs;numbering non-consecutive</bookmark_value>
</bookmark>
-<h1 id="hd_id3150495" xml-lang="en-US"><variable id="join_numbered_lists"><link href="text/swriter/guide/join_numbered_lists.xhp" name="Combining Numbered Lists">Combining Ordered Lists</link></variable></h1>
+<h1 id="hd_id3150495" xml-lang="en-US"><variable id="join_numbered_lists"><link href="text/swriter/guide/join_numbered_lists.xhp">Combining Ordered Lists</link></variable></h1>
<paragraph id="par_id3149692" role="paragraph" xml-lang="en-US">You can combine two ordered lists into a single list.</paragraph>
<h2 id="hd_id3149452" xml-lang="en-US">To Combine Two Ordered Lists</h2>
@@ -62,7 +62,7 @@
<paragraph id="par_id3145102" role="listitem" xml-lang="en-US">On the <menuitem>Formatting</menuitem> Bar, click the <menuitem>Toggle Ordered List</menuitem> icon twice.</paragraph>
</listitem>
</list>
-<tip id="par_id751615828987862">To add selected paragraphs to an existing list, use <link href="text/swriter/02/add_to_list.xhp" name="Add to List"><menuitem>Format - Lists - Add to List</menuitem></link>.</tip>
+<tip id="par_id751615828987862">To add selected paragraphs to an existing list, use <link href="text/swriter/02/add_to_list.xhp"><menuitem>Format - Lists - Add to List</menuitem></link>.</tip>
<section id="relatedtopics">
<embed href="text/swriter/guide/using_numbering.xhp#using_numbering"/>
<embed href="text/swriter/guide/using_numbered_lists.xhp#using_numbered_lists"/>
diff --git a/source/text/swriter/guide/jump2statusbar.xhp b/source/text/swriter/guide/jump2statusbar.xhp
index dd1aeb5b46..beca927f71 100644
--- a/source/text/swriter/guide/jump2statusbar.xhp
+++ b/source/text/swriter/guide/jump2statusbar.xhp
@@ -30,11 +30,11 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3145778"><bookmark_value>bookmarks; positioning cursor</bookmark_value>
<bookmark_value>jumping;to bookmarks</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3145778" role="heading" level="1"><variable id="jump2statusbar"><link href="text/swriter/guide/jump2statusbar.xhp" name="Going to Specific Bookmark">Going to Specific Bookmark</link>
+<paragraph xml-lang="en-US" id="hd_id3145778" role="heading" level="1"><variable id="jump2statusbar"><link href="text/swriter/guide/jump2statusbar.xhp">Going to Specific Bookmark</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3155178" role="paragraph">To go to a specific bookmark in your document, <switchinline select="sys"><caseinline select="MAC">hold down Ctrl and click
</caseinline><defaultinline>right-click</defaultinline></switchinline> in the <emph>Page</emph> field on the <emph>Status Bar</emph>, and then choose the bookmark.</paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
- <paragraph xml-lang="en-US" id="par_id3153396" role="paragraph"><link href="text/swriter/01/04040000.xhp" name="Insert Bookmark">Insert Bookmark</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3153396" role="paragraph"><link href="text/swriter/01/04040000.xhp">Insert Bookmark</link></paragraph>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/swriter/guide/keyboard.xhp b/source/text/swriter/guide/keyboard.xhp
index 6bfce4969c..e2dd4beb7d 100644
--- a/source/text/swriter/guide/keyboard.xhp
+++ b/source/text/swriter/guide/keyboard.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3151169"><bookmark_value>keyboard; accessibility $[officename] Writer</bookmark_value>
<bookmark_value>accessibility; $[officename] Writer</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3151169" role="heading" level="1"><variable id="keyboard"><link href="text/swriter/guide/keyboard.xhp" name="Using Shortcut Keys ($[officename] Writer Accessibility)">Using Shortcut Keys ($[officename] Writer Accessibility)</link>
+<paragraph xml-lang="en-US" id="hd_id3151169" role="heading" level="1"><variable id="keyboard"><link href="text/swriter/guide/keyboard.xhp">Using Shortcut Keys ($[officename] Writer Accessibility)</link>
</variable></paragraph>
<embed href="text/shared/00/00000099.xhp#keys"/>
<paragraph xml-lang="en-US" id="par_id3149685" role="paragraph">Press the keys <switchinline select="sys"><caseinline select="MAC">Option
diff --git a/source/text/swriter/guide/load_styles.xhp b/source/text/swriter/guide/load_styles.xhp
index 3d607750f0..2fe9b7f784 100644
--- a/source/text/swriter/guide/load_styles.xhp
+++ b/source/text/swriter/guide/load_styles.xhp
@@ -32,10 +32,10 @@
<bookmark_value>importing;styles from other files</bookmark_value>
<bookmark_value>loading;styles from other files</bookmark_value>
</bookmark>
- <h1 id="hd_id3145086"><variable id="load_styles"><link href="text/swriter/guide/load_styles.xhp" name="Using Styles From Another Document or Template">Using Styles From Another Document or Template</link>
+ <h1 id="hd_id3145086"><variable id="load_styles"><link href="text/swriter/guide/load_styles.xhp">Using Styles From Another Document or Template</link>
</variable></h1>
<paragraph id="par_id3154491" role="paragraph">You can import styles from another document or template into the current document.</paragraph>
- <paragraph id="par_id731529889382463" role="listitem">Open the <link href="text/swriter/01/05170000.xhp" name="load_styles_link"><emph>Load Styles</emph></link> dialog box by either</paragraph>
+ <paragraph id="par_id731529889382463" role="listitem">Open the <link href="text/swriter/01/05170000.xhp"><emph>Load Styles</emph></link> dialog box by either</paragraph>
<list type="unordered">
<listitem>
<paragraph id="par_id3155936" role="listitem">Choose <menuitem>Styles - Load Styles</menuitem> or</paragraph>
diff --git a/source/text/swriter/guide/main.xhp b/source/text/swriter/guide/main.xhp
index feb19e2648..e5bd905d9b 100644
--- a/source/text/swriter/guide/main.xhp
+++ b/source/text/swriter/guide/main.xhp
@@ -28,7 +28,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3155855"><bookmark_value>$[officename] Writer; instructions</bookmark_value>
<bookmark_value>instructions; $[officename] Writer</bookmark_value>
</bookmark>
-<h1 id="hd_id3155855" xml-lang="en-US"><variable id="main"><link href="text/swriter/guide/main.xhp" name="Instructions for Using $[officename] Writer">Instructions for Using $[officename] Writer</link>
+<h1 id="hd_id3155855" xml-lang="en-US"><variable id="main"><link href="text/swriter/guide/main.xhp">Instructions for Using $[officename] Writer</link>
</variable></h1>
<embed href="text/shared/00/00000099.xhp#table"/>
<h2 id="hd_id3155156" xml-lang="en-US">Entering and Formatting Text</h2>
diff --git a/source/text/swriter/guide/navigator.xhp b/source/text/swriter/guide/navigator.xhp
index 7fba988fd3..e1c507d7d1 100644
--- a/source/text/swriter/guide/navigator.xhp
+++ b/source/text/swriter/guide/navigator.xhp
@@ -37,7 +37,7 @@
<bookmark_value>jumping;to text elements</bookmark_value>
<bookmark_value>overviews;Navigator in text documents</bookmark_value>
</bookmark><comment>MW added "pages;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3154897" role="heading" level="1"><variable id="navigator"><link href="text/swriter/guide/navigator.xhp" name="Navigator for Text Documents">Navigator for Text Documents</link>
+<paragraph xml-lang="en-US" id="hd_id3154897" role="heading" level="1"><variable id="navigator"><link href="text/swriter/guide/navigator.xhp">Navigator for Text Documents</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3153402" role="paragraph">The Navigator displays the different parts of your document, such as headings, tables, frames, objects, or hyperlinks.</paragraph>
<list type="ordered">
@@ -50,6 +50,6 @@
</list>
<embed href="text/shared/00/00000004.xhp#related"/>
<embed href="text/shared/guide/navigator.xhp#navigator"/>
- <paragraph xml-lang="en-US" id="par_id3147108" role="paragraph"><link href="text/swriter/01/02110000.xhp" name="Navigator">Navigator</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3147108" role="paragraph"><link href="text/swriter/01/02110000.xhp">Navigator</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/guide/nonprintable_text.xhp b/source/text/swriter/guide/nonprintable_text.xhp
index eed375cdf2..ab14f60cba 100644
--- a/source/text/swriter/guide/nonprintable_text.xhp
+++ b/source/text/swriter/guide/nonprintable_text.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3148856"><bookmark_value>non-printing text</bookmark_value>
<bookmark_value>text; non-printable</bookmark_value>
</bookmark><comment>mw copied two entries from hidden_text.xhp</comment>
-<paragraph xml-lang="en-US" id="hd_id3148856" role="heading" level="1"><variable id="nonprintable_text"><link href="text/swriter/guide/nonprintable_text.xhp" name="Creating Non-printing Text">Creating Non-printing Text</link>
+<paragraph xml-lang="en-US" id="hd_id3148856" role="heading" level="1"><variable id="nonprintable_text"><link href="text/swriter/guide/nonprintable_text.xhp">Creating Non-printing Text</link>
</variable></paragraph><comment>MW created this guide from hidden_text.xhp</comment>
<paragraph xml-lang="en-US" id="par_id4685201" role="paragraph">To create text that is not to be printed do the following:</paragraph>
<list type="ordered">
@@ -51,7 +51,7 @@
</listitem>
</list>
<section id="relatedtopics">
- <paragraph xml-lang="en-US" id="par_id3138828" role="paragraph"><link href="text/swriter/guide/hidden_text.xhp" name="Hiding Text">Hiding Text</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3138828" role="paragraph"><link href="text/swriter/guide/hidden_text.xhp">Hiding Text</link></paragraph>
</section>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/swriter/guide/number_date_conv.xhp b/source/text/swriter/guide/number_date_conv.xhp
index e69f6230de..e11bc6bb4f 100644
--- a/source/text/swriter/guide/number_date_conv.xhp
+++ b/source/text/swriter/guide/number_date_conv.xhp
@@ -33,7 +33,7 @@
<bookmark_value>dates;formatting automatically in tables</bookmark_value>
<bookmark_value>recognition;numbers</bookmark_value>
</bookmark>
-<h1 xml-lang="en-US" id="hd_id3156383"><variable id="number_date_conv"><link href="text/swriter/guide/number_date_conv.xhp" name="Turning Number Recognition On or Off in Tables">Turning Number Recognition On or Off in Tables</link>
+<h1 xml-lang="en-US" id="hd_id3156383"><variable id="number_date_conv"><link href="text/swriter/guide/number_date_conv.xhp">Turning Number Recognition On or Off in Tables</link>
</variable></h1>
<paragraph xml-lang="en-US" id="par_id3155179" role="paragraph">$[officename] can automatically recognize numbers or dates that you enter into a table cell, converting them from text to an appropriate number format. Use <menuitem>Table - Number Format</menuitem> to change the display of the entered value.</paragraph>
<embed href="text/shared/optionen/01040500.xhp#number_recognition_failed_or_off"/>
@@ -51,7 +51,7 @@
</list>
<paragraph role="paragraph" id="par_id781605970689063">This feature applies globally to all tables in all documents. When enabled, typing a date or number into a table cell will result in automatic formatting. Enabling and disabling this feature does not change existing data formatting.</paragraph>
<section id="relatedtopics">
-<paragraph xml-lang="en-US" id="par_id3153415" role="paragraph"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01040500.xhp" name="Text Document - Table">%PRODUCTNAME Writer - Table</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id3153415" role="paragraph"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01040500.xhp">%PRODUCTNAME Writer - Table</link></paragraph>
</section>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/swriter/guide/number_sequence.xhp b/source/text/swriter/guide/number_sequence.xhp
index eea42da16e..f75067deec 100644
--- a/source/text/swriter/guide/number_sequence.xhp
+++ b/source/text/swriter/guide/number_sequence.xhp
@@ -32,7 +32,7 @@
</bookmark>
<comment>MW deleted "number ranges;" and changed "numbering;"</comment>
-<paragraph id="hd_id3149695" role="heading" level="1" xml-lang="en-US"><variable id="number_sequence"><link href="text/swriter/guide/number_sequence.xhp" name="Defining Number Ranges">Defining Number Ranges</link></variable></paragraph>
+<paragraph id="hd_id3149695" role="heading" level="1" xml-lang="en-US"><variable id="number_sequence"><link href="text/swriter/guide/number_sequence.xhp">Defining Number Ranges</link></variable></paragraph>
<paragraph id="par_id3155918" role="paragraph" xml-lang="en-US">You can automatically number similar items, such as quotations, in your document.</paragraph>
<list type="ordered">
diff --git a/source/text/swriter/guide/numbering_lines.xhp b/source/text/swriter/guide/numbering_lines.xhp
index 677a66084a..9549bb4dc2 100644
--- a/source/text/swriter/guide/numbering_lines.xhp
+++ b/source/text/swriter/guide/numbering_lines.xhp
@@ -35,7 +35,7 @@
<bookmark_value>numbers; line numbering</bookmark_value>
<bookmark_value>marginal numbers on text pages</bookmark_value>
</bookmark>
- <h1 id="hd_id3150101"><variable id="numbering_lines"><link href="text/swriter/guide/numbering_lines.xhp" name="Adding Line Numbers">Adding Line Numbers</link></variable></h1>
+ <h1 id="hd_id3150101"><variable id="numbering_lines"><link href="text/swriter/guide/numbering_lines.xhp">Adding Line Numbers</link></variable></h1>
<paragraph id="par_id3149842" role="paragraph">$[officename] can insert line numbers in an entire document or to selected paragraphs in your document. Line numbers are included when you print your document. You can specify the line numbering interval, the starting line number, and whether to count blank lines or lines in frames. You can also add a separator between line numbers.</paragraph>
<note id="par_id7184972">Line numbers are not available in HTML format.</note>
@@ -118,10 +118,10 @@
</list>
<section id="relatedtopics">
- <paragraph id="par_id3153934" role="paragraph"><link href="text/swriter/01/06180000.xhp" name="Tools - Line Numbering">Tools - Line Numbering</link></paragraph>
+ <paragraph id="par_id3153934" role="paragraph"><link href="text/swriter/01/06180000.xhp">Tools - Line Numbering</link></paragraph>
<embed href="text/swriter/guide/using_numbering.xhp#using_numbering"/>
- <paragraph id="par_id3153960" role="paragraph">Format - Paragraph - <link href="text/swriter/01/05030800.xhp" name="Numbering_link">Outline &amp; List</link></paragraph>
- <paragraph id="par_id2212591" role="paragraph"><link href="https://wiki.documentfoundation.org/Documentation/How_Tos/Setting_up_a_Style_for_Numbering_Lines_in_Code_Listings" name="wiki.documentfoundation.org Setting up a Style for Numbering Lines in Code Listings">Wiki page about numbering paragraphs by styles</link></paragraph>
+ <paragraph id="par_id3153960" role="paragraph">Format - Paragraph - <link href="text/swriter/01/05030800.xhp">Outline &amp; List</link></paragraph>
+ <paragraph id="par_id2212591" role="paragraph"><link href="https://wiki.documentfoundation.org/Documentation/How_Tos/Setting_up_a_Style_for_Numbering_Lines_in_Code_Listings">Wiki page about numbering paragraphs by styles</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/swriter/guide/numbering_paras.xhp b/source/text/swriter/guide/numbering_paras.xhp
index ddf4c84e83..f1ade04fb0 100644
--- a/source/text/swriter/guide/numbering_paras.xhp
+++ b/source/text/swriter/guide/numbering_paras.xhp
@@ -37,7 +37,7 @@
</bookmark>
<comment>MW changed "removing;..." to "deleting;...", and deleted "modifying;..."</comment>
-<h1 id="hd_id3149637" xml-lang="en-US"><variable id="numbering_paras"><link href="text/swriter/guide/numbering_paras.xhp" name="Modifying Numbering in a Numbered List">Modifying Numbering in an Ordered List</link></variable></h1>
+<h1 id="hd_id3149637" xml-lang="en-US"><variable id="numbering_paras"><link href="text/swriter/guide/numbering_paras.xhp">Modifying Numbering in an Ordered List</link></variable></h1>
<paragraph id="par_id3145092" role="paragraph" xml-lang="en-US">You can remove the numbering from a paragraph in an ordered list or change the number that an ordered list starts with.</paragraph>
<embed href="text/swriter/01/06060000.xhp#chapter_numbering_tip"/>
@@ -83,7 +83,7 @@
<embed href="text/shared/guide/numbering_stop.xhp#numbering_stop"/>
<embed href="text/swriter/guide/captions.xhp#captions"/>
<embed href="text/swriter/guide/number_sequence.xhp#number_sequence"/>
-<paragraph id="par_id6943571" role="paragraph" xml-lang="en-US"><link href="https://wiki.documentfoundation.org/Documentation/How_Tos/Setting_up_a_Style_for_Numbering_Lines_in_Code_Listings" name="wiki.documentfoundation.org Setting up a Style for Numbering Lines in Code Listings">Wiki page about numbering paragraphs by styles</link></paragraph>
+<paragraph id="par_id6943571" role="paragraph" xml-lang="en-US"><link href="https://wiki.documentfoundation.org/Documentation/How_Tos/Setting_up_a_Style_for_Numbering_Lines_in_Code_Listings">Wiki page about numbering paragraphs by styles</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/swriter/guide/page_break.xhp b/source/text/swriter/guide/page_break.xhp
index d9c6b50eda..a3cee54d31 100644
--- a/source/text/swriter/guide/page_break.xhp
+++ b/source/text/swriter/guide/page_break.xhp
@@ -33,7 +33,7 @@
<bookmark_value>manual page breaks</bookmark_value>
<bookmark_value>tables;deleting page breaks before</bookmark_value>
</bookmark>
- <h1 id="hd_id3155183"><variable id="page_break"><link href="text/swriter/guide/page_break.xhp" name="Inserting and Deleting Page Breaks">Inserting and Deleting Page Breaks</link>
+ <h1 id="hd_id3155183"><variable id="page_break"><link href="text/swriter/guide/page_break.xhp">Inserting and Deleting Page Breaks</link>
</variable></h1>
<h2 id="hd_id3149833">To Insert a Manual Page Break</h2>
<list type="ordered">
@@ -59,7 +59,7 @@
<paragraph xml-lang="en-US" id="par_id3145111" role="listitem">Right-click in the table, and choose <emph>Table</emph>.</paragraph>
</listitem>
<listitem>
- <paragraph xml-lang="en-US" id="par_id3156254" role="listitem">Click the <link href="text/swriter/01/05090300.xhp" name="Text Flow"><emph>Text Flow</emph></link> tab.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3156254" role="listitem">Click the <link href="text/swriter/01/05090300.xhp"><emph>Text Flow</emph></link> tab.</paragraph>
</listitem>
<listitem>
<paragraph xml-lang="en-US" id="par_id3153380" role="listitem">Clear the <emph>Break</emph> check box.</paragraph>
@@ -67,7 +67,7 @@
</list>
<h2 id="hd_id151633462071702">To Quickly Switch Between Portrait and Landscape Page Layout</h2>
<embed href="text/swriter/guide/pageorientation.xhp#quick_orientation"/>
- <tip id="par_id121633463140208">Read the help page <link href="text/swriter/guide/pageorientation.xhp" name="pageorientation_link">Changing Page Orientation</link> to learn more about advanced configurations that can be defined concerning page orientation.</tip>
+ <tip id="par_id121633463140208">Read the help page <link href="text/swriter/guide/pageorientation.xhp">Changing Page Orientation</link> to learn more about advanced configurations that can be defined concerning page orientation.</tip>
<section id="relatedtopics">
<embed href="text/swriter/guide/pagenumbers.xhp#pagenumbers"/>
diff --git a/source/text/swriter/guide/pagenumbers.xhp b/source/text/swriter/guide/pagenumbers.xhp
index e10d00314b..f1d7e0458f 100644
--- a/source/text/swriter/guide/pagenumbers.xhp
+++ b/source/text/swriter/guide/pagenumbers.xhp
@@ -35,7 +35,7 @@
<bookmark_value>inserting;page numbers</bookmark_value>
<bookmark_value>styles;page numbers</bookmark_value>
</bookmark><comment>mw inserted six index entries</comment><comment>mw added "styles;"</comment>
-<paragraph xml-lang="en-US" id="hd_id413830" role="heading" level="1"><variable id="pagenumbers"><link href="text/swriter/guide/pagenumbers.xhp" name="Page Numbers">Page Numbers</link>
+<paragraph xml-lang="en-US" id="hd_id413830" role="heading" level="1"><variable id="pagenumbers"><link href="text/swriter/guide/pagenumbers.xhp">Page Numbers</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id1617175" role="paragraph">In Writer, a page number is a field that you can insert into your text.</paragraph>
<paragraph xml-lang="en-US" id="hd_id6091494" role="heading" level="2">To Insert Page Numbers</paragraph>
diff --git a/source/text/swriter/guide/pagestyles.xhp b/source/text/swriter/guide/pagestyles.xhp
index f5e77e0df9..6f6917d82c 100644
--- a/source/text/swriter/guide/pagestyles.xhp
+++ b/source/text/swriter/guide/pagestyles.xhp
@@ -34,7 +34,7 @@
<bookmark_value>overriding next style;for pages</bookmark_value>
</bookmark>
-<h1 id="hd_id3155182" xml-lang="en-US"><variable id="pagestyles"><link href="text/swriter/guide/pagestyles.xhp" name="Creating and Applying Page Styles">Creating and Applying Page Styles</link></variable></h1>
+<h1 id="hd_id3155182" xml-lang="en-US"><variable id="pagestyles"><link href="text/swriter/guide/pagestyles.xhp">Creating and Applying Page Styles</link></variable></h1>
<paragraph id="par_id3149846" role="paragraph" xml-lang="en-US">$[officename] uses page styles to specify the layout of a page, including the page orientation, background, margins, headers, footers, and text columns. To change the layout of an individual page in a document, you must create and apply a custom page style to the page.</paragraph>
<h2 id="hd_id3156109" xml-lang="en-US">To Define a New Page Style</h2>
@@ -87,7 +87,7 @@
<paragraph id="par_id3148685" role="listitem" xml-lang="en-US">Double-click a name in the list.</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id891615460923756" role="listitem">Right-click the page style displayed in the <link href="text/shared/01/03060000" name="Status Bar">Status Bar</link>. Select another page style.</paragraph>
+ <paragraph id="par_id891615460923756" role="listitem">Right-click the page style displayed in the <link href="text/shared/01/03060000">Status Bar</link>. Select another page style.</paragraph>
</listitem>
</list>
@@ -107,7 +107,7 @@
<paragraph id="par_id601615420013170" role="listitem">Enter the page style to be applied.</paragraph>
</listitem>
</list>
-<paragraph role="paragraph" id="par_id231615420303511">See <link href="text/swriter/guide/pageorientation.xhp#scope" name="Next Style">Manually Defined Range of a Page style</link>.</paragraph>
+<paragraph role="paragraph" id="par_id231615420303511">See <link href="text/swriter/guide/pageorientation.xhp#scope">Manually Defined Range of a Page style</link>.</paragraph>
<note id="par_id891615463137607"> A special situation arises when a <emph>Next style</emph> is different than the page style itself, and you want to apply that page style to two consecutive pages. For example, if you have applied <emph>First Page</emph> style to a page, and want to apply First Page style again to the immediately following page, then you must manually override First Page style, because it is configured to be followed by <emph>Default Page Style</emph>.</note>
diff --git a/source/text/swriter/guide/print_preview.xhp b/source/text/swriter/guide/print_preview.xhp
index 9dc17c276b..c07ac4d3bc 100644
--- a/source/text/swriter/guide/print_preview.xhp
+++ b/source/text/swriter/guide/print_preview.xhp
@@ -33,7 +33,7 @@
<bookmark_value>book view</bookmark_value>
<bookmark_value>pages;previews</bookmark_value>
</bookmark><comment>MW changed "page views" to "pages;previews"</comment>
-<paragraph xml-lang="en-US" id="hd_id3155179" role="heading" level="1"><variable id="print_preview"><link href="text/swriter/guide/print_preview.xhp" name="Previewing a Page Before Printing">Previewing a Page Before Printing</link>
+<paragraph xml-lang="en-US" id="hd_id3155179" role="heading" level="1"><variable id="print_preview"><link href="text/swriter/guide/print_preview.xhp">Previewing a Page Before Printing</link>
</variable></paragraph>
<list type="ordered">
<listitem>
@@ -49,7 +49,7 @@
</list>
<section id="relatedtopics">
<embed href="text/swriter/guide/print_small.xhp#print_small"/>
- <paragraph xml-lang="en-US" id="par_id3154265" role="paragraph"><link href="text/swriter/01/01120000.xhp" name="File - Print Preview">File - Print Preview</link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154265" role="paragraph"><link href="text/swriter/01/01120000.xhp">File - Print Preview</link>.</paragraph>
</section>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/swriter/guide/print_selection.xhp b/source/text/swriter/guide/print_selection.xhp
index 6902aef236..aaccf8316b 100644
--- a/source/text/swriter/guide/print_selection.xhp
+++ b/source/text/swriter/guide/print_selection.xhp
@@ -22,7 +22,7 @@
<bookmark_value>printing;selection</bookmark_value>
</bookmark>
-<h1 id="hd_id721605269733190"><variable id="printselection"><link href="text/swriter/guide/print_selection.xhp" name="print_selection_link">Selecting What to Print</link></variable></h1>
+<h1 id="hd_id721605269733190"><variable id="printselection"><link href="text/swriter/guide/print_selection.xhp">Selecting What to Print</link></variable></h1>
<paragraph role="paragraph" id="par_id501605271321756">You can choose to print individual pages, a range of pages, or a selection from a document.</paragraph>
<h2 id="hd_id601605269573468">Printing a single page</h2>
<list type="ordered">
diff --git a/source/text/swriter/guide/print_small.xhp b/source/text/swriter/guide/print_small.xhp
index a3a287f8dc..f9bb8c5b15 100644
--- a/source/text/swriter/guide/print_small.xhp
+++ b/source/text/swriter/guide/print_small.xhp
@@ -30,7 +30,7 @@
<bookmark_value>printing;multiple pages per sheet</bookmark_value>
<bookmark_value>reduced printing of multiple pages</bookmark_value>
</bookmark><comment> MW changed "overviews;"</comment>
-<h1 xml-lang="en-US" id="hd_id3149694"><variable id="print_small"><link href="text/swriter/guide/print_small.xhp" name="Printing Multiple Pages on One Sheet">Printing Multiple Pages on One Sheet</link>
+<h1 xml-lang="en-US" id="hd_id3149694"><variable id="print_small"><link href="text/swriter/guide/print_small.xhp">Printing Multiple Pages on One Sheet</link>
</variable></h1>
<paragraph xml-lang="en-US" id="par_id3149829" role="paragraph">In the <emph>Page Layout</emph> section of the <menuitem>File - Print</menuitem> dialog, you have the option to print multiple pages on one sheet.</paragraph>
<list type="ordered">
@@ -56,7 +56,7 @@
</list>
<section id="relatedtopics">
<embed href="text/swriter/guide/print_preview.xhp#print_preview"/>
- <paragraph xml-lang="en-US" id="par_id3150004" role="paragraph"><link href="text/swriter/main0210.xhp" name="File - Print Preview">File - Print Preview</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3150004" role="paragraph"><link href="text/swriter/main0210.xhp">File - Print Preview</link></paragraph>
</section>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/swriter/guide/printer_tray.xhp b/source/text/swriter/guide/printer_tray.xhp
index 878c9f3029..1745e66f13 100644
--- a/source/text/swriter/guide/printer_tray.xhp
+++ b/source/text/swriter/guide/printer_tray.xhp
@@ -33,7 +33,7 @@
</bookmark>
<comment>mw made "paper trays;..." a one level entry</comment>
-<paragraph id="hd_id3155909" role="heading" level="1" xml-lang="en-US"><variable id="printer_tray"><link href="text/swriter/guide/printer_tray.xhp" name="Selecting printer paper trays">Selecting Printer Paper Trays</link></variable></paragraph>
+<paragraph id="hd_id3155909" role="heading" level="1" xml-lang="en-US"><variable id="printer_tray"><link href="text/swriter/guide/printer_tray.xhp">Selecting Printer Paper Trays</link></variable></paragraph>
<paragraph id="par_id3155858" role="paragraph" xml-lang="en-US">Use page styles to specify different paper sources for different pages in your document.</paragraph>
<list type="ordered">
@@ -61,7 +61,7 @@
</list>
<embed href="text/shared/00/00000004.xhp#related"/>
<embed href="text/swriter/guide/print_preview.xhp#print_preview"/>
-<paragraph id="par_id3154260" role="paragraph" xml-lang="en-US"><link href="text/swriter/guide/pagestyles.xhp" name="Creating and applying page styles">Creating and applying page styles</link></paragraph>
+<paragraph id="par_id3154260" role="paragraph" xml-lang="en-US"><link href="text/swriter/guide/pagestyles.xhp">Creating and applying page styles</link></paragraph>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/swriter/guide/printing_order.xhp b/source/text/swriter/guide/printing_order.xhp
index aac6b56468..96a6c259de 100644
--- a/source/text/swriter/guide/printing_order.xhp
+++ b/source/text/swriter/guide/printing_order.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3149688"><bookmark_value>ordering;printing in reverse order</bookmark_value>
<bookmark_value>printing; reverse order</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3149688" role="heading" level="1"><variable id="printing_order"><link href="text/swriter/guide/printing_order.xhp" name="Printing in Reverse Order">Printing in Reverse Order</link>
+<paragraph xml-lang="en-US" id="hd_id3149688" role="heading" level="1"><variable id="printing_order"><link href="text/swriter/guide/printing_order.xhp">Printing in Reverse Order</link>
</variable></paragraph>
<list type="ordered">
<listitem>
@@ -48,6 +48,6 @@
</list>
<embed href="text/shared/00/00000004.xhp#related"/>
<embed href="text/swriter/guide/print_small.xhp#print_small"/>
- <paragraph xml-lang="en-US" id="par_id3149616" role="paragraph"><link href="text/shared/01/01130000.xhp" name="Printing">Printing</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3149616" role="paragraph"><link href="text/shared/01/01130000.xhp">Printing</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/guide/protection.xhp b/source/text/swriter/guide/protection.xhp
index 8bf9bf2bfa..37c37da602 100644
--- a/source/text/swriter/guide/protection.xhp
+++ b/source/text/swriter/guide/protection.xhp
@@ -39,7 +39,7 @@
</bookmark>
-<h1 id="hd_id6007263"><variable id="protection"><link href="text/swriter/guide/protection.xhp" name="Protecting Content in %PRODUCTNAME Writer">Protecting Contents in %PRODUCTNAME Writer</link></variable></h1>
+<h1 id="hd_id6007263"><variable id="protection"><link href="text/swriter/guide/protection.xhp">Protecting Contents in %PRODUCTNAME Writer</link></variable></h1>
<paragraph id="par_id1924802" role="paragraph" xml-lang="en-US">The following is an overview of the different ways of protecting contents in <item type="productname">%PRODUCTNAME</item> Writer from being modified or deleted.</paragraph>
<h2 id="hd_id3150114">Protecting Sections in <item type="productname">%PRODUCTNAME</item> Writer</h2>
diff --git a/source/text/swriter/guide/references.xhp b/source/text/swriter/guide/references.xhp
index 0d3e0522bb..ee3f38fa02 100644
--- a/source/text/swriter/guide/references.xhp
+++ b/source/text/swriter/guide/references.xhp
@@ -40,8 +40,8 @@
</bookmark>
-<paragraph id="hd_id3145087" role="heading" level="1" xml-lang="en-US"><variable id="references"><link href="text/swriter/guide/references.xhp" name="Inserting Cross-References">Inserting Cross-References</link></variable></paragraph>
-<paragraph id="par_id3159263" role="paragraph" xml-lang="en-US">Cross-references allow you to jump to specific text passages and objects in a single document. A cross-reference consists of a target and a reference that are inserted as <link href="text/swriter/guide/fields.xhp" name="fields">fields</link> in the document.</paragraph>
+<paragraph id="hd_id3145087" role="heading" level="1" xml-lang="en-US"><variable id="references"><link href="text/swriter/guide/references.xhp">Inserting Cross-References</link></variable></paragraph>
+<paragraph id="par_id3159263" role="paragraph" xml-lang="en-US">Cross-references allow you to jump to specific text passages and objects in a single document. A cross-reference consists of a target and a reference that are inserted as <link href="text/swriter/guide/fields.xhp">fields</link> in the document.</paragraph>
<paragraph id="par_id3155860" role="paragraph" xml-lang="en-US">Objects with captions and bookmarks can be used as targets.</paragraph>
<paragraph id="hd_id3149833" role="heading" level="2" xml-lang="en-US">Cross-Referencing Text</paragraph>
@@ -84,7 +84,7 @@
<paragraph id="par_id3154256" role="listitem" xml-lang="en-US">In the <emph>Selection</emph> list, select the target that you want to cross-reference.</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id3154856" role="listitem" xml-lang="en-US">In the <emph>Refer using</emph> list, select the format for the cross-reference. The <link href="text/swriter/01/04090002.xhp" name="format">format</link> specifies the type of information that is displayed as the cross-reference. For example, "Reference" inserts the target text, and "Page" inserts the page number where the target is located. For footnotes the footnote number is inserted.</paragraph>
+ <paragraph id="par_id3154856" role="listitem" xml-lang="en-US">In the <emph>Refer using</emph> list, select the format for the cross-reference. The <link href="text/swriter/01/04090002.xhp">format</link> specifies the type of information that is displayed as the cross-reference. For example, "Reference" inserts the target text, and "Page" inserts the page number where the target is located. For footnotes the footnote number is inserted.</paragraph>
</listitem>
<listitem>
<paragraph id="par_id3155895" role="listitem" xml-lang="en-US">Click <emph>Insert</emph>.</paragraph>
@@ -95,7 +95,7 @@
</list>
<paragraph id="hd_id3149980" role="heading" level="2" xml-lang="en-US">Cross-Referencing an Object</paragraph>
-<paragraph id="par_id3149992" role="paragraph" xml-lang="en-US">You can cross-reference most objects in your document, such as graphics, drawing objects, OLE objects, and tables, so long as they have a caption. To add a caption to an object, select the object, and then choose <link href="text/swriter/guide/captions.xhp" name="Insert - Caption"><emph>Insert - Caption</emph></link>.</paragraph>
+<paragraph id="par_id3149992" role="paragraph" xml-lang="en-US">You can cross-reference most objects in your document, such as graphics, drawing objects, OLE objects, and tables, so long as they have a caption. To add a caption to an object, select the object, and then choose <link href="text/swriter/guide/captions.xhp"><emph>Insert - Caption</emph></link>.</paragraph>
<list type="ordered">
<listitem>
@@ -111,7 +111,7 @@
<paragraph id="par_id3150942" role="listitem" xml-lang="en-US">In the <emph>Selection</emph> list, select the caption number of the object that you want to cross-reference.</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id3150968" role="listitem" xml-lang="en-US">In the <emph>Refer using</emph> list, select the format of the cross-reference. The <link href="text/swriter/01/04090002.xhp" name="format">format</link> specifies the type of information that is displayed as the cross-reference. For example, "Reference" inserts the caption category and caption text of the object.</paragraph>
+ <paragraph id="par_id3150968" role="listitem" xml-lang="en-US">In the <emph>Refer using</emph> list, select the format of the cross-reference. The <link href="text/swriter/01/04090002.xhp">format</link> specifies the type of information that is displayed as the cross-reference. For example, "Reference" inserts the caption category and caption text of the object.</paragraph>
</listitem>
<listitem>
<paragraph id="par_id3150535" role="listitem" xml-lang="en-US">Click <emph>Insert</emph>.</paragraph>
diff --git a/source/text/swriter/guide/references_modify.xhp b/source/text/swriter/guide/references_modify.xhp
index 7ebe6ae8b7..6299bb63c8 100644
--- a/source/text/swriter/guide/references_modify.xhp
+++ b/source/text/swriter/guide/references_modify.xhp
@@ -35,7 +35,7 @@
</bookmark>
-<paragraph id="hd_id3149291" role="heading" level="1" xml-lang="en-US"><variable id="references_modify"><link href="text/swriter/guide/references_modify.xhp" name="Modifying Cross-References">Modifying Cross-References</link></variable></paragraph>
+<paragraph id="hd_id3149291" role="heading" level="1" xml-lang="en-US"><variable id="references_modify"><link href="text/swriter/guide/references_modify.xhp">Modifying Cross-References</link></variable></paragraph>
<list type="ordered">
<listitem>
diff --git a/source/text/swriter/guide/registertrue.xhp b/source/text/swriter/guide/registertrue.xhp
index 025fb73e1e..0e494c80e4 100644
--- a/source/text/swriter/guide/registertrue.xhp
+++ b/source/text/swriter/guide/registertrue.xhp
@@ -34,12 +34,12 @@
<bookmark_value>formatting;register-true text</bookmark_value>
</bookmark>
<h1 xml-lang="en-US" id="par_idN10652"><variable id="registertrue"><link href="text/swriter/guide/registertrue.xhp">Printing with Page line-spacing</link></variable></h1>
- <paragraph role="paragraph" id="par_id391604248923423"><link href="text/shared/00/00000005.xhp#pageline-spacing" name="page line-spacing"><emph>Page line-spacing</emph></link> printing is particularly useful for documents that will have two pages set next to each other (for example, in a book or brochure), for multi-column layouts, and for documents intended for double-sided printing.
+ <paragraph role="paragraph" id="par_id391604248923423"><link href="text/shared/00/00000005.xhp#pageline-spacing"><emph>Page line-spacing</emph></link> printing is particularly useful for documents that will have two pages set next to each other (for example, in a book or brochure), for multi-column layouts, and for documents intended for double-sided printing.
</paragraph>
<h2 xml-lang="en-US" id="par_idN1065E">To Enable a Document for Page Line-spacing Printing</h2>
<list type="ordered">
<listitem>
- <paragraph xml-lang="en-US" id="par_idN10669" role="listitem">Choose <link href="text/shared/01/05040200.xhp" name="formatpage"><menuitem>Format - Page Style - Page</menuitem></link> tab.</paragraph>
+ <paragraph xml-lang="en-US" id="par_idN10669" role="listitem">Choose <link href="text/shared/01/05040200.xhp"><menuitem>Format - Page Style - Page</menuitem></link> tab.</paragraph>
</listitem>
<listitem>
<paragraph xml-lang="en-US" id="par_idN10671" role="listitem">In the <menuitem>Layout Settings</menuitem> section, select the <menuitem>Use page line-spacing</menuitem> checkbox, set the <emph>Reference Style</emph>, and click <menuitem>OK</menuitem>. </paragraph>
@@ -50,7 +50,7 @@
<h2 xml-lang="en-US" id="par_idN1067B">To Exempt or Enable Paragraphs for Page Line-spacing Printing</h2>
<list type="ordered">
<listitem>
- <paragraph xml-lang="en-US" id="par_idN10685" role="paragraph">Select all the paragraphs you want to exempt, then choose <link href="text/shared/01/05030100.xhp" name="formatparagraph"><menuitem>Format - Paragraph - Indents &amp; Spacing</menuitem></link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_idN10685" role="paragraph">Select all the paragraphs you want to exempt, then choose <link href="text/shared/01/05030100.xhp"><menuitem>Format - Paragraph - Indents &amp; Spacing</menuitem></link>.</paragraph>
</listitem>
<listitem>
<paragraph xml-lang="en-US" id="par_idN10698" role="paragraph"><variable id="exempt">Clear the <emph>Activate page line-spacing</emph> checkbox to exempt paragraphs. Set the checkbox to enable.</variable></paragraph>
@@ -60,7 +60,7 @@
<h2 id="hd_id791604249131743">To Exempt or Enable Paragraph Styles for Page Line-spacing Printing</h2>
<list type="ordered">
<listitem>
- <paragraph xml-lang="en-US" id="par_idN1068C" role="listitem">Open the Styles window (<switchinline select="sys"><caseinline select="MAC"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline>), click the Paragraph Style you want to exempt, right-click that style, choose <emph>Modify</emph>. In the dialog, click the <link href="text/shared/01/05030100.xhp" name="formatparagraph2"><emph>Indents &amp; Spacing</emph></link> tab.</paragraph>
+ <paragraph xml-lang="en-US" id="par_idN1068C" role="listitem">Open the Styles window (<switchinline select="sys"><caseinline select="MAC"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline>), click the Paragraph Style you want to exempt, right-click that style, choose <emph>Modify</emph>. In the dialog, click the <link href="text/shared/01/05030100.xhp"><emph>Indents &amp; Spacing</emph></link> tab.</paragraph>
</listitem>
<listitem>
<paragraph id="par_id481604252645547" role="listitem"><embedvar href="text/swriter/guide/registertrue.xhp#exempt"/></paragraph>
diff --git a/source/text/swriter/guide/reset_format.xhp b/source/text/swriter/guide/reset_format.xhp
index e760da92b3..db49381e4a 100644
--- a/source/text/swriter/guide/reset_format.xhp
+++ b/source/text/swriter/guide/reset_format.xhp
@@ -35,7 +35,7 @@
<bookmark_value>formatting;exiting direct formatting</bookmark_value>
<bookmark_value>exiting;direct formatting</bookmark_value>
</bookmark><comment>mw made "exiting..." a two level entry</comment>
-<paragraph xml-lang="en-US" id="hd_id3149963" role="heading" level="1"><variable id="reset_format"><link href="text/swriter/guide/reset_format.xhp" name="Resetting Font Attributes">Resetting Font Attributes</link>
+<paragraph xml-lang="en-US" id="hd_id3149963" role="heading" level="1"><variable id="reset_format"><link href="text/swriter/guide/reset_format.xhp">Resetting Font Attributes</link>
</variable></paragraph>
<list type="unordered">
<listitem>
diff --git a/source/text/swriter/guide/resize_navigator.xhp b/source/text/swriter/guide/resize_navigator.xhp
index b491055525..afcc34a863 100644
--- a/source/text/swriter/guide/resize_navigator.xhp
+++ b/source/text/swriter/guide/resize_navigator.xhp
@@ -36,7 +36,7 @@
<bookmark_value>docking; Navigator window</bookmark_value>
<bookmark_value>resizing;windows</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3145088" xml-lang="en-US" level="1"><variable id="resize_navigator"><link href="text/swriter/guide/resize_navigator.xhp" name="Docking and Resizing Windows">Docking and Resizing Windows</link>
+<paragraph role="heading" id="hd_id3145088" xml-lang="en-US" level="1"><variable id="resize_navigator"><link href="text/swriter/guide/resize_navigator.xhp">Docking and Resizing Windows</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3155916" xml-lang="en-US">You can dock, undock and resize most $[officename] program windows such as the Navigator or the Styles window.</paragraph>
<list type="unordered">
diff --git a/source/text/swriter/guide/ruler.xhp b/source/text/swriter/guide/ruler.xhp
index 643b7276c6..e2807bd04c 100644
--- a/source/text/swriter/guide/ruler.xhp
+++ b/source/text/swriter/guide/ruler.xhp
@@ -37,7 +37,7 @@
</bookmark>
<h1 xml-lang="en-US" id="par_idN1065F"><variable id="ruler"><link href="text/swriter/guide/ruler.xhp">Using Rulers</link>
</variable></h1>
- <paragraph xml-lang="en-US" id="par_idN1067D" role="paragraph">To show or hide rulers, choose <emph>View - Ruler</emph>. To show the vertical ruler, choose <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01040200.xhp" name="Writer - View"><emph>%PRODUCTNAME Writer - View</emph></link>, and then select <emph>Vertical ruler</emph> in the <emph>Ruler</emph> area.</paragraph>
+ <paragraph xml-lang="en-US" id="par_idN1067D" role="paragraph">To show or hide rulers, choose <emph>View - Ruler</emph>. To show the vertical ruler, choose <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01040200.xhp"><emph>%PRODUCTNAME Writer - View</emph></link>, and then select <emph>Vertical ruler</emph> in the <emph>Ruler</emph> area.</paragraph>
<h2 xml-lang="en-US" id="hd_id3149686">Adjusting Page Margins</h2>
<paragraph xml-lang="en-US" id="par_id3155175" role="paragraph">The margins of a page are indicated by the filled areas at the ends of the rulers.</paragraph>
<h2 xml-lang="en-US" id="hd_id3149038">Changing Indents</h2>
@@ -51,7 +51,7 @@
</listitem>
</list>
<paragraph role="paragraph" id="par_id91610715353328">For example, to change the left indent starting with the second line of a paragraph, hold down the <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> key, click the triangle on the bottom left, and drag it to the right</paragraph>
- <paragraph xml-lang="en-US" id="par_id3149164" role="paragraph">You can also double-click anywhere on the horizontal ruler, and adjust the indents in the <link href="text/shared/01/05030000.xhp" name="Paragraph"><emph>Paragraph</emph></link> dialog.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3149164" role="paragraph">You can also double-click anywhere on the horizontal ruler, and adjust the indents in the <link href="text/shared/01/05030000.xhp"><emph>Paragraph</emph></link> dialog.</paragraph>
<section id="relatedtopics">
<embed href="text/swriter/guide/table_sizing.xhp#table_sizing"/>
<embed href="text/shared/guide/tabs.xhp#tabs"/>
diff --git a/source/text/swriter/guide/section_edit.xhp b/source/text/swriter/guide/section_edit.xhp
index 2c937b8fbd..bb00060ece 100644
--- a/source/text/swriter/guide/section_edit.xhp
+++ b/source/text/swriter/guide/section_edit.xhp
@@ -36,12 +36,12 @@
<bookmark_value>converting;sections, into normal text</bookmark_value>
<bookmark_value>hiding;sections</bookmark_value>
</bookmark><comment>ufi: added two deleting sections entries</comment>
-<paragraph xml-lang="en-US" id="hd_id3149816" role="heading" level="1"><variable id="section_edit"><link href="text/swriter/guide/section_edit.xhp" name="Editing Sections">Editing Sections</link>
+<paragraph xml-lang="en-US" id="hd_id3149816" role="heading" level="1"><variable id="section_edit"><link href="text/swriter/guide/section_edit.xhp">Editing Sections</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3155858" role="paragraph">You can protect, hide, and convert sections to normal text in your document.</paragraph>
<list type="ordered">
<listitem>
- <paragraph xml-lang="en-US" id="par_id3154224" role="listitem">Choose <link href="text/swriter/01/02170000.xhp" name="Format - Sections"><emph>Format - Sections</emph></link>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154224" role="listitem">Choose <link href="text/swriter/01/02170000.xhp"><emph>Format - Sections</emph></link>.</paragraph>
</listitem>
<listitem>
<paragraph xml-lang="en-US" id="par_id3149848" role="listitem">In the <item type="menuitem">Section</item> list, click the section you want to modify. You can press <switchinline select="sys"><caseinline select="MAC">Command
@@ -80,7 +80,7 @@
<paragraph role="paragraph" id="par_id531641501248838">To remove protection of a section, do the following:</paragraph>
<list type="ordered">
<listitem>
- <paragraph id="par_id681641501272982" role="listitem">Choose <link href="text/swriter/01/02170000.xhp" name="Format - Sections"><menuitem>Format - Sections</menuitem></link>.</paragraph>
+ <paragraph id="par_id681641501272982" role="listitem">Choose <link href="text/swriter/01/02170000.xhp"><menuitem>Format - Sections</menuitem></link>.</paragraph>
</listitem>
<listitem>
<paragraph id="par_id861641501273184" role="listitem">Select the section to unprotect in the <menuitem>Section</menuitem> area of the dialog.</paragraph>
@@ -99,7 +99,7 @@
<embed href="text/shared/00/00000004.xhp#related"/>
<embed href="text/swriter/guide/sections.xhp#sections"/>
<embed href="text/swriter/guide/section_insert.xhp#section_insert"/>
- <paragraph xml-lang="en-US" id="par_id3156255" role="paragraph"><link href="text/swriter/01/02170000.xhp" name="Format - Sections">Format - Sections</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3156255" role="paragraph"><link href="text/swriter/01/02170000.xhp">Format - Sections</link></paragraph>
<paragraph xml-lang="en-US" id="par_id973540" role="paragraph"><link href="text/swriter/guide/protection.xhp">Protecting Content in %PRODUCTNAME Writer</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/guide/section_insert.xhp b/source/text/swriter/guide/section_insert.xhp
index 483fe31bc7..d8c2e17962 100644
--- a/source/text/swriter/guide/section_insert.xhp
+++ b/source/text/swriter/guide/section_insert.xhp
@@ -36,7 +36,7 @@
</bookmark>
-<paragraph id="hd_id3149695" role="heading" level="1" xml-lang="en-US"><variable id="section_insert"><link href="text/swriter/guide/section_insert.xhp" name="Inserting Sections">Inserting Sections</link></variable></paragraph>
+<paragraph id="hd_id3149695" role="heading" level="1" xml-lang="en-US"><variable id="section_insert"><link href="text/swriter/guide/section_insert.xhp">Inserting Sections</link></variable></paragraph>
<paragraph id="par_id3155917" role="paragraph" xml-lang="en-US">You can insert new sections, or links to sections in other documents into the current document. If you insert a section as a link, the content of the link changes when you modify the source document.</paragraph>
<paragraph id="hd_id3155863" role="heading" level="2" xml-lang="en-US">To Insert a New Section</paragraph>
diff --git a/source/text/swriter/guide/sections.xhp b/source/text/swriter/guide/sections.xhp
index 93cb92f5da..efb3b74242 100644
--- a/source/text/swriter/guide/sections.xhp
+++ b/source/text/swriter/guide/sections.xhp
@@ -33,7 +33,7 @@
<bookmark_value>text columns</bookmark_value>
<bookmark_value>sections; columns in/use of</bookmark_value>
</bookmark><comment>mw changed a typo in "multicolumn"</comment><comment>mw deleted "sections;using" and changed "section;columns in"</comment>
-<paragraph xml-lang="en-US" id="hd_id3149832" role="heading" level="1"><variable id="sections"><link href="text/swriter/guide/sections.xhp" name="Using Sections">Using Sections</link>
+<paragraph xml-lang="en-US" id="hd_id3149832" role="heading" level="1"><variable id="sections"><link href="text/swriter/guide/sections.xhp">Using Sections</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3153128" role="paragraph">Sections are named blocks of text, including graphics or objects, that you can use in a number of ways:</paragraph>
<list type="unordered">
@@ -60,7 +60,7 @@
<section id="relatedtopics">
<embed href="text/swriter/guide/section_insert.xhp#section_insert"/>
<embed href="text/swriter/guide/section_edit.xhp#section_edit"/>
- <paragraph xml-lang="en-US" id="par_id3155883" role="paragraph"><link href="text/shared/00/00000005.xhp#dde" name="DDE">DDE</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3155883" role="paragraph"><link href="text/shared/00/00000005.xhp#dde">DDE</link></paragraph>
</section>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/swriter/guide/send2html.xhp b/source/text/swriter/guide/send2html.xhp
index ddba944b19..c8877fa46b 100644
--- a/source/text/swriter/guide/send2html.xhp
+++ b/source/text/swriter/guide/send2html.xhp
@@ -35,7 +35,7 @@
</bookmark>
-<paragraph id="hd_id3145087" role="heading" level="1" xml-lang="en-US"><variable id="send2html"><link href="text/swriter/guide/send2html.xhp" name="Saving Text Documents in HTML Format">Saving Text Documents in HTML Format</link></variable></paragraph>
+<paragraph id="hd_id3145087" role="heading" level="1" xml-lang="en-US"><variable id="send2html"><link href="text/swriter/guide/send2html.xhp">Saving Text Documents in HTML Format</link></variable></paragraph>
<paragraph id="par_id3149825" role="paragraph" xml-lang="en-US">You can save a $[officename] Writer document in HTML format, so that you can view it in a web browser. If you want, you can associate a page break with a specific heading paragraph style to generate a separate HTML page each time the style appears in the document. $[officename] Writer automatically creates a page containing hyperlinks to each of these pages.</paragraph>
<paragraph id="par_id3155922" role="paragraph" xml-lang="en-US">When you save a text document in HTML format, any graphics in the document are saved into the HTML document as embedded data streams. $[officename] tries to keep the original format of graphics, i.e. JPEG pictures or SVG images will be saved into HTML as such. All other graphic formats are saved as PNG.</paragraph>
diff --git a/source/text/swriter/guide/shortcut_writing.xhp b/source/text/swriter/guide/shortcut_writing.xhp
index 2a1115f1a8..fc5becd7e2 100644
--- a/source/text/swriter/guide/shortcut_writing.xhp
+++ b/source/text/swriter/guide/shortcut_writing.xhp
@@ -33,7 +33,7 @@
<bookmark_value>bold;formatting while typing</bookmark_value>
<bookmark_value>shortcut keys;bold formatting</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3149689" role="heading" level="1"><variable id="shortcut_writing"><link href="text/swriter/guide/shortcut_writing.xhp" name="Applying Text Formatting While You Type">Applying Text Formatting While You Type</link>
+<paragraph xml-lang="en-US" id="hd_id3149689" role="heading" level="1"><variable id="shortcut_writing"><link href="text/swriter/guide/shortcut_writing.xhp">Applying Text Formatting While You Type</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="hd_id3155909" role="paragraph">To apply bold formatting</paragraph>
<list type="ordered">
@@ -76,7 +76,7 @@
</list>
<embed href="text/shared/00/00000004.xhp#related"/>
<embed href="text/swriter/guide/subscript.xhp#subscript"/>
- <paragraph xml-lang="en-US" id="par_id3149648" role="paragraph"><link href="text/swriter/04/01020000.xhp" name="Keyboard shortcut for text documents">Keyboard shortcut for text documents</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3149611" role="paragraph"><link href="text/shared/main0400.xhp" name="Keyboard shortcut in $[officename]">Keyboard shortcut in $[officename]</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3149648" role="paragraph"><link href="text/swriter/04/01020000.xhp">Keyboard shortcut for text documents</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3149611" role="paragraph"><link href="text/shared/main0400.xhp">Keyboard shortcut in $[officename]</link></paragraph>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/swriter/guide/spellcheck_dialog.xhp b/source/text/swriter/guide/spellcheck_dialog.xhp
index 1d0026834d..2fc9f82ac1 100644
--- a/source/text/swriter/guide/spellcheck_dialog.xhp
+++ b/source/text/swriter/guide/spellcheck_dialog.xhp
@@ -33,7 +33,7 @@
<bookmark_value>grammar checker</bookmark_value>
</bookmark>
-<paragraph id="hd_id3149684" role="heading" level="1" xml-lang="en-US"><variable id="spellcheck_dialog"><link href="text/swriter/guide/spellcheck_dialog.xhp" name="Checking Spelling and Grammar">Checking Spelling and Grammar</link></variable></paragraph>
+<paragraph id="hd_id3149684" role="heading" level="1" xml-lang="en-US"><variable id="spellcheck_dialog"><link href="text/swriter/guide/spellcheck_dialog.xhp">Checking Spelling and Grammar</link></variable></paragraph>
<paragraph id="par_id3149814" role="paragraph" xml-lang="en-US">You can manually check the spelling and grammar of a text selection or the entire document.</paragraph>
<paragraph id="par_id0525200902184476" role="note" xml-lang="en-US">To check the spelling and the grammar of a text, the appropriate dictionaries must be installed. For many languages three different dictionaries exist: a spellchecker, a hyphenation dictionary, and a thesaurus. Each dictionary covers one language only. Grammar checkers can be downloaded and installed as extensions. See the <link href="https://extensions.libreoffice.org/extension-center?getCategories=Dictionary">extensions web page</link>.</paragraph>
<paragraph id="par_id3149828" role="paragraph" xml-lang="en-US">The spellcheck starts at the current cursor position, or at the beginning of the text selection.</paragraph>
@@ -58,7 +58,7 @@
<section id="relatedtopics">
<embed href="text/swriter/guide/auto_spellcheck.xhp#auto_spellcheck"/><comment>removed a line</comment>
-<paragraph id="par_id3147107" role="paragraph" xml-lang="en-US"><link href="text/shared/01/06010000.xhp" name="Spelling">Spelling dialog</link></paragraph>
+<paragraph id="par_id3147107" role="paragraph" xml-lang="en-US"><link href="text/shared/01/06010000.xhp">Spelling dialog</link></paragraph>
<embed href="text/swriter/guide/using_hyphen.xhp#using_hyphen"/>
<embed href="text/swriter/guide/using_thesaurus.xhp#using_thesaurus"/>
</section>
diff --git a/source/text/swriter/guide/stylist_fillformat.xhp b/source/text/swriter/guide/stylist_fillformat.xhp
index 11654e2078..778d9aa1d0 100644
--- a/source/text/swriter/guide/stylist_fillformat.xhp
+++ b/source/text/swriter/guide/stylist_fillformat.xhp
@@ -34,7 +34,7 @@
<bookmark_value>formats; copying and pasting</bookmark_value>
<bookmark_value>text formats; copying and pasting</bookmark_value>
</bookmark><comment>mw changed "copying;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3145084" role="heading" level="1"><variable id="stylist_fillformat"><link href="text/swriter/guide/stylist_fillformat.xhp" name="Applying Styles in Fill Format Mode">Applying Styles in Fill Format Mode</link>
+<paragraph xml-lang="en-US" id="hd_id3145084" role="heading" level="1"><variable id="stylist_fillformat"><link href="text/swriter/guide/stylist_fillformat.xhp">Applying Styles in Fill Format Mode</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3155855" role="paragraph">You can quickly apply styles, such as paragraph and character styles, in your document by using the Fill Format Mode in the Styles window.</paragraph>
<list type="ordered">
@@ -63,7 +63,7 @@
<embed href="text/swriter/guide/templates_styles.xhp#templates_styles"/>
<embed href="text/swriter/guide/stylist_fromselect.xhp#stylist_fromselect"/>
<embed href="text/swriter/guide/stylist_update.xhp#stylist_update"/>
- <paragraph xml-lang="en-US" id="par_id3159259" role="paragraph"><link href="text/swriter/01/05140000.xhp" name="Styles">Styles</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3159259" role="paragraph"><link href="text/swriter/01/05140000.xhp">Styles</link></paragraph>
</section>
</body>
</helpdocument> \ No newline at end of file
diff --git a/source/text/swriter/guide/stylist_fromselect.xhp b/source/text/swriter/guide/stylist_fromselect.xhp
index c2bbd4a6b4..399d9fdeec 100644
--- a/source/text/swriter/guide/stylist_fromselect.xhp
+++ b/source/text/swriter/guide/stylist_fromselect.xhp
@@ -34,7 +34,7 @@
</bookmark>
<comment>mw deleted "creating;" and added "copying;"</comment>
-<h1 id="hd_id3155911" xml-lang="en-US"><variable id="stylist_fromselect"><link href="text/swriter/guide/stylist_fromselect.xhp" name="Creating New Styles From Selections">Creating New Styles From Selections</link></variable></h1>
+<h1 id="hd_id3155911" xml-lang="en-US"><variable id="stylist_fromselect"><link href="text/swriter/guide/stylist_fromselect.xhp">Creating New Styles From Selections</link></variable></h1>
<h2 id="par_id3149829" xml-lang="en-US">To Create a New Style From a Manually Formatted Selection</h2>
@@ -93,8 +93,8 @@
</list>
<paragraph role="paragraph" id="par_id331608474971283">For page and table styles, you must use the <menuitem>Styles actions</menuitem> menu at the top right corner of the Styles deck. The drag-and-drop method is not possible with these styles.</paragraph>
<section id="relatedtopics">
-<paragraph id="par_id3149988" role="paragraph" xml-lang="en-US"><link href="text/swriter/01/05140000.xhp" name="Styles">Styles (Sidebar)</link></paragraph>
-<paragraph role="paragraph" id="par_id301608479105670"><link href="text/shared/01/05140100.xhp" name="New Style from Selection"><menuitem>Styles - New Style from Selection</menuitem></link></paragraph>
+<paragraph id="par_id3149988" role="paragraph" xml-lang="en-US"><link href="text/swriter/01/05140000.xhp">Styles (Sidebar)</link></paragraph>
+<paragraph role="paragraph" id="par_id301608479105670"><link href="text/shared/01/05140100.xhp"><menuitem>Styles - New Style from Selection</menuitem></link></paragraph>
<embed href="text/swriter/guide/stylist_update.xhp#stylist_update"/>
<embed href="text/swriter/guide/stylist_fillformat.xhp#stylist_fillformat"/>
</section>
diff --git a/source/text/swriter/guide/stylist_update.xhp b/source/text/swriter/guide/stylist_update.xhp
index 600c80e902..d159e94be3 100644
--- a/source/text/swriter/guide/stylist_update.xhp
+++ b/source/text/swriter/guide/stylist_update.xhp
@@ -31,7 +31,7 @@
<bookmark_value>Styles window; updating from selections</bookmark_value>
<bookmark_value>updating; styles, from selections</bookmark_value>
</bookmark>
-<h1 xml-lang="en-US" id="hd_id3155915"><variable id="stylist_update"><link href="text/swriter/guide/stylist_update.xhp" name="Updating Styles From Selections">Updating Styles From Selections</link>
+<h1 xml-lang="en-US" id="hd_id3155915"><variable id="stylist_update"><link href="text/swriter/guide/stylist_update.xhp">Updating Styles From Selections</link>
</variable></h1>
<list type="ordered">
<listitem>
@@ -55,7 +55,7 @@
<embed href="text/swriter/guide/templates_styles.xhp#templates_styles"/>
<embed href="text/swriter/guide/stylist_fillformat.xhp#stylist_fillformat"/>
<embed href="text/swriter/guide/stylist_fromselect.xhp#stylist_fromselect"/>
- <paragraph xml-lang="en-US" id="par_id3155498" role="paragraph"><link href="text/swriter/01/05140000.xhp" name="Styles">Styles</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3155498" role="paragraph"><link href="text/swriter/01/05140000.xhp">Styles</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/swriter/guide/subscript.xhp b/source/text/swriter/guide/subscript.xhp
index 505b5f8a3f..95f05cb42e 100644
--- a/source/text/swriter/guide/subscript.xhp
+++ b/source/text/swriter/guide/subscript.xhp
@@ -32,7 +32,7 @@
<bookmark_value>subscript text</bookmark_value>
<bookmark_value>characters;subscript and superscript</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3155174" role="heading" level="1"><variable id="subscript"><link href="text/swriter/guide/subscript.xhp" name="Making Text Superscript or Subscript">Making Text Superscript or Subscript</link>
+<paragraph xml-lang="en-US" id="hd_id3155174" role="heading" level="1"><variable id="subscript"><link href="text/swriter/guide/subscript.xhp">Making Text Superscript or Subscript</link>
</variable></paragraph>
<list type="ordered">
<listitem>
@@ -57,7 +57,7 @@
</list>
<embed href="text/shared/00/00000004.xhp#related"/>
- <paragraph xml-lang="en-US" id="par_id3153416" role="paragraph"><link href="text/shared/01/05020500.xhp" name="Format - Character - Position">Format - Character - Position</link></paragraph>
- <paragraph xml-lang="en-US" id="par_id3154705" role="paragraph"><link href="text/shared/01/06040200.xhp" name="Tools - AutoCorrect - Replace">Tools - AutoCorrect - Replace</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3153416" role="paragraph"><link href="text/shared/01/05020500.xhp">Format - Character - Position</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154705" role="paragraph"><link href="text/shared/01/06040200.xhp">Tools - AutoCorrect - Replace</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/guide/table_cellmerge.xhp b/source/text/swriter/guide/table_cellmerge.xhp
index 5afd032cd1..9a99259b46 100644
--- a/source/text/swriter/guide/table_cellmerge.xhp
+++ b/source/text/swriter/guide/table_cellmerge.xhp
@@ -33,7 +33,7 @@
<bookmark_value>splitting cells;by menu command</bookmark_value>
<bookmark_value>merging;cells</bookmark_value>
</bookmark><comment>mw made "cell merges;" a one level entry</comment>
-<paragraph xml-lang="en-US" id="hd_id6618243" role="heading" level="1"><variable id="table_cellmerge"><link href="text/swriter/guide/table_cellmerge.xhp" name="Merging and Splitting Cells">Merging and Splitting Cells</link>
+<paragraph xml-lang="en-US" id="hd_id6618243" role="heading" level="1"><variable id="table_cellmerge"><link href="text/swriter/guide/table_cellmerge.xhp">Merging and Splitting Cells</link>
</variable><comment>mw created this file out of the shared guide "table_cellmerge.xhp", see also bug #63021</comment></paragraph>
<paragraph xml-lang="en-US" id="par_id1211890" role="paragraph">You can select adjacent cells, then merge them into a single cell. Conversely, you can take a large cell and divide it into individual cells.</paragraph>
<paragraph xml-lang="en-US" id="hd_id3463850" role="heading" level="2">To Merge Cells</paragraph>
diff --git a/source/text/swriter/guide/table_delete.xhp b/source/text/swriter/guide/table_delete.xhp
index 412f0595b8..f184c25cc0 100644
--- a/source/text/swriter/guide/table_delete.xhp
+++ b/source/text/swriter/guide/table_delete.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3149489"><bookmark_value>deleting; tables or table contents</bookmark_value>
<bookmark_value>tables; deleting</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3149489" role="heading" level="1"><variable id="table_delete"><link href="text/swriter/guide/table_delete.xhp" name="Deleting Tables or the Contents of a Table">Deleting Tables or the Contents of a Table</link>
+<paragraph xml-lang="en-US" id="hd_id3149489" role="heading" level="1"><variable id="table_delete"><link href="text/swriter/guide/table_delete.xhp">Deleting Tables or the Contents of a Table</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3155918" role="paragraph">You can delete a table from your document, or delete the contents of the table.</paragraph>
<list type="unordered">
diff --git a/source/text/swriter/guide/table_insert.xhp b/source/text/swriter/guide/table_insert.xhp
index 4631a1f1d5..5e3de6bdcb 100644
--- a/source/text/swriter/guide/table_insert.xhp
+++ b/source/text/swriter/guide/table_insert.xhp
@@ -35,7 +35,7 @@
<bookmark_value>tables in spreadsheets;inserting in text</bookmark_value>
<bookmark_value>spreadsheets;inserting tables from</bookmark_value>
</bookmark><comment>mw changed "cell ranges;" to "cells;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3156377" role="heading" level="1"><variable id="table_insert"><link href="text/swriter/guide/table_insert.xhp" name="Inserting Tables">Inserting Tables</link>
+<paragraph xml-lang="en-US" id="hd_id3156377" role="heading" level="1"><variable id="table_insert"><link href="text/swriter/guide/table_insert.xhp">Inserting Tables</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3149489" role="paragraph">There are several ways to create a table in a text document. You can insert a table from a toolbar, through a menu command, or from a spreadsheet. <comment>UFI: from a database?</comment></paragraph>
<paragraph xml-lang="en-US" id="hd_id3155908" role="heading" level="2">To Insert a Table From a Toolbar</paragraph>
diff --git a/source/text/swriter/guide/table_repeat_multiple_headers.xhp b/source/text/swriter/guide/table_repeat_multiple_headers.xhp
index e3e30c0a84..2bf9055085 100644
--- a/source/text/swriter/guide/table_repeat_multiple_headers.xhp
+++ b/source/text/swriter/guide/table_repeat_multiple_headers.xhp
@@ -36,7 +36,7 @@
<comment>MW made "table heading repetition..." a two level entry and changed "headers;" to "headings:"</comment><comment>mw added "multi-page tables"</comment>
<paragraph id="par_id3155870" role="paragraph" localize="false" xml-lang="en-US"/>
-<paragraph id="hd_id3153406" role="heading" level="1" xml-lang="en-US"><variable id="table_repeat_multiple_headers"><link href="text/swriter/guide/table_repeat_multiple_headers.xhp" name="Repeating a Table Header on a New Page">Repeating a Table Heading on a New Page</link></variable></paragraph>
+<paragraph id="hd_id3153406" role="heading" level="1" xml-lang="en-US"><variable id="table_repeat_multiple_headers"><link href="text/swriter/guide/table_repeat_multiple_headers.xhp">Repeating a Table Heading on a New Page</link></variable></paragraph>
<paragraph id="par_id3149636" role="paragraph" xml-lang="en-US">You can repeat a table heading on each new page that the table spans.</paragraph>
<list type="ordered">
diff --git a/source/text/swriter/guide/table_sizing.xhp b/source/text/swriter/guide/table_sizing.xhp
index ad45d5120c..5fd8dbc119 100644
--- a/source/text/swriter/guide/table_sizing.xhp
+++ b/source/text/swriter/guide/table_sizing.xhp
@@ -39,7 +39,7 @@
<bookmark_value>columns;resizing in tables</bookmark_value>
<bookmark_value>column widths in tables</bookmark_value>
</bookmark><comment>mw deleted "text tables;enlarging cells", "tables;changing the size", "tables;arranging" and "arranging;tables". MW changed "tables;sizing" and "table cells;". MW added "reducing rows and columns in text tables"</comment><comment>MW changed "tables;" and added "juxtaposing tables"</comment><comment>MW added 5 index entries wrt column widths and row heights</comment>
-<h1 id="hd_id3156108" xml-lang="en-US"><variable id="table_sizing"><link href="text/swriter/guide/table_sizing.xhp" name="Resizing Rows and Columns in a Text Table">Resizing Rows and Columns in a Text Table</link></variable></h1>
+<h1 id="hd_id3156108" xml-lang="en-US"><variable id="table_sizing"><link href="text/swriter/guide/table_sizing.xhp">Resizing Rows and Columns in a Text Table</link></variable></h1>
<paragraph id="par_id3153140" role="paragraph" xml-lang="en-US">You can resize the width of table cells and columns, as well as change the height of table rows.</paragraph>
<table id="tbl_id3149640">
<tablerow>
@@ -48,7 +48,7 @@
<image id="img_id3149622" src="cmd/sc_optimizetable.png" width="1cm" height="1cm"><alt xml-lang="en-US" id="alt_id3149622">Icon</alt></image></paragraph>
</tablecell>
<tablecell>
-<paragraph id="par_id3146497" role="paragraph" xml-lang="en-US">You can also distribute rows and columns evenly using the icons on the <link href="text/shared/02/04210000.xhp" name="Link to Optimize Size"><menuitem>Optimize Size</menuitem></link> toolbar on the <link href="text/swriter/main0204.xhp" name="Link to Table Bar"><menuitem>Table</menuitem></link> Bar.</paragraph>
+<paragraph id="par_id3146497" role="paragraph" xml-lang="en-US">You can also distribute rows and columns evenly using the icons on the <link href="text/shared/02/04210000.xhp"><menuitem>Optimize Size</menuitem></link> toolbar on the <link href="text/swriter/main0204.xhp"><menuitem>Table</menuitem></link> Bar.</paragraph>
</tablecell>
</tablerow>
</table>
diff --git a/source/text/swriter/guide/tablemode.xhp b/source/text/swriter/guide/tablemode.xhp
index bfadc1b0e8..8cba99c1d4 100644
--- a/source/text/swriter/guide/tablemode.xhp
+++ b/source/text/swriter/guide/tablemode.xhp
@@ -34,7 +34,7 @@
<bookmark_value>keyboard;modifying the behavior of rows/columns</bookmark_value>
<bookmark_value>behavior of rows/columns</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3155856" role="heading" level="1"><variable id="tablemode"><link href="text/swriter/guide/tablemode.xhp" name="Modifying the Behavior of Rows and Columns for Table">Modifying Rows and Columns by Keyboard</link></variable></paragraph>
+<paragraph xml-lang="en-US" id="hd_id3155856" role="heading" level="1"><variable id="tablemode"><link href="text/swriter/guide/tablemode.xhp">Modifying Rows and Columns by Keyboard</link></variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3149835" role="paragraph">When you insert or delete cells, rows or columns in a table, the <item type="menuitem">Behavior of rows/columns</item> options determine how the neighboring elements are affected. For example, you can only insert new rows and columns into a table with fixed row and column dimensions if space permits.</paragraph>
<paragraph xml-lang="en-US" id="par_id7344279" role="note">Note that these properties are valid only for changes to the column width that are made using the keyboard. Using the mouse, you are free to make any column width changes.<comment>UFI: fixes bugtraq 4971582</comment></paragraph>
<paragraph xml-lang="en-US" id="par_id3156110" role="paragraph">To set the <item type="menuitem">Behavior of rows/columns</item> options for tables in text documents, choose <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"> - %PRODUCTNAME Writer - Table</item>. There are three display modes for tables:</paragraph>
diff --git a/source/text/swriter/guide/templates_styles.xhp b/source/text/swriter/guide/templates_styles.xhp
index 7385cfbb51..0caa3519a8 100644
--- a/source/text/swriter/guide/templates_styles.xhp
+++ b/source/text/swriter/guide/templates_styles.xhp
@@ -30,7 +30,7 @@
<bookmark_value>organizing; templates (guide)</bookmark_value>
<bookmark_value>templates; organizing (guide)</bookmark_value>
</bookmark>
-<h1 xml-lang="en-US" id="hd_id3153396"><variable id="templates_styles"><link href="text/swriter/guide/templates_styles.xhp" name="Templates and Styles">Templates and Styles</link>
+<h1 xml-lang="en-US" id="hd_id3153396"><variable id="templates_styles"><link href="text/swriter/guide/templates_styles.xhp">Templates and Styles</link>
</variable></h1>
<paragraph xml-lang="en-US" id="par_id3149635" role="paragraph">A template is a document that contains specific formatting styles, graphics, tables, objects, and other information. A template is used as the basis for creating other documents. For example, you can define paragraph and character styles in a document, save the document as a template, and then use the template to create a new document with the same styles.</paragraph>
<paragraph xml-lang="en-US" id="par_id3149957" role="paragraph">Unless you specify otherwise, every new $[officename] text document is based on the default template.</paragraph>
diff --git a/source/text/swriter/guide/text_animation.xhp b/source/text/swriter/guide/text_animation.xhp
index 84dc222a9f..5100b5e76b 100644
--- a/source/text/swriter/guide/text_animation.xhp
+++ b/source/text/swriter/guide/text_animation.xhp
@@ -34,7 +34,7 @@
</bookmark>
<comment>mw made "animating text" a two level entry</comment>
-<paragraph id="hd_id3151182" role="heading" level="1" xml-lang="en-US"><variable id="text_animation"><link href="text/swriter/guide/text_animation.xhp" name="Animating Text">Animating Text</link></variable></paragraph>
+<paragraph id="hd_id3151182" role="heading" level="1" xml-lang="en-US"><variable id="text_animation"><link href="text/swriter/guide/text_animation.xhp">Animating Text</link></variable></paragraph>
<paragraph id="par_id3145080" role="paragraph" xml-lang="en-US">You can only animate text that is contained in a drawing object, such as rectangles, lines, or text objects. For example, draw a rectangle, then double-click the rectangle and enter your text.</paragraph>
<list type="ordered">
diff --git a/source/text/swriter/guide/text_capital.xhp b/source/text/swriter/guide/text_capital.xhp
index e959687186..4c6b612791 100644
--- a/source/text/swriter/guide/text_capital.xhp
+++ b/source/text/swriter/guide/text_capital.xhp
@@ -36,7 +36,7 @@
<bookmark_value>initial capitals in titles</bookmark_value>
<bookmark_value>small capitals (guide)</bookmark_value>
</bookmark><comment>MW added "small capitals"</comment>
-<paragraph xml-lang="en-US" id="hd_id3155182" role="heading" level="1"><variable id="text_capital"><link href="text/swriter/guide/text_capital.xhp" name="Changing the Case of Text">Changing the Case of Text</link>
+<paragraph xml-lang="en-US" id="hd_id3155182" role="heading" level="1"><variable id="text_capital"><link href="text/swriter/guide/text_capital.xhp">Changing the Case of Text</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3155916" role="paragraph">You can change the case of text, format text with small capitals, or capitalize the first letter of each word in a selection.</paragraph>
<paragraph xml-lang="en-US" id="par_idN10728" role="note">When you apply formatting to your text by <emph>Format - Character</emph>, the text stays the same, it is only displayed in another way. On the other hand, when you choose <emph>Format - Text</emph> or <emph>Format - Text - Change Case</emph>, the text is permanently changed.</paragraph>
diff --git a/source/text/swriter/guide/text_centervert.xhp b/source/text/swriter/guide/text_centervert.xhp
index f3d93590be..6bf5c18398 100644
--- a/source/text/swriter/guide/text_centervert.xhp
+++ b/source/text/swriter/guide/text_centervert.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3155177" role="heading" level="1" xml-lang="en-US"><variable id="text_centervert"><link href="text/swriter/guide/text_centervert.xhp" name="Using a Frame to Center Text on a Page">Using a Frame to Center Text on a Page</link></variable></paragraph>
+<paragraph id="hd_id3155177" role="heading" level="1" xml-lang="en-US"><variable id="text_centervert"><link href="text/swriter/guide/text_centervert.xhp">Using a Frame to Center Text on a Page</link></variable></paragraph>
<list type="ordered">
<listitem>
diff --git a/source/text/swriter/guide/text_direct_cursor.xhp b/source/text/swriter/guide/text_direct_cursor.xhp
index c91cbb451e..85e7b2b23b 100644
--- a/source/text/swriter/guide/text_direct_cursor.xhp
+++ b/source/text/swriter/guide/text_direct_cursor.xhp
@@ -33,7 +33,7 @@
<bookmark_value>cursor;direct cursor</bookmark_value>
<bookmark_value>settings;direct cursor</bookmark_value>
</bookmark>
-<h1 xml-lang="en-US" id="hd_id3155178"><variable id="text_direct_cursor"><link href="text/swriter/guide/text_direct_cursor.xhp" name="Using the Direct Cursor">Using the Direct Cursor</link></variable></h1>
+<h1 xml-lang="en-US" id="hd_id3155178"><variable id="text_direct_cursor"><link href="text/swriter/guide/text_direct_cursor.xhp">Using the Direct Cursor</link></variable></h1>
<paragraph xml-lang="en-US" id="par_id3155908" role="paragraph">The direct cursor allows you to enter text anywhere on a page.</paragraph>
<paragraph xml-lang="en-US" id="par_id3155921" role="paragraph">To set the behavior of the direct cursor, choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatting Aids</emph>.</paragraph>
<list type="ordered">
diff --git a/source/text/swriter/guide/text_emphasize.xhp b/source/text/swriter/guide/text_emphasize.xhp
index 82f79284c6..1640e0ea48 100644
--- a/source/text/swriter/guide/text_emphasize.xhp
+++ b/source/text/swriter/guide/text_emphasize.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3149820"><bookmark_value>text; emphasizing</bookmark_value>
<bookmark_value>emphasizing text</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3149820" role="heading" level="1"><variable id="text_emphasize"><link href="text/swriter/guide/text_emphasize.xhp" name="Emphasizing Text">Emphasizing Text</link>
+<paragraph xml-lang="en-US" id="hd_id3149820" role="heading" level="1"><variable id="text_emphasize"><link href="text/swriter/guide/text_emphasize.xhp">Emphasizing Text</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3155922" role="paragraph">Here are a few examples of how to emphasize text in a document:</paragraph>
<list type="unordered">
diff --git a/source/text/swriter/guide/text_frame.xhp b/source/text/swriter/guide/text_frame.xhp
index f48e81f516..b00e2fad87 100644
--- a/source/text/swriter/guide/text_frame.xhp
+++ b/source/text/swriter/guide/text_frame.xhp
@@ -37,7 +37,7 @@
<bookmark_value>frames; linking</bookmark_value>
<bookmark_value>printing;hiding frames from printing</bookmark_value>
</bookmark><comment>mw deleted "text;" and changed "printing;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3149487" role="heading" level="1"><variable id="text_frame"><link href="text/swriter/guide/text_frame.xhp" name="Inserting, Editing, and Linking Frames">Inserting, Editing, and Linking Frames</link>
+<paragraph xml-lang="en-US" id="hd_id3149487" role="heading" level="1"><variable id="text_frame"><link href="text/swriter/guide/text_frame.xhp">Inserting, Editing, and Linking Frames</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3149842" role="paragraph">A frame is a container for text and graphics that you can place anywhere on a page. You can also use a frame to apply a column layout to text.</paragraph>
<paragraph xml-lang="en-US" id="hd_id3156104" role="heading" level="2">To Insert a Frame</paragraph>
diff --git a/source/text/swriter/guide/text_nav_keyb.xhp b/source/text/swriter/guide/text_nav_keyb.xhp
index 8af8c95113..59090444a6 100644
--- a/source/text/swriter/guide/text_nav_keyb.xhp
+++ b/source/text/swriter/guide/text_nav_keyb.xhp
@@ -32,7 +32,7 @@
<bookmark_value>selecting;text, with keyboard</bookmark_value>
<bookmark_value>keyboard; navigating and selecting in text</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id3159260" role="heading" level="1"><variable id="text_nav_keyb"><link href="text/swriter/guide/text_nav_keyb.xhp" name="Navigating and Selecting With the Keyboard">Navigating and Selecting With the Keyboard</link>
+<paragraph xml-lang="en-US" id="hd_id3159260" role="heading" level="1"><variable id="text_nav_keyb"><link href="text/swriter/guide/text_nav_keyb.xhp">Navigating and Selecting With the Keyboard</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3155179" role="paragraph">You can navigate through a document and make selections with the keyboard.</paragraph>
<list type="unordered">
@@ -152,7 +152,7 @@
<section id="relatedtopics">
<embed href="text/swriter/04/01020000.xhp#text_keys"/>
<embed href="text/shared/04/01010000.xhp#common_keys"/>
- <paragraph role="paragraph" id="par_id921513466017508" xml-lang="en-US"><link href="text/shared/02/20050000.xhp" name="Selection modes">Selection Modes</link></paragraph>
+ <paragraph role="paragraph" id="par_id921513466017508" xml-lang="en-US"><link href="text/shared/02/20050000.xhp">Selection Modes</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/swriter/guide/text_rotate.xhp b/source/text/swriter/guide/text_rotate.xhp
index 9da6f39ca7..96aca78484 100644
--- a/source/text/swriter/guide/text_rotate.xhp
+++ b/source/text/swriter/guide/text_rotate.xhp
@@ -33,7 +33,7 @@
</bookmark>
-<paragraph id="hd_id3155911" role="heading" level="1" xml-lang="en-US"><variable id="text_rotate"><link href="text/swriter/guide/text_rotate.xhp" name="Rotating Text">Rotating Text</link></variable></paragraph>
+<paragraph id="hd_id3155911" role="heading" level="1" xml-lang="en-US"><variable id="text_rotate"><link href="text/swriter/guide/text_rotate.xhp">Rotating Text</link></variable></paragraph>
<paragraph id="par_id3147410" role="paragraph" xml-lang="en-US">You can only rotate text that is contained in a drawing object.</paragraph>
<list type="ordered">
@@ -41,13 +41,13 @@
<paragraph id="par_id3153130" role="listitem" xml-lang="en-US">Choose <item type="menuitem">View - Toolbars- Drawing</item> to open the <item type="menuitem">Drawing</item> toolbar.</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id3149866" role="listitem" xml-lang="en-US">Select the <link href="text/shared/02/01140000.xhp" name="Text"><item type="menuitem">Text</item></link> icon <image id="img_id3149600" src="cmd/sc_texttoolbox.png" width="0.564cm" height="0.564cm"><alt xml-lang="en-US" id="alt_id3149600">Icon</alt></image>.</paragraph>
+ <paragraph id="par_id3149866" role="listitem" xml-lang="en-US">Select the <link href="text/shared/02/01140000.xhp"><item type="menuitem">Text</item></link> icon <image id="img_id3149600" src="cmd/sc_texttoolbox.png" width="0.564cm" height="0.564cm"><alt xml-lang="en-US" id="alt_id3149600">Icon</alt></image>.</paragraph>
</listitem>
<listitem>
<paragraph id="par_id3149590" role="listitem" xml-lang="en-US">Drag in your document to draw the text object, and then type your text.</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id3154415" role="listitem" xml-lang="en-US">Click outside of the object, then click the text you entered. Click the <link href="text/shared/02/05090000.xhp" name="Object Rotation Mode"><item type="menuitem">Rotate</item></link> icon <image id="img_id3145405" src="cmd/sc_toggleobjectrotatemode.png" width="0.564cm" height="0.564cm"><alt xml-lang="en-US" id="alt_id3145405">Icon</alt></image> on the <item type="menuitem">Drawing Object Properties</item> toolbar.</paragraph>
+ <paragraph id="par_id3154415" role="listitem" xml-lang="en-US">Click outside of the object, then click the text you entered. Click the <link href="text/shared/02/05090000.xhp"><item type="menuitem">Rotate</item></link> icon <image id="img_id3145405" src="cmd/sc_toggleobjectrotatemode.png" width="0.564cm" height="0.564cm"><alt xml-lang="en-US" id="alt_id3145405">Icon</alt></image> on the <item type="menuitem">Drawing Object Properties</item> toolbar.</paragraph>
</listitem>
<listitem>
<paragraph id="par_id3154252" role="listitem" xml-lang="en-US">Drag one of the corner handles of the text object.</paragraph>
@@ -57,7 +57,7 @@
<section id="relatedtopics">
<embed href="text/swriter/guide/text_emphasize.xhp#text_emphasize"/>
-<paragraph id="par_id3155888" role="paragraph" xml-lang="en-US"><link href="text/shared/02/01140000.xhp" name="Show Draw Functions">Show Draw Functions</link></paragraph>
+<paragraph id="par_id3155888" role="paragraph" xml-lang="en-US"><link href="text/shared/02/01140000.xhp">Show Draw Functions</link></paragraph>
</section>
</body>
diff --git a/source/text/swriter/guide/textdoc_inframe.xhp b/source/text/swriter/guide/textdoc_inframe.xhp
index 638ba62cdf..08a69e6ee3 100644
--- a/source/text/swriter/guide/textdoc_inframe.xhp
+++ b/source/text/swriter/guide/textdoc_inframe.xhp
@@ -32,7 +32,7 @@
<bookmark_value>links;inserting text documents as</bookmark_value>
<bookmark_value>inserting;text documents</bookmark_value>
</bookmark><comment>mw deleted "text;"</comment>
-<paragraph xml-lang="en-US" id="hd_id3155185" role="heading" level="1"><variable id="textdoc_inframe"><link href="text/swriter/guide/textdoc_inframe.xhp" name="Inserting an Entire Text Document">Inserting an Entire Text Document</link>
+<paragraph xml-lang="en-US" id="hd_id3155185" role="heading" level="1"><variable id="textdoc_inframe"><link href="text/swriter/guide/textdoc_inframe.xhp">Inserting an Entire Text Document</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="hd_id1812799" role="heading" level="2">To Insert a Text File</paragraph>
<list type="ordered">
diff --git a/source/text/swriter/guide/using_hyphen.xhp b/source/text/swriter/guide/using_hyphen.xhp
index 0806e1eb80..7699e4d302 100644
--- a/source/text/swriter/guide/using_hyphen.xhp
+++ b/source/text/swriter/guide/using_hyphen.xhp
@@ -32,7 +32,7 @@
<bookmark_value>automatic hyphenation in text</bookmark_value>
<bookmark_value>manual hyphenation in text</bookmark_value>
</bookmark><comment>mw transferred 2 entries to hyphen_prevent.xhp</comment>
-<paragraph xml-lang="en-US" id="hd_id3149695" role="heading" level="1"><variable id="using_hyphen"><link href="text/swriter/guide/using_hyphen.xhp" name="Hyphenation">Hyphenation</link>
+<paragraph xml-lang="en-US" id="hd_id3149695" role="heading" level="1"><variable id="using_hyphen"><link href="text/swriter/guide/using_hyphen.xhp">Hyphenation</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3155918" role="paragraph">By default, $[officename] moves words that do not fit on a line to the next line. If you want, you can use automatic or manual hyphenation to avoid this behavior: </paragraph>
<paragraph xml-lang="en-US" id="hd_id3155864" role="heading" level="2">Automatic Hyphenation</paragraph>
@@ -43,7 +43,7 @@
<paragraph xml-lang="en-US" id="par_id3148850" role="listitem">Right-click in a paragraph, and choose <emph>Paragraph</emph>.</paragraph>
</listitem>
<listitem>
- <paragraph xml-lang="en-US" id="par_id3156104" role="listitem">Click the <link href="text/swriter/01/05030200.xhp" name="Text Flow"><emph>Text Flow</emph></link> tab.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3156104" role="listitem">Click the <link href="text/swriter/01/05030200.xhp"><emph>Text Flow</emph></link> tab.</paragraph>
</listitem>
<listitem>
<paragraph xml-lang="en-US" id="par_id3150101" role="listitem">In the Hyphenation area, select the Automatically check box.</paragraph>
@@ -95,6 +95,6 @@
<embed href="text/swriter/guide/using_thesaurus.xhp#using_thesaurus"/>
<embed href="text/shared/guide/standard_template.xhp#standard_template"/>
<embed href="text/swriter/guide/hyphen_prevent.xhp#hyphen_prevent"/>
- <paragraph xml-lang="en-US" id="par_id3154361" role="paragraph"><link href="text/swriter/01/05030200.xhp" name="Text Flow">Text Flow</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154361" role="paragraph"><link href="text/swriter/01/05030200.xhp">Text Flow</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/guide/using_numbered_lists.xhp b/source/text/swriter/guide/using_numbered_lists.xhp
index 6b84146bc5..a7d7a195f0 100644
--- a/source/text/swriter/guide/using_numbered_lists.xhp
+++ b/source/text/swriter/guide/using_numbered_lists.xhp
@@ -36,7 +36,7 @@
<bookmark_value>changing;bulleting symbols</bookmark_value>
</bookmark>
-<h1 id="hd_id3155186" xml-lang="en-US"><variable id="using_numbered_lists"><link href="text/swriter/guide/using_numbered_lists.xhp" name="Adding Bullets">Adding Bullets</link></variable></h1>
+<h1 id="hd_id3155186" xml-lang="en-US"><variable id="using_numbered_lists"><link href="text/swriter/guide/using_numbered_lists.xhp">Adding Bullets</link></variable></h1>
<h2 id="hd_id3291116" xml-lang="en-US">To Add Bullets</h2>
diff --git a/source/text/swriter/guide/using_numbered_lists2.xhp b/source/text/swriter/guide/using_numbered_lists2.xhp
index 914e71aaa8..1bc2e8997f 100644
--- a/source/text/swriter/guide/using_numbered_lists2.xhp
+++ b/source/text/swriter/guide/using_numbered_lists2.xhp
@@ -31,7 +31,7 @@
<bookmark_value>formatting;ordered lists</bookmark_value>
<bookmark_value>inserting;numbering</bookmark_value>
</bookmark>
-<h1 xml-lang="en-US" id="hd_id3147418"><variable id="using_numbered_lists2"><link href="text/swriter/guide/using_numbered_lists2.xhp" name="Adding Numbering">Adding Numbering</link></variable></h1>
+<h1 xml-lang="en-US" id="hd_id3147418"><variable id="using_numbered_lists2"><link href="text/swriter/guide/using_numbered_lists2.xhp">Adding Numbering</link></variable></h1>
<h2 xml-lang="en-US" id="hd_id4188970">To Add Numbering to a List</h2>
<list type="ordered">
<listitem>
@@ -50,7 +50,7 @@
</listitem>
</list>
<embed href="text/swriter/02/02110000.xhp#synumbering"/>
-<tip id="par_id941615766439690">A <link href="text/swriter/guide/using_numbering.xhp" name="Paragraph Style">paragraph style</link> can be configured to add numbering.</tip>
+<tip id="par_id941615766439690">A <link href="text/swriter/guide/using_numbering.xhp">paragraph style</link> can be configured to add numbering.</tip>
<h2 id="hd_id861615765870820">To Remove Paragraphs from an Ordered List</h2>
<paragraph xml-lang="en-US" id="par_id3153365" role="paragraph">To remove numbering, select the numbered paragraphs, then click the <emph>Toggle Ordered List</emph> icon or the <emph>No List</emph> icon on the <emph>Formatting</emph> Bar.</paragraph>
<h2 xml-lang="en-US" id="hd_id3154233">To Format an Ordered List</h2>
diff --git a/source/text/swriter/guide/using_numbering.xhp b/source/text/swriter/guide/using_numbering.xhp
index 86fb4b4e06..5c39a38cdb 100644
--- a/source/text/swriter/guide/using_numbering.xhp
+++ b/source/text/swriter/guide/using_numbering.xhp
@@ -32,10 +32,10 @@
<bookmark_value>manual numbering in text</bookmark_value>
<bookmark_value>paragraph styles;numbering</bookmark_value>
</bookmark>
- <h1 id="hd_id3155174"><variable id="using_numbering"><link href="text/swriter/guide/using_numbering.xhp" name="Numbering and Numbering Styles">Numbering and Paragraph Styles</link>
+ <h1 id="hd_id3155174"><variable id="using_numbering"><link href="text/swriter/guide/using_numbering.xhp">Numbering and Paragraph Styles</link>
</variable></h1>
<paragraph id="par_id3149818" role="paragraph">You can apply numbering to a paragraph manually or with a paragraph style.</paragraph>
- <note id="par_id31616154131555">If you want numbered headings, use <menuitem>Tools - </menuitem><link href="text/swriter/01/06060000.xhp" name="chap_num_link">Chapter Numbering</link>, instead of numbering manually.</note>
+ <note id="par_id31616154131555">If you want numbered headings, use <menuitem>Tools - </menuitem><link href="text/swriter/01/06060000.xhp">Chapter Numbering</link>, instead of numbering manually.</note>
<h2 id="hd_id6140629">To Apply Numbering Manually</h2>
<paragraph id="par_id3155866" role="listitem">To apply numbering manually, click in the paragraph, and then click the <menuitem>Toggle Ordered List</menuitem> icon on the <menuitem>Formatting</menuitem> bar, or use the dropdown box on the icon to select a numbering format.</paragraph>
<note id="par_id3153405">You cannot apply manual numbering to paragraphs that are listed under "Special Styles" in the Styles window.</note>
@@ -50,13 +50,13 @@
<paragraph id="par_idN10733" role="listitem">To change the bullet or numbering format for all paragraphs in the list, ensure that the cursor is in the list, choose <item type="menuitem">Format - Bullets and Numbering</item>, and then click a new format.</paragraph>
</listitem>
<listitem>
- <paragraph id="par_idN1073A" role="listitem">Use the commands on the <link href="text/swriter/main0206.xhp" name="Numbering Object Bar">Bullets and Numbering</link> bar to change the order and level of list paragraphs.</paragraph>
+ <paragraph id="par_idN1073A" role="listitem">Use the commands on the <link href="text/swriter/main0206.xhp">Bullets and Numbering</link> bar to change the order and level of list paragraphs.</paragraph>
</listitem>
<listitem>
- <paragraph role="listitem" id="par_id791616153048415">To see which paragraphs are in the same list, click to the left of a number or symbol at the beginning of a list paragraph, with <link href="text/swriter/01/03080000.xhp" name="Shadings"><menuitem>View - Field Shadings</menuitem> </link> (<switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F8</keycode>) enabled.</paragraph>
+ <paragraph role="listitem" id="par_id791616153048415">To see which paragraphs are in the same list, click to the left of a number or symbol at the beginning of a list paragraph, with <link href="text/swriter/01/03080000.xhp"><menuitem>View - Field Shadings</menuitem> </link> (<switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F8</keycode>) enabled.</paragraph>
</listitem>
</list>
- <tip id="par_id751615828987862">To add selected paragraphs to an existing list, use <link href="text/swriter/02/add_to_list.xhp" name="Add to Previous List"><menuitem>Format - Lists - Add to List</menuitem></link>.</tip>
+ <tip id="par_id751615828987862">To add selected paragraphs to an existing list, use <link href="text/swriter/02/add_to_list.xhp"><menuitem>Format - Lists - Add to List</menuitem></link>.</tip>
<h2 id="hd_id3153123">To Apply Numbering With a Paragraph Style</h2>
<paragraph id="par_id3153137" role="paragraph">Paragraph Styles give you greater control over numbering that you apply in a document. When you change the list style assigned to a paragraph style, then the numbering format in the list style is applied automatically to all paragraphs using the paragraph style.</paragraph>
@@ -91,7 +91,7 @@
<embed href="text/swriter/guide/numbering_paras.xhp#numbering_paras"/>
<embed href="text/swriter/guide/captions.xhp#captions"/>
<embed href="text/swriter/guide/number_sequence.xhp#number_sequence"/>
- <paragraph role="paragraph" id="par_id401616165733544"><link href="text/swriter/01/05130004.xhp" name="List Style">List Style</link></paragraph>
+ <paragraph role="paragraph" id="par_id401616165733544"><link href="text/swriter/01/05130004.xhp">List Style</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/swriter/guide/using_thesaurus.xhp b/source/text/swriter/guide/using_thesaurus.xhp
index 051ec61456..7a6c7b52d4 100644
--- a/source/text/swriter/guide/using_thesaurus.xhp
+++ b/source/text/swriter/guide/using_thesaurus.xhp
@@ -36,7 +36,7 @@
<bookmark_value>searching;synonyms</bookmark_value>
</bookmark>
<section id="thesaurusHead">
- <h1 id="hd_id3145576"><variable id="using_thesaurus"><link href="text/swriter/guide/using_thesaurus.xhp" name="Thesaurus">Thesaurus</link></variable></h1>
+ <h1 id="hd_id3145576"><variable id="using_thesaurus"><link href="text/swriter/guide/using_thesaurus.xhp">Thesaurus</link></variable></h1>
<paragraph xml-lang="en-US" id="par_id3149820" role="paragraph">Use the thesaurus to look up synonyms or related terms.</paragraph>
</section>
<list type="ordered">
@@ -58,5 +58,5 @@
<paragraph xml-lang="en-US" id="par_id3156263" role="paragraph">Initially, the thesaurus uses the language of the selected word in the document, if a thesaurus library for that language is installed. The title bar of the Thesaurus dialog displays the language in use.</paragraph> <note id="par_id3145113">To look up the word in a different language, click the Language button, and select one of the installed thesaurus languages. A thesaurus library may not be available for all installed languages. You can install languages with a thesaurus library from the <link href="https://extensions.libreoffice.org/">Extensions</link> web page.</note><paragraph xml-lang="en-US" id="par_id3196263" role="paragraph">If a thesaurus library is installed for the language of a word, the context menu of the word shows a Synonyms submenu. Select any of the terms from the submenu to replace the word.</paragraph> <embed href="text/shared/00/00000004.xhp#related"/>
<embed href="text/swriter/guide/spellcheck_dialog.xhp#spellcheck_dialog"/>
<embed href="text/swriter/guide/using_hyphen.xhp#using_hyphen"/>
- <paragraph xml-lang="en-US" id="par_id3154392" role="paragraph"><link href="text/shared/01/06020000.xhp" name="Thesaurus">Thesaurus</link></paragraph> </body>
+ <paragraph xml-lang="en-US" id="par_id3154392" role="paragraph"><link href="text/shared/01/06020000.xhp">Thesaurus</link></paragraph> </body>
</helpdocument>
diff --git a/source/text/swriter/guide/words_count.xhp b/source/text/swriter/guide/words_count.xhp
index e3d6b0346e..89e0a5195c 100644
--- a/source/text/swriter/guide/words_count.xhp
+++ b/source/text/swriter/guide/words_count.xhp
@@ -36,7 +36,7 @@
<bookmark_value>counting words</bookmark_value>
<bookmark_value>word counts</bookmark_value>
</bookmark><comment>MW deleted "character counts"</comment>
-<paragraph xml-lang="en-US" id="hd_id3149686" role="heading" level="1"><variable id="words_count"><link href="text/swriter/guide/words_count.xhp" name="Counting Words">Counting Words</link>
+<paragraph xml-lang="en-US" id="hd_id3149686" role="heading" level="1"><variable id="words_count"><link href="text/swriter/guide/words_count.xhp">Counting Words</link>
</variable></paragraph>
<list type="ordered">
<listitem>
@@ -58,6 +58,6 @@
</section>
<paragraph xml-lang="en-US" id="par_idN106E2" role="tip">To get some more statistics about the document, choose <emph>File - Properties - Statistics</emph>.</paragraph>
<embed href="text/shared/00/00000004.xhp#related"/>
- <paragraph xml-lang="en-US" id="par_id3147418" role="paragraph"><link href="text/shared/01/01100400.xhp" name="File - Properties - Statistics">File - Properties - Statistics</link></paragraph>
+ <paragraph xml-lang="en-US" id="par_id3147418" role="paragraph"><link href="text/shared/01/01100400.xhp">File - Properties - Statistics</link></paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/guide/wrap.xhp b/source/text/swriter/guide/wrap.xhp
index a81260620d..2341a5cef2 100644
--- a/source/text/swriter/guide/wrap.xhp
+++ b/source/text/swriter/guide/wrap.xhp
@@ -39,7 +39,7 @@
</bookmark>
-<paragraph id="hd_id3154486" role="heading" level="1" xml-lang="en-US"><variable id="wrap"><link href="text/swriter/guide/wrap.xhp" name="Wrapping Text Around Objects">Wrapping Text Around Objects</link></variable></paragraph>
+<paragraph id="hd_id3154486" role="heading" level="1" xml-lang="en-US"><variable id="wrap"><link href="text/swriter/guide/wrap.xhp">Wrapping Text Around Objects</link></variable></paragraph>
<paragraph id="hd_id4792321" role="heading" level="2" xml-lang="en-US">To Wrap Text Around an Object</paragraph>
@@ -48,7 +48,7 @@
<paragraph id="par_id3149696" role="listitem" xml-lang="en-US">Select the object.</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id3155907" role="listitem" xml-lang="en-US">Choose <emph>Format - Frame and Object - Properties</emph>, and then click the <link href="text/swriter/01/05060200.xhp" name="Wrap"><emph>Wrap</emph></link> tab to choose the wrapping style that you want to apply.</paragraph>
+ <paragraph id="par_id3155907" role="listitem" xml-lang="en-US">Choose <emph>Format - Frame and Object - Properties</emph>, and then click the <link href="text/swriter/01/05060200.xhp"><emph>Wrap</emph></link> tab to choose the wrapping style that you want to apply.</paragraph>
<paragraph id="par_id3155859" role="listitem" xml-lang="en-US">The current wrapping style is indicated by a bullet.</paragraph>
</listitem>
</list>
@@ -60,7 +60,7 @@
<paragraph id="par_id3154079" role="listitem" xml-lang="en-US">Select the object.</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id3153396" role="listitem" xml-lang="en-US">Choose <emph>Format - Frame and Object - Properties</emph>, and then click the <link href="text/swriter/01/05060200.xhp" name="Wrap"><emph>Wrap</emph></link> tab.</paragraph>
+ <paragraph id="par_id3153396" role="listitem" xml-lang="en-US">Choose <emph>Format - Frame and Object - Properties</emph>, and then click the <link href="text/swriter/01/05060200.xhp"><emph>Wrap</emph></link> tab.</paragraph>
</listitem>
</list>
@@ -93,7 +93,7 @@
<section id="relatedtopics">
<embed href="text/swriter/guide/insert_graphic.xhp#insert_graphic"/>
-<paragraph id="par_id3150520" role="paragraph" xml-lang="en-US"><link href="text/swriter/01/05060201.xhp" name="Contour Editor">Contour Editor</link></paragraph>
+<paragraph id="par_id3150520" role="paragraph" xml-lang="en-US"><link href="text/swriter/01/05060201.xhp">Contour Editor</link></paragraph>
</section>
</body>
diff --git a/source/text/swriter/librelogo/LibreLogo.xhp b/source/text/swriter/librelogo/LibreLogo.xhp
index b5c680e97a..3ee77e9bae 100644
--- a/source/text/swriter/librelogo/LibreLogo.xhp
+++ b/source/text/swriter/librelogo/LibreLogo.xhp
@@ -26,7 +26,7 @@
<bookmark xml-lang="en-US" branch="hid/.HelpId:addon_LibreLogo.OfficeToolBar" id="bm2" localize="false"/>
<section id="librelogotoolbar">
- <h1 id="hd_170"><variable id="LibreLogoh1"><link href="text/swriter/librelogo/LibreLogo.xhp" name="LibreLogo">LibreLogo</link></variable></h1>
+ <h1 id="hd_170"><variable id="LibreLogoh1"><link href="text/swriter/librelogo/LibreLogo.xhp">LibreLogo</link></variable></h1>
<paragraph role="paragraph" xml-lang="en-US" id="par_180">LibreLogo is a simple, localized, Logo-like programming environment with turtle vector graphics for teaching of computing (programming and word processing), DTP and graphic design. See <link href="http://www.numbertext.org/logo/librelogo.pdf">http://www.numbertext.org/logo/librelogo.pdf</link>.</paragraph>
</section>
diff --git a/source/text/swriter/main0100.xhp b/source/text/swriter/main0100.xhp
index bd619f11b3..981f90090b 100644
--- a/source/text/swriter/main0100.xhp
+++ b/source/text/swriter/main0100.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="menus">
-<paragraph role="heading" id="hd_id3147274" xml-lang="en-US" level="1"><variable id="main0100"><link href="text/swriter/main0100.xhp" name="Menus">Menus</link>
+<paragraph role="heading" id="hd_id3147274" xml-lang="en-US" level="1"><variable id="main0100"><link href="text/swriter/main0100.xhp">Menus</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3149569" xml-lang="en-US">The following section lists the help topics available for menus and dialogs.</paragraph>
</section>
diff --git a/source/text/swriter/main0101.xhp b/source/text/swriter/main0101.xhp
index 238f9887df..fc02762c45 100644
--- a/source/text/swriter/main0101.xhp
+++ b/source/text/swriter/main0101.xhp
@@ -29,7 +29,7 @@
<section id="file">
<bookmark xml-lang="en-US" branch="hid/.uno:FileMenu" id="bm_id4299142" localize="false"/>
- <h1 id="hd_id3147331" xml-lang="en-US"><link href="text/swriter/main0101.xhp" name="File">File</link></h1>
+ <h1 id="hd_id3147331" xml-lang="en-US"><link href="text/swriter/main0101.xhp">File</link></h1>
<paragraph id="par_id3147352" role="paragraph" xml-lang="en-US"><ahelp hid=".">These commands apply to the current document, create a document, open an existing document, or close the application.</ahelp></paragraph>
</section>
<embed href="text/shared/01/01010000.xhp#new"/>
diff --git a/source/text/swriter/main0102.xhp b/source/text/swriter/main0102.xhp
index fa843e4eca..14680fbc1a 100644
--- a/source/text/swriter/main0102.xhp
+++ b/source/text/swriter/main0102.xhp
@@ -29,7 +29,7 @@
<section id="edit">
<bookmark xml-lang="en-US" branch="hid/.uno:EditMenu" id="bm_id8177739" localize="false"/>
-<h1 id="hd_id3149610" xml-lang="en-US"><link href="text/swriter/main0102.xhp" name="Edit">Edit</link></h1>
+<h1 id="hd_id3149610" xml-lang="en-US"><link href="text/swriter/main0102.xhp">Edit</link></h1>
<paragraph id="par_id3149626" role="paragraph" xml-lang="en-US"><ahelp hid=".">This menu contains commands for editing the contents of the current document.</ahelp></paragraph>
</section>
@@ -43,7 +43,7 @@
<embed href="text/shared/01/02090000.xhp#select_all"/>
<embed href="text/swriter/01/selection_mode.xhp#selection_mode"/>
-<h2 id="hd_id3147619" xml-lang="en-US"><link href="text/shared/02/07070000.xhp" name="Select Text">Select Text</link></h2>
+<h2 id="hd_id3147619" xml-lang="en-US"><link href="text/shared/02/07070000.xhp">Select Text</link></h2>
<embed href="text/shared/02/07070000.xhp#selecttext"/>
<embed href="text/shared/01/menu_edit_find.xhp#find"/>
<embed href="text/shared/01/02100000.xhp#find_and_replace"/>
@@ -58,17 +58,17 @@
<embed href="text/shared/02/09070000.xhp#hyperlink"/>
<embed href="text/swriter/01/edit_reference_submenu.xhp#edit_reference_head"/>
-<h2 id="hd_id0914201501170124" xml-lang="en-US"><link href="text/swriter/01/02140000.xhp" name="Fields">Fields</link></h2>
+<h2 id="hd_id0914201501170124" xml-lang="en-US"><link href="text/swriter/01/02140000.xhp">Fields</link></h2>
<embed href="text/swriter/01/02140000.xhp#fields_text"/>
-<h2 id="hd_id0914201501170171" xml-lang="en-US"><link href="text/shared/01/02180000.xhp" name="Links">External Links</link></h2>
+<h2 id="hd_id0914201501170171" xml-lang="en-US"><link href="text/shared/01/02180000.xhp">External Links</link></h2>
<embed href="text/shared/01/02180000.xhp#links_text"/>
-<h2 id="hd_id0914201502131542" xml-lang="en-US"><link href="text/shared/01/02200000.xhp" name="Object">OLE Object</link></h2>
+<h2 id="hd_id0914201502131542" xml-lang="en-US"><link href="text/shared/01/02200000.xhp">OLE Object</link></h2>
<embed href="text/shared/01/02200000.xhp#object_text"/>
<embed href="text/swriter/01/04180400.xhp#exchange_database"/>
-<h2 id="hd_id102920150120456626" xml-lang="en-US"><link href="text/swriter/02/18130000.xhp" name="Direct Cursor Mode">Direct Cursor Mode</link></h2>
+<h2 id="hd_id102920150120456626" xml-lang="en-US"><link href="text/swriter/02/18130000.xhp">Direct Cursor Mode</link></h2>
<paragraph id="par_id102920150120459176" role="paragraph" xml-lang="en-US">Allows a user to click at the beginning, middle, or end of any possible text line on a page and then begin typing.</paragraph>
<embed href="text/shared/02/07070000.xhp#edit_mode"/>
</body>
diff --git a/source/text/swriter/main0103.xhp b/source/text/swriter/main0103.xhp
index 1e1916b5ba..c32194e9bb 100644
--- a/source/text/swriter/main0103.xhp
+++ b/source/text/swriter/main0103.xhp
@@ -29,7 +29,7 @@
<section id="view">
<bookmark xml-lang="en-US" branch="hid/.uno:ViewMenu" id="bm_id7882320" localize="false"/>
-<h1 id="hd_id3147233"><link href="text/swriter/main0103.xhp" name="View">View</link></h1>
+<h1 id="hd_id3147233"><link href="text/swriter/main0103.xhp">View</link></h1>
<paragraph id="par_id3147249" role="paragraph" xml-lang="en-US"><ahelp hid=".">This menu contains commands to control the on-screen display of the document, change the user interface and access the sidebar panels.</ahelp></paragraph>
</section>
@@ -64,7 +64,7 @@
<paragraph id="par_id102720150854014989" role="paragraph" xml-lang="en-US">Show or hide a document's comments and replies to them.</paragraph>
<h2 id="hd_id981573492083329">Resolved comments</h2>
-<paragraph role="paragraph" id="par_id331573492076499">Show or hide <link href="text/shared/01/04050000.xhp#resolvecomments" name="resolve comments">resolved comments</link>.</paragraph>
+<paragraph role="paragraph" id="par_id331573492076499">Show or hide <link href="text/shared/01/04050000.xhp#resolvecomments">resolved comments</link>.</paragraph>
<embed href="text/swriter/01/03080000.xhp#field_shadings"/>
<embed href="text/swriter/01/03090000.xhp#field_names"/>
@@ -78,7 +78,7 @@
<embed href="text/shared/01/04180100.xhp#data_sources"/>
<embed href="text/shared/01/03110000.xhp#full_screen"/>
-<h2 id="hd_id3147265"><link href="text/shared/01/03010000.xhp" name="Zoom">Zoom</link></h2>
+<h2 id="hd_id3147265"><link href="text/shared/01/03010000.xhp">Zoom</link></h2>
<embed href="text/shared/01/03010000.xhp#zoom_text"/>
</body>
diff --git a/source/text/swriter/main0104.xhp b/source/text/swriter/main0104.xhp
index 5fee8f3025..f87454ab76 100644
--- a/source/text/swriter/main0104.xhp
+++ b/source/text/swriter/main0104.xhp
@@ -28,30 +28,30 @@
<body>
<section id="insert">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertMenu" id="bm_id2305978" localize="false"/>
-<h1 id="hd_id3155341" xml-lang="en-US"><link href="text/swriter/main0104.xhp" name="Insert">Insert</link></h1>
+<h1 id="hd_id3155341" xml-lang="en-US"><link href="text/swriter/main0104.xhp">Insert</link></h1>
<paragraph id="par_id3155358" role="paragraph" xml-lang="en-US"><ahelp hid=".">The Insert menu contains commands for inserting new elements in your document. This includes images, media, charts, objects from other applications, hyperlink, comments, symbols, footnotes, and sections.</ahelp></paragraph>
</section>
<h2 id="hd_id030420160850525240" xml-lang="en-US">Page Break</h2>
<paragraph id="par_id030420160850533104" role="paragraph" xml-lang="en-US"><ahelp hid=".uno:InsertPagebreak">Inserts a manual page break at the current cursor position and places the cursor at the beginning of the next page.</ahelp></paragraph>
<embed href="text/swriter/menu/submenu_more_breaks.xhp#morebreaks_submenu"/>
-<h2 id="hd_id3158442" xml-lang="en-US"><link href="text/shared/01/04140000.xhp" name="Image">Image</link></h2>
+<h2 id="hd_id3158442" xml-lang="en-US"><link href="text/shared/01/04140000.xhp">Image</link></h2>
<embed href="text/shared/01/04140000.xhp#image_text"/>
<embed href="text/shared/menu/insert_chart.xhp#chart"/>
<embed href="text/shared/01/04990000.xhp#media_submenu"/>
<embed href="text/shared/01/04150000.xhp#object_submenu"/>
<embed href="text/shared/menu/insert_shape.xhp#shape_submenu"/>
-<h2 id="hd_id3147788" xml-lang="en-US"><link href="text/swriter/01/04020000.xhp" name="Section">Section</link></h2>
+<h2 id="hd_id3147788" xml-lang="en-US"><link href="text/swriter/01/04020000.xhp">Section</link></h2>
<embed href="text/swriter/01/04020000.xhp#bereich"/>
-<h2 id="hd_id3149428" xml-lang="en-US"><link href="text/swriter/01/04190000.xhp" name="File">Text from File</link></h2>
+<h2 id="hd_id3149428" xml-lang="en-US"><link href="text/swriter/01/04190000.xhp">Text from File</link></h2>
<embed href="text/swriter/01/04190000.xhp#datei"/>
-<h2 id="hd_id030720160706334584" xml-lang="en-US"><link href="text/shared/02/01140000.xhp#textbox_title" name="Textbox">Textbox</link></h2>
+<h2 id="hd_id030720160706334584" xml-lang="en-US"><link href="text/shared/02/01140000.xhp#textbox_title">Textbox</link></h2>
<embed href="text/shared/02/01140000.xhp#textbox_text"/>
<embed href="text/shared/01/04050000.xhp#comment"/>
<embed href="text/swriter/menu/insert_frame.xhp#frame_submenu"/>
<embed href="text/shared/02/fontwork.xhp#fontwork"/>
<embed href="text/swriter/01/04060000.xhp#caption"/>
<embed href="text/shared/02/09070000.xhp#hyperlink"/>
-<h2 id="hd_id3147281" xml-lang="en-US"><link href="text/swriter/01/04040000.xhp" name="Bookmark">Bookmark</link></h2>
+<h2 id="hd_id3147281" xml-lang="en-US"><link href="text/swriter/01/04040000.xhp">Bookmark</link></h2>
<embed href="text/swriter/01/04040000.xhp#bookmark_text"/>
<embed href="text/swriter/01/04090002.xhp#cross_references"/>
<embed href="text/shared/01/04100000.xhp#special_char"/>
@@ -63,7 +63,7 @@
<embed href="text/swriter/02/18030300.xhp#page_number"/>
<embed href="text/swriter/01/04990000.xhp#fields"/>
<embed href="text/swriter/menu/insert_header_footer.xhp#header_and_footer_submenu"/>
-<h2 id="hd_id3149865" xml-lang="en-US"><link href="text/swriter/01/04070000.xhp" name="Envelope">Envelope</link></h2>
+<h2 id="hd_id3149865" xml-lang="en-US"><link href="text/swriter/01/04070000.xhp">Envelope</link></h2>
<embed href="text/swriter/01/04070000.xhp#briefum"/>
<embed href="text/shared/01/addsignatureline.xhp#addsignaturelineh1"/>
</body>
diff --git a/source/text/swriter/main0105.xhp b/source/text/swriter/main0105.xhp
index ef80781dfe..6921ba51c7 100644
--- a/source/text/swriter/main0105.xhp
+++ b/source/text/swriter/main0105.xhp
@@ -28,7 +28,7 @@
<section id="format">
<bookmark xml-lang="en-US" branch="hid/.uno:FormatMenu" id="bm_id3047160" localize="false"/>
-<h1 id="hd_id3147820"><link href="text/swriter/main0105.xhp" name="Format">Format</link></h1>
+<h1 id="hd_id3147820"><link href="text/swriter/main0105.xhp">Format</link></h1>
<paragraph id="par_id3147218" role="paragraph" xml-lang="en-US"><ahelp hid=".uno:FormatMenu">Contains commands for formatting the layout and the contents of your document.</ahelp></paragraph>
</section>
<embed href="text/shared/submenu_text.xhp#submenu_text"/>
@@ -39,15 +39,15 @@
</section>
<embed href="text/shared/02/paintbrush.xhp#paintbrush_head"/>
<embed href="text/shared/01/05010000.xhp#standard"/>
-<h2 id="hd_id3147261"><link href="text/shared/01/05020000.xhp" name="Character">Character</link></h2>
+<h2 id="hd_id3147261"><link href="text/shared/01/05020000.xhp">Character</link></h2>
<embed href="text/shared/01/05020000.xhp#zeichentext"/>
-<h2 id="hd_id3147286"><link href="text/shared/01/05030000.xhp" name="Paragraph">Paragraph</link></h2>
+<h2 id="hd_id3147286"><link href="text/shared/01/05030000.xhp">Paragraph</link></h2>
<embed href="text/shared/01/05030000.xhp#absatztext"/>
<section id="Lists">
<h2 id="hd_id951602975070826">Lists</h2>
<paragraph role="paragraph" id="par_id461602975083850">Opens a submenu where you can modify the formatting of list paragraphs.</paragraph><comment>When a submenu is made for Lists, then the heading and text can be replaced with an embed to that file. Can also be embedded in simpress/main_format.xhp, and then section id can be removed.</comment>
</section>
-<h2 id="hd_id3145784"><link href="text/shared/01/06050000.xhp" name="Numbering/Bullets">Bullets and Numbering</link></h2>
+<h2 id="hd_id3145784"><link href="text/shared/01/06050000.xhp">Bullets and Numbering</link></h2>
<embed href="text/shared/01/06050000.xhp#numauftext"/>
<embed href="text/swriter/01/05040000.xhp#PageStyle"/>
<h2 id="hd_id871602976197055">Title Page</h2>
@@ -55,13 +55,13 @@
<h2 id="hd_id201602976343046">Comments</h2>
<paragraph role="paragraph" id="par_id61602976356685">When comments are present, the character dialog is presented. Changes to font and font formatting are applied to all comments.</paragraph>
<embed href="text/shared/01/05060000.xhp#ruby"/>
-<h2 id="hd_id3145743"><link href="text/swriter/01/05040500.xhp" name="Columns">Columns</link></h2>
+<h2 id="hd_id3145743"><link href="text/swriter/01/05040500.xhp">Columns</link></h2>
<embed href="text/swriter/01/05040500.xhp#spaltentext"/>
-<h2 id="hd_id11602979335965"><link href="text/swriter/01/watermark.xhp" name="Watermark">Watermark</link></h2>
+<h2 id="hd_id11602979335965"><link href="text/swriter/01/watermark.xhp">Watermark</link></h2>
<embed href="text/swriter/01/watermark.xhp#waterm01"/>
-<h2 id="hd_id3145717"><link href="text/swriter/01/02170000.xhp" name="Sections">Sections</link></h2>
+<h2 id="hd_id3145717"><link href="text/swriter/01/02170000.xhp">Sections</link></h2>
<embed href="text/swriter/01/02170000.xhp#bereichetext"/>
-<h2 id="hd_id3149935"><link href="text/swriter/01/05060000.xhp" name="Image">Image</link></h2>
+<h2 id="hd_id3149935"><link href="text/swriter/01/05060000.xhp">Image</link></h2>
<embed href="text/swriter/01/05060000.xhp#grafiktext"/>
<embed href="text/swriter/01/format_object.xhp#object"/><comment>Text Box and Shape</comment>
<h2 id="hd_id881602977719329">Frame and Object</h2>
diff --git a/source/text/swriter/main0106.xhp b/source/text/swriter/main0106.xhp
index 2f728073c5..ebaca3d5c4 100644
--- a/source/text/swriter/main0106.xhp
+++ b/source/text/swriter/main0106.xhp
@@ -28,12 +28,12 @@
<body>
<section id="tools">
<bookmark xml-lang="en-US" branch="hid/.uno:ToolsMenu" id="bm_id8101443" localize="false"/>
- <h1 id="hd_id3147241" xml-lang="en-US"><link href="text/swriter/main0106.xhp" name="Tools">Tools</link></h1>
+ <h1 id="hd_id3147241" xml-lang="en-US"><link href="text/swriter/main0106.xhp">Tools</link></h1>
<paragraph id="par_id3147258" role="paragraph" xml-lang="en-US"><ahelp hid=".">Contains spelling tools, redact options, mail merge wizard, macros, development tools, extension manager, as well as tools for configuring and customizing menus, and setting program preferences.</ahelp></paragraph>
</section>
<embed href="text/shared/01/06990000.xhp#spelling"/>
- <h2 id="hd_id691612907136111"><link href="text/shared/02/18030000.xhp" name="Automatic Spell Checking">Automatic Spell Checking</link></h2>
+ <h2 id="hd_id691612907136111"><link href="text/shared/02/18030000.xhp">Automatic Spell Checking</link></h2>
<embed href="text/shared/optionen/01010400.xhp#automatisch"/>
<embed href="text/shared/01/06020000.xhp#thesaurus"/>
<embed href="text/shared/01/06010500.xhp#language"/>
@@ -42,40 +42,40 @@
<embed href="text/swriter/01/05150000.xhp#autoformat"/>
<embed href="text/swriter/01/02120000.xhp#autotext"/>
- <h2 id="hd_id3156150"><link href="text/shared/01/02220000.xhp" name="ImageMap">ImageMap</link></h2>
+ <h2 id="hd_id3156150"><link href="text/shared/01/02220000.xhp">ImageMap</link></h2>
<embed href="text/shared/01/02220000.xhp#imagemaptext"/>
- <h2 id="hd_id621628789958422"><link href="text/shared/guide/redaction.xhp" name="Redact">Redact</link></h2>
+ <h2 id="hd_id621628789958422"><link href="text/shared/guide/redaction.xhp">Redact</link></h2>
<embed href="text/shared/guide/redaction.xhp#redaction_desc"/>
- <h2 id="hd_id231628790402002"><link href="text/shared/guide/auto_redact.xhp" name="AutoRedact">Auto-Redact</link></h2>
+ <h2 id="hd_id231628790402002"><link href="text/shared/guide/auto_redact.xhp">Auto-Redact</link></h2>
<embed href="text/shared/guide/auto_redact.xhp#auto_redact_var"/>
- <h2 id="hd_id3149965" xml-lang="en-US"><link href="text/swriter/01/06060000.xhp" name="Chapter Numbering">Chapter Numbering</link></h2>
+ <h2 id="hd_id3149965" xml-lang="en-US"><link href="text/swriter/01/06060000.xhp">Chapter Numbering</link></h2>
<embed href="text/swriter/01/06060000.xhp#kapnum"/>
- <h2 id="hd_id3145688" xml-lang="en-US"><link href="text/swriter/01/06180000.xhp" name="Line Numbering">Line Numbering</link></h2>
+ <h2 id="hd_id3145688" xml-lang="en-US"><link href="text/swriter/01/06180000.xhp">Line Numbering</link></h2>
<embed href="text/swriter/01/06180000.xhp#zeinum"/>
- <h2 id="hd_id3145713" xml-lang="en-US"><link href="text/swriter/01/06080000.xhp" name="Footnotes">Footnotes and Endnotes</link></h2>
+ <h2 id="hd_id3145713" xml-lang="en-US"><link href="text/swriter/01/06080000.xhp">Footnotes and Endnotes</link></h2>
<embed href="text/swriter/01/06080000.xhp#fnoten"/>
<embed href="text/swriter/01/mailmerge00.xhp#mailmerge"/>
<embed href="text/shared/01/02250000.xhp#biblio_db"/>
<embed href="text/shared/01/02250000.xhp#litdattext"/>
- <h2 id="hd_id501612910204859"><link href="text/shared/01/01110101.xhp" name="Address Book Source">Address Book Source</link></h2>
+ <h2 id="hd_id501612910204859"><link href="text/shared/01/01110101.xhp">Address Book Source</link></h2>
<embed href="text/shared/01/01110101.xhp#address_book_assignment"/>
<embed href="text/swriter/01/06990000.xhp#update"/>
<embed href="text/swriter/01/protectdocument.xhp#protectdocumentheading"/>
<embed href="text/swriter/01/06110000.xhp#calculate"/>
- <h2 id="hd_id3147346" xml-lang="en-US"><link href="text/swriter/01/06100000.xhp" name="Sort">Sort</link></h2>
+ <h2 id="hd_id3147346" xml-lang="en-US"><link href="text/swriter/01/06100000.xhp">Sort</link></h2>
<embed href="text/swriter/01/06100000.xhp#sort"/>
<embed href="text/shared/01/06130001.xhp#macro"/>
<embed href="text/shared/01/packagemanager.xhp#packagemanager"/>
- <h2 id="hd_id3147406" xml-lang="en-US"><link href="text/shared/01/06140000.xhp" name="Customize">Customize</link></h2>
+ <h2 id="hd_id3147406" xml-lang="en-US"><link href="text/shared/01/06140000.xhp">Customize</link></h2>
<embed href="text/shared/01/06140000.xhp#anpassen"/>
<embed href="text/shared/optionen/01000000.xhp#options"/>
</body>
diff --git a/source/text/swriter/main0107.xhp b/source/text/swriter/main0107.xhp
index a058f883d8..8c9f39b5b9 100644
--- a/source/text/swriter/main0107.xhp
+++ b/source/text/swriter/main0107.xhp
@@ -34,7 +34,7 @@
<section id="window">
<bookmark branch="hid/.uno:WindowList" xml-lang="en-US" id="bm_id3147259" localize="false"/>
-<paragraph id="hd_id3147248" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/main0107.xhp" name="Window">Window</link></paragraph>
+<paragraph id="hd_id3147248" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/main0107.xhp">Window</link></paragraph>
<paragraph role="paragraph" id="par_id3147269" xml-lang="en-US"><ahelp hid=".uno:WindowList" visibility="visible">Contains commands for manipulating and displaying document windows.</ahelp></paragraph>
</section>
<embed href="text/shared/01/07010000.xhp#newwindow"/>
diff --git a/source/text/swriter/main0110.xhp b/source/text/swriter/main0110.xhp
index 620c1a120c..22851a1fe2 100644
--- a/source/text/swriter/main0110.xhp
+++ b/source/text/swriter/main0110.xhp
@@ -43,13 +43,13 @@
<paragraph role="paragraph" id="par_id811605976075887">Insert a row above the row where the cursor is currently placed.</paragraph>
<h3 id="hd_id621605976125265">Rows Below</h3>
<paragraph role="paragraph" id="par_id701605976138113">Insert a row below the row where the cursor is currently placed.</paragraph>
-<h3 id="par_idN105E5" xml-lang="en-US"><link href="text/swriter/01/05120400.xhp" name="insertrows">Rows</link></h3>
+<h3 id="par_idN105E5" xml-lang="en-US"><link href="text/swriter/01/05120400.xhp">Rows</link></h3>
<paragraph id="par_idN105E8" role="paragraph" xml-lang="en-US">Opens dialog box for inserting rows.<comment>see also swriter/02/0409</comment></paragraph>
<h3 id="hd_id841605976313559">Columns Before</h3>
<paragraph role="paragraph" id="par_id531605976347665">Inserts a column before the column where the cursor is currently placed.</paragraph>
<h3 id="hd_id21605976318849">Columns After</h3>
<paragraph role="paragraph" id="par_id731605976350615">Inserts a column after the column where the cursor is currently placed.</paragraph>
-<h3 id="par_idN105CD" xml-lang="en-US"><link href="text/swriter/01/05120400.xhp" name="insertrows">Columns</link></h3>
+<h3 id="par_idN105CD" xml-lang="en-US"><link href="text/swriter/01/05120400.xhp">Columns</link></h3>
<paragraph id="par_idN105D0" role="paragraph" xml-lang="en-US">Opens dialog box for inserting columns.<comment>see also swriter/02/0410</comment></paragraph>
<h2 id="par_idN105AF" xml-lang="en-US">Delete</h2>
@@ -88,7 +88,7 @@
<h3 id="par_idN106E9" xml-lang="en-US">Row Height</h3>
<paragraph id="par_idN106EC" role="paragraph" xml-lang="en-US">Opens the Row Height dialog where you can change the height of a row.</paragraph>
-<h3 id="hd_id451605990864684"><link href="text/shared/01/minimal_row_height.xhp" name="Minimal Row Height">Minimal Row Height</link></h3>
+<h3 id="hd_id451605990864684"><link href="text/shared/01/minimal_row_height.xhp">Minimal Row Height</link></h3>
<embed href="text/shared/01/minimal_row_height.xhp#minimal_row_height_text"/>
<h3 id="par_idN106EF" xml-lang="en-US"><link href="text/swriter/01/05110200.xhp">Optimal Row Height</link></h3>
@@ -100,7 +100,7 @@
<h3 id="par_idN106B5" xml-lang="en-US">Column Width</h3>
<paragraph id="par_idN106B8" role="paragraph" xml-lang="en-US">Opens the Column Width dialog where you can change the width of a column.</paragraph>
-<h3 id="hd_id671605991381461"><link href="text/shared/01/minimal_column_width.xhp" name="Minimal Column Width">Minimal Column Width</link></h3>
+<h3 id="hd_id671605991381461"><link href="text/shared/01/minimal_column_width.xhp">Minimal Column Width</link></h3>
<embed href="text/shared/01/minimal_column_width.xhp#minimal_column_width_text"/>
<h3 id="par_idN106BB" xml-lang="en-US"><link href="text/swriter/01/05120200.xhp">Optimal Column Width</link></h3>
@@ -130,7 +130,7 @@
<paragraph id="par_idN107AC" role="paragraph" xml-lang="en-US">Opens <link href="text/shared/optionen/01040500.xhp">a dialog</link> where you can specify the format of numbers in the table.</paragraph>
<bookmark xml-lang="en-US" branch="hid/20459" id="bm_id4031800" localize="false"/>
-<h2 id="hd_id931605978707761"><link href="text/swriter/guide/number_date_conv.xhp" name="numberrecognition">Number Recognition</link></h2>
+<h2 id="hd_id931605978707761"><link href="text/swriter/guide/number_date_conv.xhp">Number Recognition</link></h2>
<paragraph role="paragraph" id="par_id511605978897703">Toggles the setting for automatically recognizing numbers or dates that you enter into a table cell, converting them from text to an appropriate number format.</paragraph>
<h2 id="hd_id711630938569930">Header Rows Repeat Across Pages</h2>
diff --git a/source/text/swriter/main0115.xhp b/source/text/swriter/main0115.xhp
index a26fb78712..ec4a4e3242 100644
--- a/source/text/swriter/main0115.xhp
+++ b/source/text/swriter/main0115.xhp
@@ -28,21 +28,21 @@
<section id="styles">
<bookmark xml-lang="en-US" branch="hid/.uno:FormatStylesMenu" id="bm_id1366008" localize="false"/>
<h1 id="par_idN10553" xml-lang="en-US"><link href="text/swriter/main0115.xhp">Styles</link></h1>
- <paragraph id="par_idN10563" role="paragraph" xml-lang="en-US"><ahelp hid=".">Contains commands to apply, create, edit, update, load, and manage <link href="text/swriter/01/05130000.xhp" name="styles">styles</link> in a text document.</ahelp></paragraph>
+ <paragraph id="par_idN10563" role="paragraph" xml-lang="en-US"><ahelp hid=".">Contains commands to apply, create, edit, update, load, and manage <link href="text/swriter/01/05130000.xhp">styles</link> in a text document.</ahelp></paragraph>
</section>
<h2 id="hd_id121529878513674" xml-lang="en-US">Text styles entries</h2>
<paragraph role="paragraph" id="par_id411529878520742" xml-lang="en-US">The entries includes most common paragraph, character and list styles. Click on the style to apply.</paragraph>
- <tip id="par_id451529878529005" xml-lang="en-US">You can customize the list of styles entries using menu <link href="text/shared/01/06140100.xhp" name="customize menu"><emph>Tools - Customize</emph></link>. Because custom styles belongs to the actual document, remember to store the customized menu in the document scope.</tip>
+ <tip id="par_id451529878529005" xml-lang="en-US">You can customize the list of styles entries using menu <link href="text/shared/01/06140100.xhp"><emph>Tools - Customize</emph></link>. Because custom styles belongs to the actual document, remember to store the customized menu in the document scope.</tip>
<h2 id="hd_id991529881414793" xml-lang="en-US">Edit Style</h2>
<paragraph role="paragraph" id="par_id111529881420452" xml-lang="en-US">Opens the Paragraph Style dialog box of the current paragraph.</paragraph>
<h2 id="hd_id111529881431158" xml-lang="en-US">Update Selected Style</h2>
- <paragraph role="paragraph" id="par_id971529881437377" xml-lang="en-US">Update the paragraph style with the <link href="text/shared/00/00000005.xhp#Section7" name="direct formatting">direct formatting</link> applied to the current paragraph.</paragraph>
+ <paragraph role="paragraph" id="par_id971529881437377" xml-lang="en-US">Update the paragraph style with the <link href="text/shared/00/00000005.xhp#Section7">direct formatting</link> applied to the current paragraph.</paragraph>
<h2 id="hd_id191529881446409" xml-lang="en-US">New Style from Selection</h2>
<paragraph role="paragraph" id="par_id331529881457275" xml-lang="en-US">Adds a paragraph style with the settings of the current selection. You will be prompted to enter the style name.</paragraph>
- <h2 id="hd_id351529881470044" xml-lang="en-US"><link href="text/swriter/01/05170000.xhp" name="Load Styles">Load Styles from Template</link></h2>
- <paragraph role="paragraph" id="par_id551529883682302" xml-lang="en-US"><link href="text/swriter/guide/load_styles.xhp" name="import style">Import styles</link> from another document or template into the current document.</paragraph>
+ <h2 id="hd_id351529881470044" xml-lang="en-US"><link href="text/swriter/01/05170000.xhp">Load Styles from Template</link></h2>
+ <paragraph role="paragraph" id="par_id551529883682302" xml-lang="en-US"><link href="text/swriter/guide/load_styles.xhp">Import styles</link> from another document or template into the current document.</paragraph>
<h2 id="hd_id361529881482828" xml-lang="en-US">Manage Styles</h2>
- <paragraph role="paragraph" id="par_id901529883673111" xml-lang="en-US">Opens the <link href="text/swriter/01/05140000.xhp" name="linkname">Styles deck</link> in the sidebar.</paragraph>
+ <paragraph role="paragraph" id="par_id901529883673111" xml-lang="en-US">Opens the <link href="text/swriter/01/05140000.xhp">Styles deck</link> in the sidebar.</paragraph>
<section id="relatedtopics">
<embed href="text/swriter/guide/stylist_update.xhp#stylist_update"/>
<embed href="text/swriter/guide/stylist_fromselect.xhp#stylist_fromselect"/>
diff --git a/source/text/swriter/main0120.xhp b/source/text/swriter/main0120.xhp
index 86b99da16e..06f8c36c8c 100644
--- a/source/text/swriter/main0120.xhp
+++ b/source/text/swriter/main0120.xhp
@@ -19,7 +19,7 @@
<section id="form">
<bookmark id="bm_id601529755027114" xml-lang="en-US" branch="hid/.uno:FormMenu" localize="false"/>
-<h1 id="hd_id111529755027117"><link href="text/swriter/main0120.xhp" name="Form menu">Form</link></h1>
+<h1 id="hd_id111529755027117"><link href="text/swriter/main0120.xhp">Form</link></h1>
<paragraph id="par_id991529755027118" role="paragraph" xml-lang="en-US"><variable id="form_intro"><ahelp hid=".">Contains commands for activate form design mode, enable/disable control wizards and insert form controls in your document.</ahelp></variable></paragraph>
</section>
diff --git a/source/text/swriter/main0200.xhp b/source/text/swriter/main0200.xhp
index b620053096..bdbb7775cf 100644
--- a/source/text/swriter/main0200.xhp
+++ b/source/text/swriter/main0200.xhp
@@ -25,7 +25,7 @@
</meta>
<body>
<section id="toolbars">
-<h1 id="hd_id3145782"><variable id="main0200"><link href="text/swriter/main0200.xhp" name="Toolbars">Toolbars</link>
+<h1 id="hd_id3145782"><variable id="main0200"><link href="text/swriter/main0200.xhp">Toolbars</link>
</variable></h1>
<paragraph role="paragraph" id="par_id3145481" xml-lang="en-US">This section provides an overview of the toolbars available in $[officename] Writer. <embedvar href="text/shared/00/00000007.xhp#symbolleistenneu"/>
</paragraph>
diff --git a/source/text/swriter/main0202.xhp b/source/text/swriter/main0202.xhp
index ec3c296d1b..5665aeb07b 100644
--- a/source/text/swriter/main0202.xhp
+++ b/source/text/swriter/main0202.xhp
@@ -26,7 +26,7 @@
</meta>
<body>
<section id="formatting_bar">
-<h1 xml-lang="en-US" id="hd_id3154270"><link href="text/swriter/main0202.xhp" name="Formatting Bar">Formatting Bar</link></h1>
+<h1 xml-lang="en-US" id="hd_id3154270"><link href="text/swriter/main0202.xhp">Formatting Bar</link></h1>
<paragraph xml-lang="en-US" id="par_id3147762" role="paragraph">The Formatting bar contains several text formatting functions.</paragraph>
</section>
<embed href="text/shared/02/01230000.xhp#stylist"/>
@@ -61,7 +61,7 @@
<embed href="text/shared/02/02130000.xhp#indentdecreaseicon"/>
<embed href="text/shared/02/02140000.xhp#indentincrease"/>
<embed href="text/shared/02/02140000.xhp#indentincreaseicon"/>
- <h2 xml-lang="en-US" id="hd_id3149593"><link href="text/shared/01/05020200.xhp#FontColor" name="Font Color">Font Color</link></h2>
+ <h2 xml-lang="en-US" id="hd_id3149593"><link href="text/shared/01/05020200.xhp#FontColor">Font Color</link></h2>
<embed href="text/shared/01/05020200.xhp#textfarbe"/>
<embed href="text/shared/00/00000004.xhp#syfont_color"/>
<embed href="text/shared/02/02160000.xhp#character_highlight"/>
@@ -79,7 +79,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:Shrink" id="bm_id0122200902452932" localize="false"/>
<paragraph xml-lang="en-US" id="par_id0122200903085351" role="paragraph"><ahelp hid=".">Reduces the font size of the selected text.</ahelp></paragraph>
</section>
- <paragraph xml-lang="en-US" id="par_id3149900" role="paragraph">If <link href="text/shared/00/00000005.xhp#ctl" name="CTL">CTL</link> support is enabled, two additional icons are visible.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3149900" role="paragraph">If <link href="text/shared/00/00000005.xhp#ctl">CTL</link> support is enabled, two additional icons are visible.</paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:ParaLeftToRight" id="bm_id2946959" localize="false"/>
<h2 xml-lang="en-US" id="hd_id3149946">Left-To-Right</h2>
<table id="tbl_id2270882">
diff --git a/source/text/swriter/main0203.xhp b/source/text/swriter/main0203.xhp
index 5180db61cf..dd589ded64 100644
--- a/source/text/swriter/main0203.xhp
+++ b/source/text/swriter/main0203.xhp
@@ -26,11 +26,11 @@
<body>
<section id="image_bar">
<bookmark xml-lang="en-US" branch="hid/HID_GRAFIK_TOOLBOX" id="bm_id3154274" localize="false"/>
-<paragraph id="hd_id3154263" role="heading" xml-lang="en-US" level="1"><link href="text/swriter/main0203.xhp" name="Image Bar">Image Bar</link></paragraph>
+<paragraph id="hd_id3154263" role="heading" xml-lang="en-US" level="1"><link href="text/swriter/main0203.xhp">Image Bar</link></paragraph>
<paragraph id="par_id3147756" role="paragraph" xml-lang="en-US"><ahelp hid="HID_GRAFIK_TOOLBOX">The <emph>Image</emph> Bar contains functions for formatting and positioning selected bitmap graphics.</ahelp></paragraph>
</section><embed href="text/shared/02/24010000.xhp#filter"/><embed href="text/shared/02/24010000.xhp#syfilter"/><embed href="text/shared/02/24020000.xhp#graphics_mode"/><embed href="text/shared/02/24020000.xhp#sygraphics_mode"/><embed href="text/shared/02/colortoolbar.xhp#color"/><embed href="text/shared/02/24090000.xhp#transparency"/><embed href="text/shared/02/24090000.xhp#sytransparency"/>
-<paragraph id="hd_id3145606" role="heading" xml-lang="en-US" level="2"><link href="text/swriter/01/05060300.xhp" name="Flip Vertically">Flip Vertically</link></paragraph><embed href="text/swriter/01/05060300.xhp#vertikaltext"/>
-<paragraph id="hd_id3145639" role="heading" xml-lang="en-US" level="2"><link href="text/swriter/01/05060300.xhp" name="Flip Horizontally">Flip Horizontally</link></paragraph><embed href="text/swriter/01/05060300.xhp#horizontaltext"/>
-<paragraph id="hd_id3145673" role="heading" xml-lang="en-US" level="2"><link href="text/swriter/01/05060000.xhp" name="Graphics Properties">Graphics Properties</link></paragraph><embed href="text/swriter/01/05060000.xhp#grafiktext"/><embed href="text/swriter/00/00000405.xhp#sygraphics_properties"/>
+<paragraph id="hd_id3145606" role="heading" xml-lang="en-US" level="2"><link href="text/swriter/01/05060300.xhp">Flip Vertically</link></paragraph><embed href="text/swriter/01/05060300.xhp#vertikaltext"/>
+<paragraph id="hd_id3145639" role="heading" xml-lang="en-US" level="2"><link href="text/swriter/01/05060300.xhp">Flip Horizontally</link></paragraph><embed href="text/swriter/01/05060300.xhp#horizontaltext"/>
+<paragraph id="hd_id3145673" role="heading" xml-lang="en-US" level="2"><link href="text/swriter/01/05060000.xhp">Graphics Properties</link></paragraph><embed href="text/swriter/01/05060000.xhp#grafiktext"/><embed href="text/swriter/00/00000405.xhp#sygraphics_properties"/>
</body>
</helpdocument>
diff --git a/source/text/swriter/main0204.xhp b/source/text/swriter/main0204.xhp
index cdd3894bd4..f1c5c1f30b 100644
--- a/source/text/swriter/main0204.xhp
+++ b/source/text/swriter/main0204.xhp
@@ -28,21 +28,21 @@
<body>
<section id="table_bar">
<bookmark xml-lang="en-US" branch="hid/HID_TABLE_TOOLBOX" id="bm_id3154243" localize="false"/>
-<h1 id="hd_id3145587"><link href="text/swriter/main0204.xhp" name="Table Bar">Table Bar</link></h1>
+<h1 id="hd_id3145587"><link href="text/swriter/main0204.xhp">Table Bar</link></h1>
<paragraph role="paragraph" id="par_id3154252" xml-lang="en-US"><ahelp hid="HID_TABLE_TOOLBOX">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/swriter/02/04090000.xhp#insert_rows"/>
<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"/>
-<paragraph role="heading" id="hd_id3147820" xml-lang="en-US" level="2"><link href="text/swriter/01/05110500.xhp" name="Delete Row">Delete Row</link></paragraph>
+<paragraph role="heading" id="hd_id3147820" xml-lang="en-US" level="2"><link href="text/swriter/01/05110500.xhp">Delete Row</link></paragraph>
<embed href="text/swriter/01/05110500.xhp#loeschentext"/>
<embed href="text/swriter/00/00000405.xhp#sydelete_row"/>
-<paragraph role="heading" id="hd_id3147231" xml-lang="en-US" level="2"><link href="text/swriter/01/05120500.xhp" name="Delete Column">Delete Column</link></paragraph>
+<paragraph role="heading" id="hd_id3147231" xml-lang="en-US" level="2"><link href="text/swriter/01/05120500.xhp">Delete Column</link></paragraph>
<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>
-<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,7 +53,7 @@
<embed href="text/shared/01/05100700.xhp#bottom"/>
<embed href="text/shared/02/02170000.xhp#background_color"/>
<embed href="text/shared/02/02170000.xhp#sybackground_color"/>
-<paragraph role="heading" id="hd_id943333820" xml-lang="en-US" level="2"><link href="text/swriter/01/05150101.xhp" name="AutoFormat">AutoFormat</link></paragraph>
+<paragraph role="heading" id="hd_id943333820" xml-lang="en-US" level="2"><link href="text/swriter/01/05150101.xhp">AutoFormat</link></paragraph>
<embed href="text/swriter/01/05150101.xhp#autoformattabelle"/>
<embed href="text/shared/02/03130000.xhp#borders"/>
<embed href="text/shared/02/03130000.xhp#syborders"/>
@@ -61,7 +61,7 @@
<embed href="text/shared/02/03140000.xhp#syline_style"/>
<embed href="text/shared/02/03150000.xhp#border_color"/>
<embed href="text/shared/02/03150000.xhp#syborder_color"/>
-<h2 id="hd_id94007820"><link href="text/swriter/01/06100000.xhp" name="Sort">Sort</link></h2>
+<h2 id="hd_id94007820"><link href="text/swriter/01/06100000.xhp">Sort</link></h2>
<embed href="text/swriter/01/06100000.xhp#sort"/>
<embed href="text/swriter/02/04250000.xhp#sum"/>
<embed href="text/swriter/02/04250000.xhp#sysum"/>
diff --git a/source/text/swriter/main0205.xhp b/source/text/swriter/main0205.xhp
index 97db0006ad..45783dee46 100644
--- a/source/text/swriter/main0205.xhp
+++ b/source/text/swriter/main0205.xhp
@@ -29,7 +29,7 @@
<body>
<section id="drawing_object_properties_bar">
<bookmark xml-lang="en-US" branch="hid/HID_DRAW_TOOLBOX" id="bm_id3147568" localize="false"/>
-<paragraph role="heading" id="hd_id3154275" xml-lang="en-US" level="1"><link href="text/swriter/main0205.xhp" name="Drawing Object Properties Bar">Drawing Object Properties Bar</link></paragraph>
+<paragraph role="heading" id="hd_id3154275" xml-lang="en-US" level="1"><link href="text/swriter/main0205.xhp">Drawing Object Properties Bar</link></paragraph>
<paragraph role="paragraph" id="par_id3147578" xml-lang="en-US"><ahelp hid="HID_DRAW_TOOLBOX">You can see the <emph>Drawing Object Properties</emph> bar in Writer and Calc. Select the menu View - Toolbars - Drawing Object Properties. The controls are enabled when a drawing object is selected. You see some different icons by default, whether the current document is a text document or a spreadsheet.</ahelp></paragraph>
</section>
@@ -37,18 +37,18 @@
<embed href="text/shared/00/00040502.xhp#syline"/>
<embed href="text/shared/02/05020000.xhp#arrow_style"/>
<embed href="text/shared/02/05020000.xhp#syarrow_style"/>
-<paragraph role="heading" id="hd_id3147784" xml-lang="en-US" level="2"><link href="text/shared/01/05200100.xhp" name="Line Style">Line Style</link></paragraph>
+<paragraph role="heading" id="hd_id3147784" xml-lang="en-US" level="2"><link href="text/shared/01/05200100.xhp">Line Style</link></paragraph>
<embed href="text/shared/01/05200100.xhp#stiltext"/>
<embed href="text/shared/00/00000004.xhp#syline_style"/>
-<paragraph role="heading" id="hd_id3147818" xml-lang="en-US" level="2"><link href="text/shared/01/05200100.xhp" name="Line Width">Line Width</link></paragraph>
+<paragraph role="heading" id="hd_id3147818" xml-lang="en-US" level="2"><link href="text/shared/01/05200100.xhp">Line Width</link></paragraph>
<embed href="text/shared/01/05200100.xhp#breitetext"/>
<embed href="text/shared/00/00000004.xhp#syline_width"/>
-<paragraph role="heading" id="hd_id3147229" xml-lang="en-US" level="2"><link href="text/shared/01/05200100.xhp" name="Line Color">Line Color</link></paragraph>
+<paragraph role="heading" id="hd_id3147229" xml-lang="en-US" level="2"><link href="text/shared/01/05200100.xhp">Line Color</link></paragraph>
<embed href="text/shared/01/05200100.xhp#farbetext"/>
<embed href="text/shared/00/00000004.xhp#syline_color"/>
<embed href="text/shared/01/05210000.xhp#area"/>
<embed href="text/shared/00/00040502.xhp#syarea"/>
-<paragraph role="heading" id="hd_id3147280" xml-lang="en-US" level="2"><link href="text/shared/01/05210100.xhp" name="Area Style/Filling">Area Style/Filling</link></paragraph>
+<paragraph role="heading" id="hd_id3147280" xml-lang="en-US" level="2"><link href="text/shared/01/05210100.xhp">Area Style/Filling</link></paragraph>
<embed href="text/shared/01/05210100.xhp#sytext"/>
<embed href="text/shared/00/00000004.xhp#syarea_style"/>
<embed href="text/shared/02/05090000.xhp#rotate"/>
diff --git a/source/text/swriter/main0206.xhp b/source/text/swriter/main0206.xhp
index d32fdb2948..77c0ed2463 100644
--- a/source/text/swriter/main0206.xhp
+++ b/source/text/swriter/main0206.xhp
@@ -27,7 +27,7 @@
<body>
<section id="bullets_and_numbering_bar">
<bookmark xml-lang="en-US" branch="hid/HID_NUM_TOOLBOX" id="bm_id3154267" localize="false"/>
-<h1 id="hd_id3154256" xml-lang="en-US"><link href="text/swriter/main0206.xhp" name="Bullets and Numbering Bar">Bullets and Numbering Bar</link></h1>
+<h1 id="hd_id3154256" xml-lang="en-US"><link href="text/swriter/main0206.xhp">Bullets and Numbering Bar</link></h1>
<paragraph role="paragraph" id="par_id3154277" xml-lang="en-US"><ahelp hid="HID_NUM_TOOLBOX">The <emph>Bullets and Numbering</emph> bar contains functions to modify the structure of list paragraphs, including changing their order and list level.</ahelp></paragraph>
</section>
<embed href="text/shared/02/06050000.xhp#demote_one_level"/>
diff --git a/source/text/swriter/main0208.xhp b/source/text/swriter/main0208.xhp
index 018d4d4d17..cc71efbecb 100644
--- a/source/text/swriter/main0208.xhp
+++ b/source/text/swriter/main0208.xhp
@@ -28,7 +28,7 @@
<body>
<section id="status">
-<h1 id="hd_id3153397" xml-lang="en-US"><link href="text/swriter/main0208.xhp" name="Status Bar">Status Bar</link></h1>
+<h1 id="hd_id3153397" xml-lang="en-US"><link href="text/swriter/main0208.xhp">Status Bar</link></h1>
<paragraph id="par_id3153414" role="paragraph" xml-lang="en-US">The Status Bar contains information about the current document and offers various buttons with special functions.</paragraph>
</section>
<embed href="text/swriter/02/08010000.xhp#pagenumber"/>
diff --git a/source/text/swriter/main0210.xhp b/source/text/swriter/main0210.xhp
index d47a09fd4e..4f2ffe356e 100644
--- a/source/text/swriter/main0210.xhp
+++ b/source/text/swriter/main0210.xhp
@@ -28,7 +28,7 @@
<section id="print_preview">
<bookmark xml-lang="en-US" branch="hid/HID_PVIEW_TOOLBOX" id="bm_id3154239" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/SW_HID_PAGEPREVIEW" id="bm_id3154242" localize="false"/>
-<h1 id="hd_id3145783" xml-lang="en-US"><link href="text/swriter/main0210.xhp" name="Print Preview">Print Preview</link></h1>
+<h1 id="hd_id3145783" xml-lang="en-US"><link href="text/swriter/main0210.xhp">Print Preview</link></h1>
<paragraph role="paragraph" id="par_id3154253" xml-lang="en-US">The <emph>Print Preview</emph> Bar appears when you view the current document in the print preview mode.</paragraph>
</section>
<embed href="text/swriter/02/10040000.xhp#singlepage"/>
diff --git a/source/text/swriter/main0213.xhp b/source/text/swriter/main0213.xhp
index c59b373e16..2abf50ca8e 100644
--- a/source/text/swriter/main0213.xhp
+++ b/source/text/swriter/main0213.xhp
@@ -33,10 +33,10 @@
<section id="rulers">
- <paragraph id="hd_id3154201" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/main0213.xhp" name="Rulers">Rulers</link></paragraph>
+ <paragraph id="hd_id3154201" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/main0213.xhp">Rulers</link></paragraph>
<paragraph role="paragraph" id="par_id3154218" xml-lang="en-US">Rulers display the dimensions of the page, and the position of tabs, indents, borders and columns. You can modify all of these on the rulers using the mouse.</paragraph>
</section>
- <paragraph xml-lang="en-US" role="paragraph" id="par_id3154239">By double-clicking on the ruler, you can open the <emph>Paragraph</emph> dialog and assign <link href="text/shared/00/00000005.xhp#formatting" name="direct paragraph formatting">direct paragraph formatting</link> for the current paragraph or all selected paragraphs.</paragraph>
+ <paragraph xml-lang="en-US" role="paragraph" id="par_id3154239">By double-clicking on the ruler, you can open the <emph>Paragraph</emph> dialog and assign <link href="text/shared/00/00000005.xhp#formatting">direct paragraph formatting</link> for the current paragraph or all selected paragraphs.</paragraph>
<embed href="text/shared/02/13010000.xhp#setting_tabs"/>
<embed href="text/shared/02/13020000.xhp#indents_margins_columns"/>
</body>
diff --git a/source/text/swriter/main0214.xhp b/source/text/swriter/main0214.xhp
index dc6dd6736e..39e4e59ac5 100644
--- a/source/text/swriter/main0214.xhp
+++ b/source/text/swriter/main0214.xhp
@@ -32,7 +32,7 @@
<body>
<section id="formula_bar">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertFormula" id="bm_id1816461" localize="false"/>
-<paragraph role="heading" id="hd_id3145782" xml-lang="en-US" level="1"><variable id="releistename"><link href="text/swriter/main0214.xhp" name="Formula Bar">Formula Bar</link>
+<paragraph role="heading" id="hd_id3145782" xml-lang="en-US" level="1"><variable id="releistename"><link href="text/swriter/main0214.xhp">Formula Bar</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3154254" xml-lang="en-US"><ahelp hid=".">The <emph>Formula</emph> Bar allows you to create and insert calculations into a text document.</ahelp> To activate the <emph>Formula</emph> Bar, press F2.</paragraph>
</section>
diff --git a/source/text/swriter/main0215.xhp b/source/text/swriter/main0215.xhp
index 3492053428..31e166316a 100644
--- a/source/text/swriter/main0215.xhp
+++ b/source/text/swriter/main0215.xhp
@@ -28,20 +28,20 @@
<body>
<section id="frame_bar">
<bookmark xml-lang="en-US" branch="hid/HID_FRAME_TOOLBOX" id="bm_id3154262" localize="false"/>
- <h1 id="hd_id3154251"><link href="text/swriter/main0215.xhp" name="Frame Bar">Frame Bar</link></h1>
+ <h1 id="hd_id3154251"><link href="text/swriter/main0215.xhp">Frame Bar</link></h1>
<paragraph role="paragraph" id="par_id3154272"><ahelp hid="HID_FRAME_TOOLBOX">When a frame is selected, the <emph>Frame </emph>Bar provides the most important functions for formatting and positioning the frame.</ahelp></paragraph>
</section>
<embed href="text/shared/02/02010000.xhp#paragraph_style"/>
<embed href="text/shared/02/02010000.xhp#syparagraph_style"/>
- <h2 id="hd_id3147403"><link href="text/swriter/01/05060200.xhp" name="Wrap Off">Wrap Off</link></h2>
+ <h2 id="hd_id3147403"><link href="text/swriter/01/05060200.xhp">Wrap Off</link></h2>
<embed href="text/swriter/01/05060200.xhp#keinumlauftext"/>
<paragraph role="paragraph" id="par_id3147419">You can also choose this setting on the <emph>Wrap</emph> tab page.</paragraph>
<embed href="text/swriter/00/00000004.xhp#sywrap_off"/>
- <h2 id="hd_id3153388"><link href="text/swriter/01/05060200.xhp" name="Wrap On">Wrap On</link></h2>
+ <h2 id="hd_id3153388"><link href="text/swriter/01/05060200.xhp">Wrap On</link></h2>
<embed href="text/swriter/01/05060200.xhp#seitenumlauftext"/>
<paragraph role="paragraph" id="par_id3153405">This icon represents the <emph>Page Wrap</emph> option on the <emph>Wrap</emph> tab page.</paragraph>
<embed href="text/swriter/00/00000004.xhp#sywrap_on"/>
- <h2 id="hd_id3147782"><link href="text/swriter/01/05060200.xhp" name="Wrap Through">Wrap Through</link></h2>
+ <h2 id="hd_id3147782"><link href="text/swriter/01/05060200.xhp">Wrap Through</link></h2>
<embed href="text/swriter/01/05060200.xhp#durchlauftext"/>
<paragraph role="paragraph" id="par_id3147799">You can also define this setting on the <emph>Wrap</emph> tab page.</paragraph>
<embed href="text/swriter/00/00000004.xhp#sywrap_through"/>
@@ -63,10 +63,10 @@
<embed href="text/shared/02/03140000.xhp#syline_style"/>
<embed href="text/shared/02/03150000.xhp#border_color"/>
<embed href="text/shared/02/03150000.xhp#syborder_color"/>
- <h2 id="hd_id3151285"><link href="text/shared/02/02170000.xhp" name="Background Color">Background Color</link></h2>
+ <h2 id="hd_id3151285"><link href="text/shared/02/02170000.xhp">Background Color</link></h2>
<embed href="text/shared/02/02170000.xhp#hintergrundfarbetext"/>
<embed href="text/shared/02/02170000.xhp#sybackground_color"/>
- <h2 id="hd_id3151320"><link href="text/swriter/01/04130000.xhp" name="Frame Properties">Frame Properties</link></h2>
+ <h2 id="hd_id3151320"><link href="text/swriter/01/04130000.xhp">Frame Properties</link></h2>
<embed href="text/swriter/01/04130000.xhp#rahm"/>
<embed href="text/swriter/00/00000405.xhp#syframe_properties"/>
<embed href="text/shared/01/05250100.xhp#bring_to_front"/>
diff --git a/source/text/swriter/main0216.xhp b/source/text/swriter/main0216.xhp
index 1593239249..075d4ed18c 100644
--- a/source/text/swriter/main0216.xhp
+++ b/source/text/swriter/main0216.xhp
@@ -32,20 +32,20 @@
<body>
<section id="OLE_object_bar">
<bookmark xml-lang="en-US" branch="hid/HID_OLE_TOOLBOX" id="bm_id3150736" localize="false"/>
-<paragraph role="heading" id="hd_id3150726" xml-lang="en-US" level="1"><link href="text/swriter/main0216.xhp" name="OLE Object Bar">OLE Object Bar</link></paragraph>
+<paragraph role="heading" id="hd_id3150726" xml-lang="en-US" level="1"><link href="text/swriter/main0216.xhp">OLE Object Bar</link></paragraph>
<paragraph role="paragraph" id="par_id3150746" xml-lang="en-US"><ahelp hid="HID_OLE_TOOLBOX">The <emph>OLE Object</emph> bar appears when objects are selected, and contains the most important functions for formatting and positioning objects.</ahelp></paragraph>
</section>
<embed href="text/shared/02/02010000.xhp#paragraph_style"/>
<embed href="text/shared/02/02010000.xhp#syparagraph_style"/>
-<paragraph role="heading" id="hd_id3153377" xml-lang="en-US" level="2"><link href="text/swriter/01/05060200.xhp" name="No Wrap">No Wrap</link></paragraph>
+<paragraph role="heading" id="hd_id3153377" xml-lang="en-US" level="2"><link href="text/swriter/01/05060200.xhp">No Wrap</link></paragraph>
<paragraph role="paragraph" id="par_id3153394" xml-lang="en-US">
<embedvar href="text/swriter/01/05060200.xhp#keinumlauftext"/> You can also choose this setting on the <emph>Wrap</emph> tab page.</paragraph>
<embed href="text/swriter/00/00000004.xhp#sywrap_off"/>
-<paragraph role="heading" id="hd_id3147766" xml-lang="en-US" level="2"><link href="text/swriter/01/05060200.xhp" name="Wrap">Wrap</link></paragraph>
+<paragraph role="heading" id="hd_id3147766" xml-lang="en-US" level="2"><link href="text/swriter/01/05060200.xhp">Wrap</link></paragraph>
<paragraph role="paragraph" id="par_id3147782" xml-lang="en-US">
<embedvar href="text/swriter/01/05060200.xhp#seitenumlauftext"/> This icon corresponds to the <emph>Page Wrap</emph> option on the <emph>Wrap</emph> tab page.</paragraph>
<embed href="text/swriter/00/00000004.xhp#sywrap_on"/>
-<paragraph role="heading" id="hd_id3147824" xml-lang="en-US" level="2"><link href="text/swriter/01/05060200.xhp" name="Wrap Through">Wrap Through</link></paragraph>
+<paragraph role="heading" id="hd_id3147824" xml-lang="en-US" level="2"><link href="text/swriter/01/05060200.xhp">Wrap Through</link></paragraph>
<paragraph role="paragraph" id="par_id3147218" xml-lang="en-US">
<embedvar href="text/swriter/01/05060200.xhp#durchlauftext"/> You can also achieve the same effect through the <emph>Wrap</emph> tab page.</paragraph>
<embed href="text/swriter/00/00000004.xhp#sywrap_through"/>
@@ -67,7 +67,7 @@
<embed href="text/shared/02/03140000.xhp#syline_style"/>
<embed href="text/shared/02/03150000.xhp#border_color"/>
<embed href="text/shared/02/03150000.xhp#syborder_color"/>
-<paragraph role="heading" id="hd_id3151208" xml-lang="en-US" level="2"><link href="text/swriter/01/05080000.xhp" name="Object Properties">Object Properties</link></paragraph>
+<paragraph role="heading" id="hd_id3151208" xml-lang="en-US" level="2"><link href="text/swriter/01/05080000.xhp">Object Properties</link></paragraph>
<embed href="text/swriter/01/05080000.xhp#objekttext"/>
<embed href="text/swriter/00/00000405.xhp#syobject_properties"/>
<embed href="text/shared/01/05250100.xhp#bring_to_front"/>
diff --git a/source/text/swriter/main0220.xhp b/source/text/swriter/main0220.xhp
index 01436cc622..8d2156c62a 100644
--- a/source/text/swriter/main0220.xhp
+++ b/source/text/swriter/main0220.xhp
@@ -32,7 +32,7 @@
<body>
<section id="text_object_bar">
<bookmark xml-lang="en-US" branch="hid/HID_DRAW_TEXT_TOOLBOX" id="bm_id3155376" localize="false"/>
-<paragraph role="heading" id="hd_id3155366" xml-lang="en-US" level="1"><link href="text/swriter/main0220.xhp" name="Text Object Bar">Text Object Bar</link></paragraph>
+<paragraph role="heading" id="hd_id3155366" xml-lang="en-US" level="1"><link href="text/swriter/main0220.xhp">Text Object Bar</link></paragraph>
<paragraph role="paragraph" id="par_id3155386" xml-lang="en-US"><ahelp hid="HID_DRAW_TEXT_TOOLBOX">Contains formatting commands for text that is contained in a draw object.</ahelp> The <emph>Text Object</emph> bar appears when you double-click inside a draw object.</paragraph>
</section>
<embed href="text/shared/02/02020000.xhp#font_name"/>
@@ -45,10 +45,10 @@
<embed href="text/shared/00/00040502.xhp#syitalic"/>
<embed href="text/shared/01/05110300.xhp#underline"/>
<embed href="text/shared/00/00040502.xhp#syunderline"/>
-<paragraph role="heading" id="hd_id3153416" xml-lang="en-US" level="2"><link href="text/shared/01/05020500.xhp" name="Superscript">Superscript</link></paragraph>
+<paragraph role="heading" id="hd_id3153416" xml-lang="en-US" level="2"><link href="text/shared/01/05020500.xhp">Superscript</link></paragraph>
<embed href="text/shared/01/05020500.xhp#hochtext"/>
<embed href="text/shared/00/00000004.xhp#sysuperscript"/>
-<paragraph role="heading" id="hd_id3147787" xml-lang="en-US" level="2"><link href="text/shared/01/05020500.xhp" name="Subscript">Subscript</link></paragraph>
+<paragraph role="heading" id="hd_id3147787" xml-lang="en-US" level="2"><link href="text/shared/01/05020500.xhp">Subscript</link></paragraph>
<embed href="text/shared/01/05020500.xhp#tieftext"/>
<embed href="text/shared/00/00000004.xhp#sysubscript"/>
<embed href="text/shared/01/05080100.xhp#left"/>
@@ -64,13 +64,13 @@
<embed href="text/shared/02/02040000.xhp#sytext_left_to_right"/>
<embed href="text/shared/02/02050000.xhp#text_top_to_bottom"/>
<embed href="text/shared/02/02050000.xhp#sytext_top_to_bottom"/>
-<paragraph role="heading" id="hd_id3147265" xml-lang="en-US" level="2"><link href="text/shared/01/02090000.xhp" name="Select All">Select All</link></paragraph>
+<paragraph role="heading" id="hd_id3147265" xml-lang="en-US" level="2"><link href="text/shared/01/02090000.xhp">Select All</link></paragraph>
<embed href="text/shared/01/02090000.xhp#allestext"/>
<embed href="text/shared/00/edit_menu.xhp#syselect_all"/>
-<paragraph role="heading" id="hd_id3145596" xml-lang="en-US" level="2"><link href="text/shared/01/05020000.xhp" name="Character">Character</link></paragraph>
+<paragraph role="heading" id="hd_id3145596" xml-lang="en-US" level="2"><link href="text/shared/01/05020000.xhp">Character</link></paragraph>
<embed href="text/shared/01/05020000.xhp#zeichentext"/>
<embed href="text/shared/00/00040500.xhp#sycharacter"/>
-<paragraph role="heading" id="hd_id3145631" xml-lang="en-US" level="2"><link href="text/shared/01/05030000.xhp" name="Paragraph">Paragraph</link></paragraph>
+<paragraph role="heading" id="hd_id3145631" xml-lang="en-US" level="2"><link href="text/shared/01/05030000.xhp">Paragraph</link></paragraph>
<paragraph role="paragraph" id="par_id3145649" xml-lang="en-US">Here you can define the indents, spacing, alignment and line spacing for the paragraph currently selected.</paragraph>
<embed href="text/shared/00/00040500.xhp#syparagraph"/>
</body>
diff --git a/source/text/swriter/main0503.xhp b/source/text/swriter/main0503.xhp
index 9ea4fc0a00..035edc8ed4 100644
--- a/source/text/swriter/main0503.xhp
+++ b/source/text/swriter/main0503.xhp
@@ -28,29 +28,29 @@
</meta>
<body>
<section id="features">
-<paragraph role="heading" id="hd_id3154243" xml-lang="en-US" level="1"><variable id="main0503"><link href="text/swriter/main0503.xhp" name="$[officename] Writer Features">$[officename] Writer Features</link>
+<paragraph role="heading" id="hd_id3154243" xml-lang="en-US" level="1"><variable id="main0503"><link href="text/swriter/main0503.xhp">$[officename] Writer Features</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3154263" xml-lang="en-US">$[officename] Writer lets you design and produce text documents that can include graphics, tables, or charts. You can then save the documents in a variety of formats, including the standardized OpenDocument format (ODF), Microsoft Word .doc format, or HTML. And you can easily export your document to the Portable Document Format (PDF).</paragraph>
</section>
<paragraph role="heading" id="hd_id3147755" xml-lang="en-US" level="2">Writing</paragraph>
-<paragraph role="paragraph" id="par_id3147768" xml-lang="en-US">$[officename] Writer lets you create both basic documents, such as memos, <link href="text/shared/guide/fax.xhp" name="faxes">faxes</link>, letters , resumes and <link href="text/swriter/01/01150000.xhp" name="merge documents">merge documents</link>, as well as long and complex or multi-part documents, complete with bibliographies, reference tables and indexes.</paragraph>
-<paragraph role="paragraph" id="par_id3147797" xml-lang="en-US">$[officename] Writer also includes such useful features as a <link href="text/shared/01/06010000.xhp" name="Spelling">spellchecker</link>, a <link href="text/swriter/guide/using_thesaurus.xhp" name="thesaurus">thesaurus</link>, <link href="text/shared/01/06040000.xhp" name="AutoCorrect">AutoCorrect</link>, and <link href="text/swriter/01/06030000.xhp" name="Hyphenation">hyphenation</link> as well as a variety of templates for almost every purpose. You can also create your own templates using the wizards.</paragraph>
+<paragraph role="paragraph" id="par_id3147768" xml-lang="en-US">$[officename] Writer lets you create both basic documents, such as memos, <link href="text/shared/guide/fax.xhp">faxes</link>, letters , resumes and <link href="text/swriter/01/01150000.xhp">merge documents</link>, as well as long and complex or multi-part documents, complete with bibliographies, reference tables and indexes.</paragraph>
+<paragraph role="paragraph" id="par_id3147797" xml-lang="en-US">$[officename] Writer also includes such useful features as a <link href="text/shared/01/06010000.xhp">spellchecker</link>, a <link href="text/swriter/guide/using_thesaurus.xhp">thesaurus</link>, <link href="text/shared/01/06040000.xhp">AutoCorrect</link>, and <link href="text/swriter/01/06030000.xhp">hyphenation</link> as well as a variety of templates for almost every purpose. You can also create your own templates using the wizards.</paragraph>
<paragraph role="heading" id="hd_id3147225" xml-lang="en-US" level="2">Designing and Structuring</paragraph>
-<paragraph role="paragraph" id="par_id3147239" xml-lang="en-US">$[officename] offers a wide variety of options to design documents. Use the <link href="text/swriter/01/05140000.xhp" name="Styles">Styles window</link> to create, assign and modify styles for paragraphs, individual characters, frames and pages. In addition, the <link href="text/swriter/01/02110000.xhp" name="Navigator">Navigator</link> helps you to quickly move around inside your documents, lets you look at your document in an outline view, and keeps track of the objects that you have inserted into your document.</paragraph>
-<paragraph role="paragraph" id="par_id3147272" xml-lang="en-US">You can also create various <link href="text/swriter/01/04120000.xhp" name="indexes and tables">indexes and tables</link> in text documents. You can define the structure and appearance of the indexes and tables according to your individual needs. Live hyperlinks and bookmarks let you jump directly to the corresponding items in the text.</paragraph>
+<paragraph role="paragraph" id="par_id3147239" xml-lang="en-US">$[officename] offers a wide variety of options to design documents. Use the <link href="text/swriter/01/05140000.xhp">Styles window</link> to create, assign and modify styles for paragraphs, individual characters, frames and pages. In addition, the <link href="text/swriter/01/02110000.xhp">Navigator</link> helps you to quickly move around inside your documents, lets you look at your document in an outline view, and keeps track of the objects that you have inserted into your document.</paragraph>
+<paragraph role="paragraph" id="par_id3147272" xml-lang="en-US">You can also create various <link href="text/swriter/01/04120000.xhp">indexes and tables</link> in text documents. You can define the structure and appearance of the indexes and tables according to your individual needs. Live hyperlinks and bookmarks let you jump directly to the corresponding items in the text.</paragraph>
<paragraph role="heading" id="hd_id3145596" xml-lang="en-US" level="2">Desktop Publishing with $[officename] Writer</paragraph>
-<paragraph role="paragraph" id="par_id3145610" xml-lang="en-US">$[officename] Writer contains numerous desktop publishing and drawing tools to assist you in creating professionally styled documents, such as brochures, newsletters and invitations. You can format your documents with multi-column layouts, <link href="text/swriter/guide/text_frame.xhp" name="frames">frames</link>, <link href="text/swriter/guide/insert_graphic.xhp" name="graphics">graphics</link>, <link href="text/swriter/guide/table_insert.xhp" name="tables">tables</link>, and other objects.</paragraph>
+<paragraph role="paragraph" id="par_id3145610" xml-lang="en-US">$[officename] Writer contains numerous desktop publishing and drawing tools to assist you in creating professionally styled documents, such as brochures, newsletters and invitations. You can format your documents with multi-column layouts, <link href="text/swriter/guide/text_frame.xhp">frames</link>, <link href="text/swriter/guide/insert_graphic.xhp">graphics</link>, <link href="text/swriter/guide/table_insert.xhp">tables</link>, and other objects.</paragraph>
<paragraph role="heading" id="hd_id3145649" xml-lang="en-US" level="2">Calculations</paragraph>
-<paragraph role="paragraph" id="par_id3145663" xml-lang="en-US">Text documents in $[officename] have an integrated <link href="text/swriter/main0214.xhp" name="calculation function">calculation function</link> that helps you execute sophisticated calculations or logical links. You can easily create a table in a text document in order to perform calculations.</paragraph>
+<paragraph role="paragraph" id="par_id3145663" xml-lang="en-US">Text documents in $[officename] have an integrated <link href="text/swriter/main0214.xhp">calculation function</link> that helps you execute sophisticated calculations or logical links. You can easily create a table in a text document in order to perform calculations.</paragraph>
<paragraph role="heading" id="hd_id3151192" xml-lang="en-US" level="2">Creating Drawings</paragraph>
-<paragraph role="paragraph" id="par_id3151206" xml-lang="en-US">The $[officename] Writer <link href="text/shared/02/01140000.xhp" name="drawing tool">drawing tool</link> lets you create drawings, graphics, legends, and other types of drawings directly in text documents.</paragraph>
+<paragraph role="paragraph" id="par_id3151206" xml-lang="en-US">The $[officename] Writer <link href="text/shared/02/01140000.xhp">drawing tool</link> lets you create drawings, graphics, legends, and other types of drawings directly in text documents.</paragraph>
<paragraph role="heading" id="hd_id3151229" xml-lang="en-US" level="2">Inserting Graphics</paragraph>
-<paragraph role="paragraph" id="par_id3151243" xml-lang="en-US">You can insert pictures with <link href="text/shared/00/00000020.xhp" name="different formats">different formats</link> into a text document, including graphics with a JPG or GIF format. In addition, the <link href="text/shared/01/gallery.xhp" name="Gallery">Gallery</link> provides a collection of clipart graphics, and the <link href="text/shared/guide/fontwork.xhp">Fontwork Gallery</link> creates stunning font effects.</paragraph>
+<paragraph role="paragraph" id="par_id3151243" xml-lang="en-US">You can insert pictures with <link href="text/shared/00/00000020.xhp">different formats</link> into a text document, including graphics with a JPG or GIF format. In addition, the <link href="text/shared/01/gallery.xhp">Gallery</link> provides a collection of clipart graphics, and the <link href="text/shared/guide/fontwork.xhp">Fontwork Gallery</link> creates stunning font effects.</paragraph>
<paragraph role="heading" id="hd_id3155084" xml-lang="en-US" level="2">Flexible Application Interface</paragraph>
-<paragraph role="paragraph" id="par_id3155098" xml-lang="en-US">The program interface is designed so that you can configure it according to your preferences, including customizing icons and menus. You can position various program windows, such as the Styles window or the Navigator as floating windows anywhere on the screen. You can also <link href="text/shared/guide/autohide.xhp" name="dock">dock</link> some windows to the edge of the workspace.</paragraph>
+<paragraph role="paragraph" id="par_id3155098" xml-lang="en-US">The program interface is designed so that you can configure it according to your preferences, including customizing icons and menus. You can position various program windows, such as the Styles window or the Navigator as floating windows anywhere on the screen. You can also <link href="text/shared/guide/autohide.xhp">dock</link> some windows to the edge of the workspace.</paragraph>
<paragraph role="heading" id="hd_id3155123" xml-lang="en-US" level="2">Drag&amp;Drop</paragraph>
-<paragraph role="paragraph" id="par_id3155137" xml-lang="en-US">The <link href="text/shared/guide/dragdrop.xhp" name="drag-and-drop">drag-and-drop</link> feature enables you to work quickly and efficiently with text documents in $[officename]. For example, you can drag-and-drop objects, such as graphics from the Gallery, from one location to another in the same document, or between open $[officename] documents.</paragraph>
+<paragraph role="paragraph" id="par_id3155137" xml-lang="en-US">The <link href="text/shared/guide/dragdrop.xhp">drag-and-drop</link> feature enables you to work quickly and efficiently with text documents in $[officename]. For example, you can drag-and-drop objects, such as graphics from the Gallery, from one location to another in the same document, or between open $[officename] documents.</paragraph>
<paragraph role="heading" id="hd_id3155162" xml-lang="en-US" level="2">Help Functions</paragraph>
-<paragraph role="paragraph" id="par_id3145675" xml-lang="en-US">You can use the <link href="text/shared/05/00000110.xhp" name="Help system">Help system</link> as a complete reference for $[officename] applications, including <link href="text/swriter/guide/main.xhp" name="instructions">instructions</link> for simple and complex tasks.</paragraph>
+<paragraph role="paragraph" id="par_id3145675" xml-lang="en-US">You can use the <link href="text/shared/05/00000110.xhp">Help system</link> as a complete reference for $[officename] applications, including <link href="text/swriter/guide/main.xhp">instructions</link> for simple and complex tasks.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/swriter/menu/insert_footnote_endnote.xhp b/source/text/swriter/menu/insert_footnote_endnote.xhp
index d63ccf819d..42c801503e 100644
--- a/source/text/swriter/menu/insert_footnote_endnote.xhp
+++ b/source/text/swriter/menu/insert_footnote_endnote.xhp
@@ -41,7 +41,7 @@
<paragraph id="hd_id030420161138377837" role="heading" level="2" xml-lang="en-US">Endnote</paragraph>
<paragraph id="par_id030420161138378865" role="paragraph" xml-lang="en-US"><ahelp hid=".uno:InsertEndnote">Insert a endnote at the current cursor position without a prompt.</ahelp></paragraph>
-<paragraph id="hd_id3147231" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04030000.xhp" name="Footnote">Footnote or Endnote</link></paragraph>
+<paragraph id="hd_id3147231" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/04030000.xhp">Footnote or Endnote</link></paragraph>
<embed href="text/swriter/01/04030000.xhp#fussnoteein"/>
</body>
diff --git a/source/text/swriter/menu/insert_frame.xhp b/source/text/swriter/menu/insert_frame.xhp
index 68e857636a..026c0a6d9b 100644
--- a/source/text/swriter/menu/insert_frame.xhp
+++ b/source/text/swriter/menu/insert_frame.xhp
@@ -39,7 +39,7 @@
<paragraph id="par_id030720160605261333" role="paragraph" xml-lang="en-US"><ahelp hid=".uno:InsertFrameInteract">Insert a frame by drawing its shape with the mouse cursor.</ahelp></paragraph>
<embed href="text/swriter/01/04130000.xhp#frame"/>
-<paragraph id="hd_id3150951" role="heading" level="2" xml-lang="en-US"><link href="text/shared/01/04160500.xhp" name="Floating Frame">Floating Frame</link></paragraph>
+<paragraph id="hd_id3150951" role="heading" level="2" xml-lang="en-US"><link href="text/shared/01/04160500.xhp">Floating Frame</link></paragraph>
<embed href="text/shared/01/04160500.xhp#floating_frame_text"/>
</body>
diff --git a/source/text/swriter/menu/submenu_more_breaks.xhp b/source/text/swriter/menu/submenu_more_breaks.xhp
index 0260ab332c..eca2a2badc 100644
--- a/source/text/swriter/menu/submenu_more_breaks.xhp
+++ b/source/text/swriter/menu/submenu_more_breaks.xhp
@@ -21,7 +21,7 @@
</section>
<section id="morebreaks_submenu">
<h1 id="hd_id651601651730204">
-<link href="text/swriter/menu/submenu_more_breaks.xhp" name="morebreaks">More Breaks</link></h1>
+<link href="text/swriter/menu/submenu_more_breaks.xhp">More Breaks</link></h1>
<paragraph role="paragraph" id="par_id911601651828340" xml-lang="en-US"><ahelp hid=".">Submenu with additional row, column, and page breaks</ahelp></paragraph>
</section>
<h2 id="hd_id41601652439817">Insert Manual Row Break</h2>
@@ -36,7 +36,7 @@
<h2 id="hd_id531601652875225">Insert Manual Column Break</h2>
<paragraph role="image" id="par_id121601888786076"><image src="cmd/lc_insertcolumnbreak.svg" id="img_id851601888786076" width="1cm" height="1cm"><alt id="alt_id881601888786076">Manual Column Break Icon</alt></image></paragraph>
<embed href="text/swriter/01/04010000.xhp#column_break"/>
-<h2 id="hd_id281601654787535"><link href="text/swriter/01/04010000.xhp" name="Manual Break">Manual Break</link></h2>
+<h2 id="hd_id281601654787535"><link href="text/swriter/01/04010000.xhp">Manual Break</link></h2>
<paragraph role="image" id="par_id621601889272427"><image src="cmd/lc_insertbreak.svg" id="img_id461601889272427" width="1cm" height="1cm"><alt id="alt_id31601889272427">Manual Break icon</alt></image></paragraph>
<embed href="text/swriter/01/04010000.xhp#manual_break_text"/>
</body>
diff --git a/source/text/swriter/navigate_toolbar.xhp b/source/text/swriter/navigate_toolbar.xhp
index 9cf53b0cba..9396864e18 100644
--- a/source/text/swriter/navigate_toolbar.xhp
+++ b/source/text/swriter/navigate_toolbar.xhp
@@ -21,7 +21,7 @@
<bookmark_value>navigate backward</bookmark_value>
</bookmark>
<section id="navigatetoolbarHead">
- <h1 id="hd_id111655496106993"><variable id="h1"><link href="text/swriter/navigate_toolbar.xhp" name="Navigate Toolbar">Navigate Toolbar</link></variable></h1>
+ <h1 id="hd_id111655496106993"><variable id="h1"><link href="text/swriter/navigate_toolbar.xhp">Navigate Toolbar</link></variable></h1>
<paragraph id="par_id451655496106996" role="paragraph" xml-lang="en-US">Open Navigate toolbar.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/track_changes_toolbar.xhp b/source/text/swriter/track_changes_toolbar.xhp
index 132200e6c9..a44bbc962e 100644
--- a/source/text/swriter/track_changes_toolbar.xhp
+++ b/source/text/swriter/track_changes_toolbar.xhp
@@ -18,7 +18,7 @@
<body>
<section id="trackcahangestoolbarHead">
<bookmark xml-lang="en-US" branch="hid/.uno:TrackChangesBar" id="bm_id811655486990475" localize="false"/>
- <h1 id="hd_id671647012520594"><variable id="h1"><link href="text/swriter/track_changes_toolbar.xhp" name="Track Changes Toolbar">Track Changes Toolbar</link></variable></h1>
+ <h1 id="hd_id671647012520594"><variable id="h1"><link href="text/swriter/track_changes_toolbar.xhp">Track Changes Toolbar</link></variable></h1>
<paragraph id="par_id471647012520596" role="paragraph" xml-lang="en-US">Contains the commands that are available for tracking changes in your file.</paragraph>
</section>
<section id="howtoget">