Searched refs:xDispatchProv (Results 1 – 1 of 1) sorted by relevance
512 const uno::Reference< frame::XDispatchProvider > xDispatchProv(xFrame, uno::UNO_QUERY); in Construct_Impl() local517 if(xDispatchProv.is() && in Construct_Impl()518 … (pImpl->xCommand1Dispatch = xDispatchProv->queryDispatch(pImpl->aCommand1URL, sTarget, 0)).is()) in Construct_Impl()522 if(xDispatchProv.is() && in Construct_Impl()523 … (pImpl->xCommand2Dispatch = xDispatchProv->queryDispatch(pImpl->aCommand2URL, sTarget, 0)).is()) in Construct_Impl()
Completed in 43 milliseconds