Lines Matching refs:CommandInfo
219 uno::Sequence< ucb::CommandInfo > * m_pInfo;
226 virtual uno::Sequence< ucb::CommandInfo > SAL_CALL getCommands()
228 virtual ucb::CommandInfo SAL_CALL
231 virtual ucb::CommandInfo SAL_CALL
243 m_pInfo = new uno::Sequence< ucb::CommandInfo >( 2 ); in CommandProcessorInfo()
246 = ucb::CommandInfo( in CommandProcessorInfo()
251 = ucb::CommandInfo( in CommandProcessorInfo()
268 uno::Sequence< ucb::CommandInfo > SAL_CALL
272 return uno::Sequence< ucb::CommandInfo >( *m_pInfo ); in getCommands()
277 ucb::CommandInfo SAL_CALL
284 return ucb::CommandInfo( (*m_pInfo)[ n ] ); in getCommandInfoByName()
292 ucb::CommandInfo SAL_CALL
299 return ucb::CommandInfo( (*m_pInfo)[ n ] ); in getCommandInfoByHandle()