Home
last modified time | relevance | path

Searched refs:_Pos (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/svx/source/fmcomp/
H A Dgridcell.cxx4528 void SAL_CALL FmXComboBoxCell::addItem( const ::rtl::OUString& _Item, sal_Int16 _Pos ) throw( Runti… in addItem() argument
4532 m_pComboBox->InsertEntry( _Item, _Pos ); in addItem()
4536 void SAL_CALL FmXComboBoxCell::addItems( const Sequence< ::rtl::OUString >& _Items, sal_Int16 _Pos in addItems() argument
4541 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() argument
4558 m_pComboBox->RemoveEntry( _Pos + (--n) ); in removeItems()
4570 ::rtl::OUString SAL_CALL FmXComboBoxCell::getItem( sal_Int16 _Pos ) throw( RuntimeException ) in getItem() argument
4575 sItem = m_pComboBox->GetEntry( _Pos ); in getItem()
/aoo41x/main/svx/source/inc/
H A Dgridcell.hxx1085 …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 39 milliseconds