Lines Matching refs:SvxCheckListBox
39 SvxCheckListBox::SvxCheckListBox( Window* pParent, WinBits nWinStyle ) : in SvxCheckListBox() function in SvxCheckListBox
49 SvxCheckListBox::SvxCheckListBox( Window* pParent, const ResId& rResId ) : in SvxCheckListBox() function in SvxCheckListBox
59 SvxCheckListBox::SvxCheckListBox( Window* pParent, const ResId& rResId, in SvxCheckListBox() function in SvxCheckListBox
72 SvxCheckListBox::~SvxCheckListBox() in ~SvxCheckListBox()
79 void SvxCheckListBox::Init_Impl() in Init_Impl()
87 void SvxCheckListBox::InsertEntry( const String& rStr, sal_uInt16 nPos, in InsertEntry()
97 void SvxCheckListBox::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry()
105 void SvxCheckListBox::SelectEntryPos( sal_uInt16 nPos, sal_Bool bSelect ) in SelectEntryPos()
113 sal_uInt16 SvxCheckListBox::GetSelectEntryPos() const in GetSelectEntryPos()
124 String SvxCheckListBox::GetText( sal_uInt16 nPos ) const in GetText()
135 sal_uInt16 SvxCheckListBox::GetCheckedEntryCount() const in GetCheckedEntryCount()
150 void SvxCheckListBox::CheckEntryPos( sal_uInt16 nPos, sal_Bool bCheck ) in CheckEntryPos()
160 sal_Bool SvxCheckListBox::IsChecked( sal_uInt16 nPos ) const in IsChecked()
170 void* SvxCheckListBox::SetEntryData ( sal_uInt16 nPos, void* pNewData ) in SetEntryData()
184 void* SvxCheckListBox::GetEntryData( sal_uInt16 nPos ) const in GetEntryData()
194 void SvxCheckListBox::ToggleCheckButton( SvLBoxEntry* pEntry ) in ToggleCheckButton()
207 void SvxCheckListBox::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
247 void SvxCheckListBox::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
269 SvLBoxEntry* SvxCheckListBox::InsertEntry( const XubString& rText, SvLBoxEntry* pParent, sal_Bool b… in InsertEntry()