Home
last modified time | relevance | path

Searched refs:SvxListBox (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/svtools/source/control/
H A Dsvxbox.cxx68 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()
[all …]
/AOO42X/main/svtools/inc/svtools/
H A Dsvxbox.hxx45 friend class SvxListBox;
63 class SVT_DLLPUBLIC SvxListBox : public ListBox class
72 SvxListBox( Window* pParent, WinBits nBits = WB_BORDER );
73 SvxListBox( Window* pParent, const ResId& rId );
74 ~SvxListBox();
114 inline sal_Bool SvxListBox::IsEntrySelected( const SvxBoxEntry& aEntry ) const in IsEntrySelected()
117 inline void SvxListBox::SelectEntry( const SvxBoxEntry& aEntry, sal_Bool bSelect ) in SelectEntry()