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] Thu Sep 18 17:19:15 +0000 2008 ------- Some problems: - Conversion to unformatted text still unconditionally includes the LF character, regardless of the system's line delimiter. For the clipboard, where we don't use text delimiters (quotes), including any line delimiter will break the table structure. - Eike's suggestion "Multiline meMultiline : 2" doesn't work with MSVC, because it uses (signed) int as the default underlying type for enums. - Kohei's change, with ScXMLExport::IsMultiLineFormulaCell always calling ScDocument::GetCell, adds some performance overhead. I didn't measure it, but load/save is something we don't want to slow down (at least if multiple-line formula results aren't used). --------------------------------------------------------------------- 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]
