Re: [libreoffice-users] shutdown glitch

2014-03-30 Thread Andrew Douglas Pitonyak
On 03/28/2014 11:34 AM, rmg wrote: Yes, the book also says it's not case sensitive and I have to admit I've played fast and loose with case elsewhere without ill effect. And anyway the minimalist Goodbye without that still gives the problem. Case is usually not an issue. I think that with cas

Re: [libreoffice-users] shutdown glitch

2014-03-28 Thread rmg
On 28/03/14 11:39, Cley Faye wrote: 2014-03-27 23:52 GMT+01:00 rmg : ​​ if HasUnoInterfaces(doc, "com.sun.star.util.Xcloseable") doc.close(TRUE) else doc.dispose() End if as I said lifted straight from the macro examples; the Libreoffice API reference seems to say that's right.

Re: [libreoffice-users] shutdown glitch

2014-03-28 Thread Cley Faye
2014-03-27 23:52 GMT+01:00 rmg : > ​​ > if HasUnoInterfaces(doc, "com.sun.star.util.Xcloseable") > doc.close(TRUE) > else > doc.dispose() > End if > > as I said lifted straight from the macro examples; the Libreoffice API > reference seems to say that's right. > ​I'm not very fluent in

Re: [libreoffice-users] shutdown glitch

2014-03-27 Thread rmg
On 27/03/14 11:48, Cley Faye wrote: 2014-03-26 13:32 GMT+01:00 rmg : When you shut down after pressing [Goodbye] (which you do, it's a dedicated machine) you get '/usr/lib/libreoffice/soffice not responding'. If you close the front end with the close button you don't - but then it doesn't do it

Re: [libreoffice-users] shutdown glitch

2014-03-27 Thread Cley Faye
2014-03-26 13:32 GMT+01:00 rmg : > When you shut down after pressing [Goodbye] (which you do, it's a > dedicated machine) you get '/usr/lib/libreoffice/soffice not responding'. > If you close the front end with the close button you don't - but then it > doesn't do its cleanup. > > Any suggestions?

Re: [libreoffice-users] shutdown glitch

2014-03-27 Thread rmg
On 26/03/14 13:38, Brad Rogers wrote: On Wed, 26 Mar 2014 12:32:20 + rmg wrote: Hello rmg, When you shut down after pressing [Goodbye] (which you do, it's a dedicated machine) you get '/usr/lib/libreoffice/soffice not responding'. If you close the front end with the close button you don't

Re: [libreoffice-users] shutdown glitch

2014-03-26 Thread Brad Rogers
On Wed, 26 Mar 2014 12:32:20 + rmg wrote: Hello rmg, >When you shut down after pressing [Goodbye] (which you do, it's a >dedicated machine) you get '/usr/lib/libreoffice/soffice not >responding'. If you close the front end with the close button you don't >- but then it doesn't do its clea

[libreoffice-users] shutdown glitch

2014-03-26 Thread rmg
I've been transferring a fairly mature bunch of spreadsheets from Ooo to LO and there's one remaining problem. The front end sheet has a [Goodbye] button to close it which finds all open docs, closes them and then closes the front end. Both the find-open-components stuff and the close stuff are