Lines Matching refs:AccessibleTabListBoxTable

59 	DBG_NAME(AccessibleTabListBoxTable)  in DBG_NAME()  argument
64AccessibleTabListBoxTable::AccessibleTabListBoxTable( const Reference< XAccessible >& rxParent, Sv… in DBG_NAME()
71 DBG_CTOR( AccessibleTabListBoxTable, NULL ); in DBG_NAME()
73 m_pTabListBox->AddEventListener( LINK( this, AccessibleTabListBoxTable, WindowEventListener ) ); in DBG_NAME()
76 AccessibleTabListBoxTable::~AccessibleTabListBoxTable() in ~AccessibleTabListBoxTable()
78 DBG_DTOR( AccessibleTabListBoxTable, NULL ); in ~AccessibleTabListBoxTable()
90 void AccessibleTabListBoxTable::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent()
99 …m_pTabListBox->RemoveEventListener( LINK( this, AccessibleTabListBoxTable, WindowEventListener ) ); in ProcessWindowEvent()
280 IMPL_LINK( AccessibleTabListBoxTable, WindowEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
292 void AccessibleTabListBoxTable::ensureValidIndex( sal_Int32 _nIndex ) const in ensureValidIndex()
299 sal_Bool AccessibleTabListBoxTable::implIsRowSelected( sal_Int32 _nRow ) const in implIsRowSelected()
304 void AccessibleTabListBoxTable::implSelectRow( sal_Int32 _nRow, sal_Bool _bSelect ) in implSelectRow()
310 sal_Int32 AccessibleTabListBoxTable::implGetRowCount() const in implGetRowCount()
315 sal_Int32 AccessibleTabListBoxTable::implGetColumnCount() const in implGetColumnCount()
320 sal_Int32 AccessibleTabListBoxTable::implGetSelRowCount() const in implGetSelRowCount()
325 sal_Int32 AccessibleTabListBoxTable::implGetSelRow( sal_Int32 nSelRow ) const in implGetSelRow()
345 …IMPLEMENT_FORWARD_XINTERFACE2(AccessibleTabListBoxTable, AccessibleBrowseBoxTable, AccessibleTabLi… in IMPLEMENT_FORWARD_XINTERFACE2() argument
346 …IMPLEMENT_FORWARD_XTYPEPROVIDER2(AccessibleTabListBoxTable, AccessibleBrowseBoxTable, AccessibleTa… in IMPLEMENT_FORWARD_XINTERFACE2()
350 ::rtl::OUString AccessibleTabListBoxTable::getImplementationName (void) throw (RuntimeException) in IMPLEMENT_FORWARD_XINTERFACE2()
357 …void SAL_CALL AccessibleTabListBoxTable::selectAccessibleChild( sal_Int32 nChildIndex ) throw (Ind… in selectAccessibleChild()
368 …sal_Bool SAL_CALL AccessibleTabListBoxTable::isAccessibleChildSelected( sal_Int32 nChildIndex ) th… in isAccessibleChildSelected()
379 void SAL_CALL AccessibleTabListBoxTable::clearAccessibleSelection( ) throw (RuntimeException) in clearAccessibleSelection()
389 void SAL_CALL AccessibleTabListBoxTable::selectAllAccessibleChildren( ) throw (RuntimeException) in selectAllAccessibleChildren()
399 …sal_Int32 SAL_CALL AccessibleTabListBoxTable::getSelectedAccessibleChildCount( ) throw (RuntimeEx… in getSelectedAccessibleChildCount()
409 …Reference< XAccessible > SAL_CALL AccessibleTabListBoxTable::getSelectedAccessibleChild( sal_Int32… in getSelectedAccessibleChild()
425 …void SAL_CALL AccessibleTabListBoxTable::deselectAccessibleChild( sal_Int32 nSelectedChildIndex ) … in deselectAccessibleChild()