Lines Matching refs:pReq
1351 SfxRequest* pReq; in Execute() local
1357 pReq = new SfxRequest( nSlot, eCall, aSet ); in Execute()
1360 pReq = new SfxRequest( nSlot, eCall, pShell->GetPool() ); in Execute()
1361 pReq->SetModifier( nModi ); in Execute()
1367 pReq->SetInternalArgs_Impl( aSet ); in Execute()
1369 _Execute( *pShell, *pSlot, *pReq, eCall ); in Execute()
1370 const SfxPoolItem* pRet = pReq->GetReturnValue(); in Execute()
1371 delete pReq; return pRet; in Execute()
1551 IMPL_LINK( SfxDispatcher, PostMsgHandler, SfxRequest*, pReq ) in IMPL_LINK() argument
1565 if ( !pReq->IsCancelled() ) in IMPL_LINK()
1567 if ( !IsLocked(pReq->GetSlot()) ) in IMPL_LINK()
1571 if ( _FindServer(pReq->GetSlot(), aSvr, HACK(x) sal_True ) ) in IMPL_LINK()
1583 pReq->SetSynchronCall( sal_False ); in IMPL_LINK()
1584 Call_Impl( *pSh, *pSlot, *pReq, pReq->AllowsRecording() ); //! woher bRecord? in IMPL_LINK()
1595 pImp->aReqArr.Insert( new SfxRequest(*pReq), pImp->aReqArr.Count() ); in IMPL_LINK()
1597 pImp->xPoster->Post(new SfxRequest(*pReq)); in IMPL_LINK()
1603 delete pReq; in IMPL_LINK()