summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2018-03-22 12:45:34 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-03-22 20:09:26 +0100
commitd0a2cca6885c900fd362bdd7a72e382fe3b34ef4 (patch)
treeb636e5c85ca59dda9f73cae4717206c1a18cf878
parent0d0de1b0c16334322e584fcb770db68f66d2a042 (diff)
tdf#105562 Correct page for AND/OR logic function
Change-Id: I2dcc976e2ea090da68d4d8389c58847f6c6fb082 Reviewed-on: https://gerrit.libreoffice.org/51744 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--source/text/scalc/01/04060105.xhp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/scalc/01/04060105.xhp b/source/text/scalc/01/04060105.xhp
index 983053c997..9a78019ae3 100644
--- a/source/text/scalc/01/04060105.xhp
+++ b/source/text/scalc/01/04060105.xhp
@@ -66,7 +66,7 @@
<paragraph xml-lang="en-US" id="hd_id3150374" role="heading" level="3">Syntax</paragraph>
<paragraph xml-lang="en-US" id="par_id3159123" role="code">AND(LogicalValue1; LogicalValue2 ...LogicalValue30)</paragraph>
<paragraph xml-lang="en-US" id="par_id3150038" role="paragraph">
- <emph>LogicalValue1; LogicalValue2 ...LogicalValue30</emph> are conditions to be checked. All conditions can be either TRUE or FALSE. If a range is entered as a parameter, the function uses the value from the range that is in the current column or row. The result is TRUE if the logical value in all cells within the cell range is TRUE.</paragraph>
+ <emph>LogicalValue1; LogicalValue2 ...LogicalValue30</emph> are conditions to be checked. All conditions can be either TRUE or FALSE. If a range is entered as a parameter, the function uses all values of the range. The result is TRUE if the logical value in all cells within the cell range is TRUE.</paragraph>
<paragraph xml-lang="en-US" id="hd_id3149143" role="heading" level="3">Example</paragraph>
<paragraph xml-lang="en-US" id="par_id3153123" role="paragraph">The logical values of entries 12&lt;13; 14&gt;12, and 7&lt;6 are to be checked:</paragraph>
<paragraph xml-lang="en-US" id="par_id3145632" role="paragraph">
@@ -133,7 +133,7 @@
<paragraph xml-lang="en-US" id="hd_id3155517" role="heading" level="3">Syntax</paragraph>
<paragraph xml-lang="en-US" id="par_id3150468" role="code">OR(LogicalValue1; LogicalValue2 ...LogicalValue30)</paragraph>
<paragraph xml-lang="en-US" id="par_id3155819" role="paragraph">
- <emph>LogicalValue1; LogicalValue2 ...LogicalValue30</emph> are conditions to be checked. All conditions can be either TRUE or FALSE. If a range is entered as a parameter, the function uses the value from the range that is in the current column or row.<comment>UFI: first try to fix bugtraq 4905779</comment></paragraph>
+ <emph>LogicalValue1; LogicalValue2 ...LogicalValue30</emph> are conditions to be checked. All conditions can be either TRUE or FALSE. If a range is entered as a parameter, the function uses all values of the range.<comment>UFI: first try to fix bugtraq 4905779</comment></paragraph>
<paragraph xml-lang="en-US" id="hd_id3153228" role="heading" level="3">Example</paragraph>
<paragraph xml-lang="en-US" id="par_id3154870" role="paragraph">The logical values of entries 12&lt;11; 13&gt;22, and 45=45 are to be checked.</paragraph>
<paragraph xml-lang="en-US" id="par_id3155371" role="paragraph">