Lines Matching refs:pHead

125 	pHead = NULL;  in SvxIconChoiceCtrl_Impl()
623 DBG_ASSERT(!pHead,"SvxIconChoiceCtrl_Impl::InitPredecessors() >> Already initialized"); in InitPredecessors()
642 pHead = (SvxIconChoiceCtrlEntry*)aEntries.GetObject( 0 ); in InitPredecessors()
645 pHead = 0; in InitPredecessors()
651 if( pHead ) in ClearPredecessors()
661 pHead = 0; in ClearPredecessors()
2385 if( !IsAutoArrange() || !pHead ) in RecalcAllBoundingRects()
2397 pEntry = pHead; in RecalcAllBoundingRects()
2419 if( !IsAutoArrange() || !pHead ) in RecalcAllBoundingRectsSmart()
2438 pEntry = pHead; in RecalcAllBoundingRectsSmart()
3795 if( !pHead ) in GetFirstSelectedEntry()
3809 SvxIconChoiceCtrlEntry* pEntry = pHead; in GetFirstSelectedEntry()
3818 if( nCount && pEntry == pHead ) in GetFirstSelectedEntry()
3834 if( !pHead ) in GetNextSelectedEntry()
3850 while( pEntry != pHead ) in GetNextSelectedEntry()
4120 _pOwner->pHead = 0; in EntryList_Impl()
4127 _pOwner->pHead = 0; in EntryList_Impl()
4132 _pOwner->pHead = 0; in ~EntryList_Impl()
4137 _pOwner->pHead = 0; in Clear()
4144 if( _pOwner->pHead ) in Insert()
4145 pEntry->SetBacklink( _pOwner->pHead->pblink ); in Insert()
4164 if( _pOwner->pHead ) in Removed_Impl()
4166 if( _pOwner->pHead == pEntry ) in Removed_Impl()
4168 if( _pOwner->pHead != pEntry->pflink ) in Removed_Impl()
4169 _pOwner->pHead = pEntry->pflink; in Removed_Impl()
4173 _pOwner->pHead = 0; in Removed_Impl()
4200 if( pHead ) in SetPositionMode()
4204 SvxIconChoiceCtrlEntry* pEntry = pHead; in SetPositionMode()
4259 if( !pHead ) in SetEntryPredecessor()
4271 if( !pHead ) in SetEntryPredecessor()
4274 if( !pPredecessor && pHead == pEntry ) in SetEntryPredecessor()
4281 pPredecessor = pHead->pblink; in SetEntryPredecessor()
4283 if( pEntry == pHead ) in SetEntryPredecessor()
4285 pHead = pHead->pflink; in SetEntryPredecessor()
4294 pHead = pEntry; in SetEntryPredecessor()
4303 if( !pHead ) in GetEntryPredecessor()
4308 if( pEntry == pHead ) in GetEntryPredecessor()
4334 if( !pHead ) in FindEntryPredecessor()
4337 SvxIconChoiceCtrlEntry* pCur = pHead; // Grid 0 in FindEntryPredecessor()