source/text/scalc/02/18010000.xhp        |   51 +++++------------
 source/text/schart/01/wiz_chart_type.xhp |   93 +++++++++++++++----------------
 source/text/swriter/01/01150000.xhp      |   79 ++++++++++++--------------
 source/text/swriter/02/18010000.xhp      |   16 ++---
 4 files changed, 107 insertions(+), 132 deletions(-)

New commits:
commit f46253b8e0673dca57f94ba95392676a40b3a407
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Mon Sep 30 11:59:05 2024 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Mon Sep 30 17:01:17 2024 +0200

    tdf#162607 disambiguate hid2file.js, InsertCtrl
    
    + Removed misplaced bookmark in Calc
    + review of Insert toolbar for Calc
    + Refactor
    
    Change-Id: Ifc908c22a5c8e69e6f8ccc86b637baa0b009c7f3
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/174286
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>
    Tested-by: Jenkins

diff --git a/source/text/scalc/02/18010000.xhp 
b/source/text/scalc/02/18010000.xhp
index 3754fbf1de..ec708a8203 100644
--- a/source/text/scalc/02/18010000.xhp
+++ b/source/text/scalc/02/18010000.xhp
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
-
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -19,56 +16,38 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-
-
-               <helpdocument version="1.0">
+<helpdocument version="1.0">
 <meta>
 <topic id="textscalc0218010000xml" indexer="include" status="PUBLISH">
-<title id="tit" xml-lang="en-US">Insert</title>
+<title id="tit">Insert</title>
 <filename>/text/scalc/02/18010000.xhp</filename>
 </topic>
 </meta>
 <body>
 <section id="insert">
-<bookmark xml-lang="en-US" branch="index" 
id="bm_id3156329"><bookmark_value>inserting; objects, toolbar 
icon</bookmark_value>
+<bookmark branch="index" id="bm_id3156329"><bookmark_value>inserting; objects, 
toolbar icon</bookmark_value>
 </bookmark>
-<bookmark xml-lang="en-US" branch="hid/.uno:InsertCtrl" id="bm_id5322551" 
localize="false"/>
+
 <h1 id="hd_id3156329"><link 
href="text/scalc/02/18010000.xhp">Insert</link></h1>
-<paragraph role="paragraph" id="par_id3147336" xml-lang="en-US"><ahelp 
hid=".uno:InsertCtrl">Click the arrow next to the icon to open the <emph>Insert 
</emph>toolbar, where you can add graphics and special characters to the 
current sheet.</ahelp></paragraph>
-</section>
-<paragraph role="paragraph" id="par_id3148664" xml-lang="en-US">Tools bar 
icon:</paragraph>
-<section id="syinsert">
-<table id="tbl_id3154365">
-<tablerow>
-<tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3150767" xml-lang="en-US">
-<image id="img_id3156423" src="cmd/sc_insertgraphic.png" width="0.222inch" 
height="0.222inch"><alt id="alt_id3156423" xml-lang="en-US">Icon</alt>
-       </image></paragraph>
-</tablecell>
-<tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3146120" 
xml-lang="en-US">Insert</paragraph>
-</tablecell>
-</tablerow>
-</table>
+
 </section>
-<paragraph role="paragraph" id="par_id3153188" xml-lang="en-US">You can select 
the following icons:</paragraph>
-<h2 id="hd_id4283883"><link href="text/shared/01/04160500.xhp">Floating 
Frame</link></h2>
-<embed href="text/shared/01/04160500.xhp#frameeinfuegentext"/>
-<embed href="text/shared/00/00000404.xhp#syframe"/>
-<h2 id="hd_id3149410"><link href="text/shared/01/04100000.xhp">Special 
Character</link></h2>
-<embed href="text/shared/01/04100000.xhp#sonder"/>
+<paragraph role="paragraph" id="par_id3153188">The Insert toolbar let you 
select the following commands:</paragraph>
+
+<embed href="text/shared/01/04100000.xhp#special_char"/>
 <embed href="text/shared/00/00000404.xhp#syspecial_char"/>
-<h2 id="hd_id3151117"><link href="text/shared/01/04140000.xhp">From 
File</link></h2>
-<embed href="text/shared/01/04140000.xhp#grafiktext"/>
+
+<embed href="text/shared/01/04140000.xhp#insertimageh1"/>
 <embed href="text/shared/00/00000404.xhp#syimage"/>
+
 <embed href="text/shared/01/moviesound.xhp#moviesound"/>
 <embed href="text/shared/00/00000404.xhp#symoviesound"/>
-<h2 id="hd_id3633533"><link 
href="text/shared/01/04160300.xhp">Formula</link></h2>
+
 <embed href="text/shared/01/04160300.xhp#starmath"/>
 <embed href="text/shared/00/00000404.xhp#systarmath"/>
-<h2 id="par_idN10769"><link 
href="text/schart/01/wiz_chart_type.xhp">Chart</link></h2>
+
+<embed href="text/schart/01/wiz_chart_type.xhp#chartype"/>
 <embed href="text/shared/00/00000404.xhp#systarchart"/>
-<h2 id="hd_id7581408"><link href="text/shared/01/04150100.xhp">OLE 
Object</link></h2>
+
 <embed href="text/shared/01/04150100.xhp#ole"/>
 <embed href="text/shared/00/00000404.xhp#syole"/>
 </body>
diff --git a/source/text/schart/01/wiz_chart_type.xhp 
b/source/text/schart/01/wiz_chart_type.xhp
index 11f937fc4a..80893212ff 100644
--- a/source/text/schart/01/wiz_chart_type.xhp
+++ b/source/text/schart/01/wiz_chart_type.xhp
@@ -1,6 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,11 +16,10 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-
 <helpdocument version="1.0">
 <meta>
 <topic id="textschart01wiz_chart_typexhp" indexer="include" status="PUBLISH">
-<title id="tit" xml-lang="en-US">Chart Wizard - Chart Type</title>
+<title id="tit">Chart Wizard - Chart Type</title>
 <filename>/text/schart/01/wiz_chart_type.xhp</filename>
 </topic>
 <history>
@@ -30,13 +27,17 @@
 </history>
 </meta>
 <body>
-<bookmark xml-lang="en-US" branch="index" 
id="bm_id4266792"><bookmark_value>charts;choosing chart types</bookmark_value>
+<bookmark branch="index" id="bm_id4266792"><bookmark_value>charts;choosing 
chart types</bookmark_value>
 </bookmark>
-<bookmark xml-lang="en-US" 
branch="hid/modules/schart/ui/tp_ChartType/@@nowidget@@" id="bm_@@nowidget@@" 
localize="false"/>
-<bookmark xml-lang="en-US" 
branch="hid/modules/schart/ui/tp_ChartType/tp_ChartType" id="bm_id863980" 
localize="false"/>
-<paragraph role="heading" id="hd_id1536606" xml-lang="en-US" 
level="1"><variable id="wiz_chart_type"><link 
href="text/schart/01/wiz_chart_type.xhp">Chart Wizard - Chart Type</link>
-</variable></paragraph>
-<paragraph role="paragraph" id="par_id6006958" xml-lang="en-US">On the first 
page of the Chart Wizard you can <link 
href="text/schart/01/choose_chart_type.xhp">choose a chart 
type</link>.</paragraph>
+<bookmark branch="hid/modules/schart/ui/tp_ChartType/@@nowidget@@" 
id="bm_@@nowidget@@" localize="false"/>
+<bookmark branch="hid/modules/schart/ui/tp_ChartType/tp_ChartType" 
id="bm_id863980" localize="false"/>
+
+<section id="chartype">
+  <h1 id="hd_id1536606"><variable id="wiz_chart_type"><link 
href="text/schart/01/wiz_chart_type.xhp">Chart Wizard - Chart Type</link>
+</variable></h1>
+<paragraph role="paragraph" id="par_id6006958">On the first page of the Chart 
Wizard you can <link href="text/schart/01/choose_chart_type.xhp">choose a chart 
type</link>.</paragraph>
+</section>
+
 <section id="howtoget">
   <embed href="text/schart/00/00000004.xhp#wiz"/>
 </section>
@@ -44,46 +45,46 @@
 <h2 id="hd_id3919186">To choose a chart type</h2>
 <list type="ordered">
 <listitem>
-<paragraph role="paragraph" id="par_id3453169" xml-lang="en-US">Choose a basic 
<link href="text/schart/01/choose_chart_type.xhp">chart type</link>: click any 
of the entries labeled Column, Bar, Pie, and so on.</paragraph>
-<paragraph role="paragraph" id="par_id8406933" xml-lang="en-US">The contents 
on the right side will change to offer more options depending on the basic 
chart type.</paragraph>
+<paragraph role="paragraph" id="par_id3453169">Choose a basic <link 
href="text/schart/01/choose_chart_type.xhp">chart type</link>: click any of the 
entries labeled Column, Bar, Pie, and so on.</paragraph>
+<paragraph role="paragraph" id="par_id8406933">The contents on the right side 
will change to offer more options depending on the basic chart type.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="paragraph" id="par_id8230231" xml-lang="en-US">Optionally, 
click any of the options. While you change the settings in the wizard, watch 
the preview in the document to see how the chart will look.</paragraph>
+<paragraph role="paragraph" id="par_id8230231">Optionally, click any of the 
options. While you change the settings in the wizard, watch the preview in the 
document to see how the chart will look.</paragraph>
 </listitem>
 </list>
-<paragraph role="paragraph" id="par_id3267006" xml-lang="en-US">Press <item 
type="keycode">Shift+F1</item> and point to a control to see an extended help 
text.</paragraph>
-<paragraph role="paragraph" id="par_id7251503" xml-lang="en-US">Click 
<emph>Finish</emph> on any wizard page to close the wizard and create the chart 
using the current settings.</paragraph>
-<paragraph role="paragraph" id="par_id3191625" xml-lang="en-US">Click 
<emph>Next</emph> to see the next wizard page, or click the entries on the left 
side of the wizard to go to that page.</paragraph>
-<paragraph role="paragraph" id="par_id7659535" xml-lang="en-US">Click 
<emph>Back</emph> to see the previous wizard page.</paragraph>
-<paragraph role="paragraph" id="par_id8420056" xml-lang="en-US">Click 
<emph>Cancel</emph> to close the wizard without creating a 
chart.</paragraph><comment>63365 roadmap</comment>
-<bookmark xml-lang="en-US" branch="hid/CHART2_HID_SCH_WIZARD_ROADMAP" 
id="bm_id2511368" localize="false"/>
-<paragraph role="paragraph" id="par_id2284920" xml-lang="en-US"><ahelp hid="." 
visibility="hidden">Click to go to the named wizard 
page.</ahelp></paragraph><comment>63293 basic chart types</comment>
-<bookmark xml-lang="en-US" 
branch="hid/modules/schart/ui/tp_ChartType/charttype" id="bm_id8073976" 
localize="false"/>
-<paragraph role="paragraph" id="par_id3184301" xml-lang="en-US"><ahelp hid="." 
visibility="hidden">Select a basic chart 
type.</ahelp></paragraph><comment>63294 options</comment>
-<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/tp_ChartType/subtype" 
id="bm_id3088473" localize="false"/>
-<paragraph role="paragraph" id="par_id2129276" xml-lang="en-US"><ahelp hid="." 
visibility="hidden">Select a sub type of the basic chart 
type.</ahelp></paragraph><comment>551781378 3D look checkbox</comment>
-<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/tp_ChartType/3dlook" 
id="bm_id8226569" localize="false"/>
-<paragraph role="paragraph" id="par_id9719229" xml-lang="en-US"><ahelp hid="." 
visibility="hidden">Enables a 3D look for the data 
values.</ahelp></paragraph><comment>551783937 3D dropdown</comment>
-<bookmark xml-lang="en-US" 
branch="hid/modules/schart/ui/tp_ChartType/3dscheme" id="bm_id678731" 
localize="false"/>
-<paragraph role="paragraph" id="par_id3860896" xml-lang="en-US"><ahelp hid="." 
visibility="hidden">Select the type of 3D 
look.</ahelp></paragraph><comment>63325 bar column shape listbox</comment>
-<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/tp_ChartType/shape" 
id="bm_id8631244" localize="false"/>
-<paragraph role="paragraph" id="par_id4041871" xml-lang="en-US"><ahelp hid="." 
visibility="hidden">Select a shape from the 
list.</ahelp></paragraph><comment>551781379 stack series (for Line)</comment>
-<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/tp_ChartType/stack" 
id="bm_id7211523" localize="false"/>
-<paragraph role="paragraph" id="par_id9930722" xml-lang="en-US"><ahelp hid="." 
visibility="hidden">Displays stacked series for Line 
charts.</ahelp></paragraph><comment>551780866 stack series on top</comment>
-<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/tp_ChartType/ontop" 
id="bm_id7261879" localize="false"/>
-<paragraph role="paragraph" id="par_id5749687" xml-lang="en-US"><ahelp hid="." 
visibility="hidden">Stack series display values on top of each 
other.</ahelp></paragraph><comment>551780867 stack series percent</comment>
-<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/tp_ChartType/percent" 
id="bm_id7606128" localize="false"/>
-<paragraph role="paragraph" id="par_id79348" xml-lang="en-US"><ahelp hid="." 
visibility="hidden">Stack series display values as 
percent.</ahelp></paragraph><comment>551781380 smooth lines</comment>
-<bookmark xml-lang="en-US" 
branch="hid/modules/schart/ui/tp_ChartType/linetype" id="bm_id5778374" 
localize="false"/>
-<paragraph role="paragraph" id="par_id2414014" xml-lang="en-US"><ahelp hid="." 
visibility="hidden">Choose the type of line to 
draw.</ahelp></paragraph><comment>551784961 properties</comment>
-<bookmark xml-lang="en-US" 
branch="hid/modules/schart/ui/tp_ChartType/properties" id="bm_id7417523" 
localize="false"/>
-<paragraph role="paragraph" id="par_id7617114" xml-lang="en-US"><ahelp hid="." 
visibility="hidden">Opens a dialog to set the line or curve 
properties.</ahelp></paragraph><comment>551781381 sort by x values (for XY 
(scatter))</comment>
-<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/tp_ChartType/sort" 
id="bm_id6278878" localize="false"/>
-<paragraph role="paragraph" id="par_id6649372" xml-lang="en-US"><ahelp hid="." 
visibility="hidden">Connects points by ascending X values, even if the order of 
values is different, in an XY scatter 
diagram.</ahelp></paragraph><comment>63323 number of lines (Column + 
line)</comment>
-<bookmark xml-lang="en-US" branch="hid/modules/schart/ui/tp_ChartType/nolines" 
id="bm_id7565843" localize="false"/>
-<paragraph role="paragraph" id="par_id7334208" xml-lang="en-US"><ahelp hid="." 
visibility="hidden">Set the number of lines for the Column and Line chart 
type.</ahelp></paragraph><comment>Toolbar icon Chart Type</comment>
-<bookmark xml-lang="en-US" branch="hid/.uno:DiagramType" id="bm_id863979" 
localize="false"/>
-<paragraph role="paragraph" id="par_id4485000" xml-lang="en-US"><ahelp hid="." 
visibility="hidden">Opens the Chart Type dialog.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3267006">Press <item 
type="keycode">Shift+F1</item> and point to a control to see an extended help 
text.</paragraph>
+<paragraph role="paragraph" id="par_id7251503">Click <emph>Finish</emph> on 
any wizard page to close the wizard and create the chart using the current 
settings.</paragraph>
+<paragraph role="paragraph" id="par_id3191625">Click <emph>Next</emph> to see 
the next wizard page, or click the entries on the left side of the wizard to go 
to that page.</paragraph>
+<paragraph role="paragraph" id="par_id7659535">Click <emph>Back</emph> to see 
the previous wizard page.</paragraph>
+<paragraph role="paragraph" id="par_id8420056">Click <emph>Cancel</emph> to 
close the wizard without creating a chart.</paragraph><comment>63365 
roadmap</comment>
+<bookmark branch="hid/CHART2_HID_SCH_WIZARD_ROADMAP" id="bm_id2511368" 
localize="false"/>
+<paragraph role="paragraph" id="par_id2284920"><ahelp hid="." 
visibility="hidden">Click to go to the named wizard 
page.</ahelp></paragraph><comment>63293 basic chart types</comment>
+<bookmark branch="hid/modules/schart/ui/tp_ChartType/charttype" 
id="bm_id8073976" localize="false"/>
+<paragraph role="paragraph" id="par_id3184301"><ahelp hid="." 
visibility="hidden">Select a basic chart 
type.</ahelp></paragraph><comment>63294 options</comment>
+<bookmark branch="hid/modules/schart/ui/tp_ChartType/subtype" 
id="bm_id3088473" localize="false"/>
+<paragraph role="paragraph" id="par_id2129276"><ahelp hid="." 
visibility="hidden">Select a sub type of the basic chart 
type.</ahelp></paragraph><comment>551781378 3D look checkbox</comment>
+<bookmark branch="hid/modules/schart/ui/tp_ChartType/3dlook" id="bm_id8226569" 
localize="false"/>
+<paragraph role="paragraph" id="par_id9719229"><ahelp hid="." 
visibility="hidden">Enables a 3D look for the data 
values.</ahelp></paragraph><comment>551783937 3D dropdown</comment>
+<bookmark branch="hid/modules/schart/ui/tp_ChartType/3dscheme" 
id="bm_id678731" localize="false"/>
+<paragraph role="paragraph" id="par_id3860896"><ahelp hid="." 
visibility="hidden">Select the type of 3D 
look.</ahelp></paragraph><comment>63325 bar column shape listbox</comment>
+<bookmark branch="hid/modules/schart/ui/tp_ChartType/shape" id="bm_id8631244" 
localize="false"/>
+<paragraph role="paragraph" id="par_id4041871"><ahelp hid="." 
visibility="hidden">Select a shape from the 
list.</ahelp></paragraph><comment>551781379 stack series (for Line)</comment>
+<bookmark branch="hid/modules/schart/ui/tp_ChartType/stack" id="bm_id7211523" 
localize="false"/>
+<paragraph role="paragraph" id="par_id9930722"><ahelp hid="." 
visibility="hidden">Displays stacked series for Line 
charts.</ahelp></paragraph><comment>551780866 stack series on top</comment>
+<bookmark branch="hid/modules/schart/ui/tp_ChartType/ontop" id="bm_id7261879" 
localize="false"/>
+<paragraph role="paragraph" id="par_id5749687"><ahelp hid="." 
visibility="hidden">Stack series display values on top of each 
other.</ahelp></paragraph><comment>551780867 stack series percent</comment>
+<bookmark branch="hid/modules/schart/ui/tp_ChartType/percent" 
id="bm_id7606128" localize="false"/>
+<paragraph role="paragraph" id="par_id79348"><ahelp hid="." 
visibility="hidden">Stack series display values as 
percent.</ahelp></paragraph><comment>551781380 smooth lines</comment>
+<bookmark branch="hid/modules/schart/ui/tp_ChartType/linetype" 
id="bm_id5778374" localize="false"/>
+<paragraph role="paragraph" id="par_id2414014"><ahelp hid="." 
visibility="hidden">Choose the type of line to 
draw.</ahelp></paragraph><comment>551784961 properties</comment>
+<bookmark branch="hid/modules/schart/ui/tp_ChartType/properties" 
id="bm_id7417523" localize="false"/>
+<paragraph role="paragraph" id="par_id7617114"><ahelp hid="." 
visibility="hidden">Opens a dialog to set the line or curve 
properties.</ahelp></paragraph><comment>551781381 sort by x values (for XY 
(scatter))</comment>
+<bookmark branch="hid/modules/schart/ui/tp_ChartType/sort" id="bm_id6278878" 
localize="false"/>
+<paragraph role="paragraph" id="par_id6649372"><ahelp hid="." 
visibility="hidden">Connects points by ascending X values, even if the order of 
values is different, in an XY scatter 
diagram.</ahelp></paragraph><comment>63323 number of lines (Column + 
line)</comment>
+<bookmark branch="hid/modules/schart/ui/tp_ChartType/nolines" 
id="bm_id7565843" localize="false"/>
+<paragraph role="paragraph" id="par_id7334208"><ahelp hid="." 
visibility="hidden">Set the number of lines for the Column and Line chart 
type.</ahelp></paragraph><comment>Toolbar icon Chart Type</comment>
+<bookmark branch="hid/.uno:DiagramType" id="bm_id863979" localize="false"/>
+<paragraph role="paragraph" id="par_id4485000"><ahelp hid="." 
visibility="hidden">Opens the Chart Type dialog.</ahelp></paragraph>
 <section id="relatedtopics">
 <embed href="text/shared/guide/chart_insert.xhp#chart_insert"/>
 <embed href="text/schart/01/wiz_data_range.xhp#wiz_data_range"/>
diff --git a/source/text/swriter/01/01150000.xhp 
b/source/text/swriter/01/01150000.xhp
index 8e52007ffc..43e87e91f3 100644
--- a/source/text/swriter/01/01150000.xhp
+++ b/source/text/swriter/01/01150000.xhp
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
-
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -19,74 +16,72 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
-
-
-               <helpdocument version="1.0">
+<helpdocument version="1.0">
 <meta>
 <topic id="textswriter0101150000xml" indexer="include" status="PUBLISH">
-<title id="tit" xml-lang="en-US">Mail Merge</title>
+<title id="tit">Mail Merge</title>
 <filename>/text/swriter/01/01150000.xhp</filename>
 </topic>
 </meta>
 <body>
-<bookmark xml-lang="en-US" 
branch="hid/modules/swriter/ui/mailmerge/MailmergeDialog" id="bm_id3149687" 
localize="false"/>
-<bookmark xml-lang="en-US" 
branch="hid/modules/swriter/ui/mailmerge/@@nowidget@@" id="@@nowidget@@" 
localize="false"/>
-<bookmark xml-lang="en-US" branch="hid/.uno:MergeDialog" id="bm_id3149687" 
localize="false"/>
+<bookmark branch="hid/modules/swriter/ui/mailmerge/MailmergeDialog" 
id="bm_id3149687" localize="false"/>
+<bookmark branch="hid/modules/swriter/ui/mailmerge/@@nowidget@@" 
id="@@nowidget@@" localize="false"/>
+<bookmark branch="hid/.uno:MergeDialog" id="bm_id3149687" localize="false"/>
 <h1 id="hd_id3150757">Mail Merge</h1>
-<paragraph role="paragraph" id="par_id3151187" xml-lang="en-US"><variable 
id="serienbrieftext"><ahelp hid=".">The <emph>Mail Merge</emph> dialog helps 
you in printing and saving form letters.</ahelp>
+<paragraph role="paragraph" id="par_id3151187"><variable 
id="serienbrieftext"><ahelp hid=".">The <emph>Mail Merge</emph> dialog helps 
you in printing and saving form letters.</ahelp>
 </variable></paragraph>
 <section id="howtoget">
   <embed href="text/swriter/00/00000401.xhp#mail_merge"/>
 </section>
-<paragraph role="paragraph" id="par_id3154102" xml-lang="en-US">During 
printing, the database information replaces the corresponding database fields 
(placeholders). For more information about inserting database fields refer to 
the <link href="text/swriter/01/04090006.xhp"><emph>Database</emph></link> tab 
page under <emph>Insert - Field - More Fields</emph>.</paragraph><comment>db 
browser explorer</comment>
-<bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_TLB_TREELISTBOX" 
id="bm_id5399029" localize="false"/><paragraph role="paragraph" 
id="par_id8186895" xml-lang="en-US"><ahelp hid="." visibility="hidden">Select a 
database and table.</ahelp></paragraph><comment>db browser records</comment>
+<paragraph role="paragraph" id="par_id3154102">During printing, the database 
information replaces the corresponding database fields (placeholders). For more 
information about inserting database fields refer to the <link 
href="text/swriter/01/04090006.xhp"><emph>Database</emph></link> tab page under 
<emph>Insert - Field - More Fields</emph>.</paragraph><comment>db browser 
explorer</comment>
+<bookmark branch="hid/DBACCESS_HID_TLB_TREELISTBOX" id="bm_id5399029" 
localize="false"/><paragraph role="paragraph" id="par_id8186895"><ahelp hid="." 
visibility="hidden">Select a database and table.</ahelp></paragraph><comment>db 
browser records</comment>
 
 <h2 id="hd_id3154482">Records</h2>
-<paragraph role="paragraph" id="par_id3154565" xml-lang="en-US">Determines the 
number of records for printing the form letter. One letter will be printed for 
each record.</paragraph>
-<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mailmerge/all" 
id="bm_id3149685" localize="false"/><h3 id="hd_id3155896">All</h3>
-<paragraph role="paragraph" id="par_id3149691" xml-lang="en-US"><ahelp 
hid="modules/swriter/ui/mailmerge/all">Processes all the records from the 
database.</ahelp></paragraph>
-<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mailmerge/selected" 
id="bm_id3143279" localize="false"/><h3 id="hd_id3155186">Selected records</h3>
-<paragraph role="paragraph" id="par_id3149483" xml-lang="en-US"><ahelp 
hid="modules/swriter/ui/mailmerge/selected">Processes only the marked records 
from the database. This option is only available when you have previously 
marked the necessary records in the database.</ahelp></paragraph>
-<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mailmerge/rbfrom" 
id="bm_id3149097" localize="false"/>
-<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mailmerge/from" 
id="bm_id3148978" localize="false"/><h3 id="hd_id3151260">From:</h3>
-<paragraph role="paragraph" id="par_id3149034" xml-lang="en-US"><ahelp 
hid=".">Specify the number of the first record to be 
printed.</ahelp></paragraph>
-<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mailmerge/to" 
id="bm_id3153643" localize="false"/><h3 id="hd_id3153631">To:</h3>
-<paragraph role="paragraph" id="par_id3145758" xml-lang="en-US"><ahelp 
hid="modules/swriter/ui/mailmerge/to">Specify the number of the last record to 
be printed.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3154565">Determines the number of 
records for printing the form letter. One letter will be printed for each 
record.</paragraph>
+<bookmark branch="hid/modules/swriter/ui/mailmerge/all" id="bm_id3149685" 
localize="false"/><h3 id="hd_id3155896">All</h3>
+<paragraph role="paragraph" id="par_id3149691"><ahelp 
hid="modules/swriter/ui/mailmerge/all">Processes all the records from the 
database.</ahelp></paragraph>
+<bookmark branch="hid/modules/swriter/ui/mailmerge/selected" id="bm_id3143279" 
localize="false"/><h3 id="hd_id3155186">Selected records</h3>
+<paragraph role="paragraph" id="par_id3149483"><ahelp 
hid="modules/swriter/ui/mailmerge/selected">Processes only the marked records 
from the database. This option is only available when you have previously 
marked the necessary records in the database.</ahelp></paragraph>
+<bookmark branch="hid/modules/swriter/ui/mailmerge/rbfrom" id="bm_id3149097" 
localize="false"/>
+<bookmark branch="hid/modules/swriter/ui/mailmerge/from" id="bm_id3148978" 
localize="false"/><h3 id="hd_id3151260">From:</h3>
+<paragraph role="paragraph" id="par_id3149034"><ahelp hid=".">Specify the 
number of the first record to be printed.</ahelp></paragraph>
+<bookmark branch="hid/modules/swriter/ui/mailmerge/to" id="bm_id3153643" 
localize="false"/><h3 id="hd_id3153631">To:</h3>
+<paragraph role="paragraph" id="par_id3145758"><ahelp 
hid="modules/swriter/ui/mailmerge/to">Specify the number of the last record to 
be printed.</ahelp></paragraph>
 <h2 id="hd_id3152772">Output</h2>
-<paragraph role="paragraph" id="par_id3155138" xml-lang="en-US">Determines 
whether to send your form letters to a printer or save them to a 
file.</paragraph>
-<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mailmerge/printer" 
id="bm_id3150497" localize="false"/><h3 id="hd_id3150485">Printer</h3>
-<paragraph role="paragraph" id="par_id3149167" xml-lang="en-US"><ahelp 
hid="modules/swriter/ui/mailmerge/printer">Prints the form 
letters.</ahelp></paragraph>
-<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mailmerge/file" 
id="bm_id3145785" localize="false"/><h3 id="hd_id3145773">File</h3>
-<paragraph role="paragraph" id="par_id3155910" xml-lang="en-US"><ahelp 
hid="modules/swriter/ui/mailmerge/file">Saves the form letters in 
files.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3155138">Determines whether to send your 
form letters to a printer or save them to a file.</paragraph>
+<bookmark branch="hid/modules/swriter/ui/mailmerge/printer" id="bm_id3150497" 
localize="false"/><h3 id="hd_id3150485">Printer</h3>
+<paragraph role="paragraph" id="par_id3149167"><ahelp 
hid="modules/swriter/ui/mailmerge/printer">Prints the form 
letters.</ahelp></paragraph>
+<bookmark branch="hid/modules/swriter/ui/mailmerge/file" id="bm_id3145785" 
localize="false"/><h3 id="hd_id3145773">File</h3>
+<paragraph role="paragraph" id="par_id3155910"><ahelp 
hid="modules/swriter/ui/mailmerge/file">Saves the form letters in 
files.</ahelp></paragraph>
 
-<bookmark xml-lang="en-US" 
branch="hid/modules/swriter/ui/mailmerge/singledocument" id="bm_id7246620" 
localize="false"/>
+<bookmark branch="hid/modules/swriter/ui/mailmerge/singledocument" 
id="bm_id7246620" localize="false"/>
 <h3 id="hd_id3150109">Save as single document</h3>
-<paragraph role="paragraph" id="par_id3101901" xml-lang="en-US"><ahelp 
hid=".">Create one big document containing all data 
records.</ahelp></paragraph><comment>save as individual documents</comment>
+<paragraph role="paragraph" id="par_id3101901"><ahelp hid=".">Create one big 
document containing all data records.</ahelp></paragraph><comment>save as 
individual documents</comment>
 
-<bookmark xml-lang="en-US" 
branch="hid/modules/swriter/ui/mailmerge/individualdocuments" id="bm_id6964323" 
localize="false"/>
+<bookmark branch="hid/modules/swriter/ui/mailmerge/individualdocuments" 
id="bm_id6964323" localize="false"/>
 <h3 id="hd_id3150110">Save as individual documents</h3>
-<paragraph role="paragraph" id="par_id5345011" xml-lang="en-US"><ahelp 
hid=".">Create one document for every one data record.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id5345011"><ahelp hid=".">Create one 
document for every one data record.</ahelp></paragraph>
 
 <h3 id="hd_id3145263">Generate file name from database</h3>
-<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mailmerge/generate" 
id="bm_id6631672" localize="false"/>
-<paragraph role="paragraph" id="par_id5631580" xml-lang="en-US"><ahelp 
hid=".">Generate each file name from data contained in a 
database.</ahelp></paragraph>
+<bookmark branch="hid/modules/swriter/ui/mailmerge/generate" id="bm_id6631672" 
localize="false"/>
+<paragraph role="paragraph" id="par_id5631580"><ahelp hid=".">Generate each 
file name from data contained in a database.</ahelp></paragraph>
 
 <h3 id="hd_id3150108">Field</h3>
-<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mailmerge/field" 
id="bm_id3147747" localize="false"/>
-<paragraph role="paragraph" id="par_id3149829" xml-lang="en-US"><ahelp 
hid="modules/swriter/ui/mailmerge/field">Uses the content of the selected 
database field as the file name for the form letter.</ahelp></paragraph>
+<bookmark branch="hid/modules/swriter/ui/mailmerge/field" id="bm_id3147747" 
localize="false"/>
+<paragraph role="paragraph" id="par_id3149829"><ahelp 
hid="modules/swriter/ui/mailmerge/field">Uses the content of the selected 
database field as the file name for the form letter.</ahelp></paragraph>
 
 
-<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mailmerge/path" 
id="bm_id3150122" localize="false"/>
+<bookmark branch="hid/modules/swriter/ui/mailmerge/path" id="bm_id3150122" 
localize="false"/>
 <h3 id="hd_id3150111">Path</h3>
-<paragraph role="paragraph" id="par_id3150687" xml-lang="en-US"><ahelp 
hid="modules/swriter/ui/mailmerge/path">Specifies the path to store the form 
letters.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3150687"><ahelp 
hid="modules/swriter/ui/mailmerge/path">Specifies the path to store the form 
letters.</ahelp></paragraph>
 
-<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/mailmerge/pathpb" 
id="bm_id3147423" localize="false"/>
+<bookmark branch="hid/modules/swriter/ui/mailmerge/pathpb" id="bm_id3147423" 
localize="false"/>
 <h3 id="hd_id3147412">...</h3>
-<paragraph role="paragraph" id="par_id3149553" xml-lang="en-US"><ahelp 
hid="modules/swriter/ui/mailmerge/pathpb">Opens the<emph> Select Path 
</emph>dialog.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3149553"><ahelp 
hid="modules/swriter/ui/mailmerge/pathpb">Opens the<emph> Select Path 
</emph>dialog.</ahelp></paragraph>
 
-<bookmark xml-lang="en-US" 
branch="hid/modules/swriter/ui/mailmerge/fileformat" id="bm_id8452711" 
localize="false"/>
+<bookmark branch="hid/modules/swriter/ui/mailmerge/fileformat" 
id="bm_id8452711" localize="false"/>
 <h3 id="hd_id3150112">File format</h3>
-<paragraph role="paragraph" id="par_id8992889" xml-lang="en-US"><ahelp 
hid=".">Select the file format to store the resulting 
document.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id8992889"><ahelp hid=".">Select the file 
format to store the resulting document.</ahelp></paragraph>
 
 
 <section id="relatedtopics">
diff --git a/source/text/swriter/02/18010000.xhp 
b/source/text/swriter/02/18010000.xhp
index 779f909e0c..08847b48d6 100644
--- a/source/text/swriter/02/18010000.xhp
+++ b/source/text/swriter/02/18010000.xhp
@@ -19,18 +19,18 @@
 <helpdocument version="1.0">
 <meta>
 <topic id="textswriter0218010000xml" indexer="include" status="PUBLISH">
-<title id="tit" xml-lang="en-US">Insert</title>
+<title id="tit">Insert</title>
 <filename>/text/swriter/02/18010000.xhp</filename>
 </topic>
 </meta>
 <body>
 <section id="insert">
-<bookmark xml-lang="en-US" branch="hid/.uno:InsertCtrl" id="bm_id5996419" 
localize="false"/>
+<bookmark branch="hid/.uno:InsertCtrl" id="bm_id5996419" localize="false"/>
 <bookmark branch="hid/.uno:AvailableToolbars?Toolbar:string=insertbar" 
id="bm_id681690979808919" localize="false"/>
 <h1 id="hd_id3145824"><link 
href="text/swriter/02/18010000.xhp">Insert</link></h1>
-<paragraph role="paragraph" id="par_id3145244" xml-lang="en-US"><ahelp 
hid=".uno:InsertCtrl">The toolbar contains various functions for inserting 
frames, graphics, tables, and other objects.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3145244"><ahelp 
hid=".uno:InsertCtrl">The toolbar contains various functions for inserting 
frames, graphics, tables, and other objects.</ahelp></paragraph>
 </section>
-<paragraph role="paragraph" id="par_id3149809" xml-lang="en-US">You can select 
the following functions:</paragraph>
+<paragraph role="paragraph" id="par_id3149809">You can select the following 
functions:</paragraph>
 <h2 id="hd_id3143272"><link 
href="text/swriter/01/04150000.xhp">Table</link></h2>
 <embed href="text/swriter/01/04150000.xhp#tabelletext"/>
 <embed href="text/swriter/00/00000404.xhp#syinsert_table"/>
@@ -50,7 +50,7 @@
 <embed href="text/swriter/01/04030000.xhp#endnotetext"/>
 <embed href="text/swriter/00/00000404.xhp#syinsert_endnote"/>
 <h2 id="par_idN10777"><link href="text/shared/01/04050000.xhp">Note</link></h2>
-<paragraph role="paragraph" id="par_idN10863" xml-lang="en-US">Inserts a note 
at the current cursor position.</paragraph>
+<paragraph role="paragraph" id="par_idN10863">Inserts a note at the current 
cursor position.</paragraph>
 <h2 id="hd_id3145262"><link 
href="text/swriter/01/04040000.xhp">Bookmark</link></h2>
 <embed href="text/swriter/01/04040000.xhp#textmarkeein"/>
 <embed href="text/swriter/00/00000404.xhp#syinsert_bookmark"/><comment>UFI: 
"insert cross reference" here</comment><h2 id="hd_id3149098"><link 
href="text/swriter/01/04190000.xhp">File</link></h2>
@@ -62,10 +62,10 @@
 <embed href="text/shared/01/04100000.xhp#sonder"/>
 <embed href="text/shared/00/00000404.xhp#syspecial_char"/>
 <h2 id="par_idN10759"><link href="text/swriter/01/04090000.xhp">Insert 
Fields</link></h2>
-<paragraph role="paragraph" id="par_idN1077E" xml-lang="en-US">Inserts a field 
at the current cursor position. </paragraph>
+<paragraph role="paragraph" id="par_idN1077E">Inserts a field at the current 
cursor position. </paragraph>
 <embed href="text/swriter/00/00000404.xhp#syinsert_more_fields"/>
 <h2 id="par_idN10768"><link 
href="text/shared/02/01170000.xhp">Controls</link></h2>
-<paragraph role="paragraph" id="par_idN107ED" xml-lang="en-US">The Controls 
icon opens a toolbar with the tools that you need to create an interactive 
form.</paragraph>
+<paragraph role="paragraph" id="par_idN107ED">The Controls icon opens a 
toolbar with the tools that you need to create an interactive form.</paragraph>
 <embed href="text/shared/02/01170000.xhp#syform_controls"/>
 <h2 id="hd_id3155174"><link href="text/shared/01/04140000.xhp">From 
File</link></h2>
 <embed href="text/shared/01/04140000.xhp#grafiktext"/>
@@ -80,7 +80,7 @@
 <h2 id="hd_id1586962"><link href="text/shared/01/04150100.xhp">OLE 
Object</link></h2><comment>UFI: this may be called "Insert Object" in UI, but 
is not the removed "Insert Object" bar</comment><embed 
href="text/shared/01/04150100.xhp#ole"/>
 <embed href="text/shared/00/00000404.xhp#syole"/>
 <h2 id="par_idN1076D"><link href="text/swriter/01/04120200.xhp">Insert 
Index</link></h2>
-<paragraph role="paragraph" id="par_idN10814" xml-lang="en-US">Inserts an 
index or a table of contents at the current cursor position.</paragraph>
+<paragraph role="paragraph" id="par_idN10814">Inserts an index or a table of 
contents at the current cursor position.</paragraph>
 <h2 id="hd_id3155861"><link 
href="text/swriter/01/04120100.xhp">Entry</link></h2>
 <embed href="text/swriter/01/04120100.xhp#eintrag"/>
 <embed href="text/swriter/00/00000404.xhp#syinsert_index_entry"/>

Reply via email to