Home
last modified time | relevance | path

Searched refs:mxDispatch (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sd/source/ui/framework/module/
H A DReadOnlyModeObserver.cxx60 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 …]
H A DReadOnlyModeObserver.hxx123 mxDispatch;
/trunk/main/svtools/source/uno/
H A Dpopupmenucontrollerbase.cxx73 Reference< XDispatch > mxDispatch; member
78 : mxDispatch( xDispatch ), maURL( rURL ), maArgs( rArgs ) {} in PopupMenuControllerBaseDispatchInfo()
196 pDispatchInfo->mxDispatch->dispatch( pDispatchInfo->maURL, pDispatchInfo->maArgs ); in IMPL_STATIC_LINK_NOINSTANCE()
H A Dtoolboxcontroller.cxx807 pDispatchInfo->mxDispatch->dispatch( pDispatchInfo->maURL, pDispatchInfo->maArgs ); in IMPL_STATIC_LINK_NOINSTANCE()
/trunk/main/svtools/inc/svtools/
H A Dtoolboxcontroller.hxx145 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > mxDispatch;
152 : mxDispatch( xDispatch ) in DispatchInfo()

Completed in 28 milliseconds