summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2020-12-30 22:11:58 +0100
committerSeth Chaiklin <sdc.blanco@youmail.dk>2020-12-31 11:08:06 +0100
commita7b6a0c0ca1e250f951260cfc37877ae6b66ec2d (patch)
tree3d12ebfb56c147fa989972f49deaf44d58186656
parenttdf#139286 and tdf#137347 update slide sorting shortcut keys in Impress (diff)
downloadhelp-a7b6a0c0ca1e250f951260cfc37877ae6b66ec2d.tar.gz
help-a7b6a0c0ca1e250f951260cfc37877ae6b66ec2d.zip
tdf#139316 change Unicode U+201d ” to Unicode U+0022 "
Change-Id: I8bd5aa9ec4064d3a7eedc17a818b3c075a13cfd8 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/108349 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
-rw-r--r--source/text/scalc/01/04060104.xhp24
1 files changed, 12 insertions, 12 deletions
diff --git a/source/text/scalc/01/04060104.xhp b/source/text/scalc/01/04060104.xhp
index c6bf427ff8..60f40cff3f 100644
--- a/source/text/scalc/01/04060104.xhp
+++ b/source/text/scalc/01/04060104.xhp
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3147247" role="heading" level="1" xml-lang="en-US">Information Functions</paragraph>
+<h1 id="hd_id3147247" xml-lang="en-US">Information Functions</h1>
<paragraph id="par_id3147499" role="paragraph" xml-lang="en-US"><variable id="informationtext">This category contains the <emph>Information</emph> functions.</variable></paragraph>
<section id="howtoget">
@@ -152,7 +152,7 @@
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_INFO" id="bm_id5369426" localize="false"/>
-<paragraph id="hd_id5787224" role="heading" level="2" xml-lang="en-US">INFO</paragraph>
+<h2 id="hd_id5787224" xml-lang="en-US">INFO</h2>
<paragraph id="par_id1507309" role="paragraph" xml-lang="en-US">Returns specific information about the current working environment. The function receives a single text argument and returns data depending on that parameter.</paragraph>
<embed href="text/scalc/01/ful_func.xhp#func_volatile"/>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
@@ -224,7 +224,7 @@
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_AKTUELL" id="bm_id3145295" localize="false"/>
-<paragraph id="hd_id3155625" role="heading" level="2" xml-lang="en-US">CURRENT</paragraph>
+<h2 id="hd_id3155625" xml-lang="en-US">CURRENT</h2>
<paragraph id="par_id3157975" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_AKTUELL">This function returns the result to date of evaluating the formula of which it is a part (in other words the result as far as that evaluation has got). Its main use is together with the STYLE() function to apply selected styles to a cell depending on the cell contents.</ahelp></paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
@@ -233,7 +233,7 @@
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph id="par_id5919064" role="paragraph" xml-lang="en-US"><item type="input">=1+2+CURRENT()</item></paragraph>
<paragraph id="par_id8751792" role="paragraph" xml-lang="en-US">The example returns 6. The formula is calculated from left to right as: 1 + 2 equals 3, giving the result to date when CURRENT() is encountered; CURRENT() therefore yields 3, which is added to the original 3 to give 6.</paragraph>
-<paragraph id="par_id5863826" role="paragraph" xml-lang="en-US"><item type="input">=A2+B2+STYLE(IF(CURRENT()&gt;10;”Red”;”Default”))</item></paragraph>
+<paragraph id="par_id5863826" role="paragraph" xml-lang="en-US"><input>=A2+B2+STYLE(IF(CURRENT()&gt;10;"Red";"Default"))</input></paragraph>
<paragraph id="par_id7463911" role="paragraph" xml-lang="en-US">The example returns A2 + B2 (STYLE returns 0 here). If this sum is greater than 10, the style Red is applied to the cell. See the <emph>STYLE</emph> function for more explanation.</paragraph>
<paragraph id="par_id7318643" role="paragraph" xml-lang="en-US"><item type="input">="choo"&amp;CURRENT()</item></paragraph>
<paragraph id="par_id6019165" role="paragraph" xml-lang="en-US">The example returns choochoo.</paragraph>
@@ -248,7 +248,7 @@
<comment>mw added "formula cells;" and "displaying;"</comment>
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_FORMEL" id="bm_id3155373" localize="false"/>
-<paragraph id="hd_id3150688" role="heading" level="2" xml-lang="en-US">FORMULA</paragraph>
+<h2 id="hd_id3150688" xml-lang="en-US">FORMULA</h2>
<paragraph id="par_id3158417" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_FORMEL">Displays the formula of a formula cell as a text string.</ahelp></paragraph>
<embed href="text/scalc/01/ful_func.xhp#func_volatile"/>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
@@ -270,7 +270,7 @@
<comment>mw added "references;" and "cell contents;"</comment>
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_ISTBEZUG" id="bm_id3149774" localize="false"/>
-<paragraph id="hd_id3155409" role="heading" level="2" xml-lang="en-US">ISREF</paragraph>
+<h2 id="hd_id3155409" xml-lang="en-US">ISREF</h2>
<paragraph id="par_id3153723" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_ISTBEZUG">Tests if the argument is a reference.</ahelp> Returns TRUE if the argument is a reference, returns FALSE otherwise. When given a reference this function does not examine the value being referenced.<comment>i82565</comment></paragraph>
<embed href="text/shared/00/00000001.xhp#wahr"/>
@@ -294,7 +294,7 @@
<comment>mw added "error codes,"</comment>
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_ISTFEHL" id="bm_id3145081" localize="false"/>
-<paragraph id="hd_id3154812" role="heading" level="2" xml-lang="en-US">ISERR</paragraph>
+<h2 id="hd_id3154812" xml-lang="en-US">ISERR</h2>
<paragraph id="par_id3149282" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_ISTFEHL">Tests for error conditions, except the #N/A error value, and returns TRUE or FALSE.</ahelp></paragraph>
<embed href="text/shared/00/00000001.xhp#wahr"/>
@@ -315,7 +315,7 @@
<comment>mw added "recognizing;"</comment>
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_ISTFEHLER" id="bm_id3145206" localize="false"/>
-<paragraph id="hd_id3147081" role="heading" level="2" xml-lang="en-US">ISERROR</paragraph>
+<h2 id="hd_id3147081" xml-lang="en-US">ISERROR</h2>
<paragraph id="par_id3156316" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_ISTFEHLER">Tests for error conditions, including the #N/A error value, and returns TRUE or FALSE.</ahelp></paragraph>
<embed href="text/shared/00/00000001.xhp#wahr"/>
@@ -336,7 +336,7 @@
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_IFERROR" id="bm_id31452061" localize="false"/>
-<paragraph id="hd_id31470811" role="heading" level="2" xml-lang="en-US">IFERROR</paragraph>
+<h2 id="hd_id31470811" xml-lang="en-US">IFERROR</h2>
<paragraph id="par_id31563161" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_IFERROR">Returns the value if the cell does not contains an error value, or the alternative value if it does.</ahelp></paragraph>
<embed href="text/scalc/00/avail_release.xhp#4.0"/>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
@@ -650,7 +650,7 @@
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_TYP" id="bm_id3146127" localize="false"/>
-<paragraph id="hd_id3151255" role="heading" level="2" xml-lang="en-US">TYPE</paragraph>
+<h2 id="hd_id3151255" xml-lang="en-US">TYPE</h2>
<paragraph id="par_id3155900" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_TYP">Returns the type of value, where 1 = number, 2 = text, 4 = Boolean value, 8 = formula, 16 = error value, 64 = array.</ahelp></paragraph>
<embed href="text/shared/00/00000001.xhp#wahr"/>
@@ -658,7 +658,7 @@
<paragraph id="par_id3148400" role="code" xml-lang="en-US">TYPE(Value)</paragraph>
<paragraph id="par_id3150830" role="paragraph" xml-lang="en-US"><emph>Value</emph> is a specific value for which the data type is determined.</paragraph>
-<paragraph id="hd_id3154363" role="heading" level="3" xml-lang="en-US">Example (see example table above)</paragraph>
+<h3 id="hd_id3154363" xml-lang="en-US">Example (see example table above)</h3>
<paragraph id="par_id3153357" role="paragraph" xml-lang="en-US"><item type="input">=TYPE(C2)</item> returns 2 as a result.</paragraph>
<paragraph id="par_id3148980" role="paragraph" xml-lang="en-US"><item type="input">=TYPE(D9)</item> returns 1 as a result.</paragraph>
</section>
@@ -672,7 +672,7 @@
<comment>mw added two entries</comment>
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_ZELLE" id="bm_id3159412" localize="false"/>
-<paragraph id="hd_id3155509" role="heading" level="2" xml-lang="en-US">CELL</paragraph>
+<h2 id="hd_id3155509" xml-lang="en-US">CELL</h2>
<paragraph id="par_id3153196" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_ZELLE">Returns information on address, formatting or contents of a cell.</ahelp></paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>