diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-11-08 16:15:14 +0200 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-11-14 08:03:12 +0100 |
commit | b63c7644809e62a5f179ccd62b9975695e8f1d2b (patch) | |
tree | 47fb41d99cdf39ba3e9f6e37b1db7f6e01ca08c7 | |
parent | 56bbf73adfd3c4258db6822dad27d4b5ca7b9beb (diff) |
tdf#103419 add missing functions to "Logical" category help page in Calc
( scalc/01/04060105.xhp )
embed headers and link to SWITCH and IFS
embed full sections for IFERROR and IFNA
update select ID to "logical"
rename variable ID "logischtext" --> "logicaltext"
(only embedded in scalc/01/04060100.xhp )
( scalc/00/00000404.xhp )
rename variable ID "eikalo" --> "logical"
only embedded in scalc/01/04060105.xhp )
( scalc/01/04060100.xhp )
update select ID to "logicaltext"
update to <h1>,some <h2>
Change-Id: I1764301fa43bd564831b7de613a3c8acbcf0c3dc
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105364
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
-rw-r--r-- | source/text/scalc/00/00000404.xhp | 2 | ||||
-rw-r--r-- | source/text/scalc/01/04060100.xhp | 12 | ||||
-rw-r--r-- | source/text/scalc/01/04060105.xhp | 24 |
3 files changed, 25 insertions, 13 deletions
diff --git a/source/text/scalc/00/00000404.xhp b/source/text/scalc/00/00000404.xhp index 495c4cffeb..270b853474 100644 --- a/source/text/scalc/00/00000404.xhp +++ b/source/text/scalc/00/00000404.xhp @@ -132,7 +132,7 @@ </variable></paragraph> <paragraph role="paragraph" id="par_id3159222" xml-lang="en-US"><variable id="eikain"><emph>Insert - Function</emph> - Category <emph>Information</emph> </variable></paragraph> -<paragraph role="paragraph" id="par_id3159173" xml-lang="en-US"><variable id="eikalo"><emph>Insert - Function</emph> - Category <emph>Logical</emph> +<paragraph role="paragraph" id="par_id3159173" xml-lang="en-US"><variable id="logical"><emph>Insert - Function</emph> - Category <emph>Logical</emph> </variable></paragraph> <paragraph role="paragraph" id="par_id3153914" xml-lang="en-US"><variable id="eikama"><emph>Insert - Function</emph> - Category <emph>Mathematical</emph> </variable></paragraph> diff --git a/source/text/scalc/01/04060100.xhp b/source/text/scalc/01/04060100.xhp index aa8b5b207b..d5aa76ba55 100644 --- a/source/text/scalc/01/04060100.xhp +++ b/source/text/scalc/01/04060100.xhp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <helpdocument version="1.0"> - <!-- * This file is part of the LibreOffice project. * @@ -18,8 +17,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - - + <meta> <topic id="textscalc0104060100xml" indexer="include"> <title xml-lang="en-US" id="tit">Functions by Category</title> @@ -31,9 +29,9 @@ <bookmark_value>categories of functions</bookmark_value> <bookmark_value>list of functions</bookmark_value> </bookmark><comment>MW deleted "Calc functions"</comment> -<paragraph xml-lang="en-US" id="hd_id3154944" role="heading" level="1"><variable id="drking"><link href="text/scalc/01/04060100.xhp" name="Functions by Category">Functions by Category</link></variable></paragraph> +<h1 xml-lang="en-US" id="hd_id3154944"><variable id="drking"><link href="text/scalc/01/04060100.xhp" name="Functions by Category">Functions by Category</link></variable></h1> <paragraph xml-lang="en-US" id="par_id3149378" role="paragraph">This section describes the functions of $[officename] Calc. The various functions are divided into categories in the Function Wizard.</paragraph> - <paragraph xml-lang="en-US" id="hd_id3146972" role="heading" level="2"><link href="text/scalc/01/04060101.xhp" name="Database">Database</link></paragraph> + <h2 xml-lang="en-US" id="hd_id3146972"><link href="text/scalc/01/04060101.xhp" name="Database">Database</link></h2> <embed href="text/scalc/01/04060101.xhp#datenbanktext"/> <paragraph xml-lang="en-US" id="hd_id3155443" role="heading" level="2"><link href="text/scalc/01/04060102.xhp" name="Date & Time">Date & Time</link></paragraph> <embed href="text/scalc/01/04060102.xhp#datumzeittext"/> @@ -41,8 +39,8 @@ <embed href="text/scalc/01/04060103.xhp#finanztext"/> <paragraph xml-lang="en-US" id="hd_id3153963" role="heading" level="2"><link href="text/scalc/01/04060104.xhp" name="Information">Information</link></paragraph> <embed href="text/scalc/01/04060104.xhp#informationtext"/> - <paragraph xml-lang="en-US" id="hd_id3146316" role="heading" level="2"><link href="text/scalc/01/04060105.xhp" name="Logical">Logical</link></paragraph> - <embed href="text/scalc/01/04060105.xhp#logischtext"/> + <h2 xml-lang="en-US" id="hd_id3146316"><link href="text/scalc/01/04060105.xhp" name="Logical">Logical</link></h2> + <embed href="text/scalc/01/04060105.xhp#logicaltext"/> <paragraph xml-lang="en-US" id="hd_id3148485" role="heading" level="2"><link href="text/scalc/01/04060106.xhp" name="Mathematical">Mathematical</link></paragraph> <embed href="text/scalc/01/04060106.xhp#mathematiktext"/> <paragraph xml-lang="en-US" id="hd_id3150363" role="heading" level="2"><link href="text/scalc/01/04060107.xhp" name="Matrix">Array</link></paragraph> diff --git a/source/text/scalc/01/04060105.xhp b/source/text/scalc/01/04060105.xhp index 8957265b2f..3dbcab1a4c 100644 --- a/source/text/scalc/01/04060105.xhp +++ b/source/text/scalc/01/04060105.xhp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <helpdocument version="1.0"> - <!-- * This file is part of the LibreOffice project. * @@ -18,8 +17,6 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - - <meta> <topic id="textscalc0104060105xml" indexer="include"> <title xml-lang="en-US" id="tit">Logical Functions</title> @@ -32,7 +29,7 @@ <bookmark_value>functions; logical functions</bookmark_value> </bookmark> <h1 id="hd_id3153484">Logical Functions</h1> - <paragraph xml-lang="en-US" id="par_id3149312" role="paragraph"><variable id="logischtext">This category contains the <emph>Logical</emph> functions. + <paragraph xml-lang="en-US" id="par_id3149312" role="paragraph"><variable id="logicaltext">This category contains the <emph>Logical</emph> functions. </variable></paragraph> <h3 id="hd_id631520887352751">Handling non-logical arguments in logical functions</h3> <list type="unordered"> @@ -53,9 +50,26 @@ </listitem> </list> <section id="howtoget"> - <embed href="text/scalc/00/00000404.xhp#eikalo"/> + <embed href="text/scalc/00/00000404.xhp#logical"/> </section> <sort order="asc"> + +<section id="Section10"> +<embed href="text/scalc/01/04060104.xhp#isna"/> +</section> + +<section id="Section9"> +<embed href="text/scalc/01/04060104.xhp#iferror"/> +</section> + +<section id="Section8"> +<embed href="text/scalc/01/func_ifs.xhp#ifsfunction01"/> +</section> + +<section id="Section7"> +<embed href="text/scalc/01/func_switch.xhp#switch01"/> +</section> + <section id="Section6"> <bookmark xml-lang="en-US" branch="index" id="bm_id3147505"><bookmark_value>AND function</bookmark_value> </bookmark> |