diff options
author | Noel Power <noel.power@novell.com> | 2012-03-29 19:42:54 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2012-03-29 19:45:22 +0100 |
commit | 710d768aafd6b2c1fdc5627bede25000c3e346d5 (patch) | |
tree | 918792e96c50680b6928e8fb9d1907d6be836f97 /sc/sdi | |
parent | f826a5b56ac12e0b85c380f7d26c379e3d1f7281 (diff) |
add for calc extra paste ctx menu with options to paste text or formula only
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/cellsh.sdi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi index ce942e2c8948..4f586e88523a 100644 --- a/sc/sdi/cellsh.sdi +++ b/sc/sdi/cellsh.sdi @@ -160,6 +160,9 @@ interface CellSelection SID_COPY [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ] SID_PASTE [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ] SID_PASTE_SPECIAL [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ] + SID_PASTE_ONLY [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ] + SID_PASTE_ONLY_TEXT [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ] + SID_PASTE_ONLY_FORMULA [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ] SID_CLIPBOARD_FORMAT_ITEMS [ ExecMethod = ExecuteEdit; StateMethod = GetClipState; ] SID_EXTERNAL_SOURCE [ ExecMethod = ExecuteEdit; StateMethod = GetBlockState; ] FID_MERGE_ON [ ExecMethod = Execute; StateMethod = GetState; ] |