From c1b9d61bacaf676d69a0f49a79fb086535f79a48 Mon Sep 17 00:00:00 2001 From: Katarina Behrens Date: Tue, 26 May 2015 14:56:09 +0200 Subject: tdf#88276: Add slot and handlers for toolbar|sidebar buttons those changes make getting/setting of text background colour possible from toolbar and sidebar buttons, but likely more handlers needs to be added to various other places in the code Change-Id: I698ca2304399befdd63317eb8872aa3129f27637 Reviewed-on: https://gerrit.libreoffice.org/15909 Tested-by: Jenkins Reviewed-by: Yousuf Philips --- include/editeng/editids.hrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/editeng/editids.hrc') diff --git a/include/editeng/editids.hrc b/include/editeng/editids.hrc index 793c7e6501fd..91102dd0ca8b 100644 --- a/include/editeng/editids.hrc +++ b/include/editeng/editids.hrc @@ -119,6 +119,7 @@ #define SID_ATTR_CHAR_LATIN_POSTURE ( SID_SVX_START + 997 ) #define SID_ATTR_CHAR_LATIN_WEIGHT ( SID_SVX_START + 998 ) #define SID_ATTR_CHAR_GRABBAG ( SID_SVX_START + 1142 ) +#define SID_ATTR_CHAR_BACK_COLOR ( SID_SVX_START + 1143 ) // these ID didn't exist prior to the svx split, add new ids here #define SID_ATTR_CHAR_OVERLINE ( SID_EDIT_START + 68 ) @@ -226,10 +227,11 @@ #define SID_ATTR_CHAR_LATIN_LANGUAGE ( SID_EDIT_START + 92 ) #define SID_ATTR_CHAR_LATIN_POSTURE ( SID_EDIT_START + 93 ) #define SID_ATTR_CHAR_LATIN_WEIGHT ( SID_EDIT_START + 94 ) +#define SID_ATTR_CHAR_BACK_COLOR ( SID_EDIT_START + 95 ) */ -#if 94 > (SID_EDIT_END-SID_EDIT_START) -#error Resource-Ueberlauf in #line, #file +#if 95 > (SID_EDIT_END-SID_EDIT_START) +#error Resource-Overflow in #line, #file #endif #define SID_DRAW_TEXT_VERTICAL SID_ATTR_CHAR_VERTICAL -- cgit