/aoo42x/main/wizards/com/sun/star/wizards/ui/ |
H A D | DBLimitedFieldSelection.java | 116 …protected void initializeListBox(XListBox xListBox, String[] _AllFieldNames, String[] _SelFieldNam… in initializeListBox() 142 … protected void initializeListBox(XListBox xListBox, String[] _AllFieldNames, String _SelFieldName) in initializeListBox()
|
H A D | UnoDialog.java | 256 public void removeSelectedItems(XListBox xListBox) in removeSelectedItems() 287 public void addSingleItemtoListbox(XListBox xListBox, String ListItem, short iSelIndex) in addSingleItemtoListbox() 447 XListBox xListBox = UnoRuntime.queryInterface(XListBox.class, xControlListBox); in insertListBox() local 662 public void selectListBoxItem(XListBox xListBox, short iFieldsSelIndex) in selectListBoxItem() 846 XListBox xListBox = UnoRuntime.queryInterface(XListBox.class, xListControl); in deletefirstListboxEntry() local
|
H A D | UnoDialog2.java | 147 …XListBox xListBox = (XListBox) insertControlModel2("com.sun.star.awt.UnoControlListBoxModel", sNam… in insertListBox() local
|
/aoo42x/main/qadevOOo/runner/util/ |
H A D | UITools.java | 302 XAccessibleContext xListBox = null; in selectListboxItem() local 340 XAccessibleContext xListBox = null; in getListBoxObjects() local 404 XAccessibleContext xListBox = null; in getListBoxItems() local
|
/aoo42x/main/forms/source/component/ |
H A D | Filter.cxx | 229 Reference< XListBox > xListBox( getPeer(), UNO_QUERY_THROW ); in createPeer() local 626 Reference< XListBox > xListBox( getPeer(), UNO_QUERY ); in setText() local
|
/aoo42x/main/odk/examples/DevelopersGuide/GUI/ |
H A D | UnoDialogSample2.java | 206 XListBox xListBox = null; in insertListBox() local
|
H A D | UnoDialogSample.java | 949 XListBox xListBox = null; in insertListBox() local
|
/aoo42x/main/toolkit/source/controls/ |
H A D | unocontrols.cxx | 2364 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in createPeer() local 2376 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in addActionListener() local 2385 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in removeActionListener() local 2506 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in getSelectedItemPos() local 2517 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in getSelectedItemsPos() local 2528 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in getSelectedItem() local 2539 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in getSelectedItems() local 2549 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in selectItemPos() local 2559 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in selectItemsPos() local 2569 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in selectItem() local [all …]
|
/aoo42x/main/svx/source/form/ |
H A D | fmcontrolbordermanager.cxx | 133 Reference< XListBox > xListBox( _rxPeer, UNO_QUERY ); in canColorBorder() local
|
H A D | formcontroller.cxx | 2362 Reference< XListBox > xListBox(xControl, UNO_QUERY); in startControlModifyListening() local 2410 Reference< XListBox > xListBox(xControl, UNO_QUERY); in stopControlModifyListening() local
|
H A D | fmshimp.cxx | 508 Reference< XListBox > xListBox( _rxControl, UNO_QUERY ); in IsSearchableControl() local
|
/aoo42x/main/sdext/source/minimizer/ |
H A D | optimizerdialogcontrols.cxx | 438 Reference< XListBox > xListBox( insertListBox( rControlName, aNames, aValues ) ); in ImplInsertListBox() local
|