Searched refs:nCallMode (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sfx2/source/control/ |
H A D | request.cxx | 80 sal_uInt16 nCallMode; // Synch/Asynch/API/Record member 92 , nCallMode( SFX_CALLMODE_SYNCHRON ) in SfxRequest_Impl() 166 pImp->nCallMode = rOrig.pImp->nCallMode; in SfxRequest() 210 pImp->nCallMode = SFX_CALLMODE_SYNCHRON; in SfxRequest() 253 pImp->nCallMode = nMode; in SfxRequest() 276 pImp->nCallMode = nMode; in SfxRequest() 304 pImp->nCallMode = nMode; in SfxRequest() 311 return pImp->nCallMode; in GetCallMode() 326 pImp->nCallMode |= SFX_CALLMODE_SYNCHRON; in SetSynchronCall() 328 pImp->nCallMode &= ~(sal_uInt16) SFX_CALLMODE_SYNCHRON; in SetSynchronCall() [all …]
|
H A D | bindings.cxx | 1136 …ngs::Execute( sal_uInt16 nId, const SfxPoolItem** ppItems, sal_uInt16 nModi, SfxCallMode nCallMode, in Execute() argument 1145 const SfxPoolItem* pRet = Execute_Impl( nId, ppItems, nModi, nCallMode, ppInternalArgs ); in Execute() 1155 …Execute_Impl( sal_uInt16 nId, const SfxPoolItem** ppItems, sal_uInt16 nModi, SfxCallMode nCallMode, in Execute_Impl() argument 1165 … return pBind->Execute_Impl( nId, ppItems, nModi, nCallMode, ppInternalArgs, bGlobalOnly ); in Execute_Impl() 1190 SfxRequest aReq( nId, nCallMode, rPool ); in Execute_Impl() 1197 pCache->Dispatch( aReq.GetArgs(), nCallMode == SFX_CALLMODE_SYNCHRON ); in Execute_Impl() 1230 SfxRequest aReq( nId, nCallMode, rPool ); in Execute_Impl()
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | request.hxx | 73 SfxRequest( sal_uInt16 nSlot, sal_uInt16 nCallMode, SfxItemPool &rPool ); 75 sal_uInt16 nCallMode, SfxItemPool &rPool ); 76 SfxRequest( sal_uInt16 nSlot, sal_uInt16 nCallMode, const SfxAllItemSet& rSfxArgs );
|
Completed in 30 milliseconds