|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
23 module
com { module sun { module star { module beans {
72 [in] sequence< string > aPropertyNames,
73 [in] sequence< any > aValues )
95 [in] sequence< string > aPropertyNames );
120 [in] sequence< string > aPropertyNames );
sequence< com::sun::star::beans::SetPropertyTolerantFailed > setPropertyValuesTolerant([in] sequence< string > aPropertyNames, [in] sequence< any > aValues)
sets the values to the properties with the specified names.
provides access to multiple iformation of a set of properties with a single call.
Definition: XTolerantMultiPropertySet.idl:41
sequence< com::sun::star::beans::GetPropertyTolerantResult > getPropertyValuesTolerant([in] sequence< string > aPropertyNames)
retrieve the values of the specified properties
Definition: Ambiguous.idl:20
sequence< com::sun::star::beans::GetDirectPropertyTolerantResult > getDirectPropertyValuesTolerant([in] sequence< string > aPropertyNames)
retrieve only those values of the specified properties which are direct values.
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:27
base interface of all UNO interfaces
Definition: XInterface.idl:46