To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=35913





------- Additional comments from [EMAIL PROTECTED] Wed Jul 30 13:43:47 +0000 
2008 -------
I've attached a patch to fix the reported problem. The patch also fixes #83666.

Summary of notable changes that the patch adds:
- Copying text out of a cell containing multiple lines (an ScEditCell) and
pasting into a text editor like gvim will keep the newline characters,
previously the newlines were converted to spaces.
- Similarly for formula cells (ScFormulaCell).
- When entering/modifying a formula that results in more than one line, the cell
will automatically be resized to the optimal height, like when entering multiple
lines in an edit cell using CTRL-ENTER.
- Double clicking the horizontal bar between row numbers to auto-size the row
(after a manual resizing) will size the row correctly to the optimal height
(like it does for an ScEditCell containing multiple lines)
- Using char(10) in a formula will correctly display a newline (previously it
filtered it out completely)
- Newlines in the result of a formula are now available from Basic using the
cell's 'String' property.


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to