Lines Matching refs:pDispatcher

496     , pDispatcher( pDispat )  in SfxDispatchController_Impl()
683 if ( !pDispatcher && pBindings ) in dispatch()
684 pDispatcher = GetBindings().GetDispatcher_Impl(); in dispatch()
747 if (! xFrameRef.is() && pDispatcher) in dispatch()
749 SfxViewFrame* pViewFrame = pDispatcher->GetFrame(); in dispatch()
763 if ( pDispatcher->GetBindings() ) in dispatch()
765 if ( !pDispatcher->IsLocked( GetId() ) ) in dispatch()
768 if ( pDispatcher->GetShellAndSlot_Impl( GetId(), &pShell, &pSlot, sal_False, in dispatch()
787 … pItem = pDispatcher->Execute( GetId(), nCall, &aSet, &aInternalSet, nModifier ); in dispatch()
796 pDispatcher->GetBindings()->Execute_Impl( aReq, pSlot, pShell ); in dispatch()
816 pItem = pDispatcher->Execute( GetId(), nCall, &aSet, &aInternalSet, nModifier ); in dispatch()
819 pItem = pDispatcher->Execute( GetId(), nCall, 0, &aInternalSet, nModifier ); in dispatch()
828 SfxItemState eState = pDispatcher->QueryState( GetId(), pState ); in dispatch()
863 if ( !pDispatcher && pBindings ) in GetDispatcher()
864 pDispatcher = GetBindings().GetDispatcher_Impl(); in GetDispatcher()
865 return pDispatcher; in GetDispatcher()
883 if ( !pDispatcher && pBindings ) in addStatusListener()
884 pDispatcher = GetBindings().GetDispatcher_Impl(); in addStatusListener()
885 SfxItemState eState = pDispatcher->QueryState( GetId(), aState ); in addStatusListener()
963 if ( pSlotServ && pDispatcher ) in StateChanged()
965 SfxShell* pShell = pDispatcher->GetShell( pSlotServ->GetShellLevel() ); in StateChanged()