Lines Matching refs:mxDispatch
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()
189 mxDispatch = NULL; in disposing()