LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
XSynchronousDispatch Interface Referencepublished

additional interfaces for dispatch objects: allow to execute with return value More...

import "XSynchronousDispatch.idl";

Inheritance diagram for XSynchronousDispatch:
XInterface

Public Member Functions

any dispatchWithReturnValue ([in] com::sun::star::util::URL URL, [in] sequence< com::sun::star::beans::PropertyValue > Arguments)
 dispatches a URL synchronously and offers a return values
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.

Detailed Description

additional interfaces for dispatch objects: allow to execute with return value

Since
OOo 2.0
See also
XDispatch

Member Function Documentation

◆ dispatchWithReturnValue()

any dispatchWithReturnValue ( [in] com::sun::star::util::URL URL,
[in] sequence< com::sun::star::beans::PropertyValue > Arguments )

dispatches a URL synchronously and offers a return values

After getting a dispatch object as a result of a queryDispatch call, this interface can be used to dispatch the URL synchronously and with a return value.

Parameters
URLfull parsed URL which describe the feature which should be dispatched (executed)
Argumentsoptional arguments for this request They depend on the real implementation of the dispatch object.

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