xlnt/source/cell
Crzyrndm 5a14d7b9d1 suppress conversion warnings
-- tolower takes chars and returns chars, types are int because C only deals with ints
-- format parameter is size_t but there is no std parsing function that returns size_t. stoull is used instead as the widest alternative, and then the cast is applied to suppress the conversion warnings
2018-06-18 23:24:13 +12:00
..
cell_reference.cpp copyright year bump (2018) 2018-01-22 09:38:48 -05:00
cell.cpp suppress conversion warnings 2018-06-18 23:24:13 +12:00
comment.cpp implement abspath and archid flags, fixes some serialization problems 2018-05-28 23:13:57 -04:00
hyperlink.cpp work on hyperlinks, x14 extentions, other round tripping silliness 2018-03-16 21:21:16 -04:00
index_types.cpp copyright year bump (2018) 2018-01-22 09:38:48 -05:00
rich_text_run.cpp copyright year bump (2018) 2018-01-22 09:38:48 -05:00
rich_text.cpp implement abspath and archid flags, fixes some serialization problems 2018-05-28 23:13:57 -04:00