Lines Matching refs:orcus

17 using namespace orcus;
19 using namespace orcus::spreadsheet;
20 using namespace orcus::spreadsheet::mock;
149 orcus::xlsx_sheet_context context(cxt, orcus::ooxml_tokens, 0, resolver, sheet); in test_cell_value()
152 orcus::xmlns_id_t ns = NS_ooxml_xlsx; in test_cell_value()
153 orcus::xml_token_t elem = XML_c; in test_cell_value()
154 orcus::xml_attrs_t attrs; in test_cell_value()
175 orcus::xlsx_sheet_context context(cxt, orcus::ooxml_tokens, 0, resolver, sheet); in test_cell_bool()
178 orcus::xmlns_id_t ns = NS_ooxml_xlsx; in test_cell_bool()
179 orcus::xml_token_t elem = XML_c; in test_cell_bool()
180 orcus::xml_attrs_t attrs; in test_cell_bool()
202 orcus::xlsx_sheet_context context(cxt, orcus::ooxml_tokens, 0, resolver, sheet); in test_array_formula()
205 orcus::xmlns_id_t ns = NS_ooxml_xlsx; in test_array_formula()
206 orcus::xml_token_t elem = XML_c; in test_array_formula()
207 orcus::xml_attrs_t attrs; in test_array_formula()
236 orcus::xlsx_sheet_context context(cxt, orcus::ooxml_tokens, 0, resolver, sheet); in test_hidden_col()
239 orcus::xmlns_id_t ns = NS_ooxml_xlsx; in test_hidden_col()
240 orcus::xml_token_t elem = XML_col; in test_hidden_col()
241 orcus::xml_attrs_t attrs; in test_hidden_col()
242 attrs.push_back(orcus::xml_token_attr_t(ns, XML_min, "2", false)); in test_hidden_col()
243 attrs.push_back(orcus::xml_token_attr_t(ns, XML_max, "2", false)); in test_hidden_col()
244 attrs.push_back(orcus::xml_token_attr_t(ns, XML_hidden, "1", false)); in test_hidden_col()
257 orcus::xlsx_sheet_context context(cxt, orcus::ooxml_tokens, 0, resolver, sheet); in test_hidden_row()
260 orcus::xmlns_id_t ns = NS_ooxml_xlsx; in test_hidden_row()
261 orcus::xml_token_t elem = XML_row; in test_hidden_row()
262 orcus::xml_attrs_t attrs; in test_hidden_row()
263 attrs.push_back(orcus::xml_token_attr_t(ns, XML_r, "4", false)); in test_hidden_row()
264 attrs.push_back(orcus::xml_token_attr_t(ns, XML_hidden, "1", false)); in test_hidden_row()