diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-05-23 08:39:34 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-05-23 18:04:09 +0200 |
commit | 9a76be53dfb801b754bf55f9d4b8c5f82991a62f (patch) | |
tree | 89ead80b7d75d8d598f311c961678a23277177d5 /svtools/uiconfig/ui/combocontrol.ui | |
parent | 95c55b40f7670984ba39447bd695c78ac7d6df1f (diff) |
sw content controls, picture: add LOK API
- send a LOK_CALLBACK_CONTENT_CONTROL callback with
action=change-picture when a file picker should be shown
- extend lok::Document::sendContentControlEvent() to be able to replace
the placeholder with the selected URL
- update gtktiledviewer to work with these
Change-Id: Ifb3750803885fc09fc82905b0cf85b2b8ca06e77
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134750
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins