Lines Matching refs:SvxBoxEntry

33 SV_IMPL_PTRARR(SvxEntryLst, SvxBoxEntry*)  in SV_IMPL_PTRARR()  argument
39 SvxBoxEntry::SvxBoxEntry() : in SV_IMPL_PTRARR()
47 SvxBoxEntry::SvxBoxEntry(const String& aNam, sal_uInt16 nIdx) : in SvxBoxEntry() function in SvxBoxEntry
56 SvxBoxEntry::SvxBoxEntry(const SvxBoxEntry& rOld) : in SvxBoxEntry() function in SvxBoxEntry
100 { const SvxBoxEntry* pTmp = new SvxBoxEntry(ListBox::GetEntry(i), i); in InitListBox()
101 const SvxBoxEntry* &rpTmp = pTmp; in InitListBox()
110 void SvxListBox::InsertNewEntry(const SvxBoxEntry& rEntry) in InsertNewEntry()
112 SvxBoxEntry* pNew = new SvxBoxEntry(rEntry); in InsertNewEntry()
121 void SvxListBox::InsertEntry(const SvxBoxEntry& rEntry, sal_uInt16 nPos) in InsertEntry()
125 SvxBoxEntry* pEntry = new SvxBoxEntry(rEntry); in InsertEntry()
128 aEntryLst.C40_INSERT(SvxBoxEntry, pEntry, nPos); in InsertEntry()
131 InsertSorted(new SvxBoxEntry(rEntry)); in InsertEntry()
144 SvxBoxEntry* pEntry = aEntryLst[nPos]; in RemoveEntry()
153 aDelEntryLst.C40_INSERT(SvxBoxEntry, pEntry, aDelEntryLst.Count()); in RemoveEntry()
160 void SvxListBox::RemoveEntry(const SvxBoxEntry& rEntry) in RemoveEntry()
181 sal_uInt16 SvxListBox::GetEntryPos(const SvxBoxEntry& rEntry) const in GetEntryPos()
190 const SvxBoxEntry& SvxListBox::GetSvxBoxEntry(sal_uInt16 nPos) const in GetSvxBoxEntry()
202 const SvxBoxEntry& SvxListBox::GetSelectSvxBoxEntry(sal_uInt16 nSelId) const in GetSelectSvxBoxEntry()
241 SvxBoxEntry* pEntry = aEntryLst[nPos]; in ModifyEntry()
254 const SvxBoxEntry& SvxListBox::GetModifiedEntry(sal_uInt16 nPos) const in GetModifiedEntry()
278 const SvxBoxEntry& SvxListBox::GetRemovedEntry(sal_uInt16 nPos) const in GetRemovedEntry()
305 const SvxBoxEntry& SvxListBox::GetNewEntry(sal_uInt16 nPos) const in GetNewEntry()
323 void SvxListBox::InsertSorted(SvxBoxEntry* pEntry) in InsertSorted()
327 aEntryLst.C40_INSERT(SvxBoxEntry, pEntry, nPos); in InsertSorted()
368 { const SvxBoxEntry* pTmp = new SvxBoxEntry(ComboBox::GetEntry(i), i); in InitComboBox()
369 const SvxBoxEntry* &rpTmp = pTmp; in InitComboBox()
378 void SvxComboBox::InsertNewEntry(const SvxBoxEntry& rEntry) in InsertNewEntry()
380 SvxBoxEntry* pNew = new SvxBoxEntry(rEntry); in InsertNewEntry()
389 void SvxComboBox::InsertEntry(const SvxBoxEntry& rEntry) in InsertEntry()
391 InsertSorted(new SvxBoxEntry(rEntry)); in InsertEntry()
404 SvxBoxEntry* pEntry = aEntryLst[nPos]; in RemoveEntry()
413 aDelEntryLst.C40_INSERT(SvxBoxEntry, pEntry, aDelEntryLst.Count()); in RemoveEntry()
420 void SvxComboBox::RemoveEntry(const SvxBoxEntry& rEntry) in RemoveEntry()
442 sal_uInt16 SvxComboBox::GetEntryPos(const SvxBoxEntry& rEntry) const in GetEntryPos()
451 const SvxBoxEntry& SvxComboBox::GetEntry(sal_uInt16 nPos) const in GetEntry()
483 SvxBoxEntry* pEntry = aEntryLst[nPos]; in ModifyEntry()
496 const SvxBoxEntry& SvxComboBox::GetModifiedEntry(sal_uInt16 nPos) const in GetModifiedEntry()
520 const SvxBoxEntry& SvxComboBox::GetRemovedEntry(sal_uInt16 nPos) const in GetRemovedEntry()
547 const SvxBoxEntry& SvxComboBox::GetNewEntry(sal_uInt16 nPos) const in GetNewEntry()
565 void SvxComboBox::InsertSorted(SvxBoxEntry* pEntry) in InsertSorted()
569 aEntryLst.C40_INSERT(SvxBoxEntry, pEntry, nPos); in InsertSorted()