Home
last modified time | relevance | path

Searched refs:diagonal_bl_tr (Results 1 – 11 of 11) sorted by relevance

/dports/devel/liborcus/liborcus-0.16.1/src/
H A Dorcus_test_xls_xml.cpp750 { 11, 1, spreadsheet::border_direction_t::diagonal_bl_tr }, in test_xls_xml_cell_borders_directions()
772 assert(border->diagonal_bl_tr.style == spreadsheet::border_style_t::unknown); in test_xls_xml_cell_borders_directions()
781 assert(border->diagonal_bl_tr.style == spreadsheet::border_style_t::unknown); in test_xls_xml_cell_borders_directions()
790 assert(border->diagonal_bl_tr.style == spreadsheet::border_style_t::unknown); in test_xls_xml_cell_borders_directions()
799 assert(border->diagonal_bl_tr.style == spreadsheet::border_style_t::unknown); in test_xls_xml_cell_borders_directions()
808 assert(border->diagonal_bl_tr.style == spreadsheet::border_style_t::thin); in test_xls_xml_cell_borders_directions()
817 assert(border->diagonal_bl_tr.style == spreadsheet::border_style_t::unknown); in test_xls_xml_cell_borders_directions()
820 case spreadsheet::border_direction_t::diagonal_bl_tr: in test_xls_xml_cell_borders_directions()
826 assert(border->diagonal_bl_tr.style == spreadsheet::border_style_t::thin); in test_xls_xml_cell_borders_directions()
900 assert(border->diagonal_bl_tr.style == border_style_t::thick); in test_xls_xml_cell_borders_colors()
[all …]
H A Dorcus_test_xlsx.cpp541 { 11, 1, spreadsheet::border_direction_t::diagonal_bl_tr }, in test_xlsx_cell_borders_directions()
563 assert(border->diagonal_bl_tr.style == spreadsheet::border_style_t::unknown); in test_xlsx_cell_borders_directions()
572 assert(border->diagonal_bl_tr.style == spreadsheet::border_style_t::unknown); in test_xlsx_cell_borders_directions()
581 assert(border->diagonal_bl_tr.style == spreadsheet::border_style_t::unknown); in test_xlsx_cell_borders_directions()
590 assert(border->diagonal_bl_tr.style == spreadsheet::border_style_t::unknown); in test_xlsx_cell_borders_directions()
599 assert(border->diagonal_bl_tr.style == spreadsheet::border_style_t::unknown); in test_xlsx_cell_borders_directions()
608 assert(border->diagonal_bl_tr.style == spreadsheet::border_style_t::unknown); in test_xlsx_cell_borders_directions()
611 case spreadsheet::border_direction_t::diagonal_bl_tr: in test_xlsx_cell_borders_directions()
617 assert(border->diagonal_bl_tr.style == spreadsheet::border_style_t::thin); in test_xlsx_cell_borders_directions()
H A Dodf_styles_context_test.cpp107 assert(cell_border->diagonal_bl_tr.style == orcus::spreadsheet::border_style_t::dashed); in test_odf_border()
109 assert(cell_border->diagonal_bl_tr.border_color.red == 0xff); in test_odf_border()
/dports/devel/liborcus/liborcus-0.16.1/src/spreadsheet/
H A Dfactory_styles.cpp174 case border_direction_t::diagonal_bl_tr: in get_border_attrs()
175 p = &cur_border.diagonal_bl_tr; in get_border_attrs()
/dports/devel/liborcus/liborcus-0.16.1/include/orcus/spreadsheet/
H A Dstyles.hpp84 border_attrs_t diagonal_bl_tr; member
H A Dtypes.hpp53 diagonal_bl_tr, enumerator
/dports/devel/liborcus/liborcus-0.16.1/src/liborcus/
H A Dodf_styles_context.cpp403 …tyle_dir_pair.insert(std::make_pair(spreadsheet::border_direction_t::diagonal_bl_tr, border_detail… in operator ()()
H A Dxlsx_context.cpp1064 spreadsheet::border_direction_t::diagonal_bl_tr; in start_element_diagonal()
H A Dxls_xml_context.cpp519 { ORCUS_ASCII("DiagonalRight"), spreadsheet::border_direction_t::diagonal_bl_tr },
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/orcus/
H A Dinterface.cxx1469 … else if (current_border_line.first == orcus::spreadsheet::border_direction_t::diagonal_bl_tr) in applyToItemSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/orcus/
H A Dinterface.cxx1436 … else if (current_border_line.first == orcus::spreadsheet::border_direction_t::diagonal_bl_tr) in applyToItemSet()