|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module ucb {
long createCommandIdentifier()
creates a unique identifier for a command.
defines the environment for a command.
Definition: XCommandEnvironment.idl:29
any execute([in] Command aCommand, [in] long CommandId, [in] XCommandEnvironment Environment)
executes a command.
contains a command.
Definition: Command.idl:29
the base of all UNO exceptions
Definition: Exception.idl:29
defines a processor for synchronous commands, which are executed in a specific execution environment.
Definition: XCommandProcessor.idl:36
This exception is thrown to indicate that a command was aborted.
Definition: CommandAbortedException.idl:30
Definition: Ambiguous.idl:20
void abort([in] long CommandId)
ends the command associated with the given id.
base interface of all UNO interfaces
Definition: XInterface.idl:46