Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/ui/gui/
H A Dpsppire-dict.h104 void psppire_dict_delete_variables (PsppireDict *d, gint first, gint n);
H A Dpsppire-data-sheet.c287 psppire_dict_delete_variables (data_store->dict, range->start_x, in psppire_data_sheet_delete_variables()
H A Dpsppire-variable-sheet.c258 psppire_dict_delete_variables (dict, range->start_y, in delete_variables()
H A Dpsppire-data-editor.c431 psppire_dict_delete_variables (de->dict, range->start_y, in psppire_data_editor_var_delete_variables()
H A Dpsppire-dict.c436 psppire_dict_delete_variables (PsppireDict *d, gint first, gint n) in psppire_dict_delete_variables() function