History log of /trunk/main/oox/source/helper/datetimehelper.cxx (Results 1 - 4 of 4)
Revision Date Author Comments
# 01172de6 14-Jan-2023 Damjan Jovanovic

rtl's round function is in the namespace ::rtl::math.

Patch by: me


# 669616fc 12-Jan-2023 Damjan Jovanovic

Use our own round() function declared in rtl's math.hxx, instead of the system
round() function only available in C99 compilers.

Patch by: me


# a2fc620d 12-Jan-2023 Damjan Jovanovic

Windows is missing the round() function, try include <math.h>.

Patch by: me


# 9621e552 08-Jan-2023 Damjan Jovanovic

Add support for the new XLSX date type in cells, denoted with attribute t="d",
used by Excel 2010.

Also refactor the code so the datetime attribute in pivot tables is also parsed
by

Add support for the new XLSX date type in cells, denoted with attribute t="d",
used by Excel 2010.

Also refactor the code so the datetime attribute in pivot tables is also parsed
by the same function, and increase the parsing accuracy to the maximum (HundredthSeconds,
instead of just Seconds).

Fixes: #127034 - xlsx file: imported DateTime cells are empty (Excel 2010 compatible)
Patch by: me

show more ...