Searched refs:GetUnoSlot (Results 1 – 6 of 6) sorted by relevance
74 const SfxSlot* GetUnoSlot( sal_uInt16 nId );75 const SfxSlot* GetUnoSlot( const String& rUnoName );
392 const SfxSlot* SfxSlotPool::GetUnoSlot( const String& rName ) in GetUnoSlot() function in SfxSlotPool403 pSlot = _pParentPool->GetUnoSlot( rName ); in GetUnoSlot()
817 pSlot = rSlotPool.GetUnoSlot( aMasterCommand ); in queryDispatch()819 pSlot = rSlotPool.GetUnoSlot( aURL.Path ); in queryDispatch()853 pSlot2 = rFrameSlotPool.GetUnoSlot( aMasterCommand ); in queryDispatch()855 pSlot2 = rFrameSlotPool.GetUnoSlot( aURL.Path ); in queryDispatch()908 const SfxSlot* pSlot2 = rSlotPool2.GetUnoSlot( aURL.Path ); in queryDispatch()
126 const SfxSlot* pSlot = pSlotPool->GetUnoSlot( aTargetURL.Path ); in SfxStatusBarControllerFactory()252 const SfxSlot* pSlot = rPool.GetUnoSlot( rEvent.FeatureURL.Path ); in statusChanged()
190 const SfxSlot* pSlot = pSlotPool->GetUnoSlot( aTargetURL.Path ); in SfxToolBoxControllerFactory()561 const SfxSlot* pSlot = rPool.GetUnoSlot( rEvent.FeatureURL.Path ); in statusChanged()1134 const SfxSlot* pSlot = rPool.GetUnoSlot( rEvent.FeatureURL.Path ); in statusChanged()
674 const SfxSlot* pSlot = _rSlotPool.GetUnoSlot( _rUnoSlotName ); in lcl_getSlotFromUnoName()
Completed in 44 milliseconds