diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2019-08-26 20:07:12 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2019-08-30 03:58:03 +0200 |
commit | 0285492a45e9cc19c26e14dcdf297bcc491da4d2 (patch) | |
tree | 99be93079240d29990b59b7f50c30777d67e4efa /sd | |
parent | 5735a2ce6941264e90f6b0593c54f661291d4987 (diff) |
tdf#126959 impress table border resize handle support
This adds support to edit the resize handles for the impress.
It includes:
- sending the positions of handles when table object is
selected or changed
- a implementaton of SID_TABLE_CHANGE_CURRENT_BORDER_POSITION
to perform the changing of the border positions of a table
Change-Id: I6f60822c5cd9afc3be5c48ea7b775f1860bfa5a7
Reviewed-on: https://gerrit.libreoffice.org/78201
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/sdi/tables.sdi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sd/sdi/tables.sdi b/sd/sdi/tables.sdi index 360548b8276d..a5918af490db 100644 --- a/sd/sdi/tables.sdi +++ b/sd/sdi/tables.sdi @@ -179,5 +179,10 @@ shell TableObjectBar ExecMethod = Execute; StateMethod = GetState; ] + SID_TABLE_CHANGE_CURRENT_BORDER_POSITION + [ + ExecMethod = Execute; + ] + } |