Lines Matching refs:aArg

156         ::rtl::OUString	aArg;  in ParseCommandLine_Impl()
157 if ( !supplier.next( &aArg ) ) in ParseCommandLine_Impl()
162 if (aArg.indexOf(OUString::createFromAscii("file:"))==0 && in ParseCommandLine_Impl()
165 OUString tmp(xTranslator->translateToInternal(aArg)); in ParseCommandLine_Impl()
167 aArg = tmp; in ParseCommandLine_Impl()
170 String aArgStr = aArg; in ParseCommandLine_Impl()
171 if ( aArg.getLength() > 0 ) in ParseCommandLine_Impl()
174 if ( !InterpretCommandLineParameter( aArg )) in ParseCommandLine_Impl()
373 sal_Bool CommandLineArgs::InterpretCommandLineParameter( const ::rtl::OUString& aArg ) in InterpretCommandLineParameter() argument
375 String aArgStr( aArg ); in InterpretCommandLineParameter()
377 if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-minimized" )) == sal_True ) in InterpretCommandLineParameter()
382 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-invisible" )) == sal_True ) in InterpretCommandLineParameter()
387 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-norestore" )) == sal_True ) in InterpretCommandLineParameter()
392 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-nodefault" )) == sal_True ) in InterpretCommandLineParameter()
397 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-bean" )) == sal_True ) in InterpretCommandLineParameter()
402 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-plugin" )) == sal_True ) in InterpretCommandLineParameter()
407 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-server" )) == sal_True ) in InterpretCommandLineParameter()
412 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-headless" )) == sal_True ) in InterpretCommandLineParameter()
419 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-conversionmode" )) == sal_True ) in InterpretCommandLineParameter()
427 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-quickstart" )) == sal_True ) in InterpretCommandLineParameter()
435 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-quickstart=no" ))) in InterpretCommandLineParameter()
441 … else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-terminate_after_init" )) == sal_True ) in InterpretCommandLineParameter()
446 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-nofirststartwizard" )) == sal_True ) in InterpretCommandLineParameter()
451 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-nologo" )) == sal_True ) in InterpretCommandLineParameter()
456 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-nolockcheck" )) == sal_True ) in InterpretCommandLineParameter()
464 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-help" )) in InterpretCommandLineParameter()
465 || aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-h" )) in InterpretCommandLineParameter()
466 || aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-?" ))) in InterpretCommandLineParameter()
471 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-helpwriter" )) == sal_True ) in InterpretCommandLineParameter()
476 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-helpcalc" )) == sal_True ) in InterpretCommandLineParameter()
481 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-helpdraw" )) == sal_True ) in InterpretCommandLineParameter()
486 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-helpimpress" )) == sal_True ) in InterpretCommandLineParameter()
491 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-helpbase" )) == sal_True ) in InterpretCommandLineParameter()
496 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-helpbasic" )) == sal_True ) in InterpretCommandLineParameter()
501 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-helpmath" )) == sal_True ) in InterpretCommandLineParameter()
512 else if ( aArg.compareToAscii( "-psn", 4 ) == 0 ) in InterpretCommandLineParameter()
559 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-writer" )) == sal_True ) in InterpretCommandLineParameter()
567 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-calc" )) == sal_True ) in InterpretCommandLineParameter()
575 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-draw" )) == sal_True ) in InterpretCommandLineParameter()
583 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-impress" )) == sal_True ) in InterpretCommandLineParameter()
591 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-base" )) == sal_True ) in InterpretCommandLineParameter()
599 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-global" )) == sal_True ) in InterpretCommandLineParameter()
607 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-math" )) == sal_True ) in InterpretCommandLineParameter()
615 else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-web" )) == sal_True ) in InterpretCommandLineParameter()