Lines Matching refs:ComboBox
397 ComboBox* pComboBox = static_cast<ComboBox*>( mpWindow ); in actionPerformed()
406 ComboBox* pComboBox = static_cast<ComboBox*>( mpWindow ); in itemStateChanged()
413 ComboBox::~ComboBox () in ~ComboBox()
435 sal_uInt16 ComboBox::InsertEntry( String const& rStr, sal_uInt16 nPos ) in InsertEntry()
440 void ComboBox::RemoveEntry( String const& rStr ) in RemoveEntry()
445 void ComboBox::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry()
450 void ComboBox::Clear() in Clear()
457 sal_uInt16 ComboBox::GetEntryPos( String const& rStr ) const in GetEntryPos()
462 String ComboBox::GetEntry( sal_uInt16 nPos ) const in GetEntry()
468 sal_uInt16 ComboBox::GetEntryCount() const in GetEntryCount()
473 void ComboBox::SetClickHdl( const Link& link ) in SetClickHdl()
479 void ComboBox::SetSelectHdl( const Link& link ) in SetSelectHdl()
485 void ComboBox::EnableAutocomplete (bool enable, bool matchCase) in EnableAutocomplete()
490 IMPL_CONSTRUCTORS_BODY( ComboBox, Edit, "combobox", getImpl()->parent = parent; );
491 IMPL_GET_WINDOW (ComboBox);
492 IMPL_GET_IMPL( ComboBox );