summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-03-13 16:41:53 +0100
committerOlivier Hallot <olivier.hallot@libreoffice.org>2023-03-16 15:18:30 +0000
commit4453c0b2edae4934f87594d5974783c4a1a5ea54 (patch)
treeda7008bd439cc57cd8d44597f8cba6fc1808aa0c /source
parent77cb682cd1b004e7247560e60f603a4bb0565b8d (diff)
convert paragraphs with role="heading" & childelements to → h<level>
and also drop the language that was changed to implied previously/defaults to en-US unless specified. This change doesn't affect translations, only the content of the paragraph/headings is extracted. done with: perl -CSD -pi -e 'BEGIN {$base = qr/role="heading"|level="(?<level>\d+)"|(?<id>id="[^"]+")/;} s#<paragraph(((\s+($base)){3})|(\s+($base|xml-lang="en-US")){4})>(?<body>.*?)</paragraph>#<h$+{level} $+{id}>$+{body}</h$+{level}>#g' and manually undoing the one that uses <sup>in body that's not valid according to the dtd in the h tags. Change-Id: Ibd4aed3157ed168cd5005161575672a392e59202 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148797 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r--source/text/sbasic/python/python_locations.xhp2
-rw-r--r--source/text/sbasic/shared/01000000.xhp2
-rw-r--r--source/text/sbasic/shared/01010210.xhp2
-rw-r--r--source/text/sbasic/shared/01020000.xhp2
-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.xhp2
-rw-r--r--source/text/sbasic/shared/01030300.xhp2
-rw-r--r--source/text/sbasic/shared/01050100.xhp2
-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/01170103.xhp2
-rw-r--r--source/text/sbasic/shared/02/11010000.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.xhp2
-rw-r--r--source/text/sbasic/shared/02/11060000.xhp2
-rw-r--r--source/text/sbasic/shared/02/11070000.xhp2
-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/11140000.xhp2
-rw-r--r--source/text/sbasic/shared/02/11150000.xhp2
-rw-r--r--source/text/sbasic/shared/02/11170000.xhp2
-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/03/lib_depot.xhp2
-rw-r--r--source/text/sbasic/shared/03/lib_formwizard.xhp2
-rw-r--r--source/text/sbasic/shared/03/lib_gimmicks.xhp2
-rw-r--r--source/text/sbasic/shared/03/lib_schedule.xhp2
-rw-r--r--source/text/sbasic/shared/03/lib_template.xhp2
-rw-r--r--source/text/sbasic/shared/03/lib_tools.xhp14
-rw-r--r--source/text/sbasic/shared/03010100.xhp2
-rw-r--r--source/text/sbasic/shared/03010200.xhp2
-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/03020102.xhp2
-rw-r--r--source/text/sbasic/shared/03020200.xhp2
-rw-r--r--source/text/sbasic/shared/03020202.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.xhp2
-rw-r--r--source/text/sbasic/shared/03020304.xhp2
-rw-r--r--source/text/sbasic/shared/03020400.xhp2
-rw-r--r--source/text/sbasic/shared/03020407.xhp2
-rw-r--r--source/text/sbasic/shared/03020408.xhp2
-rw-r--r--source/text/sbasic/shared/03020409.xhp2
-rw-r--r--source/text/sbasic/shared/03020410.xhp2
-rw-r--r--source/text/sbasic/shared/03020412.xhp2
-rw-r--r--source/text/sbasic/shared/03020415.xhp2
-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/03030103.xhp2
-rw-r--r--source/text/sbasic/shared/03030104.xhp2
-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.xhp2
-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/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/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/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/03070100.xhp2
-rw-r--r--source/text/sbasic/shared/03070200.xhp2
-rw-r--r--source/text/sbasic/shared/03070300.xhp2
-rw-r--r--source/text/sbasic/shared/03070400.xhp2
-rw-r--r--source/text/sbasic/shared/03070500.xhp2
-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/03080200.xhp2
-rw-r--r--source/text/sbasic/shared/03080201.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.xhp2
-rw-r--r--source/text/sbasic/shared/03080502.xhp2
-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/03090200.xhp2
-rw-r--r--source/text/sbasic/shared/03090201.xhp2
-rw-r--r--source/text/sbasic/shared/03090203.xhp2
-rw-r--r--source/text/sbasic/shared/03090300.xhp2
-rw-r--r--source/text/sbasic/shared/03090302.xhp2
-rw-r--r--source/text/sbasic/shared/03090400.xhp2
-rw-r--r--source/text/sbasic/shared/03090403.xhp2
-rw-r--r--source/text/sbasic/shared/03090404.xhp2
-rw-r--r--source/text/sbasic/shared/03090405.xhp2
-rw-r--r--source/text/sbasic/shared/03100000.xhp2
-rw-r--r--source/text/sbasic/shared/03100060.xhp2
-rw-r--r--source/text/sbasic/shared/03100070.xhp2
-rw-r--r--source/text/sbasic/shared/03100300.xhp2
-rw-r--r--source/text/sbasic/shared/03101000.xhp2
-rw-r--r--source/text/sbasic/shared/03101110.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.xhp2
-rw-r--r--source/text/sbasic/shared/03103100.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/03103800.xhp2
-rw-r--r--source/text/sbasic/shared/03103900.xhp2
-rw-r--r--source/text/sbasic/shared/03104000.xhp2
-rw-r--r--source/text/sbasic/shared/03104100.xhp2
-rw-r--r--source/text/sbasic/shared/03104300.xhp2
-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/03104700.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/03120200.xhp2
-rw-r--r--source/text/sbasic/shared/03120300.xhp2
-rw-r--r--source/text/sbasic/shared/03120400.xhp2
-rw-r--r--source/text/sbasic/shared/03120402.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/03130600.xhp2
-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/03131700.xhp2
-rw-r--r--source/text/sbasic/shared/03131800.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/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/03150001.xhp2
-rw-r--r--source/text/sbasic/shared/03150002.xhp2
-rw-r--r--source/text/sbasic/shared/05060700.xhp2
-rw-r--r--source/text/sbasic/shared/GetPathSeparator.xhp2
-rw-r--r--source/text/sbasic/shared/keys.xhp2
-rw-r--r--source/text/sbasic/shared/main0211.xhp2
-rw-r--r--source/text/sbasic/shared/vbasupport.xhp2
-rw-r--r--source/text/scalc/00/00000004.xhp2
-rw-r--r--source/text/scalc/01/01120000.xhp2
-rw-r--r--source/text/scalc/01/02120000.xhp2
-rw-r--r--source/text/scalc/01/02120100.xhp2
-rw-r--r--source/text/scalc/01/02140000.xhp6
-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/02150000.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/03070000.xhp2
-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.xhp2
-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/04030000.xhp2
-rw-r--r--source/text/scalc/01/04040000.xhp2
-rw-r--r--source/text/scalc/01/04050100.xhp2
-rw-r--r--source/text/scalc/01/04060100.xhp18
-rw-r--r--source/text/scalc/01/04090000.xhp2
-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/05030300.xhp2
-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/05050000.xhp6
-rw-r--r--source/text/scalc/01/05070500.xhp2
-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/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.xhp2
-rw-r--r--source/text/scalc/01/06030800.xhp2
-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/06130000.xhp2
-rw-r--r--source/text/scalc/01/07080000.xhp2
-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/12080000.xhp6
-rw-r--r--source/text/scalc/01/12080100.xhp2
-rw-r--r--source/text/scalc/01/12080200.xhp2
-rw-r--r--source/text/scalc/01/12080300.xhp2
-rw-r--r--source/text/scalc/01/12080400.xhp2
-rw-r--r--source/text/scalc/01/12080600.xhp2
-rw-r--r--source/text/scalc/01/12080700.xhp2
-rw-r--r--source/text/scalc/01/12090103.xhp2
-rw-r--r--source/text/scalc/01/12090104.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/12120200.xhp2
-rw-r--r--source/text/scalc/01/12120300.xhp2
-rw-r--r--source/text/scalc/01/format_graphic.xhp4
-rw-r--r--source/text/scalc/02/06010000.xhp2
-rw-r--r--source/text/scalc/02/06040000.xhp2
-rw-r--r--source/text/scalc/02/06050000.xhp2
-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.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/05/02140000.xhp2
-rw-r--r--source/text/scalc/05/empty_cells.xhp2
-rw-r--r--source/text/scalc/guide/address_auto.xhp2
-rw-r--r--source/text/scalc/guide/auto_off.xhp2
-rw-r--r--source/text/scalc/guide/calc_date.xhp2
-rw-r--r--source/text/scalc/guide/calculate.xhp2
-rw-r--r--source/text/scalc/guide/cellstyle_by_formula.xhp2
-rw-r--r--source/text/scalc/guide/edit_multitables.xhp2
-rw-r--r--source/text/scalc/guide/integer_leading_zero.xhp2
-rw-r--r--source/text/scalc/guide/main.xhp2
-rw-r--r--source/text/scalc/guide/pivotchart_create.xhp2
-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.xhp2
-rw-r--r--source/text/scalc/guide/pivotchart_update.xhp2
-rw-r--r--source/text/scalc/guide/table_cellmerge.xhp2
-rw-r--r--source/text/schart/01/03010000.xhp2
-rw-r--r--source/text/schart/01/04050000.xhp2
-rw-r--r--source/text/schart/01/04050100.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/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/05040000.xhp14
-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/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.xhp2
-rw-r--r--source/text/schart/main0202.xhp2
-rw-r--r--source/text/schart/main0503.xhp2
-rw-r--r--source/text/sdraw/00/00000004.xhp2
-rw-r--r--source/text/sdraw/guide/color_define.xhp2
-rw-r--r--source/text/sdraw/main0101.xhp2
-rw-r--r--source/text/sdraw/main0202.xhp12
-rw-r--r--source/text/sdraw/main0503.xhp2
-rw-r--r--source/text/sdraw/main_tools.xhp8
-rw-r--r--source/text/shared/00/01050000.xhp2
-rw-r--r--source/text/shared/01/01010001.xhp2
-rw-r--r--source/text/shared/01/01010200.xhp2
-rw-r--r--source/text/shared/01/01010201.xhp2
-rw-r--r--source/text/shared/01/01010202.xhp2
-rw-r--r--source/text/shared/01/01010203.xhp2
-rw-r--r--source/text/shared/01/01010300.xhp2
-rw-r--r--source/text/shared/01/01010301.xhp2
-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/01020001.xhp2
-rw-r--r--source/text/shared/01/01060000.xhp2
-rw-r--r--source/text/shared/01/01060001.xhp2
-rw-r--r--source/text/shared/01/01060002.xhp2
-rw-r--r--source/text/shared/01/01070000.xhp2
-rw-r--r--source/text/shared/01/01070001.xhp2
-rw-r--r--source/text/shared/01/01100300.xhp2
-rw-r--r--source/text/shared/01/01100600.xhp2
-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/01160200.xhp2
-rw-r--r--source/text/shared/01/01180000.xhp2
-rw-r--r--source/text/shared/01/01190000.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/02090000.xhp2
-rw-r--r--source/text/shared/01/02180100.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/03110000.xhp2
-rw-r--r--source/text/shared/01/03990000.xhp4
-rw-r--r--source/text/shared/01/04180100.xhp2
-rw-r--r--source/text/shared/01/05020301.xhp2
-rw-r--r--source/text/shared/01/05020400.xhp2
-rw-r--r--source/text/shared/01/05020500.xhp2
-rw-r--r--source/text/shared/01/05020600.xhp2
-rw-r--r--source/text/shared/01/05020700.xhp2
-rw-r--r--source/text/shared/01/05030300.xhp2
-rw-r--r--source/text/shared/01/05030800.xhp2
-rw-r--r--source/text/shared/01/05060000.xhp2
-rw-r--r--source/text/shared/01/05070100.xhp2
-rw-r--r--source/text/shared/01/05070300.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/05090000.xhp2
-rw-r--r--source/text/shared/01/05100000.xhp2
-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/05110500.xhp2
-rw-r--r--source/text/shared/01/05200000.xhp2
-rw-r--r--source/text/shared/01/05210000.xhp2
-rw-r--r--source/text/shared/01/05230000.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.xhp2
-rw-r--r--source/text/shared/01/05250200.xhp2
-rw-r--r--source/text/shared/01/05250300.xhp2
-rw-r--r--source/text/shared/01/05250400.xhp2
-rw-r--r--source/text/shared/01/05270000.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.xhp2
-rw-r--r--source/text/shared/01/05290400.xhp2
-rw-r--r--source/text/shared/01/05320000.xhp4
-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/05340200.xhp2
-rw-r--r--source/text/shared/01/05340300.xhp2
-rw-r--r--source/text/shared/01/05340404.xhp2
-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/06010500.xhp2
-rw-r--r--source/text/shared/01/06010600.xhp2
-rw-r--r--source/text/shared/01/06040400.xhp4
-rw-r--r--source/text/shared/01/06040600.xhp2
-rw-r--r--source/text/shared/01/06130010.xhp2
-rw-r--r--source/text/shared/01/06140500.xhp2
-rw-r--r--source/text/shared/01/06150120.xhp2
-rw-r--r--source/text/shared/01/06150210.xhp2
-rw-r--r--source/text/shared/01/06200000.xhp10
-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/font_features.xhp2
-rw-r--r--source/text/shared/01/image_compression.xhp2
-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/online_update_dialog.xhp2
-rw-r--r--source/text/shared/01/password_dlg.xhp2
-rw-r--r--source/text/shared/01/profile_safe_mode.xhp2
-rw-r--r--source/text/shared/01/signexistingpdf.xhp2
-rw-r--r--source/text/shared/01/webhtml.xhp2
-rw-r--r--source/text/shared/01/xformsdatatab.xhp2
-rw-r--r--source/text/shared/02/01170004.xhp4
-rw-r--r--source/text/shared/02/01170200.xhp2
-rw-r--r--source/text/shared/02/01170201.xhp2
-rw-r--r--source/text/shared/02/01170202.xhp2
-rw-r--r--source/text/shared/02/01170500.xhp2
-rw-r--r--source/text/shared/02/01170800.xhp2
-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.xhp2
-rw-r--r--source/text/shared/02/01170901.xhp2
-rw-r--r--source/text/shared/02/01170902.xhp2
-rw-r--r--source/text/shared/02/01170903.xhp2
-rw-r--r--source/text/shared/02/01170904.xhp2
-rw-r--r--source/text/shared/02/01171100.xhp2
-rw-r--r--source/text/shared/02/01220000.xhp2
-rw-r--r--source/text/shared/02/02010000.xhp2
-rw-r--r--source/text/shared/02/02020000.xhp2
-rw-r--r--source/text/shared/02/02030000.xhp2
-rw-r--r--source/text/shared/02/03110000.xhp2
-rw-r--r--source/text/shared/02/03120000.xhp2
-rw-r--r--source/text/shared/02/03150000.xhp2
-rw-r--r--source/text/shared/02/05090000.xhp2
-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/07070100.xhp2
-rw-r--r--source/text/shared/02/07070200.xhp2
-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/10100000.xhp2
-rw-r--r--source/text/shared/02/12000000.xhp2
-rw-r--r--source/text/shared/02/12040000.xhp2
-rw-r--r--source/text/shared/02/12080000.xhp2
-rw-r--r--source/text/shared/02/12090000.xhp2
-rw-r--r--source/text/shared/02/12090100.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/14050000.xhp2
-rw-r--r--source/text/shared/02/19090000.xhp2
-rw-r--r--source/text/shared/02/20020000.xhp2
-rw-r--r--source/text/shared/02/20040000.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/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/basicshapes.xhp2
-rw-r--r--source/text/shared/02/blockarrows.xhp2
-rw-r--r--source/text/shared/02/callouts.xhp2
-rw-r--r--source/text/shared/02/colortoolbar.xhp2
-rw-r--r--source/text/shared/02/flowcharts.xhp2
-rw-r--r--source/text/shared/02/stars.xhp2
-rw-r--r--source/text/shared/04/01020000.xhp2
-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/00000110.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/00000160.xhp2
-rw-r--r--source/text/shared/07/09000000.xhp2
-rw-r--r--source/text/shared/autokorr/12000000.xhp2
-rw-r--r--source/text/shared/autopi/01000000.xhp12
-rw-r--r--source/text/shared/autopi/01010100.xhp2
-rw-r--r--source/text/shared/autopi/01010200.xhp2
-rw-r--r--source/text/shared/autopi/01010300.xhp2
-rw-r--r--source/text/shared/autopi/01010400.xhp2
-rw-r--r--source/text/shared/autopi/01010500.xhp2
-rw-r--r--source/text/shared/autopi/01010600.xhp2
-rw-r--r--source/text/shared/autopi/01020100.xhp2
-rw-r--r--source/text/shared/autopi/01020200.xhp2
-rw-r--r--source/text/shared/autopi/01020300.xhp2
-rw-r--r--source/text/shared/autopi/01020400.xhp2
-rw-r--r--source/text/shared/autopi/01020500.xhp2
-rw-r--r--source/text/shared/autopi/01040100.xhp2
-rw-r--r--source/text/shared/autopi/01040200.xhp2
-rw-r--r--source/text/shared/autopi/01040300.xhp2
-rw-r--r--source/text/shared/autopi/01040400.xhp2
-rw-r--r--source/text/shared/autopi/01040500.xhp2
-rw-r--r--source/text/shared/autopi/01040600.xhp2
-rw-r--r--source/text/shared/autopi/01090100.xhp2
-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.xhp2
-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.xhp2
-rw-r--r--source/text/shared/autopi/01100150.xhp2
-rw-r--r--source/text/shared/autopi/01100200.xhp2
-rw-r--r--source/text/shared/autopi/01100300.xhp2
-rw-r--r--source/text/shared/autopi/01100400.xhp2
-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.xhp2
-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.xhp2
-rw-r--r--source/text/shared/autopi/01120100.xhp2
-rw-r--r--source/text/shared/autopi/01120200.xhp2
-rw-r--r--source/text/shared/autopi/01120300.xhp2
-rw-r--r--source/text/shared/autopi/01120400.xhp2
-rw-r--r--source/text/shared/autopi/01120500.xhp2
-rw-r--r--source/text/shared/autopi/01130100.xhp2
-rw-r--r--source/text/shared/autopi/01130200.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.xhp2
-rw-r--r--source/text/shared/guide/email.xhp2
-rw-r--r--source/text/shared/guide/keyboard.xhp2
-rw-r--r--source/text/shared/guide/ms_import_export_limitations.xhp2
-rw-r--r--source/text/shared/guide/paintbrush.xhp2
-rw-r--r--source/text/shared/guide/print_blackwhite.xhp2
-rw-r--r--source/text/shared/guide/spadmin.xhp2
-rw-r--r--source/text/shared/guide/version_number.xhp2
-rw-r--r--source/text/shared/guide/xforms.xhp2
-rw-r--r--source/text/shared/guide/xsltfilter_create.xhp2
-rw-r--r--source/text/shared/main0208.xhp2
-rw-r--r--source/text/shared/main0212.xhp6
-rw-r--r--source/text/shared/main0214.xhp2
-rw-r--r--source/text/shared/main0500.xhp2
-rw-r--r--source/text/shared/main0650.xhp2
-rw-r--r--source/text/shared/main0800.xhp2
-rw-r--r--source/text/shared/menu/insert_chart.xhp2
-rw-r--r--source/text/shared/optionen/01010700.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/01020100.xhp2
-rw-r--r--source/text/shared/optionen/01020300.xhp2
-rw-r--r--source/text/shared/optionen/01040700.xhp2
-rw-r--r--source/text/shared/optionen/01050100.xhp2
-rw-r--r--source/text/shared/optionen/01060100.xhp2
-rw-r--r--source/text/shared/optionen/01060400.xhp2
-rw-r--r--source/text/shared/optionen/01060600.xhp2
-rw-r--r--source/text/shared/optionen/01060800.xhp2
-rw-r--r--source/text/shared/optionen/01061000.xhp2
-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/01150200.xhp2
-rw-r--r--source/text/shared/optionen/01160200.xhp2
-rw-r--r--source/text/shared/optionen/BasicIDE.xhp2
-rw-r--r--source/text/shared/optionen/macrosecurity.xhp2
-rw-r--r--source/text/shared/optionen/mailmerge.xhp2
-rw-r--r--source/text/shared/optionen/online_update.xhp2
-rw-r--r--source/text/shared/optionen/opencl.xhp2
-rw-r--r--source/text/shared/optionen/securityoptionsdialog.xhp4
-rw-r--r--source/text/shared/optionen/serverauthentication.xhp2
-rw-r--r--source/text/shared/optionen/testaccount.xhp2
-rw-r--r--source/text/simpress/01/01170000.xhp2
-rw-r--r--source/text/simpress/01/02110000.xhp2
-rw-r--r--source/text/simpress/01/02130000.xhp2
-rw-r--r--source/text/simpress/01/03050000.xhp2
-rw-r--r--source/text/simpress/01/03060000.xhp2
-rw-r--r--source/text/simpress/01/03070000.xhp6
-rw-r--r--source/text/simpress/01/03080000.xhp2
-rw-r--r--source/text/simpress/01/03090000.xhp2
-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.xhp2
-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/03151200.xhp2
-rw-r--r--source/text/simpress/01/03180000.xhp2
-rw-r--r--source/text/simpress/01/04030000m.xhp2
-rw-r--r--source/text/simpress/01/04040000m.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.xhp2
-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.xhp2
-rw-r--r--source/text/simpress/01/04990700.xhp2
-rw-r--r--source/text/simpress/01/05110500m.xhp2
-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.xhp2
-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.xhp2
-rw-r--r--source/text/simpress/01/06060000.xhp2
-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/13050300.xhp2
-rw-r--r--source/text/simpress/01/13050400.xhp2
-rw-r--r--source/text/simpress/01/13050500.xhp2
-rw-r--r--source/text/simpress/01/13050600.xhp2
-rw-r--r--source/text/simpress/01/13050700.xhp2
-rw-r--r--source/text/simpress/01/13140000.xhp2
-rw-r--r--source/text/simpress/01/13150000.xhp2
-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/new_slide.xhp2
-rw-r--r--source/text/simpress/01/remoteconnections.xhp2
-rw-r--r--source/text/simpress/02/04070000.xhp2
-rw-r--r--source/text/simpress/02/08020000.xhp2
-rw-r--r--source/text/simpress/02/10080000.xhp2
-rw-r--r--source/text/simpress/02/10100000.xhp2
-rw-r--r--source/text/simpress/02/10120000.xhp2
-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/main0100.xhp2
-rw-r--r--source/text/simpress/main0101.xhp2
-rw-r--r--source/text/simpress/main0103.xhp8
-rw-r--r--source/text/simpress/main0107.xhp2
-rw-r--r--source/text/simpress/main0113.xhp14
-rw-r--r--source/text/simpress/main0114.xhp10
-rw-r--r--source/text/simpress/main0203.xhp8
-rw-r--r--source/text/simpress/main0206.xhp2
-rw-r--r--source/text/simpress/main0209.xhp2
-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_slide.xhp2
-rw-r--r--source/text/simpress/main_tools.xhp8
-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.xhp2
-rw-r--r--source/text/smath/01/03050000.xhp2
-rw-r--r--source/text/smath/01/03060000.xhp2
-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/03090100.xhp2
-rw-r--r--source/text/smath/01/03090200.xhp2
-rw-r--r--source/text/smath/01/03090300.xhp2
-rw-r--r--source/text/smath/01/03090400.xhp2
-rw-r--r--source/text/smath/01/03090500.xhp2
-rw-r--r--source/text/smath/01/03090700.xhp2
-rw-r--r--source/text/smath/01/03090800.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.xhp2
-rw-r--r--source/text/smath/01/03091600.xhp2
-rw-r--r--source/text/smath/01/05050000.xhp2
-rw-r--r--source/text/smath/01/06010000.xhp2
-rw-r--r--source/text/smath/guide/parentheses.xhp2
-rw-r--r--source/text/swriter/00/00000004.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/03050000.xhp2
-rw-r--r--source/text/swriter/01/03070000.xhp2
-rw-r--r--source/text/swriter/01/03080000.xhp2
-rw-r--r--source/text/swriter/01/03090000.xhp2
-rw-r--r--source/text/swriter/01/03130000.xhp2
-rw-r--r--source/text/swriter/01/04030000.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/04070300.xhp2
-rw-r--r--source/text/swriter/01/04090006.xhp2
-rw-r--r--source/text/swriter/01/04090007.xhp2
-rw-r--r--source/text/swriter/01/04120000.xhp8
-rw-r--r--source/text/swriter/01/04120210.xhp16
-rw-r--r--source/text/swriter/01/04120212.xhp2
-rw-r--r--source/text/swriter/01/04120214.xhp2
-rw-r--r--source/text/swriter/01/04120216.xhp2
-rw-r--r--source/text/swriter/01/04120217.xhp2
-rw-r--r--source/text/swriter/01/04120220.xhp16
-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.xhp2
-rw-r--r--source/text/swriter/01/04120229.xhp2
-rw-r--r--source/text/swriter/01/04180400.xhp2
-rw-r--r--source/text/swriter/01/04220000.xhp2
-rw-r--r--source/text/swriter/01/04230000.xhp2
-rw-r--r--source/text/swriter/01/05030200.xhp4
-rw-r--r--source/text/swriter/01/05030400.xhp2
-rw-r--r--source/text/swriter/01/05040600.xhp2
-rw-r--r--source/text/swriter/01/05040800.xhp2
-rw-r--r--source/text/swriter/01/05060200.xhp2
-rw-r--r--source/text/swriter/01/05060300.xhp4
-rw-r--r--source/text/swriter/01/05060700.xhp2
-rw-r--r--source/text/swriter/01/05060800.xhp2
-rw-r--r--source/text/swriter/01/05090200.xhp2
-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/05110300.xhp2
-rw-r--r--source/text/swriter/01/05110500.xhp2
-rw-r--r--source/text/swriter/01/05120000.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/05150300.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/06080000.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/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/legacynumbering.xhp2
-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/mailmerge05.xhp2
-rw-r--r--source/text/swriter/01/mm_emailmergeddoc.xhp2
-rw-r--r--source/text/swriter/01/mm_printmergeddoc.xhp2
-rw-r--r--source/text/swriter/01/mm_savemergeddoc.xhp2
-rw-r--r--source/text/swriter/01/title_page.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/06090000.xhp2
-rw-r--r--source/text/swriter/02/08080000.xhp2
-rw-r--r--source/text/swriter/02/10030000.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/14030000.xhp2
-rw-r--r--source/text/swriter/02/14050000.xhp2
-rw-r--r--source/text/swriter/02/18030000.xhp4
-rw-r--r--source/text/swriter/02/18030100.xhp2
-rw-r--r--source/text/swriter/02/18030200.xhp2
-rw-r--r--source/text/swriter/02/18030300.xhp2
-rw-r--r--source/text/swriter/02/18030500.xhp2
-rw-r--r--source/text/swriter/02/18030600.xhp2
-rw-r--r--source/text/swriter/02/18030700.xhp2
-rw-r--r--source/text/swriter/02/19010000.xhp2
-rw-r--r--source/text/swriter/02/19020000.xhp2
-rw-r--r--source/text/swriter/02/19030000.xhp16
-rw-r--r--source/text/swriter/02/19040000.xhp4
-rw-r--r--source/text/swriter/02/word_count_stb.xhp2
-rw-r--r--source/text/swriter/guide/autotext.xhp2
-rw-r--r--source/text/swriter/guide/calculate_intext.xhp2
-rw-r--r--source/text/swriter/guide/captions.xhp2
-rw-r--r--source/text/swriter/guide/change_header.xhp2
-rw-r--r--source/text/swriter/guide/conditional_text.xhp2
-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/even_odd_sdw.xhp2
-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.xhp2
-rw-r--r--source/text/swriter/guide/footnote_with_line.xhp2
-rw-r--r--source/text/swriter/guide/globaldoc_howtos.xhp2
-rw-r--r--source/text/swriter/guide/header_pagestyles.xhp2
-rw-r--r--source/text/swriter/guide/header_with_line.xhp2
-rw-r--r--source/text/swriter/guide/hyperlinks.xhp2
-rw-r--r--source/text/swriter/guide/indices_index.xhp2
-rw-r--r--source/text/swriter/guide/indices_literature.xhp2
-rw-r--r--source/text/swriter/guide/number_sequence.xhp2
-rw-r--r--source/text/swriter/guide/pagebackground.xhp2
-rw-r--r--source/text/swriter/guide/printer_tray.xhp2
-rw-r--r--source/text/swriter/guide/references.xhp2
-rw-r--r--source/text/swriter/guide/references_modify.xhp2
-rw-r--r--source/text/swriter/guide/search_regexp.xhp2
-rw-r--r--source/text/swriter/guide/section_insert.xhp2
-rw-r--r--source/text/swriter/guide/send2html.xhp2
-rw-r--r--source/text/swriter/guide/spellcheck_dialog.xhp2
-rw-r--r--source/text/swriter/guide/table_repeat_multiple_headers.xhp2
-rw-r--r--source/text/swriter/guide/tablemode.xhp2
-rw-r--r--source/text/swriter/guide/text_animation.xhp2
-rw-r--r--source/text/swriter/guide/text_centervert.xhp2
-rw-r--r--source/text/swriter/guide/text_rotate.xhp2
-rw-r--r--source/text/swriter/guide/wrap.xhp2
-rw-r--r--source/text/swriter/mailmergetoolbar.xhp2
-rw-r--r--source/text/swriter/main0107.xhp2
-rw-r--r--source/text/swriter/main0203.xhp8
-rw-r--r--source/text/swriter/main0204.xhp6
-rw-r--r--source/text/swriter/main0205.xhp10
-rw-r--r--source/text/swriter/main0213.xhp2
-rw-r--r--source/text/swriter/main0216.xhp10
-rw-r--r--source/text/swriter/main0220.xhp12
-rw-r--r--source/text/swriter/menu/insert_footnote_endnote.xhp4
-rw-r--r--source/text/swriter/menu/insert_frame.xhp4
-rw-r--r--source/text/swriter/menu/insert_header_footer.xhp2
806 files changed, 980 insertions, 980 deletions
diff --git a/source/text/sbasic/python/python_locations.xhp b/source/text/sbasic/python/python_locations.xhp
index 6895faa1b0..a791741ad0 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">Python Scripts Organization and Location</link></variable></paragraph>
+ <h1 id="hd_id391543358231021"><variable id="pythonlocations1"><link href="text/sbasic/python/python_locations.xhp">Python Scripts Organization and Location</link></variable></h1>
<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>
diff --git a/source/text/sbasic/shared/01000000.xhp b/source/text/sbasic/shared/01000000.xhp
index 0e8b8e39a7..e9f6f049be 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">Programming with $[officename] Basic </link></variable></paragraph>
+ <h1 id="hd_id3156027"><variable id="doc_title"><link href="text/sbasic/shared/01000000.xhp">Programming with $[officename] Basic </link></variable></h1>
<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 9848e4db7f..902ef67b76 100644
--- a/source/text/sbasic/shared/01010210.xhp
+++ b/source/text/sbasic/shared/01010210.xhp
@@ -34,7 +34,7 @@
<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">Basics</link></paragraph>
+</bookmark><h1 id="hd_id3154927"><link href="text/sbasic/shared/01010210.xhp">Basics</link></h1>
<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">Procedures and Functions</link>.</paragraph>
diff --git a/source/text/sbasic/shared/01020000.xhp b/source/text/sbasic/shared/01020000.xhp
index f0cc8fd9f2..8d7dc0eff9 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">Syntax</link></paragraph>
+ <h1 id="hd_id3148946"><link href="text/sbasic/shared/01020000.xhp">Syntax</link></h1>
<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/01020500.xhp b/source/text/sbasic/shared/01020500.xhp
index cc74e6d89b..55d13e1c2d 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">Libraries, Modules and Dialogs</link></paragraph>
+<h1 id="hd_id3147317"><link href="text/sbasic/shared/01020500.xhp">Libraries, Modules and Dialogs</link></h1>
<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 167b1e0dfc..9a77ae9400 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">Integrated Development Environment (IDE)</link></paragraph>
+<h1 id="hd_id3145090"><link href="text/sbasic/shared/01030000.xhp">Integrated Development Environment (IDE)</link></h1>
<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 95d8c89b02..1fee95ec94 100644
--- a/source/text/sbasic/shared/01030100.xhp
+++ b/source/text/sbasic/shared/01030100.xhp
@@ -32,7 +32,7 @@
<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">IDE Overview</link></paragraph>
+<h1 id="hd_id3147291"><link href="text/sbasic/shared/01030100.xhp">IDE Overview</link></h1>
</section>
<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>
diff --git a/source/text/sbasic/shared/01030300.xhp b/source/text/sbasic/shared/01030300.xhp
index 3d29257b07..190ef2b5ad 100644
--- a/source/text/sbasic/shared/01030300.xhp
+++ b/source/text/sbasic/shared/01030300.xhp
@@ -37,7 +37,7 @@
<bookmark_value>error codes in Basic</bookmark_value>
<bookmark_value>breakpoints</bookmark_value>
<bookmark_value>Call Stack window</bookmark_value>
-</bookmark><paragraph role="heading" id="hd_id3153344" xml-lang="en-US" level="1"><link href="text/sbasic/shared/01030300.xhp">Debugging a Basic Program</link></paragraph>
+</bookmark><h1 id="hd_id3153344"><link href="text/sbasic/shared/01030300.xhp">Debugging a Basic Program</link></h1>
</section>
<h2 id="hd_id3159224">Breakpoints and Single Step Execution</h2>
<paragraph role="paragraph" id="par_id3150682" xml-lang="en-US">You can check each line in your Basic program for errors using single step execution. Errors are easily traced since you can immediately see the result of each step. A pointer in the breakpoint column of the Editor indicates the current line. You can also set a breakpoint if you want to force the program to be interrupted at a specific position.</paragraph>
diff --git a/source/text/sbasic/shared/01050100.xhp b/source/text/sbasic/shared/01050100.xhp
index 473f6b874d..2685c4e3c2 100644
--- a/source/text/sbasic/shared/01050100.xhp
+++ b/source/text/sbasic/shared/01050100.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="watch">
-<paragraph role="heading" id="hd_id3149457" xml-lang="en-US" level="1"><link href="text/sbasic/shared/01050100.xhp">Watch Window</link></paragraph>
+<h1 id="hd_id3149457"><link href="text/sbasic/shared/01050100.xhp">Watch Window</link></h1>
<paragraph role="paragraph" id="par_id3154908" xml-lang="en-US">The Watch window allows you to observe the value of variables during the execution of a program. Define the variable in the Watch text box. Click on <link href="text/sbasic/shared/02/11080000.xhp">Enable Watch</link> to add the variable to the list box and to display its values.</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/BASCTL_HID_BASICIDE_WATCHWINDOW_EDIT" id="bm_id3125865" localize="false"/>
diff --git a/source/text/sbasic/shared/01050200.xhp b/source/text/sbasic/shared/01050200.xhp
index 767b5bfa63..9a8bc5f01b 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">Call Stack Window (Calls)</link></paragraph>
+<h1 id="hd_id3146794"><link href="text/sbasic/shared/01050200.xhp">Call Stack Window (Calls)</link></h1>
<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 3de2a3de14..7685a68127 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">Manage Breakpoints</link></paragraph>
+<h1 id="hd_id3154927"><link href="text/sbasic/shared/01050300.xhp">Manage Breakpoints</link></h1>
<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 79cdf54be8..48643fb644 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">Control and Dialog Properties</link></paragraph>
+<h1 id="hd_id3153379"><link href="text/sbasic/shared/01170100.xhp">Control and Dialog Properties</link></h1>
</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>
<h2 id="hd_id3151043">Entering Data in the Properties Dialog</h2>
diff --git a/source/text/sbasic/shared/01170103.xhp b/source/text/sbasic/shared/01170103.xhp
index f27610b37a..9601132c63 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">Events</link></paragraph>
+<h1 id="hd_id3155506"><link href="text/sbasic/shared/01170103.xhp">Events</link></h1>
<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>
<h2 id="hd_id3145387">When receiving focus</h2>
diff --git a/source/text/sbasic/shared/02/11010000.xhp b/source/text/sbasic/shared/02/11010000.xhp
index 283c81aaba..e863fcf439 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">Library</link></paragraph>
+<h1 id="hd_id3151100"><link href="text/sbasic/shared/02/11010000.xhp">Library</link></h1>
<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/11030000.xhp b/source/text/sbasic/shared/02/11030000.xhp
index a4ec8225d2..9373149362 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">Run</link></paragraph>
+<h1 id="hd_id3153255"><link href="text/sbasic/shared/02/11030000.xhp">Run</link></h1>
<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 7cda6b8586..86e8af9dbb 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">Stop</link></paragraph>
+<h1 id="hd_id3154863"><link href="text/sbasic/shared/02/11040000.xhp">Stop</link></h1>
<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 20091efef0..a1251506a3 100644
--- a/source/text/sbasic/shared/02/11050000.xhp
+++ b/source/text/sbasic/shared/02/11050000.xhp
@@ -32,7 +32,7 @@
<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">Single Step</link></paragraph>
+<h1 id="hd_id3155934"><link href="text/sbasic/shared/02/11050000.xhp">Single Step</link></h1>
<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">Watch</link> command to troubleshoot errors.</paragraph>
diff --git a/source/text/sbasic/shared/02/11060000.xhp b/source/text/sbasic/shared/02/11060000.xhp
index d57eee93b2..2ea712d17b 100644
--- a/source/text/sbasic/shared/02/11060000.xhp
+++ b/source/text/sbasic/shared/02/11060000.xhp
@@ -32,7 +32,7 @@
<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">Procedure Step</link></paragraph>
+<h1 id="hd_id3148520"><link href="text/sbasic/shared/02/11060000.xhp">Procedure Step</link></h1>
<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">Watch</link> command to troubleshoot errors.</paragraph>
diff --git a/source/text/sbasic/shared/02/11070000.xhp b/source/text/sbasic/shared/02/11070000.xhp
index 9bf1455c7f..30525a4c12 100644
--- a/source/text/sbasic/shared/02/11070000.xhp
+++ b/source/text/sbasic/shared/02/11070000.xhp
@@ -31,7 +31,7 @@
<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">Breakpoint</link></paragraph>
+<h1 id="hd_id3154863"><link href="text/sbasic/shared/02/11070000.xhp">Breakpoint</link></h1>
<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">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>
diff --git a/source/text/sbasic/shared/02/11080000.xhp b/source/text/sbasic/shared/02/11080000.xhp
index d461a7243d..0c7008bb56 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">Enable Watch</link></paragraph>
+<h1 id="hd_id3154863"><link href="text/sbasic/shared/02/11080000.xhp">Enable Watch</link></h1>
<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 6a3c2ce033..f9d16cfd98 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">Object Catalog</link></paragraph>
+<h1 id="hd_id3153255"><link href="text/sbasic/shared/02/11090000.xhp">Object Catalog</link></h1>
<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/11140000.xhp b/source/text/sbasic/shared/02/11140000.xhp
index 416daf65a3..d0492c2f68 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">Insert Source Text</link></paragraph>
+<h1 id="hd_id3154044"><link href="text/sbasic/shared/02/11140000.xhp">Insert Source Text</link></h1>
<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 e1d99d6a14..7ef6c173e2 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">Save Source As</link></paragraph>
+<h1 id="hd_id3149497"><link href="text/sbasic/shared/02/11150000.xhp">Save Source As</link></h1>
<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/11170000.xhp b/source/text/sbasic/shared/02/11170000.xhp
index 91ab95c3ad..f4d8b63094 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">Manage Breakpoints</link></paragraph>
+<h1 id="hd_id3156183"><link href="text/sbasic/shared/02/11170000.xhp">Manage Breakpoints</link></h1>
<paragraph xml-lang="en-US" id="par_id3152363" role="paragraph"><ahelp hid=".">Calls a dialog to manage breakpoints.</ahelp></paragraph>
</section>
<section id="sybreakpoints">
diff --git a/source/text/sbasic/shared/02/11180000.xhp b/source/text/sbasic/shared/02/11180000.xhp
index 7d2a76f121..29737db3b2 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">Import Dialog</link></paragraph>
+<h1 id="hd_id3156183"><link href="text/sbasic/shared/02/11180000.xhp">Import Dialog</link></h1>
<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 492e2589c7..c558b36c50 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">Export Dialog</link></paragraph>
+<h1 id="hd_id3156183"><link href="text/sbasic/shared/02/11190000.xhp">Export Dialog</link></h1>
<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/03/lib_depot.xhp b/source/text/sbasic/shared/03/lib_depot.xhp
index 5011372503..be2e0d7a98 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">The <item type="literal">Depot</item> Library</link></variable></paragraph>
+ <h1 id="hd_id31529004750471"><variable id="depot_lib"><link href="text/sbasic/shared/03/lib_depot.xhp">The <item type="literal">Depot</item> Library</link></variable></h1>
<section id="howtoget">
<embed href="text/sbasic/shared/00000003.xhp#basiclibhowtoget"/>
diff --git a/source/text/sbasic/shared/03/lib_formwizard.xhp b/source/text/sbasic/shared/03/lib_formwizard.xhp
index 69f3443fd1..6f792c1ec1 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">The <item type="literal">FormWizard</item> Library</link></variable></paragraph>
+ <h1 id="hd_id31529004750471"><variable id="formwizard_lib"><link href="text/sbasic/shared/03/lib_formwizard.xhp">The <item type="literal">FormWizard</item> Library</link></variable></h1>
<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 8b3d297276..f7957f2a59 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">The <item type="literal">Gimmicks</item> Library</link></variable></paragraph>
+ <h1 id="hd_id31529004750471"><variable id="gimmicks_lib"><link href="text/sbasic/shared/03/lib_gimmicks.xhp">The <item type="literal">Gimmicks</item> Library</link></variable></h1>
<bookmark xml-lang="en-US" branch="index" id="bm_id951529070357301">
<bookmark_value>BASIC Gimmicks library</bookmark_value>
</bookmark>
diff --git a/source/text/sbasic/shared/03/lib_schedule.xhp b/source/text/sbasic/shared/03/lib_schedule.xhp
index 78dc00ed35..05a9cb493d 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">The <item type="literal">Schedule</item> Library</link></variable></paragraph>
+ <h1 id="hd_id31529004750471"><variable id="schedule_lib"><link href="text/sbasic/shared/03/lib_schedule.xhp">The <item type="literal">Schedule</item> Library</link></variable></h1>
<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_template.xhp b/source/text/sbasic/shared/03/lib_template.xhp
index b490b136d6..a05f9bbde3 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">The <item type="literal">Template</item> Library</link></variable></paragraph>
+ <h1 id="hd_id31529004750471"><variable id="template_lib"><link href="text/sbasic/shared/03/lib_template.xhp">The <item type="literal">Template</item> Library</link></variable></h1>
<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 26e9fbdd6d..28982fe469 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">The <item type="literal">Tools</item> Library</link></variable></paragraph>
+ <h1 id="hd_id31529004750471"><variable id="tools_lib"><link href="text/sbasic/shared/03/lib_tools.xhp">The <item type="literal">Tools</item> Library</link></variable></h1>
<bookmark xml-lang="en-US" branch="index" id="bm_id491529070339774">
<bookmark_value>BASIC Tools library</bookmark_value>
</bookmark>
@@ -35,7 +35,7 @@
<bookmark_value>BASIC Tools library;Debug module</bookmark_value>
</bookmark>
<section id="debug_module">
- <paragraph role="heading" id="hd_id371529000826947" level="2" xml-lang="en-US"><item type="literal">Debug</item> Module</paragraph>
+ <h2 id="hd_id371529000826947"><item type="literal">Debug</item> Module</h2>
<paragraph role="paragraph" id="par_id441529064369519" xml-lang="en-US">Functions and subroutines for debugging Basic macros.</paragraph>
<h3 id="hd_id711529001004857" xml-lang="en-US" localize="false">ActivateReadOnlyFlag</h3>
<bascode>
@@ -110,7 +110,7 @@
<bookmark_value>BASIC Tools library;ListBox module</bookmark_value>
</bookmark>
<section id="listbox_module">
- <paragraph role="heading" id="hd_id11529005753099" level="2" xml-lang="en-US"><item type="literal">ListBox</item> Module</paragraph>
+ <h2 id="hd_id11529005753099"><item type="literal">ListBox</item> Module</h2>
<paragraph role="paragraph" id="par_id381529064415052" xml-lang="en-US">Functions and subroutines for handling ListBox elements.</paragraph>
<embed href="text/shared/need_help.xhp#needhelp"/>
</section>
@@ -118,7 +118,7 @@
<bookmark_value>BASIC Tools library;Misc module</bookmark_value>
</bookmark>
<section id="misc_module">
- <paragraph role="heading" id="hd_id341529005758494" level="2" xml-lang="en-US"><item type="literal">Misc</item> Module</paragraph>
+ <h2 id="hd_id341529005758494"><item type="literal">Misc</item> Module</h2>
<paragraph role="paragraph" id="par_id681529064596175" xml-lang="en-US">Miscellaneous functions and subroutines.</paragraph>
<h3 id="hd_id801529006604779" xml-lang="en-US" localize="false">RegisterNewDataSource</h3>
<bascode>
@@ -399,7 +399,7 @@
<bookmark_value>BASIC Tools library;ModuleControl module</bookmark_value>
</bookmark>
<section id="modulecontrols_module">
- <paragraph role="heading" id="hd_id451529005764422" level="2" xml-lang="en-US"><item type="literal">ModuleControls</item> Module</paragraph>
+ <h2 id="hd_id451529005764422"><item type="literal">ModuleControls</item> Module</h2>
<paragraph role="paragraph" id="par_id841529064645990" xml-lang="en-US">Functions and subroutines for module control.</paragraph>
<h3 id="hd_id061520180728405758" xml-lang="en-US" localize="false">GetControlShape</h3>
<paragraph id="par_id061520180728404186" role="paragraph" localize="false" xml-lang="en-US">' Gets the Shape of a Control( e. g. to reset the size or Position of the control</paragraph>
@@ -530,7 +530,7 @@
<bookmark_value>BASIC Tools library;Strings module</bookmark_value>
</bookmark>
<section id="strings_module">
- <paragraph role="heading" id="hd_id461529005770576" level="2" xml-lang="en-US"><item type="literal">Strings</item> Module</paragraph>
+ <h2 id="hd_id461529005770576"><item type="literal">Strings</item> Module</h2>
<paragraph role="paragraph" id="par_id631529064722315" xml-lang="en-US">Advanced functions and subroutines for string manipulation.</paragraph>
<h3 id="hd_id061420180708276674" xml-lang="en-US" localize="false">ElimChar</h3>
<bascode>
@@ -766,7 +766,7 @@
<bookmark_value>BASIC Tools library;UCB module</bookmark_value>
</bookmark>
<section id="ucb_module">
- <paragraph role="heading" id="hd_id461529005780299" level="2" xml-lang="en-US"><item type="literal">UCB</item> Module</paragraph>
+ <h2 id="hd_id461529005780299"><item type="literal">UCB</item> Module</h2>
<paragraph role="paragraph" id="par_id131529064870824" xml-lang="en-US"><emph>Universal Content Broker</emph> functions and subroutines.</paragraph>
<h3 id="hd_id061420180727434845" xml-lang="en-US" localize="false">ReadDirectories</h3>
<bascode>
diff --git a/source/text/sbasic/shared/03010100.xhp b/source/text/sbasic/shared/03010100.xhp
index b7c4ed7852..bf15be4633 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">Display Functions</link></paragraph>
+ <h1 id="hd_id3151384"><link href="text/sbasic/shared/03010100.xhp">Display Functions</link></h1>
<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/03010200.xhp b/source/text/sbasic/shared/03010200.xhp
index 6b35980b3a..a76bd59820 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">Functions for Screen Input</link></paragraph>
+ <h1 id="hd_id3149456"><link href="text/sbasic/shared/03010200.xhp">Functions for Screen Input</link></h1>
<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/03020000.xhp b/source/text/sbasic/shared/03020000.xhp
index a64a040bd5..032c469456 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">File I/O Functions</link></paragraph>
+ <h1 id="hd_id3156344"><link href="text/sbasic/shared/03020000.xhp">File I/O Functions</link></h1>
<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 f5437c487d..632652e3cc 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">Opening and Closing Files</link></paragraph>
+<h1 id="hd_id3152924"><link href="text/sbasic/shared/03020100.xhp">Opening and Closing Files</link></h1>
</section>
<embed href="text/sbasic/shared/03020101.xhp#close"/>
<embed href="text/sbasic/shared/03020102.xhp#freefile"/>
diff --git a/source/text/sbasic/shared/03020102.xhp b/source/text/sbasic/shared/03020102.xhp
index 81044311b1..3f04019d01 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">FreeFile Function</link></variable></paragraph>
+<h1 id="hd_id3150400"><variable id="FreeFile_h1"><link href="text/sbasic/shared/03020102.xhp">FreeFile Function</link></variable></h1>
<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/03020200.xhp b/source/text/sbasic/shared/03020200.xhp
index 730916c2c1..94e4fbe840 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">File Input/Output Functions</link></paragraph>
+<h1 id="hd_id3150791"><link href="text/sbasic/shared/03020200.xhp">File Input/Output Functions</link></h1>
</section>
<embed href="text/sbasic/shared/03020201.xhp#get"/>
<embed href="text/sbasic/shared/03020202.xhp#input"/>
diff --git a/source/text/sbasic/shared/03020202.xhp b/source/text/sbasic/shared/03020202.xhp
index 6b03deb8af..5460bc9f91 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">Input# Statement</link></variable></paragraph>
+<h1 id="hd_id3154908"><variable id="Input_h1"><link href="text/sbasic/shared/03020202.xhp">Input# Statement</link></variable></h1>
<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/03020301.xhp b/source/text/sbasic/shared/03020301.xhp
index d4b52803e8..c66c950571 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">Eof Function</link></paragraph>
+<h1 id="hd_id3154598"><link href="text/sbasic/shared/03020301.xhp">Eof Function</link></h1>
<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 ad8206a8d7..6d8410fcb7 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">Loc Function</link></paragraph>
+<h1 id="hd_id3148663"><link href="text/sbasic/shared/03020302.xhp">Loc Function</link></h1>
<paragraph role="paragraph" id="par_id3154138" xml-lang="en-US">Returns the current position in an open file.</paragraph>
</section>
<h2 id="hd_id3156422">Syntax:</h2>
diff --git a/source/text/sbasic/shared/03020303.xhp b/source/text/sbasic/shared/03020303.xhp
index 3e854f80f3..4785e05ef2 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">Lof Function</link></paragraph>
+<h1 id="hd_id3156024"><link href="text/sbasic/shared/03020303.xhp">Lof Function</link></h1>
<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"/>
diff --git a/source/text/sbasic/shared/03020304.xhp b/source/text/sbasic/shared/03020304.xhp
index cc00797a3c..eeae468f74 100644
--- a/source/text/sbasic/shared/03020304.xhp
+++ b/source/text/sbasic/shared/03020304.xhp
@@ -33,7 +33,7 @@
<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">Seek Function</link></paragraph>
+<h1 id="hd_id3154367"><link href="text/sbasic/shared/03020304.xhp">Seek Function</link></h1>
<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>
diff --git a/source/text/sbasic/shared/03020400.xhp b/source/text/sbasic/shared/03020400.xhp
index 7e95b2c0ef..f8d00d30e5 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">Managing Files</link></paragraph>
+ <h1 id="hd_id3145136"><link href="text/sbasic/shared/03020400.xhp">Managing Files</link></h1>
<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/03020407.xhp b/source/text/sbasic/shared/03020407.xhp
index 1455280d7f..ea4dea36b6 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">FileDateTime Function</link></paragraph>
+<h1 id="hd_id3153361"><link href="text/sbasic/shared/03020407.xhp">FileDateTime Function</link></h1>
<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>
diff --git a/source/text/sbasic/shared/03020408.xhp b/source/text/sbasic/shared/03020408.xhp
index 76a283f633..1bedf8ae64 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">FileLen Function</link></paragraph>
+<h1 id="hd_id3153126"><link href="text/sbasic/shared/03020408.xhp">FileLen Function</link></h1>
<paragraph id="par_id3145068" role="paragraph" xml-lang="en-US">Returns the length of a file in bytes.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03020409.xhp b/source/text/sbasic/shared/03020409.xhp
index 313c57f7c7..c801b3a114 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">GetAttr Function</link></paragraph>
+<h1 id="hd_id3150984"><link href="text/sbasic/shared/03020409.xhp">GetAttr Function</link></h1>
<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>
diff --git a/source/text/sbasic/shared/03020410.xhp b/source/text/sbasic/shared/03020410.xhp
index 29dbf3ac5b..8223007fd3 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">Kill Statement</link></paragraph>
+<h1 id="hd_id3153360"><link href="text/sbasic/shared/03020410.xhp">Kill Statement</link></h1>
<paragraph id="par_id3151211" role="paragraph" xml-lang="en-US">Deletes a file from a disk.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03020412.xhp b/source/text/sbasic/shared/03020412.xhp
index bc3750a689..79f61dd188 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 Statement</link></paragraph>
+<h1 id="hd_id3143268"><link href="text/sbasic/shared/03020412.xhp">Name Statement</link></h1>
<paragraph id="par_id3154346" role="paragraph" xml-lang="en-US">Renames an existing file or directory.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03020415.xhp b/source/text/sbasic/shared/03020415.xhp
index 2b0684a17f..72cbfbdbab 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">FileExists Function</link></paragraph>
+<h1 id="hd_id3148946"><link href="text/sbasic/shared/03020415.xhp">FileExists Function</link></h1>
<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>
diff --git a/source/text/sbasic/shared/03030000.xhp b/source/text/sbasic/shared/03030000.xhp
index cbcd1c060a..0386d5ac1c 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">Date and Time Functions</link></paragraph>
+ <h1 id="hd_id3150502"><link href="text/sbasic/shared/03030000.xhp">Date and Time Functions</link></h1>
<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 cf202517d4..aba4166b21 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">Converting Date Values</link></paragraph>
+<h1 id="hd_id3147573"><link href="text/sbasic/shared/03030100.xhp">Converting Date Values</link></h1>
<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/03030103.xhp b/source/text/sbasic/shared/03030103.xhp
index 83fe73f04d..144d8404d0 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">Day Function</link></paragraph>
+<h1 id="hd_id3153345"><link href="text/sbasic/shared/03030103.xhp">Day Function</link></h1>
<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>
<h2 id="hd_id3149456">Syntax:</h2>
diff --git a/source/text/sbasic/shared/03030104.xhp b/source/text/sbasic/shared/03030104.xhp
index c89e726cab..cac075db06 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">Month Function</link></paragraph>
+<h1 id="hd_id3153127"><link href="text/sbasic/shared/03030104.xhp">Month Function</link></h1>
<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>
<h2 id="hd_id3145068">Syntax:</h2>
diff --git a/source/text/sbasic/shared/03030106.xhp b/source/text/sbasic/shared/03030106.xhp
index 9ecaaac221..2906d728e0 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">Year Function</link></paragraph>
+<h1 id="hd_id3148664"><link href="text/sbasic/shared/03030106.xhp">Year Function</link></h1>
<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>
<h2 id="hd_id3154125">Syntax:</h2>
diff --git a/source/text/sbasic/shared/03030107.xhp b/source/text/sbasic/shared/03030107.xhp
index 412782d4b9..d3f4267667 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">CDateToIso Function</link></paragraph>
+<h1 id="hd_id3150620"><link href="text/sbasic/shared/03030107.xhp">CDateToIso Function</link></h1>
<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 599d6c3297..64d87699aa 100644
--- a/source/text/sbasic/shared/03030108.xhp
+++ b/source/text/sbasic/shared/03030108.xhp
@@ -32,7 +32,7 @@
<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">CDateFromIso Function</link></paragraph>
+<h1 id="hd_id3153127"><link href="text/sbasic/shared/03030108.xhp">CDateFromIso Function</link></h1>
<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>
diff --git a/source/text/sbasic/shared/03030111.xhp b/source/text/sbasic/shared/03030111.xhp
index c2e84e78b9..68b5404b4b 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">CDateToUnoDate Function</link></paragraph>
+<h1 id="hd_id3150620"><link href="text/sbasic/shared/03030111.xhp">CDateToUnoDate Function</link></h1>
<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 c60ce1e750..4284734c68 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">CDateFromUnoDate Function</link></paragraph>
+<h1 id="hd_id3150620"><link href="text/sbasic/shared/03030112.xhp">CDateFromUnoDate Function</link></h1>
<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 f170cb54ad..e04234a4be 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">CDateToUnoTime Function</link></paragraph>
+<h1 id="hd_id3150620"><link href="text/sbasic/shared/03030113.xhp">CDateToUnoTime Function</link></h1>
<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 cc8ade33e3..37fea31a00 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">CDateFromUnoTime Function</link></paragraph>
+<h1 id="hd_id3150620"><link href="text/sbasic/shared/03030114.xhp">CDateFromUnoTime Function</link></h1>
<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 764e67436e..38928701aa 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">CDateToUnoDateTime Function</link></paragraph>
+<h1 id="hd_id3150620"><link href="text/sbasic/shared/03030115.xhp">CDateToUnoDateTime Function</link></h1>
<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 1319ba55a6..ffac353f91 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">CDateFromUnoDateTime Function</link></paragraph>
+<h1 id="hd_id3150620"><link href="text/sbasic/shared/03030116.xhp">CDateFromUnoDateTime Function</link></h1>
<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 9c81239c32..1399d947b2 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">Converting Time Values</link></paragraph>
+ <h1 id="hd_id3147226"><link href="text/sbasic/shared/03030200.xhp">Converting Time Values</link></h1>
<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 95bdfdda28..c3b64c0c57 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">Hour Function</link></paragraph>
+<h1 id="hd_id3156042"><link href="text/sbasic/shared/03030201.xhp">Hour Function</link></h1>
<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>
<h2 id="hd_id3147574">Syntax:</h2>
diff --git a/source/text/sbasic/shared/03030204.xhp b/source/text/sbasic/shared/03030204.xhp
index db540dd177..b48b4af0f3 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">Second Function</link></paragraph>
+<h1 id="hd_id3153346"><link href="text/sbasic/shared/03030204.xhp">Second Function</link></h1>
<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 dfc39113ad..041f98a760 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">TimeSerial Function</link></paragraph>
+<h1 id="hd_id3143271"><link href="text/sbasic/shared/03030205.xhp">TimeSerial Function</link></h1>
<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 14356a07f0..5424a78663 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">TimeValue Function</link></paragraph>
+<h1 id="hd_id3149670"><link href="text/sbasic/shared/03030206.xhp">TimeValue Function</link></h1>
<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 6d8f7df655..bceebbcb45 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">System Date and Time</link></paragraph>
+ <h1 id="hd_id3154923"><link href="text/sbasic/shared/03030300.xhp">System Date and Time</link></h1>
<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/03050100.xhp b/source/text/sbasic/shared/03050100.xhp
index a618710188..8339aa1509 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">Erl Function</link></paragraph>
+<h1 id="hd_id3157896"><link href="text/sbasic/shared/03050100.xhp">Erl Function</link></h1>
<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 fe2d8b64a7..ffeb9da886 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">Err Function</link></paragraph>
+<h1 id="hd_id3156343"><link href="text/sbasic/shared/03050200.xhp">Err Function</link></h1>
<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>
<h2 id="hd_id3149656">Syntax:</h2>
diff --git a/source/text/sbasic/shared/03050300.xhp b/source/text/sbasic/shared/03050300.xhp
index 04d8bd0735..0520ca2c21 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">Error Function</link></paragraph>
+<h1 id="hd_id3159413"><link href="text/sbasic/shared/03050300.xhp">Error Function</link></h1>
<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>
<h2 id="hd_id3153379">Syntax:</h2>
diff --git a/source/text/sbasic/shared/03050500.xhp b/source/text/sbasic/shared/03050500.xhp
index 582f6eee83..038ba94108 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">On Error GoTo ... Resume Statement</link></paragraph>
+<h1 id="hd_id3146795"><link href="text/sbasic/shared/03050500.xhp">On Error GoTo ... Resume Statement</link></h1>
<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/03060100.xhp b/source/text/sbasic/shared/03060100.xhp
index 77867817d7..eaa077ab77 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">AND Operator</link></paragraph>
+<h1 id="hd_id3146117"><link href="text/sbasic/shared/03060100.xhp">AND Operator</link></h1>
<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 dceac3fa4c..6ece36ed6d 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">Eqv Operator</link></paragraph>
+<h1 id="hd_id3156344"><link href="text/sbasic/shared/03060200.xhp">Eqv Operator</link></h1>
<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 6f192c92f5..5c73eadc78 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">Imp Operator</link></paragraph>
+<h1 id="hd_id3156024"><link href="text/sbasic/shared/03060300.xhp">Imp Operator</link></h1>
<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 47065ad178..6a078ad301 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">Not Operator</link></paragraph>
+<h1 id="hd_id3156024"><link href="text/sbasic/shared/03060400.xhp">Not Operator</link></h1>
<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 8fec89c1d3..fa8e9027c8 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">Or Operator</link></paragraph>
+<h1 id="hd_id3150986"><link href="text/sbasic/shared/03060500.xhp">Or Operator</link></h1>
<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 0081da07ee..974f8251d5 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">XOR Operator</link></paragraph>
+<h1 id="hd_id3156024"><link href="text/sbasic/shared/03060600.xhp">XOR Operator</link></h1>
<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/03070100.xhp b/source/text/sbasic/shared/03070100.xhp
index cee63e9603..ff434a5bce 100644
--- a/source/text/sbasic/shared/03070100.xhp
+++ b/source/text/sbasic/shared/03070100.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3156042" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03070100.xhp">"-" Operator</link></paragraph>
+<h1 id="hd_id3156042"><link href="text/sbasic/shared/03070100.xhp">"-" Operator</link></h1>
<paragraph id="par_id3153345" role="paragraph" xml-lang="en-US">Subtracts two values.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03070200.xhp b/source/text/sbasic/shared/03070200.xhp
index ac09ffc109..99bc840c57 100644
--- a/source/text/sbasic/shared/03070200.xhp
+++ b/source/text/sbasic/shared/03070200.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3147573" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03070200.xhp">"*" Operator</link></paragraph>
+<h1 id="hd_id3147573"><link href="text/sbasic/shared/03070200.xhp">"*" Operator</link></h1>
<paragraph id="par_id3154347" role="paragraph" xml-lang="en-US">Multiplies two values.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03070300.xhp b/source/text/sbasic/shared/03070300.xhp
index 578a9d5b68..2e1e5f2ddf 100644
--- a/source/text/sbasic/shared/03070300.xhp
+++ b/source/text/sbasic/shared/03070300.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3145316" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03070300.xhp">"+" Operator</link></paragraph>
+<h1 id="hd_id3145316"><link href="text/sbasic/shared/03070300.xhp">"+" Operator</link></h1>
<paragraph id="par_id3145068" role="paragraph" xml-lang="en-US">Adds or combines two expressions.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03070400.xhp b/source/text/sbasic/shared/03070400.xhp
index 7e44a23798..ddab30dc8b 100644
--- a/source/text/sbasic/shared/03070400.xhp
+++ b/source/text/sbasic/shared/03070400.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3150669" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03070400.xhp">"/" Operator</link></paragraph>
+<h1 id="hd_id3150669"><link href="text/sbasic/shared/03070400.xhp">"/" Operator</link></h1>
<paragraph id="par_id3149670" role="paragraph" xml-lang="en-US">Divides two values.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03070500.xhp b/source/text/sbasic/shared/03070500.xhp
index b218f80e5f..974fc3671f 100644
--- a/source/text/sbasic/shared/03070500.xhp
+++ b/source/text/sbasic/shared/03070500.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3145315" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03070500.xhp">"^" Operator</link></paragraph>
+<h1 id="hd_id3145315"><link href="text/sbasic/shared/03070500.xhp">"^" Operator</link></h1>
<paragraph id="par_id3149670" role="paragraph" xml-lang="en-US">Raises a number to a power.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03080000.xhp b/source/text/sbasic/shared/03080000.xhp
index 21fbfa0ee0..277bb928c8 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">Numeric Functions</link></paragraph>
+ <h1 id="hd_id3153127"><link href="text/sbasic/shared/03080000.xhp">Numeric Functions</link></h1>
<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 ab4d82dee3..0d88510220 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">Trigonometric Functions</link></paragraph>
+ <h1 id="hd_id3159201"><link href="text/sbasic/shared/03080100.xhp">Trigonometric Functions</link></h1>
<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/03080200.xhp b/source/text/sbasic/shared/03080200.xhp
index a1ffa77550..9f8745518f 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">Exponential and Logarithmic Functions</link></paragraph>
+ <h1 id="hd_id3154758"><link href="text/sbasic/shared/03080200.xhp">Exponential and Logarithmic Functions</link></h1>
<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 9a9af9002a..c1b8b91dca 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">Exp Function</link></paragraph>
+<h1 id="hd_id3150616"><link href="text/sbasic/shared/03080201.xhp">Exp Function</link></h1>
<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/03080300.xhp b/source/text/sbasic/shared/03080300.xhp
index 03a100ba24..73792cccd7 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">Generating Random Numbers</link></paragraph>
+ <h1 id="hd_id3143270"><link href="text/sbasic/shared/03080300.xhp">Generating Random Numbers</link></h1>
<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 22b2648567..bff20ace54 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">Randomize Statement</link></variable></paragraph>
+<h1 id="hd_id3150616"><variable id="heading_randomize"><link href="text/sbasic/shared/03080301.xhp">Randomize Statement</link></variable></h1>
<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 51c37e22c4..81520c3595 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">Rnd Function</link></variable></paragraph>
+<h1 id="hd_id3148685"><variable id="heading_rnd"><link href="text/sbasic/shared/03080302.xhp">Rnd Function</link></variable></h1>
<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 a1cdbd79cd..08f0d76db2 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">Square Root Calculation</link></paragraph>
+ <h1 id="hd_id3148946"><link href="text/sbasic/shared/03080400.xhp">Square Root Calculation</link></h1>
<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 514a0a9755..b36040506a 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">Sqr Function</link></paragraph>
+<h1 id="hd_id3156027"><link href="text/sbasic/shared/03080401.xhp">Sqr Function</link></h1>
<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 919ed6b5e1..7d9a4f96a9 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">Integers and Fractional</link></paragraph>
+ <h1 id="hd_id3153345"><link href="text/sbasic/shared/03080500.xhp">Integers and Fractional</link></h1>
<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 56f527483a..0fbe1b2155 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">Fix Function</link></paragraph>
+<h1 id="hd_id3159201"><link href="text/sbasic/shared/03080501.xhp">Fix Function</link></h1>
<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>
diff --git a/source/text/sbasic/shared/03080502.xhp b/source/text/sbasic/shared/03080502.xhp
index 880528ded3..b0b9b0b434 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">Int Function</link></paragraph>
+<h1 id="hd_id3153345"><link href="text/sbasic/shared/03080502.xhp">Int Function</link></h1>
<paragraph id="par_id3155420" role="paragraph" xml-lang="en-US">Returns the integer portion of a number.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03080600.xhp b/source/text/sbasic/shared/03080600.xhp
index 99c363920c..adb4d3b792 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">Absolute Values</link></paragraph>
+ <h1 id="hd_id3146958"><link href="text/sbasic/shared/03080600.xhp">Absolute Values</link></h1>
<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 943d67431b..8306d5e89b 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">Abs Function</link></paragraph>
+<h1 id="hd_id3159201"><link href="text/sbasic/shared/03080601.xhp">Abs Function</link></h1>
<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 e51b6f6146..d32c9b8c9b 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">Expression Signs</link></paragraph>
+ <h1 id="hd_id3150702"><link href="text/sbasic/shared/03080700.xhp">Expression Signs</link></h1>
<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 91d67f13f4..962f4cc23c 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">Sgn Function</link></paragraph>
+<h1 id="hd_id3148474"><link href="text/sbasic/shared/03080701.xhp">Sgn Function</link></h1>
<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 1fa43aa5e0..784878db3e 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">Converting Numbers</link></paragraph>
+ <h1 id="hd_id3145315"><link href="text/sbasic/shared/03080800.xhp">Converting Numbers</link></h1>
<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 ab5cd58046..4965b0b881 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">Hex Function</link></paragraph>
+<h1 id="hd_id3150616"><link href="text/sbasic/shared/03080801.xhp">Hex Function</link></h1>
<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 89c43af88d..0ea8fd5a2b 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">Oct Function</link></paragraph>
+<h1 id="hd_id3155420"><link href="text/sbasic/shared/03080802.xhp">Oct Function</link></h1>
<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 57f0c680de..f59c8340cc 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">Controlling Program Execution</link></paragraph>
+ <h1 id="hd_id3145136"><link href="text/sbasic/shared/03090000.xhp">Controlling Program Execution</link></h1>
<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 92e2482186..527b0426a4 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">Condition Statements</link></paragraph>
+ <h1 id="hd_id3154422"><link href="text/sbasic/shared/03090100.xhp">Condition Statements</link></h1>
<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/03090200.xhp b/source/text/sbasic/shared/03090200.xhp
index c9cb0eb6dc..c4100f09ee 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">Loops</link></paragraph>
+ <h1 id="hd_id3153990"><link href="text/sbasic/shared/03090200.xhp">Loops</link></h1>
<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 ba604c7a8f..9ab49243d7 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">Do...Loop Statement</link></paragraph>
+<h1 id="hd_id3156116"><link href="text/sbasic/shared/03090201.xhp">Do...Loop Statement</link></h1>
<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>
diff --git a/source/text/sbasic/shared/03090203.xhp b/source/text/sbasic/shared/03090203.xhp
index 065662ff2f..4badb805ad 100644
--- a/source/text/sbasic/shared/03090203.xhp
+++ b/source/text/sbasic/shared/03090203.xhp
@@ -35,7 +35,7 @@
<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">While...Wend Statement</link></paragraph>
+ <h1 id="hd_id3150400"><link href="text/sbasic/shared/03090203.xhp">While...Wend Statement</link></h1>
<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">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>
diff --git a/source/text/sbasic/shared/03090300.xhp b/source/text/sbasic/shared/03090300.xhp
index 717ab95614..2dba39091f 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">Jumps</link></paragraph>
+ <h1 id="hd_id3151262"><link href="text/sbasic/shared/03090300.xhp">Jumps</link></h1>
<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/03090302.xhp b/source/text/sbasic/shared/03090302.xhp
index b8e7c27d9b..d9d1c508ed 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">GoTo Statement</link></variable></paragraph>
+<h1 id="hd_id3159413"><variable id="GoToh1"><link href="text/sbasic/shared/03090302.xhp">GoTo Statement</link></variable></h1>
<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>
<h2 id="hd_id3149656">Syntax:</h2>
diff --git a/source/text/sbasic/shared/03090400.xhp b/source/text/sbasic/shared/03090400.xhp
index 8eb52115a8..0380d911b1 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">Further Statements</link></paragraph>
+ <h1 id="hd_id3145316"><link href="text/sbasic/shared/03090400.xhp">Further Statements</link></h1>
<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/03090403.xhp b/source/text/sbasic/shared/03090403.xhp
index c5f1c98582..95e2e02970 100644
--- a/source/text/sbasic/shared/03090403.xhp
+++ b/source/text/sbasic/shared/03090403.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3148473" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090403.xhp">Declare Statement</link></paragraph>
+<h1 id="hd_id3148473"><link href="text/sbasic/shared/03090403.xhp">Declare Statement</link></h1>
<bookmark xml-lang="en-US" branch="index" id="bm_id3145316">
<bookmark_value>DLL (Dynamic Link Library)</bookmark_value>
</bookmark>
diff --git a/source/text/sbasic/shared/03090404.xhp b/source/text/sbasic/shared/03090404.xhp
index f8ec7f9c8a..88560d91ee 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">End Statement</link></paragraph>
+<h1 id="hd_id3150771"><link href="text/sbasic/shared/03090404.xhp">End Statement</link></h1>
<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 03f0e94804..56039c5973 100644
--- a/source/text/sbasic/shared/03090405.xhp
+++ b/source/text/sbasic/shared/03090405.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3143270" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090405.xhp">FreeLibrary Function</link></paragraph>
+<h1 id="hd_id3143270"><link href="text/sbasic/shared/03090405.xhp">FreeLibrary Function</link></h1>
<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>
diff --git a/source/text/sbasic/shared/03100000.xhp b/source/text/sbasic/shared/03100000.xhp
index 9f12705c4c..06d7135074 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">Variables</link></paragraph>
+<h1 id="hd_id3149669"><link href="text/sbasic/shared/03100000.xhp">Variables</link></h1>
<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/03100060.xhp b/source/text/sbasic/shared/03100060.xhp
index 13c19a42ae..e454755067 100644
--- a/source/text/sbasic/shared/03100060.xhp
+++ b/source/text/sbasic/shared/03100060.xhp
@@ -32,7 +32,7 @@
<section id="cdec">
<bookmark xml-lang="en-US" branch="index" id="bm_id863979"><bookmark_value>CDec function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="par_idN10548" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03100060.xhp">CDec Function</link></paragraph>
+<h1 id="par_idN10548"><link href="text/sbasic/shared/03100060.xhp">CDec Function</link></h1>
<paragraph role="paragraph" id="par_idN10558" xml-lang="en-US">Converts a string expression or numeric expression to a decimal expression.</paragraph>
</section>
<h2 id="par_idN1055B">Syntax:</h2>
diff --git a/source/text/sbasic/shared/03100070.xhp b/source/text/sbasic/shared/03100070.xhp
index b9dba26295..4a9ba47816 100644
--- a/source/text/sbasic/shared/03100070.xhp
+++ b/source/text/sbasic/shared/03100070.xhp
@@ -32,7 +32,7 @@
<section id="cvar">
<bookmark xml-lang="en-US" branch="index" id="bm_id2338633"><bookmark_value>CVar function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="par_idN1054B" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03100070.xhp">CVar Function</link></paragraph>
+<h1 id="par_idN1054B"><link href="text/sbasic/shared/03100070.xhp">CVar Function</link></h1>
<paragraph role="paragraph" id="par_idN1055B" xml-lang="en-US">Converts a string expression or numeric expression to a variant expression.</paragraph>
</section>
<h2 id="par_idN1055E">Syntax:</h2>
diff --git a/source/text/sbasic/shared/03100300.xhp b/source/text/sbasic/shared/03100300.xhp
index d86dc828a3..23a22419ce 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">CDate Function</link></paragraph>
+<h1 id="hd_id3150772"><link href="text/sbasic/shared/03100300.xhp">CDate Function</link></h1>
<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/03101000.xhp b/source/text/sbasic/shared/03101000.xhp
index 1e94c3c3a2..9a5c59ce56 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">CStr Function</link></paragraph>
+<h1 id="hd_id3146958"><link href="text/sbasic/shared/03101000.xhp">CStr Function</link></h1>
<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/03101110.xhp b/source/text/sbasic/shared/03101110.xhp
index f9774f48c6..c945e62b43 100644
--- a/source/text/sbasic/shared/03101110.xhp
+++ b/source/text/sbasic/shared/03101110.xhp
@@ -32,7 +32,7 @@
<section id="defcur">
<bookmark xml-lang="en-US" branch="index" id="bm_id9555345"><bookmark_value>DefCur statement</bookmark_value>
</bookmark>
-<paragraph role="heading" id="par_idN1057D" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03101110.xhp">DefCur Statement</link></paragraph>
+<h1 id="par_idN1057D"><link href="text/sbasic/shared/03101110.xhp">DefCur Statement</link></h1>
<paragraph role="paragraph" id="par_idN1058D" xml-lang="en-US">If no type-declaration character or keyword is specified, the DefCur statement sets the default variable type, according to a letter range.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03102200.xhp b/source/text/sbasic/shared/03102200.xhp
index 2de3456200..6df91cf2df 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">IsArray Function</link></paragraph>
+<h1 id="hd_id3154346"><link href="text/sbasic/shared/03102200.xhp">IsArray Function</link></h1>
<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 0810eb1f4c..ff2a1f0b3f 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">IsDate Function</link></paragraph>
+<h1 id="hd_id3145090"><link href="text/sbasic/shared/03102300.xhp">IsDate Function</link></h1>
<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 f6a277397a..2cef9e768e 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">IsEmpty Function</link></paragraph>
+<h1 id="hd_id3153394"><link href="text/sbasic/shared/03102400.xhp">IsEmpty Function</link></h1>
<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 eb9fa1a991..f03398d3d8 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">IsNull Function</link></paragraph>
+<h1 id="hd_id3155555"><link href="text/sbasic/shared/03102600.xhp">IsNull Function</link></h1>
<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 893e0f3805..e54b279fcc 100644
--- a/source/text/sbasic/shared/03102700.xhp
+++ b/source/text/sbasic/shared/03102700.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3145136" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03102700.xhp">IsNumeric Function</link></paragraph>
+<h1 id="hd_id3145136"><link href="text/sbasic/shared/03102700.xhp">IsNumeric Function</link></h1>
<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>
diff --git a/source/text/sbasic/shared/03103100.xhp b/source/text/sbasic/shared/03103100.xhp
index 7f5b276195..347443732a 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">Let Statement</link></paragraph>
+<h1 id="hd_id3147242"><link href="text/sbasic/shared/03103100.xhp">Let Statement</link></h1>
<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/03103400.xhp b/source/text/sbasic/shared/03103400.xhp
index 84c5c152da..1152b66046 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">Public Statement</link></paragraph>
+<h1 id="hd_id3153311"><link href="text/sbasic/shared/03103400.xhp">Public Statement</link></h1>
<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 e850d6e57d..0471a6e127 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">Global keyword</link></paragraph>
+<h1 id="hd_id3159201"><link href="text/sbasic/shared/03103450.xhp">Global keyword</link></h1>
<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 378aa63259..13abdb3052 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">Static Statement</link></paragraph>
+<h1 id="hd_id3149798"><link href="text/sbasic/shared/03103500.xhp">Static Statement</link></h1>
<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/03103800.xhp b/source/text/sbasic/shared/03103800.xhp
index 0cc73dfcdc..5e0dec2667 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">FindObject Function</link></paragraph>
+<h1 id="hd_id3145136"><link href="text/sbasic/shared/03103800.xhp">FindObject Function</link></h1>
<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">
diff --git a/source/text/sbasic/shared/03103900.xhp b/source/text/sbasic/shared/03103900.xhp
index 0cfe1e7cf5..808616439c 100644
--- a/source/text/sbasic/shared/03103900.xhp
+++ b/source/text/sbasic/shared/03103900.xhp
@@ -32,7 +32,7 @@
<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">FindPropertyObject Function</link></paragraph>
+<h1 id="hd_id3146958"><link href="text/sbasic/shared/03103900.xhp">FindPropertyObject Function</link></h1>
<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"/>
diff --git a/source/text/sbasic/shared/03104000.xhp b/source/text/sbasic/shared/03104000.xhp
index 55e4fb2500..fff662ef8c 100644
--- a/source/text/sbasic/shared/03104000.xhp
+++ b/source/text/sbasic/shared/03104000.xhp
@@ -32,7 +32,7 @@
<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">IsMissing Function</link></paragraph>
+<h1 id="hd_id3153527"><link href="text/sbasic/shared/03104000.xhp">IsMissing Function</link></h1>
<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">Optional</link></paragraph>
diff --git a/source/text/sbasic/shared/03104100.xhp b/source/text/sbasic/shared/03104100.xhp
index b057559559..89a6ae015f 100644
--- a/source/text/sbasic/shared/03104100.xhp
+++ b/source/text/sbasic/shared/03104100.xhp
@@ -32,7 +32,7 @@
<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">Optional (in Function Statement)</link></paragraph>
+<h1 id="hd_id3149205"><link href="text/sbasic/shared/03104100.xhp">Optional (in Function Statement)</link></h1>
<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">IsMissing</link></paragraph>
diff --git a/source/text/sbasic/shared/03104300.xhp b/source/text/sbasic/shared/03104300.xhp
index 991d76f967..4252228ffe 100644
--- a/source/text/sbasic/shared/03104300.xhp
+++ b/source/text/sbasic/shared/03104300.xhp
@@ -32,7 +32,7 @@
<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">DimArray Function</link></paragraph>
+<h1 id="hd_id3150616"><link href="text/sbasic/shared/03104300.xhp">DimArray Function</link></h1>
<paragraph role="paragraph" id="par_id3153527" xml-lang="en-US">Returns a Variant array.</paragraph>
</section>
<h2 id="hd_id3149762">Syntax:</h2>
diff --git a/source/text/sbasic/shared/03104400.xhp b/source/text/sbasic/shared/03104400.xhp
index f1f238169a..03ae66bf84 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">HasUnoInterfaces Function</link></paragraph>
+<h1 id="hd_id3149987"><link href="text/sbasic/shared/03104400.xhp">HasUnoInterfaces Function</link></h1>
<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 7fee76cddc..9ba3c44db3 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">IsUnoStruct Function</link></paragraph>
+<h1 id="hd_id3146117"><link href="text/sbasic/shared/03104500.xhp">IsUnoStruct Function</link></h1>
<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/03104700.xhp b/source/text/sbasic/shared/03104700.xhp
index a806cb63a3..ce1ada324e 100644
--- a/source/text/sbasic/shared/03104700.xhp
+++ b/source/text/sbasic/shared/03104700.xhp
@@ -32,7 +32,7 @@
<section id="erase">
<bookmark xml-lang="en-US" branch="index" id="bm_id624713"><bookmark_value>Erase statement</bookmark_value>
</bookmark>
-<paragraph role="heading" id="par_idN10548" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03104700.xhp">Erase Statement</link></paragraph>
+<h1 id="par_idN10548"><link href="text/sbasic/shared/03104700.xhp">Erase Statement</link></h1>
<paragraph role="paragraph" id="par_idN10558" xml-lang="en-US">Erases the contents of array elements of fixed size arrays, and releases the memory used by arrays of variable size.</paragraph>
</section>
diff --git a/source/text/sbasic/shared/03120000.xhp b/source/text/sbasic/shared/03120000.xhp
index a7fd568bab..3138fc791d 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">Strings</link></paragraph>
+ <h1 id="hd_id3156153"><link href="text/sbasic/shared/03120000.xhp">Strings</link></h1>
<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 fb85fae5dc..51c0620fdc 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">ASCII/ANSI Conversion in Strings</link></paragraph>
+ <h1 id="hd_id3147443"><link href="text/sbasic/shared/03120100.xhp">ASCII/ANSI Conversion in Strings</link></h1>
<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/03120200.xhp b/source/text/sbasic/shared/03120200.xhp
index 97a223f97f..f496c00bfe 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">Repeating Contents</link></paragraph>
+ <h1 id="hd_id3152363"><link href="text/sbasic/shared/03120200.xhp">Repeating Contents</link></h1>
<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/03120300.xhp b/source/text/sbasic/shared/03120300.xhp
index f1df921368..b9fb8af51c 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">Editing String Contents</link></paragraph>
+<h1 id="hd_id3153894"><link href="text/sbasic/shared/03120300.xhp">Editing String Contents</link></h1>
<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/03120400.xhp b/source/text/sbasic/shared/03120400.xhp
index 15ff73f399..9e09975623 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">Editing String Length</link></paragraph>
+ <h1 id="hd_id3155150"><link href="text/sbasic/shared/03120400.xhp">Editing String Length</link></h1>
<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/03120402.xhp b/source/text/sbasic/shared/03120402.xhp
index c191f5d333..2bdba45ff0 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">Len Function</link></paragraph>
+<h1 id="hd_id3154136"><link href="text/sbasic/shared/03120402.xhp">Len Function</link></h1>
<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>
<h2 id="hd_id3159177">Syntax:</h2>
diff --git a/source/text/sbasic/shared/03120412.xhp b/source/text/sbasic/shared/03120412.xhp
index e98419ca9f..da98c94a99 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">StrReverse Function [VBA]</link></paragraph>
+<h1 id="hd_id3155934"><link href="text/sbasic/shared/03120412.xhp">StrReverse Function [VBA]</link></h1>
<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 c7d3dc1027..1c03b38cb0 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">Other Commands</link></paragraph>
+<h1 id="hd_id3156027"><link href="text/sbasic/shared/03130000.xhp">Other Commands</link></h1>
<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/03130600.xhp b/source/text/sbasic/shared/03130600.xhp
index 46f115356f..d842bb157d 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">Wait Statement</link></paragraph>
+<h1 id="hd_id3154136"><link href="text/sbasic/shared/03130600.xhp">Wait Statement</link></h1>
<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"/>
diff --git a/source/text/sbasic/shared/03130700.xhp b/source/text/sbasic/shared/03130700.xhp
index 40b8528b8c..05ad9ba0ad 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">GetSystemTicks Function</link></paragraph>
+<h1 id="hd_id3147143"><link href="text/sbasic/shared/03130700.xhp">GetSystemTicks Function</link></h1>
<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 c09e1ab0f8..e1daa5573e 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">Environ Function</link></paragraph>
+<h1 id="hd_id3155364"><link href="text/sbasic/shared/03130800.xhp">Environ Function</link></h1>
<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 3f490b8d6d..f410662ef3 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">GetSolarVersion Function</link></paragraph>
+<h1 id="hd_id3157898"><link href="text/sbasic/shared/03131000.xhp">GetSolarVersion Function</link></h1>
<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 a9fece7f69..b9227c52bf 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">TwipsPerPixelX Function</link></paragraph>
+<h1 id="hd_id3153539"><link href="text/sbasic/shared/03131300.xhp">TwipsPerPixelX Function</link></h1>
<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 d9fecb591f..c29ffeee22 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">TwipsPerPixelY Function</link></paragraph>
+<h1 id="hd_id3150040"><link href="text/sbasic/shared/03131400.xhp">TwipsPerPixelY Function</link></h1>
<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/03131700.xhp b/source/text/sbasic/shared/03131700.xhp
index 9246888197..d96efacaeb 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">GetProcessServiceManager Function</link></paragraph>
+<h1 id="hd_id3153255"><link href="text/sbasic/shared/03131700.xhp">GetProcessServiceManager Function</link></h1>
<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 eb06b8eecb..a9ca58db4c 100644
--- a/source/text/sbasic/shared/03131800.xhp
+++ b/source/text/sbasic/shared/03131800.xhp
@@ -34,7 +34,7 @@
<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">CreateUnoDialog Function</link></paragraph>
+<h1 id="hd_id3150040"><link href="text/sbasic/shared/03131800.xhp">CreateUnoDialog Function</link></h1>
<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>
diff --git a/source/text/sbasic/shared/03132500.xhp b/source/text/sbasic/shared/03132500.xhp
index 3e9dc1a790..75d1f563fd 100644
--- a/source/text/sbasic/shared/03132500.xhp
+++ b/source/text/sbasic/shared/03132500.xhp
@@ -33,7 +33,7 @@
<section id="getdefaultcontext">
<bookmark xml-lang="en-US" branch="index" id="bm_id4761192"><bookmark_value>GetDefaultContext function</bookmark_value>
</bookmark>
-<paragraph role="heading" id="par_idN10580" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03132500.xhp">GetDefaultContext Function</link></paragraph>
+<h1 id="par_idN10580"><link href="text/sbasic/shared/03132500.xhp">GetDefaultContext Function</link></h1>
<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">api.libreoffice.org</link> for more information.</paragraph>
diff --git a/source/text/sbasic/shared/03140000.xhp b/source/text/sbasic/shared/03140000.xhp
index f6949c2112..ac4e80d2ab 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">DDB Function [VBA]</link></paragraph>
+<h1 id="hd_id3150499"><link href="text/sbasic/shared/03140000.xhp">DDB Function [VBA]</link></h1>
<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 f9beee916e..c7d9dae287 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">FV Function [VBA]</link></paragraph>
+<h1 id="hd_id3150499"><link href="text/sbasic/shared/03140001.xhp">FV Function [VBA]</link></h1>
<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 da3fefd3b3..278b5b8eb4 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">IPmt Function [VBA]</link></paragraph>
+<h1 id="hd_id3150499"><link href="text/sbasic/shared/03140002.xhp">IPmt Function [VBA]</link></h1>
<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/03140004.xhp b/source/text/sbasic/shared/03140004.xhp
index d721a8ecfd..ec979ba78e 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">MIRR Function [VBA]</link></paragraph>
+<h1 id="hd_id3150499"><link href="text/sbasic/shared/03140004.xhp">MIRR Function [VBA]</link></h1>
<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 6ae5c59eba..3e8c922106 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">NPer Function [VBA]</link></paragraph>
+<h1 id="hd_id3150499"><link href="text/sbasic/shared/03140005.xhp">NPer Function [VBA]</link></h1>
<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 d4d8826a7f..f7a2eafa05 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">NPV Function [VBA]</link></paragraph>
+<h1 id="hd_id3150499"><link href="text/sbasic/shared/03140006.xhp">NPV Function [VBA]</link></h1>
<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 adc5f8d181..3766a8b2e0 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">Pmt Function [VBA]</link></paragraph>
+<h1 id="hd_id3150499"><link href="text/sbasic/shared/03140007.xhp">Pmt Function [VBA]</link></h1>
<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 fb456d89e4..cea2ca2c0b 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">PPmt Function [VBA]</link></paragraph>
+<h1 id="hd_id3150499"><link href="text/sbasic/shared/03140008.xhp">PPmt Function [VBA]</link></h1>
<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 0ebc68f79a..a0cc3c2dcd 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">PV Function [VBA]</link></paragraph>
+<h1 id="hd_id3150499"><link href="text/sbasic/shared/03140009.xhp">PV Function [VBA]</link></h1>
<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 79c2549369..1ada4127e0 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">Rate Function [VBA]</link></paragraph>
+<h1 id="hd_id3150499"><link href="text/sbasic/shared/03140010.xhp">Rate Function [VBA]</link></h1>
<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 b1ad830ee5..0198345906 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">SLN Function [VBA]</link></paragraph>
+<h1 id="hd_id3150499"><link href="text/sbasic/shared/03140011.xhp">SLN Function [VBA]</link></h1>
<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 def668171e..c2525e59b6 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">SYD Function [VBA]</link></paragraph>
+<h1 id="hd_id3150499"><link href="text/sbasic/shared/03140012.xhp">SYD Function [VBA]</link></h1>
<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/03150001.xhp b/source/text/sbasic/shared/03150001.xhp
index eb4854ffef..255da34f93 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">WeekdayName Function [VBA]</link></paragraph>
+ <h1 id="hd_id3150499"><link href="text/sbasic/shared/03150001.xhp">WeekdayName Function [VBA]</link></h1>
<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 c93e2142c4..0986680bd0 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">MonthName Function [VBA]</link></paragraph>
+ <h1 id="hd_id3150499"><link href="text/sbasic/shared/03150002.xhp">MonthName Function [VBA]</link></h1>
<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/05060700.xhp b/source/text/sbasic/shared/05060700.xhp
index e59ffaf642..85e41c936e 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">Macro</link></paragraph>
+<h1 id="hd_id3153894"><link href="text/sbasic/shared/05060700.xhp">Macro</link></h1>
<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>
<h2 id="hd_id3150503">Event</h2>
diff --git a/source/text/sbasic/shared/GetPathSeparator.xhp b/source/text/sbasic/shared/GetPathSeparator.xhp
index fb5c6101ab..f807730adb 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">GetPathSeparator Function</link></variable></paragraph>
+ <h1 id="N0002"><variable id="getpathseparator01"><link href="text/sbasic/shared/GetPathSeparator.xhp">GetPathSeparator Function</link></variable></h1>
<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"/>
diff --git a/source/text/sbasic/shared/keys.xhp b/source/text/sbasic/shared/keys.xhp
index ba0ecd9456..f0625b2714 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">Keyboard Shortcuts in the Basic IDE</link></paragraph>
+<h1 id="hd_id3154760"><link href="text/sbasic/shared/keys.xhp">Keyboard Shortcuts in the Basic IDE</link></h1>
</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">
diff --git a/source/text/sbasic/shared/main0211.xhp b/source/text/sbasic/shared/main0211.xhp
index 704f4848db..c3ae55440d 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">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"/><h1 id="hd_id3150543"><link href="text/sbasic/shared/main0211.xhp">Macro Toolbar</link></h1>
<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/vbasupport.xhp b/source/text/sbasic/shared/vbasupport.xhp
index 51259e5e82..22638be02e 100644
--- a/source/text/sbasic/shared/vbasupport.xhp
+++ b/source/text/sbasic/shared/vbasupport.xhp
@@ -29,7 +29,7 @@
<section id="support_for_vba_macros">
-<paragraph id="hd_id051720170332046289" role="heading" level="1" xml-lang="en-US"><variable id="vbamacros"><link href="text/sbasic/shared/vbasupport.xhp">Working with VBA Macros</link></variable></paragraph>
+<h1 id="hd_id051720170332046289"><variable id="vbamacros"><link href="text/sbasic/shared/vbasupport.xhp">Working with VBA Macros</link></variable></h1>
<paragraph id="par_id05172017033242490" role="paragraph" xml-lang="en-US"><ahelp hid=".">Visual Basic for Applications (VBA) is an implementation of Microsoft's Visual Basic which is built into all Microsoft Office applications. </ahelp></paragraph>
</section>
<paragraph id="par_id051720170332428854" role="paragraph" xml-lang="en-US">Support for VBA is not complete, but it covers a large portion of the common usage patterns. Most macros use a manageable subset of objects in the Excel API (such as the Range, Worksheet, Workbook, etc.) and the support include those objects, and the most commonly used method/properties of those objects.</paragraph>
diff --git a/source/text/scalc/00/00000004.xhp b/source/text/scalc/00/00000004.xhp
index 640164de3b..80966c4d35 100644
--- a/source/text/scalc/00/00000004.xhp
+++ b/source/text/scalc/00/00000004.xhp
@@ -25,7 +25,7 @@
</topic>
</meta>
<body>
-<paragraph role="heading" id="hd_id3155535" xml-lang="en-US" level="1"><variable id="wie">To access this function...</variable></paragraph>
+<h1 id="hd_id3155535"><variable id="wie">To access this function...</variable></h1>
<paragraph role="paragraph" id="par_idN1056E" xml-lang="en-US"><variable id="moreontop">More explanations on top of this page.</variable></paragraph>
<paragraph role="note" id="par_idN105AF" xml-lang="en-US"><variable id="optional">In the %PRODUCTNAME Calc functions, parameters marked as "optional" can be left out only when no parameter follows. For example, in a function with four parameters, where the last two parameters are marked as "optional", you can leave out parameter 4 or parameters 3 and 4, but you cannot leave out parameter 3 alone.</variable><comment>UFI: see #i43239# and #i3879#</comment></paragraph>
<paragraph role="paragraph" id="par_id9751884" xml-lang="en-US"><variable id="codes">Codes greater than 127 may depend on your system's character mapping (for example iso-8859-1, iso-8859-2, Windows-1252, Windows-1250), and hence may not be portable.</variable></paragraph>
diff --git a/source/text/scalc/01/01120000.xhp b/source/text/scalc/01/01120000.xhp
index c6da1a179c..c243e35549 100644
--- a/source/text/scalc/01/01120000.xhp
+++ b/source/text/scalc/01/01120000.xhp
@@ -31,7 +31,7 @@
<body>
<section id="printpreview">
<bookmark xml-lang="en-US" branch="hid/.uno:PrintPreview" id="bm_id2822117" localize="false"/>
-<paragraph role="heading" id="hd_id1918698" xml-lang="en-US" level="1"><link href="text/scalc/01/01120000.xhp">Print Preview</link></paragraph>
+<h1 id="hd_id1918698"><link href="text/scalc/01/01120000.xhp">Print Preview</link></h1>
<paragraph role="paragraph" id="par_id3831598" xml-lang="en-US"><ahelp hid=".uno:PrintPreview">Displays a preview of the printed page or closes the preview.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/02120000.xhp b/source/text/scalc/01/02120000.xhp
index bd399d1dc9..4958762a95 100644
--- a/source/text/scalc/01/02120000.xhp
+++ b/source/text/scalc/01/02120000.xhp
@@ -27,7 +27,7 @@
<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">Headers &amp; Footers</link></paragraph>
+<h1 id="hd_id3145251"><link href="text/scalc/01/02120000.xhp">Headers &amp; Footers</link></h1>
<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"><emph>Page Style</emph></link> dialog.</paragraph>
diff --git a/source/text/scalc/01/02120100.xhp b/source/text/scalc/01/02120100.xhp
index 76e5e92d51..118ed0b3bf 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">Header/Footer</link></paragraph>
+<h1 id="hd_id3153360"><link href="text/scalc/01/02120100.xhp">Header/Footer</link></h1>
<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">
diff --git a/source/text/scalc/01/02140000.xhp b/source/text/scalc/01/02140000.xhp
index 010bbb7d15..b34f0e9a08 100644
--- a/source/text/scalc/01/02140000.xhp
+++ b/source/text/scalc/01/02140000.xhp
@@ -32,7 +32,7 @@
<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">Fill</link></paragraph>
+<h1 id="hd_id3153876"><link href="text/scalc/01/02140000.xhp">Fill</link></h1>
<paragraph xml-lang="en-US" id="par_id3156285" role="paragraph"><ahelp hid=".">Automatically fills cells with content.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -43,9 +43,9 @@
<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">Sheet</link></paragraph>
+ <h2 id="hd_id3149207"><link href="text/scalc/01/02140500.xhp">Sheet</link></h2>
<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">Series</link></paragraph>
+ <h2 id="hd_id3155111"><link href="text/scalc/01/02140600.xhp">Series</link></h2>
<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>
diff --git a/source/text/scalc/01/02140100.xhp b/source/text/scalc/01/02140100.xhp
index 2ea089ddee..87d7aabfb5 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">Down</link></paragraph>
+<h1 id="hd_id3150792"><link href="text/scalc/01/02140100.xhp">Down</link></h1>
<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 edbb6de4b0..032a93d93c 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">Right</link></paragraph>
+<h1 id="hd_id3153896"><link href="text/scalc/01/02140200.xhp">Right</link></h1>
<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 44695cdc2c..e9757cc929 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">Up</link></paragraph>
+<h1 id="hd_id3147264"><link href="text/scalc/01/02140300.xhp">Up</link></h1>
<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 b109492336..36a8c51445 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">Left</link></paragraph>
+<h1 id="hd_id3153896"><link href="text/scalc/01/02140400.xhp">Left</link></h1>
<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/02150000.xhp b/source/text/scalc/01/02150000.xhp
index 442e65d533..7123a47657 100644
--- a/source/text/scalc/01/02150000.xhp
+++ b/source/text/scalc/01/02150000.xhp
@@ -52,7 +52,7 @@
<paragraph role="paragraph" id="par_id3149665" xml-lang="en-US">This area lists the options for deleting contents.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/deletecontents/deleteall" id="bm_id3144766" localize="false"/><h3 id="hd_id3146975">Delete All</h3>
<paragraph role="paragraph" id="par_id3154729" xml-lang="en-US"><ahelp hid="modules/scalc/ui/deletecontents/deleteall">Deletes all content from the selected cell range.</ahelp></paragraph>
-<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/deletecontents/text" id="bm_id3147394" localize="false"/><paragraph role="heading" id="hd_id3156286" xml-lang="en-US" level="3">Text<comment>i50439</comment></paragraph>
+<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/deletecontents/text" id="bm_id3147394" localize="false"/><h3 id="hd_id3156286">Text<comment>i50439</comment></h3>
<paragraph role="paragraph" id="par_id3154015" xml-lang="en-US"><ahelp hid="modules/scalc/ui/deletecontents/text">Deletes text only. Formats, formulas, numbers and dates are not affected.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/deletecontents/numbers" id="bm_id3156276" localize="false"/><h3 id="hd_id3153840">Numbers</h3>
<paragraph role="paragraph" id="par_id3148405" xml-lang="en-US"><ahelp hid="modules/scalc/ui/deletecontents/numbers">Deletes numbers only. Formats and formulas remain unchanged.</ahelp></paragraph>
diff --git a/source/text/scalc/01/02190000.xhp b/source/text/scalc/01/02190000.xhp
index e076a34daf..a51a85b921 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">Delete Page Break</link></paragraph>
+<h1 id="hd_id3150541"><link href="text/scalc/01/02190000.xhp">Delete Page Break</link></h1>
<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 a5410f226b..31c47dbf97 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">Row Break</link></paragraph>
+<h1 id="hd_id3156326"><link href="text/scalc/01/02190100.xhp">Row Break</link></h1>
<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 0b7ed13642..45482adc18 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">Column Break</link></paragraph>
+ <h1 id="hd_id3151384"><link href="text/scalc/01/02190200.xhp">Column Break</link></h1>
<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 83d0bacb08..afb4d69071 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">Sheet</link></paragraph>
+<h1 id="hd_id3146794"><link href="text/scalc/01/02200000.xhp">Sheet</link></h1>
<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/03070000.xhp b/source/text/scalc/01/03070000.xhp
index 451ec69220..289bb82cf2 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">Column &amp; Row Headers</link></paragraph>
+<h1 id="hd_id3156024"><link href="text/scalc/01/03070000.xhp">Column &amp; Row Headers</link></h1>
<paragraph id="par_id3147230" role="paragraph" xml-lang="en-US"><ahelp hid=".">Shows column headers and row headers.</ahelp></paragraph>
</section>
diff --git a/source/text/scalc/01/03080000.xhp b/source/text/scalc/01/03080000.xhp
index 8956912db9..e8e5c07392 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">Value Highlighting</link></paragraph>
+<h1 id="hd_id3151384"><link href="text/scalc/01/03080000.xhp">Value Highlighting</link></h1>
<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 a7b4c13ea5..c925dc7f5d 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">Formula Bar</link></paragraph>
+<h1 id="hd_id3147264"><link href="text/scalc/01/03090000.xhp">Formula Bar</link></h1>
<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 2feeddd477..442711931c 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">Page Break View</link></paragraph>
+<h1 id="hd_id3151384"><link href="text/scalc/01/03100000.xhp">Page Break View</link></h1>
<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 ea3759e68a..548818206f 100644
--- a/source/text/scalc/01/04010000.xhp
+++ b/source/text/scalc/01/04010000.xhp
@@ -36,7 +36,7 @@
<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">Insert Page Break</link></paragraph>
+<h1 id="hd_id3153192"><link href="text/scalc/01/04010000.xhp">Insert Page Break</link></h1>
<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">Sheet - Delete Page Break</link> to remove breaks created manually.</paragraph>
diff --git a/source/text/scalc/01/04010100.xhp b/source/text/scalc/01/04010100.xhp
index d5ff3f05f7..83dd79005f 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">Row Break</link></paragraph>
+<h1 id="hd_id3153821"><link href="text/scalc/01/04010100.xhp">Row Break</link></h1>
<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 e680326078..925f9e2f39 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">Column Break</link></paragraph>
+<h1 id="hd_id3155923"><link href="text/scalc/01/04010200.xhp">Column Break</link></h1>
<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/04030000.xhp b/source/text/scalc/01/04030000.xhp
index f388b2178c..cebc717482 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">Insert Rows</link></paragraph>
+<h1 id="hd_id3150541"><link href="text/scalc/01/04030000.xhp">Insert Rows</link></h1>
<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>
<h2 id="hd_id160220162131439740">Rows Above</h2>
diff --git a/source/text/scalc/01/04040000.xhp b/source/text/scalc/01/04040000.xhp
index 1c98f75a78..01650176ca 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">Insert Columns</link></paragraph>
+<h1 id="hd_id3155628"><link href="text/scalc/01/04040000.xhp">Insert Columns</link></h1>
<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>
<h2 id="hd_id160220162139258865">Columns Before</h2>
diff --git a/source/text/scalc/01/04050100.xhp b/source/text/scalc/01/04050100.xhp
index 0d120c7681..ea6f804a54 100644
--- a/source/text/scalc/01/04050100.xhp
+++ b/source/text/scalc/01/04050100.xhp
@@ -31,7 +31,7 @@
<body>
<section id="sheetfromfile">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertSheetFromFile" id="bm_id1850337" localize="false"/>
-<paragraph role="heading" id="par_idN105C1" xml-lang="en-US" level="1"><link href="text/scalc/01/04050100.xhp">Sheet from file</link></paragraph>
+<h1 id="par_idN105C1"><link href="text/scalc/01/04050100.xhp">Sheet from file</link></h1>
<paragraph role="paragraph" id="par_idN105D1" xml-lang="en-US"><ahelp hid=".">Inserts a sheet from a different spreadsheet file.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/04060100.xhp b/source/text/scalc/01/04060100.xhp
index 138ebcd90a..068494b934 100644
--- a/source/text/scalc/01/04060100.xhp
+++ b/source/text/scalc/01/04060100.xhp
@@ -33,25 +33,25 @@
<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">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">Date &amp; Time</link></paragraph>
+ <h2 id="hd_id3155443"><link href="text/scalc/01/04060102.xhp">Date &amp; Time</link></h2>
<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">Financial</link></paragraph>
+ <h2 id="hd_id3147339"><link href="text/scalc/01/04060103.xhp">Financial</link></h2>
<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">Information</link></paragraph>
+ <h2 id="hd_id3153963"><link href="text/scalc/01/04060104.xhp">Information</link></h2>
<embed href="text/scalc/01/04060104.xhp#informationtext"/>
<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">Mathematical</link></paragraph>
+ <h2 id="hd_id3148485"><link href="text/scalc/01/04060106.xhp">Mathematical</link></h2>
<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">Array</link></paragraph>
+ <h2 id="hd_id3150363"><link href="text/scalc/01/04060107.xhp">Array</link></h2>
<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">Statistical</link></paragraph>
+ <h2 id="hd_id3150208"><link href="text/scalc/01/04060108.xhp">Statistical</link></h2>
<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">Spreadsheet</link></paragraph>
+ <h2 id="hd_id3166428"><link href="text/scalc/01/04060109.xhp">Spreadsheet</link></h2>
<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">Text</link></paragraph>
+ <h2 id="hd_id3145585"><link href="text/scalc/01/04060110.xhp">Text</link></h2>
<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">Add-in</link></paragraph>
+ <h2 id="hd_id3156449"><link href="text/scalc/01/04060111.xhp">Add-in</link></h2>
<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">Operators</link></paragraph>
diff --git a/source/text/scalc/01/04090000.xhp b/source/text/scalc/01/04090000.xhp
index 37b2489655..5e85c8fe30 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">External Links</link></paragraph>
+<h1 id="hd_id3145785"><link href="text/scalc/01/04090000.xhp">External Links</link></h1>
<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">
diff --git a/source/text/scalc/01/05020600.xhp b/source/text/scalc/01/05020600.xhp
index 2e177e0b2c..987e090bc0 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">Cell Protection</link></paragraph>
+<h1 id="hd_id3145119"><link href="text/scalc/01/05020600.xhp">Cell Protection</link></h1>
<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 4bd5f3d589..29e503b8b0 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">Row</link></paragraph>
+<h1 id="hd_id3147228"><link href="text/scalc/01/05030000.xhp">Row</link></h1>
<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">Height</link></paragraph>
+<h2 id="hd_id3155132"><link href="text/shared/01/05340100.xhp">Height</link></h2>
<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">Optimal Height</link></paragraph>
+<h2 id="hd_id3155854"><link href="text/scalc/01/05030200.xhp">Optimal Height</link></h2>
<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/05030300.xhp b/source/text/scalc/01/05030300.xhp
index 72effc355e..db53e49758 100644
--- a/source/text/scalc/01/05030300.xhp
+++ b/source/text/scalc/01/05030300.xhp
@@ -42,7 +42,7 @@
<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">Hide</link></paragraph>
+<h1 id="hd_id3147265"><link href="text/scalc/01/05030300.xhp">Hide</link></h1>
<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">
diff --git a/source/text/scalc/01/05030400.xhp b/source/text/scalc/01/05030400.xhp
index 74087f855c..492b093739 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">Show</link></paragraph>
+<h1 id="hd_id3147264"><link href="text/scalc/01/05030400.xhp">Show</link></h1>
<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 8542693f89..ffb9a63786 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">Column</link></paragraph>
+<h1 id="hd_id3155628"><link href="text/scalc/01/05040000.xhp">Column</link></h1>
<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">Width</link></paragraph>
+<h2 id="hd_id3150398"><link href="text/shared/01/05340200.xhp">Width</link></h2>
<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">Optimal Width</link></paragraph>
+<h2 id="hd_id3145171"><link href="text/scalc/01/05040200.xhp">Optimal Width</link></h2>
<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/05050000.xhp b/source/text/scalc/01/05050000.xhp
index e1db786e16..0bb80198ac 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">Sheet</link></paragraph>
+<h1 id="hd_id3155923"><link href="text/scalc/01/05050000.xhp">Sheet</link></h1>
<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">Rename</link></paragraph>
+<h2 id="hd_id3156280"><link href="text/scalc/01/05050100.xhp">Rename</link></h2>
<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">Show</link></paragraph>
+<h2 id="hd_id3145787"><link href="text/scalc/01/05050300.xhp">Show</link></h2>
<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/05070500.xhp b/source/text/scalc/01/05070500.xhp
index 4693456f96..f4e78b6434 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">Sheet</link></paragraph>
+</bookmark><comment>mw deletes three "printing;..." entries and copies 4 index entries to Calc guide print_details.xhp</comment><h1 id="hd_id3156329"><link href="text/scalc/01/05070500.xhp">Sheet</link></h1>
<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">
diff --git a/source/text/scalc/01/05080000.xhp b/source/text/scalc/01/05080000.xhp
index 0a51787016..130169ab9e 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">Print Ranges</link></paragraph>
+<h1 id="hd_id3154013"><link href="text/scalc/01/05080000.xhp">Print Ranges</link></h1>
<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">Edit</link></paragraph>
+<h2 id="hd_id3154729"><link href="text/scalc/01/05080300.xhp">Edit</link></h2>
<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 ec31275b5a..0759c4634a 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">Define</link></paragraph>
+<h1 id="hd_id3145673"><link href="text/scalc/01/05080100.xhp">Define</link></h1>
<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 1bf3528436..c260f0ff46 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">Clear</link></paragraph>
+<h1 id="hd_id3153562"><link href="text/scalc/01/05080200.xhp">Clear</link></h1>
<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 609908aa3a..b0b9413bc8 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">Add</link></paragraph>
+<h1 id="hd_id3149457"><link href="text/scalc/01/05080400.xhp">Add</link></h1>
<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/06030000.xhp b/source/text/scalc/01/06030000.xhp
index 56110fca38..d1d5d8de72 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">Detective</link></paragraph>
+<h1 id="hd_id3151245"><link href="text/scalc/01/06030000.xhp">Detective</link></h1>
<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 05999f11f4..f6eefa94e8 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">Trace Precedents</link></paragraph>
+<h1 id="hd_id3155628"><link href="text/scalc/01/06030100.xhp">Trace Precedents</link></h1>
<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 4c1fda7456..587ea1bd6e 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">Remove Precedents</link></paragraph>
+<h1 id="hd_id3155628"><link href="text/scalc/01/06030200.xhp">Remove Precedents</link></h1>
<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 6d54bda364..5ae0a69372 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">Trace Dependents</link></paragraph>
+<h1 id="hd_id3153252"><link href="text/scalc/01/06030300.xhp">Trace Dependents</link></h1>
<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 95c3272fc5..56357f6528 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">Remove Dependents</link></paragraph>
+<h1 id="hd_id3147335"><link href="text/scalc/01/06030400.xhp">Remove Dependents</link></h1>
<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 51f44309ef..d464a37f50 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">Remove All Traces</link></paragraph>
+<h1 id="hd_id3153088"><link href="text/scalc/01/06030500.xhp">Remove All Traces</link></h1>
<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 5cfc1d72ad..753d307419 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">Trace Error</link></paragraph>
+<h1 id="hd_id3153561"><link href="text/scalc/01/06030600.xhp">Trace Error</link></h1>
<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 e74f950791..3a0770ac42 100644
--- a/source/text/scalc/01/06030700.xhp
+++ b/source/text/scalc/01/06030700.xhp
@@ -35,7 +35,7 @@
<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">Fill Mode</link></paragraph>
+<h1 id="hd_id3145119"><link href="text/scalc/01/06030700.xhp">Fill Mode</link></h1>
<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">
diff --git a/source/text/scalc/01/06030800.xhp b/source/text/scalc/01/06030800.xhp
index 871dfc938d..27710674ce 100644
--- a/source/text/scalc/01/06030800.xhp
+++ b/source/text/scalc/01/06030800.xhp
@@ -35,7 +35,7 @@
<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">Mark Invalid Data</link></paragraph>
+<h1 id="hd_id3153821"><link href="text/scalc/01/06030800.xhp">Mark Invalid Data</link></h1>
<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">
diff --git a/source/text/scalc/01/06030900.xhp b/source/text/scalc/01/06030900.xhp
index e1ec3edaac..f0d7576292 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">Refresh Traces</link></paragraph>
+<h1 id="hd_id3152349"><link href="text/scalc/01/06030900.xhp">Refresh Traces</link></h1>
<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 1121a94a2f..f7742f149e 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">AutoRefresh</link></paragraph>
+<h1 id="hd_id3154515"><link href="text/scalc/01/06031000.xhp">AutoRefresh</link></h1>
<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 8bb6fbeb0b..2d2ff4401d 100644
--- a/source/text/scalc/01/06050000.xhp
+++ b/source/text/scalc/01/06050000.xhp
@@ -54,7 +54,7 @@
<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"/>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/scenariodialog/bordercolor" id="bm_id3151118" localize="false"/>
-<paragraph role="heading" id="hd_id3145367" xml-lang="en-US" level="3">Display border<comment>UFI: #i38688#</comment></paragraph>
+<h3 id="hd_id3145367">Display border<comment>UFI: #i38688#</comment></h3>
<paragraph role="paragraph" id="par_id3151073" xml-lang="en-US"><ahelp hid=".">Highlights the scenario in your table with a border. The color for the border is specified in the field to the right of this option.</ahelp> The border will have a title bar displaying the name of the last scenario. The button on the right of the scenario border offers you an overview of all the scenarios in this area, if several have been defined. You can choose any of the scenarios from this list without restrictions.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/scenariodialog/copyback" id="bm_id3147124" localize="false"/>
<h3 id="hd_id3149582">Copy back</h3>
diff --git a/source/text/scalc/01/06060000.xhp b/source/text/scalc/01/06060000.xhp
index 91ee8d0956..b57bd65a69 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">Protect Document</link></paragraph>
+<h1 id="hd_id3148946"><link href="text/scalc/01/06060000.xhp">Protect Document</link></h1>
<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">Sheets</link></paragraph>
+<h2 id="hd_id3147228"><link href="text/scalc/01/06060100.xhp">Sheets</link></h2>
<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">Documents</link></paragraph>
+<h2 id="hd_id3153768"><link href="text/scalc/01/06060200.xhp">Documents</link></h2>
<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/06130000.xhp b/source/text/scalc/01/06130000.xhp
index 260db76a42..f00a138ecc 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">AutoInput</link></paragraph>
+<h1 id="hd_id3148492"><link href="text/scalc/01/06130000.xhp">AutoInput</link></h1>
<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 659706aa1c..d316a33cfa 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">Split Window</link></paragraph>
+<h1 id="hd_id3163800"><link href="text/scalc/01/07080000.xhp">Split Window</link></h1>
<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>
diff --git a/source/text/scalc/01/12040400.xhp b/source/text/scalc/01/12040400.xhp
index 646e9435cf..2e6e3b1843 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">Reset Filter</link></paragraph>
+<h1 id="hd_id3153087"><link href="text/scalc/01/12040400.xhp">Reset Filter</link></h1>
<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 4bcb925bb8..e31b0cc285 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">Hide AutoFilter</link></paragraph>
+<h1 id="hd_id3150276"><link href="text/scalc/01/12040500.xhp">Hide AutoFilter</link></h1>
<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/12080000.xhp b/source/text/scalc/01/12080000.xhp
index 5e85a63fcc..233482f1c6 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">Group and Outline</link></paragraph>
+<h1 id="hd_id3152350"><link href="text/scalc/01/12080000.xhp">Group and Outline</link></h1>
<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">Group</link></paragraph>
+<h2 id="hd_id3147229"><link href="text/scalc/01/12080300.xhp">Group</link></h2>
<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">Ungroup</link></paragraph>
+<h2 id="hd_id3153188"><link href="text/scalc/01/12080400.xhp">Ungroup</link></h2>
<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 56b2c50f5f..a4cc6dfed4 100644
--- a/source/text/scalc/01/12080100.xhp
+++ b/source/text/scalc/01/12080100.xhp
@@ -35,7 +35,7 @@
<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">Hide Details</link></paragraph>
+<h1 id="hd_id3155628"><link href="text/scalc/01/12080100.xhp">Hide Details</link></h1>
<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"><emph>Show Details</emph></link>.</paragraph>
diff --git a/source/text/scalc/01/12080200.xhp b/source/text/scalc/01/12080200.xhp
index ca8366b5a2..d098ca0cda 100644
--- a/source/text/scalc/01/12080200.xhp
+++ b/source/text/scalc/01/12080200.xhp
@@ -33,7 +33,7 @@
<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">Show Details</link></paragraph>
+<h1 id="hd_id3153561"><link href="text/scalc/01/12080200.xhp">Show Details</link></h1>
<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"><emph>Hide Details</emph></link>.</paragraph>
diff --git a/source/text/scalc/01/12080300.xhp b/source/text/scalc/01/12080300.xhp
index f4e7457469..1e0e799e28 100644
--- a/source/text/scalc/01/12080300.xhp
+++ b/source/text/scalc/01/12080300.xhp
@@ -36,7 +36,7 @@
<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">Group</link></paragraph>
+<h1 id="hd_id3153088"><link href="text/scalc/01/12080300.xhp">Group</link></h1>
</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">
diff --git a/source/text/scalc/01/12080400.xhp b/source/text/scalc/01/12080400.xhp
index 41ce6e720e..0bcd6bbb2a 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">Ungroup</link></paragraph>
+<h1 id="hd_id3148492"><link href="text/scalc/01/12080400.xhp">Ungroup</link></h1>
</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/12080600.xhp b/source/text/scalc/01/12080600.xhp
index d11b264a58..aa22adcdc5 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">Remove</link></paragraph>
+<h1 id="hd_id3148947"><link href="text/scalc/01/12080600.xhp">Remove</link></h1>
<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/12080700.xhp b/source/text/scalc/01/12080700.xhp
index b3ccd7df7a..f347ce1deb 100644
--- a/source/text/scalc/01/12080700.xhp
+++ b/source/text/scalc/01/12080700.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="details">
-<paragraph role="heading" id="hd_id3344523" xml-lang="en-US" level="1"><link href="text/scalc/01/12080700.xhp">Show Details (Pivot Table)</link></paragraph>
+<h1 id="hd_id3344523"><link href="text/scalc/01/12080700.xhp">Show Details (Pivot Table)</link></h1>
<paragraph role="paragraph" id="par_id871303" xml-lang="en-US"><ahelp hid=".">Inserts a new "drill-down" sheet with more information about the current pivot table cell. You can also double-click a pivot table cell to insert the "drill-down" sheet. The new sheet shows a subset of rows from the original data source that constitutes the result data displayed in the current cell.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/scalc/01/12090103.xhp b/source/text/scalc/01/12090103.xhp
index 9aca2a9a96..63acf988c9 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"/><h3 id="hd_id3150886">Value</h3>
<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">Options</link></paragraph>
+ <bookmark branch="hid/modules/scalc/ui/pivotfilterdialog/more" xml-lang="en-US" id="bm_id3152987" localize="false"/><h2 id="hd_id3146980"><link href="text/scalc/01/12090104.xhp">Options</link></h2>
<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 1528444f16..6b3c7d79b7 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">Options</link></paragraph>
+ <h1 id="hd_id3149119"><link href="text/scalc/01/12090104.xhp">Options</link></h1>
<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>
<h2 id="hd_id3147008">Options</h2>
<bookmark branch="hid/modules/scalc/ui/pivotfilterdialog/case" xml-lang="en-US" id="bm_id3153562" localize="false"/><h3 id="hd_id3153662">Case sensitive</h3>
diff --git a/source/text/scalc/01/12090200.xhp b/source/text/scalc/01/12090200.xhp
index dd67d341e1..131c88832c 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">Refresh</link></paragraph>
+<h1 id="hd_id3151385"><link href="text/scalc/01/12090200.xhp">Refresh</link></h1>
<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 a565e82926..b488b85aa4 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">Delete</link></paragraph>
+<h1 id="hd_id3150276"><link href="text/scalc/01/12090300.xhp">Delete</link></h1>
<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/12120200.xhp b/source/text/scalc/01/12120200.xhp
index d2bbf4a434..69a60d9dda 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">Input Help</link></paragraph>
+<h1 id="hd_id3156280"><link href="text/scalc/01/12120200.xhp">Input Help</link></h1>
<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 f887153b77..9ffe4720d4 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">Error Alert</link></paragraph>
+ <h1 id="hd_id3153821"><link href="text/scalc/01/12120300.xhp">Error Alert</link></h1>
<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>
diff --git a/source/text/scalc/01/format_graphic.xhp b/source/text/scalc/01/format_graphic.xhp
index 4dc9a68312..fba576a5d8 100644
--- a/source/text/scalc/01/format_graphic.xhp
+++ b/source/text/scalc/01/format_graphic.xhp
@@ -32,13 +32,13 @@
<body>
<section id="graphic">
<bookmark xml-lang="en-US" branch="hid/.uno:DrawGraphicMenu" id="bm_id7711111" localize="false"/>
-<paragraph role="heading" id="par_idN10548" xml-lang="en-US" level="1"><link href="text/scalc/01/format_graphic.xhp">Graphic</link></paragraph>
+<h1 id="par_idN10548"><link href="text/scalc/01/format_graphic.xhp">Graphic</link></h1>
<paragraph role="paragraph" id="par_idN10558" xml-lang="en-US"><ahelp hid=".">Opens a submenu to edit the properties of the selected object.</ahelp></paragraph>
</section>
<embed href="text/shared/01/05230000.xhp#position_and_size"/>
<embed href="text/shared/01/05200000.xhp#line"/>
<embed href="text/shared/01/05210000.xhp#area"/>
-<paragraph role="heading" id="par_id1650440" xml-lang="en-US" level="2"><link href="text/shared/01/05990000.xhp">Define Text Attributes</link></paragraph>
+<h2 id="par_id1650440"><link href="text/shared/01/05990000.xhp">Define Text Attributes</link></h2>
<paragraph role="paragraph" id="par_id363475" xml-lang="en-US">Sets the layout and anchoring properties for text in the selected drawing or text object.</paragraph>
<h2 id="par_id9746696">Points</h2>
<paragraph role="paragraph" id="par_id2480544" xml-lang="en-US"><ahelp hid=".">Switches <emph>Edit Points</emph> mode for an inserted freeform line on and off.</ahelp></paragraph>
diff --git a/source/text/scalc/02/06010000.xhp b/source/text/scalc/02/06010000.xhp
index 034d064e17..cfc1b577c7 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 Box</link></paragraph>
+<h1 id="hd_id3156326"><link href="text/scalc/02/06010000.xhp">Name Box</link></h1>
<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/06040000.xhp b/source/text/scalc/02/06040000.xhp
index 1df327f05d..d61770b3b7 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">Function</link></paragraph>
+<h1 id="hd_id3150084"><link href="text/scalc/02/06040000.xhp">Function</link></h1>
<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 a77157ce0a..906e346752 100644
--- a/source/text/scalc/02/06050000.xhp
+++ b/source/text/scalc/02/06050000.xhp
@@ -32,7 +32,7 @@
<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">Input line</link></paragraph>
+<h1 id="hd_id3153821"><link href="text/scalc/02/06050000.xhp">Input line</link></h1>
<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"/>
diff --git a/source/text/scalc/02/06060000.xhp b/source/text/scalc/02/06060000.xhp
index 330006a2e4..44f2acdc3b 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">Cancel</link></paragraph>
+<h1 id="hd_id3154514"><link href="text/scalc/02/06060000.xhp">Cancel</link></h1>
<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 cfd94b1b04..b144b8fc9c 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">Accept</link></paragraph>
+<h1 id="hd_id3143267"><link href="text/scalc/02/06070000.xhp">Accept</link></h1>
<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 be72f4b648..1c088e6818 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">Theme Selection</link></paragraph>
+<h1 id="hd_id3153087"><link href="text/scalc/02/06080000.xhp">Theme Selection</link></h1>
<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 d67143c25b..91c796e0ec 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">Position in document</link></paragraph>
+<h1 id="hd_id3145119"><link href="text/scalc/02/08010000.xhp">Position in document</link></h1>
<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 f47a0f6a0b..a75e9c4185 100644
--- a/source/text/scalc/02/08080000.xhp
+++ b/source/text/scalc/02/08080000.xhp
@@ -34,7 +34,7 @@
<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">Standard Formula, Date/Time, Error Warning</link></paragraph>
+<h1 id="hd_id3147335"><link href="text/scalc/02/08080000.xhp">Standard Formula, Date/Time, Error Warning</link></h1>
<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>
diff --git a/source/text/scalc/02/18010000.xhp b/source/text/scalc/02/18010000.xhp
index 3d4eb8f7e9..3754fbf1de 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">Insert</link></paragraph>
+<h1 id="hd_id3156329"><link href="text/scalc/02/18010000.xhp">Insert</link></h1>
<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">Floating Frame</link></paragraph>
+<h2 id="hd_id4283883"><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"/>
-<paragraph role="heading" id="hd_id3149410" xml-lang="en-US" level="2"><link href="text/shared/01/04100000.xhp">Special Character</link></paragraph>
+<h2 id="hd_id3149410"><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"/>
-<paragraph role="heading" id="hd_id3151117" xml-lang="en-US" level="2"><link href="text/shared/01/04140000.xhp">From File</link></paragraph>
+<h2 id="hd_id3151117"><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"/>
-<paragraph role="heading" id="hd_id3633533" xml-lang="en-US" level="2"><link href="text/shared/01/04160300.xhp">Formula</link></paragraph>
+<h2 id="hd_id3633533"><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"/>
-<paragraph role="heading" id="par_idN10769" xml-lang="en-US" level="2"><link href="text/schart/01/wiz_chart_type.xhp">Chart</link></paragraph>
+<h2 id="par_idN10769"><link href="text/schart/01/wiz_chart_type.xhp">Chart</link></h2>
<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">OLE Object</link></paragraph>
+<h2 id="hd_id7581408"><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/scalc/02/18020000.xhp b/source/text/scalc/02/18020000.xhp
index 416f5fb426..7aa65c9839 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">Insert Cells</link></paragraph>
+<h1 id="hd_id3150275"><link href="text/scalc/02/18020000.xhp">Insert Cells</link></h1>
<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">Insert Cells Down</link></paragraph>
+<h2 id="hd_id3150439"><link href="text/scalc/01/04020000.xhp">Insert Cells Down</link></h2>
<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">Insert Cells Right</link></paragraph>
+<h2 id="hd_id3146119"><link href="text/scalc/01/04020000.xhp">Insert Cells Right</link></h2>
<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">Rows</link></paragraph>
+<h2 id="hd_id3153190"><link href="text/scalc/01/04020000.xhp">Rows</link></h2>
<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">Columns</link></paragraph>
+<h2 id="hd_id3153726"><link href="text/scalc/01/04020000.xhp">Columns</link></h2>
<embed href="text/scalc/01/04020000.xhp#spaltenganzetext"/>
<embed href="text/scalc/00/00000404.xhp#syinsert_columns"/>
</body>
diff --git a/source/text/scalc/05/02140000.xhp b/source/text/scalc/05/02140000.xhp
index faf36e5db8..42fbf28928 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">Error Codes in <item type="productname">%PRODUCTNAME</item> Calc</link></paragraph>
+<h1 id="hd_id3146797"><link href="text/scalc/05/02140000.xhp">Error Codes in <item type="productname">%PRODUCTNAME</item> Calc</link></h1>
<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/05/empty_cells.xhp b/source/text/scalc/05/empty_cells.xhp
index 56ccc19b73..78ec34d558 100644
--- a/source/text/scalc/05/empty_cells.xhp
+++ b/source/text/scalc/05/empty_cells.xhp
@@ -30,7 +30,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3146799">
<bookmark_value>empty cells;handling of</bookmark_value>
</bookmark><comment>i86303</comment>
-<paragraph role="heading" id="hd_id1502121" xml-lang="en-US" level="1"><variable id="empty_cells"><link href="text/scalc/05/empty_cells.xhp">Handling of Empty Cells</link></variable></paragraph>
+<h1 id="hd_id1502121"><variable id="empty_cells"><link href="text/scalc/05/empty_cells.xhp">Handling of Empty Cells</link></variable></h1>
<paragraph role="paragraph" id="par_id8266853" xml-lang="en-US">In older versions of the software, empty cells were forced to numeric 0 in some contexts and to empty string in others, except in direct comparison where =A1=0 and =A1="" both resulted in TRUE if A1 was empty. Emptiness now is inherited until used, so both =VLOOKUP(...)=0 and =VLOOKUP(...)="" give TRUE if the lookup resulted in an empty cell being returned. </paragraph>
<paragraph role="paragraph" id="par_id2733542" xml-lang="en-US">A simple reference to an empty cell is still displayed as numeric 0 but is not necessarily of type numeric anymore, so also comparisons with the referencing cell work as expected. </paragraph>
diff --git a/source/text/scalc/guide/address_auto.xhp b/source/text/scalc/guide/address_auto.xhp
index 92fc4ffbcc..dfccbc2aee 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">Recognizing Names as Addressing</link></variable></paragraph>
+<h1 id="hd_id3148797"><variable id="address_auto"><link href="text/scalc/guide/address_auto.xhp">Recognizing Names as Addressing</link></variable></h1>
<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 2b901dd376..a1d739bb8d 100644
--- a/source/text/scalc/guide/auto_off.xhp
+++ b/source/text/scalc/guide/auto_off.xhp
@@ -46,7 +46,7 @@
</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">Deactivating Automatic Changes</link> </variable></paragraph>
+<h1 id="hd_id3149456"><variable id="auto_off"><link href="text/scalc/guide/auto_off.xhp">Deactivating Automatic Changes</link> </variable></h1>
<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>
diff --git a/source/text/scalc/guide/calc_date.xhp b/source/text/scalc/guide/calc_date.xhp
index 9d7e0ad89d..3d9b9ad3fb 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">Calculating With Dates and Times</link></variable></paragraph>
+<h1 id="hd_id3146120"><variable id="calc_date"><link href="text/scalc/guide/calc_date.xhp">Calculating With Dates and Times</link></variable></h1>
<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/calculate.xhp b/source/text/scalc/guide/calculate.xhp
index 4d31598097..dd1e83601a 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">Calculating in Spreadsheets</link></variable></paragraph>
+<h1 id="hd_id3150791"><variable id="calculate"><link href="text/scalc/guide/calculate.xhp">Calculating in Spreadsheets</link></variable></h1>
<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/cellstyle_by_formula.xhp b/source/text/scalc/guide/cellstyle_by_formula.xhp
index 197f46ab45..049787bd73 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">Assigning Formats by Formula</link></variable></paragraph>
+<h1 id="hd_id3145673"><variable id="cellstyle_by_formula"><link href="text/scalc/guide/cellstyle_by_formula.xhp">Assigning Formats by Formula</link></variable></h1>
<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>
diff --git a/source/text/scalc/guide/edit_multitables.xhp b/source/text/scalc/guide/edit_multitables.xhp
index ab7b141dd8..211c1c5d95 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">Copying to Multiple Sheets</link></variable></paragraph>
+<h1 id="hd_id3149456"><variable id="edit_multitables"><link href="text/scalc/guide/edit_multitables.xhp">Copying to Multiple Sheets</link></variable></h1>
<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/integer_leading_zero.xhp b/source/text/scalc/guide/integer_leading_zero.xhp
index 70391f0582..eb6b92d216 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">Entering a Number with Leading Zeros</link></variable></paragraph>
+<h1 id="hd_id3147560"><variable id="integer_leading_zero"><link href="text/scalc/guide/integer_leading_zero.xhp">Entering a Number with Leading Zeros</link></variable></h1>
<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/main.xhp b/source/text/scalc/guide/main.xhp
index 6def7f40d7..b1bcb5f72c 100644
--- a/source/text/scalc/guide/main.xhp
+++ b/source/text/scalc/guide/main.xhp
@@ -90,7 +90,7 @@
<embed href="text/scalc/guide/matrixformula.xhp#matrixformula"/>
<embed href="text/scalc/guide/table_rotate.xhp#table_rotate"/>
<embed href="text/scalc/guide/userdefined_function.xhp#userdefined_function"/>
-<paragraph role="heading" id="hd_id3152899" xml-lang="en-US" level="2">Entering References<comment>mw deleted link to Calc guide address_byname.xhp</comment></paragraph>
+<h2 id="hd_id3152899">Entering References<comment>mw deleted link to Calc guide address_byname.xhp</comment></h2>
<embed href="text/scalc/guide/value_with_name.xhp#value_with_name"/>
<embed href="text/scalc/guide/address_auto.xhp#address_auto"/>
<embed href="text/scalc/guide/cellreference_dragdrop.xhp#cellreference_dragdrop"/>
diff --git a/source/text/scalc/guide/pivotchart_create.xhp b/source/text/scalc/guide/pivotchart_create.xhp
index a960da8cd1..8023b65b3f 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">Creating Pivot Charts</link></variable></paragraph>
+ <h1 id="hd_id441525141699185"><variable id="pivotchartcreate"><link href="text/scalc/guide/pivotchart_create.xhp">Creating Pivot Charts</link></variable></h1>
<paragraph role="paragraph" id="par_id481525142550652" xml-lang="en-US">To create a pivot chart proceed as below:</paragraph>
<list type="ordered">
<listitem>
diff --git a/source/text/scalc/guide/pivotchart_delete.xhp b/source/text/scalc/guide/pivotchart_delete.xhp
index 3a57a36437..da5122f892 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">Deleting a Pivot Chart</link></variable></paragraph>
+ <h1 id="hd_id231525147891984"><variable id="pivotchartdelete"><link href="text/scalc/guide/pivotchart_delete.xhp">Deleting a Pivot Chart</link></variable></h1>
<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 99174e16c8..423a5a629a 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">Editing Pivot Charts</link></variable></paragraph>
+ <h1 id="hd_id271525144002806"><variable id="pivotchartedit"><link href="text/scalc/guide/pivotchart_edit.xhp">Editing Pivot Charts</link></variable></h1>
<paragraph role="paragraph" id="par_id971525144066574" xml-lang="en-US">Edit a pivot chart in the same way as normal charts.</paragraph>
<h2 id="hd_id5631580">To edit a pivot chart</h2>
<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 19cbe99e45..12462de67c 100644
--- a/source/text/scalc/guide/pivotchart_filter.xhp
+++ b/source/text/scalc/guide/pivotchart_filter.xhp
@@ -16,7 +16,7 @@
</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">Filtering Pivot Charts</link></variable></paragraph>
+ <h1 id="hd_id401525165755583"><variable id="pivotchartfilter"><link href="text/scalc/guide/pivotchart_filter.xhp">Filtering Pivot Charts</link></variable></h1>
<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>
<h2 id="hd_id201525166689277">Pivot chart field buttons</h2>
diff --git a/source/text/scalc/guide/pivotchart_update.xhp b/source/text/scalc/guide/pivotchart_update.xhp
index 64d793c2ec..eb2cf8949f 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">Updating Pivot Charts</link></variable></paragraph>
+ <h1 id="hd_id281525146417678"><variable id="pivotchartupdate"><link href="text/scalc/guide/pivotchart_update.xhp">Updating Pivot Charts</link></variable></h1>
<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/table_cellmerge.xhp b/source/text/scalc/guide/table_cellmerge.xhp
index b211e6b8c7..e107b9144a 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">Merge and Unmerge Cells</link></variable></paragraph>
+ <h1 id="hd_id8005005"><variable id="table_cellmerge"><link href="text/scalc/guide/table_cellmerge.xhp">Merge and Unmerge Cells</link></variable></h1>
<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/schart/01/03010000.xhp b/source/text/schart/01/03010000.xhp
index bdeaf869ab..3bb2854ca9 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">Data Table</link></paragraph>
+<h1 id="hd_id3150869"><link href="text/schart/01/03010000.xhp">Data Table</link></h1>
<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/04050000.xhp b/source/text/schart/01/04050000.xhp
index b9a44fe2e4..89ab6242bf 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">X/Y Error Bars</link></paragraph><comment>i85330</comment>
+<h1 id="hd_id3147428"><link href="text/schart/01/04050000.xhp">X/Y Error Bars</link></h1><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/04050100.xhp b/source/text/schart/01/04050100.xhp
index f29061ba5f..669f09788b 100644
--- a/source/text/schart/01/04050100.xhp
+++ b/source/text/schart/01/04050100.xhp
@@ -38,7 +38,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/tp_Trendline/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/tp_Trendline/TP_TRENDLINE" id="bm_id2001710" localize="false"/>
-<paragraph id="hd_id5409405" role="heading" level="1" xml-lang="en-US"> <variable id="regression"><link href="text/schart/01/04050100.xhp">Trend Lines</link></variable></paragraph>
+<h1 id="hd_id5409405"> <variable id="regression"><link href="text/schart/01/04050100.xhp">Trend Lines</link></variable></h1>
<paragraph id="par_id7272255" role="paragraph" xml-lang="en-US"> <variable id="trendlinestext"> <ahelp hid=".">Trend lines can be added to all 2D chart types except for Pie and Stock charts.</ahelp> </variable> </paragraph>
<section id="howtoget">
diff --git a/source/text/schart/01/04060000.xhp b/source/text/schart/01/04060000.xhp
index b0b395db38..23c2632d6d 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">Options</link></paragraph>
+<h1 id="hd_id3149400"><link href="text/schart/01/04060000.xhp">Options</link></h1>
<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 44663e2e7e..43ee751e22 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">Chart Wall</link></paragraph>
+<h2 id="hd_id3153418"><link href="text/schart/01/05060000.xhp">Chart Wall</link></h2>
<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">Chart Area</link></paragraph>
+<h2 id="hd_id3155766"><link href="text/schart/01/05080000.xhp">Chart Area</link></h2>
<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">Chart Floor</link></paragraph>
+<h2 id="hd_id3154255"><link href="text/schart/01/05070000.xhp">Chart Floor</link></h2>
<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">Title</link></paragraph>
+<h2 id="hd_id3146313"><link href="text/schart/01/05020100.xhp">Title</link></h2>
<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">Legend</link></paragraph>
+<h2 id="hd_id3150297"><link href="text/schart/01/05030000.xhp">Legend</link></h2>
<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">X Axis</link></paragraph>
+<h2 id="hd_id3143219"><link href="text/schart/01/05040100.xhp">X Axis</link></h2>
<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">Y Axis</link></paragraph>
+<h2 id="hd_id3150207"><link href="text/schart/01/05040200.xhp">Y Axis</link></h2>
<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">Grid</link></paragraph>
+<h2 id="hd_id3166432"><link href="text/schart/01/05050100.xhp">Grid</link></h2>
<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/05020000.xhp b/source/text/schart/01/05020000.xhp
index 68a6845400..9b5f728f39 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">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><h1 id="hd_id3150791"><link href="text/schart/01/05020000.xhp">Title</link></h1>
<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">Main title</link></paragraph>
+ <h2 id="hd_id3155414"><link href="text/schart/01/05020100.xhp">Main title</link></h2>
<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">Subtitle</link></paragraph>
+ <h2 id="hd_id3156441"><link href="text/schart/01/05020100.xhp">Subtitle</link></h2>
<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">X-axis title</link></paragraph>
+ <h2 id="hd_id3151073"><link href="text/schart/01/05020100.xhp">X-axis title</link></h2>
<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">Y-axis title</link></paragraph>
+ <h2 id="hd_id3154732"><link href="text/schart/01/05020200.xhp">Y-axis title</link></h2>
<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">Z-axis title</link></paragraph>
+ <h2 id="hd_id3154017"><link href="text/schart/01/05020100.xhp">Z-axis title</link></h2>
<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">All titles</link></paragraph>
+ <h2 id="hd_id3153711"><link href="text/schart/01/05020200.xhp">All titles</link></h2>
<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 6ec0b7b046..5c703cb72c 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">Alignment</link></paragraph>
+<h1 id="hd_id3150793"><link href="text/schart/01/05020101.xhp">Alignment</link></h1>
<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 c8fe4eb3df..7c1fc686ea 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">Alignment</link></paragraph><comment>new name: Label</comment>
+<h1 id="hd_id3149656"><link href="text/schart/01/05020201.xhp">Alignment</link></h1><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/05040000.xhp b/source/text/schart/01/05040000.xhp
index f7fea1ceae..1aec26d344 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">Axis</link></paragraph>
+<h1 id="hd_id3149456"><link href="text/schart/01/05040000.xhp">Axis</link></h1>
<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">X axis</link></paragraph>
+<h2 id="hd_id3153729"><link href="text/schart/01/05040100.xhp">X axis</link></h2>
<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">Y axis</link></paragraph>
+<h2 id="hd_id3147394"><link href="text/schart/01/05040200.xhp">Y axis</link></h2>
<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">Secondary X Axis</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/.uno:DiagramAxisA" id="bm_id3151075" localize="false"/><h2 id="hd_id3153160"><link href="text/schart/01/05040100.xhp">Secondary X Axis</link></h2>
<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">Secondary Y Axis</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/.uno:DiagramAxisB" id="bm_id3155445" localize="false"/><h2 id="hd_id3145640"><link href="text/schart/01/05040200.xhp">Secondary Y Axis</link></h2>
<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">Z axis</link></paragraph>
+<h2 id="hd_id3145228"><link href="text/schart/01/05040100.xhp">Z axis</link></h2>
<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">All axes</link></paragraph>
+<h2 id="hd_id3147345"><link href="text/schart/01/05040100.xhp">All axes</link></h2>
<embed href="text/schart/01/05040100.xhp#achsen"/>
</body>
</helpdocument>
diff --git a/source/text/schart/01/05040201.xhp b/source/text/schart/01/05040201.xhp
index ea478b8edd..0cbab9e9cc 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">Scale</link></paragraph>
+<h1 id="hd_id3150868"><link href="text/schart/01/05040201.xhp">Scale</link></h1>
<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 0936a532e5..f051144ec9 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">Positioning</link></paragraph>
+<h1 id="hd_id3150868"><link href="text/schart/01/05040202.xhp">Positioning</link></h1>
<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 6c522ee73b..c98e21a7d3 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">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><h1 id="hd_id3155602"><link href="text/schart/01/05050000.xhp">Grid</link></h1>
<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">X Axis Major Grid</link></paragraph>
+ <h2 id="hd_id3150045"><link href="text/schart/01/05050100.xhp">X Axis Major Grid</link></h2>
<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">Y Axis Major Grid</link></paragraph>
+ <h2 id="hd_id3145228"><link href="text/schart/01/05050100.xhp">Y Axis Major Grid</link></h2>
<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">Z Axis Major Grid</link></paragraph>
+ <h2 id="hd_id3147346"><link href="text/schart/01/05050100.xhp">Z Axis Major Grid</link></h2>
<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">X Axis Minor Grid</link></paragraph>
+ <h2 id="hd_id3154021"><link href="text/schart/01/05050100.xhp">X Axis Minor Grid</link></h2>
<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">Y Axis Minor Grid</link></paragraph>
+ <h2 id="hd_id3150307"><link href="text/schart/01/05050100.xhp">Y Axis Minor Grid</link></h2>
<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">Z Axis minor Grid</link></paragraph>
+ <h2 id="hd_id3166428"><link href="text/schart/01/05050100.xhp">Z Axis minor Grid</link></h2>
<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">All Axis Grids</link></paragraph>
+ <h2 id="hd_id3145585"><link href="text/schart/01/05050100.xhp">All Axis Grids</link></h2>
<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 0b0c75179f..0d78227aaa 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">Arrangement</link></paragraph>
+<h1 id="hd_id3159153"><link href="text/schart/01/05120000.xhp">Arrangement</link></h1>
<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/02/01210000.xhp b/source/text/schart/02/01210000.xhp
index b5b56cacb8..21f4f51d1e 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">Scale Text</link></paragraph>
+<h1 id="hd_id3152996"><link href="text/schart/02/01210000.xhp">Scale Text</link></h1>
<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 4f87990f44..d18530ebea 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">Automatic Layout</link></paragraph>
+<h1 id="hd_id3150400"><link href="text/schart/02/01220000.xhp">Automatic Layout</link></h1>
<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 cb57d7f50e..674e371d65 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">Current Chart Type</link></paragraph>
+ <bookmark branch="hid/.uno:ContextType" xml-lang="en-US" id="bm_id3150770" localize="false"/><h1 id="hd_id3150791"><link href="text/schart/02/02020000.xhp">Current Chart Type</link></h1>
<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 4fe1e5c730..1b89439635 100644
--- a/source/text/schart/04/01020000.xhp
+++ b/source/text/schart/04/01020000.xhp
@@ -78,7 +78,7 @@
<paragraph role="paragraph" id="par_id3152988" xml-lang="en-US">Open group so that you can edit the individual components (in legend and data series).</paragraph>
</section>
<section id="StrgF3">
-<paragraph role="heading" id="hd_id3153815" xml-lang="en-US" level="3"><switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3</paragraph>
+<h3 id="hd_id3153815"><switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3</h3>
<paragraph role="paragraph" id="par_id3153915" xml-lang="en-US">Exit group (in legend and data series).</paragraph>
</section>
<section id="+-">
diff --git a/source/text/schart/main0202.xhp b/source/text/schart/main0202.xhp
index e7c29c4816..500294db2e 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">Formatting Bar</link></paragraph>
+ <h1 id="hd_id0810200911433792"><link href="text/schart/main0202.xhp">Formatting Bar</link></h1>
<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 fbb9a72e55..30f5f3a6b9 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">$[officename] Chart Features</link></paragraph>
+ <h1 id="hd_id3150543"><link href="text/schart/main0503.xhp">$[officename] Chart Features</link></h1>
<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/sdraw/00/00000004.xhp b/source/text/sdraw/00/00000004.xhp
index 2852dd2b19..8eebcb7fc3 100644
--- a/source/text/sdraw/00/00000004.xhp
+++ b/source/text/sdraw/00/00000004.xhp
@@ -32,6 +32,6 @@
<body>
- <paragraph id="hd_id3156024" role="heading" level="1" xml-lang="en-US"><variable id="wie">To access this command...</variable></paragraph>
+ <h1 id="hd_id3156024"><variable id="wie">To access this command...</variable></h1>
</body>
</helpdocument>
diff --git a/source/text/sdraw/guide/color_define.xhp b/source/text/sdraw/guide/color_define.xhp
index 9521b55cd3..b6febb882d 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">Defining Custom Colors</link></variable></paragraph>
+ <h1 id="hd_id3149263"><variable id="color_define"><link href="text/sdraw/guide/color_define.xhp">Defining Custom Colors</link></variable></h1>
<paragraph xml-lang="en-US" id="par_id3154511" role="paragraph">Define custom colors and add them to the <emph>Custom</emph> color palette.</paragraph>
<h2 id="hd_id3155600">To define a custom color</h2>
<list type="ordered">
diff --git a/source/text/sdraw/main0101.xhp b/source/text/sdraw/main0101.xhp
index 0f56ae3607..466b35cfaf 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">File</link></paragraph>
+ <h1 id="hd_id3149655"><link href="text/sdraw/main0101.xhp">File</link></h1>
<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/main0202.xhp b/source/text/sdraw/main0202.xhp
index e0b427b742..738f700be2 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">Line and Filling Bar</link></paragraph>
+<h1 id="hd_id3149669"><link href="text/sdraw/main0202.xhp">Line and Filling Bar</link></h1>
<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">Line Style</link></paragraph>
+<h2 id="hd_id3149664"><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"/>
-<paragraph role="heading" id="hd_id3156285" xml-lang="en-US" level="2"><link href="text/shared/01/05200100.xhp">Line Width</link></paragraph>
+<h2 id="hd_id3156285"><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"/>
-<paragraph role="heading" id="hd_id3154015" xml-lang="en-US" level="2"><link href="text/shared/01/05200100.xhp">Line Color</link></paragraph>
+<h2 id="hd_id3154015"><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"/>
-<paragraph role="heading" id="hd_id3155767" xml-lang="en-US" level="2"><link href="text/shared/01/05210100.xhp">Area Style / Filling</link></paragraph>
+<h2 id="hd_id3155767"><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"/>
-<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>
+<h2 id="hd_id3341471"><link href="text/shared/01/05210600.xhp">Shadow</link><comment>UFI: inserted Shadow header and link</comment></h2>
<embed href="text/shared/01/05210600.xhp#syshadow"/>
</body>
</helpdocument>
diff --git a/source/text/sdraw/main0503.xhp b/source/text/sdraw/main0503.xhp
index 9461f04b96..a3d97e2134 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">$[officename] Draw Features</link></variable></paragraph>
+ <h1 id="hd_id3148797"><variable id="main0503"><link href="text/sdraw/main0503.xhp">$[officename] Draw Features</link></variable></h1>
<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>
<h2 id="hd_id3147435">Vector Graphics</h2>
diff --git a/source/text/sdraw/main_tools.xhp b/source/text/sdraw/main_tools.xhp
index 0f51ac83d2..9d60ca59d7 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">Tools</link></paragraph>
+<h1 id="hd_id3159155"><link href="text/sdraw/main_tools.xhp">Tools</link></h1>
<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">ImageMap</link></paragraph>
+<h2 id="hd_id3148699"><link href="text/shared/01/02220000.xhp">ImageMap</link></h2>
<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">AutoCorrect Options</link></paragraph>
+<h2 id="hd_id3153415"><link href="text/shared/01/06040000.xhp">AutoCorrect Options</link></h2>
<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">Customize</link></paragraph>
+<h2 id="hd_id3150044"><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/shared/00/01050000.xhp b/source/text/shared/00/01050000.xhp
index a2630ecd3a..3263583091 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">General</link><comment>UFI: this is a tab page of the Gallery. Deleted everything else</comment></paragraph>
+<h1 id="hd_id3158397"><link href="text/shared/00/01050000.xhp">General</link><comment>UFI: this is a tab page of the Gallery. Deleted everything else</comment></h1>
<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/01010001.xhp b/source/text/shared/01/01010001.xhp
index c952d12223..c0290131f4 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">Master Document</link></paragraph>
+<h1 id="hd_id3153514"><link href="text/shared/01/01010001.xhp">Master Document</link></h1>
<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"/>
diff --git a/source/text/shared/01/01010200.xhp b/source/text/shared/01/01010200.xhp
index 7152fe19a2..2aaa287c8e 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">Labels</link></paragraph>
+<h1 id="hd_id3154788"><link href="text/shared/01/01010200.xhp">Labels</link></h1>
<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">
diff --git a/source/text/shared/01/01010201.xhp b/source/text/shared/01/01010201.xhp
index 3ca4862031..38320677ab 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">Labels</link></paragraph>
+<h1 id="hd_id3149987"><link href="text/shared/01/01010201.xhp">Labels</link></h1>
<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">
diff --git a/source/text/shared/01/01010202.xhp b/source/text/shared/01/01010202.xhp
index 6e42d4dbe4..f31170b6ba 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">Format</link></paragraph>
+<h1 id="hd_id3151260"><link href="text/shared/01/01010202.xhp">Format</link></h1>
<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 4725c487d0..d125c2917f 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">Options</link></paragraph>
+<h1 id="hd_id3155599"><link href="text/shared/01/01010203.xhp">Options</link></h1>
<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">
diff --git a/source/text/shared/01/01010300.xhp b/source/text/shared/01/01010300.xhp
index c0255b64f9..ca5dcef837 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">Business cards</link></paragraph>
+<h1 id="hd_id3149038"><link href="text/shared/01/01010300.xhp">Business cards</link></h1>
<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 b4a1669235..d35526d039 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">Medium</link></paragraph>
+ <h1 id="hd_id3148765"><link href="text/shared/01/01010301.xhp">Medium</link></h1>
<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">
diff --git a/source/text/shared/01/01010302.xhp b/source/text/shared/01/01010302.xhp
index 510f5b6136..f513c66e74 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">Business Cards</link></paragraph>
+<h1 id="hd_id3152414"><link href="text/shared/01/01010302.xhp">Business Cards</link></h1>
<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 ad024f9d8e..8d7328b88e 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">Private</link></paragraph>
+<h1 id="hd_id3149031"><link href="text/shared/01/01010303.xhp">Private</link></h1>
<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 8a6bd7002e..74f03bfe64 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">Business</link></paragraph>
+<h1 id="hd_id3152942"><link href="text/shared/01/01010304.xhp">Business</link></h1>
<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/01020001.xhp b/source/text/shared/01/01020001.xhp
index c97aa13a0e..f70af4b136 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">Open Remote</link></paragraph>
+<h1 id="hd_id151513629025611"><link href="text/shared/01/01020001.xhp">Open Remote</link></h1>
<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">
diff --git a/source/text/shared/01/01060000.xhp b/source/text/shared/01/01060000.xhp
index 74dcaa5b1b..847026c7e7 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">Save</link></paragraph>
+<h1 id="hd_id3147000"><link href="text/shared/01/01060000.xhp">Save</link></h1>
<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 8cf3b88cd4..87bdc03e17 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">Save Remote...</link></paragraph>
+<h1 id="hd_id151513629025611"><link href="text/shared/01/01060001.xhp">Save Remote...</link></h1>
<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">
diff --git a/source/text/shared/01/01060002.xhp b/source/text/shared/01/01060002.xhp
index e079da5682..b1024d2ece 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">Save a Copy</link></paragraph>
+<h1 id="par_id391513471676787"><link href="text/shared/01/01060002.xhp">Save a Copy</link></h1>
<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">
diff --git a/source/text/shared/01/01070000.xhp b/source/text/shared/01/01070000.xhp
index 6bb72bca4d..0104d0916b 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">Save As</link></paragraph>
+<bookmark branch="hid/SVT_HID_FILESAVE_DIALOG" id="bm_id3155619" localize="false"/><h1 id="hd_id3151260"><link href="text/shared/01/01070000.xhp">Save As</link></h1>
<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>
diff --git a/source/text/shared/01/01070001.xhp b/source/text/shared/01/01070001.xhp
index 4617503348..b57183fd18 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">Export</link></paragraph>
+<h1 id="hd_id3153383"><link href="text/shared/01/01070001.xhp">Export</link></h1>
<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/01100300.xhp b/source/text/shared/01/01100300.xhp
index b82d050ee0..af75f3c52b 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">Custom Properties</link></paragraph>
+<h1 id="hd_id3155069"><link href="text/shared/01/01100300.xhp">Custom Properties</link></h1>
<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/01100600.xhp b/source/text/shared/01/01100600.xhp
index b5e5f85fa5..9aaa954cee 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">Security</link></paragraph>
+<h1 id="hd_id3149969"><link href="text/shared/01/01100600.xhp">Security</link></h1>
<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/01140000.xhp b/source/text/shared/01/01140000.xhp
index 847054ff67..ece2070c2c 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">Printer Settings</link></paragraph>
+<h1 id="hd_id3147294"><link href="text/shared/01/01140000.xhp">Printer Settings</link></h1>
<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 42959b390a..ccb7c01911 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">Send</link></paragraph>
+<h1 id="hd_id3152895"><link href="text/shared/01/01160000.xhp">Send</link></h1>
<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">Email Document</link></paragraph>
+<h2 id="hd_id3154398"><link href="text/shared/01/01160200.xhp">Email Document</link></h2>
<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">Create Master Document</link></paragraph>
+<h2 id="hd_id3155391"><link href="text/shared/01/01160300.xhp">Create Master Document</link></h2>
<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">Create HTML Document</link></paragraph>
+<h2 id="hd_id3153345"><link href="text/swriter/01/01160500.xhp">Create HTML Document</link></h2>
<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">Create AutoAbstract</link></paragraph>
+<h2 id="hd_id3149811"><link href="text/swriter/01/01160300.xhp">Create AutoAbstract</link></h2>
<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/01160200.xhp b/source/text/shared/01/01160200.xhp
index e41d29ee23..ae12753446 100644
--- a/source/text/shared/01/01160200.xhp
+++ b/source/text/shared/01/01160200.xhp
@@ -27,7 +27,7 @@
<body>
<section id="sendemail">
<bookmark xml-lang="en-US" branch="hid/.uno:SendMail" id="bm_id1274021" localize="false"/>
-<paragraph role="heading" id="hd_id3150702" xml-lang="en-US" level="1"><link href="text/shared/01/01160200.xhp">Email Document</link></paragraph>
+<h1 id="hd_id3150702"><link href="text/shared/01/01160200.xhp">Email Document</link></h1>
<paragraph role="paragraph" id="par_id3152823" xml-lang="en-US"><variable id="versendentext"><ahelp hid=".uno:SendMail">Opens a new window in your default email program with the current document as an attachment. The current file format is used.</ahelp></variable> If the document is new and unsaved, the format specified in <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - General</emph> is used.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/01180000.xhp b/source/text/shared/01/01180000.xhp
index f0ec541ad8..d77be85eff 100644
--- a/source/text/shared/01/01180000.xhp
+++ b/source/text/shared/01/01180000.xhp
@@ -27,7 +27,7 @@
<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">Save All</link></paragraph>
+<h1 id="hd_id3150347"><link href="text/shared/01/01180000.xhp">Save All</link></h1>
<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">
diff --git a/source/text/shared/01/01190000.xhp b/source/text/shared/01/01190000.xhp
index ecca5b97a4..a224afd553 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">Versions</link></paragraph>
+<h1 id="hd_id3143272"><link href="text/shared/01/01190000.xhp">Versions</link></h1>
<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">
diff --git a/source/text/shared/01/02020000.xhp b/source/text/shared/01/02020000.xhp
index 49e89d657a..f1800c88a0 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">Redo</link></paragraph>
+<h1 id="hd_id3149991"><link href="text/shared/01/02020000.xhp">Redo</link></h1>
<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 d13677fd2a..2d3f2f3597 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">Repeat</link></paragraph>
+<h1 id="hd_id3150279"><link href="text/shared/01/02030000.xhp">Repeat</link></h1>
<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 99dd1ef2b4..da9894dbe5 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">Cut</link></paragraph>
+<h1 id="hd_id3146936"><link href="text/shared/01/02040000.xhp">Cut</link></h1>
<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 79f374a8e6..6b8bb4df4b 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">Copy</link></paragraph>
+<h1 id="hd_id3152876"><link href="text/shared/01/02050000.xhp">Copy</link></h1>
<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 2431d0c6c8..de69985195 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">Paste</link></paragraph>
+<h1 id="hd_id3149031"><link href="text/shared/01/02060000.xhp">Paste</link></h1>
<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/02090000.xhp b/source/text/shared/01/02090000.xhp
index 9e9fb47b64..c513013440 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">Select All</link></paragraph>
+<h1 id="hd_id3145138"><link href="text/shared/01/02090000.xhp">Select All</link></h1>
<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/02180100.xhp b/source/text/shared/01/02180100.xhp
index a73234a2f0..d72b0792ca 100644
--- a/source/text/shared/01/02180100.xhp
+++ b/source/text/shared/01/02180100.xhp
@@ -34,7 +34,7 @@
<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">Modify DDE Links</link></paragraph>
+<h1 id="hd_id3149877"><link href="text/shared/01/02180100.xhp">Modify DDE Links</link></h1>
<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"/>
diff --git a/source/text/shared/01/02250000.xhp b/source/text/shared/01/02250000.xhp
index dc62477df9..9241bb4354 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">Bibliography Database</link></paragraph>
+<h1 id="hd_id3150999"><link href="text/shared/01/02250000.xhp">Bibliography Database</link></h1>
</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 0203ddb970..841bc404fb 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">Standard Bar</link></paragraph>
+<h1 id="hd_id3150467"><link href="text/shared/01/03020000.xhp">Standard Bar</link></h1>
<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/03110000.xhp b/source/text/shared/01/03110000.xhp
index fe9ccfe23c..f4c1db365a 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">Full Screen</link></paragraph>
+<h1 id="hd_id3160463"><link href="text/shared/01/03110000.xhp">Full Screen</link></h1>
<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/03990000.xhp b/source/text/shared/01/03990000.xhp
index b839e829ef..3a29b51c42 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">Toolbars</link></paragraph>
+<h1 id="hd_id3160463"><link href="text/shared/01/03990000.xhp">Toolbars</link></h1>
<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">Customize</link></paragraph>
+<h2 id="hd_id3153683"><link href="text/shared/guide/edit_symbolbar.xhp">Customize</link></h2>
<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"/>
<h2 id="hd_id371715">Reset</h2>
diff --git a/source/text/shared/01/04180100.xhp b/source/text/shared/01/04180100.xhp
index fca64d9906..a23004e952 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">Data Sources</link></paragraph>
+<h1 id="hd_id3156053"><link href="text/shared/01/04180100.xhp">Data Sources</link></h1>
<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>
diff --git a/source/text/shared/01/05020301.xhp b/source/text/shared/01/05020301.xhp
index 51202a184a..6a4a4c19ad 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">Number Format Codes</link> </variable></paragraph>
+<h1 id="hd_id3153514"><variable id="zahlenformatcodes"><link href="text/shared/01/05020301.xhp">Number Format Codes</link> </variable></h1>
<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 d116f87942..a81ec1668f 100644
--- a/source/text/shared/01/05020400.xhp
+++ b/source/text/shared/01/05020400.xhp
@@ -37,7 +37,7 @@
<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">Hyperlink</link></paragraph>
+<h1 id="hd_id3152895"><link href="text/shared/01/05020400.xhp">Hyperlink</link></h1>
<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">
diff --git a/source/text/shared/01/05020500.xhp b/source/text/shared/01/05020500.xhp
index d619314ff8..4ecac310c7 100644
--- a/source/text/shared/01/05020500.xhp
+++ b/source/text/shared/01/05020500.xhp
@@ -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">Pair kerning</link></paragraph>
+<h3 id="hd_id3154127"><link href="text/shared/00/00000005.xhp#kerning">Pair kerning</link></h3>
<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 07567497d8..44ee23f1a9 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">Asian Layout</link></paragraph>
+<h1 id="hd_id3156053"><link href="text/shared/01/05020600.xhp">Asian Layout</link></h1>
<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 7bf58feaa7..e865cc8754 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">Asian Typography</link></paragraph>
+<h1 id="hd_id3155620"><link href="text/shared/01/05020700.xhp">Asian Typography</link></h1>
<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">
diff --git a/source/text/shared/01/05030300.xhp b/source/text/shared/01/05030300.xhp
index f91675b118..35ef6ba112 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">Tabs</link></paragraph>
+<h1 id="hd_id3156027"><link href="text/shared/01/05030300.xhp">Tabs</link></h1>
<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/05030800.xhp b/source/text/shared/01/05030800.xhp
index 2165a441b4..633d0a806d 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">Crop</link></paragraph>
+<h1 id="hd_id3154044"><link href="text/shared/01/05030800.xhp">Crop</link></h1>
<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/05060000.xhp b/source/text/shared/01/05060000.xhp
index 80e0905968..8becacc960 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">Asian Phonetic Guide</link></paragraph>
+<h1 id="hd_id3147527"><link href="text/shared/01/05060000.xhp">Asian Phonetic Guide</link></h1>
<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>
diff --git a/source/text/shared/01/05070100.xhp b/source/text/shared/01/05070100.xhp
index 6a583f1831..b1f0d392ab 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">Align Left</link></paragraph>
+<h1 id="hd_id3147069"><link href="text/shared/01/05070100.xhp">Align Left</link></h1>
<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/05070300.xhp b/source/text/shared/01/05070300.xhp
index ebc722b07d..a89e6e3928 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">Align Right</link></paragraph>
+<h1 id="hd_id3153383"><link href="text/shared/01/05070300.xhp">Align Right</link></h1>
<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/05070500.xhp b/source/text/shared/01/05070500.xhp
index 986ed196cd..892dd2dc8d 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">Align Vertical Center</link></paragraph>
+<h1 id="hd_id3152876"><link href="text/shared/01/05070500.xhp">Align Vertical Center</link></h1>
<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 2053937c16..82dc57104e 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">Align Bottom</link></paragraph>
+<h1 id="hd_id3153383"><link href="text/shared/01/05070600.xhp">Align Bottom</link></h1>
<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/05090000.xhp b/source/text/shared/01/05090000.xhp
index b0fa0e97ad..7b34d04322 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">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><h1 id="hd_id3155271"><link href="text/shared/01/05090000.xhp">Font</link></h1>
<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 a4c2c02345..9b9c862006 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">Size</link></paragraph>
+<h1 id="hd_id3153391"><link href="text/shared/01/05100000.xhp">Size</link></h1>
<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/05100500.xhp b/source/text/shared/01/05100500.xhp
index 58b284bc6a..e9342be904 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">Top</link></paragraph>
+<h1 id="hd_id3154765"><link href="text/shared/01/05100500.xhp">Top</link></h1>
<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 14857a22f5..b05a9fa641 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">Center (vertical)</link></paragraph>
+<h1 id="hd_id3149874"><link href="text/shared/01/05100600.xhp">Center (vertical)</link></h1>
<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 80b8c2c79d..0c057a9738 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">Bottom</link></paragraph>
+<h1 id="hd_id3150249"><link href="text/shared/01/05100700.xhp">Bottom</link></h1>
<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 5e7aef71a3..52560ee25b 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">Style</link></paragraph>
+<h1 id="hd_id3147366"><link href="text/shared/01/05110000.xhp">Style</link></h1>
<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/05110500.xhp b/source/text/shared/01/05110500.xhp
index c718ebed1b..69d2c6ef37 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">Shadows</link></paragraph>
+<h1 id="hd_id3154545"><link href="text/shared/01/05110500.xhp">Shadows</link></h1>
<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/05200000.xhp b/source/text/shared/01/05200000.xhp
index fe9c509979..fdfe7d1c1a 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">Line</link></paragraph>
+<h1 id="hd_id3154350"><link href="text/shared/01/05200000.xhp">Line</link></h1>
<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/05210000.xhp b/source/text/shared/01/05210000.xhp
index de8a7c1e4d..1a43bafc3d 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">Area</link></paragraph>
+<h1 id="hd_id3085157"><link href="text/shared/01/05210000.xhp">Area</link></h1>
<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/05230000.xhp b/source/text/shared/01/05230000.xhp
index 59e799b0a1..3deadbe48a 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">Position and Size</link></paragraph>
+<h1 id="hd_id3152790"><link href="text/shared/01/05230000.xhp">Position and Size</link></h1>
<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/05230500.xhp b/source/text/shared/01/05230500.xhp
index 3f0b28cefa..aff68cd030 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">Callout</link></paragraph>
+<h1 id="hd_id3149038"><link href="text/shared/01/05230500.xhp">Callout</link></h1>
<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 68afdecd46..61fd1f7146 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">Flip</link></paragraph>
+<h1 id="hd_id3151264"><link href="text/shared/01/05240000.xhp">Flip</link></h1>
<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 f18d130e74..4f1035a2d3 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">Vertically</link></paragraph>
+<h1 id="hd_id3146959"><link href="text/shared/01/05240100.xhp">Vertically</link></h1>
<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 07fe0b989f..9784688ec9 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">Horizontally</link></paragraph>
+<h1 id="hd_id3147543"><link href="text/shared/01/05240200.xhp">Horizontally</link></h1>
<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 32c21a1536..45e148e2c5 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">Arrange</link></paragraph>
+<h1 id="hd_id3152427"><link href="text/shared/01/05250000.xhp">Arrange</link></h1>
<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 6a52293583..1639ebe1ce 100644
--- a/source/text/shared/01/05250100.xhp
+++ b/source/text/shared/01/05250100.xhp
@@ -34,7 +34,7 @@
<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">Bring to Front</link></paragraph>
+<h1 id="hd_id3154044"><link href="text/shared/01/05250100.xhp">Bring to Front</link></h1>
<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">
diff --git a/source/text/shared/01/05250200.xhp b/source/text/shared/01/05250200.xhp
index daa4e63013..0d52822a13 100644
--- a/source/text/shared/01/05250200.xhp
+++ b/source/text/shared/01/05250200.xhp
@@ -30,7 +30,7 @@
<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">Bring Forward </link></paragraph>
+<h1 id="hd_id3152790"><link href="text/shared/01/05250200.xhp">Bring Forward </link></h1>
<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">
diff --git a/source/text/shared/01/05250300.xhp b/source/text/shared/01/05250300.xhp
index 9e3a50dce3..306e50adec 100644
--- a/source/text/shared/01/05250300.xhp
+++ b/source/text/shared/01/05250300.xhp
@@ -30,7 +30,7 @@
<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">Send Backward</link></paragraph>
+<h1 id="hd_id3150146"><link href="text/shared/01/05250300.xhp">Send Backward</link></h1>
<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">
diff --git a/source/text/shared/01/05250400.xhp b/source/text/shared/01/05250400.xhp
index e8b426c6fd..0a652dab3a 100644
--- a/source/text/shared/01/05250400.xhp
+++ b/source/text/shared/01/05250400.xhp
@@ -34,7 +34,7 @@
<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">Send to Back</link></paragraph>
+<h1 id="hd_id3155620"><link href="text/shared/01/05250400.xhp">Send to Back</link></h1>
<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">
diff --git a/source/text/shared/01/05270000.xhp b/source/text/shared/01/05270000.xhp
index d997b39673..e468b78143 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">Edit Points</link></paragraph>
+<h1 id="hd_id3155271"><link href="text/shared/01/05270000.xhp">Edit Points</link></h1>
<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">
diff --git a/source/text/shared/01/05290000.xhp b/source/text/shared/01/05290000.xhp
index 8a0555efe1..ce3603cdc1 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">Group</link></paragraph>
+<h1 id="hd_id3150603"><link href="text/shared/01/05290000.xhp">Group</link></h1>
<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">Group</link></paragraph>
+<h2 id="hd_id3145120"><link href="text/shared/01/05290100.xhp">Group</link></h2>
<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">Ungroup</link></paragraph>
+<h2 id="hd_id3152474"><link href="text/shared/01/05290200.xhp">Ungroup</link></h2>
<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">Enter Group</link></paragraph>
+<h2 id="hd_id3145609"><link href="text/shared/01/05290300.xhp">Enter Group</link></h2>
<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">Exit Group</link></paragraph>
+<h2 id="hd_id3145068"><link href="text/shared/01/05290400.xhp">Exit Group</link></h2>
<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 2a09995c53..a094d9c82c 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">Group</link></paragraph>
+<bookmark branch="hid/.uno:FormatGroup" xml-lang="en-US" id="bm_id3150502" localize="false"/><h1 id="hd_id3152823"><link href="text/shared/01/05290100.xhp">Group</link></h1>
<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 0cc3241577..cbe651d569 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">Ungroup</link></paragraph>
+<bookmark branch="hid/.uno:FormatUngroup" xml-lang="en-US" id="bm_id3155577" localize="false"/><h1 id="hd_id3159217"><link href="text/shared/01/05290200.xhp">Ungroup</link></h1>
<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 5571375a90..3cd3721ab6 100644
--- a/source/text/shared/01/05290300.xhp
+++ b/source/text/shared/01/05290300.xhp
@@ -29,7 +29,7 @@
</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">Enter Group</link></paragraph>
+<h1 id="hd_id3083278"><link href="text/shared/01/05290300.xhp">Enter Group</link></h1>
<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"/>
diff --git a/source/text/shared/01/05290400.xhp b/source/text/shared/01/05290400.xhp
index 7932378360..1499708433 100644
--- a/source/text/shared/01/05290400.xhp
+++ b/source/text/shared/01/05290400.xhp
@@ -33,7 +33,7 @@
<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">Exit Group</link></paragraph>
+<h1 id="hd_id3157552"><link href="text/shared/01/05290400.xhp">Exit Group</link></h1>
<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"/>
diff --git a/source/text/shared/01/05320000.xhp b/source/text/shared/01/05320000.xhp
index 379cf58b7f..91d0dccf63 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">Text Animation</link></paragraph>
+<h1 id="hd_id3150014"><link href="text/shared/01/05320000.xhp">Text Animation</link></h1>
<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">
@@ -101,7 +101,7 @@
<h2 id="hd_id3152361">Properties</h2>
<bookmark xml-lang="en-US" branch="hid/cui/ui/textanimtabpage/TSB_START_INSIDE" id="bm_id3151056" localize="false"/><h3 id="hd_id3156434">Start Inside</h3>
<paragraph role="paragraph" id="par_id3150866" xml-lang="en-US"><ahelp hid="cui/ui/textanimtabpage/TSB_START_INSIDE">Text is visible and inside the drawing object when the effect is applied.</ahelp></paragraph>
-<bookmark xml-lang="en-US" branch="hid/cui/ui/textanimtabpage/TSB_STOP_INSIDE" id="bm_id3151108" localize="false"/><paragraph role="heading" id="hd_id3150359" xml-lang="en-US" level="3">Text visible when exiting<comment>i60202</comment></paragraph>
+<bookmark xml-lang="en-US" branch="hid/cui/ui/textanimtabpage/TSB_STOP_INSIDE" id="bm_id3151108" localize="false"/><h3 id="hd_id3150359">Text visible when exiting<comment>i60202</comment></h3>
<paragraph role="paragraph" id="par_id3154938" xml-lang="en-US"><ahelp hid="cui/ui/textanimtabpage/TSB_STOP_INSIDE">Text remains visible after the effect is applied.</ahelp></paragraph>
<h2 id="hd_id3155738">Animation effects</h2>
<paragraph role="paragraph" id="par_id3149291" xml-lang="en-US">Set the looping options for the animation effect.</paragraph>
diff --git a/source/text/shared/01/05320001.xhp b/source/text/shared/01/05320001.xhp
index c48bf617cd..4299131c22 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">Text Columns</link></paragraph>
+<h1 id="hd_id3150014"><link href="text/shared/01/05320001.xhp">Text Columns</link></h1>
<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>
<h2 id="hd_id3152821">Number of columns</h2>
diff --git a/source/text/shared/01/05320002.xhp b/source/text/shared/01/05320002.xhp
index 5b33d59c6a..56944f8e6d 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">Theme</link></paragraph>
+<h1 id="hd_id3150014"><link href="text/shared/01/05320002.xhp">Theme</link></h1>
<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>
<h2 id="hd_id3152821">General</h2>
diff --git a/source/text/shared/01/05340200.xhp b/source/text/shared/01/05340200.xhp
index 22bc212dd0..340a12b2b9 100644
--- a/source/text/shared/01/05340200.xhp
+++ b/source/text/shared/01/05340200.xhp
@@ -42,7 +42,7 @@
<paragraph role="paragraph" id="par_id3152821" xml-lang="en-US">You can also change the width of a column by dragging the divider beside the column header.<switchinline select="appl"> <caseinline select="CALC"> To fit the column width to the cell contents, double-click the divider.</caseinline> </switchinline></paragraph>
<bookmark branch="hid/modules/scalc/ui/colwidthdialog/value" xml-lang="en-US" id="bm_id3154984" localize="false"/><bookmark branch="hid/dbaccess/ui/colwidthdialog/value" xml-lang="en-US" id="bm_id3153346" localize="false"/><h2 id="hd_id3149346">Width</h2>
<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US"><ahelp hid="modules/scalc/ui/colwidthdialog/value" visibility="visible">Enter the column width that you want to use.</ahelp></paragraph>
- <bookmark branch="hid/modules/scalc/ui/colwidthdialog/default" xml-lang="en-US" id="bm_id3155392" localize="false"/><bookmark branch="hid/modules/scalc/ui/colwidthdialog/automatic" xml-lang="en-US" id="bm_id3157959" localize="false"/><paragraph id="hd_id3148621" role="heading" level="2" xml-lang="en-US"><switchinline select="appl"> <caseinline select="CALC">Default value</caseinline> <defaultinline>Automatic</defaultinline> </switchinline></paragraph>
+ <bookmark branch="hid/modules/scalc/ui/colwidthdialog/default" xml-lang="en-US" id="bm_id3155392" localize="false"/><bookmark branch="hid/modules/scalc/ui/colwidthdialog/automatic" xml-lang="en-US" id="bm_id3157959" localize="false"/><h2 id="hd_id3148621"><switchinline select="appl"> <caseinline select="CALC">Default value</caseinline> <defaultinline>Automatic</defaultinline> </switchinline></h2>
<paragraph role="paragraph" id="par_id3147008" xml-lang="en-US"><ahelp hid="modules/scalc/ui/colwidthdialog/default" visibility="visible">Automatically adjusts the column width based on the current font.</ahelp></paragraph>
</body>
</helpdocument>
diff --git a/source/text/shared/01/05340300.xhp b/source/text/shared/01/05340300.xhp
index 3ecec63e9a..16f1f51306 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">Alignment</link></paragraph>
+<h1 id="hd_id3154545"><link href="text/shared/01/05340300.xhp">Alignment</link></h1>
<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/05340404.xhp b/source/text/shared/01/05340404.xhp
index 2f01af09cb..0ac5bc4c56 100644
--- a/source/text/shared/01/05340404.xhp
+++ b/source/text/shared/01/05340404.xhp
@@ -31,7 +31,7 @@
</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">Delete Rows</link></paragraph>
+<h1 id="hd_id3147617"><link href="text/shared/01/05340404.xhp">Delete Rows</link></h1>
<paragraph role="paragraph" id="par_id3147000" xml-lang="en-US"><ahelp hid=".">Deletes the selected row(s).</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/05340500.xhp b/source/text/shared/01/05340500.xhp
index 7ca333dc0f..e60ea8482e 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">Hide Columns</link></paragraph>
+<h1 id="hd_id3148882"><link href="text/shared/01/05340500.xhp">Hide Columns</link></h1>
<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 32082b40dd..094e5171e7 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">Show Columns</link></paragraph>
+<h1 id="hd_id3152876"><link href="text/shared/01/05340600.xhp">Show Columns</link></h1>
<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/06010500.xhp b/source/text/shared/01/06010500.xhp
index 3b3b0ba0db..0a1020eaf2 100644
--- a/source/text/shared/01/06010500.xhp
+++ b/source/text/shared/01/06010500.xhp
@@ -29,7 +29,7 @@
<body>
<section id="language">
<bookmark xml-lang="en-US" branch="hid/.uno:LanguageMenu" id="bm_id7076326" localize="false"/>
-<paragraph role="heading" id="par_idN1055C" xml-lang="en-US" level="1"><link href="text/shared/01/06010500.xhp">Language</link></paragraph>
+<h1 id="par_idN1055C"><link href="text/shared/01/06010500.xhp">Language</link></h1>
<paragraph role="paragraph" id="par_idN1056C" xml-lang="en-US"><ahelp hid=".">Opens a submenu where you can choose language specific commands.</ahelp></paragraph>
</section>
<switch select="appl">
diff --git a/source/text/shared/01/06010600.xhp b/source/text/shared/01/06010600.xhp
index 12abf54101..a5827d23be 100644
--- a/source/text/shared/01/06010600.xhp
+++ b/source/text/shared/01/06010600.xhp
@@ -38,7 +38,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:ChineseConversion" id="bm_id9033860" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/chineseconversiondialog/ChineseConversionDialog" id="bm_id2549516" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/svx/ui/chineseconversiondialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
-<paragraph role="heading" id="par_idN10547" xml-lang="en-US" level="1"><link href="text/shared/01/06010600.xhp">Chinese Conversion</link></paragraph>
+<h1 id="par_idN10547"><link href="text/shared/01/06010600.xhp">Chinese Conversion</link></h1>
<paragraph role="paragraph" id="par_idN10557" xml-lang="en-US"><ahelp hid=".">Converts the selected Chinese text from one Chinese writing system to the other. If no text is selected, the entire document is converted.</ahelp> You can only use this command if you enable Asian language support in <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Language Settings - Languages</menuitem>.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/01/06040400.xhp b/source/text/shared/01/06040400.xhp
index 8fc0fbe5ea..c8d786b60e 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">Localized Options</link></paragraph>
+<h1 id="hd_id3153899"><link href="text/shared/01/06040400.xhp">Localized Options</link></h1>
<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">
@@ -57,7 +57,7 @@
<h2 id="hd_id3159500">Transliterate to Old Hungarian if the text direction is from right to left</h2>
<paragraph xml-lang="en-US" id="par_id3155173" role="paragraph">Words and numbers are transliterated to Old Hungarian script, if the text direction is from right to left using complex text layout.</paragraph>
<embed href="text/shared/guide/ctl.xhp#ctl"/>
-<paragraph xml-lang="en-US" id="hd_id3159600" role="heading" level="2">Replace &lt;&lt; and &gt;&gt; with angle quotes<comment>Hungarian translators: use the order &gt;&gt; and &lt;&lt;, according to the orthography of quotations.</comment></paragraph>
+<h2 id="hd_id3159600">Replace &lt;&lt; and &gt;&gt; with angle quotes<comment>Hungarian translators: use the order &gt;&gt; and &lt;&lt;, according to the orthography of quotations.</comment></h2>
<paragraph xml-lang="en-US" id="par_id3155273" role="paragraph">Automatically replaces double less-than and greater-than signs with double angle quotes « and » in several languages, and with single angle quotes ‹ and › in Swiss French.</paragraph>
<h2 id="hd_id3154682">Single Quotes / Double Quotes</h2>
diff --git a/source/text/shared/01/06040600.xhp b/source/text/shared/01/06040600.xhp
index 35ff5cdd26..822b2feba0 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">Word Completion</link></paragraph>
+ <h1 id="hd_id3148882"><link href="text/shared/01/06040600.xhp">Word Completion</link></h1>
<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/06130010.xhp b/source/text/shared/01/06130010.xhp
index e533ab34a6..7cb0732871 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">Record Macro</link></paragraph>
+<h1 id="hd_id3153383"><link href="text/shared/01/06130010.xhp">Record Macro</link></h1>
<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/06140500.xhp b/source/text/shared/01/06140500.xhp
index e5a94ba07e..e8b824aa00 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">Events</link></paragraph>
+ <h1 id="hd_id3152427"><link href="text/shared/01/06140500.xhp">Events</link></h1>
<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">
diff --git a/source/text/shared/01/06150120.xhp b/source/text/shared/01/06150120.xhp
index be9788a7e6..3614a5c972 100644
--- a/source/text/shared/01/06150120.xhp
+++ b/source/text/shared/01/06150120.xhp
@@ -32,7 +32,7 @@
<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">Transformation</link></variable></paragraph>
+ <h1 id="hd_id3147477"><variable id="transformation"><link href="text/shared/01/06150120.xhp">Transformation</link></variable></h1>
<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"/>
diff --git a/source/text/shared/01/06150210.xhp b/source/text/shared/01/06150210.xhp
index 42f0920ef3..bacb8d9280 100644
--- a/source/text/shared/01/06150210.xhp
+++ b/source/text/shared/01/06150210.xhp
@@ -32,7 +32,7 @@
<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">XML Filter output</link></variable></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"/><h1 id="hd_id3158397"><variable id="xmlfilteroutput"><link href="text/shared/01/06150210.xhp">XML Filter output</link></variable></h1>
<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"/>
diff --git a/source/text/shared/01/06200000.xhp b/source/text/shared/01/06200000.xhp
index eb8343435e..83a5697b14 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">Hangul/Hanja Conversion</link></paragraph>
+<h1 id="hd_id3155757"><link href="text/shared/01/06200000.xhp">Hangul/Hanja Conversion</link></h1>
<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">
@@ -68,16 +68,16 @@
<h3 id="hd_id3150443">Hangul (Hanja)</h3>
<paragraph role="paragraph" id="par_id3149192" xml-lang="en-US"><ahelp hid=".">The Hanja part will be displayed in brackets after the Hangul part.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/hangulhanjaconversiondialog/hangul_above" id="bm_id3158432" localize="false"/>
-<paragraph role="heading" id="hd_id3150119" xml-lang="en-US" level="3">Hanja as ruby text above<comment>To translators: this describes the visible graphical control - it is not part of the sources</comment></paragraph>
+<h3 id="hd_id3150119">Hanja as ruby text above<comment>To translators: this describes the visible graphical control - it is not part of the sources</comment></h3>
<paragraph role="paragraph" id="par_id3154173" xml-lang="en-US"><ahelp hid=".">The Hanja part will be displayed as ruby text above the Hangul part.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/hangulhanjaconversiondialog/hangul_below" id="bm_id3149902" localize="false"/>
-<paragraph role="heading" id="hd_id3159400" xml-lang="en-US" level="3">Hanja as ruby text below<comment>To translators: this describes the visible graphical control - it is not part of the sources</comment></paragraph>
+<h3 id="hd_id3159400">Hanja as ruby text below<comment>To translators: this describes the visible graphical control - it is not part of the sources</comment></h3>
<paragraph role="paragraph" id="par_id3156155" xml-lang="en-US"><ahelp hid=".">The Hanja part will be displayed as ruby text below the Hangul part.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/hangulhanjaconversiondialog/hanja_above" id="bm_id3153698" localize="false"/>
-<paragraph role="heading" id="hd_id3150085" xml-lang="en-US" level="3">Hangul as ruby text above<comment>To translators: this describes the visible graphical control - it is not part of the sources</comment></paragraph>
+<h3 id="hd_id3150085">Hangul as ruby text above<comment>To translators: this describes the visible graphical control - it is not part of the sources</comment></h3>
<paragraph role="paragraph" id="par_id3150771" xml-lang="en-US"><ahelp hid=".">The Hangul part will be displayed as ruby text above the Hanja part.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/hangulhanjaconversiondialog/hanja_below" id="bm_id3153348" localize="false"/>
-<paragraph role="heading" id="hd_id3155831" xml-lang="en-US" level="3">Hangul as ruby text below<comment>To translators: this describes the visible graphical control - it is not part of the sources</comment></paragraph>
+<h3 id="hd_id3155831">Hangul as ruby text below<comment>To translators: this describes the visible graphical control - it is not part of the sources</comment></h3>
<paragraph role="paragraph" id="par_id3157909" xml-lang="en-US"><ahelp hid=".">The Hangul part will be displayed as ruby text below the Hanja part.</ahelp></paragraph>
<h2 id="hd_id3148826">Conversion</h2>
<paragraph role="paragraph" id="par_id3159157" xml-lang="en-US">Normally in a mixed text selection made of Hangul and Hanja characters, all Hangul characters will be converted to Hanja and all Hanja characters will be converted to Hangul. If you want to convert a mixed text selection only in one direction, use the following conversion options.</paragraph>
diff --git a/source/text/shared/01/07010000.xhp b/source/text/shared/01/07010000.xhp
index 576db770e8..f9aae948b6 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">New Window</link></paragraph>
+<h1 id="hd_id3148882"><link href="text/shared/01/07010000.xhp">New Window</link></h1>
<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 87d8438d61..c57b06a515 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">Document List</link></paragraph>
+ <h1 id="hd_id3155620"><link href="text/shared/01/07080000.xhp">Document List</link></h1>
<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/font_features.xhp b/source/text/shared/01/font_features.xhp
index 70e2bbc44b..857141ebad 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">Font Features</link></paragraph>
+ <h1 id="hd_id581541769624076"><link href="text/shared/01/font_features.xhp">Font Features</link></h1>
<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">
diff --git a/source/text/shared/01/image_compression.xhp b/source/text/shared/01/image_compression.xhp
index a5ec5f3ec5..0de0376911 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">Compress Image</link></paragraph>
+ <h1 id="hd_id581534528193621"><link href="text/shared/01/image_compression.xhp">Compress Image</link></h1>
<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">
diff --git a/source/text/shared/01/menu_edit_find.xhp b/source/text/shared/01/menu_edit_find.xhp
index a7cce8d284..4403ca3029 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">Find</link></paragraph>
+<h1 id="hd_id102920151222294818"><link href="text/shared/01/menu_edit_find.xhp">Find</link></h1>
<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 276290aa5d..872138c37d 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">Sidebar</link></paragraph>
+<h1 id="hd_id102720150837294513"><link href="text/shared/01/menu_view_sidebar.xhp">Sidebar</link></h1>
<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/online_update_dialog.xhp b/source/text/shared/01/online_update_dialog.xhp
index 0bd298a4b8..2f3d7521ea 100644
--- a/source/text/shared/01/online_update_dialog.xhp
+++ b/source/text/shared/01/online_update_dialog.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/SFX2_HID_DLG_CHECKFORONLINEUPDATE" id="bm_id2912686" localize="false"/>
-<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_CHECK_FOR_UPD_DLG" id="bm_id9766533" localize="false"/><paragraph role="heading" id="hd_id4959257" xml-lang="en-US" level="1"><link href="text/shared/01/online_update_dialog.xhp">Check for Updates</link></paragraph><comment>UFI: this is the dialog</comment><paragraph role="paragraph" id="par_id1906491" xml-lang="en-US"><ahelp hid=".">Checks for available updates to your version of %PRODUCTNAME. If a newer version is available, you can choose to download the update. After downloading, if you have write permissions for the installation directory, you can install the update.</ahelp></paragraph>
+<bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_CHECK_FOR_UPD_DLG" id="bm_id9766533" localize="false"/><h1 id="hd_id4959257"><link href="text/shared/01/online_update_dialog.xhp">Check for Updates</link></h1><comment>UFI: this is the dialog</comment><paragraph role="paragraph" id="par_id1906491" xml-lang="en-US"><ahelp hid=".">Checks for available updates to your version of %PRODUCTNAME. If a newer version is available, you can choose to download the update. After downloading, if you have write permissions for the installation directory, you can install the update.</ahelp></paragraph>
<paragraph role="paragraph" id="par_id4799340" xml-lang="en-US">Once the download starts, you see a progress bar and three buttons on the dialog. You can pause and resume the download by clicking the Pause and Resume buttons. Click Cancel to abort the download and delete the partly downloaded file.</paragraph>
<paragraph role="paragraph" id="par_id1502121" xml-lang="en-US">By default, downloads will be stored to your desktop. You can change the folder where the downloaded file will be stored in <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Online Update.</paragraph>
<paragraph role="paragraph" id="par_id8266853" xml-lang="en-US">After the download is complete, you can click Install to start the installation of the update. You see a confirmation dialog, where you can choose to close %PRODUCTNAME.</paragraph>
diff --git a/source/text/shared/01/password_dlg.xhp b/source/text/shared/01/password_dlg.xhp
index 0883b8a0a4..96a377e138 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">Password</link></paragraph>
+ <h1 id="hd_id3146902"><link href="text/shared/01/password_dlg.xhp">Password</link></h1>
<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/profile_safe_mode.xhp b/source/text/shared/01/profile_safe_mode.xhp
index b337c1c8f4..45778b4912 100644
--- a/source/text/shared/01/profile_safe_mode.xhp
+++ b/source/text/shared/01/profile_safe_mode.xhp
@@ -24,7 +24,7 @@
<bookmark_value>profile;safe mode</bookmark_value>
</bookmark>
- <paragraph id="hd_id281120160939034500" role="heading" level="1" xml-lang="en-US"><link href="text/shared/01/profile_safe_mode.xhp">Safe Mode</link></paragraph>
+ <h1 id="hd_id281120160939034500"><link href="text/shared/01/profile_safe_mode.xhp">Safe Mode</link></h1>
<paragraph id="par_id281120160939285779" role="paragraph" xml-lang="en-US"><ahelp hid=".">Safe mode is a mode where %PRODUCTNAME temporarily starts with a fresh user profile and disables hardware acceleration. It helps to restore a non-working %PRODUCTNAME instance.
</ahelp></paragraph>
</section>
diff --git a/source/text/shared/01/signexistingpdf.xhp b/source/text/shared/01/signexistingpdf.xhp
index c29e7ef087..ea117ecb12 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">Signing Existing PDF files</link></variable></paragraph>
+ <h1 id="hd_id201526432498222"><variable id="signexistingpdf"><link href="text/shared/01/signexistingpdf.xhp">Signing Existing PDF files</link></variable></h1>
<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/webhtml.xhp b/source/text/shared/01/webhtml.xhp
index a5f55e678d..e641e48ee8 100644
--- a/source/text/shared/01/webhtml.xhp
+++ b/source/text/shared/01/webhtml.xhp
@@ -31,7 +31,7 @@
<body>
<section id="previewinbrowser">
<section id="webhtml">
-<bookmark xml-lang="en-US" branch="hid/.uno:WebHtml" id="bm_id8864406" localize="false"/><paragraph role="heading" id="hd_id3901181" xml-lang="en-US" level="1"><link href="text/shared/01/webhtml.xhp">Preview in Web Browser</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/.uno:WebHtml" id="bm_id8864406" localize="false"/><h1 id="hd_id3901181"><link href="text/shared/01/webhtml.xhp">Preview in Web Browser</link></h1>
<paragraph role="paragraph" id="par_id8309274" xml-lang="en-US"><ahelp hid=".">Creates a temporary copy of the current document in HTML format, opens the system default Web browser, and displays the HTML file in the Web browser.</ahelp></paragraph>
</section>
</section>
diff --git a/source/text/shared/01/xformsdatatab.xhp b/source/text/shared/01/xformsdatatab.xhp
index 4320926be6..796248a0c0 100644
--- a/source/text/shared/01/xformsdatatab.xhp
+++ b/source/text/shared/01/xformsdatatab.xhp
@@ -26,7 +26,7 @@
</meta>
<body>
<section id="data">
- <paragraph xml-lang="en-US" id="hd_id5766472" role="heading" level="1"><link href="text/shared/01/xformsdatatab.xhp">Data (for XML Form Documents)</link></paragraph>
+ <h1 id="hd_id5766472"><link href="text/shared/01/xformsdatatab.xhp">Data (for XML Form Documents)</link></h1>
<paragraph xml-lang="en-US" id="par_id1161534" role="paragraph">The <emph>Data</emph> tab page of the <emph>Properties</emph> dialog for an XML Form document offers some XML forms settings.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/01170004.xhp b/source/text/shared/02/01170004.xhp
index bc76b2b237..8d0c5852a9 100644
--- a/source/text/shared/02/01170004.xhp
+++ b/source/text/shared/02/01170004.xhp
@@ -54,9 +54,9 @@
<paragraph role="paragraph" id="par_id3149763" xml-lang="en-US"><ahelp hid="cui/ui/showcoldialog/ShowColDialog">In the <emph>Show Columns</emph> dialog you can select the columns to be shown. Hold down the <emph>Shift</emph> or <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline> key to select multiple entries.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/SVX_HID_FM_SHOWALLCOLS" id="bm_id3145119" localize="false"/><h3 id="hd_id3153561">All</h3>
<paragraph role="paragraph" id="par_id3150504" xml-lang="en-US"><ahelp hid="SID_FM_SHOWALLCOLS">Click <emph>All</emph> if you want to show all columns.</ahelp></paragraph>
-<paragraph role="heading" id="hd_id3153349" xml-lang="en-US" level="2">Keyboard-only control of <emph>Table Controls</emph></paragraph>
+<h2 id="hd_id3153349">Keyboard-only control of <emph>Table Controls</emph></h2>
<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>
+<h3 id="hd_id3153062">To enter the special keyboard-only edit mode for <emph>Table Controls</emph>:</h3>
<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>
diff --git a/source/text/shared/02/01170200.xhp b/source/text/shared/02/01170200.xhp
index fc5f336aa8..c75f76dbd5 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">Form Properties</link></paragraph>
+<h1 id="hd_id3147285"><link href="text/shared/02/01170200.xhp">Form Properties</link></h1>
<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 bf91bc0710..cbd0fc14d4 100644
--- a/source/text/shared/02/01170201.xhp
+++ b/source/text/shared/02/01170201.xhp
@@ -35,7 +35,7 @@
<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">General</link></paragraph>
+<h1 id="hd_id3151100"><link href="text/shared/02/01170201.xhp">General</link></h1>
</section>
<section id="howtoget">
<embed href="text/shared/00/00040501.xhp#form_properties_general"/>
diff --git a/source/text/shared/02/01170202.xhp b/source/text/shared/02/01170202.xhp
index ca9a553b49..19489f3743 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">Database Form Events</link></paragraph>
+ <h1 id="hd_id3150499"><link href="text/shared/02/01170202.xhp">Database Form Events</link></h1>
<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/01170500.xhp b/source/text/shared/02/01170500.xhp
index 42c7d4e08a..8fd7e53a32 100644
--- a/source/text/shared/02/01170500.xhp
+++ b/source/text/shared/02/01170500.xhp
@@ -33,7 +33,7 @@
<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">Design Mode On/Off</link></paragraph>
+<h1 id="hd_id3151100"><link href="text/shared/02/01170500.xhp">Design Mode On/Off</link></h1>
<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">
diff --git a/source/text/shared/02/01170800.xhp b/source/text/shared/02/01170800.xhp
index f64731e6c5..9b584929cb 100644
--- a/source/text/shared/02/01170800.xhp
+++ b/source/text/shared/02/01170800.xhp
@@ -30,7 +30,7 @@
</history>
</meta>
<body>
-<paragraph role="heading" id="hd_id3150620" xml-lang="en-US" level="1"><link href="text/shared/02/01170800.xhp">Table Element Wizard</link></paragraph>
+<h1 id="hd_id3150620"><link href="text/shared/02/01170800.xhp">Table Element Wizard</link></h1>
<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"/>
diff --git a/source/text/shared/02/01170801.xhp b/source/text/shared/02/01170801.xhp
index d0418c47e9..f924d0bdb4 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">Table Element / List Box / Combo Box Wizard: Data</link></paragraph>
+<h1 id="hd_id3153323"><link href="text/shared/02/01170801.xhp">Table Element / List Box / Combo Box Wizard: Data</link></h1>
<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 c55bc4c518..948031e5b5 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">Table Element Wizard: Field Selection</link></paragraph>
+<h1 id="hd_id3155934"><link href="text/shared/02/01170802.xhp">Table Element Wizard: Field Selection</link></h1>
<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 e1dfaba713..a6dbb17068 100644
--- a/source/text/shared/02/01170900.xhp
+++ b/source/text/shared/02/01170900.xhp
@@ -29,7 +29,7 @@
<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">Combo Box/List Box Wizard</link></paragraph>
+<h1 id="hd_id3154094"><link href="text/shared/02/01170900.xhp">Combo Box/List Box Wizard</link></h1>
<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"/>
diff --git a/source/text/shared/02/01170901.xhp b/source/text/shared/02/01170901.xhp
index a7d1a003d4..77c5723f6b 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">Combo Box / List Box Wizard: Table Selection</link></paragraph>
+<h1 id="hd_id3154228"><link href="text/shared/02/01170901.xhp">Combo Box / List Box Wizard: Table Selection</link></h1>
<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">
diff --git a/source/text/shared/02/01170902.xhp b/source/text/shared/02/01170902.xhp
index 11a44e843b..20331fba3c 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">Combo/List Box Wizard: Field Selection</link></paragraph>
+<h1 id="hd_id3153323"><link href="text/shared/02/01170902.xhp">Combo/List Box Wizard: Field Selection</link></h1>
<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">
diff --git a/source/text/shared/02/01170903.xhp b/source/text/shared/02/01170903.xhp
index d1b7271598..e0a3d81565 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">List Box Wizard: Field Link</link></paragraph>
+<h1 id="hd_id3149119"><link href="text/shared/02/01170903.xhp">List Box Wizard: Field Link</link></h1>
<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>
diff --git a/source/text/shared/02/01170904.xhp b/source/text/shared/02/01170904.xhp
index 2d3f569a4b..610041e679 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">Combo Box Wizard: Database Field</link></paragraph>
+<h1 id="hd_id3144740"><link href="text/shared/02/01170904.xhp">Combo Box Wizard: Database Field</link></h1>
<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>
diff --git a/source/text/shared/02/01171100.xhp b/source/text/shared/02/01171100.xhp
index 221506c576..12a30d592e 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">Wizards On/Off</link></paragraph>
+<h1 id="hd_id3155934"><link href="text/shared/02/01171100.xhp">Wizards On/Off</link></h1>
<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/01220000.xhp b/source/text/shared/02/01220000.xhp
index bac3a4bd0f..eaa628a881 100644
--- a/source/text/shared/02/01220000.xhp
+++ b/source/text/shared/02/01220000.xhp
@@ -26,7 +26,7 @@
</meta>
<body>
<section id="navigator">
-<paragraph role="heading" id="hd_id3155934" xml-lang="en-US" level="1"><link href="text/shared/02/01220000.xhp">Navigator</link></paragraph>
+<h1 id="hd_id3155934"><link href="text/shared/02/01220000.xhp">Navigator</link></h1>
<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">
diff --git a/source/text/shared/02/02010000.xhp b/source/text/shared/02/02010000.xhp
index 665839b881..4bab043830 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">Set Paragraph Style</link></paragraph>
+<h1 id="hd_id3148520"><link href="text/shared/02/02010000.xhp">Set Paragraph Style</link></h1>
<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 <link href="text/swriter/01/05140000.xhp">Styles deck</link> in the sidebar.</paragraph>
diff --git a/source/text/shared/02/02020000.xhp b/source/text/shared/02/02020000.xhp
index 46ccbb838a..12dff2d317 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">Font Name</link></paragraph>
+<h1 id="hd_id3150808"><link href="text/shared/02/02020000.xhp">Font Name</link></h1>
<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>
diff --git a/source/text/shared/02/02030000.xhp b/source/text/shared/02/02030000.xhp
index 9e716d9009..159fb0877a 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">Font Size</link></paragraph>
+<bookmark branch="hid/.uno:FontHeight" xml-lang="en-US" id="bm_id3154545" localize="false"/><h1 id="hd_id3085157"><link href="text/shared/02/02030000.xhp">Font Size</link></h1>
<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/03110000.xhp b/source/text/shared/02/03110000.xhp
index fcea979a40..c718c25e96 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">Increase Spacing</link></paragraph>
+<h1 id="hd_id3154873"><link href="text/shared/02/03110000.xhp">Increase Spacing</link></h1>
<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">
diff --git a/source/text/shared/02/03120000.xhp b/source/text/shared/02/03120000.xhp
index bd04790c2b..5b994fc943 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">Decrease Spacing</link></paragraph>
+<h1 id="hd_id3155934"><link href="text/shared/02/03120000.xhp">Decrease Spacing</link></h1>
<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">
diff --git a/source/text/shared/02/03150000.xhp b/source/text/shared/02/03150000.xhp
index 7dca71c094..93023ec952 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">Border Color</link></paragraph>
+<h1 id="hd_id3154873"><link href="text/shared/02/03150000.xhp">Border Color</link></h1>
<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">
diff --git a/source/text/shared/02/05090000.xhp b/source/text/shared/02/05090000.xhp
index 4efbef9b22..bacf060543 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">Rotate</link></paragraph>
+<h1 id="hd_id3154863"><link href="text/shared/02/05090000.xhp">Rotate</link></h1>
<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.
diff --git a/source/text/shared/02/07010000.xhp b/source/text/shared/02/07010000.xhp
index ca50727f24..2f2810e100 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">Load URL</link></paragraph>
+<h1 id="hd_id3149119"><link href="text/shared/02/07010000.xhp">Load URL</link></h1>
<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 b24dc65f47..c6db6c9bf2 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">Reload</link></paragraph>
+<h1 id="hd_id3153089"><link href="text/shared/02/07060000.xhp">Reload</link></h1>
<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/07070100.xhp b/source/text/shared/02/07070100.xhp
index c4fd298f9c..dba722cf01 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">Edit Data</link></paragraph>
+<h1 id="hd_id3144415"><link href="text/shared/02/07070100.xhp">Edit Data</link></h1>
<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 49e723e49b..9930cb41d2 100644
--- a/source/text/shared/02/07070200.xhp
+++ b/source/text/shared/02/07070200.xhp
@@ -29,7 +29,7 @@
</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">Save Record</link></paragraph>
+<h1 id="hd_id3147588"><link href="text/shared/02/07070200.xhp">Save Record</link></h1>
<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"><emph>Table Data</emph> bar</link>.</paragraph>
diff --git a/source/text/shared/02/07080000.xhp b/source/text/shared/02/07080000.xhp
index cd330a0d2e..ebb6388989 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">Stop Loading</link></paragraph>
+<h1 id="hd_id3154228"><link href="text/shared/02/07080000.xhp">Stop Loading</link></h1>
<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 05f66563c2..c3165b1b19 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">Export Directly as PDF</link></paragraph>
+<h1 id="hd_id3146946"><link href="text/shared/02/07090000.xhp">Export Directly as PDF</link></h1>
<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 44fdb9dcbf..2f58a3ab34 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">Document Information</link></paragraph>
+<h1 id="hd_id3153383"><link href="text/shared/02/08010000.xhp">Document Information</link></h1>
<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 ab37997474..04a3735bf0 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">Position in Document</link></paragraph>
+<h1 id="hd_id3147588"><link href="text/shared/02/08020000.xhp">Position in Document</link></h1>
<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/10100000.xhp b/source/text/shared/02/10100000.xhp
index de71b043fd..92dcdd3784 100644
--- a/source/text/shared/02/10100000.xhp
+++ b/source/text/shared/02/10100000.xhp
@@ -27,7 +27,7 @@
<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">Close Window</link></paragraph>
+<h1 id="hd_id3152895"><link href="text/shared/02/10100000.xhp">Close Window</link></h1>
<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>
diff --git a/source/text/shared/02/12000000.xhp b/source/text/shared/02/12000000.xhp
index b901f68314..e3003aff6e 100644
--- a/source/text/shared/02/12000000.xhp
+++ b/source/text/shared/02/12000000.xhp
@@ -29,7 +29,7 @@
<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">Explorer On/Off</link></paragraph>
+<h1 id="hd_id3147588"><link href="text/shared/02/12000000.xhp">Explorer On/Off</link></h1>
<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">
diff --git a/source/text/shared/02/12040000.xhp b/source/text/shared/02/12040000.xhp
index 8c7aa02845..ee681b691e 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">Reset Filter/Sorting</link></paragraph>
+<h1 id="hd_id3155069"><link href="text/shared/02/12040000.xhp">Reset Filter/Sorting</link></h1>
<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/12080000.xhp b/source/text/shared/02/12080000.xhp
index a3a0cd8ce8..07abb7b74a 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">Data to Fields</link></paragraph>
+<h1 id="hd_id3149031"><link href="text/shared/02/12080000.xhp">Data to Fields</link></h1>
<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 d1b9e45ee0..d14620569c 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">Standard Filter</link></paragraph>
+<h1 id="hd_id3109850"><link href="text/shared/02/12090000.xhp">Standard Filter</link></h1>
<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>
diff --git a/source/text/shared/02/12090100.xhp b/source/text/shared/02/12090100.xhp
index 78f8ca4cd1..f41f6b1b39 100644
--- a/source/text/shared/02/12090100.xhp
+++ b/source/text/shared/02/12090100.xhp
@@ -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">Options</link></paragraph>
+<h2 id="hd_id3153061"><link href="text/scalc/01/12040201.xhp">Options</link></h2>
<embed href="text/scalc/01/12040201.xhp#zusaetzetext"/>
</case>
</switch>
diff --git a/source/text/shared/02/12140000.xhp b/source/text/shared/02/12140000.xhp
index ef8ba8cb64..d31c71fa13 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">Data Source of Current Document</link></paragraph>
+<h1 id="hd_id3154682"><link href="text/shared/02/12140000.xhp">Data Source of Current Document</link></h1>
<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 a845635597..7c230af0c8 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">Setting Tabs</link></paragraph>
+<h1 id="hd_id3148668"><link href="text/shared/02/13010000.xhp">Setting Tabs</link></h1>
<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/14050000.xhp b/source/text/shared/02/14050000.xhp
index ad4fdf7ae6..7b56d3d14f 100644
--- a/source/text/shared/02/14050000.xhp
+++ b/source/text/shared/02/14050000.xhp
@@ -30,7 +30,7 @@
<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">Table Name</link></paragraph>
+<h1 id="hd_id3149991"><link href="text/shared/02/14050000.xhp">Table Name</link></h1>
<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">
diff --git a/source/text/shared/02/19090000.xhp b/source/text/shared/02/19090000.xhp
index 495e86f4ff..b981801f8b 100644
--- a/source/text/shared/02/19090000.xhp
+++ b/source/text/shared/02/19090000.xhp
@@ -31,7 +31,7 @@
</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">HTML Source</link></paragraph>
+<h1 id="hd_id3154788"><link href="text/shared/02/19090000.xhp">HTML Source</link></h1>
<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">
diff --git a/source/text/shared/02/20020000.xhp b/source/text/shared/02/20020000.xhp
index 03d5baeffd..455a6f27b4 100644
--- a/source/text/shared/02/20020000.xhp
+++ b/source/text/shared/02/20020000.xhp
@@ -31,7 +31,7 @@
<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">Current Page Style</link></paragraph>
+<h1 id="hd_id3083278"><link href="text/shared/02/20020000.xhp">Current Page Style</link></h1>
<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"><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>
diff --git a/source/text/shared/02/20040000.xhp b/source/text/shared/02/20040000.xhp
index c0009a3db2..7ebc8020cf 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">Insert Mode</link></paragraph>
+<h1 id="hd_id3149748"><link href="text/shared/02/20040000.xhp">Insert Mode</link></h1>
<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/20060000.xhp b/source/text/shared/02/20060000.xhp
index 4e4169a307..a8040e09de 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">Document Modification</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/.uno:ModifyStatus" id="bm_id3154682" localize="false"/><h1 id="hd_id3147477"><link href="text/shared/02/20060000.xhp">Document Modification</link></h1>
<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 6346ecc848..da3dbf8e94 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">Time</link></paragraph>
+<h1 id="hd_id3152823"><link href="text/shared/02/20090000.xhp">Time</link></h1>
<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 b60a14959f..489588e429 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">Date</link></paragraph>
+<h1 id="hd_id3146902"><link href="text/shared/02/20100000.xhp">Date</link></h1>
<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 cad431c0c4..d5cc9145f7 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">Image Filter Bar</link></paragraph>
+<h1 id="hd_id3151299"><link href="text/shared/02/24010000.xhp">Image Filter Bar</link></h1>
<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 4e41f0dda8..fe64a52898 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">Graphics Mode</link></paragraph>
+<h1 id="hd_id3149762"><link href="text/shared/02/24020000.xhp">Graphics Mode</link></h1>
<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 f02aaccfa6..6e1ddc77bc 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">Red</link></paragraph>
+<h1 id="hd_id3151097"><link href="text/shared/02/24030000.xhp">Red</link></h1>
<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 05b09676a8..935e41de29 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">Green</link></paragraph>
+<h1 id="hd_id3154840"><link href="text/shared/02/24040000.xhp">Green</link></h1>
<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 93188c616d..a17a539607 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">Blue</link></paragraph>
+<h1 id="hd_id3147588"><link href="text/shared/02/24050000.xhp">Blue</link></h1>
<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/24080000.xhp b/source/text/shared/02/24080000.xhp
index 29daf42aa8..f2d040df67 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">Gamma</link></paragraph>
+<h1 id="hd_id3154100"><link href="text/shared/02/24080000.xhp">Gamma</link></h1>
<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 9944fc560b..67ab1d1554 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">Transparency</link></paragraph>
+<h1 id="hd_id3159411"><link href="text/shared/02/24090000.xhp">Transparency</link></h1>
<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 6d6abfbd48..1790c6fa08 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">Crop</link></paragraph>
+<h1 id="hd_id3154044"><link href="text/shared/02/24100000.xhp">Crop</link></h1>
<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/basicshapes.xhp b/source/text/shared/02/basicshapes.xhp
index d8f11ae5f3..b32904dd69 100644
--- a/source/text/shared/02/basicshapes.xhp
+++ b/source/text/shared/02/basicshapes.xhp
@@ -31,7 +31,7 @@
<body>
<section id="basicshapes">
<bookmark xml-lang="en-US" branch="hid/.uno:BasicShapes" id="bm_id8525077" localize="false"/>
-<paragraph role="heading" id="par_idN10557" xml-lang="en-US" level="1"><link href="text/shared/02/basicshapes.xhp">Basic Shapes</link></paragraph>
+<h1 id="par_idN10557"><link href="text/shared/02/basicshapes.xhp">Basic Shapes</link></h1>
<paragraph role="paragraph" id="par_idN10567" xml-lang="en-US"><ahelp hid=".">Opens the Basic Shapes toolbar which you can use to insert graphics into your document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/blockarrows.xhp b/source/text/shared/02/blockarrows.xhp
index 54df440bda..e2b5b858f8 100644
--- a/source/text/shared/02/blockarrows.xhp
+++ b/source/text/shared/02/blockarrows.xhp
@@ -31,7 +31,7 @@
<body>
<section id="blockarrows">
<bookmark xml-lang="en-US" branch="hid/.uno:ArrowShapes" id="bm_id2847514" localize="false"/>
-<paragraph role="heading" id="par_idN1055A" xml-lang="en-US" level="1"><link href="text/shared/02/blockarrows.xhp">Block Arrows</link></paragraph>
+<h1 id="par_idN1055A"><link href="text/shared/02/blockarrows.xhp">Block Arrows</link></h1>
<paragraph role="paragraph" id="par_idN1056A" xml-lang="en-US"><ahelp hid=".">Opens the Block Arrows toolbar from which you can insert graphics into your document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/callouts.xhp b/source/text/shared/02/callouts.xhp
index 96763d917d..cfd1144671 100644
--- a/source/text/shared/02/callouts.xhp
+++ b/source/text/shared/02/callouts.xhp
@@ -34,7 +34,7 @@
<bookmark_value>speech bubbles</bookmark_value>
</bookmark><comment>mw moved "legends;drawings" to draw guide text_enter.xhp</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:CalloutShapes" id="bm_id5113702" localize="false"/>
-<paragraph role="heading" id="par_idN1055A" xml-lang="en-US" level="1"><link href="text/shared/02/callouts.xhp">Callouts</link></paragraph>
+<h1 id="par_idN1055A"><link href="text/shared/02/callouts.xhp">Callouts</link></h1>
<paragraph role="paragraph" id="par_idN1056A" xml-lang="en-US"><ahelp hid=".">Opens the Callouts toolbar from which you can insert graphics into your document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/colortoolbar.xhp b/source/text/shared/02/colortoolbar.xhp
index aada8ab18b..04b3599203 100644
--- a/source/text/shared/02/colortoolbar.xhp
+++ b/source/text/shared/02/colortoolbar.xhp
@@ -32,7 +32,7 @@
<body>
<section id="color">
<bookmark xml-lang="en-US" branch="hid/.uno:ColorSettings" id="bm_id4275032" localize="false"/>
-<paragraph role="heading" id="hd_id8983733" xml-lang="en-US" level="1"><link href="text/shared/02/colortoolbar.xhp">Color</link></paragraph>
+<h1 id="hd_id8983733"><link href="text/shared/02/colortoolbar.xhp">Color</link></h1>
<paragraph role="paragraph" id="par_id1676381" xml-lang="en-US"><ahelp hid=".">With the Color toolbar you can edit some properties of the selected object.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id5855281" xml-lang="en-US">To open the Color toolbar, click the Color icon on the Image toolbar.</paragraph>
diff --git a/source/text/shared/02/flowcharts.xhp b/source/text/shared/02/flowcharts.xhp
index e96b25db04..3525d1a2f8 100644
--- a/source/text/shared/02/flowcharts.xhp
+++ b/source/text/shared/02/flowcharts.xhp
@@ -31,7 +31,7 @@
<body>
<section id="flowcharts">
<bookmark xml-lang="en-US" branch="hid/.uno:FlowChartShapes" id="bm_id3399644" localize="false"/>
-<paragraph role="heading" id="par_idN10557" xml-lang="en-US" level="1"><link href="text/shared/02/flowcharts.xhp">Flowchart</link></paragraph>
+<h1 id="par_idN10557"><link href="text/shared/02/flowcharts.xhp">Flowchart</link></h1>
<paragraph role="paragraph" id="par_idN10567" xml-lang="en-US"><ahelp hid=".">Opens the Flowchart toolbar from which you can insert graphics into your document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/02/stars.xhp b/source/text/shared/02/stars.xhp
index 006da45ed5..a08775e1f0 100644
--- a/source/text/shared/02/stars.xhp
+++ b/source/text/shared/02/stars.xhp
@@ -31,7 +31,7 @@
<body>
<section id="stars">
<bookmark xml-lang="en-US" branch="hid/.uno:StarShapes" id="bm_id8048189" localize="false"/>
-<paragraph role="heading" id="par_idN1055A" xml-lang="en-US" level="1"><link href="text/shared/02/stars.xhp">Stars and Banners</link></paragraph>
+<h1 id="par_idN1055A"><link href="text/shared/02/stars.xhp">Stars and Banners</link></h1>
<paragraph role="paragraph" id="par_idN1056A" xml-lang="en-US"><ahelp hid=".">Opens the Stars and Banners toolbar from which you can insert graphics into your document.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/04/01020000.xhp b/source/text/shared/04/01020000.xhp
index 5cae73bf4b..34727f9597 100644
--- a/source/text/shared/04/01020000.xhp
+++ b/source/text/shared/04/01020000.xhp
@@ -29,7 +29,7 @@
<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">Database Shortcut Keys</link></variable></paragraph>
+<h1 id="hd_id3149809"><variable id="DB_keys"><link href="text/shared/04/01020000.xhp">Database Shortcut Keys</link></variable></h1>
<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">shortcut keys in $[officename]</link> also apply.</paragraph>
<embed href="text/shared/00/00000099.xhp#keys"/>
diff --git a/source/text/shared/05/00000001.xhp b/source/text/shared/05/00000001.xhp
index 39ec887fa5..39b636cf50 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">Getting Support</link></variable></paragraph>
+<h1 id="hd_id3146873"><variable id="00000001"><link href="text/shared/05/00000001.xhp">Getting Support</link></variable></h1>
<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>
<h2 id="hd_id26327">Local language support pages</h2>
diff --git a/source/text/shared/05/00000002.xhp b/source/text/shared/05/00000002.xhp
index f8c3fc70ec..217828cfdc 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">Icons in the Documentation</link></paragraph>
+<h1 id="hd_id3153116"><link href="text/shared/05/00000002.xhp">Icons in the Documentation</link></h1>
<section id="symbole">
<h2 id="hd_id3154962">Icons in the Documentation</h2>
<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/00000110.xhp b/source/text/shared/05/00000110.xhp
index 7138099df6..22775c13fe 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">The <item type="productname">%PRODUCTNAME</item> Help Window</link></variable></paragraph>
+<h1 id="hd_id3153884"><variable id="00000110"><link href="text/shared/05/00000110.xhp">The <item type="productname">%PRODUCTNAME</item> Help Window</link></variable></h1>
<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"/>
diff --git a/source/text/shared/05/00000130.xhp b/source/text/shared/05/00000130.xhp
index 782e609924..8d0aed7872 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">Index - Keyword Search in the Help</link></variable></paragraph>
+<h1 id="hd_id3153884"><variable id="00000130"><link href="text/shared/05/00000130.xhp">Index - Keyword Search in the Help</link></variable></h1>
<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 1d7aab383c..4549c6269d 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">Find - The Full-Text Search</link></variable></paragraph>
+<h1 id="hd_id3148523"><variable id="00000140"><link href="text/shared/05/00000140.xhp">Find - The Full-Text Search</link></variable></h1>
<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/00000160.xhp b/source/text/shared/05/00000160.xhp
index 11431ef0e3..a13bed27d8 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">Contents - The Main Help Topics</link></variable></paragraph>
+<h1 id="hd_id3146856"><variable id="doc_title"><link href="text/shared/05/00000160.xhp">Contents - The Main Help Topics</link></variable></h1>
<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/07/09000000.xhp b/source/text/shared/07/09000000.xhp
index 0d49e5c21d..0405302c85 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">Web Pages</link></paragraph>
+<h1 id="hd_id3156014"><link href="text/shared/07/09000000.xhp">Web Pages</link></h1>
<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/12000000.xhp b/source/text/shared/autokorr/12000000.xhp
index 56bf34a927..7712c64885 100644
--- a/source/text/shared/autokorr/12000000.xhp
+++ b/source/text/shared/autokorr/12000000.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/EDITENG_HID_AUTOCORR_HELP_CHGTOENEMDASH" id="bm_id3146936" localize="false"/><h1 id="hd_id3153116">AutoCorrect has been activated</h1>
-<paragraph role="heading" id="hd_id3149551" xml-lang="en-US" level="3">Minus signs have been replaced<comment>i73558</comment></paragraph>
+<h3 id="hd_id3149551">Minus signs have been replaced<comment>i73558</comment></h3>
<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"/>
diff --git a/source/text/shared/autopi/01000000.xhp b/source/text/shared/autopi/01000000.xhp
index d074b2b2ff..4094a04ccf 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">Wizards</link></paragraph>
+<h1 id="hd_id3152551"><link href="text/shared/autopi/01000000.xhp">Wizards</link></h1>
<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">Letter</link></paragraph>
+<h2 id="hd_id3154750"><link href="text/shared/autopi/01010000.xhp">Letter</link></h2>
<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">Fax</link></paragraph>
+<h2 id="hd_id3153662"><link href="text/shared/autopi/01020000.xhp">Fax</link></h2>
<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">Agenda</link></paragraph>
+<h2 id="hd_id3153561"><link href="text/shared/autopi/01040000.xhp">Agenda</link></h2>
<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">Document Converter</link></paragraph>
+<h2 id="hd_id3147530"><link href="text/shared/autopi/01130000.xhp">Document Converter</link></h2>
<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">Euro Converter</link></paragraph>
+<h2 id="hd_id3147303"><link href="text/shared/autopi/01150000.xhp">Euro Converter</link></h2>
<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 b346b519d3..bb54d75b7e 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">Letter Wizard - Page design</link></paragraph>
+<h1 id="hd_id3147102"><link href="text/shared/autopi/01010100.xhp">Letter Wizard - Page design</link></h1>
<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">
diff --git a/source/text/shared/autopi/01010200.xhp b/source/text/shared/autopi/01010200.xhp
index 207cc225fb..3cafd3afa4 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">Letter Wizard - Letterhead layout</link></paragraph>
+<h1 id="hd_id3155354"><link href="text/shared/autopi/01010200.xhp">Letter Wizard - Letterhead layout</link></h1>
<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">
diff --git a/source/text/shared/autopi/01010300.xhp b/source/text/shared/autopi/01010300.xhp
index 653e17561b..c8c9969e23 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">Letter Wizard - Printed items</link></paragraph>
+<h1 id="hd_id3148520"><link href="text/shared/autopi/01010300.xhp">Letter Wizard - Printed items</link></h1>
<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">
diff --git a/source/text/shared/autopi/01010400.xhp b/source/text/shared/autopi/01010400.xhp
index 69e3b317d7..c6a612f97b 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">Letter Wizard - Recipient and sender</link></paragraph>
+<h1 id="hd_id3154288"><link href="text/shared/autopi/01010400.xhp">Letter Wizard - Recipient and sender</link></h1>
<paragraph role="paragraph" id="par_id3159233" xml-lang="en-US"><ahelp hid=".">Specifies the sender and recipient information.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01010500.xhp b/source/text/shared/autopi/01010500.xhp
index d0d567ea6b..084dec790f 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">Letter Wizard - Footer</link></paragraph>
+<h1 id="hd_id3143281"><link href="text/shared/autopi/01010500.xhp">Letter Wizard - Footer</link></h1>
<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">
diff --git a/source/text/shared/autopi/01010600.xhp b/source/text/shared/autopi/01010600.xhp
index 08b7ad042e..b191e6fc93 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">Letter Wizard - Name and Location</link></paragraph>
+<h1 id="hd_id3150355"><link href="text/shared/autopi/01010600.xhp">Letter Wizard - Name and Location</link></h1>
<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 449eaaa10c..b459499286 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">Fax Wizard - Page Design</link></paragraph>
+<h1 id="hd_id3109850"><link href="text/shared/autopi/01020100.xhp">Fax Wizard - Page Design</link></h1>
<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">
diff --git a/source/text/shared/autopi/01020200.xhp b/source/text/shared/autopi/01020200.xhp
index 48a0bb73b2..823e808114 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">Fax Wizard - Items to include</link></paragraph>
+<h1 id="hd_id3157898"><link href="text/shared/autopi/01020200.xhp">Fax Wizard - Items to include</link></h1>
<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">
diff --git a/source/text/shared/autopi/01020300.xhp b/source/text/shared/autopi/01020300.xhp
index c10b26b5ab..aba9445256 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">Fax Wizard - Sender and Recipient</link></paragraph>
+<h1 id="hd_id3155934"><link href="text/shared/autopi/01020300.xhp">Fax Wizard - Sender and Recipient</link></h1>
<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">
diff --git a/source/text/shared/autopi/01020400.xhp b/source/text/shared/autopi/01020400.xhp
index d757c15ed3..07d94cee84 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">Fax Wizard - Footer</link></paragraph>
+<h1 id="hd_id3147143"><link href="text/shared/autopi/01020400.xhp">Fax Wizard - Footer</link></h1>
<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">
diff --git a/source/text/shared/autopi/01020500.xhp b/source/text/shared/autopi/01020500.xhp
index d115f024f0..01f98d5cad 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">Fax Wizard - Name and location</link></paragraph>
+<h1 id="hd_id3150247"><link href="text/shared/autopi/01020500.xhp">Fax Wizard - Name and location</link></h1>
<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">
diff --git a/source/text/shared/autopi/01040100.xhp b/source/text/shared/autopi/01040100.xhp
index f246b7413b..eadd3d8e50 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">Agenda Wizard - Page Design</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE1" id="bm_id3154230" localize="false"/><h1 id="hd_id3151100"><link href="text/shared/autopi/01040100.xhp">Agenda Wizard - Page Design</link></h1>
<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">
diff --git a/source/text/shared/autopi/01040200.xhp b/source/text/shared/autopi/01040200.xhp
index 8f79606f36..52f810db38 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">Agenda Wizard - General Information</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE2" id="bm_id3147143" localize="false"/><h1 id="hd_id3150247"><link href="text/shared/autopi/01040200.xhp">Agenda Wizard - General Information</link></h1>
<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">
diff --git a/source/text/shared/autopi/01040300.xhp b/source/text/shared/autopi/01040300.xhp
index 6aac402121..3cc2844a21 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">Agenda Wizard - Headings to include</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE3" id="bm_id3155150" localize="false"/><h1 id="hd_id3109850"><link href="text/shared/autopi/01040300.xhp">Agenda Wizard - Headings to include</link></h1>
<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">
diff --git a/source/text/shared/autopi/01040400.xhp b/source/text/shared/autopi/01040400.xhp
index 7cbe24ea7e..7b3e35eaa4 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">Agenda Wizard - Names</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE4" id="bm_id3154894" localize="false"/><h1 id="hd_id3143284"><link href="text/shared/autopi/01040400.xhp">Agenda Wizard - Names</link></h1>
<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">
diff --git a/source/text/shared/autopi/01040500.xhp b/source/text/shared/autopi/01040500.xhp
index b34ad2d542..39a9d34a98 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">Agenda Wizard - Agenda Items</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE5" id="bm_id3155934" localize="false"/><h1 id="hd_id3159224"><link href="text/shared/autopi/01040500.xhp">Agenda Wizard - Agenda Items</link></h1>
<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">
diff --git a/source/text/shared/autopi/01040600.xhp b/source/text/shared/autopi/01040600.xhp
index 8d4c50f263..427fec3305 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">Agenda Wizard - Name and Location</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/SW_HID_AGENDA_PAGE6" id="bm_id3152363" localize="false"/><h1 id="hd_id3144740"><link href="text/shared/autopi/01040600.xhp">Agenda Wizard - Name and Location</link></h1>
<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">
diff --git a/source/text/shared/autopi/01090100.xhp b/source/text/shared/autopi/01090100.xhp
index 46eb2f982e..13c399646c 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">Form Wizard - Field Selection</link></paragraph>
+<h1 id="hd_id3155599"><link href="text/shared/autopi/01090100.xhp">Form Wizard - Field Selection</link></h1>
<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">
diff --git a/source/text/shared/autopi/01090200.xhp b/source/text/shared/autopi/01090200.xhp
index 1a248f52ec..7a818b07f2 100644
--- a/source/text/shared/autopi/01090200.xhp
+++ b/source/text/shared/autopi/01090200.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="setupsubform">
-<paragraph role="heading" id="par_idN10543" xml-lang="en-US" level="1"><link href="text/shared/autopi/01090200.xhp">Form Wizard - Set up a Subform</link></paragraph>
+<h1 id="par_idN10543"><link href="text/shared/autopi/01090200.xhp">Form Wizard - Set up a Subform</link></h1>
<paragraph role="paragraph" id="par_idN10553" xml-lang="en-US">Specify if you want to use a subform and enter the subform's properties. A subform is a form that is inserted in another form.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01090210.xhp b/source/text/shared/autopi/01090210.xhp
index 7fc29353d8..d4edf3acb6 100644
--- a/source/text/shared/autopi/01090210.xhp
+++ b/source/text/shared/autopi/01090210.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<section id="addsubformfields">
-<paragraph role="heading" id="par_idN10546" xml-lang="en-US" level="1"><link href="text/shared/autopi/01090210.xhp">Form Wizard - Add Subform Fields</link></paragraph>
+<h1 id="par_idN10546"><link href="text/shared/autopi/01090210.xhp">Form Wizard - Add Subform Fields</link></h1>
<paragraph role="paragraph" id="par_idN10556" xml-lang="en-US">Specify the table or query you need to create the subform, and which fields you wish to include in the subform.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01090220.xhp b/source/text/shared/autopi/01090220.xhp
index cac081abd1..46f4a73f08 100644
--- a/source/text/shared/autopi/01090220.xhp
+++ b/source/text/shared/autopi/01090220.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="getjoinedfields">
-<paragraph role="heading" id="par_idN10543" xml-lang="en-US" level="1"><link href="text/shared/autopi/01090220.xhp">Form Wizard - Get Joined Fields</link></paragraph>
+<h1 id="par_idN10543"><link href="text/shared/autopi/01090220.xhp">Form Wizard - Get Joined Fields</link></h1>
<paragraph role="paragraph" id="par_idN10553" xml-lang="en-US">If you chose in step 2 to set up a subform based on manual selection of fields, you can select the joined fields on this wizard page.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01090300.xhp b/source/text/shared/autopi/01090300.xhp
index c853e1e503..2521a54f40 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">Form Wizard - Arrange Controls</link></paragraph>
+<h1 id="hd_id3163829"><link href="text/shared/autopi/01090300.xhp">Form Wizard - Arrange Controls</link></h1>
<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">
diff --git a/source/text/shared/autopi/01090400.xhp b/source/text/shared/autopi/01090400.xhp
index 25497201d8..fdc001faa9 100644
--- a/source/text/shared/autopi/01090400.xhp
+++ b/source/text/shared/autopi/01090400.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="setdataentry">
-<paragraph role="heading" id="par_idN10543" xml-lang="en-US" level="1"><link href="text/shared/autopi/01090400.xhp">Form Wizard - Set Data Entry</link></paragraph>
+<h1 id="par_idN10543"><link href="text/shared/autopi/01090400.xhp">Form Wizard - Set Data Entry</link></h1>
<paragraph role="paragraph" id="par_idN10553" xml-lang="en-US">Specifies the data handling mode for the new form.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01090500.xhp b/source/text/shared/autopi/01090500.xhp
index 3378734827..432c927c7d 100644
--- a/source/text/shared/autopi/01090500.xhp
+++ b/source/text/shared/autopi/01090500.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="applystyles">
-<paragraph role="heading" id="par_idN10543" xml-lang="en-US" level="1"><link href="text/shared/autopi/01090500.xhp">Form Wizard - Apply Styles</link></paragraph>
+<h1 id="par_idN10543"><link href="text/shared/autopi/01090500.xhp">Form Wizard - Apply Styles</link></h1>
<paragraph role="paragraph" id="par_idN10553" xml-lang="en-US">Specifies the form style.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01090600.xhp b/source/text/shared/autopi/01090600.xhp
index 6133e31273..6f516acbba 100644
--- a/source/text/shared/autopi/01090600.xhp
+++ b/source/text/shared/autopi/01090600.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="setname">
-<paragraph role="heading" id="par_idN10543" xml-lang="en-US" level="1"><link href="text/shared/autopi/01090600.xhp">Form Wizard - Set Name</link></paragraph>
+<h1 id="par_idN10543"><link href="text/shared/autopi/01090600.xhp">Form Wizard - Set Name</link></h1>
<paragraph role="paragraph" id="par_idN10553" xml-lang="en-US">Specifies the name of the form and how to proceed.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01100100.xhp b/source/text/shared/autopi/01100100.xhp
index ff03cc022f..3fc1439f26 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">Report Wizard - Field Selection</link></paragraph>
+<h1 id="hd_id3155599"><link href="text/shared/autopi/01100100.xhp">Report Wizard - Field Selection</link></h1>
<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">
diff --git a/source/text/shared/autopi/01100150.xhp b/source/text/shared/autopi/01100150.xhp
index 2f8ef82a0e..2632ef8cce 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">Report Wizard - Labeling Fields</link></paragraph>
+<h1 id="hd_id3144415"><link href="text/shared/autopi/01100150.xhp">Report Wizard - Labeling Fields</link></h1>
<paragraph role="paragraph" id="par_id3147102" xml-lang="en-US">Specifies how you want to label the fields.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01100200.xhp b/source/text/shared/autopi/01100200.xhp
index 510ce36f21..39988ca042 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">Report Wizard - Grouping</link></paragraph>
+<h1 id="hd_id3147000"><link href="text/shared/autopi/01100200.xhp">Report Wizard - Grouping</link></h1>
<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">
diff --git a/source/text/shared/autopi/01100300.xhp b/source/text/shared/autopi/01100300.xhp
index f67cdd14e5..982f4f57af 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">Report Wizard - Sort Options</link></paragraph>
+<h1 id="hd_id3148668"><link href="text/shared/autopi/01100300.xhp">Report Wizard - Sort Options</link></h1>
<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">
diff --git a/source/text/shared/autopi/01100400.xhp b/source/text/shared/autopi/01100400.xhp
index 807d3503bf..4366e25a72 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">Report Wizard - Choose Layout</link></paragraph>
+<h1 id="hd_id3148668"><link href="text/shared/autopi/01100400.xhp">Report Wizard - Choose Layout</link></h1>
<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">
diff --git a/source/text/shared/autopi/01100500.xhp b/source/text/shared/autopi/01100500.xhp
index ccb3de014f..e6fbcf659f 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">Report Wizard - Create Report</link></paragraph>
+<h1 id="hd_id3156211"><link href="text/shared/autopi/01100500.xhp">Report Wizard - Create Report</link></h1>
<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 80aa813016..ac9e988db1 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">HTML Export - Page 1</link></paragraph>
+<h1 id="hd_id3153323"><link href="text/shared/autopi/01110100.xhp">HTML Export - Page 1</link></h1>
<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 de092100ca..8912dfc70d 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">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><h1 id="hd_id3154840"><link href="text/shared/autopi/01110200.xhp">HTML Export - Page 2</link></h1>
<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>
diff --git a/source/text/shared/autopi/01110300.xhp b/source/text/shared/autopi/01110300.xhp
index 5aa3d62c64..9715bb6cee 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">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><h1 id="hd_id3153323"><link href="text/shared/autopi/01110300.xhp">HTML Export - Page 3</link></h1>
<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 59d20b386d..5893052421 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">HTML Export - Page 4</link></paragraph>
+<h1 id="hd_id3151100"><link href="text/shared/autopi/01110400.xhp">HTML Export - Page 4</link></h1>
<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 26fa381e1a..3b5325c59e 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">HTML Export - Page 5</link></paragraph>
+<h1 id="hd_id3144415"><link href="text/shared/autopi/01110500.xhp">HTML Export - Page 5</link></h1>
<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 3925d9da99..dbd0928b32 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">HTML Export - Page 6</link></paragraph>
+<h1 id="hd_id3154926"><link href="text/shared/autopi/01110600.xhp">HTML Export - Page 6</link></h1>
<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>
diff --git a/source/text/shared/autopi/01120100.xhp b/source/text/shared/autopi/01120100.xhp
index 7b661af150..8527aebe11 100644
--- a/source/text/shared/autopi/01120100.xhp
+++ b/source/text/shared/autopi/01120100.xhp
@@ -35,7 +35,7 @@
<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">Group Element Wizard: Data</link></paragraph>
+ <h1 id="hd_id3155599"><link href="text/shared/autopi/01120100.xhp">Group Element Wizard: Data</link></h1>
<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">
diff --git a/source/text/shared/autopi/01120200.xhp b/source/text/shared/autopi/01120200.xhp
index 0a946f9f85..bd5300f83b 100644
--- a/source/text/shared/autopi/01120200.xhp
+++ b/source/text/shared/autopi/01120200.xhp
@@ -33,7 +33,7 @@
<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">Group Element Wizard: Default Field Selection</link></paragraph>
+ <h1 id="hd_id3151299"><link href="text/shared/autopi/01120200.xhp">Group Element Wizard: Default Field Selection</link></h1>
<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">Default Status</link>.</paragraph>
diff --git a/source/text/shared/autopi/01120300.xhp b/source/text/shared/autopi/01120300.xhp
index 7ba3f6fbe6..c2cc6ff70e 100644
--- a/source/text/shared/autopi/01120300.xhp
+++ b/source/text/shared/autopi/01120300.xhp
@@ -33,7 +33,7 @@
<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">Group Element Wizard: Field Values</link></paragraph>
+ <h1 id="hd_id3151097"><link href="text/shared/autopi/01120300.xhp">Group Element Wizard: Field Values</link></h1>
<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">reference value</link>.</paragraph>
diff --git a/source/text/shared/autopi/01120400.xhp b/source/text/shared/autopi/01120400.xhp
index 9fbec6e0bb..9a3ea820ff 100644
--- a/source/text/shared/autopi/01120400.xhp
+++ b/source/text/shared/autopi/01120400.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="page4">
-<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>
+<h1 id="hd_id3149748"><link href="text/shared/autopi/01120400.xhp">Group Element Wizard: Database Field</link></h1>
<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">reference values</link>. A reference value can represent the current state of the group box in a database.</paragraph>
diff --git a/source/text/shared/autopi/01120500.xhp b/source/text/shared/autopi/01120500.xhp
index 6b6c01c1af..3240358354 100644
--- a/source/text/shared/autopi/01120500.xhp
+++ b/source/text/shared/autopi/01120500.xhp
@@ -33,7 +33,7 @@
<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">Group Element Wizard: Create Option Group</link></paragraph>
+ <h1 id="hd_id3143206"><link href="text/shared/autopi/01120500.xhp">Group Element Wizard: Create Option Group</link></h1>
<paragraph role="paragraph" id="par_id3154812" xml-lang="en-US">Specifies a label for the option group.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/autopi/01130100.xhp b/source/text/shared/autopi/01130100.xhp
index fd1f54c3ee..4fc73295b0 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">Document Converter Page 1</link></paragraph>
+<h1 id="hd_id3151299"><link href="text/shared/autopi/01130100.xhp">Document Converter Page 1</link></h1>
<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">
diff --git a/source/text/shared/autopi/01130200.xhp b/source/text/shared/autopi/01130200.xhp
index 9f2bf564a9..c4aa09bb2d 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">Document converter continuation pages</link></paragraph>
+<h1 id="hd_id3149748"><link href="text/shared/autopi/01130200.xhp">Document converter continuation pages</link></h1>
<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">
diff --git a/source/text/shared/autopi/01170300.xhp b/source/text/shared/autopi/01170300.xhp
index dc45b3d291..883767f3f6 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">Select Table</link></paragraph>
+<h1 id="hd_id3149748"><link href="text/shared/autopi/01170300.xhp">Select Table</link></h1>
<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 0dc675ff73..8715e9bddb 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">Data Source Title</link></paragraph>
+<h1 id="hd_id3147000"><link href="text/shared/autopi/01170400.xhp">Data Source Title</link></h1>
<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 3755581612..9054f76f57 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">Field Assignment</link></paragraph>
+<h1 id="hd_id3147588"><link href="text/shared/autopi/01170500.xhp">Field Assignment</link></h1>
<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">
diff --git a/source/text/shared/guide/email.xhp b/source/text/shared/guide/email.xhp
index 53d6687d79..776a3124bc 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">Sending Documents as Email</link></variable></paragraph>
+<h1 id="hd_id3153345"><variable id="email"><link href="text/shared/guide/email.xhp">Sending Documents as Email</link></variable></h1>
<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/keyboard.xhp b/source/text/shared/guide/keyboard.xhp
index f83c9511b2..ce69e3c96e 100644
--- a/source/text/shared/guide/keyboard.xhp
+++ b/source/text/shared/guide/keyboard.xhp
@@ -36,7 +36,7 @@
<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>
<paragraph xml-lang="en-US" id="par_id3145382" role="paragraph">In addition, under the keyword "Accessibility" you find step-by-step instructions about how to control the selected module without a mouse device.</paragraph>
<embed href="text/shared/00/00000099.xhp#keys"/>
- <paragraph xml-lang="en-US" id="hd_id3166460" role="heading" level="2">Working with the <item type="productname">%PRODUCTNAME</item> user interface without mouse</paragraph>
+ <h2 id="hd_id3166460">Working with the <item type="productname">%PRODUCTNAME</item> user interface without mouse</h2>
<h3 id="hd_id3154749">Activating menu bar, toolbars, windows, and document</h3>
<paragraph xml-lang="en-US" id="par_id3156329" role="paragraph">Repeatedly pressing F6 switches the focus and circles through the following objects:</paragraph>
<list type="unordered">
diff --git a/source/text/shared/guide/ms_import_export_limitations.xhp b/source/text/shared/guide/ms_import_export_limitations.xhp
index e6af047179..1571719261 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">About Converting Microsoft Office Documents</link></variable></paragraph>
+<h1 id="hd_id3152425"><variable id="about"><link href="text/shared/guide/ms_import_export_limitations.xhp">About Converting Microsoft Office Documents</link></variable></h1>
<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>
diff --git a/source/text/shared/guide/paintbrush.xhp b/source/text/shared/guide/paintbrush.xhp
index 8131e9888b..b98d645412 100644
--- a/source/text/shared/guide/paintbrush.xhp
+++ b/source/text/shared/guide/paintbrush.xhp
@@ -34,7 +34,7 @@
<bookmark_value>copying;formatting</bookmark_value>
<bookmark_value>Paintbrush</bookmark_value>
</bookmark>
- <paragraph xml-lang="en-US" id="par_idN1053A" role="heading" level="1"><variable id="formatpaintbrush"><link href="text/shared/guide/paintbrush.xhp">Copying Formatting With the Clone Formatting Tool</link></variable></paragraph>
+ <h1 id="par_idN1053A"><variable id="formatpaintbrush"><link href="text/shared/guide/paintbrush.xhp">Copying Formatting With the Clone Formatting Tool</link></variable></h1>
</section>
<paragraph xml-lang="en-US" id="par_idN10655" role="paragraph">Use the <emph>Clone Formatting</emph> tool to copy formatting from a text selection or from an object and apply the formatting to another text selection or object.</paragraph>
<list type="ordered">
diff --git a/source/text/shared/guide/print_blackwhite.xhp b/source/text/shared/guide/print_blackwhite.xhp
index a621f351fd..7d5c3ee44f 100644
--- a/source/text/shared/guide/print_blackwhite.xhp
+++ b/source/text/shared/guide/print_blackwhite.xhp
@@ -50,7 +50,7 @@
<paragraph xml-lang="en-US" id="par_id3156113" role="listitem">The current document will be printed in black and white.</paragraph>
</listitem>
</list>
- <paragraph xml-lang="en-US" id="hd_id3147653" role="heading" level="2">Printing in Black and White in <item type="productname">%PRODUCTNAME</item> Impress and <item type="productname">%PRODUCTNAME</item> Draw</paragraph>
+ <h2 id="hd_id3147653">Printing in Black and White in <item type="productname">%PRODUCTNAME</item> Impress and <item type="productname">%PRODUCTNAME</item> Draw</h2>
<list type="ordered">
<listitem>
<paragraph xml-lang="en-US" id="par_id3149233" role="listitem">Choose <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Impress</menuitem> or <switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Draw</menuitem>, as appropriate.</paragraph>
diff --git a/source/text/shared/guide/spadmin.xhp b/source/text/shared/guide/spadmin.xhp
index 4fe4c8acea..7d3db6c56d 100644
--- a/source/text/shared/guide/spadmin.xhp
+++ b/source/text/shared/guide/spadmin.xhp
@@ -51,7 +51,7 @@
<paragraph role="listitem" id="par_id3145649" xml-lang="en-US">On the <emph>Device</emph> tab page, you can activate the special options for your printer. If your printer can only print in black and white, choose "grayscale" under <emph>Color</emph>, otherwise choose "color". If switching to grayscale leads to unfavorable results, you can also select "color" under <emph>Color</emph> and see how the printer or PostScript emulator applies it. Furthermore, on this tab page you can set the precision with which colors are described as well as the PostScript level.</paragraph>
</listitem>
</list>
-<paragraph role="heading" id="hd_id3147346" xml-lang="en-US" level="3"><switchinline select="sys"><caseinline select="UNIX">Selecting a Default Printer </caseinline></switchinline></paragraph>
+<h3 id="hd_id3147346"><switchinline select="sys"><caseinline select="UNIX">Selecting a Default Printer </caseinline></switchinline></h3>
<list type="unordered">
<listitem>
<paragraph role="listitem" id="par_id3145769" xml-lang="en-US">To make the printer selected from the <emph>Installed printers</emph> list box the default printer, double-click its name or click the <emph>Default</emph> button.</paragraph>
diff --git a/source/text/shared/guide/version_number.xhp b/source/text/shared/guide/version_number.xhp
index 5567c7fea8..9226191452 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">Versions and Build Numbers</link></variable></paragraph>
+<h1 id="hd_id3144436"><variable id="version_number"><link href="text/shared/guide/version_number.xhp">Versions and Build Numbers</link></variable></h1>
<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/xforms.xhp b/source/text/shared/guide/xforms.xhp
index 6b8f464df3..782b8b25c7 100644
--- a/source/text/shared/guide/xforms.xhp
+++ b/source/text/shared/guide/xforms.xhp
@@ -38,7 +38,7 @@
<bookmark_value>opening;XForms</bookmark_value>
</bookmark>
<comment>MW made a cross-reference of "XML Forms" and made a two level entry of "XForms"</comment>
- <paragraph xml-lang="en-US" id="par_idN106E5" role="heading" level="1"><link href="text/shared/guide/xforms.xhp">XML Form Documents (XForms)</link></paragraph>
+ <h1 id="par_idN106E5"><link href="text/shared/guide/xforms.xhp">XML Form Documents (XForms)</link></h1>
<paragraph xml-lang="en-US" id="par_idN106F5" role="paragraph">XForms are a new type of web form that was developed by the World Wide Web Consortium. The XForm model is defined in Extensible Markup Language (XML). The model uses separate sections to describe what a form does and what a form looks like. You can view the specification for XForms at: <link href="https://www.w3.org/MarkUp/Forms/"><emph>https://www.w3.org/MarkUp/Forms/</emph></link>.</paragraph>
</section>
diff --git a/source/text/shared/guide/xsltfilter_create.xhp b/source/text/shared/guide/xsltfilter_create.xhp
index 00011d750d..4ad7e0bd07 100644
--- a/source/text/shared/guide/xsltfilter_create.xhp
+++ b/source/text/shared/guide/xsltfilter_create.xhp
@@ -30,7 +30,7 @@
<bookmark_value>XML filters; creating/testing</bookmark_value>
</bookmark>
<comment>mw moved 2 index entries from xsltfilter.xhp, then changed "XML filters;"</comment>
-<paragraph xml-lang="en-US" id="hd_id1413922" role="heading" level="1"><variable id="xsltfilter"><link href="text/shared/guide/xsltfilter_create.xhp">Creating XML Filters</link> </variable></paragraph>
+<h1 id="hd_id1413922"><variable id="xsltfilter"><link href="text/shared/guide/xsltfilter_create.xhp">Creating XML Filters</link> </variable></h1>
<h2 id="par_idN1053D">Creating an XML Filter for %PRODUCTNAME</h2>
<paragraph xml-lang="en-US" id="par_idN109A9" role="paragraph">When you create an XML filter for %PRODUCTNAME, you need to design an <emph>XSLT stylesheet</emph> that can convert to and from the OpenDocument XML file format.</paragraph>
<paragraph xml-lang="en-US" id="par_idN109B0" role="tip">For more information about the OpenDocument XML format, go to <link href="https://www.openoffice.org/xml/">https://www.openoffice.org/xml/</link>.</paragraph>
diff --git a/source/text/shared/main0208.xhp b/source/text/shared/main0208.xhp
index c47329a79f..492fde8ebb 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">Status Bar in $[officename] Basic Documents</link></paragraph>
+<h1 id="hd_id3148520"><link href="text/shared/main0208.xhp">Status Bar in $[officename] Basic Documents</link></h1>
<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 42008d137f..e6e8936ed6 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">Table Data Bar</link></paragraph>
+ <h1 id="hd_id3147102"><link href="text/shared/main0212.xhp">Table Data Bar</link></h1>
<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>
@@ -79,13 +79,13 @@
<embed href="text/shared/02/12040000.xhp#reset_filter"/>
<embed href="text/shared/02/12040000.xhp#syreset_filter"/>
<bookmark xml-lang="en-US" branch="hid/.uno:DSBInsertColumns" id="bm_id5734733" localize="false"/>
-<paragraph xml-lang="en-US" id="par_idN10744" role="heading" level="2"><link href="text/shared/02/12070000.xhp">Data to Text</link></paragraph>
+<h2 id="par_idN10744"><link href="text/shared/02/12070000.xhp">Data to Text</link></h2>
<paragraph xml-lang="en-US" id="par_idN10753" role="paragraph"><ahelp hid=".">Inserts all fields of the marked record into the current document at the cursor position.</ahelp></paragraph>
<embed href="text/shared/02/12070000.xhp#syinsert_db_columns"/>
<embed href="text/shared/02/12080000.xhp#data_to_fields"/>
<embed href="text/shared/02/12080000.xhp#sydata_to_fields"/>
<bookmark xml-lang="en-US" branch="hid/.uno:DSBFormLetter" id="bm_id0928200901513623" localize="false"/><comment>Help ID is here because we need it in shared since the F4 browser has another context "sdatabase" so I had to move the Help ID from the swriter folder</comment>
-<paragraph xml-lang="en-US" id="par_idN10780" role="heading" level="2"><link href="text/swriter/01/mailmerge00.xhp">Mail Merge</link></paragraph>
+<h2 id="par_idN10780"><link href="text/swriter/01/mailmerge00.xhp">Mail Merge</link></h2>
<paragraph xml-lang="en-US" id="par_idN1078F" role="paragraph"><ahelp hid=".">Starts the Mail Merge Wizard to create form letters.</ahelp></paragraph>
<embed href="text/swriter/00/00000401.xhp#symail_merge"/>
<embed href="text/shared/02/12140000.xhp#current_doc_data"/>
diff --git a/source/text/shared/main0214.xhp b/source/text/shared/main0214.xhp
index dcc5868c5a..7fb7dbe6eb 100644
--- a/source/text/shared/main0214.xhp
+++ b/source/text/shared/main0214.xhp
@@ -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">Add Tables</link></paragraph>
+<h2 id="hd_id3151384"><link href="text/shared/02/14020100.xhp">Add Tables</link></h2>
<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/main0500.xhp b/source/text/shared/main0500.xhp
index 04180b8e9b..05f46c6c62 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">Glossaries</link></paragraph>
+ <h1 id="hd_id3156183"><link href="text/shared/main0500.xhp">Glossaries</link></h1>
<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 1cb22faffd..2ca6a50439 100644
--- a/source/text/shared/main0650.xhp
+++ b/source/text/shared/main0650.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="java">
-<paragraph role="heading" id="hd_id3153089" xml-lang="en-US" level="1"><link href="text/shared/main0650.xhp">Java Platform Support</link></paragraph>
+<h1 id="hd_id3153089"><link href="text/shared/main0650.xhp">Java Platform Support</link></h1>
<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>
diff --git a/source/text/shared/main0800.xhp b/source/text/shared/main0800.xhp
index dcb8f67bfb..9daece3c5c 100644
--- a/source/text/shared/main0800.xhp
+++ b/source/text/shared/main0800.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="internet">
-<paragraph role="heading" id="hd_id3153089" xml-lang="en-US" level="1"><link href="text/shared/main0800.xhp">$[officename] and the Internet</link></paragraph>
+<h1 id="hd_id3153089"><link href="text/shared/main0800.xhp">$[officename] and the Internet</link></h1>
<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"/>
diff --git a/source/text/shared/menu/insert_chart.xhp b/source/text/shared/menu/insert_chart.xhp
index 007be8f456..652d8920c1 100644
--- a/source/text/shared/menu/insert_chart.xhp
+++ b/source/text/shared/menu/insert_chart.xhp
@@ -31,7 +31,7 @@
<section id="chart">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertObjectChart" id="bm_id030420160952412994" localize="false"/>
-<paragraph id="hd_id030420160945436725" role="heading" level="1" xml-lang="en-US"><link href="text/shared/menu/insert_chart.xhp">Chart</link></paragraph>
+<h1 id="hd_id030420160945436725"><link href="text/shared/menu/insert_chart.xhp">Chart</link></h1>
<paragraph id="par_id030420160947559665" role="paragraph" xml-lang="en-US"><ahelp hid=".">Inserts a chart based on data from a cell or table range or with default data.</ahelp></paragraph>
</section>
diff --git a/source/text/shared/optionen/01010700.xhp b/source/text/shared/optionen/01010700.xhp
index a6fe7642e5..b0a4890914 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">Fonts</link></paragraph>
+<h1 id="hd_id3149398"><link href="text/shared/optionen/01010700.xhp">Fonts</link></h1>
<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/01010900.xhp b/source/text/shared/optionen/01010900.xhp
index bae34f4d30..4730109300 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">Print Options</link></paragraph>
+<h1 id="hd_id3148946"><link href="text/shared/optionen/01010900.xhp">Print Options</link></h1>
<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 77916fc444..906e19e736 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">Application Colors</link></paragraph>
+<h1 id="hd_id3153527"><link href="text/shared/optionen/01012000.xhp">Application Colors</link></h1>
<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/01020100.xhp b/source/text/shared/optionen/01020100.xhp
index 7c4c49b10b..5ec1a0d571 100644
--- a/source/text/shared/optionen/01020100.xhp
+++ b/source/text/shared/optionen/01020100.xhp
@@ -35,7 +35,7 @@
</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">Proxy</link></paragraph>
+<h1 id="hd_id3156414"><link href="text/shared/optionen/01020100.xhp">Proxy</link></h1>
</section>
<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">
diff --git a/source/text/shared/optionen/01020300.xhp b/source/text/shared/optionen/01020300.xhp
index 7b8a034a2b..da53b4397a 100644
--- a/source/text/shared/optionen/01020300.xhp
+++ b/source/text/shared/optionen/01020300.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="email">
-<paragraph role="heading" id="par_idN1054D" xml-lang="en-US" level="1"><link href="text/shared/optionen/01020300.xhp">Email</link></paragraph>
+<h1 id="par_idN1054D"><link href="text/shared/optionen/01020300.xhp">Email</link></h1>
</section>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optemailpage/OptEmailPage" id="bm_id7723015" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optemailpage/@@nowidget@@" id="bm_id7723015" localize="false"/>
diff --git a/source/text/shared/optionen/01040700.xhp b/source/text/shared/optionen/01040700.xhp
index 5f8017064d..9e3e50636e 100644
--- a/source/text/shared/optionen/01040700.xhp
+++ b/source/text/shared/optionen/01040700.xhp
@@ -30,7 +30,7 @@
<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">Changes</link></paragraph>
+<h1 id="hd_id3153823"><link href="text/shared/optionen/01040700.xhp">Changes</link></h1>
<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"><emph>Edit - Track Changes - Record</emph></link> or <emph>Edit - Track Changes - Show</emph>.</paragraph>
diff --git a/source/text/shared/optionen/01050100.xhp b/source/text/shared/optionen/01050100.xhp
index b95a1d3b9c..6becb0c21d 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">Grid</link></paragraph>
+<h1 id="hd_id3147226"><link href="text/shared/optionen/01050100.xhp">Grid</link></h1>
<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/01060100.xhp b/source/text/shared/optionen/01060100.xhp
index ec3442e279..4e11a6c44a 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">View</link></paragraph>
+<h1 id="hd_id3150445"><link href="text/shared/optionen/01060100.xhp">View</link></h1>
<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">
diff --git a/source/text/shared/optionen/01060400.xhp b/source/text/shared/optionen/01060400.xhp
index 6a8725e0b5..2daf98e35a 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">Sort Lists</link></paragraph>
+<h1 id="hd_id3145382"><link href="text/shared/optionen/01060400.xhp">Sort Lists</link></h1>
<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">
diff --git a/source/text/shared/optionen/01060600.xhp b/source/text/shared/optionen/01060600.xhp
index 27d247aa26..0be9a8e965 100644
--- a/source/text/shared/optionen/01060600.xhp
+++ b/source/text/shared/optionen/01060600.xhp
@@ -33,7 +33,7 @@
<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">Changes</link></paragraph>
+<h1 id="hd_id3159399"><link href="text/shared/optionen/01060600.xhp">Changes</link></h1>
<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"><emph>Edit - Track Changes - Record</emph></link>.</paragraph>
diff --git a/source/text/shared/optionen/01060800.xhp b/source/text/shared/optionen/01060800.xhp
index cc66951b6f..589ccc5a42 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">Compatibility</link></paragraph>
+ <h1 id="hd_id3145071"><link href="text/shared/optionen/01060800.xhp">Compatibility</link></h1>
<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/01061000.xhp b/source/text/shared/optionen/01061000.xhp
index ea40c7a40f..bed8ed0609 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">Defaults</link></paragraph>
+ <h1 id="hd_id3145071"><link href="text/shared/optionen/01061000.xhp">Defaults</link></h1>
<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/01090000.xhp b/source/text/shared/optionen/01090000.xhp
index fd7338cf6f..8fa2a04aa9 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">Options</link></paragraph>
+<h2 id="hd_id3154143"><link href="text/shared/optionen/01090100.xhp">Options</link></h2>
<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 34a334f7d5..b974363b59 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">Default colors</link></paragraph>
+<h1 id="hd_id3149760"><link href="text/shared/optionen/01110100.xhp">Default colors</link></h1>
<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/01150200.xhp b/source/text/shared/optionen/01150200.xhp
index 25922bdbf2..ef007d52a6 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">Searching in Japanese</link></paragraph>
+ <h1 id="hd_id3155338"><link href="text/shared/optionen/01150200.xhp">Searching in Japanese</link></h1>
<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/01160200.xhp b/source/text/shared/optionen/01160200.xhp
index 5b4d74d86d..b7862374f1 100644
--- a/source/text/shared/optionen/01160200.xhp
+++ b/source/text/shared/optionen/01160200.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="registered"><comment>MW deleted "registered databases (Base)" and "databases;" and copied "lists;" to Shared guide data_register.xhp</comment>
-<paragraph role="heading" id="par_idN10551" xml-lang="en-US" level="1"><link href="text/shared/optionen/01160200.xhp">Databases</link></paragraph>
+<h1 id="par_idN10551"><link href="text/shared/optionen/01160200.xhp">Databases</link></h1>
<paragraph role="paragraph" id="par_idN10561" xml-lang="en-US">Add, modify, or remove entries to the list of registered databases. You must register a database within %PRODUCTNAME in order to see it in the <emph>View - Data sources</emph> window.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/BasicIDE.xhp b/source/text/shared/optionen/BasicIDE.xhp
index b51ed982da..99857f978f 100644
--- a/source/text/shared/optionen/BasicIDE.xhp
+++ b/source/text/shared/optionen/BasicIDE.xhp
@@ -38,7 +38,7 @@
<bookmark_value>Basic IDE;options</bookmark_value>
<bookmark_value>options;Basic IDE</bookmark_value>
</bookmark>
-<paragraph id="par_idN10558" role="heading" xml-lang="en-US" level="1"><link href="text/shared/optionen/BasicIDE.xhp">Basic IDE</link></paragraph>
+<h1 id="par_idN10558"><link href="text/shared/optionen/BasicIDE.xhp">Basic IDE</link></h1>
<paragraph id="par_idN10568" role="paragraph" xml-lang="en-US">Defines the settings for the Basic IDE (Integrated Development Environment) to help edit macros in Basic.</paragraph>
</section><embed href="text/shared/optionen/experimental.xhp#experimental"/>
diff --git a/source/text/shared/optionen/macrosecurity.xhp b/source/text/shared/optionen/macrosecurity.xhp
index 7c47ddd15f..f1d98f85b5 100644
--- a/source/text/shared/optionen/macrosecurity.xhp
+++ b/source/text/shared/optionen/macrosecurity.xhp
@@ -29,7 +29,7 @@
</topic>
</meta>
<body>
-<paragraph role="heading" id="par_idN1054C" xml-lang="en-US" level="1"><variable id="macrosecurity"><link href="text/shared/optionen/macrosecurity.xhp">Macro Security</link></variable></paragraph>
+<h1 id="par_idN1054C"><variable id="macrosecurity"><link href="text/shared/optionen/macrosecurity.xhp">Macro Security</link></variable></h1>
<paragraph role="paragraph" id="par_idN1056A" xml-lang="en-US">The Macro Security dialog appears when a document contains one or more macros. You can also call the dialog from the <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/01030300.xhp"><emph>%PRODUCTNAME - Security</emph></link> page.</paragraph>
<embed href="text/shared/optionen/macrosecurity_sl.xhp#macrosecurity_sl"/>
<embed href="text/shared/optionen/macrosecurity_ts.xhp#macrosecurity_ts"/>
diff --git a/source/text/shared/optionen/mailmerge.xhp b/source/text/shared/optionen/mailmerge.xhp
index 294ed6ca4c..52ca41d210 100644
--- a/source/text/shared/optionen/mailmerge.xhp
+++ b/source/text/shared/optionen/mailmerge.xhp
@@ -33,7 +33,7 @@
<section id="mailmerge">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mailconfigpage/MailConfigPage" id="bm_id3323771" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mailconfigpage/@@nowidget@@" id="@@nowidget@@" localize="false"/>
-<paragraph role="heading" id="par_idN10554" xml-lang="en-US" level="1"><link href="text/shared/optionen/mailmerge.xhp">Mail Merge Email</link></paragraph>
+<h1 id="par_idN10554"><link href="text/shared/optionen/mailmerge.xhp">Mail Merge Email</link></h1>
<paragraph role="paragraph" id="par_idN10564" xml-lang="en-US"><ahelp hid=".">Specifies the user information and server settings for when you send form letters as email messages.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/shared/optionen/online_update.xhp b/source/text/shared/optionen/online_update.xhp
index ff7725be1a..7d615d7474 100644
--- a/source/text/shared/optionen/online_update.xhp
+++ b/source/text/shared/optionen/online_update.xhp
@@ -34,7 +34,7 @@
<bookmark_value>updates; checking automatically</bookmark_value>
<bookmark_value>Internet; checking for updates</bookmark_value>
</bookmark>
-<paragraph xml-lang="en-US" id="hd_id29297" role="heading" level="1"><link href="text/shared/optionen/online_update.xhp">Online Update</link></paragraph>
+<h1 id="hd_id29297"><link href="text/shared/optionen/online_update.xhp">Online Update</link></h1>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optonlineupdatepage/OptOnlineUpdatePage" id="bm_id877102" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/optonlineupdatepage/@@nowidget@@" id="bm_id877102" localize="false"/>
<paragraph xml-lang="en-US" id="par_id8754844" role="paragraph"><ahelp hid=".">Specifies some options for the automatic notification and downloading of online updates to %PRODUCTNAME.</ahelp></paragraph>
diff --git a/source/text/shared/optionen/opencl.xhp b/source/text/shared/optionen/opencl.xhp
index 939f70b362..aa5f168936 100644
--- a/source/text/shared/optionen/opencl.xhp
+++ b/source/text/shared/optionen/opencl.xhp
@@ -32,7 +32,7 @@
<bookmark_value>OpenCL;setting options</bookmark_value>
<bookmark_value>setting options;OpenCL</bookmark_value>
</bookmark>
-<paragraph id="par_idN10558" role="heading" xml-lang="en-US" level="1"><link href="text/shared/optionen/opencl.xhp">OpenCL</link></paragraph>
+<h1 id="par_idN10558"><link href="text/shared/optionen/opencl.xhp">OpenCL</link></h1>
<paragraph id="par_idN10568" role="paragraph" xml-lang="en-US">OpenCL is a technology to speed up calculation on large spreadsheets.</paragraph>
</section>
<section id="howtoget"><embed href="text/shared/00/00000406.xhp#opencl"/>
diff --git a/source/text/shared/optionen/securityoptionsdialog.xhp b/source/text/shared/optionen/securityoptionsdialog.xhp
index 941f9e8570..bcdac50dd4 100644
--- a/source/text/shared/optionen/securityoptionsdialog.xhp
+++ b/source/text/shared/optionen/securityoptionsdialog.xhp
@@ -33,7 +33,7 @@
<bookmark_value>options;security</bookmark_value>
<bookmark_value>warnings;security</bookmark_value>
</bookmark>
- <paragraph id="hd_id201704161714419669" role="heading" level="1" xml-lang="en-US"><link href="/text/shared/optionen/securityoptionsdialog.xhp">Security Options and Warnings</link></paragraph>
+ <h1 id="hd_id201704161714419669"><link href="/text/shared/optionen/securityoptionsdialog.xhp">Security Options and Warnings</link></h1>
<bookmark xml-lang="en-US" branch="hid/cui/ui/securityoptionsdialog/SecurityOptionsDialog" id="bm_id201704161715484484" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/securityoptionsdialog/@@nowidget@@" id="bm_id201704161715484484" localize="false"/>
<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>
@@ -61,7 +61,7 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/securityoptionsdialog/password" id="bm_id7186498" localize="false"/><h3 id="par_idN1067C">Recommend password protection on saving</h3>
<paragraph role="paragraph" id="par_idN10680" xml-lang="en-US"><ahelp hid="cui/ui/securityoptionsdialog/password">Select to always enable the <emph>Save with password</emph> option in the file save dialogs. Deselect the option to save files by default without password.</ahelp></paragraph>
- <bookmark xml-lang="en-US" branch="hid/cui/ui/securityoptionsdialog/ctrlclick" id="bm_id5288857" localize="false"/><paragraph role="heading" id="hd_id1972106" xml-lang="en-US" level="3"><switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>-click required to follow hyperlinks</paragraph>
+ <bookmark xml-lang="en-US" branch="hid/cui/ui/securityoptionsdialog/ctrlclick" id="bm_id5288857" localize="false"/><h3 id="hd_id1972106"><switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>-click required to follow hyperlinks</h3>
<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"/><h3 id="hd_id1972107">Block any links from documents not among the trusted locations (see Macro Security)</h3>
diff --git a/source/text/shared/optionen/serverauthentication.xhp b/source/text/shared/optionen/serverauthentication.xhp
index 660ca7b11d..5eaadbb203 100644
--- a/source/text/shared/optionen/serverauthentication.xhp
+++ b/source/text/shared/optionen/serverauthentication.xhp
@@ -29,7 +29,7 @@
<body>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/authenticationsettingsdialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/authenticationsettingsdialog/AuthenticationSettingsDialog" id="bm_id4849086" localize="false"/>
-<paragraph role="heading" id="par_idN1053E" xml-lang="en-US" level="1"><link href="text/shared/optionen/serverauthentication.xhp">Server Authentication</link></paragraph>
+<h1 id="par_idN1053E"><link href="text/shared/optionen/serverauthentication.xhp">Server Authentication</link></h1>
<paragraph role="paragraph" id="par_idN1054E" xml-lang="en-US">On the <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/mailmerge.xhp">%PRODUCTNAME Writer - Mail Merge Email</link> tab page, click the <emph>Server Authentication</emph> button to specify the server security settings.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/authenticationsettingsdialog/authentication" id="bm_id4849085" localize="false"/>
<h2 id="par_idN10563">The outgoing mail server (SMTP) requires authentication</h2>
diff --git a/source/text/shared/optionen/testaccount.xhp b/source/text/shared/optionen/testaccount.xhp
index 9571e86a95..cae1d85915 100644
--- a/source/text/shared/optionen/testaccount.xhp
+++ b/source/text/shared/optionen/testaccount.xhp
@@ -29,7 +29,7 @@
<body>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/testmailsettings/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/testmailsettings/TestMailSettings" id="bm_id3895380" localize="false"/>
-<paragraph role="heading" id="par_idN10547" xml-lang="en-US" level="1"><link href="text/shared/optionen/testaccount.xhp">Test Account Settings</link></paragraph>
+<h1 id="par_idN10547"><link href="text/shared/optionen/testaccount.xhp">Test Account Settings</link></h1>
<paragraph role="paragraph" id="par_idN10557" xml-lang="en-US">When you enter settings on the <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/mailmerge.xhp">%PRODUCTNAME Writer - Mail Merge Email</link> tab page, you can click the <emph>Test Settings</emph> button to test your settings.</paragraph>
<h2 id="par_idN10574">(Results list box)</h2>
<paragraph role="paragraph" id="par_idN10578" xml-lang="en-US">In the top list box you will see the results of the test session.</paragraph>
diff --git a/source/text/simpress/01/01170000.xhp b/source/text/simpress/01/01170000.xhp
index d47aebdd53..e52904fb07 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">Export</link></paragraph>
+<h1 id="hd_id3153728"><link href="text/simpress/01/01170000.xhp">Export</link></h1>
<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>
diff --git a/source/text/simpress/01/02110000.xhp b/source/text/simpress/01/02110000.xhp
index 9961568c24..d3c0ee13bd 100644
--- a/source/text/simpress/01/02110000.xhp
+++ b/source/text/simpress/01/02110000.xhp
@@ -36,7 +36,7 @@
<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">Navigator</link></paragraph>
+<h1 id="hd_id3149664"><link href="text/simpress/01/02110000.xhp">Navigator</link></h1>
<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">dock</link> the Navigator to the edge of your workspace.</paragraph>
diff --git a/source/text/simpress/01/02130000.xhp b/source/text/simpress/01/02130000.xhp
index 552ae31bb4..9cfa088ea5 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">Delete Slide</link></paragraph>
+<h1 id="hd_id3154253"><link href="text/simpress/01/02130000.xhp">Delete Slide</link></h1>
<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/03050000.xhp b/source/text/simpress/01/03050000.xhp
index 7bdd68d272..636b16e436 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">Option Bar</link><comment>to be deleted</comment></paragraph>
+<h1 id="hd_id3153415"><link href="text/simpress/01/03050000.xhp">Option Bar</link><comment>to be deleted</comment></h1>
</section>
</body>
</helpdocument>
diff --git a/source/text/simpress/01/03060000.xhp b/source/text/simpress/01/03060000.xhp
index cd6432550a..af4465206f 100644
--- a/source/text/simpress/01/03060000.xhp
+++ b/source/text/simpress/01/03060000.xhp
@@ -31,7 +31,7 @@
<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">Rulers</link></paragraph>
+<h1 id="hd_id3146974"><link href="text/simpress/01/03060000.xhp">Rulers</link></h1>
<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>
diff --git a/source/text/simpress/01/03070000.xhp b/source/text/simpress/01/03070000.xhp
index b567385b1b..0cb25c0fd8 100644
--- a/source/text/simpress/01/03070000.xhp
+++ b/source/text/simpress/01/03070000.xhp
@@ -29,15 +29,15 @@
<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">Presentation</link></paragraph>
+<h1 id="hd_id3153144"><link href="text/simpress/01/03070000.xhp">Presentation</link></h1>
<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">Slide</link></paragraph>
+<h2 id="hd_id3154018"><link href="text/simpress/01/new_slide.xhp">Slide</link></h2>
<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">Slide Layout</link></paragraph>
+<h2 id="hd_id3154754"><link href="text/simpress/01/05130000.xhp">Slide Layout</link></h2>
<embed href="text/simpress/01/05130000.xhp#seite"/>
<h2 id="hd_id3155960"><link href="text/simpress/01/05120000.xhp">Change Slide Master</link></h2>
<embed href="text/simpress/01/05120000.xhp#seitenvorlagetext"/>
diff --git a/source/text/simpress/01/03080000.xhp b/source/text/simpress/01/03080000.xhp
index b6c852fe26..1747c237ea 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">Normal</link></paragraph>
+ <h1 id="hd_id3148576"><link href="text/simpress/01/03080000.xhp">Normal</link></h1>
<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 8cdeac41ef..ef146b92ad 100644
--- a/source/text/simpress/01/03090000.xhp
+++ b/source/text/simpress/01/03090000.xhp
@@ -37,7 +37,7 @@
<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">Outline</link></paragraph>
+<h1 id="hd_id3149664"><link href="text/simpress/01/03090000.xhp">Outline</link></h1>
<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>
diff --git a/source/text/simpress/01/03100000.xhp b/source/text/simpress/01/03100000.xhp
index a272228c28..88be4306a0 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">Slide Sorter</link></paragraph>
+<h1 id="hd_id3146974"><link href="text/simpress/01/03100000.xhp">Slide Sorter</link></h1>
<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 035127501c..bc7f9e34f2 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">Notes</link></paragraph>
+<h1 id="hd_id3153190"><link href="text/simpress/01/03110000.xhp">Notes</link></h1>
<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 0070cd858a..a6897d6f59 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">Handout Page</link></paragraph>
+<h1 id="hd_id3149456"><link href="text/simpress/01/03120000.xhp">Handout Page</link></h1>
<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 16c7c703d3..914b37a45c 100644
--- a/source/text/simpress/01/03130000.xhp
+++ b/source/text/simpress/01/03130000.xhp
@@ -32,7 +32,7 @@
<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">Slide Show</link></paragraph>
+<h1 id="hd_id3159153"><link href="text/simpress/01/03130000.xhp">Slide Show</link></h1>
<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">
diff --git a/source/text/simpress/01/03150000.xhp b/source/text/simpress/01/03150000.xhp
index f6917b03ac..47325d2a8e 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">Master</link></paragraph>
+<h1 id="hd_id3153142"><link href="text/simpress/01/03150000.xhp">Master</link></h1>
<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 1bbdc7a647..636f771f36 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">Master Slide</link></paragraph>
+<h1 id="hd_id3154013"><link href="text/simpress/01/03150100.xhp">Master Slide</link></h1>
<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 7f8682d558..1592a59c45 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">Master Notes</link></paragraph>
+<h1 id="hd_id3153144"><link href="text/simpress/01/03150300.xhp">Master Notes</link></h1>
<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 fd173561b1..ae5baab0d3 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">Master Elements</link></paragraph>
+<h1 id="par_idN1056D"><link href="text/simpress/01/03151000.xhp">Master Elements</link></h1>
<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/03151200.xhp b/source/text/simpress/01/03151200.xhp
index 91c16232f4..a968936ef2 100644
--- a/source/text/simpress/01/03151200.xhp
+++ b/source/text/simpress/01/03151200.xhp
@@ -30,7 +30,7 @@
</meta>
<body>
<section id="notesmaster">
-<!-- removed HID SID_MASTER_LAYOUTS_NOTES --><paragraph role="heading" id="par_idN10527" xml-lang="en-US" level="1"><link href="text/simpress/01/03151200.xhp">Master Notes Layout</link></paragraph>
+<!-- removed HID SID_MASTER_LAYOUTS_NOTES --><h1 id="par_idN10527"><link href="text/simpress/01/03151200.xhp">Master Notes Layout</link></h1>
<paragraph role="paragraph" id="par_idN1052B" xml-lang="en-US"><ahelp hid="SID_MASTER_LAYOUTS_NOTES">Add header, footer, date, and slide number to the master notes.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/03180000.xhp b/source/text/simpress/01/03180000.xhp
index aaf50ef7ed..b152556a8a 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">Color/Grayscale</link></paragraph>
+<h1 id="hd_id3153142"><link href="text/simpress/01/03180000.xhp">Color/Grayscale</link></h1>
<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/04030000m.xhp b/source/text/simpress/01/04030000m.xhp
index a179a84dee..0cfb84fe28 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">Rows</link></paragraph>
+<h1 id="hd_id3150541"><link href="text/simpress/01/04030000m.xhp">Rows</link></h1>
<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/04040000m.xhp b/source/text/simpress/01/04040000m.xhp
index 5f7870419d..61a984f12a 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">Columns</link></paragraph>
+<h1 id="hd_id3155628"><link href="text/simpress/01/04040000m.xhp">Columns</link></h1>
<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/04120000.xhp b/source/text/simpress/01/04120000.xhp
index 3e3b871594..e78cf2f367 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">Duplicate Slide</link></paragraph>
+<h1 id="hd_id3148576"><link href="text/simpress/01/04120000.xhp">Duplicate Slide</link></h1>
<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 be6120efa2..89b814b480 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">Expand Slide</link></paragraph>
+ <h1 id="hd_id3146119"><link href="text/simpress/01/04130000.xhp">Expand Slide</link></h1>
<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 ab68148651..58325a1350 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">Summary Slide</link></paragraph>
+ <h1 id="hd_id3154013"><link href="text/simpress/01/04140000.xhp">Summary Slide</link></h1>
<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 3bcbc9e5b8..94e81c2117 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">Fields</link> </paragraph>
+ <bookmark xml-lang="en-US" branch="index" id="bm_id3154011"><bookmark_value>fields;in slides</bookmark_value></bookmark><h1 id="hd_id3154011"><link href="text/simpress/01/04990000.xhp">Fields</link> </h1>
<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 fa46c8329f..dc4cd57a4c 100644
--- a/source/text/simpress/01/04990100.xhp
+++ b/source/text/simpress/01/04990100.xhp
@@ -35,7 +35,7 @@
<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">Date (fixed)</link></paragraph>
+<h1 id="hd_id3153726"><link href="text/simpress/01/04990100.xhp">Date (fixed)</link></h1>
<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">
diff --git a/source/text/simpress/01/04990200.xhp b/source/text/simpress/01/04990200.xhp
index 2321d4ff6f..34700c218a 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">Date (variable)</link></paragraph>
+<h1 id="hd_id3154320"><link href="text/simpress/01/04990200.xhp">Date (variable)</link></h1>
<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 587a30814a..c2ed70b858 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">Time (fixed)</link></paragraph>
+<h1 id="hd_id3146121"><link href="text/simpress/01/04990300.xhp">Time (fixed)</link></h1>
<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 08ff2ee883..dd14f88ac9 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">Time (variable)</link></paragraph>
+<h1 id="hd_id3146119"><link href="text/simpress/01/04990400.xhp">Time (variable)</link></h1>
<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 5052c86c8e..3066cc226a 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">Page Number</link></paragraph>
+<h1 id="hd_id3154319"><link href="text/simpress/01/04990500.xhp">Page Number</link></h1>
<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 05fe79d320..6444a06bf9 100644
--- a/source/text/simpress/01/04990600.xhp
+++ b/source/text/simpress/01/04990600.xhp
@@ -32,7 +32,7 @@
<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">Author</link></paragraph>
+<h1 id="hd_id3146974"><link href="text/simpress/01/04990600.xhp">Author</link></h1>
<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"><emph>$[officename] - User Data</emph></link>.</paragraph>
diff --git a/source/text/simpress/01/04990700.xhp b/source/text/simpress/01/04990700.xhp
index d7d53a88b9..a304b243b2 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">File name</link></paragraph>
+<h1 id="hd_id3148575"><link href="text/simpress/01/04990700.xhp">File name</link></h1>
<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/05110500m.xhp b/source/text/simpress/01/05110500m.xhp
index dcc5160fa6..8a9d12a988 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">Delete</link></paragraph>
+<h1 id="hd_id3149502"><link href="text/simpress/01/05110500m.xhp">Delete</link></h1>
<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/05120500m.xhp b/source/text/simpress/01/05120500m.xhp
index b3af9ec765..9dc9638acb 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">Delete</link></paragraph>
+<h1 id="hd_id3145801"><link href="text/simpress/01/05120500m.xhp">Delete</link></h1>
<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 43975816e2..e3883e0381 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">Layout</link></paragraph>
+ <h1 id="hd_id3154754"><link href="text/simpress/01/05130000.xhp">Layout</link></h1>
<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 a54dac2675..50afbee0dd 100644
--- a/source/text/simpress/01/05150000.xhp
+++ b/source/text/simpress/01/05150000.xhp
@@ -32,7 +32,7 @@
<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">Dimensioning</link></paragraph>
+<h1 id="hd_id3150439"><link href="text/simpress/01/05150000.xhp">Dimensioning</link></h1>
<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"><emph>Format - Line</emph></link>.</paragraph>
diff --git a/source/text/simpress/01/05250000.xhp b/source/text/simpress/01/05250000.xhp
index 58f43d7f30..47309ad051 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">Arrange</link></paragraph>
+<section id="arrange"><comment>mw deleted one index entry</comment><h1 id="hd_id3155444"><link href="text/simpress/01/05250000.xhp">Arrange</link></h1>
<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 ccf8a90863..56a41f8c46 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">In Front of Object</link></paragraph>
+<h1 id="hd_id3152576"><link href="text/simpress/01/05250500.xhp">In Front of Object</link></h1>
<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 9d6d7ca4ea..01d504d81f 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">Behind Object</link></paragraph>
+<h1 id="hd_id3149664"><link href="text/simpress/01/05250600.xhp">Behind Object</link></h1>
<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 cf35c1fa66..50dc4df611 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">Reverse</link></paragraph>
+<h1 id="hd_id3154011"><link href="text/simpress/01/05250700.xhp">Reverse</link></h1>
<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 a65b8e7572..432c7cbb6b 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">Hyphenation</link></paragraph>
+<h1 id="hd_id3154011"><link href="text/simpress/01/06030000.xhp">Hyphenation</link></h1>
<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 ad4aa01f23..dc0fe82fd5 100644
--- a/source/text/simpress/01/06040000.xhp
+++ b/source/text/simpress/01/06040000.xhp
@@ -38,7 +38,7 @@
<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">Slide Transition</link></paragraph>
+ <h1 id="hd_id3153142"><link href="text/simpress/01/06040000.xhp">Slide Transition</link></h1>
<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">
diff --git a/source/text/simpress/01/06060000.xhp b/source/text/simpress/01/06060000.xhp
index 19e69ac2f0..b3c695d854 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">Animation Pane</link></paragraph>
+<h1 id="hd_id3148837"><link href="text/simpress/01/06060000.xhp">Animation Pane</link></h1>
<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/13050000.xhp b/source/text/simpress/01/13050000.xhp
index 262593513d..b76d1c48c9 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">Convert</link></paragraph>
+ <h1 id="hd_id3152596"><link href="text/simpress/01/13050000.xhp">Convert</link></h1>
<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 1f73e0b3fa..269b237308 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">To Curve</link></paragraph>
+<h1 id="hd_id3125864"><link href="text/simpress/01/13050100.xhp">To Curve</link></h1>
<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/13050300.xhp b/source/text/simpress/01/13050300.xhp
index 35e747ba22..d42463fe47 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">Convert to 3D</link></paragraph>
+<h1 id="hd_id3154017"><link href="text/simpress/01/13050300.xhp">Convert to 3D</link></h1>
<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">
diff --git a/source/text/simpress/01/13050400.xhp b/source/text/simpress/01/13050400.xhp
index 8e1e75dd30..82be3ea516 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">Convert to 3D Rotation Object</link></paragraph>
+<h1 id="hd_id3146974"><link href="text/simpress/01/13050400.xhp">Convert to 3D Rotation Object</link></h1>
<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 ab1738948b..23f0a175f7 100644
--- a/source/text/simpress/01/13050500.xhp
+++ b/source/text/simpress/01/13050500.xhp
@@ -35,7 +35,7 @@
<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">To Bitmap</link></paragraph>
+<h1 id="hd_id3153142"><link href="text/simpress/01/13050500.xhp">To Bitmap</link></h1>
<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">Glossary</link>.</paragraph>
diff --git a/source/text/simpress/01/13050600.xhp b/source/text/simpress/01/13050600.xhp
index 4ede143a8e..0d3e16876f 100644
--- a/source/text/simpress/01/13050600.xhp
+++ b/source/text/simpress/01/13050600.xhp
@@ -35,7 +35,7 @@
<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">To metafile</link></paragraph>
+<h1 id="hd_id3147434"><link href="text/simpress/01/13050600.xhp">To metafile</link></h1>
<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">Glossary</link>.</paragraph>
diff --git a/source/text/simpress/01/13050700.xhp b/source/text/simpress/01/13050700.xhp
index db047c54b1..3c3be9981d 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">To Contour</link></paragraph>
+<h1 id="hd_id3146119"><link href="text/simpress/01/13050700.xhp">To Contour</link></h1>
<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 2463c3e595..2043e70df5 100644
--- a/source/text/simpress/01/13140000.xhp
+++ b/source/text/simpress/01/13140000.xhp
@@ -32,7 +32,7 @@
<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">Combine</link></paragraph>
+<h1 id="hd_id3150012"><link href="text/simpress/01/13140000.xhp">Combine</link></h1>
<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>
diff --git a/source/text/simpress/01/13150000.xhp b/source/text/simpress/01/13150000.xhp
index 2e1f0b5a72..efcddb86b6 100644
--- a/source/text/simpress/01/13150000.xhp
+++ b/source/text/simpress/01/13150000.xhp
@@ -35,7 +35,7 @@
<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">Split</link></paragraph>
+<h1 id="hd_id3150439"><link href="text/simpress/01/13150000.xhp">Split</link></h1>
<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">
diff --git a/source/text/simpress/01/13160000.xhp b/source/text/simpress/01/13160000.xhp
index 37f1088131..b1af6db7ca 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">Connect</link></paragraph>
+<h1 id="hd_id3153768"><link href="text/simpress/01/13160000.xhp">Connect</link></h1>
<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 ed3ab40d8e..b35d600bf1 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">Break</link></paragraph>
+<h1 id="hd_id3150870"><link href="text/simpress/01/13170000.xhp">Break</link></h1>
<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 b33c4fb8ff..9c678fc68e 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">Shapes</link></paragraph>
+ <h1 id="hd_id3154319"><link href="text/simpress/01/13180000.xhp">Shapes</link></h1>
<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 9f9ccb2a6a..3216d1e042 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">Merge</link></paragraph>
+<h1 id="hd_id3150870"><link href="text/simpress/01/13180100.xhp">Merge</link></h1>
<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 d3f1da0a16..4a7432edab 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">Subtract</link></paragraph>
+<h1 id="hd_id3150439"><link href="text/simpress/01/13180200.xhp">Subtract</link></h1>
<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 edbe4f392d..0ad5e9f864 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">Intersect</link></paragraph>
+<h1 id="hd_id3153768"><link href="text/simpress/01/13180300.xhp">Intersect</link></h1>
<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/new_slide.xhp b/source/text/simpress/01/new_slide.xhp
index 7e51bd33f7..c42939bb9d 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">New Slide</link></paragraph>
+ <h1 id="hd_id3159155"><link href="text/simpress/01/new_slide.xhp">New Slide</link></h1>
<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 787d6a539c..51760a4f97 100644
--- a/source/text/simpress/01/remoteconnections.xhp
+++ b/source/text/simpress/01/remoteconnections.xhp
@@ -23,7 +23,7 @@
<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">Remote Connections</link></paragraph>
+ <h1 id="hd_id671535054437336"><link href="text/simpress/01/remoteconnections.xhp">Remote Connections</link></h1>
<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">
diff --git a/source/text/simpress/02/04070000.xhp b/source/text/simpress/02/04070000.xhp
index f75dd1e975..e62910c64e 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">Rehearse Timings</link></paragraph>
+<h1 id="hd_id3150010"><link href="text/simpress/02/04070000.xhp">Rehearse Timings</link></h1>
<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">
diff --git a/source/text/simpress/02/08020000.xhp b/source/text/simpress/02/08020000.xhp
index c7d3cb62f3..f0876a0c51 100644
--- a/source/text/simpress/02/08020000.xhp
+++ b/source/text/simpress/02/08020000.xhp
@@ -29,7 +29,7 @@
<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">Current Size</link></paragraph>
+<h1 id="hd_id3154011"><link href="text/simpress/02/08020000.xhp">Current Size</link></h1>
<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"><emph>%PRODUCTNAME Impress - General</emph></link>.</paragraph>
diff --git a/source/text/simpress/02/10080000.xhp b/source/text/simpress/02/10080000.xhp
index cb5e9d099c..ade0bc119a 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">Curve</link></paragraph>
+<h1 id="hd_id3149875"><link href="text/simpress/02/10080000.xhp">Curve</link></h1>
<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/10100000.xhp b/source/text/simpress/02/10100000.xhp
index a293e5865c..441cba4389 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">Connectors</link></paragraph>
+<h1 id="hd_id3149664"><link href="text/simpress/02/10100000.xhp">Connectors</link></h1>
<table id="tbl_id3154512">
<tablerow>
<tablecell>
diff --git a/source/text/simpress/02/10120000.xhp b/source/text/simpress/02/10120000.xhp
index e4bec85fe6..46cf1f08d6 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">Arrows</link></paragraph>
+<h1 id="hd_id3145799"><link href="text/simpress/02/10120000.xhp">Arrows</link></h1>
<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>
<h2 id="hd_id3153811">Line</h2>
diff --git a/source/text/simpress/02/13020000.xhp b/source/text/simpress/02/13020000.xhp
index efd8790382..aaa6ea9ab1 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">Rotation Mode after Clicking Object</link></paragraph>
+<h1 id="hd_id3149664"><link href="text/simpress/02/13020000.xhp">Rotation Mode after Clicking Object</link></h1>
<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 0c429d8eeb..2e16786f26 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">Allow Effects</link></paragraph>
+<h1 id="hd_id3149666"><link href="text/simpress/02/13030000.xhp">Allow Effects</link></h1>
<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 39a829a87a..f7016374c5 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">Allow Interaction</link></paragraph>
+<h1 id="hd_id3148386"><link href="text/simpress/02/13040000.xhp">Allow Interaction</link></h1>
<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 79163f4010..e545759072 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">Show Snap Lines</link></paragraph>
+<h1 id="hd_id3152596"><link href="text/simpress/02/13050000.xhp">Show Snap Lines</link></h1>
<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 91cdb5b8bf..ec6a72469a 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">Double-Click to add Text</link></paragraph>
+<h1 id="hd_id3150010"><link href="text/simpress/02/13060000.xhp">Double-Click to add Text</link></h1>
<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 00b84e08e7..f49ef5eb51 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">Modify Object with Attributes</link></paragraph>
+<h1 id="hd_id3152596"><link href="text/simpress/02/13090000.xhp">Modify Object with Attributes</link></h1>
<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/main0100.xhp b/source/text/simpress/main0100.xhp
index 60e043e60a..d4846ffebe 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">Menus</link> </variable></paragraph>
+<h1 id="hd_id3149664"><variable id="main0100"><link href="text/simpress/main0100.xhp">Menus</link> </variable></h1>
<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 401c3d2038..d11ab005ac 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">File</link></paragraph>
+<h1 id="hd_id3153190"><link href="text/simpress/main0101.xhp">File</link></h1>
<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 e764803f64..ece81b8fa2 100644
--- a/source/text/simpress/main0103.xhp
+++ b/source/text/simpress/main0103.xhp
@@ -29,14 +29,14 @@
<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">View</link></paragraph>
+<h1 id="hd_id3150297"><link href="text/simpress/main0103.xhp">View</link></h1>
<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"/>
<embed href="text/simpress/01/03090000.xhp#outline_view"/>
<embed href="text/simpress/01/03110000.xhp#notes_view"/>
-<paragraph id="hd_id110120150549176280" role="heading" level="2" xml-lang="en-US"><link href="text/simpress/01/03120000.xhp">Handout</link></paragraph>
+<h2 id="hd_id110120150549176280"><link href="text/simpress/01/03120000.xhp">Handout</link></h2>
<embed href="text/simpress/01/03120000.xhp#handout_text"/>
<embed href="text/simpress/01/03100000.xhp#slide_sorter"/>
<embed href="text/simpress/01/03150100.xhp#slide_master"/>
@@ -64,11 +64,11 @@
<embed href="text/shared/01/menu_view_sidebar.xhp#sidebar"/>
<embed href="text/simpress/01/05100000.xhp#styles_and_formatting"/>
-<paragraph id="hd_id102720150908397549" role="heading" level="2" xml-lang="en-US"><link href="text/shared/01/gallery.xhp">Clip Art Gallery</link></paragraph>
+<h2 id="hd_id102720150908397549"><link href="text/shared/01/gallery.xhp">Clip Art Gallery</link></h2>
<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">Zoom</link></paragraph>
+<h2 id="hd_id3149121"><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/simpress/main0107.xhp b/source/text/simpress/main0107.xhp
index a20e336926..7eb9244b5a 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">Window</link></paragraph>
+<h1 id="hd_id3153770"><link href="text/simpress/main0107.xhp">Window</link></h1>
<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 cdf6e024df..0538b9da09 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">Modify</link></paragraph>
+<bookmark xml-lang="en-US" branch="hid/.uno:ModifyMenu" id="bm_id1189001" localize="false"/><h1 id="hd_id3154020"><link href="text/simpress/main0113.xhp">Modify</link></h1>
<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">Rotate</link></paragraph>
+<h2 id="hd_id3153188"><link href="text/shared/02/05090000.xhp">Rotate</link></h2>
<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 Object</link></paragraph>
+<h2 id="hd_id3153966"><link href="text/shared/01/05190000.xhp">Name Object</link></h2>
<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">Group</link></paragraph>
+<h2 id="hd_id3154656"><link href="text/shared/01/05290100.xhp">Group</link></h2>
<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">Ungroup</link></paragraph>
+<h2 id="hd_id3153484"><link href="text/shared/01/05290200.xhp">Ungroup</link></h2>
<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">Enter Group</link></paragraph>
+<h2 id="hd_id3148870"><link href="text/shared/01/05290300.xhp">Enter Group</link></h2>
<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">Exit Group</link></paragraph>
+<h2 id="hd_id3143233"><link href="text/shared/01/05290400.xhp">Exit Group</link></h2>
<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 b7bb465621..a64d6669ee 100644
--- a/source/text/simpress/main0114.xhp
+++ b/source/text/simpress/main0114.xhp
@@ -31,24 +31,24 @@
<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">Slide Show</link></paragraph>
+<h1 id="hd_id3154011"><link href="text/simpress/main0114.xhp">Slide Show</link></h1>
<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">Slide Show Settings</link></paragraph>
+<h2 id="hd_id3154510"><link href="text/simpress/01/06080000.xhp">Slide Show Settings</link></h2>
<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">Interaction</link></paragraph>
+<h2 id="hd_id3153486"><link href="text/simpress/01/06070000.xhp">Interaction</link></h2>
<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>
+<h2 id="par_idN10611"><link href="text/simpress/01/06060000.xhp">Custom Animation</link></h2>
<embed href="text/simpress/01/06060000.xhp#effekttext"/>
<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">Custom Slide Show</link></paragraph>
+<h2 id="hd_id3153711"><link href="text/simpress/01/06100000.xhp">Custom Slide Show</link></h2>
<embed href="text/simpress/01/06100000.xhp#indipraesent"/>
</body>
diff --git a/source/text/simpress/main0203.xhp b/source/text/simpress/main0203.xhp
index d97bf1d4e9..25f76073dc 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">Text Formatting Bar</link></paragraph>
+ <h1 id="hd_id3150010"><link href="text/simpress/main0203.xhp">Text Formatting Bar</link></h1>
<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">Font Color</link></paragraph>
+ <h2 id="hd_id3151391"><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"/>
<embed href="text/shared/01/05080100.xhp#left"/>
@@ -113,10 +113,10 @@
<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">Character</link></paragraph>
+<h2 id="hd_id3154645"><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"/>
- <paragraph xml-lang="en-US" id="hd_id3149984" role="heading" level="2"><link href="text/shared/01/05030000.xhp">Paragraph</link></paragraph>
+ <h2 id="hd_id3149984"><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"/>
<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>
diff --git a/source/text/simpress/main0206.xhp b/source/text/simpress/main0206.xhp
index 6c055e5e47..517e557b66 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">Status Bar</link></paragraph>
+ <h1 id="hd_id3153768"><link href="text/simpress/main0206.xhp">Status Bar</link></h1>
<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 96fa2161c4..7465ca8529 100644
--- a/source/text/simpress/main0209.xhp
+++ b/source/text/simpress/main0209.xhp
@@ -33,7 +33,7 @@
<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">Rulers</link></paragraph>
+<h1 id="hd_id3153191"><link href="text/simpress/main0209.xhp">Rulers</link></h1>
<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>
diff --git a/source/text/simpress/main0213.xhp b/source/text/simpress/main0213.xhp
index 48e1906a54..725be01b88 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">Options Bar</link></paragraph>
+<h1 id="hd_id3150012"><link href="text/simpress/main0213.xhp">Options Bar</link></h1>
<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">Display Grid</link></paragraph>
+<h2 id="hd_id3148487"><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"/>
-<paragraph role="heading" id="hd_id3148700" xml-lang="en-US" level="2"><link href="text/shared/02/01171400.xhp">Helplines While Moving</link></paragraph>
+<h2 id="hd_id3148700"><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"/>
-<paragraph role="heading" id="hd_id3149603" xml-lang="en-US" level="2"><link href="text/shared/02/01171300.xhp">Snap to Grid</link></paragraph>
+<h2 id="hd_id3149603"><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"/>
-<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>
+<h2 id="hd_id3143233"><link href="text/simpress/02/13140000.xhp">Snap to Snap Lines</link></h2>
<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">Snap to Page Margins</link></paragraph>
+<h2 id="hd_id3146966"><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"/>
-<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>
+<h2 id="hd_id3149051"><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"/>
-<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>
+<h2 id="hd_id3150392"><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"/>
-<paragraph role="heading" id="hd_id3156401" xml-lang="en-US" level="2"><link href="text/simpress/02/13180000.xhp">Allow Quick Editing</link></paragraph>
+<h2 id="hd_id3156401"><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"/>
-<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>
+<h2 id="hd_id3145823"><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/simpress/main0214.xhp b/source/text/simpress/main0214.xhp
index f3e784fb3a..0e2ba83147 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">Image Bar</link></paragraph>
+<h1 id="hd_id3151245"><link href="text/simpress/main0214.xhp">Image Bar</link></h1>
<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 09de5fa372..e2e0bf1a0c 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">$[officename] Impress Features</link></variable></paragraph>
+ <h1 id="hd_id3146119"><variable id="main0503"><link href="text/simpress/main0503.xhp">$[officename] Impress Features</link></variable></h1>
<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_slide.xhp b/source/text/simpress/main_slide.xhp
index 5b4363d340..8eb2941b29 100644
--- a/source/text/simpress/main_slide.xhp
+++ b/source/text/simpress/main_slide.xhp
@@ -28,7 +28,7 @@
<body>
<section id="slide">
<bookmark xml-lang="en-US" branch="hid/.uno:SlideMenu" id="bm_id0908201507492821" localize="false"/>
- <paragraph id="hd_id0908201507475698" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/main_slide.xhp">Slide</link></paragraph>
+ <h1 id="hd_id0908201507475698"><link href="text/simpress/main_slide.xhp">Slide</link></h1>
<paragraph id="par_id0908201507482661" role="paragraph" xml-lang="en-US">This menu provides slide management and navigation commands.</paragraph>
</section>
<comment>New Slide</comment>
diff --git a/source/text/simpress/main_tools.xhp b/source/text/simpress/main_tools.xhp
index 5146392aec..8a39265598 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">Tools</link></paragraph>
+<h1 id="hd_id3154017"><link href="text/simpress/main_tools.xhp">Tools</link></h1>
<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">ImageMap</link></paragraph>
+<h2 id="hd_id3145590"><link href="text/shared/01/02220000.xhp">ImageMap</link></h2>
<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">AutoCorrect Options</link></paragraph>
+<h2 id="hd_id3153248"><link href="text/shared/01/06040000.xhp">AutoCorrect Options</link></h2>
<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">Customize</link></paragraph>
+<h2 id="hd_id3149130"><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/01/02080000.xhp b/source/text/smath/01/02080000.xhp
index 1526441973..e888763997 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">Next Marker</link></paragraph>
+<h1 id="hd_id3154702"><link href="text/smath/01/02080000.xhp">Next Marker</link></h1>
<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 41e34d5eb3..1c5e43d8f6 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">Previous Marker</link></paragraph>
+ <h1 id="hd_id3153770"><link href="text/smath/01/02090000.xhp">Previous Marker</link></h1>
<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 bfe089d419..1b53b29ee3 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">Next Error</link></paragraph>
+<h1 id="hd_id3150299"><link href="text/smath/01/02100000.xhp">Next Error</link></h1>
<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 429338e6b5..898db1e2ee 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">Previous Error</link></paragraph>
+<h1 id="hd_id3147434"><link href="text/smath/01/02110000.xhp">Previous Error</link></h1>
<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 84e59d8f2c..14e98ec78b 100644
--- a/source/text/smath/01/03040000.xhp
+++ b/source/text/smath/01/03040000.xhp
@@ -35,7 +35,7 @@
<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">Zoom In</link></paragraph>
+<h1 id="hd_id3153770"><link href="text/smath/01/03040000.xhp">Zoom In</link></h1>
<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">
diff --git a/source/text/smath/01/03050000.xhp b/source/text/smath/01/03050000.xhp
index d96a49b922..4981bc6a3b 100644
--- a/source/text/smath/01/03050000.xhp
+++ b/source/text/smath/01/03050000.xhp
@@ -37,7 +37,7 @@
<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">Zoom Out</link></paragraph>
+<h1 id="hd_id3147338"><link href="text/smath/01/03050000.xhp">Zoom Out</link></h1>
<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">
diff --git a/source/text/smath/01/03060000.xhp b/source/text/smath/01/03060000.xhp
index 9673410bd1..54dae5f3e6 100644
--- a/source/text/smath/01/03060000.xhp
+++ b/source/text/smath/01/03060000.xhp
@@ -33,7 +33,7 @@
<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">Show All</link></paragraph>
+<h1 id="hd_id3147340"><link href="text/smath/01/03060000.xhp">Show All</link></h1>
<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">
diff --git a/source/text/smath/01/03070000.xhp b/source/text/smath/01/03070000.xhp
index 10b1db5ff0..d24f6f0f41 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">Update</link></paragraph>
+<h1 id="hd_id3153768"><link href="text/smath/01/03070000.xhp">Update</link></h1>
<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 06c6aa1ced..6210b48551 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">AutoUpdate Display</link></paragraph>
+<h1 id="hd_id3154702"><link href="text/smath/01/03080000.xhp">AutoUpdate Display</link></h1>
<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/03090100.xhp b/source/text/smath/01/03090100.xhp
index dd5c78c18d..8f8d881aaa 100644
--- a/source/text/smath/01/03090100.xhp
+++ b/source/text/smath/01/03090100.xhp
@@ -57,7 +57,7 @@
<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">Unary/Binary Operators</link></paragraph>
+<h1 id="hd_id3150342"><link href="text/smath/01/03090100.xhp">Unary/Binary Operators</link></h1>
<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">
diff --git a/source/text/smath/01/03090200.xhp b/source/text/smath/01/03090200.xhp
index 7e7b1dd6e7..f7bee8ea73 100644
--- a/source/text/smath/01/03090200.xhp
+++ b/source/text/smath/01/03090200.xhp
@@ -73,7 +73,7 @@
<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">Relations</link></paragraph>
+<h1 id="hd_id3156316"><link href="text/smath/01/03090200.xhp">Relations</link></h1>
<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">
diff --git a/source/text/smath/01/03090300.xhp b/source/text/smath/01/03090300.xhp
index a7a1b3760a..ef9ba147dc 100644
--- a/source/text/smath/01/03090300.xhp
+++ b/source/text/smath/01/03090300.xhp
@@ -43,7 +43,7 @@
<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">Operators</link></paragraph>
+<h1 id="hd_id3153150"><link href="text/smath/01/03090300.xhp">Operators</link></h1>
<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">
diff --git a/source/text/smath/01/03090400.xhp b/source/text/smath/01/03090400.xhp
index 65ae0a692d..d559c1e0b3 100644
--- a/source/text/smath/01/03090400.xhp
+++ b/source/text/smath/01/03090400.xhp
@@ -60,7 +60,7 @@
<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">Functions</link></paragraph>
+<h1 id="hd_id3150932"><link href="text/smath/01/03090400.xhp">Functions</link></h1>
<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">
diff --git a/source/text/smath/01/03090500.xhp b/source/text/smath/01/03090500.xhp
index 9e9ca34704..ea2c9af76c 100644
--- a/source/text/smath/01/03090500.xhp
+++ b/source/text/smath/01/03090500.xhp
@@ -63,7 +63,7 @@
<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">Brackets</link></paragraph>
+<h1 id="hd_id3153153"><link href="text/smath/01/03090500.xhp">Brackets</link></h1>
<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">
diff --git a/source/text/smath/01/03090700.xhp b/source/text/smath/01/03090700.xhp
index e9124e32bd..9cd8a9f609 100644
--- a/source/text/smath/01/03090700.xhp
+++ b/source/text/smath/01/03090700.xhp
@@ -55,7 +55,7 @@
<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">Format</link></paragraph>
+<h1 id="hd_id3153150"><link href="text/smath/01/03090700.xhp">Format</link></h1>
<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">
diff --git a/source/text/smath/01/03090800.xhp b/source/text/smath/01/03090800.xhp
index e829b03504..d18453946d 100644
--- a/source/text/smath/01/03090800.xhp
+++ b/source/text/smath/01/03090800.xhp
@@ -54,7 +54,7 @@
<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">Set Operations</link></paragraph>
+<h1 id="hd_id3156318"><link href="text/smath/01/03090800.xhp">Set Operations</link></h1>
<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">
diff --git a/source/text/smath/01/03090901.xhp b/source/text/smath/01/03090901.xhp
index 0f9fb29153..bcaae4e798 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">Symbols with Indices</link></paragraph>
+<h1 id="hd_id3156382"><link href="text/smath/01/03090901.xhp">Symbols with Indices</link></h1>
<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 2d90721e3c..8c7f01fb08 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">Symbols with Indices</link></paragraph>
+<h1 id="hd_id3155959"><link href="text/smath/01/03090902.xhp">Symbols with Indices</link></h1>
<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 23043a9d4a..e27cc9c1a4 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">Symbols with Indices</link></paragraph>
+<h1 id="hd_id3155959"><link href="text/smath/01/03090903.xhp">Symbols with Indices</link></h1>
<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 6feaa10c32..5a2e9c6c18 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">Matrix with Varying Font Sizes</link></paragraph>
+<h1 id="hd_id3155960"><link href="text/smath/01/03090904.xhp">Matrix with Varying Font Sizes</link></h1>
<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 2cec210594..f5ee662c70 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">Matrix</link></paragraph>
+<h1 id="hd_id3154702"><link href="text/smath/01/03090905.xhp">Matrix</link></h1>
<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 41aa4bd88e..7b82daba72 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">Matrix in Bold Font</link></paragraph>
+<h1 id="hd_id3154704"><link href="text/smath/01/03090906.xhp">Matrix in Bold Font</link></h1>
<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 ca07f72c3a..3a5866e300 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">Functions</link></paragraph>
+<h1 id="hd_id3155961"><link href="text/smath/01/03090907.xhp">Functions</link></h1>
<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 9fee3c9c77..13b184f315 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">Square Root</link></paragraph>
+<h1 id="hd_id3154704"><link href="text/smath/01/03090908.xhp">Square Root</link></h1>
<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 909f0a6ebd..e0bfc33205 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">Integral and Sum Ranges, Font Size</link></paragraph>
+<h1 id="hd_id3155959"><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></h1>
<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 c96eec9dfc..8f0b2eadcb 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">Attributes</link></paragraph>
+<h1 id="hd_id3154702"><link href="text/smath/01/03090910.xhp">Attributes</link></h1>
<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 53b3b85f95..bd0742a9ed 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">Brackets and Grouping</link></paragraph>
+<h1 id="hd_id3147341"><link href="text/smath/01/03091100.xhp">Brackets and Grouping</link></h1>
<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 44faa2a67a..26f5206421 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">Indexes and Exponents</link></paragraph>
+<h1 id="hd_id3150746"><link href="text/smath/01/03091200.xhp">Indexes and Exponents</link></h1>
<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 892d448274..eaec45bb5b 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">Attributes</link></paragraph>
+<h1 id="hd_id3148839"><link href="text/smath/01/03091300.xhp">Attributes</link></h1>
<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 31b1405050..d0067628ef 100644
--- a/source/text/smath/01/03091400.xhp
+++ b/source/text/smath/01/03091400.xhp
@@ -32,7 +32,7 @@
- <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>
+ <bookmark xml-lang="en-US" branch="index" id="bm_id3153923"><bookmark_value>scaling; in %PRODUCTNAME Math</bookmark_value></bookmark><h1 id="hd_id3153923"> <link href="text/smath/01/03091400.xhp">Scaling</link></h1>
<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>
diff --git a/source/text/smath/01/03091600.xhp b/source/text/smath/01/03091600.xhp
index 3b55d91e59..c93eec7641 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">Other Symbols</link></paragraph>
+<h1 id="hd_id3149261"><link href="text/smath/01/03091600.xhp">Other Symbols</link></h1>
<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/05050000.xhp b/source/text/smath/01/05050000.xhp
index 20ed730277..ffdee27069 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">Text Mode</link></paragraph>
+<h1 id="hd_id3147339"><link href="text/smath/01/05050000.xhp">Text Mode</link></h1>
<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 2ac8e447de..081114847d 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">Symbols</link></paragraph>
+<h1 id="hd_id3153715"><link href="text/smath/01/06010000.xhp">Symbols</link></h1>
<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>
diff --git a/source/text/smath/guide/parentheses.xhp b/source/text/smath/guide/parentheses.xhp
index adecdb1c63..15a6fa81a0 100644
--- a/source/text/smath/guide/parentheses.xhp
+++ b/source/text/smath/guide/parentheses.xhp
@@ -36,7 +36,7 @@
</bookmark>
<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>
+<h3 id="hd_id3150751">In <item type="productname">%PRODUCTNAME</item> Math, can brackets be shown separately so that the distance between them is freely definable?</h3>
<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>
<paragraph role="smathcode" id="par_id3155960" xml-lang="en-US" localize="false">left lbrace x right none</paragraph>
<paragraph role="smathcode" id="par_id3148489" xml-lang="en-US" localize="false">size *2 langle x rangle</paragraph>
diff --git a/source/text/swriter/00/00000004.xhp b/source/text/swriter/00/00000004.xhp
index 370f50dc3d..fe62496e70 100644
--- a/source/text/swriter/00/00000004.xhp
+++ b/source/text/swriter/00/00000004.xhp
@@ -30,7 +30,7 @@
</history>
</meta>
<body>
- <paragraph id="hd_id3156386" role="heading" level="1" xml-lang="en-US"><variable id="wie">To access this function...</variable></paragraph>
+ <h1 id="hd_id3156386"><variable id="wie">To access this function...</variable></h1>
<section id="sywrap_off">
<table id="tbl_id3148488">
<tablerow>
diff --git a/source/text/swriter/01/01160100.xhp b/source/text/swriter/01/01160100.xhp
index 5cb7675def..2260d5efab 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">Outline to Presentation</link></paragraph>
+<h1 id="hd_id3154571"><link href="text/swriter/01/01160100.xhp">Outline to Presentation</link></h1>
<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 4ba9ed9470..218f2c6f29 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">Outline to Clipboard</link></paragraph>
+<h1 id="hd_id3145241"><link href="text/swriter/01/01160200.xhp">Outline to Clipboard</link></h1>
<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 296051bca1..89b97171f2 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">Create AutoAbstract</link></paragraph>
+<h1 id="hd_id3148570"><link href="text/swriter/01/01160300.xhp">Create AutoAbstract</link></h1>
<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 57ceeb69c3..8ee649f159 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">AutoAbstract to Presentation</link></paragraph>
+<h1 id="hd_id3151183"><link href="text/swriter/01/01160400.xhp">AutoAbstract to Presentation</link></h1>
<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/03050000.xhp b/source/text/swriter/01/03050000.xhp
index 452891afc6..2870901476 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">Rulers</link></paragraph>
+<h1 id="hd_id3149287"><link href="text/swriter/01/03050000.xhp">Rulers</link></h1>
<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 a68ef15108..6bafa0f9b6 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">Text Boundaries</link></paragraph>
+<h1 id="hd_id3145418"><link href="text/swriter/01/03070000.xhp">Text Boundaries</link></h1>
<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 af3950a4c7..8410b44503 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">Field Shadings</link></paragraph>
+<h1 id="hd_id3151177"><link href="text/swriter/01/03080000.xhp">Field Shadings</link></h1>
<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>
diff --git a/source/text/swriter/01/03090000.xhp b/source/text/swriter/01/03090000.xhp
index 5e940186ae..33a86fb656 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">Field Names</link></paragraph>
+<h1 id="hd_id3154505"><link href="text/swriter/01/03090000.xhp">Field Names</link></h1>
<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>
diff --git a/source/text/swriter/01/03130000.xhp b/source/text/swriter/01/03130000.xhp
index 1ec0f75b96..1c02f85a80 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">Normal Layout</link></paragraph>
+<h1 id="hd_id3150018"><link href="text/swriter/01/03130000.xhp">Normal Layout</link></h1>
<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/04030000.xhp b/source/text/swriter/01/04030000.xhp
index 1b2a6ced79..d9c00d47a1 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">Footnote/Endnote</link></paragraph>
+<h1 id="hd_id3145241"><link href="text/swriter/01/04030000.xhp">Footnote/Endnote</link></h1>
<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.
diff --git a/source/text/swriter/01/04070000.xhp b/source/text/swriter/01/04070000.xhp
index 302d44880b..62f856b80c 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">Envelope</link></paragraph>
+<h1 id="hd_id3145245"><link href="text/swriter/01/04070000.xhp">Envelope</link></h1>
<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 adad1fd584..bfebad383e 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">Envelope</link></paragraph>
+ <h1 id="hd_id3145243"><link href="text/swriter/01/04070100.xhp">Envelope</link></h1>
<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 e3706802c8..809036d308 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">Format</link></paragraph>
+<h1 id="hd_id3151180"><link href="text/swriter/01/04070200.xhp">Format</link></h1>
<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/04070300.xhp b/source/text/swriter/01/04070300.xhp
index 1e7f241596..9f9a56d8d1 100644
--- a/source/text/swriter/01/04070300.xhp
+++ b/source/text/swriter/01/04070300.xhp
@@ -33,7 +33,7 @@
<section id="printer">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/envprinterpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/envprinterpage/EnvPrinterPage" id="bm_id3149806" localize="false"/>
-<paragraph role="heading" id="hd_id3154104" xml-lang="en-US" level="1"><link href="text/swriter/01/04070300.xhp">Printer</link></paragraph>
+<h1 id="hd_id3154104"><link href="text/swriter/01/04070300.xhp">Printer</link></h1>
<paragraph role="paragraph" id="par_id3153531" xml-lang="en-US"><ahelp hid="modules/swriter/ui/envprinterpage/EnvPrinterPage">Set the print options for the envelope.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/04090006.xhp b/source/text/swriter/01/04090006.xhp
index 9409b43c42..6cc3eb7ceb 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">Database</link></paragraph>
+<h1 id="hd_id3153536"><link href="text/swriter/01/04090006.xhp">Database</link></h1>
<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">
diff --git a/source/text/swriter/01/04090007.xhp b/source/text/swriter/01/04090007.xhp
index b8e50eed0f..3aab2de0cf 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">Special Tags</link></paragraph>
+<h1 id="hd_id3154106"><link href="text/swriter/01/04090007.xhp">Special Tags</link></h1>
<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/04120000.xhp b/source/text/swriter/01/04120000.xhp
index 0d4daea5f3..761fb6c025 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">Table of Contents and Index</link></paragraph>
+<h1 id="hd_id3151380"><link href="text/swriter/01/04120000.xhp">Table of Contents and Index</link></h1>
<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">Index Entry</link></paragraph>
+<h2 id="hd_id3147416"><link href="text/swriter/01/04120100.xhp">Index Entry</link></h2>
<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">Bibliography Entry</link></paragraph>
+<h2 id="hd_id3155620"><link href="text/swriter/01/04120300.xhp">Bibliography Entry</link></h2>
<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">Table of Content, Index or Bibliography</link></paragraph>
+<h2 id="hd_id3147501"><link href="text/swriter/01/04120200.xhp">Table of Content, Index or Bibliography</link></h2>
<embed href="text/swriter/01/04120200.xhp#verzeichnisse"/>
</body>
diff --git a/source/text/swriter/01/04120210.xhp b/source/text/swriter/01/04120210.xhp
index 33bee9f6df..adf88b39f9 100644
--- a/source/text/swriter/01/04120210.xhp
+++ b/source/text/swriter/01/04120210.xhp
@@ -33,26 +33,26 @@
<section id="index_type">
- <paragraph id="hd_id3150933" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/04120210.xhp">Type</link></paragraph>
+ <h1 id="hd_id3150933"><link href="text/swriter/01/04120210.xhp">Type</link></h1>
<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">Table of Contents</link></paragraph>
+ <h2 id="hd_id3147175"><link href="text/swriter/01/04120211.xhp">Table of Contents</link></h2>
<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">Alphabetical Index</link></paragraph>
+ <h2 id="hd_id3151183"><link href="text/swriter/01/04120212.xhp">Alphabetical Index</link></h2>
<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">Illustration Index</link></paragraph>
+ <h2 id="hd_id3154645"><link href="text/swriter/01/04120213.xhp">Illustration Index</link></h2>
<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">Index of Tables</link></paragraph>
+ <h2 id="hd_id3151265"><link href="text/swriter/01/04120214.xhp">Index of Tables</link></h2>
<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">User-Defined</link></paragraph>
+ <h2 id="hd_id3153152"><link href="text/swriter/01/04120215.xhp">User-Defined</link></h2>
<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">Table of Objects</link></paragraph>
+ <h2 id="hd_id3149759"><link href="text/swriter/01/04120216.xhp">Table of Objects</link></h2>
<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">Bibliography</link></paragraph>
+ <h2 id="hd_id3145410"><link href="text/swriter/01/04120217.xhp">Bibliography</link></h2>
<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">Using Tables of Content and Indexes</link></paragraph>
diff --git a/source/text/swriter/01/04120212.xhp b/source/text/swriter/01/04120212.xhp
index 510a63c2aa..321afca88e 100644
--- a/source/text/swriter/01/04120212.xhp
+++ b/source/text/swriter/01/04120212.xhp
@@ -32,7 +32,7 @@
</history>
</meta>
<body>
-<paragraph role="heading" id="hd_id3147338" xml-lang="en-US" level="1"><link href="text/swriter/01/04120212.xhp">Index</link></paragraph>
+<h1 id="hd_id3147338"><link href="text/swriter/01/04120212.xhp">Index</link></h1>
<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">
diff --git a/source/text/swriter/01/04120214.xhp b/source/text/swriter/01/04120214.xhp
index afeb1f3472..83dd0a65c1 100644
--- a/source/text/swriter/01/04120214.xhp
+++ b/source/text/swriter/01/04120214.xhp
@@ -30,7 +30,7 @@
</history>
</meta>
<body>
-<paragraph role="heading" id="hd_id3151387" xml-lang="en-US" level="1"><link href="text/swriter/01/04120214.xhp">Index</link></paragraph>
+<h1 id="hd_id3151387"><link href="text/swriter/01/04120214.xhp">Index</link></h1>
<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">index</link> type.
</variable></paragraph>
diff --git a/source/text/swriter/01/04120216.xhp b/source/text/swriter/01/04120216.xhp
index b36fea608d..593041be4c 100644
--- a/source/text/swriter/01/04120216.xhp
+++ b/source/text/swriter/01/04120216.xhp
@@ -30,7 +30,7 @@
</history>
</meta>
<body>
-<paragraph role="heading" id="hd_id3145247" xml-lang="en-US" level="1"><link href="text/swriter/01/04120216.xhp">Index</link></paragraph>
+<h1 id="hd_id3145247"><link href="text/swriter/01/04120216.xhp">Index</link></h1>
<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">index</link> type.
</variable></paragraph>
diff --git a/source/text/swriter/01/04120217.xhp b/source/text/swriter/01/04120217.xhp
index 7ec2977cac..3e4cee9450 100644
--- a/source/text/swriter/01/04120217.xhp
+++ b/source/text/swriter/01/04120217.xhp
@@ -30,7 +30,7 @@
</history>
</meta>
<body>
-<paragraph role="heading" id="hd_id3146322" xml-lang="en-US" level="1"><link href="text/swriter/01/04120217.xhp">Index</link></paragraph>
+<h1 id="hd_id3146322"><link href="text/swriter/01/04120217.xhp">Index</link></h1>
<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">index</link> type.
</variable></paragraph>
diff --git a/source/text/swriter/01/04120220.xhp b/source/text/swriter/01/04120220.xhp
index b278fb31ec..655cfcf6ac 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">Entries (indexes/tables)</link></paragraph>
+ <h1 id="hd_id3149349"><link href="text/swriter/01/04120220.xhp">Entries (indexes/tables)</link></h1>
<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">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>
+ <h2 id="hd_id3148770"><link href="text/swriter/01/04120221.xhp">Table of Contents</link></h2>
+ <h2 id="hd_id3147564"><link href="text/swriter/01/04120222.xhp">Alphabetical Index</link></h2>
+ <h2 id="hd_id3151188"><link href="text/swriter/01/04120223.xhp">Illustration Index</link></h2>
+ <h2 id="hd_id3150761"><link href="text/swriter/01/04120224.xhp">Index of Tables</link></h2>
+ <h2 id="hd_id3153517"><link href="text/swriter/01/04120225.xhp">User-Defined</link></h2>
+ <h2 id="hd_id3151175"><link href="text/swriter/01/04120226.xhp">Table of Objects</link></h2>
+ <h2 id="hd_id3147506"><link href="text/swriter/01/04120227.xhp">Bibliography</link></h2>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/04120224.xhp b/source/text/swriter/01/04120224.xhp
index e865ec12fb..77e2818a97 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">Entries (index of tables)</link></paragraph>
+<h1 id="hd_id3147406"><link href="text/swriter/01/04120224.xhp">Entries (index of tables)</link></h1>
<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 ed606b062d..ae495bdcca 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">Entries (user-defined index)</link></paragraph>
+<h1 id="hd_id3147406"><link href="text/swriter/01/04120225.xhp">Entries (user-defined index)</link></h1>
<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 74fa556a1e..dd3339d62a 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">Entries (table of objects)</link></paragraph>
+<h1 id="hd_id3147401"><link href="text/swriter/01/04120226.xhp">Entries (table of objects)</link></h1>
<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 0dfa7edfb5..c534f6b94d 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">Entries (bibliography)</link></paragraph>
+<h1 id="hd_id3151388"><link href="text/swriter/01/04120227.xhp">Entries (bibliography)</link></h1>
<paragraph role="paragraph" id="par_id3083449" xml-lang="en-US"><variable id="eintraege">Specify the format for bibliography entries.
</variable></paragraph>
<section id="howtoget">
diff --git a/source/text/swriter/01/04120229.xhp b/source/text/swriter/01/04120229.xhp
index 096a9e6d38..f1acee9375 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">Define Bibliography Entry</link></paragraph>
+<h1 id="hd_id3147176"><link href="text/swriter/01/04120229.xhp">Define Bibliography Entry</link></h1>
<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"/>
diff --git a/source/text/swriter/01/04180400.xhp b/source/text/swriter/01/04180400.xhp
index 69b8b2cba3..c5fbb65038 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">Exchange Database</link></paragraph>
+<h1 id="hd_id3145799"><link href="text/swriter/01/04180400.xhp">Exchange Database</link></h1>
<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/04220000.xhp b/source/text/swriter/01/04220000.xhp
index 32a820caea..5ab8c28c91 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">Header</link></paragraph>
+<h1 id="hd_id3146320"><link href="text/swriter/01/04220000.xhp">Header</link></h1>
<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>
diff --git a/source/text/swriter/01/04230000.xhp b/source/text/swriter/01/04230000.xhp
index c916f52d0d..256c730f61 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">Footer</link></paragraph>
+<h1 id="hd_id3147403"><link href="text/swriter/01/04230000.xhp">Footer</link></h1>
<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>
diff --git a/source/text/swriter/01/05030200.xhp b/source/text/swriter/01/05030200.xhp
index e693893b2a..842c8267c9 100644
--- a/source/text/swriter/01/05030200.xhp
+++ b/source/text/swriter/01/05030200.xhp
@@ -37,7 +37,7 @@
</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">Text Flow</link></paragraph>
+<h1 id="hd_id3083447"><link href="text/swriter/01/05030200.xhp">Text Flow</link></h1>
<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">
@@ -73,7 +73,7 @@
<h2 id="hd_id3153665">Breaks</h2>
<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>
+<h3 id="hd_id3152957">Insert<comment>UFI: #i30777#</comment></h3>
<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>
<bookmark xml-lang="en-US" branch="hid/cui/ui/textflowpage/comboBreakType" id="bm_id3154189" localize="false"/>
<h3 id="hd_id3149687">Type</h3>
diff --git a/source/text/swriter/01/05030400.xhp b/source/text/swriter/01/05030400.xhp
index 1b551d3940..481d61bfea 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">Drop Caps</link></paragraph>
+<h1 id="hd_id3150252"><link href="text/swriter/01/05030400.xhp">Drop Caps</link></h1>
<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/05040600.xhp b/source/text/swriter/01/05040600.xhp
index 23751e2ebe..0512440db4 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">Footnote</link></paragraph>
+<h1 id="hd_id3154767"><link href="text/swriter/01/05040600.xhp">Footnote</link></h1>
<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/05040800.xhp b/source/text/swriter/01/05040800.xhp
index cb49c21b38..8c881e5379 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">Text Grid</link></paragraph>
+<h1 id="hd_id3150760"><link href="text/swriter/01/05040800.xhp">Text Grid</link></h1>
<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/05060200.xhp b/source/text/swriter/01/05060200.xhp
index 473d227f48..0e059fe40a 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">Wrap</link></paragraph>
+<h1 id="hd_id3153527"><link href="text/swriter/01/05060200.xhp">Wrap</link></h1>
<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>
diff --git a/source/text/swriter/01/05060300.xhp b/source/text/swriter/01/05060300.xhp
index f894952dbf..3d7452dd77 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">Image</link></paragraph>
+<h1 id="hd_id3154473"><link href="text/swriter/01/05060300.xhp">Image</link></h1>
<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">
@@ -42,7 +42,7 @@
<h2 id="hd_id3154191">Flip</h2>
<bookmark xml-lang="en-US" branch="hid/.uno:FlipHorizontal" id="bm_id8328881" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/picturepage/vert" id="bm_id3155185" localize="false"/>
-<paragraph role="heading" id="hd_id3155174" xml-lang="en-US" level="3">Vertically<comment>see bug 106420;Writer uses VERT for HOR and HORZ for VERT</comment></paragraph>
+<h3 id="hd_id3155174">Vertically<comment>see bug 106420;Writer uses VERT for HOR and HORZ for VERT</comment></h3>
<paragraph role="paragraph" id="par_id3149485" xml-lang="en-US"><variable id="vertikaltext"><ahelp hid=".">Flips the selected image vertically.</ahelp>
</variable></paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:FlipVertical" id="bm_id9859908" localize="false"/>
diff --git a/source/text/swriter/01/05060700.xhp b/source/text/swriter/01/05060700.xhp
index 52bf5fe9d4..1823824e1c 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">Macro</link></paragraph>
+<h1 id="hd_id3145241"><link href="text/swriter/01/05060700.xhp">Macro</link></h1>
<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">
diff --git a/source/text/swriter/01/05060800.xhp b/source/text/swriter/01/05060800.xhp
index fd3707d6a1..a3fccb9828 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">Hyperlink</link></paragraph>
+<h1 id="hd_id3150980"><link href="text/swriter/01/05060800.xhp">Hyperlink</link></h1>
<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">
diff --git a/source/text/swriter/01/05090200.xhp b/source/text/swriter/01/05090200.xhp
index 90278e6da5..e4d6ac2028 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">Columns</link></paragraph>
+<h1 id="hd_id3150756"><link href="text/swriter/01/05090200.xhp">Columns</link></h1>
<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/05090300.xhp b/source/text/swriter/01/05090300.xhp
index fc51f96c44..83b984fe16 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">Text Flow</link></paragraph>
+<h1 id="hd_id3154558"><link href="text/swriter/01/05090300.xhp">Text Flow</link></h1>
<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 6396c57bae..a49388111c 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">Cell</link></paragraph>
+<h1 id="hd_id3150765"><link href="text/swriter/01/05100000.xhp">Cell</link></h1>
<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/05110300.xhp b/source/text/swriter/01/05110300.xhp
index 9ff0403754..f5842374f9 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">Select</link></paragraph>
+<h1 id="hd_id3154650"><link href="text/swriter/01/05110300.xhp">Select</link></h1>
<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 7b00473a6c..9800786633 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">Delete</link></paragraph>
+<h1 id="hd_id3149502"><link href="text/swriter/01/05110500.xhp">Delete</link></h1>
<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 5984fae991..bf67e7f7a8 100644
--- a/source/text/swriter/01/05120000.xhp
+++ b/source/text/swriter/01/05120000.xhp
@@ -38,7 +38,7 @@
<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">Insert...</link></paragraph>
+<h2 id="hd_id3150564"><link href="text/swriter/01/05120400.xhp">Insert...</link></h2>
<embed href="text/swriter/01/05120400.xhp#einfuegentext"/>
<embed href="text/swriter/01/05120500.xhp#delete"/>
</body>
diff --git a/source/text/swriter/01/05120300.xhp b/source/text/swriter/01/05120300.xhp
index f290b86791..0fc9815998 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">Select</link></paragraph>
+<bookmark branch="hid/.uno:EntireColumn" xml-lang="en-US" id="bm_id3150253" localize="false"/><h1 id="hd_id3154660"><link href="text/swriter/01/05120300.xhp">Select</link></h1>
<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 1e023fec26..77d99f9744 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">Delete</link></paragraph>
+<h1 id="hd_id3145801"><link href="text/swriter/01/05120500.xhp">Delete</link></h1>
<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/05150300.xhp b/source/text/swriter/01/05150300.xhp
index 377019a637..ab50ab7d1d 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">Apply and Edit Changes</link></paragraph>
+<h1 id="hd_id3149353"><link href="text/swriter/01/05150300.xhp">Apply and Edit Changes</link></h1>
<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">
diff --git a/source/text/swriter/01/05190000.xhp b/source/text/swriter/01/05190000.xhp
index ff46aba252..38851d7ed9 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">Split Table</link></paragraph>
+<h1 id="hd_id3153246"><link href="text/swriter/01/05190000.xhp">Split Table</link></h1>
<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 df18824249..4f6620d93a 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">Merge Table</link></paragraph>
+<h1 id="hd_id3154652"><link href="text/swriter/01/05200000.xhp">Merge Table</link></h1>
<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/06080000.xhp b/source/text/swriter/01/06080000.xhp
index d161248bc8..55bd749acb 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">Footnotes/Endnotes Settings</link></paragraph>
+<h1 id="hd_id3153004"><link href="text/swriter/01/06080000.xhp">Footnotes/Endnotes Settings</link></h1>
<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/06090000.xhp b/source/text/swriter/01/06090000.xhp
index 675930e0c7..7af055816e 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">Convert Text to Table</link></paragraph>
+<h1 id="hd_id3147402"><link href="text/swriter/01/06090000.xhp">Convert Text to Table</link></h1>
<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 9117feab73..8ef836b9a1 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">Calculate</link></paragraph>
+<h1 id="hd_id3154505"><link href="text/swriter/01/06110000.xhp">Calculate</link></h1>
<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 987d3f3bff..377f8ac171 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">Page Formatting</link></paragraph>
+<h1 id="hd_id3155961"><link href="text/swriter/01/06120000.xhp">Page Formatting</link></h1>
<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 ce298f31a9..84d8d8e576 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">Current Index</link></paragraph>
+<h1 id="hd_id3154704"><link href="text/swriter/01/06160000.xhp">Current Index</link></h1>
<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 a305c33de3..9f67538c08 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">All Indexes and Tables</link></paragraph>
+<h1 id="hd_id3149875"><link href="text/swriter/01/06170000.xhp">All Indexes and Tables</link></h1>
<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/06190000.xhp b/source/text/swriter/01/06190000.xhp
index db9efd72fb..afb5b9855d 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">Update All</link></paragraph>
+<h1 id="hd_id3145824"><link href="text/swriter/01/06190000.xhp">Update All</link></h1>
<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 57b01b12c3..77fd636e82 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">Fields</link></paragraph>
+<h1 id="hd_id3083281"><link href="text/swriter/01/06200000.xhp">Fields</link></h1>
<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 84b8cf7d32..301df86be1 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">Links</link></paragraph>
+<h1 id="hd_id3155962"><link href="text/swriter/01/06210000.xhp">Links</link></h1>
<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 74b7c24169..97bbe22493 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">All Charts</link></paragraph>
+<h1 id="hd_id3155959"><link href="text/swriter/01/06220000.xhp">All Charts</link></h1>
<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/legacynumbering.xhp b/source/text/swriter/01/legacynumbering.xhp
index d50a72c8a8..4f3248ea2d 100644
--- a/source/text/swriter/01/legacynumbering.xhp
+++ b/source/text/swriter/01/legacynumbering.xhp
@@ -42,7 +42,7 @@
<paragraph role="paragraph" id="par_id3146137" xml-lang="en-US"><ahelp hid="modules/swriter/ui/outlinepositionpage/relative">Indents the current level relative to the previous level in the list hierarchy.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/numberingpositionpage/numberingwidthmf" id="bm_id3153349" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/outlinepositionpage/indentatmf" id="bm_id3153348" localize="false"/>
-<paragraph role="heading" id="hd_id3150245" xml-lang="en-US" level="3">Width of numbering<comment>i85347</comment></paragraph>
+<h3 id="hd_id3150245">Width of numbering<comment>i85347</comment></h3>
<paragraph role="paragraph" id="par_id3150129" xml-lang="en-US"><ahelp hid="modules/swriter/ui/outlinepositionpage/indentatmf">Enter the width of the numbering area. The numbering symbol can be left, center or right in this area.</ahelp><comment>UFI: fixed #i31282#</comment></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/numberingpositionpage/numdistmf" id="bm_id3149237" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/outlinepositionpage/numdistmf" id="bm_id3149235" localize="false"/>
diff --git a/source/text/swriter/01/mailmerge00.xhp b/source/text/swriter/01/mailmerge00.xhp
index d9676a3598..962721fdd7 100644
--- a/source/text/swriter/01/mailmerge00.xhp
+++ b/source/text/swriter/01/mailmerge00.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:MailMergeWizard" id="bm_id6627657" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:MergeDialog" id="bm_id9926450" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/vcl/ui/wizard/Wizard" id="bm_id1926107" localize="false"/>
-<paragraph role="heading" id="par_idN10549" xml-lang="en-US" level="1"><link href="text/swriter/01/mailmerge00.xhp">Mail Merge Wizard</link></paragraph>
+<h1 id="par_idN10549"><link href="text/swriter/01/mailmerge00.xhp">Mail Merge Wizard</link></h1>
<paragraph role="paragraph" id="par_idN10559" xml-lang="en-US"><ahelp hid=".">Starts the Mail Merge Wizard to create form letters or send email messages to many recipients.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/swriter/01/mailmerge01.xhp b/source/text/swriter/01/mailmerge01.xhp
index 6eca976d9b..191b8a4f42 100644
--- a/source/text/swriter/01/mailmerge01.xhp
+++ b/source/text/swriter/01/mailmerge01.xhp
@@ -33,7 +33,7 @@
<section id="startingdocument">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mmselectpage/@@nowidget@@" id="@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mmselectpage/MMSelectPage" id="bm_id9740592.00000000" localize="false"/>
-<paragraph role="heading" id="par_idN10543" xml-lang="en-US" level="1"><link href="text/swriter/01/mailmerge01.xhp">Mail Merge Wizard - Select starting document</link></paragraph>
+<h1 id="par_idN10543"><link href="text/swriter/01/mailmerge01.xhp">Mail Merge Wizard - Select starting document</link></h1>
<paragraph role="paragraph" id="par_idN10553" xml-lang="en-US"><ahelp hid=".">Specify the document that you want to use as a base for the mail merge document.</ahelp></paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mmselectpage/currentdoc" id="bm_id9740592.00000001" localize="false"/>
diff --git a/source/text/swriter/01/mailmerge02.xhp b/source/text/swriter/01/mailmerge02.xhp
index cd6b6451c1..8832ae3652 100644
--- a/source/text/swriter/01/mailmerge02.xhp
+++ b/source/text/swriter/01/mailmerge02.xhp
@@ -32,7 +32,7 @@
<section id="documenttype">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mmoutputtypepage/MMOutputTypePage" id="bm_id2589191" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mmoutputtypepage/@@nowidget@@" id="@@nowidget@@" localize="false"/>
-<paragraph role="heading" id="par_idN10543" xml-lang="en-US" level="1"><link href="text/swriter/01/mailmerge02.xhp">Mail Merge Wizard - Select document type</link></paragraph>
+<h1 id="par_idN10543"><link href="text/swriter/01/mailmerge02.xhp">Mail Merge Wizard - Select document type</link></h1>
<paragraph role="paragraph" id="par_idN10553" xml-lang="en-US"><ahelp hid=".">Specify the type of mail merge document to create.</ahelp></paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mmoutputtypepage/letter" id="bm_id2589190" localize="false"/><h2 id="par_idN10556">Letter</h2>
diff --git a/source/text/swriter/01/mailmerge03.xhp b/source/text/swriter/01/mailmerge03.xhp
index e97134e8c0..adf84fa840 100644
--- a/source/text/swriter/01/mailmerge03.xhp
+++ b/source/text/swriter/01/mailmerge03.xhp
@@ -33,7 +33,7 @@
<section id="addresses">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mmaddressblockpage/@@nowidget@@" id="@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mmaddressblockpage/MMAddressBlockPage" id="bm_id8489027" localize="false"/>
-<paragraph role="heading" id="par_idN10543" xml-lang="en-US" level="1"><link href="text/swriter/01/mailmerge03.xhp">Mail Merge Wizard - Addresses</link></paragraph>
+<h1 id="par_idN10543"><link href="text/swriter/01/mailmerge03.xhp">Mail Merge Wizard - Addresses</link></h1>
<paragraph role="paragraph" id="par_idN10553" xml-lang="en-US"><ahelp hid=".">Specify the recipients for the mail merge document as well as the layout of the address block.</ahelp></paragraph>
</section>
<paragraph role="note" id="par_idN10561" xml-lang="en-US">The Mail Merge wizard opens to this page if you start the wizard in a text document that already contains address database fields. If the wizard opens directly to this page, the <emph>Select Address List</emph> button is called <emph>Select Different Address List</emph>.</paragraph>
diff --git a/source/text/swriter/01/mailmerge04.xhp b/source/text/swriter/01/mailmerge04.xhp
index f270e84a9c..cebbe269cd 100644
--- a/source/text/swriter/01/mailmerge04.xhp
+++ b/source/text/swriter/01/mailmerge04.xhp
@@ -33,7 +33,7 @@
<section id="greetingline">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mmsalutationpage/@@nowidget@@" id="@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mmsalutationpage/MMSalutationPage" id="bm_id8489029" localize="false"/>
-<paragraph role="heading" id="par_idN10543" xml-lang="en-US" level="1"><link href="text/swriter/01/mailmerge04.xhp">Mail Merge Wizard - Create salutation</link></paragraph>
+<h1 id="par_idN10543"><link href="text/swriter/01/mailmerge04.xhp">Mail Merge Wizard - Create salutation</link></h1>
<paragraph role="paragraph" id="par_idN10553" xml-lang="en-US"><ahelp hid=".">Specify the properties for the salutation.</ahelp> If the mail merge database contains gender information, you can specify different salutations based on the gender of the recipient.</paragraph>
</section>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mmsalutationpage/greeting" id="bm_id274666" localize="false"/>
diff --git a/source/text/swriter/01/mailmerge05.xhp b/source/text/swriter/01/mailmerge05.xhp
index 7ec3fd85bf..2a0af19308 100644
--- a/source/text/swriter/01/mailmerge05.xhp
+++ b/source/text/swriter/01/mailmerge05.xhp
@@ -33,7 +33,7 @@
<section id="layout">
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mmlayoutpage/MMLayoutPage" id="bm_id8489030" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mmlayoutpage/@@nowidget@@" id="@@nowidget@@" localize="false"/>
-<paragraph role="heading" id="par_idN10543" xml-lang="en-US" level="1"><link href="text/swriter/01/mailmerge05.xhp">Mail Merge Wizard - Adjust layout</link></paragraph>
+<h1 id="par_idN10543"><link href="text/swriter/01/mailmerge05.xhp">Mail Merge Wizard - Adjust layout</link></h1>
<paragraph role="paragraph" id="par_idN10553" xml-lang="en-US"><ahelp hid=".">Specify the position of the address blocks and salutations on the documents.</ahelp></paragraph>
</section>
<h2 id="par_idN10544">Address Block Position</h2>
diff --git a/source/text/swriter/01/mm_emailmergeddoc.xhp b/source/text/swriter/01/mm_emailmergeddoc.xhp
index 6b0dbea142..ebc31cec55 100644
--- a/source/text/swriter/01/mm_emailmergeddoc.xhp
+++ b/source/text/swriter/01/mm_emailmergeddoc.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:MailMergeEmailDocuments" id="bm_id201703192214544668" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mmresultemaildialog/@@nowidget@@" id="@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mmresultemaildialog/MMResultEmailDialog" id="bm_id201703192214544668" localize="false"/>
-<paragraph id="hd_id201703192214041173" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/mm_emailmergeddoc.xhp">Send merged document as email</link></paragraph>
+<h1 id="hd_id201703192214041173"><link href="text/swriter/01/mm_emailmergeddoc.xhp">Send merged document as email</link></h1>
<paragraph id="par_id201703192214161498" role="paragraph" xml-lang="en-US"><ahelp hid=".">Sends the mail merge output as email messages to all or some recipients.</ahelp></paragraph>
</section>
diff --git a/source/text/swriter/01/mm_printmergeddoc.xhp b/source/text/swriter/01/mm_printmergeddoc.xhp
index 9bf1724579..b55f62a2ed 100644
--- a/source/text/swriter/01/mm_printmergeddoc.xhp
+++ b/source/text/swriter/01/mm_printmergeddoc.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:MailMergePrintDocuments" id="bm_id201703192012291723" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mmresultprintdialog/@@nowidget@@" id="@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mmresultprintdialog/MMResultPrintDialog" id="bm_id201703192012291724" localize="false"/>
-<paragraph id="hd_id201703192010597215" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/mm_printmergeddoc.xhp">Print merged document</link></paragraph>
+<h1 id="hd_id201703192010597215"><link href="text/swriter/01/mm_printmergeddoc.xhp">Print merged document</link></h1>
<paragraph id="par_id201703192012043766" role="paragraph" xml-lang="en-US"><ahelp hid=".">Prints the mail merge output for all or some recipients.</ahelp></paragraph>
</section>
diff --git a/source/text/swriter/01/mm_savemergeddoc.xhp b/source/text/swriter/01/mm_savemergeddoc.xhp
index 27232a3e18..22ad030da0 100644
--- a/source/text/swriter/01/mm_savemergeddoc.xhp
+++ b/source/text/swriter/01/mm_savemergeddoc.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mmresultsavedialog/MMResultSaveDialog" id="bm_id201703191638233298" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mmresultsavedialog/@@nowidget@@" id="@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:MailMergeSaveDocuments" id="bm_id201703191638233299" localize="false"/>
-<paragraph id="hd_id201703191634335977" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/mm_savemergeddoc.xhp">Save merged document</link></paragraph>
+<h1 id="hd_id201703191634335977"><link href="text/swriter/01/mm_savemergeddoc.xhp">Save merged document</link></h1>
<paragraph id="par_id201703191635403846" role="paragraph" xml-lang="en-US"><ahelp hid=".">Save the mail merge output to file.</ahelp></paragraph>
</section>
diff --git a/source/text/swriter/01/title_page.xhp b/source/text/swriter/01/title_page.xhp
index 5fd43496ff..dc28c1dfb4 100644
--- a/source/text/swriter/01/title_page.xhp
+++ b/source/text/swriter/01/title_page.xhp
@@ -40,7 +40,7 @@
</bookmark>
-<paragraph id="hd_id300920161429137211" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/title_page.xhp">Inserting title pages in the document</link></paragraph>
+<h1 id="hd_id300920161429137211"><link href="text/swriter/01/title_page.xhp">Inserting title pages in the document</link></h1>
<paragraph id="par_id300920161429345505" role="paragraph" xml-lang="en-US"><ahelp hid=".">Insert title pages in your document.</ahelp></paragraph>
</section>
<paragraph id="par_id300920161429347135" role="paragraph" xml-lang="en-US">Title pages are pages at the beginning of the document that lists the publication information, such as the title of the publication, the name of the author etc. These pages have a different layout than the pages of the document body, because they may not have page numbering, sometimes a different heading and footer and even different margins settings or background.</paragraph>
diff --git a/source/text/swriter/02/03220000.xhp b/source/text/swriter/02/03220000.xhp
index 5dd6ebd486..459e40f1f1 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">Unlink Frames</link></paragraph>
+<h1 id="hd_id3151188"><link href="text/swriter/02/03220000.xhp">Unlink Frames</link></h1>
<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 36a02b67d2..cd8c7127e5 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">Insert Rows</link></paragraph>
+<h1 id="hd_id3154838"><link href="text/swriter/02/04090000.xhp">Insert Rows</link></h1>
<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 40a31b1619..1ba21fa190 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">Insert Column</link></paragraph>
+<h1 id="hd_id3152899"><link href="text/swriter/02/04100000.xhp">Insert Column</link></h1>
<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/06090000.xhp b/source/text/swriter/02/06090000.xhp
index da9dd0bdd2..95f23404dd 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">Insert Unnumbered Entry</link></paragraph>
+<h1 id="hd_id3154505"><link href="text/swriter/02/06090000.xhp">Insert Unnumbered Entry</link></h1>
<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/08080000.xhp b/source/text/swriter/02/08080000.xhp
index 1d30ee669e..2750f59012 100644
--- a/source/text/swriter/02/08080000.xhp
+++ b/source/text/swriter/02/08080000.xhp
@@ -34,7 +34,7 @@
<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">Combined Display</link></paragraph>
+<h1 id="hd_id3151186"><link href="text/swriter/02/08080000.xhp">Combined Display</link></h1>
<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>
diff --git a/source/text/swriter/02/10030000.xhp b/source/text/swriter/02/10030000.xhp
index 7b7da6edd1..671e768b47 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">Preview Zoom</link></paragraph>
+<h1 id="hd_id3147175"><link href="text/swriter/02/10030000.xhp">Preview Zoom</link></h1>
<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/10090000.xhp b/source/text/swriter/02/10090000.xhp
index a061283235..c4d8b902c2 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">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>
+<h1 id="hd_id3152895"><link href="text/swriter/02/10090000.xhp">Print page view</link><comment>remove this page</comment></h1><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 d24c5eb39c..10fa681336 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">Cell Reference</link></paragraph>
+<h1 id="hd_id3143228"><link href="text/swriter/02/14010000.xhp">Cell Reference</link></h1>
<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/14030000.xhp b/source/text/swriter/02/14030000.xhp
index b6330cfe50..a2d2fa55dc 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">Cancel</link></paragraph>
+<h1 id="hd_id3149957"><link href="text/swriter/02/14030000.xhp">Cancel</link></h1>
<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/14050000.xhp b/source/text/swriter/02/14050000.xhp
index f5ebd57533..8247accfc1 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">Formula Area</link></paragraph>
+ <bookmark branch="hid/SW_HID_EDIT_FORMULA" xml-lang="en-US" id="bm_id3145829" localize="false"/><h1 id="hd_id3155624"><link href="text/swriter/02/14050000.xhp">Formula Area</link></h1>
<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/18030000.xhp b/source/text/swriter/02/18030000.xhp
index 4e06b7d641..99bf7c746e 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">Insert Fields</link></paragraph>
+<h1 id="hd_id3153916"><link href="text/swriter/02/18030000.xhp">Insert Fields</link></h1>
<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">Other</link></paragraph>
+<h2 id="hd_id3148566"><link href="text/swriter/01/04090000.xhp">Other</link></h2>
<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 8984a8d798..898f43e416 100644
--- a/source/text/swriter/02/18030100.xhp
+++ b/source/text/swriter/02/18030100.xhp
@@ -32,7 +32,7 @@
<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">Date</link></paragraph>
+<h1 id="hd_id3151175"><link href="text/swriter/02/18030100.xhp">Date</link></h1>
<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">
diff --git a/source/text/swriter/02/18030200.xhp b/source/text/swriter/02/18030200.xhp
index 389432f543..be0139922a 100644
--- a/source/text/swriter/02/18030200.xhp
+++ b/source/text/swriter/02/18030200.xhp
@@ -35,7 +35,7 @@
<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">Time</link></paragraph>
+<h1 id="hd_id3147174"><link href="text/swriter/02/18030200.xhp">Time</link></h1>
<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">
diff --git a/source/text/swriter/02/18030300.xhp b/source/text/swriter/02/18030300.xhp
index fd39ad2c1b..ec84d7edbc 100644
--- a/source/text/swriter/02/18030300.xhp
+++ b/source/text/swriter/02/18030300.xhp
@@ -31,7 +31,7 @@
<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">Page Number</link></paragraph>
+<h1 id="hd_id3147173"><link href="text/swriter/02/18030300.xhp">Page Number</link></h1>
<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>
diff --git a/source/text/swriter/02/18030500.xhp b/source/text/swriter/02/18030500.xhp
index c4093fbc35..916a3b6dd9 100644
--- a/source/text/swriter/02/18030500.xhp
+++ b/source/text/swriter/02/18030500.xhp
@@ -37,7 +37,7 @@
<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">Subject</link></paragraph>
+<h1 id="hd_id3147169"><link href="text/swriter/02/18030500.xhp">Subject</link></h1>
<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">
diff --git a/source/text/swriter/02/18030600.xhp b/source/text/swriter/02/18030600.xhp
index 0aaeef1225..4cc2bfbbb1 100644
--- a/source/text/swriter/02/18030600.xhp
+++ b/source/text/swriter/02/18030600.xhp
@@ -32,7 +32,7 @@
<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">Title</link></paragraph>
+<h1 id="hd_id3154484"><link href="text/swriter/02/18030600.xhp">Title</link></h1>
<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">
diff --git a/source/text/swriter/02/18030700.xhp b/source/text/swriter/02/18030700.xhp
index 0c96a12ffa..1e6f676030 100644
--- a/source/text/swriter/02/18030700.xhp
+++ b/source/text/swriter/02/18030700.xhp
@@ -32,7 +32,7 @@
<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">First Author (field)</link></paragraph>
+<h1 id="hd_id3154505"><link href="text/swriter/02/18030700.xhp">First Author (field)</link></h1>
<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">
diff --git a/source/text/swriter/02/19010000.xhp b/source/text/swriter/02/19010000.xhp
index ffe4b4cb48..18b74a0351 100644
--- a/source/text/swriter/02/19010000.xhp
+++ b/source/text/swriter/02/19010000.xhp
@@ -32,7 +32,7 @@
<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">Insert Header</link></paragraph>
+<h1 id="hd_id3148769"><link href="text/swriter/02/19010000.xhp">Insert Header</link></h1>
<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>
diff --git a/source/text/swriter/02/19020000.xhp b/source/text/swriter/02/19020000.xhp
index a9395af52a..298472ae22 100644
--- a/source/text/swriter/02/19020000.xhp
+++ b/source/text/swriter/02/19020000.xhp
@@ -32,7 +32,7 @@
<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">Insert Footer</link></paragraph>
+<h1 id="hd_id3145829"><link href="text/swriter/02/19020000.xhp">Insert Footer</link></h1>
<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>
diff --git a/source/text/swriter/02/19030000.xhp b/source/text/swriter/02/19030000.xhp
index b92a9d0ce6..0ed64ea9a8 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">Insert</link></paragraph>
+<h1 id="hd_id3147167"><link href="text/swriter/02/19030000.xhp">Insert</link></h1>
<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">Insert single-column frame manually</link></paragraph>
+<h2 id="hd_id3149689"><link href="text/swriter/01/04130000.xhp">Insert single-column frame manually</link></h2>
<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">From File</link></paragraph>
+<h2 id="hd_id3143278"><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"/>
-<paragraph role="heading" id="hd_id3149104" xml-lang="en-US" level="2"><link href="text/swriter/01/04150000.xhp">Insert Table</link></paragraph>
+<h2 id="hd_id3149104"><link href="text/swriter/01/04150000.xhp">Insert Table</link></h2>
<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">Insert Document</link></paragraph>
+<h2 id="hd_id3151259"><link href="text/swriter/01/04190000.xhp">Insert Document</link></h2>
<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">Insert Special Character</link></paragraph>
+<h2 id="hd_id3153643"><link href="text/shared/01/04100000.xhp">Insert Special Character</link></h2>
<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">Insert Section</link></paragraph>
+<h2 id="hd_id3152766"><link href="text/swriter/01/04020000.xhp">Insert Section</link></h2>
<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">Insert Bookmark</link></paragraph>
+<h2 id="hd_id3145774"><link href="text/swriter/01/04040000.xhp">Insert Bookmark</link></h2>
<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 ae8af0b73d..395c3e151a 100644
--- a/source/text/swriter/02/19040000.xhp
+++ b/source/text/swriter/02/19040000.xhp
@@ -30,7 +30,7 @@
</history>
</meta>
<body>
-<paragraph role="heading" id="hd_id3149286" xml-lang="en-US" level="1"><link href="text/swriter/02/19040000.xhp">Insert Fields</link></paragraph>
+<h1 id="hd_id3149286"><link href="text/swriter/02/19040000.xhp">Insert Fields</link></h1>
<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"/>
@@ -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">Other</link></paragraph>
+<h2 id="hd_id3145248"><link href="text/swriter/01/04090000.xhp">Other</link></h2>
<embed href="text/swriter/01/04090000.xhp#feldbefehltext"/>
</body>
</helpdocument>
diff --git a/source/text/swriter/02/word_count_stb.xhp b/source/text/swriter/02/word_count_stb.xhp
index 83c649bf06..adf8863661 100644
--- a/source/text/swriter/02/word_count_stb.xhp
+++ b/source/text/swriter/02/word_count_stb.xhp
@@ -22,7 +22,7 @@
<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">Word Count Status Bar Field</link></paragraph>
+<h1 id="page_heading"><link href="text/swriter/02/word_count_stb.xhp">Word Count Status Bar Field</link></h1>
<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>
diff --git a/source/text/swriter/guide/autotext.xhp b/source/text/swriter/guide/autotext.xhp
index 2f08e096b6..595b543cff 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">Using AutoText</link></variable></paragraph>
+<h1 id="hd_id3155521"><variable id="autotext"><link href="text/swriter/guide/autotext.xhp">Using AutoText</link></variable></h1>
<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>
<h2 id="hd_id3155539">To Create an AutoText Entry</h2>
diff --git a/source/text/swriter/guide/calculate_intext.xhp b/source/text/swriter/guide/calculate_intext.xhp
index 276f6d6a73..fc426c9f2b 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">Calculating Complex Formulas in Text Documents</link></variable></paragraph>
+<h1 id="hd_id3147406"><variable id="calculate_intext"><link href="text/swriter/guide/calculate_intext.xhp">Calculating Complex Formulas in Text Documents</link></variable></h1>
<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/captions.xhp b/source/text/swriter/guide/captions.xhp
index 3f0c5669d9..773a663966 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">Using Captions</link></variable></paragraph>
+<h1 id="hd_id3150537"><variable id="captions"><link href="text/swriter/guide/captions.xhp">Using Captions</link></variable></h1>
<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/change_header.xhp b/source/text/swriter/guide/change_header.xhp
index 11c48a090a..dd3ffcc9fd 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">Creating a Page Style Based on the Current Page</link></variable></paragraph>
+<h1 id="hd_id3146875"><variable id="change_header"><link href="text/swriter/guide/change_header.xhp">Creating a Page Style Based on the Current Page</link></variable></h1>
<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/conditional_text.xhp b/source/text/swriter/guide/conditional_text.xhp
index ba95f77de4..47cb9d2e7a 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">Conditional Text</link></variable></paragraph>
+<h1 id="hd_id3155619"><variable id="conditional_text"><link href="text/swriter/guide/conditional_text.xhp">Conditional Text</link></variable></h1>
<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>
diff --git a/source/text/swriter/guide/conditional_text2.xhp b/source/text/swriter/guide/conditional_text2.xhp
index 73f786ad06..ae276432b3 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">Conditional Text for Page Counts</link></variable></paragraph>
+<h1 id="hd_id3153108"><variable id="conditional_text2"><link href="text/swriter/guide/conditional_text2.xhp">Conditional Text for Page Counts</link></variable></h1>
<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 0f7ea53578..8139d04b3d 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">Removing Words From a User-Defined Dictionary</link></variable></paragraph>
+<h1 id="hd_id3147688"><variable id="delete_from_dict"><link href="text/swriter/guide/delete_from_dict.xhp">Removing Words From a User-Defined Dictionary</link></variable></h1>
<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 f0344c727a..3e9cd0622b 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">Alternating Page Styles on Odd and Even Pages</link></variable></paragraph>
+<h1 id="hd_id3153407"><variable id="even_odd_sdw"><link href="text/swriter/guide/even_odd_sdw.xhp">Alternating Page Styles on Odd and Even Pages</link></variable></h1>
<table id="tbl_id3152897">
<tablerow>
diff --git a/source/text/swriter/guide/fields_date.xhp b/source/text/swriter/guide/fields_date.xhp
index 0a6777e631..375e43d273 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">Inserting a Fixed or Variable Date Field</link></variable></paragraph>
+<h1 id="hd_id3155165"><variable id="fields_date"><link href="text/swriter/guide/fields_date.xhp">Inserting a Fixed or Variable Date Field</link></variable></h1>
<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 de4c1f6d6e..bae6e5ef52 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">Adding Input Fields</link></variable></paragraph>
+<h1 id="hd_id3155916"><variable id="fields_enter"><link href="text/swriter/guide/fields_enter.xhp">Adding Input Fields</link></variable></h1>
<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 e98fab0a13..8fe8589e88 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">Querying User Data in Fields or Conditions</link></variable></paragraph>
+<h1 id="hd_id3153398"><variable id="fields_userdata"><link href="text/swriter/guide/fields_userdata.xhp">Querying User Data in Fields or Conditions</link></variable></h1>
<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">
diff --git a/source/text/swriter/guide/footnote_with_line.xhp b/source/text/swriter/guide/footnote_with_line.xhp
index 3217b391c3..f09df70ddb 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">Spacing Between Footnotes</link></variable></paragraph>
+<h1 id="hd_id3147683"><variable id="footnote_with_line"><link href="text/swriter/guide/footnote_with_line.xhp">Spacing Between Footnotes</link></variable></h1>
<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">
diff --git a/source/text/swriter/guide/globaldoc_howtos.xhp b/source/text/swriter/guide/globaldoc_howtos.xhp
index 8c353ecf96..679ed25779 100644
--- a/source/text/swriter/guide/globaldoc_howtos.xhp
+++ b/source/text/swriter/guide/globaldoc_howtos.xhp
@@ -36,7 +36,7 @@
</bookmark>
<comment>MW created 4 new index entries. 2 index entries were taken from globaldoc.xhp.</comment><comment>MW made one index entry out of 2 "subdocuments;" entries</comment>
-<paragraph id="hd_id3145246" role="heading" level="1" xml-lang="en-US"><variable id="globaldoc_howtos"><link href="text/swriter/guide/globaldoc_howtos.xhp">Working with Master Documents and Subdocuments</link></variable></paragraph><comment>MW: this is a new guide created from splitting globaldoc.xhp</comment>
+<h1 id="hd_id3145246"><variable id="globaldoc_howtos"><link href="text/swriter/guide/globaldoc_howtos.xhp">Working with Master Documents and Subdocuments</link></variable></h1><comment>MW: this is a new guide created from splitting globaldoc.xhp</comment>
<paragraph id="par_id1522873" role="paragraph" xml-lang="en-US">A master document lets you manage large documents, such as a book with many chapters. The master document can be seen as a container for individual <item type="productname">%PRODUCTNAME</item> Writer files. The individual files are called subdocuments.</paragraph>
<h2 id="hd_id3153127">To Create a Master Document</h2>
diff --git a/source/text/swriter/guide/header_pagestyles.xhp b/source/text/swriter/guide/header_pagestyles.xhp
index ebcc0aec15..4adcee121a 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">Defining Different Headers and Footers</link></variable></paragraph>
+<h1 id="hd_id3155920"><variable id="header_pagestyles"><link href="text/swriter/guide/header_pagestyles.xhp">Defining Different Headers and Footers</link></variable></h1>
<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_line.xhp b/source/text/swriter/guide/header_with_line.xhp
index 28d5244d81..c8c5f97398 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">Formatting Headers or Footers</link></variable></paragraph>
+<h1 id="hd_id3154866"><variable id="header_with_line"><link href="text/swriter/guide/header_with_line.xhp">Formatting Headers or Footers</link></variable></h1>
<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/hyperlinks.xhp b/source/text/swriter/guide/hyperlinks.xhp
index e2803c889d..aa2b79a374 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">Inserting Hyperlinks With the Navigator</link></variable></paragraph>
+<h1 id="hd_id3155845"><variable id="hyperlinks"><link href="text/swriter/guide/hyperlinks.xhp">Inserting Hyperlinks With the Navigator</link></variable></h1>
<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/indices_index.xhp b/source/text/swriter/guide/indices_index.xhp
index d0d0c59266..5c17a6ba20 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">Creating Alphabetical Indexes</link></variable></paragraph>
+<h1 id="hd_id3155911"><variable id="indices_index"><link href="text/swriter/guide/indices_index.xhp">Creating Alphabetical Indexes</link></variable></h1>
<list type="ordered">
<listitem>
diff --git a/source/text/swriter/guide/indices_literature.xhp b/source/text/swriter/guide/indices_literature.xhp
index 35f18b290f..4f9239a4a0 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">Creating a Bibliography</link></variable></paragraph>
+<h1 id="hd_id3149687"><variable id="indices_literature"><link href="text/swriter/guide/indices_literature.xhp">Creating a Bibliography</link></variable></h1>
<paragraph id="par_id3155864" role="paragraph" xml-lang="en-US">A bibliography is a list of works that you reference in a document.</paragraph>
<h2 id="hd_id3153402">Storing Bibliographic Information</h2>
diff --git a/source/text/swriter/guide/number_sequence.xhp b/source/text/swriter/guide/number_sequence.xhp
index f75067deec..a348410e94 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">Defining Number Ranges</link></variable></paragraph>
+<h1 id="hd_id3149695"><variable id="number_sequence"><link href="text/swriter/guide/number_sequence.xhp">Defining Number Ranges</link></variable></h1>
<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/pagebackground.xhp b/source/text/swriter/guide/pagebackground.xhp
index 47c00d4105..59ccd1c00f 100644
--- a/source/text/swriter/guide/pagebackground.xhp
+++ b/source/text/swriter/guide/pagebackground.xhp
@@ -35,7 +35,7 @@
</bookmark>
<comment>MW deleted "page backgrounds"</comment>
-<paragraph id="par_idN107F4" role="heading" level="1" xml-lang="en-US"><variable id="pagebackground"><link href="text/swriter/guide/pagebackground.xhp">Changing Page Background</link></variable></paragraph>
+<h1 id="par_idN107F4"><variable id="pagebackground"><link href="text/swriter/guide/pagebackground.xhp">Changing Page Background</link></variable></h1>
<paragraph id="par_idN10812" role="paragraph" xml-lang="en-US">$[officename] uses page styles to specify the background of the pages in a document. For example, to change the page background of one or more pages in a document to a watermark, you need to create a page style that uses the watermark background, and then apply the page style to the pages.</paragraph>
<section id="define">
diff --git a/source/text/swriter/guide/printer_tray.xhp b/source/text/swriter/guide/printer_tray.xhp
index 1745e66f13..c18dda09d7 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">Selecting Printer Paper Trays</link></variable></paragraph>
+<h1 id="hd_id3155909"><variable id="printer_tray"><link href="text/swriter/guide/printer_tray.xhp">Selecting Printer Paper Trays</link></variable></h1>
<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">
diff --git a/source/text/swriter/guide/references.xhp b/source/text/swriter/guide/references.xhp
index 3ff17ac8a0..bc5327009d 100644
--- a/source/text/swriter/guide/references.xhp
+++ b/source/text/swriter/guide/references.xhp
@@ -40,7 +40,7 @@
</bookmark>
-<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>
+<h1 id="hd_id3145087"><variable id="references"><link href="text/swriter/guide/references.xhp">Inserting Cross-References</link></variable></h1>
<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>
diff --git a/source/text/swriter/guide/references_modify.xhp b/source/text/swriter/guide/references_modify.xhp
index 6299bb63c8..00edbf3f84 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">Modifying Cross-References</link></variable></paragraph>
+<h1 id="hd_id3149291"><variable id="references_modify"><link href="text/swriter/guide/references_modify.xhp">Modifying Cross-References</link></variable></h1>
<list type="ordered">
<listitem>
diff --git a/source/text/swriter/guide/search_regexp.xhp b/source/text/swriter/guide/search_regexp.xhp
index 00bd775b80..d1a82ba302 100644
--- a/source/text/swriter/guide/search_regexp.xhp
+++ b/source/text/swriter/guide/search_regexp.xhp
@@ -34,7 +34,7 @@
<bookmark_value>invisible characters;finding</bookmark_value>
<bookmark_value>paragraph marks;searching</bookmark_value>
</bookmark>
- <paragraph xml-lang="en-US" id="hd_id3150099" role="heading" level="1"><variable id="search_regexp"><link href="text/swriter/guide/search_regexp.xhp">Using Regular Expressions in Text Searches</link></variable></paragraph>
+ <h1 id="hd_id3150099"><variable id="search_regexp"><link href="text/swriter/guide/search_regexp.xhp">Using Regular Expressions in Text Searches</link></variable></h1>
<paragraph xml-lang="en-US" id="par_id0509200916345516" role="paragraph">Regular expressions can be used to search for some unspecified or even invisible characters.</paragraph>
<note id="par_id421554926388821">Searching with regular expressions is different from searching with wildcards. %PRODUCTNAME Writer only supports searching with regular expressions.</note>
<paragraph xml-lang="en-US" id="par_id3155182" role="paragraph">You can use regular expressions when you find and replace text in a document. For example, "s.n" finds "sun" and "son".</paragraph>
diff --git a/source/text/swriter/guide/section_insert.xhp b/source/text/swriter/guide/section_insert.xhp
index bdcc7a2d12..96e8710878 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">Inserting Sections</link></variable></paragraph>
+<h1 id="hd_id3149695"><variable id="section_insert"><link href="text/swriter/guide/section_insert.xhp">Inserting Sections</link></variable></h1>
<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>
<h2 id="hd_id3155863">To Insert a New Section</h2>
diff --git a/source/text/swriter/guide/send2html.xhp b/source/text/swriter/guide/send2html.xhp
index c8877fa46b..748ade6787 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">Saving Text Documents in HTML Format</link></variable></paragraph>
+<h1 id="hd_id3145087"><variable id="send2html"><link href="text/swriter/guide/send2html.xhp">Saving Text Documents in HTML Format</link></variable></h1>
<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/spellcheck_dialog.xhp b/source/text/swriter/guide/spellcheck_dialog.xhp
index 2fc9f82ac1..0e61d3e40b 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">Checking Spelling and Grammar</link></variable></paragraph>
+<h1 id="hd_id3149684"><variable id="spellcheck_dialog"><link href="text/swriter/guide/spellcheck_dialog.xhp">Checking Spelling and Grammar</link></variable></h1>
<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>
diff --git a/source/text/swriter/guide/table_repeat_multiple_headers.xhp b/source/text/swriter/guide/table_repeat_multiple_headers.xhp
index 2bf9055085..722ad26f0e 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">Repeating a Table Heading on a New Page</link></variable></paragraph>
+<h1 id="hd_id3153406"><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></h1>
<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/tablemode.xhp b/source/text/swriter/guide/tablemode.xhp
index 8cba99c1d4..966b41069b 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">Modifying Rows and Columns by Keyboard</link></variable></paragraph>
+<h1 id="hd_id3155856"><variable id="tablemode"><link href="text/swriter/guide/tablemode.xhp">Modifying Rows and Columns by Keyboard</link></variable></h1>
<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/text_animation.xhp b/source/text/swriter/guide/text_animation.xhp
index 5100b5e76b..a970ffcb95 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">Animating Text</link></variable></paragraph>
+<h1 id="hd_id3151182"><variable id="text_animation"><link href="text/swriter/guide/text_animation.xhp">Animating Text</link></variable></h1>
<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_centervert.xhp b/source/text/swriter/guide/text_centervert.xhp
index 6bf5c18398..6c8c4fd39f 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">Using a Frame to Center Text on a Page</link></variable></paragraph>
+<h1 id="hd_id3155177"><variable id="text_centervert"><link href="text/swriter/guide/text_centervert.xhp">Using a Frame to Center Text on a Page</link></variable></h1>
<list type="ordered">
<listitem>
diff --git a/source/text/swriter/guide/text_rotate.xhp b/source/text/swriter/guide/text_rotate.xhp
index 96aca78484..4d264a1ad2 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">Rotating Text</link></variable></paragraph>
+<h1 id="hd_id3155911"><variable id="text_rotate"><link href="text/swriter/guide/text_rotate.xhp">Rotating Text</link></variable></h1>
<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">
diff --git a/source/text/swriter/guide/wrap.xhp b/source/text/swriter/guide/wrap.xhp
index 0831978115..3486a98f2d 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">Wrapping Text Around Objects</link></variable></paragraph>
+<h1 id="hd_id3154486"><variable id="wrap"><link href="text/swriter/guide/wrap.xhp">Wrapping Text Around Objects</link></variable></h1>
<h2 id="hd_id4792321">To Wrap Text Around an Object</h2>
diff --git a/source/text/swriter/mailmergetoolbar.xhp b/source/text/swriter/mailmergetoolbar.xhp
index 1517641e4a..1a7bef7e66 100644
--- a/source/text/swriter/mailmergetoolbar.xhp
+++ b/source/text/swriter/mailmergetoolbar.xhp
@@ -30,7 +30,7 @@
<section id="mail_merge_toolbar">
-<paragraph id="hd_id201703240024554113" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/mailmergetoolbar.xhp">Mail Merge Toolbar</link></paragraph>
+<h1 id="hd_id201703240024554113"><link href="text/swriter/mailmergetoolbar.xhp">Mail Merge Toolbar</link></h1>
<paragraph id="par_id201703240025596148" role="paragraph" xml-lang="en-US">The Mail Merge Toolbar contains commands for the final steps of the mail merge process.</paragraph>
</section>
diff --git a/source/text/swriter/main0107.xhp b/source/text/swriter/main0107.xhp
index 8c9f39b5b9..a66795c44d 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">Window</link></paragraph>
+<h1 id="hd_id3147248"><link href="text/swriter/main0107.xhp">Window</link></h1>
<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/main0203.xhp b/source/text/swriter/main0203.xhp
index dd589ded64..67bf13b955 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">Image Bar</link></paragraph>
+<h1 id="hd_id3154263"><link href="text/swriter/main0203.xhp">Image Bar</link></h1>
<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">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"/>
+<h2 id="hd_id3145606"><link href="text/swriter/01/05060300.xhp">Flip Vertically</link></h2><embed href="text/swriter/01/05060300.xhp#vertikaltext"/>
+<h2 id="hd_id3145639"><link href="text/swriter/01/05060300.xhp">Flip Horizontally</link></h2><embed href="text/swriter/01/05060300.xhp#horizontaltext"/>
+<h2 id="hd_id3145673"><link href="text/swriter/01/05060000.xhp">Graphics Properties</link></h2><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 f1c5c1f30b..ad7f04e453 100644
--- a/source/text/swriter/main0204.xhp
+++ b/source/text/swriter/main0204.xhp
@@ -35,10 +35,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"/>
-<paragraph role="heading" id="hd_id3147820" xml-lang="en-US" level="2"><link href="text/swriter/01/05110500.xhp">Delete Row</link></paragraph>
+<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"/>
-<paragraph role="heading" id="hd_id3147231" xml-lang="en-US" level="2"><link href="text/swriter/01/05120500.xhp">Delete Column</link></paragraph>
+<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>
@@ -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">AutoFormat</link></paragraph>
+<h2 id="hd_id943333820"><link href="text/swriter/01/05150101.xhp">AutoFormat</link></h2>
<embed href="text/swriter/01/05150101.xhp#autoformattabelle"/>
<embed href="text/shared/02/03130000.xhp#borders"/>
<embed href="text/shared/02/03130000.xhp#syborders"/>
diff --git a/source/text/swriter/main0205.xhp b/source/text/swriter/main0205.xhp
index 45783dee46..ce98383f5a 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">Drawing Object Properties Bar</link></paragraph>
+<h1 id="hd_id3154275"><link href="text/swriter/main0205.xhp">Drawing Object Properties Bar</link></h1>
<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">Line Style</link></paragraph>
+<h2 id="hd_id3147784"><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"/>
-<paragraph role="heading" id="hd_id3147818" xml-lang="en-US" level="2"><link href="text/shared/01/05200100.xhp">Line Width</link></paragraph>
+<h2 id="hd_id3147818"><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"/>
-<paragraph role="heading" id="hd_id3147229" xml-lang="en-US" level="2"><link href="text/shared/01/05200100.xhp">Line Color</link></paragraph>
+<h2 id="hd_id3147229"><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"/>
-<paragraph role="heading" id="hd_id3147280" xml-lang="en-US" level="2"><link href="text/shared/01/05210100.xhp">Area Style/Filling</link></paragraph>
+<h2 id="hd_id3147280"><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/02/05090000.xhp#rotate"/>
diff --git a/source/text/swriter/main0213.xhp b/source/text/swriter/main0213.xhp
index 2abf50ca8e..9de6c605a6 100644
--- a/source/text/swriter/main0213.xhp
+++ b/source/text/swriter/main0213.xhp
@@ -33,7 +33,7 @@
<section id="rulers">
- <paragraph id="hd_id3154201" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/main0213.xhp">Rulers</link></paragraph>
+ <h1 id="hd_id3154201"><link href="text/swriter/main0213.xhp">Rulers</link></h1>
<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">direct paragraph formatting</link> for the current paragraph or all selected paragraphs.</paragraph>
diff --git a/source/text/swriter/main0216.xhp b/source/text/swriter/main0216.xhp
index 075d4ed18c..d748dab22b 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">OLE Object Bar</link></paragraph>
+<h1 id="hd_id3150726"><link href="text/swriter/main0216.xhp">OLE Object Bar</link></h1>
<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">No Wrap</link></paragraph>
+<h2 id="hd_id3153377"><link href="text/swriter/01/05060200.xhp">No Wrap</link></h2>
<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">Wrap</link></paragraph>
+<h2 id="hd_id3147766"><link href="text/swriter/01/05060200.xhp">Wrap</link></h2>
<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">Wrap Through</link></paragraph>
+<h2 id="hd_id3147824"><link href="text/swriter/01/05060200.xhp">Wrap Through</link></h2>
<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">Object Properties</link></paragraph>
+<h2 id="hd_id3151208"><link href="text/swriter/01/05080000.xhp">Object Properties</link></h2>
<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 8d2156c62a..65b46f5480 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">Text Object Bar</link></paragraph>
+<h1 id="hd_id3155366"><link href="text/swriter/main0220.xhp">Text Object Bar</link></h1>
<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">Superscript</link></paragraph>
+<h2 id="hd_id3153416"><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"/>
-<paragraph role="heading" id="hd_id3147787" xml-lang="en-US" level="2"><link href="text/shared/01/05020500.xhp">Subscript</link></paragraph>
+<h2 id="hd_id3147787"><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"/>
<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">Select All</link></paragraph>
+<h2 id="hd_id3147265"><link href="text/shared/01/02090000.xhp">Select All</link></h2>
<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">Character</link></paragraph>
+<h2 id="hd_id3145596"><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"/>
-<paragraph role="heading" id="hd_id3145631" xml-lang="en-US" level="2"><link href="text/shared/01/05030000.xhp">Paragraph</link></paragraph>
+<h2 id="hd_id3145631"><link href="text/shared/01/05030000.xhp">Paragraph</link></h2>
<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/menu/insert_footnote_endnote.xhp b/source/text/swriter/menu/insert_footnote_endnote.xhp
index 5dc43ec975..88445194c7 100644
--- a/source/text/swriter/menu/insert_footnote_endnote.xhp
+++ b/source/text/swriter/menu/insert_footnote_endnote.xhp
@@ -31,7 +31,7 @@
<section id="footnote_and_endnote_submenu">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertFootnotesMenu" id="bm_id030420161136426814" localize="false"/>
-<paragraph id="hd_id03042016113344773" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/menu/insert_footnote_endnote.xhp">Footnote and Endnote</link></paragraph>
+<h1 id="hd_id03042016113344773"><link href="text/swriter/menu/insert_footnote_endnote.xhp">Footnote and Endnote</link></h1>
<paragraph id="par_id030420161136126396" role="paragraph" xml-lang="en-US"><ahelp hid=".">The menu contains commands to insert a footnote or endnote with or without additional user interaction.</ahelp></paragraph>
</section>
@@ -41,7 +41,7 @@
<h2 id="hd_id030420161138377837">Endnote</h2>
<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">Footnote or Endnote</link></paragraph>
+<h2 id="hd_id3147231"><link href="text/swriter/01/04030000.xhp">Footnote or Endnote</link></h2>
<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 86db143350..d272344c9d 100644
--- a/source/text/swriter/menu/insert_frame.xhp
+++ b/source/text/swriter/menu/insert_frame.xhp
@@ -31,7 +31,7 @@
<section id="frame_submenu">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertFrameMenu" id="bm_id030720160603151903" localize="false"/>
-<paragraph id="hd_id030720160601535384" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/menu/insert_frame.xhp">Frame</link></paragraph>
+<h1 id="hd_id030720160601535384"><link href="text/swriter/menu/insert_frame.xhp">Frame</link></h1>
<paragraph id="par_id030720160603138925" role="paragraph" xml-lang="en-US"><ahelp hid=".">This submenu contains both interactive and non-interactive means of inserting a frame.</ahelp></paragraph>
</section>
@@ -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">Floating Frame</link></paragraph>
+<h2 id="hd_id3150951"><link href="text/shared/01/04160500.xhp">Floating Frame</link></h2>
<embed href="text/shared/01/04160500.xhp#floating_frame_text"/>
</body>
diff --git a/source/text/swriter/menu/insert_header_footer.xhp b/source/text/swriter/menu/insert_header_footer.xhp
index a0772f5d99..2bc4de1643 100644
--- a/source/text/swriter/menu/insert_header_footer.xhp
+++ b/source/text/swriter/menu/insert_header_footer.xhp
@@ -31,7 +31,7 @@
<section id="header_and_footer_submenu">
<bookmark xml-lang="en-US" branch="hid/.uno:InsertHeaderFooterMenu" id="bm_id030720160442349015" localize="false"/>
-<paragraph id="hd_id030720160441573285" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/menu/insert_header_footer.xhp">Header and Footer</link></paragraph>
+<h1 id="hd_id030720160441573285"><link href="text/swriter/menu/insert_header_footer.xhp">Header and Footer</link></h1>
<paragraph id="par_id030720160442296603" role="paragraph" xml-lang="en-US"><ahelp hid=".">This submenu includes commands to add and remove page headers and footers.</ahelp></paragraph>
</section>
<embed href="text/swriter/01/04220000.xhp#header"/>