diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-10-20 08:52:02 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-10-20 11:39:04 +0200 |
commit | e368d26a7f24dc25f3d855511baabc128bc151e6 (patch) | |
tree | 373dbf8627eb3bf6d2b4db7439e7078c424d9b99 /include/LibreOfficeKit | |
parent | 82594fd81ba375d5e7ed919bef0b7b4b8072c02f (diff) |
sw content controls, alias: add LOK API
And implement sample handling of it in lokdocview.
Change-Id: Ia1975e4daef6260e2030e5d0dba8fb4293a9484f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141541
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'include/LibreOfficeKit')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKitEnums.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h b/include/LibreOfficeKit/LibreOfficeKitEnums.h index 825d9791b806..3bc0ad940b18 100644 --- a/include/LibreOfficeKit/LibreOfficeKitEnums.h +++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h @@ -803,6 +803,7 @@ typedef enum * Entered a rich text content control: * { * "action": "show", + * "alias": "my alias", // omitted if empty * "rectangles": "1418, 1694, 720, 551; 10291, 1418, 1099, 275" * } * |