Lines Matching refs:VCLXAccessibleButton

54 VCLXAccessibleButton::VCLXAccessibleButton( VCLXWindow* pVCLWindow )  in VCLXAccessibleButton()  function in VCLXAccessibleButton
61 VCLXAccessibleButton::~VCLXAccessibleButton() in ~VCLXAccessibleButton()
67 void VCLXAccessibleButton::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent()
92 void VCLXAccessibleButton::FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet ) in FillAccessibleStateSet()
123 IMPLEMENT_FORWARD_XINTERFACE2( VCLXAccessibleButton, VCLXAccessibleTextComponent, VCLXAccessibleBut… in IMPLEMENT_FORWARD_XINTERFACE2() argument
129 IMPLEMENT_FORWARD_XTYPEPROVIDER2( VCLXAccessibleButton, VCLXAccessibleTextComponent, VCLXAccessible… in IMPLEMENT_FORWARD_XINTERFACE2()
135 ::rtl::OUString VCLXAccessibleButton::getImplementationName() throw (RuntimeException) in IMPLEMENT_FORWARD_XINTERFACE2()
142 Sequence< ::rtl::OUString > VCLXAccessibleButton::getSupportedServiceNames() throw (RuntimeExceptio… in getSupportedServiceNames()
153 ::rtl::OUString VCLXAccessibleButton::getAccessibleName( ) throw (RuntimeException) in getAccessibleName()
198 sal_Int32 VCLXAccessibleButton::getAccessibleActionCount( ) throw (RuntimeException) in getAccessibleActionCount()
207 sal_Bool VCLXAccessibleButton::doAccessibleAction ( sal_Int32 nIndex ) throw (IndexOutOfBoundsExcep… in doAccessibleAction()
223 ::rtl::OUString VCLXAccessibleButton::getAccessibleActionDescription ( sal_Int32 nIndex ) throw (In… in getAccessibleActionDescription()
235 Reference< XAccessibleKeyBinding > VCLXAccessibleButton::getAccessibleActionKeyBinding( sal_Int32 n… in getAccessibleActionKeyBinding()
276 Any VCLXAccessibleButton::getCurrentValue( ) throw (RuntimeException) in getCurrentValue()
291 sal_Bool VCLXAccessibleButton::setCurrentValue( const Any& aNumber ) throw (RuntimeException) in setCurrentValue()
317 Any VCLXAccessibleButton::getMaximumValue( ) throw (RuntimeException) in getMaximumValue()
329 Any VCLXAccessibleButton::getMinimumValue( ) throw (RuntimeException) in getMinimumValue()