Home
last modified time | relevance | path

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

/aoo41x/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()
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 13 milliseconds