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

Eike Rathke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
                 CC|                            |[email protected]
             Status|UNCONFIRMED                 |NEW
           Hardware|x86-64 (AMD64)              |All
                 OS|Linux (All)                 |All

--- Comment #2 from Eike Rathke <[email protected]> ---
Range.SetDataArray() with a TypeClass_STRING element creates a plain text cell
(with an embedded LF character here), whereas Range.SetString() (and editing a
plain text cell with embedded LF) creates an EditText object cell for that
case. Only text objects are evaluated for display whether they contain multiple
lines (or any rich text formatting), hence the difference.

We could do the same check as in SetString() whether to create plain text or
edit text also in SetDataArray().

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to