/aoo42x/main/qadevOOo/runner/util/ |
H A D | UITools.java | 302 XAccessibleContext xListBox = null; in selectListboxItem() local 304 xListBox =mAT.getAccessibleObjectForRole(mXRoot, in selectListboxItem() 306 if (xListBox == null){ in selectListboxItem() 340 XAccessibleContext xListBox = null; in getListBoxObjects() local 343 xListBox =mAT.getAccessibleObjectForRole(mXRoot, in getListBoxObjects() 345 if (xListBox == null){ in getListBoxObjects() 350 if (xListBox == null){ in getListBoxObjects() 404 XAccessibleContext xListBox = null; in getListBoxItems() local 407 xListBox =mAT.getAccessibleObjectForRole(mXRoot, in getListBoxItems() 409 if (xListBox == null){ in getListBoxItems() [all …]
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/ |
H A D | UnoDialog.java | 256 public void removeSelectedItems(XListBox xListBox) in removeSelectedItems() argument 258 short[] SelList = xListBox.getSelectedItemsPos(); in removeSelectedItems() 262 xListBox.removeItems(SelList[i], (short) 1); in removeSelectedItems() 289 xListBox.addItem(ListItem, xListBox.getItemCount()); in addSingleItemtoListbox() 292 xListBox.selectItemPos(iSelIndex, true); in addSingleItemtoListbox() 450 xListBox.addItemListener(xItemListener); in insertListBox() 454 xListBox.addActionListener(xActionListener); in insertListBox() 458 return xListBox; in insertListBox() 666 int FieldCount = xListBox.getItemCount(); in selectListBoxItem() 847 String FirstItem = xListBox.getItem((short) 0); in deletefirstListboxEntry() [all …]
|
H A D | DBLimitedFieldSelection.java | 116 …protected void initializeListBox(XListBox xListBox, String[] _AllFieldNames, String[] _SelFieldNam… in initializeListBox() argument 119 …Helper.setUnoPropertyValue(UnoDialog.getModel(xListBox), PropertyNames.STRING_ITEM_LIST, _AllField… in initializeListBox() 133 … Helper.setUnoPropertyValue(UnoDialog.getModel(xListBox), PropertyNames.SELECTED_ITEMS, SelList); in initializeListBox() 138 … Helper.setUnoPropertyValue(UnoDialog.getModel(xListBox), PropertyNames.SELECTED_ITEMS, SelList); in initializeListBox() 142 … protected void initializeListBox(XListBox xListBox, String[] _AllFieldNames, String _SelFieldName) in initializeListBox() argument 144 …Helper.setUnoPropertyValue(UnoDialog.getModel(xListBox), PropertyNames.STRING_ITEM_LIST, _AllField… in initializeListBox() 148 … Helper.setUnoPropertyValue(UnoDialog.getModel(xListBox), PropertyNames.SELECTED_ITEMS, SelList); in initializeListBox()
|
H A D | UnoDialog2.java | 147 …XListBox xListBox = (XListBox) insertControlModel2("com.sun.star.awt.UnoControlListBoxModel", sNam… in insertListBox() local 150 xListBox.addActionListener((XActionListener) guiEventListener); in insertListBox() 155 xListBox.addItemListener((XItemListener) guiEventListener); in insertListBox() 158 return xListBox; in insertListBox()
|
/aoo42x/main/forms/source/component/ |
H A D | Filter.cxx | 229 Reference< XListBox > xListBox( getPeer(), UNO_QUERY_THROW ); in createPeer() local 230 xListBox->addItemListener( this ); in createPeer() 626 Reference< XListBox > xListBox( getPeer(), UNO_QUERY ); in setText() local 627 if (xListBox.is()) in setText() 650 while ( xListBox->getSelectedItemPos() >= 0 ) in setText() 652 xListBox->selectItemPos( xListBox->getSelectedItemPos(), sal_False ); in setText() 657 xListBox->selectItem( m_aText, sal_True ); in setText()
|
/aoo42x/main/toolkit/source/controls/ |
H A D | unocontrols.cxx | 2323 DBG_ASSERT( xListBox.is(), "XListBox?" ); in ImplUpdateSelectedItemsProperty() 2365 xListBox->addItemListener( this ); in createPeer() 2368 xListBox->addActionListener( &maActionListeners ); in createPeer() 2507 n = xListBox->getSelectedItemPos(); in getSelectedItemPos() 2518 aSeq = xListBox->getSelectedItemsPos(); in getSelectedItemsPos() 2529 aItem = xListBox->getSelectedItem(); in getSelectedItem() 2540 aSeq = xListBox->getSelectedItems(); in getSelectedItems() 2550 xListBox->selectItemPos( nPos, bSelect ); in selectItemPos() 2560 xListBox->selectItemsPos( aPositions, bSelect ); in selectItemsPos() 2570 xListBox->selectItem( aItem, bSelect ); in selectItem() [all …]
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | UnoDataAware.java | 238 XListBox xListBox = UnoRuntime.queryInterface(XListBox.class, listBox); 244 xListBox.addItemListener(itemListener(uda, listener));
|
/aoo42x/main/odk/examples/DevelopersGuide/GUI/ |
H A D | UnoDialogSample2.java | 206 XListBox xListBox = null; in insertListBox() local 221 return xListBox; in insertListBox()
|
H A D | UnoDialogSample.java | 949 XListBox xListBox = null; in insertListBox() local 971 xListBox = (XListBox) UnoRuntime.queryInterface(XListBox.class, xControl); in insertListBox() 984 return xListBox; in insertListBox()
|
/aoo42x/main/svx/source/form/ |
H A D | fmcontrolbordermanager.cxx | 133 Reference< XListBox > xListBox( _rxPeer, UNO_QUERY ); in canColorBorder() local 134 if ( xText.is() || xListBox.is() ) in canColorBorder()
|
H A D | formcontroller.cxx | 2362 Reference< XListBox > xListBox(xControl, UNO_QUERY); in startControlModifyListening() local 2363 if (xListBox.is()) in startControlModifyListening() 2365 xListBox->addItemListener(this); in startControlModifyListening() 2410 Reference< XListBox > xListBox(xControl, UNO_QUERY); in stopControlModifyListening() local 2411 if (xListBox.is()) in stopControlModifyListening() 2413 xListBox->removeItemListener(this); in stopControlModifyListening()
|
H A D | fmshimp.cxx | 508 Reference< XListBox > xListBox( _rxControl, UNO_QUERY ); in IsSearchableControl() local 509 if ( xListBox.is() ) in IsSearchableControl() 512 *_pCurrentText = xListBox->getSelectedItem(); in IsSearchableControl()
|
/aoo42x/main/sdext/source/minimizer/ |
H A D | optimizerdialogcontrols.cxx | 438 Reference< XListBox > xListBox( insertListBox( rControlName, aNames, aValues ) ); in ImplInsertListBox() local 439 xListBox->addActionListener( this ); in ImplInsertListBox()
|