Lines Matching refs:aDelEntryLst
88 aDelEntryLst.DeleteAndDestroy(0, aDelEntryLst.Count()); in ~SvxListBox()
153 aDelEntryLst.C40_INSERT(SvxBoxEntry, pEntry, aDelEntryLst.Count()); in RemoveEntry()
174 aDelEntryLst.DeleteAndDestroy(0, aDelEntryLst.Count()); in Clear()
274 return aDelEntryLst.Count(); in GetRemovedCount()
280 if(nPos < aDelEntryLst.Count()) in GetRemovedEntry()
281 return *aDelEntryLst[nPos]; in GetRemovedEntry()
356 aDelEntryLst.DeleteAndDestroy(0, aDelEntryLst.Count()); in ~SvxComboBox()
413 aDelEntryLst.C40_INSERT(SvxBoxEntry, pEntry, aDelEntryLst.Count()); in RemoveEntry()
434 aDelEntryLst.DeleteAndDestroy(0, aDelEntryLst.Count()); in Clear()
516 return aDelEntryLst.Count(); in GetRemovedCount()
522 if(nPos < aDelEntryLst.Count()) in GetRemovedEntry()
523 return *aDelEntryLst[nPos]; in GetRemovedEntry()