From da24355234ec12f2f4c652113dbbb1216ba5492c Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 19 Apr 2017 13:29:21 +0200 Subject: Settings for not showing Merge Cells dialog and for emptying hidden cells By default nothing changes. But users have the possibility to avoid the confusing (?) Merge Cell dialog. Also, when the dialog is disabled, users may want to set the EmptyMergedCells to true, to mimic Excel's behaviour. Change-Id: I9656ae59199bb697c45786dd478379f5c89eb08f Reviewed-on: https://gerrit.libreoffice.org/36679 Tested-by: Jenkins Reviewed-by: Andras Timar --- .../registry/schema/org/openoffice/Office/Calc.xcs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index f03fcae1e147..86d3525d8689 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1865,6 +1865,26 @@ Contains various compatibility settings. + + + Contains settings for merging cells. + + + + + Specifies whether the Merge Cells dialog box is shown, when some cells are not empty. + + + true + + + + Specifies whether to empty the contents of the hidden cells (like Excel does). + + + false + + Contains options related to key bindings -- cgit