Issue 77593 - Improved clipboard support
Summary: Improved clipboard support
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: MacOSX (show other issues)
Version: 680m211
Hardware: Mac Mac OS X, all
: P3 Trivial (vote)
Target Milestone: OOo 2.3
Assignee: tino.rachui
QA Contact: issues@porting
URL:
Keywords: aqua
Depends on:
Blocks:
 
Reported: 2007-05-19 04:28 UTC by msicotte
Modified: 2007-07-09 23:08 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description msicotte 2007-05-19 04:28:04 UTC
Improved clipboard support
Comment 1 msicotte 2007-05-19 04:28:24 UTC
keyword
Comment 2 tino.rachui 2007-05-19 21:36:51 UTC
Started working on the clipboard implementation. Pasting text into aquavcl01 works already.
Comment 3 tino.rachui 2007-05-19 21:37:13 UTC
started
Comment 4 tino.rachui 2007-05-27 11:21:33 UTC
Pasting several formats into OOo works already (including html, rtf, unicode text). Support for more 
formats follows soon. First I'll work on the other direction (copy). 
I fixed a clipboard related crash during OOo shutdown. This happened because the Aqua clipboard 
implementation did implement the required XFlushableClipboard interface.
Comment 5 tino.rachui 2007-05-27 11:23:12 UTC
To see the latest developements do a 'cvs update' in module dtrans on cws aquavcl01.
Comment 6 tino.rachui 2007-05-28 17:39:37 UTC
Experimential implemented copy from within OOo. Copy-Paste between Word and OOo works for several 
formats already. Chnages not yet commited, still some code polishment necessary.
Comment 7 tino.rachui 2007-06-14 13:23:19 UTC
Both directions do work now though not all clipboard formats are fully supported yet. To add support for 
Mac Pict for instance some code needs to be introduced/changes in higher level modules like svtools/sot 
etc. This will happen soon. OLE data exchange via clipboard between MSO and OOo work partly also.
The current implementation is not ready for prime time and need improvement and optimization yet. I 
check in an intermediated state to have it in the cvs repos. for safty reasons.
Comment 8 pavel 2007-06-28 07:02:37 UTC
Change target milestone to 2.3.
Comment 9 tino.rachui 2007-06-28 15:12:34 UTC
Support for copy&paste of pictures added. I consider this bug as fixed (there
will be certainly some follow up issues to even fix the last weird corner case
but for now its good enough Id say). 
Comment 10 pavel 2007-06-28 20:30:57 UTC
Verified in aquavcl01.

Room for improvements is opened in aquavcl02 ;-)
Comment 11 eric.bachard 2007-07-09 23:08:34 UTC
Clipboard tested working with writer (not tested other apps) in both directions, with Mac applications

Looks ok with SRC680_m220

Closing