Hello,

with the following code I can call the Select-Tables-Dialog in Calc:

dim document   as object
dim dispatcher as object
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")
dispatcher.executeDispatch(document, ".uno:SelectTables", "", 0, Array())

Is it possible to get the return of this dialog? If so, how?


With the following experiment I find no way:

tmp = dispatcher.executeDispatch(document, ".uno:SelectTables", "", 0, Array())
Msgbox tmp.dbg_properties


Greetings,
Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: api-unsubscr...@openoffice.apache.org
For additional commands, e-mail: api-h...@openoffice.apache.org

Reply via email to