diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2023-12-03 12:25:54 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-12-04 15:21:58 +0100 |
commit | d20e738f1a2ace6618ad217ad42b17aac69e5762 (patch) | |
tree | 35c0cece04040cedf470eb6724ec6d4addcec325 | |
parent | 645689dde4f47e1c9a765867d30b6ff2862b32dd (diff) |
adjust operators priority part
remove note which is not directly related to "&" operator
fix link to ODF standard page
remove extra non-printing characters
Change-Id: Iccb4d6ac288e41eef07d6f2d12809bc5aa7c48cb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160260
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/scalc/01/04060199.xhp | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/source/text/scalc/01/04060199.xhp b/source/text/scalc/01/04060199.xhp index eb5af00c9a..0fbf698e12 100644 --- a/source/text/scalc/01/04060199.xhp +++ b/source/text/scalc/01/04060199.xhp @@ -391,7 +391,7 @@ </tablecell> <tablecell><paragraph role="tablecontent" localize="false" id="par_id421687561821896">&</paragraph> </tablecell> - <tablecell><paragraph role="tablecontent" id="par_id391687561825288">Binary operation string concatenation. Note that unary (prefix) + and - have a different precedence. Note that "&" shall be escaped when included in an XML document</paragraph> + <tablecell><paragraph role="tablecontent" id="par_id391687561825288">Binary operation string concatenation. Note that "&" shall be escaped when included in an XML document.</paragraph> </tablecell> </tablerow> <tablerow> @@ -399,16 +399,15 @@ </tablecell> <tablecell><paragraph role="tablecontent" localize="false" id="par_id41687561835121">=, <>, <, <=,<br/>>, >=</paragraph> </tablecell> - <tablecell><paragraph role="tablecontent" id="par_id631687561838545">Comparison operators equal to, not equal to, less than, less than or equal to, greater than, greater than or equal to</paragraph> + <tablecell><paragraph role="tablecontent" id="par_id631687561838545">Comparison operators equal to, not equal to, less than, less than or equal to, greater than, greater than or equal to.</paragraph> </tablecell> </tablerow> </table> -<note id="par_id241687561247336">Prefix "-" has a higher precedence than "^", "^" is left-associative, and -reference intersection has a higher precedence than reference union.</note> -<note id="par_id941687561277896">Prefix "+" and "-" are defined to be right-associative. However, note that typical applications which implement at most the operators defined in this specification (as specified) may implement them as left-associative, because the calculated results will be identical.</note> +<note id="par_id241687561247336">Prefix "-" has a higher precedence than "^", "^" is left-associative, and reference intersection has a higher precedence than reference union.</note> +<note id="par_id941687561277896">Prefix "+" and "-" are defined to be right-associative. However, note that typical applications which implement at most the operators defined in this specification (as specified) may implement them as left-associative, because the calculated results will be identical.</note> <note id="par_id411687561295059">Precedence can be overridden by using parentheses, so "=2+3*4" computes to 14 but "=(2+3)*4" computes 20.</note> <section id="relatedtopics"> - <paragraph role="paragraph" id="par_id661687565493405"><link href="OpenDocument/v1.3/os/part4-formula/OpenDocument-v1.3-os-part4-formula.html#Operators">OpenDocument v1.3 part4, Formula Operators</link></paragraph> + <paragraph role="paragraph" id="par_id661687565493405"><link href="https://docs.oasis-open.org/office/OpenDocument/v1.3/os/part4-formula/OpenDocument-v1.3-os-part4-formula.html#Operators">OpenDocument v1.3 part 4, Formula Operators</link></paragraph> </section> </body> </helpdocument> |