Home
last modified time | relevance | path

Searched refs:aCommandInfoTable (Results 1 – 7 of 7) sorted by relevance

/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_contentcaps.cxx158 static const ucb::CommandInfo aCommandInfoTable[] = in getCommands() local
217 ucb::CommandInfo >( aCommandInfoTable, nCommandCount ); in getCommands()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpcontentcaps.cxx127 static const ucb::CommandInfo aCommandInfoTable[] = in getCommands() local
181 return uno::Sequence< ucb::CommandInfo >( aCommandInfoTable, COMMAND_COUNT ); in getCommands()
/trunk/main/ucb/source/ucp/odma/
H A Dodma_contentcaps.cxx176 static ucb::CommandInfo aCommandInfoTable[] = in getCommands() local
241 ucb::CommandInfo >( aCommandInfoTable, COMMAND_COUNT ); in getCommands()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dcontentcaps.cxx202 static const star::ucb::CommandInfo aCommandInfoTable[] = in getCommands() local
241 aCommandInfoTable, COMMAND_COUNT ); in getCommands()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_content.cxx1245 static ucb::CommandInfo aCommandInfoTable[] = in getCommands() local
1281 const int nProps = sizeof (aCommandInfoTable) / sizeof (aCommandInfoTable[0]); in getCommands()
1282 … return uno::Sequence< ucb::CommandInfo >(aCommandInfoTable, isFolder(xEnv) ? nProps : nProps - 2); in getCommands()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx1340 static ucb::CommandInfo aCommandInfoTable[] = { in getCommands() local
1376 = sizeof( aCommandInfoTable ) / sizeof( aCommandInfoTable[ 0 ] ); in getCommands()
1378 aCommandInfoTable, isFolder( xEnv ) ? nProps : nProps - 2 ); in getCommands()
/trunk/main/ucb/source/ucp/ext/
H A Ducpext_content.cxx548 static const CommandInfo aCommandInfoTable[] = in getCommands() local
585 return Sequence< CommandInfo >( aCommandInfoTable, nCommandCount ); in getCommands()