source/text/scalc/01/04060101.xhp          |  333 ++++++++++++++---------------
 source/text/scalc/01/12040300.xhp          |    1 
 source/text/scalc/01/ex_data_stat_func.xhp |   48 ++--
 3 files changed, 192 insertions(+), 190 deletions(-)

New commits:
commit 5217d34ba89beaa113bb30e4eb76b6c2c0a7ee26
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Fri May 3 18:32:48 2024 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Sun May 5 16:45:44 2024 +0200

    tdf#160903 Advanced Filter help page needs description of "criteria" syntax
    
    + refactor
    
    Change-Id: Ib60247386284d9041136dc3cda0f1fef174b2051
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/167104
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>
    Tested-by: Jenkins

diff --git a/source/text/scalc/01/04060101.xhp 
b/source/text/scalc/01/04060101.xhp
index 3e460b4e69..bd0864fb72 100644
--- a/source/text/scalc/01/04060101.xhp
+++ b/source/text/scalc/01/04060101.xhp
@@ -22,12 +22,12 @@
 
     <meta>
         <topic id="textscalc0104060101xml" indexer="include">
-            <title xml-lang="en-US" id="tit">Database Functions</title>
+            <title id="tit">Database Functions</title>
             <filename>/text/scalc/01/04060101.xhp</filename>
         </topic>
     </meta>
     <body>
-<bookmark xml-lang="en-US" branch="index" id="bm_id3148946">
+<bookmark branch="index" id="bm_id3148946">
     <bookmark_value>Function Wizard; databases</bookmark_value>
     <bookmark_value>functions; database functions</bookmark_value>
     <bookmark_value>databases; functions in $[officename] Calc</bookmark_value>
@@ -35,7 +35,7 @@
 
         <h1 id="hd_id3148946">Database Functions</h1>
         <h3 id="hd_id721616440441374">Overview</h3>
-        <paragraph xml-lang="en-US" id="par_id3145173" 
role="paragraph"><variable id="datenbanktext">The twelve functions in the 
Database category help you to analyze a simple database that occupies a 
rectangular spreadsheet area comprising columns and rows, with the data 
organized as one row for each record.</variable> The header cell of each column 
displays the name of the column and that name usually reflects the contents of 
each cell in that column.</paragraph>
+        <paragraph id="par_id3145173" role="paragraph"><variable 
id="datenbanktext">The twelve functions in the Database category help you to 
analyze a simple database that occupies a rectangular spreadsheet area 
comprising columns and rows, with the data organized as one row for each 
record.</variable> The header cell of each column displays the name of the 
column and that name usually reflects the contents of each cell in that 
column.</paragraph>
         <paragraph role="paragraph" id="par_id631615842419413">The functions 
in the Database category take three arguments as follows:</paragraph>
         <list type="ordered">
             <listitem>
@@ -84,13 +84,12 @@
             <listitem>
                 <paragraph id="par_id841615891322513" 
role="listitem"><emph>SearchCriteria argument</emph></paragraph>
                 <paragraph role="paragraph" 
id="par_id351615891337585"><emph>SearchCriteria</emph> specifies the range of 
cells containing search criteria. Like <emph>Database</emph>, its first row is 
also field names, and subsequent rows are conditions for related fields. The 
<emph>Database</emph> and <emph>SearchCriteria</emph> areas need not be 
adjacent, or even on the same sheet.</paragraph>
+                <embed href="text/scalc/01/ex_data_stat_func.xhp#criterion2"/>
                 <paragraph role="paragraph" id="par_id401615891342289">One way 
of defining the range of cells is to enter the cell reference for the upper 
left-hand cell, followed by a colon (:), and then the lower right-hand cell 
reference. For example, A13:B14. The cell range may also be specified by 
passing the name of a defined named range or database range. If the name does 
not match the name of a defined range, Calc reports a #NAME? error.</paragraph>
                 <paragraph role="paragraph" id="par_id861615891345281">Err:504 
(error in parameter list) may also be reported as a result of an invalid 
<emph>SearchCriteria</emph> argument.</paragraph>
                 <paragraph role="paragraph" id="par_id901615891349688">The 
contents of the <emph>SearchCriteria</emph> area are described in more detail 
in the next section.</paragraph>
             </listitem>
-
         </list>
-
         <h3 id="hd_id481615892281210">Defining Search Criteria</h3>
         <paragraph role="paragraph" id="par_id691615892329680">The number of 
columns occupied by the <emph>SearchCriteria</emph> area need not be the same 
as the width of the <emph>Database</emph> area. All headings that appear in the 
first row of <emph>SearchCriteria</emph> must be identical to headings in the 
first row of <emph>Database</emph>. However, not all headings in 
<emph>Database</emph> need appear in the first row of 
<emph>SearchCriteria</emph>, while a heading in <emph>Database</emph> can 
appear multiple times in the first row of 
<emph>SearchCriteria</emph>.</paragraph>
         <paragraph role="paragraph" id="par_id541615892358897">Search criteria 
are entered into the cells of the second and subsequent rows of the 
<emph>SearchCriteria</emph> area, below the row containing headings. Blank 
cells within the <emph>SearchCriteria</emph> area are ignored.</paragraph>
@@ -104,230 +103,230 @@
         <paragraph role="paragraph" id="par_id881615893236930">Another setting 
that affects how the search criteria are handled is the <menuitem>Search 
criteria = and &lt;&gt; must apply to whole cells</menuitem>  option on the 
<link href="text/shared/optionen/01060500.xhp"><switchinline 
select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - 
Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - 
Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc 
- Calculate</menuitem></link> dialog. This option controls whether the search 
criteria you set for the Database functions must match the whole cell exactly. 
When interoperability with Microsoft Excel is important for your spreadsheet, 
this option should be enabled.</paragraph>
 
         <h3 id="hd_id3150329">Examples of Database Function Use</h3>
-        <paragraph xml-lang="en-US" id="par_id3153713" role="paragraph">The 
following table provides an example database table that is utilized to 
demonstrate how to use the functions in the Database category. The cell range 
A1:E10 contains fictitious information about the guests invited to Joe's 
birthday party. The following information is given for each guest - name, 
school grade, age in years, distance to school in meters, and weight in 
kilograms.</paragraph>
+        <paragraph id="par_id3153713" role="paragraph">The following table 
provides an example database table that is utilized to demonstrate how to use 
the functions in the Database category. The cell range A1:E10 contains 
fictitious information about the guests invited to Joe's birthday party. The 
following information is given for each guest - name, school grade, age in 
years, distance to school in meters, and weight in kilograms.</paragraph>
 
         <table id="tbl_id3159264">
             <tablerow>
-                <tablecell></tablecell>
+                <tablecell/>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3145232" 
localize="false" role="tablehead">A</paragraph>
+                    <paragraph id="par_id3145232" localize="false" 
role="tablehead">A</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3146316" 
localize="false" role="tablehead">B</paragraph>
+                    <paragraph id="par_id3146316" localize="false" 
role="tablehead">B</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3150297" 
localize="false" role="tablehead">C</paragraph>
+                    <paragraph id="par_id3150297" localize="false" 
role="tablehead">C</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3150344" 
localize="false" role="tablehead">D</paragraph>
+                    <paragraph id="par_id3150344" localize="false" 
role="tablehead">D</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3150785" 
localize="false" role="tablehead">E</paragraph>
+                    <paragraph id="par_id3150785" localize="false" 
role="tablehead">E</paragraph>
                 </tablecell>
             </tablerow>
             <tablerow>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3150090" 
localize="false" role="tablehead">1</paragraph>
+                    <paragraph id="par_id3150090" localize="false" 
role="tablehead">1</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3152992" 
role="tablecontent"><emph>Name</emph></paragraph>
+                    <paragraph id="par_id3152992" 
role="tablecontent"><emph>Name</emph></paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3155532" 
role="tablecontent"><emph>Grade</emph></paragraph>
+                    <paragraph id="par_id3155532" 
role="tablecontent"><emph>Grade</emph></paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3156448" 
role="tablecontent"><emph>Age</emph></paragraph>
+                    <paragraph id="par_id3156448" 
role="tablecontent"><emph>Age</emph></paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3154486" 
role="tablecontent"><emph>Distance</emph></paragraph>
+                    <paragraph id="par_id3154486" 
role="tablecontent"><emph>Distance</emph></paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3152899" 
role="tablecontent"><emph>Weight</emph></paragraph>
+                    <paragraph id="par_id3152899" 
role="tablecontent"><emph>Weight</emph></paragraph>
                 </tablecell>
             </tablerow>
             <tablerow>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3153816" 
localize="false" role="tablehead">2</paragraph>
+                    <paragraph id="par_id3153816" localize="false" 
role="tablehead">2</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3151240" 
role="tablecontent">Andy</paragraph>
+                    <paragraph id="par_id3151240" 
role="tablecontent">Andy</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3156016" 
localize="false" role="tablecontent">3</paragraph>
+                    <paragraph id="par_id3156016" localize="false" 
role="tablecontent">3</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3145073" 
localize="false" role="tablecontent">9</paragraph>
+                    <paragraph id="par_id3145073" localize="false" 
role="tablecontent">9</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3154956" 
localize="false" role="tablecontent">150</paragraph>
+                    <paragraph id="par_id3154956" localize="false" 
role="tablecontent">150</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3153976" 
localize="false" role="tablecontent">40</paragraph>
+                    <paragraph id="par_id3153976" localize="false" 
role="tablecontent">40</paragraph>
                 </tablecell>
             </tablerow>
             <tablerow>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3150894" 
localize="false" role="tablehead">3</paragraph>
+                    <paragraph id="par_id3150894" localize="false" 
role="tablehead">3</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3152870" 
role="tablecontent">Betty</paragraph>
+                    <paragraph id="par_id3152870" 
role="tablecontent">Betty</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3149692" 
localize="false" role="tablecontent">4</paragraph>
+                    <paragraph id="par_id3149692" localize="false" 
role="tablecontent">4</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3154652" 
localize="false" role="tablecontent">10</paragraph>
+                    <paragraph id="par_id3154652" localize="false" 
role="tablecontent">10</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3149381" 
localize="false" role="tablecontent">1000</paragraph>
+                    <paragraph id="par_id3149381" localize="false" 
role="tablecontent">1000</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3153812" 
localize="false" role="tablecontent">42</paragraph>
+                    <paragraph id="par_id3153812" localize="false" 
role="tablecontent">42</paragraph>
                 </tablecell>
             </tablerow>
             <tablerow>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3146965" 
localize="false" role="tablehead">4</paragraph>
+                    <paragraph id="par_id3146965" localize="false" 
role="tablehead">4</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3155596" 
role="tablecontent">Charles</paragraph>
+                    <paragraph id="par_id3155596" 
role="tablecontent">Charles</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3147244" 
localize="false" role="tablecontent">3</paragraph>
+                    <paragraph id="par_id3147244" localize="false" 
role="tablecontent">3</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3149871" 
localize="false" role="tablecontent">10</paragraph>
+                    <paragraph id="par_id3149871" localize="false" 
role="tablecontent">10</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3155752" 
localize="false" role="tablecontent">300</paragraph>
+                    <paragraph id="par_id3155752" localize="false" 
role="tablecontent">300</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3149052" 
localize="false" role="tablecontent">51</paragraph>
+                    <paragraph id="par_id3149052" localize="false" 
role="tablecontent">51</paragraph>
                 </tablecell>
             </tablerow>
             <tablerow>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3146097" 
localize="false" role="tablehead">5</paragraph>
+                    <paragraph id="par_id3146097" localize="false" 
role="tablehead">5</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3147296" 
role="tablecontent">Daniel</paragraph>
+                    <paragraph id="par_id3147296" 
role="tablecontent">Daniel</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3150393" 
localize="false" role="tablecontent">5</paragraph>
+                    <paragraph id="par_id3150393" localize="false" 
role="tablecontent">5</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3145236" 
localize="false" role="tablecontent">11</paragraph>
+                    <paragraph id="par_id3145236" localize="false" 
role="tablecontent">11</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3150534" 
localize="false" role="tablecontent">1200</paragraph>
+                    <paragraph id="par_id3150534" localize="false" 
role="tablecontent">1200</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3150375" 
localize="false" role="tablecontent">48</paragraph>
+                    <paragraph id="par_id3150375" localize="false" 
role="tablecontent">48</paragraph>
                 </tablecell>
             </tablerow>
             <tablerow>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3159121" 
localize="false" role="tablehead">6</paragraph>
+                    <paragraph id="par_id3159121" localize="false" 
role="tablehead">6</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3150456" 
role="tablecontent">Eva</paragraph>
+                    <paragraph id="par_id3150456" 
role="tablecontent">Eva</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3146886" 
localize="false" role="tablecontent">2</paragraph>
+                    <paragraph id="par_id3146886" localize="false" 
role="tablecontent">2</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3149945" 
localize="false" role="tablecontent">8</paragraph>
+                    <paragraph id="par_id3149945" localize="false" 
role="tablecontent">8</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3157904" 
localize="false" role="tablecontent">650</paragraph>
+                    <paragraph id="par_id3157904" localize="false" 
role="tablecontent">650</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3149352" 
localize="false" role="tablecontent">33</paragraph>
+                    <paragraph id="par_id3149352" localize="false" 
role="tablecontent">33</paragraph>
                 </tablecell>
             </tablerow>
             <tablerow>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3150028" 
localize="false" role="tablehead">7</paragraph>
+                    <paragraph id="par_id3150028" localize="false" 
role="tablehead">7</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3145826" 
role="tablecontent">Frank</paragraph>
+                    <paragraph id="par_id3145826" 
role="tablecontent">Frank</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3150743" 
localize="false" role="tablecontent">2</paragraph>
+                    <paragraph id="par_id3150743" localize="false" 
role="tablecontent">2</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3154844" 
localize="false" role="tablecontent">7</paragraph>
+                    <paragraph id="par_id3154844" localize="false" 
role="tablecontent">7</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3148435" 
localize="false" role="tablecontent">300</paragraph>
+                    <paragraph id="par_id3148435" localize="false" 
role="tablecontent">300</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3148882" 
localize="false" role="tablecontent">42</paragraph>
+                    <paragraph id="par_id3148882" localize="false" 
role="tablecontent">42</paragraph>
                 </tablecell>
             </tablerow>
             <tablerow>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3150140" 
localize="false" role="tablehead">8</paragraph>
+                    <paragraph id="par_id3150140" localize="false" 
role="tablehead">8</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3146137" 
role="tablecontent">Greta</paragraph>
+                    <paragraph id="par_id3146137" 
role="tablecontent">Greta</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3148739" 
localize="false" role="tablecontent">1</paragraph>
+                    <paragraph id="par_id3148739" localize="false" 
role="tablecontent">1</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3148583" 
localize="false" role="tablecontent">7</paragraph>
+                    <paragraph id="par_id3148583" localize="false" 
role="tablecontent">7</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3154556" 
localize="false" role="tablecontent">200</paragraph>
+                    <paragraph id="par_id3154556" localize="false" 
role="tablecontent">200</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3155255" 
localize="false" role="tablecontent">36</paragraph>
+                    <paragraph id="par_id3155255" localize="false" 
role="tablecontent">36</paragraph>
                 </tablecell>
             </tablerow>
             <tablerow>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3145141" 
localize="false" role="tablehead">9</paragraph>
+                    <paragraph id="par_id3145141" localize="false" 
role="tablehead">9</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3153078" 
role="tablecontent">Harry</paragraph>
+                    <paragraph id="par_id3153078" 
role="tablecontent">Harry</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3149955" 
localize="false" role="tablecontent">3</paragraph>
+                    <paragraph id="par_id3149955" localize="false" 
role="tablecontent">3</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3150005" 
localize="false" role="tablecontent">9</paragraph>
+                    <paragraph id="par_id3150005" localize="false" 
role="tablecontent">9</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3155951" 
localize="false" role="tablecontent">1200</paragraph>
+                    <paragraph id="par_id3155951" localize="false" 
role="tablecontent">1200</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3145169" 
localize="false" role="tablecontent">44</paragraph>
+                    <paragraph id="par_id3145169" localize="false" 
role="tablecontent">44</paragraph>
                 </tablecell>
             </tablerow>
             <tablerow>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3153571" 
localize="false" role="tablehead">10</paragraph>
+                    <paragraph id="par_id3153571" localize="false" 
role="tablehead">10</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3148761" 
role="tablecontent">Irene</paragraph>
+                    <paragraph id="par_id3148761" 
role="tablecontent">Irene</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3149877" 
localize="false" role="tablecontent">2</paragraph>
+                    <paragraph id="par_id3149877" localize="false" 
role="tablecontent">2</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3154327" 
localize="false" role="tablecontent">8</paragraph>
+                    <paragraph id="par_id3154327" localize="false" 
role="tablecontent">8</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3155435" 
localize="false" role="tablecontent">1000</paragraph>
+                    <paragraph id="par_id3155435" localize="false" 
role="tablecontent">1000</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3145353" 
localize="false" role="tablecontent">42</paragraph>
+                    <paragraph id="par_id3145353" localize="false" 
role="tablecontent">42</paragraph>
                 </tablecell>
             </tablerow>
             <tablerow>
                 <tablecell>
-                    <paragraph xml-lang="en-US" id="par_id3150662" 
localize="false" role="tablehead">11</paragraph>
+                    <paragraph id="par_id3150662" localize="false" 
role="tablehead">11</paragraph>
                 </tablecell>
                 <tablecell>
                 </tablecell>
@@ -427,19 +426,19 @@
                 <tablecell>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id951616246804093" localize="false" 
role="tablehead">&#160;&#160;&#160;A&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id951616246804093" localize="false" 
role="tablehead">   A   </paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id411616246804093" localize="false" 
role="tablehead">&#160;&#160;&#160;B&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id411616246804093" localize="false" 
role="tablehead">   B   </paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id581616246838019" localize="false" 
role="tablehead">&#160;&#160;&#160;C&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id581616246838019" localize="false" 
role="tablehead">   C   </paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id421616246860604" localize="false" 
role="tablehead">&#160;&#160;&#160;D&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id421616246860604" localize="false" 
role="tablehead">   D   </paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id371616246868876" localize="false" 
role="tablehead">&#160;&#160;&#160;E&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id371616246868876" localize="false" 
role="tablehead">   E   </paragraph>
                 </tablecell>
             </tablerow>
             <tablerow>
@@ -502,19 +501,19 @@
                 <tablecell>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id21616251871487" localize="false" 
role="tablehead">&#160;&#160;&#160;A&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id21616251871487" localize="false" 
role="tablehead">   A   </paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id311616251871487" localize="false" 
role="tablehead">&#160;&#160;&#160;B&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id311616251871487" localize="false" 
role="tablehead">   B   </paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id191616251892502" localize="false" 
role="tablehead">&#160;&#160;&#160;C&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id191616251892502" localize="false" 
role="tablehead">   C   </paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id761616251895935" localize="false" 
role="tablehead">&#160;&#160;&#160;D&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id761616251895935" localize="false" 
role="tablehead">   D   </paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id711616251899470" localize="false" 
role="tablehead">&#160;&#160;&#160;E&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id711616251899470" localize="false" 
role="tablehead">   E   </paragraph>
                 </tablecell>
             </tablerow>
             <tablerow>
@@ -575,19 +574,19 @@
                 <tablecell>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id361616252413665" localize="false" 
role="tablehead">&#160;&#160;&#160;A&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id361616252413665" localize="false" 
role="tablehead">   A   </paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id991616252413665" localize="false" 
role="tablehead">&#160;&#160;&#160;B&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id991616252413665" localize="false" 
role="tablehead">   B   </paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id111616252426590" localize="false" 
role="tablehead">&#160;&#160;&#160;C&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id111616252426590" localize="false" 
role="tablehead">   C   </paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id771616252429942" localize="false" 
role="tablehead">&#160;&#160;&#160;D&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id771616252429942" localize="false" 
role="tablehead">   D   </paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id651616252434463" localize="false" 
role="tablehead">&#160;&#160;&#160;E&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id651616252434463" localize="false" 
role="tablehead">   E   </paragraph>
                 </tablecell>
             </tablerow>
             <tablerow>
@@ -649,19 +648,19 @@
                 <tablecell>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id981616253073598" localize="false" 
role="tablehead">&#160;&#160;&#160;A&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id981616253073598" localize="false" 
role="tablehead">   A   </paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id851616253073598" localize="false" 
role="tablehead">&#160;&#160;&#160;B&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id851616253073598" localize="false" 
role="tablehead">   B   </paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id681616253083615" localize="false" 
role="tablehead">&#160;&#160;&#160;C&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id681616253083615" localize="false" 
role="tablehead">   C   </paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id711616253086822" localize="false" 
role="tablehead">&#160;&#160;&#160;D&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id711616253086822" localize="false" 
role="tablehead">   D   </paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id231616253091555" localize="false" 
role="tablehead">&#160;&#160;&#160;E&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id231616253091555" localize="false" 
role="tablehead">   E   </paragraph>
                 </tablecell>
             </tablerow>
             <tablerow>
@@ -722,19 +721,19 @@
                 <tablecell>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id691616253599063" localize="false" 
role="tablehead">&#160;&#160;&#160;A&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id691616253599063" localize="false" 
role="tablehead">   A   </paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id231616253599063" localize="false" 
role="tablehead">&#160;&#160;&#160;B&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id231616253599063" localize="false" 
role="tablehead">   B   </paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id401616253606239" localize="false" 
role="tablehead">&#160;&#160;&#160;C&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id401616253606239" localize="false" 
role="tablehead">   C   </paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id661616253609823" localize="false" 
role="tablehead">&#160;&#160;&#160;D&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id661616253609823" localize="false" 
role="tablehead">   D   </paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id581616253613127" localize="false" 
role="tablehead">&#160;&#160;&#160;E&#160;&#160;&#160;</paragraph>
+                    <paragraph id="par_id581616253613127" localize="false" 
role="tablehead">   E   </paragraph>
                 </tablecell>
             </tablerow>
             <tablerow>
@@ -790,228 +789,228 @@
 
         <sort order="asc" descendant="h2">
             <section id="Section1">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3150882">
+<bookmark branch="index" id="bm_id3150882">
 <bookmark_value>DCOUNT function</bookmark_value>
 <bookmark_value>counting rows;with numeric values</bookmark_value>
 </bookmark><comment>mw added "counting rows;"</comment>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_DBANZAHL" id="bm_id3152926" 
localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_DBANZAHL" id="bm_id3152926" 
localize="false"/>
                 <h2 id="hd_id3150882">DCOUNT</h2>
-                <paragraph xml-lang="en-US" id="par_id3156133" 
role="paragraph"><ahelp hid="HID_FUNC_DBANZAHL">DCOUNT counts the number of 
cells (fields) of the specified column that contain numeric values, for all 
rows (database records) that match the specified search criteria.</ahelp> 
However, if no column is specified, DCOUNT returns the count of all records 
that match the specified search criteria irrespective of their 
contents.</paragraph>
+                <paragraph id="par_id3156133" role="paragraph"><ahelp 
hid="HID_FUNC_DBANZAHL">DCOUNT counts the number of cells (fields) of the 
specified column that contain numeric values, for all rows (database records) 
that match the specified search criteria.</ahelp> However, if no column is 
specified, DCOUNT returns the count of all records that match the specified 
search criteria irrespective of their contents.</paragraph>
 
                 <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-                <paragraph xml-lang="en-US" id="par_id3153218" 
role="code">DCOUNT(Database; [DatabaseField]; SearchCriteria)</paragraph>
+                <paragraph id="par_id3153218" role="code">DCOUNT(Database; 
[DatabaseField]; SearchCriteria)</paragraph>
 
                 <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-                <paragraph xml-lang="en-US" id="par_id3153623" 
role="paragraph">The example database table giving information about the guests 
invited to Joe’s birthday party (described above) should occupy cells A1:E10. 
The content of cells A12:E12 should be identical to the header labels for the 
database table in cells A1:E1. Make sure that cells A13:E13 are blank, except 
for cell D13 which should contain ">600" (this search criterion will match 
records in the database table that have a value greater than 600 in the 
Distance column).</paragraph>
+                <paragraph id="par_id3153623" role="paragraph">The example 
database table giving information about the guests invited to Joe’s birthday 
party (described above) should occupy cells A1:E10. The content of cells 
A12:E12 should be identical to the header labels for the database table in 
cells A1:E1. Make sure that cells A13:E13 are blank, except for cell D13 which 
should contain "&gt;600" (this search criterion will match records in the 
database table that have a value greater than 600 in the Distance 
column).</paragraph>
                 <paragraph role="paragraph" id="par_id441616368480646">Insert 
the formula <input>=DCOUNT(A1:E10;; A12:E13)</input> into an empty cell 
elsewhere in the sheet to calculate how many of Joe’s party guests travel 
further than 600 meters to school. The value 5 is returned.</paragraph>
                 <paragraph role="paragraph" id="par_id361616368488119">The 
same result is obtained if you use the formula <input>=DCOUNT(A1:E10; 
"Distance"; A12:E13)</input>, because all entries in the Distance column are 
numeric. However, if you use the formula <input>=DCOUNT(A1:E10; "Name"; 
A12:E13)</input>, the value 0 is returned because all entries in the Name 
column are non-numeric.</paragraph>
             </section>
 
             <section id="Section2">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3156123">
+<bookmark branch="index" id="bm_id3156123">
 <bookmark_value>DCOUNTA function</bookmark_value>
 <bookmark_value>records;counting in Calc databases</bookmark_value>
 <bookmark_value>counting rows;with numeric or alphanumeric 
values</bookmark_value>
 </bookmark><comment>mw added "records;" and "counting rows;"</comment>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_DBANZAHL2" 
id="bm_id3154055" localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_DBANZAHL2" id="bm_id3154055" 
localize="false"/>
                 <h2 id="hd_id3156123">DCOUNTA</h2>
-                <paragraph xml-lang="en-US" id="par_id3156110" 
role="paragraph"><ahelp hid="HID_FUNC_DBANZAHL2">DCOUNTA counts the number of 
cells (fields) of the specified column that are not blank, for all rows 
(database records) that match the specified search criteria.</ahelp> Blank 
cells of the specified column are not counted. However, if no column is 
specified, DCOUNTA returns the count of all records that match the specified 
search criteria irrespective of their contents.</paragraph>
+                <paragraph id="par_id3156110" role="paragraph"><ahelp 
hid="HID_FUNC_DBANZAHL2">DCOUNTA counts the number of cells (fields) of the 
specified column that are not blank, for all rows (database records) that match 
the specified search criteria.</ahelp> Blank cells of the specified column are 
not counted. However, if no column is specified, DCOUNTA returns the count of 
all records that match the specified search criteria irrespective of their 
contents.</paragraph>
 
                 <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-                <paragraph xml-lang="en-US" id="par_id3146893" 
role="code">DCOUNTA(Database; [DatabaseField]; SearchCriteria)</paragraph>
+                <paragraph id="par_id3146893" role="code">DCOUNTA(Database; 
[DatabaseField]; SearchCriteria)</paragraph>
 
                 <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-                <paragraph xml-lang="en-US" id="par_id3153982" 
role="paragraph">The example database table giving information about the guests 
invited to Joe’s birthday party (described above) should occupy cells A1:E10. 
The content of cells A12:E12 should be identical to the header labels for the 
database table in cells A1:E1. Make sure that cells A13:E13 are blank, except 
for cell D13 which should contain ">600" (this search criterion will match 
records in the database table that have a value greater than 600 in the 
Distance column).</paragraph>
+                <paragraph id="par_id3153982" role="paragraph">The example 
database table giving information about the guests invited to Joe’s birthday 
party (described above) should occupy cells A1:E10. The content of cells 
A12:E12 should be identical to the header labels for the database table in 
cells A1:E1. Make sure that cells A13:E13 are blank, except for cell D13 which 
should contain "&gt;600" (this search criterion will match records in the 
database table that have a value greater than 600 in the Distance 
column).</paragraph>
                 <paragraph role="paragraph" id="par_id61616368616093">Insert 
the formula <input>=DCOUNTA(A1:E10;; A12:E13)</input> into an empty cell 
elsewhere in the sheet to calculate how many of Joe’s party guests travel 
further than 600 meters to school. The value 5 is returned.</paragraph>
                 <paragraph role="paragraph" id="par_id841616368623207">The 
same result is obtained if you use the formula <input>=DCOUNTA(A1:E10; 
"Distance"; A12:E13)</input> or the formula <input>=DCOUNTA(A1:E10; "Name"; 
A12:E13)</input>. The latter case reflects that in contrast to DCOUNT, DCOUNTA 
counts both numeric and alphanumeric values in the column indicated by the 
<emph>DatabaseField</emph> argument.</paragraph>
             </section>
 
             <section id="Section3">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3147256">
+<bookmark branch="index" id="bm_id3147256">
 <bookmark_value>DGET function</bookmark_value>
 <bookmark_value>cell contents;searching in Calc databases</bookmark_value>
 <bookmark_value>searching;cell contents in Calc databases</bookmark_value>
 </bookmark><comment>mw added "cell contents;" and "searching;"</comment>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_DBAUSZUG" id="bm_id3149198" 
localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_DBAUSZUG" id="bm_id3149198" 
localize="false"/>
                 <h2 id="hd_id3147256">DGET</h2>
-                <paragraph xml-lang="en-US" id="par_id3152801" 
role="paragraph"><ahelp hid="HID_FUNC_DBAUSZUG">DGET returns the contents of 
the cell (field) of the specified column, for the single row (database record) 
that matches the specified search criteria.</ahelp></paragraph>
+                <paragraph id="par_id3152801" role="paragraph"><ahelp 
hid="HID_FUNC_DBAUSZUG">DGET returns the contents of the cell (field) of the 
specified column, for the single row (database record) that matches the 
specified search criteria.</ahelp></paragraph>
                 <paragraph role="paragraph" id="par_id171616180137385">Calc 
reports Err:502 (invalid argument) if multiple matches are found, or a #VALUE! 
error (wrong data type) if no matches are found. A #VALUE! error is also 
reported if a single match is found but the relevant cell is empty.</paragraph>
 
                 <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-                <paragraph xml-lang="en-US" id="par_id3154696" 
role="code">DGET(Database; DatabaseField; SearchCriteria)</paragraph>
+                <paragraph id="par_id3154696" role="code">DGET(Database; 
DatabaseField; SearchCriteria)</paragraph>
 
                 <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-                <paragraph xml-lang="en-US" id="par_id3155388" 
role="paragraph">The example database table giving information about the guests 
invited to Joe’s birthday party (described above) should occupy cells A1:E10. 
The content of cells A12:E12 should be identical to the header labels for the 
database table in cells A1:E1. Make sure that cells A13:E13 are blank, except 
for cell C13 which should contain "11" (this search criterion will match 
records in the database table that have a value of 11 in the Age 
column).</paragraph>
-                <paragraph xml-lang="en-US" id="par_id3153096" 
role="paragraph">Insert the formula <input>=DGET(A1:E10; "Name"; 
A12:E13)</input> into an empty cell elsewhere in the sheet to find the name of 
Joe’s party guest who is age 11. The name Daniel is returned.</paragraph>
-                <paragraph xml-lang="en-US" id="par_id3150524" 
role="paragraph">If you change the value in cell C13 to “10”, then the formula 
<input>=DGET(A1:E10; "Name"; A12:E13)</input> returns an invalid argument error 
(Err:502). The reflects that multiple records match the specified criterion 
(both Betty and Charles are age 10).</paragraph>
+                <paragraph id="par_id3155388" role="paragraph">The example 
database table giving information about the guests invited to Joe’s birthday 
party (described above) should occupy cells A1:E10. The content of cells 
A12:E12 should be identical to the header labels for the database table in 
cells A1:E1. Make sure that cells A13:E13 are blank, except for cell C13 which 
should contain "11" (this search criterion will match records in the database 
table that have a value of 11 in the Age column).</paragraph>
+                <paragraph id="par_id3153096" role="paragraph">Insert the 
formula <input>=DGET(A1:E10; "Name"; A12:E13)</input> into an empty cell 
elsewhere in the sheet to find the name of Joe’s party guest who is age 11. The 
name Daniel is returned.</paragraph>
+                <paragraph id="par_id3150524" role="paragraph">If you change 
the value in cell C13 to “10”, then the formula <input>=DGET(A1:E10; "Name"; 
A12:E13)</input> returns an invalid argument error (Err:502). The reflects that 
multiple records match the specified criterion (both Betty and Charles are age 
10).</paragraph>
             </section>
 
             <section id="Section4">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3149766">
+<bookmark branch="index" id="bm_id3149766">
 <bookmark_value>DMAX function</bookmark_value>
 <bookmark_value>maximum values in Calc databases</bookmark_value>
 <bookmark_value>searching;maximum values in columns</bookmark_value>
 </bookmark><comment>mw added "maximum..." and "searching;"</comment>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_DBMAX" id="bm_id3158401" 
localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_DBMAX" id="bm_id3158401" localize="false"/>
                 <h2 id="hd_id3149766">DMAX</h2>
-                <paragraph xml-lang="en-US" id="par_id3154903" 
role="paragraph"><ahelp hid="HID_FUNC_DBMAX">DMAX calculates the maximum value 
across the cells (fields) of the specified column that contain numeric values, 
for all rows (database records) that match the specified search 
criteria.</ahelp> Blank cells or cells containing non-numeric characters are 
not included.</paragraph>
+                <paragraph id="par_id3154903" role="paragraph"><ahelp 
hid="HID_FUNC_DBMAX">DMAX calculates the maximum value across the cells 
(fields) of the specified column that contain numeric values, for all rows 
(database records) that match the specified search criteria.</ahelp> Blank 
cells or cells containing non-numeric characters are not included.</paragraph>
                 <paragraph role="paragraph" id="par_id51616180409281">Returns 
0 if no matches are found, or if there are no non-zero numeric values in the 
cells of the specified column for the matching records.</paragraph>
 
                 <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-                <paragraph xml-lang="en-US" id="par_id3159157" 
role="code">DMAX(Database; DatabaseField; SearchCriteria)</paragraph>
+                <paragraph id="par_id3159157" role="code">DMAX(Database; 
DatabaseField; SearchCriteria)</paragraph>
 
                 <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-                <paragraph xml-lang="en-US" id="par_id3148442" 
role="paragraph">The example database table giving information about the guests 
invited to Joe’s birthday party (described above) should occupy cells A1:E10. 
The content of cells A12:E12 should be identical to the header labels for the 
database table in cells A1:E1. Make sure that cells A13:E13 are blank, except 
for cell D13 which should contain ">0" (this search criterion is intended to 
match all records in the database table).</paragraph>
-                <paragraph xml-lang="en-US" id="par_id3148804" 
role="paragraph">Insert the formula <input>=DMAX(A1:E10; "Distance"; 
A12:E13)</input> into an empty cell elsewhere in the sheet to find the maximum 
distance in meters that any of Joe’s party guests travel to school. The value 
1200 is returned.</paragraph>
+                <paragraph id="par_id3148442" role="paragraph">The example 
database table giving information about the guests invited to Joe’s birthday 
party (described above) should occupy cells A1:E10. The content of cells 
A12:E12 should be identical to the header labels for the database table in 
cells A1:E1. Make sure that cells A13:E13 are blank, except for cell D13 which 
should contain "&gt;0" (this search criterion is intended to match all records 
in the database table).</paragraph>
+                <paragraph id="par_id3148804" role="paragraph">Insert the 
formula <input>=DMAX(A1:E10; "Distance"; A12:E13)</input> into an empty cell 
elsewhere in the sheet to find the maximum distance in meters that any of Joe’s 
party guests travel to school. The value 1200 is returned.</paragraph>
             </section>
 
             <section id="Section5">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3159141">
+<bookmark branch="index" id="bm_id3159141">
 <bookmark_value>DMIN function</bookmark_value>
 <bookmark_value>minimum values in Calc databases</bookmark_value>
 <bookmark_value>searching;minimum values in columns</bookmark_value>
 </bookmark><comment>mw added "minimum..." and "searching;"</comment>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_DBMIN" id="bm_id3159152" 
localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_DBMIN" id="bm_id3159152" localize="false"/>
                 <h2 id="hd_id3159141">DMIN</h2>
-                <paragraph xml-lang="en-US" id="par_id3154261" 
role="paragraph"><ahelp hid="HID_FUNC_DBMIN">DMIN calculates the minimum value 
across the cells (fields) of the specified column that contain numeric values, 
for all rows (database records) that match the specified search 
criteria.</ahelp> Blank cells or cells containing non-numeric characters are 
not included.</paragraph>
+                <paragraph id="par_id3154261" role="paragraph"><ahelp 
hid="HID_FUNC_DBMIN">DMIN calculates the minimum value across the cells 
(fields) of the specified column that contain numeric values, for all rows 
(database records) that match the specified search criteria.</ahelp> Blank 
cells or cells containing non-numeric characters are not included.</paragraph>
                 <paragraph role="paragraph" id="par_id901616180605426">Returns 
0 if no matches are found, or if there are no non-zero numeric values in the 
cells of the specified column for the matching records.</paragraph>
 
                 <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-                <paragraph xml-lang="en-US" id="par_id3148479" 
role="code">DMIN(Database; DatabaseField; SearchCriteria)</paragraph>
+                <paragraph id="par_id3148479" role="code">DMIN(Database; 
DatabaseField; SearchCriteria)</paragraph>
 
                 <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-                <paragraph xml-lang="en-US" id="par_id3148925" 
role="paragraph">The example database table giving information about the guests 
invited to Joe’s birthday party (described above) should occupy cells A1:E10. 
The content of cells A12:E12 should be identical to the header labels for the 
database table in cells A1:E1. Make sure that cells A13:E13 are blank, except 
for cell D13 which should contain ">0" (this search criterion is intended to 
match all records in the database table).</paragraph>
-                <paragraph xml-lang="en-US" id="par_id3149161" 
role="paragraph">Insert the formula <input>=DMIN(A1:E10; "Distance"; 
A12:E13)</input> into an empty cell elsewhere in the sheet to find the minimum 
distance in meters that any of Joe’s party guests travel to school. The value 
150 is returned.</paragraph>
+                <paragraph id="par_id3148925" role="paragraph">The example 
database table giving information about the guests invited to Joe’s birthday 
party (described above) should occupy cells A1:E10. The content of cells 
A12:E12 should be identical to the header labels for the database table in 
cells A1:E1. Make sure that cells A13:E13 are blank, except for cell D13 which 
should contain "&gt;0" (this search criterion is intended to match all records 
in the database table).</paragraph>
+                <paragraph id="par_id3149161" role="paragraph">Insert the 
formula <input>=DMIN(A1:E10; "Distance"; A12:E13)</input> into an empty cell 
elsewhere in the sheet to find the minimum distance in meters that any of Joe’s 
party guests travel to school. The value 150 is returned.</paragraph>
             </section>
 
             <section id="Section6">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3154274">
+<bookmark branch="index" id="bm_id3154274">
 <bookmark_value>DAVERAGE function</bookmark_value>
 <bookmark_value>averages; in Calc databases</bookmark_value>
 <bookmark_value>calculating;averages in Calc databases</bookmark_value>
 </bookmark><comment>mw added "averages;..." and "calculating;"</comment>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_DBMITTELWERT" 
id="bm_id3166435" localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_DBMITTELWERT" id="bm_id3166435" 
localize="false"/>
                 <h2 id="hd_id3154274">DAVERAGE</h2>
-                <paragraph xml-lang="en-US" id="par_id3166453" 
role="paragraph"><ahelp hid="HID_FUNC_DBMITTELWERT">DAVERAGE calculates the 
average of the numeric values in the cells (fields) of the specified column, 
for all rows (database records) that match the specified search 
criteria.</ahelp>  Non-numeric values in those cells are ignored.</paragraph>
+                <paragraph id="par_id3166453" role="paragraph"><ahelp 
hid="HID_FUNC_DBMITTELWERT">DAVERAGE calculates the average of the numeric 
values in the cells (fields) of the specified column, for all rows (database 
records) that match the specified search criteria.</ahelp>  Non-numeric values 
in those cells are ignored.</paragraph>
                 <paragraph role="paragraph" id="par_id31615978739452">Returns 
a #DIV/0! error if no records match the specified search criteria, or if there 
are no numeric values in the cells of the specified column for the matching 
records.</paragraph>
 
                 <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-                <paragraph xml-lang="en-US" id="par_id3150710" 
role="code">DAVERAGE(Database; DatabaseField; SearchCriteria)</paragraph>
+                <paragraph id="par_id3150710" role="code">DAVERAGE(Database; 
DatabaseField; SearchCriteria)</paragraph>
 
                 <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-                <paragraph xml-lang="en-US" id="par_id3149104" 
role="paragraph">The example database table giving information about the guests 
invited to Joe’s birthday party (described above) should occupy cells A1:E10. 
The content of cells A12:E12 should be identical to the header labels for the 
database table in cells A1:E1. Make sure that cells A13:E13 are blank, except 
for cell D13 which should contain ">0" (this search criterion is intended to 
match all records in the database table).</paragraph>
+                <paragraph id="par_id3149104" role="paragraph">The example 
database table giving information about the guests invited to Joe’s birthday 
party (described above) should occupy cells A1:E10. The content of cells 
A12:E12 should be identical to the header labels for the database table in 
cells A1:E1. Make sure that cells A13:E13 are blank, except for cell D13 which 
should contain "&gt;0" (this search criterion is intended to match all records 
in the database table).</paragraph>
                 <paragraph role="paragraph" id="par_id201616368312277">Insert 
the formula <input>=DAVERAGE(A1:E10; "Distance"; A12:E13)</input> into an empty 
cell elsewhere in the sheet to calculate the average distance in meters 
travelled to school by Joe’s party guests. The value 666.67 is 
returned.</paragraph>
             </section>
 
             <section id="Section7">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3159269">
+<bookmark branch="index" id="bm_id3159269">
 <bookmark_value>DPRODUCT function</bookmark_value>
 <bookmark_value>multiplying;cell contents in Calc databases</bookmark_value>
 </bookmark><comment>mw added "multiplying..."</comment>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_DBPRODUKT" 
id="bm_id3159281" localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_DBPRODUKT" id="bm_id3159281" 
localize="false"/>
                 <h2 id="hd_id3159269">DPRODUCT</h2>
-                <paragraph xml-lang="en-US" id="par_id3152879" 
role="paragraph"><ahelp hid="HID_FUNC_DBPRODUKT">DPRODUCT calculates the 
product of all numeric values in the cells (fields) of the specified column, 
for all rows (database records) that match the specified search 
criteria.</ahelp> Blank cells or cells containing non-numeric characters are 
not included.</paragraph>
+                <paragraph id="par_id3152879" role="paragraph"><ahelp 
hid="HID_FUNC_DBPRODUKT">DPRODUCT calculates the product of all numeric values 
in the cells (fields) of the specified column, for all rows (database records) 
that match the specified search criteria.</ahelp> Blank cells or cells 
containing non-numeric characters are not included.</paragraph>
                 <paragraph role="paragraph" id="par_id741616180868336">Returns 
0 if no matches are found, or if there are no numeric values in the cells of 
the specified column for the matching records.</paragraph>
 
                 <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-                <paragraph xml-lang="en-US" id="par_id3154854" 
role="code">DPRODUCT(Database; DatabaseField; SearchCriteria)</paragraph>
+                <paragraph id="par_id3154854" role="code">DPRODUCT(Database; 
DatabaseField; SearchCriteria)</paragraph>
 
                 <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-                <paragraph xml-lang="en-US" id="par_id3148986" 
role="paragraph">The example database table giving information about the guests 
invited to Joe’s birthday party (described above) should occupy cells A1:E10. 
The content of cells A12:E12 should be identical to the header labels for the 
database table in cells A1:E1. Make sure that cells A13:E13 are blank, except 
for cell C13 which should contain ">0" (this search criterion is intended to 
match all records in the database table).</paragraph>
+                <paragraph id="par_id3148986" role="paragraph">The example 
database table giving information about the guests invited to Joe’s birthday 
party (described above) should occupy cells A1:E10. The content of cells 
A12:E12 should be identical to the header labels for the database table in 
cells A1:E1. Make sure that cells A13:E13 are blank, except for cell C13 which 
should contain "&gt;0" (this search criterion is intended to match all records 
in the database table).</paragraph>
                 <paragraph role="paragraph" id="par_id91616368981807">Insert 
the formula <input>=DPRODUCT(A1:E10; "Age"; A12:E13)</input> into an empty cell 
elsewhere in the sheet to calculate the product of the ages in years of Joe’s 
party guests. The value 279417600 is returned.</paragraph>
             </section>
 
             <section id="Section8">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3148462">
+<bookmark branch="index" id="bm_id3148462">
 <bookmark_value>DSTDEV function</bookmark_value>
 <bookmark_value>standard deviations in databases;based on a 
sample</bookmark_value>
 </bookmark><comment>mw added "standard deviations...;"</comment>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_DBSTDABW" id="bm_id3145370" 
localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_DBSTDABW" id="bm_id3145370" 
localize="false"/>
                 <h2 id="hd_id3148462">DSTDEV</h2>
-                <paragraph xml-lang="en-US" id="par_id3154605" 
role="paragraph"><ahelp hid="HID_FUNC_DBSTDABW">DSTDEV calculates the sample 
standard deviation based on the numeric values in the cells (fields) of the 
specified column, for all rows (database records) that match the specified 
search criteria.</ahelp> Non-numeric values are ignored.</paragraph>
+                <paragraph id="par_id3154605" role="paragraph"><ahelp 
hid="HID_FUNC_DBSTDABW">DSTDEV calculates the sample standard deviation based 
on the numeric values in the cells (fields) of the specified column, for all 
rows (database records) that match the specified search criteria.</ahelp> 
Non-numeric values are ignored.</paragraph>
                 <paragraph role="paragraph" id="par_id121616181037440">Returns 
a #NUM! error if exactly one record matches the specified search criteria, or 
if there is only one numeric value in the cells of the specified column for the 
matching records.</paragraph>
                 <paragraph role="paragraph" id="par_id931616181041535">Returns 
0 if no matches are found, or if there are no numeric values in the cells of 
the specified column for the matching records.</paragraph>
 
                 <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-                <paragraph xml-lang="en-US" id="par_id3148661" 
role="code">DSTDEV(Database; DatabaseField; SearchCriteria)</paragraph>
+                <paragraph id="par_id3148661" role="code">DSTDEV(Database; 
DatabaseField; SearchCriteria)</paragraph>
 
                 <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-                <paragraph xml-lang="en-US" id="par_id3149934" 
role="paragraph">The example database table giving information about the guests 
invited to Joe’s birthday party (described above) should occupy cells A1:E10. 
The content of cells A12:E12 should be identical to the header labels for the 
database table in cells A1:E1. Make sure that cells A13:D13 are blank and that 
cell E13 contains ">0" (this search criterion is intended to match all records 
in the database table).</paragraph>
-                <paragraph xml-lang="en-US" id="par_id3150630" 
role="paragraph">Insert the formula <input>=DSTDEV(A1:E10; "Weight"; 
A12:E13)</input> into an empty cell elsewhere in the sheet to calculate the 
sample standard deviation of the weights in kg of Joe’s party guests. The value 
5.5 is returned.</paragraph>
+                <paragraph id="par_id3149934" role="paragraph">The example 
database table giving information about the guests invited to Joe’s birthday 
party (described above) should occupy cells A1:E10. The content of cells 
A12:E12 should be identical to the header labels for the database table in 
cells A1:E1. Make sure that cells A13:D13 are blank and that cell E13 contains 
"&gt;0" (this search criterion is intended to match all records in the database 
table).</paragraph>
+                <paragraph id="par_id3150630" role="paragraph">Insert the 
formula <input>=DSTDEV(A1:E10; "Weight"; A12:E13)</input> into an empty cell 
elsewhere in the sheet to calculate the sample standard deviation of the 
weights in kg of Joe’s party guests. The value 5.5 is returned.</paragraph>
             </section>
 
             <section id="Section9">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3150429">
+<bookmark branch="index" id="bm_id3150429">
 <bookmark_value>DSTDEVP function</bookmark_value>
 <bookmark_value>standard deviations in databases;based on 
populations</bookmark_value>
 </bookmark><comment>mw added "standard deviations...;"</comment>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_DBSTDABWN" 
id="bm_id3149523" localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_DBSTDABWN" id="bm_id3149523" 
localize="false"/>
                 <h2 id="hd_id3150429">DSTDEVP</h2>
-                <paragraph xml-lang="en-US" id="par_id3145598" 
role="paragraph"><ahelp hid="HID_FUNC_DBSTDABWN">DSTDEVP calculates the 
population standard deviation based on the numeric values in the cells (fields) 
of the specified column, for all rows (database records) that match the 
specified search criteria.</ahelp> Non-numeric values are ignored.</paragraph>
+                <paragraph id="par_id3145598" role="paragraph"><ahelp 
hid="HID_FUNC_DBSTDABWN">DSTDEVP calculates the population standard deviation 
based on the numeric values in the cells (fields) of the specified column, for 
all rows (database records) that match the specified search criteria.</ahelp> 
Non-numeric values are ignored.</paragraph>
                 <paragraph role="paragraph" id="par_id541616181205698">Returns 
a #NUM! error if no records match the specified search criteria, or if there 
are no numeric values in the cells of the specified column for the matching 
records.</paragraph>
 
                 <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-                <paragraph xml-lang="en-US" id="par_id3149484" 
role="code">DSTDEVP(Database; DatabaseField; SearchCriteria)</paragraph>
+                <paragraph id="par_id3149484" role="code">DSTDEVP(Database; 
DatabaseField; SearchCriteria)</paragraph>
 
                 <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-                <paragraph xml-lang="en-US" id="par_id3155431" 
role="paragraph">The example database table giving information about the guests 
invited to Joe’s birthday party (described above) should occupy cells A1:E10. 
The content of cells A12:E12 should be identical to the header labels for the 
database table in cells A1:E1. Make sure that cells A13:D13 are blank and that 
cell E13 contains ">0" (this search criterion is intended to match all records 
in the database table).</paragraph>
-                <paragraph xml-lang="en-US" id="par_id3148411" 
role="paragraph">Insert the formula <input>=DSTDEVP(A1:E10; "Weight"; 
A12:E13)</input> into an empty cell elsewhere in the sheet to calculate the 
population standard deviation of the weights in kg of Joe’s party guests. The 
value 5.18545 is returned.</paragraph>
+                <paragraph id="par_id3155431" role="paragraph">The example 
database table giving information about the guests invited to Joe’s birthday 
party (described above) should occupy cells A1:E10. The content of cells 
A12:E12 should be identical to the header labels for the database table in 
cells A1:E1. Make sure that cells A13:D13 are blank and that cell E13 contains 
"&gt;0" (this search criterion is intended to match all records in the database 
table).</paragraph>
+                <paragraph id="par_id3148411" role="paragraph">Insert the 
formula <input>=DSTDEVP(A1:E10; "Weight"; A12:E13)</input> into an empty cell 
elsewhere in the sheet to calculate the population standard deviation of the 
weights in kg of Joe’s party guests. The value 5.18545 is returned.</paragraph>
             </section>
 
             <section id="Section10">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3154794">
+<bookmark branch="index" id="bm_id3154794">
 <bookmark_value>DSUM function</bookmark_value>
 <bookmark_value>calculating;sums in Calc databases</bookmark_value>
 <bookmark_value>sums;cells in Calc databases</bookmark_value>
 </bookmark><comment>mw added "calculating;" and "sums;"</comment>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_DBSUMME" id="bm_id3148687" 
localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_DBSUMME" id="bm_id3148687" localize="false"/>
                 <h2 id="hd_id3154794">DSUM</h2>
-                <paragraph xml-lang="en-US" id="par_id3149591" 
role="paragraph"><ahelp hid="HID_FUNC_DBSUMME">DSUM calculates the sum of all 
numeric values in the cells (fields) of the specified column, for all rows 
(database records) that match the specified search criteria.</ahelp> Blank 
cells or cells containing non-numeric characters are not included.</paragraph>
+                <paragraph id="par_id3149591" role="paragraph"><ahelp 
hid="HID_FUNC_DBSUMME">DSUM calculates the sum of all numeric values in the 
cells (fields) of the specified column, for all rows (database records) that 
match the specified search criteria.</ahelp> Blank cells or cells containing 
non-numeric characters are not included.</paragraph>
                 <paragraph role="paragraph" id="par_id691616181332088">Returns 
0 if no matches are found, or if there are no numeric values in the cells of 
the specified column for the matching records.</paragraph>
 
                 <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-                <paragraph xml-lang="en-US" id="par_id3150989" 
role="code">DSUM(Database; DatabaseField; SearchCriteria)</paragraph>
+                <paragraph id="par_id3150989" role="code">DSUM(Database; 
DatabaseField; SearchCriteria)</paragraph>
 
                 <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-                <paragraph xml-lang="en-US" id="par_id3152766" 
role="paragraph">The example database table giving information about the guests 
invited to Joe’s birthday party (described above) should occupy cells A1:E10. 
The content of cells A12:E12 should be identical to the header labels for the 
database table in cells A1:E1. Make sure that cells A13:E13 are blank, except 
for cell D13 which should contain ">0" (this search criterion is intended to 
match all records in the database table).</paragraph>
-                <paragraph xml-lang="en-US" id="par_id3151312" 
role="paragraph">Insert the formula <input>=DSUM(A1:E10; "Distance"; 
A12:E13)</input> into an empty cell elsewhere in the sheet to find the total 
distance in meters that all of Joe’s party guests travel to school. The value 
6000 is returned.</paragraph>
+                <paragraph id="par_id3152766" role="paragraph">The example 
database table giving information about the guests invited to Joe’s birthday 
party (described above) should occupy cells A1:E10. The content of cells 
A12:E12 should be identical to the header labels for the database table in 
cells A1:E1. Make sure that cells A13:E13 are blank, except for cell D13 which 
should contain "&gt;0" (this search criterion is intended to match all records 
in the database table).</paragraph>
+                <paragraph id="par_id3151312" role="paragraph">Insert the 
formula <input>=DSUM(A1:E10; "Distance"; A12:E13)</input> into an empty cell 
elsewhere in the sheet to find the total distance in meters that all of Joe’s 
party guests travel to school. The value 6000 is returned.</paragraph>
             </section>
 
             <section id="Section11">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3155614">
+<bookmark branch="index" id="bm_id3155614">
 <bookmark_value>DVAR function</bookmark_value>
 <bookmark_value>variances;based on samples</bookmark_value>
 </bookmark><comment>mw added "variances;"</comment>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_DBVARIANZ" 
id="bm_id3159391" localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_DBVARIANZ" id="bm_id3159391" 
localize="false"/>
                 <h2 id="hd_id3155614">DVAR</h2>
-                <paragraph xml-lang="en-US" id="par_id3154418" 
role="paragraph"><ahelp hid="HID_FUNC_DBVARIANZ">DVAR calculates the sample 
variance based on the numeric values in the cells (fields) of the specified 
column, for all rows (database records) that match the specified search 
criteria.</ahelp> Non-numeric values are ignored.</paragraph>
+                <paragraph id="par_id3154418" role="paragraph"><ahelp 
hid="HID_FUNC_DBVARIANZ">DVAR calculates the sample variance based on the 
numeric values in the cells (fields) of the specified column, for all rows 
(database records) that match the specified search criteria.</ahelp> 
Non-numeric values are ignored.</paragraph>
                 <paragraph role="paragraph" id="par_id301616181465164">Returns 
a #NUM! error if exactly one record matches the specified search criteria, or 
if there is only one numeric value in the cells of the specified column for the 
matching records.</paragraph>
                 <paragraph role="paragraph" id="par_id741616181469136">Returns 
0 if no matches are found, or if there are no numeric values in the cells of 
the specified column for the matching records.</paragraph>
 
                 <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-                <paragraph xml-lang="en-US" id="par_id3156138" 
role="code">DVAR(Database; DatabaseField; SearchCriteria)</paragraph>
+                <paragraph id="par_id3156138" role="code">DVAR(Database; 
DatabaseField; SearchCriteria)</paragraph>
 
                 <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-                <paragraph xml-lang="en-US" id="par_id3153701" 
role="paragraph">The example database table giving information about the guests 
invited to Joe’s birthday party (described above) should occupy cells A1:E10. 
The content of cells A12:E12 should be identical to the header labels for the 
database table in cells A1:E1. Make sure that cells A13:E13 are blank, except 
for cell D13 which should contain ">0" (this search criterion is intended to 
match all records in the database table).</paragraph>
-                <paragraph xml-lang="en-US" id="par_id3153676" 
role="paragraph">Insert the formula <input>=DVAR(A1:E10; "Distance"; 
A12:E13)</input> into an empty cell elsewhere in the sheet to find the sample 
variance of the distances in meters that Joe’s party guests travel to school. 
The value 193125 is returned.</paragraph>
+                <paragraph id="par_id3153701" role="paragraph">The example 
database table giving information about the guests invited to Joe’s birthday 
party (described above) should occupy cells A1:E10. The content of cells 
A12:E12 should be identical to the header labels for the database table in 
cells A1:E1. Make sure that cells A13:E13 are blank, except for cell D13 which 
should contain "&gt;0" (this search criterion is intended to match all records 
in the database table).</paragraph>
+                <paragraph id="par_id3153676" role="paragraph">Insert the 
formula <input>=DVAR(A1:E10; "Distance"; A12:E13)</input> into an empty cell 
elsewhere in the sheet to find the sample variance of the distances in meters 
that Joe’s party guests travel to school. The value 193125 is 
returned.</paragraph>
             </section>
 
             <section id="Section12">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3153880">
+<bookmark branch="index" id="bm_id3153880">
 <bookmark_value>DVARP function</bookmark_value>
 <bookmark_value>variances;based on populations</bookmark_value>
 </bookmark><comment>mw added "variances;"</comment>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_DBVARIANZEN" 
id="bm_id3153891" localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_DBVARIANZEN" id="bm_id3153891" 
localize="false"/>
                 <h2 id="hd_id3153880">DVARP</h2>
-                <paragraph xml-lang="en-US" id="par_id3155119" 
role="paragraph"><ahelp hid="HID_FUNC_DBVARIANZEN">DVARP calculates the 
population variation based on the numeric values in the cells (fields) of the 
specified column, for all rows (database records) that match the specified 
search criteria.</ahelp> Non-numeric values are ignored.</paragraph>
+                <paragraph id="par_id3155119" role="paragraph"><ahelp 
hid="HID_FUNC_DBVARIANZEN">DVARP calculates the population variation based on 
the numeric values in the cells (fields) of the specified column, for all rows 
(database records) that match the specified search criteria.</ahelp> 
Non-numeric values are ignored.</paragraph>
                 <paragraph role="paragraph" id="par_id301616181648263">Returns 
a #NUM! error if no records match the specified search criteria, or if there 
are no numeric values in the cells of the specified column for the matching 
records.</paragraph>
 
                 <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-                <paragraph xml-lang="en-US" id="par_id3153776" 
role="code">DVARP(Database; DatabaseField; SearchCriteria)</paragraph>
+                <paragraph id="par_id3153776" role="code">DVARP(Database; 
DatabaseField; SearchCriteria)</paragraph>
 
                 <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-                <paragraph xml-lang="en-US" id="par_id3147099" 
role="paragraph">The example database table giving information about the guests 
invited to Joe’s birthday party (described above) should occupy cells A1:E10. 
The content of cells A12:E12 should be identical to the header labels for the 
database table in cells A1:E1. Make sure that cells A13:E13 are blank, except 
for cell D13 which should contain ">0" (this search criterion is intended to 
match all records in the database table).</paragraph>
-                <paragraph xml-lang="en-US" id="par_id3147322" 
role="paragraph">Insert the formula <input>=DVARP(A1:E10; "Distance"; 
A12:E13)</input> into an empty cell elsewhere in the sheet to find the 
population variance of the distances in meters that Joe’s party guests travel 
to school. The value 171666.67 is returned.</paragraph>
+                <paragraph id="par_id3147099" role="paragraph">The example 
database table giving information about the guests invited to Joe’s birthday 
party (described above) should occupy cells A1:E10. The content of cells 
A12:E12 should be identical to the header labels for the database table in 
cells A1:E1. Make sure that cells A13:E13 are blank, except for cell D13 which 
should contain "&gt;0" (this search criterion is intended to match all records 
in the database table).</paragraph>
+                <paragraph id="par_id3147322" role="paragraph">Insert the 
formula <input>=DVARP(A1:E10; "Distance"; A12:E13)</input> into an empty cell 
elsewhere in the sheet to find the population variance of the distances in 
meters that Joe’s party guests travel to school. The value 171666.67 is 
returned.</paragraph>
             </section>
         </sort>
 
diff --git a/source/text/scalc/01/12040300.xhp 
b/source/text/scalc/01/12040300.xhp
index c250a58df8..ce5e46cf9f 100644
--- a/source/text/scalc/01/12040300.xhp
+++ b/source/text/scalc/01/12040300.xhp
@@ -41,6 +41,7 @@
 <bookmark branch="hid/modules/scalc/ui/advancedfilterdialog/edfilterarea" 
id="bm_id3151113" localize="false"/>
 <h2 id="hd_id3153771">Read filter criteria from</h2>
 <paragraph role="paragraph" id="par_id3147426"><ahelp 
hid="modules/scalc/ui/advancedfilterdialog/edfilterarea">Select the named 
range, or enter the cell range that contains the filter criteria that you want 
to use.</ahelp></paragraph>
+<embed href="text/scalc/01/ex_data_stat_func.xhp#criterion2"/>
 <bookmark branch="hid/modules/scalc/ui/advancedfilterdialog/rbcopyarea" 
id="bm_id3146985" localize="false"/>
 <bookmark branch="hid/modules/scalc/ui/advancedfilterdialog/rbfilterarea" 
id="bm_id3153190" localize="false"/>
 <embed href="text/shared/00/00000001.xhp#shrink_maximize"/>
diff --git a/source/text/scalc/01/ex_data_stat_func.xhp 
b/source/text/scalc/01/ex_data_stat_func.xhp
index 994116e365..dccc1bcb6c 100644
--- a/source/text/scalc/01/ex_data_stat_func.xhp
+++ b/source/text/scalc/01/ex_data_stat_func.xhp
@@ -130,30 +130,32 @@
     <paragraph id="par_id14734320631377" 
role="paragraph"><emph>Func_Range</emph> and <emph>Range1, Range2...</emph> 
must have the same size, otherwise the function returns err:502 - Invalid 
argument.</paragraph>
 </section>
 <section id="par00">
-    <paragraph id="par_id101585468691583" role="paragraph"><emph>Range1</emph> 
– required argument. It is a range of cells, a name of a named range, or a 
label of a column or a row, to which the corresponding criterion is to be 
applied.</paragraph>
-        <section id="criterion">
-        <paragraph role="paragraph" 
id="par_id621619279022341"><emph>Criterion</emph>: A criterion is a single cell 
Reference, Number or Text. It is used in comparisons with cell 
contents.</paragraph>
-        <paragraph role="paragraph" id="par_id731619279029255">A reference to 
an empty cell is interpreted as the numeric value 0.</paragraph>
-        <paragraph role="paragraph" id="par_id31619279035359">A matching 
expression can be:</paragraph>
-        <list type="unordered">
-            <listitem>
-                <paragraph id="par_id171619279059462" role="listitem">A Number 
or Logical value. A matching cell content equals the Number or Logical value. 
</paragraph>
-            </listitem>
-            <listitem>
-                <paragraph id="par_id511619279076504" role="listitem">A value 
beginning with a comparator (&lt;, &lt;=, =, &gt;, &gt;=, &lt;&gt;).</paragraph>
-                <paragraph role="paragraph" id="par_id11619279168512">For =, 
if the value is empty it matches empty cells.</paragraph>
-                <paragraph role="paragraph" id="par_id161619279207350">For 
&lt;&gt;, if the value is empty it matches non-empty cells.</paragraph>
-                <paragraph role="paragraph" id="par_id271619279215695">For 
&lt;&gt;, if the value is not empty it matches any cell content except the 
value, including empty cells.</paragraph>
-                <paragraph role="paragraph" 
id="par_id861619279223855"><emph>Note:</emph> "=0" does not match empty 
cells.</paragraph>
-                <paragraph role="paragraph" id="par_id51619279363954">For = 
and &lt;&gt;, if the value is not empty and can not be interpreted as a Number 
type or one of its subtypes and the property <link 
href="text/shared/optionen/01060500.xhp">Search criteria = and &lt;&gt; must 
apply to whole cells</link> is checked, comparison is against the entire cell 
contents, if unchecked, comparison is against any subpart of the field that 
matches the criteria. For = and &lt;&gt;, if the value is not empty and can not 
be interpreted as a Number type or one of its subtypes applies. </paragraph>
-            </listitem>
-            <listitem>
-                <paragraph id="par_id801619279323556" role="listitem">Other 
Text value. If the property <link 
href="text/shared/optionen/01060500.xhp">Search criteria = and &lt;&gt; must 
apply to whole cells</link> is true, the comparison is against the entire cell 
contents, if false, comparison is against any subpart of the field that matches 
the criteria. The expression can contain text, numbers, regular expressions or 
wildcards (<link href="text/shared/optionen/01060500.xhp#wildcards">if enabled 
in calculation options</link>).</paragraph>
-            </listitem>
-        </list>
+  <paragraph id="par_id101585468691583" role="paragraph"><emph>Range1</emph> – 
required argument. It is a range of cells, a name of a named range, or a label 
of a column or a row, to which the corresponding criterion is to be 
applied.</paragraph>
+  <section id="criterion">
+    <paragraph role="paragraph" 
id="par_id621619279022341"><emph>Criterion</emph>: A criterion is a single cell 
Reference, Number or Text. It is used in comparisons with cell 
contents.</paragraph>
+    <section id="criterion2">
+      <paragraph role="paragraph" id="par_id731619279029255">A reference to an 
empty cell is interpreted as the numeric value 0.</paragraph>
+      <paragraph role="paragraph" id="par_id31619279035359">A matching 
expression can be:</paragraph>
+      <list type="unordered">
+        <listitem>
+          <paragraph id="par_id171619279059462" role="listitem">A number or 
logical value. A matching cell content equals the number or logical value. 
</paragraph>
+        </listitem>
+        <listitem>
+          <paragraph id="par_id511619279076504" role="listitem">A value 
beginning with a comparator (<emph>&lt;</emph>, <emph>&lt;=</emph>, 
<emph>=</emph>, <emph>&gt;</emph>, <emph>&gt;=</emph>, 
<emph>&lt;&gt;</emph>).</paragraph>
+          <paragraph role="paragraph" id="par_id11619279168512">For 
<emph>=</emph>, if the value is empty it matches empty cells.</paragraph>
+          <paragraph role="paragraph" id="par_id161619279207350">For 
<emph>&lt;&gt;</emph>, if the value is empty it matches non-empty 
cells.</paragraph>
+          <paragraph role="paragraph" id="par_id271619279215695">For 
<emph>&lt;&gt;</emph>, if the value is not empty it matches any cell content 
except the value, including empty cells.</paragraph>
+          <paragraph role="paragraph" 
id="par_id861619279223855"><emph>Note:</emph> "=0" does not match empty 
cells.</paragraph>
+          <paragraph role="paragraph" id="par_id51619279363954">For 
<emph>=</emph> and <emph>&lt;&gt;</emph>, if the value is not empty and can not 
be interpreted as a number type or one of its subtypes and the property <link 
href="text/shared/optionen/01060500.xhp">Search criteria <emph>=</emph> and 
<emph>&lt;&gt;</emph> must apply to whole cells</link> is checked, comparison 
is against the entire cell contents, if unchecked, comparison is against any 
subpart of the field that matches the criteria. For <emph>=</emph> and 
<emph>&lt;&gt;</emph>, if the value is not empty and can not be interpreted as 
a Number type or one of its subtypes applies. </paragraph>
+        </listitem>
+        <listitem>
+          <paragraph id="par_id801619279323556" role="listitem">Other Text 
value. If the property <link href="text/shared/optionen/01060500.xhp">Search 
criteria <emph>=</emph> and <emph>&lt;&gt;</emph> must apply to whole 
cells</link> is true, the comparison is against the entire cell contents, if 
false, comparison is against any subpart of the field that matches the 
criteria. The expression can contain text, numbers, regular expressions or 
wildcards (<link href="text/shared/optionen/01060500.xhp#wildcards">if enabled 
in calculation options</link>).</paragraph>
+        </listitem>
+      </list>
     </section>
-    <paragraph id="par_id190621657742" role="paragraph"><emph>Range2</emph> – 
Optional. Range2 and all the following mean the same as Range1.</paragraph>
-    <paragraph id="par_id317001803813193" 
role="paragraph"><emph>Criterion2</emph> – Optional. Criterion2 and all the 
following mean the same as Criterion.</paragraph>
+  </section>
+  <paragraph id="par_id190621657742" role="paragraph"><emph>Range2</emph> – 
Optional. Range2 and all the following mean the same as Range1.</paragraph>
+  <paragraph id="par_id317001803813193" 
role="paragraph"><emph>Criterion2</emph> – Optional. Criterion2 and all the 
following mean the same as Criterion.</paragraph>
 </section>
 <section id="par01">
     <paragraph id="par_id191527781733238" role="paragraph">The function can 
have up to 255 arguments, meaning that you can specify 127 criteria ranges and 
criteria for them.</paragraph>

Reply via email to