22 module
com { module sun { module star { module beans {
64 void setPropertyValues( [in] sequence<string> aPropertyNames,
65 [in] sequence<any> aValues )
81 sequence<any> getPropertyValues( [in] sequence<string> aPropertyNames );
101 void addPropertiesChangeListener( [in] sequence<string> aPropertyNames,
117 void removePropertiesChangeListener(
130 void firePropertiesChangeEvent( [in] sequence<string> aPropertyNames,
receives events which get fired whenever a bound property is changed.
Definition: XPropertiesChangeListener.idl:27
provides access to multiple properties with a single call.
Definition: XMultiPropertySet.idl:27
Definition: Ambiguous.idl:20
specifies a set of properties.
Definition: XPropertySetInfo.idl:37
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:33
This exception is thrown when a proposed change to a property represents an unacceptable value...
Definition: PropertyVetoException.idl:30
base interface of all UNO interfaces
Definition: XInterface.idl:45