Lines Matching refs:aArgStr

170         String aArgStr = aArg;  in ParseCommandLine_Impl()  local
176 if ( aArgStr.GetChar(0) == '-' ) in ParseCommandLine_Impl()
179 if ( aArgStr.EqualsIgnoreCaseAscii( "-n" )) in ParseCommandLine_Impl()
191 else if ( aArgStr.EqualsIgnoreCaseAscii( "-o" )) in ParseCommandLine_Impl()
203 else if ( aArgStr.EqualsIgnoreCaseAscii( "-pt" )) in ParseCommandLine_Impl()
216 else if ( aArgStr.EqualsIgnoreCaseAscii( "-p" )) in ParseCommandLine_Impl()
228 else if ( aArgStr.EqualsIgnoreCaseAscii( "-view" )) in ParseCommandLine_Impl()
240 else if ( aArgStr.EqualsIgnoreCaseAscii( "-show" )) in ParseCommandLine_Impl()
252 else if ( aArgStr.EqualsIgnoreCaseAscii( "-display" )) in ParseCommandLine_Impl()
264 else if ( aArgStr.EqualsIgnoreCaseAscii( "-language" )) in ParseCommandLine_Impl()
282 else if ( aArgStr.CompareToAscii( "-psn", 4 ) == COMPARE_EQUAL ) in ParseCommandLine_Impl()
301 AddStringListParam_Impl( CMD_STRINGPARAM_PRINTERNAME, aArgStr ); in ParseCommandLine_Impl()
309 AddStringListParam_Impl( CMD_STRINGPARAM_OPENLIST, aArgStr ); in ParseCommandLine_Impl()
314 AddStringListParam_Impl( CMD_STRINGPARAM_VIEWLIST, aArgStr ); in ParseCommandLine_Impl()
319 AddStringListParam_Impl( CMD_STRINGPARAM_STARTLIST, aArgStr ); in ParseCommandLine_Impl()
324 AddStringListParam_Impl( CMD_STRINGPARAM_PRINTLIST, aArgStr ); in ParseCommandLine_Impl()
329 AddStringListParam_Impl( CMD_STRINGPARAM_PRINTTOLIST, aArgStr ); in ParseCommandLine_Impl()
334 AddStringListParam_Impl( CMD_STRINGPARAM_FORCENEWLIST, aArgStr ); in ParseCommandLine_Impl()
339 AddStringListParam_Impl( CMD_STRINGPARAM_FORCEOPENLIST, aArgStr ); in ParseCommandLine_Impl()
344 AddStringListParam_Impl( CMD_STRINGPARAM_DISPLAY, aArgStr ); in ParseCommandLine_Impl()
375 String aArgStr( aArg ); in InterpretCommandLineParameter() local
518 else if ( aArgStr.Copy(0, 8).EqualsIgnoreCaseAscii( "-accept=" )) in InterpretCommandLineParameter()
520 AddStringListParam_Impl( CMD_STRINGPARAM_ACCEPT, aArgStr.Copy( 8 ) ); in InterpretCommandLineParameter()
523 else if ( aArgStr.Copy(0, 10).EqualsIgnoreCaseAscii( "-unaccept=" )) in InterpretCommandLineParameter()
525 AddStringListParam_Impl( CMD_STRINGPARAM_UNACCEPT, aArgStr.Copy( 10 ) ); in InterpretCommandLineParameter()
528 else if ( aArgStr.CompareIgnoreCaseToAscii( "-portal," , in InterpretCommandLineParameter()
531 …AddStringListParam_Impl( CMD_STRINGPARAM_PORTAL, aArgStr.Copy( RTL_CONSTASCII_LENGTH( "-portal," )… in InterpretCommandLineParameter()
534 else if ( aArgStr.Copy( 0, 7 ).EqualsIgnoreCaseAscii( "-userid" )) in InterpretCommandLineParameter()
536 if ( aArgStr.Len() > 8 ) in InterpretCommandLineParameter()
538 rtl::OUString aUserDir = aArgStr; in InterpretCommandLineParameter()
544 else if ( aArgStr.Copy( 0, 15).EqualsIgnoreCaseAscii( "-clientdisplay=" )) in InterpretCommandLineParameter()
546 AddStringListParam_Impl( CMD_STRINGPARAM_CLIENTDISPLAY, aArgStr.Copy( 15 ) ); in InterpretCommandLineParameter()
549 else if ( aArgStr.Copy(0, 9).EqualsIgnoreCaseAscii( "-version=" )) in InterpretCommandLineParameter()
551 AddStringListParam_Impl( CMD_STRINGPARAM_VERSION, aArgStr.Copy( 9 ) ); in InterpretCommandLineParameter()
554 else if ( aArgStr.Copy(0, 10).EqualsIgnoreCaseAscii( "-language=" )) in InterpretCommandLineParameter()
556 AddStringListParam_Impl( CMD_STRINGPARAM_LANGUAGE, aArgStr.Copy( 10 ) ); in InterpretCommandLineParameter()