summaryrefslogtreecommitdiff
path: root/source/text/simpress/01
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2022-12-06 14:05:20 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-12-07 17:39:02 +0000
commit7e42394ecbf921ee53160b495aa12c1cba158604 (patch)
tree9f0b4dcbbf31112c0260a6a6831cbddf86d82c6d /source/text/simpress/01
parent490d42493e8dbec31ad58978df5084b080a36fcb (diff)
tdf#152323 drop name attribute from <link> elements
Replacement done with find . -name \*.xhp -print0 |xargs -0 -P 0 perl -CS -pi -e \ 's#(<link[^>]*?) +name *="[^"]*" *( [^>]+|) *>#$1$2>#g' (note some inconsistencies with space between name and = and also having empty value, and some more complicated expression to also clear up double space before/after the attribute) translation files will be prepped with: find */helpcontent2 -name \*.po -print0 |xargs -0 -P 0 perl -CS -pi -e \ $'s#(<link[^>]*?) +name=(?:\\\\"[^"]*\\\\"|\'[^\']*\') *( [^>]+|) *(/?>)#$1$2$3#g unless /^#/' (note that not all languages use the " as quote character for the attributes, but that also single quotes appera in the po file. Hence the use of the shell $'string' syntax to be able to quote ' as \' It also requires to quote the backslash, so that it needs to be escaped once for the shell, then another time for perl. Also don't work on obsolete strings (those are prefixed with #~ in the po files) Also note that <link..></link> gets turned into <link ../> during translation extraction (along with removal of the space between the attribute name and the value), so the pattern needs to be slightly different here) Change-Id: I95e53a08e6b0095cd894109ea0de154cc4859d8f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143713 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'source/text/simpress/01')
-rw-r--r--source/text/simpress/01/01170000.xhp10
-rw-r--r--source/text/simpress/01/02110000.xhp8
-rw-r--r--source/text/simpress/01/02120000.xhp2
-rw-r--r--source/text/simpress/01/02130000.xhp2
-rw-r--r--source/text/simpress/01/02150000.xhp2
-rw-r--r--source/text/simpress/01/03050000.xhp2
-rw-r--r--source/text/simpress/01/03060000.xhp4
-rw-r--r--source/text/simpress/01/03070000.xhp8
-rw-r--r--source/text/simpress/01/03080000.xhp2
-rw-r--r--source/text/simpress/01/03090000.xhp4
-rw-r--r--source/text/simpress/01/03100000.xhp2
-rw-r--r--source/text/simpress/01/03110000.xhp2
-rw-r--r--source/text/simpress/01/03120000.xhp2
-rw-r--r--source/text/simpress/01/03130000.xhp4
-rw-r--r--source/text/simpress/01/03150000.xhp2
-rw-r--r--source/text/simpress/01/03150100.xhp2
-rw-r--r--source/text/simpress/01/03150300.xhp2
-rw-r--r--source/text/simpress/01/03151000.xhp2
-rw-r--r--source/text/simpress/01/03180000.xhp2
-rw-r--r--source/text/simpress/01/04030000.xhp6
-rw-r--r--source/text/simpress/01/04030000m.xhp2
-rw-r--r--source/text/simpress/01/04030100.xhp2
-rw-r--r--source/text/simpress/01/04040000m.xhp2
-rw-r--r--source/text/simpress/01/04110100.xhp2
-rw-r--r--source/text/simpress/01/04120000.xhp2
-rw-r--r--source/text/simpress/01/04130000.xhp2
-rw-r--r--source/text/simpress/01/04140000.xhp2
-rw-r--r--source/text/simpress/01/04990000.xhp2
-rw-r--r--source/text/simpress/01/04990100.xhp4
-rw-r--r--source/text/simpress/01/04990200.xhp2
-rw-r--r--source/text/simpress/01/04990300.xhp2
-rw-r--r--source/text/simpress/01/04990400.xhp2
-rw-r--r--source/text/simpress/01/04990500.xhp2
-rw-r--r--source/text/simpress/01/04990600.xhp4
-rw-r--r--source/text/simpress/01/04990700.xhp2
-rw-r--r--source/text/simpress/01/05100000.xhp6
-rw-r--r--source/text/simpress/01/05110500m.xhp2
-rw-r--r--source/text/simpress/01/05120000.xhp8
-rw-r--r--source/text/simpress/01/05120500m.xhp2
-rw-r--r--source/text/simpress/01/05130000.xhp2
-rw-r--r--source/text/simpress/01/05150000.xhp8
-rw-r--r--source/text/simpress/01/05170000.xhp4
-rw-r--r--source/text/simpress/01/05250000.xhp2
-rw-r--r--source/text/simpress/01/05250500.xhp2
-rw-r--r--source/text/simpress/01/05250600.xhp2
-rw-r--r--source/text/simpress/01/05250700.xhp2
-rw-r--r--source/text/simpress/01/06030000.xhp2
-rw-r--r--source/text/simpress/01/06040000.xhp4
-rw-r--r--source/text/simpress/01/06050000.xhp2
-rw-r--r--source/text/simpress/01/06060000.xhp2
-rw-r--r--source/text/simpress/01/06070000.xhp2
-rw-r--r--source/text/simpress/01/06080000.xhp2
-rw-r--r--source/text/simpress/01/06100000.xhp6
-rw-r--r--source/text/simpress/01/13050000.xhp2
-rw-r--r--source/text/simpress/01/13050100.xhp2
-rw-r--r--source/text/simpress/01/13050200.xhp4
-rw-r--r--source/text/simpress/01/13050300.xhp4
-rw-r--r--source/text/simpress/01/13050400.xhp2
-rw-r--r--source/text/simpress/01/13050500.xhp4
-rw-r--r--source/text/simpress/01/13050600.xhp4
-rw-r--r--source/text/simpress/01/13050700.xhp2
-rw-r--r--source/text/simpress/01/13140000.xhp4
-rw-r--r--source/text/simpress/01/13150000.xhp4
-rw-r--r--source/text/simpress/01/13160000.xhp2
-rw-r--r--source/text/simpress/01/13170000.xhp2
-rw-r--r--source/text/simpress/01/13180000.xhp2
-rw-r--r--source/text/simpress/01/13180100.xhp2
-rw-r--r--source/text/simpress/01/13180200.xhp2
-rw-r--r--source/text/simpress/01/13180300.xhp2
-rw-r--r--source/text/simpress/01/bulletandposition.xhp2
-rw-r--r--source/text/simpress/01/new_slide.xhp2
-rw-r--r--source/text/simpress/01/remoteconnections.xhp4
72 files changed, 108 insertions, 108 deletions
diff --git a/source/text/simpress/01/01170000.xhp b/source/text/simpress/01/01170000.xhp
index 2d39e594ae..d47aebdd53 100644
--- a/source/text/simpress/01/01170000.xhp
+++ b/source/text/simpress/01/01170000.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3153728"><bookmark_value>Presentation HTML export</bookmark_value> <bookmark_value>Drawing HTML export</bookmark_value>
<bookmark_value>exporting;to HTML format</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153728" xml-lang="en-US" level="1"><link href="text/simpress/01/01170000.xhp" name="Export">Export</link></paragraph>
+<paragraph role="heading" id="hd_id3153728" xml-lang="en-US" level="1"><link href="text/simpress/01/01170000.xhp">Export</link></paragraph>
<paragraph role="paragraph" id="par_id3150715" xml-lang="en-US"><variable id="dokuveroe"><ahelp hid=".">Exports your presentation or drawing and sets the export options.</ahelp>
</variable></paragraph>
</section>
@@ -42,11 +42,11 @@
<embed href="text/simpress/00/00000401.xhp#dtvlc"/>
</section>
<paragraph role="paragraph" id="par_id3154254" xml-lang="en-US">The following file formats present you with additional export options after you click <emph>Save</emph>: </paragraph>
-<paragraph role="paragraph" id="par_id3155961" xml-lang="en-US"><link href="text/shared/autopi/01110000.xhp" name="HTML Document">HTML Document</link>, <link href="text/shared/00/00000200.xhp" name="Image Options">JPEG, SVM/WMF/PICT/MET, BMP, GIF, EPS, PNG, PBM, PPM, PGM</link>.</paragraph>
-<paragraph role="paragraph" id="par_id3153817" xml-lang="en-US">If you choose "HTML Document" as your file format, the <emph>HTML Export </emph><link href="text/shared/autopi/01110000.xhp" name="AutoPilot">Wizard</link> appears. This wizard guides you through the export process and includes the option to save the pictures in your presentation in GIF or JPG format.</paragraph>
+<paragraph role="paragraph" id="par_id3155961" xml-lang="en-US"><link href="text/shared/autopi/01110000.xhp">HTML Document</link>, <link href="text/shared/00/00000200.xhp">JPEG, SVM/WMF/PICT/MET, BMP, GIF, EPS, PNG, PBM, PPM, PGM</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3153817" xml-lang="en-US">If you choose "HTML Document" as your file format, the <emph>HTML Export </emph><link href="text/shared/autopi/01110000.xhp">Wizard</link> appears. This wizard guides you through the export process and includes the option to save the pictures in your presentation in GIF or JPG format.</paragraph>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3148604" xml-lang="en-US"><link href="text/shared/01/01070001.xhp" name="Export dialog">Export dialog</link></paragraph>
-<paragraph role="paragraph" id="par_id3159208" xml-lang="en-US"><link href="text/shared/00/00000020.xhp" name="Information on Import and Export Filters">Information on Import and Export Filters</link></paragraph>
+<paragraph role="paragraph" id="par_id3148604" xml-lang="en-US"><link href="text/shared/01/01070001.xhp">Export dialog</link></paragraph>
+<paragraph role="paragraph" id="par_id3159208" xml-lang="en-US"><link href="text/shared/00/00000020.xhp">Information on Import and Export Filters</link></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/simpress/01/02110000.xhp b/source/text/simpress/01/02110000.xhp
index 48e2c9927f..1f36c37743 100644
--- a/source/text/simpress/01/02110000.xhp
+++ b/source/text/simpress/01/02110000.xhp
@@ -36,10 +36,10 @@
<bookmark xml-lang="en-US" branch="hid/.uno:Navigator" id="bm_id1959752" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/navigatorpanel/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/navigatorpanel/NavigatorPanel" id="bm_id3146121" localize="false"/>
-<paragraph role="heading" id="hd_id3149664" xml-lang="en-US" level="1"><link href="text/simpress/01/02110000.xhp" name="Navigator">Navigator</link></paragraph>
+<paragraph role="heading" id="hd_id3149664" xml-lang="en-US" level="1"><link href="text/simpress/01/02110000.xhp">Navigator</link></paragraph>
<paragraph role="paragraph" id="par_id3149379" xml-lang="en-US"><ahelp hid="modules/simpress/ui/navigatorpanel/NavigatorPanel">Opens the Navigator, where you can quickly jump to other slides or move between open files.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3154015" xml-lang="en-US">You can <link href="text/shared/00/00000005.xhp#docking" name="dock">dock</link> the Navigator to the edge of your workspace.</paragraph>
+<paragraph role="paragraph" id="par_id3154015" xml-lang="en-US">You can <link href="text/shared/00/00000005.xhp#docking">dock</link> the Navigator to the edge of your workspace.</paragraph>
<section id="howtoget">
<embed href="text/shared/00/edit_menu.xhp#navigator"/>
</section>
@@ -152,9 +152,9 @@
</tablerow>
</table>
<paragraph role="heading" id="hd_id3148930" xml-lang="en-US" level="3">Insert as hyperlink</paragraph>
-<paragraph role="paragraph" id="par_id3150713" xml-lang="en-US">Inserts slides as a hyperlink (<link href="text/shared/00/00000002.xhp#url" name="URL">URL</link>) into the active slide.</paragraph>
+<paragraph role="paragraph" id="par_id3150713" xml-lang="en-US">Inserts slides as a hyperlink (<link href="text/shared/00/00000002.xhp#url">URL</link>) into the active slide.</paragraph>
<paragraph role="heading" id="hd_id3152945" xml-lang="en-US" level="3">Insert as link</paragraph>
-<paragraph role="paragraph" id="par_id3153747" xml-lang="en-US">Inserts slides as a <link href="text/shared/00/00000005.xhp#link" name="link">link</link> into the active slide.</paragraph>
+<paragraph role="paragraph" id="par_id3153747" xml-lang="en-US">Inserts slides as a <link href="text/shared/00/00000005.xhp#link">link</link> into the active slide.</paragraph>
<paragraph role="heading" id="hd_id3159274" xml-lang="en-US" level="3">Insert as copy</paragraph>
<paragraph role="paragraph" id="par_id3149920" xml-lang="en-US">Inserts a copy of a slide or named object into the active slide.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/navigatorpanel/shapes" id="bm_id9534592" localize="false"/><paragraph role="heading" id="hd_id4969328" xml-lang="en-US" level="2">Show Shapes</paragraph>
diff --git a/source/text/simpress/01/02120000.xhp b/source/text/simpress/01/02120000.xhp
index 372c3ab0ce..275c37d969 100644
--- a/source/text/simpress/01/02120000.xhp
+++ b/source/text/simpress/01/02120000.xhp
@@ -29,7 +29,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:CopyObjects" id="bm_id5589802" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sdraw/ui/copydlg/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sdraw/ui/copydlg/DuplicateDialog" id="bm_id3149943" localize="false"/>
- <h1 id="hd_id3148868"><variable id="Duplicateh1"><link href="text/simpress/01/02120000.xhp" name="Duplicate">Duplicate</link></variable></h1>
+ <h1 id="hd_id3148868"><variable id="Duplicateh1"><link href="text/simpress/01/02120000.xhp">Duplicate</link></variable></h1>
<paragraph xml-lang="en-US" id="par_id3148604" role="paragraph"><variable id="duplizieren"><ahelp hid=".uno:CopyObjects">Makes one or more copies of a selected object. </ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/02130000.xhp b/source/text/simpress/01/02130000.xhp
index 6e7740ca62..552ae31bb4 100644
--- a/source/text/simpress/01/02130000.xhp
+++ b/source/text/simpress/01/02130000.xhp
@@ -35,7 +35,7 @@
<bookmark_value>slides;deleting</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:DeletePage" id="bm_id595859" localize="false"/>
-<paragraph role="heading" id="hd_id3154253" xml-lang="en-US" level="1"><link href="text/simpress/01/02130000.xhp" name="Delete Slide">Delete Slide</link></paragraph>
+<paragraph role="heading" id="hd_id3154253" xml-lang="en-US" level="1"><link href="text/simpress/01/02130000.xhp">Delete Slide</link></paragraph>
<paragraph role="paragraph" id="par_id3145790" xml-lang="en-US"><variable id="seiteloeschen"><ahelp hid=".uno:DeletePage">Deletes the current slide or page.</ahelp>
</variable></paragraph>
</section>
diff --git a/source/text/simpress/01/02150000.xhp b/source/text/simpress/01/02150000.xhp
index e773b4de39..f2cc43213e 100644
--- a/source/text/simpress/01/02150000.xhp
+++ b/source/text/simpress/01/02150000.xhp
@@ -36,7 +36,7 @@
<paragraph role="heading" id="hd_id3148577" xml-lang="en-US" level="1">Cross-fading</paragraph>
<paragraph role="paragraph" id="par_id3155601" xml-lang="en-US"><variable id="uebertext"><ahelp hid=".uno:Morphing">Creates shapes and distributes them by uniform increments between two drawing objects.</ahelp>
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3146971" xml-lang="en-US">$[officename] draws a series of intermediate shapes between two selected objects and <link href="text/shared/01/05290000.xhp" name="groups">groups</link> the result.</paragraph>
+<paragraph role="paragraph" id="par_id3146971" xml-lang="en-US">$[officename] draws a series of intermediate shapes between two selected objects and <link href="text/shared/01/05290000.xhp">groups</link> the result.</paragraph>
<section id="howtoget">
<embed href="text/simpress/00/00000402.xhp#bearbueber"/>
</section>
diff --git a/source/text/simpress/01/03050000.xhp b/source/text/simpress/01/03050000.xhp
index 483d499e11..7bdd68d272 100644
--- a/source/text/simpress/01/03050000.xhp
+++ b/source/text/simpress/01/03050000.xhp
@@ -31,7 +31,7 @@
</meta>
<body>
<section id="optionbar">
-<paragraph role="heading" id="hd_id3153415" xml-lang="en-US" level="1"><link href="text/simpress/01/03050000.xhp" name="Option Bar">Option Bar</link><comment>to be deleted</comment></paragraph>
+<paragraph role="heading" id="hd_id3153415" xml-lang="en-US" level="1"><link href="text/simpress/01/03050000.xhp">Option Bar</link><comment>to be deleted</comment></paragraph>
</section>
</body>
</helpdocument>
diff --git a/source/text/simpress/01/03060000.xhp b/source/text/simpress/01/03060000.xhp
index e22a4c8b93..cd6432550a 100644
--- a/source/text/simpress/01/03060000.xhp
+++ b/source/text/simpress/01/03060000.xhp
@@ -31,14 +31,14 @@
<section id="rulers">
<bookmark xml-lang="en-US" branch="hid/.uno:ShowRuler" id="bm_id1161524" localize="false"/>
-<paragraph id="hd_id3146974" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03060000.xhp" name="Rulers">Rulers</link></paragraph>
+<paragraph id="hd_id3146974" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03060000.xhp">Rulers</link></paragraph>
<paragraph id="par_id3149378" role="paragraph" xml-lang="en-US"><ahelp hid=".">Displays or hides rulers at the top and left or right edges of the workspace.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/simpress/00/00000403.xhp#aslal"/>
</section>
-<paragraph id="par_id3146972" role="paragraph" xml-lang="en-US">You can use <link href="text/simpress/main0209.xhp" name="rulers">rulers</link> to position objects in the workspace, to set paragraph indents or to drag <link href="text/simpress/01/04030000.xhp" name="guides">guides</link> onto the page.</paragraph>
+<paragraph id="par_id3146972" role="paragraph" xml-lang="en-US">You can use <link href="text/simpress/main0209.xhp">rulers</link> to position objects in the workspace, to set paragraph indents or to drag <link href="text/simpress/01/04030000.xhp">guides</link> onto the page.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/simpress/01/03070000.xhp b/source/text/simpress/01/03070000.xhp
index 67b4b0c5a2..b567385b1b 100644
--- a/source/text/simpress/01/03070000.xhp
+++ b/source/text/simpress/01/03070000.xhp
@@ -29,17 +29,17 @@
<body>
<section id="presentation">
<bookmark xml-lang="en-US" branch="hid/.uno:CommonTaskBarVisible" id="bm_id3154013" localize="false"/>
-<paragraph role="heading" id="hd_id3153144" xml-lang="en-US" level="1"><link href="text/simpress/01/03070000.xhp" name="Presentation">Presentation</link></paragraph>
+<paragraph role="heading" id="hd_id3153144" xml-lang="en-US" level="1"><link href="text/simpress/01/03070000.xhp">Presentation</link></paragraph>
<paragraph role="paragraph" id="par_id3146975" xml-lang="en-US"><ahelp hid=".uno:CommonTaskBarVisible">Common commands for slides.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/simpress/00/00000403.xhp#presentation"/>
</section>
-<paragraph role="heading" id="hd_id3154018" xml-lang="en-US" level="2"><link href="text/simpress/01/new_slide.xhp" name="Slide">Slide</link></paragraph>
+<paragraph role="heading" id="hd_id3154018" xml-lang="en-US" level="2"><link href="text/simpress/01/new_slide.xhp">Slide</link></paragraph>
<embed href="text/simpress/01/new_slide.xhp#seitetext"/>
-<paragraph role="heading" id="hd_id3154754" xml-lang="en-US" level="2"><link href="text/simpress/01/05130000.xhp" name="Slide Layout">Slide Layout</link></paragraph>
+<paragraph role="heading" id="hd_id3154754" xml-lang="en-US" level="2"><link href="text/simpress/01/05130000.xhp">Slide Layout</link></paragraph>
<embed href="text/simpress/01/05130000.xhp#seite"/>
-<h2 id="hd_id3155960"><link href="text/simpress/01/05120000.xhp" name="Change Slide Master">Change Slide Master</link></h2>
+<h2 id="hd_id3155960"><link href="text/simpress/01/05120000.xhp">Change Slide Master</link></h2>
<embed href="text/simpress/01/05120000.xhp#seitenvorlagetext"/>
<embed href="text/simpress/01/04120000.xhp#duplicate_slide"/>
<embed href="text/simpress/01/04130000.xhp#expand_slide"/>
diff --git a/source/text/simpress/01/03080000.xhp b/source/text/simpress/01/03080000.xhp
index 8d1d7cc90a..b6c852fe26 100644
--- a/source/text/simpress/01/03080000.xhp
+++ b/source/text/simpress/01/03080000.xhp
@@ -37,7 +37,7 @@
<bookmark xml-lang="en-US" branch="hid/SD_HID_SD_BTN_DRAW" id="bm_id3147436" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:NormalMultiPaneGUI" id="bm_id9567247" localize="false"/>
- <paragraph id="hd_id3148576" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03080000.xhp" name="Normal View">Normal</link></paragraph>
+ <paragraph id="hd_id3148576" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03080000.xhp">Normal</link></paragraph>
<paragraph id="par_id3145251" role="paragraph" xml-lang="en-US"><ahelp hid="HID_SD_BTN_DRAW">Switches to normal view, where you can create and edit your slides.</ahelp></paragraph>
</section>
diff --git a/source/text/simpress/01/03090000.xhp b/source/text/simpress/01/03090000.xhp
index a902a198ea..8cdeac41ef 100644
--- a/source/text/simpress/01/03090000.xhp
+++ b/source/text/simpress/01/03090000.xhp
@@ -37,14 +37,14 @@
<bookmark xml-lang="en-US" branch="hid/.uno:OutlineMode" id="bm_id2334890" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/SD_HID_SD_BTN_OUTLINE" id="bm_id3148577" localize="false"/>
-<paragraph id="hd_id3149664" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03090000.xhp" name="Outline View">Outline</link></paragraph>
+<paragraph id="hd_id3149664" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03090000.xhp">Outline</link></paragraph>
<paragraph id="par_id3152597" role="paragraph" xml-lang="en-US"><ahelp hid="HID_SD_BTN_OUTLINE">Switches to outline view, where you can add, edit and reorganize slide titles and headings.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/simpress/00/00000403.xhp#outline"/>
</section>
-<paragraph id="par_id3150715" role="paragraph" xml-lang="en-US">The <emph>Text Formatting</emph> bar contains the following icons for slide titles:<link href="text/shared/02/06060000.xhp" name="Promote">Promote</link>, <link href="text/shared/02/06050000.xhp" name="Demote">Demote</link>, <link href="text/shared/02/06100000.xhp" name="Move Up">Move Up</link> and <link href="text/shared/02/06110000.xhp" name="Move Down">Move Down</link>. If you want to reorder slide titles with the keyboard, ensure that the cursor is at the beginning of a title and press Tab to move the title one level lower in the hierarchy. To move the title up one level, press Shift+Tab.</paragraph>
+<paragraph id="par_id3150715" role="paragraph" xml-lang="en-US">The <emph>Text Formatting</emph> bar contains the following icons for slide titles:<link href="text/shared/02/06060000.xhp">Promote</link>, <link href="text/shared/02/06050000.xhp">Demote</link>, <link href="text/shared/02/06100000.xhp">Move Up</link> and <link href="text/shared/02/06110000.xhp">Move Down</link>. If you want to reorder slide titles with the keyboard, ensure that the cursor is at the beginning of a title and press Tab to move the title one level lower in the hierarchy. To move the title up one level, press Shift+Tab.</paragraph>
<paragraph id="par_id3156382" role="paragraph" xml-lang="en-US">The upper outline level corresponds to slide titles, and the lower levels correspond to the headings on a slides.</paragraph>
</body>
diff --git a/source/text/simpress/01/03100000.xhp b/source/text/simpress/01/03100000.xhp
index e02967aa00..a272228c28 100644
--- a/source/text/simpress/01/03100000.xhp
+++ b/source/text/simpress/01/03100000.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:DiaMode" id="bm_id3428114" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/SD_HID_SD_BTN_SLIDE" id="bm_id3152598" localize="false"/>
-<paragraph id="hd_id3146974" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03100000.xhp" name="Slide Sorter">Slide Sorter</link></paragraph>
+<paragraph id="hd_id3146974" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03100000.xhp">Slide Sorter</link></paragraph>
<paragraph id="par_id3154492" role="paragraph" xml-lang="en-US"><ahelp hid="HID_SD_BTN_SLIDE">Displays miniature versions of the slides so they can easily be rearranged.</ahelp></paragraph>
</section>
diff --git a/source/text/simpress/01/03110000.xhp b/source/text/simpress/01/03110000.xhp
index e9ea9603a4..035127501c 100644
--- a/source/text/simpress/01/03110000.xhp
+++ b/source/text/simpress/01/03110000.xhp
@@ -38,7 +38,7 @@
<bookmark xml-lang="en-US" branch="hid/SD_HID_SD_BTN_NOTES" id="bm_id3154322" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:NotesMode" id="bm_id3706167" localize="false"/>
-<paragraph id="hd_id3153190" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03110000.xhp" name="Notes View">Notes</link></paragraph>
+<paragraph id="hd_id3153190" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03110000.xhp">Notes</link></paragraph>
<paragraph id="par_id3154491" role="paragraph" xml-lang="en-US"><ahelp hid=".">Switches to notes view, where you can add notes to your slides.</ahelp> Notes are hidden from the audience when you give your presentation.</paragraph>
</section>
diff --git a/source/text/simpress/01/03120000.xhp b/source/text/simpress/01/03120000.xhp
index 62c16da0d2..0070cd858a 100644
--- a/source/text/simpress/01/03120000.xhp
+++ b/source/text/simpress/01/03120000.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="hid/SD_HID_SD_BTN_HANDOUT" id="bm_id3150791" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:HandoutMode" id="bm_id6093935" localize="false"/>
-<paragraph id="hd_id3149456" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03120000.xhp" name="Handout Page">Handout Page</link></paragraph>
+<paragraph id="hd_id3149456" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03120000.xhp">Handout Page</link></paragraph>
<paragraph id="par_id3154684" role="paragraph" xml-lang="en-US"><variable id="handout_text"><ahelp hid="HID_SD_BTN_HANDOUT">Switches to the handout page view, where you can scale several slides to fit on one printed page.</ahelp></variable></paragraph>
</section>
<paragraph id="par_id110120150547279702" role="paragraph" xml-lang="en-US">To modify the number of slides you can print on a page, open the <emph>Properties</emph> sidebar deck and double-click a layout on the <emph>Layout</emph> content panel.</paragraph>
diff --git a/source/text/simpress/01/03130000.xhp b/source/text/simpress/01/03130000.xhp
index f5e1a15b26..16c7c703d3 100644
--- a/source/text/simpress/01/03130000.xhp
+++ b/source/text/simpress/01/03130000.xhp
@@ -32,13 +32,13 @@
<body>
<section id="slide_show"><comment>MW transferred three index entries to the guide show.xhp</comment>
<bookmark xml-lang="en-US" branch="hid/.uno:Presentation" id="bm_id3050141" localize="false"/>
-<paragraph role="heading" id="hd_id3159153" xml-lang="en-US" level="1"><link href="text/simpress/01/03130000.xhp" name="Slide Show">Slide Show</link></paragraph>
+<paragraph role="heading" id="hd_id3159153" xml-lang="en-US" level="1"><link href="text/simpress/01/03130000.xhp">Slide Show</link></paragraph>
<paragraph role="paragraph" id="par_id3154016" xml-lang="en-US"><variable id="bldpra"><ahelp hid=".">Starts your slide show.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
<embed href="text/simpress/00/00000403.xhp#slide_show"/>
</section>
-<paragraph role="paragraph" id="par_id3155066" xml-lang="en-US">You can specify settings for running a slide show in <link href="text/simpress/01/06080000.xhp" name="Slide Show - Slide Show Settings"><emph>Slide Show - Slide Show Settings</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3155066" xml-lang="en-US">You can specify settings for running a slide show in <link href="text/simpress/01/06080000.xhp"><emph>Slide Show - Slide Show Settings</emph></link>.</paragraph>
<paragraph role="paragraph" id="par_idN106CF" xml-lang="en-US">Specify whether a slide show starts with the current slide or with the first slide on <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Impress - General</emph>.</paragraph>
<paragraph role="paragraph" id="par_id3155960" xml-lang="en-US">To start a slide show, do one of the following:</paragraph>
<list type="unordered">
diff --git a/source/text/simpress/01/03150000.xhp b/source/text/simpress/01/03150000.xhp
index dc8a7b8ffb..f6917b03ac 100644
--- a/source/text/simpress/01/03150000.xhp
+++ b/source/text/simpress/01/03150000.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3153142"><bookmark_value>master views</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:MasterPage" id="bm_id6628654" localize="false"/>
-<paragraph role="heading" id="hd_id3153142" xml-lang="en-US" level="1"><link href="text/simpress/01/03150000.xhp" name="Master">Master</link></paragraph>
+<paragraph role="heading" id="hd_id3153142" xml-lang="en-US" level="1"><link href="text/simpress/01/03150000.xhp">Master</link></paragraph>
<paragraph role="paragraph" id="par_id3150011" xml-lang="en-US"><ahelp hid=".">Switches to one of several master views, where you can add elements that you want to appear on all of the slides in your show.</ahelp></paragraph>
<section id="howtoget">
<embed href="text/simpress/00/00000403.xhp#master_slide"/>
diff --git a/source/text/simpress/01/03150100.xhp b/source/text/simpress/01/03150100.xhp
index 6519c54c41..1bbdc7a647 100644
--- a/source/text/simpress/01/03150100.xhp
+++ b/source/text/simpress/01/03150100.xhp
@@ -38,7 +38,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:SlideMasterPage" id="bm_id3129665" localize="false"/>
-<paragraph id="hd_id3154013" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03150100.xhp" name="Master Slide">Master Slide</link></paragraph>
+<paragraph id="hd_id3154013" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03150100.xhp">Master Slide</link></paragraph>
<paragraph id="par_id3151075" role="paragraph" xml-lang="en-US"><ahelp hid=".">Switches to master slide view, where you can add elements that you want to appear on all of the slides that use the same master slide.</ahelp></paragraph>
</section>
diff --git a/source/text/simpress/01/03150300.xhp b/source/text/simpress/01/03150300.xhp
index 246a7ea676..7f8682d558 100644
--- a/source/text/simpress/01/03150300.xhp
+++ b/source/text/simpress/01/03150300.xhp
@@ -37,7 +37,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:NotesMasterPage" id="bm_id3260211" localize="false"/>
-<paragraph id="hd_id3153144" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03150300.xhp" name="Master Notes">Master Notes</link></paragraph>
+<paragraph id="hd_id3153144" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03150300.xhp">Master Notes</link></paragraph>
<paragraph id="par_id3154491" role="paragraph" xml-lang="en-US"><ahelp hid=".">Displays the master notes, where you can set the default formatting for notes.</ahelp></paragraph>
</section>
diff --git a/source/text/simpress/01/03151000.xhp b/source/text/simpress/01/03151000.xhp
index 0e125a8cc8..fd173561b1 100644
--- a/source/text/simpress/01/03151000.xhp
+++ b/source/text/simpress/01/03151000.xhp
@@ -36,7 +36,7 @@
<section id="master_elements">
<bookmark xml-lang="en-US" branch="hid/.uno:MasterLayouts" id="bm_id6164738" localize="false"/>
-<paragraph id="par_idN1056D" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03151000.xhp" name="Master Elements">Master Elements</link></paragraph>
+<paragraph id="par_idN1056D" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/03151000.xhp">Master Elements</link></paragraph>
<paragraph id="par_idN1057D" role="paragraph" xml-lang="en-US"><ahelp hid=".">Add header, footer, date, and slide number placeholders to the master slide.</ahelp></paragraph>
</section>
diff --git a/source/text/simpress/01/03180000.xhp b/source/text/simpress/01/03180000.xhp
index 543fdbfd91..da39eb1872 100644
--- a/source/text/simpress/01/03180000.xhp
+++ b/source/text/simpress/01/03180000.xhp
@@ -36,7 +36,7 @@
<bookmark_value>black and white display</bookmark_value>
<bookmark_value>grayscale display</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153142" xml-lang="en-US" level="1"><link href="text/simpress/01/03180000.xhp" name="Display Quality">Color/Grayscale</link></paragraph>
+<paragraph role="heading" id="hd_id3153142" xml-lang="en-US" level="1"><link href="text/simpress/01/03180000.xhp">Color/Grayscale</link></paragraph>
<paragraph role="paragraph" id="par_id3151073" xml-lang="en-US">Shows slides in color, grayscale, or black and white.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/04030000.xhp b/source/text/simpress/01/04030000.xhp
index 4e9b0cd005..76e059d6e1 100644
--- a/source/text/simpress/01/04030000.xhp
+++ b/source/text/simpress/01/04030000.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:CapturePoint" id="bm_id1394129" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sdraw/ui/dlgsnap/SnapObjectDialog" id="bm_id3155602" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sdraw/ui/dlgsnap/@@nowidget@@" id="@@nowidget@@" localize="false"/>
-<h1 id="hd_id3145800"><variable id="insersnappointh1"><link href="text/simpress/01/04030000.xhp" name="Snap Point/Line">Snap Point/Line</link></variable></h1>
+<h1 id="hd_id3145800"><variable id="insersnappointh1"><link href="text/simpress/01/04030000.xhp">Snap Point/Line</link></variable></h1>
<paragraph role="paragraph" id="par_id3150752" xml-lang="en-US"><variable id="fangtext"><ahelp hid=".uno:CapturePoint">Inserts a snap point or snap line (also known as guide) that you can use to quickly align objects.</ahelp>
</variable> Snap points and snap lines do not appear in printed output.</paragraph>
</section>
@@ -42,8 +42,8 @@
</section>
<tip id="par_id3145388">You can drag a snap line from the rulers and drop them on the page. To delete a snap line, drag it back to the ruler.</tip>
<paragraph role="paragraph" id="par_id3153815" xml-lang="en-US">Draw or move an object near a snap point or snap line to snap it in place.</paragraph>
-<paragraph role="paragraph" id="par_id3157978" xml-lang="en-US">To set the snap range, choose <switchinline select="appl"><caseinline select="DRAW"><link href="text/shared/optionen/01070300.xhp" name="Drawing - Grid"><emph>%PRODUCTNAME Draw - Grid</emph></link>
-</caseinline><defaultinline><link href="text/shared/optionen/01070300.xhp" name="Presentation - Grid"><emph>%PRODUCTNAME Impress - Grid</emph></link></defaultinline></switchinline> in the Options dialog box.</paragraph>
+<paragraph role="paragraph" id="par_id3157978" xml-lang="en-US">To set the snap range, choose <switchinline select="appl"><caseinline select="DRAW"><link href="text/shared/optionen/01070300.xhp"><emph>%PRODUCTNAME Draw - Grid</emph></link>
+</caseinline><defaultinline><link href="text/shared/optionen/01070300.xhp"><emph>%PRODUCTNAME Impress - Grid</emph></link></defaultinline></switchinline> in the Options dialog box.</paragraph>
<embed href="text/shared/06/sd_screenshots.xhp#dlgsnap"/>
<h2 id="hd_id3147402">Position</h2>
<paragraph role="paragraph" id="par_id3150533" xml-lang="en-US">Sets the position of a selected snap point or line relative to the top left corner of the page. </paragraph>
diff --git a/source/text/simpress/01/04030000m.xhp b/source/text/simpress/01/04030000m.xhp
index c1df276042..a179a84dee 100644
--- a/source/text/simpress/01/04030000m.xhp
+++ b/source/text/simpress/01/04030000m.xhp
@@ -31,7 +31,7 @@
<bookmark_value>inserting; rows</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertRows" id="bm_id4302477" localize="false"/>
-<paragraph role="heading" id="hd_id3150541" xml-lang="en-US" level="1"><link href="text/simpress/01/04030000m.xhp" name="Rows">Rows</link></paragraph>
+<paragraph role="heading" id="hd_id3150541" xml-lang="en-US" level="1"><link href="text/simpress/01/04030000m.xhp">Rows</link></paragraph>
<paragraph role="paragraph" id="par_id3150767" xml-lang="en-US"><ahelp hid=".uno:InsertRows">Inserts a new row above the active cell. The number of rows inserted correspond to the number of rows selected. The existing rows are moved downward.</ahelp></paragraph>
<section id="howtoget">
<paragraph role="paragraph" id="par_id091620081118197" xml-lang="en-US">In the context menu of a cell, choose <emph>Insert - Rows</emph>
diff --git a/source/text/simpress/01/04030100.xhp b/source/text/simpress/01/04030100.xhp
index 924449ec74..dcedd8bf6a 100644
--- a/source/text/simpress/01/04030100.xhp
+++ b/source/text/simpress/01/04030100.xhp
@@ -33,7 +33,7 @@
<bookmark_value>editing; guides and snap points</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:SetSnapItem" id="bm_id3147338" localize="false"/>
-<h1 id="hd_id3149020"><variable id="EditSnapLinePointh1"><link href="text/simpress/01/04030100.xhp" name="Edit Snap Line / Point">Edit Snap Line / Point</link></variable></h1>
+<h1 id="hd_id3149020"><variable id="EditSnapLinePointh1"><link href="text/simpress/01/04030100.xhp">Edit Snap Line / Point</link></variable></h1>
<paragraph role="paragraph" id="par_id3149259" xml-lang="en-US"><ahelp hid=".uno:SetSnapItem">Sets the position of the selected snap point or snap line relative to the top left corner of the page. </ahelp><comment>well, relative to the origin, which can easily be dragged away from that corner</comment></paragraph>
<section id="howtoget">
<embed href="text/simpress/00/00000404.xhp#efglbe"/>
diff --git a/source/text/simpress/01/04040000m.xhp b/source/text/simpress/01/04040000m.xhp
index fdb6af0b5d..5f7870419d 100644
--- a/source/text/simpress/01/04040000m.xhp
+++ b/source/text/simpress/01/04040000m.xhp
@@ -31,7 +31,7 @@
<bookmark_value>columns; inserting</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertColumns" id="bm_id601010" localize="false"/>
-<paragraph role="heading" id="hd_id3155628" xml-lang="en-US" level="1"><link href="text/simpress/01/04040000m.xhp" name="Columns">Columns</link></paragraph>
+<paragraph role="heading" id="hd_id3155628" xml-lang="en-US" level="1"><link href="text/simpress/01/04040000m.xhp">Columns</link></paragraph>
<paragraph role="paragraph" id="par_id3150791" xml-lang="en-US"><ahelp hid=".uno:InsertColumns">Inserts a new column to the left of the active cell. The number of columns inserted correspond to the number of columns selected. The existing columns are moved to the right.</ahelp></paragraph>
<section id="howtoget">
<paragraph role="paragraph" id="par_id0916200811234668" xml-lang="en-US">In the context menu of a cell, choose <emph>Insert - Columns</emph>
diff --git a/source/text/simpress/01/04110100.xhp b/source/text/simpress/01/04110100.xhp
index 829e5e1c14..940c9bf18c 100644
--- a/source/text/simpress/01/04110100.xhp
+++ b/source/text/simpress/01/04110100.xhp
@@ -33,7 +33,7 @@
<bookmark_value>backgrounds; deleting unused</bookmark_value>
</bookmark>
<section id="insertslidepageobject">
- <h1 id="hd_id3146976"><variable id="insertobjectfromfile"><link href="text/simpress/01/04110100.xhp" name="Insert page">Insert <switchinline select="appl"><caseinline select="IMPRESS">Slide</caseinline><defaultinline>Page</defaultinline></switchinline>/Objects from File</link></variable></h1>
+ <h1 id="hd_id3146976"><variable id="insertobjectfromfile"><link href="text/simpress/01/04110100.xhp">Insert <switchinline select="appl"><caseinline select="IMPRESS">Slide</caseinline><defaultinline>Page</defaultinline></switchinline>/Objects from File</link></variable></h1>
<paragraph role="paragraph" id="par_id3151073" xml-lang="en-US">Allows you to insert the entire file or specific elements in the file.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/04120000.xhp b/source/text/simpress/01/04120000.xhp
index 67f1b5c100..3e3b871594 100644
--- a/source/text/simpress/01/04120000.xhp
+++ b/source/text/simpress/01/04120000.xhp
@@ -34,7 +34,7 @@
<section id="duplicate_slide">
<bookmark branch="hid/.uno:DuplicatePage" xml-lang="en-US" id="bm_id3147436" localize="false"/>
-<paragraph id="hd_id3148576" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/04120000.xhp" name="Duplicate Slide">Duplicate Slide</link></paragraph>
+<paragraph id="hd_id3148576" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/04120000.xhp">Duplicate Slide</link></paragraph>
<paragraph role="paragraph" id="par_id3153190" xml-lang="en-US"><ahelp hid=".uno:DuplicatePage" visibility="visible">Inserts a copy of the current slide after the current slide.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/04130000.xhp b/source/text/simpress/01/04130000.xhp
index 7e709b0689..be6120efa2 100644
--- a/source/text/simpress/01/04130000.xhp
+++ b/source/text/simpress/01/04130000.xhp
@@ -36,7 +36,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ExpandPage" id="bm_id7530302" localize="false"/>
<section id="expand_slide">
- <paragraph role="heading" id="hd_id3146119" xml-lang="en-US" level="1"><link href="text/simpress/01/04130000.xhp" name="Expand Slide">Expand Slide</link></paragraph>
+ <paragraph role="heading" id="hd_id3146119" xml-lang="en-US" level="1"><link href="text/simpress/01/04130000.xhp">Expand Slide</link></paragraph>
<paragraph role="paragraph" id="par_id3154319" xml-lang="en-US"><ahelp hid=".uno:ExpandPage">Creates a new slide from every top-level outline point (text one level below the title text in the outline hierarchy) in the selected slide. The outline text becomes the title of the new slide.</ahelp> Outline points<comment>points?</comment> below the top level on the original slide are moved up one level on the new slide.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/04140000.xhp b/source/text/simpress/01/04140000.xhp
index 9ff44b9387..ab68148651 100644
--- a/source/text/simpress/01/04140000.xhp
+++ b/source/text/simpress/01/04140000.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3154013"><bookmark_value>summary slide</bookmark_value></bookmark>
<bookmark branch="hid/.uno:SummaryPage" xml-lang="en-US" id="bm_id3146976" localize="false"/>
<section id="summary_slide">
- <paragraph id="hd_id3154013" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/04140000.xhp" name="Summary Slide">Summary Slide</link></paragraph>
+ <paragraph id="hd_id3154013" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/04140000.xhp">Summary Slide</link></paragraph>
<paragraph role="paragraph" id="par_id3149664" xml-lang="en-US"><ahelp hid=".uno:SummaryPage" visibility="visible">Creates a new slide that contains an unordered list from the titles of the slides that follow the selected slide. The summary slide is inserted behind the last slide.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/04990000.xhp b/source/text/simpress/01/04990000.xhp
index c72e0f3b0d..3bcbc9e5b8 100644
--- a/source/text/simpress/01/04990000.xhp
+++ b/source/text/simpress/01/04990000.xhp
@@ -33,7 +33,7 @@
<section id="fields">
- <bookmark xml-lang="en-US" branch="index" id="bm_id3154011"><bookmark_value>fields;in slides</bookmark_value></bookmark><paragraph role="heading" level="1" id="hd_id3154011" xml-lang="en-US"><link href="text/simpress/01/04990000.xhp" name="Fields">Fields</link> </paragraph>
+ <bookmark xml-lang="en-US" branch="index" id="bm_id3154011"><bookmark_value>fields;in slides</bookmark_value></bookmark><paragraph role="heading" level="1" id="hd_id3154011" xml-lang="en-US"><link href="text/simpress/01/04990000.xhp">Fields</link> </paragraph>
<paragraph role="paragraph" id="par_id3149666" xml-lang="en-US">Lists common fields that you can insert into your slide.</paragraph>
</section>
<paragraph xml-lang="en-US" role="paragraph" id="par_id3145799">If you want to edit a field in your slide, select it and choose <emph>Edit – Fields</emph>.</paragraph>
diff --git a/source/text/simpress/01/04990100.xhp b/source/text/simpress/01/04990100.xhp
index f7f9f13a75..fa46c8329f 100644
--- a/source/text/simpress/01/04990100.xhp
+++ b/source/text/simpress/01/04990100.xhp
@@ -35,13 +35,13 @@
<bookmark_value>fields; dates (fixed)</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertDateFieldFix" id="bm_id3146121" localize="false"/>
-<paragraph role="heading" id="hd_id3153726" xml-lang="en-US" level="1"><link href="text/simpress/01/04990100.xhp" name="Date (fixed)">Date (fixed)</link></paragraph>
+<paragraph role="heading" id="hd_id3153726" xml-lang="en-US" level="1"><link href="text/simpress/01/04990100.xhp">Date (fixed)</link></paragraph>
<paragraph role="paragraph" id="par_id3151073" xml-lang="en-US"><ahelp hid=".uno:InsertDateFieldFix">Inserts the current date into your slide as a fixed field. The date is not automatically updated.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/simpress/00/00000404.xhp#feldbf1"/>
</section>
-<paragraph role="paragraph" id="par_id3146969" xml-lang="en-US"><variable id="bearbeiten">To edit an inserted field in your slide, double-click the field, place the cursor in front of the first character in the field and choose <link href="text/simpress/01/02160000.xhp" name="Edit - Fields"><emph>Edit - Fields</emph></link>.
+<paragraph role="paragraph" id="par_id3146969" xml-lang="en-US"><variable id="bearbeiten">To edit an inserted field in your slide, double-click the field, place the cursor in front of the first character in the field and choose <link href="text/simpress/01/02160000.xhp"><emph>Edit - Fields</emph></link>.
</variable></paragraph>
</body>
</helpdocument>
diff --git a/source/text/simpress/01/04990200.xhp b/source/text/simpress/01/04990200.xhp
index 34bea3c57d..2321d4ff6f 100644
--- a/source/text/simpress/01/04990200.xhp
+++ b/source/text/simpress/01/04990200.xhp
@@ -35,7 +35,7 @@
<bookmark_value>fields; dates (variable)</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertDateFieldVar" id="bm_id3146121" localize="false"/>
-<paragraph role="heading" id="hd_id3154320" xml-lang="en-US" level="1"><link href="text/simpress/01/04990200.xhp" name="Date (variable)">Date (variable)</link></paragraph>
+<paragraph role="heading" id="hd_id3154320" xml-lang="en-US" level="1"><link href="text/simpress/01/04990200.xhp">Date (variable)</link></paragraph>
<paragraph role="paragraph" id="par_id3154011" xml-lang="en-US"><ahelp hid=".uno:InsertDateFieldVar">Inserts the current date into your slide as a variable field. The date is automatically updated when you reload the file.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/04990300.xhp b/source/text/simpress/01/04990300.xhp
index e1bc18bd5b..587a30814a 100644
--- a/source/text/simpress/01/04990300.xhp
+++ b/source/text/simpress/01/04990300.xhp
@@ -35,7 +35,7 @@
<bookmark_value>fields; times (fixed)</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertTimeFieldFix" id="bm_id3149666" localize="false"/>
-<paragraph role="heading" id="hd_id3146121" xml-lang="en-US" level="1"><link href="text/simpress/01/04990300.xhp" name="Time (fixed)">Time (fixed)</link></paragraph>
+<paragraph role="heading" id="hd_id3146121" xml-lang="en-US" level="1"><link href="text/simpress/01/04990300.xhp">Time (fixed)</link></paragraph>
<paragraph role="paragraph" id="par_id3153726" xml-lang="en-US"><ahelp hid=".uno:InsertTimeFieldFix">Inserts the current time into your slide as a fixed field. The time is not automatically updated.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/04990400.xhp b/source/text/simpress/01/04990400.xhp
index 9607cb2a10..08ff2ee883 100644
--- a/source/text/simpress/01/04990400.xhp
+++ b/source/text/simpress/01/04990400.xhp
@@ -35,7 +35,7 @@
<bookmark_value>fields;times (variable)</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertTimeFieldVar" id="bm_id3148575" localize="false"/>
-<paragraph role="heading" id="hd_id3146119" xml-lang="en-US" level="1"><link href="text/simpress/01/04990400.xhp" name="Time (variable)">Time (variable)</link></paragraph>
+<paragraph role="heading" id="hd_id3146119" xml-lang="en-US" level="1"><link href="text/simpress/01/04990400.xhp">Time (variable)</link></paragraph>
<paragraph role="paragraph" id="par_id3147434" xml-lang="en-US"><ahelp hid=".uno:InsertTimeFieldVar">Inserts the current time into your slide as a variable field. The time is automatically updated when you reload the file.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/04990500.xhp b/source/text/simpress/01/04990500.xhp
index f55aae00a1..5052c86c8e 100644
--- a/source/text/simpress/01/04990500.xhp
+++ b/source/text/simpress/01/04990500.xhp
@@ -37,7 +37,7 @@
<bookmark_value>presentations; numbering slides in</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertPageField" id="bm_id8803425" localize="false"/>
-<paragraph role="heading" id="hd_id3154319" xml-lang="en-US" level="1"><link href="text/simpress/01/04990500.xhp" name="Page Numbers">Page Number</link></paragraph>
+<paragraph role="heading" id="hd_id3154319" xml-lang="en-US" level="1"><link href="text/simpress/01/04990500.xhp">Page Number</link></paragraph>
<paragraph role="paragraph" id="par_id3145799" xml-lang="en-US"><ahelp hid=".">Inserts the page number into the current slide or page.</ahelp> If you want to add a page number to every slide, choose View - Master<switchinline select="appl"><caseinline select="IMPRESS"> Slide</caseinline></switchinline> and insert the page number field. To change the number format, choose <switchinline select="appl"><caseinline select="IMPRESS"><emph>Slide</emph></caseinline><caseinline select="DRAW"><emph>Page</emph></caseinline></switchinline><emph> - Properties - Page</emph> tab and then select a format from the list in the <emph>Layout Settings</emph> area.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/04990600.xhp b/source/text/simpress/01/04990600.xhp
index 8629d2ae96..05fe79d320 100644
--- a/source/text/simpress/01/04990600.xhp
+++ b/source/text/simpress/01/04990600.xhp
@@ -32,10 +32,10 @@
<bookmark_value>fields; authors</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertAuthorField" id="bm_id3153728" localize="false"/>
-<paragraph role="heading" id="hd_id3146974" xml-lang="en-US" level="1"><link href="text/simpress/01/04990600.xhp" name="Author">Author</link></paragraph>
+<paragraph role="heading" id="hd_id3146974" xml-lang="en-US" level="1"><link href="text/simpress/01/04990600.xhp">Author</link></paragraph>
<paragraph role="paragraph" id="par_id3153876" xml-lang="en-US"><ahelp hid=".uno:InsertAuthorField">Inserts the first and last names listed in the $[officename] user data into the active slide.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3154512" xml-lang="en-US">To edit the name, choose <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01010100.xhp" name="$[officename] - User Data"><emph>$[officename] - User Data</emph></link>.</paragraph>
+<paragraph role="paragraph" id="par_id3154512" xml-lang="en-US">To edit the name, choose <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01010100.xhp"><emph>$[officename] - User Data</emph></link>.</paragraph>
<section id="howtoget">
<embed href="text/simpress/00/00000404.xhp#feldbf6"/>
</section>
diff --git a/source/text/simpress/01/04990700.xhp b/source/text/simpress/01/04990700.xhp
index 7da4f39e67..d7d53a88b9 100644
--- a/source/text/simpress/01/04990700.xhp
+++ b/source/text/simpress/01/04990700.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3148575"><bookmark_value>fields; file names</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertFileField" id="bm_id3152598" localize="false"/>
-<paragraph role="heading" id="hd_id3148575" xml-lang="en-US" level="1"><link href="text/simpress/01/04990700.xhp" name="File name">File name</link></paragraph>
+<paragraph role="heading" id="hd_id3148575" xml-lang="en-US" level="1"><link href="text/simpress/01/04990700.xhp">File name</link></paragraph>
<paragraph role="paragraph" id="par_id3153142" xml-lang="en-US"><ahelp hid=".uno:InsertFileField">Inserts the name of the active file. The name only appears after you save the file.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/05100000.xhp b/source/text/simpress/01/05100000.xhp
index c3b65636d7..e97d3ca422 100644
--- a/source/text/simpress/01/05100000.xhp
+++ b/source/text/simpress/01/05100000.xhp
@@ -37,7 +37,7 @@
</bookmark>
-<h1 id="hd_id3156024"><link href="text/simpress/01/05100000.xhp" name="Styles">Styles</link></h1>
+<h1 id="hd_id3156024"><link href="text/simpress/01/05100000.xhp">Styles</link></h1>
<paragraph id="par_id3150398" role="paragraph" xml-lang="en-US">Opens the Styles deck of the Sidebar, which lists the available graphic and presentation styles for applying and editing.</paragraph>
</section>
</section>
@@ -46,7 +46,7 @@
<section id="howtoget">
<embed href="text/shared/00/00040500.xhp#stylewindow"/>
</section>
-<paragraph id="par_id3146121" role="paragraph" xml-lang="en-US">When you edit a style, the changes are automatically applied to all of the elements formatted with this style in your document. If you want to ensure that the styles on a specific slide are not updated, create a new <link href="text/simpress/guide/masterpage.xhp" name="master slide">master slide</link> for the slide.</paragraph>
+<paragraph id="par_id3146121" role="paragraph" xml-lang="en-US">When you edit a style, the changes are automatically applied to all of the elements formatted with this style in your document. If you want to ensure that the styles on a specific slide are not updated, create a new <link href="text/simpress/guide/masterpage.xhp">master slide</link> for the slide.</paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:ListStyle" id="bm_id2536167" localize="false"/>
<h2 id="hd_id3145251">Presentation Styles</h2>
@@ -98,7 +98,7 @@
<bookmark xml-lang="en-US" branch="hid/SFX2_HID_TEMPLDLG_NEWBYEXAMPLE" id="bm_id3153810" localize="false"/>
<h2 id="hd_id3145362">New Style from Selection</h2>
-<paragraph id="par_id3153009" role="paragraph" xml-lang="en-US"><ahelp hid="SFX2_HID_TEMPLDLG_NEWBYEXAMPLE"><link href="text/shared/01/05140100.xhp" name="Creates a new style">Creates a new style</link> using the format attributes of a selected object.</ahelp></paragraph>
+<paragraph id="par_id3153009" role="paragraph" xml-lang="en-US"><ahelp hid="SFX2_HID_TEMPLDLG_NEWBYEXAMPLE"><link href="text/shared/01/05140100.xhp">Creates a new style</link> using the format attributes of a selected object.</ahelp></paragraph>
<table id="tbl_id3153076">
<tablerow>
diff --git a/source/text/simpress/01/05110500m.xhp b/source/text/simpress/01/05110500m.xhp
index a9f74ed240..dcc5160fa6 100644
--- a/source/text/simpress/01/05110500m.xhp
+++ b/source/text/simpress/01/05110500m.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/.uno:DeleteRows" id="bm_id7236774" localize="false"/>
-<paragraph role="heading" id="hd_id3149502" xml-lang="en-US" level="1"><link href="text/simpress/01/05110500m.xhp" name="Delete">Delete</link></paragraph>
+<paragraph role="heading" id="hd_id3149502" xml-lang="en-US" level="1"><link href="text/simpress/01/05110500m.xhp">Delete</link></paragraph>
<paragraph role="paragraph" id="par_id3149050" xml-lang="en-US"><variable id="loeschentext"><ahelp hid=".uno:DeleteRows">Deletes the selected row(s) from the table.</ahelp>
</variable></paragraph>
<section id="howtoget">
diff --git a/source/text/simpress/01/05120000.xhp b/source/text/simpress/01/05120000.xhp
index 348c005d06..11d244ab81 100644
--- a/source/text/simpress/01/05120000.xhp
+++ b/source/text/simpress/01/05120000.xhp
@@ -31,13 +31,13 @@
<switch select="appl">
<case select="DRAW">
<section id="masterpage">
- <h1 id="hd_id3164253"><link href="text/simpress/01/05120000.xhp" name="Change Slide Master">Master Page</link></h1>
+ <h1 id="hd_id3164253"><link href="text/simpress/01/05120000.xhp">Master Page</link></h1>
<paragraph role="paragraph" id="par_id3108485" xml-lang="en-US"><variable id="masterpagetext"><ahelp hid=".uno:PresentationLayout">Displays the <emph>Available Master Slides</emph> dialog, where you can select a layout scheme for the current page. Any objects in the page design are inserted behind objects in the current page.</ahelp></variable></paragraph>
</section>
</case>
<default>
<section id="changeslidemaster">
- <h1 id="hd_id3154253"><link href="text/simpress/01/05120000.xhp" name="Change Slide Master">Change Slide Master</link></h1>
+ <h1 id="hd_id3154253"><link href="text/simpress/01/05120000.xhp">Change Slide Master</link></h1>
<paragraph role="paragraph" id="par_id3148485" xml-lang="en-US"><variable id="seitenvorlagetext"><ahelp hid=".uno:PresentationLayout">Displays the <emph>Available Master Slides</emph> dialog, where you can select a layout scheme for the current slide. Any objects in the slide design are inserted behind objects in the current slide.</ahelp></variable></paragraph>
</section>
</default>
@@ -65,10 +65,10 @@
<h2 id="hd_id3157982">Load</h2>
<switch select="appl">
<case select="DRAW">
- <paragraph role="paragraph" id="par_id3956020"><ahelp hid="modules/simpress/ui/slidedesigndialog/load">Displays the <link href="text/swriter/01/05170000.xhp" name="Load Master Slide"><emph>Load Master Page</emph></link> dialog, where you can select additional page designs.</ahelp></paragraph>
+ <paragraph role="paragraph" id="par_id3956020"><ahelp hid="modules/simpress/ui/slidedesigndialog/load">Displays the <link href="text/swriter/01/05170000.xhp"><emph>Load Master Page</emph></link> dialog, where you can select additional page designs.</ahelp></paragraph>
</case>
<default>
- <paragraph role="paragraph" id="par_id3156020"><ahelp hid="modules/simpress/ui/slidedesigndialog/load">Displays the <link href="text/swriter/01/05170000.xhp" name="Load Master Slide"><emph>Load Master Slide</emph></link> dialog, where you can select additional slide designs.</ahelp></paragraph>
+ <paragraph role="paragraph" id="par_id3156020"><ahelp hid="modules/simpress/ui/slidedesigndialog/load">Displays the <link href="text/swriter/01/05170000.xhp"><emph>Load Master Slide</emph></link> dialog, where you can select additional slide designs.</ahelp></paragraph>
</default>
</switch>
</body>
diff --git a/source/text/simpress/01/05120500m.xhp b/source/text/simpress/01/05120500m.xhp
index f5a6fa2dae..b3af9ec765 100644
--- a/source/text/simpress/01/05120500m.xhp
+++ b/source/text/simpress/01/05120500m.xhp
@@ -28,7 +28,7 @@
</meta>
<body>
<bookmark xml-lang="en-US" branch="hid/.uno:DeleteColumns" id="bm_id9878689" localize="false"/>
-<paragraph role="heading" id="hd_id3145801" xml-lang="en-US" level="1"><link href="text/simpress/01/05120500m.xhp" name="Delete">Delete</link></paragraph>
+<paragraph role="heading" id="hd_id3145801" xml-lang="en-US" level="1"><link href="text/simpress/01/05120500m.xhp">Delete</link></paragraph>
<paragraph role="paragraph" id="par_id3153418" xml-lang="en-US"><variable id="loeschentext"><ahelp hid=".uno:DeleteColumns">Deletes the selected column(s) from the table.</ahelp>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3156385" xml-lang="en-US">This command is only available if the cursor is in a table.</paragraph>
diff --git a/source/text/simpress/01/05130000.xhp b/source/text/simpress/01/05130000.xhp
index c3e2c8c7ed..43975816e2 100644
--- a/source/text/simpress/01/05130000.xhp
+++ b/source/text/simpress/01/05130000.xhp
@@ -30,7 +30,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ModifyPage" id="bm_id8880655" localize="false"/>
<section id="slidelayout">
- <paragraph role="heading" id="hd_id3154754" xml-lang="en-US" level="1"><link href="text/simpress/01/05130000.xhp" name="Layout">Layout</link></paragraph>
+ <paragraph role="heading" id="hd_id3154754" xml-lang="en-US" level="1"><link href="text/simpress/01/05130000.xhp">Layout</link></paragraph>
<paragraph role="paragraph" id="par_id3149126" xml-lang="en-US"><variable id="seite"><ahelp hid=".uno:ModifyPage">Opens a submenu with slide layouts.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/05150000.xhp b/source/text/simpress/01/05150000.xhp
index 7b296fb3c4..5b9b25a335 100644
--- a/source/text/simpress/01/05150000.xhp
+++ b/source/text/simpress/01/05150000.xhp
@@ -32,15 +32,15 @@
<bookmark xml-lang="en-US" branch="hid/cui/ui/dimensionlinestabpage/DimensionLines" id="bm_id5427321" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/dimensionlinestabpage/@@nowidget@@" id="bm_id5427321" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:MeasureAttributes" id="bm_id3148575" localize="false"/>
-<paragraph role="heading" id="hd_id3150439" xml-lang="en-US" level="1"><link href="text/simpress/01/05150000.xhp" name="Dimensioning">Dimensioning</link></paragraph>
-<paragraph role="paragraph" id="par_id3159154" xml-lang="en-US"><variable id="bemaszungtext"><ahelp hid=".uno:MeasureAttributes">Changes the length, measurement and guide properties of the selected <link href="text/simpress/02/10120000.xhp" name="dimension line">dimension line</link>.</ahelp>
+<paragraph role="heading" id="hd_id3150439" xml-lang="en-US" level="1"><link href="text/simpress/01/05150000.xhp">Dimensioning</link></paragraph>
+<paragraph role="paragraph" id="par_id3159154" xml-lang="en-US"><variable id="bemaszungtext"><ahelp hid=".uno:MeasureAttributes">Changes the length, measurement and guide properties of the selected <link href="text/simpress/02/10120000.xhp">dimension line</link>.</ahelp>
</variable></paragraph>
-<paragraph role="note" id="par_id3156382" xml-lang="en-US">If you want to modify the line style or the arrow style of a dimension line, choose <link href="text/shared/01/05200000.xhp" name="Format - Line"><emph>Format - Line</emph></link>.</paragraph>
+<paragraph role="note" id="par_id3156382" xml-lang="en-US">If you want to modify the line style or the arrow style of a dimension line, choose <link href="text/shared/01/05200000.xhp"><emph>Format - Line</emph></link>.</paragraph>
<section id="howtoget">
<embed href="text/simpress/00/00000405.xhp#dimensions"/>
<embed href="text/simpress/02/10120000.xhp#sydimension_line"/>
</section>
-<paragraph role="paragraph" id="par_id3154658" xml-lang="en-US">A Dimension Line is always inserted on the <link href="text/sdraw/guide/layer_tipps.xhp" name="layer">layer</link> called <emph>Dimension Lines</emph>. If you set that layer to invisible, you will not see any Dimension Line in your drawing.</paragraph>
+<paragraph role="paragraph" id="par_id3154658" xml-lang="en-US">A Dimension Line is always inserted on the <link href="text/sdraw/guide/layer_tipps.xhp">layer</link> called <emph>Dimension Lines</emph>. If you set that layer to invisible, you will not see any Dimension Line in your drawing.</paragraph>
<paragraph role="heading" id="hd_id3166426" xml-lang="en-US" level="2">Line</paragraph>
<paragraph role="paragraph" id="par_id3159344" xml-lang="en-US">Sets the distance properties of the dimension line and the guides with respect to each other and to the baseline.</paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/dimensionlinestabpage/MTR_LINE_DIST" id="bm_id3155532" localize="false"/>
diff --git a/source/text/simpress/01/05170000.xhp b/source/text/simpress/01/05170000.xhp
index 932d22a3f8..097e20c486 100644
--- a/source/text/simpress/01/05170000.xhp
+++ b/source/text/simpress/01/05170000.xhp
@@ -32,7 +32,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:ConnectorAttributes" id="bm_id7044568" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/connectortabpage/ConnectorTabPage" id="bm_id3150343" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/cui/ui/connectortabpage/@@nowidget@@" id="bm_id3150343" localize="false"/>
- <h1 id="hd_id3150297"><link href="text/simpress/01/05170000.xhp" name="Connectors">Connectors</link></h1>
+ <h1 id="hd_id3150297"><link href="text/simpress/01/05170000.xhp">Connectors</link></h1>
<paragraph role="paragraph" id="par_id3149209"><variable id="verbindertext"><ahelp hid=".">Sets the properties of a connector.</ahelp></variable></paragraph>
<bookmark xml-lang="en-US" branch="hid/cui/ui/connectortabpage/LB_TYPE" id="bm_id3149405" localize="false"/>
<h2 id="hd_id3145384">Type</h2>
@@ -64,7 +64,7 @@
<paragraph role="paragraph" id="par_id3155260"><ahelp hid="cui/ui/connectortabpage/MTR_FLD_VERT_2">Enter the amount of vertical space you want at the end of the connector.</ahelp></paragraph>
<bookmark xml-lang="en-US" branch="hid/.uno:NewRouting" id="bm_id3153735" localize="false"/>
<h2 id="hd_id3147369">Reset line skew</h2>
- <paragraph role="paragraph" id="par_id3159205"><ahelp hid=".uno:NewRouting">Resets the line skew values to the default.</ahelp> (This command is only accessible through the <link href="text/shared/00/00000005.xhp#contextmenu" name="context menu">context menu</link>).</paragraph>
+ <paragraph role="paragraph" id="par_id3159205"><ahelp hid=".uno:NewRouting">Resets the line skew values to the default.</ahelp> (This command is only accessible through the <link href="text/shared/00/00000005.xhp#contextmenu">context menu</link>).</paragraph>
<section id="relatedtopics">
<embed href="text/simpress/guide/orgchart.xhp#orgchart"/>
diff --git a/source/text/simpress/01/05250000.xhp b/source/text/simpress/01/05250000.xhp
index 6d5729e6f2..58f43d7f30 100644
--- a/source/text/simpress/01/05250000.xhp
+++ b/source/text/simpress/01/05250000.xhp
@@ -29,7 +29,7 @@
</topic>
</meta>
<body>
-<section id="arrange"><comment>mw deleted one index entry</comment><paragraph role="heading" id="hd_id3155444" xml-lang="en-US" level="1"><link href="text/simpress/01/05250000.xhp" name="Arrange">Arrange</link></paragraph>
+<section id="arrange"><comment>mw deleted one index entry</comment><paragraph role="heading" id="hd_id3155444" xml-lang="en-US" level="1"><link href="text/simpress/01/05250000.xhp">Arrange</link></paragraph>
<paragraph role="paragraph" id="par_id3149259" xml-lang="en-US">Changes the stacking order of a selected object.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/05250500.xhp b/source/text/simpress/01/05250500.xhp
index ee62d6e1c2..ccf8a90863 100644
--- a/source/text/simpress/01/05250500.xhp
+++ b/source/text/simpress/01/05250500.xhp
@@ -35,7 +35,7 @@
<bookmark_value>in front of object command</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:BeforeObject" id="bm_id3153188" localize="false"/>
-<paragraph role="heading" id="hd_id3152576" xml-lang="en-US" level="1"><link href="text/simpress/01/05250500.xhp" name="In Front of Object">In Front of Object</link></paragraph>
+<paragraph role="heading" id="hd_id3152576" xml-lang="en-US" level="1"><link href="text/simpress/01/05250500.xhp">In Front of Object</link></paragraph>
<paragraph role="paragraph" id="par_id3152596" xml-lang="en-US"><ahelp hid=".uno:BeforeObject">Changes the stacking order by moving the selected object in front of an object that you specify. The screen location of the selected object does not change.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/05250600.xhp b/source/text/simpress/01/05250600.xhp
index c53e68f5f3..9d6d7ca4ea 100644
--- a/source/text/simpress/01/05250600.xhp
+++ b/source/text/simpress/01/05250600.xhp
@@ -35,7 +35,7 @@
<bookmark_value>behind object command</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:BehindObject" id="bm_id9273923" localize="false"/>
-<paragraph role="heading" id="hd_id3149664" xml-lang="en-US" level="1"><link href="text/simpress/01/05250600.xhp" name="Behind Object">Behind Object</link></paragraph>
+<paragraph role="heading" id="hd_id3149664" xml-lang="en-US" level="1"><link href="text/simpress/01/05250600.xhp">Behind Object</link></paragraph>
<paragraph role="paragraph" id="par_id3145253" xml-lang="en-US"><ahelp hid=".uno:BehindObject">Changes the stacking order by moving the selected object behind an object that you specify. The screen location of the selected object does not change.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/05250700.xhp b/source/text/simpress/01/05250700.xhp
index 81976503bf..cf35c1fa66 100644
--- a/source/text/simpress/01/05250700.xhp
+++ b/source/text/simpress/01/05250700.xhp
@@ -37,7 +37,7 @@
<bookmark_value>objects; reversing</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ReverseOrder" id="bm_id8823030" localize="false"/>
-<paragraph role="heading" id="hd_id3154011" xml-lang="en-US" level="1"><link href="text/simpress/01/05250700.xhp" name="Reverse">Reverse</link></paragraph>
+<paragraph role="heading" id="hd_id3154011" xml-lang="en-US" level="1"><link href="text/simpress/01/05250700.xhp">Reverse</link></paragraph>
<paragraph role="paragraph" id="par_id3145800" xml-lang="en-US"><ahelp hid=".uno:ReverseOrder">Reverses the stacking order of the selected objects.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/06030000.xhp b/source/text/simpress/01/06030000.xhp
index e2af6d8437..a65b8e7572 100644
--- a/source/text/simpress/01/06030000.xhp
+++ b/source/text/simpress/01/06030000.xhp
@@ -33,7 +33,7 @@
<bookmark branch="hid/.uno:Hyphenation" xml-lang="en-US" id="bm_id3149667" localize="false"/>
-<paragraph id="hd_id3154011" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/06030000.xhp" name="Hyphenation">Hyphenation</link></paragraph>
+<paragraph id="hd_id3154011" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/06030000.xhp">Hyphenation</link></paragraph>
<paragraph role="paragraph" id="par_id3153728" xml-lang="en-US"><ahelp hid=".uno:Hyphenation" visibility="visible">Turns hyphenation option for text objects on or off.</ahelp> You can turn hyphenation on or off for each paragraph.</paragraph>
<section id="howtoget">
<embed href="text/simpress/00/00000406.xhp#silbentrennung"/>
diff --git a/source/text/simpress/01/06040000.xhp b/source/text/simpress/01/06040000.xhp
index fee32eee14..83c912c372 100644
--- a/source/text/simpress/01/06040000.xhp
+++ b/source/text/simpress/01/06040000.xhp
@@ -38,13 +38,13 @@
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/slidetransitionspanel/SlideTransitionsPanel" id="bm_id3146976" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:Dia" id="bm_id3150012" localize="false"/>
<section id="slide_transition">
- <paragraph role="heading" id="hd_id3153142" xml-lang="en-US" level="1"><link href="text/simpress/01/06040000.xhp" name="Slide Transition">Slide Transition</link></paragraph>
+ <paragraph role="heading" id="hd_id3153142" xml-lang="en-US" level="1"><link href="text/simpress/01/06040000.xhp">Slide Transition</link></paragraph>
<paragraph role="paragraph" id="par_id3154011" xml-lang="en-US"><ahelp hid=".">Defines the special effect that plays when you display a slide during a slide show.</ahelp></paragraph>
</section>
<section id="howtoget">
<embed href="text/simpress/00/00000407.xhp#etdaw"/>
</section>
-<paragraph role="tip" id="par_id3154704" xml-lang="en-US">To apply the same transition effect to more than one slide, switch to the <link href="text/simpress/01/03100000.xhp" name="Slide View">Slide Sorter</link>, select the slides, and then choose <emph>Slide - Slide Transition</emph>.</paragraph>
+<paragraph role="tip" id="par_id3154704" xml-lang="en-US">To apply the same transition effect to more than one slide, switch to the <link href="text/simpress/01/03100000.xhp">Slide Sorter</link>, select the slides, and then choose <emph>Slide - Slide Transition</emph>.</paragraph>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/slidetransitionspanel/transitions_icons" id="bm_id9115573" localize="false"/>
<paragraph role="heading" id="hd_id3149257" xml-lang="en-US" level="2">Slide Transition</paragraph>
diff --git a/source/text/simpress/01/06050000.xhp b/source/text/simpress/01/06050000.xhp
index 5170c0e108..dc4e3692d3 100644
--- a/source/text/simpress/01/06050000.xhp
+++ b/source/text/simpress/01/06050000.xhp
@@ -31,7 +31,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:AnimationObjects" id="bm_id8175410" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/dockinganimation/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/dockinganimation/DockingAnimation" id="bm_id3156444" localize="false"/>
- <h1 id="hd_id3153726"><link href="text/simpress/01/06050000.xhp" name="Animation">Animation</link></h1>
+ <h1 id="hd_id3153726"><link href="text/simpress/01/06050000.xhp">Animation</link></h1>
<paragraph xml-lang="en-US" id="par_id3150012" role="paragraph"><variable id="animtext"><ahelp hid=".uno:AnimationObjects">Creates a custom animation on the current slide.</ahelp> You can only use existing objects to create an animation.</variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/06060000.xhp b/source/text/simpress/01/06060000.xhp
index 5a0cf4ce6a..705dc4e6ac 100644
--- a/source/text/simpress/01/06060000.xhp
+++ b/source/text/simpress/01/06060000.xhp
@@ -41,7 +41,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:CustomAnimation" id="bm_id2649006" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/customanimationspanel/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/customanimationspanel/CustomAnimationsPanel" id="bm_id3151244" localize="false"/>
-<paragraph role="heading" id="hd_id3148837" xml-lang="en-US" level="1"><link href="text/simpress/01/06060000.xhp" name="Effects">Animation Pane</link></paragraph>
+<paragraph role="heading" id="hd_id3148837" xml-lang="en-US" level="1"><link href="text/simpress/01/06060000.xhp">Animation Pane</link></paragraph>
<paragraph role="paragraph" id="par_id3144773" xml-lang="en-US"><variable id="effekttext"><ahelp hid=".">Assigns effects to selected objects.</ahelp>
</variable></paragraph>
</section>
diff --git a/source/text/simpress/01/06070000.xhp b/source/text/simpress/01/06070000.xhp
index f2aa0c0bd9..3f6d8a8212 100644
--- a/source/text/simpress/01/06070000.xhp
+++ b/source/text/simpress/01/06070000.xhp
@@ -35,7 +35,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/InteractionPage" id="bm_id3152874" localize="false"/>
<section id="interactionh1">
-<h1 id="hd_id3153246"><link href="text/simpress/01/06070000.xhp" name="Interaction">Interaction</link></h1>
+<h1 id="hd_id3153246"><link href="text/simpress/01/06070000.xhp">Interaction</link></h1>
<paragraph role="paragraph" id="par_id3154762" xml-lang="en-US"><variable id="interaktiontext"><ahelp hid=".uno:AnimationEffects">Defines how the selected object behaves when you click on it during a slide show.</ahelp></variable><comment>UFI: Deleted many paras, see #60550</comment></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/06080000.xhp b/source/text/simpress/01/06080000.xhp
index c34eca1ed9..e635eb2ee1 100644
--- a/source/text/simpress/01/06080000.xhp
+++ b/source/text/simpress/01/06080000.xhp
@@ -60,7 +60,7 @@
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/presentationdialog/customslideshow_cb" id="bm_id3145239" localize="false"/>
<h3 id="hd_id3147404">Custom Slide Show</h3>
-<paragraph id="par_id3150538" role="paragraph" xml-lang="en-US"><ahelp hid="modules/simpress/ui/presentationdialog/customslideshow_cb">Runs a custom slide show in the order that you defined in <link href="text/simpress/01/06100000.xhp" name="Slide Show - Custom Slide Show"><emph>Slide Show - Custom Slide Show</emph></link>.</ahelp></paragraph>
+<paragraph id="par_id3150538" role="paragraph" xml-lang="en-US"><ahelp hid="modules/simpress/ui/presentationdialog/customslideshow_cb">Runs a custom slide show in the order that you defined in <link href="text/simpress/01/06100000.xhp"><emph>Slide Show - Custom Slide Show</emph></link>.</ahelp></paragraph>
<h2 id="hd_id3150653">Presentation Mode</h2>
<paragraph id="par_id3149354" role="paragraph" xml-lang="en-US">Select the slide show type.</paragraph>
diff --git a/source/text/simpress/01/06100000.xhp b/source/text/simpress/01/06100000.xhp
index eda46db91e..c5e5731adc 100644
--- a/source/text/simpress/01/06100000.xhp
+++ b/source/text/simpress/01/06100000.xhp
@@ -28,7 +28,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:CustomShowDialog" id="bm_id9872314" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/customslideshows/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/customslideshows/CustomSlideShows" id="bm_id3159240" localize="false"/>
- <h1 id="hd_id3154659"><variable id="CustomShow_h1"><link href="text/simpress/01/06100000.xhp" name="CustomShow_link">Custom Slide Shows</link></variable></h1>
+ <h1 id="hd_id3154659"><variable id="CustomShow_h1"><link href="text/simpress/01/06100000.xhp">Custom Slide Shows</link></variable></h1>
<paragraph role="paragraph" id="par_id3149207"><variable id="indipraesent"><ahelp hid=".uno:CustomShowDialog">Defines a custom slide show using slides within the current presentation. You can then pick slides to meet the needs of your audience. You can create as many custom slide shows as you want.</ahelp>
</variable></paragraph>
<section id="howtoget">
@@ -51,11 +51,11 @@
</listitem>
</list>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/customslideshows/new" id="bm_id3153013" localize="false"/>
- <h2 id="hd_id3153808"><link href="text/simpress/01/06100100.xhp" name="New">New</link></h2>
+ <h2 id="hd_id3153808"><link href="text/simpress/01/06100100.xhp">New</link></h2>
<embed href="text/simpress/01/06100100.xhp#neu"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/customslideshows/edit" id="bm_id3147244" localize="false"/>
<h2 id="hd_id3153073">Edit</h2>
- <paragraph role="paragraph" id="par_id3150431"><ahelp hid="modules/simpress/ui/customslideshows/edit"><link href="text/simpress/01/06100100.xhp" name="Add, remove or reorder">Add, remove or reorder</link> slides as well as change the name of the selected custom slide show.</ahelp></paragraph>
+ <paragraph role="paragraph" id="par_id3150431"><ahelp hid="modules/simpress/ui/customslideshows/edit"><link href="text/simpress/01/06100100.xhp">Add, remove or reorder</link> slides as well as change the name of the selected custom slide show.</ahelp></paragraph>
<embed href="text/shared/00/00000001.xhp#delete2"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/customslideshows/copy" id="bm_id3147404" localize="false"/>
<h2 id="hd_id3151393">Copy</h2>
diff --git a/source/text/simpress/01/13050000.xhp b/source/text/simpress/01/13050000.xhp
index f956fecf0e..262593513d 100644
--- a/source/text/simpress/01/13050000.xhp
+++ b/source/text/simpress/01/13050000.xhp
@@ -33,7 +33,7 @@
<section id="convert">
- <paragraph id="hd_id3152596" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/13050000.xhp" name="Convert">Convert</link></paragraph>
+ <paragraph id="hd_id3152596" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/13050000.xhp">Convert</link></paragraph>
<paragraph role="paragraph" id="par_id3151075" xml-lang="en-US">Options for converting the selected object.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/13050100.xhp b/source/text/simpress/01/13050100.xhp
index fd7ec4bd61..1f73e0b3fa 100644
--- a/source/text/simpress/01/13050100.xhp
+++ b/source/text/simpress/01/13050100.xhp
@@ -32,7 +32,7 @@
<body>
<section id="to_curve">
<bookmark xml-lang="en-US" branch="hid/.uno:ChangeBezier" id="bm_id3153771" localize="false"/>
-<paragraph role="heading" id="hd_id3125864" xml-lang="en-US" level="1"><link href="text/simpress/01/13050100.xhp" name="To Curve">To Curve</link></paragraph>
+<paragraph role="heading" id="hd_id3125864" xml-lang="en-US" level="1"><link href="text/simpress/01/13050100.xhp">To Curve</link></paragraph>
<paragraph role="paragraph" id="par_id3147436" xml-lang="en-US"><ahelp hid=".uno:ChangeBezier">Converts the selected object to a Bézier curve.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/13050200.xhp b/source/text/simpress/01/13050200.xhp
index fa772fd9f8..340d7494a5 100644
--- a/source/text/simpress/01/13050200.xhp
+++ b/source/text/simpress/01/13050200.xhp
@@ -31,8 +31,8 @@
<bookmark xml-lang="en-US" branch="hid/.uno:ChangePolygon" id="bm_id5748041" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sdraw/ui/vectorize/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/sdraw/ui/vectorize/VectorizeDialog" id="bm_id3147435" localize="false"/>
-<h1 id="hd_id3152578"><link href="text/simpress/01/13050200.xhp" name="To Polygon">To Polygon</link></h1>
-<paragraph role="paragraph" id="par_id3145252" xml-lang="en-US"><ahelp hid=".uno:ChangePolygon">Converts the selected object to a polygon (a closed object bounded by straight lines).</ahelp> The appearance of the object does not change. If you want, you can right-click and choose <link href="text/shared/main0227.xhp" name="Edit Points"><emph>Edit Points</emph></link> to view the changes.</paragraph>
+<h1 id="hd_id3152578"><link href="text/simpress/01/13050200.xhp">To Polygon</link></h1>
+<paragraph role="paragraph" id="par_id3145252" xml-lang="en-US"><ahelp hid=".uno:ChangePolygon">Converts the selected object to a polygon (a closed object bounded by straight lines).</ahelp> The appearance of the object does not change. If you want, you can right-click and choose <link href="text/shared/main0227.xhp"><emph>Edit Points</emph></link> to view the changes.</paragraph>
</section>
<section id="howtoget">
<embed href="text/simpress/00/00000413.xhp#to_polygon"/>
diff --git a/source/text/simpress/01/13050300.xhp b/source/text/simpress/01/13050300.xhp
index 68e6ebf4e8..35e747ba22 100644
--- a/source/text/simpress/01/13050300.xhp
+++ b/source/text/simpress/01/13050300.xhp
@@ -31,7 +31,7 @@
<body>
<section id="in3d">
<bookmark xml-lang="en-US" branch="hid/.uno:ConvertInto3D" id="bm_id3155602" localize="false"/>
-<paragraph role="heading" id="hd_id3154017" xml-lang="en-US" level="1"><link href="text/simpress/01/13050300.xhp" name="Convert to 3D">Convert to 3D</link></paragraph>
+<paragraph role="heading" id="hd_id3154017" xml-lang="en-US" level="1"><link href="text/simpress/01/13050300.xhp">Convert to 3D</link></paragraph>
<paragraph role="paragraph" id="par_id3155066" xml-lang="en-US"><ahelp hid=".uno:ConvertInto3D">Converts the selected object to a three-dimensional (3D) object.</ahelp></paragraph>
</section>
<section id="howtoget">
@@ -51,6 +51,6 @@
<paragraph role="tip" id="par_id3146965" xml-lang="en-US">Press F3 to quickly enter a group and <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F3</keycode> to leave the group.</paragraph>
<paragraph role="paragraph" id="par_id3145114" xml-lang="en-US">You can also convert bitmap images and vector graphics, including clipart, to 3D objects. $[officename] treats bitmaps as rectangles and vector graphics as a group of polygons when converting to 3D.</paragraph>
<paragraph role="paragraph" id="par_id3149876" xml-lang="en-US">Even drawing objects that contain text can be converted.</paragraph>
-<paragraph role="paragraph" id="par_id3153960" xml-lang="en-US">If you want, you can also apply a <link href="text/shared/01/05350000.xhp" name="3D Effect">3D Effect</link> to the converted object.</paragraph>
+<paragraph role="paragraph" id="par_id3153960" xml-lang="en-US">If you want, you can also apply a <link href="text/shared/01/05350000.xhp">3D Effect</link> to the converted object.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/simpress/01/13050400.xhp b/source/text/simpress/01/13050400.xhp
index 30175485db..8e1e75dd30 100644
--- a/source/text/simpress/01/13050400.xhp
+++ b/source/text/simpress/01/13050400.xhp
@@ -32,7 +32,7 @@
<body>
<section id="rotation">
<bookmark xml-lang="en-US" branch="hid/.uno:ConvertInto3DLatheFast" id="bm_id3149379" localize="false"/>
-<paragraph role="heading" id="hd_id3146974" xml-lang="en-US" level="1"><link href="text/simpress/01/13050400.xhp" name="Convert to 3D Rotation Object">Convert to 3D Rotation Object</link></paragraph>
+<paragraph role="heading" id="hd_id3146974" xml-lang="en-US" level="1"><link href="text/simpress/01/13050400.xhp">Convert to 3D Rotation Object</link></paragraph>
<paragraph role="paragraph" id="par_id3150717" xml-lang="en-US"><ahelp hid=".uno:ConvertInto3DLatheFast">Creates a three-dimensional shape by rotating the selected object around its vertical axis.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/13050500.xhp b/source/text/simpress/01/13050500.xhp
index efb6a56f22..ab1738948b 100644
--- a/source/text/simpress/01/13050500.xhp
+++ b/source/text/simpress/01/13050500.xhp
@@ -35,10 +35,10 @@
<bookmark_value>bitmaps; converting to</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ConvertIntoBitmap" id="bm_id3159155" localize="false"/>
-<paragraph role="heading" id="hd_id3153142" xml-lang="en-US" level="1"><link href="text/simpress/01/13050500.xhp" name="To Bitmap">To Bitmap</link></paragraph>
+<paragraph role="heading" id="hd_id3153142" xml-lang="en-US" level="1"><link href="text/simpress/01/13050500.xhp">To Bitmap</link></paragraph>
<paragraph role="paragraph" id="par_id3146975" xml-lang="en-US"><ahelp hid=".uno:ConvertIntoBitmap">Converts the selected object to a bitmap (a grid of pixels that represents an image).</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3149377" xml-lang="en-US">For more information, see the <link href="text/shared/00/00000005.xhp" name="Glossary">Glossary</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3149377" xml-lang="en-US">For more information, see the <link href="text/shared/00/00000005.xhp">Glossary</link>.</paragraph>
<section id="howtoget">
<embed href="text/simpress/00/00000413.xhp#bitm"/>
</section>
diff --git a/source/text/simpress/01/13050600.xhp b/source/text/simpress/01/13050600.xhp
index 56bdd88387..4ede143a8e 100644
--- a/source/text/simpress/01/13050600.xhp
+++ b/source/text/simpress/01/13050600.xhp
@@ -35,10 +35,10 @@
<bookmark_value>metafiles; converting to</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:ConvertIntoMetaFile" id="bm_id3146976" localize="false"/>
-<paragraph role="heading" id="hd_id3147434" xml-lang="en-US" level="1"><link href="text/simpress/01/13050600.xhp" name="To metafile">To metafile</link></paragraph>
+<paragraph role="heading" id="hd_id3147434" xml-lang="en-US" level="1"><link href="text/simpress/01/13050600.xhp">To metafile</link></paragraph>
<paragraph role="paragraph" id="par_id3154490" xml-lang="en-US"><ahelp hid=".uno:ConvertIntoMetaFile">Converts the selected object to Windows Metafile Format (WMF), containing both bitmap and vector graphic data.</ahelp></paragraph>
</section>
-<paragraph role="paragraph" id="par_id3151075" xml-lang="en-US">For more information on WMF, see the <link href="text/shared/00/00000005.xhp" name="Glossary">Glossary</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3151075" xml-lang="en-US">For more information on WMF, see the <link href="text/shared/00/00000005.xhp">Glossary</link>.</paragraph>
<section id="howtoget">
<embed href="text/simpress/00/00000413.xhp#meta"/>
</section>
diff --git a/source/text/simpress/01/13050700.xhp b/source/text/simpress/01/13050700.xhp
index 501e9ce74f..db047c54b1 100644
--- a/source/text/simpress/01/13050700.xhp
+++ b/source/text/simpress/01/13050700.xhp
@@ -35,7 +35,7 @@
<bookmark_value>contours; converting to</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:convert_to_contour" id="bm_id3152578" localize="false"/>
-<paragraph role="heading" id="hd_id3146119" xml-lang="en-US" level="1"><link href="text/simpress/01/13050700.xhp" name="To Contour">To Contour</link></paragraph>
+<paragraph role="heading" id="hd_id3146119" xml-lang="en-US" level="1"><link href="text/simpress/01/13050700.xhp">To Contour</link></paragraph>
<paragraph role="paragraph" id="par_id3146974" xml-lang="en-US"><ahelp hid=".uno:convert_to_contour">Converts the selected object to a polygon, or a group of polygons.</ahelp> If the conversion creates a group of polygons (for example, when you convert a text object), then press F3 to enter the group before you can select an individual polygon.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/13140000.xhp b/source/text/simpress/01/13140000.xhp
index 7bbe6367a1..2463c3e595 100644
--- a/source/text/simpress/01/13140000.xhp
+++ b/source/text/simpress/01/13140000.xhp
@@ -32,8 +32,8 @@
<body>
<section id="combine">
<bookmark xml-lang="en-US" branch="hid/.uno:Combine" id="bm_id3152597" localize="false"/>
-<paragraph role="heading" id="hd_id3150012" xml-lang="en-US" level="1"><link href="text/simpress/01/13140000.xhp" name="Combine">Combine</link></paragraph>
-<paragraph role="paragraph" id="par_id3146974" xml-lang="en-US"><ahelp hid=".uno:Combine">Combines two or more selected objects into a single shape.</ahelp> Unlike <link href="text/shared/01/05290000.xhp" name="grouping">grouping</link>, a combined object takes on the properties of the lowermost object in the stacking order. You can <link href="text/simpress/01/13150000.xhp" name="split">split</link> apart combined objects, but the original object properties are lost.</paragraph>
+<paragraph role="heading" id="hd_id3150012" xml-lang="en-US" level="1"><link href="text/simpress/01/13140000.xhp">Combine</link></paragraph>
+<paragraph role="paragraph" id="par_id3146974" xml-lang="en-US"><ahelp hid=".uno:Combine">Combines two or more selected objects into a single shape.</ahelp> Unlike <link href="text/shared/01/05290000.xhp">grouping</link>, a combined object takes on the properties of the lowermost object in the stacking order. You can <link href="text/simpress/01/13150000.xhp">split</link> apart combined objects, but the original object properties are lost.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3153876" xml-lang="en-US">When you combine objects, the drawing elements are replaced by Bézier curves and holes appear where the objects overlap.</paragraph>
<section id="howtoget">
diff --git a/source/text/simpress/01/13150000.xhp b/source/text/simpress/01/13150000.xhp
index 3aed627a78..2e1f0b5a72 100644
--- a/source/text/simpress/01/13150000.xhp
+++ b/source/text/simpress/01/13150000.xhp
@@ -35,8 +35,8 @@
<bookmark_value>splitting; combinations</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:Dismantle" id="bm_id3154319" localize="false"/>
-<paragraph role="heading" id="hd_id3150439" xml-lang="en-US" level="1"><link href="text/simpress/01/13150000.xhp" name="Split">Split</link></paragraph>
-<paragraph role="paragraph" id="par_id3147435" xml-lang="en-US"><ahelp hid=".uno:Dismantle">Splits a <link href="text/simpress/01/13140000.xhp" name="combined">combined</link> object into individual objects.</ahelp> The resulting objects have the same line and fill properties as the combined object.</paragraph>
+<paragraph role="heading" id="hd_id3150439" xml-lang="en-US" level="1"><link href="text/simpress/01/13150000.xhp">Split</link></paragraph>
+<paragraph role="paragraph" id="par_id3147435" xml-lang="en-US"><ahelp hid=".uno:Dismantle">Splits a <link href="text/simpress/01/13140000.xhp">combined</link> object into individual objects.</ahelp> The resulting objects have the same line and fill properties as the combined object.</paragraph>
</section>
<section id="howtoget">
<embed href="text/simpress/00/00000413.xhp#split"/>
diff --git a/source/text/simpress/01/13160000.xhp b/source/text/simpress/01/13160000.xhp
index fee6739411..37f1088131 100644
--- a/source/text/simpress/01/13160000.xhp
+++ b/source/text/simpress/01/13160000.xhp
@@ -34,7 +34,7 @@
<section id="connect">
<bookmark branch="hid/.uno:Connect" xml-lang="en-US" id="bm_id3154319" localize="false"/>
-<paragraph id="hd_id3153768" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/13160000.xhp" name="Connect">Connect</link></paragraph>
+<paragraph id="hd_id3153768" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/13160000.xhp">Connect</link></paragraph>
<paragraph role="paragraph" id="par_id3152598" xml-lang="en-US"><ahelp hid=".uno:Connect" visibility="visible">Creates a line or Bézier curve by connecting two or more lines, Bézier curves, or other objects with a line.</ahelp> Closed objects containing a fill are converted to lines and lose their fill.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/13170000.xhp b/source/text/simpress/01/13170000.xhp
index 886965ed84..ed3ab40d8e 100644
--- a/source/text/simpress/01/13170000.xhp
+++ b/source/text/simpress/01/13170000.xhp
@@ -35,7 +35,7 @@
<bookmark_value>breaking object connections</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:Break" id="bm_id3159488" localize="false"/>
-<paragraph role="heading" id="hd_id3150870" xml-lang="en-US" level="1"><link href="text/simpress/01/13170000.xhp" name="Break">Break</link></paragraph>
+<paragraph role="heading" id="hd_id3150870" xml-lang="en-US" level="1"><link href="text/simpress/01/13170000.xhp">Break</link></paragraph>
<paragraph role="paragraph" id="par_id3156441" xml-lang="en-US"><ahelp hid=".uno:Break">Breaks apart lines joined with the <emph>Connect</emph> command.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3153726" xml-lang="en-US">You cannot apply a fill to closed shapes that have been broken apart with this command. </paragraph>
diff --git a/source/text/simpress/01/13180000.xhp b/source/text/simpress/01/13180000.xhp
index bf73f92a12..b33c4fb8ff 100644
--- a/source/text/simpress/01/13180000.xhp
+++ b/source/text/simpress/01/13180000.xhp
@@ -33,7 +33,7 @@
<section id="shapes">
- <paragraph id="hd_id3154319" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/13180000.xhp" name="Shapes">Shapes</link></paragraph>
+ <paragraph id="hd_id3154319" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/13180000.xhp">Shapes</link></paragraph>
<paragraph role="paragraph" id="par_id3147435" xml-lang="en-US">Creates a shape from two or more selected objects.</paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/13180100.xhp b/source/text/simpress/01/13180100.xhp
index 0858919a11..9f9ccb2a6a 100644
--- a/source/text/simpress/01/13180100.xhp
+++ b/source/text/simpress/01/13180100.xhp
@@ -34,7 +34,7 @@
<section id="merge">
<bookmark branch="hid/.uno:Merge" xml-lang="en-US" id="bm_id3150441" localize="false"/>
-<paragraph id="hd_id3150870" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/13180100.xhp" name="Merge">Merge</link></paragraph>
+<paragraph id="hd_id3150870" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/13180100.xhp">Merge</link></paragraph>
<paragraph role="paragraph" id="par_id3150012" xml-lang="en-US"><ahelp hid=".uno:Merge" visibility="visible">Adds the area of the selected objects to the area of the lowermost object in the selection. This command is best used with overlapping objects.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/13180200.xhp b/source/text/simpress/01/13180200.xhp
index 82640fe679..d3f1da0a16 100644
--- a/source/text/simpress/01/13180200.xhp
+++ b/source/text/simpress/01/13180200.xhp
@@ -34,7 +34,7 @@
<section id="sub">
<bookmark branch="hid/.uno:Substract" xml-lang="en-US" id="bm_id3150010" localize="false"/>
-<paragraph id="hd_id3150439" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/13180200.xhp" name="Subtract">Subtract</link></paragraph>
+<paragraph id="hd_id3150439" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/13180200.xhp">Subtract</link></paragraph>
<paragraph role="paragraph" id="par_id3152596" xml-lang="en-US"><ahelp hid=".uno:Substract" visibility="visible">Subtracts the area of the selected objects from the area of the lowermost object.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/13180300.xhp b/source/text/simpress/01/13180300.xhp
index f60c98f9ef..edbe4f392d 100644
--- a/source/text/simpress/01/13180300.xhp
+++ b/source/text/simpress/01/13180300.xhp
@@ -34,7 +34,7 @@
<section id="intersect">
<bookmark branch="hid/.uno:Intersect" xml-lang="en-US" id="bm_id3152578" localize="false"/>
-<paragraph id="hd_id3153768" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/13180300.xhp" name="Intersect">Intersect</link></paragraph>
+<paragraph id="hd_id3153768" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/13180300.xhp">Intersect</link></paragraph>
<paragraph role="paragraph" id="par_id3146975" xml-lang="en-US"><ahelp hid=".uno:Intersect" visibility="visible">Creates a shape from the overlapping area of the selected objects.</ahelp></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/bulletandposition.xhp b/source/text/simpress/01/bulletandposition.xhp
index a5a9b57a51..42a2e87b3e 100644
--- a/source/text/simpress/01/bulletandposition.xhp
+++ b/source/text/simpress/01/bulletandposition.xhp
@@ -29,7 +29,7 @@
<bookmark_value>unordered list;Draw</bookmark_value>
</bookmark>
-<h1 id="hd_id591623253567629"><link href="text/simpress/01/bulletandposition.xhp" name="command_name">Bullet and Position</link></h1>
+<h1 id="hd_id591623253567629"><link href="text/simpress/01/bulletandposition.xhp">Bullet and Position</link></h1>
<paragraph id="par_id401623253567633" role="paragraph" localize="false" xml-lang="en-US"><embedvar href="text/shared/01/06050600.xhp#positioninfo" markup="ignore"/></paragraph>
</section>
diff --git a/source/text/simpress/01/new_slide.xhp b/source/text/simpress/01/new_slide.xhp
index 82f8e28d8f..7e51bd33f7 100644
--- a/source/text/simpress/01/new_slide.xhp
+++ b/source/text/simpress/01/new_slide.xhp
@@ -34,7 +34,7 @@
</bookmark>
<bookmark xml-lang="en-US" branch="hid/.uno:InsertPage" id="bm_id8576712" localize="false"/>
<section id="newslide">
- <paragraph role="heading" id="hd_id3159155" xml-lang="en-US" level="1"><link href="text/simpress/01/new_slide.xhp" name="New Slide">New Slide</link></paragraph>
+ <paragraph role="heading" id="hd_id3159155" xml-lang="en-US" level="1"><link href="text/simpress/01/new_slide.xhp">New Slide</link></paragraph>
<paragraph role="paragraph" id="par_id3146119" xml-lang="en-US"><variable id="seitetext"><ahelp hid=".uno:InsertPage">Inserts a slide after the currently selected slide.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
diff --git a/source/text/simpress/01/remoteconnections.xhp b/source/text/simpress/01/remoteconnections.xhp
index 895da9e368..fb8d3d5169 100644
--- a/source/text/simpress/01/remoteconnections.xhp
+++ b/source/text/simpress/01/remoteconnections.xhp
@@ -23,8 +23,8 @@
<section id="remotedialog">
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/remotedialog/RemoteDialog" id="bm_id271535054237261" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/remotedialog/@@nowidget@@" id="@@nowidget@@" localize="false"/>
- <paragraph id="hd_id671535054437336" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/remoteconnections.xhp" name="remotedialog">Remote Connections</link></paragraph>
- <paragraph id="par_id371535054437338" role="paragraph" xml-lang="en-US"><variable id="remotedialog1"><ahelp hid=".">List all <link href="text/simpress/guide/impress_remote.xhp" name="impressremote"><emph>Impress Remote</emph></link> available connections.</ahelp></variable></paragraph>
+ <paragraph id="hd_id671535054437336" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/remoteconnections.xhp">Remote Connections</link></paragraph>
+ <paragraph id="par_id371535054437338" role="paragraph" xml-lang="en-US"><variable id="remotedialog1"><ahelp hid=".">List all <link href="text/simpress/guide/impress_remote.xhp"><emph>Impress Remote</emph></link> available connections.</ahelp></variable></paragraph>
</section>
<section id="howtoget">
<paragraph role="paragraph" id="par_id591535055142846" xml-lang="en-US">Initially, mark the <emph>Enable remote control</emph> checkbox in <switchinline select="sys">