On 15.03.2017 22:32, jan wrote:
> Hello,
>
> I would like to execute the command "findAll" in a Javascript Macro. In
> Basic, one can access thisComponent and access its findAll method (See [1])
>
> However, the exposed Javascript API does not have thisComponent. I tried
>
> importClass(Packag
Hello,
I would like to execute the command "findAll" in a Javascript Macro. In
Basic, one can access thisComponent and access its findAll method (See [1])
However, the exposed Javascript API does not have thisComponent. I tried
importClass(Packages.com.sun.star.frame.XDesktop)
var currentCom