Lines Matching refs:ListBox

624         maSelectHdl.Call (static_cast <ListBox*> (mpWindow));  in itemStateChanged()
657 ListBox::~ListBox () in ~ListBox()
661 sal_uInt16 ListBox::InsertEntry (String const& rStr, sal_uInt16 nPos) in InsertEntry()
666 void ListBox::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry()
671 void ListBox::RemoveEntry( String const& rStr ) in RemoveEntry()
676 void ListBox::Clear() in Clear()
683 sal_uInt16 ListBox::GetEntryPos( String const& rStr ) const in GetEntryPos()
688 String ListBox::GetEntry( sal_uInt16 nPos ) const in GetEntry()
693 sal_uInt16 ListBox::GetEntryCount() const in GetEntryCount()
698 void ListBox::SelectEntryPos( sal_uInt16 nPos, bool bSelect ) in SelectEntryPos()
707 void ListBox::SelectEntry( String const& rStr, bool bSelect ) in SelectEntry()
712 sal_uInt16 ListBox::GetSelectEntryCount() const in GetSelectEntryCount()
717 sal_uInt16 ListBox::GetSelectEntryPos( sal_uInt16 nSelIndex ) const in GetSelectEntryPos()
722 String ListBox::GetSelectEntry( sal_uInt16 nSelIndex ) const in GetSelectEntry()
727 Link& ListBox::GetSelectHdl () in GetSelectHdl()
732 void ListBox::SetSelectHdl( Link const& link ) in SetSelectHdl()
737 Link& ListBox::GetClickHdl () in GetClickHdl()
742 void ListBox::SetClickHdl( Link const& link ) in SetClickHdl()
748 Link& ListBox::GetDoubleClickHdl () in GetDoubleClickHdl()
753 void ListBox::SetDoubleClickHdl( Link const& link ) in SetDoubleClickHdl()
758 void ListBox::SetEntryData( sal_uInt16 pos, void* data) in SetEntryData()
763 void* ListBox::GetEntryData( sal_uInt16 pos) const in GetEntryData()
768 void ListBox::SetNoSelection () in SetNoSelection()
773 IMPL_CONSTRUCTORS (ListBox, Control, "listbox");
774 IMPL_GET_IMPL (ListBox);
775 IMPL_GET_WINDOW (ListBox);
777 IMPL_IMPL (MultiListBox, ListBox)
778 IMPL_CONSTRUCTORS_BODY( MultiListBox, ListBox, "multilistbox", GetMultiListBox()->EnableMultiSelect…