Lines Matching refs:aCommand

902         const ucb::Command& aCommand,  in execute()  argument
910 …fprintf(stderr, "Content::execute %s\n", rtl::OUStringToOString(aCommand.Name, RTL_TEXTENCODING_UT… in execute()
914 if (aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "getPropertyValues" ) )) in execute()
917 if ( !( aCommand.Argument >>= Properties ) ) in execute()
921 else if (aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "getPropertySetInfo" ) )) in execute()
923 else if (aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "getCommandInfo" ) )) in execute()
925 else if (aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "open" ) )) in execute()
928 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute()
932 else if (aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "transfer" ) )) in execute()
935 if ( !( aCommand.Argument >>= transferArgs ) ) in execute()
939 else if (aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "setPropertyValues" ) )) in execute()
942 if ( !( aCommand.Argument >>= aProperties ) || !aProperties.getLength() ) in execute()
946 else if (aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "createNewContent" ) ) in execute()
950 if ( !( aCommand.Argument >>= arg ) ) in execute()
954 else if (aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "insert" ) )) in execute()
957 if ( !( aCommand.Argument >>= arg ) ) in execute()
961 else if (aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "delete" ) )) in execute()
964 aCommand.Argument >>= bDeletePhysical; in execute()