diff options
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 --> |