summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Calc.xcs20
1 files changed, 20 insertions, 0 deletions
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 @@
<info>
<desc>Contains various compatibility settings.</desc>
</info>
+ <group oor:name="MergeCells">
+ <info>
+ <desc>Contains settings for merging cells.</desc>
+ <label>Merge cells</label>
+ </info>
+ <prop oor:name="ShowDialog" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether the Merge Cells dialog box is shown, when some cells are not empty.</desc>
+ <label>Show Merge Cells dialog</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="EmptyMergedCells" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether to empty the contents of the hidden cells (like Excel does).</desc>
+ <label>Empty merged cells</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
<group oor:name="KeyBindings">
<info>
<desc>Contains options related to key bindings</desc>