Searched refs:aDelEntryLst (Results 1 – 4 of 4) sorted by relevance
/trunk/main/svtools/source/control/ |
H A D | svxbox.cxx | 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() [all …]
|
/trunk/main/sw/source/ui/cctrl/ |
H A D | swlbox.cxx | 126 aDelEntryLst.C40_INSERT(SwBoxEntry, pEntry, aDelEntryLst.Count()); in RemoveEntry() 160 return aDelEntryLst.Count(); in GetRemovedCount() 166 if(nPos < aDelEntryLst.Count()) in GetRemovedEntry() 167 return *aDelEntryLst[nPos]; in GetRemovedEntry()
|
/trunk/main/svtools/inc/svtools/ |
H A D | svxbox.hxx | 105 SvxEntryLst aDelEntryLst; member in SvxListBox 174 SvxEntryLst aDelEntryLst; member in SvxComboBox
|
/trunk/main/sw/source/ui/inc/ |
H A D | swlbox.hxx | 81 SwEntryLst aDelEntryLst; member in SwComboBox
|
Completed in 16 milliseconds