Duration function defined in help: http://vm173.documentfoundation.org/text/scalc/01/04060119.xhp#bm_id3154671 Duration function defined in ODFF> 6.12.18DURATION Summary: Returns the Macaulay duration of a fixed interest security in years Syntax: DURATION( Date Settlement ; Date Maturity ; Number Coupon ; Number Yield ; Number Frequency [ ; Basis Basis = 0 ] ) Returns: Number Constraints: Yield >=0, Coupon >= 0, Settlement <= Maturity; Frequency = 1, 2, 4 Semantics: Computes the Macaulay duration, given: Settlement the date of purchase of the securityMaturity the date when the security matures DURATION_ADD function https://help.libreoffice.org/Calc/Financial_Functions_Part_One#DURATION_ADD So ODF>duration = Calc>DURATION_ADD. It's confusing.
Apart from DURATION and DURATION_ADD, this problem applies to more functions, e.g. CONVERT and CONVERT_ADD. Given the nature of the problem, it would be best to fix all these functions in one batch. I intend to fix this, once I can spare time for it.
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
can we close this bug as RESOLVED FIXED? I cannot reproduce this probably due to the following fix. https://opengrok.libreoffice.org/diff/core/scaddins/source/analysis/analysishelper.cxx?r1=%2Fcore%2Fscaddins%2Fsource%2Fanalysis%2Fanalysishelper.cxx%402fd00e59&r2=%2Fcore%2Fscaddins%2Fsource%2Fanalysis%2Fanalysishelper.cxx%40ced79363 Version: 6.2.0.0.alpha0+ (x64) Build ID: 3208fcb3a36d75d6290d9c548430682f153b09db CPU threads: 4; OS: Windows 10.0; UI render: default; TinderBox: Win-x86_64@42, Branch:master, Time: 2018-09-20_22:43:20 Locale: en-US (ja_JP); Calc: CL
(In reply to himajin100000 from comment #3) > can we close this bug as RESOLVED FIXED? I cannot reproduce this probably > due to the following fix. > > https://opengrok.libreoffice.org/diff/core/scaddins/source/analysis/ > analysishelper. > cxx?r1=%2Fcore%2Fscaddins%2Fsource%2Fanalysis%2Fanalysishelper. > cxx%402fd00e59&r2=%2Fcore%2Fscaddins%2Fsource%2Fanalysis%2Fanalysishelper. > cxx%40ced79363 > > Version: 6.2.0.0.alpha0+ (x64) > Build ID: 3208fcb3a36d75d6290d9c548430682f153b09db > CPU threads: 4; OS: Windows 10.0; UI render: default; > TinderBox: Win-x86_64@42, Branch:master, Time: 2018-09-20_22:43:20 > Locale: en-US (ja_JP); Calc: CL As that particular commit is from Eike, I've assigned this bug to him, and I suspect that he'll either close this bug report or will finalise the fix(es).
Commit dbbab7b1b0c2c1c43cc52b620212fb29c7b99bff renamed DURATION to PDURATION and DURATION_ADD to DURATION. Commit ced79363cc30f225e766195ace4f892754fc85a0 renamed the (other) CONVERT to CONVERT_OOO and CONVERT_ADD to the real CONVERT.