Home
last modified time | relevance | path

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

/trunk/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()
138 void SvxListBox::RemoveEntry(sal_uInt16 nPos) in RemoveEntry()
160 void SvxListBox::RemoveEntry(const SvxBoxEntry& rEntry) in RemoveEntry()
170 void SvxListBox::Clear() in Clear()
221 sal_uInt16 SvxListBox::GetModifiedCount() const in GetModifiedCount()
272 sal_uInt16 SvxListBox::GetRemovedCount() const in GetRemovedCount()
290 sal_uInt16 SvxListBox::GetNewCount() const in GetNewCount()
[all …]
/trunk/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()

Completed in 11 milliseconds