Re: AW: AW: Patch of the LibreOfficeKit

2014-12-11 Thread Stephan Bergmann
On 12/11/2014 10:43 AM, Juergen Funk Mailinglist wrote: But with your solution (and with the invisible-flag) and without the patch "bool Application::IsHeadlessModeRequested()", the Writer-Application appears again on Windows? not sure what you mean with "without the patch 'bool Application:

AW: AW: Patch of the LibreOfficeKit

2014-12-11 Thread Juergen Funk Mailinglist
ht- > Von: LibreOffice [mailto:libreoffice-boun...@lists.freedesktop.org] Im > Auftrag von Stephan Bergmann > Gesendet: Mittwoch, 10. Dezember 2014 18:37 > An: libreoffice@lists.freedesktop.org > Betreff: Re: AW: Patch of the LibreOfficeKit > > On 12/10/2014 01:33 PM, Juergen

Re: AW: Patch of the LibreOfficeKit

2014-12-10 Thread Stephan Bergmann
On 12/10/2014 01:33 PM, Juergen Funk Mailinglist wrote: but I have seen, in your patch have overseen else if ( oArg == "headless" ) { // Headless means also invisibile, so set this parameter to true! m_headless = true;

Re: AW: Patch of the LibreOfficeKit

2014-12-10 Thread Stephan Bergmann
On 12/10/2014 01:15 PM, Juergen Funk Mailinglist wrote: But that don't work with "bool Application::IsHeadlessModeRequested()" but I think that not needed for the LibreOfficeKit. should be addressed now with the commits leading up to

AW: Patch of the LibreOfficeKit

2014-12-10 Thread Juergen Funk Mailinglist
: Mittwoch, 10. Dezember 2014 13:15 > An: Stephan Bergmann > Cc: libreoffice@lists.freedesktop.org > Betreff: AW: Patch of the LibreOfficeKit > > Hi Stephan, > > thanks for that fix, that is solution 4. > > But that don't work with "bool Application::IsHeadless

AW: Patch of the LibreOfficeKit

2014-12-10 Thread Juergen Funk Mailinglist
reoffice@lists.freedesktop.org > Betreff: Re: Patch of the LibreOfficeKit > > On 12/09/2014 10:16 AM, Juergen Funk Mailinglist wrote: > > I have found 3 solution for solve the problem with the Headless mode > on Windows. > > should be fixed now with > <http://cgi

Re: Patch of the LibreOfficeKit

2014-12-10 Thread Stephan Bergmann
On 12/09/2014 10:16 AM, Juergen Funk Mailinglist wrote: I have found 3 solution for solve the problem with the Headless mode on Windows. should be fixed now with "Fake --headless more cleanly"

Patch of the LibreOfficeKit

2014-12-09 Thread Juergen Funk Mailinglist
Hi Stephan, I have found 3 solution for solve the problem with the Headless mode on Windows. 1. Static Variable Set a static Variable for set the Headless mode (Bad solution) 2. Over Parameter Set Parameter in functions: soffice_main(bool bHeadless) - SVMain(bo