diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-09-23 08:55:08 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-09-23 10:35:22 +0200 |
commit | 49f1bf56ebfa3c96aa90835c1121eb827d713b9d (patch) | |
tree | bf489697f6ad0621cbf906c7bcc95d6fa102d2c9 /sw/inc | |
parent | c3d488c201231a98ef13560dc8d070267d8d5e86 (diff) |
sw content controls, combo box: add insert UI
- expose the combo box case in SwWrtShell::InsertContentControl() as a
new .uno:InsertComboBoxContentControl command
- - add the new uno command to the default & MS-compatible menus
Change-Id: Ifb1a9cede8c219d956ce438119ee789a69507679
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140468
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/cmdid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h index f183108c071e..d98d72ce56b5 100644 --- a/sw/inc/cmdid.h +++ b/sw/inc/cmdid.h @@ -229,6 +229,7 @@ class SwUINumRuleItem; #define FN_POSTIT (FN_INSERT + 29) /* Insert/edit PostIt */ #define FN_INSERT_TABLE (FN_INSERT + 30) /* Insert Table */ #define FN_INSERT_STRING (FN_INSERT+31) +#define FN_INSERT_COMBO_BOX_CONTENT_CONTROL (FN_INSERT + 32) /* Combo box content control */ #define FN_INSERT_FRAME_INTERACT (FN_INSERT + 33) /* Insert interactive frame */ #define FN_INSERT_FRAME (FN_INSERT + 34) /* Insert Frame */ |