LibreOffice Module vcl (master)
1
|
Go to the source code of this file.
Classes | |
class | vcl::IAccessibleTableProvider |
This abstract class provides methods to implement an accessible table object. More... | |
class | vcl::IAccessibleTabListBox |
interface for an implementation of a table control's Accessible component More... | |
class | vcl::IAccessibleBrowseBox |
interface for an implementation of a browse box's Accessible component More... | |
Namespaces | |
com::sun::star::accessibility | |
utl | |
vcl | |
Macros | |
#define | OFFSET_DEFAULT (sal_Int32(-1)) |
#define | OFFSET_NONE (sal_Int32(0)) |
Enumerations | |
enum | vcl::AccessibleTableChildIndex { vcl::BBINDEX_COLUMNHEADERBAR = 0, vcl::BBINDEX_ROWHEADERBAR = 1, vcl::BBINDEX_TABLE = 2, vcl::BBINDEX_FIRSTCONTROL = 3 } |
#define OFFSET_DEFAULT (sal_Int32(-1)) |
Definition at line 32 of file accessibletableprovider.hxx.
#define OFFSET_NONE (sal_Int32(0)) |
Definition at line 33 of file accessibletableprovider.hxx.
Referenced by SvHeaderTabListBox::CreateAccessibleCell().