https://issues.apache.org/ooo/show_bug.cgi?id=115805
hanya <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from hanya <[email protected]> --- I can not reproduce the problem. The following code seems working. def HelloWorldPython( ): """Prints the string 'Hello World(in Python)' into the current document""" #get the doc from the scripting context which is made available to all scripts model = XSCRIPTCONTEXT.getDocument() #get the XText interface text = model.Text #create an XTextRange at the end of the document tRange = text.End #and set the string tRange.String = "Hello World (in Python)" tr ={} tr[1]=1 return None -- You are receiving this mail because: You are on the CC list for the bug.
