To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59205
------- Additional comments from [EMAIL PROTECTED] Wed Mar 8 06:12:25 -0800
2006 -------
Please use following macro to test insertion to Impress, Draw, Calc:
=======================================================
Sub Main
oDoc = ThisComponent
oPage = oDoc.getDrawPages().getByIndex( 0 )
oShape = oDoc.createInstance( "com.sun.star.drawing.OLE2Shape" )
oPage.add( oShape )
oShape.setPropertyValue("CLSID", "078B7ABA-54FC-457F-8551-6147e776a997")
math = oShape.getPropertyValue( "Model" )
math.setPropertyValue("Formula", "{x+y} over z")
End Sub
=======================================================
---------------------------------------------------------------------
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]