19 #ifndef __com_sun_star_ucb_XCommandInfo_idl__ 20 #define __com_sun_star_ucb_XCommandInfo_idl__ 28 module
com { module sun { module star { module ucb {
41 sequence<com::sun::star::ucb::CommandInfo> getCommands();
80 boolean hasCommandByName( [in]
string Name );
91 boolean hasCommandByHandle( [in]
long Handle );
Definition: Ambiguous.idl:22
is thrown to indicate that a command is not known by the implementation of an interface.
Definition: UnsupportedCommandException.idl:34
provides access to information on a set of commands.
Definition: XCommandInfo.idl:34
describes a command.
Definition: CommandInfo.idl:32
base interface of all UNO interfaces
Definition: XInterface.idl:47