source/text/scalc/01/04060107.xhp       |  511 ++++++++++++++++----------------
 source/text/scalc/01/func_aggregate.xhp |    4 
 source/text/scalc/01/func_trunc.xhp     |    1 
 3 files changed, 259 insertions(+), 257 deletions(-)

New commits:
commit 7bdb4c95e0f85c235d1b426e5366873d74400f4a
Author:     Olivier Hallot <[email protected]>
AuthorDate: Mon May 4 19:24:57 2026 -0300
Commit:     Olivier Hallot <[email protected]>
CommitDate: Tue May 5 12:59:59 2026 +0200

    tdf#170437 how LO treats non-integer values for function parameters
    
    Arrays
    
    Change-Id: I4d5a3e38af62d8fc3124f263550ba0d3487b1073
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/204778
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <[email protected]>

diff --git a/source/text/scalc/01/04060107.xhp 
b/source/text/scalc/01/04060107.xhp
index 5b040ce481..a174231ec0 100644
--- a/source/text/scalc/01/04060107.xhp
+++ b/source/text/scalc/01/04060107.xhp
@@ -20,12 +20,12 @@
 
 <meta>
   <topic id="textscalc0104060107xml" indexer="include">
-    <title id="tit" xml-lang="en-US">Array Functions</title>
+    <title id="tit">Array Functions</title>
     <filename>/text/scalc/01/04060107.xhp</filename>
   </topic>
 </meta>
 <body>
-<bookmark xml-lang="en-US" branch="index" id="bm_id3147273">
+<bookmark branch="index" id="bm_id3147273">
 <bookmark_value>matrices; functions</bookmark_value>
 <bookmark_value>Function Wizard; arrays</bookmark_value>
 <bookmark_value>array formulas</bookmark_value>
@@ -44,9 +44,9 @@
 </bookmark>
 <comment>mw deleted "creating;"</comment>
 <h1 id="hd_id3147273"><variable id="arrayfunctit"><link 
href="text/scalc/01/04060107.xhp">Array Functions</link></variable></h1>
-  <paragraph id="par_id3154744" role="paragraph" xml-lang="en-US"><variable 
id="matrixtext">This category contains the array 
functions.</variable></paragraph>
+  <paragraph id="par_id3154744" role="paragraph"><variable 
id="matrixtext">This category contains the array 
functions.</variable></paragraph>
 <h2 id="hd_id3146084">What is an Array?</h2>
-  <paragraph id="par_id3154298" role="paragraph" xml-lang="en-US"><variable 
id="wasmatrix">An array is a linked range of cells on a spreadsheet containing 
values.</variable> A square range of 3 rows and 3 columns is a 3 x 3 
array:</paragraph>
+  <paragraph id="par_id3154298" role="paragraph"><variable id="wasmatrix">An 
array is a linked range of cells on a spreadsheet containing values.</variable> 
A square range of 3 rows and 3 columns is a 3 x 3 array:</paragraph>
 <table id="tbl_id3151168">
   <tablerow>
     <tablecell>
@@ -116,21 +116,21 @@
     </tablecell>
   </tablerow>
 </table>
-  <paragraph id="par_id3153583" role="paragraph" xml-lang="en-US">The smallest 
possible array is a 1 x 2 or 2 x 1 array with two adjacent cells.</paragraph>
+  <paragraph id="par_id3153583" role="paragraph">The smallest possible array 
is a 1 x 2 or 2 x 1 array with two adjacent cells.</paragraph>
 <h2 id="hd_id3148474">What is an array formula?</h2>
-  <paragraph id="par_id3155355" role="paragraph" xml-lang="en-US">A formula in 
which the individual values in a cell range are evaluated is referred to as an 
array formula. The difference between an array formula and other formulas is 
that the array formula deals with several values simultaneously instead of just 
one.</paragraph>
-  <paragraph id="par_id3151052" role="paragraph" xml-lang="en-US">Not only can 
an array formula process several values, but it can also return several values. 
The results of an array formula is also an array.</paragraph>
-  <paragraph id="par_id3158432" role="paragraph" xml-lang="en-US">To multiply 
the values in the individual cells by 10 in the above array, you do not need to 
apply a formula to each individual cell or value. Instead you just need to use 
a single array formula. Select a range of 3 x 3 cells on another part of the 
spreadsheet, enter the formula <item type="input">=10*A1:C3</item> and confirm 
this entry using the key combination <switchinline select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + Shift + Enter</emph>. The result is a 3 x 3 array in which the individual 
values in the cell range (A1:C3) are multiplied by a factor of 10.</paragraph>
-  <paragraph id="par_id3149156" role="paragraph" xml-lang="en-US">In addition 
to multiplication, you can also use other operators on the reference range (an 
array). With $[officename] Calc, you can add (+), subtract (-), multiply (*), 
divide (/), use exponents (^), concatenation (&amp;) and comparisons (=, 
&lt;&gt;, &lt;, &gt;, &lt;=, &gt;=). The operators can be used on each 
individual value in the cell range and return the result as an array if the 
array formula was entered.</paragraph>
-  <paragraph id="par_id3166456" role="paragraph" xml-lang="en-US">Comparison 
operators in an array formula treat empty cells in the same way as in a normal 
formula, that is, either as zero or as an empty string. For example, if cells 
A1 and A2 are empty the array formulas <item type="input">{=A1:A2=""}</item> 
and <item type="input">{=A1:A2=0}</item> will both return a 1 column 2 row 
array of cells containing TRUE.</paragraph>
+  <paragraph id="par_id3155355" role="paragraph">A formula in which the 
individual values in a cell range are evaluated is referred to as an array 
formula. The difference between an array formula and other formulas is that the 
array formula deals with several values simultaneously instead of just 
one.</paragraph>
+  <paragraph id="par_id3151052" role="paragraph">Not only can an array formula 
process several values, but it can also return several values. The results of 
an array formula is also an array.</paragraph>
+  <paragraph id="par_id3158432" role="paragraph">To multiply the values in the 
individual cells by 10 in the above array, you do not need to apply a formula 
to each individual cell or value. Instead you just need to use a single array 
formula. Select a range of 3 x 3 cells on another part of the spreadsheet, 
enter the formula <item type="input">=10*A1:C3</item> and confirm this entry 
using the key combination <switchinline select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + Shift + Enter</emph>. The result is a 3 x 3 array in which the individual 
values in the cell range (A1:C3) are multiplied by a factor of 10.</paragraph>
+  <paragraph id="par_id3149156" role="paragraph">In addition to 
multiplication, you can also use other operators on the reference range (an 
array). With $[officename] Calc, you can add (+), subtract (-), multiply (*), 
divide (/), use exponents (^), concatenation (&amp;) and comparisons (=, 
&lt;&gt;, &lt;, &gt;, &lt;=, &gt;=). The operators can be used on each 
individual value in the cell range and return the result as an array if the 
array formula was entered.</paragraph>
+  <paragraph id="par_id3166456" role="paragraph">Comparison operators in an 
array formula treat empty cells in the same way as in a normal formula, that 
is, either as zero or as an empty string. For example, if cells A1 and A2 are 
empty the array formulas <item type="input">{=A1:A2=""}</item> and <item 
type="input">{=A1:A2=0}</item> will both return a 1 column 2 row array of cells 
containing TRUE.</paragraph>
 <h3 id="hd_id3150713">When do you use array formulas?</h3>
-  <paragraph id="par_id3149787" role="paragraph" xml-lang="en-US">Use array 
formulas if you have to repeat calculations using different values. If you 
decide to change the calculation method later, you only have to update the 
array formula. To add an array formula, select the entire array range and then 
<link href="text/scalc/01/04060107.xhp">make the required change to the array 
formula</link>.</paragraph>
-  <paragraph id="par_id3149798" role="paragraph" xml-lang="en-US">Array 
formulas are also a space saving option when several values must be calculated, 
since they are not very memory-intensive. In addition, arrays are an essential 
tool for carrying out complex calculations, because you can have several cell 
ranges included in your calculations. $[officename] has different math 
functions for arrays, such as the MMULT function for multiplying two arrays or 
the SUMPRODUCT function for calculating the scalar products of two 
arrays.</paragraph>
+  <paragraph id="par_id3149787" role="paragraph">Use array formulas if you 
have to repeat calculations using different values. If you decide to change the 
calculation method later, you only have to update the array formula. To add an 
array formula, select the entire array range and then <link 
href="text/scalc/01/04060107.xhp">make the required change to the array 
formula</link>.</paragraph>
+  <paragraph id="par_id3149798" role="paragraph">Array formulas are also a 
space saving option when several values must be calculated, since they are not 
very memory-intensive. In addition, arrays are an essential tool for carrying 
out complex calculations, because you can have several cell ranges included in 
your calculations. $[officename] has different math functions for arrays, such 
as the MMULT function for multiplying two arrays or the SUMPRODUCT function for 
calculating the scalar products of two arrays.</paragraph>
 <h2 id="hd_id3155588">Using Array Formulas in $[officename] Calc</h2>
 <section id="implicit_intersection">
   <h3 id="hd_id651668200191409"><variable 
id="implicit_intersection_hd">Implicit intersection of array 
formulas</variable></h3>
 <section id="implicit_intersection_content">
-  <paragraph id="par_id3152876" role="paragraph" xml-lang="en-US">You can also 
create a "normal" formula in which the reference range, such as parameters, 
indicate an array formula. This formula is also known as "implicit 
intersection" of array formula. The result is obtained from the intersection of 
the reference range and the rows or columns in which the formula is found. If 
there is no intersection or if the range at the intersection covers several 
rows or columns, a #VALUE! error message appears. The following example 
illustrates this concept:</paragraph>
+  <paragraph id="par_id3152876" role="paragraph">You can also create a 
"normal" formula in which the reference range, such as parameters, indicate an 
array formula. This formula is also known as "implicit intersection" of array 
formula. The result is obtained from the intersection of the reference range 
and the rows or columns in which the formula is found. If there is no 
intersection or if the range at the intersection covers several rows or 
columns, a #VALUE! error message appears. The following example illustrates 
this concept:</paragraph>
 </section>
   </section>
   <paragraph role="paragraph" id="par_id631668200233375">In the table above, 
place the array formula in D1:</paragraph>
@@ -145,36 +145,36 @@
 
 <h3 id="hd_id3151271">Creating Array Formulas</h3>
 <section id="creating_array_formulas">
-  <paragraph id="par_id3149102" role="paragraph" xml-lang="en-US">If you 
create an array formula using the <emph>Function Wizard</emph>, you must mark 
the <emph>Array</emph> check box each time so that the results are returned in 
an array. Otherwise, only the value in the upper-left cell of the array being 
calculated is returned.</paragraph>
-  <paragraph id="par_id3153392" role="paragraph" xml-lang="en-US">If you enter 
the array formula directly into the cell, you must use the key combination 
<emph>Shift + </emph><switchinline select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + Enter</emph> instead of the <emph>Enter</emph> key. Only then does the 
formula become an array formula.</paragraph>
+  <paragraph id="par_id3149102" role="paragraph">If you create an array 
formula using the <emph>Function Wizard</emph>, you must mark the 
<emph>Array</emph> check box each time so that the results are returned in an 
array. Otherwise, only the value in the upper-left cell of the array being 
calculated is returned.</paragraph>
+  <paragraph id="par_id3153392" role="paragraph">If you enter the array 
formula directly into the cell, you must use the key combination <emph>Shift + 
</emph><switchinline select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + Enter</emph> instead of the <emph>Enter</emph> key. Only then does the 
formula become an array formula.</paragraph>
   <note id="par_id3151120">Array formulas appear in braces in $[officename] 
Calc. You cannot create array formulas by manually entering the braces.</note>
 </section>
   <warning id="par_id3154342">The cells in a results array are automatically 
protected against changes. However, you can edit, delete or copy the array 
formula by selecting the entire array cell range.</warning>
 <h3 id="hd_id8834803">Using Inline Array Constants in Formulas</h3>
-  <paragraph id="par_id985747" role="paragraph" xml-lang="en-US">Calc supports 
inline matrix/array constants in formulas. An inline array is surrounded by 
curly braces '{' and '}'. Elements can be each a number (including negatives), 
a logical constant (TRUE, FALSE), or a literal string. Non-constant expressions 
are not allowed. Arrays can be entered with one or more rows, and one or more 
columns. All rows must consist of the same number of elements, all columns must 
consist of the same number of elements.</paragraph>
-  <paragraph id="par_id936613" role="paragraph" xml-lang="en-US">The column 
separator (separating elements in one row) and the row separator are language 
and locale dependent. But in this help content, the ';' semicolon and '|' pipe 
symbol are used to indicate the column and row separators, respectively. For 
example, in the English locale, the ',' comma is used as the column separator, 
while the ';' semicolon is used as the row separator.</paragraph>
+  <paragraph id="par_id985747" role="paragraph">Calc supports inline 
matrix/array constants in formulas. An inline array is surrounded by curly 
braces '{' and '}'. Elements can be each a number (including negatives), a 
logical constant (TRUE, FALSE), or a literal string. Non-constant expressions 
are not allowed. Arrays can be entered with one or more rows, and one or more 
columns. All rows must consist of the same number of elements, all columns must 
consist of the same number of elements.</paragraph>
+  <paragraph id="par_id936613" role="paragraph">The column separator 
(separating elements in one row) and the row separator are language and locale 
dependent. But in this help content, the ';' semicolon and '|' pipe symbol are 
used to indicate the column and row separators, respectively. For example, in 
the English locale, the ',' comma is used as the column separator, while the 
';' semicolon is used as the row separator.</paragraph>
   <tip id="par_id936615">You can view and change the row and column separator 
in <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - 
Preferences</emph></caseinline><defaultinline><emph>Tools - 
Options</emph></defaultinline></switchinline><emph> - Calc - Formula - 
Separators</emph>.</tip>
-  <paragraph id="par_id1877498" role="paragraph" xml-lang="en-US">Arrays can 
not be nested.</paragraph>
-  <paragraph id="par_id4262520" role="paragraph" 
xml-lang="en-US"><emph>Examples:</emph></paragraph>
-  <paragraph id="par_id9387493" role="code" 
xml-lang="en-US">={1;2;3}</paragraph>
-  <paragraph id="par_id8207037" role="paragraph" xml-lang="en-US">An array 
with one row consisting of the three numbers 1, 2, and 3.</paragraph>
-  <paragraph id="par_id6757103" role="paragraph" xml-lang="en-US">To enter 
this array constant, you select three cells in a row, then you type the formula 
<item type="input">={1;2;3}</item> using the curly braces and the semicolons, 
then press <switchinline select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + Shift + Enter</emph>.</paragraph>
-  <paragraph id="par_id8868068" role="code" 
xml-lang="en-US">={1;2;3|4;5;6}</paragraph>
-  <paragraph id="par_id6626483" role="paragraph" xml-lang="en-US">An array 
with two rows and three values in each row.</paragraph>
-  <paragraph id="par_id5262916" role="code" 
xml-lang="en-US">={0;1;2|FALSE;TRUE;"two"}</paragraph>
-  <paragraph id="par_id1623889" role="paragraph" xml-lang="en-US">A mixed data 
array.</paragraph>
-  <paragraph id="par_id7781914" role="code" 
xml-lang="en-US">=SIN({1;2;3})</paragraph>
-  <paragraph id="par_id300912" role="paragraph" xml-lang="en-US">Entered as a 
matrix formula, delivers the result of three SIN calculations with the 
arguments 1, 2, and 3.</paragraph>
+  <paragraph id="par_id1877498" role="paragraph">Arrays can not be 
nested.</paragraph>
+  <paragraph id="par_id4262520" 
role="paragraph"><emph>Examples:</emph></paragraph>
+  <paragraph id="par_id9387493" role="code">={1;2;3}</paragraph>
+  <paragraph id="par_id8207037" role="paragraph">An array with one row 
consisting of the three numbers 1, 2, and 3.</paragraph>
+  <paragraph id="par_id6757103" role="paragraph">To enter this array constant, 
you select three cells in a row, then you type the formula <item 
type="input">={1;2;3}</item> using the curly braces and the semicolons, then 
press <switchinline select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + Shift + Enter</emph>.</paragraph>
+  <paragraph id="par_id8868068" role="code">={1;2;3|4;5;6}</paragraph>
+  <paragraph id="par_id6626483" role="paragraph">An array with two rows and 
three values in each row.</paragraph>
+  <paragraph id="par_id5262916" 
role="code">={0;1;2|FALSE;TRUE;"two"}</paragraph>
+  <paragraph id="par_id1623889" role="paragraph">A mixed data 
array.</paragraph>
+  <paragraph id="par_id7781914" role="code">=SIN({1;2;3})</paragraph>
+  <paragraph id="par_id300912" role="paragraph">Entered as a matrix formula, 
delivers the result of three SIN calculations with the arguments 1, 2, and 
3.</paragraph>
 <h3 id="hd_id3148660">Editing Array Formulas</h3>
 <list type="ordered">
   <listitem>
-    <paragraph id="par_id3149241" role="listitem" xml-lang="en-US">Select the 
cell range or array containing the array formula. To select the whole array, 
position the cell cursor inside the array range, then press <switchinline 
select="sys"><caseinline 
select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>
 + <keycode>/</keycode>, where <keycode>/</keycode> is the division key on the 
numeric keypad.</paragraph>
+    <paragraph id="par_id3149241" role="listitem">Select the cell range or 
array containing the array formula. To select the whole array, position the 
cell cursor inside the array range, then press <switchinline 
select="sys"><caseinline 
select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>
 + <keycode>/</keycode>, where <keycode>/</keycode> is the division key on the 
numeric keypad.</paragraph>
   </listitem>
   <listitem>
-    <paragraph id="par_id3143274" role="listitem" xml-lang="en-US">Either 
press <emph>F2</emph> or position the cursor in the input line. Both of these 
actions let you edit the formula.</paragraph>
+    <paragraph id="par_id3143274" role="listitem">Either press <emph>F2</emph> 
or position the cursor in the input line. Both of these actions let you edit 
the formula.</paragraph>
   </listitem>
   <listitem>
-    <paragraph id="par_id3154798" role="listitem" xml-lang="en-US">After you 
have made changes, press <switchinline select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + Shift + Enter</emph>.</paragraph>
+    <paragraph id="par_id3154798" role="listitem">After you have made changes, 
press <switchinline select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + Shift + Enter</emph>.</paragraph>
   </listitem>
 </list>
   <tip id="par_id3150628">You can format the separate parts of an array. For 
example, you can change the font color. Select a cell range and then change the 
attribute you want.</tip>
@@ -182,46 +182,46 @@
 <h3 id="hd_id541633516074226">Deleting Array Formulae</h3>
 <list type="ordered">
     <listitem>
-        <paragraph id="par_id681633516103267"  role="listitem">Select the cell 
range or array containing the array formula. To select the whole array, 
position the cell cursor inside the array range, then press <switchinline 
select="sys"><caseinline 
select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>
 + <keycode>/</keycode>, where <keycode>/</keycode> is the division key on the 
numeric keypad.</paragraph>
+        <paragraph id="par_id681633516103267" role="listitem">Select the cell 
range or array containing the array formula. To select the whole array, 
position the cell cursor inside the array range, then press <switchinline 
select="sys"><caseinline 
select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>
 + <keycode>/</keycode>, where <keycode>/</keycode> is the division key on the 
numeric keypad.</paragraph>
     </listitem>
     <listitem>
-        <paragraph id="par_id61633516164519"  role="listitem">Press 
<keycode>Delete</keycode> to delete the array contents, including the array 
formula, or press <keycode>Backspace</keycode> and this brings up the <link 
href="text/scalc/01/02150000.xhp">Delete Contents</link> dialog box. Select 
<emph>Formula</emph> or <emph>Delete All</emph> and click 
<emph>OK</emph>.</paragraph>
+        <paragraph id="par_id61633516164519" role="listitem">Press 
<keycode>Delete</keycode> to delete the array contents, including the array 
formula, or press <keycode>Backspace</keycode> and this brings up the <link 
href="text/scalc/01/02150000.xhp">Delete Contents</link> dialog box. Select 
<emph>Formula</emph> or <emph>Delete All</emph> and click 
<emph>OK</emph>.</paragraph>
     </listitem>
 </list>
 
 <h3 id="hd_id3145608">Copying Array Formulas</h3>
 <list type="ordered">
   <listitem>
-    <paragraph id="par_id3149585" role="listitem" xml-lang="en-US">Select the 
cell range or array containing the array formula.</paragraph>
+    <paragraph id="par_id3149585" role="listitem">Select the cell range or 
array containing the array formula.</paragraph>
   </listitem>
   <listitem>
-    <paragraph id="par_id3154619" role="listitem" xml-lang="en-US">Either 
press <emph>F2</emph> or position the cursor in the input line.</paragraph>
+    <paragraph id="par_id3154619" role="listitem">Either press <emph>F2</emph> 
or position the cursor in the input line.</paragraph>
   </listitem>
   <listitem>
-    <paragraph id="par_id3150994" role="listitem" xml-lang="en-US">Copy the 
formula into the input line by pressing <switchinline select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + C</emph>.</paragraph>
+    <paragraph id="par_id3150994" role="listitem">Copy the formula into the 
input line by pressing <switchinline select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + C</emph>.</paragraph>
   </listitem>
   <listitem>
-    <paragraph id="par_id3146787" role="listitem" xml-lang="en-US">Select a 
range of cells where you want to insert the array formula and either press 
<emph>F2</emph> or position the cursor in the input line.</paragraph>
+    <paragraph id="par_id3146787" role="listitem">Select a range of cells 
where you want to insert the array formula and either press <emph>F2</emph> or 
position the cursor in the input line.</paragraph>
   </listitem>
   <listitem>
-    <paragraph id="par_id3154419" role="listitem" xml-lang="en-US">Paste the 
formula by pressing <switchinline select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + V</emph> in the selected space and confirm it by pressing <switchinline 
select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + Shift + Enter</emph>. The selected range now contains the array 
formula.</paragraph>
+    <paragraph id="par_id3154419" role="listitem">Paste the formula by 
pressing <switchinline select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + V</emph> in the selected space and confirm it by pressing <switchinline 
select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + Shift + Enter</emph>. The selected range now contains the array 
formula.</paragraph>
   </listitem>
 </list>
 <h3 id="hd_id3154834">Adjusting an Array Range</h3>
-  <paragraph id="par_id3148679" role="paragraph" xml-lang="en-US">If you want 
to edit the output array, do the following:</paragraph>
+  <paragraph id="par_id3148679" role="paragraph">If you want to edit the 
output array, do the following:</paragraph>
 <list type="ordered">
   <listitem>
-    <paragraph id="par_id3151102" role="listitem" xml-lang="en-US">Select the 
cell range or array containing the array formula.</paragraph>
+    <paragraph id="par_id3151102" role="listitem">Select the cell range or 
array containing the array formula.</paragraph>
   </listitem>
   <listitem>
-    <paragraph id="par_id3147096" role="listitem" xml-lang="en-US">Below the 
selection, to the right, you will see a small icon with which you can zoom in 
or out on the range using your mouse.</paragraph>
+    <paragraph id="par_id3147096" role="listitem">Below the selection, to the 
right, you will see a small icon with which you can zoom in or out on the range 
using your mouse.</paragraph>
   </listitem>
 </list>
   <note id="par_id3150974">When you adjust the array range, the array formula 
will not automatically be adjusted. You are only changing the range in which 
the result will appear.</note>
-  <paragraph id="par_id3146080" role="paragraph" xml-lang="en-US">By holding 
down the <switchinline select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>
 key, you can create a copy of the array formula in the given range.</paragraph>
+  <paragraph id="par_id3146080" role="paragraph">By holding down the 
<switchinline select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>
 key, you can create a copy of the array formula in the given range.</paragraph>
 <h3 id="par_idN10D47">Conditional Array Calculations</h3>
-  <paragraph id="par_idN10D4B" role="paragraph" xml-lang="en-US">A conditional 
array calculation is an array or matrix formula that includes an IF() or 
CHOOSE() function. The condition argument in the formula is an area reference 
or a matrix result.</paragraph>
-  <paragraph id="par_idN10D4E" role="paragraph" xml-lang="en-US">In the 
following example, the &gt;0 test of the {=IF(A1:A3&gt;0;"yes";"no")} formula 
is applied to each cell in the range A1:A3 and the result is copied to the 
corresponding cell.</paragraph>
+  <paragraph id="par_idN10D4B" role="paragraph">A conditional array 
calculation is an array or matrix formula that includes an IF() or CHOOSE() 
function. The condition argument in the formula is an area reference or a 
matrix result.</paragraph>
+  <paragraph id="par_idN10D4E" role="paragraph">In the following example, the 
&gt;0 test of the {=IF(A1:A3&gt;0;"yes";"no")} formula is applied to each cell 
in the range A1:A3 and the result is copied to the corresponding 
cell.</paragraph>
 <table id="tbl_id2511673">
   <tablerow>
     <tablecell>
@@ -230,10 +230,10 @@
         <paragraph id="par_idN10D65" role="tablehead" 
localize="false">A</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN10D6B" role="tablehead" xml-lang="en-US">B 
(formula)</paragraph>
+      <paragraph id="par_idN10D6B" role="tablehead">B (formula)</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN10B75" role="tablehead" xml-lang="en-US">B 
(result)</paragraph>
+      <paragraph id="par_idN10B75" role="tablehead">B (result)</paragraph>
     </tablecell>
   </tablerow>
   <tablerow>
@@ -244,10 +244,10 @@
         <paragraph id="par_idN10D80" role="paragraph" 
localize="false">1</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN10D86" role="paragraph" 
xml-lang="en-US">{=IF(A1:A3&gt;0;"yes";"no")}</paragraph>
+      <paragraph id="par_idN10D86" 
role="paragraph">{=IF(A1:A3&gt;0;"yes";"no")}</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN10D8C" role="tablecontent" 
xml-lang="en-US">yes</paragraph>
+      <paragraph id="par_idN10D8C" role="tablecontent">yes</paragraph>
     </tablecell>
   </tablerow>
   <tablerow>
@@ -258,10 +258,10 @@
         <paragraph id="par_idN10D9B" role="paragraph" 
localize="false">0</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN10DA1" role="paragraph" 
xml-lang="en-US">{=IF(A1:A3&gt;0;"yes";"no")}</paragraph>
+      <paragraph id="par_idN10DA1" 
role="paragraph">{=IF(A1:A3&gt;0;"yes";"no")}</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN10DA7" role="tablecontent" 
xml-lang="en-US">no</paragraph>
+      <paragraph id="par_idN10DA7" role="tablecontent">no</paragraph>
     </tablecell>
   </tablerow>
   <tablerow>
@@ -272,14 +272,14 @@
         <paragraph id="par_idN10DB6" role="paragraph" 
localize="false">1</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN10DBC" role="paragraph" 
xml-lang="en-US">{=IF(A1:A3&gt;0;"yes";"no")}</paragraph>
+      <paragraph id="par_idN10DBC" 
role="paragraph">{=IF(A1:A3&gt;0;"yes";"no")}</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN10DC2" role="tablecontent" 
xml-lang="en-US">yes</paragraph>
+      <paragraph id="par_idN10DC2" role="tablecontent">yes</paragraph>
     </tablecell>
   </tablerow>
 </table>
-  <paragraph id="par_idN10DD0" role="paragraph" xml-lang="en-US">The following 
functions provide forced array handling: CORREL, COVAR, FORECAST, FTEST, 
INTERCEPT, MDETERM, MINVERSE, MMULT, MODE, PEARSON, PROB, RSQ, SLOPE, STEYX, 
SUMPRODUCT, SUMX2MY2, SUMX2PY2, SUMXMY2, TTEST. If you use area references as 
arguments when you call one of these functions, the functions behave as array 
functions. The following table provides an example of forced array 
handling:</paragraph>
+  <paragraph id="par_idN10DD0" role="paragraph">The following functions 
provide forced array handling: CORREL, COVAR, FORECAST, FTEST, INTERCEPT, 
MDETERM, MINVERSE, MMULT, MODE, PEARSON, PROB, RSQ, SLOPE, STEYX, SUMPRODUCT, 
SUMX2MY2, SUMX2PY2, SUMXMY2, TTEST. If you use area references as arguments 
when you call one of these functions, the functions behave as array functions. 
The following table provides an example of forced array handling:</paragraph>
 <table id="tbl_id7380291">
   <tablerow>
     <tablecell>
@@ -288,16 +288,16 @@
         <paragraph id="par_idN10DE2" role="tablehead" 
localize="false">A</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN10DE8" role="tablehead" xml-lang="en-US">B 
(formula)</paragraph>
+      <paragraph id="par_idN10DE8" role="tablehead">B (formula)</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN10DEE" role="tablehead" xml-lang="en-US">B 
(result)</paragraph>
+      <paragraph id="par_idN10DEE" role="tablehead">B (result)</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN10DF4" role="tablehead" xml-lang="en-US">C (forced 
array formula)</paragraph>
+      <paragraph id="par_idN10DF4" role="tablehead">C (forced array 
formula)</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN10DFA" role="tablehead" xml-lang="en-US">C 
(result)</paragraph>
+      <paragraph id="par_idN10DFA" role="tablehead">C (result)</paragraph>
     </tablecell>
   </tablerow>
   <tablerow>
@@ -314,7 +314,7 @@
         <paragraph id="par_idN10E17" role="tablecontent" 
localize="false">2</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN10E1D" role="tablecontent" 
xml-lang="en-US">=SUMPRODUCT(A1:A2+1)</paragraph>
+      <paragraph id="par_idN10E1D" 
role="tablecontent">=SUMPRODUCT(A1:A2+1)</paragraph>
     </tablecell>
     <tablecell>
         <paragraph id="par_idN10E25" role="tablecontent" 
localize="false">5</paragraph>
@@ -334,7 +334,7 @@
         <paragraph id="par_idN10E42" role="tablecontent" 
localize="false">3</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN10E48" role="tablecontent" 
xml-lang="en-US">=SUMPRODUCT(A1:A2+1)</paragraph>
+      <paragraph id="par_idN10E48" 
role="tablecontent">=SUMPRODUCT(A1:A2+1)</paragraph>
     </tablecell>
     <tablecell>
         <paragraph id="par_idN10E50" role="tablecontent" 
localize="false">5</paragraph>
@@ -350,10 +350,10 @@
         <paragraph id="par_idN10E63" role="tablecontent" 
localize="false">=A1:A2+1</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN10E6A" role="tablecontent" 
xml-lang="en-US">#VALUE!</paragraph>
+      <paragraph id="par_idN10E6A" role="tablecontent">#VALUE!</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN10E70" role="tablecontent" 
xml-lang="en-US">=SUMPRODUCT(A1:A2+1)</paragraph>
+      <paragraph id="par_idN10E70" 
role="tablecontent">=SUMPRODUCT(A1:A2+1)</paragraph>
     </tablecell>
     <tablecell>
         <paragraph id="par_idN10E78" role="tablecontent" 
localize="false">5</paragraph>
@@ -362,38 +362,38 @@
 </table>
 <sort order="asc" descendant="h2">
 <section id="Section14">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3158446">
+<bookmark branch="index" id="bm_id3158446">
 <bookmark_value>MUNIT function</bookmark_value>
 </bookmark>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_EINHEITSMATRIX" 
id="bm_id3151317" localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_EINHEITSMATRIX" id="bm_id3151317" 
localize="false"/>
 <h2 id="hd_id3158446">MUNIT</h2>
-  <paragraph id="par_id3154121" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_EINHEITSMATRIX">Returns the unitary square array of a certain 
size.</ahelp> The unitary array is a square array where the main diagonal 
elements equal 1 and all other array elements are equal to 0.</paragraph>
+  <paragraph id="par_id3154121" role="paragraph"><ahelp 
hid="HID_FUNC_EINHEITSMATRIX">Returns the unitary square array of a certain 
size.</ahelp> The unitary array is a square array where the main diagonal 
elements equal 1 and all other array elements are equal to 0.</paragraph>
   <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-  <paragraph id="par_id3156271" role="code" 
xml-lang="en-US">MUNIT(Dimensions)</paragraph>
-  <paragraph id="par_id3159390" role="paragraph" 
xml-lang="en-US"><emph>Dimensions</emph> refers to the size of the array 
unit.</paragraph>
+  <paragraph id="par_id3156271" role="code">MUNIT(Dimensions)</paragraph>
+  <paragraph id="par_id3159390" role="paragraph"><emph>Dimensions</emph> 
refers to the size of the array unit.</paragraph>
   <note id="par_idN10C9B">You can find a general introduction to Array 
functions at the top of this page.</note>
   <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-  <paragraph id="par_id3150949" role="paragraph" xml-lang="en-US">Select a 
square range within the spreadsheet, for example, from A1 to E5.</paragraph>
-  <paragraph id="par_id3151260" role="paragraph" xml-lang="en-US">Without 
deselecting the range, select the MUNIT function. Mark the <emph>Array</emph> 
check box. Enter the desired dimensions for the array unit, in this case <item 
type="input">5</item>, and click <emph>OK</emph>.</paragraph>
-  <paragraph id="par_id3150403" role="paragraph" xml-lang="en-US">You can also 
enter the <item type="input">=MUNIT(5)</item> formula in the last cell of the 
selected range (E5), and press <switchinline select="sys"><caseinline 
select="MAC"><item type="keycode">Shift + Command + 
Enter</item></caseinline><defaultinline><item type="keycode">Shift + Ctrl + 
Enter</item></defaultinline></switchinline>.</paragraph>
-  <paragraph id="par_id3156143" role="paragraph" xml-lang="en-US">You now see 
a unit array with a range of A1:E5.</paragraph>
-  <paragraph id="par_idN10FA7" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <paragraph id="par_id3150949" role="paragraph">Select a square range within 
the spreadsheet, for example, from A1 to E5.</paragraph>
+  <paragraph id="par_id3151260" role="paragraph">Without deselecting the 
range, select the MUNIT function. Mark the <emph>Array</emph> check box. Enter 
the desired dimensions for the array unit, in this case <item 
type="input">5</item>, and click <emph>OK</emph>.</paragraph>
+  <paragraph id="par_id3150403" role="paragraph">You can also enter the <item 
type="input">=MUNIT(5)</item> formula in the last cell of the selected range 
(E5), and press <switchinline select="sys"><caseinline select="MAC"><item 
type="keycode">Shift + Command + Enter</item></caseinline><defaultinline><item 
type="keycode">Shift + Ctrl + 
Enter</item></defaultinline></switchinline>.</paragraph>
+  <paragraph id="par_id3156143" role="paragraph">You now see a unit array with 
a range of A1:E5.</paragraph>
+  <paragraph id="par_idN10FA7" role="paragraph" localize="false"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
 </section>
 <section id="Section13">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3159084">
+<bookmark branch="index" id="bm_id3159084">
 <bookmark_value>FREQUENCY function</bookmark_value>
 </bookmark>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_HAEUFIGKEIT" 
id="bm_id3153883" localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_HAEUFIGKEIT" id="bm_id3153883" 
localize="false"/>
 <h2 id="hd_id3159084">FREQUENCY</h2>
-  <paragraph id="par_id3145777" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_HAEUFIGKEIT">Indicates the frequency distribution in a 
one-column-array.</ahelp> The function counts the number of values in the 
<emph>Data</emph> array that are within the values given by the 
<emph>Classes</emph> array.</paragraph>
+  <paragraph id="par_id3145777" role="paragraph"><ahelp 
hid="HID_FUNC_HAEUFIGKEIT">Indicates the frequency distribution in a 
one-column-array.</ahelp> The function counts the number of values in the 
<emph>Data</emph> array that are within the values given by the 
<emph>Classes</emph> array.</paragraph>
   <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-  <paragraph id="par_id3155498" role="code" xml-lang="en-US">FREQUENCY(Data; 
Classes)</paragraph>
-  <paragraph id="par_id3154352" role="paragraph" 
xml-lang="en-US"><emph>Data</emph> represents the reference to the values to be 
counted.</paragraph>
-  <paragraph id="par_id3148402" role="paragraph" 
xml-lang="en-US"><emph>Classes</emph> represents the array of the limit 
values.</paragraph>
+  <paragraph id="par_id3155498" role="code">FREQUENCY(Data; 
Classes)</paragraph>
+  <paragraph id="par_id3154352" role="paragraph"><emph>Data</emph> represents 
the reference to the values to be counted.</paragraph>
+  <paragraph id="par_id3148402" role="paragraph"><emph>Classes</emph> 
represents the array of the limit values.</paragraph>
   <embed href="text/scalc/01/common_func.xhp#datenumbersequencenote"/>
   <note id="par_idN10D71">You can find a general introduction to Array 
functions at the top of this page.</note>
   <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-  <paragraph id="par_id3155904" role="paragraph" xml-lang="en-US">In the 
following table, column A lists unsorted measurement values. Column B contains 
the upper limit you entered for the classes into which you want to divide the 
data in column A. According to the limit entered in B1, the FREQUENCY function 
returns the number of measured values less than or equal to 5. As the limit in 
B2 is 10, the FREQUENCY function returns the second result as the number of 
measured values that are greater than 5 and less than or equal to 10. The text 
you entered in B6, "&gt;25", is only for reference purposes.<comment>i77461: 
replace old text: As the limit in B2 is 10, the FREQUENCY function returns the 
second result as the number of measured values that are greater than 5 or 
greater than or equal to 10.</comment></paragraph><comment>UFI: replace table 
by picture</comment>
+  <paragraph id="par_id3155904" role="paragraph">In the following table, 
column A lists unsorted measurement values. Column B contains the upper limit 
you entered for the classes into which you want to divide the data in column A. 
According to the limit entered in B1, the FREQUENCY function returns the number 
of measured values less than or equal to 5. As the limit in B2 is 10, the 
FREQUENCY function returns the second result as the number of measured values 
that are greater than 5 and less than or equal to 10. The text you entered in 
B6, "&gt;25", is only for reference purposes.<comment>i77461: replace old text: 
As the limit in B2 is 10, the FREQUENCY function returns the second result as 
the number of measured values that are greater than 5 or greater than or equal 
to 10.</comment></paragraph><comment>UFI: replace table by picture</comment>
 <table id="tbl_id3150680">
   <tablerow>
     <tablecell>
@@ -553,81 +553,82 @@
     </tablecell>
   </tablerow>
 </table>
-  <paragraph id="par_id3150312" role="paragraph" xml-lang="en-US">Select a 
single column range in which to enter the frequency according to the class 
limits. You must select one field more than the class ceiling. In this example, 
select the range C1:C6. Call up the FREQUENCY function in the <emph>Function 
Wizard</emph>. Select the <emph>Data</emph> range in (A1:A11), and then the 
<emph>Classes</emph> range in which you entered the class limits (B1:B6). 
Select the <emph>Array</emph> check box and click <emph>OK</emph>. You will see 
the frequency count in the range C1:C6.</paragraph>
-  <paragraph id="par_idN11269" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <paragraph role="paragraph" 
id="par_id611777932690795"><input>{=FREQUENCY(A1:A11;B1:B6)}</input></paragraph>
+  <paragraph id="par_id3150312" role="paragraph">Select a single column range 
in which to enter the frequency according to the class limits. You must select 
one field more than the class ceiling. In this example, select the range C1:C6. 
Call up the FREQUENCY function in the <emph>Function Wizard</emph>. Select the 
<emph>Data</emph> range in (A1:A11), and then the <emph>Classes</emph> range in 
which you entered the class limits (B1:B6). Select the <emph>Array</emph> check 
box and click <emph>OK</emph>. You will see the frequency count in the range 
C1:C6.</paragraph>
+  <paragraph id="par_idN11269" role="paragraph" localize="false"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
 </section>
 <section id="Section12">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3151030">
+<bookmark branch="index" id="bm_id3151030">
 <bookmark_value>MDETERM function</bookmark_value>
 <bookmark_value>determinants</bookmark_value>
 </bookmark>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_MDET" id="bm_id3154057" 
localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_MDET" id="bm_id3154057" localize="false"/>
 <h2 id="hd_id3151030">MDETERM</h2>
-  <paragraph id="par_id3154073" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_MDET">Returns the array determinant of an array.</ahelp> This 
function returns a value in the current cell; it is not necessary to define a 
range for the results.</paragraph>
+  <paragraph id="par_id3154073" role="paragraph"><ahelp 
hid="HID_FUNC_MDET">Returns the array determinant of an array.</ahelp> This 
function returns a value in the current cell; it is not necessary to define a 
range for the results.</paragraph>
   <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-  <paragraph id="par_id3156380" role="code" 
xml-lang="en-US">MDETERM(Array)</paragraph>
-  <paragraph id="par_id3150290" role="paragraph" 
xml-lang="en-US"><emph>Array</emph> represents a square array in which the 
determinants are defined.</paragraph>
+  <paragraph id="par_id3156380" role="code">MDETERM(Array)</paragraph>
+  <paragraph id="par_id3150290" role="paragraph"><emph>Array</emph> represents 
a square array in which the determinants are defined.</paragraph>
   <note id="par_idN11635">You can find a general introduction to using Array 
functions on top of this page.</note>
-  <paragraph id="par_idN11333" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <paragraph id="par_idN11333" role="paragraph" localize="false"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
 </section>
 <section id="Section11">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3151348">
+<bookmark branch="index" id="bm_id3151348">
 <bookmark_value>MINVERSE function</bookmark_value>
 <bookmark_value>inverse arrays</bookmark_value>
 </bookmark>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_MINV" id="bm_id3151360" 
localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_MINV" id="bm_id3151360" localize="false"/>
 <h2 id="hd_id3151348">MINVERSE</h2>
-  <paragraph id="par_id3145569" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_MINV">Returns the inverse array.</ahelp></paragraph>
+  <paragraph id="par_id3145569" role="paragraph"><ahelp 
hid="HID_FUNC_MINV">Returns the inverse array.</ahelp></paragraph>
   <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-  <paragraph id="par_id3156085" role="code" 
xml-lang="en-US">MINVERSE(Array)</paragraph>
-  <paragraph id="par_id3157849" role="paragraph" 
xml-lang="en-US"><emph>Array</emph> represents a square array that is to be 
inverted.</paragraph>
-  <paragraph id="par_idN113EE" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <paragraph id="par_id3156085" role="code">MINVERSE(Array)</paragraph>
+  <paragraph id="par_id3157849" role="paragraph"><emph>Array</emph> represents 
a square array that is to be inverted.</paragraph>
+  <paragraph id="par_idN113EE" role="paragraph" localize="false"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
   <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-  <paragraph id="par_id3149638" role="paragraph" xml-lang="en-US">Select a 
square range and select MINVERSE. Select the output array, select the 
<emph>Array</emph> field and click <emph>OK</emph>.</paragraph>
+  <paragraph id="par_id3149638" role="paragraph">Select a square range and 
select MINVERSE. Select the output array, select the <emph>Array</emph> field 
and click <emph>OK</emph>.</paragraph>
 </section>
 <section id="Section10">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3148546">
+<bookmark branch="index" id="bm_id3148546">
 <bookmark_value>MMULT function</bookmark_value>
 </bookmark>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_MMULT" id="bm_id3148501" 
localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_MMULT" id="bm_id3148501" localize="false"/>
 <h2 id="hd_id3148546">MMULT</h2>
-  <paragraph id="par_id3148518" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_MMULT">Calculates the array product of two arrays.</ahelp> The 
number of columns for array 1 must match the number of rows for array 2. The 
square array has an equal number of rows and columns.</paragraph>
+  <paragraph id="par_id3148518" role="paragraph"><ahelp 
hid="HID_FUNC_MMULT">Calculates the array product of two arrays.</ahelp> The 
number of columns for array 1 must match the number of rows for array 2. The 
square array has an equal number of rows and columns.</paragraph>
   <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-  <paragraph id="par_id3150798" role="code" xml-lang="en-US">MMULT(Array 1; 
Array 2)</paragraph>
-  <paragraph id="par_id3150812" role="paragraph" xml-lang="en-US"><emph>Array 
1</emph> represents the first array used in the array product.</paragraph>
-  <paragraph id="par_id3152553" role="paragraph" xml-lang="en-US"><emph>Array 
2</emph> represents the second array with the same number of rows.</paragraph>
+  <paragraph id="par_id3150798" role="code">MMULT(Array 1; Array 2)</paragraph>
+  <paragraph id="par_id3150812" role="paragraph"><emph>Array 1</emph> 
represents the first array used in the array product.</paragraph>
+  <paragraph id="par_id3152553" role="paragraph"><emph>Array 2</emph> 
represents the second array with the same number of rows.</paragraph>
   <note id="par_idN114C3" localize="false"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></note>
   <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-  <paragraph id="par_id3146826" role="paragraph" xml-lang="en-US">Select a 
square range. Choose the MMULT function. Select <emph>Array 1</emph>, then 
select <emph>Array 2</emph>. Using the <emph>Function Wizard</emph>, mark the 
<emph>Array</emph> check box. Click <emph>OK</emph>. The output array will 
appear in the first selected range.</paragraph>
+  <paragraph id="par_id3146826" role="paragraph">Select a square range. Choose 
the MMULT function. Select <emph>Array 1</emph>, then select <emph>Array 
2</emph>. Using the <emph>Function Wizard</emph>, mark the <emph>Array</emph> 
check box. Click <emph>OK</emph>. The output array will appear in the first 
selected range.</paragraph>
 </section>
 <section id="Section9">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3154970">
+<bookmark branch="index" id="bm_id3154970">
 <bookmark_value>TRANSPOSE function</bookmark_value>
 </bookmark>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_MTRANS" id="bm_id3154982" 
localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_MTRANS" id="bm_id3154982" localize="false"/>
 <h2 id="hd_id3154970">TRANSPOSE</h2>
-  <paragraph id="par_id3155276" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_MTRANS">Transposes the rows and columns of an 
array.</ahelp></paragraph>
+  <paragraph id="par_id3155276" role="paragraph"><ahelp 
hid="HID_FUNC_MTRANS">Transposes the rows and columns of an 
array.</ahelp></paragraph>
   <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-  <paragraph id="par_id3153843" role="code" 
xml-lang="en-US">TRANSPOSE(Array)</paragraph>
-  <paragraph id="par_id3153857" role="paragraph" 
xml-lang="en-US"><emph>Array</emph> represents the array in the spreadsheet 
that is to be transposed.</paragraph>
+  <paragraph id="par_id3153843" role="code">TRANSPOSE(Array)</paragraph>
+  <paragraph id="par_id3153857" role="paragraph"><emph>Array</emph> represents 
the array in the spreadsheet that is to be transposed.</paragraph>
   <note id="par_idN11035">You can find a general introduction to using Array 
functions on top of this page.</note>
   <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-  <paragraph id="par_id3159366" role="paragraph" xml-lang="en-US">In the 
spreadsheet, select the range in which the transposed array can appear. If the 
original array has n rows and m columns, your selected range must have at least 
m rows and n columns. Then enter the formula directly, select the original 
array and press <switchinline select="sys"><caseinline select="MAC"><emph>Shift 
+ Command + Enter</emph></caseinline><defaultinline><emph>Shift + Ctrl + 
Enter</emph></defaultinline></switchinline>. Or, if you are using the 
<emph>Function Wizard</emph>, mark the <emph>Array</emph> check box. The 
transposed array appears in the selected target range and is protected 
automatically against changes.</paragraph>
+  <paragraph id="par_id3159366" role="paragraph">In the spreadsheet, select 
the range in which the transposed array can appear. If the original array has n 
rows and m columns, your selected range must have at least m rows and n 
columns. Then enter the formula directly, select the original array and press 
<switchinline select="sys"><caseinline select="MAC"><emph>Shift + Command + 
Enter</emph></caseinline><defaultinline><emph>Shift + Ctrl + 
Enter</emph></defaultinline></switchinline>. Or, if you are using the 
<emph>Function Wizard</emph>, mark the <emph>Array</emph> check box. The 
transposed array appears in the selected target range and is protected 
automatically against changes.</paragraph>
 <table id="tbl_id6215816">
   <tablerow>
     <tablecell>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN11B3G" role="tablehead" localize="false" 
xml-lang="en-US">A</paragraph>
+      <paragraph id="par_idN11B3G" role="tablehead" 
localize="false">A</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN11B46" role="tablehead" localize="false" 
xml-lang="en-US">B</paragraph>
+      <paragraph id="par_idN11B46" role="tablehead" 
localize="false">B</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN11B6C" role="tablehead" localize="false" 
xml-lang="en-US">C</paragraph>
+      <paragraph id="par_idN11B6C" role="tablehead" 
localize="false">C</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN11B52" role="tablehead" localize="false" 
xml-lang="en-US">D</paragraph>
+      <paragraph id="par_idN11B52" role="tablehead" 
localize="false">D</paragraph>
     </tablecell>
   </tablerow>
   <tablerow>
@@ -635,118 +636,118 @@
       <paragraph id="par_idN11B69" role="tablehead" 
localize="false">1</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN11B8F" role="tableicontent" localize="false" 
xml-lang="en-US"><item type="input">2</item></paragraph>
+      <paragraph id="par_idN11B8F" role="tableicontent" localize="false"><item 
type="input">2</item></paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN11B35" role="tablecontent" localize="false" 
xml-lang="en-US"><item type="input">3</item></paragraph>
+      <paragraph id="par_idN11B35" role="tablecontent" localize="false"><item 
type="input">3</item></paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN11B1B" role="tablecontent" localize="false" 
xml-lang="en-US"><item type="input">4</item></paragraph>
+      <paragraph id="par_idN11B1B" role="tablecontent" localize="false"><item 
type="input">4</item></paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN11B21" role="tablecontent" localize="false" 
xml-lang="en-US"><item type="input">5</item></paragraph>
+      <paragraph id="par_idN11B21" role="tablecontent" localize="false"><item 
type="input">5</item></paragraph>
     </tablecell>
   </tablerow>
   <tablerow>
     <tablecell>
-      <paragraph id="par_idN11B38" role="tablehead" localize="false" 
xml-lang="en-US">2</paragraph>
+      <paragraph id="par_idN11B38" role="tablehead" 
localize="false">2</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN11B6F" role="tablecontent" localize="false" 
xml-lang="en-US"><item type="input">6</item></paragraph>
+      <paragraph id="par_idN11B6F" role="tablecontent" localize="false"><item 
type="input">6</item></paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN11B75" role="tablecontent" localize="false" 
xml-lang="en-US"><item type="input">7</item></paragraph>
+      <paragraph id="par_idN11B75" role="tablecontent" localize="false"><item 
type="input">7</item></paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN11B81" role="tablecontent" localize="false" 
xml-lang="en-US"><item type="input">8</item></paragraph>
+      <paragraph id="par_idN11B81" role="tablecontent" localize="false"><item 
type="input">8</item></paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN11B7H" role="tablecontent" localize="false" 
xml-lang="en-US"><item type="input">9</item></paragraph>
+      <paragraph id="par_idN11B7H" role="tablecontent" localize="false"><item 
type="input">9</item></paragraph>
     </tablecell>
   </tablerow>
 </table>
-  <paragraph id="par_id3168518" role="paragraph" xml-lang="en-US">The above 
table is 2 rows, 4 columns. In order to transpose it, you must select 4 rows, 2 
columns. Assuming you want to transpose the above table to the range A7:B10 (4 
rows, 2 columns) you must select the entire range and then enter the 
following:</paragraph>
-  <paragraph id="par_id3166145" role="code" 
xml-lang="en-US">TRANSPOSE(A1:D2)</paragraph>
-  <paragraph id="par_id3178518" role="paragraph" xml-lang="en-US">Then 
<emph>make sure to enter it as matrix formula with </emph><switchinline 
select="sys"><caseinline select="MAC"><emph>Shift + Command + 
Enter</emph></caseinline><defaultinline><emph>Shift + Ctrl + 
Enter</emph></defaultinline></switchinline>. The result will be as 
follows:</paragraph>
+  <paragraph id="par_id3168518" role="paragraph">The above table is 2 rows, 4 
columns. In order to transpose it, you must select 4 rows, 2 columns. Assuming 
you want to transpose the above table to the range A7:B10 (4 rows, 2 columns) 
you must select the entire range and then enter the following:</paragraph>
+  <paragraph id="par_id3166145" role="code">TRANSPOSE(A1:D2)</paragraph>
+  <paragraph id="par_id3178518" role="paragraph">Then <emph>make sure to enter 
it as matrix formula with </emph><switchinline select="sys"><caseinline 
select="MAC"><emph>Shift + Command + 
Enter</emph></caseinline><defaultinline><emph>Shift + Ctrl + 
Enter</emph></defaultinline></switchinline>. The result will be as 
follows:</paragraph>
 <table id="tbl_id6215816">
   <tablerow>
     <tablecell>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN21B2H" role="tablehead" localize="false" 
xml-lang="en-US">A</paragraph>
+      <paragraph id="par_idN21B2H" role="tablehead" 
localize="false">A</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN21B38" role="tablehead" localize="false" 
xml-lang="en-US">B</paragraph>
+      <paragraph id="par_idN21B38" role="tablehead" 
localize="false">B</paragraph>
     </tablecell>
   </tablerow>
   <tablerow>
     <tablecell>
-      <paragraph id="par_idN21B50" role="tablehead" localize="false" 
xml-lang="en-US">7</paragraph>
+      <paragraph id="par_idN21B50" role="tablehead" 
localize="false">7</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN21B4G" role="tablecontent" localize="false" 
xml-lang="en-US"><item type="input">2</item></paragraph>
+      <paragraph id="par_idN21B4G" role="tablecontent" localize="false"><item 
type="input">2</item></paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN21B57" role="tablecontent" localize="false" 
xml-lang="en-US"><item type="input">6</item></paragraph>
+      <paragraph id="par_idN21B57" role="tablecontent" localize="false"><item 
type="input">6</item></paragraph>
     </tablecell>
   </tablerow>
   <tablerow>
     <tablecell>
-      <paragraph id="par_idN21B70" role="tablehead" localize="false" 
xml-lang="en-US">8</paragraph>
+      <paragraph id="par_idN21B70" role="tablehead" 
localize="false">8</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN21B6F" role="tablecontent" localize="false" 
xml-lang="en-US"><item type="input">3</item></paragraph>
+      <paragraph id="par_idN21B6F" role="tablecontent" localize="false"><item 
type="input">3</item></paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN21B77" role="tablecontent" localize="false" 
xml-lang="en-US"><item type="input">7</item></paragraph>
+      <paragraph id="par_idN21B77" role="tablecontent" localize="false"><item 
type="input">7</item></paragraph>
     </tablecell>
   </tablerow>
   <tablerow>
     <tablecell>
-      <paragraph id="par_idN21B71" role="tablehead" localize="false" 
xml-lang="en-US">9</paragraph>
+      <paragraph id="par_idN21B71" role="tablehead" 
localize="false">9</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN31B6F" role="tablecontent" localize="false" 
xml-lang="en-US"><item type="input">4</item></paragraph>
+      <paragraph id="par_idN31B6F" role="tablecontent" localize="false"><item 
type="input">4</item></paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN31B77" role="tablecontent" localize="false" 
xml-lang="en-US"><item type="input">8</item></paragraph>
+      <paragraph id="par_idN31B77" role="tablecontent" localize="false"><item 
type="input">8</item></paragraph>
     </tablecell>
   </tablerow>
   <tablerow>
     <tablecell>
-      <paragraph id="par_idN51B70" role="tablehead" localize="false" 
xml-lang="en-US">10</paragraph>
+      <paragraph id="par_idN51B70" role="tablehead" 
localize="false">10</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN51B6F" role="tablecontent" localize="false" 
xml-lang="en-US"><item type="input">5</item></paragraph>
+      <paragraph id="par_idN51B6F" role="tablecontent" localize="false"><item 
type="input">5</item></paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN61B77" role="tablecontent" localize="false" 
xml-lang="en-US"><item type="input">9</item></paragraph>
+      <paragraph id="par_idN61B77" role="tablecontent" localize="false"><item 
type="input">9</item></paragraph>
     </tablecell>
   </tablerow>
 </table>
 </section>
 <section id="Section8">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3109846">
+<bookmark branch="index" id="bm_id3109846">
 <bookmark_value>LINEST function</bookmark_value>
 </bookmark>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_RGP" id="bm_id3144716" 
localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_RGP" id="bm_id3144716" localize="false"/>
 <h2 id="hd_id3109846">LINEST</h2>
-  <paragraph id="par_id3144733" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_RGP">Returns a table of statistics for a straight line that best 
fits a data set.</ahelp><comment>changed based on 
https://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_LINEST_function 
(issue 76142)</comment></paragraph>
+  <paragraph id="par_id3144733" role="paragraph"><ahelp 
hid="HID_FUNC_RGP">Returns a table of statistics for a straight line that best 
fits a data set.</ahelp><comment>changed based on 
https://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_LINEST_function 
(issue 76142)</comment></paragraph>
   <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-  <paragraph id="par_id3152839" role="code" xml-lang="en-US">LINEST(data_Y [; 
data_X [; linearType [; stats]]])</paragraph>
-  <paragraph id="par_id3152853" role="paragraph" 
xml-lang="en-US"><emph>data_Y</emph> is a single row or column range specifying 
the y coordinates in a set of data points.</paragraph>
-  <paragraph id="par_id3154428" role="paragraph" 
xml-lang="en-US"><emph>data_X</emph> is a corresponding single row or column 
range specifying the x coordinates. If <emph>data_X</emph> is omitted it 
defaults to <item type="literal">1, 2, 3, ..., n</item>. If there is more than 
one set of variables <emph>data_X</emph> may be a range with corresponding 
multiple rows or columns.</paragraph>
-  <paragraph id="par_id0811200804502119" role="paragraph" 
xml-lang="en-US">LINEST finds a straight line <item type="literal">y = a + 
bx</item> that best fits the data, using linear regression (the "least squares" 
method). With more than one set of variables the straight line is of the form 
<item type="literal">y = a + b1x1 + b2x2 ... + bnxn</item>.</paragraph>
-  <paragraph id="par_id3154448" role="paragraph" xml-lang="en-US">If 
<emph>linearType</emph> is FALSE the straight line found is forced to pass 
through the origin (the constant a is zero; y = bx). If omitted, 
<emph>linearType</emph> defaults to TRUE (the line is not forced through the 
origin).</paragraph>
-  <paragraph id="par_id3154142" role="paragraph" xml-lang="en-US">If 
<emph>stats</emph> is omitted or FALSE only the top line of the statistics 
table is returned. If TRUE the entire table is returned.</paragraph>
-  <paragraph id="par_id0811200804502261" role="paragraph" 
xml-lang="en-US">LINEST returns a table (array) of statistics as below and must 
be entered as an array formula (for example by using <switchinline 
select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + Shift + Return</emph> rather than just <emph>Return</emph>).</paragraph>
-  <paragraph id="par_idN11416" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#optional"/></paragraph>
-  <paragraph id="par_idN116C6" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <paragraph id="par_id3152839" role="code">LINEST(data_Y [; data_X [; 
linearType [; stats]]])</paragraph>
+  <paragraph id="par_id3152853" role="paragraph"><emph>data_Y</emph> is a 
single row or column range specifying the y coordinates in a set of data 
points.</paragraph>
+  <paragraph id="par_id3154428" role="paragraph"><emph>data_X</emph> is a 
corresponding single row or column range specifying the x coordinates. If 
<emph>data_X</emph> is omitted it defaults to <item type="literal">1, 2, 3, 
..., n</item>. If there is more than one set of variables <emph>data_X</emph> 
may be a range with corresponding multiple rows or columns.</paragraph>
+  <paragraph id="par_id0811200804502119" role="paragraph">LINEST finds a 
straight line <item type="literal">y = a + bx</item> that best fits the data, 
using linear regression (the "least squares" method). With more than one set of 
variables the straight line is of the form <item type="literal">y = a + b1x1 + 
b2x2 ... + bnxn</item>.</paragraph>
+  <paragraph id="par_id3154448" role="paragraph">If <emph>linearType</emph> is 
FALSE the straight line found is forced to pass through the origin (the 
constant a is zero; y = bx). If omitted, <emph>linearType</emph> defaults to 
TRUE (the line is not forced through the origin).</paragraph>
+  <paragraph id="par_id3154142" role="paragraph">If <emph>stats</emph> is 
omitted or FALSE only the top line of the statistics table is returned. If TRUE 
the entire table is returned.</paragraph>
+  <paragraph id="par_id0811200804502261" role="paragraph">LINEST returns a 
table (array) of statistics as below and must be entered as an array formula 
(for example by using <switchinline select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + Shift + Return</emph> rather than just <emph>Return</emph>).</paragraph>
+  <paragraph id="par_idN11416" role="paragraph" localize="false"><embedvar 
href="text/scalc/00/00000004.xhp#optional"/></paragraph>
+  <paragraph id="par_idN116C6" role="paragraph" localize="false"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
   <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-  <paragraph id="par_id3154176" role="paragraph" xml-lang="en-US">This 
function returns an array and is handled in the same way as the other array 
functions. Select a range for the answers and then the function. Select 
<emph>data_Y</emph>. If you want, you can enter other parameters. Select 
<emph>Array</emph> and click <emph>OK</emph>.</paragraph>
-  <paragraph id="par_id3155468" role="paragraph" xml-lang="en-US">The results 
returned by the system (if <emph>stats</emph> = 0), will at least show the 
slope of the regression line and its intersection with the Y axis. If 
<emph>stats</emph> does not equal 0, other results are to be 
displayed.</paragraph>
+  <paragraph id="par_id3154176" role="paragraph">This function returns an 
array and is handled in the same way as the other array functions. Select a 
range for the answers and then the function. Select <emph>data_Y</emph>. If you 
want, you can enter other parameters. Select <emph>Array</emph> and click 
<emph>OK</emph>.</paragraph>
+  <paragraph id="par_id3155468" role="paragraph">The results returned by the 
system (if <emph>stats</emph> = 0), will at least show the slope of the 
regression line and its intersection with the Y axis. If <emph>stats</emph> 
does not equal 0, other results are to be displayed.</paragraph>
 <h3 id="hd_id3155491">Other LINEST Results:</h3>
-  <paragraph id="par_id3159291" role="paragraph" xml-lang="en-US">Examine the 
following examples:</paragraph>
+  <paragraph id="par_id3159291" role="paragraph">Examine the following 
examples:</paragraph>
 <table id="tbl_id3159305">
   <tablerow>
     <tablecell>
@@ -778,18 +779,18 @@
         <paragraph id="par_id3154995" role="tablehead" 
localize="false">1</paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_id3155021" role="paragraph" xml-lang="en-US"><item 
type="input">x1</item></paragraph>
+      <paragraph id="par_id3155021" role="paragraph"><item 
type="input">x1</item></paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_id3155044" role="paragraph" xml-lang="en-US"><item 
type="input">x2</item></paragraph>
+      <paragraph id="par_id3155044" role="paragraph"><item 
type="input">x2</item></paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_id3163734" role="paragraph" xml-lang="en-US"><item 
type="input">y</item></paragraph>
+      <paragraph id="par_id3163734" role="paragraph"><item 
type="input">y</item></paragraph>
     </tablecell>
     <tablecell>
     </tablecell>
     <tablecell>
-      <paragraph id="par_id3163766" role="paragraph" xml-lang="en-US"><item 
type="input">LINEST value</item></paragraph>
+      <paragraph id="par_id3163766" role="paragraph"><item type="input">LINEST 
value</item></paragraph>
     </tablecell>
     <tablecell>
     </tablecell>
@@ -812,13 +813,13 @@
     <tablecell>
     </tablecell>
     <tablecell>
-      <paragraph id="par_id3159460" role="paragraph" xml-lang="en-US"><item 
type="input">4,17</item></paragraph>
+      <paragraph id="par_id3159460" role="paragraph"><item 
type="input">4,17</item></paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_id3159483" role="paragraph" xml-lang="en-US">-<item 
type="input">3,48</item></paragraph>
+      <paragraph id="par_id3159483" role="paragraph">-<item 
type="input">3,48</item></paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_id3152381" role="paragraph" xml-lang="en-US"><item 
type="input">82,33</item></paragraph>
+      <paragraph id="par_id3152381" role="paragraph"><item 
type="input">82,33</item></paragraph>
     </tablecell>
   </tablerow>
   <tablerow>
@@ -837,13 +838,13 @@
     <tablecell>
     </tablecell>
     <tablecell>
-      <paragraph id="par_id3155684" role="paragraph" xml-lang="en-US"><item 
type="input">5,46</item></paragraph>
+      <paragraph id="par_id3155684" role="paragraph"><item 
type="input">5,46</item></paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_id3155707" role="paragraph" xml-lang="en-US"><item 
type="input">10,96</item></paragraph>
+      <paragraph id="par_id3155707" role="paragraph"><item 
type="input">10,96</item></paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_id3155730" role="paragraph" xml-lang="en-US"><item 
type="input">9,35</item></paragraph>
+      <paragraph id="par_id3155730" role="paragraph"><item 
type="input">9,35</item></paragraph>
     </tablecell>
   </tablerow>
   <tablerow>
@@ -862,13 +863,13 @@
     <tablecell>
     </tablecell>
     <tablecell>
-      <paragraph id="par_id3159611" role="paragraph" xml-lang="en-US"><item 
type="input">0,87</item></paragraph>
+      <paragraph id="par_id3159611" role="paragraph"><item 
type="input">0,87</item></paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_id3152606" role="paragraph" xml-lang="en-US"><item 
type="input">5,06</item></paragraph>
+      <paragraph id="par_id3152606" role="paragraph"><item 
type="input">5,06</item></paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_id3152629" role="paragraph" xml-lang="en-US"><item 
type="input">#NA</item></paragraph>
+      <paragraph id="par_id3152629" role="paragraph"><item 
type="input">#NA</item></paragraph>
     </tablecell>
   </tablerow>
   <tablerow>
@@ -887,13 +888,13 @@
     <tablecell>
     </tablecell>
     <tablecell>
-      <paragraph id="par_id3144352" role="paragraph" xml-lang="en-US"><item 
type="input">13,21</item></paragraph>
+      <paragraph id="par_id3144352" role="paragraph"><item 
type="input">13,21</item></paragraph>
     </tablecell>
     <tablecell>
         <paragraph id="par_id3144375" role="paragraph" localize="false"><item 
type="input">4</item></paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_id3144398" role="paragraph" xml-lang="en-US"><item 
type="input">#NA</item></paragraph>
+      <paragraph id="par_id3144398" role="paragraph"><item 
type="input">#NA</item></paragraph>
     </tablecell>
   </tablerow>
   <tablerow>
@@ -912,13 +913,13 @@
     <tablecell>
     </tablecell>
     <tablecell>
-      <paragraph id="par_id3158233" role="paragraph" xml-lang="en-US"><item 
type="input">675,45</item></paragraph>
+      <paragraph id="par_id3158233" role="paragraph"><item 
type="input">675,45</item></paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_id3158256" role="paragraph" xml-lang="en-US"><item 
type="input">102,26</item></paragraph>
+      <paragraph id="par_id3158256" role="paragraph"><item 
type="input">102,26</item></paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_id3158279" role="paragraph" xml-lang="en-US"><item 
type="input">#NA</item></paragraph>
+      <paragraph id="par_id3158279" role="paragraph"><item 
type="input">#NA</item></paragraph>
     </tablecell>
   </tablerow>
   <tablerow>
@@ -966,69 +967,69 @@
     </tablecell>
   </tablerow>
 </table>
-  <paragraph id="par_id3144687" role="paragraph" xml-lang="en-US">Column A 
contains several X1 values, column B several X2 values and column C the Y 
values. You have already entered these values in your spreadsheet. You have now 
set up E2:G6 in the spreadsheet and activated the <emph>Function Wizard</emph>. 
For the LINEST function to work, you must have marked the <emph>Array</emph> 
check box in the <emph>Function Wizard</emph>. Next, select the following 
values in the spreadsheet (or enter them using the keyboard):</paragraph>
-  <paragraph id="par_id3158020" role="paragraph" 
xml-lang="en-US"><emph>data_Y</emph> is C2:C8</paragraph>
-  <paragraph id="par_id3158039" role="paragraph" 
xml-lang="en-US"><emph>data_X</emph> is A2:B8</paragraph>
-  <paragraph id="par_id3158058" role="paragraph" 
xml-lang="en-US"><emph>linearType</emph> and <emph>stats</emph> are both set to 
1.</paragraph>
-  <paragraph id="par_id3158084" role="paragraph" xml-lang="en-US">As soon as 
you click <emph>OK</emph>, $[officename] Calc will fill the above example with 
the LINEST values as shown in the example.</paragraph>
-  <paragraph id="par_id3158106" role="paragraph" xml-lang="en-US">The formula 
in the <emph>Formula</emph> bar corresponds to each cell of the LINEST array 
<item type="input">{=LINEST(C2:C8;A2:B8;1;1)}</item>.</paragraph>
-  <paragraph id="par_id3158128" role="paragraph" xml-lang="en-US"><emph>This 
represents the calculated LINEST values:</emph></paragraph>
-<bookmark xml-lang="en-US" branch="index" id="bm_id3158146">
+  <paragraph id="par_id3144687" role="paragraph">Column A contains several X1 
values, column B several X2 values and column C the Y values. You have already 
entered these values in your spreadsheet. You have now set up E2:G6 in the 
spreadsheet and activated the <emph>Function Wizard</emph>. For the LINEST 
function to work, you must have marked the <emph>Array</emph> check box in the 
<emph>Function Wizard</emph>. Next, select the following values in the 
spreadsheet (or enter them using the keyboard):</paragraph>
+  <paragraph id="par_id3158020" role="paragraph"><emph>data_Y</emph> is 
C2:C8</paragraph>
+  <paragraph id="par_id3158039" role="paragraph"><emph>data_X</emph> is 
A2:B8</paragraph>
+  <paragraph id="par_id3158058" role="paragraph"><emph>linearType</emph> and 
<emph>stats</emph> are both set to 1.</paragraph>
+  <paragraph id="par_id3158084" role="paragraph">As soon as you click 
<emph>OK</emph>, $[officename] Calc will fill the above example with the LINEST 
values as shown in the example.</paragraph>
+  <paragraph id="par_id3158106" role="paragraph">The formula in the 
<emph>Formula</emph> bar corresponds to each cell of the LINEST array <item 
type="input">{=LINEST(C2:C8;A2:B8;1;1)}</item>.</paragraph>
+  <paragraph id="par_id3158128" role="paragraph"><emph>This represents the 
calculated LINEST values:</emph></paragraph>
+<bookmark branch="index" id="bm_id3158146">
 <bookmark_value>slopes, see also regression lines</bookmark_value>
 <bookmark_value>regression lines; LINEST function</bookmark_value>
 </bookmark>
 <comment>mw made "regression lines" a two level entry</comment>
-  <paragraph id="par_id3158146" role="paragraph" xml-lang="en-US">E2 and F2: 
Slope m of the regression line y=b+m*x for the x1 and x2 values. The values are 
given in reverse order; that is, the slope for x2 in E2 and the slope for x1 in 
F2.</paragraph>
-  <paragraph id="par_id3158184" role="paragraph" xml-lang="en-US">G2: 
Intersection b with the y axis.</paragraph>
-<bookmark xml-lang="en-US" branch="index" id="bm_id3158204">
+  <paragraph id="par_id3158146" role="paragraph">E2 and F2: Slope m of the 
regression line y=b+m*x for the x1 and x2 values. The values are given in 
reverse order; that is, the slope for x2 in E2 and the slope for x1 in 
F2.</paragraph>
+  <paragraph id="par_id3158184" role="paragraph">G2: Intersection b with the y 
axis.</paragraph>
+<bookmark branch="index" id="bm_id3158204">
 <bookmark_value>standard errors; array functions</bookmark_value>
 </bookmark>
 <comment>MW changed "standard errors"</comment>
-  <paragraph id="par_id3158204" role="paragraph" xml-lang="en-US">E3 and F3: 
The standard error of the slope value.</paragraph>
-  <paragraph id="par_id3145845" role="paragraph" xml-lang="en-US">G3: The 
standard error of the intercept</paragraph>
-<bookmark xml-lang="en-US" branch="index" id="bm_id3145859">
+  <paragraph id="par_id3158204" role="paragraph">E3 and F3: The standard error 
of the slope value.</paragraph>
+  <paragraph id="par_id3145845" role="paragraph">G3: The standard error of the 
intercept</paragraph>
+<bookmark branch="index" id="bm_id3145859">
 <bookmark_value>RSQ calculations</bookmark_value>
 </bookmark>
-  <paragraph id="par_id3145859" role="paragraph" xml-lang="en-US">E4: 
RSQ</paragraph>
-  <paragraph id="par_id3145880" role="paragraph" xml-lang="en-US">F4: The 
standard error of the regression calculated for the Y value.</paragraph>
-  <paragraph id="par_id3145894" role="paragraph" xml-lang="en-US">E5: The F 
value from the variance analysis.</paragraph>
-  <paragraph id="par_id3145915" role="paragraph" xml-lang="en-US">F5: The 
degrees of freedom from the variance analysis.</paragraph>
-  <paragraph id="par_id3145937" role="paragraph" xml-lang="en-US">E6: The sum 
of the squared deviation of the estimated Y values from their linear 
mean.</paragraph>
-  <paragraph id="par_id3145952" role="paragraph" xml-lang="en-US">F6: The sum 
of the squared deviation of the estimated Y value from the given Y 
values.</paragraph>
-  <paragraph id="par_idN11B04" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <paragraph id="par_id3145859" role="paragraph">E4: RSQ</paragraph>
+  <paragraph id="par_id3145880" role="paragraph">F4: The standard error of the 
regression calculated for the Y value.</paragraph>
+  <paragraph id="par_id3145894" role="paragraph">E5: The F value from the 
variance analysis.</paragraph>
+  <paragraph id="par_id3145915" role="paragraph">F5: The degrees of freedom 
from the variance analysis.</paragraph>
+  <paragraph id="par_id3145937" role="paragraph">E6: The sum of the squared 
deviation of the estimated Y values from their linear mean.</paragraph>
+  <paragraph id="par_id3145952" role="paragraph">F6: The sum of the squared 
deviation of the estimated Y value from the given Y values.</paragraph>
+  <paragraph id="par_idN11B04" role="paragraph" localize="false"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
 </section>
 <section id="Section7">
-<bookmark xml-lang="en-US" branch="index" id="bm_id1596728">
+<bookmark branch="index" id="bm_id1596728">
 <bookmark_value>LOGEST function</bookmark_value>
 </bookmark>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_RKP" id="bm_id3146020" 
localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_RKP" id="bm_id3146020" localize="false"/>
 <h2 id="hd_id3146009">LOGEST</h2>
-  <paragraph id="par_id3146037" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_RKP">This function calculates the adjustment of the entered data 
as an exponential regression curve (y=b*m^x).</ahelp><comment>UFI: see 
http://support.microsoft.com/default.aspx?kbid=828528&amp;product=xl2003 for 
bug #i31051#</comment></paragraph>
+  <paragraph id="par_id3146037" role="paragraph"><ahelp 
hid="HID_FUNC_RKP">This function calculates the adjustment of the entered data 
as an exponential regression curve (y=b*m^x).</ahelp><comment>UFI: see 
http://support.microsoft.com/default.aspx?kbid=828528&amp;product=xl2003 for 
bug #i31051#</comment></paragraph>
   <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-  <paragraph id="par_id3163123" role="code" xml-lang="en-US">LOGEST(DataY [; 
DataX [; FunctionType [; Stats]]])</paragraph>
-  <paragraph id="par_id3163137" role="paragraph" 
xml-lang="en-US"><emph>DataY</emph> represents the Y Data array.</paragraph>
-  <paragraph id="par_id3163155" role="paragraph" 
xml-lang="en-US"><emph>DataX</emph> (optional) represents the X Data 
array.</paragraph>
-  <paragraph id="par_id3163174" role="paragraph" 
xml-lang="en-US"><emph>FunctionType</emph> (optional). If Function_Type = 0, 
functions in the form y = m^x will be calculated. Otherwise, y = b*m^x 
functions will be calculated.</paragraph>
-  <paragraph id="par_id3163196" role="paragraph" 
xml-lang="en-US"><emph>Stats</emph> (optional). If Stats=0, only the regression 
coefficient is calculated.</paragraph>
-  <paragraph id="par_idN118F7" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#optional"/></paragraph>
-  <paragraph id="par_idN11BC3" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <paragraph id="par_id3163123" role="code">LOGEST(DataY [; DataX [; 
FunctionType [; Stats]]])</paragraph>
+  <paragraph id="par_id3163137" role="paragraph"><emph>DataY</emph> represents 
the Y Data array.</paragraph>
+  <paragraph id="par_id3163155" role="paragraph"><emph>DataX</emph> (optional) 
represents the X Data array.</paragraph>
+  <paragraph id="par_id3163174" role="paragraph"><emph>FunctionType</emph> 
(optional). If Function_Type = 0, functions in the form y = m^x will be 
calculated. Otherwise, y = b*m^x functions will be calculated.</paragraph>
+  <paragraph id="par_id3163196" role="paragraph"><emph>Stats</emph> 
(optional). If Stats=0, only the regression coefficient is 
calculated.</paragraph>
+  <paragraph id="par_idN118F7" role="paragraph" localize="false"><embedvar 
href="text/scalc/00/00000004.xhp#optional"/></paragraph>
+  <paragraph id="par_idN11BC3" role="paragraph" localize="false"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
   <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-  <paragraph id="par_id3163230" role="paragraph" xml-lang="en-US">See LINEST. 
However, no square sum will be returned.</paragraph>
+  <paragraph id="par_id3163230" role="paragraph">See LINEST. However, no 
square sum will be returned.</paragraph>
 </section>
 <section id="Section6">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3163286">
+<bookmark branch="index" id="bm_id3163286">
 <bookmark_value>SUMPRODUCT function</bookmark_value>
 <bookmark_value>scalar products</bookmark_value>
 <bookmark_value>dot products</bookmark_value>
 <bookmark_value>inner products</bookmark_value>
 </bookmark>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_SUMMENPRODUKT" 
id="bm_id3163297" localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_SUMMENPRODUKT" id="bm_id3163297" 
localize="false"/>
 <h2 id="hd_id3163286">SUMPRODUCT</h2>
-  <paragraph id="par_id3163314" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_SUMMENPRODUKT">Multiplies corresponding elements in the given 
arrays, and returns the sum of those products.</ahelp></paragraph>
+  <paragraph id="par_id3163314" role="paragraph"><ahelp 
hid="HID_FUNC_SUMMENPRODUKT">Multiplies corresponding elements in the given 
arrays, and returns the sum of those products.</ahelp></paragraph>
   <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-  <paragraph id="par_id3163347" role="code" xml-lang="en-US">SUMPRODUCT(Array 
1[; Array 2;][...;[Array 255]])</paragraph>
-    <paragraph id="par_id3163362" role="paragraph" 
xml-lang="en-US"><emph>Array 1[; Array 2;][...;[Array 255]]</emph> represent 
arrays whose corresponding elements are to be multiplied.</paragraph>
-    <paragraph id="par_idN11B19" role="paragraph" xml-lang="en-US">At least 
one array must be part of the argument list. If only one array is given, all 
array elements are summed. If more than one array is given, they must all be 
the same size.</paragraph>
+  <paragraph id="par_id3163347" role="code">SUMPRODUCT(Array 1[; Array 
2;][...;[Array 255]])</paragraph>
+    <paragraph id="par_id3163362" role="paragraph"><emph>Array 1[; Array 
2;][...;[Array 255]]</emph> represent arrays whose corresponding elements are 
to be multiplied.</paragraph>
+    <paragraph id="par_idN11B19" role="paragraph">At least one array must be 
part of the argument list. If only one array is given, all array elements are 
summed. If more than one array is given, they must all be the same 
size.</paragraph>
   <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
 <table id="tbl_id6215704">
   <tablerow>
@@ -1061,7 +1062,7 @@
         <paragraph id="par_idN11B5A" role="tablecontent" 
localize="false"><item type="input">4</item></paragraph>
     </tablecell>
     <tablecell>
-      <paragraph id="par_idN11B60" role="tablecontent" xml-lang="en-US"><item 
type="input">5</item></paragraph>
+      <paragraph id="par_idN11B60" role="tablecontent"><item 
type="input">5</item></paragraph>
     </tablecell>
   </tablerow>
   <tablerow>
@@ -1099,87 +1100,87 @@
     </tablecell>
   </tablerow>
 </table>
-  <paragraph id="par_idN11BA1" role="paragraph" xml-lang="en-US"><item 
type="input">=SUMPRODUCT(A1:B3;C1:D3)</item> returns 397.</paragraph>
-  <paragraph id="par_idN11BA4" role="paragraph" xml-lang="en-US">Calculation: 
A1*C1 + B1*D1 + A2*C2 + B2*D2 + A3*C3 + B3*D3</paragraph>
-  <paragraph id="par_idN11BA7" role="paragraph" xml-lang="en-US">You can use 
SUMPRODUCT to calculate the scalar product of two vectors.</paragraph>
+  <paragraph id="par_idN11BA1" role="paragraph"><item 
type="input">=SUMPRODUCT(A1:B3;C1:D3)</item> returns 397.</paragraph>
+  <paragraph id="par_idN11BA4" role="paragraph">Calculation: A1*C1 + B1*D1 + 
A2*C2 + B2*D2 + A3*C3 + B3*D3</paragraph>
+  <paragraph id="par_idN11BA7" role="paragraph">You can use SUMPRODUCT to 
calculate the scalar product of two vectors.</paragraph>
   <note id="par_idN11BBC">SUMPRODUCT returns a single number, it is not 
necessary to enter the function as an array function.</note>
-  <paragraph id="par_idN11C91" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <paragraph id="par_idN11C91" role="paragraph" localize="false"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
 </section>
 <section id="Section5">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3144842">
+<bookmark branch="index" id="bm_id3144842">
 <bookmark_value>SUMX2MY2 function</bookmark_value>
 </bookmark>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_SUMMEX2MY2" 
id="bm_id3144854" localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_SUMMEX2MY2" id="bm_id3144854" 
localize="false"/>
 <h2 id="hd_id3144842">SUMX2MY2</h2>
-  <paragraph id="par_id3144871" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_SUMMEX2MY2">Returns the sum of the difference of squares of 
corresponding values in two arrays.</ahelp></paragraph>
+  <paragraph id="par_id3144871" role="paragraph"><ahelp 
hid="HID_FUNC_SUMMEX2MY2">Returns the sum of the difference of squares of 
corresponding values in two arrays.</ahelp></paragraph>
   <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-  <paragraph id="par_id3144903" role="code" xml-lang="en-US">SUMX2MY2(ArrayX; 
ArrayY)</paragraph>
-  <paragraph id="par_id3144916" role="paragraph" 
xml-lang="en-US"><emph>ArrayX</emph> represents the first array whose elements 
are to be squared and added.</paragraph>
-  <paragraph id="par_id3144936" role="paragraph" 
xml-lang="en-US"><emph>ArrayY</emph> represents the second array whose elements 
are to be squared and subtracted.</paragraph>
-  <paragraph id="par_idN11D6B" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <paragraph id="par_id3144903" role="code">SUMX2MY2(ArrayX; 
ArrayY)</paragraph>
+  <paragraph id="par_id3144916" role="paragraph"><emph>ArrayX</emph> 
represents the first array whose elements are to be squared and 
added.</paragraph>
+  <paragraph id="par_id3144936" role="paragraph"><emph>ArrayY</emph> 
represents the second array whose elements are to be squared and 
subtracted.</paragraph>
+  <paragraph id="par_idN11D6B" role="paragraph" localize="false"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
 </section>
 <section id="Section4">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3145026">
+<bookmark branch="index" id="bm_id3145026">
 <bookmark_value>SUMX2PY2 function</bookmark_value>
 </bookmark>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_SUMMEX2PY2" 
id="bm_id3145038" localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_SUMMEX2PY2" id="bm_id3145038" 
localize="false"/>
 <h2 id="hd_id3145026">SUMX2PY2</h2>
-  <paragraph id="par_id3145055" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_SUMMEX2PY2">Returns the sum of the sum of squares of 
corresponding values in two arrays.</ahelp></paragraph>
+  <paragraph id="par_id3145055" role="paragraph"><ahelp 
hid="HID_FUNC_SUMMEX2PY2">Returns the sum of the sum of squares of 
corresponding values in two arrays.</ahelp></paragraph>
   <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-  <paragraph id="par_id3163404" role="code" xml-lang="en-US">SUMX2PY2(ArrayX; 
ArrayY)</paragraph>
-  <paragraph id="par_id3163417" role="paragraph" 
xml-lang="en-US"><emph>ArrayX</emph> represents the first array whose elements 
are to be squared and added.</paragraph>
-  <paragraph id="par_id3163437" role="paragraph" 
xml-lang="en-US"><emph>ArrayY</emph> represents the second array, whose 
elements are to be squared and added.</paragraph>
-  <paragraph id="par_idN11E45" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <paragraph id="par_id3163404" role="code">SUMX2PY2(ArrayX; 
ArrayY)</paragraph>
+  <paragraph id="par_id3163417" role="paragraph"><emph>ArrayX</emph> 
represents the first array whose elements are to be squared and 
added.</paragraph>
+  <paragraph id="par_id3163437" role="paragraph"><emph>ArrayY</emph> 
represents the second array, whose elements are to be squared and 
added.</paragraph>
+  <paragraph id="par_idN11E45" role="paragraph" localize="false"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
 </section>
 <section id="Section3">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3163527">
+<bookmark branch="index" id="bm_id3163527">
 <bookmark_value>SUMXMY2 function</bookmark_value>
 </bookmark>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_SUMMEXMY2" 
id="bm_id3163539" localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_SUMMEXMY2" id="bm_id3163539" 
localize="false"/>
 <h2 id="hd_id3163527">SUMXMY2</h2>
-  <paragraph id="par_id3163556" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_SUMMEXMY2">Adds the squares of the variance between corresponding 
values in two arrays.</ahelp></paragraph>
+  <paragraph id="par_id3163556" role="paragraph"><ahelp 
hid="HID_FUNC_SUMMEXMY2">Adds the squares of the variance between corresponding 
values in two arrays.</ahelp></paragraph>
   <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-  <paragraph id="par_id3163588" role="code" xml-lang="en-US">SUMXMY2(ArrayX; 
ArrayY)</paragraph>
-  <paragraph id="par_id3163601" role="paragraph" 
xml-lang="en-US"><emph>ArrayX</emph> represents the first array whose elements 
are to be subtracted and squared.</paragraph>
-  <paragraph id="par_id3163621" role="paragraph" 
xml-lang="en-US"><emph>ArrayY</emph> represents the second array, whose 
elements are to be subtracted and squared.</paragraph>
-  <paragraph id="par_idN11F1F" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <paragraph id="par_id3163588" role="code">SUMXMY2(ArrayX; ArrayY)</paragraph>
+  <paragraph id="par_id3163601" role="paragraph"><emph>ArrayX</emph> 
represents the first array whose elements are to be subtracted and 
squared.</paragraph>
+  <paragraph id="par_id3163621" role="paragraph"><emph>ArrayY</emph> 
represents the second array, whose elements are to be subtracted and 
squared.</paragraph>
+  <paragraph id="par_idN11F1F" role="paragraph" localize="false"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
 </section>
 <section id="Section2">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3166062">
+<bookmark branch="index" id="bm_id3166062">
 <bookmark_value>TREND function</bookmark_value>
 </bookmark>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_TREND" id="bm_id3166074" 
localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_TREND" id="bm_id3166074" localize="false"/>
 <h2 id="hd_id3166062">TREND</h2>
-  <paragraph id="par_id3166091" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_TREND">Returns values along a linear trend.</ahelp></paragraph>
+  <paragraph id="par_id3166091" role="paragraph"><ahelp 
hid="HID_FUNC_TREND">Returns values along a linear trend.</ahelp></paragraph>
   <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-  <paragraph id="par_id3166122" role="code" xml-lang="en-US">TREND(DataY [; 
DataX [; NewDataX [; LinearType]]])</paragraph>
-  <paragraph id="par_id3166137" role="paragraph" 
xml-lang="en-US"><emph>DataY</emph> represents the Y Data array.</paragraph>
-  <paragraph id="par_id3166156" role="paragraph" 
xml-lang="en-US"><emph>DataX</emph> (optional) represents the X Data 
array.</paragraph>
-  <paragraph id="par_id3166176" role="paragraph" 
xml-lang="en-US"><emph>NewDataX</emph> (optional) represents the array of the X 
data, which are used for recalculating values.</paragraph>
-  <paragraph id="par_id3166196" role="paragraph" 
xml-lang="en-US"><emph>LinearType</emph> (optional). If LinearType = 0, then 
lines will be calculated through the zero point. Otherwise, offset lines will 
also be calculated. The default is LinearType &lt;&gt; 0.</paragraph>
-  <paragraph id="par_idN11D2F" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#optional"/></paragraph>
-  <paragraph id="par_idN12019" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <paragraph id="par_id3166122" role="code">TREND(DataY [; DataX [; NewDataX 
[; LinearType]]])</paragraph>
+  <paragraph id="par_id3166137" role="paragraph"><emph>DataY</emph> represents 
the Y Data array.</paragraph>
+  <paragraph id="par_id3166156" role="paragraph"><emph>DataX</emph> (optional) 
represents the X Data array.</paragraph>
+  <paragraph id="par_id3166176" role="paragraph"><emph>NewDataX</emph> 
(optional) represents the array of the X data, which are used for recalculating 
values.</paragraph>
+  <paragraph id="par_id3166196" role="paragraph"><emph>LinearType</emph> 
(optional). If LinearType = 0, then lines will be calculated through the zero 
point. Otherwise, offset lines will also be calculated. The default is 
LinearType &lt;&gt; 0.</paragraph>
+  <paragraph id="par_idN11D2F" role="paragraph" localize="false"><embedvar 
href="text/scalc/00/00000004.xhp#optional"/></paragraph>
+  <paragraph id="par_idN12019" role="paragraph" localize="false"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
   <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-  <paragraph id="par_id3166245" role="paragraph" xml-lang="en-US">Select a 
spreadsheet range in which the trend data will appear. Select the function. 
Enter the output data or select it with the mouse. Mark the <emph>Array</emph> 
field, click <emph>OK</emph>. The trend data calculated from the output data is 
displayed.</paragraph>
+  <paragraph id="par_id3166245" role="paragraph">Select a spreadsheet range in 
which the trend data will appear. Select the function. Enter the output data or 
select it with the mouse. Mark the <emph>Array</emph> field, click 
<emph>OK</emph>. The trend data calculated from the output data is 
displayed.</paragraph>
 </section>
 <section id="Section1">
-<bookmark xml-lang="en-US" branch="index" id="bm_id3166317">
+<bookmark branch="index" id="bm_id3166317">
 <bookmark_value>GROWTH function</bookmark_value>
 <bookmark_value>exponential trends in arrays</bookmark_value>
 </bookmark>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_VARIATION" 
id="bm_id3166329" localize="false"/>
+<bookmark branch="hid/SC_HID_FUNC_VARIATION" id="bm_id3166329" 
localize="false"/>
 <h2 id="hd_id3166317">GROWTH</h2>
-  <paragraph id="par_id3166346" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_VARIATION">Calculates the points of an exponential trend in an 
array.</ahelp></paragraph>
+  <paragraph id="par_id3166346" role="paragraph"><ahelp 
hid="HID_FUNC_VARIATION">Calculates the points of an exponential trend in an 
array.</ahelp></paragraph>
   <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-  <paragraph id="par_id3166377" role="code" xml-lang="en-US">GROWTH(DataY [; [ 
DataX ] [; [ NewDataX ] [; FunctionType ] ] ])</paragraph>
-  <paragraph id="par_id3166392" role="paragraph" 
xml-lang="en-US"><emph>DataY</emph> represents the Y Data array.</paragraph>
-  <paragraph id="par_id3166411" role="paragraph" 
xml-lang="en-US"><emph>DataX</emph> (optional) represents the X Data 
array.</paragraph>
-  <paragraph id="par_id3173797" role="paragraph" 
xml-lang="en-US"><emph>NewDataX</emph> (optional) represents the X data array, 
in which the values are recalculated.</paragraph>
-  <paragraph id="par_id3173817" role="paragraph" 
xml-lang="en-US"><emph>FunctionType</emph> (optional). If FunctionType = 0, 
functions in the form y = m^x will be calculated. Otherwise, y = b*m^x 
functions will be calculated.</paragraph>
-  <paragraph id="par_idN11DFD" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#optional"/></paragraph>
-  <paragraph id="par_idN12113" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
-e 
... etc. - the rest is truncated

Reply via email to