Lines Matching refs:OListBoxControl

1455         return *(new OListBoxControl(_rxFactory));  in OListBoxControl_CreateInstance()
1459 Sequence< Type> OListBoxControl::_getTypes() in _getTypes()
1468 Any SAL_CALL OListBoxControl::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation()
1480 DBG_NAME(OListBoxControl);
1482 OListBoxControl::OListBoxControl(const Reference<XMultiServiceFactory>& _rxFactory) in OListBoxControl() function in frm::OListBoxControl
1488 DBG_CTOR(OListBoxControl,NULL); in OListBoxControl()
1507 m_aChangeTimer.SetTimeoutHdl(LINK(this,OListBoxControl,OnTimeout)); in OListBoxControl()
1511 OListBoxControl::~OListBoxControl() in ~OListBoxControl()
1522 DBG_DTOR(OListBoxControl,NULL); in ~OListBoxControl()
1526 StringSequence SAL_CALL OListBoxControl::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()
1539 … void SAL_CALL OListBoxControl::focusGained(const FocusEvent& /*_rEvent*/) throw(RuntimeException) in focusGained()
1554 void SAL_CALL OListBoxControl::focusLost(const FocusEvent& /*_rEvent*/) throw(RuntimeException) in focusLost()
1561 … void SAL_CALL OListBoxControl::itemStateChanged(const ItemEvent& _rEvent) throw(RuntimeException) in itemStateChanged()
1626 void SAL_CALL OListBoxControl::disposing(const EventObject& _rSource) throw (RuntimeException) in disposing()
1633 …void SAL_CALL OListBoxControl::addChangeListener(const Reference<XChangeListener>& _rxListener) th… in addChangeListener()
1639 …void SAL_CALL OListBoxControl::removeChangeListener(const Reference<XChangeListener>& _rxListener)… in removeChangeListener()
1646 void OListBoxControl::disposing() in disposing()
1669 void OListBoxControl::processEvent( const AnyEvent& _rEvent ) in processEvent()
1682 IMPL_LINK(OListBoxControl, OnTimeout, void*, /*EMPTYTAG*/)
1689 …void SAL_CALL OListBoxControl::addItemListener( const Reference< XItemListener >& l ) throw (Runti… in addItemListener()
1695 …void SAL_CALL OListBoxControl::removeItemListener( const Reference< XItemListener >& l ) throw (Ru… in removeItemListener()
1701 …void SAL_CALL OListBoxControl::addActionListener( const Reference< XActionListener >& l ) throw (R… in addActionListener()
1708 …void SAL_CALL OListBoxControl::removeActionListener( const Reference< XActionListener >& l ) throw… in removeActionListener()
1715 …void SAL_CALL OListBoxControl::addItem( const ::rtl::OUString& aItem, ::sal_Int16 nPos ) throw (Ru… in addItem()
1722 …void SAL_CALL OListBoxControl::addItems( const Sequence< ::rtl::OUString >& aItems, ::sal_Int16 nP… in addItems()
1729 …void SAL_CALL OListBoxControl::removeItems( ::sal_Int16 nPos, ::sal_Int16 nCount ) throw (RuntimeE… in removeItems()
1736 ::sal_Int16 SAL_CALL OListBoxControl::getItemCount( ) throw (RuntimeException) in getItemCount()
1744 ::rtl::OUString SAL_CALL OListBoxControl::getItem( ::sal_Int16 nPos ) throw (RuntimeException) in getItem()
1752 Sequence< ::rtl::OUString > SAL_CALL OListBoxControl::getItems( ) throw (RuntimeException) in getItems()
1760 ::sal_Int16 SAL_CALL OListBoxControl::getSelectedItemPos( ) throw (RuntimeException) in getSelectedItemPos()
1768 … Sequence< ::sal_Int16 > SAL_CALL OListBoxControl::getSelectedItemsPos( ) throw (RuntimeException) in getSelectedItemsPos()
1776 ::rtl::OUString SAL_CALL OListBoxControl::getSelectedItem( ) throw (RuntimeException) in getSelectedItem()
1784 …Sequence< ::rtl::OUString > SAL_CALL OListBoxControl::getSelectedItems( ) throw (RuntimeException) in getSelectedItems()
1792 …void SAL_CALL OListBoxControl::selectItemPos( ::sal_Int16 nPos, ::sal_Bool bSelect ) throw (Runtim… in selectItemPos()
1799 …void SAL_CALL OListBoxControl::selectItemsPos( const Sequence< ::sal_Int16 >& aPositions, ::sal_Bo… in selectItemsPos()
1806 …void SAL_CALL OListBoxControl::selectItem( const ::rtl::OUString& aItem, ::sal_Bool bSelect ) thro… in selectItem()
1813 ::sal_Bool SAL_CALL OListBoxControl::isMutipleMode( ) throw (RuntimeException) in isMutipleMode()
1821 void SAL_CALL OListBoxControl::setMultipleMode( ::sal_Bool bMulti ) throw (RuntimeException) in setMultipleMode()
1828 ::sal_Int16 SAL_CALL OListBoxControl::getDropDownLineCount( ) throw (RuntimeException) in getDropDownLineCount()
1836 … void SAL_CALL OListBoxControl::setDropDownLineCount( ::sal_Int16 nLines ) throw (RuntimeException) in setDropDownLineCount()
1843 void SAL_CALL OListBoxControl::makeVisible( ::sal_Int16 nEntry ) throw (RuntimeException) in makeVisible()