Searched refs:pReq (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sfx2/source/appl/ |
H A D | impldde.cxx | 378 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 D | dispatch.cxx | 1351 SfxRequest* pReq; in Execute() local 1357 pReq = new SfxRequest( nSlot, eCall, aSet ); in Execute() 1361 pReq->SetModifier( nModi ); in Execute() 1367 pReq->SetInternalArgs_Impl( aSet ); in Execute() 1369 _Execute( *pShell, *pSlot, *pReq, eCall ); in Execute() 1371 delete pReq; return pRet; in Execute() 1565 if ( !pReq->IsCancelled() ) in IMPL_LINK() 1567 if ( !IsLocked(pReq->GetSlot()) ) in IMPL_LINK() 1583 pReq->SetSynchronCall( sal_False ); in IMPL_LINK() 1584 Call_Impl( *pSh, *pSlot, *pReq, pReq->AllowsRecording() ); //! woher bRecord? in IMPL_LINK() [all …]
|
/aoo41x/main/basic/source/uno/ |
H A D | scriptcont.cxx | 611 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 D | textsh1.cxx | 144 …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 D | objstor.cxx | 3806 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 D | olmenu.cxx | 108 …rtShell &rWrtSh, sal_Bool bUseDialog, sal_uInt16 nSlot,const SfxItemSet *pArgs, SfxRequest *pReq );
|
/aoo41x/main/oox/source/export/ |
H A D | ooxml-export-notes.txt | 221 …#29 0x00002b0fcb17d3f2 in SfxDispatcher::PostMsgHandler (this=0x110fde0, pReq=0x1484f20) at /home/…
|
Completed in 316 milliseconds