Lines Matching refs:AccessibleListBox

53 	DBG_NAME(AccessibleListBox)  in DBG_NAME()  argument
58AccessibleListBox::AccessibleListBox( SvTreeListBox& _rListBox, const Reference< XAccessible >& _x… in DBG_NAME()
63 DBG_CTOR( AccessibleListBox, NULL ); in DBG_NAME()
66 AccessibleListBox::~AccessibleListBox() in ~AccessibleListBox()
68 DBG_DTOR( AccessibleListBox, NULL ); in ~AccessibleListBox()
76 IMPLEMENT_FORWARD_XINTERFACE2(AccessibleListBox, VCLXAccessibleComponent, AccessibleListBox_BASE) in IMPLEMENT_FORWARD_XINTERFACE2() argument
77 …IMPLEMENT_FORWARD_XTYPEPROVIDER2(AccessibleListBox, VCLXAccessibleComponent, AccessibleListBox_BAS… in IMPLEMENT_FORWARD_XINTERFACE2()
79 SvTreeListBox* AccessibleListBox::getListBox() const in IMPLEMENT_FORWARD_XINTERFACE2()
81 return static_cast< SvTreeListBox* >( const_cast<AccessibleListBox*>(this)->GetWindow() ); in IMPLEMENT_FORWARD_XINTERFACE2()
84 void AccessibleListBox::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent()
253 …AccessibleListBoxEntry* AccessibleListBox::GetCurEventEntry( const VclWindowEvent& rVclWindowEvent… in GetCurEventEntry()
288 void AccessibleListBox::RemoveChildEntries(SvLBoxEntry* pEntry) in RemoveChildEntries()
311 void AccessibleListBox::ProcessWindowChildEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowChildEvent()
331 void SAL_CALL AccessibleListBox::disposing() in disposing()
342 ::rtl::OUString SAL_CALL AccessibleListBox::getImplementationName() throw(RuntimeException) in getImplementationName()
347 …Sequence< ::rtl::OUString > SAL_CALL AccessibleListBox::getSupportedServiceNames() throw(RuntimeEx… in getSupportedServiceNames()
352 …sal_Bool SAL_CALL AccessibleListBox::supportsService( const ::rtl::OUString& _rServiceName ) throw… in supportsService()
365 …Sequence< ::rtl::OUString > AccessibleListBox::getSupportedServiceNames_Static(void) throw( Runtim… in getSupportedServiceNames_Static()
374 ::rtl::OUString AccessibleListBox::getImplementationName_Static(void) throw( RuntimeException ) in getImplementationName_Static()
381 …Reference< XAccessibleContext > SAL_CALL AccessibleListBox::getAccessibleContext( ) throw (Runtim… in getAccessibleContext()
389 sal_Int32 SAL_CALL AccessibleListBox::getAccessibleChildCount( ) throw (RuntimeException) in getAccessibleChildCount()
403 …Reference< XAccessible > SAL_CALL AccessibleListBox::getAccessibleChild( sal_Int32 i ) throw (Inde… in getAccessibleChild()
417 …Reference< XAccessible > SAL_CALL AccessibleListBox::getAccessibleParent( ) throw (RuntimeExcepti… in getAccessibleParent()
425 sal_Int32 SAL_CALL AccessibleListBox::getRoleType() in getRoleType()
453 sal_Int16 SAL_CALL AccessibleListBox::getAccessibleRole( ) throw (RuntimeException) in getAccessibleRole()
475 ::rtl::OUString SAL_CALL AccessibleListBox::getAccessibleDescription( ) throw (RuntimeException) in getAccessibleDescription()
483 ::rtl::OUString SAL_CALL AccessibleListBox::getAccessibleName( ) throw (RuntimeException) in getAccessibleName()
493 …void SAL_CALL AccessibleListBox::selectAccessibleChild( sal_Int32 nChildIndex ) throw (IndexOutOfB… in selectAccessibleChild()
506 …sal_Bool SAL_CALL AccessibleListBox::isAccessibleChildSelected( sal_Int32 nChildIndex ) throw (Ind… in isAccessibleChildSelected()
519 void SAL_CALL AccessibleListBox::clearAccessibleSelection( ) throw (RuntimeException) in clearAccessibleSelection()
535 void SAL_CALL AccessibleListBox::selectAllAccessibleChildren( ) throw (RuntimeException) in selectAllAccessibleChildren()
551 sal_Int32 SAL_CALL AccessibleListBox::getSelectedAccessibleChildCount( ) throw (RuntimeException) in getSelectedAccessibleChildCount()
572 …Reference< XAccessible > SAL_CALL AccessibleListBox::getSelectedAccessibleChild( sal_Int32 nSelect… in getSelectedAccessibleChild()
602 …void SAL_CALL AccessibleListBox::deselectAccessibleChild( sal_Int32 nSelectedChildIndex ) throw (I… in deselectAccessibleChild()
615 void AccessibleListBox::FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet ) in FillAccessibleStateSet()