Bug 162177 - Adapt function EASTERSUNDAY to ODF 1.4
Summary: Adapt function EASTERSUNDAY to ODF 1.4
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: difficultyInteresting, easyHack, skillCpp
Depends on:
Blocks: ODF-1.4_support
  Show dependency treegraph
 
Reported: 2024-07-24 19:14 UTC by Regina Henschel
Modified: 2024-07-25 09:53 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Regina Henschel 2024-07-24 19:14:14 UTC
With ODF 1.4 the function EASTERSUNDAY becomes an ordinary, standardized function.
This is tracked in OASIS in issue https://issues.oasis-open.org/browse/OFFICE-3851

LibreOffice needs to be adapted in some places. Tasks:

The import needs to be changed to accept of:=EASTERSUNDAY in addition to of:=ORG.OPENOFFICE:EASTERSUNDAY. That change should be done to all active LibreOffice versions and on master.

The export has to be changed to write of:=EASTERSUNDAY in case of save to ODF 1.4. That has to be done on master.

Unit tests for import and export.

The documentation in https://wiki.documentfoundation.org/Documentation/Calc_Functions/EASTERSUNDAY needs an update in section 'ODF standard' with remark 'since ODF 1.4'.

I think this is an easyHack because only filters are affected and there exist a lot of examples in the code how to consider the ODF version.
Comment 1 V Stuart Foote 2024-07-24 21:10:26 UTC
(In reply to Regina Henschel from comment #0)
> With ODF 1.4 the function EASTERSUNDAY becomes an ordinary, standardized
> function.
> This is tracked in OASIS in issue...

https://issues.oasis-open.org/browse/OFFICE-2164