LibreOffice
LibreOffice 24.2 SDK API Reference
Public Attributes | List of all members
PropertyPutArgument Struct Reference

contains a value that is used as argument in a "property put&quot operation on an Automation object. More...

import"PropertyPutArgument.idl";

Public Attributes

any Value
 contains the actual argument. More...
 

Detailed Description

contains a value that is used as argument in a "property put&quot operation on an Automation object.

If an Automation object is converted into a UNO object by a scripting bridge, such as com::sun::star::bridge::oleautomation::BridgeSupplier, then it is accessed through the com::sun::star::script::XInvocation interface. The methods com::sun::star::script::XInvocation::setValue() and com::sun::star::script::XInvocation::getValue() are used to access properties which do not have additional arguments. To access a property with additional arguments, the method com::sun::star::script::XInvocation::invoke() has to be used. The method implementation must decide, if the property is to be written or read so it can perform the proper operation on the Automation object. To make this decision, the caller has to provide the information if the current call is intended to be a write or read operation. This is done by providing either instances of PropertyPutArgument or PropertyGetArgument as arguments to com::sun::star::script::XInvocation::Invoke.

Since
OOo 1.1.2

Member Data Documentation

◆ Value

any Value

contains the actual argument.


The documentation for this struct was generated from the following file: