Lines Matching refs:pLBEntry
210 SvLBoxEntry* pLBEntry = InsertEntry( makeTabString( *pEntry ) ); in refillFromDictionary() local
211 pLBEntry->SetUserData( pEntry ); in refillFromDictionary()
235 SvLBoxEntry* pLBEntry = GetEntryOnPos( nPos ); in getEntryOnPos() local
236 if(pLBEntry) in getEntryOnPos()
237 pEntry = (DictionaryEntry*)pLBEntry->GetUserData(); in getEntryOnPos()
265 SvLBoxEntry* pLBEntry = InsertEntryToColumn( makeTabString( *pEntry ), nPos ); in addEntry() local
266 pLBEntry->SetUserData( pEntry ); in addEntry()
267 SelectRow( GetEntryPos( pLBEntry ) ); in addEntry()
272 SvLBoxEntry* pLBEntry = GetEntryOnPos( nPos ); in deleteEntryOnPos() local
274 if( pLBEntry ) in deleteEntryOnPos()
275 RemoveParentKeepChilds( pLBEntry ); in deleteEntryOnPos()