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()185 VCLXRadioButton* pVCLXRadioButton = static_cast< VCLXRadioButton* >( GetVCLXWindow() ); in doAccessibleAction() local186 if ( pVCLXRadioButton && !pVCLXRadioButton->getState() ) in doAccessibleAction()187 pVCLXRadioButton->setState( sal_True ); in doAccessibleAction()252 VCLXRadioButton* pVCLXRadioButton = static_cast< VCLXRadioButton* >( GetVCLXWindow() ); in getCurrentValue() local253 if ( pVCLXRadioButton ) in getCurrentValue()[all …]