LibreOffice
LibreOffice 6.3 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_ucb_XCommandProcessor_idl__
21 #define __com_sun_star_ucb_XCommandProcessor_idl__
29 module
com { module sun { module star { module ucb {
69 long createCommandIdentifier();
105 any execute( [in]
Command aCommand,
121 void abort( [in]
long CommandId );
defines the environment for a command.
Definition: XCommandEnvironment.idl:35
contains a command.
Definition: Command.idl:32
the base of all UNO exceptions
Definition: Exception.idl:32
defines a processor for synchronous commands, which are executed in a specific execution environment.
Definition: XCommandProcessor.idl:43
This exception is thrown to indicate that a command was aborted.
Definition: CommandAbortedException.idl:33
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:47