Searched refs:mxDispatch (Results 1 – 5 of 5) sorted by relevance
60 mxDispatch(NULL), in ReadOnlyModeObserver()117 if (mxDispatch.is()) in disposing()119 mxDispatch->removeStatusListener(this, maSlotNameURL); in disposing()120 mxDispatch = NULL; in disposing()146 if ( ! mxDispatch.is()) in ConnectToDispatch()152 mxDispatch = xProvider->queryDispatch(maSlotNameURL, OUString(), 0); in ConnectToDispatch()153 if (mxDispatch.is()) in ConnectToDispatch()155 mxDispatch->addStatusListener(this, maSlotNameURL); in ConnectToDispatch()160 return mxDispatch.is(); in ConnectToDispatch()188 else if (rEvent.Source == mxDispatch) in disposing()[all …]
123 mxDispatch;
73 Reference< XDispatch > mxDispatch; member78 : mxDispatch( xDispatch ), maURL( rURL ), maArgs( rArgs ) {} in PopupMenuControllerBaseDispatchInfo()196 pDispatchInfo->mxDispatch->dispatch( pDispatchInfo->maURL, pDispatchInfo->maArgs ); in IMPL_STATIC_LINK_NOINSTANCE()
807 pDispatchInfo->mxDispatch->dispatch( pDispatchInfo->maURL, pDispatchInfo->maArgs ); in IMPL_STATIC_LINK_NOINSTANCE()
145 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > mxDispatch;152 : mxDispatch( xDispatch ) in DispatchInfo()
Completed in 29 milliseconds