Lines Matching refs:RemoveEntry
345 void RemoveEntry( sal_uInt16 nPos ) in RemoveEntry() function in layout::ComboBoxImpl
440 void ComboBox::RemoveEntry( String const& rStr ) in RemoveEntry() function in layout::ComboBox
442 getImpl()->RemoveEntry( GetEntryPos( rStr ) ); in RemoveEntry()
445 void ComboBox::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry() function in layout::ComboBox
447 getImpl()->RemoveEntry( nPos ); in RemoveEntry()
520 void RemoveEntry( sal_uInt16 nPos ) in RemoveEntry() function in layout::ListBoxImpl
525 sal_uInt16 RemoveEntry( String const& rStr, sal_uInt16 nPos) in RemoveEntry() function in layout::ListBoxImpl
666 void ListBox::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry() function in layout::ListBox
668 return getImpl()->RemoveEntry( nPos ); in RemoveEntry()
671 void ListBox::RemoveEntry( String const& rStr ) in RemoveEntry() function in layout::ListBox
673 return getImpl()->RemoveEntry( GetEntryPos( rStr ) ); in RemoveEntry()