Home
last modified time | relevance | path

Searched refs:pivot_cache_item_t (Results 1 – 6 of 6) sorted by relevance

/dports/devel/liborcus/liborcus-0.16.1/include/orcus/spreadsheet/
H A Dpivot.hpp98 struct ORCUS_SPM_DLLPUBLIC pivot_cache_item_t struct
138 pivot_cache_item_t();
139 pivot_cache_item_t(const char* cp, size_t cn);
140 pivot_cache_item_t(double numeric);
141 pivot_cache_item_t(bool boolean);
142 pivot_cache_item_t(const date_time_t& date_time);
143 pivot_cache_item_t(error_value_t error);
145 pivot_cache_item_t(const pivot_cache_item_t& other);
146 pivot_cache_item_t(pivot_cache_item_t&& other);
151 pivot_cache_item_t& operator= (pivot_cache_item_t other);
[all …]
/dports/devel/liborcus/liborcus-0.16.1/src/
H A Dorcus_test_xlsx.cpp854 std::set<pivot_cache_item_t> actual; in test_xlsx_pivot_two_pivot_caches()
916 pivot_cache_item_t(1.0), in test_xlsx_pivot_mixed_type_field()
917 pivot_cache_item_t(2.0), in test_xlsx_pivot_mixed_type_field()
969 pivot_cache_item_t(1.0), in test_xlsx_pivot_mixed_type_field()
970 pivot_cache_item_t(2.0), in test_xlsx_pivot_mixed_type_field()
971 pivot_cache_item_t(3.5), in test_xlsx_pivot_mixed_type_field()
972 pivot_cache_item_t(5.0), in test_xlsx_pivot_mixed_type_field()
975 std::set<pivot_cache_item_t> actual; in test_xlsx_pivot_mixed_type_field()
1076 std::set<pivot_cache_item_t> actual; in test_xlsx_pivot_group_field()
1316 std::set<pivot_cache_item_t> expected = in test_xlsx_pivot_error_values()
[all …]
/dports/devel/liborcus/liborcus-0.16.1/src/spreadsheet/
H A Dpivot.cpp81 pivot_cache_item_t::pivot_cache_item_t() : type(item_type::unknown) {} in pivot_cache_item_t() function in orcus::spreadsheet::pivot_cache_item_t
83 pivot_cache_item_t::pivot_cache_item_t(const char* cp, size_t cn) : in pivot_cache_item_t() function in orcus::spreadsheet::pivot_cache_item_t
90 pivot_cache_item_t::pivot_cache_item_t(double numeric) : in pivot_cache_item_t() function in orcus::spreadsheet::pivot_cache_item_t
96 pivot_cache_item_t::pivot_cache_item_t(bool boolean) : in pivot_cache_item_t() function in orcus::spreadsheet::pivot_cache_item_t
102 pivot_cache_item_t::pivot_cache_item_t(const date_time_t& date_time) : in pivot_cache_item_t() function in orcus::spreadsheet::pivot_cache_item_t
113 pivot_cache_item_t::pivot_cache_item_t(error_value_t error) : in pivot_cache_item_t() function in orcus::spreadsheet::pivot_cache_item_t
119 pivot_cache_item_t::pivot_cache_item_t(const pivot_cache_item_t& other) : in pivot_cache_item_t() function in orcus::spreadsheet::pivot_cache_item_t
154 pivot_cache_item_t::pivot_cache_item_t(pivot_cache_item_t&& other) : in pivot_cache_item_t() function in orcus::spreadsheet::pivot_cache_item_t
191 bool pivot_cache_item_t::operator< (const pivot_cache_item_t& other) const in operator <()
265 pivot_cache_item_t& pivot_cache_item_t::operator= (pivot_cache_item_t other) in operator =()
[all …]
H A Dfactory_pivot.cpp26 pivot_cache_item_t m_current_field_item;
58 m_current_field_item.type = pivot_cache_item_t::item_type::character; in set_field_item_string()
66 m_current_field_item.type = pivot_cache_item_t::item_type::numeric; in set_field_item_numeric()
212 m_current_field_item.type = pivot_cache_item_t::item_type::character; in set_field_item_string()
220 m_current_field_item.type = pivot_cache_item_t::item_type::numeric; in set_field_item_numeric()
226 m_current_field_item.type = pivot_cache_item_t::item_type::date_time; in set_field_item_date_time()
237 m_current_field_item.type = pivot_cache_item_t::item_type::error; in set_field_item_error()
H A Dfactory_pivot.hpp40 pivot_cache_item_t m_current_field_item;
/dports/devel/liborcus/liborcus-0.16.1/doc/cpp/model/
H A Dspreadsheet.rst26 .. doxygenstruct:: orcus::spreadsheet::pivot_cache_item_t