Home
last modified time | relevance | path

Searched refs:pVCLXRadioButton (Results 1 – 1 of 1) sorted by relevance

/trunk/main/accessibility/source/standard/
H A Dvclxaccessibleradiobutton.cxx81 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()
[all …]