constants group CommandInfoChange in module com::sun::star::ucb::

(Global Index)

Syntax

constants group CommandInfoChange;

Description

specifies reasons for sending CommandInfoChangeEvent s.

See also

CommandInfoChangeEvent

See also

XCommandInfo

Constants Summary

COMMAND_INSERTED A command was inserted into a XCommandInfo .

COMMAND_REMOVED A command was removed from a XCommandInfo .

Field Details



COMMAND_INSERTED

Syntax

const long  COMMAND_INSERTED = 0;

Description

A command was inserted into a XCommandInfo .


COMMAND_REMOVED

Syntax

const long  COMMAND_REMOVED = 1;

Description

A command was removed from a XCommandInfo .

Top of Page