:: com :: sun :: star :: ucb ::

constants group CommandInfoChange
Description
specifies reasons for sending ::com::sun::star::ucb::CommandInfoChangeEvent s.
See also
::com::sun::star::ucb::CommandInfoChangeEvent, ::com::sun::star::ucb::XCommandInfo

Constants
COMMAND_INSERTED A command was inserted into a ::com::sun::star::ucb::XCommandInfo .  
COMMAND_REMOVED A command was removed from a ::com::sun::star::ucb::XCommandInfo .  
Constants' Details
COMMAND_INSERTED
const long COMMAND_INSERTED = 0;
Description
A command was inserted into a ::com::sun::star::ucb::XCommandInfo .
COMMAND_REMOVED
const long COMMAND_REMOVED = 1;
Description
A command was removed from a ::com::sun::star::ucb::XCommandInfo .
Top of Page