cmdlineargs.cxx (cdf0e10c) cmdlineargs.cxx (2ad018be)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *

--- 408 unchanged lines hidden (view full) ---

417 {
418 // Headless means also invisibile, so set this parameter to true!
419 SetBoolParam_Impl( CMD_BOOLPARAM_HEADLESS, sal_True );
420 SetBoolParam_Impl( CMD_BOOLPARAM_INVISIBLE, sal_True );
421 return sal_True;
422 }
423 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-quickstart" )) == sal_True )
424 {
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *

--- 408 unchanged lines hidden (view full) ---

417 {
418 // Headless means also invisibile, so set this parameter to true!
419 SetBoolParam_Impl( CMD_BOOLPARAM_HEADLESS, sal_True );
420 SetBoolParam_Impl( CMD_BOOLPARAM_INVISIBLE, sal_True );
421 return sal_True;
422 }
423 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-quickstart" )) == sal_True )
424 {
425#if defined(WNT) || defined(OS2) || defined(QUARTZ)
425#if defined(ENABLE_QUICKSTART_APPLET)
426 SetBoolParam_Impl( CMD_BOOLPARAM_QUICKSTART, sal_True );
427#endif
428 SetBoolParam_Impl( CMD_BOOLPARAM_NOQUICKSTART, sal_False );
429 return sal_True;
430 }
431 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-quickstart=no" )))
432 {
433 SetBoolParam_Impl( CMD_BOOLPARAM_NOQUICKSTART, sal_True );

--- 504 unchanged lines hidden ---
426 SetBoolParam_Impl( CMD_BOOLPARAM_QUICKSTART, sal_True );
427#endif
428 SetBoolParam_Impl( CMD_BOOLPARAM_NOQUICKSTART, sal_False );
429 return sal_True;
430 }
431 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-quickstart=no" )))
432 {
433 SetBoolParam_Impl( CMD_BOOLPARAM_NOQUICKSTART, sal_True );

--- 504 unchanged lines hidden ---