Lines Matching refs:Copy
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()
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()
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()