Lines Matching refs:SvxListBox
68 SvxListBox::SvxListBox(Window* pParent, WinBits nBits) : in SvxListBox() function in SvxListBox
75 SvxListBox::SvxListBox(Window* pParent, const ResId& rId): in SvxListBox() function in SvxListBox
85 __EXPORT SvxListBox::~SvxListBox() in ~SvxListBox()
95 void SvxListBox::InitListBox() in InitListBox()
110 void SvxListBox::InsertNewEntry(const SvxBoxEntry& rEntry) in InsertNewEntry()
121 void SvxListBox::InsertEntry(const SvxBoxEntry& rEntry, sal_uInt16 nPos) in InsertEntry()
138 void SvxListBox::RemoveEntry(sal_uInt16 nPos) in RemoveEntry()
160 void SvxListBox::RemoveEntry(const SvxBoxEntry& rEntry) in RemoveEntry()
170 void SvxListBox::Clear() in Clear()
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()
221 sal_uInt16 SvxListBox::GetModifiedCount() const in GetModifiedCount()
236 void SvxListBox::ModifyEntry(sal_uInt16 nPos, const String& rName) in ModifyEntry()
254 const SvxBoxEntry& SvxListBox::GetModifiedEntry(sal_uInt16 nPos) const in GetModifiedEntry()
272 sal_uInt16 SvxListBox::GetRemovedCount() const in GetRemovedCount()
278 const SvxBoxEntry& SvxListBox::GetRemovedEntry(sal_uInt16 nPos) const in GetRemovedEntry()
290 sal_uInt16 SvxListBox::GetNewCount() const in GetNewCount()
305 const SvxBoxEntry& SvxListBox::GetNewEntry(sal_uInt16 nPos) const in GetNewEntry()
323 void SvxListBox::InsertSorted(SvxBoxEntry* pEntry) in InsertSorted()