LibreOffice Module vcl (master) 1
Classes | Namespaces | Macros | Enumerations
accessibletableprovider.hxx File Reference
#include <vcl/AccessibleBrowseBoxObjType.hxx>
#include <vcl/window.hxx>
Include dependency graph for accessibletableprovider.hxx:
This graph shows which files directly or indirectly include this file:

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

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::accessibility
 
namespace  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
}
 

Macro Definition Documentation

◆ OFFSET_DEFAULT

#define OFFSET_DEFAULT   (sal_Int32(-1))

Definition at line 31 of file accessibletableprovider.hxx.

◆ OFFSET_NONE

#define OFFSET_NONE   (sal_Int32(0))

Definition at line 32 of file accessibletableprovider.hxx.