summaryrefslogtreecommitdiff
path: root/sd/sdi
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-25 10:33:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-25 15:29:51 +0100
commita0ded09c55f944f57201651032eed5dcf7e22e48 (patch)
tree8b09bd795fcc38ba7bba3b55232ab9d1caa9b37d /sd/sdi
parentdf7595a5f5871f8343e4ee3869ad153e3ae4a7f3 (diff)
implement equalize width and height for impress/draw
Equalize width/height adjusts width/height of selected objects to the width/height of the last selected object. Change-Id: I7c222a6591112cb674322d310ebd87f04a9198bd
Diffstat (limited to 'sd/sdi')
-rw-r--r--sd/sdi/_drvwsh.sdi10
1 files changed, 10 insertions, 0 deletions
diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi
index 0b5469bfc660..6b2f17ccbe08 100644
--- a/sd/sdi/_drvwsh.sdi
+++ b/sd/sdi/_drvwsh.sdi
@@ -507,6 +507,16 @@ interface DrawView
ExecMethod = FuTemporary ;
StateMethod = GetMenuState ;
]
+ SID_EQUALIZEWIDTH // ole : no, status : ?
+ [
+ ExecMethod = FuTemporary ;
+ StateMethod = GetMenuState ;
+ ]
+ SID_EQUALIZEHEIGHT // ole : no, status : ?
+ [
+ ExecMethod = FuTemporary ;
+ StateMethod = GetMenuState ;
+ ]
SID_CONNECT // ole : no, status : ?
[
ExecMethod = FuTemporary ;