Searched defs:xRadio (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/toolkit/source/layout/core/ |
H A D | import.cxx | 123 uno::Reference< awt::XRadioButton > xRadio( mpWidget->getPeer(), uno::UNO_QUERY ); in WidgetElement() local 232 void RadioGroups::addItem( rtl::OUString id, uno::Reference< awt::XRadioButton > xRadio ) in addItem() 254 void RadioGroups::RadioGroup::addItem( uno::Reference< awt::XRadioButton > xRadio ) in addItem()
|
/aoo41x/main/forms/qa/integration/forms/ |
H A D | RadioButtons.java | 91 …XPropertySet xRadio = m_formLayer.createControlAndShape( "DatabaseRadioButton", nXPos, nYPos, 25, … in insertRadio() local 231 XPropertySet xRadio = insertRadio( 15, 20, "group 2 (a)", "group 2", "a" ); in checkCalcPageSwitch() local 310 XPropertySet xRadio = getRadioModel( groupName, refValue, form ); in checkRadio() local
|
H A D | FormControlTest.java | 567 …XPropertySet xRadio = m_formLayer.createControlAndShape( "DatabaseRadioButton", 106, nYPos, 25, 6 … in insertRadio() local
|
/aoo41x/main/xmlscript/source/xmldlg_imexp/ |
H A D | xmldlg_impmodels.cxx | 1334 Reference< xml::input::XElement > xRadio( _radios[ nPos ] ); in endElement() local 1462 Reference< xml::input::XElement > xRadio( _radios[ nPos ] ); in endElement() local
|
/aoo41x/main/forms/source/component/ |
H A D | Filter.cxx | 222 Reference< XRadioButton > xRadio( getPeer(), UNO_QUERY_THROW ); in createPeer() local
|
Completed in 39 milliseconds