Home
last modified time | relevance | path

Searched refs:xmlns_x14ac (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/source/detail/serialization/
H A Dxlsx_producer.cpp1191 static const auto &xmlns_x14ac = constants::ns("x14ac"); in write_styles() local
1210 write_namespace(xmlns_x14ac, "x14ac"); in write_styles()
1269 write_attribute(xml::qname(xmlns_x14ac, "knownFonts"), num_known_fonts); in write_styles()
2186 static const auto &xmlns_x14ac = constants::ns("x14ac"); in write_worksheet() local
2226 write_namespace(xmlns_x14ac, "x14ac"); in write_worksheet()
2394 write_attribute<double>(xml::qname(xmlns_x14ac, "dyDescent"), in write_worksheet()
2547 … write_attribute<double>(xml::qname(xmlns_x14ac, "dyDescent"), props.dy_descent.get()); in write_worksheet()
/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/xlsxwriter/
H A Dworksheet.py5636 xmlns_x14ac = ms_schema + 'office/spreadsheetml/2009/9/ac'
5645 attributes.append(('xmlns:x14ac', xmlns_x14ac))
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dworksheet.c1984 char xmlns_x14ac[] = "http://schemas.microsoft.com/" in _worksheet_write_worksheet() local
1993 LXW_PUSH_ATTRIBUTES_STR("xmlns:x14ac", xmlns_x14ac); in _worksheet_write_worksheet()