Lines Matching refs:aOpenCommand
339 ucb::OpenCommandArgument2 aOpenCommand; in execute() local
340 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute()
344 ( ( aOpenCommand.Mode == ucb::OpenMode::ALL ) || in execute()
345 ( aOpenCommand.Mode == ucb::OpenMode::FOLDERS ) || in execute()
346 ( aOpenCommand.Mode == ucb::OpenMode::DOCUMENTS ) ); in execute()
350 = new DynamicResultSet(m_xSMgr, this, aOpenCommand, xEnv ); in execute()
353 } else if ( aOpenCommand.Sink.is() ) { in execute()
355 if ( ( aOpenCommand.Mode in execute()
357 ( aOpenCommand.Mode in execute()
363 sal_Int16( aOpenCommand.Mode ) ) ), in execute()
366 if ( !feedSink( aOpenCommand.Sink, xEnv ) ) { in execute()
377 aOpenCommand.Sink ) ), in execute()