Searched refs:_rxRadioModel (Results 1 – 1 of 1) sorted by relevance
150 …sal_Int32 determineRadioGroupId( const Reference< XPropertySet >& _rxRadioModel ) SAL_THROW((Excep… in determineRadioGroupId() argument152 OSL_ENSURE( classifyFormControl( _rxRadioModel ) == FormComponentType::RADIOBUTTON, in determineRadioGroupId()163 Reference< XChild > xChild( _rxRadioModel, UNO_QUERY ); in determineRadioGroupId()183 Reference< XInterface > xNormalizedLookup( _rxRadioModel, UNO_QUERY ); in determineRadioGroupId()185 OSL_VERIFY( _rxRadioModel->getPropertyValue( FM_PROP_NAME ) >>= sRadioGroupName ); in determineRadioGroupId()
Completed in 18 milliseconds