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] Sun Mar 26 05:21:09 -0800 
2006 -------
Hi,
I'm happy to see the "status:resolved"
I downloaded the lat developper snapshot version and the problem is still here.
I'm probably too much impatient and the problem will be really solved in 2.0.3
version... won't it ? 
But it would be a pity to waste time.
Currently the following macro still not work properly :

Sub Main
    oViewCursor = ThisComponent.getCurrentController().getViewCursor()
    oViewCursor.Charheight=12
    oViewCursor.Text.insertString(oViewCursor, "toto", FALSE)
        oViewCursor.goLeft(4,True)
    oDesktop = createUnoService("com.sun.star.frame.Desktop")
    document   = ThisComponent.CurrentController.Frame
    dim Array(0) as new com.sun.star.beans.PropertyValue
    dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")
    dispatcher.executeDispatch(document, ".uno:InsertObjectStarMath", "", 
0,Array())
    obj=ThisComponent.getCurrentSelection()
    'changement du texte de la formule
    obj.EmbeddedObject.formula="{1}over{3}"
    'changement de la taille
    obj.EmbeddedObject.BaseFontHeight=25
    'rafraichissement
    obj.EmbeddedObject.setmodified(TRUE)
    dispatcher.executeDispatch(document, ".uno:Escape", "", 0, Array())
    dispatcher.executeDispatch(document, ".uno:ResetAttributes", "", 0, Array())
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]

Reply via email to