Searched refs:aCommandInfoTable (Results 1 – 7 of 7) sorted by relevance
158 static const ucb::CommandInfo aCommandInfoTable[] = in getCommands() local217 ucb::CommandInfo >( aCommandInfoTable, nCommandCount ); in getCommands()
127 static const ucb::CommandInfo aCommandInfoTable[] = in getCommands() local181 return uno::Sequence< ucb::CommandInfo >( aCommandInfoTable, COMMAND_COUNT ); in getCommands()
176 static ucb::CommandInfo aCommandInfoTable[] = in getCommands() local241 ucb::CommandInfo >( aCommandInfoTable, COMMAND_COUNT ); in getCommands()
202 static const star::ucb::CommandInfo aCommandInfoTable[] = in getCommands() local241 aCommandInfoTable, COMMAND_COUNT ); in getCommands()
1259 static ucb::CommandInfo aCommandInfoTable[] = in getCommands() local1295 const int nProps = sizeof (aCommandInfoTable) / sizeof (aCommandInfoTable[0]); in getCommands()1296 … return uno::Sequence< ucb::CommandInfo >(aCommandInfoTable, isFolder(xEnv) ? nProps : nProps - 2); in getCommands()
549 static const CommandInfo aCommandInfoTable[] = in getCommands() local586 return Sequence< CommandInfo >( aCommandInfoTable, nCommandCount ); in getCommands()
1360 static ucb::CommandInfo aCommandInfoTable[] = { in getCommands() local1396 = sizeof( aCommandInfoTable ) / sizeof( aCommandInfoTable[ 0 ] ); in getCommands()1398 aCommandInfoTable, isFolder( xEnv ) ? nProps : nProps - 2 ); in getCommands()
Completed in 51 milliseconds