diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-09-16 19:50:19 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-10-02 21:32:24 -0400 |
commit | dd617c0bbe4906e8d6e589289f42415738f00006 (patch) | |
tree | 86bb5f56e14cd30a947366ff504c2389b2a8ef47 /officecfg/registry | |
parent | 8030c21def37f965a35b534038659fd0b513887c (diff) |
New feature to allow converting formula cells to static values.
You used to have to convert formula cells to static values by copying
them and pasting them as values onto the original place. Why not just
allow converting them in place?
This is something I've always wanted to implement.
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index a0f7e86bb6d9..d81f35b32901 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -1709,6 +1709,14 @@ <value>1</value> </prop> </node> + <node oor:name=".uno:ConvertFormulaToValue" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Convert Formula to Value</value> + </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> + </node> </node> <node oor:name="Popups"> <node oor:name=".uno:AuditMenu" oor:op="replace"> |