https://issues.apache.org/ooo/show_bug.cgi?id=122068
Oliver-Rainer Wittmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|[sidebar] indentation |indentation controls not |controls not reflecting |reflecting selection with |selection with mixed |mixed attributes |attributes | --- Comment #1 from Oliver-Rainer Wittmann <[email protected]> --- The described defect is not related to the sidebar feature. Open the Paragraph formatting dialog and investigate the indentation controls (Menu Format - Paragraph - Tab pane Indents & Spacing) - you will observe the same behavior as in the new sidebar paragraph property panel. --> removing '[sidebar]' tag from summary The root cause for this defect is the following: The indentation attributes 'left/start margin', 'right/end margin' and 'first line indent' are internally aggregated into one attribute - SvxLRSpaceItem. Thus, if two paragraphs have different 'left/start margin' values they have a different 'SvxLRSpaceItem' value which means that internally that the complete indentation attribute set is different. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
