https://bz.apache.org/ooo/show_bug.cgi?id=126668
Regina Henschel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Regina Henschel <[email protected]> --- Please read ODF specification part 2 section 6.6.1 General. Find it online at http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.html#__RefHeading__1018060_715980110 Your solution has to support unsigned integer values and results of at least 48 bits (values from 0 to 2^48-1 inclusive). In the same place see the syntax of the functions. They do not work on a sequence of parameters but only on a pair of parameters. Excel import/export is missing, but can be added later. For details see https://wiki.openoffice.org/wiki/Calc/Implementation/Spreadsheet_Functions. Help pages are missing, but can be added later. RTL_LOGFILE_CONTEXT_AUTHOR(aLogger, "sc", "er",... makes no sense for you, because you are not "er". Simple drop that line. There exists already bug 111519. I suggest to add a note there, but keep this because of the patch. -- You are receiving this mail because: You are the assignee for the issue.
