Lines Matching refs:Count

87 	aEntryLst.DeleteAndDestroy(0,	aEntryLst.Count());  in ~SvxListBox()
88 aDelEntryLst.DeleteAndDestroy(0, aDelEntryLst.Count()); in ~SvxListBox()
102 aEntryLst.Insert(rpTmp, aEntryLst.Count()); in InitListBox()
140 if(nPos >= aEntryLst.Count()) in RemoveEntry()
153 aDelEntryLst.C40_INSERT(SvxBoxEntry, pEntry, aDelEntryLst.Count()); in RemoveEntry()
173 aEntryLst.DeleteAndDestroy(0, aEntryLst.Count()); in Clear()
174 aDelEntryLst.DeleteAndDestroy(0, aDelEntryLst.Count()); in Clear()
192 if(nPos < aEntryLst.Count()) in GetSvxBoxEntry()
208 for (sal_uInt16 i=0; i < aEntryLst.Count(); i++) in GetSelectSvxBoxEntry()
224 sal_uInt16 nSize = aEntryLst.Count(); in GetModifiedCount()
238 if(nPos >= aEntryLst.Count()) in ModifyEntry()
256 sal_uInt16 nSize = aEntryLst.Count(); in GetModifiedEntry()
274 return aDelEntryLst.Count(); in GetRemovedCount()
280 if(nPos < aDelEntryLst.Count()) in GetRemovedEntry()
293 sal_uInt16 nSize = aEntryLst.Count(); in GetNewCount()
307 sal_uInt16 nSize = aEntryLst.Count(); in GetNewEntry()
355 aEntryLst.DeleteAndDestroy(0, aEntryLst.Count()); in ~SvxComboBox()
356 aDelEntryLst.DeleteAndDestroy(0, aDelEntryLst.Count()); in ~SvxComboBox()
370 aEntryLst.Insert(rpTmp, aEntryLst.Count()); in InitComboBox()
400 if(nPos >= aEntryLst.Count()) in RemoveEntry()
413 aDelEntryLst.C40_INSERT(SvxBoxEntry, pEntry, aDelEntryLst.Count()); in RemoveEntry()
433 aEntryLst.DeleteAndDestroy(0, aEntryLst.Count()); in Clear()
434 aDelEntryLst.DeleteAndDestroy(0, aDelEntryLst.Count()); in Clear()
453 if(nPos < aEntryLst.Count()) in GetEntry()
466 sal_uInt16 nSize = aEntryLst.Count(); in GetModifiedCount()
480 if(nPos >= aEntryLst.Count()) in ModifyEntry()
498 sal_uInt16 nSize = aEntryLst.Count(); in GetModifiedEntry()
516 return aDelEntryLst.Count(); in GetRemovedCount()
522 if(nPos < aDelEntryLst.Count()) in GetRemovedEntry()
535 sal_uInt16 nSize = aEntryLst.Count(); in GetNewCount()
549 sal_uInt16 nSize = aEntryLst.Count(); in GetNewEntry()