summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2021-08-31 00:10:40 +0200
committerEike Rathke <erack@redhat.com>2021-08-31 02:55:04 +0200
commit4c29c2bfab18b25229e0bc71014fd2ca42ec5bff (patch)
treec8d4a224cf8ee1c6f18ab5d30b28976ef205ed98 /officecfg
parentfaff8fd27ac38d2001b6bf26b02381801b8844ea (diff)
Resolves: tdf#114878 Add 'Evaluate formulas' option to CSV import and paste
... and Text to Columns, defaulting to false for CSV import via dialog and stored as config item option similar to all other CSV/Text options. Change-Id: I742f447b905a07b05dcf5fc58796c46de212276b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121344 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Calc.xcs21
1 files changed, 21 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
index 95c1aed3ab0b..84545054859a 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
@@ -1119,6 +1119,13 @@
</info>
<value>false</value>
</prop>
+ <prop oor:name="EvaluateFormulas" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>If true, formula expressions are evaluated, else set as text cell content.</desc>
+ <label>EvaluateFormulas</label>
+ </info>
+ <value>false</value>
+ </prop>
<prop oor:name="QuotedFieldAsText" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>If true, quoted field is always imported as text with no exception.</desc>
@@ -1201,6 +1208,13 @@
</info>
<value>false</value>
</prop>
+ <prop oor:name="EvaluateFormulas" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>If true, formula expressions are evaluated, else set as text cell content.</desc>
+ <label>EvaluateFormulas</label>
+ </info>
+ <value>true</value>
+ </prop>
<prop oor:name="QuotedFieldAsText" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>If true, quoted field is always imported as text with no exception.</desc>
@@ -1290,6 +1304,13 @@
</info>
<value>false</value>
</prop>
+ <prop oor:name="EvaluateFormulas" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>If true, formula expressions are evaluated, else set as text cell content.</desc>
+ <label>EvaluateFormulas</label>
+ </info>
+ <value>true</value>
+ </prop>
<prop oor:name="Separators" oor:type="xs:string" oor:nillable="false">
<info>
<desc>List of Separators - as a String</desc>