Lines Matching refs:VCLXAccessibleCheckBox

56 VCLXAccessibleCheckBox::VCLXAccessibleCheckBox( VCLXWindow* pVCLWindow )  in VCLXAccessibleCheckBox()  function in VCLXAccessibleCheckBox
65 VCLXAccessibleCheckBox::~VCLXAccessibleCheckBox() in ~VCLXAccessibleCheckBox()
71 bool VCLXAccessibleCheckBox::IsChecked() in IsChecked()
84 bool VCLXAccessibleCheckBox::IsIndeterminate() in IsIndeterminate()
97 void VCLXAccessibleCheckBox::SetChecked( bool bChecked ) in SetChecked()
113 void VCLXAccessibleCheckBox::SetIndeterminate( bool bIndeterminate ) in SetIndeterminate()
129 void VCLXAccessibleCheckBox::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent()
146 void VCLXAccessibleCheckBox::FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet ) in FillAccessibleStateSet()
163 IMPLEMENT_FORWARD_XINTERFACE2( VCLXAccessibleCheckBox, VCLXAccessibleTextComponent, VCLXAccessibleC… in IMPLEMENT_FORWARD_XINTERFACE2() argument
169 IMPLEMENT_FORWARD_XTYPEPROVIDER2( VCLXAccessibleCheckBox, VCLXAccessibleTextComponent, VCLXAccessib… in IMPLEMENT_FORWARD_XINTERFACE2()
175 ::rtl::OUString VCLXAccessibleCheckBox::getImplementationName() throw (RuntimeException) in IMPLEMENT_FORWARD_XINTERFACE2()
182 Sequence< ::rtl::OUString > VCLXAccessibleCheckBox::getSupportedServiceNames() throw (RuntimeExcept… in getSupportedServiceNames()
193 sal_Int32 VCLXAccessibleCheckBox::getAccessibleActionCount( ) throw (RuntimeException) in getAccessibleActionCount()
202 sal_Bool VCLXAccessibleCheckBox::doAccessibleAction ( sal_Int32 nIndex ) throw (IndexOutOfBoundsExc… in doAccessibleAction()
234 ::rtl::OUString VCLXAccessibleCheckBox::getAccessibleActionDescription ( sal_Int32 nIndex ) throw (… in getAccessibleActionDescription()
249 Reference< XAccessibleKeyBinding > VCLXAccessibleCheckBox::getAccessibleActionKeyBinding( sal_Int32… in getAccessibleActionKeyBinding()
290 Any VCLXAccessibleCheckBox::getCurrentValue( ) throw (RuntimeException) in getCurrentValue()
305 sal_Bool VCLXAccessibleCheckBox::setCurrentValue( const Any& aNumber ) throw (RuntimeException) in setCurrentValue()
333 Any VCLXAccessibleCheckBox::getMaximumValue( ) throw (RuntimeException) in getMaximumValue()
350 Any VCLXAccessibleCheckBox::getMinimumValue( ) throw (RuntimeException) in getMinimumValue()