Home
last modified time | relevance | path

Searched refs:xRadioButton (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java490 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 DUnoDialog2.java168 …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 Doptimizerdialogcontrols.cxx387 Reference< XRadioButton > xRadioButton( insertRadioButton( rControlName, aNames, aValues ) ); in ImplInsertRadioButton() local
388 xRadioButton->addItemListener( this ); in ImplInsertRadioButton()
/aoo41x/main/toolkit/source/controls/
H A Dunocontrols.cxx1042 uno::Reference < awt::XRadioButton > xRadioButton( getPeer(), uno::UNO_QUERY ); in createPeer() local
1043 xRadioButton->addItemListener( this ); in createPeer()

Completed in 63 milliseconds