From 0285492a45e9cc19c26e14dcdf297bcc491da4d2 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Mon, 26 Aug 2019 20:07:12 +0900 Subject: tdf#126959 impress table border resize handle support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- sd/sdi/tables.sdi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sd') 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; + ] + } -- cgit