diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2016-08-11 10:40:19 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-09-07 21:31:27 +0300 |
commit | 37a3fc1ca2a08e41dcf39946d891e7e315106d64 (patch) | |
tree | 409636f6aafd802d9d810513f533804e900f2787 /sd | |
parent | f10549961983b10148ba9ffe91a5e6c19bde909f (diff) |
tdf#101390 Add Arrows toolbox functions on writer drawingbar.
Writer arrows toolbox includes following commands
.uno:LineArrowEnd
.uno:LineCircleArrow
.uno:LineSquareArrow
.uno:LineArrows
.uno:LineArrowStart
.uno:LineArrowCircle
.uno:LineArrowSquare
.uno:Line
Change-Id: I91af27826ea411eabfa61c11962cfb85d2d2aab2
Reviewed-on: https://gerrit.libreoffice.org/28363
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/app.hrc | 8 | ||||
-rw-r--r-- | sd/sdi/sdraw.sdi | 144 |
2 files changed, 0 insertions, 152 deletions
diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc index 70d730a61dcc..9a97d9f9b4bc 100644 --- a/sd/inc/app.hrc +++ b/sd/inc/app.hrc @@ -212,14 +212,6 @@ // FREE 160 - 168 #define SID_DOUBLECLICK_TEXTEDIT (SID_SD_START+169) #define SID_CLICK_CHANGE_ROTATION (SID_SD_START+170) -#define SID_DRAWTBX_ARROWS (SID_SD_START+171) -#define SID_LINE_ARROW_START (SID_SD_START+172) -#define SID_LINE_ARROW_END (SID_SD_START+173) -#define SID_LINE_ARROWS (SID_SD_START+174) -#define SID_LINE_ARROW_CIRCLE (SID_SD_START+175) -#define SID_LINE_CIRCLE_ARROW (SID_SD_START+176) -#define SID_LINE_ARROW_SQUARE (SID_SD_START+177) -#define SID_LINE_SQUARE_ARROW (SID_SD_START+178) #define SID_HELPLINES_VISIBLE (SID_SD_START+179) #define SID_HELPLINES_FRONT (SID_SD_START+180) #define SID_BEFORE_OBJ (SID_SD_START+181) diff --git a/sd/sdi/sdraw.sdi b/sd/sdi/sdraw.sdi index fec1edf251c6..afc8ee88f677 100644 --- a/sd/sdi/sdraw.sdi +++ b/sd/sdi/sdraw.sdi @@ -141,24 +141,6 @@ SfxUInt16Item AnimatorState SID_ANIMATOR_STATE GroupId = GID_OPTIONS; ] -SfxVoidItem ArrowsToolbox SID_DRAWTBX_ARROWS - -[ - AutoUpdate = FALSE, - FastCall = FALSE, - ReadOnlyDoc = FALSE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - - - AccelConfig = TRUE, - MenuConfig = TRUE, - ToolBoxConfig = TRUE, - GroupId = GID_DRAWING; -] - SfxVoidItem Backward SID_MOREBACK () [ @@ -2423,114 +2405,6 @@ SfxBoolItem LeaveAllGroups SID_LEAVE_ALL_GROUPS GroupId = GID_MODIFY; ] -SfxBoolItem LineArrowCircle SID_LINE_ARROW_CIRCLE - -[ - AutoUpdate = FALSE, - FastCall = FALSE, - ReadOnlyDoc = FALSE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerItem; - - - AccelConfig = FALSE, - MenuConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_DRAWING; -] - -SfxBoolItem LineArrowEnd SID_LINE_ARROW_END - -[ - AutoUpdate = FALSE, - FastCall = FALSE, - ReadOnlyDoc = FALSE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerItem; - - - AccelConfig = FALSE, - MenuConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_DRAWING; -] - -SfxBoolItem LineArrows SID_LINE_ARROWS - -[ - AutoUpdate = FALSE, - FastCall = FALSE, - ReadOnlyDoc = FALSE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerItem; - - - AccelConfig = FALSE, - MenuConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_DRAWING; -] - -SfxBoolItem LineArrowSquare SID_LINE_ARROW_SQUARE - -[ - AutoUpdate = FALSE, - FastCall = FALSE, - ReadOnlyDoc = FALSE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerItem; - - - AccelConfig = FALSE, - MenuConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_DRAWING; -] - -SfxBoolItem LineArrowStart SID_LINE_ARROW_START - -[ - AutoUpdate = FALSE, - FastCall = FALSE, - ReadOnlyDoc = FALSE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerItem; - - - AccelConfig = FALSE, - MenuConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_DRAWING; -] - -SfxBoolItem LineCircleArrow SID_LINE_CIRCLE_ARROW - -[ - AutoUpdate = FALSE, - FastCall = FALSE, - ReadOnlyDoc = FALSE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerItem; - - - AccelConfig = FALSE, - MenuConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_DRAWING; -] - SfxVoidItem LineColor SID_SETLINECOLOR (SfxUInt32Item Red ID_VAL_RED,SfxUInt32Item Green ID_VAL_GREEN,SfxUInt32Item Blue ID_VAL_BLUE) [ @@ -2565,24 +2439,6 @@ SfxVoidItem LineEndPolygon SID_LINEEND_POLYGON GroupId = GID_DRAWING; ] -SfxBoolItem LineSquareArrow SID_LINE_SQUARE_ARROW - -[ - AutoUpdate = FALSE, - FastCall = FALSE, - ReadOnlyDoc = FALSE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerItem; - - - AccelConfig = FALSE, - MenuConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_DRAWING; -] - SfxVoidItem LineTo SID_LINETO (SfxUInt32Item MouseEndX ID_VAL_MOUSEEND_X,SfxUInt32Item MouseEndY ID_VAL_MOUSEEND_Y) [ |