Lines Matching refs:FmXComboBoxCell
226 case TYPE_COMBOBOX: m_pCell = new FmXComboBoxCell( this, *pCellControl ); break; in CreateControl()
4446 DBG_NAME( FmXComboBoxCell );
4449 FmXComboBoxCell::FmXComboBoxCell( DbGridColumn* pColumn, DbCellControl& _rControl ) in FmXComboBoxCell() function in FmXComboBoxCell
4455 DBG_CTOR( FmXComboBoxCell, NULL ); in FmXComboBoxCell()
4459 FmXComboBoxCell::~FmXComboBoxCell() in ~FmXComboBoxCell()
4467 DBG_DTOR( FmXComboBoxCell, NULL ); in ~FmXComboBoxCell()
4471 void FmXComboBoxCell::disposing() in disposing()
4481 Any SAL_CALL FmXComboBoxCell::queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw(R… in queryAggregation()
4492 Sequence< Type > SAL_CALL FmXComboBoxCell::getTypes( ) throw(RuntimeException) in getTypes()
4501 IMPLEMENT_GET_IMPLEMENTATION_ID( FmXComboBoxCell ) in IMPLEMENT_GET_IMPLEMENTATION_ID() argument
4504 void SAL_CALL FmXComboBoxCell::addItemListener(const Reference< awt::XItemListener >& l) throw( Run… in IMPLEMENT_GET_IMPLEMENTATION_ID()
4510 void SAL_CALL FmXComboBoxCell::removeItemListener(const Reference< awt::XItemListener >& l) throw( … in removeItemListener()
4516 void SAL_CALL FmXComboBoxCell::addActionListener(const Reference< awt::XActionListener >& l) throw(… in addActionListener()
4522 void SAL_CALL FmXComboBoxCell::removeActionListener(const Reference< awt::XActionListener >& l) thr… in removeActionListener()
4528 void SAL_CALL FmXComboBoxCell::addItem( const ::rtl::OUString& _Item, sal_Int16 _Pos ) throw( Runti… in addItem()
4536 void SAL_CALL FmXComboBoxCell::addItems( const Sequence< ::rtl::OUString >& _Items, sal_Int16 _Pos … in addItems()
4552 void SAL_CALL FmXComboBoxCell::removeItems( sal_Int16 _Pos, sal_Int16 _Count ) throw( RuntimeExcept… in removeItems()
4563 sal_Int16 SAL_CALL FmXComboBoxCell::getItemCount() throw( RuntimeException ) in getItemCount()
4570 ::rtl::OUString SAL_CALL FmXComboBoxCell::getItem( sal_Int16 _Pos ) throw( RuntimeException ) in getItem()
4579 Sequence< ::rtl::OUString > SAL_CALL FmXComboBoxCell::getItems() throw( RuntimeException ) in getItems()
4596 sal_Int16 SAL_CALL FmXComboBoxCell::getDropDownLineCount() throw( RuntimeException ) in getDropDownLineCount()
4608 void SAL_CALL FmXComboBoxCell::setDropDownLineCount(sal_Int16 nLines) throw( RuntimeException ) in setDropDownLineCount()
4616 void FmXComboBoxCell::onWindowEvent( const sal_uIntPtr _nEventId, const Window& _rWindow, const voi… in onWindowEvent()