To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61284





------- Additional comments from [EMAIL PROTECTED] Thu Oct 26 08:52:11 -0700 
2006 -------
AW: Problem was not that the 2nd layer is not taken care of, but something else:
TextProperties::ForceStyleToHardAttributes() first calls
AttributeProperties::ForceStyleToHardAttributes() which creates a local burnt
ObjectItemSet. Aftre that, TextProperties::ForceStyleToHardAttributes() removes
the styles from the text content.
What is missing here is what happens when an ItemSet is set on a SdrObj: The
contained text properties need to be set at the contained outlinerTextPara
attributes. This is done in TextProperties::ItemSetChanged().
So calling TextProperties::ItemSetChanged from
TextProperties::ForceStyleToHardAttributes() after having called
AttributeProperties::ForceStyleToHardAttributes() fixes the problem: First the
hard ObjectItemSet is created, then this is distributed to the
OutlinerParaObject, then the OutlinerParaObject is burnt.
AW: Testing a simplified version where also
AttributeProperties::ForceStyleToHardAttributes() is simplified...

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to