Lines Matching refs:SfxSlotPool
71 SfxSlotPool::SfxSlotPool( SfxSlotPool *pParent, ResMgr* pResManager ) in SfxSlotPool() function in SfxSlotPool
88 SfxSlotPool::~SfxSlotPool() in ~SfxSlotPool()
107 void SfxSlotPool::RegisterInterface( SfxInterface& rInterface ) in RegisterInterface()
173 TypeId SfxSlotPool::GetSlotType( sal_uInt16 nId ) const in GetSlotType()
175 const SfxSlot* pSlot = (const_cast <SfxSlotPool*> (this))->GetSlot( nId ); in GetSlotType()
191 void SfxSlotPool::ReleaseInterface( SfxInterface& rInterface ) in ReleaseInterface()
203 const SfxSlot* SfxSlotPool::GetSlot( sal_uInt16 nId ) in GetSlot()
224 String SfxSlotPool::SeekGroup( sal_uInt16 nNo ) in SeekGroup()
269 sal_uInt16 SfxSlotPool::GetGroupCount() in GetGroupCount()
279 const SfxSlot* SfxSlotPool::SeekSlot( sal_uInt16 nStartInterface ) in SeekSlot()
324 const SfxSlot* SfxSlotPool::NextSlot() in NextSlot()
371 SfxInterface* SfxSlotPool::FirstInterface() in FirstInterface()
382 SfxInterface* SfxSlotPool::NextInterface() in NextInterface()
392 const SfxSlot* SfxSlotPool::GetUnoSlot( const String& rName ) in GetUnoSlot()
408 SfxSlotPool& SfxSlotPool::GetSlotPool( SfxViewFrame *pFrame ) in GetSlotPool()