Lines Matching refs:pSlot
175 const SfxSlot* pSlot = (const_cast <SfxSlotPool*> (this))->GetSlot( nId ); in GetSlotType() local
176 return pSlot ? pSlot->GetType()->Type() : 0; in GetSlotType()
338 const SfxSlot *pSlot = _pParentPool->NextSlot(); in NextSlot() local
340 if ( pSlot ) in NextSlot()
341 return pSlot; in NextSlot()
394 const SfxSlot *pSlot = NULL; in GetUnoSlot() local
397 pSlot = (*_pInterfaces)[nInterface]->GetSlot( rName ); in GetUnoSlot()
398 if ( pSlot ) in GetUnoSlot()
402 if ( !pSlot && _pParentPool ) in GetUnoSlot()
403 pSlot = _pParentPool->GetUnoSlot( rName ); in GetUnoSlot()
405 return pSlot; in GetUnoSlot()