Searched refs:aEntryLst (Results 1 – 4 of 4) sorted by relevance
87 aEntryLst.DeleteAndDestroy(0, aEntryLst.Count()); in ~SvxListBox()102 aEntryLst.Insert(rpTmp, aEntryLst.Count()); in InitListBox()173 aEntryLst.DeleteAndDestroy(0, aEntryLst.Count()); in Clear()211 return *aEntryLst[i]; in GetSelectSvxBoxEntry()261 return *aEntryLst[i]; in GetModifiedEntry()295 { if(aEntryLst[i]->bNew) in GetNewCount()310 { if(aEntryLst[i]->bNew) in GetNewEntry()312 return *aEntryLst[i]; in GetNewEntry()355 aEntryLst.DeleteAndDestroy(0, aEntryLst.Count()); in ~SvxComboBox()370 aEntryLst.Insert(rpTmp, aEntryLst.Count()); in InitComboBox()[all …]
80 aEntryLst.Insert(pTmp, aEntryLst.Count() ); in SwComboBox()113 if(nPos >= aEntryLst.Count()) in RemoveEntry()117 SwBoxEntry* pEntry = aEntryLst[nPos]; in RemoveEntry()118 aEntryLst.Remove(nPos, 1); in RemoveEntry()147 if(nPos < aEntryLst.Count()) in GetEntry()148 return *aEntryLst[nPos]; in GetEntry()181 aEntryLst.C40_INSERT(SwBoxEntry, pEntry, nPos); in InsertSorted()
104 SvxEntryLst aEntryLst; member in SvxListBox173 SvxEntryLst aEntryLst; member in SvxComboBox
80 SwEntryLst aEntryLst; member in SwComboBox
Completed in 55 milliseconds