Michael Jeier schrieb:
> Hi there!
> I want to know something specific about the dispatcher
command
> "InsertSheetFromFile". It should work like
this:
>
> dispatcher.executeDispatch(document,
".uno:InsertSheetFromFile", "", 0,
> Array())
>
> Now, that's fine, but there's absolutely no
documentation whatsover of how
> to fill that fourth array parameter. The array should
be filled with
> PropertyValue-
> Objects which take Name and Value variables. But
absolutely nowhere is
> described
> what should actually be in there.
I'm not sure, but I think this function expects a media
descriptor for
the imported document:
http://api.openoffice.org/do
cs/common/ref/com/sun/star/document/MediaDescriptor.html
Regards
Daniel
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe api.openoffice.org
For additional commands, e-mail: dev-help api.openoffice.org
|