Lines Matching refs:pCurSlot
197 SfxSlot *pCurSlot = (pSlots+n); in SetSlotMap() local
198 if ( pCurSlot->nMasterSlotId == pIter->nMasterSlotId ) in SetSlotMap()
200 pLastSlot->pNextSlot = pCurSlot; in SetSlotMap()
201 pLastSlot = pCurSlot; in SetSlotMap()
213 SfxSlot *pCurSlot = (pSlots+n); in SetSlotMap() local
214 if ( pCurSlot->GetStateFnc() == pIter->GetStateFnc() ) in SetSlotMap()
216 pLastSlot->pNextSlot = pCurSlot; in SetSlotMap()
217 pLastSlot = pCurSlot; in SetSlotMap()
277 const SfxSlot *pCurSlot = pIter; in SetSlotMap() local
280 pCurSlot = pCurSlot->pNextSlot; in SetSlotMap()
281 if ( pCurSlot->GetStateFnc() != pIter->GetStateFnc() ) in SetSlotMap()
284 aStr += ByteString::CreateFromInt32(pCurSlot->GetSlotId()); in SetSlotMap()
290 while ( pCurSlot != pIter ); in SetSlotMap()