Home
last modified time | relevance | path

Searched refs:cols_name (Results 1 – 10 of 10) sorted by relevance

/dports/deskutils/horde-kronolith/kronolith-4.2.29/lib/Driver/
H A DSql.php685 $cols_name = ' (event_id, event_uid,';
689 $cols_name .= " $key,";
693 $cols_name .= ' calendar_id)';
696 $query .= $cols_name . $cols_values;
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dparse-util.h10 char const *cols_name (int start_col, int end_col);
H A Dcmd-edit.c477 cols_name (start_col, end_col)); in cmd_shift_cols()
H A Dcolrow.c308 g_string_append (result, cols_name (index->first, index->last)); in colrow_index_list_to_string()
H A Dparse-util.c129 cols_name (int start_col, int end_col) in cols_name() function
H A Dcommands.c1513 cols_name (start_col, start_col + count - 1)); in cmd_delete_cols()
2578 cols_name (me->range.start.col, me->range.end.col)) in cmd_selection_group()
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dcsv_template_rule.c421 const gchar *cols_name) in csv_template_rule_spec_conf_set_cols_name() argument
426 if (!cols_name) in csv_template_rule_spec_conf_set_cols_name()
429 tab = g_strsplit (cols_name, ";", 0); in csv_template_rule_spec_conf_set_cols_name()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dms-excel-read.c4415 cols_name (firstcol, lastcol), charwidths, width); in excel_read_COLINFO()
H A Dms-excel-write.c3958 cols_name (first_col, last_col), charwidths); in excel_write_COLINFO()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/openoffice/
H A Dopenoffice-read.c3277 = g_strdup (cols_name (state->print.rep_cols_from, in oo_table_end()