From f8b6c3949e2c1f23549a2ef879e728cdb7149235 Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Wed, 21 Aug 2013 21:30:41 +0200 Subject: CharBrd 7: Border shadow 1, New character attribute - Add the three shadow members to font (width, color, location) 2, Painting - Extract the shadow painting to a local function and use that for character shadow (paintfrm.cxx) - Reduce the painting rectangle of background (shadow doesn't inherites the background of content) 3, Border merge - Use text portion join members to skip shadow when neccessary. 4, Vertical text - Get shadow space dependant from oritentation and border merge. 5, UNO API and ODF filter Paragraph: ParaShadowFormat -> Character: CharShadowFormat Change-Id: Ief4669990d238016c3ffc18a2609a3df7d9dddbf --- sw/inc/unoprnms.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sw/inc/unoprnms.hxx') diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index 7466139e8d63..aa1c7c99066d 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -835,8 +835,9 @@ enum SwPropNameIds /* 0769 */ UNO_NAME_CHAR_RIGHT_BORDER_DISTANCE, /* 0770 */ UNO_NAME_CHAR_TOP_BORDER_DISTANCE, /* 0771 */ UNO_NAME_CHAR_BOTTOM_BORDER_DISTANCE, +/* 0772 */ UNO_NAME_CHAR_SHADOW_FORMAT, -/* 0772 */ SW_PROPNAME_END +/* 0773 */ SW_PROPNAME_END // new items in this array must match SwPropNameTab aPropNameTab }; -- cgit