LibreOffice Module winaccessibility (master) 1
Classes | Macros | Enumerations | Functions
acccommon.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ltComp
 

Macros

#define SELECT_STR   L"Select"
 
#define PRESS_STR   L"Press"
 
#define UNCHECK_STR   L"UnCheck"
 
#define CHECK_STR   L"Check"
 

Enumerations

enum  DM_NIR {
  DM_FIRSTCHILD = 0x00 ,
  DM_LASTCHILD = 0x01 ,
  DM_NEXTCHILD = 0x02 ,
  DM_PREVCHILD = 0x03
}
 

Functions

template<typename T , typename Ifc >
HRESULT createInstance (REFIID iid, Ifc **ppIfc)
 

Macro Definition Documentation

◆ CHECK_STR

#define CHECK_STR   L"Check"

Definition at line 58 of file acccommon.h.

◆ PRESS_STR

#define PRESS_STR   L"Press"

Definition at line 56 of file acccommon.h.

◆ SELECT_STR

#define SELECT_STR   L"Select"

Definition at line 55 of file acccommon.h.

◆ UNCHECK_STR

#define UNCHECK_STR   L"UnCheck"

Definition at line 57 of file acccommon.h.

Enumeration Type Documentation

◆ DM_NIR

enum DM_NIR
Enumerator
DM_FIRSTCHILD 
DM_LASTCHILD 
DM_NEXTCHILD 
DM_PREVCHILD 

Definition at line 47 of file acccommon.h.

Function Documentation

◆ createInstance()

template<typename T , typename Ifc >
HRESULT createInstance ( REFIID  iid,
Ifc **  ppIfc 
)

Definition at line 62 of file acccommon.h.