Home
last modified time | relevance | path

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

/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dms-chart.c579 static char const *const ms_axis[] = { in BC_R() local
589 g_return_val_if_fail (axis_type < G_N_ELEMENTS (ms_axis), TRUE); in BC_R()
593 ms_axis [axis_type], NULL); in BC_R()
617 d (0, g_printerr ("This is a %s .\n", ms_axis[axis_type]);); in BC_R()