Searched refs:g_jcWindowsAccessBridgeAdapter (Results 1 – 1 of 1) sorted by relevance
78 jclass g_jcWindowsAccessBridgeAdapter = NULL; variable95 g_jcWindowsAccessBridgeAdapter = in Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_getProcessID()97 if (NULL == g_jcWindowsAccessBridgeAdapter) { in Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_getProcessID()187 if ( NULL != g_jcWindowsAccessBridgeAdapter ) in JNI_OnUnload()192 pJNIEnv->DeleteGlobalRef(g_jcWindowsAccessBridgeAdapter); in JNI_OnUnload()193 g_jcWindowsAccessBridgeAdapter = NULL; in JNI_OnUnload()284 pJNIEnv->CallStaticVoidMethod(g_jcWindowsAccessBridgeAdapter, in handleWindowEvent()
Completed in 9 milliseconds