all parameters; pure out params are undefined in sequence,
the value has to be ignored by the callee
Parameter aOutParamIndex
This sequence contains the indices of all parameters
that are specified as out or inout.
Parameter aOutParam
This sequence contains the values of all parameters that
are specified as out or inout and corresponds with the
indices provided by the aOutParamIndex sequence.
Example: aOutParamIndex == { 1, 4 } means that
aOutParam[0] contains the out value of the aParams[1]
parameter and aOutParam[1] contains the out value of
the aParams[4] parameter.
sets a value to the property with the specified name.
If the underlying object implements an
::com::sun::star::container::XNameContainer,
then this method will insert the value if there is no such
aPropertyName.