diff options
author | Laurent BP <laurent.balland-poirier@laposte.net> | 2022-05-16 22:47:25 +0200 |
---|---|---|
committer | Laurent Balland-Poirier <laurent.balland@mailo.fr> | 2022-06-07 13:43:20 +0200 |
commit | d93e9430bfbf6fa8a679ea2d4d98f955774026f6 (patch) | |
tree | 6d6e6a4f48cd9fb1134989fbf9f3b879e67e8d77 /sc/sdi | |
parent | 19a6adddec0f5a6ee771939a17f85bdde4a44ce3 (diff) |
tdf#129674 Add GoTo Sheet command
Insert command in menu Sheet > Navigate
(alongs with To Previous/Next Sheet)
Use .uno:JumpToTable command from Navigator
Use its own Go To Sheet dialog
Add a Search entry to type partial name of sheet
Menu translation missing?
Change-Id: I16b8b56a688c8396159617f04a2a7e034721ce31
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134714
Tested-by: Jenkins
Reviewed-by: Laurent Balland-Poirier <laurent.balland@mailo.fr>
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/scalc.sdi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index edf0ebb7134d..7295dd3ef978 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -3487,8 +3487,8 @@ SfxVoidItem JumpToTable SID_CURRENTTAB RecordAbsolute = FALSE, RecordPerSet; - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, ToolBoxConfig = FALSE, GroupId = SfxGroupId::Navigator; ] |