xlnt/source/detail/implementations
Crzyrndm a8fa6637fe fix workbook::operator== always returning false, add tests for workbook::load
workbook::operator== was comparing the value of the raw pointer held by two std::unique_ptr's. By definition, this is always false in a well behaved program (if it's true, things go bang...). This then led to adding equality operators to nearly every other struct/class in xlnt to support workbook::operator==

workbook::load and the non-default ctors for loading data from a file are tested using the now functional equality operator

NOTE: a large number of copy ctors need updates/fixing. Many should be defaulted
2018-07-03 14:05:07 +12:00
..
cell_impl.cpp work on hyperlinks, x14 extentions, other round tripping silliness 2018-03-16 21:21:16 -04:00
cell_impl.hpp fix workbook::operator== always returning false, add tests for workbook::load 2018-07-03 14:05:07 +12:00
conditional_format_impl.hpp fix workbook::operator== always returning false, add tests for workbook::load 2018-07-03 14:05:07 +12:00
format_impl.hpp work on round-tripping for #230 2018-04-24 17:58:17 -04:00
formatting_record.hpp organize detail files, start wiring up encryption logic 2017-04-20 14:03:03 -04:00
hyperlink_impl.hpp fix workbook::operator== always returning false, add tests for workbook::load 2018-07-03 14:05:07 +12:00
style_impl.hpp fix workbook::operator== always returning false, add tests for workbook::load 2018-07-03 14:05:07 +12:00
stylesheet.hpp fix workbook::operator== always returning false, add tests for workbook::load 2018-07-03 14:05:07 +12:00
workbook_impl.hpp fix workbook::operator== always returning false, add tests for workbook::load 2018-07-03 14:05:07 +12:00
worksheet_impl.hpp fix workbook::operator== always returning false, add tests for workbook::load 2018-07-03 14:05:07 +12:00