Lines Matching refs:UnoListBoxControl

2294 UnoListBoxControl::UnoListBoxControl( const Reference< XMultiServiceFactory >& i_factory )  in UnoListBoxControl()  function in UnoListBoxControl
2303 ::rtl::OUString UnoListBoxControl::GetComponentServiceName() in GetComponentServiceName()
2307 IMPL_SERVICEINFO_DERIVED( UnoListBoxControl, UnoControlBase, szServiceName2_UnoControlListBox ) in IMPL_SERVICEINFO_DERIVED() argument
2309 void UnoListBoxControl::dispose() throw(uno::RuntimeException) in IMPL_SERVICEINFO_DERIVED()
2318 void UnoListBoxControl::ImplUpdateSelectedItemsProperty() in ImplUpdateSelectedItemsProperty()
2332 void UnoListBoxControl::updateFromModel() in updateFromModel()
2349 void UnoListBoxControl::ImplSetPeerProperty( const ::rtl::OUString& rPropName, const uno::Any& rVal… in ImplSetPeerProperty()
2360 void UnoListBoxControl::createPeer( const uno::Reference< awt::XToolkit > & rxToolkit, const uno::R… in createPeer()
2371 void UnoListBoxControl::addActionListener(const uno::Reference< awt::XActionListener > & l) throw(u… in addActionListener()
2381 void UnoListBoxControl::removeActionListener(const uno::Reference< awt::XActionListener > & l) thro… in removeActionListener()
2391 void UnoListBoxControl::addItemListener(const uno::Reference < awt::XItemListener > & l) throw(uno:… in addItemListener()
2396 void UnoListBoxControl::removeItemListener(const uno::Reference < awt::XItemListener > & l) throw(u… in removeItemListener()
2401 void UnoListBoxControl::addItem( const ::rtl::OUString& aItem, sal_Int16 nPos ) throw(uno::RuntimeE… in addItem()
2408 void UnoListBoxControl::addItems( const uno::Sequence< ::rtl::OUString>& aItems, sal_Int16 nPos ) t… in addItems()
2442 void UnoListBoxControl::removeItems( sal_Int16 nPos, sal_Int16 nCount ) throw(uno::RuntimeException) in removeItems()
2474 sal_Int16 UnoListBoxControl::getItemCount() throw(uno::RuntimeException) in getItemCount()
2482 ::rtl::OUString UnoListBoxControl::getItem( sal_Int16 nPos ) throw(uno::RuntimeException) in getItem()
2493 uno::Sequence< ::rtl::OUString> UnoListBoxControl::getItems() throw(uno::RuntimeException) in getItems()
2501 sal_Int16 UnoListBoxControl::getSelectedItemPos() throw(uno::RuntimeException) in getSelectedItemPos()
2512 uno::Sequence<sal_Int16> UnoListBoxControl::getSelectedItemsPos() throw(uno::RuntimeException) in getSelectedItemsPos()
2523 ::rtl::OUString UnoListBoxControl::getSelectedItem() throw(uno::RuntimeException) in getSelectedItem()
2534 uno::Sequence< ::rtl::OUString> UnoListBoxControl::getSelectedItems() throw(uno::RuntimeException) in getSelectedItems()
2545 void UnoListBoxControl::selectItemPos( sal_Int16 nPos, sal_Bool bSelect ) throw(uno::RuntimeExcepti… in selectItemPos()
2555 void UnoListBoxControl::selectItemsPos( const uno::Sequence<sal_Int16>& aPositions, sal_Bool bSelec… in selectItemsPos()
2565 void UnoListBoxControl::selectItem( const ::rtl::OUString& aItem, sal_Bool bSelect ) throw(uno::Run… in selectItem()
2575 void UnoListBoxControl::makeVisible( sal_Int16 nEntry ) throw(uno::RuntimeException) in makeVisible()
2584 void UnoListBoxControl::setDropDownLineCount( sal_Int16 nLines ) throw(uno::RuntimeException) in setDropDownLineCount()
2591 sal_Int16 UnoListBoxControl::getDropDownLineCount() throw(uno::RuntimeException) in getDropDownLineCount()
2596 sal_Bool UnoListBoxControl::isMutipleMode() throw(uno::RuntimeException) in isMutipleMode()
2601 void UnoListBoxControl::setMultipleMode( sal_Bool bMulti ) throw(uno::RuntimeException) in setMultipleMode()
2608 void UnoListBoxControl::itemStateChanged( const awt::ItemEvent& rEvent ) throw(uno::RuntimeExceptio… in itemStateChanged()
2630 awt::Size UnoListBoxControl::getMinimumSize( ) throw(uno::RuntimeException) in getMinimumSize()
2635 awt::Size UnoListBoxControl::getPreferredSize( ) throw(uno::RuntimeException) in getPreferredSize()
2640 awt::Size UnoListBoxControl::calcAdjustedSize( const awt::Size& rNewSize ) throw(uno::RuntimeExcept… in calcAdjustedSize()
2645 awt::Size UnoListBoxControl::getMinimumSize( sal_Int16 nCols, sal_Int16 nLines ) throw(uno::Runtime… in getMinimumSize()
2650 void UnoListBoxControl::getColumnsAndLines( sal_Int16& nCols, sal_Int16& nLines ) throw(uno::Runtim… in getColumnsAndLines()
2655 sal_Bool SAL_CALL UnoListBoxControl::setModel( const uno::Reference< awt::XControlModel >& i_rModel… in setModel()
2675 void SAL_CALL UnoListBoxControl::listItemInserted( const awt::ItemListEvent& i_rEvent ) throw (uno:… in listItemInserted()
2683 void SAL_CALL UnoListBoxControl::listItemRemoved( const awt::ItemListEvent& i_rEvent ) throw (uno::… in listItemRemoved()
2691 void SAL_CALL UnoListBoxControl::listItemModified( const awt::ItemListEvent& i_rEvent ) throw (uno:… in listItemModified()
2699 void SAL_CALL UnoListBoxControl::allItemsRemoved( const lang::EventObject& i_rEvent ) throw (uno::R… in allItemsRemoved()
2707 void SAL_CALL UnoListBoxControl::itemListChanged( const lang::EventObject& i_rEvent ) throw (uno::R… in itemListChanged()
2714 ActionListenerMultiplexer& UnoListBoxControl::getActionListeners() in getActionListeners()
2718 ItemListenerMultiplexer& UnoListBoxControl::getItemListeners() in getItemListeners()