Lines Matching refs:ListBox

632         maSelectHdl.Call (static_cast <ListBox*> (mpWindow));  in itemStateChanged()
665 ListBox::~ListBox () in ~ListBox()
669 sal_uInt16 ListBox::InsertEntry (String const& rStr, sal_uInt16 nPos) in InsertEntry()
674 void ListBox::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry()
679 void ListBox::RemoveEntry( String const& rStr ) in RemoveEntry()
684 void ListBox::Clear() in Clear()
690 sal_uInt16 ListBox::GetEntryPos( String const& rStr ) const in GetEntryPos()
695 String ListBox::GetEntry( sal_uInt16 nPos ) const in GetEntry()
700 sal_uInt16 ListBox::GetEntryCount() const in GetEntryCount()
705 void ListBox::SelectEntryPos( sal_uInt16 nPos, bool bSelect ) in SelectEntryPos()
714 void ListBox::SelectEntry( String const& rStr, bool bSelect ) in SelectEntry()
719 sal_uInt16 ListBox::GetSelectEntryCount() const in GetSelectEntryCount()
724 sal_uInt16 ListBox::GetSelectEntryPos( sal_uInt16 nSelIndex ) const in GetSelectEntryPos()
729 String ListBox::GetSelectEntry( sal_uInt16 nSelIndex ) const in GetSelectEntry()
734 Link& ListBox::GetSelectHdl () in GetSelectHdl()
739 void ListBox::SetSelectHdl( Link const& link ) in SetSelectHdl()
744 Link& ListBox::GetClickHdl () in GetClickHdl()
749 void ListBox::SetClickHdl( Link const& link ) in SetClickHdl()
755 Link& ListBox::GetDoubleClickHdl () in GetDoubleClickHdl()
760 void ListBox::SetDoubleClickHdl( Link const& link ) in SetDoubleClickHdl()
765 void ListBox::SetEntryData( sal_uInt16 pos, void* data) in SetEntryData()
770 void* ListBox::GetEntryData( sal_uInt16 pos) const in GetEntryData()
775 void ListBox::SetNoSelection () in SetNoSelection()
780 IMPL_CONSTRUCTORS (ListBox, Control, "listbox");
781 IMPL_GET_IMPL (ListBox);
782 IMPL_GET_WINDOW (ListBox);
784 IMPL_IMPL (MultiListBox, ListBox)
785 IMPL_CONSTRUCTORS_BODY( MultiListBox, ListBox, "multilistbox", GetMultiListBox()->EnableMultiSelect…