Re: EXTERNAL: Re: soffice process still running

2013-05-07 Thread Ariel Constenla-Haile
Hi Raymond, On Tue, May 07, 2013 at 04:25:57PM +, Steele, Raymond wrote: Ariel, Thank you for the quick response. I have narrowed the continued process down to a component. However, the behavior is strange because I am not really opening the component in my code. My code opens a

RE: EXTERNAL: Re: soffice process still running

2013-05-06 Thread Steele, Raymond
- From: Steele, Raymond Sent: Monday, February 04, 2013 1:45 PM To: 'api@openoffice.apache.org' Subject: RE: EXTERNAL: Re: soffice process still running 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

RE: EXTERNAL: Re: soffice process still running

2013-02-04 Thread Steele, Raymond
...@apache.org] Sent: Friday, February 01, 2013 5:24 AM To: api@openoffice.apache.org Subject: Re: EXTERNAL: Re: soffice process still running On Thu, Jan 31, 2013 at 05:48:11PM +, Steele, Raymond wrote: Thanks for the feedback. I implemented the following, but the method kills off any other

Re: EXTERNAL: Re: soffice process still running

2013-02-01 Thread Ariel Constenla-Haile
On Thu, Jan 31, 2013 at 05:48:11PM +, Steele, Raymond wrote: Thanks for the feedback. I implemented the following, but the method kills off any other instance of soffice that is running. Desktop_obj = component_factory.createInstanceWithContext(com.sun.star.frame.Desktop, context);

RE: EXTERNAL: Re: soffice process still running

2013-01-31 Thread Steele, Raymond
Subject: EXTERNAL: Re: soffice process still running Hi, Any help here would be appreciated. xCloseable.close(true) does not kill the soffice process off. I found this: http://openoffice.2283327.n4.nabble.com/Instance-of-soffice-bin-remains-running-after-closing-OOo-td3032232.html