diff options
Diffstat (limited to 'helpcontent2/source/text/scalc/01/ful_func.xhp')
-rw-r--r-- | helpcontent2/source/text/scalc/01/ful_func.xhp | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/helpcontent2/source/text/scalc/01/ful_func.xhp b/helpcontent2/source/text/scalc/01/ful_func.xhp new file mode 100644 index 000000000..1a1f2a3a5 --- /dev/null +++ b/helpcontent2/source/text/scalc/01/ful_func.xhp @@ -0,0 +1,93 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. +--> +<meta> + <topic id="textscalc01ful_funcxml"> + <title id="tit" xml-lang="en-US" localize="false">Frequently Used Lexemes</title> + <filename>/text/scalc/01/ful_func.xhp</filename> + </topic> +</meta> +<body> + <comment> Title in descriptions of functions </comment> + <section id="func_head_syntax"> + <h3 id="hd_id126511265112651">Syntax</h3> + </section> + <section id="func_head_example"> + <h3 id="hd_id980889808898088">Examples</h3> + </section> + <section id="func_head_returns"> + <h3 id="hd_id980889808897165">Returns</h3> + </section> + + <comment> Yes or No paragraphs to be used in description tables </comment> + <section id="Yes_par"> + <paragraph role="paragraph" id="par_id631556228511025">Yes</paragraph> + </section> + <section id="No_par"> + <paragraph role="paragraph" id="par_id631556228544875">No</paragraph> + </section> + + <comment> Notes for functions </comment> + <note id="par_id2595283314097"> + <variable id="func_im_comp_numb">A <emph>complex number</emph> is a string expression resulting in the form "a+bi" or "a+bj", where a and b are numbers.</variable> + </note> + <note id="par_id26516178768369"> + <variable id="func_im_real_numb">If the <emph>complex number</emph> is actually a real number (b=0), then it can be either a string expression or a number value.</variable> + </note> + + <comment>Warnings for functions </comment> + <warning id="par_id1566939488738"> + <variable id="func_im_return_text">The function always returns a string representing a complex number.</variable> + </warning> + <warning id="par_id9623767621137"> + <variable id="func_im_ignor_zero">If the result is a complex number with one of its parts (a or b) equal to zero, that part is not displayed.</variable> + </warning> + + <comment> Other paragraphs </comment> + <paragraph id="par_id962376732432" role="paragraph" xml-lang="en-US"> + <variable id="func_imag_zero">The imaginary part is equal to zero, so it is not displayed in the result.</variable> + </paragraph> + <section id="func_im_des"> + <paragraph id="par_id29750345314640" role="paragraph" xml-lang="en-US">The result is presented in the string format and has the character "i" or "j" as an imaginary unit.</paragraph> + </section> + + <comment>255 arguments</comment> + <paragraph role="paragraph" id="par_id71584446760037"><variable id="string255_1">String 1 [; String 2 [; … [; String 255]]]</variable></paragraph> + <section id="string255"> + <paragraph role="paragraph" id="par_id631556228516997"><emph>String 1, String 2, … , String 255</emph> are strings, references to cells or to cell ranges of strings.</paragraph> + </section> + <paragraph role="paragraph" id="par_id401584447957914"><variable id="integer255_1">Integer 1 [; Integer 2 [; … [; Integer 255]]]</variable></paragraph> + <section id="integer255"> + <paragraph role="paragraph" id="par_id1001584395844941"><emph>Integer 1, Integer 2, … , Integer 255</emph> are integers, references to cells or to cell ranges of integers.</paragraph> + </section> + <paragraph role="paragraph" id="par_id101584447971004"><variable id="number254_1">Number 1 [; Number 2 [; … [; Number 254]]]</variable></paragraph> + <section id="number254"> + <paragraph role="paragraph" id="par_id931584305947010"><emph>Number 1, Number 2, … , Number 254</emph> are numbers, references to cells or to cell ranges of numbers.</paragraph> + </section> + <paragraph role="paragraph" id="par_id101584447970004"><variable id="number255_1">Number 1 [; Number 2 [; … [; Number 255]]]</variable></paragraph> + <section id="number255"> + <paragraph role="paragraph" id="par_id931584395947010"><emph>Number 1, Number 2, … , Number 255</emph> are numbers, references to cells or to cell ranges of numbers.</paragraph> + </section> + <paragraph role="paragraph" id="par_id291584447988879"><variable id="logical255_1">Logical 1 [; Logical 2 [; … [; Logical 255]]]</variable></paragraph> + <section id="logical255"> + <paragraph role="paragraph" id="par_id931584395957010"><emph>Logical 1, Logical 2, … , Logical 255</emph> are boolean values, references to cells or to cell ranges of logical values.</paragraph> + </section> + <paragraph role="paragraph" id="par_id91584448008632"><variable id="complex255_1">Complex 1 [; Complex 2 [; … [; Complex 255]]]</variable></paragraph> + <section id="complex255"> + <paragraph role="paragraph" id="par_id931584335947010"><emph>Complex 1, Complex 2, … ,Complex 255</emph> are complex numbers, references to cells or to cell ranges of complex numbers. Complex numbers are entered in the form "x+yi" or "x+yj". </paragraph> + </section> + <paragraph role="paragraph" id="par_id61584448028298"><variable id="reference255_1">Reference 1 [; Reference 2 [; … [; Reference 255]]]</variable></paragraph> + <section id="reference255"> + <paragraph role="paragraph" id="par_id431584335947010"><emph>Reference 1, Reference 2, … ,Reference 255</emph> are references to cells.</paragraph> + </section> + <section id="func_volatile"> + <paragraph role="paragraph" id="par_id1001601332672155">This function is always recalculated whenever a recalculation occurs.</paragraph> + </section> +</body> +</helpdocument> |