Re: [api-dev] setting OOo options

2005-03-15 Thread Markus Plessing
-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 = |

Re: [api-dev] setting OOo options

2005-03-11 Thread Stephan Wunderlich
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,

Re: [api-dev] setting OOo options

2005-03-11 Thread Mathias Bauer
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)