To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=92759
------- Additional comments from [EMAIL PROTECTED] Wed Sep 10 15:24:09 +0000 2008 ------- AW: In SdrTextObj::impDecomposeBlockTextPrimitive knowledge about block or not block text is needed to correctly set MaxAutoPaperSize at the outliner. The text box from CustomShapes is already completely supported by primitives, so there was nothing to be done. To not be so rude to fetch the item's state in impDecomposeBlockTextPrimitive with RTTI and castings (since text layouting WILL some time in the future went away from SdrObjects) i had to detect the state at ViewContactOfSdrObjCustomShape::createViewIndependentPrimitive2DSequence() and hand it through SdrCustomShapePrimitive2D, createTextPrimitive() and SdrBlockTextPrimitive2D as WordWrap flag. Inside of impDecomposeBlockTextPrimitive it is then taken from ther SdrBlockTextPrimitive2D and used to make block text decomposition work as if IsTextFrame() was true (which is not the case for the SdrObjCustomShape unfortunately). All changes done, tested and works well. --------------------------------------------------------------------- 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]
