| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
import "XVbaMethodParameter.idl";
 
  
| Public Member Functions | |
| void | setVbaMethodParameter ([in] string PropertyName, [in] any Value) | 
| sets the value of the parameter with the specified name. | |
| any | getVbaMethodParameter ([in] string PropertyName) | 
| returns the value of the parameter with the specified name. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
| any getVbaMethodParameter | ( | [in] string | PropertyName | ) | 
returns the value of the parameter with the specified name.
| void setVbaMethodParameter | ( | [in] string | PropertyName, | 
| [in] any | Value ) | 
sets the value of the parameter with the specified name.