Issue 84699

Summary: copy/paste special between text and spreadsheet documment loses data
Product: Writer Reporter: mwawresz <mwawresz>
Component: editingAssignee: eric.savary
Status: CLOSED FIXED QA Contact: issues@sw <issues>
Severity: Trivial    
Priority: P2 CC: issues, kpalagin
Version: OOo 2.3.1   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description mwawresz 2007-12-18 11:48:34 UTC
1) put into spreadsheet document:
  cell A1: "a", cell B1: "b" and cell C1: "c"
2) hide B column
3) select and copy A1:A3 rage
4) open new writer document
5) paste special as formatted text (rtf)
   - table contins "a" and "c"
7) save, close and reopen writer document
   - table contains "a" and "b"
Table data at step 5 and 7 are different
Comment 1 mwawresz 2007-12-18 11:59:31 UTC
step should be: 3) select and copy A1:C1 rage
Comment 2 michael.ruess 2007-12-18 12:09:54 UTC
Reassigned to ES.
Comment 3 kpalagin 2008-01-06 17:53:13 UTC
Confirming with 2.4m241 on WinXP - as described.
Dataloss issue - upping priority.
Comment 4 eric.savary 2008-01-07 12:31:37 UTC
As described
Comment 5 andreas.martens 2008-05-22 08:30:00 UTC
The root cause is: Calc exports hidden content into RTF (issue 89769)
Those hidden columns have a width of 0cm and this causes the described effect in
Writer.
I fixed this by set the width to a minimum.
=> The hidden columns becomes visible after paste. Save and reload works
reliable now.

Fixed in CWS sw30bf05
rtftbl.cxx
Comment 6 andreas.martens 2008-06-02 08:42:30 UTC
Ready for QA
Comment 7 eric.savary 2008-06-04 15:19:44 UTC
Verified in CWS sw30bf05
Comment 8 redflagzhulihua 2008-08-05 12:08:04 UTC
Verified in DEV300m28, Close.