Lines Matching refs:equalsAsciiL

291     if ( rControlCommand.Command.equalsAsciiL( "SetText", 7 ))  in executeControlCommand()
295 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
307 else if ( rControlCommand.Command.equalsAsciiL( "SetList", 7 )) in executeControlCommand()
311 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "List", 4 )) in executeControlCommand()
332 else if ( rControlCommand.Command.equalsAsciiL( "AddEntry", 8 )) in executeControlCommand()
338 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
346 else if ( rControlCommand.Command.equalsAsciiL( "InsertEntry", 11 )) in executeControlCommand()
352 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Pos", 3 )) in executeControlCommand()
362 else if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
368 else if ( rControlCommand.Command.equalsAsciiL( "RemoveEntryPos", 14 )) in executeControlCommand()
372 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Pos", 3 )) in executeControlCommand()
384 else if ( rControlCommand.Command.equalsAsciiL( "RemoveEntryText", 15 )) in executeControlCommand()
388 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
397 else if ( rControlCommand.Command.equalsAsciiL( "SetDropDownLines", 16 )) in executeControlCommand()
401 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Lines", 5 )) in executeControlCommand()
410 else if ( rControlCommand.Command.equalsAsciiL( "SetBackgroundColor", 18 )) in executeControlCommand()
414 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Color", 5 )) in executeControlCommand()
426 else if ( rControlCommand.Command.equalsAsciiL( "SetTextColor", 12 )) in executeControlCommand()
430 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Color", 5 )) in executeControlCommand()