Hello,
I have found the following code written for pyuno:
model = desktop.getCurrentComponent()
oSg =
model.ScriptProvider.getScript("vnd.sun.star.script:Library1.Module1.Bla?language=Basic&location=document");
oResult = oSg.invoke((),(),());
I would be glad to get the explanation how pyuno does handle the
ScriptProvider.getScript call, because there seems to be no interface/method
in the SDK-Documentation (I had a look at SDK-1.x) for that.
Thanks,
Arnulf Wiedemann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]