Issue 19119 - headless or invisible option desactivate later macro calls
Summary: headless or invisible option desactivate later macro calls
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC3
Hardware: Sun Solaris
: P3 Trivial (vote)
Target Milestone: ---
Assignee: carsten.driesner
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-05 16:12 UTC by aviret
Modified: 2005-05-23 16:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description aviret 2003-09-05 16:12:34 UTC
I start OOo like this: 
 soffice -invisible &

Then I call a macro, which creates a new doc.
 soffice macro:///OOTools.PDF.TestPDFExport -invisible 

But the document is not generated. If the first call is made without invisible,
then the second call is correctly executed.

The same problem appears with headless. I also try to play with the quickstart
option, but without any success.

Regards,
 Alain V.

PS: I also try with SO 6.1 Beta 2, which has the same behavior
Comment 1 ooo 2003-09-08 15:29:08 UTC
Starting macros and -invisible are both framework issues, not API issues.
Comment 2 Mathias_Bauer 2003-09-10 11:01:56 UTC
.
Comment 3 Mathias_Bauer 2003-09-10 12:06:06 UTC
@CD: is this something we already checked?
Comment 4 carsten.driesner 2003-09-10 14:42:55 UTC
The described behavior is correct, as "-invisible" and "-headless" are
designed to set OOo into server mode. This means that a normal user
shouldn't be able to influence the Office, which is possible if we
would process documents or macro URLs on the command line!
Please use the command line argument "-nodefault" to accomplish your task.
Comment 5 Mathias_Bauer 2005-05-23 16:41:53 UTC
closing