Lines Matching refs:aOpenCommand
309 ucb::OpenCommandArgument2 aOpenCommand; in execute() local
310 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute()
323 ( ( aOpenCommand.Mode == ucb::OpenMode::ALL ) || in execute()
324 ( aOpenCommand.Mode == ucb::OpenMode::FOLDERS ) || in execute()
325 ( aOpenCommand.Mode == ucb::OpenMode::DOCUMENTS ) ); in execute()
334 aOpenCommand, in execute()
339 if ( aOpenCommand.Sink.is() ) in execute()
344 if ( ( aOpenCommand.Mode in execute()
346 ( aOpenCommand.Mode in execute()
354 sal_Int16( aOpenCommand.Mode ) ) ), in execute()
363 aOpenCommand.Sink, uno::UNO_QUERY ); in execute()
371 aOpenCommand.Sink, uno::UNO_QUERY ); in execute()
387 aOpenCommand.Sink ) ), in execute()