19 #ifndef __com_sun_star_beans_XMultiPropertyStates_idl__
20 #define __com_sun_star_beans_XMultiPropertyStates_idl__
30 module com { module sun { module star { module beans {
52 sequence<com::sun::star::beans::PropertyState> getPropertyStates(
53 [in] sequence<string> aPropertyName )
64 void setAllPropertiesToDefault();
80 void setPropertiesToDefault( [in] sequence<string> aPropertyNames )
102 sequence<any> getPropertyDefaults(
103 [in] sequence<string> aPropertyNames )
This exception is thrown to indicate that the property name is unknown to the implementation.
Definition: UnknownPropertyException.idl:34
makes it possible to query information about the state of one or more properties. ...
Definition: XMultiPropertyStates.idl:39
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:37
base interface of all UNO interfaces
Definition: XInterface.idl:47