LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XVbaMethodParameter Interface Reference

import"XVbaMethodParameter.idl";

Inheritance diagram for XVbaMethodParameter:
XInterface

Public Member Functions

void setVbaMethodParameter ([in] string PropertyName, [in] any Value)
 sets the value of the parameter with the specified name. More...
 
any getVbaMethodParameter ([in] string PropertyName)
 returns the value of the parameter with the specified name. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Member Function Documentation

◆ getVbaMethodParameter()

any getVbaMethodParameter ( [in] string  PropertyName)

returns the value of the parameter with the specified name.

◆ setVbaMethodParameter()

void setVbaMethodParameter ( [in] string  PropertyName,
[in] any  Value 
)

sets the value of the parameter with the specified name.


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