Home
last modified time | relevance | path

Searched refs:g_pTypeDescription (Results 1 – 1 of 1) sorted by relevance

/trunk/main/accessibility/bridge/source/java/
H A DWindowsAccessBridgeAdapter.cxx73 typelib_InterfaceTypeDescription * g_pTypeDescription = NULL; variable
150 …::Reference< XAccessible > *) 0).getDescription((typelib_TypeDescription **) & g_pTypeDescription); in Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_createMapping()
195 if ( NULL != g_pTypeDescription ) in JNI_OnUnload()
197 …elib_typedescription_release( reinterpret_cast< typelib_TypeDescription * > (g_pTypeDescription) ); in JNI_OnUnload()
198 g_pTypeDescription = NULL; in JNI_OnUnload()
271 xAccessible.get(), g_pTypeDescription)); in handleWindowEvent()

Completed in 10 milliseconds