Lines Matching refs:aCommand
286 const ucb::Command& aCommand, in execute() argument
302 OUStringToGnome( aCommand.Name ), in execute()
309 if ( COMMAND_IS( aCommand, "getPropertyValues" ) ) { in execute()
312 if ( !( aCommand.Argument >>= Properties ) ) in execute()
317 } else if ( COMMAND_IS( aCommand, "setPropertyValues" ) ) { in execute()
320 if ( !( aCommand.Argument >>= aProperties ) || in execute()
326 } else if ( COMMAND_IS( aCommand, "getPropertySetInfo" ) ) { in execute()
329 } else if ( COMMAND_IS( aCommand, "getCommandInfo" ) ) { in execute()
332 } else if ( COMMAND_IS( aCommand, "open" ) ) { in execute()
340 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute()
386 } else if ( COMMAND_IS( aCommand, "createNewContent" ) && isFolder( xEnv ) ) { in execute()
388 if ( !( aCommand.Argument >>= arg ) ) in execute()
393 } else if ( COMMAND_IS( aCommand, "insert" ) ) { in execute()
395 if ( !( aCommand.Argument >>= arg ) ) in execute()
400 } else if ( COMMAND_IS( aCommand, "delete" ) ) { in execute()
403 aCommand.Argument >>= bDeletePhysical; in execute()
413 } else if ( COMMAND_IS( aCommand, "transfer" ) && isFolder( xEnv ) ) { in execute()
416 if ( !( aCommand.Argument >>= transferArgs ) ) in execute()
424 OUStringToGnome( aCommand.Name ) ); in execute()