diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-05-28 18:11:13 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-05-28 19:46:23 +0200 |
commit | 40c096508da7ee14f36715eee3185041f4a36ddd (patch) | |
tree | daa1fc14ecd21d86ad72b09856616b4173fd90e4 /sw/sdi | |
parent | 479ee00e388a50a8392e9704166b83754dbffac3 (diff) |
sw: implement select-all for the frame shell
There is no reason why Ctrl-A should be a NOP when you have an image
selected.
No test, there is one in the cp-6.0 copy&paste code, that coverage will
arrive as part of that copy&paste code forward-port.
Change-Id: If0013ee0e9ff9a6fb038a22de7b5d3c76e5c52b9
Reviewed-on: https://gerrit.libreoffice.org/73118
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/_frmsh.sdi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/sdi/_frmsh.sdi b/sw/sdi/_frmsh.sdi index 6d02c04efdeb..398cd30a93ff 100644 --- a/sw/sdi/_frmsh.sdi +++ b/sw/sdi/_frmsh.sdi @@ -406,5 +406,10 @@ interface BaseTextFrame ExecMethod = Execute ; DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; ] + SID_SELECTALL + [ + ExecMethod = ExecMove ; + StateMethod = NoState ; + ] } |