Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Ditrtxt.cxx243 const SwLineLayout *pMyPrev = Prev(); in PrevLine() local
244 if( !pMyPrev ) in PrevLine()
247 const SwLineLayout *pLast = pMyPrev; in PrevLine()
248 while( pMyPrev && pMyPrev->IsDummy() ) in PrevLine()
251 pLast = pMyPrev; in PrevLine()
252 pMyPrev = Prev(); in PrevLine()
254 return (SwLineLayout*)(pMyPrev ? pMyPrev : pLast); in PrevLine()
/trunk/main/sw/source/core/bastyp/
H A Dring.cxx100 Ring* pMyPrev = pPrev; in MoveRingTo() local
103 pMyPrev->pNext = pDestRing; in MoveRingTo()
105 pDestRing->pPrev = pMyPrev; in MoveRingTo()

Completed in 10 milliseconds