Home
last modified time | relevance | path

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

/trunk/main/svtools/inc/svtools/
H A Divctrl.hxx90 SvxIconChoiceCtrlEntry* pblink; // backward (linker Nachbar) member in SvxIconChoiceCtrlEntry
104 pA->pflink->pblink = this; // X <- B in SetBacklink()
106 this->pblink = pA; // A <- X in SetBacklink()
112 this->pblink->pflink = this->pflink; in Unlink()
113 this->pflink->pblink = this->pblink; in Unlink()
115 this->pblink = 0; in Unlink()
155 SvxIconChoiceCtrlEntry* GetPredecessor() const { return pblink; } in GetPredecessor()
/trunk/main/svtools/source/contnr/
H A Divctrl.cxx49 pblink = 0; in SvxIconChoiceCtrlEntry()
62 pblink = 0; in SvxIconChoiceCtrlEntry()
72 pblink = 0; in SvxIconChoiceCtrlEntry()
H A Dimivctl1.cxx639 pNext->pblink = pPrev; in InitPredecessors()
658 pCur->pblink = 0; in ClearPredecessors()
2400 …DBG_ASSERT(pEntry->pflink&&pEntry->pblink,"SvxIconChoiceCtrl_Impl::RecalcAllBoundingRect > Bad lin… in RecalcAllBoundingRects()
2441 …DBG_ASSERT(pEntry->pflink&&pEntry->pblink,"SvxIconChoiceCtrl_Impl::RecalcAllBoundingRect > Bad lin… in RecalcAllBoundingRectsSmart()
4145 pEntry->SetBacklink( _pOwner->pHead->pblink ); in Insert()
4281 pPredecessor = pHead->pblink; in SetEntryPredecessor()
4305 DBG_ASSERT(pEntry->pblink,"GetEntryPredecessor: Backward link not set"); in GetEntryPredecessor()
4315 *ppPredecessor = pEntry->pblink; in GetEntryPredecessor()

Completed in 53 milliseconds