Searched refs:xlsx_pivot_cache_rec_context (Results 1 – 3 of 3) sorted by relevance
/dports/devel/liborcus/liborcus-0.16.1/src/liborcus/ |
H A D | xlsx_pivot_context.hpp | 84 class xlsx_pivot_cache_rec_context : public xml_context_base class 89 xlsx_pivot_cache_rec_context(
|
H A D | xlsx_pivot_context.cpp | 998 xlsx_pivot_cache_rec_context::xlsx_pivot_cache_rec_context( in xlsx_pivot_cache_rec_context() function in orcus::xlsx_pivot_cache_rec_context 1004 bool xlsx_pivot_cache_rec_context::can_handle_element(xmlns_id_t /*ns*/, xml_token_t /*name*/) const in can_handle_element() 1009 xml_context_base* xlsx_pivot_cache_rec_context::create_child_context(xmlns_id_t /*ns*/, xml_token_t… in create_child_context() 1014 void xlsx_pivot_cache_rec_context::end_child_context(xmlns_id_t /*ns*/, xml_token_t /*name*/, xml_c… in end_child_context() 1018 void xlsx_pivot_cache_rec_context::start_element(xmlns_id_t ns, xml_token_t name, const::std::vecto… in start_element() 1096 bool xlsx_pivot_cache_rec_context::end_element(xmlns_id_t ns, xml_token_t name) in end_element() 1116 void xlsx_pivot_cache_rec_context::characters(const pstring& /*str*/, bool /*transient*/) in characters()
|
H A D | xlsx_handler.cpp | 65 xml_stream_handler(new xlsx_pivot_cache_rec_context(cxt, tokens, pc_records)) {} in xlsx_pivot_cache_rec_xml_handler()
|