Uploaded image for project: 'OASIS Open Document Format for Office Applications (OpenDocument) TC'
  1. OASIS Open Document Format for Office Applications (OpenDocument) TC
  2. OFFICE-2593

19.598 table:condition and 19.470 style:condition formulas

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Applied
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: ODF 1.2 Part 1 CD 4
    • Fix Version/s: ODF 1.2 Part 1 CD 5
    • Component/s: Styles, Table
    • Labels:
      None
    • Proposal:
      Hide

      In 19.470 style:condition:

      Replace
      "

      • is-true-formula(formula): true if the style is applied to a table cell for which formula evaluates true.
        "
        with
        "
      • is-true-formula(expression): true if the style is applied to a table cell for which expression evaluates true.
        "

      Replace
      "
      Within paragraph and table cell style conditions:

      • value, value1 and value2 are a numberValue, a string or a formula.
      • numberValue is a whole or decimal number. The number shall not contain comma (COMMA, U+002C) separators for numbers of 1000 or greater.
      • string comprises one or more characters surrounded by quotation marks.
      • formula is a formula (see 19.644) without the equals "=" (EQUALS SIGN, U+003D) at the beginning.
        "
        with
        "
        Within paragraph and table cell style conditions:
      • value, value1 and value2 are a numberValue, a string or an expression.
      • numberValue is a whole or decimal number. The number shall not contain comma (COMMA, U+002C) separators for numbers of 1000 or greater.
      • string comprises one or more characters surrounded by quotation marks.
      • expression is an expression without the equals "=" (EQUALS SIGN, U+003D) at the beginning.
        "

      Replace
      "
      The defined conditions for table cell styles, ... true-formula(formula), the formula variable ...
      "
      with
      "
      The defined conditions for table cell styles, ... true-formula(expression), the expression variable ...
      "

      Replace
      "
      The XML namespace name associated with the namespace prefix specifies the syntax and semantics of the formulas and values occurring within the condition.
      "
      with
      "
      The XML namespace name associated with the namespace prefix specifies the syntax and semantics of the expressions and values occurring within the condition.
      "

      In 19.598 table:condition:

      Replace
      "
      The XML namespace name bound to the namespace prefix specifies the syntax and semantics of the formulas and values occurring within the condition.
      "
      with
      "
      The XML namespace name bound to the namespace prefix specifies the syntax and semantics of the expressions and values occurring within the condition.
      "

      Replace
      "

      • cell-content-is-in-list(list), where list is one or more string entries, separated by ';', or a formula: true if the cell's content is in list.
        "
        with
        "
      • cell-content-is-in-list(list), where list is one or more string entries, separated by ';', or an expression: true if the cell's content is in list.
        "

      Replace
      "
      The defined variables are:

      • value, value1 and value2 are a numberValue, a string or a formula.
      • numberValue is a whole or decimal number. The number shall not contain comma separators for numbers of 1000 or greater.
      • string comprises one or more characters surrounded by quotation marks.
      • formula is a formula (19.644) without the equals (=) sign at the beginning.
        "
        with
        "
        The defined variables are:
      • value, value1 and value2 are a numberValue, a string or an expression.
      • numberValue is a whole or decimal number. The number shall not contain comma (COMMA, U+002C) separators for numbers of 1000 or greater.
      • string comprises one or more characters surrounded by quotation marks.
      • expression is an expression without the equals "=" (EQUALS SIGN, U+003D) at the beginning.
        "

      Furthermore, use the "Bullet List" paragraph style for all conditions in that section, instead of the "hand woven" bullet items with leading hyphen.

      Show
      In 19.470 style:condition: Replace " is-true-formula(formula): true if the style is applied to a table cell for which formula evaluates true. " with " is-true-formula(expression): true if the style is applied to a table cell for which expression evaluates true. " Replace " Within paragraph and table cell style conditions: value, value1 and value2 are a numberValue, a string or a formula. numberValue is a whole or decimal number. The number shall not contain comma (COMMA, U+002C) separators for numbers of 1000 or greater. string comprises one or more characters surrounded by quotation marks. formula is a formula (see 19.644) without the equals "=" (EQUALS SIGN, U+003D) at the beginning. " with " Within paragraph and table cell style conditions: value, value1 and value2 are a numberValue, a string or an expression. numberValue is a whole or decimal number. The number shall not contain comma (COMMA, U+002C) separators for numbers of 1000 or greater. string comprises one or more characters surrounded by quotation marks. expression is an expression without the equals "=" (EQUALS SIGN, U+003D) at the beginning. " Replace " The defined conditions for table cell styles, ... true-formula(formula), the formula variable ... " with " The defined conditions for table cell styles, ... true-formula(expression), the expression variable ... " Replace " The XML namespace name associated with the namespace prefix specifies the syntax and semantics of the formulas and values occurring within the condition. " with " The XML namespace name associated with the namespace prefix specifies the syntax and semantics of the expressions and values occurring within the condition. " In 19.598 table:condition: Replace " The XML namespace name bound to the namespace prefix specifies the syntax and semantics of the formulas and values occurring within the condition. " with " The XML namespace name bound to the namespace prefix specifies the syntax and semantics of the expressions and values occurring within the condition. " Replace " cell-content-is-in-list(list), where list is one or more string entries, separated by ';', or a formula: true if the cell's content is in list. " with " cell-content-is-in-list(list), where list is one or more string entries, separated by ';', or an expression: true if the cell's content is in list. " Replace " The defined variables are: value, value1 and value2 are a numberValue, a string or a formula. numberValue is a whole or decimal number. The number shall not contain comma separators for numbers of 1000 or greater. string comprises one or more characters surrounded by quotation marks. formula is a formula (19.644) without the equals (=) sign at the beginning. " with " The defined variables are: value, value1 and value2 are a numberValue, a string or an expression. numberValue is a whole or decimal number. The number shall not contain comma (COMMA, U+002C) separators for numbers of 1000 or greater. string comprises one or more characters surrounded by quotation marks. expression is an expression without the equals "=" (EQUALS SIGN, U+003D) at the beginning. " Furthermore, use the "Bullet List" paragraph style for all conditions in that section, instead of the "hand woven" bullet items with leading hyphen.

      Description

      19.598 table:condition says: "formula is a formula (19.644) without the equals (=) sign at the beginning."

      But, 19.644 table:formula says that a leading namespace should be present. Therefor 19.598 table:condition should say

      "formula is a formula (19.644) without a namespace prefix and equals (=) sign at the beginning."

      The same for 19.470 style:condition.

        Attachments

          Activity

            People

            • Assignee:
              erack Eike Rathke (Inactive)
              Reporter:
              erack Eike Rathke (Inactive)
            • Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: