Lines Matching refs:m_sCommandInfo
183 m_sCommandInfo( 9 ) in shell()
362 m_sCommandInfo[0].Name = rtl::OUString::createFromAscii( "getCommandInfo" ); in shell()
363 m_sCommandInfo[0].Handle = -1; in shell()
364 m_sCommandInfo[0].ArgType = getCppuVoidType(); in shell()
366 m_sCommandInfo[1].Name = rtl::OUString::createFromAscii( "getPropertySetInfo" ); in shell()
367 m_sCommandInfo[1].Handle = -1; in shell()
368 m_sCommandInfo[1].ArgType = getCppuVoidType(); in shell()
370 m_sCommandInfo[2].Name = rtl::OUString::createFromAscii( "getPropertyValues" ); in shell()
371 m_sCommandInfo[2].Handle = -1; in shell()
372 … m_sCommandInfo[2].ArgType = getCppuType( static_cast< uno::Sequence< beans::Property >* >( 0 ) ); in shell()
374 m_sCommandInfo[3].Name = rtl::OUString::createFromAscii( "setPropertyValues" ); in shell()
375 m_sCommandInfo[3].Handle = -1; in shell()
376 …m_sCommandInfo[3].ArgType = getCppuType( static_cast< uno::Sequence< beans::PropertyValue >* >( 0 … in shell()
378 m_sCommandInfo[4].Name = rtl::OUString::createFromAscii( "open" ); in shell()
379 m_sCommandInfo[4].Handle = -1; in shell()
380 m_sCommandInfo[4].ArgType = getCppuType( static_cast< OpenCommandArgument* >( 0 ) ); in shell()
382 m_sCommandInfo[5].Name = rtl::OUString::createFromAscii( "transfer" ); in shell()
383 m_sCommandInfo[5].Handle = -1; in shell()
384 m_sCommandInfo[5].ArgType = getCppuType( static_cast< TransferInfo* >( 0 ) ); in shell()
386 m_sCommandInfo[6].Name = rtl::OUString::createFromAscii( "delete" ); in shell()
387 m_sCommandInfo[6].Handle = -1; in shell()
388 m_sCommandInfo[6].ArgType = getCppuType( static_cast< sal_Bool* >( 0 ) ); in shell()
390 m_sCommandInfo[7].Name = rtl::OUString::createFromAscii( "insert" ); in shell()
391 m_sCommandInfo[7].Handle = -1; in shell()
392 m_sCommandInfo[7].ArgType = getCppuType( static_cast< InsertCommandArgument* > ( 0 ) ); in shell()
394 m_sCommandInfo[7].Name = rtl::OUString::createFromAscii( "createNewContent" ); in shell()
395 m_sCommandInfo[7].Handle = -1; in shell()
396 m_sCommandInfo[7].ArgType = getCppuType( static_cast< ucb::ContentInfo * > ( 0 ) ); in shell()