Home
last modified time | relevance | path

Searched refs:col_prop (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/tests/worksheet/
H A Dworksheet_test_suite.cpp1324 xlnt::column_properties col_prop; in test_insert_rows() local
1325 col_prop.width = 1; in test_insert_rows()
1326 ws.add_column_properties(1, col_prop); in test_insert_rows()
1327 col_prop.width = 2; in test_insert_rows()
1377 xlnt::column_properties col_prop; in test_insert_columns() local
1378 col_prop.width = 1; in test_insert_columns()
1380 col_prop.width = 2; in test_insert_columns()
1430 xlnt::column_properties col_prop; in test_delete_rows() local
1431 col_prop.width = i; in test_delete_rows()
1491 xlnt::column_properties col_prop; in test_delete_columns() local
[all …]
/dports/www/davix/davix-0.7.6/src/xml/
H A Ds3propparser.cpp31 const std::string col_prop = "Name"; variable
65 if( StrUtil::compare_ncase(col_prop, elem) ==0){ in start_elem()
163 if( StrUtil::compare_ncase(col_prop, elem) ==0){ in end_elem()
H A Dazurepropparser.cpp31 const std::string col_prop = "Name"; variable
/dports/textproc/p5-PDF-Table/PDF-Table-1.002/INFO/
H A DChanges_2019157 Fixed perl warning if $col_prop->{min_w} is undef. Thanks to
/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_operators.c2077 PropertyRNA *prop, *col_prop, *fill_col_prop, *rot_prop, *zoom_prop; member
2377 if (rc->col_prop) { in radial_control_paint_cursor()
2378 RNA_property_float_get_array(&rc->col_ptr, rc->col_prop, col); in radial_control_paint_cursor()
2576 &ctx_ptr, op, "color_path", &rc->col_ptr, &rc->col_prop, 4, RC_PROP_REQUIRE_FLOAT)) { in radial_control_get_properties()