LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_beans_XMultiPropertySet_idl__
20 #define __com_sun_star_beans_XMultiPropertySet_idl__
36 module
com { module sun { module star { module beans {
78 void setPropertyValues( [in] sequence<string> aPropertyNames,
79 [in] sequence<any> aValues )
95 sequence<any> getPropertyValues( [in] sequence<string> aPropertyNames );
115 void addPropertiesChangeListener( [in] sequence<string> aPropertyNames,
131 void removePropertiesChangeListener(
144 void firePropertiesChangeEvent( [in] sequence<string> aPropertyNames,
specifies a set of properties.
Definition: XPropertySetInfo.idl:45
receives events which get fired whenever a bound property is changed.
Definition: XPropertiesChangeListener.idl:33
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:37
provides access to multiple properties with a single call.
Definition: XMultiPropertySet.idl:41
This exception is thrown when a proposed change to a property represents an unacceptable value.
Definition: PropertyVetoException.idl:34
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:29
base interface of all UNO interfaces
Definition: XInterface.idl:47