Lines Matching refs:SfxSlot

60 	return ( (int) ((SfxSlot*)pSmaller)->GetSlotId() ) -  in DBG_NAME()
61 ( (int) ((SfxSlot*)pBigger)->GetSlotId() ); in DBG_NAME()
136 SfxSlot &rSlotMap, sal_uInt16 nSlotCount ): in SfxInterface()
157 void SfxInterface::SetSlotMap( SfxSlot& rSlotMap, sal_uInt16 nSlotCount ) in SetSlotMap()
161 SfxSlot* pIter = pSlots; in SetSlotMap()
168 qsort( pSlots, nCount, sizeof(SfxSlot), SfxCompareSlots_Impl ); in SetSlotMap()
190 ( (SfxSlot*) pIter->pLinkedSlot)->pLinkedSlot = pIter; in SetSlotMap()
194 SfxSlot *pLastSlot = pIter; in SetSlotMap()
197 SfxSlot *pCurSlot = (pSlots+n); in SetSlotMap()
210 SfxSlot *pLastSlot = pIter; in SetSlotMap()
213 SfxSlot *pCurSlot = (pSlots+n); in SetSlotMap()
228 for ( SfxSlot *pNext = pIter+1; nIter < nCount; ++pNext, ++nIter ) in SetSlotMap()
236 const SfxSlot *pMasterSlot = GetSlot(pIter->nMasterSlotId); in SetSlotMap()
237 const SfxSlot *pFirstSlave = pMasterSlot->pLinkedSlot; in SetSlotMap()
238 const SfxSlot *pSlave = pFirstSlave; in SetSlotMap()
277 const SfxSlot *pCurSlot = pIter; in SetSlotMap()
324 const SfxSlot* SfxInterface::GetSlot( sal_uInt16 nFuncId ) const in GetSlot()
331 void* p = bsearch( &nFuncId, pSlots, nCount, sizeof(SfxSlot), in GetSlot()
336 return p ? (const SfxSlot*)p : 0; in GetSlot()
339 const SfxSlot* SfxInterface::GetSlot( const String& rCommand ) const in GetSlot()
360 const SfxSlot* SfxInterface::GetRealSlot( const SfxSlot *pSlot ) const in GetRealSlot()
380 const SfxSlot* SfxInterface::GetRealSlot( sal_uInt16 nSlotId ) const in GetRealSlot()
386 const SfxSlot *pSlot = GetSlot(nSlotId); in GetRealSlot()
657 const SfxInterface* SfxInterface::GetRealInterfaceForSlot( const SfxSlot *pRealSlot ) const in GetRealInterfaceForSlot()
665 const SfxSlot *pLastSlot = (*pInterface)[pInterface->Count()-1]; in GetRealInterfaceForSlot()
666 const SfxSlot *pFirstSlot = (*pInterface)[0]; in GetRealInterfaceForSlot()