22module
com { module sun { module star { module beans {
65 [in] sequence<any> aValues )
This exception is thrown when a proposed change to a property represents an unacceptable value.
Definition PropertyVetoException.idl:31
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
This is a checked exception that wraps an exception thrown by the original target.
Definition WrappedTargetException.idl:34
void removePropertiesChangeListener([in] com::sun::star::beans::XPropertiesChangeListener xListener)
removes an XPropertiesChangeListener from the listener list.
sequence< any > getPropertyValues([in] sequence< string > aPropertyNames)
void setPropertyValues([in] sequence< string > aPropertyNames, [in] sequence< any > aValues)
sets the values to the properties with the specified names.
void firePropertiesChangeEvent([in] sequence< string > aPropertyNames, [in] com::sun::star::beans::XPropertiesChangeListener xListener)
fires a sequence of PropertyChangeEvents to the specified listener.
void addPropertiesChangeListener([in] sequence< string > aPropertyNames, [in] com::sun::star::beans::XPropertiesChangeListener xListener)
adds an XPropertiesChangeListener to the specified property with the specified names.
com::sun::star::beans::XPropertySetInfo getPropertySetInfo()
receives events which get fired whenever a bound property is changed.
Definition XPropertiesChangeListener.idl:28
specifies a set of properties.
Definition generated_idl_chapter_refs.idl:1536
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20