History log of /AOO41X/main/oox/source/helper/datetimehelper.cxx (Results 1 – 4 of 4)
Revision Date Author Comments
# a0d24fb6 14-Jan-2023 Damjan Jovanovic <damjan@apache.org>

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

Patch by: me

(cherry picked from commit 01172de606a5490b5897365ac5c6e4c9140390bb)


# b253e304 12-Jan-2023 Damjan Jovanovic <damjan@apache.org>

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 669616fc485e35d4547ab101a0da

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 ...


# ab427ea7 12-Jan-2023 Damjan Jovanovic <damjan@apache.org>

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

Patch by: me

(cherry picked from commit a2fc620dde92e6d35133f9ad89c5bd17ae686d7b)


# 1f71f1d8 08-Jan-2023 Damjan Jovanovic <damjan.jov@gmail.com>

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 functio

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 ...