Searched refs:xComboBox (Results 1 – 7 of 7) sorted by relevance
/trunk/main/wizards/com/sun/star/wizards/ui/ |
H A D | UnoDialog2.java | 120 …XComboBox xComboBox = (XComboBox) insertControlModel2("com.sun.star.awt.UnoControlComboBoxModel", … in insertComboBox() local 123 xComboBox.addActionListener((XActionListener) guiEventListener); in insertComboBox() 128 xComboBox.addItemListener((XItemListener) guiEventListener); in insertComboBox() 133 … XTextComponent xTextComponent = UnoRuntime.queryInterface(XTextComponent.class, xComboBox); in insertComboBox() 137 return xComboBox; in insertComboBox()
|
H A D | UnoDialog.java | 467 XComboBox xComboBox = UnoRuntime.queryInterface(XComboBox.class, xControlComboBox); in insertComboBox() local 470 xComboBox.addItemListener(xItemListener); in insertComboBox() 474 … XTextComponent xTextComponent = UnoRuntime.queryInterface(XTextComponent.class, xComboBox); in insertComboBox() 479 xComboBox.addActionListener(xActionListener); in insertComboBox() 483 return xComboBox; in insertComboBox()
|
/trunk/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | ListModelBinder.java | 194 XComboBox xComboBox = UnoRuntime.queryInterface(XComboBox.class, list); in fillComboBox() local 202 … xComboBox.addItem((renderer != null ? renderer.render(items[i]) : items[i].toString()), i); in fillComboBox()
|
/trunk/main/forms/source/component/ |
H A D | Filter.cxx | 484 const Reference< XComboBox > xComboBox( getPeer(), UNO_QUERY_THROW ); in implInitFilterList() local 485 xComboBox->addItems( aStringSeq, 0 ); in implInitFilterList() 489 xComboBox->setDropDownLineCount( nLineCount ); in implInitFilterList()
|
/trunk/main/toolkit/source/controls/ |
H A D | unocontrols.cxx | 2872 uno::Reference < awt::XComboBox > xComboBox( getPeer(), uno::UNO_QUERY ); in createPeer() local 2874 xComboBox->addActionListener( &maActionListeners ); in createPeer() 2876 xComboBox->addItemListener( &maItemListeners ); in createPeer() 2884 uno::Reference < awt::XComboBox > xComboBox( getPeer(), uno::UNO_QUERY ); in addActionListener() local 2885 xComboBox->addActionListener( &maActionListeners ); in addActionListener() 2893 uno::Reference < awt::XComboBox > xComboBox( getPeer(), uno::UNO_QUERY ); in removeActionListener() local 2894 xComboBox->removeActionListener( &maActionListeners ); in removeActionListener() 2904 uno::Reference < awt::XComboBox > xComboBox( getPeer(), uno::UNO_QUERY ); in addItemListener() local 2905 xComboBox->addItemListener( &maItemListeners ); in addItemListener() 2913 …uno::Reference < awt::XComboBox > xComboBox( getPeer(), uno::UNO_QUERY ); // MT: Mal alles so ums… in removeItemListener() local [all …]
|
/trunk/main/sdext/source/minimizer/ |
H A D | optimizerdialog.cxx | 726 Reference< XComboBox > xComboBox( rEvent.Source, UNO_QUERY ); in textChanged() local 727 if ( xComboBox.is() ) in textChanged()
|
/trunk/main/odk/examples/DevelopersGuide/GUI/ |
H A D | UnoDialogSample.java | 989 XComboBox xComboBox = null; in insertComboBox() local 1015 xComboBox = (XComboBox) UnoRuntime.queryInterface(XComboBox.class, xControl); in insertComboBox() 1028 return xComboBox; in insertComboBox()
|
Completed in 79 milliseconds