Lines Matching refs:SfxSlot
139 SfxSlot *pDef = rInterface[nFunc]; in RegisterInterface()
175 const SfxSlot* pSlot = (const_cast <SfxSlotPool*> (this))->GetSlot( nId ); in GetSlotType()
203 const SfxSlot* SfxSlotPool::GetSlot( sal_uInt16 nId ) in GetSlot()
211 const SfxSlot *pDef = _pInterfaces->GetObject(nInterf)->GetSlot(nId); in GetSlot()
279 const SfxSlot* SfxSlotPool::SeekSlot( sal_uInt16 nStartInterface ) in SeekSlot()
311 const SfxSlot* pMsg = (*pInterface)[_nCurMsg]; in SeekSlot()
324 const SfxSlot* SfxSlotPool::NextSlot() in NextSlot()
338 const SfxSlot *pSlot = _pParentPool->NextSlot(); in NextSlot()
356 SfxSlot* pMsg = (*pInterface)[_nCurMsg]; in NextSlot()
392 const SfxSlot* SfxSlotPool::GetUnoSlot( const String& rName ) in GetUnoSlot()
394 const SfxSlot *pSlot = NULL; in GetUnoSlot()