Lines Matching refs:pSlots
159 pSlots = &rSlotMap; in SetSlotMap()
161 SfxSlot* pIter = pSlots; in SetSlotMap()
168 qsort( pSlots, nCount, sizeof(SfxSlot), SfxCompareSlots_Impl ); in SetSlotMap()
172 for ( pIter = pSlots; nIter <= nCount; ++pIter, ++nIter ) in SetSlotMap()
197 SfxSlot *pCurSlot = (pSlots+n); in SetSlotMap()
213 SfxSlot *pCurSlot = (pSlots+n); in SetSlotMap()
328 DBG_ASSERT( this && pSlots && nCount, "" ); in GetSlot()
331 void* p = bsearch( &nFuncId, pSlots, nCount, sizeof(SfxSlot), in GetSlot()
349 if ( (pSlots+n)->pUnoName && in GetSlot()
350 aCommand.CompareIgnoreCaseToAscii( (pSlots+n)->GetUnoName() ) == COMPARE_EQUAL ) in GetSlot()
351 return pSlots+n; in GetSlot()
364 DBG_ASSERT( this && pSlots && nCount, "" ); in GetRealSlot()
384 DBG_ASSERT( this && pSlots && nCount, "" ); in GetRealSlot()