Searched refs:pLastSlot (Results 1 – 1 of 1) sorted by relevance
194 SfxSlot *pLastSlot = pIter; in SetSlotMap() local200 pLastSlot->pNextSlot = pCurSlot; in SetSlotMap()201 pLastSlot = pCurSlot; in SetSlotMap()204 pLastSlot->pNextSlot = pIter; in SetSlotMap()210 SfxSlot *pLastSlot = pIter; in SetSlotMap() local216 pLastSlot->pNextSlot = pCurSlot; in SetSlotMap()217 pLastSlot = pCurSlot; in SetSlotMap()220 pLastSlot->pNextSlot = pIter; in SetSlotMap()665 const SfxSlot *pLastSlot = (*pInterface)[pInterface->Count()-1]; in GetRealInterfaceForSlot() local669 if ( pFirstSlot <= pRealSlot && pRealSlot <= pLastSlot ) in GetRealInterfaceForSlot()
Completed in 9 milliseconds