|
Syntax
- com::sun::star::frame::XDispatch queryDispatch
(
- com::sun::star::util::URL aURL,
- string aTargetFrameName,
- long nSearchFlags );
Description
searches for an XDispatch for the specified URL within
the specified target frame.
See also
- XFrame::findFrame
-
See also
- queryDispatches
-
Syntax
- sequence< com::sun::star::frame::XDispatch > queryDispatches
(
- sequence< com::sun::star::frame::DispatchDescriptor > aDescripts );
Returns
-
multiple dispatch interfaces for the specified descriptors at once.
Actually this method is redundant to
XDispatchProvider::queryDispatch to avoid multiple
remote calls.
|