Home
last modified time | relevance | path

Searched refs:pLastSlot (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/sfx2/source/control/
H A Dobjface.cxx194 SfxSlot *pLastSlot = pIter; in SetSlotMap() local
200 pLastSlot->pNextSlot = pCurSlot; in SetSlotMap()
201 pLastSlot = pCurSlot; in SetSlotMap()
204 pLastSlot->pNextSlot = pIter; in SetSlotMap()
210 SfxSlot *pLastSlot = pIter; in SetSlotMap() local
216 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() local
669 if ( pFirstSlot <= pRealSlot && pRealSlot <= pLastSlot ) in GetRealInterfaceForSlot()

Completed in 20 milliseconds