Home
last modified time | relevance | path

Searched refs:m_sCommandInfo (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/ucb/source/ucp/file/
H A Dfilcmd.cxx82 return m_pMyShell->m_sCommandInfo; in getCommands()
92 for( sal_Int32 i = 0; i < m_pMyShell->m_sCommandInfo.getLength(); i++ ) in getCommandInfoByName()
93 if( m_pMyShell->m_sCommandInfo[i].Name == aName ) in getCommandInfoByName()
94 return m_pMyShell->m_sCommandInfo[i]; in getCommandInfoByName()
106 for( sal_Int32 i = 0; i < m_pMyShell->m_sCommandInfo.getLength(); ++i ) in getCommandInfoByHandle()
107 if( m_pMyShell->m_sCommandInfo[i].Handle == Handle ) in getCommandInfoByHandle()
108 return m_pMyShell->m_sCommandInfo[i]; in getCommandInfoByHandle()
119 for( sal_Int32 i = 0; i < m_pMyShell->m_sCommandInfo.getLength(); ++i ) in hasCommandByName()
120 if( m_pMyShell->m_sCommandInfo[i].Name == aName ) in hasCommandByName()
132 for( sal_Int32 i = 0; i < m_pMyShell->m_sCommandInfo.getLength(); ++i ) in hasCommandByHandle()
[all …]
H A Dshell.cxx183 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()
372m_sCommandInfo[2].ArgType = getCppuType( static_cast< uno::Sequence< beans::Property >* >( 0 ) ); in shell()
[all …]
H A Dshell.hxx586 com::sun::star::uno::Sequence< com::sun::star::ucb::CommandInfo > m_sCommandInfo; member in fileaccess::shell