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





------- Additional comments from a...@openoffice.org Thu Oct  1 16:52:30 +0000 
2009 -------
AW: Found. The text portions get clipped away during primitive clipping in
impDecomposeBlockTextPrimitive. It was added by CWS impress174 from SJ,
supported by me. Aim was to clip text for AutoShapes
(SdrCustomShapePrimitive2D). Since there already existed a CellText flag at the
SdrBlockTextPrimitive2D and the cell text also needs to be clipped (and
AutoShape and Cell texts are layouted the same), this flag is used.

The clipping itself is very exact: A text portion is only accepted when it is
completely inside the given ClipRange (the text frame in case of cell text and
AutoShapes).

It's so exact that the text in the exampe is NOT completely inside since it's
italic. When switching italic off, the text is shown as intended.

Thus, the idea for a fix is pretty straightforward: For getting the range of the
text portion, do use the current font, but remove italic and fat attributes 
first...

---------------------------------------------------------------------
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to