Home
last modified time | relevance | path

Searched refs:xHelpDispatch (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sfx2/source/appl/
H A Dsfxhelp.cxx1053 Reference< XDispatch > xHelpDispatch; in OpenHelpAgent() local
1055 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()
/trunk/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx1416 Reference< XDispatch > xHelpDispatch; in openHelpAgent() local
1418xHelpDispatch = 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 38 milliseconds