Home
last modified time | relevance | path

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

/trunk/main/sc/inc/
H A Dchgtrack.hxx732 ScChangeActionContent** ppPrevInSlot; member in ScChangeActionContent
736 if ( !ppPrevInSlot ) in InsertInSlot()
738 ppPrevInSlot = pp; in InsertInSlot()
740 pNextInSlot->ppPrevInSlot = &pNextInSlot; in InsertInSlot()
746 if ( ppPrevInSlot ) in RemoveFromSlot()
748 if ( ( *ppPrevInSlot = pNextInSlot ) != NULL ) in RemoveFromSlot()
749 pNextInSlot->ppPrevInSlot = ppPrevInSlot; in RemoveFromSlot()
750 ppPrevInSlot = NULL; // not inserted in RemoveFromSlot()
828 ppPrevInSlot( NULL ) in ScChangeActionContent()
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx1433 ppPrevInSlot(NULL) in IMPL_FIXEDMEMPOOL_NEWDEL()
1453 ppPrevInSlot(NULL) in ScChangeActionContent()

Completed in 58 milliseconds