| LibreOffice Module vcl (master) 1
    | 
interface for an implementation of a table control's Accessible component More...
#include <accessibletableprovider.hxx>
| Public Member Functions | |
| virtual css::uno::Reference< css::accessibility::XAccessible > | getMyself ()=0 | 
| returns the XAccessible object itself  More... | |
| virtual css::uno::Reference< css::accessibility::XAccessible > | getHeaderBar ()=0 | 
| returns the accessible object for the column header bar  More... | |
| virtual css::uno::Reference< css::accessibility::XAccessible > | getTable ()=0 | 
| Returns the accessible object for the table.  More... | |
| Protected Member Functions | |
| ~IAccessibleTabListBox () | |
interface for an implementation of a table control's Accessible component
Definition at line 133 of file accessibletableprovider.hxx.
| 
 | inlineprotected | 
Definition at line 156 of file accessibletableprovider.hxx.
| 
 | pure virtual | 
returns the accessible object for the column header bar
Referenced by SvHeaderTabListBox::CreateAccessibleColumnHeader().
| 
 | pure virtual | 
returns the XAccessible object itself
The reference returned here can be used to control the life time of the IAccessibleTableImplementation object.
The returned reference is guaranteed to not be <NULL>.
Referenced by SvHeaderTabListBox::CreateAccessible().
| 
 | pure virtual | 
Returns the accessible object for the table.
Referenced by SvHeaderTabListBox::CreateAccessibleCell().