diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-25 13:03:42 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-27 13:10:45 +0100 |
commit | 1c8b8e97eb6127e430c1dc0fc3578cec94371fd7 (patch) | |
tree | f2b87776589810859d6300c0da5737ef96fc5d9d /officecfg | |
parent | 047e8ae5d189f030d565b13f97a4d6a45b00e6be (diff) |
sc: rowcol: tdf#50916 add UI to turn jumbo sheets on
Change-Id: I9e50c38f38acdf5a275b125e9e421a6c6af6d590
Reviewed-on: https://gerrit.libreoffice.org/83661
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index 1517514c903d..a7f683a4fec5 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1974,7 +1974,15 @@ <desc>Option to set the prefix name for new sheet tabs</desc> </info> </prop> - </group> + <prop oor:name="JumboSheets" oor:type="xs:boolean" oor:nillable="false"> + <!-- UIHints: Tools - Options - Spreadsheet - Defaults --> + <info> + <desc>Enable very large spreadsheets (16m rows, 16384 cols)</desc> + <label>Jumbo sheets</label> + </info> + <value>false</value> + </prop> + </group> </group> <group oor:name="DataStream"> <info> |