https://bugs.documentfoundation.org/show_bug.cgi?id=166565

--- Comment #14 from Saburo <[email protected]> ---
I think it's from here.

Version: 6.3.0.0.alpha0+
Build ID: 0c3ac02d8a3c7ea50ae262daf134c28df5c8b343
CPU threads: 4; OS: Linux 6.8; UI render: default; VCL: gtk3; 
Locale: ja-JP (ja_JP.UTF-8); UI-Language: en-US
Calc: threaded

author  László Németh
commit  0c3ac02d8a3c7ea50ae262daf134c28df5c8b343

tdf#124646 Don't paste hidden rows of Calc sheets into Writer tables
The fix for tdf#37223 creates native text tables
from the RTF clipboard data to insert them cell
by cell in Writer tables instead of OLE embedding.
Unfortunately, using Calc RTF clipboard data inserts
also the cells of the hidden rows (tdf#118676).
This improvement uses the HTML clipboard data
to paste only the visible rows.

Note: first the original patch 1) converted the clipboard
data to a temporary nested text table at the cursor position,
and 2) copied its already native table content to the
clipboard, and inserts it into the original target table.
This doesn't work with the HTML format (that inserts plain
text data within a text table cell instead of a nested
table). As a workaround, the patch removes the target text
table with the insertion point temporarily, creating the
native text table from the HTML clipboard data at the place
of the removed text table. After copying the converted
native text table data to the clipboard, the removed
table is restored, and the native clipboard data is inserted
at the original cursor position.

Change-Id: Iee5bb4027729ca1eab373029f176eeadc59388a8
Reviewed-on: https://gerrit.libreoffice.org/70425

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to