Re: [api-dev] Can I use XDispatchProviderInterceptor in an extension?

2008-04-27 Thread Mathias Bauer
Giuseppe Castagno wrote: > Hi all, > > I'd like to intercept some dispatch commands (as ".uno:Save" for > example) from inside an extension, using Java. > > Is it possible to use a XDispatchProviderInterceptor interface for that, > intercepting the dispatch command before it is sent to the right

Re: [api-dev] copy/paste with dispatcher

2008-04-27 Thread Mathias Bauer
Hi, Atte André Jensen wrote: > Hi > > I'm trying to copy a part of a document while preserving the formatting > with python. Here's the code I have: > > print rangeCursor.String > controller = doc.getCurrentController() > controller.select(rangeCursor) > frame = controller.getFrame() > propert