Issue 96837 - ODFF: make the last parameter of POISSON function optional
Summary: ODFF: make the last parameter of POISSON function optional
Status: CLOSED FIXED
Alias: None
Product: Calc
Classification: Application
Component: programming (show other issues)
Version: recent-trunk
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: oc
QA Contact: issues@sc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-03 10:15 UTC by lvyue
Modified: 2013-08-07 15:14 UTC (History)
2 users (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
patch 1. (3.08 KB, text/plain)
2008-12-04 08:40 UTC, lvyue
no flags Details
TestCaseSpecification (7.16 KB, text/html)
2008-12-16 10:58 UTC, oc
no flags Details
Testdocuments for Test Case Specification (11.04 KB, application/vnd.oasis.opendocument.spreadsheet)
2008-12-16 10:59 UTC, oc
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description lvyue 2008-12-03 10:15:11 UTC
An issue for POISSON function, make the last parameter optional, 
in default, it is 1.
Comment 1 Regina Henschel 2008-12-03 12:43:30 UTC
The draft spec says that the parameter is logical with default TRUE(), see
chapter 6.17.61
Comment 2 lvyue 2008-12-04 06:07:06 UTC
Hi Regina, 
yes, it should be TRUE(), I just thought "1" is equal to "TRUE".....
but, you are right, it is TRUE().
Comment 3 lvyue 2008-12-04 08:40:11 UTC
Created attachment 58493 [details]
patch 1.
Comment 4 lvyue 2008-12-10 03:28:26 UTC
assign to er.
Comment 5 ooo 2008-12-11 03:07:31 UTC
In cws odff05:

revision 265236
sc/source/core/tool/interpr3.cxx
sc/source/core/tool/token.cxx
sc/source/filter/excel/xeformula.cxx
sc/source/ui/src/scfuncs.src

Also adapted the mechanism to write the omitted parameter to ODFF for backwards
compatibility.
Comment 6 ooo 2008-12-11 12:55:46 UTC
Reassigning to QA for verification.
Comment 7 ooo 2008-12-11 13:04:17 UTC
Reassigning to QA for verification.
Comment 8 oc 2008-12-16 10:58:39 UTC
Created attachment 58850 [details]
TestCaseSpecification
Comment 9 oc 2008-12-16 10:59:34 UTC
Created attachment 58851 [details]
Testdocuments for Test Case Specification
Comment 10 oc 2008-12-16 11:54:16 UTC
verified in internal build cws_odff05
Comment 11 amy2008 2009-04-14 07:48:24 UTC
Verified in OOo310m9 on WinXP and Fedora9
Closing
Li Meiying