summaryrefslogtreecommitdiff
path: root/sw/UIConfig_swriter.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2022-05-13 13:35:23 +0200
committerMiklos Vajna <vmiklos@collabora.com>2022-05-13 15:05:24 +0200
commit75f7e057039aaa49558e22d18cad651d11589da9 (patch)
tree196bc31749d9eaebd8fb418436ab994ffcf71ec4 /sw/UIConfig_swriter.mk
parent923c1a79efd0885be37feb4a5b3c847e659e4f53 (diff)
sw content controls, dropdown: add an initial properties dialog
- read the doc model: show if a content control is a placeholder or not - work with a shared pointer in the dialog, which avoids lifetime issues in case the content control we edit in one view gets deleted in an other view - write the doc model: set the placeholder mode of the content control based on the checkbox state and mark the doc as modified if any widget is touched when pressing OK - handle command state: allow this dialog only inside content controls Change-Id: Ie0b9075ccd3450dd403cc7f8bbf93fc04de3b234 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134278 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/UIConfig_swriter.mk')
-rw-r--r--sw/UIConfig_swriter.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/UIConfig_swriter.mk b/sw/UIConfig_swriter.mk
index adfd271d4465..4278b5f30437 100644
--- a/sw/UIConfig_swriter.mk
+++ b/sw/UIConfig_swriter.mk
@@ -118,6 +118,7 @@ $(eval $(call gb_UIConfig_add_uifiles,modules/swriter,\
sw/uiconfig/swriter/ui/columndialog \
sw/uiconfig/swriter/ui/columnpage \
sw/uiconfig/swriter/ui/columnwidth \
+ sw/uiconfig/swriter/ui/contentcontroldlg \
sw/uiconfig/swriter/ui/combobox \
sw/uiconfig/swriter/ui/comboboxfragment \
sw/uiconfig/swriter/ui/conditionpage \