Lines Matching refs:pSlot
190 const SfxSlot* pSlot = pSlotPool->GetUnoSlot( aTargetURL.Path ); in SfxToolBoxControllerFactory() local
191 if ( pSlot ) in SfxToolBoxControllerFactory()
193 sal_uInt16 nSlotId = pSlot->GetSlotId(); in SfxToolBoxControllerFactory()
561 const SfxSlot* pSlot = rPool.GetUnoSlot( rEvent.FeatureURL.Path ); in statusChanged() local
562 if ( pSlot ) in statusChanged()
563 nSlotId = pSlot->GetSlotId(); in statusChanged()
624 if ( pSlot ) in statusChanged()
625 pItem = pSlot->GetType()->CreateItem(); in statusChanged()
1134 const SfxSlot* pSlot = rPool.GetUnoSlot( rEvent.FeatureURL.Path ); in statusChanged() local
1135 if ( pSlot ) in statusChanged()
1136 nSlotId = pSlot->GetSlotId(); in statusChanged()
1198 if ( pSlot ) in statusChanged()
1199 pItem = pSlot->GetType()->CreateItem(); in statusChanged()