Home
last modified time | relevance | path

Searched refs:pReq (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/sfx2/source/appl/
H A Dimpldde.cxx378 DdeTransaction* pReq = 0; in IMPL_LINK() local
380 pReq = pRequest; // dann kann nur der fertig sein in IMPL_LINK()
382 pReq = pLink; // dann kann nur der fertig sein in IMPL_LINK()
384 if( pReq ) in IMPL_LINK()
386 if( ImplHasOtherFormat( *pReq ) ) in IMPL_LINK()
388 pReq->Execute(); in IMPL_LINK()
390 else if( pReq == pRequest ) in IMPL_LINK()
/AOO41X/main/sfx2/source/control/
H A Ddispatch.cxx1351 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()
[all …]
/AOO41X/main/basic/source/uno/
H A Dscriptcont.cxx611 ModuleSizeExceeded* pReq = new ModuleSizeExceeded( aNames ); in implStorePasswordLibrary() local
612 uno::Reference< task::XInteractionRequest > xReq( pReq ); in implStorePasswordLibrary()
614 if ( pReq->isAbort() ) in implStorePasswordLibrary()
/AOO41X/main/sw/source/ui/shells/
H A Dtextsh1.cxx144 …WrtShell &rWrtSh, sal_Bool bUseDialog, sal_uInt16 nSlot,const SfxItemSet *pArgs, SfxRequest *pReq ) in lcl_CharDialog() argument
259 if (pReq) in lcl_CharDialog()
260 pReq->Done(aTmpSet); in lcl_CharDialog()
/AOO41X/main/sfx2/source/doc/
H A Dobjstor.cxx3806 ModuleSizeExceeded* pReq = new ModuleSizeExceeded( sModules ); in QuerySaveSizeExceededModules_Impl() local
3807 uno::Reference< task::XInteractionRequest > xReq( pReq ); in QuerySaveSizeExceededModules_Impl()
3809 return pReq->isApprove(); in QuerySaveSizeExceededModules_Impl()
/AOO41X/main/sw/source/ui/lingu/
H A Dolmenu.cxx108 …rtShell &rWrtSh, sal_Bool bUseDialog, sal_uInt16 nSlot,const SfxItemSet *pArgs, SfxRequest *pReq );