diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-09-02 17:51:58 +0200 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-09-03 21:10:10 +0200 |
commit | 8c18ffbf9bb250fd49c5fc7ae89cc74155c768c6 (patch) | |
tree | d03d7934e640d51a590ccc7edfbb61532d150a61 /officecfg | |
parent | d59e728be6d71cfb86c5f2904df793e9dd2d1af5 (diff) |
fdo#81633: Add a new configuration option to toggle ref update on sort.
The new option is in Calc -> General and is labeled
"Update references when sorting range of cells"
Change-Id: I5ac686e96742df40f7d8ba5ffec23806db2988a6
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index d2b9692eece7..85fb9f96da73 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -678,6 +678,16 @@ </info> <value>false</value> </prop> + <prop oor:name="UpdateReferenceOnSort" oor:type="xs:boolean" oor:nillable="false"> + <!-- OldPath: Calc/Input --> + <!-- OldLocation: Soffice.cfg --> + <!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input --> + <info> + <desc>Specifies whether references get updated when performing sort on a range of cells.</desc> + <label>Update references when sorting range of cells</label> + </info> + <value>true</value> + </prop> <prop oor:name="HighlightSelection" oor:type="xs:boolean" oor:nillable="false"> <!-- OldPath: Calc/Input --> <!-- OldLocation: Soffice.cfg --> |