I'm not quite sure where we put this in Part 1. Maybe put it in 19.644 "table:formula".
"An OpenDocument Consumer when hosting a formula evaluator makes available the following host-dependent properties:
(We should do this as a table. three columns, headings of "property, attribute, default value)
HOST-CASE-SENSITIVE, table:case-sensitive, true
HOST-PRECISION-AS-SHOWN, table:precision-as-shown, false
HOST-SEARCH-CRITERIA-MUST-APPLY-TO-WHOLE-CELL, table:search-criteria-must-apply-to-whole-cell, true
HOST-AUTOMATIC-FIND-LABELS, table:automatic-find-labels, ???
HOST-USE-REGULAR-EXPRESSIONS, table:use-regular-expressions, true
HOST-USE-WILDCARDS, table:use-wildcards, false
HOST-NULL-YEAR, table:null-year, 1930
HOST-NULL-DATE, table:null-date, 1899-12-30
HOST-LOCALE, N/A, implementation-defined
The OpenDocument Consumer also makes available to the hosted Formula Evaluator a Reference Resolver, which takes an input string and resolves its value. In a spreadsheet, a reference to a cell that itself contains one or more references is recursively resolved. The order in which references are resolved is implementation-dependent.