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()
528 void RemoveEntry( sal_uInt16 nPos ) in RemoveEntry() function in layout::ListBoxImpl
533 sal_uInt16 RemoveEntry( String const& rStr, sal_uInt16 nPos) in RemoveEntry() function in layout::ListBoxImpl
674 void ListBox::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry() function in layout::ListBox
676 return getImpl().RemoveEntry( nPos ); in RemoveEntry()
679 void ListBox::RemoveEntry( String const& rStr ) in RemoveEntry() function in layout::ListBox
681 return getImpl().RemoveEntry( GetEntryPos( rStr ) ); in RemoveEntry()