From affe8a36c977d396e1e229b0d656cc8c2c062132 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Mon, 29 Jun 2020 14:26:26 +0200 Subject: sd: support changing position with .uno:EditAnnotation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie5c683c06079e4d77d42b242c60cf67257db5c16 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97421 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- include/svx/svxids.hrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/svx') diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc index be93603f8444..9081fe0f36f6 100644 --- a/include/svx/svxids.hrc +++ b/include/svx/svxids.hrc @@ -221,6 +221,9 @@ class SvxSetItem; // CAUTION! Range <64 .. 67> used by EditEngine (!) +#define SID_ATTR_POSTIT_POSITION_X TypedWhichId( SID_SVX_START + 68 ) +#define SID_ATTR_POSTIT_POSITION_Y TypedWhichId( SID_SVX_START + 69 ) + #define SID_RULER_CHANGE_STATE ( SID_SVX_START + 78 ) #define SID_RULER_NULL_OFFSET TypedWhichId( SID_SVX_START + 79 ) #define SID_RULER_BORDERS TypedWhichId( SID_SVX_START + 80 ) -- cgit