From 7b8832ff972a4e9f3e03fd7d96882b2a78c03b3e Mon Sep 17 00:00:00 2001 From: Gulsah Kose Date: Mon, 19 Sep 2016 12:43:34 +0300 Subject: tdf#101390 Add Arrows toolbox functions on calc drawingbar. Calc arrows toolbox includes following commands .uno:LineArrowEnd .uno:LineCircleArrow .uno:LineSquareArrow .uno:LineArrows .uno:LineArrowStart .uno:LineArrowCircle .uno:LineArrowSquare .uno:Line Change-Id: I09c93447baeafd3f7d4993117458d4585d21cbaf Signed-off-by: Gulsah Kose Reviewed-on: https://gerrit.libreoffice.org/29021 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky --- sc/sdi/tabvwsh.sdi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sc/sdi') diff --git a/sc/sdi/tabvwsh.sdi b/sc/sdi/tabvwsh.sdi index 46859c5807f3..91e92c9a4fd1 100644 --- a/sc/sdi/tabvwsh.sdi +++ b/sc/sdi/tabvwsh.sdi @@ -88,6 +88,14 @@ interface BaseSelection SID_OBJECT_SELECT [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] SID_DRAW_LINE [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_LINE_ARROW_END [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_LINE_ARROW_CIRCLE [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_LINE_ARROW_SQUARE [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_LINE_ARROW_START [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_LINE_CIRCLE_ARROW [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_LINE_SQUARE_ARROW [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_LINE_ARROWS [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_DRAWTBX_ARROWS [ StateMethod = GetDrawState; ] SID_DRAW_RECT [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] SID_DRAW_ELLIPSE [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] SID_DRAWTBX_LINES [ StateMethod = GetDrawState; ] -- cgit