Home
last modified time | relevance | path

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

/aoo41x/main/svtools/source/control/
H A Dsvxbox.cxx87 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 …]
/aoo41x/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()
/aoo41x/main/svtools/inc/svtools/
H A Dsvxbox.hxx104 SvxEntryLst aEntryLst; member in SvxListBox
173 SvxEntryLst aEntryLst; member in SvxComboBox
/aoo41x/main/sw/source/ui/inc/
H A Dswlbox.hxx80 SwEntryLst aEntryLst; member in SwComboBox

Completed in 32 milliseconds