Lines Matching refs:pSlot
360 …eDispatch( SfxBindings& rBindings, SfxDispatcher* pDispat, const SfxSlot* pSlot, const ::com::sun:… in SfxOfficeDispatch() argument
365 pControllerItem = new SfxDispatchController_Impl( this, &rBindings, pDispat, pSlot, rURL ); in SfxOfficeDispatch()
368 SfxOfficeDispatch::SfxOfficeDispatch( SfxDispatcher* pDispat, const SfxSlot* pSlot, const ::com::su… in SfxOfficeDispatch() argument
373 pControllerItem = new SfxDispatchController_Impl( this, NULL, pDispat, pSlot, rURL ); in SfxOfficeDispatch()
493 const SfxSlot* pSlot, in SfxDispatchController_Impl() argument
499 , nSlot( pSlot->GetSlotId() ) in SfxDispatchController_Impl()
503 , pUnoName( pSlot->pUnoName ) in SfxDispatchController_Impl()
767 const SfxSlot *pSlot = 0; in dispatch() local
768 if ( pDispatcher->GetShellAndSlot_Impl( GetId(), &pShell, &pSlot, sal_False, in dispatch()
777 lNewArgs[nIndex].Name = rtl::OUString::createFromAscii( pSlot->pUnoName ); in dispatch()
783 TransformParameters( GetId(), lNewArgs, aSet, pSlot ); in dispatch()
796 pDispatcher->GetBindings()->Execute_Impl( aReq, pSlot, pShell ); in dispatch()