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

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

Patch by: me

(cherry picked from commit 01172de606a5490b5897365ac5c6e4c9140390bb)


# 6e5772b5 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

(cherry picked from commit 669616fc

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

(cherry picked from commit 669616fc485e35d4547ab101a0da01ce61322f47)

show more ...


# 9af770fc 12-Jan-2023 Damjan Jovanovic

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

Patch by: me

(cherry picked from commit a2fc620dde92e6d35133f9ad89c5bd17ae686d7b)


# f42644c3 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

(cherry picked from commit 9621e552cdf723df9a998b3af4218407d6c66e37)

show more ...