Lines Matching refs:FmXListBoxCell
225 case TYPE_LISTBOX: m_pCell = new FmXListBoxCell( this, *pCellControl ); break; in CreateControl()
4103 DBG_NAME(FmXListBoxCell);
4105 FmXListBoxCell::FmXListBoxCell(DbGridColumn* pColumn, DbCellControl& _rControl) in FmXListBoxCell() function in FmXListBoxCell
4111 DBG_CTOR(FmXListBoxCell,NULL); in FmXListBoxCell()
4113 m_pBox->SetDoubleClickHdl( LINK( this, FmXListBoxCell, OnDoubleClick ) ); in FmXListBoxCell()
4117 FmXListBoxCell::~FmXListBoxCell() in ~FmXListBoxCell()
4125 DBG_DTOR(FmXListBoxCell,NULL); in ~FmXListBoxCell()
4130 void FmXListBoxCell::disposing() in disposing()
4144 Any SAL_CALL FmXListBoxCell::queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw(Ru… in queryAggregation()
4155 Sequence< ::com::sun::star::uno::Type > SAL_CALL FmXListBoxCell::getTypes( ) throw(RuntimeExceptio… in getTypes()
4164 IMPLEMENT_GET_IMPLEMENTATION_ID( FmXListBoxCell ) in IMPLEMENT_GET_IMPLEMENTATION_ID() argument
4167 void SAL_CALL FmXListBoxCell::addItemListener(const Reference< ::com::sun::star::awt::XItemListener… in IMPLEMENT_GET_IMPLEMENTATION_ID()
4173 void SAL_CALL FmXListBoxCell::removeItemListener(const Reference< ::com::sun::star::awt::XItemListe… in removeItemListener()
4179 void SAL_CALL FmXListBoxCell::addActionListener(const Reference< ::com::sun::star::awt::XActionList… in addActionListener()
4185 void SAL_CALL FmXListBoxCell::removeActionListener(const Reference< ::com::sun::star::awt::XActionL… in removeActionListener()
4191 void SAL_CALL FmXListBoxCell::addItem(const ::rtl::OUString& aItem, sal_Int16 nPos) throw( RuntimeE… in addItem()
4199 void SAL_CALL FmXListBoxCell::addItems(const ::comphelper::StringSequence& aItems, sal_Int16 nPos) … in addItems()
4215 void SAL_CALL FmXListBoxCell::removeItems(sal_Int16 nPos, sal_Int16 nCount) throw( RuntimeException… in removeItems()
4226 sal_Int16 SAL_CALL FmXListBoxCell::getItemCount() throw( RuntimeException ) in getItemCount()
4233 ::rtl::OUString SAL_CALL FmXListBoxCell::getItem(sal_Int16 nPos) throw( RuntimeException ) in getItem()
4242 ::comphelper::StringSequence SAL_CALL FmXListBoxCell::getItems() throw( RuntimeException ) in getItems()
4261 sal_Int16 SAL_CALL FmXListBoxCell::getSelectedItemPos() throw( RuntimeException ) in getSelectedItemPos()
4273 Sequence< sal_Int16 > SAL_CALL FmXListBoxCell::getSelectedItemsPos() throw( RuntimeException ) in getSelectedItemsPos()
4289 ::rtl::OUString SAL_CALL FmXListBoxCell::getSelectedItem() throw( RuntimeException ) in getSelectedItem()
4304 ::comphelper::StringSequence SAL_CALL FmXListBoxCell::getSelectedItems() throw( RuntimeException ) in getSelectedItems()
4322 void SAL_CALL FmXListBoxCell::selectItemPos(sal_Int16 nPos, sal_Bool bSelect) throw( RuntimeExcepti… in selectItemPos()
4331 void SAL_CALL FmXListBoxCell::selectItemsPos(const Sequence< sal_Int16 >& aPositions, sal_Bool bSel… in selectItemsPos()
4343 void SAL_CALL FmXListBoxCell::selectItem(const ::rtl::OUString& aItem, sal_Bool bSelect) throw( Run… in selectItem()
4352 sal_Bool SAL_CALL FmXListBoxCell::isMutipleMode() throw( RuntimeException ) in isMutipleMode()
4363 void SAL_CALL FmXListBoxCell::setMultipleMode(sal_Bool bMulti) throw( RuntimeException ) in setMultipleMode()
4372 sal_Int16 SAL_CALL FmXListBoxCell::getDropDownLineCount() throw( RuntimeException ) in getDropDownLineCount()
4384 void SAL_CALL FmXListBoxCell::setDropDownLineCount(sal_Int16 nLines) throw( RuntimeException ) in setDropDownLineCount()
4393 void SAL_CALL FmXListBoxCell::makeVisible(sal_Int16 nEntry) throw( RuntimeException ) in makeVisible()
4402 void FmXListBoxCell::onWindowEvent( const sal_uIntPtr _nEventId, const Window& _rWindow, const void… in onWindowEvent()
4427 IMPL_LINK( FmXListBoxCell, OnDoubleClick, void*, EMPTYARG ) in IMPL_LINK() argument