Difference between revisions of "Framework/Article/Command Line Arguments"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Command line arguments)
(Command line arguments)
Line 8: Line 8:
 
</code>
 
</code>
  
 
+
{| cellspacing="0" cellpadding="4" border="2" style="border: 1px solid rgb(204, 204, 204); margin: 1em 1em 1em 0pt; border-collapse: collapse; width: 70%;"
 +
|-
 +
| bgcolor="#dddddd" width="300" | '''Command'''
 +
| bgcolor="#dddddd" | '''Purpose'''
 +
|-
 +
| '''-minimized'''
 +
| keeps start up bitmap minimized
 +
|-
 +
| '''-invisible'''
 +
| Initially no start up screen, no default document and UI is shown. It's possible to show documents via API. This option is not designed to use OOo as a "background" process. The API developer has to make sure that the views are opened non-visible.
 +
|-
 +
| '''Accessibility Check''' (required)
 +
| done
 +
| See accessibility section for check list
 +
|-
 +
| '''[[Test case specification]]''' (required)
 +
| available
 +
| [http://quaste.services.openoffice.org/index.php?option=com_tcs&task=tcs_show&tcsid=3114 TCS Find Toolbar]
 +
|-
 +
| IDL Specification
 +
| does not apply
 +
|
 +
|-
 +
| [http://wiki.services.openoffice.org/wiki/The_Three_Golden_Rules_for_Writing_OpenOffice.org_Specifications '''Software Specification Rules''']
 +
| done
 +
|
 +
|-
 +
| Other, e.g. references to related specs, Product Concept Document
 +
| available
 +
| specification: [http://wiki.services.openoffice.org/wiki/Specification_search_toolbar search toolbar]
 +
|-
 +
| Release Roadmap OOo 3.3
 +
| available
 +
| http://wiki.services.openoffice.org/wiki/OOoRelease33
 +
|}
  
  
 
[[Category:Framework:Article]]
 
[[Category:Framework:Article]]
 
[[Link title]]
 
[[Link title]]

Revision as of 07:44, 29 September 2010

Command line arguments

The general command line of OpenOffice.org is defined as:
Usage: soffice.exe [options] [documents]

Command Purpose
-minimized keeps start up bitmap minimized
-invisible Initially no start up screen, no default document and UI is shown. It's possible to show documents via API. This option is not designed to use OOo as a "background" process. The API developer has to make sure that the views are opened non-visible.
Accessibility Check (required) done See accessibility section for check list
Test case specification (required) available TCS Find Toolbar
IDL Specification does not apply
Software Specification Rules done
Other, e.g. references to related specs, Product Concept Document available specification: search toolbar
Release Roadmap OOo 3.3 available http://wiki.services.openoffice.org/wiki/OOoRelease33
Link title
Personal tools