diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-04-25 17:53:14 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-04-27 13:59:57 +0200 |
commit | 0a874cee4a5d694b6c055b896d4dc64f7151b001 (patch) | |
tree | 271886a28c592a2bdb2ab6f024de974bb2e29cfd /source/text/scalc/01/04060105.xhp | |
parent | 4eace90975b889ef35d10ea35032cae0b569595e (diff) |
tdf#123803 Add release info in Calc functions
Change-Id: I0476c79fe5407c3e7252ef16da4110a026b29fa8
Note: some Calc functions still lack help pages.
Reviewed-on: https://gerrit.libreoffice.org/71331
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/scalc/01/04060105.xhp')
-rw-r--r-- | source/text/scalc/01/04060105.xhp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/text/scalc/01/04060105.xhp b/source/text/scalc/01/04060105.xhp index 63c8289ec8..97c212d50e 100644 --- a/source/text/scalc/01/04060105.xhp +++ b/source/text/scalc/01/04060105.xhp @@ -165,6 +165,7 @@ <paragraph xml-lang="en-US" id="hd_id3156257" role="heading" level="2">XOR</paragraph> <paragraph xml-lang="en-US" id="par_id3155987" role="paragraph"><ahelp hid="HID_FUNC_XOR">Returns true if an odd number of arguments evaluates to TRUE.</ahelp></paragraph> <paragraph xml-lang="en-US" id="par_id3148772" role="paragraph">The arguments are either logical expressions themselves (TRUE, 1<5, 2+3=7, B8<10) that return logical values, or arrays (A1:C3) containing logical values.</paragraph> + <embed href="text/scalc/00/avail_release.xhp#4.0"/> <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> <paragraph xml-lang="en-US" id="par_id3150469" role="code">XOR(LogicalValue1; LogicalValue2 ...LogicalValue30)</paragraph> <embed href="text/scalc/01/common_func.xhp#sectionexample"/> |