LibreOffice Module winaccessibility (master) 1
Functions | Variables
UAccCOM.cxx File Reference
#include "stdafx.h"
#include "Resource.h"
#include <initguid.h>
#include <UAccCOM.h>
#include <accHelper.hxx>
#include <UAccCOM_i.c>
#include <ia2_api_all_i.c>
#include "MAccessible.h"
#include "EnumVariant.h"
#include "UNOXWrapper.h"
#include "AccComponent.h"
#include "AccRelation.h"
#include "AccAction.h"
#include "AccText.h"
#include "AccEditableText.h"
#include "AccImage.h"
#include "AccValue.h"
#include "AccTable.h"
#include "AccTableCell.h"
#include "AccHyperLink.h"
#include "AccHypertext.h"
Include dependency graph for UAccCOM.cxx:

Go to the source code of this file.

Functions

BOOL WINAPI DllMain (HINSTANCE hInstance, DWORD dwReason, LPVOID)
 
STDAPI DllCanUnloadNow ()
 
STDAPI DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv)
 
IMAccessibleUAccCOMCreateInstance ()
 

Variables

CComModule _Module
 

Function Documentation

◆ DllCanUnloadNow()

STDAPI DllCanUnloadNow ( void  )

Definition at line 93 of file UAccCOM.cxx.

References _Module.

◆ DllGetClassObject()

STDAPI DllGetClassObject ( REFCLSID  rclsid,
REFIID  riid,
LPVOID *  ppv 
)

Definition at line 97 of file UAccCOM.cxx.

References _Module.

◆ DllMain()

BOOL WINAPI DllMain ( HINSTANCE  hInstance,
DWORD  dwReason,
LPVOID   
)

Definition at line 79 of file UAccCOM.cxx.

References _Module, and TRUE.

◆ UAccCOMCreateInstance()

IMAccessible * UAccCOMCreateInstance ( )

Definition at line 102 of file UAccCOM.cxx.

References hr.

Variable Documentation

◆ _Module

CComModule _Module

Definition at line 52 of file UAccCOM.cxx.

Referenced by DllCanUnloadNow(), DllGetClassObject(), and DllMain().