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


User fs changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|fs                        |nn
--------------------------------------------------------------------------------
                   Summary|Date format falls back to |Mail merge with
                          |default in Mail Merge     |spreadsheet documents
                          |                          |loses non-standard date
                          |                          |formats
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Aug 15 22:52:33 -0700 
2005 -------
changing summary from
  Date format falls back to default in Mail Merge
to
  Mail merge with spreadsheet documents loses non-standard date formats

fs->nn: Technically, if we want to transport formatting information from the
Calc document to the Base UI layer, we probably need to support the
css.sdb.ColumnSettings service (aka its properties) at the table columns
returned by the driver. In the Base core implementation, we could use those
settings from the driver, if it supports them, else create our own ones (as we
currently do).

If you do the first part in your driver, we do the second in our core :)

It probably makes sense to support only those properties from the ColumnSettings
service which can reasonably be filled from the spreadsheet, means "FormatKey",
"Align", and "Width".
Thinking more about it, we should probably also choose a formatter-independent
representation of the format, namely a FormatString plus FormatLocale (or so),
else we would also need to provide the NumberFormatsSupplier somewhere.

---------------------------------------------------------------------
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