Home
last modified time | relevance | path

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

/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dgui-clipboard.c251 text_to_cell_region (WBCGtk *wbcg, in text_to_cell_region() function
346 content = text_to_cell_region (wbcg, (const char *)gtk_selection_data_get_data (sel), in text_content_received()
351 content = text_to_cell_region (wbcg, data_utf8, strlen (data_utf8), "UTF-8", TRUE); in text_content_received()
357 content = text_to_cell_region (wbcg, (const char *)gtk_selection_data_get_data (sel), in text_content_received()
389 content = text_to_cell_region (wbcg, text, strlen(text), "UTF-8", TRUE); in utf8_content_received()
/dports/math/gnumeric/gnumeric-1.12.50/
H A DChangeLog2034 * src/gui-clipboard.c (text_to_cell_region): Guard against NULL