RE: EXTERNAL: Re: soffice process still running

2013-02-04 Thread Steele, Raymond
Ariel, I am not sure I understand why the following causes only the last opened document to close, but it seems to be the solution. if (!xEnumerationAccess.hasElements()) { xDesktop.terminate(); Thanks! Raymond -Original Message- From: Ariel Constenla-Haile [mailto:arie...@apache

Re: Incompatible change for extensions

2013-02-04 Thread Oliver Brinzing
Hi > What do you think how much effort it would be to create a new scheme > for the new extended toolbars and keep the old one at least for a while? +1 due to api changes (e.g. toolsbars, com.sun.star.awt.XMessageBox, ...) i cannot run my oo32 extension with aoo 3.5 at the moment. so testing is

Re: Incompatible change for extensions

2013-02-04 Thread Jürgen Schmidt
Hi Ariel, after some talks about this topic at FOSDEM I was thinking about it again. What do you think how much effort it would be to create a new scheme for the new extended toolbars and keep the old one at least for a while? I know it will be more work in the underlying code but we should at lea

Regarding implementing the XDispatchProviderInterceptor interface in a client application

2013-02-04 Thread Shukla, Mangesh
Hi, I am looking for some sample code in C++ for the functionality available through XDispatchProviderInterceptor . I wish to track some menu items in the menu bar (created using Add-ons). When the user clicks on the Add-on Menu buttons, I wish to intercept the call using the XDispatchProviderIn