Lines Matching refs:pVCLXRadioButton
81 VCLXRadioButton* pVCLXRadioButton = static_cast< VCLXRadioButton* >( GetVCLXWindow() ); in ProcessWindowEvent() local
82 if ( pVCLXRadioButton && pVCLXRadioButton->getState() ) in ProcessWindowEvent()
126 VCLXRadioButton* pVCLXRadioButton = static_cast< VCLXRadioButton* >( GetVCLXWindow() ); in FillAccessibleStateSet() local
127 if ( pVCLXRadioButton ) in FillAccessibleStateSet()
130 if ( pVCLXRadioButton->getState() ) in FillAccessibleStateSet()
185 VCLXRadioButton* pVCLXRadioButton = static_cast< VCLXRadioButton* >( GetVCLXWindow() ); in doAccessibleAction() local
186 if ( pVCLXRadioButton && !pVCLXRadioButton->getState() ) in doAccessibleAction()
187 pVCLXRadioButton->setState( sal_True ); in doAccessibleAction()
252 VCLXRadioButton* pVCLXRadioButton = static_cast< VCLXRadioButton* >( GetVCLXWindow() ); in getCurrentValue() local
253 if ( pVCLXRadioButton ) in getCurrentValue()
254 aValue <<= (sal_Int32) pVCLXRadioButton->getState(); in getCurrentValue()
267 VCLXRadioButton* pVCLXRadioButton = static_cast< VCLXRadioButton* >( GetVCLXWindow() ); in setCurrentValue() local
268 if ( pVCLXRadioButton ) in setCurrentValue()
278 pVCLXRadioButton->setState( (sal_Bool) nValue ); in setCurrentValue()