Home
last modified time | relevance | path

Searched refs:aEntryLst (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/svtools/source/control/
H A Dsvxbox.cxx87 aEntryLst.DeleteAndDestroy(0, aEntryLst.Count()); in ~SvxListBox()
102 aEntryLst.Insert(rpTmp, aEntryLst.Count()); in InitListBox()
128 aEntryLst.C40_INSERT(SvxBoxEntry, pEntry, nPos); in InsertEntry()
140 if(nPos >= aEntryLst.Count()) in RemoveEntry()
144 SvxBoxEntry* pEntry = aEntryLst[nPos]; in RemoveEntry()
145 aEntryLst.Remove(nPos, 1); in RemoveEntry()
173 aEntryLst.DeleteAndDestroy(0, aEntryLst.Count()); in Clear()
192 if(nPos < aEntryLst.Count()) in GetSvxBoxEntry()
193 return *aEntryLst[nPos]; in GetSvxBoxEntry()
208 for (sal_uInt16 i=0; i < aEntryLst.Count(); i++) in GetSelectSvxBoxEntry()
[all …]
/AOO42X/main/sw/source/ui/cctrl/
H A Dswlbox.cxx80 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()
/AOO42X/main/svtools/inc/svtools/
H A Dsvxbox.hxx104 SvxEntryLst aEntryLst; member in SvxListBox
173 SvxEntryLst aEntryLst; member in SvxComboBox
/AOO42X/main/sw/source/ui/inc/
H A Dswlbox.hxx80 SwEntryLst aEntryLst; member in SwComboBox