1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*cdf0e10cSrcweir
3*cdf0e10cSrcweir
4*cdf0e10cSrcweir<!--
5*cdf0e10cSrcweir ***********************************************************************
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
12*cdf0e10cSrcweir *
13*cdf0e10cSrcweir * This file is part of OpenOffice.org.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
16*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
17*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
18*cdf0e10cSrcweir *
19*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
20*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
21*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
23*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
24*cdf0e10cSrcweir *
25*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
26*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
27*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
28*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
29*cdf0e10cSrcweir *
30*cdf0e10cSrcweir ************************************************************************
31*cdf0e10cSrcweir -->
32*cdf0e10cSrcweir
33*cdf0e10cSrcweir<helpdocument version="1.0">
34*cdf0e10cSrcweir<meta>
35*cdf0e10cSrcweir<topic id="textsharedguidestart_parametersxml" indexer="include" status="PUBLISH">
36*cdf0e10cSrcweir<title id="tit" xml-lang="en-US">Starting the $[officename] Software With Parameters</title>
37*cdf0e10cSrcweir<filename>/text/shared/guide/start_parameters.xhp</filename>
38*cdf0e10cSrcweir</topic>
39*cdf0e10cSrcweir</meta>
40*cdf0e10cSrcweir<body>
41*cdf0e10cSrcweir<section id="start_parameters">
42*cdf0e10cSrcweir<bookmark xml-lang="en-US" branch="index" id="bm_id3156410"><bookmark_value>start parameters</bookmark_value>
43*cdf0e10cSrcweir<bookmark_value>command line parameters</bookmark_value>
44*cdf0e10cSrcweir<bookmark_value>parameters;command line</bookmark_value>
45*cdf0e10cSrcweir<bookmark_value>arguments in command line</bookmark_value>
46*cdf0e10cSrcweir</bookmark>
47*cdf0e10cSrcweir<paragraph role="heading" id="hd_id3156410" xml-lang="en-US" level="1" l10n="U" oldref="52">Starting the $[officename] Software With Parameters</paragraph>
48*cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3147009" xml-lang="en-US" l10n="U" oldref="1">By starting the $[officename] software from the command line you can assign various parameters, with which you can influence the performance. The use of command line parameters is only recommended for experienced users.</paragraph>
49*cdf0e10cSrcweir<paragraph role="note" id="par_id3147618" xml-lang="en-US" l10n="U" oldref="2">For normal handling, the use of command line parameters is not necessary. A few of the parameters require a deeper knowledge of the technical background of the $[officename] software technology.</paragraph>
50*cdf0e10cSrcweir<paragraph role="heading" id="hd_id3154898" xml-lang="en-US" level="2" l10n="U" oldref="4">Starting the $[officename] Software From the Command Line</paragraph>
51*cdf0e10cSrcweir<list type="ordered">
52*cdf0e10cSrcweir<listitem>
53*cdf0e10cSrcweir<paragraph role="listitem" id="par_id3156152" xml-lang="en-US" l10n="U" oldref="5">Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a Shell under UNIX® based platforms.</paragraph>
54*cdf0e10cSrcweir</listitem>
55*cdf0e10cSrcweir<listitem>
56*cdf0e10cSrcweir<paragraph role="listitem" id="par_id3152472" xml-lang="en-US" l10n="U" oldref="6">Under Windows, type the following text in the <emph>Open </emph>text field and click <emph>OK</emph>. </paragraph>
57*cdf0e10cSrcweir</listitem>
58*cdf0e10cSrcweir<listitem>
59*cdf0e10cSrcweir<paragraph role="listitem" id="par_id3149669" xml-lang="en-US" l10n="U" oldref="53">Under UNIX based systems, type the following line of text, then press <emph>Return</emph>:</paragraph>
60*cdf0e10cSrcweir<paragraph role="listitem" id="par_id3147561" xml-lang="en-US" l10n="U" oldref="7"><switchinline select="sys"><caseinline select="WIN">{install}\program\soffice.exe {parameter}
61*cdf0e10cSrcweir</caseinline><caseinline select="UNIX">{install}/program/soffice {parameter}
62*cdf0e10cSrcweir</caseinline></switchinline></paragraph>
63*cdf0e10cSrcweir<paragraph role="listitem" id="par_id3153360" xml-lang="en-US" l10n="U" oldref="8">Replace <emph>{install}</emph> with the path to your installation of the $[officename] software (for example, <emph>C:\Program Files\Office</emph>, or <emph>~/office</emph>)</paragraph>
64*cdf0e10cSrcweir<paragraph role="listitem" id="par_id3158407" xml-lang="en-US" l10n="U" oldref="9">Where required, replace <emph>{parameter}</emph> with one or more of the following command line parameters.</paragraph>
65*cdf0e10cSrcweir</listitem>
66*cdf0e10cSrcweir</list>
67*cdf0e10cSrcweir<paragraph role="heading" id="hd_id3145171" xml-lang="en-US" level="2" l10n="U" oldref="10">Valid Command Line Parameters</paragraph>
68*cdf0e10cSrcweir<table id="tbl_id3125864">
69*cdf0e10cSrcweir<tablerow>
70*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
71*cdf0e10cSrcweir<paragraph role="tablehead" id="par_id3148451" xml-lang="en-US" l10n="U" oldref="11">Parameter</paragraph>
72*cdf0e10cSrcweir</tablecell>
73*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
74*cdf0e10cSrcweir<paragraph role="tablehead" id="par_id3149167" xml-lang="en-US" l10n="U" oldref="12">Meaning</paragraph>
75*cdf0e10cSrcweir</tablecell>
76*cdf0e10cSrcweir</tablerow>
77*cdf0e10cSrcweir<tablerow>
78*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
79*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3149983" xml-lang="en-US" l10n="U" oldref="73">-help / -h / -?</paragraph>
80*cdf0e10cSrcweir</tablecell>
81*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
82*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3147349" xml-lang="en-US" l10n="CHG" oldref="74">Lists the available command line parameters <switchinline select="sys"><caseinline select="WIN">in a dialog box
83*cdf0e10cSrcweir</caseinline><defaultinline>to the console</defaultinline></switchinline>.</paragraph>
84*cdf0e10cSrcweir</tablecell>
85*cdf0e10cSrcweir</tablerow>
86*cdf0e10cSrcweir<tablerow>
87*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
88*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3150010" xml-lang="en-US" l10n="U" oldref="59">-writer</paragraph>
89*cdf0e10cSrcweir</tablecell>
90*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
91*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3147213" xml-lang="en-US" l10n="U" oldref="60">Starts with an empty Writer document.</paragraph>
92*cdf0e10cSrcweir</tablecell>
93*cdf0e10cSrcweir</tablerow>
94*cdf0e10cSrcweir<tablerow>
95*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
96*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3148616" xml-lang="en-US" l10n="U" oldref="61">-calc</paragraph>
97*cdf0e10cSrcweir</tablecell>
98*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
99*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3145261" xml-lang="en-US" l10n="U" oldref="62">Starts with an empty Calc document.</paragraph>
100*cdf0e10cSrcweir</tablecell>
101*cdf0e10cSrcweir</tablerow>
102*cdf0e10cSrcweir<tablerow>
103*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
104*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3156443" xml-lang="en-US" l10n="U" oldref="63">-draw</paragraph>
105*cdf0e10cSrcweir</tablecell>
106*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
107*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3154011" xml-lang="en-US" l10n="U" oldref="64">Starts with an empty Draw document.</paragraph>
108*cdf0e10cSrcweir</tablecell>
109*cdf0e10cSrcweir</tablerow>
110*cdf0e10cSrcweir<tablerow>
111*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
112*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3153142" xml-lang="en-US" l10n="U" oldref="65">-impress</paragraph>
113*cdf0e10cSrcweir</tablecell>
114*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
115*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3153222" xml-lang="en-US" l10n="U" oldref="66">Starts with an empty Impress document.</paragraph>
116*cdf0e10cSrcweir</tablecell>
117*cdf0e10cSrcweir</tablerow>
118*cdf0e10cSrcweir<tablerow>
119*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
120*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3155853" xml-lang="en-US" l10n="U" oldref="67">-math</paragraph>
121*cdf0e10cSrcweir</tablecell>
122*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
123*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3146928" xml-lang="en-US" l10n="U" oldref="68">Starts with an empty Math document.</paragraph>
124*cdf0e10cSrcweir</tablecell>
125*cdf0e10cSrcweir</tablerow>
126*cdf0e10cSrcweir<tablerow>
127*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
128*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3149960" xml-lang="en-US" l10n="U" oldref="69">-global</paragraph>
129*cdf0e10cSrcweir</tablecell>
130*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
131*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3151075" xml-lang="en-US" l10n="CHG" oldref="70">Starts with an empty Writer master document.</paragraph>
132*cdf0e10cSrcweir</tablecell>
133*cdf0e10cSrcweir</tablerow>
134*cdf0e10cSrcweir<tablerow>
135*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
136*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3154510" xml-lang="en-US" l10n="U" oldref="71">-web</paragraph>
137*cdf0e10cSrcweir</tablecell>
138*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
139*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3148836" xml-lang="en-US" l10n="U" oldref="72">Starts with an empty HTML document.</paragraph>
140*cdf0e10cSrcweir</tablecell>
141*cdf0e10cSrcweir</tablerow>
142*cdf0e10cSrcweir<tablerow>
143*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
144*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3149403" xml-lang="en-US" l10n="CHG">-show {filename.odp}</paragraph>
145*cdf0e10cSrcweir</tablecell>
146*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
147*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3153838" xml-lang="en-US" l10n="CHG" oldref="80">Starts with the Impress file <emph>{filename.odp}</emph> and starts the presentation. Enters edit mode after the presentation.</paragraph>
148*cdf0e10cSrcweir</tablecell>
149*cdf0e10cSrcweir</tablerow>
150*cdf0e10cSrcweir<tablerow>
151*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
152*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3156276" xml-lang="en-US" l10n="U" oldref="13">-minimized</paragraph>
153*cdf0e10cSrcweir</tablecell>
154*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
155*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3146080" xml-lang="en-US" l10n="U" oldref="14">Starts minimized. The splash screen is not displayed.</paragraph>
156*cdf0e10cSrcweir</tablecell>
157*cdf0e10cSrcweir</tablerow>
158*cdf0e10cSrcweir<tablerow>
159*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
160*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3641773" xml-lang="en-US" l10n="NEW">-maximized</paragraph>
161*cdf0e10cSrcweir</tablecell>
162*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
163*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id8224433" xml-lang="en-US" l10n="NEW">Starts maximized.<comment>see i72749</comment></paragraph>
164*cdf0e10cSrcweir</tablecell>
165*cdf0e10cSrcweir</tablerow>
166*cdf0e10cSrcweir<tablerow>
167*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
168*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3145641" xml-lang="en-US" l10n="U" oldref="15">-invisible</paragraph>
169*cdf0e10cSrcweir</tablecell>
170*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
171*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3154756" xml-lang="en-US" l10n="U" oldref="16">Starts in invisible mode.</paragraph>
172*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3148914" xml-lang="en-US" l10n="U" oldref="17">Neither the start-up logo nor the initial program window will be visible. However, the $[officename] software can be controlled and documents and dialogs opened via the <link href="http://api.openoffice.org" name="API">API</link>. </paragraph>
173*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3147341" xml-lang="en-US" l10n="U" oldref="18">When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX based systems).</paragraph>
174*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3150388" xml-lang="en-US" l10n="U" oldref="48">It cannot be used in conjunction with <emph>-quickstart</emph>.</paragraph>
175*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3145147" xml-lang="en-US" l10n="U" oldref="19">More information is found in the <emph>$[officename] Developer's Guide</emph>.</paragraph>
176*cdf0e10cSrcweir</tablecell>
177*cdf0e10cSrcweir</tablerow>
178*cdf0e10cSrcweir<tablerow>
179*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
180*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3155334" xml-lang="en-US" l10n="U" oldref="77">-nocrashreport</paragraph>
181*cdf0e10cSrcweir</tablecell>
182*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
183*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3149259" xml-lang="en-US" l10n="U" oldref="78">Disables the error report tool.</paragraph>
184*cdf0e10cSrcweir</tablecell>
185*cdf0e10cSrcweir</tablerow>
186*cdf0e10cSrcweir<tablerow>
187*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
188*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3155903" xml-lang="en-US" l10n="U" oldref="20">-norestore</paragraph>
189*cdf0e10cSrcweir</tablecell>
190*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
191*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3156374" xml-lang="en-US" l10n="U" oldref="21">Disables restart and file recovery after a system crash.</paragraph>
192*cdf0e10cSrcweir</tablecell>
193*cdf0e10cSrcweir</tablerow>
194*cdf0e10cSrcweir<tablerow>
195*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
196*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id5215918" xml-lang="en-US" l10n="NEW">-nofirststartwizard</paragraph>
197*cdf0e10cSrcweir</tablecell>
198*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
199*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id5665761" xml-lang="en-US" l10n="NEW">Disables the Welcome Wizard.</paragraph>
200*cdf0e10cSrcweir</tablecell>
201*cdf0e10cSrcweir</tablerow>
202*cdf0e10cSrcweir<tablerow>
203*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
204*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3148477" xml-lang="en-US" l10n="U" oldref="25">-quickstart</paragraph>
205*cdf0e10cSrcweir</tablecell>
206*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
207*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3153919" xml-lang="en-US" l10n="CHG" oldref="26">Activates the Quickstarter.<comment>now on UNIX too</comment></paragraph>
208*cdf0e10cSrcweir</tablecell>
209*cdf0e10cSrcweir</tablerow>
210*cdf0e10cSrcweir<tablerow>
211*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
212*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3152479" xml-lang="en-US" l10n="U" oldref="30">-accept={UNO string}</paragraph>
213*cdf0e10cSrcweir</tablecell>
214*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
215*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3147130" xml-lang="en-US" l10n="U" oldref="31">Notifies the $[officename] software that upon the creation of "UNO Acceptor Threads", a "UNO Accept String" will be used.</paragraph>
216*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3148874" xml-lang="en-US" l10n="U" oldref="32">More information is found in the <emph>$[officename] Developer's Guide</emph>.</paragraph>
217*cdf0e10cSrcweir</tablecell>
218*cdf0e10cSrcweir</tablerow>
219*cdf0e10cSrcweir<tablerow>
220*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
221*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3149964" xml-lang="en-US" l10n="CHG" oldref="33">-env</paragraph>
222*cdf0e10cSrcweir</tablecell>
223*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
224*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id2439039" xml-lang="en-US" l10n="NEW">Sets another environment for the program start.<comment>UFI: just guessing. Cannot find any info</comment></paragraph>
225*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id2789086" xml-lang="en-US" l10n="NEW">Use soffice -env:UserInstallation=$(URL) where $(URL) is the URL of a folder that contains the "user" folder.<comment>this is from http://www.mail-archive.com/dev@api.openoffice.org/msg04728.html</comment></paragraph>
226*cdf0e10cSrcweir</tablecell>
227*cdf0e10cSrcweir</tablerow>
228*cdf0e10cSrcweir<tablerow>
229*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
230*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3159238" xml-lang="en-US" l10n="U" oldref="36">-p {filename1} {filename2} ...</paragraph>
231*cdf0e10cSrcweir</tablecell>
232*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
233*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3163666" xml-lang="en-US" l10n="U" oldref="37">Prints the files <emph>{filename1} {filename2} ...</emph> to the default printer and ends. The splash screen does not appear.</paragraph>
234*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3150828" xml-lang="en-US" l10n="CHG" oldref="49">If the file name contains spaces, then it must be enclosed in quotation marks.</paragraph>
235*cdf0e10cSrcweir</tablecell>
236*cdf0e10cSrcweir</tablerow>
237*cdf0e10cSrcweir<tablerow>
238*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
239*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3150883" xml-lang="en-US" l10n="U" oldref="38">-pt {Printername} {filename1} {filename2} ...</paragraph>
240*cdf0e10cSrcweir</tablecell>
241*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
242*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3155081" xml-lang="en-US" l10n="U" oldref="50">Prints the files <emph>{filename1} {filename2} ...</emph> to the printer <emph>{Printername}</emph> and ends. The splash screen does not appear.</paragraph>
243*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3153655" xml-lang="en-US" l10n="CHG" oldref="51">If the file name contains spaces, then it must be enclosed in quotation marks.</paragraph>
244*cdf0e10cSrcweir</tablecell>
245*cdf0e10cSrcweir</tablerow>
246*cdf0e10cSrcweir<tablerow>
247*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
248*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3154372" xml-lang="en-US" l10n="U" oldref="39">-o {filename}</paragraph>
249*cdf0e10cSrcweir</tablecell>
250*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
251*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3150309" xml-lang="en-US" l10n="U" oldref="40">Opens <emph>{filename}</emph> for editing, even if it is a template.</paragraph>
252*cdf0e10cSrcweir</tablecell>
253*cdf0e10cSrcweir</tablerow>
254*cdf0e10cSrcweir<tablerow>
255*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
256*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3151182" xml-lang="en-US" l10n="U" oldref="54">-view {filename}</paragraph>
257*cdf0e10cSrcweir</tablecell>
258*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
259*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3145268" xml-lang="en-US" l10n="U" oldref="55">Creates a temporary copy of <emph>{filename}</emph> and opens it read-only.</paragraph>
260*cdf0e10cSrcweir</tablecell>
261*cdf0e10cSrcweir</tablerow>
262*cdf0e10cSrcweir<tablerow>
263*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
264*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3166421" xml-lang="en-US" l10n="U" oldref="41">-n {filename}</paragraph>
265*cdf0e10cSrcweir</tablecell>
266*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
267*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3154259" xml-lang="en-US" l10n="U" oldref="42">Creates a new document using <emph>{filename}</emph> as a template.</paragraph>
268*cdf0e10cSrcweir</tablecell>
269*cdf0e10cSrcweir</tablerow>
270*cdf0e10cSrcweir<tablerow>
271*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
272*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3155126" xml-lang="en-US" l10n="U" oldref="43">-nologo</paragraph>
273*cdf0e10cSrcweir</tablecell>
274*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
275*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3151334" xml-lang="en-US" l10n="U" oldref="44">Disables the splash screen at program start.</paragraph>
276*cdf0e10cSrcweir</tablecell>
277*cdf0e10cSrcweir</tablerow>
278*cdf0e10cSrcweir<tablerow>
279*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
280*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3159171" xml-lang="en-US" l10n="U" oldref="75">-nodefault</paragraph>
281*cdf0e10cSrcweir</tablecell>
282*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
283*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3153306" xml-lang="en-US" l10n="CHG" oldref="76">Starts without displaying anything except the splash screen.</paragraph>
284*cdf0e10cSrcweir</tablecell>
285*cdf0e10cSrcweir</tablerow>
286*cdf0e10cSrcweir<tablerow>
287*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
288*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id2211676" xml-lang="en-US" l10n="NEW">-nofirststartwizard</paragraph>
289*cdf0e10cSrcweir</tablecell>
290*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
291*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id1641895" xml-lang="en-US" l10n="NEW">Add this parameter to the program start command to suppress the Welcome Wizard.<comment>see i72749</comment></paragraph>
292*cdf0e10cSrcweir</tablecell>
293*cdf0e10cSrcweir</tablerow>
294*cdf0e10cSrcweir<tablerow>
295*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
296*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3153915" xml-lang="en-US" l10n="U" oldref="45">-display {display}</paragraph>
297*cdf0e10cSrcweir</tablecell>
298*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
299*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3146786" xml-lang="en-US" l10n="U" oldref="46">Sets the <emph>DISPLAY </emph>environment variable on UNIX based platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX based platforms.</paragraph>
300*cdf0e10cSrcweir</tablecell>
301*cdf0e10cSrcweir</tablerow>
302*cdf0e10cSrcweir<tablerow>
303*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
304*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3149595" xml-lang="en-US" l10n="U" oldref="56">-headless</paragraph>
305*cdf0e10cSrcweir</tablecell>
306*cdf0e10cSrcweir<tablecell colspan="" rowspan="">
307*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3150530" xml-lang="en-US" l10n="U" oldref="57">Starts in "headless mode" which allows using the application without user interface.</paragraph>
308*cdf0e10cSrcweir<paragraph role="tablecontent" id="par_id3156353" xml-lang="en-US" l10n="U" oldref="58">This special mode can be used when the application is controlled by external clients via the <link href="http://api.openoffice.org" name="API">API</link>.</paragraph>
309*cdf0e10cSrcweir</tablecell>
310*cdf0e10cSrcweir</tablerow>
311*cdf0e10cSrcweir</table>
312*cdf0e10cSrcweir<comment>see i70904 for more parameters:
313*cdf0e10cSrcweir-terminate_after_init
314*cdf0e10cSrcweir-plugin
315*cdf0e10cSrcweir-bean
316*cdf0e10cSrcweir-clientdisplay
317*cdf0e10cSrcweir-userid</comment>
318*cdf0e10cSrcweir</section>
319*cdf0e10cSrcweir</body>
320*cdf0e10cSrcweir</helpdocument>
321