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


User bm changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|bm                        |cn
--------------------------------------------------------------------------------
                 Summary|API: sch.ChXDiagram::com::|API: sch.ChXDiagram::com::
                        |sun::star::drawing::XShape|sun::star::drawing::XShape
                        |::get/setSize()           |::setSize()
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Dec  4 16:52:26 +0000 
2007 -------
getSize() is ok. setSize also works, but there might be a limitation in
enlarging the chart.

->CN: Examining the test, I have the impression that the Size struct is
interpreted in the wrong order. Size is Width first, and then Height. In the
_XShape test you set the new size to:
newWidth = oldHeight + 10, new Height = oldWidth + 10. That's probably not 
intended.

If setting the diagram to oldSize + (10,10) does not work, try oldSize -
(10,10). This should work.

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