Lines Matching refs:aOpenCommand
306 ucb::OpenCommandArgument2 aOpenCommand; in execute() local
307 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute()
320 ( ( aOpenCommand.Mode == ucb::OpenMode::ALL ) || in execute()
321 ( aOpenCommand.Mode == ucb::OpenMode::FOLDERS ) || in execute()
322 ( aOpenCommand.Mode == ucb::OpenMode::DOCUMENTS ) ); in execute()
331 aOpenCommand, in execute()
336 if ( aOpenCommand.Sink.is() ) in execute()
341 if ( ( aOpenCommand.Mode in execute()
343 ( aOpenCommand.Mode in execute()
351 sal_Int16( aOpenCommand.Mode ) ) ), in execute()
375 aOpenCommand.Sink, uno::UNO_QUERY ); in execute()
385 aOpenCommand.Sink, uno::UNO_QUERY ); in execute()
402 … uno::Reference< io::XActiveDataStreamer > activeDataStreamer( aOpenCommand.Sink,uno::UNO_QUERY ); in execute()
417 aOpenCommand.Sink ) ), in execute()