Searched refs:mxRadioButton (Results 1 – 1 of 1) sorted by relevance
264 uno::Reference< awt::XRadioButton > mxRadioButton; member in layout::RadioButtonImpl267 , mxRadioButton( peer, uno::UNO_QUERY ) in RadioButtonImpl()273 if ( !mxRadioButton.is() ) in Check()282 mxRadioButton->setState( !!bCheck ); in Check()285 mxRadioButton->setState( !!bCheck ); in Check()292 if ( !mxRadioButton.is() ) in IsChecked()294 return mxRadioButton->getState(); in IsChecked()300 mxRadioButton->removeItemListener( this ); in SetToggleHdl()302 mxRadioButton->addItemListener( this ); in SetToggleHdl()358 if (getImpl() && getImpl()->mxRadioButton.is ()) in SetToggleHdl()
Completed in 13 milliseconds