Lines Matching refs:pDispatch
209 pDispatch( 0 ), in SfxStateCache()
237 if ( pDispatch ) in ~SfxStateCache()
239 pDispatch->Release(); in ~SfxStateCache()
240 pDispatch = NULL; in ~SfxStateCache()
253 if ( pDispatch ) in Invalidate()
255 pDispatch->Release(); in Invalidate()
256 pDispatch = NULL; in Invalidate()
275 DBG_ASSERT( !pDispatch, "Old Dispatch not removed!" ); in GetSlotServer()
330 pDispatch = new BindDispatch_Impl( xDisp, aURL, this, pSlot ); in GetSlotServer()
331 pDispatch->acquire(); in GetSlotServer()
336 xDisp->addStatusListener( pDispatch, aURL ); in GetSlotServer()
415 if ( !pDispatch && pController ) in SetVisibleState()
472 if ( !pDispatch && pController ) in SetState_Impl()
516 if ( !pDispatch && pController ) in SetCachedState()
555 if ( pDispatch ) in GetDispatch()
556 return pDispatch->xDisp; in GetDispatch()
563 …om::sun::star::uno::Reference < ::com::sun::star::frame::XStatusListener > xKeepAlive( pDispatch ); in Dispatch()
564 if ( pDispatch ) in Dispatch()
569 pDispatch->Dispatch( aArgs, bForceSynchron ); in Dispatch()