Lines Matching refs:aCommand

510         const ucb::Command& aCommand,  in execute()  argument
518 rtl::OUStringToOString( aCommand.Name, in execute()
524 if ( aCommand.Name.equalsAsciiL( in execute()
532 if ( !( aCommand.Argument >>= Properties ) ) in execute()
546 else if ( aCommand.Name.equalsAsciiL( in execute()
554 if ( !( aCommand.Argument >>= aProperties ) ) in execute()
580 else if ( aCommand.Name.equalsAsciiL( in execute()
591 else if ( aCommand.Name.equalsAsciiL( in execute()
601 else if ( aCommand.Name.equalsAsciiL( in execute()
609 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute()
623 else if ( aCommand.Name.equalsAsciiL( in execute()
631 if ( !( aCommand.Argument >>= arg ) ) in execute()
645 else if ( aCommand.Name.equalsAsciiL( in execute()
653 aCommand.Argument >>= bDeletePhysical; in execute()
686 else if ( aCommand.Name.equalsAsciiL( in execute()
696 if ( !( aCommand.Argument >>= transferArgs ) ) in execute()
710 else if ( aCommand.Name.equalsAsciiL( in execute()
718 if ( !( aCommand.Argument >>= aArg ) ) in execute()
732 else if ( aCommand.Name.equalsAsciiL( in execute()
740 else if ( aCommand.Name.equalsAsciiL( in execute()
748 else if ( aCommand.Name.equalsAsciiL( in execute()
757 if ( !( aCommand.Argument >>= aArg ) ) in execute()
771 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "addProperty" ))) in execute()
774 if ( !( aCommand.Argument >>= aPropArg )) in execute()
804 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "removeProperty" ))) in execute()
807 if ( !( aCommand.Argument >>= sPropName ) ) in execute()
841 aCommand.Name, in execute()
848 rtl::OUStringToOString( aCommand.Name, in execute()