Lines Matching refs:xListBox

2322     	uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY );  in ImplUpdateSelectedItemsProperty()  local
2323 DBG_ASSERT( xListBox.is(), "XListBox?" ); in ImplUpdateSelectedItemsProperty()
2325 uno::Sequence<sal_Int16> aSeq = xListBox->getSelectedItemsPos(); in ImplUpdateSelectedItemsProperty()
2364 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in createPeer() local
2365 xListBox->addItemListener( this ); in createPeer()
2368 xListBox->addActionListener( &maActionListeners ); in createPeer()
2376 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in addActionListener() local
2377 xListBox->addActionListener( &maActionListeners ); in addActionListener()
2385 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in removeActionListener() local
2386 xListBox->removeActionListener( &maActionListeners ); in removeActionListener()
2506 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in getSelectedItemPos() local
2507 n = xListBox->getSelectedItemPos(); in getSelectedItemPos()
2517 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in getSelectedItemsPos() local
2518 aSeq = xListBox->getSelectedItemsPos(); in getSelectedItemsPos()
2528 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in getSelectedItem() local
2529 aItem = xListBox->getSelectedItem(); in getSelectedItem()
2539 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in getSelectedItems() local
2540 aSeq = xListBox->getSelectedItems(); in getSelectedItems()
2549 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in selectItemPos() local
2550 xListBox->selectItemPos( nPos, bSelect ); in selectItemPos()
2559 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in selectItemsPos() local
2560 xListBox->selectItemsPos( aPositions, bSelect ); in selectItemsPos()
2569 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in selectItem() local
2570 xListBox->selectItem( aItem, bSelect ); in selectItem()
2579 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in makeVisible() local
2580 xListBox->makeVisible( nEntry ); in makeVisible()