Searched refs:xRadioButton (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/wizards/com/sun/star/wizards/ui/ |
H A D | UnoDialog.java | 490 XRadioButton xRadioButton = insertRadioButton(sName, iControlKey, sProperties, sValues); in insertRadioButton() local 493 xRadioButton.addItemListener(xItemListener); in insertRadioButton() 495 return xRadioButton; in insertRadioButton() 508 XRadioButton xRadioButton = insertRadioButton(sName, iControlKey, sProperties, sValues); in insertRadioButton() local 509 XButton xButton = UnoRuntime.queryInterface(XButton.class, xRadioButton); in insertRadioButton() 525 XRadioButton xRadioButton = insertRadioButton(sName, sProperties, sValues); in insertRadioButton() local 528 return xRadioButton; in insertRadioButton()
|
H A D | UnoDialog2.java | 168 …XRadioButton xRadioButton = (XRadioButton) insertControlModel2("com.sun.star.awt.UnoControlRadioBu… in insertRadioButton() local 171 xRadioButton.addItemListener((XItemListener) guiEventListener); in insertRadioButton() 174 return xRadioButton; in insertRadioButton()
|
/aoo41x/main/sdext/source/minimizer/ |
H A D | optimizerdialogcontrols.cxx | 387 Reference< XRadioButton > xRadioButton( insertRadioButton( rControlName, aNames, aValues ) ); in ImplInsertRadioButton() local 388 xRadioButton->addItemListener( this ); in ImplInsertRadioButton()
|
/aoo41x/main/toolkit/source/controls/ |
H A D | unocontrols.cxx | 1042 uno::Reference < awt::XRadioButton > xRadioButton( getPeer(), uno::UNO_QUERY ); in createPeer() local 1043 xRadioButton->addItemListener( this ); in createPeer()
|
Completed in 41 milliseconds