Searched refs:xHelpDispatch (Results 1 – 2 of 2) sorted by relevance
1053 Reference< XDispatch > xHelpDispatch; in OpenHelpAgent() local1055 xHelpDispatch = xDispProv->queryDispatch( in OpenHelpAgent()1059 DBG_ASSERT( xHelpDispatch.is(), "OpenHelpAgent: could not get a dispatcher!" ); in OpenHelpAgent()1060 if ( xHelpDispatch.is() ) in OpenHelpAgent()1061 xHelpDispatch->dispatch( aURL, Sequence< PropertyValue >() ); in OpenHelpAgent()
1416 Reference< XDispatch > xHelpDispatch; in openHelpAgent() local1418 …xHelpDispatch = xDispProv->queryDispatch(aURL, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("_helpa… in openHelpAgent()1419 …OSL_ENSURE(xHelpDispatch.is(), "SbaTableQueryBrowser::openHelpAgent: could not get a dispatcher!"); in openHelpAgent()1420 if (xHelpDispatch.is()) in openHelpAgent()1422 xHelpDispatch->dispatch(aURL, Sequence< PropertyValue >()); in openHelpAgent()
Completed in 52 milliseconds