Home
last modified time | relevance | path

Searched defs:cell_format_t (Results 1 – 3 of 3) sorted by relevance

/dports/devel/liborcus/liborcus-0.16.1/include/orcus/spreadsheet/
H A Dstyles.hpp115 struct ORCUS_SPM_DLLPUBLIC cell_format_t struct
117 size_t font; /// font ID
118 size_t fill; /// fill ID
123 hor_alignment_t hor_align;
124 ver_alignment_t ver_align;
125 bool apply_num_format:1;
126 bool apply_font:1;
127 bool apply_fill:1;
128 bool apply_border:1;
129 bool apply_alignment:1;
[all …]
/dports/devel/liborcus/liborcus-0.16.1/src/spreadsheet/
H A Dstyles.cpp135 cell_format_t::cell_format_t() : in cell_format_t() function in orcus::spreadsheet::cell_format_t
/dports/devel/agar/agar-1.5.0/ada-gui/
H A Dagar-gui-widget-table.ads111 type cell_format_t is array (1 .. fmt_max) of aliased c.char; type