LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides an easy way to dispatch functions useful at UI level. More...
import"XDispatchHelper.idl";
Public Member Functions | |
any | executeDispatch ([in] XDispatchProvider DispatchProvider, [in] string URL, [in] string TargetFrameName, [in] long SearchFlags, [in] sequence< com::sun::star::beans::PropertyValue > Arguments) |
executes the dispatch. 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... | |
any executeDispatch | ( | [in] XDispatchProvider | DispatchProvider, |
[in] string | URL, | ||
[in] string | TargetFrameName, | ||
[in] long | SearchFlags, | ||
[in] sequence< com::sun::star::beans::PropertyValue > | Arguments | ||
) |
executes the dispatch.
Listeners are not supported here!
DispatchProvider | points to the provider, which should be asked for valid dispatch objects |
URL | describes the feature which should be supported by internally used dispatch object |
TargetFrameName | specifies the frame which should be the target for this request |
SearchFlags | optional search parameter for finding the frame if no special TargetFrameName was used |
Arguments | optional arguments for this request They depend on the real implementation of the dispatch object. |
any
depends on the dispatch!