Searched refs:pVCLXRadioButton (Results 1 – 1 of 1) sorted by relevance
81 VCLXRadioButton* pVCLXRadioButton = static_cast< VCLXRadioButton* >( GetVCLXWindow() ); in ProcessWindowEvent() local82 if ( pVCLXRadioButton && pVCLXRadioButton->getState() ) in ProcessWindowEvent()126 VCLXRadioButton* pVCLXRadioButton = static_cast< VCLXRadioButton* >( GetVCLXWindow() ); in FillAccessibleStateSet() local127 if ( pVCLXRadioButton ) in FillAccessibleStateSet()130 if ( pVCLXRadioButton->getState() ) in FillAccessibleStateSet()186 if ( pVCLXRadioButton && !pVCLXRadioButton->getState() ) in doAccessibleAction()187 pVCLXRadioButton->setState( sal_True ); in doAccessibleAction()253 if ( pVCLXRadioButton ) in getCurrentValue()254 aValue <<= (sal_Int32) pVCLXRadioButton->getState(); in getCurrentValue()268 if ( pVCLXRadioButton ) in setCurrentValue()[all …]
Completed in 11 milliseconds