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 {
42 sequence<com::sun::star::ucb::CommandInfo> getCommands();
81 boolean hasCommandByName( [in]
string Name );
92 boolean hasCommandByHandle( [in]
long Handle );
– idl definition –
Definition: Ambiguous.idl:22
is thrown to indicate that the a command is not known by the implementation of an interface...
Definition: UnsupportedCommandException.idl:35
provides access to information on a set of commands.
Definition: XCommandInfo.idl:35
describes a command.
Definition: CommandInfo.idl:32
base interface of all UNO interfaces
Definition: XInterface.idl:47