https://bugs.documentfoundation.org/show_bug.cgi?id=85592

--- Comment #17 from Justin L <[email protected]> ---
(In reply to Justin L from comment #15)
> .uno:BackColor is enabled with body text. It is associated with SvxBrushItem
> and SID_ATTR_BRUSH_CHAR.
That's not 100% accurate either. From sw/sdi/swriter.sdi:

SvxColorItem BackColor SID_ATTR_CHAR_COLOR_BACKGROUND

but in the code this is typically changed to SvxBrushItem and associated with
Writer's RES_CHRATR_BACKGROUND. 

> .uno:CharBackColor is enabled with comments / textboxes / draw-stuff and
> associated with SvxColorItem and SID_ATTR_CHAR_BACK_COLOR.
SvxColorItem CharBackColor SID_ATTR_CHAR_BACK_COLOR

which in the code is keep as a ColorItem and pretty much is exclusively
associated with editeng's EE_CHAR_BKGCOLOR.


In sw UNO, PROP_NAME_CHAR_BACK_COLOR maps to RES_CHRATR_BACKGROUND.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to