Home
last modified time | relevance | path

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

/trunk/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()
363 m_sCommandInfo[0].Handle = -1; in shell()
364 m_sCommandInfo[0].ArgType = getCppuVoidType(); in shell()
367 m_sCommandInfo[1].Handle = -1; in shell()
371 m_sCommandInfo[2].Handle = -1; in shell()
375 m_sCommandInfo[3].Handle = -1; in shell()
379 m_sCommandInfo[4].Handle = -1; in shell()
383 m_sCommandInfo[5].Handle = -1; in shell()
387 m_sCommandInfo[6].Handle = -1; in shell()
391 m_sCommandInfo[7].Handle = -1; in shell()
[all …]
H A Dshell.hxx586 com::sun::star::uno::Sequence< com::sun::star::ucb::CommandInfo > m_sCommandInfo; member in fileaccess::shell

Completed in 28 milliseconds