diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-06-19 10:11:10 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-06-19 11:29:31 +0200 |
commit | 7f77b8a689f84a03495ac5911236b68f01ee7b24 (patch) | |
tree | 88641a11936b836c9a0167e20de72f1ed1df7c82 /sw/sdi/swriter.sdi | |
parent | f870059a5a777b1e198b2a34af0675eb36feb8be (diff) |
sw: add UI for adding a textbox for a draw shape
Change-Id: Icc4ff083431635f1769dba5907f26e7dc6b08d02
Diffstat (limited to 'sw/sdi/swriter.sdi')
-rw-r--r-- | sw/sdi/swriter.sdi | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index eb66d884ce34..271ad17b3892 100644 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi @@ -10079,3 +10079,27 @@ SvxLongLRSpaceItem SwPageLRMargin SID_ATTR_PAGE_LRSPACE ToolBoxConfig = FALSE, GroupId = GID_FORMAT; ] + +SfxVoidItem AddTextBox FN_ADD_TEXT_BOX +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_DRAWING; +] |