diff options
Diffstat (limited to 'sc/sdi/tabvwsh.sdi')
-rw-r--r-- | sc/sdi/tabvwsh.sdi | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/sc/sdi/tabvwsh.sdi b/sc/sdi/tabvwsh.sdi index 8999ad8fb293..86878ec103f3 100644 --- a/sc/sdi/tabvwsh.sdi +++ b/sc/sdi/tabvwsh.sdi @@ -97,7 +97,21 @@ interface BaseSelection //SID_CHOOSE_CONTROLS [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] SID_OBJECT_SELECT [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] - SID_INSERT_DRAW [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_DRAW_LINE [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_DRAW_RECT [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_DRAW_ELLIPSE [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_DRAW_POLYGON_NOFILL [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_DRAW_BEZIER_NOFILL [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_DRAW_FREELINE_NOFILL [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_DRAW_ARC [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_DRAW_PIE [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_DRAW_CIRCLECUT [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_DRAW_TEXT [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_DRAW_TEXT_VERTICAL [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_DRAW_TEXT_MARQUEE [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_DRAW_CAPTION [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_DRAW_CAPTION_VERTICAL [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_INSERT_DRAW [] SID_FONTWORK_GALLERY_FLOATER [ ExecMethod = ExecDrawIns; StateMethod = GetDrawInsState; ] SID_DRAWTBX_CS_BASIC [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] SID_DRAWTBX_CS_SYMBOL [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] |