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


User os changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              OS/Version|Windows XP                |All
--------------------------------------------------------------------------------
                Platform|PC                        |All
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------
            Subcomponent|formatting                |open-import
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Wed Feb 10 13:53:18 +0000 
2010 -------
Fixed in cws os140 in 
xmloff/source/text/txtimp.cxx

The problem is that combined characters are stored in the file format as
attibuted text but are implemented as fields.
The import code in xmloff inserts the text spans into the paragraph and stores
references to these spans as XTextRange objects. It later replaces the text with
the field. The result is that this field is merged into the next stored range. 
The next inserted field now replaces both the first field and it's text span.

Another problem: If a combined character field is followed by attributed text
these attributes are expanded over that field. I'm going to attach an example
document.

---------------------------------------------------------------------
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