diff options
author | Dennis Francis <dennisfrancis.in@gmail.com> | 2015-10-17 10:45:53 +0530 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-03-11 21:45:26 +0000 |
commit | 7bc97db5b972f27693161beb9182f8a5850f5551 (patch) | |
tree | a8d8fce3ef4eddd7de753ae8db2518f2f41e01ef /officecfg | |
parent | 97c872d015350810fb0180ffdb10de7f039363a4 (diff) |
tdf#42629 : Allow multiple status bar functions at a time
Change-Id: Ide9ced5ff4cedebd41a85814f74549648a896f16
Reviewed-on: https://gerrit.libreoffice.org/22060
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index e2006aa3f144..69b3f5c4174c 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -395,6 +395,12 @@ <info> <desc>Contains other layout settings.</desc> </info> + <prop oor:name="StatusbarMultiFunction" oor:type="xs:int" oor:nillable="false"> + <info> + <desc>Selects a set of functions that are calculated for the selected cells, and which show the results in the status bar.</desc> + <label>Statusbar Functions</label> + </info> + </prop> <prop oor:name="StatusbarFunction" oor:type="xs:int" oor:nillable="false"> <!-- OldPath: Calc/Layout --> <!-- OldLocation: Soffice.cfg --> |