https://issues.apache.org/ooo/show_bug.cgi?id=19508
--- Comment #12 from Kay <[email protected]> --- Additional development notes on this from http://www.novell.com/coolsolutions/feature/11231.html: --- begin info --- *Cut and Paste Cut and Paste under the X Windows environment is provided by two mechanisms: Selection: text is selected for copying by dragging the cursor, then is copied to other applications by clicking the middle mouse button. The data is stored in the primary buffer. Most X applications support primary selection. Clipboard: applications can cut/copy/paste text using menu selections and common key shortcuts -- Control-C for copy, Control-X for cut, and Control-V for paste. The data is stored in the clipboard buffer. Many applications do not support this method. The AWT only supports the clipboard buffer. For primary selection functionality, developers will need to use JNI to make the required calls to the X server. --- end info --- AOO uno uses com.sun.star.awt, a lightweight version of java awt. Hence the same non-native interaction with X. more coming... -- You are receiving this mail because: You are on the CC list for the issue. You are watching all issue changes.
