Searched refs:pOldSelEntry (Results 1 – 2 of 2) sorted by relevance
730 SvLBoxEntry* pOldSelEntry = FirstSelected(); in Display() local733 if(pOldSelEntry) in Display()735 sEntryName = GetEntryText(pOldSelEntry); in Display()736 nSelPos = (sal_uInt16)GetModel()->GetAbsPos(pOldSelEntry); in Display()
1554 SvLBoxEntry* pOldSelEntry = FirstSelected(); in Display() local1559 if(pOldSelEntry) in Display()1565 sEntryName = GetEntryText(pOldSelEntry); in Display()1566 if(GetParent(pOldSelEntry)) in Display()1568 …ryRelPos = (sal_uInt16)(GetModel()->GetAbsPos(pOldSelEntry) - GetModel()->GetAbsPos(GetParent(pOld… in Display()
Completed in 50 milliseconds