summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormert <mert.tumer@collabora.com>2021-01-28 07:19:07 +0300
committerMert Tumer <mert.tumer@collabora.com>2021-02-24 08:32:53 +0100
commit3c4a9d6d31829bd826d96126554e60687a3e36c2 (patch)
tree219340baa8ade209729e801b0cd9164c3dae55a6 /include
parenta277cfaf3c24c8ae79da85a5e2b578af2fb62d83 (diff)
Added .uno:MoveShapeHandle uno command
This is now only available for Draw/Presentation It will allow interactive dragging/resizing operations via the command. Later it will be implemented for other modules too. Change-Id: Iaed7d25cf4035591083e779c13a6f0227a3b564f Signed-off-by: mert <mert.tumer@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110041 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/svxids.hrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc
index 6b15d0087926..c13420125655 100644
--- a/include/svx/svxids.hrc
+++ b/include/svx/svxids.hrc
@@ -1020,6 +1020,8 @@ class SvxSetItem;
// IMPORTANT NOTE: adjust SID_SVX_FIRSTFREE, when adding new slot id
#define SID_SVX_FIRSTFREE ( SID_HIDE_SIDEBAR + 1 )
+#define SID_MOVE_SHAPE_HANDLE ( SID_SVX_START + 1203 )
+
// Overflow check for slot IDs
#if SID_SVX_FIRSTFREE > SID_SVX_END
#error Resource-overflow in #line, #file