diff options
author | Philippe Jung <phil.jung@free.fr> | 2015-05-02 00:22:25 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2015-05-05 10:03:59 +0000 |
commit | b1df1ac809fd6de972a6ed4f638a1ac8d29ba40d (patch) | |
tree | 0cdb28e2b5af146dfb84f2a936d8da84e4fe4624 /sc/sdi/graphsh.sdi | |
parent | 80a38d299133823e93ec5c29e8fe5c51771940d5 (diff) |
tdf#34555 add to scalc: crop, change img, save img, edit with ext tools
Adds Save graphic, Change Picture, Edit with external tool, Crop (by
handles) to scalc. Proposal of new Format menu and image context menu
organisation.
This is part of a serie of 4 patches that adds Save graphic, Change Picture,
Edit with external tool, Crop (by handles) in all products (scalc,
sdraw, simpress, swriter).
Main menus, toolbars and contextual menus are updated accordingly.
Change-Id: I7f5cf2d1eb3870245684eadf5909fe590d56bf42
Reviewed-on: https://gerrit.libreoffice.org/15589
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'sc/sdi/graphsh.sdi')
-rw-r--r-- | sc/sdi/graphsh.sdi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sc/sdi/graphsh.sdi b/sc/sdi/graphsh.sdi index 2329ede9c575..6b2f4bcc4b69 100644 --- a/sc/sdi/graphsh.sdi +++ b/sc/sdi/graphsh.sdi @@ -146,6 +146,25 @@ interface GraphSelection ExecMethod = ExecuteCompressGraphic; StateMethod = GetCompressGraphicState; ] + + SID_OBJECT_CROP + [ + ExecMethod = ExecuteCropGraphic ; + StateMethod = GetCropGraphicState ; + ] + + SID_SAVE_GRAPHIC + [ + ExecMethod = ExecuteSaveGraphic; + StateMethod = GetSaveGraphicState ; + ] + + SID_CHANGE_PICTURE + [ + ExecMethod = ExecuteChangePicture ; + StateMethod = GetChangePictureState ; + ] + } |