Searched refs:GetSlotServer (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sfx2/source/inc/ |
H A D | statcach.hxx | 102 …const SfxSlotServer* GetSlotServer( SfxDispatcher &rDispat, const ::com::sun::star::uno::Refere… 103 const SfxSlotServer* GetSlotServer( SfxDispatcher &rDispat ) in GetSlotServer() function in SfxStateCache 104 …{ return GetSlotServer( rDispat, ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispa… in GetSlotServer()
|
/aoo41x/main/sfx2/source/control/ |
H A D | bindings.cxx | 513 const SfxSlotServer* pMsgServer = pCache->GetSlotServer(*pDispatcher, pImp->xProv); in Update() 844 pCache->GetSlotServer(*pDispatcher, pImp->xProv); in InvalidateShell() 1181 pCache->GetSlotServer( rDispatcher, pImp->xProv ); in Execute_Impl() 1214 const SfxSlotServer* pServer = pCache ? pCache->GetSlotServer( rDispatcher, pImp->xProv ) : 0; in Execute_Impl() 1386 pCache->GetSlotServer(*pDispatcher, pImp->xProv); in UpdateSlotServer_Impl() 1427 const SfxSlotServer* pMsgSvr = pCache->GetSlotServer(*pDispatcher, pImp->xProv); in CreateSet_Impl() 1489 const SfxSlotServer *pServ = pSiblingCache->GetSlotServer(*pDispatcher, pImp->xProv); in CreateSet_Impl() 1795 const SfxSlotServer *pSlotServer = pCache->GetSlotServer(*pDispatcher, pImp->xProv); in IMPL_LINK() 1995 return pCache && pCache->GetSlotServer(*pDispatcher, pImp->xProv)? in GetSlot() 1996 pCache->GetSlotServer(*pDispatcher, pImp->xProv)->GetSlot(): 0; in GetSlot() [all …]
|
H A D | statcach.cxx | 265 const SfxSlotServer* SfxStateCache::GetSlotServer( SfxDispatcher &rDispat , const ::com::sun::star:… in GetSlotServer() function in SfxStateCache 343 return GetSlotServer( rDispat, xFrameProv ); in GetSlotServer()
|
H A D | ctrlitem.cxx | 442 const SfxSlotServer *pServer = pCache->GetSlotServer( *pDispat ); in GetCoreMetric()
|
Completed in 41 milliseconds