Lines Matching refs:GetSlotId
60 return ( (int) ((SfxSlot*)pSmaller)->GetSlotId() ) - in DBG_NAME()
61 ( (int) ((SfxSlot*)pBigger)->GetSlotId() ); in DBG_NAME()
179 pIter->GetSlotId() != (pIter+1)->GetSlotId(), in SetSlotMap()
231 if ( pNext->GetSlotId() <= pIter->GetSlotId() ) in SetSlotMap()
244 aStr += ByteString::CreateFromInt32(pMasterSlot->GetSlotId()); in SetSlotMap()
246 aStr += ByteString::CreateFromInt32(pSlave->GetSlotId()); in SetSlotMap()
250 if ( pSlave->nMasterSlotId != pMasterSlot->GetSlotId() ) in SetSlotMap()
253 aStr += ByteString::CreateFromInt32(pMasterSlot->GetSlotId()); in SetSlotMap()
255 aStr += ByteString::CreateFromInt32(pSlave->GetSlotId()); in SetSlotMap()
270 aStr += ByteString::CreateFromInt32(pIter->GetSlotId()); in SetSlotMap()
272 aStr += ByteString::CreateFromInt32(pIter->pLinkedSlot->GetSlotId()); in SetSlotMap()
284 aStr += ByteString::CreateFromInt32(pCurSlot->GetSlotId()); in SetSlotMap()
286 aStr += ByteString::CreateFromInt32(pIter->GetSlotId()); in SetSlotMap()