Searched refs:_Pos (Results 1 – 2 of 2) sorted by relevance
4528 void SAL_CALL FmXComboBoxCell::addItem( const ::rtl::OUString& _Item, sal_Int16 _Pos ) throw( Runti… in addItem() argument4532 m_pComboBox->InsertEntry( _Item, _Pos ); in addItem()4536 void SAL_CALL FmXComboBoxCell::addItems( const Sequence< ::rtl::OUString >& _Items, sal_Int16 _Pos … in addItems() argument4541 sal_uInt16 nP = _Pos; in addItems()4545 if ( _Pos != -1 ) in addItems()4552 void SAL_CALL FmXComboBoxCell::removeItems( sal_Int16 _Pos, sal_Int16 _Count ) throw( RuntimeExcept… in removeItems() argument4558 m_pComboBox->RemoveEntry( _Pos + (--n) ); in removeItems()4570 ::rtl::OUString SAL_CALL FmXComboBoxCell::getItem( sal_Int16 _Pos ) throw( RuntimeException ) in getItem() argument4575 sItem = m_pComboBox->GetEntry( _Pos ); in getItem()
1085 …virtual void SAL_CALL addItem( const ::rtl::OUString& _Item, ::sal_Int16 _Pos ) throw (::com::sun:…1086 …t ::com::sun::star::uno::Sequence< ::rtl::OUString >& _Items, ::sal_Int16 _Pos ) throw (::com::sun…1089 …virtual ::rtl::OUString SAL_CALL getItem( ::sal_Int16 _Pos ) throw (::com::sun::star::uno::Runtime…
Completed in 49 milliseconds