Searched refs:VCLXAccessibleButton (Results 1 – 3 of 3) sorted by relevance
54 VCLXAccessibleButton::VCLXAccessibleButton( VCLXWindow* pVCLWindow ) in VCLXAccessibleButton() function in VCLXAccessibleButton61 VCLXAccessibleButton::~VCLXAccessibleButton() in ~VCLXAccessibleButton()67 void VCLXAccessibleButton::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent()92 void VCLXAccessibleButton::FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet ) in FillAccessibleStateSet()135 ::rtl::OUString VCLXAccessibleButton::getImplementationName() throw (RuntimeException) in IMPLEMENT_FORWARD_XINTERFACE2()153 ::rtl::OUString VCLXAccessibleButton::getAccessibleName( ) throw (RuntimeException) in getAccessibleName()198 sal_Int32 VCLXAccessibleButton::getAccessibleActionCount( ) throw (RuntimeException) in getAccessibleActionCount()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()[all …]
47 class VCLXAccessibleButton : public VCLXAccessibleTextComponent, class51 virtual ~VCLXAccessibleButton();57 VCLXAccessibleButton( VCLXWindow* pVCLXindow );
284 return new VCLXAccessibleButton( _pXWindow ); in createAccessibleContext()
Completed in 18 milliseconds