diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 11:41:53 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 11:41:53 +0000 |
commit | 0f655129576a0f9d74d493e0da07e6fd95f51915 (patch) | |
tree | 2d583977336de83b302a6fa6115b03986f0e4159 /accessibility/bridge/source | |
parent | e92676e6d58a2f42f2e728791e10e41ec746ed45 (diff) |
INTEGRATION: CWS uaa03 (1.1.2); FILE ADDED
2003/05/20 08:46:24 obr 1.1.2.1: #i14623# ComboBox.java Tree.java
COLLAPSED state has been removed from UAA
#109167#,#108096# AccessBridge.java WindowsAccessBridgeAdapter.java AccessibleObjectFactory.java
Replaced the XAccessibleTopWindowMap interface with a jni component that registers at VCL on Windows to retrieve the necessary events for registering popup windows and to extract the HWND for every window opened.
The pure java bridge now uses XTopWindowListener and XExtendedToolkit to retrieve WINDOW_OPENED and WINDOW_CLOSED events.
Diffstat (limited to 'accessibility/bridge/source')
-rw-r--r-- | accessibility/bridge/source/java/exports.dxp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/accessibility/bridge/source/java/exports.dxp b/accessibility/bridge/source/java/exports.dxp new file mode 100644 index 000000000000..c97dba7d0047 --- /dev/null +++ b/accessibility/bridge/source/java/exports.dxp @@ -0,0 +1,4 @@ +JNI_OnLoad +JNI_OnUnload +Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_getProcessID +Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_createMapping |