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


User er changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'arthit,hin,james_clark,ko|'arthit,er,hin,james_clark
                        |mgrit,markpeak,nusorn,samp|,komgrit,markpeak,nusorn,s
                        |han,tantai_thanakanok,tata|amphan,tantai_thanakanok,t
                        |t'                        |atat'
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Fri Jul 16 13:17:54 +0000 
2010 -------
This should be done at the number formatter instead, as also Writer/Word use
those format codes. SvNumberformat::GetMappedFormatstring() in
svl/source/numbers/zformat.cxx would be the right place, and act upon
NF_SYMBOLTYPE_CALENDAR in the switch(pType[j]).

Simply replacing the calendar string with a fixed "[$-...]" notation may not
always work as desired, as the value in that notation depends on the actual
locale selected, not sure what happens in Excel if those don't match. Better
would be to use the locale set at the number format and construct the proper
string. For MS-LCID documentation in this context see for example
http://office.microsoft.com/en-us/excel-help/creating-international-number-formats-HA001034635.aspx#BMcalendartype
However, we may live with fixed values for a first attempt if that sounds too
complicated.


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