diff --git a/helpcontent2/source/text/shared/guide/start_parameters.xhp b/helpcontent2/source/text/shared/guide/start_parameters.xhp index 9416cbf2d5..90163b327e 100644 --- a/helpcontent2/source/text/shared/guide/start_parameters.xhp +++ b/helpcontent2/source/text/shared/guide/start_parameters.xhp @@ -50,13 +50,13 @@ Starting the $[officename] Software From the Command Line -Under Windows, select Run from the Windows Start menu, or open a Shell under UNIX® based platforms. +Under Windows, select Run from the Windows Start menu, or open a shell under Linux, *BSD, or Mac OS X platforms. Under Windows, type the following text in the Open text field and click OK. -Under UNIX based systems, type the following line of text, then press Return: +Under UNIX-like systems, type the following line of text, then press Return: {install}\program\soffice.exe {parameter} {install}/program/soffice {parameter} @@ -76,7 +76,7 @@ --help / -h / -? +--help / -h / -? Lists the available command line parameters in a dialog box @@ -85,7 +85,15 @@ --writer +--version + + +Displays the version information. + + + + +--writer Starts with an empty Writer document. @@ -93,7 +101,7 @@ --calc +--calc Starts with an empty Calc document. @@ -101,7 +109,7 @@ --draw +--draw Starts with an empty Draw document. @@ -109,7 +117,7 @@ --impress +--impress Starts with an empty Impress document. @@ -117,7 +125,7 @@ --math +--math Starts with an empty Math document. @@ -125,7 +133,7 @@ --global +--global Starts with an empty Writer master document. @@ -133,7 +141,7 @@ --web +--web Starts with an empty HTML document. @@ -141,7 +149,7 @@ --show {filename.odp} +--show {filename.odp} Starts with the Impress file {filename.odp} and starts the presentation. Enters edit mode after the presentation. @@ -149,7 +157,7 @@ --minimized +--minimized Starts minimized. The splash screen is not displayed. @@ -157,35 +165,19 @@ --maximized - - -Starts maximized.see i72749 - - - - --invisible +--invisible Starts in invisible mode. 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 API. -When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the kill command (UNIX based systems). +When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the kill command (UNIX-like systems). It cannot be used in conjunction with -quickstart. More information is found in the $[officename] Developer's Guide. --nocrashreport - - -Disables the error report tool. - - - - --norestore +--norestore Disables restart and file recovery after a system crash. @@ -193,7 +185,7 @@ --nofirststartwizard +--nofirststartwizard Disables the Welcome Wizard. @@ -201,7 +193,7 @@ --quickstart +--quickstart Activates the Quickstarter.now on UNIX too @@ -209,7 +201,7 @@ --accept={UNO string} +--accept={UNO string} Notifies the $[officename] software that upon the creation of "UNO Acceptor Threads", a "UNO Accept String" will be used. @@ -218,11 +210,10 @@ --env +--unaccept={UNO string} -Sets another environment for the program start.UFI: just guessing. Cannot find any info -Use soffice -env:UserInstallation=$(URL) where $(URL) is the URL of a folder that contains the "user" folder.this is from http://www.mail-archive.com/dev@api.libreoffice.org/msg04728.html +Closes an acceptor that was created with --accept={UNO string}. Use --unaccept=all to close all open acceptors. @@ -236,7 +227,7 @@ --pt {Printername} {filename1} {filename2} ... +--pt {Printername} {filename1} {filename2} ... Prints the files {filename1} {filename2} ... to the printer {Printername} and ends. The splash screen does not appear. @@ -253,7 +244,7 @@ --view {filename} +--view {filename} Creates a temporary copy of {filename} and opens it read-only. @@ -269,7 +260,7 @@ --nologo +--nologo Disables the splash screen at program start. @@ -277,7 +268,7 @@ --nodefault +--nodefault Starts without displaying anything except the splash screen. @@ -285,7 +276,15 @@ --nofirststartwizard +--nolockcheck + + +Disables check for remote instances using the installation. + + + + +--nofirststartwizard Add this parameter to the program start command to suppress the Welcome Wizard.see i72749 @@ -293,21 +292,51 @@ --display {display} +--display {display} -Sets the DISPLAY environment variable on UNIX based platforms to the value {display}. This parameter is only supported by the start script for the $[officename] software on UNIX based platforms. +Sets the DISPLAY environment variable on UNIX-like platforms to the value {display}. This parameter is only supported by the start script for the $[officename] software on UNIX-like platforms. --headless +--headless Starts in "headless mode" which allows using the application without user interface. This special mode can be used when the application is controlled by external clients via the API. + + +--infilter={filter} + + +Forces an input filter type, if possible. Eg. --infilter="Calc Office Open XML". + + + + +--convert-to output_file_extension[:output_filter_name] [--outdir output_dir] files + + + Batch convert files. + If --outdir is not specified, then current working directory is used as output_dir.
+ Eg. --convert-to pdf *.doc
+ --convert-to pdf:writer_pdf_Export --outdir /home/user *.doc
+
+
+ + +--print-to-file [--printer-name printer_name] [--outdir output_dir] files + + + Batch print files to file. + If --outdir is not specified, then current working directory is used as output_dir.
+ Eg. --print-to-file *.doc
+ --print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc
+
+
see i70904 for more parameters: -terminate_after_init