-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jorge Marques Pelizzoni wrote:
|> Hi, all!
|>
|> I'd like to write a macro setting some of OOo's options (Menu
|> Tools->Options) programatically. Can this be done?
|>
|> So far, by means of recording a macro, I've just got to:
|>
|> dispatcher =
|> cre
Jorge Marques Pelizzoni wrote:
> Hi, all!
>
> I'd like to write a macro setting some of OOo's options (Menu Tools->Options)
> programatically. Can this be done?
>
> So far, by means of recording a macro, I've just got to:
>
>dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")
Stephan Wunderlich wrote:
I'd like to write a macro setting some of OOo's options (Menu
Tools->Options)
programatically. Can this be done?
most of the settings in this dialogue should be accessible through the
configuration api, you might want to take a look at the corresponding
developers guide
Hi Jorge,
I'd like to write a macro setting some of OOo's options (Menu Tools->Options)
programatically. Can this be done?
So far, by means of recording a macro, I've just got to:
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")
dispatcher.executeDispatch(document, ".uno:Opt