Lines Matching refs:SwBoxEntry
36 SV_IMPL_PTRARR(SwEntryLst, SwBoxEntry*) in SV_IMPL_PTRARR() argument
43 SwBoxEntry::SwBoxEntry() : in SV_IMPL_PTRARR()
51 SwBoxEntry::SwBoxEntry(const String& aNam, sal_uInt16 nIdx) : in SwBoxEntry() function in SwBoxEntry
60 SwBoxEntry::SwBoxEntry(const SwBoxEntry& rOld) : in SwBoxEntry() function in SwBoxEntry
79 const SwBoxEntry* pTmp = new SwBoxEntry(ComboBox::GetEntry(i), i); in SwComboBox()
101 void SwComboBox::InsertEntry(const SwBoxEntry& rEntry) in InsertEntry()
103 InsertSorted(new SwBoxEntry(rEntry)); in InsertEntry()
117 SwBoxEntry* pEntry = aEntryLst[nPos]; in RemoveEntry()
126 aDelEntryLst.C40_INSERT(SwBoxEntry, pEntry, aDelEntryLst.Count()); in RemoveEntry()
135 sal_uInt16 SwComboBox::GetEntryPos(const SwBoxEntry& rEntry) const in GetEntryPos()
145 const SwBoxEntry& SwComboBox::GetEntry(sal_uInt16 nPos) const in GetEntry()
164 const SwBoxEntry& SwComboBox::GetRemovedEntry(sal_uInt16 nPos) const in GetRemovedEntry()
177 void SwComboBox::InsertSorted(SwBoxEntry* pEntry) in InsertSorted()
181 aEntryLst.C40_INSERT(SwBoxEntry, pEntry, nPos); in InsertSorted()